summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2006-10-05 07:18:09 +0000
committervd <vd@FreeBSD.org>2006-10-05 07:18:09 +0000
commit1b7aaa8017a9d3e74879d170305417d65fdd0212 (patch)
tree4cf936b217853914d75e8599eb73108c95f63cf0
parent8a3609b89e16656fe187f29e449618d6860fe740 (diff)
downloadFreeBSD-ports-1b7aaa8017a9d3e74879d170305417d65fdd0212.zip
FreeBSD-ports-1b7aaa8017a9d3e74879d170305417d65fdd0212.tar.gz
Remove expired net/coda5_server and its slave port net/coda5_client
2006-10-04 net/coda5_server (I love seeing those patch-?? files going to the attic:)
-rw-r--r--CVSROOT/modules2
-rw-r--r--MOVED2
-rw-r--r--net/Makefile2
-rw-r--r--net/coda5_client/Makefile23
-rw-r--r--net/coda5_client/pkg-descr11
-rw-r--r--net/coda5_client/pkg-plist28
-rw-r--r--net/coda5_server/Makefile44
-rw-r--r--net/coda5_server/distinfo3
-rw-r--r--net/coda5_server/files/patch-ad13
-rw-r--r--net/coda5_server/files/patch-ae16
-rw-r--r--net/coda5_server/files/patch-ag13
-rw-r--r--net/coda5_server/files/patch-ah9
-rw-r--r--net/coda5_server/files/patch-coda-src-venus-comm.cc11
-rw-r--r--net/coda5_server/files/patch-coda-src-venus-fso.h20
-rw-r--r--net/coda5_server/pkg-descr11
-rw-r--r--net/coda5_server/pkg-plist43
16 files changed, 2 insertions, 249 deletions
diff --git a/CVSROOT/modules b/CVSROOT/modules
index 3fc36df..96365ab 100644
--- a/CVSROOT/modules
+++ b/CVSROOT/modules
@@ -1326,9 +1326,7 @@ cocktail ports/devel/cocktail
coco ports/textproc/coco
cocoon ports/www/cocoon
cocor ports/lang/cocor
-coda5_client ports/net/coda5_client
coda5_doc ports/net/coda5_doc
-coda5_server ports/net/coda5_server
coda6_client ports/net/coda6_client
coda6_server ports/net/coda6_server
code-browser ports/editors/code-browser
diff --git a/MOVED b/MOVED
index fafa1ba..ba96051 100644
--- a/MOVED
+++ b/MOVED
@@ -2480,3 +2480,5 @@ www/mediawiki14||2006-10-02|Has expired: No longer supported, please upgrade you
comms/pstngw||2006-10-02|Has expired
net/openh323-112||2006-10-02|Has expired
devel/pwlib152||2006-10-02|Has expired
+net/coda5_server||2006-10-05|Has expired: no longer available from mastersite
+net/coda5_client||2006-10-05|Has expired: no longer available from mastersite
diff --git a/net/Makefile b/net/Makefile
index 7c233ea..3b00a92 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -69,9 +69,7 @@
SUBDIR += cnd
SUBDIR += cnet
SUBDIR += cnupm
- SUBDIR += coda5_client
SUBDIR += coda5_doc
- SUBDIR += coda5_server
SUBDIR += coda6_client
SUBDIR += coda6_server
SUBDIR += corkscrew
diff --git a/net/coda5_client/Makefile b/net/coda5_client/Makefile
deleted file mode 100644
index e156848..0000000
--- a/net/coda5_client/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: coda-client
-# Date created: Mon Oct 18 12:01:27 EDT 1999
-# Whom: ???
-#
-# $FreeBSD$
-#
-
-PORTNAME= coda
-PORTVERSION= ${CODA_VERSION}
-PORTREVISION= 2
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Client programs for a replicated high-performance network file system
-
-CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc
-
-MASTERDIR= ${.CURDIR}/../coda5_server
-PKGDIR= ${.CURDIR}
-LATEST_LINK= coda5-client
-
-CODA_SUITE= client
-
-.include "${MASTERDIR}/Makefile"
diff --git a/net/coda5_client/pkg-descr b/net/coda5_client/pkg-descr
deleted file mode 100644
index 43eb0a4..0000000
--- a/net/coda5_client/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Coda is a distributed file system. Among its features are disconnected
-operation, good security model, server replication and persistent
-client side caching.
-
-This package builds the entire source tree but only installs(/packages)
-the client side programs.
-
-For more info, contact information available below.
-
-EMAIL: coda@cs.cmu.edu
-WWW: http://www.coda.cs.cmu.edu/
diff --git a/net/coda5_client/pkg-plist b/net/coda5_client/pkg-plist
deleted file mode 100644
index 8194bf0..0000000
--- a/net/coda5_client/pkg-plist
+++ /dev/null
@@ -1,28 +0,0 @@
-bin/cfs
-bin/clog
-bin/cmon
-bin/codacon
-bin/codaconfedit
-bin/cpasswd
-bin/ctokens
-bin/cunlog
-bin/filerepair
-bin/hoard
-bin/parser
-bin/removeinc
-bin/repair
-bin/coda_replay
-bin/spy
-bin/xaskuser
-bin/xfrepair
-etc/coda/sidekick.intr.ex
-etc/coda/venus.conf.ex
-sbin/au
-sbin/coda-setup-ports
-sbin/codaconfedit
-sbin/sidekick
-sbin/venus
-sbin/venus-setup
-sbin/volmunge
-sbin/vutil
-@dirrm etc/coda
diff --git a/net/coda5_server/Makefile b/net/coda5_server/Makefile
deleted file mode 100644
index c5379aa..0000000
--- a/net/coda5_server/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# New ports collection makefile for: coda-server
-# Date created: Mon Oct 18 12:01:28 EDT 1999
-# Whom: ???#
-#
-# $FreeBSD$
-#
-
-PORTNAME= coda
-PORTVERSION= ${CODA_VERSION}
-PORTREVISION= 3
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/src/
-PKGNAMESUFFIX= -${CODA_SUITE}
-DISTNAME= coda-${PORTVERSION}
-
-MAINTAINER?= ports@FreeBSD.org
-COMMENT?= Server programs for a replicated high-performance network file system
-
-LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm \
- lwp.2:${PORTSDIR}/devel/lwp \
- rpc2.6:${PORTSDIR}/devel/rpc2 \
- rvm.3:${PORTSDIR}/devel/rvm
-
-ALL_TARGET= coda
-INSTALL_TARGET= ${CODA_SUITE}-install
-
-LATEST_LINK?= coda5-server
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-CONFIGURE_ARGS?= --sysconfdir=${PREFIX}/etc/rc.d
-
-CODA_SUITE?= server
-CODA_VERSION?= 5.3.20
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 505000
-BROKEN= does not compile
-.endif
-
-DEPRECATED= no longer available from mastersite
-EXPIRATION_DATE= 2006-10-04
-
-.include <bsd.port.post.mk>
diff --git a/net/coda5_server/distinfo b/net/coda5_server/distinfo
deleted file mode 100644
index 5e40927..0000000
--- a/net/coda5_server/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (coda-5.3.20.tar.gz) = 91337387273f1abda9c67d1dd41d1366
-SHA256 (coda-5.3.20.tar.gz) = 9aa8baed6eb68047a815edb502993473e60a935dd2c9a3831771362b8767290d
-SIZE (coda-5.3.20.tar.gz) = 1407831
diff --git a/net/coda5_server/files/patch-ad b/net/coda5_server/files/patch-ad
deleted file mode 100644
index ae5ff3e..0000000
--- a/net/coda5_server/files/patch-ad
+++ /dev/null
@@ -1,13 +0,0 @@
---- coda-src/venus/vproc.cc.orig Sun Mar 2 17:42:30 2003
-+++ coda-src/venus/vproc.cc Sun Mar 2 17:43:34 2003
-@@ -784,8 +784,10 @@
- #if !defined(NetBSD1_3) && !defined(__NetBSD_Version__)
- sp->st_lspare = 0;
- #endif
-+#if __FreeBSD_version < 5
- sp->st_qspare[0] = 0;
- sp->st_qspare[1] = 0;
-+#endif
- #endif /* __BSD44__ */
- }
-
diff --git a/net/coda5_server/files/patch-ae b/net/coda5_server/files/patch-ae
deleted file mode 100644
index b3b75be..0000000
--- a/net/coda5_server/files/patch-ae
+++ /dev/null
@@ -1,16 +0,0 @@
---- coda-src/vice/srv.cc.orig Sun Mar 2 17:49:12 2003
-+++ coda-src/vice/srv.cc Sun Mar 2 17:54:40 2003
-@@ -1270,8 +1270,13 @@
- char buf[100], buf2[100]; /* can't believe there will be more logs! */
- struct dirent **namelist = NULL;
-
-+#if __FreeBSD__ >= 5
-+ count = scandir(".", &namelist, (int (*)(dirent *)) xselect,
-+ (int (*)(const void *, const void *)) compar);
-+#else
- count = scandir(".", &namelist, (int (*)(const dirent *)) xselect,
- (int (*)(const void *, const void *)) compar);
-+#endif
- /* It is safe now to blindly rename */
- for (i = 0; i < count; i++) {
- sprintf(buf, "SrvLog-%d", count-i);
diff --git a/net/coda5_server/files/patch-ag b/net/coda5_server/files/patch-ag
deleted file mode 100644
index 2d13988..0000000
--- a/net/coda5_server/files/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
---- lib-src/kernel-includes/coda.h.orig Sun Mar 2 18:11:14 2003
-+++ lib-src/kernel-includes/coda.h Sun Mar 2 18:11:58 2003
-@@ -125,6 +125,10 @@
- #define __BIT_TYPES_DEFINED__
- #endif
-
-+#if __FreeBSD__ >= 3
-+#define __BIT_TYPES_DEFINED__
-+#endif
-+
- #ifndef __BIT_TYPES_DEFINED__
- #define __BIT_TYPES_DEFINED__
- typedef signed char int8_t;
diff --git a/net/coda5_server/files/patch-ah b/net/coda5_server/files/patch-ah
deleted file mode 100644
index d0b7e12..0000000
--- a/net/coda5_server/files/patch-ah
+++ /dev/null
@@ -1,9 +0,0 @@
-+++ coda-src/volutil/vol-restore.cc Sat Jan 10 21:50:12 2004
-@@ -53,7 +53,6 @@
- #include <sys/file.h>
- #include <sys/time.h>
- #include <ctype.h>
--#include <varargs.h>
-
- #include <unistd.h>
- #include <stdlib.h>
diff --git a/net/coda5_server/files/patch-coda-src-venus-comm.cc b/net/coda5_server/files/patch-coda-src-venus-comm.cc
deleted file mode 100644
index c96c4f6..0000000
--- a/net/coda5_server/files/patch-coda-src-venus-comm.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- coda-src/venus/comm.cc.orig Fri Aug 6 23:32:52 2004
-+++ coda-src/venus/comm.cc Fri Aug 6 23:33:07 2004
-@@ -245,7 +245,7 @@
- sei.PacketSize = sftp_packetsize;
- sei.EnforceQuota = 1;
-
-- sei.Port.Tag = (enum PortTag)0;
-+ sei.Port.Tag = (PortTag)0;
- if (!masquerade) {
- sei.Port.Tag = RPC2_PORTBYINETNUMBER;
-
diff --git a/net/coda5_server/files/patch-coda-src-venus-fso.h b/net/coda5_server/files/patch-coda-src-venus-fso.h
deleted file mode 100644
index 9da292d..0000000
--- a/net/coda5_server/files/patch-coda-src-venus-fso.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- coda-src/venus/fso.h.orig Fri Aug 6 23:31:46 2004
-+++ coda-src/venus/fso.h Fri Aug 6 23:32:05 2004
-@@ -537,7 +537,7 @@
- void DetachHdbBindings();
- void DetachHdbBinding(binding *, int =0);
- int PredetermineFetchState(int, int);
-- void SetFetchAllowed(enum HoardFetchState new_state)
-+ void SetFetchAllowed(HoardFetchState new_state)
- { FetchAllowed = new_state; }
- int IsFetchAllowed()
- { if (FetchAllowed == HF_Fetch)
-@@ -545,7 +545,7 @@
- else
- return 0;
- }
-- void SetAskingAllowed(enum HoardAskState new_state)
-+ void SetAskingAllowed(HoardAskState new_state)
- { AskingAllowed = new_state; }
- int IsAskingAllowed()
- { if (AskingAllowed == HA_Ask)
diff --git a/net/coda5_server/pkg-descr b/net/coda5_server/pkg-descr
deleted file mode 100644
index 6760673..0000000
--- a/net/coda5_server/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-Coda is a distributed file system. Among its features are disconnected
-operation, good security model, server replication and persistent
-client side caching.
-
-This package builds the entire source tree but only installs(/packages)
-the server side programs.
-
-For more info, contact information available below.
-
-EMAIL: coda@cs.cmu.edu
-WWW: http://www.coda.cs.cmu.edu/
diff --git a/net/coda5_server/pkg-plist b/net/coda5_server/pkg-plist
deleted file mode 100644
index db50356..0000000
--- a/net/coda5_server/pkg-plist
+++ /dev/null
@@ -1,43 +0,0 @@
-bin/norton
-bin/norton-reinit
-bin/reinit
-bin/getvolinfo
-bin/rpc2ping
-bin/smon2
-etc/coda/server.conf.ex
-@dirrm etc/coda
-sbin/au
-sbin/auth2
-sbin/backup
-sbin/backup.sh
-sbin/bldvldb.sh
-sbin/codaconfedit
-sbin/coda-setup-ports
-sbin/codasrv
-sbin/codastart
-sbin/createvol_rep
-sbin/initpw
-sbin/inoder
-sbin/merge
-sbin/parserecdump
-sbin/partial-reinit.sh
-sbin/pdbtool
-sbin/printvrdb
-sbin/purgevol
-sbin/purgevol_rep
-sbin/pwdtopdbtool.py
-sbin/readdump
-sbin/rpc2portmap
-sbin/startserver
-sbin/tape.pl
-sbin/updateclnt
-sbin/updatefetch
-sbin/updatesrv
-sbin/vice-killvolumes
-sbin/vice-setup
-sbin/vice-setup-rvm
-sbin/vice-setup-scm
-sbin/vice-setup-srvdir
-sbin/vice-setup-user
-sbin/volutil
-etc/rc.d/rc.vice
OpenPOWER on IntegriCloud