From 6302331efd6a76422a45e1a929da0ed8a225fa50 Mon Sep 17 00:00:00 2001 From: "George V. Neville-Neil" Date: Wed, 20 Nov 2013 13:51:49 +0000 Subject: [PATCH] Remove the ptpd port as the protocol and software are no longer supported. In a 6 months the ptpd2 ports will be renamed. MFC after: 6 months --- MOVED | 1 + net/Makefile | 1 - net/ptpd/Makefile | 34 ---------------------------------- net/ptpd/distinfo | 2 -- net/ptpd/files/ptpd.in | 24 ------------------------ net/ptpd/pkg-descr | 7 ------- 6 files changed, 1 insertion(+), 68 deletions(-) delete mode 100644 net/ptpd/Makefile delete mode 100644 net/ptpd/distinfo delete mode 100644 net/ptpd/files/ptpd.in delete mode 100644 net/ptpd/pkg-descr diff --git a/MOVED b/MOVED index 2753091f549f..7ff3ae15fc09 100644 --- a/MOVED +++ b/MOVED @@ -5246,3 +5246,4 @@ multimedia/tovid||2013-11-19|Has expired: No more public distfiles devel/rubygem-ripper||2013-11-20|Removed: it is only for Ruby 1.8 which is removed already editors/mode-info||2013-11-20|Has expired: Misbuilding since 2004, not maintained since 2008 devel/netbsd-pkgsrc-mk-files||2013-11-20|Has expired: Imported for devel/mk-configure but no longer required +net/ptpd|net/ptpd2|2013-11-20|Protocol and software no longer supported diff --git a/net/Makefile b/net/Makefile index c97acee6ac4a..bec441070fe9 100644 --- a/net/Makefile +++ b/net/Makefile @@ -882,7 +882,6 @@ SUBDIR += proxychains SUBDIR += proxychains-ng SUBDIR += prtunnel - SUBDIR += ptpd SUBDIR += ptpd2 SUBDIR += ptpd2-devel SUBDIR += ptunnel diff --git a/net/ptpd/Makefile b/net/ptpd/Makefile deleted file mode 100644 index 988e024ba80b..000000000000 --- a/net/ptpd/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: George V. Neville-Neil -# $FreeBSD$ - -PORTNAME= ptpd -DISTVERSION= 1.1.0 -CATEGORIES= net -MASTER_SITES= SF - -MAINTAINER= skreuzer@FreeBSD.org -COMMENT= An implementation of the precision time protocol IEEE 1588 - -LICENSE= BSD -LATEST_LINK= ptpd1 - -WRKSRC= ${WRKDIR}/ptpd-${DISTVERSION}/src -CFLAGS+= -DBSD_INTERFACE_FUNCTIONS - -PLIST_FILES= sbin/ptpd -PORTDOCS= * - -USE_RC_SUBR= ptpd - -MAN8= ptpd.8 - -NO_STAGE= yes -do-install:: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${MANPREFIX}/man/man8 -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - cd ${WRKDIR}/ptpd-${DISTVERSION}/doc && ${COPYTREE_SHARE} . ${DOCSDIR} -.endif - -.include diff --git a/net/ptpd/distinfo b/net/ptpd/distinfo deleted file mode 100644 index 0dcebcc40b71..000000000000 --- a/net/ptpd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ptpd-1.1.0.tar.gz) = a7c6ea83bd53da75ae04a7b7a25fe7c597b4e9ff1f93d46f4502e3fa8a2cb950 -SIZE (ptpd-1.1.0.tar.gz) = 401064 diff --git a/net/ptpd/files/ptpd.in b/net/ptpd/files/ptpd.in deleted file mode 100644 index 9def76832493..000000000000 --- a/net/ptpd/files/ptpd.in +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: ptpd -# REQUIRE: NETWORKING DAEMON -# KEYWORD: nojail -# -# Add the following lines to /etc/rc.conf to enable ptpd -# -# ptpd_enable (bool): Set to "NO" by default -# Set it to "YES" to enable ptpd - -. /etc/rc.subr - -name="ptpd" -rcvar=ptpd_enable - -command="%%PREFIX%%/sbin/${name}" - -ptpd_enable=${ptpd_enable:-"NO"} - -load_rc_config $name -run_rc_command "$1" diff --git a/net/ptpd/pkg-descr b/net/ptpd/pkg-descr deleted file mode 100644 index 71698d9c2807..000000000000 --- a/net/ptpd/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -ptpd is an implementation of version 1 the Precision Time Protocol -(IEEE 1588-2002) - -PTP was developed to provide very precise time coordination of LAN connected -computers. - -WWW: http://ptpd.sourceforge.net/