aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/ptpd/Makefile34
-rw-r--r--net/ptpd/distinfo2
-rw-r--r--net/ptpd/files/ptpd.in24
-rw-r--r--net/ptpd/pkg-descr7
6 files changed, 1 insertions, 68 deletions
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 <gnn@FreeBSD.org>
-# $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 <bsd.port.mk>
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/