pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net nuke coda-4 - it is outdated and unmaintained



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c205758e78f
branches:  trunk
changeset: 460764:2c205758e78f
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Sep 04 08:42:51 2003 +0000

description:
nuke coda-4 - it is outdated and unmaintained

diffstat:

 net/Makefile                     |    4 +-
 net/coda_client/DESCR            |    8 --
 net/coda_client/Makefile         |   41 --------------
 net/coda_client/PLIST            |   57 --------------------
 net/coda_client/distinfo         |   14 ----
 net/coda_client/patches/patch-aa |  110 ---------------------------------------
 net/coda_client/patches/patch-ab |   19 ------
 net/coda_client/patches/patch-ba |   13 ----
 net/coda_client/patches/patch-bb |   13 ----
 net/coda_client/patches/patch-bc |   23 --------
 net/coda_client/patches/patch-bd |   19 ------
 net/coda_client/patches/patch-be |   21 -------
 net/coda_client/patches/patch-ca |   13 ----
 net/coda_client/patches/patch-cb |   13 ----
 net/coda_client/patches/patch-da |   15 -----
 net/coda_server/DESCR            |    8 --
 net/coda_server/Makefile         |   28 ---------
 net/coda_server/PLIST            |   42 --------------
 net/coda_server/distinfo         |   14 ----
 net/coda_server/patches/patch-aa |  110 ---------------------------------------
 net/coda_server/patches/patch-ab |   19 ------
 net/coda_server/patches/patch-ba |   13 ----
 net/coda_server/patches/patch-bb |   13 ----
 net/coda_server/patches/patch-bc |   23 --------
 net/coda_server/patches/patch-bd |   19 ------
 net/coda_server/patches/patch-be |   21 -------
 net/coda_server/patches/patch-ca |   13 ----
 net/coda_server/patches/patch-cb |   13 ----
 net/coda_server/patches/patch-da |   15 -----
 29 files changed, 1 insertions(+), 733 deletions(-)

diffs (truncated from 862 to 300 lines):

diff -r 32199acad85b -r 2c205758e78f net/Makefile
--- a/net/Makefile      Thu Sep 04 08:27:37 2003 +0000
+++ b/net/Makefile      Thu Sep 04 08:42:51 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.401 2003/09/01 21:43:20 xtraeme Exp $
+# $NetBSD: Makefile,v 1.402 2003/09/04 08:42:51 drochner Exp $
 #
 
 COMMENT=       Networking tools
@@ -40,10 +40,8 @@
 SUBDIR+=       cmu-dhcpd
 SUBDIR+=       coda5_client
 SUBDIR+=       coda5_server
-SUBDIR+=       coda_client
 SUBDIR+=       coda_doc
 SUBDIR+=       coda_intro
-SUBDIR+=       coda_server
 SUBDIR+=       dante
 SUBDIR+=       dc_gui2
 SUBDIR+=       dctc
diff -r 32199acad85b -r 2c205758e78f net/coda_client/DESCR
--- a/net/coda_client/DESCR     Thu Sep 04 08:27:37 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +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 <coda%cs.cmu.edu@localhost> or visit http://www.coda.cs.cmu.edu.
diff -r 32199acad85b -r 2c205758e78f net/coda_client/Makefile
--- a/net/coda_client/Makefile  Thu Sep 04 08:27:37 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,41 +0,0 @@
-# $NetBSD: Makefile,v 1.21 2003/07/21 17:10:30 martti Exp $
-#
-
-DISTNAME=              coda-4.6.6
-PKGNAME=               coda-client-4.6.6.1
-PKGREVISION=           1
-CATEGORIES=            net
-MASTER_SITES=          ftp://ftp.infonoc.ne.jp/pub/coda/src/old/ \
-                       ftp://ftp.rsu.ru/pub/unix/FileSystems/coda/
-EXTRACT_SUFX=          .tgz
-
-MAINTAINER=            rvb%cs.cmu.edu@localhost
-HOMEPAGE=              http://www.coda.cs.cmu.edu/
-COMMENT=               Client programs for a replicated high-performance network file system
-
-DEPENDS+=              gdbm>=1.8.3:../../databases/gdbm
-DEPENDS+=              readline>=4.0:../../devel/readline
-
-# Requires "lwp" plus "filesystem CODA" to operate. Should build on
-# any NetBSD-*-m68k, though.
-ONLY_FOR_PLATFORM=     NetBSD-1.[45]*-i386 NetBSD-1.[45]*-m68k
-
-ALL_TARGET=            coda
-INSTALL_TARGET=                client-install
-
-USE_PERL5=             yes
-GNU_CONFIGURE=         yes
-USE_GMAKE=             yes
-
-FIX_RPATH+=            GDBM_LDADD
-GDBM_LDADD=            -Wl,${RPATH_FLAG}${PREFIX}/lib -L${PREFIX}/lib -lgdbm
-
-pre-configure:
-       cd ${WRKSRC} &&                                         \
-       for F in coda-src/advice/Makefile.in; do                \
-               ${SED} -e "s_-lgdbm_${GDBM_LDADD}_"             \
-                       < $$F > $$F.patched &&                  \
-               ${MV} $$F.patched $$F;                          \
-       done
-
-.include "../../mk/bsd.pkg.mk"
diff -r 32199acad85b -r 2c205758e78f net/coda_client/PLIST
--- a/net/coda_client/PLIST     Thu Sep 04 08:27:37 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,57 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 22:55:05 zuntum Exp $
-lib/coda/Advice.tcl
-lib/coda/CodaConsole
-lib/coda/Consider.tcl
-lib/coda/ConsiderAdding.tcl
-lib/coda/ConsiderRemoving.tcl
-lib/coda/ControlPanel.tcl
-lib/coda/Date.tcl
-lib/coda/DiscoMiss.tcl
-lib/coda/Events.tcl
-lib/coda/Globals.tcl
-lib/coda/Helper.tcl
-lib/coda/HoardWalk.tcl
-lib/coda/HoardWalkAdvice.tcl
-lib/coda/Indicators.tcl
-lib/coda/Initialization.tcl
-lib/coda/Lock.tcl
-lib/coda/Log.tcl
-lib/coda/Network.tcl
-lib/coda/OutsideWorld.tcl
-lib/coda/ReadMiss.tcl
-lib/coda/Reconnection.tcl
-lib/coda/Reintegration.tcl
-lib/coda/Repair.tcl
-lib/coda/Space.tcl
-lib/coda/Task.tcl
-lib/coda/Timing.tcl
-lib/coda/Tokens.tcl
-lib/coda/WeakMiss.tcl
-lib/coda/tixCodaMeter.tcl
-sbin/au
-sbin/venus
-sbin/venus-setup
-sbin/volmunge
-sbin/vutil
-bin/advice_srv
-bin/cfs
-bin/clog
-bin/cmon
-bin/codacon
-bin/cpasswd
-bin/ctokens
-bin/cunlog
-bin/filcon
-bin/filerepair
-bin/hoard
-bin/logbandwidth
-bin/logcmls
-bin/logreintegration
-bin/parser
-bin/removeinc
-bin/repair
-bin/replay
-bin/spy
-bin/xaskuser
-bin/xfrepair
-@dirrm lib/coda
diff -r 32199acad85b -r 2c205758e78f net/coda_client/distinfo
--- a/net/coda_client/distinfo  Thu Sep 04 08:27:37 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 11:23:12 wiz Exp $
-
-SHA1 (coda-4.6.6.tgz) = 4872262bb08cef32f65b7e1b8b61ae9658bbe0d3
-Size (coda-4.6.6.tgz) = 2583462 bytes
-SHA1 (patch-aa) = fdced1cd7811a9adb732c05a1a03b07814eb49a3
-SHA1 (patch-ab) = df2acb522bf10721bef1cd56d085c11a82a1fac5
-SHA1 (patch-ba) = 76d001a971abc011371d7f04097e695577c9390c
-SHA1 (patch-bb) = f955adb0fd67d3b4ca37e2a11299103f83edb9c9
-SHA1 (patch-bc) = 5316b6333d41abb013c275b0b2ed2bced1e56f32
-SHA1 (patch-bd) = 4cb1b04bd695f5275affdb757d10b2fc6cbe0d7b
-SHA1 (patch-be) = 1124b0f039bb99b3a5a6c72df549a7486c63af85
-SHA1 (patch-ca) = cabc1bb43a6cbd54ee9db191344dcb83a95b0afc
-SHA1 (patch-cb) = 0c0d9f3c619cd4fb6fc8b07efdf9160d2bda6a41
-SHA1 (patch-da) = dec8a25b437b0b636dc3dcd88b731e3695a59568
diff -r 32199acad85b -r 2c205758e78f net/coda_client/patches/patch-aa
--- a/net/coda_client/patches/patch-aa  Thu Sep 04 08:27:37 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,110 +0,0 @@
-$NetBSD: patch-aa,v 1.6 1999/02/24 06:34:52 sommerfe Exp $
-
---- lib-src/mlwp/process.s~    Wed Oct  7 20:11:01 1998
-+++ lib-src/mlwp/process.s     Wed Feb 24 01:05:51 1999
-@@ -590,5 +590,105 @@
-       jmp     r1
- 
- #endif        /* luna88k */
-+      
-+#ifdef arm32
-+
-+@ r0-r3               call arguments
-+@ r4-r8               "saved over call"
-+
-+@ r9          frame pointer
-+@ r10         stack limit
-+@ r11         arg pointer
-+@ r12         temp
-+@ r13         sp
-+@ r14         link/temp
-+@ r15         pc
-+
-+@
-+@ savecontext(f, area1, newsp)
-+@    int (*f)(); struct savearea *area1; char *newsp;
-+@
-+@     set global _PRE_Block = 1
-+
-+rfp   .req    r9
-+sl    .req    r10
-+fp    .req    r11
-+ip    .req    r12
-+sp    .req    r13
-+lr    .req    r14
-+pc    .req    r15
-+
-+      .text
-+      .align  0
-+      
-+      .global _savecontext
-+      .type    _savecontext,#function
-+
-+_savecontext:
-+      mov     ip, sp
-+      stmfd   sp!, {fp, ip, lr, pc}
-+
-+      sub     fp, ip, #4
-+
-+      ldr     r3, Lpre_addr
-+      mov     lr, #1                  
-+      str     lr, [r3, #0]            @ stall here waiting for r3?
-+
-+@     push callee-saves registers
-+
-+      stmfd   sp!, { r4-r10, fp }
-+
-+@     save old sp in area1
-+
-+      str     sp, [r1, #0]
-+
-+@     if newsp != 0, sp = newsp 
-+
-+      cmp     r2, #0
-+      movne   sp, r2
-+
-+@     call f() with no arguments
-+
-+      mov     lr, pc
-+      mov     pc, r0
-+      bl      _abort          @ in case we fall down go boom
-+
-+Lpre_addr:
-+      .word   _PRE_Block
-+
-+Lfe1:
-+      .size    _savecontext,Lfe1-_savecontext
-+
-+@
-+@ returnto(area2)
-+@     struct savearea *area2;
-+@
-+
-+@     set _PRE_Block = 0
-+      .global _returnto
-+      .type   _returnto, #function
-+_returnto:
-+      ldr     r3, Lpre_addr
-+      mov     r2, #0
-+      str     r2, [r3, #0]            @ stall here waiting for r3?
-+
-+@     restore sp from area2
-+      ldr     sp, [r0, #0]
-+
-+@     pop callee-saves registers
-+
-+      ldmfd   sp!, { r4-r10, fp }
-+
-+@     return.
-+
-+      ldmea   fp, {fp, sp, pc}
-+
-+Lfe2:
-+      .size    _returnto,Lfe2-_returnto
-+
-+              
-+
-+#endif /* arm32 */
-+      
- 
- #endif OLDLWP
diff -r 32199acad85b -r 2c205758e78f net/coda_client/patches/patch-ab
--- a/net/coda_client/patches/patch-ab  Thu Sep 04 08:27:37 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-$NetBSD: patch-ab,v 1.6 2000/12/28 14:20:09 hubertf Exp $
-
---- coda-src/venus/fso_cfscalls2.cc.orig       Thu Oct  8 02:11:22 1998
-+++ coda-src/venus/fso_cfscalls2.cc
-@@ -538,6 +538,14 @@
- static char cputype [] = "i386";
- static char systype [] = "i386_nbsd1";
- #endif /* i386 */
-+#ifdef arm32
-+static char cputype [] = "arm32";
-+static char systype [] = "arm32_nbsd1";
-+#endif /* arm32 */
-+#ifdef m68k
-+static char cputype [] = "m68k";
-+static char systype [] = "m68k_nbsd1";
-+#endif /* m68k */
- #endif /* __NetBSD__ */
- 
- #ifdef __FreeBSD__
diff -r 32199acad85b -r 2c205758e78f net/coda_client/patches/patch-ba
--- a/net/coda_client/patches/patch-ba  Thu Sep 04 08:27:37 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ba,v 1.1 1999/04/27 20:43:10 rvb Exp $
-
---- ../coda-4.6.6/coda-src/scripts/venus-setup Thu Oct  8 12:07:49 1998



Home | Main Index | Thread Index | Old Index