From 2d18fb9d9c634644bf542e47c468d6aba8227c3a Mon Sep 17 00:00:00 2001 From: asami Date: Thu, 8 Aug 1996 09:25:56 +0000 Subject: JDP's cvsup. Beware, this port depends on modula-3! --- net/cvsup/Makefile | 20 ++++++++++++++++++++ net/cvsup/distinfo | 1 + net/cvsup/pkg-comment | 1 + net/cvsup/pkg-descr | 8 ++++++++ net/cvsup/pkg-plist | 6 ++++++ 5 files changed, 36 insertions(+) create mode 100644 net/cvsup/Makefile create mode 100644 net/cvsup/distinfo create mode 100644 net/cvsup/pkg-comment create mode 100644 net/cvsup/pkg-descr create mode 100644 net/cvsup/pkg-plist (limited to 'net/cvsup') diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile new file mode 100644 index 0000000..c39efdc --- /dev/null +++ b/net/cvsup/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: cvsup +# Version required: 13.2 +# Date created: 7 August 1995 +# Whom: asami +# +# $Id$ +# + +DISTNAME= cvsup-13.2 +CATEGORIES+= net +MASTER_SITES= ftp://freefall.freebsd.org/pub/CVSup/ + +MAINTAINER= jdp@FreeBSD.org + +LIB_DEPENDS= z\\.1\\.:${PORTSDIR}/devel/libz \ + m3\\.353\\.:${PORTSDIR}/lang/modula-3 + +MAKE_ENV= M3FLAGS=-DDYNAMIC + +.include diff --git a/net/cvsup/distinfo b/net/cvsup/distinfo new file mode 100644 index 0000000..f096289 --- /dev/null +++ b/net/cvsup/distinfo @@ -0,0 +1 @@ +MD5 (cvsup-13.2.tar.gz) = a5c27b1310be8e3f4c7dbb864c0cee13 diff --git a/net/cvsup/pkg-comment b/net/cvsup/pkg-comment new file mode 100644 index 0000000..f119533 --- /dev/null +++ b/net/cvsup/pkg-comment @@ -0,0 +1 @@ +A network file distribution and update system for CVS repositories. diff --git a/net/cvsup/pkg-descr b/net/cvsup/pkg-descr new file mode 100644 index 0000000..43bbca9 --- /dev/null +++ b/net/cvsup/pkg-descr @@ -0,0 +1,8 @@ +CVSup is a software package for distributing and updating collections +of files across a network. CVSup is specifically tailored to +distributing CVS repositories. By taking advantage of the special +properties of the files contained in CVS repositories, CVSup is +able to perform updates much faster than traditional systems. It +is especially valuable for people with slow Internet connections. + +asami@freebsd.org diff --git a/net/cvsup/pkg-plist b/net/cvsup/pkg-plist new file mode 100644 index 0000000..5a27d14 --- /dev/null +++ b/net/cvsup/pkg-plist @@ -0,0 +1,6 @@ +sbin/cvsup +sbin/cvsupd +sbin/supconv +man/man1/cvsup.1.gz +man/man1/supconv.1.gz +man/man8/cvsupd.8.gz -- cgit v1.1