aboutsummaryrefslogtreecommitdiff
path: root/net/44bsd-rdist
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2011-05-20 19:35:17 +0000
committerCy Schubert <cy@FreeBSD.org>2011-05-20 19:35:17 +0000
commitdd51a8bfe401524ae4a324892a7bd1ad9301b61d (patch)
tree3b6006b9e2e3198dc442b6a3d690c18b4ec32f28 /net/44bsd-rdist
parent03d0e4afe833b83aa5ec42b2539d2fa5d08b9989 (diff)
downloadports-dd51a8bfe401524ae4a324892a7bd1ad9301b61d.tar.gz
ports-dd51a8bfe401524ae4a324892a7bd1ad9301b61d.zip
Notes
Diffstat (limited to 'net/44bsd-rdist')
-rw-r--r--net/44bsd-rdist/Makefile35
-rw-r--r--net/44bsd-rdist/distinfo3
-rw-r--r--net/44bsd-rdist/pkg-descr2
3 files changed, 40 insertions, 0 deletions
diff --git a/net/44bsd-rdist/Makefile b/net/44bsd-rdist/Makefile
new file mode 100644
index 000000000000..86d0180b8b60
--- /dev/null
+++ b/net/44bsd-rdist/Makefile
@@ -0,0 +1,35 @@
+# ex:ts=8
+# Ports collection makefile for: rdist
+# Date created: 11 November 2000
+# Whom: David O'Brien <obrien@NUXI.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= 44bsd-rdist
+PORTVERSION= 20001111
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= cy
+
+MAINTAINER= cy@FreeBSD.org
+COMMENT= The traditional 4.4BSD rdist
+
+USE_BZIP2= yes
+
+NO_WRKSUBDIR= yes
+MAN1= 44bsd-rdist.1
+PLIST_FILES= bin/44bsd-rdist
+
+post-extract:
+ cd ${WRKSRC} ; co RCS/*,v
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/rdist ${PREFIX}/bin/44bsd-rdist
+ ${INSTALL_MAN} ${WRKSRC}/rdist.1 ${PREFIX}/man/man1/44bsd-rdist.1
+
+tarup:
+ -cd ${WRKSRC} ; ${RM} *
+ cd ${WRKSRC} ; ${TAR} cvyf /tmp/${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} .
+
+.include <bsd.port.mk>
diff --git a/net/44bsd-rdist/distinfo b/net/44bsd-rdist/distinfo
new file mode 100644
index 000000000000..4b3a4e630a4d
--- /dev/null
+++ b/net/44bsd-rdist/distinfo
@@ -0,0 +1,3 @@
+MD5 (44bsd-rdist-20001111.tar.bz2) = 0d145736ce13efb493e856ddf2a80a79
+SHA256 (44bsd-rdist-20001111.tar.bz2) = 62b81a32777bc552061468b15ffc15ebca2f54a14250dbfaca207d9d211acd88
+SIZE (44bsd-rdist-20001111.tar.bz2) = 34695
diff --git a/net/44bsd-rdist/pkg-descr b/net/44bsd-rdist/pkg-descr
new file mode 100644
index 000000000000..a831c38d77eb
--- /dev/null
+++ b/net/44bsd-rdist/pkg-descr
@@ -0,0 +1,2 @@
+This is the traditional 4.4BSD /usr/bin/rdist, with additional
+FreeBSD fixes and updates since 4.4BSD Lite was released.