diff options
author | rvb <rvb@FreeBSD.org> | 1999-01-27 23:37:05 +0800 |
---|---|---|
committer | rvb <rvb@FreeBSD.org> | 1999-01-27 23:37:05 +0800 |
commit | ff55972b465be1c40f0ded0cdc5f979adc34b696 (patch) | |
tree | 2bad6d8d80c834ca794e4dbccb27b3ccf61112c9 /net | |
parent | 30edc982a0040a82e1748ec466db19a2dc8ad587 (diff) | |
download | freebsd-ports-gnome-ff55972b465be1c40f0ded0cdc5f979adc34b696.tar.gz freebsd-ports-gnome-ff55972b465be1c40f0ded0cdc5f979adc34b696.tar.zst freebsd-ports-gnome-ff55972b465be1c40f0ded0cdc5f979adc34b696.zip |
Create new coda5_{server,client} packages to access GPL'd Coda 5.0
Diffstat (limited to 'net')
-rw-r--r-- | net/coda5_client/Makefile | 15 | ||||
-rw-r--r-- | net/coda5_client/pkg-comment | 2 | ||||
-rw-r--r-- | net/coda5_server/Makefile | 15 | ||||
-rw-r--r-- | net/coda5_server/distinfo | 2 | ||||
-rw-r--r-- | net/coda5_server/pkg-comment | 2 |
5 files changed, 17 insertions, 19 deletions
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile index 58c3563190d8..c4dfe79879da 100644 --- a/net/coda5_client/Makefile +++ b/net/coda5_client/Makefile @@ -1,13 +1,12 @@ -# New ports collection makefile for: coda -# Version required: 4.6.5 -# Date created: 19 June 1998 -# Whom: hmpierce <hmpierce@cs.cmu.edu> -# -# $Id: Makefile,v 1.1.1.1 1998/10/05 19:23:42 rvb Exp $ +# New ports collection makefile for: coda-client +# Version required: 5.0.1 +# Date created: Fri Jan 22 15:19:11 EST 1999 +# Whom: jaharkes# +# $FreeBSD$ # -DISTNAME= coda-4.6.6 -PKGNAME= coda-client-4.6.6.1 +DISTNAME= coda-5.0.1 +PKGNAME= coda-client-5.0.1 CATEGORIES= net MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ EXTRACT_SUFX= .tgz diff --git a/net/coda5_client/pkg-comment b/net/coda5_client/pkg-comment index 843feb2796e9..63bd0981848d 100644 --- a/net/coda5_client/pkg-comment +++ b/net/coda5_client/pkg-comment @@ -1 +1 @@ -an experimental, replicated, high-performance network file system. +client programs for a replicated high-performance network file system diff --git a/net/coda5_server/Makefile b/net/coda5_server/Makefile index 835a6ebd0a48..bb07409e11e4 100644 --- a/net/coda5_server/Makefile +++ b/net/coda5_server/Makefile @@ -1,13 +1,12 @@ -# New ports collection makefile for: coda -# Version required: 4.6.5 -# Date created: 19 June 1998 -# Whom: hmpierce <hmpierce@cs.cmu.edu> -# -# $Id: Makefile,v 1.1.1.1 1998/10/05 19:23:43 rvb Exp $ +# New ports collection makefile for: coda-server +# Version required: 5.0.1 +# Date created: Fri Jan 22 15:19:11 EST 1999 +# Whom: jaharkes# +# $FreeBSD$ # -DISTNAME= coda-4.6.6 -PKGNAME= coda-server-4.6.6.1 +DISTNAME= coda-5.0.1 +PKGNAME= coda-server-5.0.1 CATEGORIES= net MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/ EXTRACT_SUFX= .tgz diff --git a/net/coda5_server/distinfo b/net/coda5_server/distinfo index a130c080665c..eef634ac730b 100644 --- a/net/coda5_server/distinfo +++ b/net/coda5_server/distinfo @@ -1 +1 @@ -MD5 (coda-4.6.6.tgz) = e05c12cbe7bd20619a253ea24b4f951e +MD5 (coda-5.0.1.tgz) = a35cbbd7052e97f1e02642f64253bf95 diff --git a/net/coda5_server/pkg-comment b/net/coda5_server/pkg-comment index 843feb2796e9..c9c1fc753b2d 100644 --- a/net/coda5_server/pkg-comment +++ b/net/coda5_server/pkg-comment @@ -1 +1 @@ -an experimental, replicated, high-performance network file system. +server programs for a replicated high-performance network file system |