pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net Remove non-building coda5_client and coda5_server ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f40dce1e0a3b
branches:  trunk
changeset: 492737:f40dce1e0a3b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Apr 19 00:07:27 2005 +0000

description:
Remove non-building coda5_client and coda5_server packages; ok'd
by maintainer, phil@, who will be working on importing a coda6
package.

diffstat:

 net/Makefile                      |   4 +-
 net/coda5_client/DEINSTALL        |  14 -------
 net/coda5_client/DESCR            |   7 ---
 net/coda5_client/INSTALL          |  13 ------
 net/coda5_client/Makefile         |  31 ----------------
 net/coda5_client/PLIST            |  42 ----------------------
 net/coda5_server/DEINSTALL        |  14 -------
 net/coda5_server/DESCR            |   7 ---
 net/coda5_server/INSTALL          |  13 ------
 net/coda5_server/Makefile         |  27 --------------
 net/coda5_server/Makefile.common  |  43 ----------------------
 net/coda5_server/PLIST            |  73 ---------------------------------------
 net/coda5_server/distinfo         |  12 ------
 net/coda5_server/patches/patch-aa |  29 ---------------
 net/coda5_server/patches/patch-ab |  29 ---------------
 net/coda5_server/patches/patch-ac |  40 ---------------------
 net/coda5_server/patches/patch-ad |  30 ----------------
 net/coda5_server/patches/patch-ae |  22 -----------
 net/coda5_server/patches/patch-af |  22 -----------
 19 files changed, 1 insertions(+), 471 deletions(-)

diffs (truncated from 558 to 300 lines):

diff -r cdb561763fe9 -r f40dce1e0a3b net/Makefile
--- a/net/Makefile      Mon Apr 18 23:57:45 2005 +0000
+++ b/net/Makefile      Tue Apr 19 00:07:27 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.549 2005/04/01 19:56:10 drochner Exp $
+# $NetBSD: Makefile,v 1.550 2005/04/19 00:07:27 wiz Exp $
 #
 
 COMMENT=       Networking tools
@@ -49,8 +49,6 @@
 SUBDIR+=       cisco-mibs
 SUBDIR+=       citrix_ica
 SUBDIR+=       cmu-dhcpd
-SUBDIR+=       coda5_client
-SUBDIR+=       coda5_server
 SUBDIR+=       coda_doc
 SUBDIR+=       coda_intro
 SUBDIR+=       connect
diff -r cdb561763fe9 -r f40dce1e0a3b net/coda5_client/DEINSTALL
--- a/net/coda5_client/DEINSTALL        Mon Apr 18 23:57:45 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-#! /bin/sh
-#
-# $NetBSD: DEINSTALL,v 1.2 2002/06/20 19:28:24 jlam Exp $
-
-case ${STAGE} in
-POST-DEINSTALL)
-       for file in au coda-setup-ports codaconfedit; do
-               ${RM} -f ${PKG_PREFIX}/sbin/${file}
-               if [ -f ${PKG_PREFIX}/sbin/vice-${file} ]; then
-                       ${LN} -sf vice-${file} ${PKG_PREFIX}/sbin/${file}
-               fi
-       done
-       ;;
-esac
diff -r cdb561763fe9 -r f40dce1e0a3b net/coda5_client/DESCR
--- a/net/coda5_client/DESCR    Mon Apr 18 23:57:45 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-Coda is a distributed file system.  Among its features are disconnected
-operation, good security model, server replication and persistent client
-side caching.
-
-For more info, contact <coda%cs.cmu.edu@localhost> or visit http://www.coda.cs.cmu.edu.
-
-This package contains the client-side programs.
diff -r cdb561763fe9 -r f40dce1e0a3b net/coda5_client/INSTALL
--- a/net/coda5_client/INSTALL  Mon Apr 18 23:57:45 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-#! /bin/sh
-#
-# $NetBSD: INSTALL,v 1.2 2002/06/20 19:28:25 jlam Exp $
-
-case ${STAGE} in
-POST-INSTALL)
-       for file in au coda-setup-ports codaconfedit; do
-               if [ ! -f ${PKG_PREFIX}/sbin/${file} ]; then
-                       ${LN} -sf venus-${file} ${PKG_PREFIX}/sbin/${file}
-               fi
-       done
-       ;;
-esac
diff -r cdb561763fe9 -r f40dce1e0a3b net/coda5_client/Makefile
--- a/net/coda5_client/Makefile Mon Apr 18 23:57:45 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.41 2004/12/03 15:15:05 wiz Exp $
-
-PKGNAME=       coda-client-${DIST_VERS}
-COMMENT=       Client programs for a replicated high-performance network file system
-
-.include "../../net/coda5_server/Makefile.common"
-
-BUILD_TARGET=          coda
-INSTALL_TARGET=                client-install
-
-USE_PKGINSTALL=                yes
-DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
-INSTALL_EXTRA_TMPL+=   ${.CURDIR}/INSTALL
-
-CONF_FILES+=   ${EGDIR}/sidekick.intr.ex ${PKG_SYSCONFDIR}/sidekick.intr
-CONF_FILES+=   ${EGDIR}/venus.conf.ex ${PKG_SYSCONFDIR}/venus.conf
-
-post-install:
-       cd ${PREFIX} && ${PAX} -O -zr                                   \
-               -s "/usr\/\(man\/man.\/\)au.8/\1venus-au.8/"            \
-               -s "/usr\/\(man\/man.\/\)replay.8/\1coda_replay.8/"     \
-               -s "/usr\///"                                           \
-               -f ${_DISTDIR}/${CODADOC_DISTFILE}                      \
-               `${GREP} "^man/" ${PLIST_SRC} |                         \
-                       ${GREP} -v "man/man8/au.8" |                    \
-                       ${SED}  -e "s|^|usr/|"                          \
-                               -e "s|coda_replay\.8|replay.8|"         \
-                               -e "s|venus-au\.8|au.8|"`
-       ${LN} -sf venus-au.8 ${PREFIX}/man/man8/au.8
-
-.include "../../mk/bsd.pkg.mk"
diff -r cdb561763fe9 -r f40dce1e0a3b net/coda5_client/PLIST
--- a/net/coda5_client/PLIST    Mon Apr 18 23:57:45 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,42 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2002/06/20 19:28:25 jlam Exp $
-bin/cfs
-bin/clog
-bin/cmon
-bin/coda_replay
-bin/codacon
-bin/cpasswd
-bin/ctokens
-bin/cunlog
-bin/filerepair
-bin/hoard
-bin/parser
-bin/removeinc
-bin/repair
-bin/spy
-bin/xaskuser
-bin/xfrepair
-man/man1/cfs.1
-man/man1/clog.1
-man/man1/cmon.1
-man/man1/cpasswd.1
-man/man1/ctokens.1
-man/man1/cunlog.1
-man/man1/hoard.1
-man/man1/repair.1
-man/man1/spy.1
-man/man8/au.8
-man/man8/coda_replay.8
-man/man8/venus.8
-man/man8/venus-au.8
-man/man8/vutil.8
-sbin/sidekick
-sbin/venus
-sbin/venus-au
-sbin/venus-coda-setup-ports
-sbin/venus-codaconfedit
-sbin/venus-setup
-sbin/volmunge
-sbin/vutil
-share/examples/coda/sidekick.intr.ex
-share/examples/coda/venus.conf.ex
-@unexec ${RMDIR} %D/share/examples/coda 2>/dev/null || ${TRUE}
diff -r cdb561763fe9 -r f40dce1e0a3b net/coda5_server/DEINSTALL
--- a/net/coda5_server/DEINSTALL        Mon Apr 18 23:57:45 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,14 +0,0 @@
-#! /bin/sh
-#
-# $NetBSD: DEINSTALL,v 1.2 2002/06/20 19:28:35 jlam Exp $
-
-case ${STAGE} in
-POST-DEINSTALL)
-       for file in au coda-setup-ports codaconfedit; do
-               ${RM} -f ${PKG_PREFIX}/sbin/${file}
-               if [ -f ${PKG_PREFIX}/sbin/venus-${file} ]; then
-                       ${LN} -sf venus-${file} ${PKG_PREFIX}/sbin/${file}
-               fi
-       done
-       ;;
-esac
diff -r cdb561763fe9 -r f40dce1e0a3b net/coda5_server/DESCR
--- a/net/coda5_server/DESCR    Mon Apr 18 23:57:45 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-Coda is a distributed file system.  Among its features are disconnected
-operation, good security model, server replication and persistent client
-side caching.
-
-For more info, contact <coda%cs.cmu.edu@localhost> or visit http://www.coda.cs.cmu.edu.
-
-This package contains the server-side programs.
diff -r cdb561763fe9 -r f40dce1e0a3b net/coda5_server/INSTALL
--- a/net/coda5_server/INSTALL  Mon Apr 18 23:57:45 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-#! /bin/sh
-#
-# $NetBSD: INSTALL,v 1.2 2002/06/20 19:28:35 jlam Exp $
-
-case ${STAGE} in
-POST-INSTALL)
-       for file in au coda-setup-ports codaconfedit; do
-               if [ ! -f ${PKG_PREFIX}/sbin/${file} ]; then
-                       ${LN} -sf vice-${file} ${PKG_PREFIX}/sbin/${file}
-               fi
-       done
-       ;;
-esac
diff -r cdb561763fe9 -r f40dce1e0a3b net/coda5_server/Makefile
--- a/net/coda5_server/Makefile Mon Apr 18 23:57:45 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.41 2004/12/03 15:15:05 wiz Exp $
-
-PKGNAME=       coda-server-${DIST_VERS}
-PKGREVISION=   1
-COMMENT=       Server programs for a replicated high-performance network file system
-
-.include "Makefile.common"
-
-BUILD_TARGET=          coda
-INSTALL_TARGET=                server-install
-
-USE_PKGINSTALL=                yes
-DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
-INSTALL_EXTRA_TMPL+=   ${.CURDIR}/INSTALL
-
-CONF_FILES+=   ${EGDIR}/server.conf.ex ${PKG_SYSCONFDIR}/server.conf
-
-post-install:
-       cd ${PREFIX} && ${PAX} -O -zr                                   \
-               -s "/usr\/\(man\/man.\/\)au.8/\1vice-au.8/"             \
-               -s "/usr\///"                                           \
-               -f ${_DISTDIR}/${CODADOC_DISTFILE}                      \
-               `${GREP} "^man/" ${PLIST_SRC} |                         \
-                       ${SED}  -e "s|^|usr/|"                          \
-                               -e "s|vice-au\.8|au.8|"`
-
-.include "../../mk/bsd.pkg.mk"
diff -r cdb561763fe9 -r f40dce1e0a3b net/coda5_server/Makefile.common
--- a/net/coda5_server/Makefile.common  Mon Apr 18 23:57:45 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-# $NetBSD: Makefile.common,v 1.7 2005/04/11 21:46:45 tv Exp $
-
-DISTNAME?=             coda-${DIST_VERS}
-DIST_VERS?=            5.3.20
-CATEGORIES?=           net
-MASTER_SITES?=         ftp://ftp.coda.cs.cmu.edu/pub/coda/src/         \
-                       ftp://ftp.coda.cs.cmu.edu/pub/coda/doc/
-DISTFILES?=            ${CODASRC_DISTFILE} ${CODADOC_DISTFILE}
-EXTRACT_ONLY?=         ${CODASRC_DISTFILE}
-
-CODASRC_DISTFILE=      ${DISTNAME}${EXTRACT_SUFX}
-CODADOC_DISTFILE=      coda-doc-5.2.0-1.tgz
-
-MAINTAINER?=           phil%cs.wwu.edu@localhost
-HOMEPAGE?=             http://www.coda.cs.cmu.edu/
-
-DISTINFO_FILE?=                ${.CURDIR}/../../net/coda5_server/distinfo
-PATCHDIR?=             ${.CURDIR}/../../net/coda5_server/patches
-
-USE_PERL5=             yes
-USE_GNU_TOOLS+=                make
-
-GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
-CONFIGURE_ARGS+=       --without-openssl
-
-PKG_SYSCONFSUBDIR?=    coda
-EGDIR=                 ${PREFIX}/share/examples/coda
-
-.include "../../mk/compiler.mk"
-.if !empty(CC_VERSION:Mgcc-3.3*)
-PKG_FAIL_REASON= "coda5 cannot be built with ${CC_VERSION}"
-.endif
-
-pre-install: install-egdir
-
-install-egdir:
-       ${INSTALL_DATA_DIR} ${EGDIR}
-
-.include "../../devel/lwp/buildlink3.mk"
-.include "../../devel/readline/buildlink3.mk"
-.include "../../devel/rpc2/buildlink3.mk"
-.include "../../devel/rvm/buildlink3.mk"
diff -r cdb561763fe9 -r f40dce1e0a3b net/coda5_server/PLIST
--- a/net/coda5_server/PLIST    Mon Apr 18 23:57:45 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,73 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2002/06/20 19:28:35 jlam Exp $
-bin/getvolinfo
-bin/norton
-bin/norton-reinit
-bin/reinit
-bin/rpc2ping
-bin/smon2
-etc/rc.d/rc.vice
-man/man5/backuplogs.5
-man/man5/dumpfile.5
-man/man5/dumplist.5
-man/man5/maxgroupid.5
-man/man5/passwd.coda.5
-man/man5/servers.5
-man/man5/vicetab.5
-man/man5/volumelist.5
-man/man5/vrdb.5
-man/man5/vrlist.5
-man/man5/vsgdb.5
-man/man8/auth2.8
-man/man8/backup.8
-man/man8/bldvldb.8
-man/man8/codasrv.8
-man/man8/createvol.8
-man/man8/createvol_rep.8
-man/man8/initpw.8
-man/man8/merge.8



Home | Main Index | Thread Index | Old Index