diff options
author | marcus <marcus@FreeBSD.org> | 2004-10-12 10:10:18 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-10-12 10:10:18 +0800 |
commit | 10096ea92fb8350b8fc3589d161d60c607aa672a (patch) | |
tree | 4d8fbcb06335a145af8474b4b6cb5bc32f35d0bd /net | |
parent | 84f3962220a80c257836421775c4b72d3fd05826 (diff) | |
download | freebsd-ports-gnome-10096ea92fb8350b8fc3589d161d60c607aa672a.tar.gz freebsd-ports-gnome-10096ea92fb8350b8fc3589d161d60c607aa672a.tar.zst freebsd-ports-gnome-10096ea92fb8350b8fc3589d161d60c607aa672a.zip |
Remove this port now that netatalk has been updated to 2.0.0.
Diffstat (limited to 'net')
-rw-r--r-- | net/netatalk-devel/Makefile | 105 | ||||
-rw-r--r-- | net/netatalk-devel/distinfo | 2 | ||||
-rw-r--r-- | net/netatalk-devel/files/netatalk.sh | 53 | ||||
-rw-r--r-- | net/netatalk-devel/files/patch-config_Makefile.in | 27 | ||||
-rw-r--r-- | net/netatalk-devel/files/patch-configure | 11 | ||||
-rw-r--r-- | net/netatalk-devel/pkg-descr | 24 | ||||
-rw-r--r-- | net/netatalk-devel/pkg-message | 9 | ||||
-rw-r--r-- | net/netatalk-devel/pkg-plist | 139 |
8 files changed, 0 insertions, 370 deletions
diff --git a/net/netatalk-devel/Makefile b/net/netatalk-devel/Makefile deleted file mode 100644 index fb8ce8382c7c..000000000000 --- a/net/netatalk-devel/Makefile +++ /dev/null @@ -1,105 +0,0 @@ -# Ports collection makefile for: netatalk -# Date created: 23 Jul 1997 -# Whom: stb -# -# $FreeBSD$ -# - -PORTNAME= netatalk -PORTVERSION= 2.0.r1 -PORTREVISION= 1 -CATEGORIES= net print -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= netatalk -DISTNAME= ${PORTNAME}-2.0-rc1 - -MAINTAINER= marcus@FreeBSD.org -COMMENT= File and print server for AppleTalk networks - -LIB_DEPENDS= db41.1:${PORTSDIR}/databases/db41 -.if defined(WITH_SRVLOC) -LIB_DEPENDS+= slp.1:${PORTSDIR}/net/openslp -.endif - -NO_LATEST_LINK= yes -USE_BZIP2= yes -USE_ICONV= yes -USE_RC_SUBR= yes -CONFIGURE_ARGS+= --with-tcp-wrappers \ - --with-pkgconfdir=${PREFIX}/etc \ - --with-libiconv=${LOCALBASE} -.if defined(WITH_PAM) -CONFIGURE_ARGS+= --with-pam=/etc/pam.d -PLIST_SUB+= NETATALKPAM="" -.else -CONFIGURE_ARGS+= --without-pam -PLIST_SUB+= NETATALKPAM="@comment " -.endif -.if defined(WITH_SRVLOC) -# Enable Service Location Protocol support. This allows MacOS X < 10.1 to -# pickup afpd servers in the network. -CONFIGURE_ARGS+= --enable-srvloc=${LOCALBASE} -.endif -CONFIGURE_ARGS+= --with-bdb=${LOCALBASE} -.if defined (WITH_TIMELORD) -CONFIGURE_ARGS+= --enable-timelord -PLIST_SUB+= TIMELORD="" -.else -PLIST_SUB+= TIMELORD="@comment " -.endif -USE_LIBTOOL_VER=15 -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_GMAKE= yes -USE_PERL5= yes -FILES= AppleVolumes.default AppleVolumes.system afpd.conf \ - atalkd.conf papd.conf -LINKS= unbin unhex unsingle hqx2bin single2bin macbinary \ - binheader nadheader -MAN1= achfile.1 aecho.1 afile.1 afppasswd.1 getzones.1 \ - megatron.1 nbp.1 pap.1 psorder.1 hqx2bin.1 macbinary.1 \ - nbplkup.1 nbprgstr.1 nbpunrgstr.1 papstatus.1 \ - single2bin.1 unbin.1 unhex.1 unsingle.1 acleandir.1 \ - netatalk-config.1 timeout.1 apple_cp.1 apple_mv.1 \ - apple_rm.1 uniconv.1 asip-status.pl.1 -MAN3= atalk_aton.3 nbp_name.3 -MAN4= atalk.4 -MAN5= AppleVolumes.default.5 afpd.conf.5 atalkd.conf.5 \ - netatalk.conf.5 papd.conf.5 -MAN8= afpd.8 atalkd.8 cnid_dbd.8 cnid_metad.8 papd.8 papstatus.8 \ - psf.8 timelord.8 - -CONFLICTS= bigloo-2.* cap-6.0.* tct-1.* netatalk-1* -RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "Netatalk has the following tunable options:" - @${ECHO_MSG} " WITH_SRVLOC=yes Enable Service Location Protocol support" - @${ECHO_MSG} " WITH_PAM=yes Enable PAM support" - @${ECHO_MSG} " WITH_TIMELORD=yes Enable Timelord network time service" - @${ECHO_MSG} "" - @${ECHO_MSG} "See Netatalk's Makefile for more details on some of these options." - @${ECHO_MSG} "" - -post-extract: - @${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ - ${FILESDIR}/netatalk.sh > ${WRKSRC}/netatalk.sh - -post-install: - @${RM} -f ${PREFIX}/bin/nu ${PREFIX}/bin/lp2pap.sh \ - ${PREFIX}/bin/test_parse_mtab \ - ${PREFIX}/bin/afpd-mtab.pl ${PREFIX}/etc/netatalk.conf.dist - ${INSTALL_SCRIPT} ${WRKSRC}/netatalk.sh \ - ${PREFIX}/etc/rc.d/netatalk.sh - ${INSTALL_SCRIPT} ${WRKSRC}/contrib/macusers/macusers \ - ${PREFIX}/bin/macusers -.for i in ${FILES} - [ -f ${PREFIX}/etc/${i} ] || \ - ${INSTALL_DATA} -c ${PREFIX}/etc/${i}.dist ${PREFIX}/etc/${i} -.endfor -.for i in ${LINKS} - ( cd ${PREFIX}/bin && ${LN} -sf megatron ${i} ) -.endfor - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/net/netatalk-devel/distinfo b/net/netatalk-devel/distinfo deleted file mode 100644 index b767a086743b..000000000000 --- a/net/netatalk-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (netatalk-2.0-rc1.tar.bz2) = b3c746b9804d057e45a8badf510a5ea2 -SIZE (netatalk-2.0-rc1.tar.bz2) = 1444766 diff --git a/net/netatalk-devel/files/netatalk.sh b/net/netatalk-devel/files/netatalk.sh deleted file mode 100644 index 181a9ff72f28..000000000000 --- a/net/netatalk-devel/files/netatalk.sh +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/sh -# -# $FreeBSD: /tmp/pcvs/ports/net/netatalk-devel/files/Attic/netatalk.sh,v 1.5 2004-07-26 20:12:57 marcus Exp $ -# -# PROVIDE: netatalk -# REQUIRE: DAEMON -# KEYWORD: FreeBSD -# -# AppleTalk daemons. Make sure not to start atalkd in the background: -# its data structures must have time to stablize before running the -# other processes. -# - -netatalk_enable=${netatalk_enable-"NO"} -atalkd_enable=${atalkd_enable-"NO"} -papd_enable=${papd_enable-"NO"} -cnid_metad_enable=${cnid_metad_enable-"NO"} -afpd_enable=${afpd_enable-"NO"} -timelord_enable=${timelord_enable-"NO"} - -. %%RC_SUBR%% - -name=netatalk -rcvar=`set_rcvar` -hostname=`hostname -s` - -start_cmd=netatalk_start -stop_cmd=netatalk_stop - -netatalk_start() { - checkyesno atalkd_enable && %%PREFIX%%/sbin/atalkd - checkyesno atalkd_enable && \ - %%PREFIX%%/bin/nbprgstr -p 4 ${hostname}:Workstation & - checkyesno atalkd_enable && \ - %%PREFIX%%/bin/nbprgstr -p 4 ${hostname}:netatalk & - checkyesno papd_enable && %%PREFIX%%/sbin/papd - checkyesno cnid_metad_enable && %%PREFIX%%/sbin/cnid_metad - checkyesno afpd_enable && \ - %%PREFIX%%/sbin/afpd -s %%PREFIX%%/etc/AppleVolumes.system \ - -f %%PREFIX%%/etc/AppleVolumes.default - checkyesno timelord_enable && %%PREFIX%%/sbin/timelord -} - -netatalk_stop() { - checkyesno timelord_enable && killall timelord - checkyesno afpd_enable && killall afpd - checkyesno cnid_metad_enable && killall cnid_metad - checkyesno papd_enable && killall papd - checkyesno atalkd_enable && killall atalkd -} - -load_rc_config ${name} -run_rc_command "$1" diff --git a/net/netatalk-devel/files/patch-config_Makefile.in b/net/netatalk-devel/files/patch-config_Makefile.in deleted file mode 100644 index eb71290a3725..000000000000 --- a/net/netatalk-devel/files/patch-config_Makefile.in +++ /dev/null @@ -1,27 +0,0 @@ ---- config/Makefile.in.orig Mon Mar 22 19:22:45 2004 -+++ config/Makefile.in Sat Jun 5 22:08:04 2004 -@@ -386,22 +386,11 @@ - install-config-files: $(CONFFILES) $(GENFILES) - $(mkinstalldirs) $(DESTDIR)$(pkgconfdir) - for f in $(CONFFILES) $(GENFILES); do \ -- if test "x$(OVERWRITE_CONFIG)" = "xyes" -o ! -f $(DESTDIR)$(pkgconfdir)/$$f; then \ -- echo "$(INSTALL_DATA) $$f $(DESTDIR)$(pkgconfdir)"; \ -- $(INSTALL_DATA) $$f $(DESTDIR)$(pkgconfdir); \ -- else \ -- echo "not overwriting $$f"; \ -- fi; \ -+ echo "$(INSTALL_DATA) $$f $(DESTDIR)$(pkgconfdir)/$$f.dist"; \ -+ $(INSTALL_DATA) $$f $(DESTDIR)$(pkgconfdir)/$$f.dist; \ - done - - @USE_PAM_TRUE@install-data-local: install-config-files $(PAMFILES) --@USE_PAM_TRUE@ $(mkinstalldirs) $(DESTDIR)$(pamdir) --@USE_PAM_TRUE@ if test "x$(OVERWRITE_CONFIG)" = "xyes" -o ! -f $(DESTDIR)$(pamdir)/netatalk; then \ --@USE_PAM_TRUE@ echo "$(INSTALL_DATA) $$f $(DESTDIR)$(pamdir)/netatalk"; \ --@USE_PAM_TRUE@ $(INSTALL_DATA) netatalk.pamd $(DESTDIR)$(pamdir)/netatalk || echo "WARNING: Can't install PAM files"; \ --@USE_PAM_TRUE@ else \ --@USE_PAM_TRUE@ echo "not overwriting $(DESTDIR)$(pamdir)/netatalk"; \ --@USE_PAM_TRUE@ fi; - - @USE_PAM_FALSE@install-data-local: install-config-files - # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/net/netatalk-devel/files/patch-configure b/net/netatalk-devel/files/patch-configure deleted file mode 100644 index d14d0f1f9714..000000000000 --- a/net/netatalk-devel/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sat Aug 28 03:20:01 2004 -+++ configure Sat Aug 28 03:20:14 2004 -@@ -15118,7 +15118,7 @@ - trybdbdir="" - dobdbsearch=yes - bdb_search_dirs="/usr/local/include /usr/include" -- search_subdirs="/db4.2 /db42 /db4.1 /db41 /db4 /" -+ search_subdirs="/db4.1 /db41 /db4 /" - - DB_MAJOR_REQ=4 - DB_MINOR_REQ=1 diff --git a/net/netatalk-devel/pkg-descr b/net/netatalk-devel/pkg-descr deleted file mode 100644 index 6d49d2583a0b..000000000000 --- a/net/netatalk-devel/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -netatalk - 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. - -This version includes Adrian Sun's 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. - -Many other new features and bug fixes have also been integrated. -Requires AppleTalk support in the kernel (FreeBSD 2.2 or newer). - -WWW: http://netatalk.sourceforge.net/ diff --git a/net/netatalk-devel/pkg-message b/net/netatalk-devel/pkg-message deleted file mode 100644 index 23d91dbf7b03..000000000000 --- a/net/netatalk-devel/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -### -If you compiled WITH_PAM support, you need to edit /etc/pam.conf to add -support for netatalk. To do so, add the following three lines to this -file: - -netatalk auth required pam_unix.so try_first_pass -netatalk account required pam_unix.so try_first_pass -netatalk session required pam_permit.so -### diff --git a/net/netatalk-devel/pkg-plist b/net/netatalk-devel/pkg-plist deleted file mode 100644 index 302d5b0296d6..000000000000 --- a/net/netatalk-devel/pkg-plist +++ /dev/null @@ -1,139 +0,0 @@ -bin/achfile -bin/acleandir.rc -bin/add_netatalk_printer -bin/adv1tov2 -bin/aecho -bin/afile -bin/afppasswd -bin/apple_cp -bin/apple_mv -bin/apple_rm -bin/asip-status.pl -bin/cleanappledouble.pl -bin/cnid2_create -bin/cnid_maint -bin/getzones -bin/macusers -bin/megatron -@unexec rm -f %B/unbin -@unexec rm -f %B/unhex -@unexec rm -f %B/unsingle -@unexec rm -f %B/hqx2bin -@unexec rm -f %B/single2bin -@unexec rm -f %B/macbinary -@unexec rm -f %B/binheader -@unexec rm -f %B/nadheader -@exec cd %B && ln -s megatron unbin -@exec cd %B && ln -s megatron unhex -@exec cd %B && ln -s megatron unsingle -@exec cd %B && ln -s megatron hqx2bin -@exec cd %B && ln -s megatron single2bin -@exec cd %B && ln -s megatron macbinary -@exec cd %B && ln -s megatron binheader -@exec cd %B && ln -s megatron nadheader -bin/nbplkup -bin/nbprgstr -bin/nbpunrgstr -bin/netatalk-config -bin/netatalkshorternamelinks.pl -bin/pap -bin/papstatus -bin/psorder -bin/showppd -bin/timeout -bin/uniconv -@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 -@exec [ ! -f %B/AppleVolumes.default ] && cp %B/%f %B/AppleVolumes.default -@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 -@exec [ ! -f %B/AppleVolumes.system ] && cp %B/%f %B/AppleVolumes.system -@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 -@exec [ ! -f %B/afpd.conf ] && cp %B/%f %B/afpd.conf -@unexec if cmp -s %D/etc/atalkd.conf %D/etc/atalkd.conf.dist; then rm -f %D/etc/atalkd.conf; fi -etc/atalkd.conf.dist -@exec [ ! -f %B/atalkd.conf ] && cp %B/%f %B/atalkd.conf -@unexec if cmp -s %D/etc/papd.conf %D/etc/papd.conf.dist; then rm -f %D/etc/papd.conf; fi -etc/papd.conf.dist -@exec [ ! -f %B/papd.conf ] && cp %B/%f %B/papd.conf -etc/rc.d/netatalk.sh -etc/uams/uams_clrtxt.so -etc/uams/uams_dhx.so -%%NETATALKPAM%%etc/uams/uams_dhx_pam.so -etc/uams/uams_dhx_passwd.so -etc/uams/uams_guest.so -%%NETATALKPAM%%etc/uams/uams_pam.so -etc/uams/uams_passwd.so -etc/uams/uams_randnum.so -include/atalk/adouble.h -include/atalk/aep.h -include/atalk/afp.h -include/atalk/asp.h -include/atalk/atp.h -include/atalk/boolean.h -include/atalk/cnid.h -include/atalk/compat.h -include/atalk/ddp.h -include/atalk/dsi.h -include/atalk/list.h -include/atalk/logger.h -include/atalk/nbp.h -include/atalk/netddp.h -include/atalk/pap.h -include/atalk/paths.h -include/atalk/rtmp.h -include/atalk/server_child.h -include/atalk/tdb.h -include/atalk/uam.h -include/atalk/util.h -include/atalk/zip.h -include/netatalk/aarp.c -include/netatalk/aarp.h -include/netatalk/at.h -include/netatalk/at_control.c -include/netatalk/at_proto.c -include/netatalk/at_var.h -include/netatalk/ddp.h -include/netatalk/endian.h -include/netatalk/ddp_var.h -include/netatalk/ddp_input.c -include/netatalk/ddp_output.c -include/netatalk/ddp_usrreq.c -include/netatalk/phase2.h -lib/libatalk.a -libexec/etc2ps.sh -libexec/ifmpap -libexec/ifmpaprev -libexec/ifpap -libexec/ifpaprev -libexec/ifwmpap -libexec/ifwmpaprev -libexec/ifwpap -libexec/ifwpaprev -libexec/ofmpap -libexec/ofpap -libexec/ofwmpap -libexec/ofwpap -libexec/psa -libexec/psf -libexec/tfmpap -libexec/tfmpaprev -libexec/tfpap -libexec/tfpaprev -libexec/tfwmpap -libexec/tfwmpaprev -libexec/tfwpap -libexec/tfwpaprev -sbin/afpd -sbin/atalkd -sbin/cnid_dbd -sbin/cnid_metad -sbin/papd -%%TIMELORD%%sbin/timelord -share/aclocal/netatalk.m4 -share/netatalk/pagecount.ps -@dirrm share/netatalk -@dirrm include/netatalk -@dirrm include/atalk -@dirrm etc/uams |