diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-06-27 02:43:23 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-06-27 02:43:23 +0000 |
commit | 430044aff178e5d0b6c83bee871f561db45848b6 (patch) | |
tree | da481be57495564b4454179f30cd9d948fc27261 /net | |
parent | b92c345d04e3c08808a60e165a0c0f23635cb69c (diff) | |
download | FreeBSD-ports-430044aff178e5d0b6c83bee871f561db45848b6.zip FreeBSD-ports-430044aff178e5d0b6c83bee871f561db45848b6.tar.gz |
Delete netatalk-asun for reasons in the stated pr
PR: 27863
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
No response: anyone
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/netatalk-asun/Makefile | 67 | ||||
-rw-r--r-- | net/netatalk-asun/distinfo | 1 | ||||
-rw-r--r-- | net/netatalk-asun/files/patch-aa | 72 | ||||
-rw-r--r-- | net/netatalk-asun/files/patch-ab | 31 | ||||
-rw-r--r-- | net/netatalk-asun/files/patch-ac | 79 | ||||
-rw-r--r-- | net/netatalk-asun/files/patch-ag | 8 | ||||
-rw-r--r-- | net/netatalk-asun/files/patch-ah | 33 | ||||
-rw-r--r-- | net/netatalk-asun/files/patch-ak | 20 | ||||
-rw-r--r-- | net/netatalk-asun/files/patch-al | 13 | ||||
-rw-r--r-- | net/netatalk-asun/files/patch-am | 20 | ||||
-rw-r--r-- | net/netatalk-asun/files/patch-an | 34 | ||||
-rw-r--r-- | net/netatalk-asun/files/patch-ao | 14 | ||||
-rw-r--r-- | net/netatalk-asun/files/patch-ap | 21 | ||||
-rw-r--r-- | net/netatalk-asun/files/patch-ba | 529 | ||||
-rw-r--r-- | net/netatalk-asun/files/patch-bb | 73 | ||||
-rw-r--r-- | net/netatalk-asun/files/patch-bc | 11 | ||||
-rw-r--r-- | net/netatalk-asun/files/patch-bd | 100 | ||||
-rw-r--r-- | net/netatalk-asun/files/patch-be | 25 | ||||
-rw-r--r-- | net/netatalk-asun/pkg-comment | 1 | ||||
-rw-r--r-- | net/netatalk-asun/pkg-descr | 24 | ||||
-rw-r--r-- | net/netatalk-asun/pkg-install | 42 | ||||
-rw-r--r-- | net/netatalk-asun/pkg-plist | 77 |
23 files changed, 0 insertions, 1296 deletions
diff --git a/net/Makefile b/net/Makefile index de51488..ab8bfa9 100644 --- a/net/Makefile +++ b/net/Makefile @@ -201,7 +201,6 @@ SUBDIR += net-http SUBDIR += net-snmp SUBDIR += netatalk - SUBDIR += netatalk-asun SUBDIR += netcat SUBDIR += netmask SUBDIR += netpipes diff --git a/net/netatalk-asun/Makefile b/net/netatalk-asun/Makefile deleted file mode 100644 index 572c0c9..0000000 --- a/net/netatalk-asun/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# Ports collection makefile for: netatalk-asun -# Date created: 07 Sep 1998 -# Whom: stb@freebsd.org -# -# $FreeBSD$ -# - -PORTNAME= netatalk -PORTVERSION= 1.4b2+asun2.1.3 -PORTREVISION= 1 -CATEGORIES= net print -MASTER_SITES= ftp://ftp.u.washington.edu/public/asun/ \ - ${MASTER_SITE_LOCAL} \ - ftp://ftp.hanse.de/sites/transit/mirror/ftp.u.washington.edu/public/asun/ -MASTER_SITE_SUBDIR= stb/mirror/ftp.u.washington.edu/public/asun - -MAINTAINER= ports@freebsd.org - -.if !exists(/usr/include/tcpd.h) -LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper -.endif - -MAKE_ARGS= INSTALL="${INSTALL} ${COPY}" - -.if defined(WITHOUT_AFPASP) -MAKE_ARGS+= CFLAGS="${CFLAGS} -DNO_AFPASP" -.endif - -.include <bsd.port.pre.mk> - -.if defined(WITH_SENDFILE) && ${OSVERSION} >= 310000 -MAKE_ARGS+= -DUSE_SENDFILE -.endif - -.if defined(WITH_CNID) -## Support for fixed DirIDs; probably broken. -BUILD_DEPENDS= ${PREFIX}/lib/libdb.a:${PORTSDIR}/databases/db -MAKE_ARGS+= -DUSE_CNID -.endif - -pre-build: -## sendfile(2) support seems to be broken in this version, but go ahead an try -## to fix it! -.if defined(WITH_SENDFILE) && ${OSVERSION} < 310000 - @${ECHO_MSG} "*** sendfile(2) support is available only with FreeBSD 3.1-RELEASE" - @${ECHO_MSG} " or newer. This port probably won't compile." -.endif -.if ${OSVERSION} >= 310000 -.if defined(WITH_SENDFILE) - @${ECHO_MSG} "*** sendfile(2) support is experimental and will likely cause" - @${ECHO_MSG} " undesired behaviour!" -.else -# @${ECHO_MSG} "*** Use -DWITH_SENDFILE to enable the experimental sendfile(2) support." -.endif -.endif - -MAN1= aecho.1 getzones.1 hqx2bin.1 macbinary.1 megatron.1 nbp.1 \ - nbplkup.1 nbprgstr.1 nbpunrgstr.1 pap.1 papstatus.1 \ - psorder.1 single2bin.1 unbin.1 unhex.1 unsingle.1 -MAN3= atalk_aton.3 nbp_name.3 -MAN4= atalk.4 -MAN8= afpd.8 atalkd.8 papd.8 psf.8 - -post-install: - @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.post.mk> diff --git a/net/netatalk-asun/distinfo b/net/netatalk-asun/distinfo deleted file mode 100644 index 2657760..0000000 --- a/net/netatalk-asun/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (netatalk-1.4b2+asun2.1.3.tar.gz) = b417c5977f36f4125d0932076df54db5 diff --git a/net/netatalk-asun/files/patch-aa b/net/netatalk-asun/files/patch-aa deleted file mode 100644 index b194552..0000000 --- a/net/netatalk-asun/files/patch-aa +++ /dev/null @@ -1,72 +0,0 @@ ---- Makefile.orig Sun Feb 7 20:15:46 1999 -+++ Makefile Sat Dec 23 13:31:49 2000 -@@ -1,15 +1,15 @@ - # Root of installation. Subdirectories will be ${DESTDIR}/etc, - # ${DESTDIR}/bin, and ${DESTDIR}/lib. --DESTDIR=/usr/local/atalk -+DESTDIR=${PREFIX} - - # for system-level binaries --SBINDIR=$(DESTDIR)/etc -+SBINDIR=$(DESTDIR)/libexec - # for user-level binaries - BINDIR=$(DESTDIR)/bin - # for program libraries (*.a) - LIBDIR=$(DESTDIR)/lib - # for machine-independent resources (pagecount.ps, etc.) --RESDIR=$(DESTDIR)/etc -+RESDIR=$(DESTDIR)/share - # for configuration files (AppleVolumes.system, etc.) - ETCDIR=$(DESTDIR)/etc - # for include files -@@ -27,22 +27,29 @@ - #MANDIR=/usr/man - - # Location of the Berkeley v2 db library and include files. --#DB2DIR=/usr/local/BerkeleyDB -+.if defined(USE_CNID) -+DB2DIR=${PREFIX} -+.endif - - # Location of the DES library and include files. Comment this out if you - # don't want Randnum Exchange and 2-Way Randnum Exchange as allowable UAMs - # for afpd. We expect libdes.a in $DESDIR/lib and des.h in $DESDIR/include. --DESDIR=/usr/local -+.if exists(/usr/lib/libdes.a) -+DESDIR=/usr -+.endif - - # Location of the tcp wrapper library and include files. Comment this out - # if you don't want tcp wrapper support. having tcp wrapper support is - # highly recommended. --TCPWRAPDIR=/usr -+TCPWRAPDIR=${PREFIX} - - # Location of PAM support library and include files. Comment this out - # if you don't want to enable PAM support --PAMDIR=/usr -- -+## FreeBSD's PAM modules currently only support auth; session and account -+## are also required. -+#.if exists(/usr/lib/libpam.a) -+#PAMDIR=/usr -+#.endif - - # Location of the AFS and Kerberos libraries and include files. Uncomment - # and edit these if you want to include AFS or Kerberos support in afpd -@@ -77,12 +84,13 @@ - ETCDIR="${ETCDIR}" LIBDIR="${LIBDIR}" INCDIR="${INCDIR}" \ - DESTDIR="${DESTDIR}" MANDIR="${MANDIR}" \ - TCPWRAPDIR="${TCPWRAPDIR}" PAMDIR="${PAMDIR}" DB2DIR="${DB2DIR}" \ -- AFSDIR="${AFSDIR}" KRBDIR="${KRBDIR}" DESDIR="${DESDIR}" $@ -+ AFSDIR="${AFSDIR}" KRBDIR="${KRBDIR}" DESDIR="${DESDIR}" \ -+ OPTOPTS="${CFLAGS}" $@ - - FRC: - - SYS=sunos ultrix solaris --VERSION=`date +%y%m%d` -+VERSION="netatalk-1.4b2+asun-2.1.3" - DISTDIR=../netatalk-${VERSION} - - sysclean : FRC diff --git a/net/netatalk-asun/files/patch-ab b/net/netatalk-asun/files/patch-ab deleted file mode 100644 index 16d0464..0000000 --- a/net/netatalk-asun/files/patch-ab +++ /dev/null @@ -1,31 +0,0 @@ ---- rc.atalk.freebsd.orig Tue Nov 24 13:08:44 1998 -+++ rc.atalk.freebsd Tue Nov 24 13:56:05 1998 -@@ -0,0 +1,28 @@ -+# -+# AppleTalk daemons. Make sure not to start atalkd in the background: -+# its data structures must have time to stablize before running the -+# other processes. -+# -+PREFIX=/`expr $0 : '/\(.*\)/etc/rc.d/netatalk.sh'` -+if [ "x${PREFIX}" = "x/" ]; then -+ printf "\nnetatalk: Cannot determine PREFIX.\n" >&2 -+ exit 64 -+fi -+HOSTNAME=`hostname|sed 's/\..*$//'` -+ -+case $1 in -+ start) echo -n ' netatalk' -+ ${PREFIX}/libexec/atalkd -+ ${PREFIX}/bin/nbprgstr -p 4 ${HOSTNAME}:Workstation & -+ ${PREFIX}/bin/nbprgstr -p 4 ${HOSTNAME}:netatalk & -+ ${PREFIX}/libexec/papd -+ ${PREFIX}/libexec/afpd -s ${PREFIX}/etc/AppleVolumes.system \ -+ -f ${PREFIX}/etc/AppleVolumes.default -+ ;; -+ stop) for i in afpd papd atalkd; do -+ if [ -f /var/run/$i.pid ]; then -+ kill `cat /var/run/$i.pid` -+ fi -+ done -+ ;; -+esac diff --git a/net/netatalk-asun/files/patch-ac b/net/netatalk-asun/files/patch-ac deleted file mode 100644 index 2efb35e..0000000 --- a/net/netatalk-asun/files/patch-ac +++ /dev/null @@ -1,79 +0,0 @@ ---- sys/freebsd/Makefile.orig Thu Feb 4 16:38:12 1999 -+++ sys/freebsd/Makefile Sat Dec 23 13:25:22 2000 -@@ -1,9 +1,14 @@ - # FreeBSD specific defines, passed to subdirectories. --#DEFS= -DBSD4_4 -DSENDFILE_FLAVOR_BSD - DEFS= -DBSD4_4 --OPTOPTS= -O2 -+.if defined(USE_SENDFILE) -+DEFS+= -DSENDFILE_FLAVOR_BSD -+.endif -+.if defined(USE_CNID) -+DEFS+= -DUSE_CNID -+.endif -+#OPTOPTS= -O2 - CC= gcc --INSTALL= install -+#INSTALL= install - AFPLIBS= -lcrypt -lrpcsvc - ADDLIBS= - -@@ -11,9 +16,17 @@ - - oops: - @echo "Read README again. Don't type 'make' here." -- @exit 1 -+ @exit 64 - --all: ${ALL} -+all: -+ for i in ${ALL}; \ -+ do (cd $${i}; ${MAKE} ${MFLAGS} CC="${CC}" \ -+ ADDLIBS="${ADDLIBS}" DEFS="${DEFS}" OPTOPTS="${OPTOPTS}" \ -+ SBINDIR="${SBINDIR}" BINDIR="${BINDIR}" RESDIR="${RESDIR}" \ -+ ETCDIR="${ETCDIR}" LIBDIR="${LIBDIR}" INCDIR="${INCDIR}" \ -+ DESTDIR="${DESTDIR}" AFSDIR="${AFSDIR}" KRBDIR="${KRBDIR}" \ -+ AFPLIBS="${AFPLIBS}" all); \ -+ done - - ../../bin ../../etc: ../../libatalk - -@@ -28,7 +41,8 @@ - FRC: - - install : -- -mkdir ${DESTDIR} ${SBINDIR} ${BINDIR} ${ETCDIR} ${LIBDIR} -+ mkdir -p ${DESTDIR} ${SBINDIR} ${BINDIR} ${ETCDIR} ${LIBDIR} \ -+ ${RESDIR}/examples/netatalk ${ETCDIR}/rc.d - for i in ${ALL}; \ - do (cd $$i; ${MAKE} ${MFLAGS} CC="${CC}" \ - ADDLIBS="${ADDLIBS}" DEFS="${DEFS}" OPTOPTS="${OPTOPTS}" \ -@@ -37,17 +51,21 @@ - AFSDIR="${AFSDIR}" KRBDIR="${KRBDIR}" AFPLIBS="${AFPLIBS}" \ - INSTALL="${INSTALL}" $@); \ - done -- rm -f ${ETCDIR}/rc.atalk - sed -e s@:DESTDIR:@${DESTDIR}@ -e s@:SBINDIR:@${SBINDIR}@ \ - -e s@:BINDIR:@${BINDIR}@ -e s@:RESDIR:@${RESDIR}@ \ - -e s@:ETCDIR:@${ETCDIR}@ -e s@:LIBDIR:@${LIBDIR}@ \ - -e s@:INCDIR:@${INCDIR}@ \ -- < ../../rc.atalk.bsd > ${ETCDIR}/rc.atalk -- @echo -- @echo "Install is done. Don't forget to add lines from" -- @echo "services.atalk to /etc/services and to call rc.atalk" -- @echo "in /etc/rc. See README and README.FREEBSD for more" -- @echo "information." -+ < ../../rc.atalk.freebsd > ${ETCDIR}/rc.d/netatalk.sh -+ chmod +x ${ETCDIR}/rc.d/netatalk.sh -+ cp ../../config/AppleVolumes.default ${ETCDIR}/AppleVolumes.default.dist -+ cp ../../config/AppleVolumes.system ${ETCDIR}/AppleVolumes.system.dist -+ sed -e s@:DESTDIR:@${DESTDIR}@ -e s@:SBINDIR:@${SBINDIR}@ \ -+ -e s@:BINDIR:@${BINDIR}@ -e s@:RESDIR:@${RESDIR}@ \ -+ -e s@:ETCDIR:@${ETCDIR}@ -e s@:LIBDIR:@${LIBDIR}@ \ -+ -e s@:INCDIR:@${INCDIR}@ \ -+ <../../config/afpd.conf >${ETCDIR}/afpd.conf.dist -+ cp ../../config/atalkd.conf ../../config/papd.conf \ -+ ${RESDIR}/examples/netatalk - - clean : - for i in ${ALL}; \ diff --git a/net/netatalk-asun/files/patch-ag b/net/netatalk-asun/files/patch-ag deleted file mode 100644 index 216e2154..0000000 --- a/net/netatalk-asun/files/patch-ag +++ /dev/null @@ -1,8 +0,0 @@ ---- include/Makefile.orig Tue May 20 19:35:42 1997 -+++ include/Makefile Tue Nov 24 00:27:05 1998 -@@ -1,4 +1,4 @@ --TARGETS= atalk netatalk -+TARGETS= atalk - - INSTALL= install - diff --git a/net/netatalk-asun/files/patch-ah b/net/netatalk-asun/files/patch-ah deleted file mode 100644 index 163b81f..0000000 --- a/net/netatalk-asun/files/patch-ah +++ /dev/null @@ -1,33 +0,0 @@ ---- include/atalk/paths.h.orig Fri Aug 15 07:25:58 1997 -+++ include/atalk/paths.h Tue Dec 29 01:26:34 1998 -@@ -12,7 +12,7 @@ - /* lock file path. this should be re-organized a bit. */ - #ifndef _PATH_LOCKDIR - #ifdef BSD4_4 --#define _PATH_LOCKDIR "/var/spool/lock/" -+#define _PATH_LOCKDIR "/var/run/" - #else - #ifdef linux - #define _PATH_LOCKDIR "/var/lock/" -@@ -42,18 +42,18 @@ - */ - #define _PATH_ATALKDEBUG "/tmp/atalkd.debug" - #define _PATH_ATALKDTMP "atalkd.tmp" --#define _PATH_ATALKDLOCK ATALKPATHCAT(_PATH_LOCKDIR,"atalkd") -+#define _PATH_ATALKDLOCK ATALKPATHCAT(_PATH_LOCKDIR,"atalkd.pid") - - /* - * psorder paths - */ - #define _PATH_TMPPAGEORDER "/tmp/psorderXXXXXX" --#define _PATH_PAPDLOCK ATALKPATHCAT(_PATH_LOCKDIR,"papd") -+#define _PATH_PAPDLOCK ATALKPATHCAT(_PATH_LOCKDIR,"papd.pid") - - /* - * afpd paths - */ - #define _PATH_AFPTKT "/tmp/AFPtktXXXXXX" --#define _PATH_AFPDLOCK ATALKPATHCAT(_PATH_LOCKDIR,"afpd") -+#define _PATH_AFPDLOCK ATALKPATHCAT(_PATH_LOCKDIR,"afpd.pid") - - #endif /* atalk/paths.h */ diff --git a/net/netatalk-asun/files/patch-ak b/net/netatalk-asun/files/patch-ak deleted file mode 100644 index 96e4fb1..0000000 --- a/net/netatalk-asun/files/patch-ak +++ /dev/null @@ -1,20 +0,0 @@ ---- etc/psf/Makefile.orig Thu Apr 18 23:53:09 1996 -+++ etc/psf/Makefile Sat Oct 10 01:33:08 1998 -@@ -32,14 +32,14 @@ - - install : all - -mkdir ${RESDIR} -- -mkdir ${RESDIR}/filters -+ -mkdir ${SBINDIR}/filters - ${INSTALL} -c psa ${SBINDIR} - ${INSTALL} -c etc2ps.sh ${SBINDIR}/etc2ps - ${INSTALL} -c pagecount.ps ${RESDIR} - ${INSTALL} -c psf ${SBINDIR} - for i in ${LINKS} ; do \ -- rm -f ${RESDIR}/filters/$$i; \ -- ln -s ${SBINDIR}/psf ${RESDIR}/filters/$$i; \ -+ rm -f ${SBINDIR}/filters/$$i; \ -+ ln -s ${SBINDIR}/psf ${SBINDIR}/filters/$$i; \ - done - - clean : diff --git a/net/netatalk-asun/files/patch-al b/net/netatalk-asun/files/patch-al deleted file mode 100644 index 43a8621..0000000 --- a/net/netatalk-asun/files/patch-al +++ /dev/null @@ -1,13 +0,0 @@ ---- etc/afpd/nls/Makefile.orig Sat Dec 12 12:01:06 1998 -+++ etc/afpd/nls/Makefile Mon Mar 1 03:48:48 1999 -@@ -13,8 +13,8 @@ - ${CC} ${CFLAGS} ${LDFLAGS} makecode.o -o makecode - - install: -- -mkdir ${RESDIR}/nls -- ${INSTALL} -m 644 maccode.* ${RESDIR}/nls -+ -mkdir ${RESDIR}/nls/netatalk -+ ${INSTALL} -m 644 maccode.* ${RESDIR}/nls/netatalk - - clean: - rm -f *.o diff --git a/net/netatalk-asun/files/patch-am b/net/netatalk-asun/files/patch-am deleted file mode 100644 index d4927ce..0000000 --- a/net/netatalk-asun/files/patch-am +++ /dev/null @@ -1,20 +0,0 @@ ---- etc/afpd/Makefile.orig Sat Feb 6 21:02:31 1999 -+++ etc/afpd/Makefile Tue Mar 2 00:17:37 1999 -@@ -56,7 +56,7 @@ - fi; \ - fi; \ - if [ x"${PAMDIR}" != x ]; then \ -- PAMLIBS="-lpam -ldl"; \ -+ PAMLIBS="-lpam"; \ - if [ "${PAMDIR}" != "/usr" ]; then \ - PAMLIBDIRS="-L${PAMDIR}/lib"; \ - PAMINCPATH="-I${PAMDIR}/include"; \ -@@ -107,7 +107,7 @@ - -D_NAME_AFPDPWFILE=\"~/.passwd\" \ - -D_PATH_AFPDCONF=\"${ETCDIR}/afpd.conf\" \ - -D_PATH_AFPDUAMPATH=\"${ETCDIR}/uams/\" \ -- -D_PATH_AFPDNLSPATH=\"${RESDIR}/nls/\" \ -+ -D_PATH_AFPDNLSPATH=\"${RESDIR}/nls/netatalk/\" \ - ${CPPFLAGS} -c afp_options.c - - config.o: config.c diff --git a/net/netatalk-asun/files/patch-an b/net/netatalk-asun/files/patch-an deleted file mode 100644 index 384f245e..0000000 --- a/net/netatalk-asun/files/patch-an +++ /dev/null @@ -1,34 +0,0 @@ ---- etc/afpd/volume.c.orig Tue Mar 2 01:40:57 1999 -+++ etc/afpd/volume.c Tue Mar 2 01:40:21 1999 -@@ -159,13 +159,29 @@ - { - struct vol *volume; - int vlen; -+ char p[PATH_MAX]; - -- if ( name == NULL || *name == '\0' ) { -+ if ( name != NULL && name[0] != '\0') { -+ strncpy( p, name, 27+1 ); -+ } else { - if (( name = strrchr( path, '/' )) == NULL ) { - return -1; /* Obviously not a fully qualified path */ - } -- name++; -+ -+ strncpy( p, path, PATH_MAX ); -+ name = p + (name - path); -+ /* Find last non-empty component */ -+ while ( name != NULL && ( name[1] == '\0' || name[1] == '/' )) { -+ name[0] = '\0'; -+ name = strrchr( p, '/' ); -+ } -+ if ( name == NULL ) { -+ strcpy( p, "(root)" ); -+ } else { -+ memmove( p, name + 1, strlen( name )+1 ); -+ } - } -+ name = p; - - for ( volume = volumes; volume; volume = volume->v_next ) { - if ( strcasecmp( volume->v_name, name ) == 0 ) { diff --git a/net/netatalk-asun/files/patch-ao b/net/netatalk-asun/files/patch-ao deleted file mode 100644 index f0899b2..0000000 --- a/net/netatalk-asun/files/patch-ao +++ /dev/null @@ -1,14 +0,0 @@ ---- include/atalk/adouble.h.orig Sun Feb 7 12:15:38 1999 -+++ include/atalk/adouble.h Mon Mar 8 09:19:34 1999 -@@ -86,7 +86,11 @@ - /* version info */ - #define AD_VERSION1 0x00010000 - #define AD_VERSION2 0x00020000 -+#if defined(USE_CNID) -+#define AD_VERSION AD_VERSION2 -+#else - #define AD_VERSION AD_VERSION1 -+#endif - - /* sizes of relevant entry bits */ - #define AD_HEADER_LEN 26 /* everything up to the first entry header */ diff --git a/net/netatalk-asun/files/patch-ap b/net/netatalk-asun/files/patch-ap deleted file mode 100644 index 72f0be6..0000000 --- a/net/netatalk-asun/files/patch-ap +++ /dev/null @@ -1,21 +0,0 @@ ---- libatalk/Makefile.orig Mon Mar 8 09:20:40 1999 -+++ libatalk/Makefile Mon Mar 8 09:22:00 1999 -@@ -1,8 +1,15 @@ --ALL= asp dsi atp nbp adouble util compat # cnid -+ALL= asp dsi atp nbp adouble util compat - LIBS= asp/asplib atp/atplib nbp/nbplib adouble/adoublelib \ -- dsi/dsilib util/utillib compat/compatlib # cnid/cnidlib -+ dsi/dsilib util/utillib compat/compatlib - PLIBS= asp/asplib_p atp/atplib_p nbp/nbplib_p adouble/adoublelib_p \ -- dsi/dsilib_p util/utillib_p compat/compatlib_p # cnid/cnidlib_p -+ dsi/dsilib_p util/utillib_p compat/compatlib_p -+ -+.if defined(USE_CNID) -+ALL+= cnid -+LIBS+= cnid/cnidlib -+PLIBS+= cnid/cnidlib_p -+.endif -+ - TAGSFILE=tags - CC=cc - INSTALL=install diff --git a/net/netatalk-asun/files/patch-ba b/net/netatalk-asun/files/patch-ba deleted file mode 100644 index 3cd13a0..0000000 --- a/net/netatalk-asun/files/patch-ba +++ /dev/null @@ -1,529 +0,0 @@ ---- man/man8/afpd.8.orig Mon Mar 1 02:20:38 1999 -+++ man/man8/afpd.8 Mon Mar 1 04:05:53 1999 -@@ -1,108 +1,59 @@ --.TH AFPD 8 "25 Jan 1994" "netatalk 1.3" -+.TH AFPD 8 "23 Feb 1999" "netatalk 1.4b2/asun 2.1.3" -+ - .SH NAME - afpd \- AppleTalk Filing Protocol daemon -+ - .SH SYNOPSIS --.B :SBINDIR:/afpd --[ --.B -d --] --[ --.B -f --.I defaultvolumes --] --[ --.B -s --.I systemvolumes --] --[ --.B -u --] --[ --.B -n --.I nbpname --] --[ --.B -c --.I maxconnections --] --[ --.B -g --.I guest --] --[ --.B -G --] --[ --.B -K --] --[ --.B -C --] --[ --.B -A --] -+\fB:SBINDIR:/afpd\fR [\fIoptions\fR] -+ - .SH DESCRIPTION - .B afpd - provides an AppleTalk Filing Protocol (AFP) - interface to the Unix file system. It is normally started at boot time - from --.BR /etc/rc . --The list of volumes offered to the user is generated from --.B :ETCDIR:/AppleVolumes.system --and one of --.BR :ETCDIR:/AppleVolumes.default , --.BR $HOME/AppleVolumes , --or --.BR $HOME/.AppleVolumes . -+.BR :ETCDIR:/rc.d/netatalk.sh . -+Configuration information is read from the configuration file -+.BR :ETCDIR:/afpd.conf , -+and the command line. - .LP --The --.B AppleVolumes --files is used to specify volumes to mount and file name extension mappings. --It is formatted as follows, one specification per line: --.RS --.sp --.I pathname --[ --.I volumename --] --.br --.RI . extension --[ --.I type --[ --.I creator --] --] --.sp --.RE --If --.I volumename --is unspecified, the last component of --.I pathname --is used. No two volumes may have the same name. If --.I type --is unspecified --.RB ' ???? ' --is used. If --.I creator --is unspecified --.RB ' UNIX ' --is used. The extension --.RB ' . ' --sets the default creator and type for otherwise untyped Unix files. --Blank lines and lines beginning with `#' are ignored. -+.B afpd -+supports some of AFP 2.2's features, in particular access via AFP-over-TCP, -+support for volumes larger than 2\ GB, a login greeting message, ProDOS -+support, and Two-Way Random Number Exchange for Authentication. Access via -+TCP can be protected via TCP Wrappers. -+.B afpd -+can be configured to provide multiple, seperately configured virtual -+servers. -+ - .SH OPTIONS - .TP - .B \-d - Specifies that the daemon not fork, and that a trace of all AFP - commands be written to stdout. - .TP -+.BI \-c " maxconnections" -+Specifies the maximum number of connections to allow for this -+.BR afpd . -+The default is 5. -+.TP - .BI \-f " defaultvolumes" - Specifies that - .I defaultvolumes - should be read for a list of default volumes to offer, instead of - .BR :ETCDIR:/AppleVolumes.default . - .TP -+.BI \-g " guest" -+Specifies the name of the guest account. The default is ``nobody''. -+.TP -+.BI \-n " nbpname" -+Specifies that -+.I nbpname -+should be used for NBP registration, instead of the first component of -+the hostname in the local zone. -+.TP -+.B \-p -+Don't allow the client to save the password locally. -+.TP - .BI \-s " systemvolumes" - Specifies that - .I systemvolumes -@@ -110,6 +61,9 @@ - instead of - .BR :ETCDIR:/AppleVolumes.system . - .TP -+.B \-t -+Allow the user to change her or his password. -+.TP - .B \-u - Read the user's - .B AppleVolumes -@@ -123,19 +77,24 @@ - filename extension mappings: the user's AppleVolumes file always has - precedence. - .TP --.BI \-n " nbpname" --Specifies that --.I nbpname --should be used for NBP registration, instead of the first component of --the hostname in the local zone. -+.B \-D -+Don't offer connections via DDP (AppleTalk). - .TP --.BI \-c " maxconnections" --Specifies the maximum number of connections to allow for this --.BR afpd . --The default is 5. -+\fB\-F\fR "\fIfile\fR" -+Read the configuration file from \fIfile\fR instead of the default -+\fB:ETCDIR:/afpd.conf\fR. - .TP --.BI \-g " guest" --Specifies the name of the guest account. The default is ``nobody''. -+\fB\-L\fR "\fItext\fR" -+After authentication, send \fItext\fR to client. -+.TP -+\fB\-P\fR "\fIfile\fR" -+Record \fBafpd\fR's PID in \fIfile\fR. -+.TP -+\fB\-S\fR \fITCP port\fR -+Listen on port number \fITCP port\fR instead of the default 548. -+.TP -+.B \-T -+Don't offer connections via AFP-over-TCP. - .TP - .B \-G - .TP -@@ -144,50 +103,246 @@ - .B \-C - .TP - .B \-A --Causes the server to not offer -+Causes the server to \fBnot\fR offer - .BR NoUserAuthent , - .BR "Kerberos IV" , - .BR "Cleartxt Passwrd" , - and - .B AFS Kerberos - logins, respectively. The default is to enable all available login methods. -+ -+.SH SERVER CONFIGURATION FILE -+.B afpd -+reads the configuration file -+.BR :ETCDIR:/afpd.conf . -+Any option specified here will override any compiled-in default and any -+option specified on the command line. -+.LP -+Each line in this file specifies a virtual server to be made available. -+Empty lines and lines beginning with ``#'' are ignored. Each line is formatted -+as follows: -+.RS -+.sp -+"\fIserver name\fR" -+[\fIoptions\fR] -+.sp -+.RE -+A -+.I server name -+of ``\fB-\fR'' specifies the default server. Paramters with white space must -+be enclosed in quotes. -+.LP -+The following options are available: -+.TP -+\fB\-\fR[\fBno\fR]\fBddp\fR -+Do offer (do not offer) connections to be made to this server via AppleTalk -+(ASP over DDP). -+.TP -+\fB\-\fR[\fBno\fR]\fBtcp\fR -+Do offer (do not offer) connections to be made to this server via AFP-over-TCP, -+subject to TCP Wrapper restrictions. -+.TP -+.B \-transall -+Offer both connections via DDP and TCP (default). -+.TP -+\fB\-\fR[\fBno\fR]\fBguest\fR -+Allow (do not allow) guest logins (using the \fBNoUserAuthent\fR method). -+.TP -+\fB\-\fR[\fBno\fR]\fBcleartxt\fR -+Allow (do not allow) logins with the password transmitted as clear text -+(using the \fBCleartxt\fR method). -+.TP -+\fB\-\fR[\fBno\fR]\fBrandnum\fR -+Allow (do not allow) logins using Random Number Exchange for authentication -+(using the \fBRandNum\fR method). -+.TP -+\fB\-\fR[\fBno\fR]\fBrand2num\fR -+Allow (do not allow) logins using Two-Way Random Number Exchange for -+authentication (using the \fBTwoWayRandNum\fR method). -+.TP -+\fB\-\fR[\fBno\fR]\fBafskrb\fR -+Allow (do not allow) logins using AFS Kerberos (using the \fBAFS Kerberos\fR -+method). Whether this option is available depends on both how \fBnetatalk\fR -+was compiled and the client. -+.TP -+\fB\-\fR[\fBno\fR]\fBkrbiv\fR -+Allow (do not allow) logins using Kerberos IV (using the -+\fBKerberos\ IV\fR method). Whether this option is -+available depends on both how \fBnetatalk\fR was compiled and the client. -+.TP -+\fB\-authall\fR -+Allow \fBNoUserAuthent\fR, \fBCleartxt\fR, \fBAFS Kerberos\fR, and -+\fBKerberos\ IV\fR authentication methods (default). -+.TP -+\fB\-\fR[\fBno\fR]\fBsetpassword\fR -+Allow (do not allow) the user to change her or his password. -+.TP -+\fB\-\fR[\fBno\fR]\fBsavepassword\fR -+Allow (do not allow) the client to save the password locally. -+.TP -+\fB\-defaultvol\fR \fIfile\fR -+Specifies an alternate location of the default volume specification file -+instead of the default \fB:ETCDIR:/AppleVolumes.default\fR. -+.TP -+\fB\-systemvol\fR \fIfile\fR -+Specifies an alternate location of the system volume specification file -+instead of the default \fB:ETCDIR:/AppleVolumes.system\fR. -+.TP -+\fB\-\fR[\fBno\fR]\fBuservolfirst\fR -+Read the user's volume specification file before (after) the default and -+system files, allowing the user to override system-wide volume definitions. -+.TP -+\fB\-\fR[\fBno\fR]\fBuservol\fR -+Read (do not read) the user's volume specification file. -+.TP -+\fB\-nlspath\fR \fIpath\fR -+When using a code page for file name translation (see below), prefix the file -+name with \fIpath\fR. Default is ``:RESDIR:/nls/netatalk''. -+.TP -+\fB\-guestname\fR \fIusername\fR -+User \fIusername\fR as the user id for guest access. -+.TP -+\fB\-address\fR \fIIP address\fR -+Listen on address \fIIP address\fR instead of the system's first IP address. -+.TP -+\fB\-port\fR \fITCP port\fR -+Listen on port \fITCP port\fR instead of the default port 548. -+.TP -+\fB\-loginmesg\fR \fItext\fR -+After authenticating a client, send \fItext\fR to the client. \fItext\fR can -+be up to 253 characters long and must be in Macintosh character encoding. -+.TP -+\fB\-\fR[\fBno\fR]\fBdebug\fR -+Turn on (turn off) output of debugging messages. -+ -+.SH VOLUME SPECIFICATION -+The -+.B AppleVolumes -+files are used to specify parts of the file system to be made available to -+clients (``volumes'') and file name extension mappings. Empty lines and -+lines beginning with ``#'' are ignored. Each line either contains a volume -+definition or an extention mapping, providing Mac\ OS type and creator -+information for files that do not yet have this information. -+.LP -+The list of volumes offered to the user is generated from -+.B :ETCDIR:/AppleVolumes.system -+and one of -+.BR :ETCDIR:/AppleVolumes.default , -+.BR $HOME/AppleVolumes , -+or -+.BR $HOME/.AppleVolumes , -+subject to the configuration file and command line options. -+.LP -+Volume definitons are formatted as follows: -+.RS -+.sp -+.I pathname -+[\fIvolumename\fR] [\fBcasefold=\fIcasefold\fR] [\fBcodepage=\fIfile\fR] -+[\fBoptions=\fIoptions\fR] [\fBdbpath=\fIpath to ID database\fR] -+[\fBaccess=\fIuser,@group,...\fR] [\fBpassword=\fIpassword\fR] -+.sp -+.RE -+If \fIvolumename\fR is unspecified, the last component of -+\fIpathname\fR is used. No two volumes may have the same name. -+.RE -+.sp -+The optional \fBcasefold\fR parameter specifies how the caseness of file -+names should be handled: -+.TP -+\fBtolower\fR -+converts filenames for all files created from the client to lowercase; -+existing mixed-case filenames are ignored. -+.TP -+\fBtoupper\fR -+converts filenames for all files created from the client to uppercase; -+existing mixed-case filenames are ignored. -+.TP -+\fBxlatelower\fR -+make filenames appear in lowercase on the client, and in uppercase in the -+file system. -+.TP -+\fBxlateupper\fR -+make filenames appear in uppercase on the client, and in lowercase in the -+file system. -+.LP -+The optional \fBcodepage\fR parameter determines the code page file to be -+used for filename translation. By default, no translation takes place. By -+default (see \fB-nlspath\fR, above), the code page filename is prefixed with -+\fB:RESDIR:/nls/netatalk\fR, which contains a number of code pages -+suitable for use with \fBnetatalk\fR. -+.LP -+The optional \fBoptions\fR parameter may take one or more of: -+.TP -+\fBprodos\fR -+Mark volume as ProDOS compatible. -+.TP -+\fBcrlf\fR -+Convert line endings of all files of type ``TEXT'' between CR (Mac) and LF -+(Unix). -+.TP -+\fBnoadouble\fR -+Don't create ``.AppleDouble'' directory unless the client stores a resource -+fork. -+.LP -+The optional \fBaccess\fR parameter lists users and groups which are to be -+allowed access to the volume. Group names must be prefixed with ``@.'' -+.LP -+The optional \fBdbpath\fR sets the path to the File ID database for this -+volume. By default, the database is stored in the volume's root directory. -+.LP -+The optional \fBpassword\fR sets a volume password which the client needs to -+supply before being able to access the volumes. -+.LP -+An extension mapping is formatted as follows: -+.RS -+.sp -+.I .extension -+[\fItype\fR [\fIcreator\fR] ] -+.sp -+.RE -+If \fItype\fR is unspecified, ``\fB????\fR'' is used. If \fIcreator\fR is -+unspecified, ``\fBUNIX\fR'' is used. The extension ``\fB.\fR'' -+sets the default creator and type for otherwise untyped Unix files. -+ - .SH AUTHENTICATION - .B afpd --currently understands three User Authentication Methods (UAMs): --.BR NoUserAuthent , --or guest, --.B Cleartxt --.BR passwrd , --and --.B Kerberos --.BR IV . --If a user uses --.BR NoUserAuthent , --s/he will only be offered default volumes to mount, and will only be able --to read and write files that are permitted to the guest user. The --.B -G --option disables --.BR NoUserAuthent . --With --.B Cleartxt passwd --and --.B Kerberos --.BR IV , -+provides a number of User Authentication Methods (UAMs). The -+\fBNoUserAuthent\fR (or guest) and the \fBCleartxt\fR methods are always -+available (subject to the configuration file and command line options). -+.LP -+The \fBRandNum\fR and \fBTwoWayRandNum\fR methods are available to a -+particular user if she or he has a file ``\fB.passwd\fR'' in the home -+directory, and that file is readable only by the user herself. When -+authenticating using one of these methods, the user also can change her or -+his password (subject to the configuration file and command line options). -+.LP -+The \fBKerberos IV\fR method depends on both the server and the client -+having installed appropriate Kerberos IV software. -+.LP -+The \fBAFP Kerberos\fR method is deprecated. -+ -+.SH FILE STORAGE - .B afpd --offers the user all volumes listed in --.BR $HOME/AppleVolumes . --The user may also read and write all files that s/he normally could. --.B Cleartxt passwd --is not recommended for AFS use. --.B Kerberos IV --is recommended for AFS use. --A forth, depricated UAM is also included in the distribution, --.B AFS --.BR Kerberos . -+stores files in the \fBAppleDouble\fR file format, which stores the data for -+a Mac\ OS file in a regular file, and the Finder information and resource -+fork in a file with the same name in a subdirectory named -+``\fB.AppleDouble\fR.'' -+.LP -+For files that do not yet have Mac OS Finder information, \fBafpd\fR -+automatically creates this information based on the extension mapping table, -+and subject to access permissions on the respective directory. No -+translation is done for files stored from a client. -+.LP -+Files created from a client whose name contains ASCII control characters or -+characters with the eighth bit set are converted, where each such character -+is replaced by the sequence ``:XX'', with ``XX'' being the hexadecimal code -+for the character. File names starting with a ``.'' or longer than 31 -+characters are ignored. -+ - .SH CAVEATS - .BR afpd 's - Directory IDs are only fixed for the duration of a session. This means --that Mac aliases won't work correctly in all cases. -+that Mac\ OS aliases won't work correctly in all cases. - .LP - If a user renames a folder that has an application as its progeny, the - .B APPL -@@ -195,16 +350,16 @@ - that double-clicking on one of the application's documents will no - longer launch the application. The - .B APPL --mapping will be rebuilt by the mac, the next time the Finder see the --application. -+mapping will be rebuilt by the Mac OS Finder the next time the Finder see -+the application. - .LP - If - .B afpd --is configured to downcase Macintosh filenames, Unix filenames with -+is configured to downcase client filenames, Unix filenames with - mixed case will be unavailable. - .LP - If carriage return/line feed translation is enabled, it is not --safe to copy Unix binaries to a Macintosh. -+safe to copy Unix binaries via \fBafpd\fR. - .LP - It is not possible to move directories between devices. - .LP -@@ -221,7 +376,7 @@ - so that his home directory is no longer offered, he will no longer be able - to edit his - .B $HOME/AppleVolumes --from the Macintosh. -+from the client. - .LP - Unix files beginning with `.' are not accessible from the mac. - .LP -@@ -252,8 +407,11 @@ - synchronization locks use the - .BR flock (2) - interface. This interface is not usually ``NFS-aware''. -+ - .SH FILES - .TP 20 -+.B :ETCDIR:/afpd.conf -+general options - .B :ETCDIR:/AppleVolumes.default - list of default volumes to mount - .TP 20 -@@ -262,6 +420,14 @@ - .TP 20 - .B $HOME/AppleVolumes - user's list of volumes to mount -+ -+.SH AUTHORS -+\fBafpd\fR is part of the \fBnetatalk\fR suite, originally developed at the -+Research Systems Unix Group at the University of Michigan, by Wesley Craig -+<netatalk@umich.edu>, and a number of contributors. This version of -+\fBnetatalk\fR has been substantially extended by Adrian Sun -+<asun@zoology.washington.edu>. -+ - .SH BUGS - Many calls from the AFP specification are not implemented, because the --Macintosh does not use them. -+MacOS does not use them. diff --git a/net/netatalk-asun/files/patch-bb b/net/netatalk-asun/files/patch-bb deleted file mode 100644 index d36f78a..0000000 --- a/net/netatalk-asun/files/patch-bb +++ /dev/null @@ -1,73 +0,0 @@ ---- man/man8/atalkd.8.orig Thu Feb 4 08:28:28 1999 -+++ man/man8/atalkd.8 Mon May 10 03:03:42 1999 -@@ -19,7 +19,7 @@ - .BR ping (8)). - .B atalkd - is typically started at boot time, out of --.B /etc/rc. -+.B :ETCDIR:/rc.d/netatalk.sh . - It first reads from its configuration file, - .BR :ETCDIR:/atalkd.conf . - If there is no configuration file, -@@ -35,6 +35,8 @@ - [ - .B -seed - ] [ -+.B -router -+] [ - .B -phase - .I number - ] [ -@@ -53,6 +55,8 @@ - .I interface - are optional. The loopback interface is configured automatically. If - .B -seed -+or -+.B -router - is specified, all other fields must be present. Also, - .B atalkd - will exit during bootstrapping, if a router disagrees with its seed -@@ -97,10 +101,17 @@ - .IR net-range , - i.e. if you have three machines on an Ethernet, don't chose a - .I net-range --of 1000-2000. Each -+of 1000-2000. Each network number can accomodate 253 devices. A - .I net-range - may have an arbitrary list of zones associated with it. --.SH EXAMPLE -+.B -router -+can be used instead of -+.B -seed -+to define zones even if there is no AppleTalk router on the -+network, and -+.B atalkd -+only serves a single interface. -+.SH EXAMPLES - Below is an example configuration file for a sun4/40. The machine has - two interfaces, ``le0'' and ``le1''. The ``le0'' interface is - configured automatically from other routers on the network. The -@@ -115,9 +126,23 @@ - .sp - .B atalkd - automatically acts as a router if there is more than one interface. -+.LP -+To configure -+.B atalkd -+to provide zones even when there is no router on the network, and it is -+serving only a single interface, use -+.sp -+.RS -+.nf -+le0 -router -net 1-1 -zone "My Zone" -zone "My other Zone" -+.fi -+.RE - .SH FILES - .TP 30 - .B :ETCDIR:/atalkd.conf - configuration file - .SH BUGS - On some systems, atalkd can not be restarted. -+This is not an issue with FreeBSD. -+.SH SEE ALSO -+atalk(4). diff --git a/net/netatalk-asun/files/patch-bc b/net/netatalk-asun/files/patch-bc deleted file mode 100644 index 1176435..0000000 --- a/net/netatalk-asun/files/patch-bc +++ /dev/null @@ -1,11 +0,0 @@ ---- man/man8/papd.8.orig Mon Sep 7 23:26:29 1998 -+++ man/man8/papd.8 Mon Sep 7 23:26:47 1998 -@@ -30,7 +30,7 @@ - .LP - .B papd - is typically started at boot time, out of --.B /etc/rc. -+.B :ETCDIR:/etc/rc.d/netatalk.sh . - It first reads from its configuration file, - .BR :ETCDIR:/papd.conf . - The file is in the same format as diff --git a/net/netatalk-asun/files/patch-bd b/net/netatalk-asun/files/patch-bd deleted file mode 100644 index 68e5c4a..0000000 --- a/net/netatalk-asun/files/patch-bd +++ /dev/null @@ -1,100 +0,0 @@ ---- config/afpd.conf.orig Thu Dec 17 19:39:06 1998 -+++ config/afpd.conf Mon Mar 1 23:51:24 1999 -@@ -1,35 +1,63 @@ - # --# Format of lines in this file: -+# CONFIGURATION FOR AFPD - # --# server [ -tcp ] [ -ddp ] [ -guest ] [ -loginmesg message ] ... --# --# To specify a line with the default server name, use a "-" as the --# server name. --# --# There are a whole plethora of options available. Here they are for --# your edification: --# toggles (-no<option> turns that option off; -<option> turns --# it on): --# transports: tcp, ddp, transall --# debug: nodebug (can only turn off debug) --# auth: cleartxt, afskrb, krbiv, guest, randnum, rand2num, --# authall (doesn't include randnum/rand2num) --# passwd: savepassword, setpassword --# user volumes: uservolfirst, --# nouservol (don't look for ~/.AppleVolumes) --# --# --# options w/ arguments (-<option> <argument>): --# defaultvol, systemvol, loginmesg, guestname --# address (binds a server to a specific address) --# port (has to be specified if more than one tcp server --# is to be served) --# tickleval (sets the tickle interval in seconds) --# uampath, nlspath --# --# Order of precedence: --# options in afpd.conf > command-line options > built-in options -+# Each line defines a virtual server that should be available. -+# Empty lines and lines beginning with `#' are ignored. -+# Options in this file will override both compiled-in defaults -+# and command line options. -+# -+# Format: -+# - [options] to specify options for the default server -+# "Server name" [options] to specify an additional server -+# -+# The following options are available: -+# Transport Protocols: -+# -[no]tcp Make AFP-over-TCP [not] available -+# -[no]ddp Make AFP over AppleTalk [not] available -+# -transall Make both available (default) -+# -+# Authentication Methods: -+# -[no]cleartxt [Don't] Allow logins with password transmitted -+# in the clear (same as -C on command line) -+# -[no]guest [Don't] Allow guest logins (will run as nobody/nogroup) -+# (same as -G on command line on command line) -+# -[no]randnum -+# -[no]rand2num [Don't] Allow Random Number or Two-Way Random Number -+# exchange for transmitting the password (see below) -+# -authall Allow cleartxt and guest -+# -+# Password Options: -+# -[no]savepassword [Don't] Allow clients to save password locally -+# -+# AppleVolumes files: -+# -defaultvol Specifies path to AppleVolumes.default file -+# (default /usr/local/etc/AppleVolumes.default, -+# same as -f on command line) -+# -systemvol Specifies path to AppleVolumes.system file -+# (default /usr/local/etc/AppleVolumes.system, -+# same as -s on command line) -+# -[no]uservolfirst [Don't] read the user's ~/AppleVolumes or -+# ~/.AppleVolumes before reading -+# /usr/local/etc/AppleVolumes.default -+# (same as -u on command line) -+# -[no]uservol [Don't] Read the user's volume file -+# -+# -nlspath Prepend this path to each code page filename -+# in volume options (see afpd.8, default -+# :RESDIR:/nls/netatalk). -+# -+# Miscellaneous: -+# -guestname "user" Specifies the user name for the guest login -+# (default "nobody", same as -g on command line) -+# -loginmesg "Message" Client will display "Message" upon logging in -+# (no default, same as -l "Message" on command line) -+# -address Specifies the IP address the server should respond -+# to (default is the first IP address of the system) -+# -port Specifies the TCP port the server should respond -+# to (default is 548) -+# -nodebug Switch off debugging - # -+ - # Some examples: - # - # The simplest case is to not have an afpd.conf. -@@ -47,4 +75,3 @@ - # "Guest Volume" -nocleartxt -loginmesg "Welcome guest!" - # "User Volume" -noguest -port 12000 - # "special" -notcp -defaultvol <path> -systemvol <path> --# diff --git a/net/netatalk-asun/files/patch-be b/net/netatalk-asun/files/patch-be deleted file mode 100644 index 38fb9b5..0000000 --- a/net/netatalk-asun/files/patch-be +++ /dev/null @@ -1,25 +0,0 @@ ---- man/man4/atalk.4.orig Tue May 20 19:35:43 1997 -+++ man/man4/atalk.4 Mon Mar 22 22:53:41 1999 -@@ -1,10 +1,12 @@ --.TH ATALK 4F "17 Dec 1991" "netatalk 1.2" -+.TH ATALK 4 "17 Dec 1991" "netatalk 1.2" - .SH NAME - atalk \- AppleTalk protocol family - .SH SYNOPSIS - .B #include <sys/types.h> - .br - .B #include <netatalk/at.h> -+.LP -+.B options NETATALK - .SH DESCRIPTION - The AppleTalk protocol family is a collection of protocols layered - above the Datagram Delivery Protocol (DDP), and using AppleTalk address -@@ -12,6 +14,8 @@ - (DDP), SOCK_RDM (ATP), and SOCK_SEQPACKET (ASP). Currently, only DDP is - implemented in the kernel; ATP and ASP are implemented in user level - libraries; and ADSP is planned. -+.LP -+To be available, AppleTalk support must be compiled into the kernel. - .SH ADDRESSING - AppleTalk addresses are three byte quantities, stored in network - byte order. The include file diff --git a/net/netatalk-asun/pkg-comment b/net/netatalk-asun/pkg-comment deleted file mode 100644 index 900a786..0000000 --- a/net/netatalk-asun/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -File and print server for AppleTalk networks, with improvements by A. Sun diff --git a/net/netatalk-asun/pkg-descr b/net/netatalk-asun/pkg-descr deleted file mode 100644 index 0c15db7..0000000 --- a/net/netatalk-asun/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -netatalk-asun - File and Print Server for AppleTalk networks - -Netatalk features include: -o Access to the UNIX file system for Macintosh and other systems with - AppleShare client software. -o Spool PostScript print jobs to the lpd(8) spool system via Printer Access - Protocol (PAP). -o Output PostScript print jobs from the lpd(8) spool system via Printer - Access Protocol (PAP). -o Filter PostScript, ASCII, and various other formats to PostScript, - including banner pages and page reversal. -o Route AppleTalk between multiple Ethernet interfaces. - -Adrian Sun has added these improvements: -o Access to the file server via AFP-over-TCP. -o Support for volumes larger that 2GB. -o Randnum- and 2-Way Randnum authentication methods (courtesy S. Hirsch) -o Support for Apple II ProDOS. -o A number of bug fixes. - -Don't install this port in parallel to net/netatalk; this will break both. -Requires AppleTalk support in the kernel (FreeBSD 2.2 or newer). - -WWW: http://www.umich.edu/~rsug/netatalk/ diff --git a/net/netatalk-asun/pkg-install b/net/netatalk-asun/pkg-install deleted file mode 100644 index ebc2f2a..0000000 --- a/net/netatalk-asun/pkg-install +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/sh - -# Check whether config files exist already, and copy the distribution ones -# if not. Warn the user if the existing ones differ from the distribution, -# so changes in the distribution can be merged. - -checkfile() { - diff -bBqw $1 $1.dist >/dev/null 2>&1 - case $? in - 0) # config file exists, but is the same - ;; - 1) # config file exists and differs - echo "** Make sure $1 is in sync with this version"; - echo " of the port. See $1.dist for details."; - ;; - *) # no config file exists, copy it - install -c -m 644 $1.dist $1 - ;; - esac -} - -case $2 in - POST-INSTALL) - cd ${PKG_PREFIX} - checkfile ${PKG_PREFIX}/etc/AppleVolumes.default - checkfile ${PKG_PREFIX}/etc/AppleVolumes.system - checkfile ${PKG_PREFIX}/etc/afpd.conf - - # install man page aliases - cd man - if [ -f man1/megatron.1.gz ]; then - MANEXT=.gz - fi - for i in hqx2bin macbinary single2bin unbin unhex unsingle; do - ln -f man1/megatron.1${MANEXT} man1/$i.1${MANEXT} - done - for i in nbplkup nbprgstr nbpunrgstr; do - ln -f man1/nbp.1${MANEXT} man1/$i.1${MANEXT} - done - ln -f man1/pap.1${MANEXT} man1/papstatus.1${MANEXT} - ;; -esac diff --git a/net/netatalk-asun/pkg-plist b/net/netatalk-asun/pkg-plist deleted file mode 100644 index d58dfde..0000000 --- a/net/netatalk-asun/pkg-plist +++ /dev/null @@ -1,77 +0,0 @@ -bin/adv1tov2 -bin/aecho -bin/getzones -bin/hqx2bin -bin/macbinary -bin/megatron -bin/nbplkup -bin/nbprgstr -bin/nbpunrgstr -bin/pap -bin/papstatus -bin/psorder -bin/single2bin -bin/unbin -bin/unhex -bin/unsingle -@unexec if cmp -s %D/etc/AppleVolumes.default %D/etc/AppleVolumes.default.dist; then rm -f %D/etc/AppleVolumes.default; fi -etc/AppleVolumes.default.dist -@unexec if cmp -s %D/etc/AppleVolumes.system %D/etc/AppleVolumes.system.dist; then rm -f %D/etc/AppleVolumes.system; fi -etc/AppleVolumes.system.dist -@unexec if cmp -s %D/etc/afpd.conf %D/etc/afpd.conf.dist; then rm -f %D/etc/afpd.conf; fi -etc/afpd.conf.dist -etc/rc.d/netatalk.sh -include/atalk/adouble.h -include/atalk/aep.h -include/atalk/afp.h -include/atalk/asp.h -include/atalk/atp.h -include/atalk/cnid.h -include/atalk/compat.h -include/atalk/ddp.h -include/atalk/dsi.h -include/atalk/nbp.h -include/atalk/pap.h -include/atalk/paths.h -include/atalk/rtmp.h -include/atalk/server_child.h -include/atalk/util.h -include/atalk/zip.h -lib/libatalk.a -lib/libatalk_p.a -libexec/afpd -libexec/atalkd -libexec/etc2ps -libexec/papd -libexec/psa -libexec/psf -libexec/filters/ifmpap -libexec/filters/ifmpaprev -libexec/filters/ifpap -libexec/filters/ifpaprev -libexec/filters/ifwmpap -libexec/filters/ifwmpaprev -libexec/filters/ifwpap -libexec/filters/ifwpaprev -libexec/filters/ofmpap -libexec/filters/ofpap -libexec/filters/ofwmpap -libexec/filters/ofwpap -libexec/filters/tfmpap -libexec/filters/tfmpaprev -libexec/filters/tfpap -libexec/filters/tfpaprev -libexec/filters/tfwmpap -libexec/filters/tfwmpaprev -libexec/filters/tfwpap -libexec/filters/tfwpaprev -share/examples/netatalk/atalkd.conf -share/examples/netatalk/papd.conf -share/nls/netatalk/maccode.437 -share/nls/netatalk/maccode.850 -share/nls/netatalk/maccode.iso8859-1 -share/pagecount.ps -@dirrm include/atalk -@dirrm libexec/filters -@dirrm share/examples/netatalk -@dirrm share/nls/netatalk |