mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
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
This commit is contained in:
parent
fddd5c4227
commit
6302331efd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334418
1
MOVED
1
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
|
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
|
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
|
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
|
||||||
|
@ -882,7 +882,6 @@
|
|||||||
SUBDIR += proxychains
|
SUBDIR += proxychains
|
||||||
SUBDIR += proxychains-ng
|
SUBDIR += proxychains-ng
|
||||||
SUBDIR += prtunnel
|
SUBDIR += prtunnel
|
||||||
SUBDIR += ptpd
|
|
||||||
SUBDIR += ptpd2
|
SUBDIR += ptpd2
|
||||||
SUBDIR += ptpd2-devel
|
SUBDIR += ptpd2-devel
|
||||||
SUBDIR += ptunnel
|
SUBDIR += ptunnel
|
||||||
|
@ -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>
|
|
@ -1,2 +0,0 @@
|
|||||||
SHA256 (ptpd-1.1.0.tar.gz) = a7c6ea83bd53da75ae04a7b7a25fe7c597b4e9ff1f93d46f4502e3fa8a2cb950
|
|
||||||
SIZE (ptpd-1.1.0.tar.gz) = 401064
|
|
@ -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"
|
|
@ -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/
|
|
Loading…
Reference in New Issue
Block a user