aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2006-10-05 16:28:53 +0800
committerijliao <ijliao@FreeBSD.org>2006-10-05 16:28:53 +0800
commit24dffe21ccafcabe040b18d678b6f34bebb628cf (patch)
tree2af0d73b14c152d05f0c358257015635fe9964d6 /net
parentf40f78917bc1915c8c5f2ff87d9db14dec37601d (diff)
downloadfreebsd-ports-graphics-24dffe21ccafcabe040b18d678b6f34bebb628cf.tar.gz
freebsd-ports-graphics-24dffe21ccafcabe040b18d678b6f34bebb628cf.tar.zst
freebsd-ports-graphics-24dffe21ccafcabe040b18d678b6f34bebb628cf.zip
Since vd@ removed coda5_server and coda5_client, I think it's time to
retire coda5_doc
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/coda5_doc/Makefile109
-rw-r--r--net/coda5_doc/distinfo3
-rw-r--r--net/coda5_doc/pkg-descr10
-rw-r--r--net/coda5_doc/pkg-plist121
5 files changed, 0 insertions, 244 deletions
diff --git a/net/Makefile b/net/Makefile
index 3b00a924d64..25311858e30 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -69,7 +69,6 @@
SUBDIR += cnd
SUBDIR += cnet
SUBDIR += cnupm
- SUBDIR += coda5_doc
SUBDIR += coda6_client
SUBDIR += coda6_server
SUBDIR += corkscrew
diff --git a/net/coda5_doc/Makefile b/net/coda5_doc/Makefile
deleted file mode 100644
index fba24324ea3..00000000000
--- a/net/coda5_doc/Makefile
+++ /dev/null
@@ -1,109 +0,0 @@
-# New ports collection makefile for: coda
-# Date created: 11 May 1999
-# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
-#
-# $FreeBSD$
-#
-
-PORTNAME= coda-doc
-PORTVERSION= 5.2.0.1
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/coda/doc/
-DISTNAME= coda-doc-5.2.0-1
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ijliao@FreeBSD.org
-COMMENT= An experimental, replicated, high-performance network file system
-
-WRKSRC= ${WRKDIR}/usr
-
-MAN1= cfs.1 \
- clog.1 \
- cmon.1 \
- cpasswd.1 \
- ctokens.1 \
- cunlog.1 \
- filcon.1 \
- hoard.1 \
- mvdb.1 \
- rdsinit.1 \
- repair.1 \
- rvmutl.1 \
- spy.1
-MAN3= histo.3 \
- rds_fake_free.3 \
- rds_free.3 \
- rds_init_heap.3 \
- rds_load_heap.3 \
- rds_malloc.3 \
- rds_prealloc.3 \
- rds_statistics.3 \
- rds_zap_heap.3 \
- rvm_abort_transaction.3 \
- rvm_begin_transaction.3 \
- rvm_create_log.3 \
- rvm_create_segment.3 \
- rvm_end_transaction.3 \
- rvm_flush.3 \
- rvm_initialize.3 \
- rvm_load_segment.3 \
- rvm_map.3 \
- rvm_modify_bytes.3 \
- rvm_print_statistics.3 \
- rvm_query.3 \
- rvm_set_options.3 \
- rvm_set_range.3 \
- rvm_statistics.3 \
- rvm_terminate.3 \
- rvm_truncate.3 \
- rvm_unmap.3 \
- timing.3
-MAN5= backuplogs.5 \
- dumpfile.5 \
- dumplist.5 \
- maxgroupid.5 \
- multicastagents.5 \
- multicastgroups.5 \
- passwd.coda.5 \
- servers.5 \
- vicetab.5 \
- volumelist.5 \
- vrdb.5 \
- vrlist.5 \
- vsgdb.5 \
- vstab.5
-MAN8= au.8 \
- auth2.8 \
- backup.8 \
- bldvldb.8 \
- codasrv.8 \
- createvol.8 \
- createvol_rep.8 \
- initpw.8 \
- merge.8 \
- norton.8 \
- pdbtool.8 \
- purgevol.8 \
- purgevol_rep.8 \
- readdump.8 \
- replay.8 \
- startserver.8 \
- updateclnt.8 \
- updatesrv.8 \
- venus.8 \
- volutil.8 \
- vutil.8
-
-do-build:
- @${ECHO} "At present, Coda documentation is distributed in html, man, ps, and ppt forms"
- @${ECHO} "but documentation source is not available. It should appear in a release"
- @${ECHO} "or two."
-
-do-install:
- ${FIND} ${WRKSRC} -type d -exec chmod 755 {} \;
- cd ${WRKSRC}; tar cf - man | (cd ${PREFIX}; tar xvf -)
-.if !defined(NOPORTDOCS)
- cd ${WRKSRC}; tar cf - doc | (cd ${PREFIX}/share; tar xvf -)
-.endif
-
-.include <bsd.port.mk>
diff --git a/net/coda5_doc/distinfo b/net/coda5_doc/distinfo
deleted file mode 100644
index 463b25b7033..00000000000
--- a/net/coda5_doc/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (coda-doc-5.2.0-1.tgz) = a5bbb2b03ce1fe93b74f05bf0c1f6152
-SHA256 (coda-doc-5.2.0-1.tgz) = c5020f19005a31943796e95c0348d86c29139101ae57506f3b56f5cb57b59454
-SIZE (coda-doc-5.2.0-1.tgz) = 1604755
diff --git a/net/coda5_doc/pkg-descr b/net/coda5_doc/pkg-descr
deleted file mode 100644
index 448a21d77d3..00000000000
--- a/net/coda5_doc/pkg-descr
+++ /dev/null
@@ -1,10 +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 nothing but only installs(/packages) prebuilt
-documentation.
-
-For more info, contact <ijliao@csie.nctu.edu.tw> or visit the website.
-
-WWW: http://www.coda.cs.cmu.edu/
diff --git a/net/coda5_doc/pkg-plist b/net/coda5_doc/pkg-plist
deleted file mode 100644
index c8a625b9914..00000000000
--- a/net/coda5_doc/pkg-plist
+++ /dev/null
@@ -1,121 +0,0 @@
-share/doc/coda-doc-5.2.0/html/admin-1.html
-share/doc/coda-doc-5.2.0/html/admin.html
-share/doc/coda-doc-5.2.0/html/coda-howto-1.html
-share/doc/coda-doc-5.2.0/html/coda-howto-2.html
-share/doc/coda-doc-5.2.0/html/coda-howto-3.html
-share/doc/coda-doc-5.2.0/html/coda-howto-4.html
-share/doc/coda-doc-5.2.0/html/coda-howto-5.html
-share/doc/coda-doc-5.2.0/html/coda-howto-6.html
-share/doc/coda-doc-5.2.0/html/coda-howto.html
-share/doc/coda-doc-5.2.0/html/codadir-1.html
-share/doc/coda-doc-5.2.0/html/codadir-2.html
-share/doc/coda-doc-5.2.0/html/codadir-3.html
-share/doc/coda-doc-5.2.0/html/codadir-4.html
-share/doc/coda-doc-5.2.0/html/codadir.html
-share/doc/coda-doc-5.2.0/html/index.html
-share/doc/coda-doc-5.2.0/html/kernel-venus-protocol-1.html
-share/doc/coda-doc-5.2.0/html/kernel-venus-protocol-2.html
-share/doc/coda-doc-5.2.0/html/kernel-venus-protocol-3.html
-share/doc/coda-doc-5.2.0/html/kernel-venus-protocol-4.html
-share/doc/coda-doc-5.2.0/html/kernel-venus-protocol-5.html
-share/doc/coda-doc-5.2.0/html/kernel-venus-protocol-6.html
-share/doc/coda-doc-5.2.0/html/kernel-venus-protocol-7.html
-share/doc/coda-doc-5.2.0/html/kernel-venus-protocol.html
-share/doc/coda-doc-5.2.0/html/manual-1.html
-share/doc/coda-doc-5.2.0/html/manual-10.html
-share/doc/coda-doc-5.2.0/html/manual-11.html
-share/doc/coda-doc-5.2.0/html/manual-12.html
-share/doc/coda-doc-5.2.0/html/manual-13.html
-share/doc/coda-doc-5.2.0/html/manual-14.html
-share/doc/coda-doc-5.2.0/html/manual-15.html
-share/doc/coda-doc-5.2.0/html/manual-16.html
-share/doc/coda-doc-5.2.0/html/manual-17.html
-share/doc/coda-doc-5.2.0/html/manual-18.html
-share/doc/coda-doc-5.2.0/html/manual-19.html
-share/doc/coda-doc-5.2.0/html/manual-2.html
-share/doc/coda-doc-5.2.0/html/manual-3.html
-share/doc/coda-doc-5.2.0/html/manual-4.html
-share/doc/coda-doc-5.2.0/html/manual-5.html
-share/doc/coda-doc-5.2.0/html/manual-6.html
-share/doc/coda-doc-5.2.0/html/manual-7.html
-share/doc/coda-doc-5.2.0/html/manual-8.html
-share/doc/coda-doc-5.2.0/html/manual-9.html
-share/doc/coda-doc-5.2.0/html/manual.html
-share/doc/coda-doc-5.2.0/html/rpc2_manual.html
-share/doc/coda-doc-5.2.0/html/rpc2_manual-1.html
-share/doc/coda-doc-5.2.0/html/rpc2_manual-10.html
-share/doc/coda-doc-5.2.0/html/rpc2_manual-11.html
-share/doc/coda-doc-5.2.0/html/rpc2_manual-12.html
-share/doc/coda-doc-5.2.0/html/rpc2_manual-13.html
-share/doc/coda-doc-5.2.0/html/rpc2_manual-14.html
-share/doc/coda-doc-5.2.0/html/rpc2_manual-15.html
-share/doc/coda-doc-5.2.0/html/rpc2_manual-16.html
-share/doc/coda-doc-5.2.0/html/rpc2_manual-17.html
-share/doc/coda-doc-5.2.0/html/rpc2_manual-18.html
-share/doc/coda-doc-5.2.0/html/rpc2_manual-19.html
-share/doc/coda-doc-5.2.0/html/rpc2_manual-2.html
-share/doc/coda-doc-5.2.0/html/rpc2_manual-3.html
-share/doc/coda-doc-5.2.0/html/rpc2_manual-4.html
-share/doc/coda-doc-5.2.0/html/rpc2_manual-5.html
-share/doc/coda-doc-5.2.0/html/rpc2_manual-6.html
-share/doc/coda-doc-5.2.0/html/rpc2_manual-7.html
-share/doc/coda-doc-5.2.0/html/rpc2_manual-8.html
-share/doc/coda-doc-5.2.0/html/rpc2_manual-9.html
-share/doc/coda-doc-5.2.0/html/rvm_manual-1.html
-share/doc/coda-doc-5.2.0/html/rvm_manual-10.html
-share/doc/coda-doc-5.2.0/html/rvm_manual-2.html
-share/doc/coda-doc-5.2.0/html/rvm_manual-3.html
-share/doc/coda-doc-5.2.0/html/rvm_manual-4.html
-share/doc/coda-doc-5.2.0/html/rvm_manual-5.html
-share/doc/coda-doc-5.2.0/html/rvm_manual-6.html
-share/doc/coda-doc-5.2.0/html/rvm_manual-7.html
-share/doc/coda-doc-5.2.0/html/rvm_manual-8.html
-share/doc/coda-doc-5.2.0/html/rvm_manual-9.html
-share/doc/coda-doc-5.2.0/html/rvm_manual.html
-share/doc/coda-doc-5.2.0/html/sec-1.html
-share/doc/coda-doc-5.2.0/html/sec-2.html
-share/doc/coda-doc-5.2.0/html/sec-3.html
-share/doc/coda-doc-5.2.0/html/sec-4.html
-share/doc/coda-doc-5.2.0/html/sec-5.html
-share/doc/coda-doc-5.2.0/html/sec.html
-share/doc/coda-doc-5.2.0/html/server-1.html
-share/doc/coda-doc-5.2.0/html/server-2.html
-share/doc/coda-doc-5.2.0/html/server-3.html
-share/doc/coda-doc-5.2.0/html/server-4.html
-share/doc/coda-doc-5.2.0/html/server-5.html
-share/doc/coda-doc-5.2.0/html/server-6.html
-share/doc/coda-doc-5.2.0/html/server-7.html
-share/doc/coda-doc-5.2.0/html/server.html
-share/doc/coda-doc-5.2.0/html/venus-ds-1.html
-share/doc/coda-doc-5.2.0/html/venus-ds-10.html
-share/doc/coda-doc-5.2.0/html/venus-ds-11.html
-share/doc/coda-doc-5.2.0/html/venus-ds-12.html
-share/doc/coda-doc-5.2.0/html/venus-ds-2.html
-share/doc/coda-doc-5.2.0/html/venus-ds-3.html
-share/doc/coda-doc-5.2.0/html/venus-ds-4.html
-share/doc/coda-doc-5.2.0/html/venus-ds-5.html
-share/doc/coda-doc-5.2.0/html/venus-ds-6.html
-share/doc/coda-doc-5.2.0/html/venus-ds-7.html
-share/doc/coda-doc-5.2.0/html/venus-ds-8.html
-share/doc/coda-doc-5.2.0/html/venus-ds-9.html
-share/doc/coda-doc-5.2.0/html/venus-ds.html
-@dirrm share/doc/coda-doc-5.2.0/html
-share/doc/coda-doc-5.2.0/ppt/directories.ppt
-share/doc/coda-doc-5.2.0/ppt/rdsseg40.ppt
-share/doc/coda-doc-5.2.0/ppt/rpc2.ppt
-share/doc/coda-doc-5.2.0/ppt/server.ppt
-share/doc/coda-doc-5.2.0/ppt/sysad1.ppt
-@dirrm share/doc/coda-doc-5.2.0/ppt
-share/doc/coda-doc-5.2.0/ps/admin.ps.gz
-share/doc/coda-doc-5.2.0/ps/coda-howto.ps.gz
-share/doc/coda-doc-5.2.0/ps/codadir.ps.gz
-share/doc/coda-doc-5.2.0/ps/index.ps.gz
-share/doc/coda-doc-5.2.0/ps/kernel-venus-protocol.ps.gz
-share/doc/coda-doc-5.2.0/ps/manual.ps.gz
-share/doc/coda-doc-5.2.0/ps/rpc2_manual.ps.gz
-share/doc/coda-doc-5.2.0/ps/rvm_manual.ps.gz
-share/doc/coda-doc-5.2.0/ps/sec.ps.gz
-share/doc/coda-doc-5.2.0/ps/server.ps.gz
-share/doc/coda-doc-5.2.0/ps/venus-ds.ps.gz
-@dirrm share/doc/coda-doc-5.2.0/ps
-@dirrm share/doc/coda-doc-5.2.0