diff options
author | Cy Schubert <cy@FreeBSD.org> | 2008-08-08 03:36:51 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2008-08-08 03:36:51 +0000 |
commit | 4a952a9b4df12c1abd3c46fe1c9ad0bcbb5a6711 (patch) | |
tree | 8e70de6cdba5b3d045583466edbdf88d299740c5 | |
parent | cddba154c3efbc1906da8cb5f4cb744febe4d8b0 (diff) | |
download | ports-4a952a9b4df12c1abd3c46fe1c9ad0bcbb5a6711.tar.gz ports-4a952a9b4df12c1abd3c46fe1c9ad0bcbb5a6711.zip |
Notes
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/ntp-rc/Makefile | 21 | ||||
-rw-r--r-- | net/ntp-rc/distinfo | 3 |
3 files changed, 25 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 3bce35220efe..d73c36c3d2f0 100644 --- a/net/Makefile +++ b/net/Makefile @@ -402,6 +402,7 @@ SUBDIR += ntop SUBDIR += ntp SUBDIR += ntp-devel + SUBDIR += ntp-rc SUBDIR += ntraceroute SUBDIR += nusoap SUBDIR += nvnet diff --git a/net/ntp-rc/Makefile b/net/ntp-rc/Makefile new file mode 100644 index 000000000000..a2a3ebcf9777 --- /dev/null +++ b/net/ntp-rc/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: ntp +# Date created: Fri Jul 25 09:23:26 PDT 2008 +# Whom: cy +# +# $FreeBSD$ +# + +PORTNAME= ntp +PORTVERSION= 4.2.4p5.r1 + +MAINTAINER= cy@FreeBSD.org +COMMENT= The Network Time Protocol Distribution + +MASTERDIR= ${.CURDIR}/../../net/ntp +MD5_FILE= ${.CURDIR}/distinfo +PKGDIR= ${.CURDIR} +DESCR= ${MASTERDIR}/pkg-descr +PLIST= ${MASTERDIR}/pkg-plist + +.include "${MASTERDIR}/Makefile" + diff --git a/net/ntp-rc/distinfo b/net/ntp-rc/distinfo new file mode 100644 index 000000000000..166c6eb2392f --- /dev/null +++ b/net/ntp-rc/distinfo @@ -0,0 +1,3 @@ +MD5 (ntp-4.2.4p5-RC1.tar.gz) = de23a51f38b8d62c5148c398ddccd843 +SHA256 (ntp-4.2.4p5-RC1.tar.gz) = 97ef6541b8aa15511404da9c37c5cab29e609a031e0e204bc5f35dece5443afc +SIZE (ntp-4.2.4p5-RC1.tar.gz) = 3439745 |