diff options
author | asami <asami@FreeBSD.org> | 1996-08-08 17:25:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-08-08 17:25:56 +0800 |
commit | 2d18fb9d9c634644bf542e47c468d6aba8227c3a (patch) | |
tree | bc705f7f83fe64a47f7b902b46af6c62895c7590 /net | |
parent | caa4f221bfca8e9ed529a876a0f3559f0cd23376 (diff) | |
download | freebsd-ports-gnome-2d18fb9d9c634644bf542e47c468d6aba8227c3a.tar.gz freebsd-ports-gnome-2d18fb9d9c634644bf542e47c468d6aba8227c3a.tar.zst freebsd-ports-gnome-2d18fb9d9c634644bf542e47c468d6aba8227c3a.zip |
JDP's cvsup. Beware, this port depends on modula-3!
Diffstat (limited to 'net')
-rw-r--r-- | net/cvsup/Makefile | 20 | ||||
-rw-r--r-- | net/cvsup/distinfo | 1 | ||||
-rw-r--r-- | net/cvsup/pkg-comment | 1 | ||||
-rw-r--r-- | net/cvsup/pkg-descr | 8 | ||||
-rw-r--r-- | net/cvsup/pkg-plist | 6 |
5 files changed, 36 insertions, 0 deletions
diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile new file mode 100644 index 000000000000..c39efdca2a0b --- /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 <bsd.port.mk> diff --git a/net/cvsup/distinfo b/net/cvsup/distinfo new file mode 100644 index 000000000000..f0962891f6f6 --- /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 000000000000..f1195337a1d1 --- /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 000000000000..43bbca9b2235 --- /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 000000000000..5a27d1428aa4 --- /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 |