From cb073b47146063830ea6095219d81e82b0354cd5 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" <obrien@FreeBSD.org> Date: Sat, 11 Nov 2000 11:56:52 +0000 Subject: The traditional 4.4BSD rdist w/RCS history. --- net/44bsd-rdist/Makefile | 32 ++++++++++++++++++++++++++++++++ net/44bsd-rdist/distinfo | 1 + net/44bsd-rdist/pkg-comment | 1 + net/44bsd-rdist/pkg-descr | 2 ++ net/44bsd-rdist/pkg-plist | 1 + net/Makefile | 1 + 6 files changed, 38 insertions(+) create mode 100644 net/44bsd-rdist/Makefile create mode 100644 net/44bsd-rdist/distinfo create mode 100644 net/44bsd-rdist/pkg-comment create mode 100644 net/44bsd-rdist/pkg-descr create mode 100644 net/44bsd-rdist/pkg-plist (limited to 'net') diff --git a/net/44bsd-rdist/Makefile b/net/44bsd-rdist/Makefile new file mode 100644 index 000000000000..2012ba3afffe --- /dev/null +++ b/net/44bsd-rdist/Makefile @@ -0,0 +1,32 @@ +# 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= obrien + +MAINTAINER= ports@FreeBSD.org + +USE_BZIP2= yes + +NO_WRKSUBDIR= yes +MAN1= 44bsd-rdist.1 + +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..ea83cc4c7dcb --- /dev/null +++ b/net/44bsd-rdist/distinfo @@ -0,0 +1 @@ +MD5 (44bsd-rdist-20001111.tar.bz2) = 0d145736ce13efb493e856ddf2a80a79 diff --git a/net/44bsd-rdist/pkg-comment b/net/44bsd-rdist/pkg-comment new file mode 100644 index 000000000000..421eb7693bea --- /dev/null +++ b/net/44bsd-rdist/pkg-comment @@ -0,0 +1 @@ +The traditional 4.4BSD rdist diff --git a/net/44bsd-rdist/pkg-descr b/net/44bsd-rdist/pkg-descr new file mode 100644 index 000000000000..0cc7ad28a7b2 --- /dev/null +++ b/net/44bsd-rdist/pkg-descr @@ -0,0 +1,2 @@ +This is the the traditional 4.4BSD /usr/bin/rdist, with additional +FreeBSD fixes and updates since 4.4BSD Lite was released. diff --git a/net/44bsd-rdist/pkg-plist b/net/44bsd-rdist/pkg-plist new file mode 100644 index 000000000000..c7871526fc91 --- /dev/null +++ b/net/44bsd-rdist/pkg-plist @@ -0,0 +1 @@ +bin/44bsd-rdist diff --git a/net/Makefile b/net/Makefile index f95a164d6020..8fd9673ab0e1 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ # + SUBDIR += 44bsd-rdist SUBDIR += SSLtelnet SUBDIR += adasockets SUBDIR += adns -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0