aboutsummaryrefslogtreecommitdiff
path: root/net/ptpd
diff options
context:
space:
mode:
authorGeorge V. Neville-Neil <gnn@FreeBSD.org>2013-11-20 13:51:49 +0000
committerGeorge V. Neville-Neil <gnn@FreeBSD.org>2013-11-20 13:51:49 +0000
commit6302331efd6a76422a45e1a929da0ed8a225fa50 (patch)
treeb3bd8ff8ae26f0ba19217110e1b4745760b9e3fc /net/ptpd
parentfddd5c42278fbf89e1d570faf848344e82c8b5ae (diff)
Notes
Diffstat (limited to 'net/ptpd')
-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
4 files changed, 0 insertions, 67 deletions
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/