diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-12-17 08:18:04 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-12-17 08:18:04 +0000 |
commit | c9725fb85b442f5229246e7b4e1c53e913dbbb90 (patch) | |
tree | e00c7b9a13c8748065f79c57e9e81d9a1239e743 /net | |
parent | Install sudoers in correct place. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_4_0'.release/3.4.0
Notes
Notes:
svn path=/head/; revision=23787
svn path=/tags/RELEASE_3_4_0/; revision=23788; tag=release/3.4.0
Diffstat (limited to 'net')
292 files changed, 0 insertions, 9610 deletions
diff --git a/net/arpwatch-devel/Makefile b/net/arpwatch-devel/Makefile deleted file mode 100644 index 23a550e3741e..000000000000 --- a/net/arpwatch-devel/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: arpwatch -# Version required: 2.0.2a1 -# Date created: March 24 1997 -# Whom: Brian Somers <brian@Awfulhak.org> -# -# $FreeBSD$ -# - -DISTNAME= arpwatch-2.1a4 -CATEGORIES= net -MASTER_SITES= http://www.Awfulhak.org/arpwatch/ \ - ftp://ftp.ee.lbl.gov/ \ - ftp://ftp.cso.uiuc.edu/pub/security/coast/unix/arpwatch/ -EXTRACT_SUFX= .tar.Z - -MAINTAINER= brian@Awfulhak.org - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --quiet -INSTALL_TARGET= install install-man -MAN8= arpwatch.8 arpsnmp.8 - -post-install: - if [ ! -d ${PREFIX}/arpwatch ]; then \ - ${MKDIR} ${PREFIX}/arpwatch; \ - ${CHMOD} 775 ${PREFIX}/arpwatch; \ - ${CHOWN} root.operator ${PREFIX}/arpwatch; \ - fi - ${TOUCH} ${PREFIX}/arpwatch/arp.dat - ${CHMOD} 644 ${PREFIX}/arpwatch/arp.dat - for file in ethercodes.dat d.awk e.awk p.awk; do \ - ${INSTALL_DATA} ${WRKSRC}/$$file ${PREFIX}/arpwatch/.; \ - done - ${INSTALL_SCRIPT} ${WRKSRC}/arp2ethers ${PREFIX}/arpwatch/. - ${INSTALL_SCRIPT} ${FILESDIR}/arpwatch.sh ${PREFIX}/etc/rc.d/. - -.include <bsd.port.mk> diff --git a/net/arpwatch-devel/distinfo b/net/arpwatch-devel/distinfo deleted file mode 100644 index a926dde8c25c..000000000000 --- a/net/arpwatch-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (arpwatch-2.1a4.tar.Z) = 7f5ed680480e6b0b1bbf27a5634b0bd4 diff --git a/net/arpwatch-devel/files/arpwatch.sh b/net/arpwatch-devel/files/arpwatch.sh deleted file mode 100644 index ebaf7946aac9..000000000000 --- a/net/arpwatch-devel/files/arpwatch.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -if [ -x /usr/local/sbin/arpwatch -a -d /usr/local/arpwatch ]; then - /usr/local/sbin/arpwatch && echo -n ' arpwatch' -fi diff --git a/net/arpwatch-devel/files/patch-aa b/net/arpwatch-devel/files/patch-aa deleted file mode 100644 index c3d51dd3fa46..000000000000 --- a/net/arpwatch-devel/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- arp2ethers.orig Tue Mar 29 11:44:52 1994 -+++ arp2ethers Fri Aug 21 10:56:26 1998 -@@ -14,7 +14,7 @@ - # - - sort +2rn arp.dat | \ -- awk -e 'NF == 4 { print }' | \ -+ awk 'NF == 4 { print }' | \ - awk -f p.awk | \ - egrep -v '\.[0-9][0-9]*$' | \ - sed -e 's/ .* / /' | \ diff --git a/net/arpwatch-devel/files/patch-ab b/net/arpwatch-devel/files/patch-ab deleted file mode 100644 index 76cbc814dfaf..000000000000 --- a/net/arpwatch-devel/files/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.in.orig Wed Jul 29 06:16:45 1998 -+++ Makefile.in Fri Aug 21 10:57:51 1998 -@@ -44,7 +44,7 @@ - CC = @CC@ - CCOPT = @V_CCOPT@ - INCLS = -I. @V_INCLS@ --DEFS = -DDEBUG @DEFS@ -DARPDIR=\"$(ARPDIR)\" -DPATH_SENDMAIL=\"$(SENDMAIL)\" -+DEFS = @DEFS@ -DARPDIR=\"$(ARPDIR)\" -DPATH_SENDMAIL=\"$(SENDMAIL)\" - - # Standard CFLAGS - CFLAGS = $(CCOPT) $(DEFS) $(INCLS) -@@ -109,8 +109,8 @@ - $(CC) $(CFLAGS) -o $@ zap.o intoa.o -lutil - - install: force -- $(INSTALL) -m 555 -o bin -g bin arpwatch $(DESTDIR)$(BINDEST) -- $(INSTALL) -m 555 -o bin -g bin arpsnmp $(DESTDIR)$(BINDEST) -+ $(INSTALL) -s -m 555 -o bin -g bin arpwatch $(DESTDIR)$(BINDEST) -+ $(INSTALL) -s -m 555 -o bin -g bin arpsnmp $(DESTDIR)$(BINDEST) - - install-man: force - $(INSTALL) -m 444 -o bin -g bin $(srcdir)/arpwatch.8 \ diff --git a/net/arpwatch-devel/pkg-comment b/net/arpwatch-devel/pkg-comment deleted file mode 100644 index 73ccdb9c117c..000000000000 --- a/net/arpwatch-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Monitor arp & rarp requests diff --git a/net/arpwatch-devel/pkg-descr b/net/arpwatch-devel/pkg-descr deleted file mode 100644 index 602ba152b2db..000000000000 --- a/net/arpwatch-devel/pkg-descr +++ /dev/null @@ -1,33 +0,0 @@ -Maintained under FreeBSD by: brian@awfulhak.org - -ARPWATCH 2.0 -Lawrence Berkeley National Laboratory -Network Research Group -arpwatch@ee.lbl.gov -ftp://ftp.ee.lbl.gov/arpwatch.tar.Z - -This directory contains source code for arpwatch and arpsnmp, tools -that monitors ethernet activity and maintain a database of ethernet/ip -address pairings. It also reports certain changes via email. - -Arpwatch uses libpcap, a system-independent interface for user-level -packet capture. Before building arpwatch, you must first retrieve and -build libpcap, also from LBL, in: - - ftp://ftp.ee.lbl.gov/libpcap.tar.Z. - -Once libpcap is built (either install it or make sure arpwatch and -libpcap share the same parent directory), you can build arpwatch using -the procedure in the INSTALL file. - -Arpsnmp has the same database features of arpwatch but relies on an -external agent to collect the arp data. This distribution contains a -script, arpfetch, that uses snmpwalk from the CMU SNMP package. This -package is available from: - - ftp://ftp.net.cmu.edu/pub/snmp-dist/cmu-snmp*.tar.Z - -It should be trivial to adaptive the output of any snmp query program -for use with arpsnmp. - -Please send bugs and comments to arpwatch@ee.lbl.gov. diff --git a/net/arpwatch-devel/pkg-plist b/net/arpwatch-devel/pkg-plist deleted file mode 100644 index 975fa8d64f9f..000000000000 --- a/net/arpwatch-devel/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -sbin/arpwatch -sbin/arpsnmp -arpwatch/arp2ethers -arpwatch/ethercodes.dat -arpwatch/d.awk -arpwatch/e.awk -arpwatch/p.awk -etc/rc.d/arpwatch.sh diff --git a/net/citrix_xenapp/Makefile b/net/citrix_xenapp/Makefile deleted file mode 100644 index aa7affdbd66b..000000000000 --- a/net/citrix_xenapp/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: Citrix(R) ICA(R) Client -# Version required: 2.80.76 -# Date created: 20 Sep 1998 -# Whom: msmith -# -# $FreeBSD$ -# - -DISTNAME= linux -PKGNAME= citrix_ica-3.0.15 -CATEGORIES= comms -MASTER_SITES= -EXTRACT_SUFX= .tar.Z - -MAINTAINER= msmith@FreeBSD.org - -RUN_DEPENDS= /compat/linux/lib/libc.so.6:${PORTSDIR}/emulators/linux_base - -ONLY_FOR_ARCHS= i386 -RESTRICTED= "License prohibits redistribution" -IS_INTERACTIVE= "Noisy license agreement ignores stdin" - -DIST_SUBDIR= citrix_ica -NO_WRKSUBDIR= Yes -NO_BUILD= Yes - -CDIR= ${PREFIX}/lib/ICAClient -BINDIR= ${PREFIX}/bin - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE='The distribution file for this port may not be automatically fetched due to licensing restrictions. You MUST fetch the file manually after reading and agreeing to the license at: http://download.citrix.com/download.asp?client=LINUX Once ${DISTFILES} has been downloaded, move it to ${DISTDIR}/${DIST_SUBDIR} and then restart this build.' -.endif - -do-install: - ${SED} s%DESTINATION%${CDIR}% < ${FILESDIR}/response \ - > ${WRKSRC}/response - ${SED} s%DESTINATION%${CDIR}% < ${FILESDIR}/wfcmgr \ - > ${WRKSRC}/wfcmgr.x - ${SED} s%DESTINATION%${CDIR}% < ${FILESDIR}/wfica \ - > ${WRKSRC}/wfica.x - cd ${WRKSRC} && ./setupwfc < response - ${INSTALL_SCRIPT} ${WRKSRC}/wfcmgr.x ${PREFIX}/bin/wfcmgr - ${INSTALL_SCRIPT} ${WRKSRC}/wfica.x ${PREFIX}/bin/wfica - -.include <bsd.port.post.mk> diff --git a/net/citrix_xenapp/distinfo b/net/citrix_xenapp/distinfo deleted file mode 100644 index c0df4145bdab..000000000000 --- a/net/citrix_xenapp/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (citrix_ica/linux.tar.Z) = 6b322f5fd0db09ab9b5106d292d1863e diff --git a/net/citrix_xenapp/files/patch-aa b/net/citrix_xenapp/files/patch-aa deleted file mode 100644 index 06b5155e0c4c..000000000000 --- a/net/citrix_xenapp/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- ../original/setupwfc Wed Sep 9 05:57:13 1998 -+++ setupwfc Mon Sep 21 01:42:22 1998 -@@ -341,7 +341,7 @@ - PLATFORM=hp - DISP_PLATFORM="Hewlett-Packard (HP-UX)" - ;; -- Linux) -+ Linux|FreeBSD) - PLATFORM=linux - DISP_PLATFORM="Linux" - ;; diff --git a/net/citrix_xenapp/files/patch-ab b/net/citrix_xenapp/files/patch-ab deleted file mode 100644 index 220feeff6e0e..000000000000 --- a/net/citrix_xenapp/files/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ ---- ../original/linux/hinst Wed Sep 9 05:58:37 1998 -+++ linux/hinst Mon Sep 21 01:47:58 1998 -@@ -714,13 +714,13 @@ - echo_no_nl $calcspace3 - read dummy - -- /bin/false -+ /usr/bin/false - return - fi - - $ECHO_CMD $calcspace4 - -- /bin/true -+ /usr/bin/true - return - } - #!/bin/sh diff --git a/net/citrix_xenapp/files/response b/net/citrix_xenapp/files/response deleted file mode 100644 index 5b78380d06a6..000000000000 --- a/net/citrix_xenapp/files/response +++ /dev/null @@ -1,5 +0,0 @@ -1 -DESTINATION -y -y -3 diff --git a/net/citrix_xenapp/files/wfcmgr b/net/citrix_xenapp/files/wfcmgr deleted file mode 100644 index 70248171d687..000000000000 --- a/net/citrix_xenapp/files/wfcmgr +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -export ICAROOT=DESTINATION -exec $ICAROOT/wfcmgr diff --git a/net/citrix_xenapp/files/wfica b/net/citrix_xenapp/files/wfica deleted file mode 100644 index 35be9df3a8b2..000000000000 --- a/net/citrix_xenapp/files/wfica +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -export ICAROOT=DESTINATION -exec $ICAROOT/wfica diff --git a/net/citrix_xenapp/pkg-comment b/net/citrix_xenapp/pkg-comment deleted file mode 100644 index 70d23f88a95f..000000000000 --- a/net/citrix_xenapp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Citrix(R) client for the Microsoft Windows Terminal Server diff --git a/net/citrix_xenapp/pkg-descr b/net/citrix_xenapp/pkg-descr deleted file mode 100644 index 35b3b42ba57d..000000000000 --- a/net/citrix_xenapp/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Citrix(R) MetaFrame(TM) is thin-client/server system software for -Microsoft's Windows NT Server 4.0, Terminal Server Edition. -MetaFrame(TM) delivers a comprehensive thin-client/server solution to -the enterprise by extending Windows Terminal Server with additional -client and server functionality - including support for heterogeneous -computing environments, enterprise-scale management and seamless -desktop integration. MetaFrame(TM) transforms the way organizations -deploy, manage and access business applications by providing improved -application manageability, access, performance and security. Citrix(R) -MetaFrame(TM) system software, which incorporates Citrix's Independent -Computing Architecture (ICA)(R), provides a complete -thin-client/server computing solution for multi-user NT 4.0 -environments. - -WWW: http://www.citrix.com/products/metaframe.asp diff --git a/net/citrix_xenapp/pkg-plist b/net/citrix_xenapp/pkg-plist deleted file mode 100644 index 42f4157703c7..000000000000 --- a/net/citrix_xenapp/pkg-plist +++ /dev/null @@ -1,212 +0,0 @@ -bin/wfcmgr -bin/wfica -lib/ICAClient/Wfcmgr -lib/ICAClient/Wfica -lib/ICAClient/Wfcmgr.ad -lib/ICAClient/Wfica.ad -lib/ICAClient/eula.txt -lib/ICAClient/install.txt -lib/ICAClient/readme.txt -lib/ICAClient/setupwfc -lib/ICAClient/wfcmgr -lib/ICAClient/wfica -lib/ICAClient/.config/appsrv.ini -lib/ICAClient/.config/keyboard.ini -lib/ICAClient/.config/module.ini -lib/ICAClient/.config/wfclient.ini -lib/ICAClient/config/.server -lib/ICAClient/config/appsrv.ini -lib/ICAClient/config/module.ini -lib/ICAClient/config/wfclient.ini -lib/ICAClient/help/1a.gif -lib/ICAClient/help/3a.gif -lib/ICAClient/help/3b.gif -lib/ICAClient/help/3c.gif -lib/ICAClient/help/3d.gif -lib/ICAClient/help/3f.gif -lib/ICAClient/help/3g.gif -lib/ICAClient/help/3h.gif -lib/ICAClient/help/3i.gif -lib/ICAClient/help/3l.gif -lib/ICAClient/help/3m.gif -lib/ICAClient/help/3n.gif -lib/ICAClient/help/3o.gif -lib/ICAClient/help/3p.gif -lib/ICAClient/help/3q.gif -lib/ICAClient/help/3r.gif -lib/ICAClient/help/3s.gif -lib/ICAClient/help/3t.gif -lib/ICAClient/help/3u.gif -lib/ICAClient/help/3v.gif -lib/ICAClient/help/3w.gif -lib/ICAClient/help/3x.gif -lib/ICAClient/help/3y.gif -lib/ICAClient/help/4a.gif -lib/ICAClient/help/4b.gif -lib/ICAClient/help/4c.gif -lib/ICAClient/help/4d.gif -lib/ICAClient/help/4e.gif -lib/ICAClient/help/4f.gif -lib/ICAClient/help/4g.gif -lib/ICAClient/help/4h.gif -lib/ICAClient/help/4i.gif -lib/ICAClient/help/4k.gif -lib/ICAClient/help/DIGITAL.gif -lib/ICAClient/help/HP.gif -lib/ICAClient/help/IBM.gif -lib/ICAClient/help/LINUX.gif -lib/ICAClient/help/SCO.gif -lib/ICAClient/help/SG.gif -lib/ICAClient/help/SPARC.gif -lib/ICAClient/help/contents.gif -lib/ICAClient/help/contents.htm -lib/ICAClient/help/ctx00001.htm -lib/ICAClient/help/ctx00002.htm -lib/ICAClient/help/ctx00003.htm -lib/ICAClient/help/ctx00004.htm -lib/ICAClient/help/ctx00005.htm -lib/ICAClient/help/ctx00006.htm -lib/ICAClient/help/ctx00007.htm -lib/ICAClient/help/ctx00008.htm -lib/ICAClient/help/ctx00009.htm -lib/ICAClient/help/ctx00010.htm -lib/ICAClient/help/ctx00011.htm -lib/ICAClient/help/ctx00012.htm -lib/ICAClient/help/ctx00013.htm -lib/ICAClient/help/ctx00014.htm -lib/ICAClient/help/ctx00015.htm -lib/ICAClient/help/ctx00016.htm -lib/ICAClient/help/ctx00017.htm -lib/ICAClient/help/ctx00018.htm -lib/ICAClient/help/ctx00019.htm -lib/ICAClient/help/ctx00020.htm -lib/ICAClient/help/ctx00021.htm -lib/ICAClient/help/ctx00022.htm -lib/ICAClient/help/ctx00023.htm -lib/ICAClient/help/ctx00024.htm -lib/ICAClient/help/ctx00025.htm -lib/ICAClient/help/ctx00026.htm -lib/ICAClient/help/ctx00027.htm -lib/ICAClient/help/ctx00028.htm -lib/ICAClient/help/ctx00029.htm -lib/ICAClient/help/ctx00030.htm -lib/ICAClient/help/ctx00031.htm -lib/ICAClient/help/ctx00032.htm -lib/ICAClient/help/ctx00033.htm -lib/ICAClient/help/ctx00034.htm -lib/ICAClient/help/ctx00035.htm -lib/ICAClient/help/ctx00036.htm -lib/ICAClient/help/ctx00037.htm -lib/ICAClient/help/ctx00038.htm -lib/ICAClient/help/ctx00039.htm -lib/ICAClient/help/ctx00195.htm -lib/ICAClient/help/ctx00197.htm -lib/ICAClient/help/ctx00198.htm -lib/ICAClient/help/ctx00199.htm -lib/ICAClient/help/ctx00295.htm -lib/ICAClient/help/index.gif -lib/ICAClient/help/index.htm -lib/ICAClient/help/index_a.gif -lib/ICAClient/help/index_b.gif -lib/ICAClient/help/index_c.gif -lib/ICAClient/help/index_d.gif -lib/ICAClient/help/index_e.gif -lib/ICAClient/help/index_f.gif -lib/ICAClient/help/index_g.gif -lib/ICAClient/help/index_h.gif -lib/ICAClient/help/index_i.gif -lib/ICAClient/help/index_j.gif -lib/ICAClient/help/index_k.gif -lib/ICAClient/help/index_l.gif -lib/ICAClient/help/index_m.gif -lib/ICAClient/help/index_n.gif -lib/ICAClient/help/index_o.gif -lib/ICAClient/help/index_p.gif -lib/ICAClient/help/index_q.gif -lib/ICAClient/help/index_r.gif -lib/ICAClient/help/index_s.gif -lib/ICAClient/help/index_t.gif -lib/ICAClient/help/index_u.gif -lib/ICAClient/help/index_v.gif -lib/ICAClient/help/index_w.gif -lib/ICAClient/help/index_x.gif -lib/ICAClient/help/index_y.gif -lib/ICAClient/help/index_z.gif -lib/ICAClient/help/next0.gif -lib/ICAClient/help/next1.gif -lib/ICAClient/help/prev0.gif -lib/ICAClient/help/prev1.gif -lib/ICAClient/help/prop_conn.gif -lib/ICAClient/help/sett_cache.gif -lib/ICAClient/help/sett_cdm.gif -lib/ICAClient/keyboard/age2.kbd -lib/ICAClient/keyboard/agex2.kbd -lib/ICAClient/keyboard/automatic.kbd -lib/ICAClient/keyboard/dcint401.kbd -lib/ICAClient/keyboard/dcintpcx.kbd -lib/ICAClient/keyboard/dcus401.kbd -lib/ICAClient/keyboard/dcuspcx.kbd -lib/ICAClient/keyboard/dec401.kbd -lib/ICAClient/keyboard/dec401uk.kbd -lib/ICAClient/keyboard/decpcx.kbd -lib/ICAClient/keyboard/decpcxuk.kbd -lib/ICAClient/keyboard/dg.kbd -lib/ICAClient/keyboard/dgfr.kbd -lib/ICAClient/keyboard/dggr.kbd -lib/ICAClient/keyboard/dguk.kbd -lib/ICAClient/keyboard/dgus.kbd -lib/ICAClient/keyboard/hp101.kbd -lib/ICAClient/keyboard/hpfritf.kbd -lib/ICAClient/keyboard/hpgritf.kbd -lib/ICAClient/keyboard/hpint101.kbd -lib/ICAClient/keyboard/hpintps2.kbd -lib/ICAClient/keyboard/hpitf.kbd -lib/ICAClient/keyboard/hpps2.kbd -lib/ICAClient/keyboard/hpuk101.kbd -lib/ICAClient/keyboard/hpukitf.kbd -lib/ICAClient/keyboard/hpukps2.kbd -lib/ICAClient/keyboard/hpus101.kbd -lib/ICAClient/keyboard/hpusitf.kbd -lib/ICAClient/keyboard/hpusps2.kbd -lib/ICAClient/keyboard/ibm.kbd -lib/ICAClient/keyboard/keyboard.ini -lib/ICAClient/keyboard/linux.kbd -lib/ICAClient/keyboard/mac101.kbd -lib/ICAClient/keyboard/ncdn-101.kbd -lib/ICAClient/keyboard/ncdn-102.kbd -lib/ICAClient/keyboard/scoos5.kbd -lib/ICAClient/keyboard/scouw2.kbd -lib/ICAClient/keyboard/sg.kbd -lib/ICAClient/keyboard/sgindy.kbd -lib/ICAClient/keyboard/sgindyfr.kbd -lib/ICAClient/keyboard/sgindygr.kbd -lib/ICAClient/keyboard/sgindyuk.kbd -lib/ICAClient/keyboard/sgindyus.kbd -lib/ICAClient/keyboard/sngr.kbd -lib/ICAClient/keyboard/sparc3.kbd -lib/ICAClient/keyboard/sparc4.kbd -lib/ICAClient/keyboard/sparc5.kbd -lib/ICAClient/keyboard/sparcfr4.kbd -lib/ICAClient/keyboard/sparcfr5.kbd -lib/ICAClient/keyboard/sparcgr4.kbd -lib/ICAClient/keyboard/sparcgr5.kbd -lib/ICAClient/keyboard/sparcuk4.kbd -lib/ICAClient/keyboard/sparcuk5.kbd -lib/ICAClient/keyboard/sparcus3.kbd -lib/ICAClient/keyboard/sparcus4.kbd -lib/ICAClient/keyboard/sparcus5.kbd -lib/ICAClient/pkginf/F.core.linux -lib/ICAClient/pkginf/Ver.core.linux -lib/ICAClient/util/XCapture -lib/ICAClient/util/XCapture.ad -lib/ICAClient/util/echo_cmd -lib/ICAClient/util/hinst -lib/ICAClient/util/xcapture -@dirrm lib/ICAClient/.config -@dirrm lib/ICAClient/config -@dirrm lib/ICAClient/cache -@dirrm lib/ICAClient/help -@dirrm lib/ICAClient/keyboard -@dirrm lib/ICAClient/pkginf -@dirrm lib/ICAClient/util -@dirrm lib/ICAClient diff --git a/net/gaim-snapshot/Makefile b/net/gaim-snapshot/Makefile deleted file mode 100644 index 3505f4579381..000000000000 --- a/net/gaim-snapshot/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: gaim -# Version required: 0.9.10 -# Date created: 26 Mar 1999 -# Whom: Jim Mock <jim@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= gaim-0.9.10 -CATEGORIES= net -MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ - -MAINTAINER= jim@FreeBSD.org - -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 - -GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -CONFIGURE_ARGS= --disable-esd -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \ - GLIB_CONFIG="${GLIB_CONFIG}" - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/src/gaim ${PREFIX}/bin - @${MKDIR} ${PREFIX}/share/gaim/pixmaps && ${CHMOD} a+rx ${PREFIX}/share/gaim/pixmaps - @${ECHO} "===> Installing pixmaps" - @${INSTALL_DATA} ${WRKSRC}/pixmaps/*.xpm ${PREFIX}/share/gaim/pixmaps - -.include <bsd.port.mk> diff --git a/net/gaim-snapshot/distinfo b/net/gaim-snapshot/distinfo deleted file mode 100644 index 3dff4c991ddc..000000000000 --- a/net/gaim-snapshot/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gaim-0.9.10.tar.gz) = 793d21402cc778defa6d32b224a7c75f diff --git a/net/gaim-snapshot/pkg-comment b/net/gaim-snapshot/pkg-comment deleted file mode 100644 index 4014745a2094..000000000000 --- a/net/gaim-snapshot/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Gtk+ open-source 'clone' of AOL's Instant Messenger client diff --git a/net/gaim-snapshot/pkg-descr b/net/gaim-snapshot/pkg-descr deleted file mode 100644 index d9136f63a88a..000000000000 --- a/net/gaim-snapshot/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -GAIM is an Open Source 'clone' of America OnLine's Instant Messenger -client using the GTK+ toolkit. It features most of the functionality -of the official AIM client while being much smaller and faster. It -features multiple groups, group chat, user information fetching and -registration, time stamping, sound (for when you really do want to be -interrupted), multiple away messages, and probably a few other things. - -WWW: http://www.marko.net/gaim/ - -- Jim <jim@FreeBSD.org> diff --git a/net/gaim-snapshot/pkg-plist b/net/gaim-snapshot/pkg-plist deleted file mode 100644 index 1f7cea337885..000000000000 --- a/net/gaim-snapshot/pkg-plist +++ /dev/null @@ -1,39 +0,0 @@ -bin/gaim -share/gaim/pixmaps/admin_icon.xpm -share/gaim/pixmaps/aimicon.xpm -share/gaim/pixmaps/aimicon2.xpm -share/gaim/pixmaps/aol_icon.xpm -share/gaim/pixmaps/away.xpm -share/gaim/pixmaps/away_icon.xpm -share/gaim/pixmaps/big.xpm -share/gaim/pixmaps/bold.xpm -share/gaim/pixmaps/buddyadd.xpm -share/gaim/pixmaps/buddychat.xpm -share/gaim/pixmaps/buddydel.xpm -share/gaim/pixmaps/dt_icon.xpm -share/gaim/pixmaps/free_icon.xpm -share/gaim/pixmaps/im.xpm -share/gaim/pixmaps/info.xpm -share/gaim/pixmaps/italic.xpm -share/gaim/pixmaps/link.xpm -share/gaim/pixmaps/login_icon.xpm -share/gaim/pixmaps/logo.xpm -share/gaim/pixmaps/logout_icon.xpm -share/gaim/pixmaps/msg_pending.xpm -share/gaim/pixmaps/no_icon.xpm -share/gaim/pixmaps/normal.xpm -share/gaim/pixmaps/offline.xpm -share/gaim/pixmaps/online.xpm -share/gaim/pixmaps/palette.xpm -share/gaim/pixmaps/peng_frown.xpm -share/gaim/pixmaps/peng_smile.xpm -share/gaim/pixmaps/peng_wink.xpm -share/gaim/pixmaps/permadd.xpm -share/gaim/pixmaps/permdel.xpm -share/gaim/pixmaps/signing_on.xpm -share/gaim/pixmaps/small.xpm -share/gaim/pixmaps/speaker.xpm -share/gaim/pixmaps/underline.xpm -share/gaim/pixmaps/wood.xpm -@dirrm share/gaim/pixmaps -@dirrm share/gaim diff --git a/net/gnomeicu/gnomeicu/Makefile b/net/gnomeicu/gnomeicu/Makefile deleted file mode 100644 index 9492f80f3720..000000000000 --- a/net/gnomeicu/gnomeicu/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Ports collection Makefile for: GnomeICU -# Version required: 0.62a -# Date created: 03/16/1999 -# Whom: nectar@FreeBSD.org -# -# $FreeBSD$ -# - -DISTNAME= gnomeicu-0.65 -CATEGORIES= net gnome -MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \ - http://www.nectar.cc/distfiles/ - -MAINTAINER= nectar@FreeBSD.org - -LIB_DEPENDS= panel_applet.2:${PORTSDIR}/x11/gnomecore - -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -USE_X_PREFIX= YES -USE_BZIP2= YES -GNU_CONFIGURE= YES -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" -CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome - -.include <bsd.port.mk> diff --git a/net/gnomeicu/gnomeicu/distinfo b/net/gnomeicu/gnomeicu/distinfo deleted file mode 100644 index 4b7c0589d082..000000000000 --- a/net/gnomeicu/gnomeicu/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnomeicu-0.65.tar.bz2) = b2ca09340242b12266924d7daa029e5a diff --git a/net/gnomeicu/gnomeicu/pkg-comment b/net/gnomeicu/gnomeicu/pkg-comment deleted file mode 100644 index bb39546ca3ca..000000000000 --- a/net/gnomeicu/gnomeicu/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNOME ICQ client diff --git a/net/gnomeicu/gnomeicu/pkg-descr b/net/gnomeicu/gnomeicu/pkg-descr deleted file mode 100644 index 1ea707c0865a..000000000000 --- a/net/gnomeicu/gnomeicu/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ - GnomeICU (previously GtkICQ) is an Internet based communications - program which makes use of ICQ protocol. GnomeICU also makes use of - Gnome, a growingly popular desktop environment.GnomeICU is released - under the GNU Public License, and is available free of charge. - -WWW: http://gnomeicu.gdev.net/ - -Jacques Vidrine <nectar@FreeBSD.ORG> diff --git a/net/gnomeicu/gnomeicu/pkg-plist b/net/gnomeicu/gnomeicu/pkg-plist deleted file mode 100644 index fe03b3d1d716..000000000000 --- a/net/gnomeicu/gnomeicu/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/gnomeicu -etc/CORBA/servers/GnomeICU.gnorba -etc/sound/events/GnomeICU.soundlist -share/gnome/applets/Network/GnomeICU.desktop -share/gnome/pixmaps/gnome-gnomeicu.xpm -share/gnome/pixmaps/gnomeicu-auth.xpm -share/gnome/pixmaps/gnomeicu-away.xpm -share/gnome/pixmaps/gnomeicu-blank.xpm -share/gnome/pixmaps/gnomeicu-chat.xpm -share/gnome/pixmaps/gnomeicu-chat2.xpm -share/gnome/pixmaps/gnomeicu-dnd.xpm -share/gnome/pixmaps/gnomeicu-ffc.xpm -share/gnome/pixmaps/gnomeicu-file.xpm -share/gnome/pixmaps/gnomeicu-info.xpm -share/gnome/pixmaps/gnomeicu-inv.xpm -share/gnome/pixmaps/gnomeicu-message.xpm -share/gnome/pixmaps/gnomeicu-na.xpm -share/gnome/pixmaps/gnomeicu-nomess.xpm -share/gnome/pixmaps/gnomeicu-occ.xpm -share/gnome/pixmaps/gnomeicu-offline.xpm -share/gnome/pixmaps/gnomeicu-online.xpm -share/gnome/pixmaps/gnomeicu-url.xpm -share/gnome/sounds/gnomeicu/message.wav diff --git a/net/gnomeicu2/Makefile b/net/gnomeicu2/Makefile deleted file mode 100644 index 9492f80f3720..000000000000 --- a/net/gnomeicu2/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Ports collection Makefile for: GnomeICU -# Version required: 0.62a -# Date created: 03/16/1999 -# Whom: nectar@FreeBSD.org -# -# $FreeBSD$ -# - -DISTNAME= gnomeicu-0.65 -CATEGORIES= net gnome -MASTER_SITES= ftp://gnomeicu.gdev.net/pub/gnomeicu/ \ - http://www.nectar.cc/distfiles/ - -MAINTAINER= nectar@FreeBSD.org - -LIB_DEPENDS= panel_applet.2:${PORTSDIR}/x11/gnomecore - -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config - -USE_X_PREFIX= YES -USE_BZIP2= YES -GNU_CONFIGURE= YES -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" -CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome - -.include <bsd.port.mk> diff --git a/net/gnomeicu2/distinfo b/net/gnomeicu2/distinfo deleted file mode 100644 index 4b7c0589d082..000000000000 --- a/net/gnomeicu2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnomeicu-0.65.tar.bz2) = b2ca09340242b12266924d7daa029e5a diff --git a/net/gnomeicu2/pkg-comment b/net/gnomeicu2/pkg-comment deleted file mode 100644 index bb39546ca3ca..000000000000 --- a/net/gnomeicu2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNOME ICQ client diff --git a/net/gnomeicu2/pkg-descr b/net/gnomeicu2/pkg-descr deleted file mode 100644 index 1ea707c0865a..000000000000 --- a/net/gnomeicu2/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ - GnomeICU (previously GtkICQ) is an Internet based communications - program which makes use of ICQ protocol. GnomeICU also makes use of - Gnome, a growingly popular desktop environment.GnomeICU is released - under the GNU Public License, and is available free of charge. - -WWW: http://gnomeicu.gdev.net/ - -Jacques Vidrine <nectar@FreeBSD.ORG> diff --git a/net/gnomeicu2/pkg-plist b/net/gnomeicu2/pkg-plist deleted file mode 100644 index fe03b3d1d716..000000000000 --- a/net/gnomeicu2/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/gnomeicu -etc/CORBA/servers/GnomeICU.gnorba -etc/sound/events/GnomeICU.soundlist -share/gnome/applets/Network/GnomeICU.desktop -share/gnome/pixmaps/gnome-gnomeicu.xpm -share/gnome/pixmaps/gnomeicu-auth.xpm -share/gnome/pixmaps/gnomeicu-away.xpm -share/gnome/pixmaps/gnomeicu-blank.xpm -share/gnome/pixmaps/gnomeicu-chat.xpm -share/gnome/pixmaps/gnomeicu-chat2.xpm -share/gnome/pixmaps/gnomeicu-dnd.xpm -share/gnome/pixmaps/gnomeicu-ffc.xpm -share/gnome/pixmaps/gnomeicu-file.xpm -share/gnome/pixmaps/gnomeicu-info.xpm -share/gnome/pixmaps/gnomeicu-inv.xpm -share/gnome/pixmaps/gnomeicu-message.xpm -share/gnome/pixmaps/gnomeicu-na.xpm -share/gnome/pixmaps/gnomeicu-nomess.xpm -share/gnome/pixmaps/gnomeicu-occ.xpm -share/gnome/pixmaps/gnomeicu-offline.xpm -share/gnome/pixmaps/gnomeicu-online.xpm -share/gnome/pixmaps/gnomeicu-url.xpm -share/gnome/sounds/gnomeicu/message.wav diff --git a/net/imm/Makefile b/net/imm/Makefile deleted file mode 100644 index 9506e8bb2ea1..000000000000 --- a/net/imm/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: imm -# Version required: 3.5a1 -# Date created: 13 October 1994 -# Whom: wollman -# -# $FreeBSD$ -# - -DISTNAME= imm.source -PKGNAME= imm-3.5a1 -CATEGORIES= mbone tk82 -MASTER_SITES= ftp://ftp.hawaii.edu/paccom/imm-3.5a1/ -EXTRACT_SUFX= .tar.Z - -MAINTAINER= fenner@freebsd.org - -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 - -WRKSRC= ${WRKDIR}/mnm -USE_X_PREFIX= yes - -post-extract: - @${MKDIR} ${WRKSRC}/freebsd - @${CP} ${FILESDIR}/Makefile.work ${WRKSRC}/Makefile - @${CP} ${FILESDIR}/Makefile.freebsd ${WRKSRC}/src - -# The included makefile doesn't have an "install" target. -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/freebsd/imm ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/freebsd/immserv ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/freebsd/lscomp ${PREFIX}/bin -# and no man pages at all yet. -# But include the very limited documentation - ${MKDIR} ${PREFIX}/share/doc/imm -.if !defined(NOPORTDOCS) - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/imm - ${INSTALL_DATA} ${WRKSRC}/imm_readme.txt ${PREFIX}/share/doc/imm -.endif -# The sdr plugin is pretty much required. - ${INSTALL_DATA} ${WRKSRC}/sdr2.plugin.S53.image.imm ${PREFIX}/share/doc/imm - -.include <bsd.port.mk> diff --git a/net/imm/distinfo b/net/imm/distinfo deleted file mode 100644 index 672f0d0c6e34..000000000000 --- a/net/imm/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (imm.source.tar.Z) = bf2713e5dca81daaecbc0bbcaf7af667 diff --git a/net/imm/files/Makefile.freebsd b/net/imm/files/Makefile.freebsd deleted file mode 100644 index ae7ce6434e6f..000000000000 --- a/net/imm/files/Makefile.freebsd +++ /dev/null @@ -1,77 +0,0 @@ -# Some versions of make, like SGI's, use the following variable to -# determine which shell to use for executing commands: -SHELL = /bin/sh -INCLUDE_DIR = -I${PREFIX}/include -I${LOCALBASE}/include/tcl8.2 -I${LOCALBASE}/include/tk8.2 -# Libraries to use when linking: -LIBS = -lm - -TKLIBS= -L$(PREFIX)/lib -L${LOCALBASE}/lib -ltk82 -ltcl82 -lX11 - -TARGET = ../freebsd - -CFLAGS = -g -DSIG_T=void -DMULTICAST -I. -DERROR_TEST - -CC = gcc -CC_SWITCHES = ${CFLAGS} - -ROBJS = protocol.o utils.o - -SOBJS = protocol.o immserv.o sorttree.o utils.o - -MOBJS = protocol.o mnmserver.o sorttree.o utils.o - -all: $(TARGET)/imm $(TARGET)/immserv $(TARGET)/lscomp - -$(TARGET)/mnm: $(ROBJS) main.o xlopen.o mcl.o - $(CC) $(CFLAGS) main.o xlopen.o mcl.o $(ROBJS) $(LIBS) -o $(TARGET)/mnm - -$(TARGET)/imm: $(ROBJS) tkAppInit.o imm_init.o imm.o xlopen_imm.o - $(CC) $(CFLAGS) tkAppInit.o imm_init.o imm.o xlopen_imm.o $(ROBJS) $(TKLIBS) $(LIBS) -o $(TARGET)/imm - -$(TARGET)/immserv: $(SOBJS) - $(CC) $(CFLAGS) $(SOBJS) $(LIBS) -o $(TARGET)/immserv - -$(TARGET)/lscomp: lscomp.o protocol.o sorttree.o utils.o - $(CC) $(CFLAGS) lscomp.o protocol.o sorttree.o utils.o $(LIBS) -o $(TARGET)/lscomp - -clean: - rm -f *.o tcl2c $(TARGET)/mnm $(TARGET)/lscomp $(TARGET)/imm $(TARGET)/immserv - -tcl2c: tcl2c.c - $(CC) $(CFLAGS) tcl2c.c $(LIBS) -o tcl2c - -imm_init.c: tcl2c imm_def.tcl mcl.tcl Radio.tcl Listbox.tcl viewbox.tcl filebox.tcl mkHostname.tcl - ./tcl2c IMM_Init < imm_def.tcl > imm_init.c - ./tcl2c MCL < mcl.tcl >> imm_init.c - ./tcl2c RADIO < Radio.tcl >> imm_init.c - ./tcl2c LISTBOX < Listbox.tcl >> imm_init.c - ./tcl2c VIEWBOX < viewbox.tcl >> imm_init.c - ./tcl2c FILEBOX < filebox.tcl >> imm_init.c - ./tcl2c HOSTBOX < mkHostname.tcl >> imm_init.c - ./tcl2c SERVERBOX < mnmserv.tcl >> imm_init.c - -imm_init.o: imm_init.c - -main.o: main.c - -mcl.o: mcl.c - -imm.o: mcl.c - gcc $(CFLAGS) -DIMM $(INCLUDE_DIR) -c mcl.c -o imm.o - -xlopen_imm.o: xlopen.c - gcc $(CFLAGS) -DIMM $(INCLUDE_DIR) -c xlopen.c -o xlopen_imm.o - -tkAppInit.o: tkAppInit.c - gcc $(CFLAGS) $(INCLUDE_DIR) tkAppInit.c -c - -protocol.o: protocol.c - -utils.o: utils.c - -lscomp.o: lscomp.c - -sorttree.o: sorttree.c immserv.h - -immserv.o: immserv.c immserv.h - diff --git a/net/imm/files/Makefile.work b/net/imm/files/Makefile.work deleted file mode 100644 index cb876d343f9e..000000000000 --- a/net/imm/files/Makefile.work +++ /dev/null @@ -1,2 +0,0 @@ -all install: - cd src; ${MAKE} -f Makefile.freebsd $@ diff --git a/net/imm/files/patch-aa b/net/imm/files/patch-aa deleted file mode 100644 index f7cb9a9cefc8..000000000000 --- a/net/imm/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- src/mcl.c.orig Tue Nov 19 12:33:49 1996 -+++ src/mcl.c Tue Nov 19 12:34:23 1996 -@@ -25,7 +25,7 @@ - - #define MAIN - #include "protocol.h" --#include <malloc.h> -+#include <stdlib.h> - #include <fcntl.h> - #include <sys/socket.h> - #include <netinet/in.h> diff --git a/net/imm/files/patch-ab b/net/imm/files/patch-ab deleted file mode 100644 index 4b1f038304da..000000000000 --- a/net/imm/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- src/xlopen.c.orig Tue Nov 19 12:33:53 1996 -+++ src/xlopen.c Tue Nov 19 12:35:01 1996 -@@ -34,7 +34,7 @@ - extern int optind, opterr; - extern int useimageloader; - extern struct hosttype *hosts_tail; --#ifndef __NetBSD__ -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) /* XXX */ - extern char *sys_errlist[]; - #endif - extern unsigned int total; diff --git a/net/imm/files/patch-ac b/net/imm/files/patch-ac deleted file mode 100644 index 2da9e3a99e12..000000000000 --- a/net/imm/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- src/immserv.c.orig Tue Nov 19 12:36:41 1996 -+++ src/immserv.c Tue Nov 19 12:37:32 1996 -@@ -1407,7 +1407,7 @@ - /******************************************************************************/ - void setackalarm(int nop) {} - /******************************************************************************/ --#ifndef __NetBSD__ -+#if !defined(__NetBSD__) && !defined(__FreeBSD__) /* XXX */ - /* routine to put process to sleep */ - int usleep( wait) - u_int wait; diff --git a/net/imm/pkg-comment b/net/imm/pkg-comment deleted file mode 100644 index 3b8b83a184f7..000000000000 --- a/net/imm/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Internet Image(or other data) Multicaster (and receiver) diff --git a/net/imm/pkg-descr b/net/imm/pkg-descr deleted file mode 100644 index 339f05932750..000000000000 --- a/net/imm/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -IMM has been designed to efficiently replicate files/file directories -using a reliable dissemination protocol framework and provide archiving -and post processing features. The default mode of operation is for imm -to receive and display compressed imagery files (e.g., jpg,gif) using -xv or xloadimage as a post processor. - -This release includes an sdr plug-in, named sdr2.plugin.S53.image.imm, -which must be installed to participate in MBone alpha testing of imm sessions. -Usually in a directory called ~home/.sdr/plugins to be found by sdr. -See the sdr help pages for information on installing plugins. diff --git a/net/imm/pkg-plist b/net/imm/pkg-plist deleted file mode 100644 index f470d0e00c01..000000000000 --- a/net/imm/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/imm -bin/immserv -bin/lscomp -share/doc/imm/README -share/doc/imm/imm_readme.txt -share/doc/imm/sdr2.plugin.S53.image.imm -@dirrm share/doc/imm diff --git a/net/irrtoolset/Makefile b/net/irrtoolset/Makefile deleted file mode 100644 index 63c8b78c52a9..000000000000 --- a/net/irrtoolset/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: RAToolSet -# Version required: 3.5.8 -# Date created: May 4th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= RAToolSet-3.5.8 -PKGNAME= ratoolset-3.5.8 -CATEGORIES= net tk82 -MASTER_SITES= ftp://ftp.isi.edu/ra/RAToolSet/ - -MAINTAINER= jfitz@FreeBSD.org - -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 - -GNU_CONFIGURE= Yes -CONFIGURE_ENV= TCL_TK_INCLUDE_DIR="${PREFIX}/include/tcl8.2:${PREFIX}/include/tk8.2" \ - TCL_TK_LIBRARY_DIR=${PREFIX}/lib \ - TCL_LIBRARY=${PREFIX}/lib/tcl8.2 \ - TK_LIBRARY=${PREFIX}/lib/tk8.2 \ - LD_TCL_TK_LIBS="-ltk82 -ltcl82" - -MAN1= CIDRAdvisor.1 aoe.1 pmatch.1 prpath.1 RtConfig.1 peval.1 \ - prcheck.1 roe.1 -MAN8= prtraceroute.8 relayd.8 - -ALL_TARGET= depend all - -.include <bsd.port.mk> diff --git a/net/irrtoolset/distinfo b/net/irrtoolset/distinfo deleted file mode 100644 index bf0f43d9ff9e..000000000000 --- a/net/irrtoolset/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (RAToolSet-3.5.8.tar.gz) = 4c7a04539a878ba3bcc5a6de3d12ac38 diff --git a/net/irrtoolset/files/patch-aa b/net/irrtoolset/files/patch-aa deleted file mode 100644 index b4052b639c36..000000000000 --- a/net/irrtoolset/files/patch-aa +++ /dev/null @@ -1,45 +0,0 @@ ---- src/misc/net.hh.orig Wed Jan 28 17:40:42 1998 -+++ src/misc/net.hh Sat Nov 27 18:11:23 1999 -@@ -86,12 +86,12 @@ - int bind (...); - int listen (...); - int accept (...); --int recvfrom(...); -+ssize_t recvfrom(...); - int gethostname (...); - int setsockopt (...); - int select (...); --int sendto (...); --int send (...); -+ssize_t sendto (...); -+ssize_t send (...); - int gettimeofday (...); - } - -@@ -132,7 +132,7 @@ - class Timer { - struct timeval tv; - struct timezone tz; -- init_time () { -+ void init_time () { - bzero ((char *) &tv, sizeof (struct timeval)); - ::gettimeofday (&tv, &tz); - } -@@ -256,7 +256,7 @@ - return ptr; - } - u_long getInaddr () { return hexaddr; } -- print () { printf ("%s\n%s\n0x%x\n", hostname, dottedaddr, hexaddr); } -+ void print () { printf ("%s\n%s\n0x%x\n", hostname, dottedaddr, hexaddr); } - - Error error; - }; -@@ -331,7 +331,7 @@ - error.warn("listen"); - return error(); - } -- accept () { -+ int accept () { - //u_long addrlen; - int addrlen = sizeof (struct sockaddr); - bzero ((char *) &socknew, sizeof (socknew)); diff --git a/net/irrtoolset/files/patch-ab b/net/irrtoolset/files/patch-ab deleted file mode 100644 index 6566ed2b1af4..000000000000 --- a/net/irrtoolset/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- src/dbase/Route.hh.orig Sat Nov 27 18:08:21 1999 -+++ src/dbase/Route.hh Sat Nov 27 18:08:41 1999 -@@ -92,7 +92,7 @@ - clear(); - } - -- clear () { -+ void clear () { - pix = NULL; - _dontcare = 0; - } -@@ -248,7 +248,7 @@ - pref = 0; - } - -- set (Pix asn, int p) { -+ void set (Pix asn, int p) { - asno = asn; - pref = p; - } diff --git a/net/irrtoolset/files/patch-ac b/net/irrtoolset/files/patch-ac deleted file mode 100644 index ca2b0e1d8f1f..000000000000 --- a/net/irrtoolset/files/patch-ac +++ /dev/null @@ -1,208 +0,0 @@ ---- src/dbase/Node.h.orig Sat Nov 27 18:11:57 1999 -+++ src/dbase/Node.h Sat Nov 27 18:16:21 1999 -@@ -101,7 +101,7 @@ - protected: - virtual void print(ostream &os) = 0; - public: -- virtual operator== (Node &b) = 0; -+ virtual int operator== (Node &b) = 0; - virtual void InOrderPrint() = 0; - virtual void PostOrderPrint() { InOrderPrint(); } - virtual ~Node() {}; -@@ -144,7 +144,7 @@ - virtual void print(ostream &os) = 0; - - public: -- virtual Execute(Route &r) = 0; -+ virtual void Execute(Route &r) = 0; - virtual ActionNode *FindFirst(Node_t _type) = 0; - int operator< (ActionNode &b); - friend ostream &operator<<(ostream &os, ActionNode *an) { -@@ -172,7 +172,7 @@ - type = T_ANDNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_ANDNode - && left == ((ANDNode&) b).left - && right == ((ANDNode&) b).right; -@@ -200,7 +200,7 @@ - type = T_ORNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_ORNode - && left == ((ORNode&) b).left - && right == ((ORNode&) b).right; -@@ -227,7 +227,7 @@ - type = T_NotNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_NotNode - && left == ((NotNode&) b).left; - } -@@ -256,7 +256,7 @@ - type = T_AssignNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_AssignNode - && val == ((AssignNode&) b).val - && left == ((AssignNode&) b).left; -@@ -281,7 +281,7 @@ - type = T_ANYNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_ANYNode; - } - -@@ -305,7 +305,7 @@ - type = T_ASNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_ASNode - && val == ((ASNode&) b).val; - } -@@ -330,7 +330,7 @@ - type = T_ASMacroNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_ASMacroNode - && val == ((ASMacroNode&) b).val; - } -@@ -355,7 +355,7 @@ - type = T_CommNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_CommNode - && val == ((CommNode&) b).val; - } -@@ -382,7 +382,7 @@ - cidr_root = NULL; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_NetListNode - && nets == ((NetListNode&) b).nets; - } -@@ -391,7 +391,7 @@ - virtual NormalExpression *Evaluate(int expand); - virtual int match(Route &r, char dontcare); - virtual int match_exact_or_more_specific(Route &r, char dontcare); -- add(Pix pi) { nets.add(pi); } -+ void add(Pix pi) { nets.add(pi); } - }; - - ////////////////////////////// ASPathNode ////////////////////////////// -@@ -412,7 +412,7 @@ - type = T_ASPathNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - ASSERT(0); - return 0; - } -@@ -438,7 +438,7 @@ - type = T_RegisterNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_RegisterNode - && val == ((RegisterNode&) b).val; - } -@@ -460,13 +460,13 @@ - type = T_PrefNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_PrefNode - && val == ((PrefNode&) b).val; - } - - virtual void InOrderPrint(); -- virtual Execute(Route &r) { -+ virtual void Execute(Route &r) { - } - virtual ActionNode *FindFirst(Node_t _type) { - if (type == _type) -@@ -492,13 +492,13 @@ - type = T_MEDNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_MEDNode - && val == ((MEDNode&) b).val; - } - - virtual void InOrderPrint(); -- virtual Execute(Route &r) { -+ virtual void Execute(Route &r) { - } - virtual ActionNode *FindFirst(Node_t _type) { - if (type == _type) -@@ -524,13 +524,13 @@ - type = T_DPANode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_DPANode - && val == ((DPANode&) b).val; - } - - virtual void InOrderPrint(); -- virtual Execute(Route &r) { -+ virtual void Execute(Route &r) { - } - virtual ActionNode *FindFirst(Node_t _type) { - if (type == _type) -@@ -552,12 +552,12 @@ - type = T_NoopNode; - } - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_NoopNode; - } - - virtual void InOrderPrint(); -- virtual Execute(Route &r) {} -+ virtual void Execute(Route &r) {} - virtual ActionNode *FindFirst(Node_t _type) { - if (type == _type) - return this; -@@ -581,14 +581,14 @@ - } - virtual ~ComposeNode(); - -- virtual operator== (Node& b) { -+ virtual int operator== (Node& b) { - return b.type == T_ComposeNode - && left == ((ComposeNode&) b).left - && right == ((ComposeNode&) b).right; - } - - virtual void InOrderPrint(); -- virtual Execute(Route &r) {} -+ virtual void Execute(Route &r) {} - virtual ActionNode *FindFirst(Node_t _type) { - ActionNode *r; - if (type == _type) diff --git a/net/irrtoolset/files/patch-ad b/net/irrtoolset/files/patch-ad deleted file mode 100644 index d0560a973b2a..000000000000 --- a/net/irrtoolset/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- src/misc/Error.hh.orig Sat Nov 27 18:17:24 1999 -+++ src/misc/Error.hh Sat Nov 27 18:17:31 1999 -@@ -378,7 +378,7 @@ - reset(); - } - -- reset() { -+ void reset() { - errno = 0; - level_ = ErrorNone; - messages_.clear(); diff --git a/net/irrtoolset/files/patch-ae b/net/irrtoolset/files/patch-ae deleted file mode 100644 index 8c3005236be0..000000000000 --- a/net/irrtoolset/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- src/peval/xx_lexer.y.orig Sat Nov 27 18:18:56 1999 -+++ src/peval/xx_lexer.y Sat Nov 27 18:19:07 1999 -@@ -94,7 +94,7 @@ - NULL, ERROR_TKN - }; - --static inline strtoupper(char *c) { -+static inline void strtoupper(char *c) { - for (; *c; c++) - if (isascii(*c) && isalpha(*c)) - *c = toupper(*c); diff --git a/net/irrtoolset/files/patch-af b/net/irrtoolset/files/patch-af deleted file mode 100644 index 50022888976a..000000000000 --- a/net/irrtoolset/files/patch-af +++ /dev/null @@ -1,10 +0,0 @@ ---- src/misc/net.cc.orig Sat Nov 27 18:20:31 1999 -+++ src/misc/net.cc Sat Nov 27 18:21:15 1999 -@@ -215,6 +215,7 @@ - init_server (p); - } - -+int - TCP::init_server (int p) { - setLocalPort (p); - bind(); diff --git a/net/irrtoolset/files/patch-ag b/net/irrtoolset/files/patch-ag deleted file mode 100644 index f5519df2a198..000000000000 --- a/net/irrtoolset/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- src/dbase/irr_lexer.y.orig Sat Nov 27 18:22:22 1999 -+++ src/dbase/irr_lexer.y Sat Nov 27 18:22:44 1999 -@@ -73,7 +73,7 @@ - - #include <cctype> - --static inline strtoupper(char *c) { -+static inline void strtoupper(char *c) { - for (; *c; c++) - if (isascii(*c) && isalpha(*c)) - *c = toupper(*c); diff --git a/net/irrtoolset/files/patch-ah b/net/irrtoolset/files/patch-ah deleted file mode 100644 index 4278782c08ab..000000000000 --- a/net/irrtoolset/files/patch-ah +++ /dev/null @@ -1,20 +0,0 @@ ---- src/dbase/irr_parser.y.orig Sat Nov 27 18:23:53 1999 -+++ src/dbase/irr_parser.y Sat Nov 27 18:25:00 1999 -@@ -90,7 +90,7 @@ - char *error_while_expecting = NULL; - - static regexp_symbol *re_symbol; --static insert_or_update_filter_action(ListHead<Filter_Action> &l, -+static void insert_or_update_filter_action(ListHead<Filter_Action> &l, - ActionNode *action, FilterNode *filter); - static ASPolicy *find_or_insert_peer_as(Pix peer); - static InterASPolicy *find_or_insert_peering(ASPolicy *p, Pix laddr, Pix raddr); -@@ -635,7 +635,7 @@ - return(0); - } - --static insert_or_update_filter_action(ListHead<Filter_Action> &l, -+static void insert_or_update_filter_action(ListHead<Filter_Action> &l, - ActionNode *action, FilterNode *filter) { - Filter_Action *fap, *fap2; - diff --git a/net/irrtoolset/files/patch-ai b/net/irrtoolset/files/patch-ai deleted file mode 100644 index 18de9569197e..000000000000 --- a/net/irrtoolset/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- src/roe/roe_config.hh.orig Sat Nov 27 18:35:37 1999 -+++ src/roe/roe_config.hh Sat Nov 27 18:36:14 1999 -@@ -42,7 +42,7 @@ - - class Configure { - public: -- const int size = 12; -+ static const int size = 12; - - class DBUpdate { - public: diff --git a/net/irrtoolset/files/patch-aj b/net/irrtoolset/files/patch-aj deleted file mode 100644 index 6d190fb677b6..000000000000 --- a/net/irrtoolset/files/patch-aj +++ /dev/null @@ -1,14 +0,0 @@ ---- src/aoe/TclApp.cc.orig Sat Nov 27 18:38:25 1999 -+++ src/aoe/TclApp.cc Sat Nov 27 18:43:51 1999 -@@ -186,9 +186,9 @@ - // Call Tcl function to create a Tcl command - if (Tcl_CreateCommand(ptInterp, - pcCommand->getName(), -- TclCommand::command, -+ &TclCommand::command, - (ClientData)pcCommand, -- TclCommand::cleanUp) == NULL) return 0; -+ &TclCommand::cleanUp) == NULL) return 0; - return 1; - } - diff --git a/net/irrtoolset/files/patch-ak b/net/irrtoolset/files/patch-ak deleted file mode 100644 index 05060ae5f711..000000000000 --- a/net/irrtoolset/files/patch-ak +++ /dev/null @@ -1,11 +0,0 @@ ---- src/aoe/TclLabel.cc.orig Sat Nov 27 18:45:09 1999 -+++ src/aoe/TclLabel.cc Sat Nov 27 18:45:24 1999 -@@ -47,7 +47,7 @@ - #include "TclLabel.hh" - #include "TclApp.hh" - --TclLabel::clear(void) -+int TclLabel::clear(void) - { - TclApplication *pcApp = (TclApplication *)getExtraArgument(); - return (pcApp->evalf("%s configure -text {}", getName())); diff --git a/net/irrtoolset/files/patch-al b/net/irrtoolset/files/patch-al deleted file mode 100644 index 49b068f99199..000000000000 --- a/net/irrtoolset/files/patch-al +++ /dev/null @@ -1,11 +0,0 @@ ---- src/prtraceroute/netraw.hh.orig Sat Nov 27 18:46:27 1999 -+++ src/prtraceroute/netraw.hh Sat Nov 27 18:46:49 1999 -@@ -121,7 +121,7 @@ - rawIP (int protocol = IPPROTO_RAW); - rawIP (char *hostname, int protocol = IPPROTO_RAW); - -- setIpaddresses (); // can be used for incoming packets. -+ void setIpaddresses (); // can be used for incoming packets. - - int write (){return rawPacket::write ((char *) ip_hdr, ip_hdr->ip_len);} - int send (){return rawPacket::send ((char *) ip_hdr, ip_hdr->ip_len);} diff --git a/net/irrtoolset/files/patch-am b/net/irrtoolset/files/patch-am deleted file mode 100644 index 70e7cb9572ed..000000000000 --- a/net/irrtoolset/files/patch-am +++ /dev/null @@ -1,11 +0,0 @@ ---- src/prtraceroute/prtraceroute.hh.orig Sat Nov 27 18:47:35 1999 -+++ src/prtraceroute/prtraceroute.hh Sat Nov 27 18:47:45 1999 -@@ -121,7 +121,7 @@ - u_int flags; - void _add (ipAddr *ipaddr); - -- _hop () { -+ void _hop () { - ipaddr = (ipAddr *) NULL; - autnum = NULL; - route = new Route(); diff --git a/net/irrtoolset/pkg-comment b/net/irrtoolset/pkg-comment deleted file mode 100644 index 74aadb1512e4..000000000000 --- a/net/irrtoolset/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A suite of policy analysis tools diff --git a/net/irrtoolset/pkg-descr b/net/irrtoolset/pkg-descr deleted file mode 100644 index 5129fb44e3a5..000000000000 --- a/net/irrtoolset/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -RAToolSet is a suite of policy analysis tools. It is implemented in C++ on a -UNIX platform. It has been ported successfully to many platforms including -Sun Sparc stations running SunOS 4.1.3 or Solaris, FreeBSD, DEC Alphas -running OSF/1, and BSDI. It contains the following programs: - -RtConfig routing policies analyzer and router configuration tool - -peval a low-level policy evaluation tool - -roe route object editor - -CIDRAdvisor suggests safe cidr aggregates - -aoe autonomous system object editor - -pmatch prints matching policies for destinations in aut-num objects - -prpath enumerates a list of patchs between ASes and destinations - -prtraceroute prints route and policy information packets take to a - network host - -prcheck syntax checks the aut-num objects in the Internet Routing - Registry diff --git a/net/irrtoolset/pkg-plist b/net/irrtoolset/pkg-plist deleted file mode 100644 index a56f950cdc49..000000000000 --- a/net/irrtoolset/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/peval -bin/pmatch -bin/prpath -bin/RtConfig -bin/CIDRAdvisor -bin/prcheck -bin/irrstat -bin/roe -bin/aoe -bin/relayd -bin/prtraceroute diff --git a/net/isc-dhcp3-server/Makefile b/net/isc-dhcp3-server/Makefile deleted file mode 100644 index d0096beec5f5..000000000000 --- a/net/isc-dhcp3-server/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Ports collection makefile for: dhcp -# Version required: 2.0 -# Date created: 7 Mar 1996 -# Whom: se -# -# $FreeBSD$ -# - -DISTNAME= dhcp-2.0 -PKGNAME= isc-${DISTNAME} -CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ - -MAINTAINER= jseger@FreeBSD.org - -Y2K= http://www.isc.org/y2k.html - -HAS_CONFIGURE= yes - -MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \ - dhcpd.leases.5 -MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8 - -post-install: - ${TOUCH} /var/db/dhcpd.leases -.for file in dhclient dhcpd dhcrelay - if [ -f ${PREFIX}/sbin/${file} ]; then \ - strip ${PREFIX}/sbin/${file}; \ - fi -.endfor - -.include <bsd.port.mk> diff --git a/net/isc-dhcp3-server/distinfo b/net/isc-dhcp3-server/distinfo deleted file mode 100644 index 5cc55bb33e25..000000000000 --- a/net/isc-dhcp3-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dhcp-2.0.tar.gz) = eff5d5359a50f878e4c0da082bf10475 diff --git a/net/isc-dhcp3-server/files/patch-aj b/net/isc-dhcp3-server/files/patch-aj deleted file mode 100644 index 4e86342367bf..000000000000 --- a/net/isc-dhcp3-server/files/patch-aj +++ /dev/null @@ -1,34 +0,0 @@ ---- includes/dhcpd.h.orig Sun Jun 20 14:52:30 1999 -+++ includes/dhcpd.h Sun Jun 20 14:53:39 1999 -@@ -418,11 +418,11 @@ - #define _PATH_DHCPD_DB "dhcpd.leases" - #else - #ifndef _PATH_DHCPD_CONF --#define _PATH_DHCPD_CONF "/etc/dhcpd.conf" -+#define _PATH_DHCPD_CONF "/usr/local/etc/dhcpd.conf" - #endif - - #ifndef _PATH_DHCPD_DB --#define _PATH_DHCPD_DB "/etc/dhcpd.leases" -+#define _PATH_DHCPD_DB "/usr/local/etc/dhcpd.leases" - #endif - - #ifndef _PATH_DHCPD_PID -@@ -431,7 +431,7 @@ - #endif - - #ifndef _PATH_DHCLIENT_CONF --#define _PATH_DHCLIENT_CONF "/etc/dhclient.conf" -+#define _PATH_DHCLIENT_CONF "/usr/local/etc/dhclient.conf" - #endif - - #ifndef _PATH_DHCLIENT_PID -@@ -439,7 +439,7 @@ - #endif - - #ifndef _PATH_DHCLIENT_DB --#define _PATH_DHCLIENT_DB "/etc/dhclient.leases" -+#define _PATH_DHCLIENT_DB "/usr/local/etc/dhclient.leases" - #endif - - #ifndef _PATH_RESOLV_CONF diff --git a/net/isc-dhcp3-server/pkg-comment b/net/isc-dhcp3-server/pkg-comment deleted file mode 100644 index 77d728a4ed55..000000000000 --- a/net/isc-dhcp3-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -ISC Dynamic Host Configuration Protocol client and server code diff --git a/net/isc-dhcp3-server/pkg-descr b/net/isc-dhcp3-server/pkg-descr deleted file mode 100644 index 8d19f0fc60f4..000000000000 --- a/net/isc-dhcp3-server/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -ISC-DHCP Dynamic Host Configuration Protocol server - -This is a beta release of the Internet Software Consortium -DHCP Server (ISC dhcpd). In this Beta release, support for the core -DHCP protocol is provided. BOOTP support is also provided for -backwards compatibility. diff --git a/net/isc-dhcp3-server/pkg-plist b/net/isc-dhcp3-server/pkg-plist deleted file mode 100644 index 7a882e2ce1c7..000000000000 --- a/net/isc-dhcp3-server/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -etc/dhclient-script -sbin/dhclient -sbin/dhcpd -sbin/dhcrelay -@exec touch /var/db/dhcpd.leases -@exec touch %D/etc/dhclient.conf diff --git a/net/isc-dhcp30-server/Makefile b/net/isc-dhcp30-server/Makefile deleted file mode 100644 index d0096beec5f5..000000000000 --- a/net/isc-dhcp30-server/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Ports collection makefile for: dhcp -# Version required: 2.0 -# Date created: 7 Mar 1996 -# Whom: se -# -# $FreeBSD$ -# - -DISTNAME= dhcp-2.0 -PKGNAME= isc-${DISTNAME} -CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ - -MAINTAINER= jseger@FreeBSD.org - -Y2K= http://www.isc.org/y2k.html - -HAS_CONFIGURE= yes - -MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \ - dhcpd.leases.5 -MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8 - -post-install: - ${TOUCH} /var/db/dhcpd.leases -.for file in dhclient dhcpd dhcrelay - if [ -f ${PREFIX}/sbin/${file} ]; then \ - strip ${PREFIX}/sbin/${file}; \ - fi -.endfor - -.include <bsd.port.mk> diff --git a/net/isc-dhcp30-server/distinfo b/net/isc-dhcp30-server/distinfo deleted file mode 100644 index 5cc55bb33e25..000000000000 --- a/net/isc-dhcp30-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dhcp-2.0.tar.gz) = eff5d5359a50f878e4c0da082bf10475 diff --git a/net/isc-dhcp30-server/files/patch-aj b/net/isc-dhcp30-server/files/patch-aj deleted file mode 100644 index 4e86342367bf..000000000000 --- a/net/isc-dhcp30-server/files/patch-aj +++ /dev/null @@ -1,34 +0,0 @@ ---- includes/dhcpd.h.orig Sun Jun 20 14:52:30 1999 -+++ includes/dhcpd.h Sun Jun 20 14:53:39 1999 -@@ -418,11 +418,11 @@ - #define _PATH_DHCPD_DB "dhcpd.leases" - #else - #ifndef _PATH_DHCPD_CONF --#define _PATH_DHCPD_CONF "/etc/dhcpd.conf" -+#define _PATH_DHCPD_CONF "/usr/local/etc/dhcpd.conf" - #endif - - #ifndef _PATH_DHCPD_DB --#define _PATH_DHCPD_DB "/etc/dhcpd.leases" -+#define _PATH_DHCPD_DB "/usr/local/etc/dhcpd.leases" - #endif - - #ifndef _PATH_DHCPD_PID -@@ -431,7 +431,7 @@ - #endif - - #ifndef _PATH_DHCLIENT_CONF --#define _PATH_DHCLIENT_CONF "/etc/dhclient.conf" -+#define _PATH_DHCLIENT_CONF "/usr/local/etc/dhclient.conf" - #endif - - #ifndef _PATH_DHCLIENT_PID -@@ -439,7 +439,7 @@ - #endif - - #ifndef _PATH_DHCLIENT_DB --#define _PATH_DHCLIENT_DB "/etc/dhclient.leases" -+#define _PATH_DHCLIENT_DB "/usr/local/etc/dhclient.leases" - #endif - - #ifndef _PATH_RESOLV_CONF diff --git a/net/isc-dhcp30-server/pkg-comment b/net/isc-dhcp30-server/pkg-comment deleted file mode 100644 index 77d728a4ed55..000000000000 --- a/net/isc-dhcp30-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -ISC Dynamic Host Configuration Protocol client and server code diff --git a/net/isc-dhcp30-server/pkg-descr b/net/isc-dhcp30-server/pkg-descr deleted file mode 100644 index 8d19f0fc60f4..000000000000 --- a/net/isc-dhcp30-server/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -ISC-DHCP Dynamic Host Configuration Protocol server - -This is a beta release of the Internet Software Consortium -DHCP Server (ISC dhcpd). In this Beta release, support for the core -DHCP protocol is provided. BOOTP support is also provided for -backwards compatibility. diff --git a/net/isc-dhcp30-server/pkg-plist b/net/isc-dhcp30-server/pkg-plist deleted file mode 100644 index 7a882e2ce1c7..000000000000 --- a/net/isc-dhcp30-server/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -etc/dhclient-script -sbin/dhclient -sbin/dhcpd -sbin/dhcrelay -@exec touch /var/db/dhcpd.leases -@exec touch %D/etc/dhclient.conf diff --git a/net/isc-dhcp31-server/Makefile b/net/isc-dhcp31-server/Makefile deleted file mode 100644 index d0096beec5f5..000000000000 --- a/net/isc-dhcp31-server/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Ports collection makefile for: dhcp -# Version required: 2.0 -# Date created: 7 Mar 1996 -# Whom: se -# -# $FreeBSD$ -# - -DISTNAME= dhcp-2.0 -PKGNAME= isc-${DISTNAME} -CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ - -MAINTAINER= jseger@FreeBSD.org - -Y2K= http://www.isc.org/y2k.html - -HAS_CONFIGURE= yes - -MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \ - dhcpd.leases.5 -MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8 - -post-install: - ${TOUCH} /var/db/dhcpd.leases -.for file in dhclient dhcpd dhcrelay - if [ -f ${PREFIX}/sbin/${file} ]; then \ - strip ${PREFIX}/sbin/${file}; \ - fi -.endfor - -.include <bsd.port.mk> diff --git a/net/isc-dhcp31-server/distinfo b/net/isc-dhcp31-server/distinfo deleted file mode 100644 index 5cc55bb33e25..000000000000 --- a/net/isc-dhcp31-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dhcp-2.0.tar.gz) = eff5d5359a50f878e4c0da082bf10475 diff --git a/net/isc-dhcp31-server/files/patch-aj b/net/isc-dhcp31-server/files/patch-aj deleted file mode 100644 index 4e86342367bf..000000000000 --- a/net/isc-dhcp31-server/files/patch-aj +++ /dev/null @@ -1,34 +0,0 @@ ---- includes/dhcpd.h.orig Sun Jun 20 14:52:30 1999 -+++ includes/dhcpd.h Sun Jun 20 14:53:39 1999 -@@ -418,11 +418,11 @@ - #define _PATH_DHCPD_DB "dhcpd.leases" - #else - #ifndef _PATH_DHCPD_CONF --#define _PATH_DHCPD_CONF "/etc/dhcpd.conf" -+#define _PATH_DHCPD_CONF "/usr/local/etc/dhcpd.conf" - #endif - - #ifndef _PATH_DHCPD_DB --#define _PATH_DHCPD_DB "/etc/dhcpd.leases" -+#define _PATH_DHCPD_DB "/usr/local/etc/dhcpd.leases" - #endif - - #ifndef _PATH_DHCPD_PID -@@ -431,7 +431,7 @@ - #endif - - #ifndef _PATH_DHCLIENT_CONF --#define _PATH_DHCLIENT_CONF "/etc/dhclient.conf" -+#define _PATH_DHCLIENT_CONF "/usr/local/etc/dhclient.conf" - #endif - - #ifndef _PATH_DHCLIENT_PID -@@ -439,7 +439,7 @@ - #endif - - #ifndef _PATH_DHCLIENT_DB --#define _PATH_DHCLIENT_DB "/etc/dhclient.leases" -+#define _PATH_DHCLIENT_DB "/usr/local/etc/dhclient.leases" - #endif - - #ifndef _PATH_RESOLV_CONF diff --git a/net/isc-dhcp31-server/pkg-comment b/net/isc-dhcp31-server/pkg-comment deleted file mode 100644 index 77d728a4ed55..000000000000 --- a/net/isc-dhcp31-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -ISC Dynamic Host Configuration Protocol client and server code diff --git a/net/isc-dhcp31-server/pkg-descr b/net/isc-dhcp31-server/pkg-descr deleted file mode 100644 index 8d19f0fc60f4..000000000000 --- a/net/isc-dhcp31-server/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -ISC-DHCP Dynamic Host Configuration Protocol server - -This is a beta release of the Internet Software Consortium -DHCP Server (ISC dhcpd). In this Beta release, support for the core -DHCP protocol is provided. BOOTP support is also provided for -backwards compatibility. diff --git a/net/isc-dhcp31-server/pkg-plist b/net/isc-dhcp31-server/pkg-plist deleted file mode 100644 index 7a882e2ce1c7..000000000000 --- a/net/isc-dhcp31-server/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -etc/dhclient-script -sbin/dhclient -sbin/dhcpd -sbin/dhcrelay -@exec touch /var/db/dhcpd.leases -@exec touch %D/etc/dhclient.conf diff --git a/net/isc-dhcp40-server/Makefile b/net/isc-dhcp40-server/Makefile deleted file mode 100644 index d0096beec5f5..000000000000 --- a/net/isc-dhcp40-server/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Ports collection makefile for: dhcp -# Version required: 2.0 -# Date created: 7 Mar 1996 -# Whom: se -# -# $FreeBSD$ -# - -DISTNAME= dhcp-2.0 -PKGNAME= isc-${DISTNAME} -CATEGORIES= net -MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ - -MAINTAINER= jseger@FreeBSD.org - -Y2K= http://www.isc.org/y2k.html - -HAS_CONFIGURE= yes - -MAN5= dhclient.conf.5 dhclient.leases.5 dhcp-options.5 dhcpd.conf.5 \ - dhcpd.leases.5 -MAN8= dhclient.8 dhclient-script.8 dhcpd.8 dhcrelay.8 - -post-install: - ${TOUCH} /var/db/dhcpd.leases -.for file in dhclient dhcpd dhcrelay - if [ -f ${PREFIX}/sbin/${file} ]; then \ - strip ${PREFIX}/sbin/${file}; \ - fi -.endfor - -.include <bsd.port.mk> diff --git a/net/isc-dhcp40-server/distinfo b/net/isc-dhcp40-server/distinfo deleted file mode 100644 index 5cc55bb33e25..000000000000 --- a/net/isc-dhcp40-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (dhcp-2.0.tar.gz) = eff5d5359a50f878e4c0da082bf10475 diff --git a/net/isc-dhcp40-server/files/patch-aj b/net/isc-dhcp40-server/files/patch-aj deleted file mode 100644 index 4e86342367bf..000000000000 --- a/net/isc-dhcp40-server/files/patch-aj +++ /dev/null @@ -1,34 +0,0 @@ ---- includes/dhcpd.h.orig Sun Jun 20 14:52:30 1999 -+++ includes/dhcpd.h Sun Jun 20 14:53:39 1999 -@@ -418,11 +418,11 @@ - #define _PATH_DHCPD_DB "dhcpd.leases" - #else - #ifndef _PATH_DHCPD_CONF --#define _PATH_DHCPD_CONF "/etc/dhcpd.conf" -+#define _PATH_DHCPD_CONF "/usr/local/etc/dhcpd.conf" - #endif - - #ifndef _PATH_DHCPD_DB --#define _PATH_DHCPD_DB "/etc/dhcpd.leases" -+#define _PATH_DHCPD_DB "/usr/local/etc/dhcpd.leases" - #endif - - #ifndef _PATH_DHCPD_PID -@@ -431,7 +431,7 @@ - #endif - - #ifndef _PATH_DHCLIENT_CONF --#define _PATH_DHCLIENT_CONF "/etc/dhclient.conf" -+#define _PATH_DHCLIENT_CONF "/usr/local/etc/dhclient.conf" - #endif - - #ifndef _PATH_DHCLIENT_PID -@@ -439,7 +439,7 @@ - #endif - - #ifndef _PATH_DHCLIENT_DB --#define _PATH_DHCLIENT_DB "/etc/dhclient.leases" -+#define _PATH_DHCLIENT_DB "/usr/local/etc/dhclient.leases" - #endif - - #ifndef _PATH_RESOLV_CONF diff --git a/net/isc-dhcp40-server/pkg-comment b/net/isc-dhcp40-server/pkg-comment deleted file mode 100644 index 77d728a4ed55..000000000000 --- a/net/isc-dhcp40-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -ISC Dynamic Host Configuration Protocol client and server code diff --git a/net/isc-dhcp40-server/pkg-descr b/net/isc-dhcp40-server/pkg-descr deleted file mode 100644 index 8d19f0fc60f4..000000000000 --- a/net/isc-dhcp40-server/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -ISC-DHCP Dynamic Host Configuration Protocol server - -This is a beta release of the Internet Software Consortium -DHCP Server (ISC dhcpd). In this Beta release, support for the core -DHCP protocol is provided. BOOTP support is also provided for -backwards compatibility. diff --git a/net/isc-dhcp40-server/pkg-plist b/net/isc-dhcp40-server/pkg-plist deleted file mode 100644 index 7a882e2ce1c7..000000000000 --- a/net/isc-dhcp40-server/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -etc/dhclient-script -sbin/dhclient -sbin/dhcpd -sbin/dhcrelay -@exec touch /var/db/dhcpd.leases -@exec touch %D/etc/dhclient.conf diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile deleted file mode 100644 index b40a53cefe4b..000000000000 --- a/net/kdenetwork3/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: kdenetwork -# Version required: Beta4 -# Date created: 28 October 1997 -# Whom: Stefan Eßer <se@freebsd.org> -# -# $FreeBSD$ -# - -DISTNAME= kdenetwork-1.1.2 -CATEGORIES= net news kde -MASTER_SITES= $(MASTER_SITE_KDE) -MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 - -MAINTAINER= se@freebsd.org - -BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.3:${PORTSDIR}/graphics/png \ - uu.1:${PORTSDIR}/converters/uulib \ - kdecore.2:${PORTSDIR}/x11/kdelibs11 \ - QwSpriteField.6:${PORTSDIR}/converters/kdesupport11 \ - js.2:${PORTSDIR}/converters/kdesupport11 \ - mimelib.1:${PORTSDIR}/converters/kdesupport11 \ - rdb.55:${PORTSDIR}/converters/kdesupport11 - -USE_BZIP2= yes -USE_QT= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= "--prefix=$(PREFIX)" -CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ - INSTALL_SCRIPT="install -c -m 555" -USE_GMAKE= yes -CFLAGS+= "-I${PREFIX}/include" - -.include <bsd.port.pre.mk> - -# ksirc needs egcs -.if ${OSVERSION} < 400004 -PLIST= ${PKGDIR}/PLIST.noksirc -.endif - -.include <bsd.port.post.mk> diff --git a/net/kdenetwork3/distinfo b/net/kdenetwork3/distinfo deleted file mode 100644 index 9a6646b5d525..000000000000 --- a/net/kdenetwork3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (kdenetwork-1.1.2.tar.bz2) = ce8ce348a7b56769665afe58e36902ff diff --git a/net/kdenetwork3/pkg-comment b/net/kdenetwork3/pkg-comment deleted file mode 100644 index bd96c0b062ca..000000000000 --- a/net/kdenetwork3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Network modules for the KDE integrated X11 desktop diff --git a/net/kdenetwork3/pkg-descr b/net/kdenetwork3/pkg-descr deleted file mode 100644 index 90ae45773bea..000000000000 --- a/net/kdenetwork3/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -KDE provides an integrated X11 based environment, much like CDE. diff --git a/net/kdenetwork3/pkg-plist b/net/kdenetwork3/pkg-plist deleted file mode 100644 index e148739f40db..000000000000 --- a/net/kdenetwork3/pkg-plist +++ /dev/null @@ -1,853 +0,0 @@ -bin/dsirc -bin/karchie -bin/kbiff -bin/kcmktalkd -bin/kdecode -bin/kfinger -bin/kmail -bin/knu -bin/korn -bin/kotalkd -bin/kppp -bin/kppplogview -bin/krn -bin/ksirc -bin/ksticker -bin/ktalkd -bin/ktalkdlg -bin/mail.local -bin/mathpod -bin/newkrn -lib/ksirc/libksirclistbox.a -lib/ksirc/libksirclistbox.la -lib/ksirc/libksirclistbox.so.0 -lib/ksirc/libpalistbox.a -lib/ksirc/libpalistbox.la -lib/ksirc/libpalistbox.so.0 -lib/ksirc/libpbutton.a -lib/ksirc/libpbutton.la -lib/ksirc/libpbutton.so.0 -lib/ksirc/libpframe.a -lib/ksirc/libpframe.la -lib/ksirc/libpframe.so.0 -lib/ksirc/libpkfiledialog.a -lib/ksirc/libpkfiledialog.la -lib/ksirc/libpkfiledialog.so.0 -lib/ksirc/libplabel.a -lib/ksirc/libplabel.la -lib/ksirc/libplabel.so.0 -lib/ksirc/libplined.a -lib/ksirc/libplined.la -lib/ksirc/libplined.so.0 -lib/ksirc/libplistbox.a -lib/ksirc/libplistbox.la -lib/ksirc/libplistbox.so.0 -lib/ksirc/libpmenudta.a -lib/ksirc/libpmenudta.la -lib/ksirc/libpmenudta.so.0 -lib/ksirc/libpobjfinder.a -lib/ksirc/libpobjfinder.la -lib/ksirc/libpobjfinder.so.0 -lib/ksirc/libppopmenu.a -lib/ksirc/libppopmenu.la -lib/ksirc/libppopmenu.so.0 -lib/ksirc/libpprogress.a -lib/ksirc/libpprogress.la -lib/ksirc/libpprogress.so.0 -lib/ksirc/libppushbt.a -lib/ksirc/libppushbt.la -lib/ksirc/libppushbt.so.0 -lib/ksirc/libptabdialog.a -lib/ksirc/libptabdialog.la -lib/ksirc/libptabdialog.so.0 -lib/ksirc/libptablevw.a -lib/ksirc/libptablevw.la -lib/ksirc/libptablevw.so.0 -lib/libkplunger.a -lib/libpuke.a -lib/libpuke.la -lib/libpuke.so.0 -share/applnk/Internet/KMail.kdelnk -share/applnk/Internet/KOrn.kdelnk -share/applnk/Internet/Kppp.kdelnk -share/applnk/Internet/Krn.kdelnk -share/applnk/Internet/karchie.kdelnk -share/applnk/Internet/kbiff.kdelnk -share/applnk/Internet/kfinger.kdelnk -share/applnk/Internet/knu.kdelnk -share/applnk/Internet/kppplogview.kdelnk -share/applnk/Internet/ksirc.kdelnk -share/applnk/Settings/Network/kcmktalkd.kdelnk -share/apps/kbiff/pics/delete.xpm -share/apps/kbiff/pics/mailbox.xpm -share/apps/kbiff/pics/mini-newmail.xpm -share/apps/kbiff/pics/mini-noconn.xpm -share/apps/kbiff/pics/mini-nomail.xpm -share/apps/kbiff/pics/mini-oldmail.xpm -share/apps/kbiff/pics/newmail.xpm -share/apps/kbiff/pics/noconn.xpm -share/apps/kbiff/pics/nomail.xpm -share/apps/kbiff/pics/oldmail.xpm -share/apps/kbiff/pics/playsound.xpm -share/apps/kmail/pics/attach.xpm -share/apps/kmail/pics/checkmail.xpm -share/apps/kmail/pics/closed.xpm -share/apps/kmail/pics/feather_white.xpm -share/apps/kmail/pics/filedel2.xpm -share/apps/kmail/pics/fileforward.xpm -share/apps/kmail/pics/filereply.xpm -share/apps/kmail/pics/filereplyall.xpm -share/apps/kmail/pics/green-bullet.xpm -share/apps/kmail/pics/kdelogo.xpm -share/apps/kmail/pics/kmfldin.xpm -share/apps/kmail/pics/kmfldout.xpm -share/apps/kmail/pics/kmfldsent.xpm -share/apps/kmail/pics/kmfolder.xpm -share/apps/kmail/pics/kminsorgmsg.xpm -share/apps/kmail/pics/kmmsgdel.xpm -share/apps/kmail/pics/kmmsgforwarded.xpm -share/apps/kmail/pics/kmmsgnew.xpm -share/apps/kmail/pics/kmmsgold.xpm -share/apps/kmail/pics/kmmsgqueued.xpm -share/apps/kmail/pics/kmmsgreplied.xpm -share/apps/kmail/pics/kmmsgsent.xpm -share/apps/kmail/pics/kmmsgunseen.xpm -share/apps/kmail/pics/kmtrash.xpm -share/apps/kmail/pics/pgp-keys.xpm -share/apps/kmail/pics/pub_key_red.xpm -share/apps/kmail/pics/red-bullet.xpm -share/apps/kmail/pics/send.xpm -share/apps/kmail/pics/stopwatch.xbm -share/apps/kmail/pics/stopwatchMask.xbm -share/apps/kmail/pics/thumb_up.xpm -share/apps/kppp/Rules/Argentina/Argentina_Local.rst -share/apps/kppp/Rules/Austria/Business_1/GSM.rst -share/apps/kppp/Rules/Austria/Business_1/Local.rst -share/apps/kppp/Rules/Austria/Business_1/Long_Distance_1.rst -share/apps/kppp/Rules/Austria/Business_1/Long_Distance_2.rst -share/apps/kppp/Rules/Austria/Business_1/Online.rst -share/apps/kppp/Rules/Austria/Business_2/GSM.rst -share/apps/kppp/Rules/Austria/Business_2/Local.rst -share/apps/kppp/Rules/Austria/Business_2/Long_Distance_1.rst -share/apps/kppp/Rules/Austria/Business_2/Long_Distance_2.rst -share/apps/kppp/Rules/Austria/Business_2/Online.rst -share/apps/kppp/Rules/Austria/Minimum/GSM.rst -share/apps/kppp/Rules/Austria/Minimum/Local.rst -share/apps/kppp/Rules/Austria/Minimum/Long_Distance_1.rst -share/apps/kppp/Rules/Austria/Minimum/Long_Distance_2.rst -share/apps/kppp/Rules/Austria/Minimum/Online.rst -share/apps/kppp/Rules/Austria/Standard/GSM.rst -share/apps/kppp/Rules/Austria/Standard/Local.rst -share/apps/kppp/Rules/Austria/Standard/Long_Distance_1.rst -share/apps/kppp/Rules/Austria/Standard/Long_Distance_2.rst -share/apps/kppp/Rules/Austria/Standard/Online.rst -share/apps/kppp/Rules/Belgium/Belgium_interzonal.rst -share/apps/kppp/Rules/Belgium/Belgium_zonal.rst -share/apps/kppp/Rules/Brasil/Brasil.rst -share/apps/kppp/Rules/Croatia/CARNet_lokalni_poziv.rst -share/apps/kppp/Rules/Croatia/CARNet_medjugradski_poziv.rst -share/apps/kppp/Rules/Croatia/hinet_anonimni_ulaz.rst -share/apps/kppp/Rules/Croatia/hinet_hpt.rst -share/apps/kppp/Rules/Croatia/ibm_net.rst -share/apps/kppp/Rules/Croatia/iskon_lokalni_poziv.rst -share/apps/kppp/Rules/Croatia/iskon_medjugradski_poziv.rst -share/apps/kppp/Rules/Croatia/iskon_zagrebacka_zupanija.rst -share/apps/kppp/Rules/Czechia/Czech_Telecom_City.rst -share/apps/kppp/Rules/Czechia/Czech_Telecom_Tarifni_pasmo1.rst -share/apps/kppp/Rules/Czechia/Czech_Telecom_Tarifni_pasmo2.rst -share/apps/kppp/Rules/Czechia/Czech_Telecom_Tarifni_pasmo3.rst -share/apps/kppp/Rules/Denmark/1001_Internet.rst -share/apps/kppp/Rules/Denmark/CyberCity_1033.rst -share/apps/kppp/Rules/Denmark/Get2Net_1001.rst -share/apps/kppp/Rules/Denmark/Image_1049.rst -share/apps/kppp/Rules/Denmark/Teledanmark_Favorit_Internet.rst -share/apps/kppp/Rules/Denmark/Teledanmark_Local.rst -share/apps/kppp/Rules/Denmark/Teledanmark_Regional.rst -share/apps/kppp/Rules/England/BirminghamCable_Local.rst -share/apps/kppp/Rules/England/BirminghamCable_National.rst -share/apps/kppp/Rules/England/BirminghamCable_SameTelco.rst -share/apps/kppp/Rules/England/BritishTelecom_Local.rst -share/apps/kppp/Rules/England/BritishTelecom_National.rst -share/apps/kppp/Rules/England/BritishTelecom_Regional.rst -share/apps/kppp/Rules/France/Local.rst -share/apps/kppp/Rules/Germany/Arcor_Internet_by_Call.rst -share/apps/kppp/Rules/Germany/NetCologne_City.rst -share/apps/kppp/Rules/Germany/NetCologne_Germany.rst -share/apps/kppp/Rules/Germany/NetCologne_Time_Line.rst -share/apps/kppp/Rules/Germany/Tele2.rst -share/apps/kppp/Rules/Germany/TelePassport_Fern.rst -share/apps/kppp/Rules/Germany/TelePassport_Nah.rst -share/apps/kppp/Rules/Germany/Telekom_200km.rst -share/apps/kppp/Rules/Germany/Telekom_50km.rst -share/apps/kppp/Rules/Germany/Telekom_Activplus_City.rst -share/apps/kppp/Rules/Germany/Telekom_Activplus_non_City.rst -share/apps/kppp/Rules/Germany/Telekom_City.rst -share/apps/kppp/Rules/Germany/Telekom_City_Weekend.rst -share/apps/kppp/Rules/Germany/Telekom_Ferntarif.rst -share/apps/kppp/Rules/Germany/Telekom_Regio_Call.rst -share/apps/kppp/Rules/Germany/Telekom_T-Online.rst -share/apps/kppp/Rules/Greece/Hellas_local.rst -share/apps/kppp/Rules/Hong_Kong/Hong_Kong_Telecom.rst -share/apps/kppp/Rules/Hungary/Local.rst -share/apps/kppp/Rules/Hungary/LocalTop_MATAV.rst -share/apps/kppp/Rules/Hungary/Local_MATAV.rst -share/apps/kppp/Rules/Iceland/Iceland_general.rst -share/apps/kppp/Rules/Indonesia/Lokal_1_Metropolitan.rst -share/apps/kppp/Rules/Indonesia/Lokal_2_Metropolitan.rst -share/apps/kppp/Rules/Indonesia/Lokal_non_metropolitan.rst -share/apps/kppp/Rules/Italy/Telecom_0-15_km.rst -share/apps/kppp/Rules/Italy/Telecom_15-30_km.rst -share/apps/kppp/Rules/Italy/Telecom_30-60_km.rst -share/apps/kppp/Rules/Italy/Telecom_60+_km.rst -share/apps/kppp/Rules/Italy/Telecom_Interurbana_settoriale.rst -share/apps/kppp/Rules/Italy/Telecom_TUT.rst -share/apps/kppp/Rules/Italy/Telecom_Urbana.rst -share/apps/kppp/Rules/Jamaica/CWJ_InterParish.rst -share/apps/kppp/Rules/Jamaica/CWJ_Local.rst -share/apps/kppp/Rules/Japan/NTT_Local.rst -share/apps/kppp/Rules/Kazakhstan/Akparat_Sprint.rst -share/apps/kppp/Rules/Luxembourg/Local.rst -share/apps/kppp/Rules/Malaysia/malaysia.rst -share/apps/kppp/Rules/Mauritius/Mauritius_Telecoms_Internet.rst -share/apps/kppp/Rules/Netherlands/BelBasis_Lokaal.rst -share/apps/kppp/Rules/Netherlands/BelBudget_Lokaal.rst -share/apps/kppp/Rules/Netherlands/BelPlus_Lokaal.rst -share/apps/kppp/Rules/Netherlands/NedpointBasis_Lokaal.rst -share/apps/kppp/Rules/Netherlands/NedpointBelBespaar_Lokaal.rst -share/apps/kppp/Rules/Norway/Local_Area.rst -share/apps/kppp/Rules/Norway/Long_Distance.rst -share/apps/kppp/Rules/Poland/Netia_100km_Niebieska.rst -share/apps/kppp/Rules/Poland/Netia_100km_Zielona.rst -share/apps/kppp/Rules/Poland/Netia_Lokalne_Niebieska.rst -share/apps/kppp/Rules/Poland/Netia_Lokalne_Zielona.rst -share/apps/kppp/Rules/Poland/TP_100km.rst -share/apps/kppp/Rules/Poland/TP_Lokalne.rst -share/apps/kppp/Rules/Portugal/067.rst -share/apps/kppp/Rules/Portugal/Local+Activation_rate.rst -share/apps/kppp/Rules/Portugal/Local.rst -share/apps/kppp/Rules/Romania/Telecom_Interurban.rst -share/apps/kppp/Rules/Romania/Telecom_Local.rst -share/apps/kppp/Rules/Singapore/SingTel_Local.rst -share/apps/kppp/Rules/Slovakia/Slovenske_Telekomunikacie_1_pasmo.rst -share/apps/kppp/Rules/Slovakia/Slovenske_Telekomunikacie_2_pasmo.rst -share/apps/kppp/Rules/Slovakia/Slovenske_Telekomunikacie_Mesto.rst -share/apps/kppp/Rules/South_Afrika/South_Afrika.rst -share/apps/kppp/Rules/Spain/Infovia.rst -share/apps/kppp/Rules/Spain/Infovia_IVA.rst -share/apps/kppp/Rules/Spain/Telefonica_Interprovincial.rst -share/apps/kppp/Rules/Spain/Telefonica_Interprovincial_IVA.rst -share/apps/kppp/Rules/Spain/Telefonica_Local.rst -share/apps/kppp/Rules/Spain/Telefonica_Metropolitana.rst -share/apps/kppp/Rules/Spain/Telefonica_Metropolitana_IVA.rst -share/apps/kppp/Rules/Spain/Telefonica_Nacional.rst -share/apps/kppp/Rules/Spain/Telefonica_Provincial.rst -share/apps/kppp/Rules/Spain/Telefonica_Provincial_IVA.rst -share/apps/kppp/Rules/Sweden/Local.rst -share/apps/kppp/Rules/Sweden/Local_Telebonus_1.rst -share/apps/kppp/Rules/Sweden/Local_Telebonus_2.rst -share/apps/kppp/Rules/Sweden/Long_Distance.rst -share/apps/kppp/Rules/Sweden/Long_Distance_Telebonus_1.rst -share/apps/kppp/Rules/Sweden/Long_Distance_Telebonus_2.rst -share/apps/kppp/Rules/Switzerland/Sunrise_Internet.rst -share/apps/kppp/Rules/Switzerland/Sunrise_Local.rst -share/apps/kppp/Rules/Switzerland/Swisscom_Local.rst -share/apps/kppp/Rules/Switzerland/Swisscom_Remote.rst -share/apps/kppp/Rules/TEMPLATE -share/apps/kppp/Rules/checkrules -share/apps/kppp/pics/Terminal.xpm -share/apps/kppp/pics/back.xpm -share/apps/kppp/pics/dock_both.xpm -share/apps/kppp/pics/dock_left.xpm -share/apps/kppp/pics/dock_none.xpm -share/apps/kppp/pics/dock_right.xpm -share/apps/kppp/pics/exclamation.xpm -share/apps/kppp/pics/exit.xpm -share/apps/kppp/pics/fileopen.xpm -share/apps/kppp/pics/finish.xpm -share/apps/kppp/pics/help.xpm -share/apps/kppp/pics/kppplogo.xpm -share/apps/kppp/pics/modemboth.xpm -share/apps/kppp/pics/modemleft.xpm -share/apps/kppp/pics/modemnone.xpm -share/apps/kppp/pics/modemright.xpm -share/apps/kppp/pics/phone.xpm -share/apps/kppp/pics/start.xpm -share/apps/kppp/pics/terminal_both.xpm -share/apps/kppp/pics/terminal_left.xpm -share/apps/kppp/pics/terminal_right.xpm -share/apps/krn/toolbar/attach.xpm -share/apps/krn/toolbar/black-bullet.xpm -share/apps/krn/toolbar/catch.xpm -share/apps/krn/toolbar/closed.xpm -share/apps/krn/toolbar/connected.xpm -share/apps/krn/toolbar/deco.xpm -share/apps/krn/toolbar/disconnected.xpm -share/apps/krn/toolbar/feather_white.xpm -share/apps/krn/toolbar/fileforward.xpm -share/apps/krn/toolbar/filemail.xpm -share/apps/krn/toolbar/fileprint.xpm -share/apps/krn/toolbar/find.xpm -share/apps/krn/toolbar/followup.xpm -share/apps/krn/toolbar/green-bullet.xpm -share/apps/krn/toolbar/krnfolder.xpm -share/apps/krn/toolbar/left.xpm -share/apps/krn/toolbar/locked.xpm -share/apps/krn/toolbar/logo.xpm -share/apps/krn/toolbar/mailpost.xpm -share/apps/krn/toolbar/previous.xpm -share/apps/krn/toolbar/pub_key_red.xpm -share/apps/krn/toolbar/read.xpm -share/apps/krn/toolbar/red-bullet.xpm -share/apps/krn/toolbar/reload.xpm -share/apps/krn/toolbar/right.xpm -share/apps/krn/toolbar/save.xpm -share/apps/krn/toolbar/send.xpm -share/apps/krn/toolbar/subscr.xpm -share/apps/krn/toolbar/tagged.xpm -share/apps/krn/toolbar/thumb_up.xpm -share/apps/ksirc/commands-handler.pl -share/apps/ksirc/commands-perl.pl -share/apps/ksirc/convert_commands.pl -share/apps/ksirc/dcc_progress.pm -share/apps/ksirc/dcc_status.pm -share/apps/ksirc/filters.pl -share/apps/ksirc/icons/arrow.gif -share/apps/ksirc/icons/blueball.gif -share/apps/ksirc/icons/bluepin.gif -share/apps/ksirc/icons/channel.xpm -share/apps/ksirc/icons/channels.xpm -share/apps/ksirc/icons/greenpin.gif -share/apps/ksirc/icons/info.gif -share/apps/ksirc/icons/info1.gif -share/apps/ksirc/icons/ksirc.gif -share/apps/ksirc/icons/ksirc_a.xpm -share/apps/ksirc/icons/ksirc_b.xpm -share/apps/ksirc/icons/ksirc_dock.xpm -share/apps/ksirc/icons/madsmiley.gif -share/apps/ksirc/icons/mini-run.gif -share/apps/ksirc/icons/server.xpm -share/apps/ksirc/icons/smiley.gif -share/apps/ksirc/icons/star.gif -share/apps/ksirc/ksirc.pl -share/apps/ksirc/ksirclistbox.pm -share/apps/ksirc/load_all.pm -share/apps/ksirc/palistbox.pm -share/apps/ksirc/pbase.pm -share/apps/ksirc/pboxlayout.pm -share/apps/ksirc/pbutton.pm -share/apps/ksirc/pframe.pm -share/apps/ksirc/pics/pws_general.xpm -share/apps/ksirc/pics/pws_www.xpm -share/apps/ksirc/pkfiledialog.pm -share/apps/ksirc/plabel.pm -share/apps/ksirc/plined.pm -share/apps/ksirc/plistbox.pm -share/apps/ksirc/pmenudta.pm -share/apps/ksirc/pobjfinder.pm -share/apps/ksirc/ppopmenu.pm -share/apps/ksirc/pprogress.pm -share/apps/ksirc/ppushbt.pm -share/apps/ksirc/ptabdialog.pm -share/apps/ksirc/ptablevw.pm -share/apps/ksirc/puke.pl -share/apps/ksirc/pwidget.pm -share/apps/ksirc/relnotes -share/apps/ksirc/servers.ini -share/apps/ksirc/servers.txt -share/apps/ksirc/sirc.help.gz -share/apps/ksirc/small.pl -share/apps/ksirc/test.pl -share/apps/ksirc/tester.pl -share/config/karchierc -share/config/kfingerrc -share/config/ktalkdrc -share/doc/HTML/el/ktalkd/ktalkd-1.html -share/doc/HTML/el/ktalkd/ktalkd-2.html -share/doc/HTML/el/ktalkd/ktalkd-3.html -share/doc/HTML/el/ktalkd/ktalkd-4.html -share/doc/HTML/el/ktalkd/ktalkd-5.html -share/doc/HTML/el/ktalkd/ktalkd-6.html -share/doc/HTML/el/ktalkd/ktalkd.html -share/doc/HTML/el/ktalkd/logotp3.gif -share/doc/HTML/en/karchie/index-1.html -share/doc/HTML/en/karchie/index-2.html -share/doc/HTML/en/karchie/index-3.html -share/doc/HTML/en/karchie/index-4.html -share/doc/HTML/en/karchie/index-5.html -share/doc/HTML/en/karchie/index-6.html -share/doc/HTML/en/karchie/index.html -share/doc/HTML/en/kbiff/kbiff-1.html -share/doc/HTML/en/kbiff/kbiff-2.html -share/doc/HTML/en/kbiff/kbiff-3.html -share/doc/HTML/en/kbiff/kbiff-4.html -share/doc/HTML/en/kbiff/kbiff-5.html -share/doc/HTML/en/kbiff/kbiff-6.html -share/doc/HTML/en/kbiff/kbiff.html -share/doc/HTML/en/kbiff/logotp3.gif -share/doc/HTML/en/kfinger/Kfingerset.html -share/doc/HTML/en/kfinger/formatex.gif -share/doc/HTML/en/kfinger/formatw.gif -share/doc/HTML/en/kfinger/index.html -share/doc/HTML/en/kfinger/mainw.gif -share/doc/HTML/en/kfinger/setupw.gif -share/doc/HTML/en/kmail/index-1.html -share/doc/HTML/en/kmail/index-2.html -share/doc/HTML/en/kmail/index-3.html -share/doc/HTML/en/kmail/index-4.html -share/doc/HTML/en/kmail/index-5.html -share/doc/HTML/en/kmail/index-6.html -share/doc/HTML/en/kmail/index-7.html -share/doc/HTML/en/kmail/index-8.html -share/doc/HTML/en/kmail/index.html -share/doc/HTML/en/kmail/logotp3.gif -share/doc/HTML/en/knu/index-1.html -share/doc/HTML/en/knu/index-2.html -share/doc/HTML/en/knu/index-3.html -share/doc/HTML/en/knu/index-4.html -share/doc/HTML/en/knu/index-5.html -share/doc/HTML/en/knu/index-6.html -share/doc/HTML/en/knu/index-7.html -share/doc/HTML/en/knu/index.html -share/doc/HTML/en/knu/knu-config.gif -share/doc/HTML/en/knu/knu-finger.gif -share/doc/HTML/en/knu/knu-host.gif -share/doc/HTML/en/knu/knu-ping.gif -share/doc/HTML/en/knu/knu-traceroute.gif -share/doc/HTML/en/knu/logotp3.gif -share/doc/HTML/en/korn/index.html -share/doc/HTML/en/kppp/hayes.html -share/doc/HTML/en/kppp/kppp-1.html -share/doc/HTML/en/kppp/kppp-10.html -share/doc/HTML/en/kppp/kppp-2.html -share/doc/HTML/en/kppp/kppp-3.html -share/doc/HTML/en/kppp/kppp-4.html -share/doc/HTML/en/kppp/kppp-5.html -share/doc/HTML/en/kppp/kppp-6.html -share/doc/HTML/en/kppp/kppp-7.html -share/doc/HTML/en/kppp/kppp-8.html -share/doc/HTML/en/kppp/kppp-9.html -share/doc/HTML/en/kppp/kppp.html -share/doc/HTML/en/kppp/logotp3.gif -share/doc/HTML/en/krn/articles.html -share/doc/HTML/en/krn/groups.html -share/doc/HTML/en/krn/index.html -share/doc/HTML/en/krn/offline.html -share/doc/HTML/en/krn/overview.html -share/doc/HTML/en/ksirc/PROGRAMMING -share/doc/HTML/en/ksirc/colours.html -share/doc/HTML/en/ksirc/filters.html -share/doc/HTML/en/ksirc/index.html -share/doc/HTML/en/ksirc/keys.html -share/doc/HTML/en/ksirc/ksirc.gif -share/doc/HTML/en/ktalkd/ktalkd-1.html -share/doc/HTML/en/ktalkd/ktalkd-2.html -share/doc/HTML/en/ktalkd/ktalkd-3.html -share/doc/HTML/en/ktalkd/ktalkd-4.html -share/doc/HTML/en/ktalkd/ktalkd-5.html -share/doc/HTML/en/ktalkd/ktalkd-6.html -share/doc/HTML/en/ktalkd/ktalkd.html -share/doc/HTML/en/ktalkd/logotp3.gif -share/doc/HTML/en/pws/pws-1.html -share/doc/HTML/en/pws/pws-2.html -share/doc/HTML/en/pws/pws.gif -share/doc/HTML/en/pws/pws.html -share/doc/HTML/fr/ktalkd/ktalkd-1.html -share/doc/HTML/fr/ktalkd/ktalkd-2.html -share/doc/HTML/fr/ktalkd/ktalkd-3.html -share/doc/HTML/fr/ktalkd/ktalkd-4.html -share/doc/HTML/fr/ktalkd/ktalkd-5.html -share/doc/HTML/fr/ktalkd/ktalkd-6.html -share/doc/HTML/fr/ktalkd/ktalkd.html -share/doc/HTML/fr/ktalkd/logotp3.gif -share/doc/HTML/it/ktalkd/ktalkd-1.html -share/doc/HTML/it/ktalkd/ktalkd-2.html -share/doc/HTML/it/ktalkd/ktalkd-3.html -share/doc/HTML/it/ktalkd/ktalkd-4.html -share/doc/HTML/it/ktalkd/ktalkd-5.html -share/doc/HTML/it/ktalkd/ktalkd-6.html -share/doc/HTML/it/ktalkd/ktalkd.html -share/doc/HTML/it/ktalkd/logotp3.gif -share/icons/karchie.xpm -share/icons/kbiff.xpm -share/icons/kmail.xpm -share/icons/knu.xpm -share/icons/korn.xpm -share/icons/kppp.xpm -share/icons/krn.xpm -share/icons/ksirc.gif -share/icons/large/kmail.xpm -share/icons/large/korn.xpm -share/icons/large/kppp.xpm -share/icons/mini/karchie.xpm -share/icons/mini/kbiff.xpm -share/icons/mini/kmail.xpm -share/icons/mini/knu.xpm -share/icons/mini/korn.xpm -share/icons/mini/kppp.xpm -share/icons/mini/krn.xpm -share/icons/mini/pws.xpm -share/icons/pws.xpm -share/locale/br/LC_MESSAGES/karchie.mo -share/locale/br/LC_MESSAGES/kbiff.mo -share/locale/br/LC_MESSAGES/kcmktalkd.mo -share/locale/br/LC_MESSAGES/kfinger.mo -share/locale/br/LC_MESSAGES/kmail.mo -share/locale/br/LC_MESSAGES/knu.mo -share/locale/br/LC_MESSAGES/korn.mo -share/locale/br/LC_MESSAGES/kppp.mo -share/locale/br/LC_MESSAGES/krn.mo -share/locale/br/LC_MESSAGES/ksirc.mo -share/locale/br/LC_MESSAGES/ktalkd.mo -share/locale/ca/LC_MESSAGES/kcmktalkd.mo -share/locale/ca/LC_MESSAGES/kfinger.mo -share/locale/ca/LC_MESSAGES/kmail.mo -share/locale/ca/LC_MESSAGES/knu.mo -share/locale/ca/LC_MESSAGES/kppp.mo -share/locale/ca/LC_MESSAGES/kppplogview.mo -share/locale/ca/LC_MESSAGES/krn.mo -share/locale/ca/LC_MESSAGES/ktalkd.mo -share/locale/cs/LC_MESSAGES/karchie.mo -share/locale/cs/LC_MESSAGES/kbiff.mo -share/locale/cs/LC_MESSAGES/kcmktalkd.mo -share/locale/cs/LC_MESSAGES/kfinger.mo -share/locale/cs/LC_MESSAGES/kmail.mo -share/locale/cs/LC_MESSAGES/knu.mo -share/locale/cs/LC_MESSAGES/korn.mo -share/locale/cs/LC_MESSAGES/kppp.mo -share/locale/cs/LC_MESSAGES/krn.mo -share/locale/cs/LC_MESSAGES/ksirc.mo -share/locale/cs/LC_MESSAGES/ktalkd.mo -share/locale/da/LC_MESSAGES/karchie.mo -share/locale/da/LC_MESSAGES/kbiff.mo -share/locale/da/LC_MESSAGES/kcmktalkd.mo -share/locale/da/LC_MESSAGES/kfinger.mo -share/locale/da/LC_MESSAGES/kmail.mo -share/locale/da/LC_MESSAGES/knu.mo -share/locale/da/LC_MESSAGES/korn.mo -share/locale/da/LC_MESSAGES/kppp.mo -share/locale/da/LC_MESSAGES/krn.mo -share/locale/da/LC_MESSAGES/ksirc.mo -share/locale/da/LC_MESSAGES/ktalkd.mo -share/locale/de/LC_MESSAGES/karchie.mo -share/locale/de/LC_MESSAGES/kbiff.mo -share/locale/de/LC_MESSAGES/kcmktalkd.mo -share/locale/de/LC_MESSAGES/kfinger.mo -share/locale/de/LC_MESSAGES/kmail.mo -share/locale/de/LC_MESSAGES/knu.mo -share/locale/de/LC_MESSAGES/korn.mo -share/locale/de/LC_MESSAGES/kppp.mo -share/locale/de/LC_MESSAGES/kppplogview.mo -share/locale/de/LC_MESSAGES/krn.mo -share/locale/de/LC_MESSAGES/ksirc.mo -share/locale/de/LC_MESSAGES/ktalkd.mo -share/locale/el/LC_MESSAGES/kmail.mo -share/locale/el/LC_MESSAGES/knu.mo -share/locale/el/LC_MESSAGES/kppp.mo -share/locale/el/LC_MESSAGES/krn.mo -share/locale/eo/LC_MESSAGES/karchie.mo -share/locale/eo/LC_MESSAGES/kbiff.mo -share/locale/eo/LC_MESSAGES/kcmktalkd.mo -share/locale/eo/LC_MESSAGES/kfinger.mo -share/locale/eo/LC_MESSAGES/kmail.mo -share/locale/eo/LC_MESSAGES/knu.mo -share/locale/eo/LC_MESSAGES/korn.mo -share/locale/eo/LC_MESSAGES/kppp.mo -share/locale/eo/LC_MESSAGES/krn.mo -share/locale/eo/LC_MESSAGES/ksirc.mo -share/locale/eo/LC_MESSAGES/ktalkd.mo -share/locale/es/LC_MESSAGES/kbiff.mo -share/locale/es/LC_MESSAGES/kfinger.mo -share/locale/es/LC_MESSAGES/kmail.mo -share/locale/es/LC_MESSAGES/knu.mo -share/locale/es/LC_MESSAGES/korn.mo -share/locale/es/LC_MESSAGES/kppp.mo -share/locale/es/LC_MESSAGES/krn.mo -share/locale/es/LC_MESSAGES/ktalkd.mo -share/locale/et/LC_MESSAGES/kmail.mo -share/locale/fi/LC_MESSAGES/karchie.mo -share/locale/fi/LC_MESSAGES/kbiff.mo -share/locale/fi/LC_MESSAGES/kcmktalkd.mo -share/locale/fi/LC_MESSAGES/kfinger.mo -share/locale/fi/LC_MESSAGES/kmail.mo -share/locale/fi/LC_MESSAGES/knu.mo -share/locale/fi/LC_MESSAGES/korn.mo -share/locale/fi/LC_MESSAGES/kppp.mo -share/locale/fi/LC_MESSAGES/krn.mo -share/locale/fi/LC_MESSAGES/ksirc.mo -share/locale/fi/LC_MESSAGES/ktalkd.mo -share/locale/fr/LC_MESSAGES/karchie.mo -share/locale/fr/LC_MESSAGES/kbiff.mo -share/locale/fr/LC_MESSAGES/kcmktalkd.mo -share/locale/fr/LC_MESSAGES/kfinger.mo -share/locale/fr/LC_MESSAGES/kmail.mo -share/locale/fr/LC_MESSAGES/knu.mo -share/locale/fr/LC_MESSAGES/korn.mo -share/locale/fr/LC_MESSAGES/kppp.mo -share/locale/fr/LC_MESSAGES/kppplogview.mo -share/locale/fr/LC_MESSAGES/krn.mo -share/locale/fr/LC_MESSAGES/ksirc.mo -share/locale/fr/LC_MESSAGES/ktalkd.mo -share/locale/he/LC_MESSAGES/kppp.mo -share/locale/hr/LC_MESSAGES/kbiff.mo -share/locale/hr/LC_MESSAGES/kfinger.mo -share/locale/hr/LC_MESSAGES/kmail.mo -share/locale/hr/LC_MESSAGES/knu.mo -share/locale/hr/LC_MESSAGES/kppp.mo -share/locale/hr/LC_MESSAGES/krn.mo -share/locale/hr/LC_MESSAGES/ksirc.mo -share/locale/hr/LC_MESSAGES/ktalkd.mo -share/locale/hs/LC_MESSAGES/kmail.mo -share/locale/hs/LC_MESSAGES/krn.mo -share/locale/hu/LC_MESSAGES/kbiff.mo -share/locale/hu/LC_MESSAGES/kfinger.mo -share/locale/hu/LC_MESSAGES/kmail.mo -share/locale/hu/LC_MESSAGES/knu.mo -share/locale/hu/LC_MESSAGES/ktalkd.mo -share/locale/is/LC_MESSAGES/karchie.mo -share/locale/is/LC_MESSAGES/kbiff.mo -share/locale/is/LC_MESSAGES/kcmktalkd.mo -share/locale/is/LC_MESSAGES/kfinger.mo -share/locale/is/LC_MESSAGES/kmail.mo -share/locale/is/LC_MESSAGES/knu.mo -share/locale/is/LC_MESSAGES/korn.mo -share/locale/is/LC_MESSAGES/kppp.mo -share/locale/is/LC_MESSAGES/krn.mo -share/locale/is/LC_MESSAGES/ksirc.mo -share/locale/is/LC_MESSAGES/ktalkd.mo -share/locale/it/LC_MESSAGES/kbiff.mo -share/locale/it/LC_MESSAGES/kcmktalkd.mo -share/locale/it/LC_MESSAGES/kfinger.mo -share/locale/it/LC_MESSAGES/kmail.mo -share/locale/it/LC_MESSAGES/knu.mo -share/locale/it/LC_MESSAGES/korn.mo -share/locale/it/LC_MESSAGES/kppp.mo -share/locale/it/LC_MESSAGES/krn.mo -share/locale/it/LC_MESSAGES/ktalkd.mo -share/locale/ja/LC_MESSAGES/karchie.mo -share/locale/ja/LC_MESSAGES/kbiff.mo -share/locale/ja/LC_MESSAGES/kcmktalkd.mo -share/locale/ja/LC_MESSAGES/kfinger.mo -share/locale/ja/LC_MESSAGES/kmail.mo -share/locale/ja/LC_MESSAGES/knu.mo -share/locale/ja/LC_MESSAGES/korn.mo -share/locale/ja/LC_MESSAGES/kppp.mo -share/locale/ja/LC_MESSAGES/kppplogview.mo -share/locale/ja/LC_MESSAGES/krn.mo -share/locale/ja/LC_MESSAGES/ksirc.mo -share/locale/ja/LC_MESSAGES/ktalkd.mo -share/locale/ko/LC_MESSAGES/kmail.mo -share/locale/ko/LC_MESSAGES/knu.mo -share/locale/ko/LC_MESSAGES/kppp.mo -share/locale/ko/LC_MESSAGES/krn.mo -share/locale/mk/LC_MESSAGES/kmail.mo -share/locale/nl/LC_MESSAGES/kmail.mo -share/locale/nl/LC_MESSAGES/knu.mo -share/locale/nl/LC_MESSAGES/kppp.mo -share/locale/nl/LC_MESSAGES/krn.mo -share/locale/nl/LC_MESSAGES/ktalkd.mo -share/locale/no/LC_MESSAGES/karchie.mo -share/locale/no/LC_MESSAGES/kbiff.mo -share/locale/no/LC_MESSAGES/kcmktalkd.mo -share/locale/no/LC_MESSAGES/kfinger.mo -share/locale/no/LC_MESSAGES/kmail.mo -share/locale/no/LC_MESSAGES/knu.mo -share/locale/no/LC_MESSAGES/korn.mo -share/locale/no/LC_MESSAGES/kppp.mo -share/locale/no/LC_MESSAGES/krn.mo -share/locale/no/LC_MESSAGES/ksirc.mo -share/locale/no/LC_MESSAGES/ktalkd.mo -share/locale/pl/LC_MESSAGES/karchie.mo -share/locale/pl/LC_MESSAGES/kbiff.mo -share/locale/pl/LC_MESSAGES/kcmktalkd.mo -share/locale/pl/LC_MESSAGES/kfinger.mo -share/locale/pl/LC_MESSAGES/kmail.mo -share/locale/pl/LC_MESSAGES/knu.mo -share/locale/pl/LC_MESSAGES/korn.mo -share/locale/pl/LC_MESSAGES/kppp.mo -share/locale/pl/LC_MESSAGES/kppplogview.mo -share/locale/pl/LC_MESSAGES/krn.mo -share/locale/pl/LC_MESSAGES/ksirc.mo -share/locale/pl/LC_MESSAGES/ktalkd.mo -share/locale/pt/LC_MESSAGES/kbiff.mo -share/locale/pt/LC_MESSAGES/kcmktalkd.mo -share/locale/pt/LC_MESSAGES/kfinger.mo -share/locale/pt/LC_MESSAGES/kmail.mo -share/locale/pt/LC_MESSAGES/knu.mo -share/locale/pt/LC_MESSAGES/kppp.mo -share/locale/pt/LC_MESSAGES/krn.mo -share/locale/pt/LC_MESSAGES/ksirc.mo -share/locale/pt/LC_MESSAGES/ktalkd.mo -share/locale/pt_BR/LC_MESSAGES/karchie.mo -share/locale/pt_BR/LC_MESSAGES/kbiff.mo -share/locale/pt_BR/LC_MESSAGES/kcmktalkd.mo -share/locale/pt_BR/LC_MESSAGES/kcmtalkd.mo -share/locale/pt_BR/LC_MESSAGES/kfinger.mo -share/locale/pt_BR/LC_MESSAGES/kmail.mo -share/locale/pt_BR/LC_MESSAGES/knu.mo -share/locale/pt_BR/LC_MESSAGES/korn.mo -share/locale/pt_BR/LC_MESSAGES/kppp.mo -share/locale/pt_BR/LC_MESSAGES/krn.mo -share/locale/pt_BR/LC_MESSAGES/ksirc.mo -share/locale/pt_BR/LC_MESSAGES/ktalkd.mo -share/locale/ro/LC_MESSAGES/kfinger.mo -share/locale/ro/LC_MESSAGES/kmail.mo -share/locale/ro/LC_MESSAGES/kppp.mo -share/locale/ro/LC_MESSAGES/krn.mo -share/locale/ru/LC_MESSAGES/kbiff.mo -share/locale/ru/LC_MESSAGES/kcmktalkd.mo -share/locale/ru/LC_MESSAGES/kfinger.mo -share/locale/ru/LC_MESSAGES/kmail.mo -share/locale/ru/LC_MESSAGES/knu.mo -share/locale/ru/LC_MESSAGES/korn.mo -share/locale/ru/LC_MESSAGES/kppp.mo -share/locale/ru/LC_MESSAGES/kppplogview.mo -share/locale/ru/LC_MESSAGES/krn.mo -share/locale/ru/LC_MESSAGES/ksirc.mo -share/locale/ru/LC_MESSAGES/ktalkd.mo -share/locale/sk/LC_MESSAGES/karchie.mo -share/locale/sk/LC_MESSAGES/kbiff.mo -share/locale/sk/LC_MESSAGES/kcmktalkd.mo -share/locale/sk/LC_MESSAGES/kfinger.mo -share/locale/sk/LC_MESSAGES/kmail.mo -share/locale/sk/LC_MESSAGES/knu.mo -share/locale/sk/LC_MESSAGES/korn.mo -share/locale/sk/LC_MESSAGES/kppp.mo -share/locale/sk/LC_MESSAGES/krn.mo -share/locale/sk/LC_MESSAGES/ksirc.mo -share/locale/sk/LC_MESSAGES/ktalkd.mo -share/locale/sl/LC_MESSAGES/karchie.mo -share/locale/sl/LC_MESSAGES/kbiff.mo -share/locale/sl/LC_MESSAGES/kcmktalkd.mo -share/locale/sl/LC_MESSAGES/kfinger.mo -share/locale/sl/LC_MESSAGES/kmail.mo -share/locale/sl/LC_MESSAGES/knu.mo -share/locale/sl/LC_MESSAGES/korn.mo -share/locale/sl/LC_MESSAGES/kppp.mo -share/locale/sl/LC_MESSAGES/krn.mo -share/locale/sl/LC_MESSAGES/ksirc.mo -share/locale/sl/LC_MESSAGES/ktalkd.mo -share/locale/sv/LC_MESSAGES/karchie.mo -share/locale/sv/LC_MESSAGES/kbiff.mo -share/locale/sv/LC_MESSAGES/kcmtalkd.mo -share/locale/sv/LC_MESSAGES/kfinger.mo -share/locale/sv/LC_MESSAGES/kmail.mo -share/locale/sv/LC_MESSAGES/knu.mo -share/locale/sv/LC_MESSAGES/korn.mo -share/locale/sv/LC_MESSAGES/kppp.mo -share/locale/sv/LC_MESSAGES/krn.mo -share/locale/sv/LC_MESSAGES/ksirc.mo -share/locale/sv/LC_MESSAGES/ktalkd.mo -share/locale/tr/LC_MESSAGES/kmail.mo -share/locale/tr/LC_MESSAGES/knu.mo -share/locale/tr/LC_MESSAGES/kppp.mo -share/locale/tr/LC_MESSAGES/krn.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kfinger.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kmail.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/knu.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kppp.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/krn.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ktalkd.mo -share/sounds/ktalkd.wav -share/toolbar/kcontrol.xpm -share/toolbar/mini-clock.xpm -share/toolbar/mini-connect.xpm -share/toolbar/mini-ktalk.xpm -@exec ln -sf libpuke.so.0 %D/lib/libpuke.so -@exec ln -sf libptablevw.so.0 %D/lib/ksirc/libptablevw.so -@exec ln -sf libptabdialog.so.0 %D/lib/ksirc/libptabdialog.so -@exec ln -sf libppushbt.so.0 %D/lib/ksirc/libppushbt.so -@exec ln -sf libpprogress.so.0 %D/lib/ksirc/libpprogress.so -@exec ln -sf libppopmenu.so.0 %D/lib/ksirc/libppopmenu.so -@exec ln -sf libpobjfinder.so.0 %D/lib/ksirc/libpobjfinder.so -@exec ln -sf libpmenudta.so.0 %D/lib/ksirc/libpmenudta.so -@exec ln -sf libplistbox.so.0 %D/lib/ksirc/libplistbox.so -@exec ln -sf libplined.so.0 %D/lib/ksirc/libplined.so -@exec ln -sf libplabel.so.0 %D/lib/ksirc/libplabel.so -@exec ln -sf libpkfiledialog.so.0 %D/lib/ksirc/libpkfiledialog.so -@exec ln -sf libpframe.so.0 %D/lib/ksirc/libpframe.so -@exec ln -sf libpbutton.so.0 %D/lib/ksirc/libpbutton.so -@exec ln -sf libpalistbox.so.0 %D/lib/ksirc/libpalistbox.so -@exec ln -sf libksirclistbox.so.0 %D/lib/ksirc/libksirclistbox.so -@dirrm share/sounds -@dirrm share/doc/HTML/it/ktalkd -@dirrm share/doc/HTML/fr/ktalkd -@dirrm share/doc/HTML/en/pws -@dirrm share/doc/HTML/en/ktalkd -@dirrm share/doc/HTML/en/ksirc -@dirrm share/doc/HTML/en/krn -@dirrm share/doc/HTML/en/kppp -@dirrm share/doc/HTML/en/korn -@dirrm share/doc/HTML/en/knu -@dirrm share/doc/HTML/en/kmail -@dirrm share/doc/HTML/en/kfinger -@dirrm share/doc/HTML/en/kbiff -@dirrm share/doc/HTML/en/karchie -@dirrm share/doc/HTML/el/ktalkd -@dirrm share/apps/ksirc/pics -@dirrm share/apps/ksirc/icons -@dirrm share/apps/ksirc -@dirrm share/apps/krn/toolbar -@dirrm share/apps/krn -@dirrm share/apps/kppp/pics -@dirrm share/apps/kppp/Rules/Switzerland -@dirrm share/apps/kppp/Rules/Sweden -@dirrm share/apps/kppp/Rules/Spain -@dirrm share/apps/kppp/Rules/South_Afrika -@dirrm share/apps/kppp/Rules/Slovakia -@dirrm share/apps/kppp/Rules/Singapore -@dirrm share/apps/kppp/Rules/Romania -@dirrm share/apps/kppp/Rules/Portugal -@dirrm share/apps/kppp/Rules/Poland -@dirrm share/apps/kppp/Rules/Norway -@dirrm share/apps/kppp/Rules/Netherlands -@dirrm share/apps/kppp/Rules/Mauritius -@dirrm share/apps/kppp/Rules/Malaysia -@dirrm share/apps/kppp/Rules/Luxembourg -@dirrm share/apps/kppp/Rules/Kazakhstan -@dirrm share/apps/kppp/Rules/Japan -@dirrm share/apps/kppp/Rules/Jamaica -@dirrm share/apps/kppp/Rules/Italy -@dirrm share/apps/kppp/Rules/Indonesia -@dirrm share/apps/kppp/Rules/Iceland -@dirrm share/apps/kppp/Rules/Hungary -@dirrm share/apps/kppp/Rules/Hong_Kong -@dirrm share/apps/kppp/Rules/Greece -@dirrm share/apps/kppp/Rules/Germany -@dirrm share/apps/kppp/Rules/France -@dirrm share/apps/kppp/Rules/England -@dirrm share/apps/kppp/Rules/Denmark -@dirrm share/apps/kppp/Rules/Czechia -@dirrm share/apps/kppp/Rules/Croatia -@dirrm share/apps/kppp/Rules/Brasil -@dirrm share/apps/kppp/Rules/Belgium -@dirrm share/apps/kppp/Rules/Austria/Standard -@dirrm share/apps/kppp/Rules/Austria/Minimum -@dirrm share/apps/kppp/Rules/Austria/Business_2 -@dirrm share/apps/kppp/Rules/Austria/Business_1 -@dirrm share/apps/kppp/Rules/Austria -@dirrm share/apps/kppp/Rules/Argentina -@dirrm share/apps/kppp/Rules -@dirrm share/apps/kppp -@dirrm share/apps/kmail/pics -@dirrm share/apps/kmail -@dirrm share/apps/kbiff/pics -@dirrm share/apps/kbiff -@unexec rm -f %D/lib/ksirc/libksirclistbox.so -@unexec rm -f %D/lib/ksirc/libpalistbox.so -@unexec rm -f %D/lib/ksirc/libpbutton.so -@unexec rm -f %D/lib/ksirc/libpframe.so -@unexec rm -f %D/lib/ksirc/libpkfiledialog.so -@unexec rm -f %D/lib/ksirc/libplabel.so -@unexec rm -f %D/lib/ksirc/libplined.so -@unexec rm -f %D/lib/ksirc/libplistbox.so -@unexec rm -f %D/lib/ksirc/libpmenudta.so -@unexec rm -f %D/lib/ksirc/libpobjfinder.so -@unexec rm -f %D/lib/ksirc/libppopmenu.so -@unexec rm -f %D/lib/ksirc/libpprogress.so -@unexec rm -f %D/lib/ksirc/libppushbt.so -@unexec rm -f %D/lib/ksirc/libptabdialog.so -@unexec rm -f %D/lib/ksirc/libptablevw.so -@dirrm lib/ksirc -@unexec rm -f %D/lib/libpuke.so -@exec ln -sf kppp.html %D/share/doc/HTML/en/kppp/index.html -@unexec rm -f %D/share/doc/HTML/en/kppp/index.html diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile deleted file mode 100644 index b40a53cefe4b..000000000000 --- a/net/kdenetwork4/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: kdenetwork -# Version required: Beta4 -# Date created: 28 October 1997 -# Whom: Stefan Eßer <se@freebsd.org> -# -# $FreeBSD$ -# - -DISTNAME= kdenetwork-1.1.2 -CATEGORIES= net news kde -MASTER_SITES= $(MASTER_SITE_KDE) -MASTER_SITE_SUBDIR= stable/1.1.2/distribution/tar/generic/source/bz2 - -MAINTAINER= se@freebsd.org - -BUILD_DEPENDS= ${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.3:${PORTSDIR}/graphics/png \ - uu.1:${PORTSDIR}/converters/uulib \ - kdecore.2:${PORTSDIR}/x11/kdelibs11 \ - QwSpriteField.6:${PORTSDIR}/converters/kdesupport11 \ - js.2:${PORTSDIR}/converters/kdesupport11 \ - mimelib.1:${PORTSDIR}/converters/kdesupport11 \ - rdb.55:${PORTSDIR}/converters/kdesupport11 - -USE_BZIP2= yes -USE_QT= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= "--prefix=$(PREFIX)" -CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \ - INSTALL_SCRIPT="install -c -m 555" -USE_GMAKE= yes -CFLAGS+= "-I${PREFIX}/include" - -.include <bsd.port.pre.mk> - -# ksirc needs egcs -.if ${OSVERSION} < 400004 -PLIST= ${PKGDIR}/PLIST.noksirc -.endif - -.include <bsd.port.post.mk> diff --git a/net/kdenetwork4/distinfo b/net/kdenetwork4/distinfo deleted file mode 100644 index 9a6646b5d525..000000000000 --- a/net/kdenetwork4/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (kdenetwork-1.1.2.tar.bz2) = ce8ce348a7b56769665afe58e36902ff diff --git a/net/kdenetwork4/pkg-comment b/net/kdenetwork4/pkg-comment deleted file mode 100644 index bd96c0b062ca..000000000000 --- a/net/kdenetwork4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Network modules for the KDE integrated X11 desktop diff --git a/net/kdenetwork4/pkg-descr b/net/kdenetwork4/pkg-descr deleted file mode 100644 index 90ae45773bea..000000000000 --- a/net/kdenetwork4/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -KDE provides an integrated X11 based environment, much like CDE. diff --git a/net/kdenetwork4/pkg-plist b/net/kdenetwork4/pkg-plist deleted file mode 100644 index e148739f40db..000000000000 --- a/net/kdenetwork4/pkg-plist +++ /dev/null @@ -1,853 +0,0 @@ -bin/dsirc -bin/karchie -bin/kbiff -bin/kcmktalkd -bin/kdecode -bin/kfinger -bin/kmail -bin/knu -bin/korn -bin/kotalkd -bin/kppp -bin/kppplogview -bin/krn -bin/ksirc -bin/ksticker -bin/ktalkd -bin/ktalkdlg -bin/mail.local -bin/mathpod -bin/newkrn -lib/ksirc/libksirclistbox.a -lib/ksirc/libksirclistbox.la -lib/ksirc/libksirclistbox.so.0 -lib/ksirc/libpalistbox.a -lib/ksirc/libpalistbox.la -lib/ksirc/libpalistbox.so.0 -lib/ksirc/libpbutton.a -lib/ksirc/libpbutton.la -lib/ksirc/libpbutton.so.0 -lib/ksirc/libpframe.a -lib/ksirc/libpframe.la -lib/ksirc/libpframe.so.0 -lib/ksirc/libpkfiledialog.a -lib/ksirc/libpkfiledialog.la -lib/ksirc/libpkfiledialog.so.0 -lib/ksirc/libplabel.a -lib/ksirc/libplabel.la -lib/ksirc/libplabel.so.0 -lib/ksirc/libplined.a -lib/ksirc/libplined.la -lib/ksirc/libplined.so.0 -lib/ksirc/libplistbox.a -lib/ksirc/libplistbox.la -lib/ksirc/libplistbox.so.0 -lib/ksirc/libpmenudta.a -lib/ksirc/libpmenudta.la -lib/ksirc/libpmenudta.so.0 -lib/ksirc/libpobjfinder.a -lib/ksirc/libpobjfinder.la -lib/ksirc/libpobjfinder.so.0 -lib/ksirc/libppopmenu.a -lib/ksirc/libppopmenu.la -lib/ksirc/libppopmenu.so.0 -lib/ksirc/libpprogress.a -lib/ksirc/libpprogress.la -lib/ksirc/libpprogress.so.0 -lib/ksirc/libppushbt.a -lib/ksirc/libppushbt.la -lib/ksirc/libppushbt.so.0 -lib/ksirc/libptabdialog.a -lib/ksirc/libptabdialog.la -lib/ksirc/libptabdialog.so.0 -lib/ksirc/libptablevw.a -lib/ksirc/libptablevw.la -lib/ksirc/libptablevw.so.0 -lib/libkplunger.a -lib/libpuke.a -lib/libpuke.la -lib/libpuke.so.0 -share/applnk/Internet/KMail.kdelnk -share/applnk/Internet/KOrn.kdelnk -share/applnk/Internet/Kppp.kdelnk -share/applnk/Internet/Krn.kdelnk -share/applnk/Internet/karchie.kdelnk -share/applnk/Internet/kbiff.kdelnk -share/applnk/Internet/kfinger.kdelnk -share/applnk/Internet/knu.kdelnk -share/applnk/Internet/kppplogview.kdelnk -share/applnk/Internet/ksirc.kdelnk -share/applnk/Settings/Network/kcmktalkd.kdelnk -share/apps/kbiff/pics/delete.xpm -share/apps/kbiff/pics/mailbox.xpm -share/apps/kbiff/pics/mini-newmail.xpm -share/apps/kbiff/pics/mini-noconn.xpm -share/apps/kbiff/pics/mini-nomail.xpm -share/apps/kbiff/pics/mini-oldmail.xpm -share/apps/kbiff/pics/newmail.xpm -share/apps/kbiff/pics/noconn.xpm -share/apps/kbiff/pics/nomail.xpm -share/apps/kbiff/pics/oldmail.xpm -share/apps/kbiff/pics/playsound.xpm -share/apps/kmail/pics/attach.xpm -share/apps/kmail/pics/checkmail.xpm -share/apps/kmail/pics/closed.xpm -share/apps/kmail/pics/feather_white.xpm -share/apps/kmail/pics/filedel2.xpm -share/apps/kmail/pics/fileforward.xpm -share/apps/kmail/pics/filereply.xpm -share/apps/kmail/pics/filereplyall.xpm -share/apps/kmail/pics/green-bullet.xpm -share/apps/kmail/pics/kdelogo.xpm -share/apps/kmail/pics/kmfldin.xpm -share/apps/kmail/pics/kmfldout.xpm -share/apps/kmail/pics/kmfldsent.xpm -share/apps/kmail/pics/kmfolder.xpm -share/apps/kmail/pics/kminsorgmsg.xpm -share/apps/kmail/pics/kmmsgdel.xpm -share/apps/kmail/pics/kmmsgforwarded.xpm -share/apps/kmail/pics/kmmsgnew.xpm -share/apps/kmail/pics/kmmsgold.xpm -share/apps/kmail/pics/kmmsgqueued.xpm -share/apps/kmail/pics/kmmsgreplied.xpm -share/apps/kmail/pics/kmmsgsent.xpm -share/apps/kmail/pics/kmmsgunseen.xpm -share/apps/kmail/pics/kmtrash.xpm -share/apps/kmail/pics/pgp-keys.xpm -share/apps/kmail/pics/pub_key_red.xpm -share/apps/kmail/pics/red-bullet.xpm -share/apps/kmail/pics/send.xpm -share/apps/kmail/pics/stopwatch.xbm -share/apps/kmail/pics/stopwatchMask.xbm -share/apps/kmail/pics/thumb_up.xpm -share/apps/kppp/Rules/Argentina/Argentina_Local.rst -share/apps/kppp/Rules/Austria/Business_1/GSM.rst -share/apps/kppp/Rules/Austria/Business_1/Local.rst -share/apps/kppp/Rules/Austria/Business_1/Long_Distance_1.rst -share/apps/kppp/Rules/Austria/Business_1/Long_Distance_2.rst -share/apps/kppp/Rules/Austria/Business_1/Online.rst -share/apps/kppp/Rules/Austria/Business_2/GSM.rst -share/apps/kppp/Rules/Austria/Business_2/Local.rst -share/apps/kppp/Rules/Austria/Business_2/Long_Distance_1.rst -share/apps/kppp/Rules/Austria/Business_2/Long_Distance_2.rst -share/apps/kppp/Rules/Austria/Business_2/Online.rst -share/apps/kppp/Rules/Austria/Minimum/GSM.rst -share/apps/kppp/Rules/Austria/Minimum/Local.rst -share/apps/kppp/Rules/Austria/Minimum/Long_Distance_1.rst -share/apps/kppp/Rules/Austria/Minimum/Long_Distance_2.rst -share/apps/kppp/Rules/Austria/Minimum/Online.rst -share/apps/kppp/Rules/Austria/Standard/GSM.rst -share/apps/kppp/Rules/Austria/Standard/Local.rst -share/apps/kppp/Rules/Austria/Standard/Long_Distance_1.rst -share/apps/kppp/Rules/Austria/Standard/Long_Distance_2.rst -share/apps/kppp/Rules/Austria/Standard/Online.rst -share/apps/kppp/Rules/Belgium/Belgium_interzonal.rst -share/apps/kppp/Rules/Belgium/Belgium_zonal.rst -share/apps/kppp/Rules/Brasil/Brasil.rst -share/apps/kppp/Rules/Croatia/CARNet_lokalni_poziv.rst -share/apps/kppp/Rules/Croatia/CARNet_medjugradski_poziv.rst -share/apps/kppp/Rules/Croatia/hinet_anonimni_ulaz.rst -share/apps/kppp/Rules/Croatia/hinet_hpt.rst -share/apps/kppp/Rules/Croatia/ibm_net.rst -share/apps/kppp/Rules/Croatia/iskon_lokalni_poziv.rst -share/apps/kppp/Rules/Croatia/iskon_medjugradski_poziv.rst -share/apps/kppp/Rules/Croatia/iskon_zagrebacka_zupanija.rst -share/apps/kppp/Rules/Czechia/Czech_Telecom_City.rst -share/apps/kppp/Rules/Czechia/Czech_Telecom_Tarifni_pasmo1.rst -share/apps/kppp/Rules/Czechia/Czech_Telecom_Tarifni_pasmo2.rst -share/apps/kppp/Rules/Czechia/Czech_Telecom_Tarifni_pasmo3.rst -share/apps/kppp/Rules/Denmark/1001_Internet.rst -share/apps/kppp/Rules/Denmark/CyberCity_1033.rst -share/apps/kppp/Rules/Denmark/Get2Net_1001.rst -share/apps/kppp/Rules/Denmark/Image_1049.rst -share/apps/kppp/Rules/Denmark/Teledanmark_Favorit_Internet.rst -share/apps/kppp/Rules/Denmark/Teledanmark_Local.rst -share/apps/kppp/Rules/Denmark/Teledanmark_Regional.rst -share/apps/kppp/Rules/England/BirminghamCable_Local.rst -share/apps/kppp/Rules/England/BirminghamCable_National.rst -share/apps/kppp/Rules/England/BirminghamCable_SameTelco.rst -share/apps/kppp/Rules/England/BritishTelecom_Local.rst -share/apps/kppp/Rules/England/BritishTelecom_National.rst -share/apps/kppp/Rules/England/BritishTelecom_Regional.rst -share/apps/kppp/Rules/France/Local.rst -share/apps/kppp/Rules/Germany/Arcor_Internet_by_Call.rst -share/apps/kppp/Rules/Germany/NetCologne_City.rst -share/apps/kppp/Rules/Germany/NetCologne_Germany.rst -share/apps/kppp/Rules/Germany/NetCologne_Time_Line.rst -share/apps/kppp/Rules/Germany/Tele2.rst -share/apps/kppp/Rules/Germany/TelePassport_Fern.rst -share/apps/kppp/Rules/Germany/TelePassport_Nah.rst -share/apps/kppp/Rules/Germany/Telekom_200km.rst -share/apps/kppp/Rules/Germany/Telekom_50km.rst -share/apps/kppp/Rules/Germany/Telekom_Activplus_City.rst -share/apps/kppp/Rules/Germany/Telekom_Activplus_non_City.rst -share/apps/kppp/Rules/Germany/Telekom_City.rst -share/apps/kppp/Rules/Germany/Telekom_City_Weekend.rst -share/apps/kppp/Rules/Germany/Telekom_Ferntarif.rst -share/apps/kppp/Rules/Germany/Telekom_Regio_Call.rst -share/apps/kppp/Rules/Germany/Telekom_T-Online.rst -share/apps/kppp/Rules/Greece/Hellas_local.rst -share/apps/kppp/Rules/Hong_Kong/Hong_Kong_Telecom.rst -share/apps/kppp/Rules/Hungary/Local.rst -share/apps/kppp/Rules/Hungary/LocalTop_MATAV.rst -share/apps/kppp/Rules/Hungary/Local_MATAV.rst -share/apps/kppp/Rules/Iceland/Iceland_general.rst -share/apps/kppp/Rules/Indonesia/Lokal_1_Metropolitan.rst -share/apps/kppp/Rules/Indonesia/Lokal_2_Metropolitan.rst -share/apps/kppp/Rules/Indonesia/Lokal_non_metropolitan.rst -share/apps/kppp/Rules/Italy/Telecom_0-15_km.rst -share/apps/kppp/Rules/Italy/Telecom_15-30_km.rst -share/apps/kppp/Rules/Italy/Telecom_30-60_km.rst -share/apps/kppp/Rules/Italy/Telecom_60+_km.rst -share/apps/kppp/Rules/Italy/Telecom_Interurbana_settoriale.rst -share/apps/kppp/Rules/Italy/Telecom_TUT.rst -share/apps/kppp/Rules/Italy/Telecom_Urbana.rst -share/apps/kppp/Rules/Jamaica/CWJ_InterParish.rst -share/apps/kppp/Rules/Jamaica/CWJ_Local.rst -share/apps/kppp/Rules/Japan/NTT_Local.rst -share/apps/kppp/Rules/Kazakhstan/Akparat_Sprint.rst -share/apps/kppp/Rules/Luxembourg/Local.rst -share/apps/kppp/Rules/Malaysia/malaysia.rst -share/apps/kppp/Rules/Mauritius/Mauritius_Telecoms_Internet.rst -share/apps/kppp/Rules/Netherlands/BelBasis_Lokaal.rst -share/apps/kppp/Rules/Netherlands/BelBudget_Lokaal.rst -share/apps/kppp/Rules/Netherlands/BelPlus_Lokaal.rst -share/apps/kppp/Rules/Netherlands/NedpointBasis_Lokaal.rst -share/apps/kppp/Rules/Netherlands/NedpointBelBespaar_Lokaal.rst -share/apps/kppp/Rules/Norway/Local_Area.rst -share/apps/kppp/Rules/Norway/Long_Distance.rst -share/apps/kppp/Rules/Poland/Netia_100km_Niebieska.rst -share/apps/kppp/Rules/Poland/Netia_100km_Zielona.rst -share/apps/kppp/Rules/Poland/Netia_Lokalne_Niebieska.rst -share/apps/kppp/Rules/Poland/Netia_Lokalne_Zielona.rst -share/apps/kppp/Rules/Poland/TP_100km.rst -share/apps/kppp/Rules/Poland/TP_Lokalne.rst -share/apps/kppp/Rules/Portugal/067.rst -share/apps/kppp/Rules/Portugal/Local+Activation_rate.rst -share/apps/kppp/Rules/Portugal/Local.rst -share/apps/kppp/Rules/Romania/Telecom_Interurban.rst -share/apps/kppp/Rules/Romania/Telecom_Local.rst -share/apps/kppp/Rules/Singapore/SingTel_Local.rst -share/apps/kppp/Rules/Slovakia/Slovenske_Telekomunikacie_1_pasmo.rst -share/apps/kppp/Rules/Slovakia/Slovenske_Telekomunikacie_2_pasmo.rst -share/apps/kppp/Rules/Slovakia/Slovenske_Telekomunikacie_Mesto.rst -share/apps/kppp/Rules/South_Afrika/South_Afrika.rst -share/apps/kppp/Rules/Spain/Infovia.rst -share/apps/kppp/Rules/Spain/Infovia_IVA.rst -share/apps/kppp/Rules/Spain/Telefonica_Interprovincial.rst -share/apps/kppp/Rules/Spain/Telefonica_Interprovincial_IVA.rst -share/apps/kppp/Rules/Spain/Telefonica_Local.rst -share/apps/kppp/Rules/Spain/Telefonica_Metropolitana.rst -share/apps/kppp/Rules/Spain/Telefonica_Metropolitana_IVA.rst -share/apps/kppp/Rules/Spain/Telefonica_Nacional.rst -share/apps/kppp/Rules/Spain/Telefonica_Provincial.rst -share/apps/kppp/Rules/Spain/Telefonica_Provincial_IVA.rst -share/apps/kppp/Rules/Sweden/Local.rst -share/apps/kppp/Rules/Sweden/Local_Telebonus_1.rst -share/apps/kppp/Rules/Sweden/Local_Telebonus_2.rst -share/apps/kppp/Rules/Sweden/Long_Distance.rst -share/apps/kppp/Rules/Sweden/Long_Distance_Telebonus_1.rst -share/apps/kppp/Rules/Sweden/Long_Distance_Telebonus_2.rst -share/apps/kppp/Rules/Switzerland/Sunrise_Internet.rst -share/apps/kppp/Rules/Switzerland/Sunrise_Local.rst -share/apps/kppp/Rules/Switzerland/Swisscom_Local.rst -share/apps/kppp/Rules/Switzerland/Swisscom_Remote.rst -share/apps/kppp/Rules/TEMPLATE -share/apps/kppp/Rules/checkrules -share/apps/kppp/pics/Terminal.xpm -share/apps/kppp/pics/back.xpm -share/apps/kppp/pics/dock_both.xpm -share/apps/kppp/pics/dock_left.xpm -share/apps/kppp/pics/dock_none.xpm -share/apps/kppp/pics/dock_right.xpm -share/apps/kppp/pics/exclamation.xpm -share/apps/kppp/pics/exit.xpm -share/apps/kppp/pics/fileopen.xpm -share/apps/kppp/pics/finish.xpm -share/apps/kppp/pics/help.xpm -share/apps/kppp/pics/kppplogo.xpm -share/apps/kppp/pics/modemboth.xpm -share/apps/kppp/pics/modemleft.xpm -share/apps/kppp/pics/modemnone.xpm -share/apps/kppp/pics/modemright.xpm -share/apps/kppp/pics/phone.xpm -share/apps/kppp/pics/start.xpm -share/apps/kppp/pics/terminal_both.xpm -share/apps/kppp/pics/terminal_left.xpm -share/apps/kppp/pics/terminal_right.xpm -share/apps/krn/toolbar/attach.xpm -share/apps/krn/toolbar/black-bullet.xpm -share/apps/krn/toolbar/catch.xpm -share/apps/krn/toolbar/closed.xpm -share/apps/krn/toolbar/connected.xpm -share/apps/krn/toolbar/deco.xpm -share/apps/krn/toolbar/disconnected.xpm -share/apps/krn/toolbar/feather_white.xpm -share/apps/krn/toolbar/fileforward.xpm -share/apps/krn/toolbar/filemail.xpm -share/apps/krn/toolbar/fileprint.xpm -share/apps/krn/toolbar/find.xpm -share/apps/krn/toolbar/followup.xpm -share/apps/krn/toolbar/green-bullet.xpm -share/apps/krn/toolbar/krnfolder.xpm -share/apps/krn/toolbar/left.xpm -share/apps/krn/toolbar/locked.xpm -share/apps/krn/toolbar/logo.xpm -share/apps/krn/toolbar/mailpost.xpm -share/apps/krn/toolbar/previous.xpm -share/apps/krn/toolbar/pub_key_red.xpm -share/apps/krn/toolbar/read.xpm -share/apps/krn/toolbar/red-bullet.xpm -share/apps/krn/toolbar/reload.xpm -share/apps/krn/toolbar/right.xpm -share/apps/krn/toolbar/save.xpm -share/apps/krn/toolbar/send.xpm -share/apps/krn/toolbar/subscr.xpm -share/apps/krn/toolbar/tagged.xpm -share/apps/krn/toolbar/thumb_up.xpm -share/apps/ksirc/commands-handler.pl -share/apps/ksirc/commands-perl.pl -share/apps/ksirc/convert_commands.pl -share/apps/ksirc/dcc_progress.pm -share/apps/ksirc/dcc_status.pm -share/apps/ksirc/filters.pl -share/apps/ksirc/icons/arrow.gif -share/apps/ksirc/icons/blueball.gif -share/apps/ksirc/icons/bluepin.gif -share/apps/ksirc/icons/channel.xpm -share/apps/ksirc/icons/channels.xpm -share/apps/ksirc/icons/greenpin.gif -share/apps/ksirc/icons/info.gif -share/apps/ksirc/icons/info1.gif -share/apps/ksirc/icons/ksirc.gif -share/apps/ksirc/icons/ksirc_a.xpm -share/apps/ksirc/icons/ksirc_b.xpm -share/apps/ksirc/icons/ksirc_dock.xpm -share/apps/ksirc/icons/madsmiley.gif -share/apps/ksirc/icons/mini-run.gif -share/apps/ksirc/icons/server.xpm -share/apps/ksirc/icons/smiley.gif -share/apps/ksirc/icons/star.gif -share/apps/ksirc/ksirc.pl -share/apps/ksirc/ksirclistbox.pm -share/apps/ksirc/load_all.pm -share/apps/ksirc/palistbox.pm -share/apps/ksirc/pbase.pm -share/apps/ksirc/pboxlayout.pm -share/apps/ksirc/pbutton.pm -share/apps/ksirc/pframe.pm -share/apps/ksirc/pics/pws_general.xpm -share/apps/ksirc/pics/pws_www.xpm -share/apps/ksirc/pkfiledialog.pm -share/apps/ksirc/plabel.pm -share/apps/ksirc/plined.pm -share/apps/ksirc/plistbox.pm -share/apps/ksirc/pmenudta.pm -share/apps/ksirc/pobjfinder.pm -share/apps/ksirc/ppopmenu.pm -share/apps/ksirc/pprogress.pm -share/apps/ksirc/ppushbt.pm -share/apps/ksirc/ptabdialog.pm -share/apps/ksirc/ptablevw.pm -share/apps/ksirc/puke.pl -share/apps/ksirc/pwidget.pm -share/apps/ksirc/relnotes -share/apps/ksirc/servers.ini -share/apps/ksirc/servers.txt -share/apps/ksirc/sirc.help.gz -share/apps/ksirc/small.pl -share/apps/ksirc/test.pl -share/apps/ksirc/tester.pl -share/config/karchierc -share/config/kfingerrc -share/config/ktalkdrc -share/doc/HTML/el/ktalkd/ktalkd-1.html -share/doc/HTML/el/ktalkd/ktalkd-2.html -share/doc/HTML/el/ktalkd/ktalkd-3.html -share/doc/HTML/el/ktalkd/ktalkd-4.html -share/doc/HTML/el/ktalkd/ktalkd-5.html -share/doc/HTML/el/ktalkd/ktalkd-6.html -share/doc/HTML/el/ktalkd/ktalkd.html -share/doc/HTML/el/ktalkd/logotp3.gif -share/doc/HTML/en/karchie/index-1.html -share/doc/HTML/en/karchie/index-2.html -share/doc/HTML/en/karchie/index-3.html -share/doc/HTML/en/karchie/index-4.html -share/doc/HTML/en/karchie/index-5.html -share/doc/HTML/en/karchie/index-6.html -share/doc/HTML/en/karchie/index.html -share/doc/HTML/en/kbiff/kbiff-1.html -share/doc/HTML/en/kbiff/kbiff-2.html -share/doc/HTML/en/kbiff/kbiff-3.html -share/doc/HTML/en/kbiff/kbiff-4.html -share/doc/HTML/en/kbiff/kbiff-5.html -share/doc/HTML/en/kbiff/kbiff-6.html -share/doc/HTML/en/kbiff/kbiff.html -share/doc/HTML/en/kbiff/logotp3.gif -share/doc/HTML/en/kfinger/Kfingerset.html -share/doc/HTML/en/kfinger/formatex.gif -share/doc/HTML/en/kfinger/formatw.gif -share/doc/HTML/en/kfinger/index.html -share/doc/HTML/en/kfinger/mainw.gif -share/doc/HTML/en/kfinger/setupw.gif -share/doc/HTML/en/kmail/index-1.html -share/doc/HTML/en/kmail/index-2.html -share/doc/HTML/en/kmail/index-3.html -share/doc/HTML/en/kmail/index-4.html -share/doc/HTML/en/kmail/index-5.html -share/doc/HTML/en/kmail/index-6.html -share/doc/HTML/en/kmail/index-7.html -share/doc/HTML/en/kmail/index-8.html -share/doc/HTML/en/kmail/index.html -share/doc/HTML/en/kmail/logotp3.gif -share/doc/HTML/en/knu/index-1.html -share/doc/HTML/en/knu/index-2.html -share/doc/HTML/en/knu/index-3.html -share/doc/HTML/en/knu/index-4.html -share/doc/HTML/en/knu/index-5.html -share/doc/HTML/en/knu/index-6.html -share/doc/HTML/en/knu/index-7.html -share/doc/HTML/en/knu/index.html -share/doc/HTML/en/knu/knu-config.gif -share/doc/HTML/en/knu/knu-finger.gif -share/doc/HTML/en/knu/knu-host.gif -share/doc/HTML/en/knu/knu-ping.gif -share/doc/HTML/en/knu/knu-traceroute.gif -share/doc/HTML/en/knu/logotp3.gif -share/doc/HTML/en/korn/index.html -share/doc/HTML/en/kppp/hayes.html -share/doc/HTML/en/kppp/kppp-1.html -share/doc/HTML/en/kppp/kppp-10.html -share/doc/HTML/en/kppp/kppp-2.html -share/doc/HTML/en/kppp/kppp-3.html -share/doc/HTML/en/kppp/kppp-4.html -share/doc/HTML/en/kppp/kppp-5.html -share/doc/HTML/en/kppp/kppp-6.html -share/doc/HTML/en/kppp/kppp-7.html -share/doc/HTML/en/kppp/kppp-8.html -share/doc/HTML/en/kppp/kppp-9.html -share/doc/HTML/en/kppp/kppp.html -share/doc/HTML/en/kppp/logotp3.gif -share/doc/HTML/en/krn/articles.html -share/doc/HTML/en/krn/groups.html -share/doc/HTML/en/krn/index.html -share/doc/HTML/en/krn/offline.html -share/doc/HTML/en/krn/overview.html -share/doc/HTML/en/ksirc/PROGRAMMING -share/doc/HTML/en/ksirc/colours.html -share/doc/HTML/en/ksirc/filters.html -share/doc/HTML/en/ksirc/index.html -share/doc/HTML/en/ksirc/keys.html -share/doc/HTML/en/ksirc/ksirc.gif -share/doc/HTML/en/ktalkd/ktalkd-1.html -share/doc/HTML/en/ktalkd/ktalkd-2.html -share/doc/HTML/en/ktalkd/ktalkd-3.html -share/doc/HTML/en/ktalkd/ktalkd-4.html -share/doc/HTML/en/ktalkd/ktalkd-5.html -share/doc/HTML/en/ktalkd/ktalkd-6.html -share/doc/HTML/en/ktalkd/ktalkd.html -share/doc/HTML/en/ktalkd/logotp3.gif -share/doc/HTML/en/pws/pws-1.html -share/doc/HTML/en/pws/pws-2.html -share/doc/HTML/en/pws/pws.gif -share/doc/HTML/en/pws/pws.html -share/doc/HTML/fr/ktalkd/ktalkd-1.html -share/doc/HTML/fr/ktalkd/ktalkd-2.html -share/doc/HTML/fr/ktalkd/ktalkd-3.html -share/doc/HTML/fr/ktalkd/ktalkd-4.html -share/doc/HTML/fr/ktalkd/ktalkd-5.html -share/doc/HTML/fr/ktalkd/ktalkd-6.html -share/doc/HTML/fr/ktalkd/ktalkd.html -share/doc/HTML/fr/ktalkd/logotp3.gif -share/doc/HTML/it/ktalkd/ktalkd-1.html -share/doc/HTML/it/ktalkd/ktalkd-2.html -share/doc/HTML/it/ktalkd/ktalkd-3.html -share/doc/HTML/it/ktalkd/ktalkd-4.html -share/doc/HTML/it/ktalkd/ktalkd-5.html -share/doc/HTML/it/ktalkd/ktalkd-6.html -share/doc/HTML/it/ktalkd/ktalkd.html -share/doc/HTML/it/ktalkd/logotp3.gif -share/icons/karchie.xpm -share/icons/kbiff.xpm -share/icons/kmail.xpm -share/icons/knu.xpm -share/icons/korn.xpm -share/icons/kppp.xpm -share/icons/krn.xpm -share/icons/ksirc.gif -share/icons/large/kmail.xpm -share/icons/large/korn.xpm -share/icons/large/kppp.xpm -share/icons/mini/karchie.xpm -share/icons/mini/kbiff.xpm -share/icons/mini/kmail.xpm -share/icons/mini/knu.xpm -share/icons/mini/korn.xpm -share/icons/mini/kppp.xpm -share/icons/mini/krn.xpm -share/icons/mini/pws.xpm -share/icons/pws.xpm -share/locale/br/LC_MESSAGES/karchie.mo -share/locale/br/LC_MESSAGES/kbiff.mo -share/locale/br/LC_MESSAGES/kcmktalkd.mo -share/locale/br/LC_MESSAGES/kfinger.mo -share/locale/br/LC_MESSAGES/kmail.mo -share/locale/br/LC_MESSAGES/knu.mo -share/locale/br/LC_MESSAGES/korn.mo -share/locale/br/LC_MESSAGES/kppp.mo -share/locale/br/LC_MESSAGES/krn.mo -share/locale/br/LC_MESSAGES/ksirc.mo -share/locale/br/LC_MESSAGES/ktalkd.mo -share/locale/ca/LC_MESSAGES/kcmktalkd.mo -share/locale/ca/LC_MESSAGES/kfinger.mo -share/locale/ca/LC_MESSAGES/kmail.mo -share/locale/ca/LC_MESSAGES/knu.mo -share/locale/ca/LC_MESSAGES/kppp.mo -share/locale/ca/LC_MESSAGES/kppplogview.mo -share/locale/ca/LC_MESSAGES/krn.mo -share/locale/ca/LC_MESSAGES/ktalkd.mo -share/locale/cs/LC_MESSAGES/karchie.mo -share/locale/cs/LC_MESSAGES/kbiff.mo -share/locale/cs/LC_MESSAGES/kcmktalkd.mo -share/locale/cs/LC_MESSAGES/kfinger.mo -share/locale/cs/LC_MESSAGES/kmail.mo -share/locale/cs/LC_MESSAGES/knu.mo -share/locale/cs/LC_MESSAGES/korn.mo -share/locale/cs/LC_MESSAGES/kppp.mo -share/locale/cs/LC_MESSAGES/krn.mo -share/locale/cs/LC_MESSAGES/ksirc.mo -share/locale/cs/LC_MESSAGES/ktalkd.mo -share/locale/da/LC_MESSAGES/karchie.mo -share/locale/da/LC_MESSAGES/kbiff.mo -share/locale/da/LC_MESSAGES/kcmktalkd.mo -share/locale/da/LC_MESSAGES/kfinger.mo -share/locale/da/LC_MESSAGES/kmail.mo -share/locale/da/LC_MESSAGES/knu.mo -share/locale/da/LC_MESSAGES/korn.mo -share/locale/da/LC_MESSAGES/kppp.mo -share/locale/da/LC_MESSAGES/krn.mo -share/locale/da/LC_MESSAGES/ksirc.mo -share/locale/da/LC_MESSAGES/ktalkd.mo -share/locale/de/LC_MESSAGES/karchie.mo -share/locale/de/LC_MESSAGES/kbiff.mo -share/locale/de/LC_MESSAGES/kcmktalkd.mo -share/locale/de/LC_MESSAGES/kfinger.mo -share/locale/de/LC_MESSAGES/kmail.mo -share/locale/de/LC_MESSAGES/knu.mo -share/locale/de/LC_MESSAGES/korn.mo -share/locale/de/LC_MESSAGES/kppp.mo -share/locale/de/LC_MESSAGES/kppplogview.mo -share/locale/de/LC_MESSAGES/krn.mo -share/locale/de/LC_MESSAGES/ksirc.mo -share/locale/de/LC_MESSAGES/ktalkd.mo -share/locale/el/LC_MESSAGES/kmail.mo -share/locale/el/LC_MESSAGES/knu.mo -share/locale/el/LC_MESSAGES/kppp.mo -share/locale/el/LC_MESSAGES/krn.mo -share/locale/eo/LC_MESSAGES/karchie.mo -share/locale/eo/LC_MESSAGES/kbiff.mo -share/locale/eo/LC_MESSAGES/kcmktalkd.mo -share/locale/eo/LC_MESSAGES/kfinger.mo -share/locale/eo/LC_MESSAGES/kmail.mo -share/locale/eo/LC_MESSAGES/knu.mo -share/locale/eo/LC_MESSAGES/korn.mo -share/locale/eo/LC_MESSAGES/kppp.mo -share/locale/eo/LC_MESSAGES/krn.mo -share/locale/eo/LC_MESSAGES/ksirc.mo -share/locale/eo/LC_MESSAGES/ktalkd.mo -share/locale/es/LC_MESSAGES/kbiff.mo -share/locale/es/LC_MESSAGES/kfinger.mo -share/locale/es/LC_MESSAGES/kmail.mo -share/locale/es/LC_MESSAGES/knu.mo -share/locale/es/LC_MESSAGES/korn.mo -share/locale/es/LC_MESSAGES/kppp.mo -share/locale/es/LC_MESSAGES/krn.mo -share/locale/es/LC_MESSAGES/ktalkd.mo -share/locale/et/LC_MESSAGES/kmail.mo -share/locale/fi/LC_MESSAGES/karchie.mo -share/locale/fi/LC_MESSAGES/kbiff.mo -share/locale/fi/LC_MESSAGES/kcmktalkd.mo -share/locale/fi/LC_MESSAGES/kfinger.mo -share/locale/fi/LC_MESSAGES/kmail.mo -share/locale/fi/LC_MESSAGES/knu.mo -share/locale/fi/LC_MESSAGES/korn.mo -share/locale/fi/LC_MESSAGES/kppp.mo -share/locale/fi/LC_MESSAGES/krn.mo -share/locale/fi/LC_MESSAGES/ksirc.mo -share/locale/fi/LC_MESSAGES/ktalkd.mo -share/locale/fr/LC_MESSAGES/karchie.mo -share/locale/fr/LC_MESSAGES/kbiff.mo -share/locale/fr/LC_MESSAGES/kcmktalkd.mo -share/locale/fr/LC_MESSAGES/kfinger.mo -share/locale/fr/LC_MESSAGES/kmail.mo -share/locale/fr/LC_MESSAGES/knu.mo -share/locale/fr/LC_MESSAGES/korn.mo -share/locale/fr/LC_MESSAGES/kppp.mo -share/locale/fr/LC_MESSAGES/kppplogview.mo -share/locale/fr/LC_MESSAGES/krn.mo -share/locale/fr/LC_MESSAGES/ksirc.mo -share/locale/fr/LC_MESSAGES/ktalkd.mo -share/locale/he/LC_MESSAGES/kppp.mo -share/locale/hr/LC_MESSAGES/kbiff.mo -share/locale/hr/LC_MESSAGES/kfinger.mo -share/locale/hr/LC_MESSAGES/kmail.mo -share/locale/hr/LC_MESSAGES/knu.mo -share/locale/hr/LC_MESSAGES/kppp.mo -share/locale/hr/LC_MESSAGES/krn.mo -share/locale/hr/LC_MESSAGES/ksirc.mo -share/locale/hr/LC_MESSAGES/ktalkd.mo -share/locale/hs/LC_MESSAGES/kmail.mo -share/locale/hs/LC_MESSAGES/krn.mo -share/locale/hu/LC_MESSAGES/kbiff.mo -share/locale/hu/LC_MESSAGES/kfinger.mo -share/locale/hu/LC_MESSAGES/kmail.mo -share/locale/hu/LC_MESSAGES/knu.mo -share/locale/hu/LC_MESSAGES/ktalkd.mo -share/locale/is/LC_MESSAGES/karchie.mo -share/locale/is/LC_MESSAGES/kbiff.mo -share/locale/is/LC_MESSAGES/kcmktalkd.mo -share/locale/is/LC_MESSAGES/kfinger.mo -share/locale/is/LC_MESSAGES/kmail.mo -share/locale/is/LC_MESSAGES/knu.mo -share/locale/is/LC_MESSAGES/korn.mo -share/locale/is/LC_MESSAGES/kppp.mo -share/locale/is/LC_MESSAGES/krn.mo -share/locale/is/LC_MESSAGES/ksirc.mo -share/locale/is/LC_MESSAGES/ktalkd.mo -share/locale/it/LC_MESSAGES/kbiff.mo -share/locale/it/LC_MESSAGES/kcmktalkd.mo -share/locale/it/LC_MESSAGES/kfinger.mo -share/locale/it/LC_MESSAGES/kmail.mo -share/locale/it/LC_MESSAGES/knu.mo -share/locale/it/LC_MESSAGES/korn.mo -share/locale/it/LC_MESSAGES/kppp.mo -share/locale/it/LC_MESSAGES/krn.mo -share/locale/it/LC_MESSAGES/ktalkd.mo -share/locale/ja/LC_MESSAGES/karchie.mo -share/locale/ja/LC_MESSAGES/kbiff.mo -share/locale/ja/LC_MESSAGES/kcmktalkd.mo -share/locale/ja/LC_MESSAGES/kfinger.mo -share/locale/ja/LC_MESSAGES/kmail.mo -share/locale/ja/LC_MESSAGES/knu.mo -share/locale/ja/LC_MESSAGES/korn.mo -share/locale/ja/LC_MESSAGES/kppp.mo -share/locale/ja/LC_MESSAGES/kppplogview.mo -share/locale/ja/LC_MESSAGES/krn.mo -share/locale/ja/LC_MESSAGES/ksirc.mo -share/locale/ja/LC_MESSAGES/ktalkd.mo -share/locale/ko/LC_MESSAGES/kmail.mo -share/locale/ko/LC_MESSAGES/knu.mo -share/locale/ko/LC_MESSAGES/kppp.mo -share/locale/ko/LC_MESSAGES/krn.mo -share/locale/mk/LC_MESSAGES/kmail.mo -share/locale/nl/LC_MESSAGES/kmail.mo -share/locale/nl/LC_MESSAGES/knu.mo -share/locale/nl/LC_MESSAGES/kppp.mo -share/locale/nl/LC_MESSAGES/krn.mo -share/locale/nl/LC_MESSAGES/ktalkd.mo -share/locale/no/LC_MESSAGES/karchie.mo -share/locale/no/LC_MESSAGES/kbiff.mo -share/locale/no/LC_MESSAGES/kcmktalkd.mo -share/locale/no/LC_MESSAGES/kfinger.mo -share/locale/no/LC_MESSAGES/kmail.mo -share/locale/no/LC_MESSAGES/knu.mo -share/locale/no/LC_MESSAGES/korn.mo -share/locale/no/LC_MESSAGES/kppp.mo -share/locale/no/LC_MESSAGES/krn.mo -share/locale/no/LC_MESSAGES/ksirc.mo -share/locale/no/LC_MESSAGES/ktalkd.mo -share/locale/pl/LC_MESSAGES/karchie.mo -share/locale/pl/LC_MESSAGES/kbiff.mo -share/locale/pl/LC_MESSAGES/kcmktalkd.mo -share/locale/pl/LC_MESSAGES/kfinger.mo -share/locale/pl/LC_MESSAGES/kmail.mo -share/locale/pl/LC_MESSAGES/knu.mo -share/locale/pl/LC_MESSAGES/korn.mo -share/locale/pl/LC_MESSAGES/kppp.mo -share/locale/pl/LC_MESSAGES/kppplogview.mo -share/locale/pl/LC_MESSAGES/krn.mo -share/locale/pl/LC_MESSAGES/ksirc.mo -share/locale/pl/LC_MESSAGES/ktalkd.mo -share/locale/pt/LC_MESSAGES/kbiff.mo -share/locale/pt/LC_MESSAGES/kcmktalkd.mo -share/locale/pt/LC_MESSAGES/kfinger.mo -share/locale/pt/LC_MESSAGES/kmail.mo -share/locale/pt/LC_MESSAGES/knu.mo -share/locale/pt/LC_MESSAGES/kppp.mo -share/locale/pt/LC_MESSAGES/krn.mo -share/locale/pt/LC_MESSAGES/ksirc.mo -share/locale/pt/LC_MESSAGES/ktalkd.mo -share/locale/pt_BR/LC_MESSAGES/karchie.mo -share/locale/pt_BR/LC_MESSAGES/kbiff.mo -share/locale/pt_BR/LC_MESSAGES/kcmktalkd.mo -share/locale/pt_BR/LC_MESSAGES/kcmtalkd.mo -share/locale/pt_BR/LC_MESSAGES/kfinger.mo -share/locale/pt_BR/LC_MESSAGES/kmail.mo -share/locale/pt_BR/LC_MESSAGES/knu.mo -share/locale/pt_BR/LC_MESSAGES/korn.mo -share/locale/pt_BR/LC_MESSAGES/kppp.mo -share/locale/pt_BR/LC_MESSAGES/krn.mo -share/locale/pt_BR/LC_MESSAGES/ksirc.mo -share/locale/pt_BR/LC_MESSAGES/ktalkd.mo -share/locale/ro/LC_MESSAGES/kfinger.mo -share/locale/ro/LC_MESSAGES/kmail.mo -share/locale/ro/LC_MESSAGES/kppp.mo -share/locale/ro/LC_MESSAGES/krn.mo -share/locale/ru/LC_MESSAGES/kbiff.mo -share/locale/ru/LC_MESSAGES/kcmktalkd.mo -share/locale/ru/LC_MESSAGES/kfinger.mo -share/locale/ru/LC_MESSAGES/kmail.mo -share/locale/ru/LC_MESSAGES/knu.mo -share/locale/ru/LC_MESSAGES/korn.mo -share/locale/ru/LC_MESSAGES/kppp.mo -share/locale/ru/LC_MESSAGES/kppplogview.mo -share/locale/ru/LC_MESSAGES/krn.mo -share/locale/ru/LC_MESSAGES/ksirc.mo -share/locale/ru/LC_MESSAGES/ktalkd.mo -share/locale/sk/LC_MESSAGES/karchie.mo -share/locale/sk/LC_MESSAGES/kbiff.mo -share/locale/sk/LC_MESSAGES/kcmktalkd.mo -share/locale/sk/LC_MESSAGES/kfinger.mo -share/locale/sk/LC_MESSAGES/kmail.mo -share/locale/sk/LC_MESSAGES/knu.mo -share/locale/sk/LC_MESSAGES/korn.mo -share/locale/sk/LC_MESSAGES/kppp.mo -share/locale/sk/LC_MESSAGES/krn.mo -share/locale/sk/LC_MESSAGES/ksirc.mo -share/locale/sk/LC_MESSAGES/ktalkd.mo -share/locale/sl/LC_MESSAGES/karchie.mo -share/locale/sl/LC_MESSAGES/kbiff.mo -share/locale/sl/LC_MESSAGES/kcmktalkd.mo -share/locale/sl/LC_MESSAGES/kfinger.mo -share/locale/sl/LC_MESSAGES/kmail.mo -share/locale/sl/LC_MESSAGES/knu.mo -share/locale/sl/LC_MESSAGES/korn.mo -share/locale/sl/LC_MESSAGES/kppp.mo -share/locale/sl/LC_MESSAGES/krn.mo -share/locale/sl/LC_MESSAGES/ksirc.mo -share/locale/sl/LC_MESSAGES/ktalkd.mo -share/locale/sv/LC_MESSAGES/karchie.mo -share/locale/sv/LC_MESSAGES/kbiff.mo -share/locale/sv/LC_MESSAGES/kcmtalkd.mo -share/locale/sv/LC_MESSAGES/kfinger.mo -share/locale/sv/LC_MESSAGES/kmail.mo -share/locale/sv/LC_MESSAGES/knu.mo -share/locale/sv/LC_MESSAGES/korn.mo -share/locale/sv/LC_MESSAGES/kppp.mo -share/locale/sv/LC_MESSAGES/krn.mo -share/locale/sv/LC_MESSAGES/ksirc.mo -share/locale/sv/LC_MESSAGES/ktalkd.mo -share/locale/tr/LC_MESSAGES/kmail.mo -share/locale/tr/LC_MESSAGES/knu.mo -share/locale/tr/LC_MESSAGES/kppp.mo -share/locale/tr/LC_MESSAGES/krn.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kfinger.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kmail.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/knu.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/kppp.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/krn.mo -share/locale/zh_CN.GB2312/LC_MESSAGES/ktalkd.mo -share/sounds/ktalkd.wav -share/toolbar/kcontrol.xpm -share/toolbar/mini-clock.xpm -share/toolbar/mini-connect.xpm -share/toolbar/mini-ktalk.xpm -@exec ln -sf libpuke.so.0 %D/lib/libpuke.so -@exec ln -sf libptablevw.so.0 %D/lib/ksirc/libptablevw.so -@exec ln -sf libptabdialog.so.0 %D/lib/ksirc/libptabdialog.so -@exec ln -sf libppushbt.so.0 %D/lib/ksirc/libppushbt.so -@exec ln -sf libpprogress.so.0 %D/lib/ksirc/libpprogress.so -@exec ln -sf libppopmenu.so.0 %D/lib/ksirc/libppopmenu.so -@exec ln -sf libpobjfinder.so.0 %D/lib/ksirc/libpobjfinder.so -@exec ln -sf libpmenudta.so.0 %D/lib/ksirc/libpmenudta.so -@exec ln -sf libplistbox.so.0 %D/lib/ksirc/libplistbox.so -@exec ln -sf libplined.so.0 %D/lib/ksirc/libplined.so -@exec ln -sf libplabel.so.0 %D/lib/ksirc/libplabel.so -@exec ln -sf libpkfiledialog.so.0 %D/lib/ksirc/libpkfiledialog.so -@exec ln -sf libpframe.so.0 %D/lib/ksirc/libpframe.so -@exec ln -sf libpbutton.so.0 %D/lib/ksirc/libpbutton.so -@exec ln -sf libpalistbox.so.0 %D/lib/ksirc/libpalistbox.so -@exec ln -sf libksirclistbox.so.0 %D/lib/ksirc/libksirclistbox.so -@dirrm share/sounds -@dirrm share/doc/HTML/it/ktalkd -@dirrm share/doc/HTML/fr/ktalkd -@dirrm share/doc/HTML/en/pws -@dirrm share/doc/HTML/en/ktalkd -@dirrm share/doc/HTML/en/ksirc -@dirrm share/doc/HTML/en/krn -@dirrm share/doc/HTML/en/kppp -@dirrm share/doc/HTML/en/korn -@dirrm share/doc/HTML/en/knu -@dirrm share/doc/HTML/en/kmail -@dirrm share/doc/HTML/en/kfinger -@dirrm share/doc/HTML/en/kbiff -@dirrm share/doc/HTML/en/karchie -@dirrm share/doc/HTML/el/ktalkd -@dirrm share/apps/ksirc/pics -@dirrm share/apps/ksirc/icons -@dirrm share/apps/ksirc -@dirrm share/apps/krn/toolbar -@dirrm share/apps/krn -@dirrm share/apps/kppp/pics -@dirrm share/apps/kppp/Rules/Switzerland -@dirrm share/apps/kppp/Rules/Sweden -@dirrm share/apps/kppp/Rules/Spain -@dirrm share/apps/kppp/Rules/South_Afrika -@dirrm share/apps/kppp/Rules/Slovakia -@dirrm share/apps/kppp/Rules/Singapore -@dirrm share/apps/kppp/Rules/Romania -@dirrm share/apps/kppp/Rules/Portugal -@dirrm share/apps/kppp/Rules/Poland -@dirrm share/apps/kppp/Rules/Norway -@dirrm share/apps/kppp/Rules/Netherlands -@dirrm share/apps/kppp/Rules/Mauritius -@dirrm share/apps/kppp/Rules/Malaysia -@dirrm share/apps/kppp/Rules/Luxembourg -@dirrm share/apps/kppp/Rules/Kazakhstan -@dirrm share/apps/kppp/Rules/Japan -@dirrm share/apps/kppp/Rules/Jamaica -@dirrm share/apps/kppp/Rules/Italy -@dirrm share/apps/kppp/Rules/Indonesia -@dirrm share/apps/kppp/Rules/Iceland -@dirrm share/apps/kppp/Rules/Hungary -@dirrm share/apps/kppp/Rules/Hong_Kong -@dirrm share/apps/kppp/Rules/Greece -@dirrm share/apps/kppp/Rules/Germany -@dirrm share/apps/kppp/Rules/France -@dirrm share/apps/kppp/Rules/England -@dirrm share/apps/kppp/Rules/Denmark -@dirrm share/apps/kppp/Rules/Czechia -@dirrm share/apps/kppp/Rules/Croatia -@dirrm share/apps/kppp/Rules/Brasil -@dirrm share/apps/kppp/Rules/Belgium -@dirrm share/apps/kppp/Rules/Austria/Standard -@dirrm share/apps/kppp/Rules/Austria/Minimum -@dirrm share/apps/kppp/Rules/Austria/Business_2 -@dirrm share/apps/kppp/Rules/Austria/Business_1 -@dirrm share/apps/kppp/Rules/Austria -@dirrm share/apps/kppp/Rules/Argentina -@dirrm share/apps/kppp/Rules -@dirrm share/apps/kppp -@dirrm share/apps/kmail/pics -@dirrm share/apps/kmail -@dirrm share/apps/kbiff/pics -@dirrm share/apps/kbiff -@unexec rm -f %D/lib/ksirc/libksirclistbox.so -@unexec rm -f %D/lib/ksirc/libpalistbox.so -@unexec rm -f %D/lib/ksirc/libpbutton.so -@unexec rm -f %D/lib/ksirc/libpframe.so -@unexec rm -f %D/lib/ksirc/libpkfiledialog.so -@unexec rm -f %D/lib/ksirc/libplabel.so -@unexec rm -f %D/lib/ksirc/libplined.so -@unexec rm -f %D/lib/ksirc/libplistbox.so -@unexec rm -f %D/lib/ksirc/libpmenudta.so -@unexec rm -f %D/lib/ksirc/libpobjfinder.so -@unexec rm -f %D/lib/ksirc/libppopmenu.so -@unexec rm -f %D/lib/ksirc/libpprogress.so -@unexec rm -f %D/lib/ksirc/libppushbt.so -@unexec rm -f %D/lib/ksirc/libptabdialog.so -@unexec rm -f %D/lib/ksirc/libptablevw.so -@dirrm lib/ksirc -@unexec rm -f %D/lib/libpuke.so -@exec ln -sf kppp.html %D/share/doc/HTML/en/kppp/index.html -@unexec rm -f %D/share/doc/HTML/en/kppp/index.html diff --git a/net/libnet10/Makefile b/net/libnet10/Makefile deleted file mode 100644 index 6fdeef13f47b..000000000000 --- a/net/libnet10/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# Ports collection makefile for: libnet -# Version required: 0.99g -# Date created: Sun Feb 3, 1999 -# Whom: shipley@dis.org -# -# $FreeBSD$ -# - -DISTNAME= libnet-0.99g -CATEGORIES= net -MASTER_SITES= http://www.packetfactory.net/libnet/dist/ -EXTRACT_SUFX= .tgz - -MAINTAINER= shipley@dis.org - -MAN3= libnet.3 - -GNU_CONFIGURE= yes - -#NOPROFILE= true - -.include <bsd.port.pre.mk> -.if ${OSVERSION} <= 300000 -BROKEN= does not build -.endif - -WRKSRC= ${WRKDIR}/Libnet-0.99g - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/libnet - ${INSTALL_MAN} ${WRKSRC}/doc/PORTS ${PREFIX}/share/doc/libnet - ${INSTALL_MAN} ${WRKSRC}/doc/README ${PREFIX}/share/doc/libnet - ${INSTALL_MAN} ${WRKSRC}/doc/README.bpf ${PREFIX}/share/doc/libnet - ${INSTALL_MAN} ${WRKSRC}/doc/README.asn.1 ${PREFIX}/share/doc/libnet - ${INSTALL_MAN} ${WRKSRC}/doc/README.bpf ${PREFIX}/share/doc/libnet - ${INSTALL_MAN} ${WRKSRC}/doc/README.examples ${PREFIX}/share/doc/libnet - ${INSTALL_MAN} ${WRKSRC}/doc/README.linux ${PREFIX}/share/doc/libnet - ${INSTALL_MAN} ${WRKSRC}/doc/README.rawsockets ${PREFIX}/share/doc/libnet - ${INSTALL_MAN} ${WRKSRC}/doc/README.stubs ${PREFIX}/share/doc/libnet -.endif - -.include <bsd.port.post.mk> diff --git a/net/libnet10/distinfo b/net/libnet10/distinfo deleted file mode 100644 index 449784947c45..000000000000 --- a/net/libnet10/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (libnet-0.99g.tgz) = 81ef8df7abf319276db41cbe16cb277c diff --git a/net/libnet10/files/patch-aa b/net/libnet10/files/patch-aa deleted file mode 100644 index 8dcc13cfaa46..000000000000 --- a/net/libnet10/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Sat Jan 30 13:25:07 1999 -+++ configure Thu Oct 7 19:31:17 1999 -@@ -1216,7 +1216,7 @@ - EOF - - MAN_PREFIX="$prefix/man/man3/" -- LIB_PREFIX="$prefix/lib/aout" -+ LIB_PREFIX="$prefix/lib/" - INC_PREFIX="$prefix/include/" - ln -sf FreeBSD support/bpf-lkm/etherspoof - ;; -@@ -1231,7 +1231,7 @@ - EOF - - MAN_PREFIX="$prefix/man/man3/" -- LIB_PREFIX="$prefix/lib/aout" -+ LIB_PREFIX="$prefix/lib/" - INC_PREFIX="$prefix/include/" - ;; - diff --git a/net/libnet10/files/patch-ab b/net/libnet10/files/patch-ab deleted file mode 100644 index 6c877fe42693..000000000000 --- a/net/libnet10/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Thu Oct 7 20:17:43 1999 -+++ Makefile.in Thu Oct 7 20:17:56 1999 -@@ -104,7 +104,7 @@ - $(INSTALL) -c -m 0644 $(INCLUDE-M) $(DESTDIR)$(INC_PREFIX)$(LIBNET) - $(INSTALL) -c -m 0644 $(INCLUDE-A) $(DESTDIR)$(INC_PREFIX)$(LIBNET) - $(INSTALL) -c -m 0644 $(INCLUDE-O) $(DESTDIR)$(INC_PREFIX)$(LIBNET) -- $(INSTALL) -c -m 0644 $(MAN) $(DESTDIR)$(MAN_PREFIX) -+ $(INSTALL) -c -m 0644 $(MAN) $(DESTDIR)$(MAN_PREFIX)/man3 - $(INSTALL) -c -m 0755 $(CONFIG) $(DESTDIR)$(BIN_PREFIX) - - clean: diff --git a/net/libnet10/pkg-comment b/net/libnet10/pkg-comment deleted file mode 100644 index 92b86b073725..000000000000 --- a/net/libnet10/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A C library for creating IP packets diff --git a/net/libnet10/pkg-descr b/net/libnet10/pkg-descr deleted file mode 100644 index 5346df1360c8..000000000000 --- a/net/libnet10/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -Libnet A C library for portable packet creation - -domains of sockets and protocols. - -A C library for portable packet creation - -Included are also simple example test programs - - -Libnet is a collection of routines to help with the construction -and handling of network packets. It provides a portable framework -for low-level network packet writing and handling. - -Libnet features portable packet creation interfaces at the IP layer -and link layer, as well as a host of supplementary and complementary -functionality. - -See http://www.infonexus.com/~daemon9/Projects/Libnet/ for more info diff --git a/net/libnet10/pkg-plist b/net/libnet10/pkg-plist deleted file mode 100644 index 0fa983ea78e1..000000000000 --- a/net/libnet10/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -bin/libnet-config -include/libnet.h -include/libnet/libnet-headers.h -include/libnet/libnet-functions.h -include/libnet/libnet-ospf.h -include/libnet/libnet-structures.h -include/libnet/libnet-macros.h -include/libnet/libnet-asn1.h -lib/libpwrite -lib/libnet.a -share/doc/libnet/PORTS -share/doc/libnet/README -share/doc/libnet/README.asn.1 -share/doc/libnet/README.bpf -share/doc/libnet/README.examples -share/doc/libnet/README.linux -share/doc/libnet/README.rawsockets -share/doc/libnet/README.stubs -@dirrm share/doc/libnet -@dirrm include/libnet diff --git a/net/licq-devel/Makefile b/net/licq-devel/Makefile deleted file mode 100644 index d6d03b944342..000000000000 --- a/net/licq-devel/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: licq -# Version required: 0.61 -# Date created: 2 July 1998 -# Whom: Brian Feldman -# -# $FreeBSD$ -# - -DISTNAME= licq-0.61 -CATEGORIES= net -MASTER_SITES= ftp://ftp.wibble.net/pub/licq/srcs/ \ - ftp://licq.darkorb.net/srcs/ \ - ftp://ftp.fanfic.org/pub/licq/srcs/ \ - ftp://ftp.inter-i.uni-mainz.de/pub/licq/srcs/ - -MAINTAINER= green@FreeBSD.org - -USE_QT= yes - -USE_GMAKE= yes -GNU_CONFIGURE= yes - -MAN1= licq.1 - -post-install: - @${MKDIR} ${PREFIX}/share/licq - @${CP} ${WRKSRC}/contrib/licq.* ${WRKSRC}/contrib/viewurl* \ - ${PREFIX}/share/licq - @${CHMOD} 555 ${PREFIX}/share/licq/* - @${CHOWN} bin.bin ${PREFIX}/share/licq/* - -.include <bsd.port.mk> diff --git a/net/licq-devel/distinfo b/net/licq-devel/distinfo deleted file mode 100644 index cd5cbb74aa42..000000000000 --- a/net/licq-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (licq-0.61.tar.gz) = 5abfb71ab1dcd45ca6f349d5e0dd26a1 diff --git a/net/licq-devel/files/patch-aa b/net/licq-devel/files/patch-aa deleted file mode 100644 index 41d231f474bb..000000000000 --- a/net/licq-devel/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- src/messagebox.cpp.old Tue Mar 9 15:42:14 1999 -+++ src/messagebox.cpp Tue Mar 9 15:42:55 1999 -@@ -67,7 +67,7 @@ - QColorGroup newNormal(normal.foreground(), normal.background(), normal.light(), normal.dark(), - normal.mid(), normal.text(), QColor(192, 192, 192)); - setPalette(QPalette(newNormal, pal.disabled(), newNormal)); -- setStyle(WindowsStyle); -+ setStyle(MotifStyle); - setFrameStyle(QFrame::Panel | QFrame::Sunken); - - } ---- src/searchuserdlg.cpp.old Tue Mar 9 15:42:23 1999 -+++ src/searchuserdlg.cpp Tue Mar 9 15:42:48 1999 -@@ -115,7 +115,7 @@ - QColorGroup normal(pal.normal()); - QColorGroup newNormal(normal.foreground(), normal.background(), normal.light(), normal.dark(), normal.mid(), normal.text(), QColor(192, 192, 192)); - foundView->setPalette(QPalette(newNormal, pal.disabled(), newNormal));*/ -- foundView->setStyle(WindowsStyle); -+ foundView->setStyle(MotifStyle); - foundView->setFrameStyle(QFrame::Box | QFrame::Raised); - - connect (btnDone, SIGNAL(clicked()), this, SLOT(accept())); diff --git a/net/licq-devel/files/patch-ab b/net/licq-devel/files/patch-ab deleted file mode 100644 index 27aee2a8cbe9..000000000000 --- a/net/licq-devel/files/patch-ab +++ /dev/null @@ -1,22 +0,0 @@ ---- acconfig.h.old Wed Mar 10 10:05:47 1999 -+++ acconfig.h Wed Mar 10 10:06:26 1999 -@@ -14,7 +14,7 @@ - - /* Change this to MotifStyle if you want the old-school Motif - widget look. */ --#define STYLE WindowsStyle -+#define STYLE MotifStyle - - /* The name of the package we're compiling */ - #undef PACKAGE ---- config.h.in.old Wed Mar 10 10:05:53 1999 -+++ config.h.in Wed Mar 10 10:06:17 1999 -@@ -15,7 +15,7 @@ - - /* Change this to MotifStyle if you want the old-school Motif - widget look. */ --#define STYLE WindowsStyle -+#define STYLE MotifStyle - - /* The name of the package we're compiling */ - #undef PACKAGE diff --git a/net/licq-devel/pkg-comment b/net/licq-devel/pkg-comment deleted file mode 100644 index 9d3275098511..000000000000 --- a/net/licq-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -X11 and QT-based ICQ-compatible program diff --git a/net/licq-devel/pkg-descr b/net/licq-devel/pkg-descr deleted file mode 100644 index ae3421e48382..000000000000 --- a/net/licq-devel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is an unofficial ICQ clone, written in C++ for X11 and the QT interface. -It is in no way endorsed by Mirabilis, and now is the most full-featured -ICQ-compatible program with the exception of Java ICQ. diff --git a/net/licq-devel/pkg-plist b/net/licq-devel/pkg-plist deleted file mode 100644 index e7c4b870db02..000000000000 --- a/net/licq-devel/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/licq -share/licq-base.tar.gz -share/licq/licq.javaconvert -share/licq/licq.micqconvert -share/licq/licq.winconvert -share/licq/viewurl-lynx.sh -share/licq/viewurl-ncftp.sh -share/licq/viewurl-netscape.sh -@dirrm share/licq diff --git a/net/mpich2/Makefile b/net/mpich2/Makefile deleted file mode 100644 index 4341450429c7..000000000000 --- a/net/mpich2/Makefile +++ /dev/null @@ -1,182 +0,0 @@ -# New ports collection makefile for: mpich (portable mpi standard imp.) -# Version required: 1.1.2 -# Date created: 2 May 1998 -# Whom: dbader@eece.unm.edu -# -# $FreeBSD$ -# - -DISTNAME= mpich-1.1.2 -CATEGORIES= net -MASTER_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/ - -PATCH_SITES= ftp://ftp.mcs.anl.gov/pub/mpi/patch/1.1.2/ -PATCHFILES= 4152 4165 4169 4180 4224 - -MAINTAINER= dbader@eece.unm.edu - -DIST_SUBDIR= mpich - -HAS_CONFIGURE= yes -CONFIGURE_ARGS= -cflags="${CFLAGS}" -prefix=${PREFIX}/mpich - -# Include support for ssh client -USE_SSH?= YES -# Use ssh instead of rsh -.if defined(USE_SSH) && ${USE_SSH} == YES || \ - exists(${PREFIX}/bin/ssh) && \ - (!defined(USE_SSH) || ${USE_SSH} != NO) -RUN_DEPENDS+= ssh:${PORTSDIR}/security/ssh -CONFIGURE_ARGS+= -rsh="${PREFIX}/bin/ssh" -.endif - -WRKSRC= ${WRKDIR}/mpich -ALL_TARGET= -MANPREFIX= ${PREFIX}/mpich -MAN1= Jumpshot.1 MPI.1 chp4_servs.1 mpiCC.1 mpicc.1 mpif77.1 \ - mpif90.1 mpiman.1 mpireconfig.1 mpirun.1 tstmachines.1 -MAN3= Constants.3 MPIO_Request_c2f.3 MPIO_Request_f2c.3 \ - MPIO_Test.3 MPIO_Wait.3 MPI_2COMPLEX.3 \ - MPI_2DOUBLE_COMPLEX.3 MPI_2DOUBLE_PRECISION.3 MPI_2INT.3 \ - MPI_2INTEGER.3 MPI_2REAL.3 MPI_ANY_SOURCE.3 \ - MPI_ANY_TAG.3 MPI_Abort.3 MPI_Address.3 MPI_Aint.3 \ - MPI_Allgather.3 MPI_Allgatherv.3 MPI_Allreduce.3 \ - MPI_Alltoall.3 MPI_Alltoallv.3 MPI_Attr_delete.3 \ - MPI_Attr_get.3 MPI_Attr_put.3 MPI_BAND.3 MPI_BOR.3 \ - MPI_BOTTOM.3 MPI_BSEND_OVERHEAD.3 MPI_BXOR.3 \ - MPI_BYTE.3 MPI_Barrier.3 MPI_Bcast.3 \ - MPI_Bsend.3 MPI_Bsend_init.3 MPI_Buffer_attach.3 \ - MPI_Buffer_detach.3 MPI_CART.3 MPI_CHAR.3 \ - MPI_COMM_NULL.3 MPI_COMM_SELF.3 MPI_COMM_WORLD.3 \ - MPI_COMPLEX.3 MPI_CONGRUENT.3 MPI_Cancel.3 \ - MPI_Cart_coords.3 MPI_Cart_create.3 MPI_Cart_get.3 \ - MPI_Cart_map.3 MPI_Cart_rank.3 MPI_Cart_shift.3 \ - MPI_Cart_sub.3 MPI_Cartdim_get.3 MPI_Comm_compare.3 \ - MPI_Comm_create.3 MPI_Comm_dup.3 MPI_Comm_free.3 \ - MPI_Comm_group.3 MPI_Comm_rank.3 \ - MPI_Comm_remote_group.3 MPI_Comm_remote_size.3 \ - MPI_Comm_size.3 MPI_Comm_split.3 MPI_Comm_test_inter.3 \ - MPI_Copy_function.3 MPI_DATATYPE_NULL.3 MPI_DOUBLE.3 \ - MPI_DOUBLE_COMPLEX.3 MPI_DOUBLE_INT.3 \ - MPI_DOUBLE_PRECISION.3 MPI_DUP_FN.3 \ - MPI_Delete_function.3 MPI_Dims_create.3 \ - MPI_ERRHANDLER_NULL.3 MPI_ERROR.3 \ - MPI_ERRORS_ARE_FATAL.3 MPI_ERRORS_RETURN.3 \ - MPI_ERR_ARG.3 MPI_ERR_BAD_ARGS.3 MPI_ERR_BUFFER.3 \ - MPI_ERR_BUFFER_EXISTS.3 MPI_ERR_COMM.3 \ - MPI_ERR_COMM_INTER.3 MPI_ERR_COMM_INTRA.3 \ - MPI_ERR_COMM_NULL.3 MPI_ERR_COUNT.3 MPI_ERR_DIMS.3 \ - MPI_ERR_ERRORCODE.3 MPI_ERR_EXHAUSTED.3 \ - MPI_ERR_GROUP.3 MPI_ERR_INIT.3 MPI_ERR_INTERN.3 \ - MPI_ERR_IN_STATUS.3 MPI_ERR_LASTCODE.3 MPI_ERR_LIMIT.3 \ - MPI_ERR_NOMATCH.3 MPI_ERR_NULL.3 MPI_ERR_OP.3 \ - MPI_ERR_OTHER.3 MPI_ERR_PERM_KEY.3 MPI_ERR_PERM_OP.3 \ - MPI_ERR_PERM_TYPE.3 MPI_ERR_PRE_INIT.3 MPI_ERR_RANK.3 \ - MPI_ERR_REQUEST.3 MPI_ERR_ROOT.3 MPI_ERR_TAG.3 \ - MPI_ERR_TOPOLOGY.3 MPI_ERR_TRUNCATE.3 MPI_ERR_TYPE.3 \ - MPI_ERR_UNKNOWN.3 MPI_Errhandler_create.3 \ - MPI_Errhandler_free.3 MPI_Errhandler_get.3 \ - MPI_Errhandler_set.3 MPI_Error_class.3 \ - MPI_Error_string.3 MPI_FLOAT.3 MPI_FLOAT_INT.3 \ - MPI_File_c2f.3 MPI_File_close.3 MPI_File_delete.3 \ - MPI_File_f2c.3 MPI_File_get_amode.3 MPI_File_get_atomicity.3 \ - MPI_File_get_byte_offset.3 MPI_File_get_group.3 \ - MPI_File_get_info.3 MPI_File_get_position.3 \ - MPI_File_get_size.3 MPI_File_get_type_extent.3 \ - MPI_File_get_view.3 MPI_File_iread.3 MPI_File_iread_at.3 \ - MPI_File_iwrite.3 MPI_File_iwrite_at.3 MPI_File_open.3 \ - MPI_File_preallocate.3 MPI_File_read.3 MPI_File_read_all.3 \ - MPI_File_read_at.3 MPI_File_read_at_all.3 MPI_File_seek.3 \ - MPI_File_set_atomicity.3 MPI_File_set_info.3 \ - MPI_File_set_size.3 MPI_File_set_view.3 MPI_File_sync.3 \ - MPI_File_write.3 MPI_File_write_all.3 MPI_File_write_at.3 \ - MPI_File_write_at_all.3 \ - MPI_Finalize.3 MPI_Finalized.3 MPI_GRAPH.3 \ - MPI_GROUP_EMPTY.3 MPI_GROUP_NULL.3 MPI_Gather.3 \ - MPI_Gatherv.3 MPI_Get_count.3 MPI_Get_elements.3 \ - MPI_Get_processor_name.3 MPI_Get_version.3 \ - MPI_Graph_create.3 MPI_Graph_get.3 MPI_Graph_map.3 \ - MPI_Graph_neighbors.3 MPI_Graph_neighbors_count.3 \ - MPI_Graphdims_get.3 MPI_Group_compare.3 \ - MPI_Group_difference.3 MPI_Group_excl.3 \ - MPI_Group_free.3 MPI_Group_incl.3 \ - MPI_Group_intersection.3 MPI_Group_range_excl.3 \ - MPI_Group_range_incl.3 MPI_Group_rank.3 \ - MPI_Group_size.3 MPI_Group_translate_ranks.3 \ - MPI_Group_union.3 MPI_HOST.3 MPI_Handler_function.3 \ - MPI_IDENT.3 MPI_INT.3 MPI_INTEGER.3 MPI_INTEGER1.3 \ - MPI_INTEGER2.3 MPI_INTEGER4.3 MPI_IO.3 MPI_Ibsend.3 \ - MPI_Info_c2f.3 MPI_Info_create.3 MPI_Info_delete.3 \ - MPI_Info_dup.3 MPI_Info_f2c.3 MPI_Info_free.3 \ - MPI_Info_get.3 MPI_Info_get_nkeys.3 \ - MPI_Info_get_nthkey.3 MPI_Info_get_valuelen.3 \ - MPI_Info_set.3 MPI_Init.3 MPI_Initialized.3 \ - MPI_Int2handle.3 MPI_Intercomm_create.3 \ - MPI_Intercomm_merge.3 MPI_Iprobe.3 MPI_Irecv.3 \ - MPI_Irsend.3 MPI_Isend.3 MPI_Issend.3 \ - MPI_KEYVAL_INVALID.3 MPI_Keyval_create.3 \ - MPI_Keyval_free.3 MPI_LAND.3 MPI_LB.3 MPI_LOGICAL.3 \ - MPI_LONG.3 MPI_LONG_DOUBLE.3 MPI_LONG_DOUBLE_INT.3 \ - MPI_LONG_INT.3 MPI_LONG_LONG_INT.3 MPI_LOR.3 \ - MPI_LXOR.3 MPI_MAX.3 MPI_MAXLOC.3 \ - MPI_MAX_ERROR_STRING.3 MPI_MAX_PROCESSOR_NAME.3 \ - MPI_MIN.3 MPI_MINLOC.3 MPI_NULL_COPY_FN.3 \ - MPI_NULL_DELETE_FN.3 MPI_OP_NULL.3 MPI_Op_create.3 \ - MPI_Op_free.3 MPI_PACKED.3 MPI_PROC_NULL.3 MPI_PROD.3 \ - MPI_Pack.3 MPI_Pack_size.3 MPI_Pcontrol.3 MPI_Probe.3 \ - MPI_REAL.3 MPI_REAL4.3 MPI_REAL8.3 MPI_REQUEST_NULL.3 \ - MPI_Recv.3 MPI_Recv_init.3 MPI_Reduce.3 \ - MPI_Reduce_scatter.3 MPI_Request_c2f.3 \ - MPI_Request_free.3 MPI_Rsend.3 MPI_Rsend_init.3 \ - MPI_SHORT.3 MPI_SHORT_INT.3 MPI_SIMILAR.3 MPI_SOURCE.3 \ - MPI_SUCCESS.3 MPI_SUM.3 MPI_Scan.3 MPI_Scatter.3 \ - MPI_Scatterv.3 MPI_Send.3 MPI_Send_init.3 \ - MPI_Sendrecv.3 MPI_Sendrecv_replace.3 MPI_Ssend.3 \ - MPI_Ssend_init.3 MPI_Start.3 MPI_Startall.3 \ - MPI_Status_c2f.3 MPI_Status_f2c.3 MPI_TAG.3 \ - MPI_TAG_UB.3 MPI_Test.3 MPI_Test_cancelled.3 \ - MPI_Testall.3 MPI_Testany.3 MPI_Testsome.3 \ - MPI_Topo_test.3 MPI_Type_commit.3 \ - MPI_Type_contiguous.3 MPI_Type_count.3 \ - MPI_Type_create_darray.3 \ - MPI_Type_create_indexed_block.3 \ - MPI_Type_create_subarray.3 MPI_Type_extent.3 \ - MPI_Type_free.3 MPI_Type_get_contents.3 \ - MPI_Type_get_envelope.3 MPI_Type_hindexed.3 \ - MPI_Type_hvector.3 MPI_Type_indexed.3 MPI_Type_lb.3 \ - MPI_Type_size.3 MPI_Type_struct.3 MPI_Type_ub.3 \ - MPI_Type_vector.3 MPI_UB.3 MPI_UNDEFINED.3 \ - MPI_UNDEFINED_RANK.3 MPI_UNEQUAL.3 MPI_UNSIGNED.3 \ - MPI_UNSIGNED_CHAR.3 MPI_UNSIGNED_LONG.3 \ - MPI_UNSIGNED_SHORT.3 MPI_Unpack.3 MPI_User_function.3 \ - MPI_WTIME_IS_GLOBAL.3 MPI_Wait.3 MPI_Waitall.3 \ - MPI_Waitany.3 MPI_Waitsome.3 MPI_Wtick.3 MPI_Wtime.3 -MAN4= CLOG_Finalize.4 CLOG_Init.4 CLOG_Output.4 \ - CLOG_commtype.4 CLOG_cput.4 CLOG_csync.4 \ - CLOG_get_new_event.4 CLOG_get_new_state.4 \ - CLOG_mergelogs.4 CLOG_mergend.4 CLOG_msgtype.4 \ - CLOG_newbuff.4 CLOG_procbuf.4 CLOG_reclen.4 \ - CLOG_rectype.4 CLOG_treesetup.4 \ - MPE.4 MPE_Add_RGB_color.4 \ - MPE_CaptureFile.4 MPE_Close_graphics.4 \ - MPE_Comm_global_rank.4 MPE_Counter_create.4 \ - MPE_Counter_free.4 MPE_Counter_nxtval.4 MPE_Decomp1d.4 \ - MPE_Describe_event.4 MPE_Describe_state.4 \ - MPE_Draw_circle.4 MPE_Draw_line.4 MPE_Draw_logic.4 \ - MPE_Draw_point.4 MPE_Draw_points.4 MPE_Draw_string.4 \ - MPE_Fill_circle.4 \ - MPE_Fill_rectangle.4 MPE_Finish_log.4 MPE_GetTags.4 \ - MPE_Get_mouse_press.4 MPE_IO_Stdout_to_file.4 \ - MPE_Iget_mouse_press.4 MPE_Init_log.4 \ - MPE_Initialized_logging.4 \ - MPE_Line_thickness.4 MPE_Log_event.4 \ - MPE_Log_get_event_number.4 MPE_Log_receive.4 \ - MPE_Log_send.4 MPE_Make_color_array.4 MPE_Num_colors.4 \ - MPE_Open_graphics.4 MPE_Print_datatype_pack_action.4 \ - MPE_Print_datatype_unpack_action.4 \ - MPE_ReturnTags.4 MPE_Seq_begin.4 MPE_Seq_end.4 \ - MPE_Start_log.4 \ - MPE_Stop_log.4 MPE_TagsEnd.4 MPE_Update.4 -INSTALL_TARGET= install - -.include <bsd.port.mk> diff --git a/net/mpich2/distinfo b/net/mpich2/distinfo deleted file mode 100644 index a966659fb901..000000000000 --- a/net/mpich2/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (mpich/mpich-1.1.2.tar.gz) = b7d8c36c5c9fdbe7ae84c4211c55201a -MD5 (mpich/4152) = c1c461592d7f95af566c029c78289a29 -MD5 (mpich/4165) = 1ea7d0f4a1ac6ebb69a3b1b40fbadeb0 -MD5 (mpich/4169) = a2a0fa41731d8e2aa4508466c3945fe4 -MD5 (mpich/4180) = 079920a71c102f49df3f104e8c01beb5 -MD5 (mpich/4224) = 56090011bb0ece2a88e05cf62f33bab8 diff --git a/net/mpich2/files/patch-aa b/net/mpich2/files/patch-aa deleted file mode 100644 index f529089ca956..000000000000 --- a/net/mpich2/files/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ ---- romio/adio/common/ad_fstype.c.orig Mon Jun 15 13:45:25 1998 -+++ romio/adio/common/ad_fstype.c Mon Oct 19 16:23:55 1998 -@@ -91,7 +91,11 @@ - - if (err) *error_code = MPI_ERR_UNKNOWN; - else { -+#if (__FreeBSD_version>300004) -+ if ( !strncmp("nfs",fsbuf.f_fstypename,3) ) *fstype = ADIO_NFS; -+#else - if (fsbuf.f_type == MOUNT_NFS) *fstype = ADIO_NFS; -+#endif - else *fstype = ADIO_UFS; - *error_code = MPI_SUCCESS; - } diff --git a/net/mpich2/pkg-comment b/net/mpich2/pkg-comment deleted file mode 100644 index efdcf10dd90c..000000000000 --- a/net/mpich2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Message Passing Interface (MPI) Library diff --git a/net/mpich2/pkg-descr b/net/mpich2/pkg-descr deleted file mode 100644 index f4b74445be9e..000000000000 --- a/net/mpich2/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -MPICH is a portable implementation of the MPI (Message Passing -Interface) standard. The goal of MPI, simply stated, is to develop a -widely used standard for writing message-passing programs. As such the -interface should establish a practical, portable, efficient, and -flexible standard for message passing. Included are a full set of -documents and parallel programming examples. diff --git a/net/mpich2/pkg-plist b/net/mpich2/pkg-plist deleted file mode 100644 index 137a8049921e..000000000000 --- a/net/mpich2/pkg-plist +++ /dev/null @@ -1,195 +0,0 @@ -mpich/MPI-2-C++/examples/Makefile -mpich/MPI-2-C++/examples/Makefile.in -mpich/MPI-2-C++/examples/README -mpich/MPI-2-C++/examples/chapter_10_mpi2.cc -mpich/MPI-2-C++/examples/hello_world.cc -mpich/MPI-2-C++/examples/mpirun -mpich/MPI-2-C++/examples/pi.cc -mpich/MPI-2-C++/examples/ring.cc -mpich/MPI-2-C++/examples/topology.cc -mpich/MPI-2-C++/examples/user_bcast.cc -mpich/bin/config.status -mpich/bin/execer -mpich/bin/mpereconfig -mpich/bin/mpiCC -mpich/bin/mpicc -mpich/bin/mpif77 -mpich/bin/mpif90 -mpich/bin/mpiman -mpich/bin/mpireconfig -mpich/bin/mpirun -mpich/bin/mpirun.args -mpich/bin/mpirun.ch_p4 -mpich/bin/mpirun.pg -mpich/bin/serv_p4 -mpich/bin/server -mpich/bin/tarch -mpich/bin/tdevice -mpich/bin/tstmachines -mpich/bin/upshot -mpich/build/bitmaps/2x2 -mpich/build/bitmaps/black -mpich/build/bitmaps/boxes -mpich/build/bitmaps/dimple3 -mpich/build/bitmaps/dllines3 -mpich/build/bitmaps/dllines4 -mpich/build/bitmaps/drlines3 -mpich/build/bitmaps/drlines4 -mpich/build/bitmaps/gray -mpich/build/bitmaps/gray2 -mpich/build/bitmaps/gray3 -mpich/build/bitmaps/hlines2 -mpich/build/bitmaps/hlines3 -mpich/build/bitmaps/hlines4 -mpich/build/bitmaps/light_gray -mpich/build/bitmaps/vlines2 -mpich/build/bitmaps/vlines3 -mpich/build/bitmaps/vlines4 -mpich/build/bitmaps/white -mpich/build/freebsd/ch_p4/bin/chkserv -mpich/build/freebsd/ch_p4/bin/chp4_servs -mpich/build/freebsd/ch_p4/bin/config.status -mpich/build/freebsd/ch_p4/bin/mpiCC -mpich/build/freebsd/ch_p4/bin/mpicc -mpich/build/freebsd/ch_p4/bin/mpif77 -mpich/build/freebsd/ch_p4/bin/mpif90 -mpich/build/freebsd/ch_p4/bin/mpiman -mpich/build/freebsd/ch_p4/bin/mpireconfig -mpich/build/freebsd/ch_p4/bin/mpirun -mpich/build/freebsd/ch_p4/bin/mpirun.args -mpich/build/freebsd/ch_p4/bin/mpirun.ch_p4 -mpich/build/freebsd/ch_p4/bin/mpirun.pg -mpich/build/freebsd/ch_p4/bin/mpiuninstall -mpich/build/freebsd/ch_p4/bin/serv_p4 -mpich/build/freebsd/ch_p4/bin/server -mpich/build/freebsd/ch_p4/bin/tarch -mpich/build/freebsd/ch_p4/bin/tstmachines -mpich/build/freebsd/ch_p4/data/Makefile.sample -mpich/build/freebsd/ch_p4/include/c++/comm.h -mpich/build/freebsd/ch_p4/include/c++/comm_inln.h -mpich/build/freebsd/ch_p4/include/c++/constants.h -mpich/build/freebsd/ch_p4/include/c++/datatype.h -mpich/build/freebsd/ch_p4/include/c++/datatype_inln.h -mpich/build/freebsd/ch_p4/include/c++/errhandler.h -mpich/build/freebsd/ch_p4/include/c++/errhandler_inln.h -mpich/build/freebsd/ch_p4/include/c++/exception.h -mpich/build/freebsd/ch_p4/include/c++/functions.h -mpich/build/freebsd/ch_p4/include/c++/functions_inln.h -mpich/build/freebsd/ch_p4/include/c++/group.h -mpich/build/freebsd/ch_p4/include/c++/group_inln.h -mpich/build/freebsd/ch_p4/include/c++/header.h -mpich/build/freebsd/ch_p4/include/c++/intercomm.h -mpich/build/freebsd/ch_p4/include/c++/intercomm_inln.h -mpich/build/freebsd/ch_p4/include/c++/intracomm.h -mpich/build/freebsd/ch_p4/include/c++/intracomm_inln.h -mpich/build/freebsd/ch_p4/include/c++/list.h -mpich/build/freebsd/ch_p4/include/c++/map.h -mpich/build/freebsd/ch_p4/include/c++/mpi++.h -mpich/build/freebsd/ch_p4/include/c++/mpi2c++_config.h -mpich/build/freebsd/ch_p4/include/c++/op.h -mpich/build/freebsd/ch_p4/include/c++/op_inln.h -mpich/build/freebsd/ch_p4/include/c++/pcomm.h -mpich/build/freebsd/ch_p4/include/c++/pdatatype.h -mpich/build/freebsd/ch_p4/include/c++/perrhandler.h -mpich/build/freebsd/ch_p4/include/c++/pexception.h -mpich/build/freebsd/ch_p4/include/c++/pgroup.h -mpich/build/freebsd/ch_p4/include/c++/pgroup_inln.h -mpich/build/freebsd/ch_p4/include/c++/pintercomm.h -mpich/build/freebsd/ch_p4/include/c++/pintracomm.h -mpich/build/freebsd/ch_p4/include/c++/pmpi++.h -mpich/build/freebsd/ch_p4/include/c++/pop.h -mpich/build/freebsd/ch_p4/include/c++/pop_inln.h -mpich/build/freebsd/ch_p4/include/c++/prequest.h -mpich/build/freebsd/ch_p4/include/c++/prequest_inln.h -mpich/build/freebsd/ch_p4/include/c++/pstatus.h -mpich/build/freebsd/ch_p4/include/c++/pstatus_inln.h -mpich/build/freebsd/ch_p4/include/c++/ptopology.h -mpich/build/freebsd/ch_p4/include/c++/request.h -mpich/build/freebsd/ch_p4/include/c++/request_inln.h -mpich/build/freebsd/ch_p4/include/c++/status.h -mpich/build/freebsd/ch_p4/include/c++/status_inln.h -mpich/build/freebsd/ch_p4/include/c++/topology.h -mpich/build/freebsd/ch_p4/include/c++/topology_inln.h -mpich/build/freebsd/ch_p4/include/mpichconf.h -mpich/build/freebsd/ch_p4/include/mpidefs.h -mpich/build/freebsd/ch_p4/include/mpif.h -mpich/build/freebsd/ch_p4/include/mpio.h -mpich/build/freebsd/ch_p4/include/mpiof.h -mpich/build/freebsd/ch_p4/lib/libampi.a -mpich/build/freebsd/ch_p4/lib/libfmpich.a -mpich/build/freebsd/ch_p4/lib/liblmpi.a -mpich/build/freebsd/ch_p4/lib/libmpe.a -mpich/build/freebsd/ch_p4/lib/libmpe_nompi.a -mpich/build/freebsd/ch_p4/lib/libmpich++.a -mpich/build/freebsd/ch_p4/lib/libmpich.a -mpich/build/freebsd/ch_p4/lib/libpmpich.a -mpich/build/freebsd/ch_p4/lib/libtmpi.a -mpich/build/freebsd/ch_p4/lib/mpe_prof.o -mpich/build/freebsd/ch_p4/lib/mpe_proff.o -mpich/build/freebsd/mpich.En_US.cat -mpich/build/freebsd/mpich.cat -mpich/examples/Makefile -mpich/examples/Makefile.in -mpich/examples/README -mpich/examples/cpi.c -mpich/examples/cpilog.c -mpich/examples/fibon.f -mpich/examples/fibon.f90 -mpich/examples/hello++.cc -mpich/examples/mpif.h -mpich/examples/mpirun -mpich/examples/pi3.f -mpich/examples/simpleio.c -mpich/include/basex11.h -mpich/include/binding.h -mpich/include/mpe.h -mpich/include/mpe_graphics.h -mpich/include/mpe_log.h -mpich/include/mpeconf.h -mpich/include/mpeexten.h -mpich/include/mpetools.h -mpich/include/mpi.h -mpich/include/mpi_errno.h -mpich/include/patchlevel.h -mpich/include/protofix.h -mpich/man/mandesc -mpich/mpe_examples/C/Makefile -mpich/mpe_examples/C/Makefile.in -mpich/mpe_examples/C/cpi.c -mpich/mpe_examples/C/cpilog.c -mpich/mpe_examples/C/mpirun -mpich/mpe_examples/Fortran/Makefile -mpich/mpe_examples/Fortran/Makefile.in -mpich/mpe_examples/Fortran/fpi.f -mpich/mpe_examples/Fortran/mpirun -mpich/mpiuninstall -mpich/util/chkserv -mpich/util/chp4_servs -mpich/util/machines/machines.freebsd -mpich/util/machines/machines.sample -@dirrm mpich/MPI-2-C++/examples -@dirrm mpich/MPI-2-C++ -@dirrm mpich/bin -@dirrm mpich/build/bitmaps -@dirrm mpich/build/freebsd/ch_p4/data -@dirrm mpich/build/freebsd/ch_p4/include/c++ -@dirrm mpich/build/freebsd/ch_p4/include -@dirrm mpich/build/freebsd/ch_p4/bin -@dirrm mpich/build/freebsd/ch_p4/lib/shared -@dirrm mpich/build/freebsd/ch_p4/lib -@dirrm mpich/build/freebsd/ch_p4 -@dirrm mpich/build/freebsd -@dirrm mpich/build -@dirrm mpich/doc -@dirrm mpich/examples -@dirrm mpich/include -@dirrm mpich/man/man1 -@dirrm mpich/man/man3 -@dirrm mpich/man/man4 -@dirrm mpich/man -@dirrm mpich/mpe_examples/C -@dirrm mpich/mpe_examples/Fortran -@dirrm mpich/mpe_examples -@dirrm mpich/util/machines -@dirrm mpich/util -@dirrm mpich diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile deleted file mode 100644 index 82283d4a27ab..000000000000 --- a/net/net-snmp4/Makefile +++ /dev/null @@ -1,75 +0,0 @@ -# New ports collection makefile for: ucd-snmp -# Version required: 3.6.1 -# Date created: 26 June 1996 -# Whom: gpalmer -# -# $FreeBSD$ -# - -DISTNAME= ucd-snmp-4.0.1 -CATEGORIES= net -MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ - ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ - ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/ -PATCH_SITES= http://ucd-snmp.ucdavis.edu/patches/ -PATCHFILES= 012.patch -PATCH_DIST_STRIP= -p0 -d ${WRKSRC}/agent - -MAINTAINER= gpalmer@FreeBSD.org - -CONFIGURE_ARGS= --enable-shared - -GNU_CONFIGURE= YES -.if defined(BATCH) -CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where -.else -IS_INTERACTIVE= yes -.endif -#CFLAGS= -g - -MAN1= snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 snmpgetnext.1 \ - snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \ - snmptranslate.1 snmptrap.1 snmpwalk.1 snmpcmd.1 snmpusm.1 -MAN3= read_config.3 mib_api.3 snmp_api.3 snmp_sess_api.3 -MAN5= snmp.conf.5 snmp_config.5 snmpd.conf.5 \ - snmptrapd.conf.5 variables.5 -MAN8= snmptrapd.8 -BIN= snmpbulkwalk snmpget snmpgetnext snmpnetstat snmpset \ - snmpstatus snmptest snmptranslate snmptrap snmpwalk -SBIN= snmpd snmptrapd - -STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample - -.include <bsd.port.pre.mk> - -.if ${PORTOBJFORMAT} == "aout" -BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" -.endif -.if ${OSVERSION} >= 400000 -BROKEN= "Uses the old VM system interfaces" -.endif - -SHLIB_VERSION=4 -PLIST_SUB= shlib=${SHLIB_VERSION} - -post-patch: - @${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s - -post-install: - @( cd ${PREFIX}/bin && strip ${BIN} ) - @( cd ${PREFIX}/sbin && strip ${SBIN} ) - @( cd ${PREFIX}/include/ucd-snmp && ${CHMOD} 644 * ) - @( cd ${PREFIX}/share/snmp/mibs && ${CHMOD} 644 * ) - @( cd ${PREFIX}/lib && ${LN} -f libsnmp.so.${SHLIB_VERSION} libsnmp.so ) - @${MKDIR} ${PREFIX}/share/examples/ucd-snmp - @for F in ${WRKSRC}/etc/* ; do \ - ${INSTALL_DATA} $$F ${PREFIX}/share/examples/ucd-snmp ; done - @if [ ! -f ${STARTUP_FILE} ]; then \ - ${ECHO} "Creating ${PREFIX}/etc/rc.d/snmpd.sh startup file."; \ - ${ECHO} "#!/bin/sh" > ${STARTUP_FILE}; \ - ${ECHO} "[ -x ${PREFIX}/sbin/snmpd ] && ${PREFIX}/sbin/snmpd && ${ECHO} -n ' snmpd'" >> ${STARTUP_FILE}; \ - ${CHMOD} 751 ${STARTUP_FILE}; \ - fi - ${SETENV} OBJFORMAT="${PORTOBJFORMAT}" ${LDCONFIG} -m ${PREFIX}/lib - -.include <bsd.port.post.mk> diff --git a/net/net-snmp4/distinfo b/net/net-snmp4/distinfo deleted file mode 100644 index 932a6aa7b86a..000000000000 --- a/net/net-snmp4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ucd-snmp-4.0.1.tar.gz) = ba72a7b8c9efd226b72baf74d68d4511 -MD5 (012.patch) = 4e5cbbeacaccafedc985698fafb89d15 diff --git a/net/net-snmp4/files/freebsd4.h b/net/net-snmp4/files/freebsd4.h deleted file mode 100644 index e0774c7e4cd6..000000000000 --- a/net/net-snmp4/files/freebsd4.h +++ /dev/null @@ -1 +0,0 @@ -#include "freebsd3.h" diff --git a/net/net-snmp4/files/patch-aa b/net/net-snmp4/files/patch-aa deleted file mode 100644 index ce70b47986cb..000000000000 --- a/net/net-snmp4/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- snmplib/Makefile.in~ Tue Mar 16 01:49:10 1999 -+++ snmplib/Makefile.in Sat Apr 3 13:30:11 1999 -@@ -41,6 +41,10 @@ - - libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION): ${OBJS} - $(SHLIB_LD_CMD) libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) ${OBJS} -+ ld -Bshareable -soname libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) \ -+ -o libsnmp.$(SHLIB_EXTENSION) ${OBJS} -+ ln -f libsnmp.$(SHLIB_EXTENSION) \ -+ libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - $(RANLIB) libsnmp.$(SHLIB_EXTENSION)$(SHLIB_VERSION) - - installdirs: diff --git a/net/net-snmp4/files/patch-ab b/net/net-snmp4/files/patch-ab deleted file mode 100644 index 4658da4119df..000000000000 --- a/net/net-snmp4/files/patch-ab +++ /dev/null @@ -1,40 +0,0 @@ ---- agent/mibgroup/ucd-snmp/disk.c~ Fri Mar 5 08:45:00 1999 -+++ agent/mibgroup/ucd-snmp/disk.c Sat Apr 3 13:33:11 1999 -@@ -79,6 +79,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include <vm/vm.h> - #include <vm/swap_pager.h> - #endif - #if HAVE_SYS_FIXPOINT_H ---- agent/mibgroup/ucd-snmp/errormib.c~ Tue Mar 2 05:27:30 1999 -+++ agent/mibgroup/ucd-snmp/errormib.c Sat Apr 3 13:33:44 1999 -@@ -93,6 +93,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include <vm/vm.h> - #include <vm/swap_pager.h> - #endif - #if HAVE_SYS_FIXPOINT_H ---- agent/mibgroup/ucd-snmp/extensible.c~ Fri Mar 5 08:45:01 1999 -+++ agent/mibgroup/ucd-snmp/extensible.c Sat Apr 3 13:34:13 1999 -@@ -81,6 +81,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include <vm/vm.h> - #include <vm/swap_pager.h> - #endif - #if HAVE_SYS_FIXPOINT_H ---- agent/mibgroup/ucd-snmp/loadave.c~ Tue Mar 16 08:21:02 1999 -+++ agent/mibgroup/ucd-snmp/loadave.c Sat Apr 3 13:34:39 1999 -@@ -80,6 +80,7 @@ - #define statvfs statfs - #endif - #if HAVE_VM_SWAP_PAGER_H -+#include <vm/vm.h> - #include <vm/swap_pager.h> - #endif - #if HAVE_SYS_FIXPOINT_H diff --git a/net/net-snmp4/files/patch-ad b/net/net-snmp4/files/patch-ad deleted file mode 100644 index f47168018a61..000000000000 --- a/net/net-snmp4/files/patch-ad +++ /dev/null @@ -1,29 +0,0 @@ ---- agent/mibgroup/mibII/interfaces.c~ Tue Mar 16 08:46:12 1999 -+++ agent/mibgroup/mibII/interfaces.c Sat Apr 3 13:49:28 1999 -@@ -1745,10 +1745,18 @@ - physaddrbuf = 0; - } - ifm = (struct if_msghdr *)rtm; -+#if defined(freebsd3) || defined(freebsd4) -+ if (physaddrs != 0) physaddrs[naddrs] = (void*)(ifm + 1); -+ naddrs++; -+#endif - ilen -= ifm->ifm_msglen; - cp += ifm->ifm_msglen; - rtm = (struct rt_msghdr *)cp; - while (ilen > 0 && rtm->rtm_type == RTM_NEWADDR) { -+#if defined(freebsd3) || defined(freebsd4) -+ ilen -= rtm->rtm_msglen; -+ cp += rtm->rtm_msglen; -+#else - int is_alias = 0; - ifam = (struct ifa_msghdr *)rtm; - ilen -= sizeof(*ifam); -@@ -1771,6 +1779,7 @@ - } - sa = (struct sockaddr *)cp; - } -+#endif - rtm = (struct rt_msghdr *)cp; - } - } diff --git a/net/net-snmp4/files/patch-af b/net/net-snmp4/files/patch-af deleted file mode 100644 index 2f197dc4c0c0..000000000000 --- a/net/net-snmp4/files/patch-af +++ /dev/null @@ -1,12 +0,0 @@ ---- agent/mibgroup/ucd_snmp.h.orig Fri Feb 26 03:03:41 1999 -+++ agent/mibgroup/ucd_snmp.h Sun Apr 4 13:52:23 1999 -@@ -18,5 +18,9 @@ - config_arch_require(bsdi3, ucd-snmp/memory) - config_arch_require(linux, ucd-snmp/vmstat) - config_arch_require(freebsd2, ucd-snmp/vmstat_freebsd2) -+config_arch_require(freebsd3, ucd-snmp/vmstat_freebsd2) -+config_arch_require(freebsd4, ucd-snmp/vmstat_freebsd2) - config_arch_require(freebsd2, ucd-snmp/memory_freebsd2) -+config_arch_require(freebsd3, ucd-snmp/memory_freebsd2) -+config_arch_require(freebsd4, ucd-snmp/memory_freebsd2) - config_add_mib(UCD-SNMP-MIB) diff --git a/net/net-snmp4/files/patch-ag b/net/net-snmp4/files/patch-ag deleted file mode 100644 index 4f8dbd1fe650..000000000000 --- a/net/net-snmp4/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- snmplib/ucd-snmp-includes.h.orig Wed Jan 20 18:18:42 1999 -+++ snmplib/ucd-snmp-includes.h Sat Aug 28 02:13:56 1999 -@@ -4,7 +4,7 @@ - #include <netinet/in.h> - - /* uncomment if you don't have in_addr_t in netinet/in.h */ --/* typedef u_int in_addr_t; */ -+typedef u_int in_addr_t; - - #include <ucd-snmp/asn1.h> - #include <ucd-snmp/snmp_api.h> diff --git a/net/net-snmp4/files/patch-ah b/net/net-snmp4/files/patch-ah deleted file mode 100644 index b80222ba72eb..000000000000 --- a/net/net-snmp4/files/patch-ah +++ /dev/null @@ -1,8 +0,0 @@ ---- local/tkmib.orig Wed Jul 21 19:06:52 1999 -+++ local/tkmib Sat Aug 28 02:37:57 1999 -@@ -1,4 +1,4 @@ --#!/usr/local/bin/perl -w -+#!/usr/bin/perl -w - - require 5; - diff --git a/net/net-snmp4/pkg-comment b/net/net-snmp4/pkg-comment deleted file mode 100644 index fbaaa7ab347c..000000000000 --- a/net/net-snmp4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An extendable SNMP implimentation diff --git a/net/net-snmp4/pkg-descr b/net/net-snmp4/pkg-descr deleted file mode 100644 index e4aa3d1382a3..000000000000 --- a/net/net-snmp4/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -This is UCD SNMP, a derivative of CMU's SNMP package. - -From the README: - -This package contains a port and modified code of the CMU 2.1.2.1 -snmp agent. It has been modified to allow extensibility quickly -and easily. It is far from the best and most configurable systems; -but hey: its free. - -We use this agent here to monitor known system problems before they -take the machine over. The agent can be easily configured to -monitor the number of a given process running, run external scripts -to check and report functional status. Examples: mountd(s) under -Ultrix 4.3 which tend to fork themselves crazy and eventually fill -up the process table; On our hp700s, "amd" sometimes stops working, -HP VUE hangs and fails to start X, etc. - -WWW: http://ucd-snmp.ucdavis.edu/ diff --git a/net/net-snmp4/pkg-plist b/net/net-snmp4/pkg-plist deleted file mode 100644 index 5e1fb0b00e9d..000000000000 --- a/net/net-snmp4/pkg-plist +++ /dev/null @@ -1,76 +0,0 @@ -bin/encode_keychange -bin/snmpbulkwalk -bin/snmpcheck -bin/snmpdelta -bin/snmpget -bin/snmpgetnext -bin/snmpnetstat -bin/snmpset -bin/snmpstatus -bin/snmptable -bin/snmptest -bin/snmptranslate -bin/snmptrap -bin/snmpusm -bin/snmpwalk -bin/tkmib -etc/rc.d/snmpd.sh.sample -include/ucd-snmp/asn1.h -include/ucd-snmp/callback.h -include/ucd-snmp/default_store.h -include/ucd-snmp/int64.h -include/ucd-snmp/mib.h -include/ucd-snmp/parse.h -include/ucd-snmp/snmp.h -include/ucd-snmp/snmp_alarm.h -include/ucd-snmp/snmp_api.h -include/ucd-snmp/snmp_client.h -include/ucd-snmp/snmp_debug.h -include/ucd-snmp/snmp_impl.h -include/ucd-snmp/system.h -include/ucd-snmp/ucd-snmp-config.h -include/ucd-snmp/ucd-snmp-includes.h -include/ucd-snmp/version.h -@dirrm include/ucd-snmp -lib/libsnmp.so -lib/libsnmp.so.%%shlib%% -sbin/snmpd -sbin/snmptrapd -share/examples/ucd-snmp/README -share/examples/ucd-snmp/acl.conf -share/examples/ucd-snmp/context.conf -share/examples/ucd-snmp/party.conf -share/examples/ucd-snmp/view.conf -@dirrm share/examples/ucd-snmp -share/snmp/mibs/DLMOD-MIB.txt -share/snmp/mibs/EtherLike-MIB.txt -share/snmp/mibs/HOST-RESOURCES-MIB.txt -share/snmp/mibs/IANAifType-MIB.txt -share/snmp/mibs/IF-MIB.txt -share/snmp/mibs/IP-MIB.txt -share/snmp/mibs/IPFWACC-MIB.txt -share/snmp/mibs/RFC1155-SMI.txt -share/snmp/mibs/RFC1213-MIB.txt -share/snmp/mibs/RFC1271-MIB.txt -share/snmp/mibs/SNMP-FRAMEWORK-MIB.txt -share/snmp/mibs/SNMP-MPD-MIB.txt -share/snmp/mibs/SNMP-NOTIFICATION-MIB.txt -share/snmp/mibs/SNMP-PROXY-MIB.txt -share/snmp/mibs/SNMP-TARGET-MIB.txt -share/snmp/mibs/SNMP-USER-BASED-SM-MIB.txt -share/snmp/mibs/SNMP-VIEW-BASED-ACM-MIB.txt -share/snmp/mibs/SNMPv2-CONF.txt -share/snmp/mibs/SNMPv2-M2M-MIB.txt -share/snmp/mibs/SNMPv2-MIB.txt -share/snmp/mibs/SNMPv2-PARTY-MIB.txt -share/snmp/mibs/SNMPv2-SMI.txt -share/snmp/mibs/SNMPv2-TC.txt -share/snmp/mibs/SNMPv2-TM.txt -share/snmp/mibs/TCP-MIB.txt -share/snmp/mibs/UCD-SNMP-MIB.txt -share/snmp/mibs/UDP-MIB.txt -@unexec rm -f %D/share/snmp/mibs/.index -@dirrm share/snmp/mibs -@dirrm share/snmp -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %D/lib -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R diff --git a/net/netatalk-devel/Makefile b/net/netatalk-devel/Makefile deleted file mode 100644 index 0e90862d24e3..000000000000 --- a/net/netatalk-devel/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Ports collection makefile for: netatalk -# Version required: netatalk-1.4b2 -# Date created: 23 Jul 1997 -# Whom: stb -# -# $FreeBSD$ -# - -DISTNAME= netatalk-1.4b2 -CATEGORIES= net print -MASTER_SITES= ftp://terminator.rs.itd.umich.edu/unix/netatalk/ \ - http://www.freebsd.org/~stb/mirror/terminator.rs.itd.umich.edu/unix/netatalk/ \ - ftp://ftp.hanse.de/sites/transit/mirror/terminator.rs.itd.umich.edu/unix/netatalk/ - -PATCH_SITES= http://www.umich.edu/~rsug/netatalk/patches/1.4b2/ \ - http://www.freebsd.org/~stb/mirror/www.umich.edu/%7Ersug/netatalk/patches/1.4b2/ \ - ftp://ftp.hanse.de/sites/transit/mirror/www.umich.edu/%257Ersug/netatalk/patches/1.4b2/ -PATCHFILES= afpd-macos8.diff afpd-bfree.diff - -MAINTAINER= stb@freebsd.org - -MAN1= aecho.1 getzones.1 megatron.1 nbp.1 pap.1 psorder.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} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL - -.include <bsd.port.mk> diff --git a/net/netatalk-devel/distinfo b/net/netatalk-devel/distinfo deleted file mode 100644 index 3d3050874891..000000000000 --- a/net/netatalk-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (netatalk-1.4b2.tar.gz) = b7541838044e167405bb33236faf4ce7 -MD5 (afpd-macos8.diff) = 55c6943f03c06aa7e1ff195553dcbe98 -MD5 (afpd-bfree.diff) = 54817f22f00471109a88b554097125b2 diff --git a/net/netatalk-devel/files/patch-aa b/net/netatalk-devel/files/patch-aa deleted file mode 100644 index ae3c38bf154b..000000000000 --- a/net/netatalk-devel/files/patch-aa +++ /dev/null @@ -1,30 +0,0 @@ ---- Makefile.old Wed Sep 9 02:42:06 1998 -+++ Makefile Wed Sep 9 02:42:37 1998 -@@ -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 -@@ -54,7 +54,7 @@ - SBINDIR="${SBINDIR}" BINDIR="${BINDIR}" RESDIR="${RESDIR}"\ - ETCDIR="${ETCDIR}" LIBDIR="${LIBDIR}" INCDIR="${INCDIR}" \ - DESTDIR="${DESTDIR}" MANDIR="${MANDIR}" \ -- AFSDIR="${AFSDIR}" KRBDIR="${KRBDIR}" $@ -+ AFSDIR="${AFSDIR}" KRBDIR="${KRBDIR}" OPTOPTS="${CFLAGS}" $@ - - FRC: - diff --git a/net/netatalk-devel/files/patch-ab b/net/netatalk-devel/files/patch-ab deleted file mode 100644 index 4c760c2adbbd..000000000000 --- a/net/netatalk-devel/files/patch-ab +++ /dev/null @@ -1,32 +0,0 @@ -diff -crP ../netatalk-1.4b2/rc.atalk.freebsd ./rc.atalk.freebsd -*** ../netatalk-1.4b2/rc.atalk.freebsd Thu Jan 1 01:00:00 1970 ---- ./rc.atalk.freebsd Thu Jul 24 02:14:39 1997 -*************** -*** 0 **** ---- 1,26 ---- -+ # -+ # 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) killall afpd -+ killall papd -+ killall atalkd -+ ;; -+ esac diff --git a/net/netatalk-devel/files/patch-ac b/net/netatalk-devel/files/patch-ac deleted file mode 100644 index e6ec20e0ab56..000000000000 --- a/net/netatalk-devel/files/patch-ac +++ /dev/null @@ -1,43 +0,0 @@ ---- sys/freebsd/Makefile.orig Tue Oct 22 23:31:01 1996 -+++ sys/freebsd/Makefile Wed Sep 9 02:09:02 1998 -@@ -1,6 +1,5 @@ - # FreeBSD specific defines, passed to subdirectories. - DEFS= -DBSD4_4 --OPTOPTS= -O2 - CC= gcc - INSTALL= install - ADDLIBS= -lcrypt -@@ -21,7 +20,8 @@ - FRC: - - install : -- -mkdir ${DESTDIR} ${SBINDIR} ${BINDIR} ${ETCDIR} ${LIBDIR} -+ -mkdir ${DESTDIR} ${SBINDIR} ${BINDIR} ${ETCDIR} ${LIBDIR} \ -+ ${ETCDIR}/rc.d ${RESDIR}/examples/netatalk - for i in ${ALL}; \ - do (cd $$i; ${MAKE} ${MFLAGS} CC="${CC}" \ - ADDLIBS="${ADDLIBS}" DEFS="${DEFS}" OPTOPTS="${OPTOPTS}" \ -@@ -30,17 +30,16 @@ - AFSDIR="${AFSDIR}" KRBDIR="${KRBDIR}" \ - 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 -+ cp ../../config/atalkd.conf ../../config/papd.conf \ -+ ${RESDIR}/examples/netatalk - - clean : - for i in ${ALL}; \ diff --git a/net/netatalk-devel/files/patch-ad b/net/netatalk-devel/files/patch-ad deleted file mode 100644 index b7b1bf86c691..000000000000 --- a/net/netatalk-devel/files/patch-ad +++ /dev/null @@ -1,48 +0,0 @@ -*** etc/atalkd/main.c.orig Tue Oct 22 00:45:03 1996 ---- etc/atalkd/main.c Wed Feb 25 02:39:21 1998 -*************** -*** 19,24 **** ---- 19,35 ---- - #include <net/if.h> - #include <net/route.h> - -+ #if __FreeBSD__ >= 2 -+ # include <osreldate.h> -+ # if __FreeBSD_version >= 300000 -+ # define __FreeBSD_CURRENT -+ # endif -+ #endif -+ -+ #ifdef __FreeBSD_CURRENT -+ #include <net/if_dl.h> -+ #endif -+ - #include <signal.h> - #include <syslog.h> - #include <stdio.h> -*************** -*** 1150,1158 **** ---- 1161,1183 ---- - } - } else { - /* configure multicast for this interface */ -+ #ifdef __FreeBSD_CURRENT -+ struct sockaddr_dl *sdl = (struct sockaddr_dl *)&sa; -+ bzero( sdl, sizeof( struct sockaddr )); -+ sdl->sdl_family = AF_LINK; -+ sdl->sdl_nlen = 0 /* strlen(iface->i_name)*/; -+ /*strncpy(sdl->sdl_data, iface->i_name, sdl->sdl_nlen);*/ -+ bcopy( ethermulti, LLADDR(sdl), sizeof( ethermulti )); -+ sdl->sdl_alen = sizeof( ethermulti ); -+ sdl->sdl_len = sizeof(*sdl); -+ /* (sdl->sdl_data + sdl->sdl_alen + sdl->sdl_nlen) -+ - (char *)sdl; */ -+ if ( ifconfig( iface->i_name, SIOCADDMULTI, sdl )) { -+ #else - bzero( &sa, sizeof( struct sockaddr )); - bcopy( ethermulti, sa.sa_data, sizeof( ethermulti )); - if ( ifconfig( iface->i_name, SIOCADDMULTI, &sa )) { -+ #endif - syslog( LOG_ERR, "addmulti: %m" ); - exit( 1 ); - } diff --git a/net/netatalk-devel/files/patch-ae b/net/netatalk-devel/files/patch-ae deleted file mode 100644 index ccb04e77d285..000000000000 --- a/net/netatalk-devel/files/patch-ae +++ /dev/null @@ -1,45 +0,0 @@ -*** etc/atalkd/nbp.c.orig Sat Oct 5 17:17:53 1996 ---- etc/atalkd/nbp.c Wed Feb 25 18:24:50 1998 -*************** -*** 7,13 **** ---- 7,26 ---- - #include <sys/types.h> - #include <sys/socket.h> - #include <sys/ioctl.h> -+ #include <sys/time.h> - #include <net/if.h> -+ -+ #if __FreeBSD__ >= 2 -+ # include <osreldate.h> -+ # if __FreeBSD_version >= 300000 -+ # define __FreeBSD_CURRENT -+ # endif -+ #endif -+ -+ #ifdef __FreeBSD_CURRENT -+ #include <net/if_dl.h> -+ #endif -+ - #include <netatalk/at.h> - #include <atalk/ddp.h> - #include <atalk/nbp.h> -*************** -*** 185,190 **** ---- 198,214 ---- - for ( l = iface->i_rt->rt_zt; l; l = l->l_next ) { - if ( zt == (struct ziptab *)l->l_data ) { - /* add multicast */ -+ #ifdef __FreeBSD_CURRENT -+ struct sockaddr_dl *sdl = (struct sockaddr_dl *)&sa; -+ sdl->sdl_family = AF_LINK; -+ sdl->sdl_nlen = 0; -+ bcopy( zt->zt_bcast, sdl->sdl_data, sizeof(ethermulti)); -+ sdl->sdl_alen = sizeof(ethermulti); -+ sdl->sdl_len = sizeof (*sdl); -+ /* (sdl->sdl_data -+ + sdl->sdl_alen + sdl->sdl_nlen) -+ - (char *)sdl; */ -+ #endif - if ( ifconfig( iface->i_name, SIOCADDMULTI, &sa )) { - syslog( LOG_ERR, "addmulti: %m" ); - exit( 1 ); diff --git a/net/netatalk-devel/files/patch-af b/net/netatalk-devel/files/patch-af deleted file mode 100644 index 9aabbf3a0648..000000000000 --- a/net/netatalk-devel/files/patch-af +++ /dev/null @@ -1,12 +0,0 @@ -*** etc/atalkd/rtmp.c.orig Wed Feb 25 18:28:16 1998 ---- etc/atalkd/rtmp.c Wed Feb 25 18:28:29 1998 -*************** -*** 7,12 **** ---- 7,13 ---- - #include <sys/types.h> - #include <sys/socket.h> - #include <sys/ioctl.h> -+ #include <sys/time.h> - #include <net/if.h> - #include <net/route.h> - #include <netatalk/endian.h> diff --git a/net/netatalk-devel/files/patch-ag b/net/netatalk-devel/files/patch-ag deleted file mode 100644 index 4ce2b52d6ee1..000000000000 --- a/net/netatalk-devel/files/patch-ag +++ /dev/null @@ -1,14 +0,0 @@ ---- libatalk/asp/asp_getsess.c.orig Tue Aug 25 21:50:54 1998 -+++ libatalk/asp/asp_getsess.c Tue Aug 25 21:51:05 1998 -@@ -3,10 +3,10 @@ - * All Rights Reserved. See COPYRIGHT. - */ - -+#include <sys/types.h> - #include <sys/errno.h> - #include <sys/signal.h> - #include <sys/time.h> --#include <sys/types.h> - #include <sys/uio.h> - #include <sys/wait.h> - #include <sys/syslog.h> diff --git a/net/netatalk-devel/files/patch-ah b/net/netatalk-devel/files/patch-ah deleted file mode 100644 index 30164e7616fc..000000000000 --- a/net/netatalk-devel/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- etc/afpd/desktop.c.orig Tue Aug 25 21:59:28 1998 -+++ etc/afpd/desktop.c Tue Aug 25 22:00:23 1998 -@@ -429,7 +429,7 @@ - m = mpath; - u = upath; - while ( *m != '\0' ) { -- if ( !isascii( *m ) || *m == '/' || ( i == 0 && *m == '.' )) { -+ if ( !isprint( (unsigned char)*m ) || *m == '/' || ( i == 0 && *m == '.' )) { - *u++ = ':'; - *u++ = hexdig[ ( *m & 0xf0 ) >> 4 ]; - *u++ = hexdig[ *m & 0x0f ]; diff --git a/net/netatalk-devel/files/patch-ai b/net/netatalk-devel/files/patch-ai deleted file mode 100644 index d0c82037f226..000000000000 --- a/net/netatalk-devel/files/patch-ai +++ /dev/null @@ -1,8 +0,0 @@ ---- Makefile.orig Tue Feb 20 17:38:02 1996 -+++ Makefile Mon Sep 7 22:23:04 1998 -@@ -1,4 +1,4 @@ --TARGETS= atalk netatalk -+TARGETS= atalk - - INSTALL= install - diff --git a/net/netatalk-devel/files/patch-aj b/net/netatalk-devel/files/patch-aj deleted file mode 100644 index 869cb02661a6..000000000000 --- a/net/netatalk-devel/files/patch-aj +++ /dev/null @@ -1,11 +0,0 @@ ---- man/man1/Makefile.orig Tue Feb 20 18:16:24 1996 -+++ man/man1/Makefile Tue Sep 8 23:40:31 1998 -@@ -1,6 +1,5 @@ --SRC= aecho.1 getzones.1 nbp.1 nbplkup.1 nbprgstr.1 nbplkup.1 \ -- pap.1 papstatus.1 psorder.1 megatron.1 unhex.1 unbin.1 \ -- unsingle.1 macbinary.1 hqx2bin.1 single2bin.1 -+SRC= aecho.1 getzones.1 nbp.1 \ -+ pap.1 psorder.1 megatron.1 - - INCPATH= - CFLAGS= diff --git a/net/netatalk-devel/files/patch-ak b/net/netatalk-devel/files/patch-ak deleted file mode 100644 index 96e4fb1be152..000000000000 --- a/net/netatalk-devel/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-devel/pkg-comment b/net/netatalk-devel/pkg-comment deleted file mode 100644 index 4eb541bac506..000000000000 --- a/net/netatalk-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -File and print server for AppleTalk networks diff --git a/net/netatalk-devel/pkg-descr b/net/netatalk-devel/pkg-descr deleted file mode 100644 index 41f3fc770e7a..000000000000 --- a/net/netatalk-devel/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -netatalk - File and Print Server for AppleTalk networks - -netatalk is a server software for AppleTalk networks. 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. - -Requires AppleTalk support in the kernel (FreeBSD 2.2 or newer). - -WWW: http://www.umich.edu/~rsug/netatalk/ diff --git a/net/netatalk-devel/pkg-install b/net/netatalk-devel/pkg-install deleted file mode 100644 index e17a582f1265..000000000000 --- a/net/netatalk-devel/pkg-install +++ /dev/null @@ -1,41 +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 - - # 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-devel/pkg-plist b/net/netatalk-devel/pkg-plist deleted file mode 100644 index 843370baa515..000000000000 --- a/net/netatalk-devel/pkg-plist +++ /dev/null @@ -1,75 +0,0 @@ -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 -etc/AppleVolumes.default.dist -etc/AppleVolumes.system.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/compat.h -include/atalk/ddp.h -include/atalk/nbp.h -include/atalk/pap.h -include/atalk/paths.h -include/atalk/rtmp.h -include/atalk/zip.h -@dirrm include/atalk -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 -@dirrm libexec/filters -share/examples/netatalk/atalkd.conf -share/examples/netatalk/papd.conf -@dirrm share/examples/netatalk -share/pagecount.ps -@comment Remove man page aliases -@unexec rm -f %D/man/man1/hqx2bin.1* -@unexec rm -f %D/man/man1/macbinary.1* -@unexec rm -f %D/man/man1/single2bin.1* -@unexec rm -f %D/man/man1/unbin.1* -@unexec rm -f %D/man/man1/unhex.1* -@unexec rm -f %D/man/man1/unsingle.1* -@unexec rm -f %D/man/man1/nbplkup.1* -@unexec rm -f %D/man/man1/nbprgstr.1* -@unexec rm -f %D/man/man1/nbpunrgstr.1* -@unexec rm -f %D/man/man1/papstatus.1* diff --git a/net/ns2/Makefile b/net/ns2/Makefile deleted file mode 100644 index 849d511a1008..000000000000 --- a/net/ns2/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: ns-2 -# Version required: 2.1b5 -# Date created: 26 April 1999 -# Whom: obonilla -# -# $FreeBSD$ -# - -DISTNAME= ns-src-2.1b5 -PKGNAME= ns-2.1b5 -CATEGORIES= net -MASTER_SITES= http://www-mash.cs.berkeley.edu/dist/vint/ - -MAINTAINER= obonilla@fisicc-ufm.edu - -BUILD_DEPENDS= ${PREFIX}/lib/libtclcl.a:${PORTSDIR}/devel/tclcl -RUN_DEPENDS= ${PREFIX}/bin/tclsh8.2:${PORTSDIR}/lang/tcl82 - -MAN1= ns.1 -MANCOMPRESSED= no - -WRKSRC= ${WRKDIR}/${PKGNAME} - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tcl-ver=8.2 --with-tk-ver=8.2 - -ALL_TARGET= - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ns ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ns.1 ${PREFIX}/man/man1 - ${MKDIR} ${PREFIX}/share/examples/ns2 - ${INSTALL_DATA} ${WRKSRC}/tcl/ex/*.tcl ${PREFIX}/share/examples/ns2 -.include <bsd.port.mk> diff --git a/net/ns2/distinfo b/net/ns2/distinfo deleted file mode 100644 index ddaed37a3634..000000000000 --- a/net/ns2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ns-src-2.1b5.tar.gz) = 6aae46016418c0f5dc54b9b7398c4fc0 diff --git a/net/ns2/files/patch-aa b/net/ns2/files/patch-aa deleted file mode 100644 index d95a0b774e29..000000000000 --- a/net/ns2/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Mon Apr 26 09:36:25 1999 -+++ configure Mon Apr 26 09:36:48 1999 -@@ -1898,7 +1898,7 @@ - # $d/unix works if $d is the 8.0 distribution - # $d/bin is for the ns-allinone distribution (kind of hacky, isn't it?) - PATH=$PATH:$d/unix:$d/bin --for ac_prog in tclsh$TCL_VERS tclsh tclsh$TCL_OLD_VERS -+for ac_prog in tclsh$TCL_VERS tclsh8.2 tclsh$TCL_OLD_VERS - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 diff --git a/net/ns2/pkg-comment b/net/ns2/pkg-comment deleted file mode 100644 index 0c9bcd737961..000000000000 --- a/net/ns2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The UCB/LBNL Network Simulator Version 2 diff --git a/net/ns2/pkg-descr b/net/ns2/pkg-descr deleted file mode 100644 index 2b4aa1905c71..000000000000 --- a/net/ns2/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -NS is a discrete event simulator targeted at networking research. -Ns provides substantial support for simulation of TCP, routing, and multicast -protocols. - -WWW: http://www-mash.cs.berkeley.edu/ns/ - --Oscar <obonilla@fisicc-ufm.edu> diff --git a/net/ns2/pkg-plist b/net/ns2/pkg-plist deleted file mode 100644 index c9bf970db0d1..000000000000 --- a/net/ns2/pkg-plist +++ /dev/null @@ -1,65 +0,0 @@ -bin/ns -share/examples/ns2/agent-gen-script.tcl -share/examples/ns2/agent-gen.tcl -share/examples/ns2/callback_demo.tcl -share/examples/ns2/fq-cbr.tcl -share/examples/ns2/fq.tcl -share/examples/ns2/hier-rtg-10.tcl -share/examples/ns2/hier-rtg-100.tcl -share/examples/ns2/hts100-0.tcl -share/examples/ns2/lantest.tcl -share/examples/ns2/mac-test.tcl -share/examples/ns2/many_tcp.tcl -share/examples/ns2/manytcp_trmodel.tcl -share/examples/ns2/mcast.tcl -share/examples/ns2/nam-example.tcl -share/examples/ns2/nam-separate-trace.tcl -share/examples/ns2/nam-simplexlink.tcl -share/examples/ns2/ranvar.tcl -share/examples/ns2/rbp_demo.tcl -share/examples/ns2/rc.tcl -share/examples/ns2/shuttle-mcast.tcl -share/examples/ns2/shuttle.tcl -share/examples/ns2/simple-dyn.tcl -share/examples/ns2/simple-eqp.tcl -share/examples/ns2/simple-eqp1.tcl -share/examples/ns2/simple-heap.tcl -share/examples/ns2/simple-rtg.tcl -share/examples/ns2/simple-rtp.tcl -share/examples/ns2/simple-webcache-comp.tcl -share/examples/ns2/simple-webcache-trace.tcl -share/examples/ns2/simple-webcache.tcl -share/examples/ns2/simple.tcl -share/examples/ns2/srm-adapt-rep-session.tcl -share/examples/ns2/srm-adapt-rep.tcl -share/examples/ns2/srm-adapt-req-session.tcl -share/examples/ns2/srm-adapt-req.tcl -share/examples/ns2/srm-chain-session.tcl -share/examples/ns2/srm-chain.tcl -share/examples/ns2/srm-demo.tcl -share/examples/ns2/srm-session.tcl -share/examples/ns2/srm-star-session.tcl -share/examples/ns2/srm-star.tcl -share/examples/ns2/srm.tcl -share/examples/ns2/ss.tcl -share/examples/ns2/swp.tcl -share/examples/ns2/tcp-int.tcl -share/examples/ns2/tcpecn.tcl -share/examples/ns2/tcpsrm.tcl -share/examples/ns2/test-drr.tcl -share/examples/ns2/test-emulator.tcl -share/examples/ns2/test-rcvr.tcl -share/examples/ns2/test-rlm.tcl -share/examples/ns2/test-suite-intserv.tcl -share/examples/ns2/test-suite.tcl -share/examples/ns2/test-tbf.tcl -share/examples/ns2/tg.tcl -share/examples/ns2/topo-gen-script.tcl -share/examples/ns2/topo-gen.tcl -share/examples/ns2/topo-view.tcl -share/examples/ns2/virtual-classifier.tcl -share/examples/ns2/vlantest-flat.tcl -share/examples/ns2/vlantest-hier.tcl -share/examples/ns2/vlantest-mcst.tcl -share/examples/ns2/wireless.tcl -@dirrm share/examples/ns2 diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile deleted file mode 100644 index 2366a28e4d8f..000000000000 --- a/net/ntp-devel/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: ntp -# Version required: 4.0.72 -# Date created: Di 5 Mai 1998 21:31:03 CEST -# Whom: andreas -# -# $FreeBSD$ -# - -DISTNAME= ntp-4.0.93a -CATEGORIES= net -MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/testing/ - -MAINTAINER= andreas@FreeBSD.org - -# ntp's configure script created by autoconf 2.14.1 doesn't work -# our autoconf version 2.13 produces better results -USE_AUTOCONF= yes -GNU_CONFIGURE= yes - -post-install: - ${MKDIR} ${PREFIX}/share/doc/ntp - ${CP} -r ${WRKSRC}/html/* ${PREFIX}/share/doc/ntp - -.include <bsd.port.mk> diff --git a/net/ntp-devel/distinfo b/net/ntp-devel/distinfo deleted file mode 100644 index 873e5654b057..000000000000 --- a/net/ntp-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ntp-4.0.93a.tar.gz) = 63b9fe99b680a20946393812f5341683 diff --git a/net/ntp-devel/pkg-comment b/net/ntp-devel/pkg-comment deleted file mode 100644 index 28e419a84d98..000000000000 --- a/net/ntp-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Network Time Protocol Distribution diff --git a/net/ntp-devel/pkg-descr b/net/ntp-devel/pkg-descr deleted file mode 100644 index 2603446f9d32..000000000000 --- a/net/ntp-devel/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -The Network Time Protocol (NTP) is used to synchronize the time of a -computer client or server to another server or reference time source, -such as a radio or satellite receiver or modem. - -It provides client accuracies typically within a millisecond on LANs -and up to a few tens of milliseconds on WANs relative to a primary -server synchronized to Coordinated Universal Time (UTC) via a Global -Positioning Service (GPS) receiver, for example. - -Typical NTP configurations utilize multiple redundant servers and diverse -network paths, in order to achieve high accuracy and reliability. - -Some configurations include cryptographic authentication to prevent -accidental or malicious protocol attacks. - -See homepage for more infos: - -WWW: http://www.eecis.udel.edu/~ntp/ diff --git a/net/ntp-devel/pkg-plist b/net/ntp-devel/pkg-plist deleted file mode 100644 index c99f6366fd54..000000000000 --- a/net/ntp-devel/pkg-plist +++ /dev/null @@ -1,149 +0,0 @@ -bin/ntpd -bin/ntpdate -bin/ntpdc -bin/ntpq -bin/ntptime -bin/ntptrace -bin/tickadj -share/doc/ntp/accopt.htm -share/doc/ntp/assoc.htm -share/doc/ntp/authopt.htm -share/doc/ntp/biblio.htm -share/doc/ntp/build.htm -share/doc/ntp/clockopt.htm -share/doc/ntp/config.htm -share/doc/ntp/confopt.htm -share/doc/ntp/copyright.htm -share/doc/ntp/debug.htm -share/doc/ntp/driver1.htm -share/doc/ntp/driver10.htm -share/doc/ntp/driver11.htm -share/doc/ntp/driver12.htm -share/doc/ntp/driver18.htm -share/doc/ntp/driver19.htm -share/doc/ntp/driver2.htm -share/doc/ntp/driver20.htm -share/doc/ntp/driver22.htm -share/doc/ntp/driver23.htm -share/doc/ntp/driver24.htm -share/doc/ntp/driver26.htm -share/doc/ntp/driver27.htm -share/doc/ntp/driver28.htm -share/doc/ntp/driver29.htm -share/doc/ntp/driver3.htm -share/doc/ntp/driver30.htm -share/doc/ntp/driver32.htm -share/doc/ntp/driver33.htm -share/doc/ntp/driver4.htm -share/doc/ntp/driver5.htm -share/doc/ntp/driver6.htm -share/doc/ntp/driver7.htm -share/doc/ntp/driver8.htm -share/doc/ntp/driver9.htm -share/doc/ntp/exec.htm -share/doc/ntp/extern.htm -share/doc/ntp/gadget.htm -share/doc/ntp/hints.htm -share/doc/ntp/hints/a-ux -share/doc/ntp/hints/aix -share/doc/ntp/hints/bsdi -share/doc/ntp/hints/changes -share/doc/ntp/hints/decosf1 -share/doc/ntp/hints/decosf2 -share/doc/ntp/hints/hpux -share/doc/ntp/hints/linux -share/doc/ntp/hints/notes-xntp-v3 -share/doc/ntp/hints/parse -share/doc/ntp/hints/refclocks -share/doc/ntp/hints/rs6000 -share/doc/ntp/hints/sco.htm -share/doc/ntp/hints/sgi -share/doc/ntp/hints/solaris.html -share/doc/ntp/hints/solaris.xtra.4023118 -share/doc/ntp/hints/solaris.xtra.4095849 -share/doc/ntp/hints/solaris.xtra.S99ntpd -share/doc/ntp/hints/solaris.xtra.patchfreq -share/doc/ntp/hints/sun4 -share/doc/ntp/hints/svr4-dell -share/doc/ntp/hints/svr4_package -share/doc/ntp/hints/todo -share/doc/ntp/hints/vxworks.html -share/doc/ntp/hints/winnt -share/doc/ntp/howto.htm -share/doc/ntp/htmlprimer.htm -share/doc/ntp/index.htm -share/doc/ntp/kern.htm -share/doc/ntp/kernpps.htm -share/doc/ntp/ldisc.htm -share/doc/ntp/measure.htm -share/doc/ntp/miscopt.htm -share/doc/ntp/monopt.htm -share/doc/ntp/mx4200data.htm -share/doc/ntp/notes.htm -share/doc/ntp/ntpd.htm -share/doc/ntp/ntpdate.htm -share/doc/ntp/ntpdc.htm -share/doc/ntp/ntpq.htm -share/doc/ntp/ntptime.htm -share/doc/ntp/ntptrace.htm -share/doc/ntp/parsedata.htm -share/doc/ntp/parsenew.htm -share/doc/ntp/patches.htm -share/doc/ntp/pic/9400n.jpg -share/doc/ntp/pic/alautun4a.gif -share/doc/ntp/pic/alice11.gif -share/doc/ntp/pic/alice12.gif -share/doc/ntp/pic/alice13.gif -share/doc/ntp/pic/alice15.gif -share/doc/ntp/pic/alice15b.gif -share/doc/ntp/pic/alice23.gif -share/doc/ntp/pic/alice31.gif -share/doc/ntp/pic/alice32.gif -share/doc/ntp/pic/alice35.gif -share/doc/ntp/pic/alice38.gif -share/doc/ntp/pic/alice44.gif -share/doc/ntp/pic/alice47.gif -share/doc/ntp/pic/alice51.gif -share/doc/ntp/pic/alice61.gif -share/doc/ntp/pic/appletree.gif -share/doc/ntp/pic/barnstable.gif -share/doc/ntp/pic/beaver.gif -share/doc/ntp/pic/c51.jpg -share/doc/ntp/pic/fg6021.gif -share/doc/ntp/pic/flatheads.gif -share/doc/ntp/pic/gadget.jpg -share/doc/ntp/pic/gps167.jpg -share/doc/ntp/pic/home.gif -share/doc/ntp/pic/hornraba.gif -share/doc/ntp/pic/igclock.gif -share/doc/ntp/pic/oncore_evalbig.gif -share/doc/ntp/pic/oncore_remoteant.jpg -share/doc/ntp/pic/oncore_utplusbig.gif -share/doc/ntp/pic/panda.gif -share/doc/ntp/pic/pd_om006.gif -share/doc/ntp/pic/pd_om011.gif -share/doc/ntp/pic/pogo.gif -share/doc/ntp/pic/pogo1.gif -share/doc/ntp/pic/pogo1a.gif -share/doc/ntp/pic/pogo3.gif -share/doc/ntp/pic/pogo3a.gif -share/doc/ntp/pic/pogo3b.gif -share/doc/ntp/pic/pogoa.gif -share/doc/ntp/pic/pzf509.jpg -share/doc/ntp/pic/rabbit.gif -share/doc/ntp/pic/sheepb.jpg -share/doc/ntp/pic/tardisa.gif -share/doc/ntp/pic/tonea.gif -share/doc/ntp/porting.htm -share/doc/ntp/pps.htm -share/doc/ntp/prefer.htm -share/doc/ntp/quick.htm -share/doc/ntp/rdebug.htm -share/doc/ntp/refclock.htm -share/doc/ntp/release.htm -share/doc/ntp/tickadj.htm -share/doc/ntp/vxworks.htm -share/doc/ntp/y2k.htm -@dirrm share/doc/ntp/pic -@dirrm share/doc/ntp/hints -@dirrm share/doc/ntp diff --git a/net/ntp-stable/Makefile b/net/ntp-stable/Makefile deleted file mode 100644 index 2366a28e4d8f..000000000000 --- a/net/ntp-stable/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: ntp -# Version required: 4.0.72 -# Date created: Di 5 Mai 1998 21:31:03 CEST -# Whom: andreas -# -# $FreeBSD$ -# - -DISTNAME= ntp-4.0.93a -CATEGORIES= net -MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/testing/ - -MAINTAINER= andreas@FreeBSD.org - -# ntp's configure script created by autoconf 2.14.1 doesn't work -# our autoconf version 2.13 produces better results -USE_AUTOCONF= yes -GNU_CONFIGURE= yes - -post-install: - ${MKDIR} ${PREFIX}/share/doc/ntp - ${CP} -r ${WRKSRC}/html/* ${PREFIX}/share/doc/ntp - -.include <bsd.port.mk> diff --git a/net/ntp-stable/distinfo b/net/ntp-stable/distinfo deleted file mode 100644 index 873e5654b057..000000000000 --- a/net/ntp-stable/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ntp-4.0.93a.tar.gz) = 63b9fe99b680a20946393812f5341683 diff --git a/net/ntp-stable/pkg-comment b/net/ntp-stable/pkg-comment deleted file mode 100644 index 28e419a84d98..000000000000 --- a/net/ntp-stable/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Network Time Protocol Distribution diff --git a/net/ntp-stable/pkg-descr b/net/ntp-stable/pkg-descr deleted file mode 100644 index 2603446f9d32..000000000000 --- a/net/ntp-stable/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -The Network Time Protocol (NTP) is used to synchronize the time of a -computer client or server to another server or reference time source, -such as a radio or satellite receiver or modem. - -It provides client accuracies typically within a millisecond on LANs -and up to a few tens of milliseconds on WANs relative to a primary -server synchronized to Coordinated Universal Time (UTC) via a Global -Positioning Service (GPS) receiver, for example. - -Typical NTP configurations utilize multiple redundant servers and diverse -network paths, in order to achieve high accuracy and reliability. - -Some configurations include cryptographic authentication to prevent -accidental or malicious protocol attacks. - -See homepage for more infos: - -WWW: http://www.eecis.udel.edu/~ntp/ diff --git a/net/ntp-stable/pkg-plist b/net/ntp-stable/pkg-plist deleted file mode 100644 index c99f6366fd54..000000000000 --- a/net/ntp-stable/pkg-plist +++ /dev/null @@ -1,149 +0,0 @@ -bin/ntpd -bin/ntpdate -bin/ntpdc -bin/ntpq -bin/ntptime -bin/ntptrace -bin/tickadj -share/doc/ntp/accopt.htm -share/doc/ntp/assoc.htm -share/doc/ntp/authopt.htm -share/doc/ntp/biblio.htm -share/doc/ntp/build.htm -share/doc/ntp/clockopt.htm -share/doc/ntp/config.htm -share/doc/ntp/confopt.htm -share/doc/ntp/copyright.htm -share/doc/ntp/debug.htm -share/doc/ntp/driver1.htm -share/doc/ntp/driver10.htm -share/doc/ntp/driver11.htm -share/doc/ntp/driver12.htm -share/doc/ntp/driver18.htm -share/doc/ntp/driver19.htm -share/doc/ntp/driver2.htm -share/doc/ntp/driver20.htm -share/doc/ntp/driver22.htm -share/doc/ntp/driver23.htm -share/doc/ntp/driver24.htm -share/doc/ntp/driver26.htm -share/doc/ntp/driver27.htm -share/doc/ntp/driver28.htm -share/doc/ntp/driver29.htm -share/doc/ntp/driver3.htm -share/doc/ntp/driver30.htm -share/doc/ntp/driver32.htm -share/doc/ntp/driver33.htm -share/doc/ntp/driver4.htm -share/doc/ntp/driver5.htm -share/doc/ntp/driver6.htm -share/doc/ntp/driver7.htm -share/doc/ntp/driver8.htm -share/doc/ntp/driver9.htm -share/doc/ntp/exec.htm -share/doc/ntp/extern.htm -share/doc/ntp/gadget.htm -share/doc/ntp/hints.htm -share/doc/ntp/hints/a-ux -share/doc/ntp/hints/aix -share/doc/ntp/hints/bsdi -share/doc/ntp/hints/changes -share/doc/ntp/hints/decosf1 -share/doc/ntp/hints/decosf2 -share/doc/ntp/hints/hpux -share/doc/ntp/hints/linux -share/doc/ntp/hints/notes-xntp-v3 -share/doc/ntp/hints/parse -share/doc/ntp/hints/refclocks -share/doc/ntp/hints/rs6000 -share/doc/ntp/hints/sco.htm -share/doc/ntp/hints/sgi -share/doc/ntp/hints/solaris.html -share/doc/ntp/hints/solaris.xtra.4023118 -share/doc/ntp/hints/solaris.xtra.4095849 -share/doc/ntp/hints/solaris.xtra.S99ntpd -share/doc/ntp/hints/solaris.xtra.patchfreq -share/doc/ntp/hints/sun4 -share/doc/ntp/hints/svr4-dell -share/doc/ntp/hints/svr4_package -share/doc/ntp/hints/todo -share/doc/ntp/hints/vxworks.html -share/doc/ntp/hints/winnt -share/doc/ntp/howto.htm -share/doc/ntp/htmlprimer.htm -share/doc/ntp/index.htm -share/doc/ntp/kern.htm -share/doc/ntp/kernpps.htm -share/doc/ntp/ldisc.htm -share/doc/ntp/measure.htm -share/doc/ntp/miscopt.htm -share/doc/ntp/monopt.htm -share/doc/ntp/mx4200data.htm -share/doc/ntp/notes.htm -share/doc/ntp/ntpd.htm -share/doc/ntp/ntpdate.htm -share/doc/ntp/ntpdc.htm -share/doc/ntp/ntpq.htm -share/doc/ntp/ntptime.htm -share/doc/ntp/ntptrace.htm -share/doc/ntp/parsedata.htm -share/doc/ntp/parsenew.htm -share/doc/ntp/patches.htm -share/doc/ntp/pic/9400n.jpg -share/doc/ntp/pic/alautun4a.gif -share/doc/ntp/pic/alice11.gif -share/doc/ntp/pic/alice12.gif -share/doc/ntp/pic/alice13.gif -share/doc/ntp/pic/alice15.gif -share/doc/ntp/pic/alice15b.gif -share/doc/ntp/pic/alice23.gif -share/doc/ntp/pic/alice31.gif -share/doc/ntp/pic/alice32.gif -share/doc/ntp/pic/alice35.gif -share/doc/ntp/pic/alice38.gif -share/doc/ntp/pic/alice44.gif -share/doc/ntp/pic/alice47.gif -share/doc/ntp/pic/alice51.gif -share/doc/ntp/pic/alice61.gif -share/doc/ntp/pic/appletree.gif -share/doc/ntp/pic/barnstable.gif -share/doc/ntp/pic/beaver.gif -share/doc/ntp/pic/c51.jpg -share/doc/ntp/pic/fg6021.gif -share/doc/ntp/pic/flatheads.gif -share/doc/ntp/pic/gadget.jpg -share/doc/ntp/pic/gps167.jpg -share/doc/ntp/pic/home.gif -share/doc/ntp/pic/hornraba.gif -share/doc/ntp/pic/igclock.gif -share/doc/ntp/pic/oncore_evalbig.gif -share/doc/ntp/pic/oncore_remoteant.jpg -share/doc/ntp/pic/oncore_utplusbig.gif -share/doc/ntp/pic/panda.gif -share/doc/ntp/pic/pd_om006.gif -share/doc/ntp/pic/pd_om011.gif -share/doc/ntp/pic/pogo.gif -share/doc/ntp/pic/pogo1.gif -share/doc/ntp/pic/pogo1a.gif -share/doc/ntp/pic/pogo3.gif -share/doc/ntp/pic/pogo3a.gif -share/doc/ntp/pic/pogo3b.gif -share/doc/ntp/pic/pogoa.gif -share/doc/ntp/pic/pzf509.jpg -share/doc/ntp/pic/rabbit.gif -share/doc/ntp/pic/sheepb.jpg -share/doc/ntp/pic/tardisa.gif -share/doc/ntp/pic/tonea.gif -share/doc/ntp/porting.htm -share/doc/ntp/pps.htm -share/doc/ntp/prefer.htm -share/doc/ntp/quick.htm -share/doc/ntp/rdebug.htm -share/doc/ntp/refclock.htm -share/doc/ntp/release.htm -share/doc/ntp/tickadj.htm -share/doc/ntp/vxworks.htm -share/doc/ntp/y2k.htm -@dirrm share/doc/ntp/pic -@dirrm share/doc/ntp/hints -@dirrm share/doc/ntp diff --git a/net/openldap12/Makefile b/net/openldap12/Makefile deleted file mode 100644 index 7529ff2c9572..000000000000 --- a/net/openldap12/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: openldap -# Version required: 1.2.7 -# Date created: 20 Sep 1998 -# Whom: Lachlan O'Dea -# -# $FreeBSD$ -# - -DISTNAME= openldap-1.2.7 -CATEGORIES= net databases -MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ - ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ - ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ - ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ \ - ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/ \ - http://www.unibase.cz/ldapcz/Programy/Free/OpenLDAP/openldap-release/ \ - ftp://ftp.ntua.gr/mirror/OpenLDAP/openldap-release/ \ - ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/openldap-release/\ - ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ulmo@earthling.net - -WRKSRC= ${WRKDIR}/ldap -GNU_CONFIGURE= yes - -.include <bsd.port.pre.mk> -.include "${FILESDIR}/manpages" - -pre-build: - cd ${WRKSRC} ; make depend - -post-install: - strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ - ${PREFIX}/bin/ldapmodrdn ${PREFIX}/bin/ldapsearch ${PREFIX}/bin/ud \ - ${PREFIX}/libexec/fax500 ${PREFIX}/libexec/go500 \ - ${PREFIX}/libexec/go500gw ${PREFIX}/libexec/in.xfingerd \ - ${PREFIX}/libexec/mail500 ${PREFIX}/libexec/rcpt500 \ - ${PREFIX}/libexec/rp500 ${PREFIX}/libexec/slapd \ - ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ - ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ - ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ - ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ - ${PREFIX}/bin/ldapmodify ${PREFIX}/bin/ldappasswd - -.include <bsd.port.post.mk> diff --git a/net/openldap12/distinfo b/net/openldap12/distinfo deleted file mode 100644 index f29985c25458..000000000000 --- a/net/openldap12/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (openldap-1.2.7.tgz) = be5866cfa50fdf083f5230b3837181e8 diff --git a/net/openldap12/files/manpages b/net/openldap12/files/manpages deleted file mode 100644 index f36399dbc70a..000000000000 --- a/net/openldap12/files/manpages +++ /dev/null @@ -1,165 +0,0 @@ -MAN1+= ldapdelete.1 -MAN1+= ldapmodify.1 -MAN1+= ldapmodrdn.1 -MAN1+= ldappasswd.1 -MAN1+= ldapsearch.1 -MAN1+= ud.1 -MAN3+= cldap_close.3 -MAN3+= cldap_open.3 -MAN3+= cldap_search_s.3 -MAN3+= cldap_setretryinfo.3 -MAN3+= lber-decode.3 -MAN3+= lber-encode.3 -MAN3+= ldap.3 -MAN3+= ldap_abandon.3 -MAN3+= ldap_add.3 -MAN3+= ldap_bind.3 -MAN3+= ldap_cache.3 -MAN3+= ldap_charset.3 -MAN3+= ldap_compare.3 -MAN3+= ldap_delete.3 -MAN3+= ldap_disptmpl.3 -MAN3+= ldap_entry2text.3 -MAN3+= ldap_error.3 -MAN3+= ldap_first_attribute.3 -MAN3+= ldap_first_entry.3 -MAN3+= ldap_friendly.3 -MAN3+= ldap_get_dn.3 -MAN3+= ldap_get_values.3 -MAN3+= ldap_getfilter.3 -MAN3+= ldap_modify.3 -MAN3+= ldap_modrdn.3 -MAN3+= ldap_open.3 -MAN3+= ldap_result.3 -MAN3+= ldap_search.3 -MAN3+= ldap_searchprefs.3 -MAN3+= ldap_sort.3 -MAN3+= ldap_ufn.3 -MAN3+= ldap_url.3 -MAN5+= ldap.conf.5 -MAN5+= ldapfilter.conf.5 -MAN5+= ldapfriendly.5 -MAN5+= ldapsearchprefs.conf.5 -MAN5+= ldaptemplates.conf.5 -MAN5+= ldif.5 -MAN5+= slapd.conf.5 -MAN5+= slapd.replog.5 -MAN5+= ud.conf.5 -MAN8+= centipede.8 -MAN8+= chlog2replog.8 -MAN8+= edb2ldif.8 -MAN8+= go500.8 -MAN8+= go500gw.8 -MAN8+= in.xfingerd.8 -MAN8+= ldapd.8 -MAN8+= ldbmcat.8 -MAN8+= ldif.8 -MAN8+= ldif2ldbm.8 -MAN8+= mail500.8 -MAN8+= rcpt500.8 -MAN8+= slapd.8 -MAN8+= slurpd.8 -MLINKS+= ldapmodify.1 ldapadd.1 -MLINKS+= ldap.3 cldap.3 -MLINKS+= ldap_add.3 ldap_add_s.3 -MLINKS+= ldap_bind.3 ldap_bind_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind1.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind1_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind2.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind2_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind_s.3 -MLINKS+= ldap_bind.3 ldap_set_rebind_proc.3 -MLINKS+= ldap_bind.3 ldap_simple_bind.3 -MLINKS+= ldap_bind.3 ldap_simple_bind_s.3 -MLINKS+= ldap_bind.3 ldap_unbind.3 -MLINKS+= ldap_bind.3 ldap_unbind_s.3 -MLINKS+= ldap_cache.3 ldap_destroy_cache.3 -MLINKS+= ldap_cache.3 ldap_disable_cache.3 -MLINKS+= ldap_cache.3 ldap_enable_cache.3 -MLINKS+= ldap_cache.3 ldap_flush_cache.3 -MLINKS+= ldap_cache.3 ldap_set_cache_options.3 -MLINKS+= ldap_cache.3 ldap_uncache_entry.3 -MLINKS+= ldap_cache.3 ldap_uncache_request.3 -MLINKS+= ldap_charset.3 ldap_8859_to_t61.3 -MLINKS+= ldap_charset.3 ldap_enable_translation.3 -MLINKS+= ldap_charset.3 ldap_set_string_translators.3 -MLINKS+= ldap_charset.3 ldap_t61_to_8859.3 -MLINKS+= ldap_charset.3 ldap_translate_from_t61.3 -MLINKS+= ldap_charset.3 ldap_translate_to_t61.3 -MLINKS+= ldap_compare.3 ldap_compare_s.3 -MLINKS+= ldap_delete.3 ldap_delete_s.3 -MLINKS+= ldap_disptmpl.3 ldap_first_disptmpl.3 -MLINKS+= ldap_disptmpl.3 ldap_first_tmplcol.3 -MLINKS+= ldap_disptmpl.3 ldap_first_tmplrow.3 -MLINKS+= ldap_disptmpl.3 ldap_free_templates.3 -MLINKS+= ldap_disptmpl.3 ldap_init_templates.3 -MLINKS+= ldap_disptmpl.3 ldap_init_templates_buf.3 -MLINKS+= ldap_disptmpl.3 ldap_next_disptmpl.3 -MLINKS+= ldap_disptmpl.3 ldap_next_tmplcol.3 -MLINKS+= ldap_disptmpl.3 ldap_next_tmplrow.3 -MLINKS+= ldap_disptmpl.3 ldap_oc2template.3 -MLINKS+= ldap_disptmpl.3 ldap_tmplattrs.3 -MLINKS+= ldap_entry2text.3 ldap_entry2html.3 -MLINKS+= ldap_entry2text.3 ldap_entry2html_search.3 -MLINKS+= ldap_entry2text.3 ldap_entry2text_search.3 -MLINKS+= ldap_entry2text.3 ldap_vals2html.3 -MLINKS+= ldap_entry2text.3 ldap_vals2text.3 -MLINKS+= ldap_error.3 ld_errno.3 -MLINKS+= ldap_error.3 ldap_err2string.3 -MLINKS+= ldap_error.3 ldap_errlist.3 -MLINKS+= ldap_error.3 ldap_perror.3 -MLINKS+= ldap_error.3 ldap_result2error.3 -MLINKS+= ldap_first_attribute.3 ldap_next_attribute.3 -MLINKS+= ldap_first_entry.3 ldap_count_entries.3 -MLINKS+= ldap_first_entry.3 ldap_next_entry.3 -MLINKS+= ldap_friendly.3 ldap_free_friendlymap.3 -MLINKS+= ldap_friendly.3 ldap_friendly_name.3 -MLINKS+= ldap_get_dn.3 ldap_dn2ufn.3 -MLINKS+= ldap_get_dn.3 ldap_explode_dn.3 -MLINKS+= ldap_get_dn.3 ldap_explode_dns.3 -MLINKS+= ldap_get_dn.3 ldap_is_dns_dn.3 -MLINKS+= ldap_get_values.3 ldap_count_values.3 -MLINKS+= ldap_get_values.3 ldap_count_values_len.3 -MLINKS+= ldap_get_values.3 ldap_get_values_len.3 -MLINKS+= ldap_get_values.3 ldap_value_free.3 -MLINKS+= ldap_get_values.3 ldap_value_free_len.3 -MLINKS+= ldap_getfilter.3 ldap_build_filter.3 -MLINKS+= ldap_getfilter.3 ldap_getfilter_free.3 -MLINKS+= ldap_getfilter.3 ldap_getfirstfilter.3 -MLINKS+= ldap_getfilter.3 ldap_getnextfilter.3 -MLINKS+= ldap_getfilter.3 ldap_init_getfilter.3 -MLINKS+= ldap_getfilter.3 ldap_init_getfilter_buf.3 -MLINKS+= ldap_getfilter.3 ldap_setfilteraffixes.3 -MLINKS+= ldap_modify.3 ldap_modify_s.3 -MLINKS+= ldap_modify.3 ldap_mods_free.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn2.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn2_s.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn_s.3 -MLINKS+= ldap_open.3 ldap_init.3 -MLINKS+= ldap_result.3 ldap_msgfree.3 -MLINKS+= ldap_search.3 ldap_search_s.3 -MLINKS+= ldap_search.3 ldap_search_st.3 -MLINKS+= ldap_searchprefs.3 ldap_first_searchobj.3 -MLINKS+= ldap_searchprefs.3 ldap_free_searchprefs.3 -MLINKS+= ldap_searchprefs.3 ldap_init_searchprefs.3 -MLINKS+= ldap_searchprefs.3 ldap_init_searchprefs_buf.3 -MLINKS+= ldap_searchprefs.3 ldap_next_searchobj.3 -MLINKS+= ldap_sort.3 ldap_sort_entries.3 -MLINKS+= ldap_sort.3 ldap_sort_strcasecmp.3 -MLINKS+= ldap_sort.3 ldap_sort_values.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_c.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_ct.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_s.3 -MLINKS+= ldap_ufn.3 ldap_ufn_setfilter.3 -MLINKS+= ldap_ufn.3 ldap_ufn_setprefix.3 -MLINKS+= ldap_ufn.3 ldap_ufn_timeout.3 -MLINKS+= ldap_url.3 ldap_free_urldesc.3 -MLINKS+= ldap_url.3 ldap_is_ldap_url.3 -MLINKS+= ldap_url.3 ldap_url_parse.3 -MLINKS+= ldap_url.3 ldap_url_search.3 -MLINKS+= ldap_url.3 ldap_url_search_s.3 -MLINKS+= ldap_url.3 ldap_url_search_st.3 -MLINKS+= ldif2ldbm.8 ldif2id2children.8 -MLINKS+= ldif2ldbm.8 ldif2id2entry.8 -MLINKS+= ldif2ldbm.8 ldif2index.8 -MLINKS+= mail500.8 fax500.8 diff --git a/net/openldap12/files/patch-aa b/net/openldap12/files/patch-aa deleted file mode 100644 index 93f071d8a12b..000000000000 --- a/net/openldap12/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- servers/slapd/add.c.orig Fri Jan 29 00:11:49 1999 -+++ servers/slapd/add.c Sat Oct 23 13:31:43 1999 -@@ -180,6 +180,9 @@ - bv.bv_len = strlen( bv.bv_val ); - } - attr_merge( e, "creatorsname", bvals ); -+ /* Netscape Communicator 4.5 seems to expect modification information -+ to be present within newly created items. */ -+ attr_merge( e, "modifiersname", bvals ); - - ldap_pvt_thread_mutex_lock( ¤ttime_mutex ); - #ifndef LDAP_LOCALTIME -@@ -194,4 +197,7 @@ - bv.bv_val = buf; - bv.bv_len = strlen( bv.bv_val ); - attr_merge( e, "createtimestamp", bvals ); -+ /* Netscape Communicator 4.5 seems to expect modification information -+ to be present within newly created items. */ -+ attr_merge( e, "modifytimestamp", bvals ); - } diff --git a/net/openldap12/files/patch-ab b/net/openldap12/files/patch-ab deleted file mode 100644 index e1dad257389e..000000000000 --- a/net/openldap12/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Mon Nov 1 09:24:55 1999 -+++ configure Mon Nov 1 09:25:14 1999 -@@ -112,7 +112,7 @@ - datadir='${prefix}/share' - sysconfdir='${prefix}/etc' - sharedstatedir='${prefix}/com' --localstatedir='${prefix}/var' -+localstatedir='/var/run' - libdir='${exec_prefix}/lib' - includedir='${prefix}/include' - oldincludedir='/usr/include' diff --git a/net/openldap12/pkg-comment b/net/openldap12/pkg-comment deleted file mode 100644 index 8c499c3923cf..000000000000 --- a/net/openldap12/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Open source LDAP client and server software diff --git a/net/openldap12/pkg-descr b/net/openldap12/pkg-descr deleted file mode 100644 index aec3ae0f7cf4..000000000000 --- a/net/openldap12/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -OpenLDAP is a suite of Lightweight Directory Access Protocol (LDAP) servers, -clients, utilities and development tools. LDAP is an Internet standard -directory service protocol that can be used stand-alone, or as a front end -to an X.500 directory. LDAP is defined by RFCs 1777 through 1779. - -OpenLDAP is derived from the University of Michigan LDAP release 3.3 and is -distributed under an open source license. - -WWW: http://www.openldap.org/ - -Lachlan O'Dea -ulmo@earthling.net diff --git a/net/openldap12/pkg-plist b/net/openldap12/pkg-plist deleted file mode 100644 index 5aef80ee1133..000000000000 --- a/net/openldap12/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -bin/ldapadd -bin/ldapdelete -bin/ldapmodify -bin/ldapmodrdn -bin/ldappasswd -bin/ldapsearch -bin/ud -etc/openldap/ldap.conf -etc/openldap/ldap.conf.default -etc/openldap/ldapfilter.conf -etc/openldap/ldapfilter.conf.default -etc/openldap/ldapsearchprefs.conf -etc/openldap/ldapsearchprefs.conf.default -etc/openldap/ldaptemplates.conf -etc/openldap/ldaptemplates.conf.default -etc/openldap/slapd.at.conf -etc/openldap/slapd.at.conf.default -etc/openldap/slapd.conf -etc/openldap/slapd.conf.default -etc/openldap/slapd.oc.conf -etc/openldap/slapd.oc.conf.default -include/disptmpl.h -include/lber.h -include/ldap.h -include/ldap_cdefs.h -include/srchpref.h -lib/liblber.a -lib/liblber.la -lib/libldap.a -lib/libldap.la -libexec/fax500 -libexec/go500 -libexec/go500gw -libexec/in.xfingerd -libexec/mail500 -libexec/rcpt500 -libexec/rp500 -libexec/slapd -libexec/slurpd -libexec/xrpcomp -sbin/centipede -sbin/ldbmcat -sbin/ldbmtest -sbin/ldif -sbin/ldif2id2children -sbin/ldif2id2entry -sbin/ldif2index -sbin/ldif2ldbm -share/openldap/go500gw.help -share/openldap/ldapfriendly -share/openldap/rcpt500.help -@dirrm etc/openldap -@dirrm share/openldap diff --git a/net/openldap20-server/Makefile b/net/openldap20-server/Makefile deleted file mode 100644 index 7529ff2c9572..000000000000 --- a/net/openldap20-server/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: openldap -# Version required: 1.2.7 -# Date created: 20 Sep 1998 -# Whom: Lachlan O'Dea -# -# $FreeBSD$ -# - -DISTNAME= openldap-1.2.7 -CATEGORIES= net databases -MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ - ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ - ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ - ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ \ - ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/ \ - http://www.unibase.cz/ldapcz/Programy/Free/OpenLDAP/openldap-release/ \ - ftp://ftp.ntua.gr/mirror/OpenLDAP/openldap-release/ \ - ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/openldap-release/\ - ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ulmo@earthling.net - -WRKSRC= ${WRKDIR}/ldap -GNU_CONFIGURE= yes - -.include <bsd.port.pre.mk> -.include "${FILESDIR}/manpages" - -pre-build: - cd ${WRKSRC} ; make depend - -post-install: - strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ - ${PREFIX}/bin/ldapmodrdn ${PREFIX}/bin/ldapsearch ${PREFIX}/bin/ud \ - ${PREFIX}/libexec/fax500 ${PREFIX}/libexec/go500 \ - ${PREFIX}/libexec/go500gw ${PREFIX}/libexec/in.xfingerd \ - ${PREFIX}/libexec/mail500 ${PREFIX}/libexec/rcpt500 \ - ${PREFIX}/libexec/rp500 ${PREFIX}/libexec/slapd \ - ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ - ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ - ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ - ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ - ${PREFIX}/bin/ldapmodify ${PREFIX}/bin/ldappasswd - -.include <bsd.port.post.mk> diff --git a/net/openldap20-server/distinfo b/net/openldap20-server/distinfo deleted file mode 100644 index f29985c25458..000000000000 --- a/net/openldap20-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (openldap-1.2.7.tgz) = be5866cfa50fdf083f5230b3837181e8 diff --git a/net/openldap20-server/files/manpages b/net/openldap20-server/files/manpages deleted file mode 100644 index f36399dbc70a..000000000000 --- a/net/openldap20-server/files/manpages +++ /dev/null @@ -1,165 +0,0 @@ -MAN1+= ldapdelete.1 -MAN1+= ldapmodify.1 -MAN1+= ldapmodrdn.1 -MAN1+= ldappasswd.1 -MAN1+= ldapsearch.1 -MAN1+= ud.1 -MAN3+= cldap_close.3 -MAN3+= cldap_open.3 -MAN3+= cldap_search_s.3 -MAN3+= cldap_setretryinfo.3 -MAN3+= lber-decode.3 -MAN3+= lber-encode.3 -MAN3+= ldap.3 -MAN3+= ldap_abandon.3 -MAN3+= ldap_add.3 -MAN3+= ldap_bind.3 -MAN3+= ldap_cache.3 -MAN3+= ldap_charset.3 -MAN3+= ldap_compare.3 -MAN3+= ldap_delete.3 -MAN3+= ldap_disptmpl.3 -MAN3+= ldap_entry2text.3 -MAN3+= ldap_error.3 -MAN3+= ldap_first_attribute.3 -MAN3+= ldap_first_entry.3 -MAN3+= ldap_friendly.3 -MAN3+= ldap_get_dn.3 -MAN3+= ldap_get_values.3 -MAN3+= ldap_getfilter.3 -MAN3+= ldap_modify.3 -MAN3+= ldap_modrdn.3 -MAN3+= ldap_open.3 -MAN3+= ldap_result.3 -MAN3+= ldap_search.3 -MAN3+= ldap_searchprefs.3 -MAN3+= ldap_sort.3 -MAN3+= ldap_ufn.3 -MAN3+= ldap_url.3 -MAN5+= ldap.conf.5 -MAN5+= ldapfilter.conf.5 -MAN5+= ldapfriendly.5 -MAN5+= ldapsearchprefs.conf.5 -MAN5+= ldaptemplates.conf.5 -MAN5+= ldif.5 -MAN5+= slapd.conf.5 -MAN5+= slapd.replog.5 -MAN5+= ud.conf.5 -MAN8+= centipede.8 -MAN8+= chlog2replog.8 -MAN8+= edb2ldif.8 -MAN8+= go500.8 -MAN8+= go500gw.8 -MAN8+= in.xfingerd.8 -MAN8+= ldapd.8 -MAN8+= ldbmcat.8 -MAN8+= ldif.8 -MAN8+= ldif2ldbm.8 -MAN8+= mail500.8 -MAN8+= rcpt500.8 -MAN8+= slapd.8 -MAN8+= slurpd.8 -MLINKS+= ldapmodify.1 ldapadd.1 -MLINKS+= ldap.3 cldap.3 -MLINKS+= ldap_add.3 ldap_add_s.3 -MLINKS+= ldap_bind.3 ldap_bind_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind1.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind1_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind2.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind2_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind_s.3 -MLINKS+= ldap_bind.3 ldap_set_rebind_proc.3 -MLINKS+= ldap_bind.3 ldap_simple_bind.3 -MLINKS+= ldap_bind.3 ldap_simple_bind_s.3 -MLINKS+= ldap_bind.3 ldap_unbind.3 -MLINKS+= ldap_bind.3 ldap_unbind_s.3 -MLINKS+= ldap_cache.3 ldap_destroy_cache.3 -MLINKS+= ldap_cache.3 ldap_disable_cache.3 -MLINKS+= ldap_cache.3 ldap_enable_cache.3 -MLINKS+= ldap_cache.3 ldap_flush_cache.3 -MLINKS+= ldap_cache.3 ldap_set_cache_options.3 -MLINKS+= ldap_cache.3 ldap_uncache_entry.3 -MLINKS+= ldap_cache.3 ldap_uncache_request.3 -MLINKS+= ldap_charset.3 ldap_8859_to_t61.3 -MLINKS+= ldap_charset.3 ldap_enable_translation.3 -MLINKS+= ldap_charset.3 ldap_set_string_translators.3 -MLINKS+= ldap_charset.3 ldap_t61_to_8859.3 -MLINKS+= ldap_charset.3 ldap_translate_from_t61.3 -MLINKS+= ldap_charset.3 ldap_translate_to_t61.3 -MLINKS+= ldap_compare.3 ldap_compare_s.3 -MLINKS+= ldap_delete.3 ldap_delete_s.3 -MLINKS+= ldap_disptmpl.3 ldap_first_disptmpl.3 -MLINKS+= ldap_disptmpl.3 ldap_first_tmplcol.3 -MLINKS+= ldap_disptmpl.3 ldap_first_tmplrow.3 -MLINKS+= ldap_disptmpl.3 ldap_free_templates.3 -MLINKS+= ldap_disptmpl.3 ldap_init_templates.3 -MLINKS+= ldap_disptmpl.3 ldap_init_templates_buf.3 -MLINKS+= ldap_disptmpl.3 ldap_next_disptmpl.3 -MLINKS+= ldap_disptmpl.3 ldap_next_tmplcol.3 -MLINKS+= ldap_disptmpl.3 ldap_next_tmplrow.3 -MLINKS+= ldap_disptmpl.3 ldap_oc2template.3 -MLINKS+= ldap_disptmpl.3 ldap_tmplattrs.3 -MLINKS+= ldap_entry2text.3 ldap_entry2html.3 -MLINKS+= ldap_entry2text.3 ldap_entry2html_search.3 -MLINKS+= ldap_entry2text.3 ldap_entry2text_search.3 -MLINKS+= ldap_entry2text.3 ldap_vals2html.3 -MLINKS+= ldap_entry2text.3 ldap_vals2text.3 -MLINKS+= ldap_error.3 ld_errno.3 -MLINKS+= ldap_error.3 ldap_err2string.3 -MLINKS+= ldap_error.3 ldap_errlist.3 -MLINKS+= ldap_error.3 ldap_perror.3 -MLINKS+= ldap_error.3 ldap_result2error.3 -MLINKS+= ldap_first_attribute.3 ldap_next_attribute.3 -MLINKS+= ldap_first_entry.3 ldap_count_entries.3 -MLINKS+= ldap_first_entry.3 ldap_next_entry.3 -MLINKS+= ldap_friendly.3 ldap_free_friendlymap.3 -MLINKS+= ldap_friendly.3 ldap_friendly_name.3 -MLINKS+= ldap_get_dn.3 ldap_dn2ufn.3 -MLINKS+= ldap_get_dn.3 ldap_explode_dn.3 -MLINKS+= ldap_get_dn.3 ldap_explode_dns.3 -MLINKS+= ldap_get_dn.3 ldap_is_dns_dn.3 -MLINKS+= ldap_get_values.3 ldap_count_values.3 -MLINKS+= ldap_get_values.3 ldap_count_values_len.3 -MLINKS+= ldap_get_values.3 ldap_get_values_len.3 -MLINKS+= ldap_get_values.3 ldap_value_free.3 -MLINKS+= ldap_get_values.3 ldap_value_free_len.3 -MLINKS+= ldap_getfilter.3 ldap_build_filter.3 -MLINKS+= ldap_getfilter.3 ldap_getfilter_free.3 -MLINKS+= ldap_getfilter.3 ldap_getfirstfilter.3 -MLINKS+= ldap_getfilter.3 ldap_getnextfilter.3 -MLINKS+= ldap_getfilter.3 ldap_init_getfilter.3 -MLINKS+= ldap_getfilter.3 ldap_init_getfilter_buf.3 -MLINKS+= ldap_getfilter.3 ldap_setfilteraffixes.3 -MLINKS+= ldap_modify.3 ldap_modify_s.3 -MLINKS+= ldap_modify.3 ldap_mods_free.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn2.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn2_s.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn_s.3 -MLINKS+= ldap_open.3 ldap_init.3 -MLINKS+= ldap_result.3 ldap_msgfree.3 -MLINKS+= ldap_search.3 ldap_search_s.3 -MLINKS+= ldap_search.3 ldap_search_st.3 -MLINKS+= ldap_searchprefs.3 ldap_first_searchobj.3 -MLINKS+= ldap_searchprefs.3 ldap_free_searchprefs.3 -MLINKS+= ldap_searchprefs.3 ldap_init_searchprefs.3 -MLINKS+= ldap_searchprefs.3 ldap_init_searchprefs_buf.3 -MLINKS+= ldap_searchprefs.3 ldap_next_searchobj.3 -MLINKS+= ldap_sort.3 ldap_sort_entries.3 -MLINKS+= ldap_sort.3 ldap_sort_strcasecmp.3 -MLINKS+= ldap_sort.3 ldap_sort_values.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_c.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_ct.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_s.3 -MLINKS+= ldap_ufn.3 ldap_ufn_setfilter.3 -MLINKS+= ldap_ufn.3 ldap_ufn_setprefix.3 -MLINKS+= ldap_ufn.3 ldap_ufn_timeout.3 -MLINKS+= ldap_url.3 ldap_free_urldesc.3 -MLINKS+= ldap_url.3 ldap_is_ldap_url.3 -MLINKS+= ldap_url.3 ldap_url_parse.3 -MLINKS+= ldap_url.3 ldap_url_search.3 -MLINKS+= ldap_url.3 ldap_url_search_s.3 -MLINKS+= ldap_url.3 ldap_url_search_st.3 -MLINKS+= ldif2ldbm.8 ldif2id2children.8 -MLINKS+= ldif2ldbm.8 ldif2id2entry.8 -MLINKS+= ldif2ldbm.8 ldif2index.8 -MLINKS+= mail500.8 fax500.8 diff --git a/net/openldap20-server/pkg-comment b/net/openldap20-server/pkg-comment deleted file mode 100644 index 8c499c3923cf..000000000000 --- a/net/openldap20-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Open source LDAP client and server software diff --git a/net/openldap20-server/pkg-descr b/net/openldap20-server/pkg-descr deleted file mode 100644 index aec3ae0f7cf4..000000000000 --- a/net/openldap20-server/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -OpenLDAP is a suite of Lightweight Directory Access Protocol (LDAP) servers, -clients, utilities and development tools. LDAP is an Internet standard -directory service protocol that can be used stand-alone, or as a front end -to an X.500 directory. LDAP is defined by RFCs 1777 through 1779. - -OpenLDAP is derived from the University of Michigan LDAP release 3.3 and is -distributed under an open source license. - -WWW: http://www.openldap.org/ - -Lachlan O'Dea -ulmo@earthling.net diff --git a/net/openldap20-server/pkg-plist b/net/openldap20-server/pkg-plist deleted file mode 100644 index 5aef80ee1133..000000000000 --- a/net/openldap20-server/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -bin/ldapadd -bin/ldapdelete -bin/ldapmodify -bin/ldapmodrdn -bin/ldappasswd -bin/ldapsearch -bin/ud -etc/openldap/ldap.conf -etc/openldap/ldap.conf.default -etc/openldap/ldapfilter.conf -etc/openldap/ldapfilter.conf.default -etc/openldap/ldapsearchprefs.conf -etc/openldap/ldapsearchprefs.conf.default -etc/openldap/ldaptemplates.conf -etc/openldap/ldaptemplates.conf.default -etc/openldap/slapd.at.conf -etc/openldap/slapd.at.conf.default -etc/openldap/slapd.conf -etc/openldap/slapd.conf.default -etc/openldap/slapd.oc.conf -etc/openldap/slapd.oc.conf.default -include/disptmpl.h -include/lber.h -include/ldap.h -include/ldap_cdefs.h -include/srchpref.h -lib/liblber.a -lib/liblber.la -lib/libldap.a -lib/libldap.la -libexec/fax500 -libexec/go500 -libexec/go500gw -libexec/in.xfingerd -libexec/mail500 -libexec/rcpt500 -libexec/rp500 -libexec/slapd -libexec/slurpd -libexec/xrpcomp -sbin/centipede -sbin/ldbmcat -sbin/ldbmtest -sbin/ldif -sbin/ldif2id2children -sbin/ldif2id2entry -sbin/ldif2index -sbin/ldif2ldbm -share/openldap/go500gw.help -share/openldap/ldapfriendly -share/openldap/rcpt500.help -@dirrm etc/openldap -@dirrm share/openldap diff --git a/net/openldap20/Makefile b/net/openldap20/Makefile deleted file mode 100644 index 7529ff2c9572..000000000000 --- a/net/openldap20/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: openldap -# Version required: 1.2.7 -# Date created: 20 Sep 1998 -# Whom: Lachlan O'Dea -# -# $FreeBSD$ -# - -DISTNAME= openldap-1.2.7 -CATEGORIES= net databases -MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ - ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ - ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ - ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ \ - ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/ \ - http://www.unibase.cz/ldapcz/Programy/Free/OpenLDAP/openldap-release/ \ - ftp://ftp.ntua.gr/mirror/OpenLDAP/openldap-release/ \ - ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/openldap-release/\ - ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ulmo@earthling.net - -WRKSRC= ${WRKDIR}/ldap -GNU_CONFIGURE= yes - -.include <bsd.port.pre.mk> -.include "${FILESDIR}/manpages" - -pre-build: - cd ${WRKSRC} ; make depend - -post-install: - strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ - ${PREFIX}/bin/ldapmodrdn ${PREFIX}/bin/ldapsearch ${PREFIX}/bin/ud \ - ${PREFIX}/libexec/fax500 ${PREFIX}/libexec/go500 \ - ${PREFIX}/libexec/go500gw ${PREFIX}/libexec/in.xfingerd \ - ${PREFIX}/libexec/mail500 ${PREFIX}/libexec/rcpt500 \ - ${PREFIX}/libexec/rp500 ${PREFIX}/libexec/slapd \ - ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ - ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ - ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ - ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ - ${PREFIX}/bin/ldapmodify ${PREFIX}/bin/ldappasswd - -.include <bsd.port.post.mk> diff --git a/net/openldap20/distinfo b/net/openldap20/distinfo deleted file mode 100644 index f29985c25458..000000000000 --- a/net/openldap20/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (openldap-1.2.7.tgz) = be5866cfa50fdf083f5230b3837181e8 diff --git a/net/openldap20/files/manpages b/net/openldap20/files/manpages deleted file mode 100644 index f36399dbc70a..000000000000 --- a/net/openldap20/files/manpages +++ /dev/null @@ -1,165 +0,0 @@ -MAN1+= ldapdelete.1 -MAN1+= ldapmodify.1 -MAN1+= ldapmodrdn.1 -MAN1+= ldappasswd.1 -MAN1+= ldapsearch.1 -MAN1+= ud.1 -MAN3+= cldap_close.3 -MAN3+= cldap_open.3 -MAN3+= cldap_search_s.3 -MAN3+= cldap_setretryinfo.3 -MAN3+= lber-decode.3 -MAN3+= lber-encode.3 -MAN3+= ldap.3 -MAN3+= ldap_abandon.3 -MAN3+= ldap_add.3 -MAN3+= ldap_bind.3 -MAN3+= ldap_cache.3 -MAN3+= ldap_charset.3 -MAN3+= ldap_compare.3 -MAN3+= ldap_delete.3 -MAN3+= ldap_disptmpl.3 -MAN3+= ldap_entry2text.3 -MAN3+= ldap_error.3 -MAN3+= ldap_first_attribute.3 -MAN3+= ldap_first_entry.3 -MAN3+= ldap_friendly.3 -MAN3+= ldap_get_dn.3 -MAN3+= ldap_get_values.3 -MAN3+= ldap_getfilter.3 -MAN3+= ldap_modify.3 -MAN3+= ldap_modrdn.3 -MAN3+= ldap_open.3 -MAN3+= ldap_result.3 -MAN3+= ldap_search.3 -MAN3+= ldap_searchprefs.3 -MAN3+= ldap_sort.3 -MAN3+= ldap_ufn.3 -MAN3+= ldap_url.3 -MAN5+= ldap.conf.5 -MAN5+= ldapfilter.conf.5 -MAN5+= ldapfriendly.5 -MAN5+= ldapsearchprefs.conf.5 -MAN5+= ldaptemplates.conf.5 -MAN5+= ldif.5 -MAN5+= slapd.conf.5 -MAN5+= slapd.replog.5 -MAN5+= ud.conf.5 -MAN8+= centipede.8 -MAN8+= chlog2replog.8 -MAN8+= edb2ldif.8 -MAN8+= go500.8 -MAN8+= go500gw.8 -MAN8+= in.xfingerd.8 -MAN8+= ldapd.8 -MAN8+= ldbmcat.8 -MAN8+= ldif.8 -MAN8+= ldif2ldbm.8 -MAN8+= mail500.8 -MAN8+= rcpt500.8 -MAN8+= slapd.8 -MAN8+= slurpd.8 -MLINKS+= ldapmodify.1 ldapadd.1 -MLINKS+= ldap.3 cldap.3 -MLINKS+= ldap_add.3 ldap_add_s.3 -MLINKS+= ldap_bind.3 ldap_bind_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind1.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind1_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind2.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind2_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind_s.3 -MLINKS+= ldap_bind.3 ldap_set_rebind_proc.3 -MLINKS+= ldap_bind.3 ldap_simple_bind.3 -MLINKS+= ldap_bind.3 ldap_simple_bind_s.3 -MLINKS+= ldap_bind.3 ldap_unbind.3 -MLINKS+= ldap_bind.3 ldap_unbind_s.3 -MLINKS+= ldap_cache.3 ldap_destroy_cache.3 -MLINKS+= ldap_cache.3 ldap_disable_cache.3 -MLINKS+= ldap_cache.3 ldap_enable_cache.3 -MLINKS+= ldap_cache.3 ldap_flush_cache.3 -MLINKS+= ldap_cache.3 ldap_set_cache_options.3 -MLINKS+= ldap_cache.3 ldap_uncache_entry.3 -MLINKS+= ldap_cache.3 ldap_uncache_request.3 -MLINKS+= ldap_charset.3 ldap_8859_to_t61.3 -MLINKS+= ldap_charset.3 ldap_enable_translation.3 -MLINKS+= ldap_charset.3 ldap_set_string_translators.3 -MLINKS+= ldap_charset.3 ldap_t61_to_8859.3 -MLINKS+= ldap_charset.3 ldap_translate_from_t61.3 -MLINKS+= ldap_charset.3 ldap_translate_to_t61.3 -MLINKS+= ldap_compare.3 ldap_compare_s.3 -MLINKS+= ldap_delete.3 ldap_delete_s.3 -MLINKS+= ldap_disptmpl.3 ldap_first_disptmpl.3 -MLINKS+= ldap_disptmpl.3 ldap_first_tmplcol.3 -MLINKS+= ldap_disptmpl.3 ldap_first_tmplrow.3 -MLINKS+= ldap_disptmpl.3 ldap_free_templates.3 -MLINKS+= ldap_disptmpl.3 ldap_init_templates.3 -MLINKS+= ldap_disptmpl.3 ldap_init_templates_buf.3 -MLINKS+= ldap_disptmpl.3 ldap_next_disptmpl.3 -MLINKS+= ldap_disptmpl.3 ldap_next_tmplcol.3 -MLINKS+= ldap_disptmpl.3 ldap_next_tmplrow.3 -MLINKS+= ldap_disptmpl.3 ldap_oc2template.3 -MLINKS+= ldap_disptmpl.3 ldap_tmplattrs.3 -MLINKS+= ldap_entry2text.3 ldap_entry2html.3 -MLINKS+= ldap_entry2text.3 ldap_entry2html_search.3 -MLINKS+= ldap_entry2text.3 ldap_entry2text_search.3 -MLINKS+= ldap_entry2text.3 ldap_vals2html.3 -MLINKS+= ldap_entry2text.3 ldap_vals2text.3 -MLINKS+= ldap_error.3 ld_errno.3 -MLINKS+= ldap_error.3 ldap_err2string.3 -MLINKS+= ldap_error.3 ldap_errlist.3 -MLINKS+= ldap_error.3 ldap_perror.3 -MLINKS+= ldap_error.3 ldap_result2error.3 -MLINKS+= ldap_first_attribute.3 ldap_next_attribute.3 -MLINKS+= ldap_first_entry.3 ldap_count_entries.3 -MLINKS+= ldap_first_entry.3 ldap_next_entry.3 -MLINKS+= ldap_friendly.3 ldap_free_friendlymap.3 -MLINKS+= ldap_friendly.3 ldap_friendly_name.3 -MLINKS+= ldap_get_dn.3 ldap_dn2ufn.3 -MLINKS+= ldap_get_dn.3 ldap_explode_dn.3 -MLINKS+= ldap_get_dn.3 ldap_explode_dns.3 -MLINKS+= ldap_get_dn.3 ldap_is_dns_dn.3 -MLINKS+= ldap_get_values.3 ldap_count_values.3 -MLINKS+= ldap_get_values.3 ldap_count_values_len.3 -MLINKS+= ldap_get_values.3 ldap_get_values_len.3 -MLINKS+= ldap_get_values.3 ldap_value_free.3 -MLINKS+= ldap_get_values.3 ldap_value_free_len.3 -MLINKS+= ldap_getfilter.3 ldap_build_filter.3 -MLINKS+= ldap_getfilter.3 ldap_getfilter_free.3 -MLINKS+= ldap_getfilter.3 ldap_getfirstfilter.3 -MLINKS+= ldap_getfilter.3 ldap_getnextfilter.3 -MLINKS+= ldap_getfilter.3 ldap_init_getfilter.3 -MLINKS+= ldap_getfilter.3 ldap_init_getfilter_buf.3 -MLINKS+= ldap_getfilter.3 ldap_setfilteraffixes.3 -MLINKS+= ldap_modify.3 ldap_modify_s.3 -MLINKS+= ldap_modify.3 ldap_mods_free.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn2.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn2_s.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn_s.3 -MLINKS+= ldap_open.3 ldap_init.3 -MLINKS+= ldap_result.3 ldap_msgfree.3 -MLINKS+= ldap_search.3 ldap_search_s.3 -MLINKS+= ldap_search.3 ldap_search_st.3 -MLINKS+= ldap_searchprefs.3 ldap_first_searchobj.3 -MLINKS+= ldap_searchprefs.3 ldap_free_searchprefs.3 -MLINKS+= ldap_searchprefs.3 ldap_init_searchprefs.3 -MLINKS+= ldap_searchprefs.3 ldap_init_searchprefs_buf.3 -MLINKS+= ldap_searchprefs.3 ldap_next_searchobj.3 -MLINKS+= ldap_sort.3 ldap_sort_entries.3 -MLINKS+= ldap_sort.3 ldap_sort_strcasecmp.3 -MLINKS+= ldap_sort.3 ldap_sort_values.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_c.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_ct.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_s.3 -MLINKS+= ldap_ufn.3 ldap_ufn_setfilter.3 -MLINKS+= ldap_ufn.3 ldap_ufn_setprefix.3 -MLINKS+= ldap_ufn.3 ldap_ufn_timeout.3 -MLINKS+= ldap_url.3 ldap_free_urldesc.3 -MLINKS+= ldap_url.3 ldap_is_ldap_url.3 -MLINKS+= ldap_url.3 ldap_url_parse.3 -MLINKS+= ldap_url.3 ldap_url_search.3 -MLINKS+= ldap_url.3 ldap_url_search_s.3 -MLINKS+= ldap_url.3 ldap_url_search_st.3 -MLINKS+= ldif2ldbm.8 ldif2id2children.8 -MLINKS+= ldif2ldbm.8 ldif2id2entry.8 -MLINKS+= ldif2ldbm.8 ldif2index.8 -MLINKS+= mail500.8 fax500.8 diff --git a/net/openldap20/pkg-comment b/net/openldap20/pkg-comment deleted file mode 100644 index 8c499c3923cf..000000000000 --- a/net/openldap20/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Open source LDAP client and server software diff --git a/net/openldap20/pkg-descr b/net/openldap20/pkg-descr deleted file mode 100644 index aec3ae0f7cf4..000000000000 --- a/net/openldap20/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -OpenLDAP is a suite of Lightweight Directory Access Protocol (LDAP) servers, -clients, utilities and development tools. LDAP is an Internet standard -directory service protocol that can be used stand-alone, or as a front end -to an X.500 directory. LDAP is defined by RFCs 1777 through 1779. - -OpenLDAP is derived from the University of Michigan LDAP release 3.3 and is -distributed under an open source license. - -WWW: http://www.openldap.org/ - -Lachlan O'Dea -ulmo@earthling.net diff --git a/net/openldap20/pkg-plist b/net/openldap20/pkg-plist deleted file mode 100644 index 5aef80ee1133..000000000000 --- a/net/openldap20/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -bin/ldapadd -bin/ldapdelete -bin/ldapmodify -bin/ldapmodrdn -bin/ldappasswd -bin/ldapsearch -bin/ud -etc/openldap/ldap.conf -etc/openldap/ldap.conf.default -etc/openldap/ldapfilter.conf -etc/openldap/ldapfilter.conf.default -etc/openldap/ldapsearchprefs.conf -etc/openldap/ldapsearchprefs.conf.default -etc/openldap/ldaptemplates.conf -etc/openldap/ldaptemplates.conf.default -etc/openldap/slapd.at.conf -etc/openldap/slapd.at.conf.default -etc/openldap/slapd.conf -etc/openldap/slapd.conf.default -etc/openldap/slapd.oc.conf -etc/openldap/slapd.oc.conf.default -include/disptmpl.h -include/lber.h -include/ldap.h -include/ldap_cdefs.h -include/srchpref.h -lib/liblber.a -lib/liblber.la -lib/libldap.a -lib/libldap.la -libexec/fax500 -libexec/go500 -libexec/go500gw -libexec/in.xfingerd -libexec/mail500 -libexec/rcpt500 -libexec/rp500 -libexec/slapd -libexec/slurpd -libexec/xrpcomp -sbin/centipede -sbin/ldbmcat -sbin/ldbmtest -sbin/ldif -sbin/ldif2id2children -sbin/ldif2id2entry -sbin/ldif2index -sbin/ldif2ldbm -share/openldap/go500gw.help -share/openldap/ldapfriendly -share/openldap/rcpt500.help -@dirrm etc/openldap -@dirrm share/openldap diff --git a/net/openldap21-server/Makefile b/net/openldap21-server/Makefile deleted file mode 100644 index 7529ff2c9572..000000000000 --- a/net/openldap21-server/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: openldap -# Version required: 1.2.7 -# Date created: 20 Sep 1998 -# Whom: Lachlan O'Dea -# -# $FreeBSD$ -# - -DISTNAME= openldap-1.2.7 -CATEGORIES= net databases -MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ - ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ - ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ - ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ \ - ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/ \ - http://www.unibase.cz/ldapcz/Programy/Free/OpenLDAP/openldap-release/ \ - ftp://ftp.ntua.gr/mirror/OpenLDAP/openldap-release/ \ - ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/openldap-release/\ - ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ulmo@earthling.net - -WRKSRC= ${WRKDIR}/ldap -GNU_CONFIGURE= yes - -.include <bsd.port.pre.mk> -.include "${FILESDIR}/manpages" - -pre-build: - cd ${WRKSRC} ; make depend - -post-install: - strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ - ${PREFIX}/bin/ldapmodrdn ${PREFIX}/bin/ldapsearch ${PREFIX}/bin/ud \ - ${PREFIX}/libexec/fax500 ${PREFIX}/libexec/go500 \ - ${PREFIX}/libexec/go500gw ${PREFIX}/libexec/in.xfingerd \ - ${PREFIX}/libexec/mail500 ${PREFIX}/libexec/rcpt500 \ - ${PREFIX}/libexec/rp500 ${PREFIX}/libexec/slapd \ - ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ - ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ - ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ - ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ - ${PREFIX}/bin/ldapmodify ${PREFIX}/bin/ldappasswd - -.include <bsd.port.post.mk> diff --git a/net/openldap21-server/distinfo b/net/openldap21-server/distinfo deleted file mode 100644 index f29985c25458..000000000000 --- a/net/openldap21-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (openldap-1.2.7.tgz) = be5866cfa50fdf083f5230b3837181e8 diff --git a/net/openldap21-server/files/manpages b/net/openldap21-server/files/manpages deleted file mode 100644 index f36399dbc70a..000000000000 --- a/net/openldap21-server/files/manpages +++ /dev/null @@ -1,165 +0,0 @@ -MAN1+= ldapdelete.1 -MAN1+= ldapmodify.1 -MAN1+= ldapmodrdn.1 -MAN1+= ldappasswd.1 -MAN1+= ldapsearch.1 -MAN1+= ud.1 -MAN3+= cldap_close.3 -MAN3+= cldap_open.3 -MAN3+= cldap_search_s.3 -MAN3+= cldap_setretryinfo.3 -MAN3+= lber-decode.3 -MAN3+= lber-encode.3 -MAN3+= ldap.3 -MAN3+= ldap_abandon.3 -MAN3+= ldap_add.3 -MAN3+= ldap_bind.3 -MAN3+= ldap_cache.3 -MAN3+= ldap_charset.3 -MAN3+= ldap_compare.3 -MAN3+= ldap_delete.3 -MAN3+= ldap_disptmpl.3 -MAN3+= ldap_entry2text.3 -MAN3+= ldap_error.3 -MAN3+= ldap_first_attribute.3 -MAN3+= ldap_first_entry.3 -MAN3+= ldap_friendly.3 -MAN3+= ldap_get_dn.3 -MAN3+= ldap_get_values.3 -MAN3+= ldap_getfilter.3 -MAN3+= ldap_modify.3 -MAN3+= ldap_modrdn.3 -MAN3+= ldap_open.3 -MAN3+= ldap_result.3 -MAN3+= ldap_search.3 -MAN3+= ldap_searchprefs.3 -MAN3+= ldap_sort.3 -MAN3+= ldap_ufn.3 -MAN3+= ldap_url.3 -MAN5+= ldap.conf.5 -MAN5+= ldapfilter.conf.5 -MAN5+= ldapfriendly.5 -MAN5+= ldapsearchprefs.conf.5 -MAN5+= ldaptemplates.conf.5 -MAN5+= ldif.5 -MAN5+= slapd.conf.5 -MAN5+= slapd.replog.5 -MAN5+= ud.conf.5 -MAN8+= centipede.8 -MAN8+= chlog2replog.8 -MAN8+= edb2ldif.8 -MAN8+= go500.8 -MAN8+= go500gw.8 -MAN8+= in.xfingerd.8 -MAN8+= ldapd.8 -MAN8+= ldbmcat.8 -MAN8+= ldif.8 -MAN8+= ldif2ldbm.8 -MAN8+= mail500.8 -MAN8+= rcpt500.8 -MAN8+= slapd.8 -MAN8+= slurpd.8 -MLINKS+= ldapmodify.1 ldapadd.1 -MLINKS+= ldap.3 cldap.3 -MLINKS+= ldap_add.3 ldap_add_s.3 -MLINKS+= ldap_bind.3 ldap_bind_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind1.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind1_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind2.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind2_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind_s.3 -MLINKS+= ldap_bind.3 ldap_set_rebind_proc.3 -MLINKS+= ldap_bind.3 ldap_simple_bind.3 -MLINKS+= ldap_bind.3 ldap_simple_bind_s.3 -MLINKS+= ldap_bind.3 ldap_unbind.3 -MLINKS+= ldap_bind.3 ldap_unbind_s.3 -MLINKS+= ldap_cache.3 ldap_destroy_cache.3 -MLINKS+= ldap_cache.3 ldap_disable_cache.3 -MLINKS+= ldap_cache.3 ldap_enable_cache.3 -MLINKS+= ldap_cache.3 ldap_flush_cache.3 -MLINKS+= ldap_cache.3 ldap_set_cache_options.3 -MLINKS+= ldap_cache.3 ldap_uncache_entry.3 -MLINKS+= ldap_cache.3 ldap_uncache_request.3 -MLINKS+= ldap_charset.3 ldap_8859_to_t61.3 -MLINKS+= ldap_charset.3 ldap_enable_translation.3 -MLINKS+= ldap_charset.3 ldap_set_string_translators.3 -MLINKS+= ldap_charset.3 ldap_t61_to_8859.3 -MLINKS+= ldap_charset.3 ldap_translate_from_t61.3 -MLINKS+= ldap_charset.3 ldap_translate_to_t61.3 -MLINKS+= ldap_compare.3 ldap_compare_s.3 -MLINKS+= ldap_delete.3 ldap_delete_s.3 -MLINKS+= ldap_disptmpl.3 ldap_first_disptmpl.3 -MLINKS+= ldap_disptmpl.3 ldap_first_tmplcol.3 -MLINKS+= ldap_disptmpl.3 ldap_first_tmplrow.3 -MLINKS+= ldap_disptmpl.3 ldap_free_templates.3 -MLINKS+= ldap_disptmpl.3 ldap_init_templates.3 -MLINKS+= ldap_disptmpl.3 ldap_init_templates_buf.3 -MLINKS+= ldap_disptmpl.3 ldap_next_disptmpl.3 -MLINKS+= ldap_disptmpl.3 ldap_next_tmplcol.3 -MLINKS+= ldap_disptmpl.3 ldap_next_tmplrow.3 -MLINKS+= ldap_disptmpl.3 ldap_oc2template.3 -MLINKS+= ldap_disptmpl.3 ldap_tmplattrs.3 -MLINKS+= ldap_entry2text.3 ldap_entry2html.3 -MLINKS+= ldap_entry2text.3 ldap_entry2html_search.3 -MLINKS+= ldap_entry2text.3 ldap_entry2text_search.3 -MLINKS+= ldap_entry2text.3 ldap_vals2html.3 -MLINKS+= ldap_entry2text.3 ldap_vals2text.3 -MLINKS+= ldap_error.3 ld_errno.3 -MLINKS+= ldap_error.3 ldap_err2string.3 -MLINKS+= ldap_error.3 ldap_errlist.3 -MLINKS+= ldap_error.3 ldap_perror.3 -MLINKS+= ldap_error.3 ldap_result2error.3 -MLINKS+= ldap_first_attribute.3 ldap_next_attribute.3 -MLINKS+= ldap_first_entry.3 ldap_count_entries.3 -MLINKS+= ldap_first_entry.3 ldap_next_entry.3 -MLINKS+= ldap_friendly.3 ldap_free_friendlymap.3 -MLINKS+= ldap_friendly.3 ldap_friendly_name.3 -MLINKS+= ldap_get_dn.3 ldap_dn2ufn.3 -MLINKS+= ldap_get_dn.3 ldap_explode_dn.3 -MLINKS+= ldap_get_dn.3 ldap_explode_dns.3 -MLINKS+= ldap_get_dn.3 ldap_is_dns_dn.3 -MLINKS+= ldap_get_values.3 ldap_count_values.3 -MLINKS+= ldap_get_values.3 ldap_count_values_len.3 -MLINKS+= ldap_get_values.3 ldap_get_values_len.3 -MLINKS+= ldap_get_values.3 ldap_value_free.3 -MLINKS+= ldap_get_values.3 ldap_value_free_len.3 -MLINKS+= ldap_getfilter.3 ldap_build_filter.3 -MLINKS+= ldap_getfilter.3 ldap_getfilter_free.3 -MLINKS+= ldap_getfilter.3 ldap_getfirstfilter.3 -MLINKS+= ldap_getfilter.3 ldap_getnextfilter.3 -MLINKS+= ldap_getfilter.3 ldap_init_getfilter.3 -MLINKS+= ldap_getfilter.3 ldap_init_getfilter_buf.3 -MLINKS+= ldap_getfilter.3 ldap_setfilteraffixes.3 -MLINKS+= ldap_modify.3 ldap_modify_s.3 -MLINKS+= ldap_modify.3 ldap_mods_free.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn2.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn2_s.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn_s.3 -MLINKS+= ldap_open.3 ldap_init.3 -MLINKS+= ldap_result.3 ldap_msgfree.3 -MLINKS+= ldap_search.3 ldap_search_s.3 -MLINKS+= ldap_search.3 ldap_search_st.3 -MLINKS+= ldap_searchprefs.3 ldap_first_searchobj.3 -MLINKS+= ldap_searchprefs.3 ldap_free_searchprefs.3 -MLINKS+= ldap_searchprefs.3 ldap_init_searchprefs.3 -MLINKS+= ldap_searchprefs.3 ldap_init_searchprefs_buf.3 -MLINKS+= ldap_searchprefs.3 ldap_next_searchobj.3 -MLINKS+= ldap_sort.3 ldap_sort_entries.3 -MLINKS+= ldap_sort.3 ldap_sort_strcasecmp.3 -MLINKS+= ldap_sort.3 ldap_sort_values.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_c.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_ct.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_s.3 -MLINKS+= ldap_ufn.3 ldap_ufn_setfilter.3 -MLINKS+= ldap_ufn.3 ldap_ufn_setprefix.3 -MLINKS+= ldap_ufn.3 ldap_ufn_timeout.3 -MLINKS+= ldap_url.3 ldap_free_urldesc.3 -MLINKS+= ldap_url.3 ldap_is_ldap_url.3 -MLINKS+= ldap_url.3 ldap_url_parse.3 -MLINKS+= ldap_url.3 ldap_url_search.3 -MLINKS+= ldap_url.3 ldap_url_search_s.3 -MLINKS+= ldap_url.3 ldap_url_search_st.3 -MLINKS+= ldif2ldbm.8 ldif2id2children.8 -MLINKS+= ldif2ldbm.8 ldif2id2entry.8 -MLINKS+= ldif2ldbm.8 ldif2index.8 -MLINKS+= mail500.8 fax500.8 diff --git a/net/openldap21-server/pkg-comment b/net/openldap21-server/pkg-comment deleted file mode 100644 index 8c499c3923cf..000000000000 --- a/net/openldap21-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Open source LDAP client and server software diff --git a/net/openldap21-server/pkg-descr b/net/openldap21-server/pkg-descr deleted file mode 100644 index aec3ae0f7cf4..000000000000 --- a/net/openldap21-server/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -OpenLDAP is a suite of Lightweight Directory Access Protocol (LDAP) servers, -clients, utilities and development tools. LDAP is an Internet standard -directory service protocol that can be used stand-alone, or as a front end -to an X.500 directory. LDAP is defined by RFCs 1777 through 1779. - -OpenLDAP is derived from the University of Michigan LDAP release 3.3 and is -distributed under an open source license. - -WWW: http://www.openldap.org/ - -Lachlan O'Dea -ulmo@earthling.net diff --git a/net/openldap21-server/pkg-plist b/net/openldap21-server/pkg-plist deleted file mode 100644 index 5aef80ee1133..000000000000 --- a/net/openldap21-server/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -bin/ldapadd -bin/ldapdelete -bin/ldapmodify -bin/ldapmodrdn -bin/ldappasswd -bin/ldapsearch -bin/ud -etc/openldap/ldap.conf -etc/openldap/ldap.conf.default -etc/openldap/ldapfilter.conf -etc/openldap/ldapfilter.conf.default -etc/openldap/ldapsearchprefs.conf -etc/openldap/ldapsearchprefs.conf.default -etc/openldap/ldaptemplates.conf -etc/openldap/ldaptemplates.conf.default -etc/openldap/slapd.at.conf -etc/openldap/slapd.at.conf.default -etc/openldap/slapd.conf -etc/openldap/slapd.conf.default -etc/openldap/slapd.oc.conf -etc/openldap/slapd.oc.conf.default -include/disptmpl.h -include/lber.h -include/ldap.h -include/ldap_cdefs.h -include/srchpref.h -lib/liblber.a -lib/liblber.la -lib/libldap.a -lib/libldap.la -libexec/fax500 -libexec/go500 -libexec/go500gw -libexec/in.xfingerd -libexec/mail500 -libexec/rcpt500 -libexec/rp500 -libexec/slapd -libexec/slurpd -libexec/xrpcomp -sbin/centipede -sbin/ldbmcat -sbin/ldbmtest -sbin/ldif -sbin/ldif2id2children -sbin/ldif2id2entry -sbin/ldif2index -sbin/ldif2ldbm -share/openldap/go500gw.help -share/openldap/ldapfriendly -share/openldap/rcpt500.help -@dirrm etc/openldap -@dirrm share/openldap diff --git a/net/openldap21/Makefile b/net/openldap21/Makefile deleted file mode 100644 index 7529ff2c9572..000000000000 --- a/net/openldap21/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: openldap -# Version required: 1.2.7 -# Date created: 20 Sep 1998 -# Whom: Lachlan O'Dea -# -# $FreeBSD$ -# - -DISTNAME= openldap-1.2.7 -CATEGORIES= net databases -MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ - ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ - ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ - ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ \ - ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/ \ - http://www.unibase.cz/ldapcz/Programy/Free/OpenLDAP/openldap-release/ \ - ftp://ftp.ntua.gr/mirror/OpenLDAP/openldap-release/ \ - ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/openldap-release/\ - ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ulmo@earthling.net - -WRKSRC= ${WRKDIR}/ldap -GNU_CONFIGURE= yes - -.include <bsd.port.pre.mk> -.include "${FILESDIR}/manpages" - -pre-build: - cd ${WRKSRC} ; make depend - -post-install: - strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ - ${PREFIX}/bin/ldapmodrdn ${PREFIX}/bin/ldapsearch ${PREFIX}/bin/ud \ - ${PREFIX}/libexec/fax500 ${PREFIX}/libexec/go500 \ - ${PREFIX}/libexec/go500gw ${PREFIX}/libexec/in.xfingerd \ - ${PREFIX}/libexec/mail500 ${PREFIX}/libexec/rcpt500 \ - ${PREFIX}/libexec/rp500 ${PREFIX}/libexec/slapd \ - ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ - ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ - ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ - ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ - ${PREFIX}/bin/ldapmodify ${PREFIX}/bin/ldappasswd - -.include <bsd.port.post.mk> diff --git a/net/openldap21/distinfo b/net/openldap21/distinfo deleted file mode 100644 index f29985c25458..000000000000 --- a/net/openldap21/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (openldap-1.2.7.tgz) = be5866cfa50fdf083f5230b3837181e8 diff --git a/net/openldap21/files/manpages b/net/openldap21/files/manpages deleted file mode 100644 index f36399dbc70a..000000000000 --- a/net/openldap21/files/manpages +++ /dev/null @@ -1,165 +0,0 @@ -MAN1+= ldapdelete.1 -MAN1+= ldapmodify.1 -MAN1+= ldapmodrdn.1 -MAN1+= ldappasswd.1 -MAN1+= ldapsearch.1 -MAN1+= ud.1 -MAN3+= cldap_close.3 -MAN3+= cldap_open.3 -MAN3+= cldap_search_s.3 -MAN3+= cldap_setretryinfo.3 -MAN3+= lber-decode.3 -MAN3+= lber-encode.3 -MAN3+= ldap.3 -MAN3+= ldap_abandon.3 -MAN3+= ldap_add.3 -MAN3+= ldap_bind.3 -MAN3+= ldap_cache.3 -MAN3+= ldap_charset.3 -MAN3+= ldap_compare.3 -MAN3+= ldap_delete.3 -MAN3+= ldap_disptmpl.3 -MAN3+= ldap_entry2text.3 -MAN3+= ldap_error.3 -MAN3+= ldap_first_attribute.3 -MAN3+= ldap_first_entry.3 -MAN3+= ldap_friendly.3 -MAN3+= ldap_get_dn.3 -MAN3+= ldap_get_values.3 -MAN3+= ldap_getfilter.3 -MAN3+= ldap_modify.3 -MAN3+= ldap_modrdn.3 -MAN3+= ldap_open.3 -MAN3+= ldap_result.3 -MAN3+= ldap_search.3 -MAN3+= ldap_searchprefs.3 -MAN3+= ldap_sort.3 -MAN3+= ldap_ufn.3 -MAN3+= ldap_url.3 -MAN5+= ldap.conf.5 -MAN5+= ldapfilter.conf.5 -MAN5+= ldapfriendly.5 -MAN5+= ldapsearchprefs.conf.5 -MAN5+= ldaptemplates.conf.5 -MAN5+= ldif.5 -MAN5+= slapd.conf.5 -MAN5+= slapd.replog.5 -MAN5+= ud.conf.5 -MAN8+= centipede.8 -MAN8+= chlog2replog.8 -MAN8+= edb2ldif.8 -MAN8+= go500.8 -MAN8+= go500gw.8 -MAN8+= in.xfingerd.8 -MAN8+= ldapd.8 -MAN8+= ldbmcat.8 -MAN8+= ldif.8 -MAN8+= ldif2ldbm.8 -MAN8+= mail500.8 -MAN8+= rcpt500.8 -MAN8+= slapd.8 -MAN8+= slurpd.8 -MLINKS+= ldapmodify.1 ldapadd.1 -MLINKS+= ldap.3 cldap.3 -MLINKS+= ldap_add.3 ldap_add_s.3 -MLINKS+= ldap_bind.3 ldap_bind_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind1.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind1_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind2.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind2_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind_s.3 -MLINKS+= ldap_bind.3 ldap_set_rebind_proc.3 -MLINKS+= ldap_bind.3 ldap_simple_bind.3 -MLINKS+= ldap_bind.3 ldap_simple_bind_s.3 -MLINKS+= ldap_bind.3 ldap_unbind.3 -MLINKS+= ldap_bind.3 ldap_unbind_s.3 -MLINKS+= ldap_cache.3 ldap_destroy_cache.3 -MLINKS+= ldap_cache.3 ldap_disable_cache.3 -MLINKS+= ldap_cache.3 ldap_enable_cache.3 -MLINKS+= ldap_cache.3 ldap_flush_cache.3 -MLINKS+= ldap_cache.3 ldap_set_cache_options.3 -MLINKS+= ldap_cache.3 ldap_uncache_entry.3 -MLINKS+= ldap_cache.3 ldap_uncache_request.3 -MLINKS+= ldap_charset.3 ldap_8859_to_t61.3 -MLINKS+= ldap_charset.3 ldap_enable_translation.3 -MLINKS+= ldap_charset.3 ldap_set_string_translators.3 -MLINKS+= ldap_charset.3 ldap_t61_to_8859.3 -MLINKS+= ldap_charset.3 ldap_translate_from_t61.3 -MLINKS+= ldap_charset.3 ldap_translate_to_t61.3 -MLINKS+= ldap_compare.3 ldap_compare_s.3 -MLINKS+= ldap_delete.3 ldap_delete_s.3 -MLINKS+= ldap_disptmpl.3 ldap_first_disptmpl.3 -MLINKS+= ldap_disptmpl.3 ldap_first_tmplcol.3 -MLINKS+= ldap_disptmpl.3 ldap_first_tmplrow.3 -MLINKS+= ldap_disptmpl.3 ldap_free_templates.3 -MLINKS+= ldap_disptmpl.3 ldap_init_templates.3 -MLINKS+= ldap_disptmpl.3 ldap_init_templates_buf.3 -MLINKS+= ldap_disptmpl.3 ldap_next_disptmpl.3 -MLINKS+= ldap_disptmpl.3 ldap_next_tmplcol.3 -MLINKS+= ldap_disptmpl.3 ldap_next_tmplrow.3 -MLINKS+= ldap_disptmpl.3 ldap_oc2template.3 -MLINKS+= ldap_disptmpl.3 ldap_tmplattrs.3 -MLINKS+= ldap_entry2text.3 ldap_entry2html.3 -MLINKS+= ldap_entry2text.3 ldap_entry2html_search.3 -MLINKS+= ldap_entry2text.3 ldap_entry2text_search.3 -MLINKS+= ldap_entry2text.3 ldap_vals2html.3 -MLINKS+= ldap_entry2text.3 ldap_vals2text.3 -MLINKS+= ldap_error.3 ld_errno.3 -MLINKS+= ldap_error.3 ldap_err2string.3 -MLINKS+= ldap_error.3 ldap_errlist.3 -MLINKS+= ldap_error.3 ldap_perror.3 -MLINKS+= ldap_error.3 ldap_result2error.3 -MLINKS+= ldap_first_attribute.3 ldap_next_attribute.3 -MLINKS+= ldap_first_entry.3 ldap_count_entries.3 -MLINKS+= ldap_first_entry.3 ldap_next_entry.3 -MLINKS+= ldap_friendly.3 ldap_free_friendlymap.3 -MLINKS+= ldap_friendly.3 ldap_friendly_name.3 -MLINKS+= ldap_get_dn.3 ldap_dn2ufn.3 -MLINKS+= ldap_get_dn.3 ldap_explode_dn.3 -MLINKS+= ldap_get_dn.3 ldap_explode_dns.3 -MLINKS+= ldap_get_dn.3 ldap_is_dns_dn.3 -MLINKS+= ldap_get_values.3 ldap_count_values.3 -MLINKS+= ldap_get_values.3 ldap_count_values_len.3 -MLINKS+= ldap_get_values.3 ldap_get_values_len.3 -MLINKS+= ldap_get_values.3 ldap_value_free.3 -MLINKS+= ldap_get_values.3 ldap_value_free_len.3 -MLINKS+= ldap_getfilter.3 ldap_build_filter.3 -MLINKS+= ldap_getfilter.3 ldap_getfilter_free.3 -MLINKS+= ldap_getfilter.3 ldap_getfirstfilter.3 -MLINKS+= ldap_getfilter.3 ldap_getnextfilter.3 -MLINKS+= ldap_getfilter.3 ldap_init_getfilter.3 -MLINKS+= ldap_getfilter.3 ldap_init_getfilter_buf.3 -MLINKS+= ldap_getfilter.3 ldap_setfilteraffixes.3 -MLINKS+= ldap_modify.3 ldap_modify_s.3 -MLINKS+= ldap_modify.3 ldap_mods_free.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn2.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn2_s.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn_s.3 -MLINKS+= ldap_open.3 ldap_init.3 -MLINKS+= ldap_result.3 ldap_msgfree.3 -MLINKS+= ldap_search.3 ldap_search_s.3 -MLINKS+= ldap_search.3 ldap_search_st.3 -MLINKS+= ldap_searchprefs.3 ldap_first_searchobj.3 -MLINKS+= ldap_searchprefs.3 ldap_free_searchprefs.3 -MLINKS+= ldap_searchprefs.3 ldap_init_searchprefs.3 -MLINKS+= ldap_searchprefs.3 ldap_init_searchprefs_buf.3 -MLINKS+= ldap_searchprefs.3 ldap_next_searchobj.3 -MLINKS+= ldap_sort.3 ldap_sort_entries.3 -MLINKS+= ldap_sort.3 ldap_sort_strcasecmp.3 -MLINKS+= ldap_sort.3 ldap_sort_values.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_c.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_ct.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_s.3 -MLINKS+= ldap_ufn.3 ldap_ufn_setfilter.3 -MLINKS+= ldap_ufn.3 ldap_ufn_setprefix.3 -MLINKS+= ldap_ufn.3 ldap_ufn_timeout.3 -MLINKS+= ldap_url.3 ldap_free_urldesc.3 -MLINKS+= ldap_url.3 ldap_is_ldap_url.3 -MLINKS+= ldap_url.3 ldap_url_parse.3 -MLINKS+= ldap_url.3 ldap_url_search.3 -MLINKS+= ldap_url.3 ldap_url_search_s.3 -MLINKS+= ldap_url.3 ldap_url_search_st.3 -MLINKS+= ldif2ldbm.8 ldif2id2children.8 -MLINKS+= ldif2ldbm.8 ldif2id2entry.8 -MLINKS+= ldif2ldbm.8 ldif2index.8 -MLINKS+= mail500.8 fax500.8 diff --git a/net/openldap21/pkg-comment b/net/openldap21/pkg-comment deleted file mode 100644 index 8c499c3923cf..000000000000 --- a/net/openldap21/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Open source LDAP client and server software diff --git a/net/openldap21/pkg-descr b/net/openldap21/pkg-descr deleted file mode 100644 index aec3ae0f7cf4..000000000000 --- a/net/openldap21/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -OpenLDAP is a suite of Lightweight Directory Access Protocol (LDAP) servers, -clients, utilities and development tools. LDAP is an Internet standard -directory service protocol that can be used stand-alone, or as a front end -to an X.500 directory. LDAP is defined by RFCs 1777 through 1779. - -OpenLDAP is derived from the University of Michigan LDAP release 3.3 and is -distributed under an open source license. - -WWW: http://www.openldap.org/ - -Lachlan O'Dea -ulmo@earthling.net diff --git a/net/openldap21/pkg-plist b/net/openldap21/pkg-plist deleted file mode 100644 index 5aef80ee1133..000000000000 --- a/net/openldap21/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -bin/ldapadd -bin/ldapdelete -bin/ldapmodify -bin/ldapmodrdn -bin/ldappasswd -bin/ldapsearch -bin/ud -etc/openldap/ldap.conf -etc/openldap/ldap.conf.default -etc/openldap/ldapfilter.conf -etc/openldap/ldapfilter.conf.default -etc/openldap/ldapsearchprefs.conf -etc/openldap/ldapsearchprefs.conf.default -etc/openldap/ldaptemplates.conf -etc/openldap/ldaptemplates.conf.default -etc/openldap/slapd.at.conf -etc/openldap/slapd.at.conf.default -etc/openldap/slapd.conf -etc/openldap/slapd.conf.default -etc/openldap/slapd.oc.conf -etc/openldap/slapd.oc.conf.default -include/disptmpl.h -include/lber.h -include/ldap.h -include/ldap_cdefs.h -include/srchpref.h -lib/liblber.a -lib/liblber.la -lib/libldap.a -lib/libldap.la -libexec/fax500 -libexec/go500 -libexec/go500gw -libexec/in.xfingerd -libexec/mail500 -libexec/rcpt500 -libexec/rp500 -libexec/slapd -libexec/slurpd -libexec/xrpcomp -sbin/centipede -sbin/ldbmcat -sbin/ldbmtest -sbin/ldif -sbin/ldif2id2children -sbin/ldif2id2entry -sbin/ldif2index -sbin/ldif2ldbm -share/openldap/go500gw.help -share/openldap/ldapfriendly -share/openldap/rcpt500.help -@dirrm etc/openldap -@dirrm share/openldap diff --git a/net/openldap22-server/Makefile b/net/openldap22-server/Makefile deleted file mode 100644 index 7529ff2c9572..000000000000 --- a/net/openldap22-server/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: openldap -# Version required: 1.2.7 -# Date created: 20 Sep 1998 -# Whom: Lachlan O'Dea -# -# $FreeBSD$ -# - -DISTNAME= openldap-1.2.7 -CATEGORIES= net databases -MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ - ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ - ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ - ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ \ - ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/ \ - http://www.unibase.cz/ldapcz/Programy/Free/OpenLDAP/openldap-release/ \ - ftp://ftp.ntua.gr/mirror/OpenLDAP/openldap-release/ \ - ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/openldap-release/\ - ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ulmo@earthling.net - -WRKSRC= ${WRKDIR}/ldap -GNU_CONFIGURE= yes - -.include <bsd.port.pre.mk> -.include "${FILESDIR}/manpages" - -pre-build: - cd ${WRKSRC} ; make depend - -post-install: - strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ - ${PREFIX}/bin/ldapmodrdn ${PREFIX}/bin/ldapsearch ${PREFIX}/bin/ud \ - ${PREFIX}/libexec/fax500 ${PREFIX}/libexec/go500 \ - ${PREFIX}/libexec/go500gw ${PREFIX}/libexec/in.xfingerd \ - ${PREFIX}/libexec/mail500 ${PREFIX}/libexec/rcpt500 \ - ${PREFIX}/libexec/rp500 ${PREFIX}/libexec/slapd \ - ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ - ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ - ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ - ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ - ${PREFIX}/bin/ldapmodify ${PREFIX}/bin/ldappasswd - -.include <bsd.port.post.mk> diff --git a/net/openldap22-server/distinfo b/net/openldap22-server/distinfo deleted file mode 100644 index f29985c25458..000000000000 --- a/net/openldap22-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (openldap-1.2.7.tgz) = be5866cfa50fdf083f5230b3837181e8 diff --git a/net/openldap22-server/files/manpages b/net/openldap22-server/files/manpages deleted file mode 100644 index f36399dbc70a..000000000000 --- a/net/openldap22-server/files/manpages +++ /dev/null @@ -1,165 +0,0 @@ -MAN1+= ldapdelete.1 -MAN1+= ldapmodify.1 -MAN1+= ldapmodrdn.1 -MAN1+= ldappasswd.1 -MAN1+= ldapsearch.1 -MAN1+= ud.1 -MAN3+= cldap_close.3 -MAN3+= cldap_open.3 -MAN3+= cldap_search_s.3 -MAN3+= cldap_setretryinfo.3 -MAN3+= lber-decode.3 -MAN3+= lber-encode.3 -MAN3+= ldap.3 -MAN3+= ldap_abandon.3 -MAN3+= ldap_add.3 -MAN3+= ldap_bind.3 -MAN3+= ldap_cache.3 -MAN3+= ldap_charset.3 -MAN3+= ldap_compare.3 -MAN3+= ldap_delete.3 -MAN3+= ldap_disptmpl.3 -MAN3+= ldap_entry2text.3 -MAN3+= ldap_error.3 -MAN3+= ldap_first_attribute.3 -MAN3+= ldap_first_entry.3 -MAN3+= ldap_friendly.3 -MAN3+= ldap_get_dn.3 -MAN3+= ldap_get_values.3 -MAN3+= ldap_getfilter.3 -MAN3+= ldap_modify.3 -MAN3+= ldap_modrdn.3 -MAN3+= ldap_open.3 -MAN3+= ldap_result.3 -MAN3+= ldap_search.3 -MAN3+= ldap_searchprefs.3 -MAN3+= ldap_sort.3 -MAN3+= ldap_ufn.3 -MAN3+= ldap_url.3 -MAN5+= ldap.conf.5 -MAN5+= ldapfilter.conf.5 -MAN5+= ldapfriendly.5 -MAN5+= ldapsearchprefs.conf.5 -MAN5+= ldaptemplates.conf.5 -MAN5+= ldif.5 -MAN5+= slapd.conf.5 -MAN5+= slapd.replog.5 -MAN5+= ud.conf.5 -MAN8+= centipede.8 -MAN8+= chlog2replog.8 -MAN8+= edb2ldif.8 -MAN8+= go500.8 -MAN8+= go500gw.8 -MAN8+= in.xfingerd.8 -MAN8+= ldapd.8 -MAN8+= ldbmcat.8 -MAN8+= ldif.8 -MAN8+= ldif2ldbm.8 -MAN8+= mail500.8 -MAN8+= rcpt500.8 -MAN8+= slapd.8 -MAN8+= slurpd.8 -MLINKS+= ldapmodify.1 ldapadd.1 -MLINKS+= ldap.3 cldap.3 -MLINKS+= ldap_add.3 ldap_add_s.3 -MLINKS+= ldap_bind.3 ldap_bind_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind1.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind1_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind2.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind2_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind_s.3 -MLINKS+= ldap_bind.3 ldap_set_rebind_proc.3 -MLINKS+= ldap_bind.3 ldap_simple_bind.3 -MLINKS+= ldap_bind.3 ldap_simple_bind_s.3 -MLINKS+= ldap_bind.3 ldap_unbind.3 -MLINKS+= ldap_bind.3 ldap_unbind_s.3 -MLINKS+= ldap_cache.3 ldap_destroy_cache.3 -MLINKS+= ldap_cache.3 ldap_disable_cache.3 -MLINKS+= ldap_cache.3 ldap_enable_cache.3 -MLINKS+= ldap_cache.3 ldap_flush_cache.3 -MLINKS+= ldap_cache.3 ldap_set_cache_options.3 -MLINKS+= ldap_cache.3 ldap_uncache_entry.3 -MLINKS+= ldap_cache.3 ldap_uncache_request.3 -MLINKS+= ldap_charset.3 ldap_8859_to_t61.3 -MLINKS+= ldap_charset.3 ldap_enable_translation.3 -MLINKS+= ldap_charset.3 ldap_set_string_translators.3 -MLINKS+= ldap_charset.3 ldap_t61_to_8859.3 -MLINKS+= ldap_charset.3 ldap_translate_from_t61.3 -MLINKS+= ldap_charset.3 ldap_translate_to_t61.3 -MLINKS+= ldap_compare.3 ldap_compare_s.3 -MLINKS+= ldap_delete.3 ldap_delete_s.3 -MLINKS+= ldap_disptmpl.3 ldap_first_disptmpl.3 -MLINKS+= ldap_disptmpl.3 ldap_first_tmplcol.3 -MLINKS+= ldap_disptmpl.3 ldap_first_tmplrow.3 -MLINKS+= ldap_disptmpl.3 ldap_free_templates.3 -MLINKS+= ldap_disptmpl.3 ldap_init_templates.3 -MLINKS+= ldap_disptmpl.3 ldap_init_templates_buf.3 -MLINKS+= ldap_disptmpl.3 ldap_next_disptmpl.3 -MLINKS+= ldap_disptmpl.3 ldap_next_tmplcol.3 -MLINKS+= ldap_disptmpl.3 ldap_next_tmplrow.3 -MLINKS+= ldap_disptmpl.3 ldap_oc2template.3 -MLINKS+= ldap_disptmpl.3 ldap_tmplattrs.3 -MLINKS+= ldap_entry2text.3 ldap_entry2html.3 -MLINKS+= ldap_entry2text.3 ldap_entry2html_search.3 -MLINKS+= ldap_entry2text.3 ldap_entry2text_search.3 -MLINKS+= ldap_entry2text.3 ldap_vals2html.3 -MLINKS+= ldap_entry2text.3 ldap_vals2text.3 -MLINKS+= ldap_error.3 ld_errno.3 -MLINKS+= ldap_error.3 ldap_err2string.3 -MLINKS+= ldap_error.3 ldap_errlist.3 -MLINKS+= ldap_error.3 ldap_perror.3 -MLINKS+= ldap_error.3 ldap_result2error.3 -MLINKS+= ldap_first_attribute.3 ldap_next_attribute.3 -MLINKS+= ldap_first_entry.3 ldap_count_entries.3 -MLINKS+= ldap_first_entry.3 ldap_next_entry.3 -MLINKS+= ldap_friendly.3 ldap_free_friendlymap.3 -MLINKS+= ldap_friendly.3 ldap_friendly_name.3 -MLINKS+= ldap_get_dn.3 ldap_dn2ufn.3 -MLINKS+= ldap_get_dn.3 ldap_explode_dn.3 -MLINKS+= ldap_get_dn.3 ldap_explode_dns.3 -MLINKS+= ldap_get_dn.3 ldap_is_dns_dn.3 -MLINKS+= ldap_get_values.3 ldap_count_values.3 -MLINKS+= ldap_get_values.3 ldap_count_values_len.3 -MLINKS+= ldap_get_values.3 ldap_get_values_len.3 -MLINKS+= ldap_get_values.3 ldap_value_free.3 -MLINKS+= ldap_get_values.3 ldap_value_free_len.3 -MLINKS+= ldap_getfilter.3 ldap_build_filter.3 -MLINKS+= ldap_getfilter.3 ldap_getfilter_free.3 -MLINKS+= ldap_getfilter.3 ldap_getfirstfilter.3 -MLINKS+= ldap_getfilter.3 ldap_getnextfilter.3 -MLINKS+= ldap_getfilter.3 ldap_init_getfilter.3 -MLINKS+= ldap_getfilter.3 ldap_init_getfilter_buf.3 -MLINKS+= ldap_getfilter.3 ldap_setfilteraffixes.3 -MLINKS+= ldap_modify.3 ldap_modify_s.3 -MLINKS+= ldap_modify.3 ldap_mods_free.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn2.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn2_s.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn_s.3 -MLINKS+= ldap_open.3 ldap_init.3 -MLINKS+= ldap_result.3 ldap_msgfree.3 -MLINKS+= ldap_search.3 ldap_search_s.3 -MLINKS+= ldap_search.3 ldap_search_st.3 -MLINKS+= ldap_searchprefs.3 ldap_first_searchobj.3 -MLINKS+= ldap_searchprefs.3 ldap_free_searchprefs.3 -MLINKS+= ldap_searchprefs.3 ldap_init_searchprefs.3 -MLINKS+= ldap_searchprefs.3 ldap_init_searchprefs_buf.3 -MLINKS+= ldap_searchprefs.3 ldap_next_searchobj.3 -MLINKS+= ldap_sort.3 ldap_sort_entries.3 -MLINKS+= ldap_sort.3 ldap_sort_strcasecmp.3 -MLINKS+= ldap_sort.3 ldap_sort_values.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_c.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_ct.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_s.3 -MLINKS+= ldap_ufn.3 ldap_ufn_setfilter.3 -MLINKS+= ldap_ufn.3 ldap_ufn_setprefix.3 -MLINKS+= ldap_ufn.3 ldap_ufn_timeout.3 -MLINKS+= ldap_url.3 ldap_free_urldesc.3 -MLINKS+= ldap_url.3 ldap_is_ldap_url.3 -MLINKS+= ldap_url.3 ldap_url_parse.3 -MLINKS+= ldap_url.3 ldap_url_search.3 -MLINKS+= ldap_url.3 ldap_url_search_s.3 -MLINKS+= ldap_url.3 ldap_url_search_st.3 -MLINKS+= ldif2ldbm.8 ldif2id2children.8 -MLINKS+= ldif2ldbm.8 ldif2id2entry.8 -MLINKS+= ldif2ldbm.8 ldif2index.8 -MLINKS+= mail500.8 fax500.8 diff --git a/net/openldap22-server/pkg-comment b/net/openldap22-server/pkg-comment deleted file mode 100644 index 8c499c3923cf..000000000000 --- a/net/openldap22-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Open source LDAP client and server software diff --git a/net/openldap22-server/pkg-descr b/net/openldap22-server/pkg-descr deleted file mode 100644 index aec3ae0f7cf4..000000000000 --- a/net/openldap22-server/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -OpenLDAP is a suite of Lightweight Directory Access Protocol (LDAP) servers, -clients, utilities and development tools. LDAP is an Internet standard -directory service protocol that can be used stand-alone, or as a front end -to an X.500 directory. LDAP is defined by RFCs 1777 through 1779. - -OpenLDAP is derived from the University of Michigan LDAP release 3.3 and is -distributed under an open source license. - -WWW: http://www.openldap.org/ - -Lachlan O'Dea -ulmo@earthling.net diff --git a/net/openldap22-server/pkg-plist b/net/openldap22-server/pkg-plist deleted file mode 100644 index 5aef80ee1133..000000000000 --- a/net/openldap22-server/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -bin/ldapadd -bin/ldapdelete -bin/ldapmodify -bin/ldapmodrdn -bin/ldappasswd -bin/ldapsearch -bin/ud -etc/openldap/ldap.conf -etc/openldap/ldap.conf.default -etc/openldap/ldapfilter.conf -etc/openldap/ldapfilter.conf.default -etc/openldap/ldapsearchprefs.conf -etc/openldap/ldapsearchprefs.conf.default -etc/openldap/ldaptemplates.conf -etc/openldap/ldaptemplates.conf.default -etc/openldap/slapd.at.conf -etc/openldap/slapd.at.conf.default -etc/openldap/slapd.conf -etc/openldap/slapd.conf.default -etc/openldap/slapd.oc.conf -etc/openldap/slapd.oc.conf.default -include/disptmpl.h -include/lber.h -include/ldap.h -include/ldap_cdefs.h -include/srchpref.h -lib/liblber.a -lib/liblber.la -lib/libldap.a -lib/libldap.la -libexec/fax500 -libexec/go500 -libexec/go500gw -libexec/in.xfingerd -libexec/mail500 -libexec/rcpt500 -libexec/rp500 -libexec/slapd -libexec/slurpd -libexec/xrpcomp -sbin/centipede -sbin/ldbmcat -sbin/ldbmtest -sbin/ldif -sbin/ldif2id2children -sbin/ldif2id2entry -sbin/ldif2index -sbin/ldif2ldbm -share/openldap/go500gw.help -share/openldap/ldapfriendly -share/openldap/rcpt500.help -@dirrm etc/openldap -@dirrm share/openldap diff --git a/net/openldap22/Makefile b/net/openldap22/Makefile deleted file mode 100644 index 7529ff2c9572..000000000000 --- a/net/openldap22/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: openldap -# Version required: 1.2.7 -# Date created: 20 Sep 1998 -# Whom: Lachlan O'Dea -# -# $FreeBSD$ -# - -DISTNAME= openldap-1.2.7 -CATEGORIES= net databases -MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ - ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ - ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ - ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ \ - ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/ \ - http://www.unibase.cz/ldapcz/Programy/Free/OpenLDAP/openldap-release/ \ - ftp://ftp.ntua.gr/mirror/OpenLDAP/openldap-release/ \ - ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/openldap-release/\ - ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ulmo@earthling.net - -WRKSRC= ${WRKDIR}/ldap -GNU_CONFIGURE= yes - -.include <bsd.port.pre.mk> -.include "${FILESDIR}/manpages" - -pre-build: - cd ${WRKSRC} ; make depend - -post-install: - strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ - ${PREFIX}/bin/ldapmodrdn ${PREFIX}/bin/ldapsearch ${PREFIX}/bin/ud \ - ${PREFIX}/libexec/fax500 ${PREFIX}/libexec/go500 \ - ${PREFIX}/libexec/go500gw ${PREFIX}/libexec/in.xfingerd \ - ${PREFIX}/libexec/mail500 ${PREFIX}/libexec/rcpt500 \ - ${PREFIX}/libexec/rp500 ${PREFIX}/libexec/slapd \ - ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ - ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ - ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ - ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ - ${PREFIX}/bin/ldapmodify ${PREFIX}/bin/ldappasswd - -.include <bsd.port.post.mk> diff --git a/net/openldap22/distinfo b/net/openldap22/distinfo deleted file mode 100644 index f29985c25458..000000000000 --- a/net/openldap22/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (openldap-1.2.7.tgz) = be5866cfa50fdf083f5230b3837181e8 diff --git a/net/openldap22/files/manpages b/net/openldap22/files/manpages deleted file mode 100644 index f36399dbc70a..000000000000 --- a/net/openldap22/files/manpages +++ /dev/null @@ -1,165 +0,0 @@ -MAN1+= ldapdelete.1 -MAN1+= ldapmodify.1 -MAN1+= ldapmodrdn.1 -MAN1+= ldappasswd.1 -MAN1+= ldapsearch.1 -MAN1+= ud.1 -MAN3+= cldap_close.3 -MAN3+= cldap_open.3 -MAN3+= cldap_search_s.3 -MAN3+= cldap_setretryinfo.3 -MAN3+= lber-decode.3 -MAN3+= lber-encode.3 -MAN3+= ldap.3 -MAN3+= ldap_abandon.3 -MAN3+= ldap_add.3 -MAN3+= ldap_bind.3 -MAN3+= ldap_cache.3 -MAN3+= ldap_charset.3 -MAN3+= ldap_compare.3 -MAN3+= ldap_delete.3 -MAN3+= ldap_disptmpl.3 -MAN3+= ldap_entry2text.3 -MAN3+= ldap_error.3 -MAN3+= ldap_first_attribute.3 -MAN3+= ldap_first_entry.3 -MAN3+= ldap_friendly.3 -MAN3+= ldap_get_dn.3 -MAN3+= ldap_get_values.3 -MAN3+= ldap_getfilter.3 -MAN3+= ldap_modify.3 -MAN3+= ldap_modrdn.3 -MAN3+= ldap_open.3 -MAN3+= ldap_result.3 -MAN3+= ldap_search.3 -MAN3+= ldap_searchprefs.3 -MAN3+= ldap_sort.3 -MAN3+= ldap_ufn.3 -MAN3+= ldap_url.3 -MAN5+= ldap.conf.5 -MAN5+= ldapfilter.conf.5 -MAN5+= ldapfriendly.5 -MAN5+= ldapsearchprefs.conf.5 -MAN5+= ldaptemplates.conf.5 -MAN5+= ldif.5 -MAN5+= slapd.conf.5 -MAN5+= slapd.replog.5 -MAN5+= ud.conf.5 -MAN8+= centipede.8 -MAN8+= chlog2replog.8 -MAN8+= edb2ldif.8 -MAN8+= go500.8 -MAN8+= go500gw.8 -MAN8+= in.xfingerd.8 -MAN8+= ldapd.8 -MAN8+= ldbmcat.8 -MAN8+= ldif.8 -MAN8+= ldif2ldbm.8 -MAN8+= mail500.8 -MAN8+= rcpt500.8 -MAN8+= slapd.8 -MAN8+= slurpd.8 -MLINKS+= ldapmodify.1 ldapadd.1 -MLINKS+= ldap.3 cldap.3 -MLINKS+= ldap_add.3 ldap_add_s.3 -MLINKS+= ldap_bind.3 ldap_bind_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind1.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind1_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind2.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind2_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind_s.3 -MLINKS+= ldap_bind.3 ldap_set_rebind_proc.3 -MLINKS+= ldap_bind.3 ldap_simple_bind.3 -MLINKS+= ldap_bind.3 ldap_simple_bind_s.3 -MLINKS+= ldap_bind.3 ldap_unbind.3 -MLINKS+= ldap_bind.3 ldap_unbind_s.3 -MLINKS+= ldap_cache.3 ldap_destroy_cache.3 -MLINKS+= ldap_cache.3 ldap_disable_cache.3 -MLINKS+= ldap_cache.3 ldap_enable_cache.3 -MLINKS+= ldap_cache.3 ldap_flush_cache.3 -MLINKS+= ldap_cache.3 ldap_set_cache_options.3 -MLINKS+= ldap_cache.3 ldap_uncache_entry.3 -MLINKS+= ldap_cache.3 ldap_uncache_request.3 -MLINKS+= ldap_charset.3 ldap_8859_to_t61.3 -MLINKS+= ldap_charset.3 ldap_enable_translation.3 -MLINKS+= ldap_charset.3 ldap_set_string_translators.3 -MLINKS+= ldap_charset.3 ldap_t61_to_8859.3 -MLINKS+= ldap_charset.3 ldap_translate_from_t61.3 -MLINKS+= ldap_charset.3 ldap_translate_to_t61.3 -MLINKS+= ldap_compare.3 ldap_compare_s.3 -MLINKS+= ldap_delete.3 ldap_delete_s.3 -MLINKS+= ldap_disptmpl.3 ldap_first_disptmpl.3 -MLINKS+= ldap_disptmpl.3 ldap_first_tmplcol.3 -MLINKS+= ldap_disptmpl.3 ldap_first_tmplrow.3 -MLINKS+= ldap_disptmpl.3 ldap_free_templates.3 -MLINKS+= ldap_disptmpl.3 ldap_init_templates.3 -MLINKS+= ldap_disptmpl.3 ldap_init_templates_buf.3 -MLINKS+= ldap_disptmpl.3 ldap_next_disptmpl.3 -MLINKS+= ldap_disptmpl.3 ldap_next_tmplcol.3 -MLINKS+= ldap_disptmpl.3 ldap_next_tmplrow.3 -MLINKS+= ldap_disptmpl.3 ldap_oc2template.3 -MLINKS+= ldap_disptmpl.3 ldap_tmplattrs.3 -MLINKS+= ldap_entry2text.3 ldap_entry2html.3 -MLINKS+= ldap_entry2text.3 ldap_entry2html_search.3 -MLINKS+= ldap_entry2text.3 ldap_entry2text_search.3 -MLINKS+= ldap_entry2text.3 ldap_vals2html.3 -MLINKS+= ldap_entry2text.3 ldap_vals2text.3 -MLINKS+= ldap_error.3 ld_errno.3 -MLINKS+= ldap_error.3 ldap_err2string.3 -MLINKS+= ldap_error.3 ldap_errlist.3 -MLINKS+= ldap_error.3 ldap_perror.3 -MLINKS+= ldap_error.3 ldap_result2error.3 -MLINKS+= ldap_first_attribute.3 ldap_next_attribute.3 -MLINKS+= ldap_first_entry.3 ldap_count_entries.3 -MLINKS+= ldap_first_entry.3 ldap_next_entry.3 -MLINKS+= ldap_friendly.3 ldap_free_friendlymap.3 -MLINKS+= ldap_friendly.3 ldap_friendly_name.3 -MLINKS+= ldap_get_dn.3 ldap_dn2ufn.3 -MLINKS+= ldap_get_dn.3 ldap_explode_dn.3 -MLINKS+= ldap_get_dn.3 ldap_explode_dns.3 -MLINKS+= ldap_get_dn.3 ldap_is_dns_dn.3 -MLINKS+= ldap_get_values.3 ldap_count_values.3 -MLINKS+= ldap_get_values.3 ldap_count_values_len.3 -MLINKS+= ldap_get_values.3 ldap_get_values_len.3 -MLINKS+= ldap_get_values.3 ldap_value_free.3 -MLINKS+= ldap_get_values.3 ldap_value_free_len.3 -MLINKS+= ldap_getfilter.3 ldap_build_filter.3 -MLINKS+= ldap_getfilter.3 ldap_getfilter_free.3 -MLINKS+= ldap_getfilter.3 ldap_getfirstfilter.3 -MLINKS+= ldap_getfilter.3 ldap_getnextfilter.3 -MLINKS+= ldap_getfilter.3 ldap_init_getfilter.3 -MLINKS+= ldap_getfilter.3 ldap_init_getfilter_buf.3 -MLINKS+= ldap_getfilter.3 ldap_setfilteraffixes.3 -MLINKS+= ldap_modify.3 ldap_modify_s.3 -MLINKS+= ldap_modify.3 ldap_mods_free.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn2.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn2_s.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn_s.3 -MLINKS+= ldap_open.3 ldap_init.3 -MLINKS+= ldap_result.3 ldap_msgfree.3 -MLINKS+= ldap_search.3 ldap_search_s.3 -MLINKS+= ldap_search.3 ldap_search_st.3 -MLINKS+= ldap_searchprefs.3 ldap_first_searchobj.3 -MLINKS+= ldap_searchprefs.3 ldap_free_searchprefs.3 -MLINKS+= ldap_searchprefs.3 ldap_init_searchprefs.3 -MLINKS+= ldap_searchprefs.3 ldap_init_searchprefs_buf.3 -MLINKS+= ldap_searchprefs.3 ldap_next_searchobj.3 -MLINKS+= ldap_sort.3 ldap_sort_entries.3 -MLINKS+= ldap_sort.3 ldap_sort_strcasecmp.3 -MLINKS+= ldap_sort.3 ldap_sort_values.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_c.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_ct.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_s.3 -MLINKS+= ldap_ufn.3 ldap_ufn_setfilter.3 -MLINKS+= ldap_ufn.3 ldap_ufn_setprefix.3 -MLINKS+= ldap_ufn.3 ldap_ufn_timeout.3 -MLINKS+= ldap_url.3 ldap_free_urldesc.3 -MLINKS+= ldap_url.3 ldap_is_ldap_url.3 -MLINKS+= ldap_url.3 ldap_url_parse.3 -MLINKS+= ldap_url.3 ldap_url_search.3 -MLINKS+= ldap_url.3 ldap_url_search_s.3 -MLINKS+= ldap_url.3 ldap_url_search_st.3 -MLINKS+= ldif2ldbm.8 ldif2id2children.8 -MLINKS+= ldif2ldbm.8 ldif2id2entry.8 -MLINKS+= ldif2ldbm.8 ldif2index.8 -MLINKS+= mail500.8 fax500.8 diff --git a/net/openldap22/pkg-comment b/net/openldap22/pkg-comment deleted file mode 100644 index 8c499c3923cf..000000000000 --- a/net/openldap22/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Open source LDAP client and server software diff --git a/net/openldap22/pkg-descr b/net/openldap22/pkg-descr deleted file mode 100644 index aec3ae0f7cf4..000000000000 --- a/net/openldap22/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -OpenLDAP is a suite of Lightweight Directory Access Protocol (LDAP) servers, -clients, utilities and development tools. LDAP is an Internet standard -directory service protocol that can be used stand-alone, or as a front end -to an X.500 directory. LDAP is defined by RFCs 1777 through 1779. - -OpenLDAP is derived from the University of Michigan LDAP release 3.3 and is -distributed under an open source license. - -WWW: http://www.openldap.org/ - -Lachlan O'Dea -ulmo@earthling.net diff --git a/net/openldap22/pkg-plist b/net/openldap22/pkg-plist deleted file mode 100644 index 5aef80ee1133..000000000000 --- a/net/openldap22/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -bin/ldapadd -bin/ldapdelete -bin/ldapmodify -bin/ldapmodrdn -bin/ldappasswd -bin/ldapsearch -bin/ud -etc/openldap/ldap.conf -etc/openldap/ldap.conf.default -etc/openldap/ldapfilter.conf -etc/openldap/ldapfilter.conf.default -etc/openldap/ldapsearchprefs.conf -etc/openldap/ldapsearchprefs.conf.default -etc/openldap/ldaptemplates.conf -etc/openldap/ldaptemplates.conf.default -etc/openldap/slapd.at.conf -etc/openldap/slapd.at.conf.default -etc/openldap/slapd.conf -etc/openldap/slapd.conf.default -etc/openldap/slapd.oc.conf -etc/openldap/slapd.oc.conf.default -include/disptmpl.h -include/lber.h -include/ldap.h -include/ldap_cdefs.h -include/srchpref.h -lib/liblber.a -lib/liblber.la -lib/libldap.a -lib/libldap.la -libexec/fax500 -libexec/go500 -libexec/go500gw -libexec/in.xfingerd -libexec/mail500 -libexec/rcpt500 -libexec/rp500 -libexec/slapd -libexec/slurpd -libexec/xrpcomp -sbin/centipede -sbin/ldbmcat -sbin/ldbmtest -sbin/ldif -sbin/ldif2id2children -sbin/ldif2id2entry -sbin/ldif2index -sbin/ldif2ldbm -share/openldap/go500gw.help -share/openldap/ldapfriendly -share/openldap/rcpt500.help -@dirrm etc/openldap -@dirrm share/openldap diff --git a/net/openldap23-server/Makefile b/net/openldap23-server/Makefile deleted file mode 100644 index 7529ff2c9572..000000000000 --- a/net/openldap23-server/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: openldap -# Version required: 1.2.7 -# Date created: 20 Sep 1998 -# Whom: Lachlan O'Dea -# -# $FreeBSD$ -# - -DISTNAME= openldap-1.2.7 -CATEGORIES= net databases -MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ - ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ - ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ - ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ \ - ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/ \ - http://www.unibase.cz/ldapcz/Programy/Free/OpenLDAP/openldap-release/ \ - ftp://ftp.ntua.gr/mirror/OpenLDAP/openldap-release/ \ - ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/openldap-release/\ - ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ulmo@earthling.net - -WRKSRC= ${WRKDIR}/ldap -GNU_CONFIGURE= yes - -.include <bsd.port.pre.mk> -.include "${FILESDIR}/manpages" - -pre-build: - cd ${WRKSRC} ; make depend - -post-install: - strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ - ${PREFIX}/bin/ldapmodrdn ${PREFIX}/bin/ldapsearch ${PREFIX}/bin/ud \ - ${PREFIX}/libexec/fax500 ${PREFIX}/libexec/go500 \ - ${PREFIX}/libexec/go500gw ${PREFIX}/libexec/in.xfingerd \ - ${PREFIX}/libexec/mail500 ${PREFIX}/libexec/rcpt500 \ - ${PREFIX}/libexec/rp500 ${PREFIX}/libexec/slapd \ - ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ - ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ - ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ - ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ - ${PREFIX}/bin/ldapmodify ${PREFIX}/bin/ldappasswd - -.include <bsd.port.post.mk> diff --git a/net/openldap23-server/distinfo b/net/openldap23-server/distinfo deleted file mode 100644 index f29985c25458..000000000000 --- a/net/openldap23-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (openldap-1.2.7.tgz) = be5866cfa50fdf083f5230b3837181e8 diff --git a/net/openldap23-server/files/manpages b/net/openldap23-server/files/manpages deleted file mode 100644 index f36399dbc70a..000000000000 --- a/net/openldap23-server/files/manpages +++ /dev/null @@ -1,165 +0,0 @@ -MAN1+= ldapdelete.1 -MAN1+= ldapmodify.1 -MAN1+= ldapmodrdn.1 -MAN1+= ldappasswd.1 -MAN1+= ldapsearch.1 -MAN1+= ud.1 -MAN3+= cldap_close.3 -MAN3+= cldap_open.3 -MAN3+= cldap_search_s.3 -MAN3+= cldap_setretryinfo.3 -MAN3+= lber-decode.3 -MAN3+= lber-encode.3 -MAN3+= ldap.3 -MAN3+= ldap_abandon.3 -MAN3+= ldap_add.3 -MAN3+= ldap_bind.3 -MAN3+= ldap_cache.3 -MAN3+= ldap_charset.3 -MAN3+= ldap_compare.3 -MAN3+= ldap_delete.3 -MAN3+= ldap_disptmpl.3 -MAN3+= ldap_entry2text.3 -MAN3+= ldap_error.3 -MAN3+= ldap_first_attribute.3 -MAN3+= ldap_first_entry.3 -MAN3+= ldap_friendly.3 -MAN3+= ldap_get_dn.3 -MAN3+= ldap_get_values.3 -MAN3+= ldap_getfilter.3 -MAN3+= ldap_modify.3 -MAN3+= ldap_modrdn.3 -MAN3+= ldap_open.3 -MAN3+= ldap_result.3 -MAN3+= ldap_search.3 -MAN3+= ldap_searchprefs.3 -MAN3+= ldap_sort.3 -MAN3+= ldap_ufn.3 -MAN3+= ldap_url.3 -MAN5+= ldap.conf.5 -MAN5+= ldapfilter.conf.5 -MAN5+= ldapfriendly.5 -MAN5+= ldapsearchprefs.conf.5 -MAN5+= ldaptemplates.conf.5 -MAN5+= ldif.5 -MAN5+= slapd.conf.5 -MAN5+= slapd.replog.5 -MAN5+= ud.conf.5 -MAN8+= centipede.8 -MAN8+= chlog2replog.8 -MAN8+= edb2ldif.8 -MAN8+= go500.8 -MAN8+= go500gw.8 -MAN8+= in.xfingerd.8 -MAN8+= ldapd.8 -MAN8+= ldbmcat.8 -MAN8+= ldif.8 -MAN8+= ldif2ldbm.8 -MAN8+= mail500.8 -MAN8+= rcpt500.8 -MAN8+= slapd.8 -MAN8+= slurpd.8 -MLINKS+= ldapmodify.1 ldapadd.1 -MLINKS+= ldap.3 cldap.3 -MLINKS+= ldap_add.3 ldap_add_s.3 -MLINKS+= ldap_bind.3 ldap_bind_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind1.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind1_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind2.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind2_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind_s.3 -MLINKS+= ldap_bind.3 ldap_set_rebind_proc.3 -MLINKS+= ldap_bind.3 ldap_simple_bind.3 -MLINKS+= ldap_bind.3 ldap_simple_bind_s.3 -MLINKS+= ldap_bind.3 ldap_unbind.3 -MLINKS+= ldap_bind.3 ldap_unbind_s.3 -MLINKS+= ldap_cache.3 ldap_destroy_cache.3 -MLINKS+= ldap_cache.3 ldap_disable_cache.3 -MLINKS+= ldap_cache.3 ldap_enable_cache.3 -MLINKS+= ldap_cache.3 ldap_flush_cache.3 -MLINKS+= ldap_cache.3 ldap_set_cache_options.3 -MLINKS+= ldap_cache.3 ldap_uncache_entry.3 -MLINKS+= ldap_cache.3 ldap_uncache_request.3 -MLINKS+= ldap_charset.3 ldap_8859_to_t61.3 -MLINKS+= ldap_charset.3 ldap_enable_translation.3 -MLINKS+= ldap_charset.3 ldap_set_string_translators.3 -MLINKS+= ldap_charset.3 ldap_t61_to_8859.3 -MLINKS+= ldap_charset.3 ldap_translate_from_t61.3 -MLINKS+= ldap_charset.3 ldap_translate_to_t61.3 -MLINKS+= ldap_compare.3 ldap_compare_s.3 -MLINKS+= ldap_delete.3 ldap_delete_s.3 -MLINKS+= ldap_disptmpl.3 ldap_first_disptmpl.3 -MLINKS+= ldap_disptmpl.3 ldap_first_tmplcol.3 -MLINKS+= ldap_disptmpl.3 ldap_first_tmplrow.3 -MLINKS+= ldap_disptmpl.3 ldap_free_templates.3 -MLINKS+= ldap_disptmpl.3 ldap_init_templates.3 -MLINKS+= ldap_disptmpl.3 ldap_init_templates_buf.3 -MLINKS+= ldap_disptmpl.3 ldap_next_disptmpl.3 -MLINKS+= ldap_disptmpl.3 ldap_next_tmplcol.3 -MLINKS+= ldap_disptmpl.3 ldap_next_tmplrow.3 -MLINKS+= ldap_disptmpl.3 ldap_oc2template.3 -MLINKS+= ldap_disptmpl.3 ldap_tmplattrs.3 -MLINKS+= ldap_entry2text.3 ldap_entry2html.3 -MLINKS+= ldap_entry2text.3 ldap_entry2html_search.3 -MLINKS+= ldap_entry2text.3 ldap_entry2text_search.3 -MLINKS+= ldap_entry2text.3 ldap_vals2html.3 -MLINKS+= ldap_entry2text.3 ldap_vals2text.3 -MLINKS+= ldap_error.3 ld_errno.3 -MLINKS+= ldap_error.3 ldap_err2string.3 -MLINKS+= ldap_error.3 ldap_errlist.3 -MLINKS+= ldap_error.3 ldap_perror.3 -MLINKS+= ldap_error.3 ldap_result2error.3 -MLINKS+= ldap_first_attribute.3 ldap_next_attribute.3 -MLINKS+= ldap_first_entry.3 ldap_count_entries.3 -MLINKS+= ldap_first_entry.3 ldap_next_entry.3 -MLINKS+= ldap_friendly.3 ldap_free_friendlymap.3 -MLINKS+= ldap_friendly.3 ldap_friendly_name.3 -MLINKS+= ldap_get_dn.3 ldap_dn2ufn.3 -MLINKS+= ldap_get_dn.3 ldap_explode_dn.3 -MLINKS+= ldap_get_dn.3 ldap_explode_dns.3 -MLINKS+= ldap_get_dn.3 ldap_is_dns_dn.3 -MLINKS+= ldap_get_values.3 ldap_count_values.3 -MLINKS+= ldap_get_values.3 ldap_count_values_len.3 -MLINKS+= ldap_get_values.3 ldap_get_values_len.3 -MLINKS+= ldap_get_values.3 ldap_value_free.3 -MLINKS+= ldap_get_values.3 ldap_value_free_len.3 -MLINKS+= ldap_getfilter.3 ldap_build_filter.3 -MLINKS+= ldap_getfilter.3 ldap_getfilter_free.3 -MLINKS+= ldap_getfilter.3 ldap_getfirstfilter.3 -MLINKS+= ldap_getfilter.3 ldap_getnextfilter.3 -MLINKS+= ldap_getfilter.3 ldap_init_getfilter.3 -MLINKS+= ldap_getfilter.3 ldap_init_getfilter_buf.3 -MLINKS+= ldap_getfilter.3 ldap_setfilteraffixes.3 -MLINKS+= ldap_modify.3 ldap_modify_s.3 -MLINKS+= ldap_modify.3 ldap_mods_free.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn2.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn2_s.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn_s.3 -MLINKS+= ldap_open.3 ldap_init.3 -MLINKS+= ldap_result.3 ldap_msgfree.3 -MLINKS+= ldap_search.3 ldap_search_s.3 -MLINKS+= ldap_search.3 ldap_search_st.3 -MLINKS+= ldap_searchprefs.3 ldap_first_searchobj.3 -MLINKS+= ldap_searchprefs.3 ldap_free_searchprefs.3 -MLINKS+= ldap_searchprefs.3 ldap_init_searchprefs.3 -MLINKS+= ldap_searchprefs.3 ldap_init_searchprefs_buf.3 -MLINKS+= ldap_searchprefs.3 ldap_next_searchobj.3 -MLINKS+= ldap_sort.3 ldap_sort_entries.3 -MLINKS+= ldap_sort.3 ldap_sort_strcasecmp.3 -MLINKS+= ldap_sort.3 ldap_sort_values.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_c.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_ct.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_s.3 -MLINKS+= ldap_ufn.3 ldap_ufn_setfilter.3 -MLINKS+= ldap_ufn.3 ldap_ufn_setprefix.3 -MLINKS+= ldap_ufn.3 ldap_ufn_timeout.3 -MLINKS+= ldap_url.3 ldap_free_urldesc.3 -MLINKS+= ldap_url.3 ldap_is_ldap_url.3 -MLINKS+= ldap_url.3 ldap_url_parse.3 -MLINKS+= ldap_url.3 ldap_url_search.3 -MLINKS+= ldap_url.3 ldap_url_search_s.3 -MLINKS+= ldap_url.3 ldap_url_search_st.3 -MLINKS+= ldif2ldbm.8 ldif2id2children.8 -MLINKS+= ldif2ldbm.8 ldif2id2entry.8 -MLINKS+= ldif2ldbm.8 ldif2index.8 -MLINKS+= mail500.8 fax500.8 diff --git a/net/openldap23-server/pkg-comment b/net/openldap23-server/pkg-comment deleted file mode 100644 index 8c499c3923cf..000000000000 --- a/net/openldap23-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Open source LDAP client and server software diff --git a/net/openldap23-server/pkg-descr b/net/openldap23-server/pkg-descr deleted file mode 100644 index aec3ae0f7cf4..000000000000 --- a/net/openldap23-server/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -OpenLDAP is a suite of Lightweight Directory Access Protocol (LDAP) servers, -clients, utilities and development tools. LDAP is an Internet standard -directory service protocol that can be used stand-alone, or as a front end -to an X.500 directory. LDAP is defined by RFCs 1777 through 1779. - -OpenLDAP is derived from the University of Michigan LDAP release 3.3 and is -distributed under an open source license. - -WWW: http://www.openldap.org/ - -Lachlan O'Dea -ulmo@earthling.net diff --git a/net/openldap23-server/pkg-plist b/net/openldap23-server/pkg-plist deleted file mode 100644 index 5aef80ee1133..000000000000 --- a/net/openldap23-server/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -bin/ldapadd -bin/ldapdelete -bin/ldapmodify -bin/ldapmodrdn -bin/ldappasswd -bin/ldapsearch -bin/ud -etc/openldap/ldap.conf -etc/openldap/ldap.conf.default -etc/openldap/ldapfilter.conf -etc/openldap/ldapfilter.conf.default -etc/openldap/ldapsearchprefs.conf -etc/openldap/ldapsearchprefs.conf.default -etc/openldap/ldaptemplates.conf -etc/openldap/ldaptemplates.conf.default -etc/openldap/slapd.at.conf -etc/openldap/slapd.at.conf.default -etc/openldap/slapd.conf -etc/openldap/slapd.conf.default -etc/openldap/slapd.oc.conf -etc/openldap/slapd.oc.conf.default -include/disptmpl.h -include/lber.h -include/ldap.h -include/ldap_cdefs.h -include/srchpref.h -lib/liblber.a -lib/liblber.la -lib/libldap.a -lib/libldap.la -libexec/fax500 -libexec/go500 -libexec/go500gw -libexec/in.xfingerd -libexec/mail500 -libexec/rcpt500 -libexec/rp500 -libexec/slapd -libexec/slurpd -libexec/xrpcomp -sbin/centipede -sbin/ldbmcat -sbin/ldbmtest -sbin/ldif -sbin/ldif2id2children -sbin/ldif2id2entry -sbin/ldif2index -sbin/ldif2ldbm -share/openldap/go500gw.help -share/openldap/ldapfriendly -share/openldap/rcpt500.help -@dirrm etc/openldap -@dirrm share/openldap diff --git a/net/openldap24-server/Makefile b/net/openldap24-server/Makefile deleted file mode 100644 index 7529ff2c9572..000000000000 --- a/net/openldap24-server/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: openldap -# Version required: 1.2.7 -# Date created: 20 Sep 1998 -# Whom: Lachlan O'Dea -# -# $FreeBSD$ -# - -DISTNAME= openldap-1.2.7 -CATEGORIES= net databases -MASTER_SITES= ftp://ftp.OpenLDAP.org/pub/OpenLDAP/openldap-release/ \ - ftp://ftp.net.lut.ac.uk/openldap/openldap-release/ \ - ftp://sunsite.cnlab-switch.ch/mirror/OpenLDAP/openldap-release/ \ - ftp://mirror.aarnet.edu.au/pub/OpenLDAP/openldap-release/ \ - ftp://gd.tuwien.ac.at/infosys/network/OpenLDAP/openldap-release/ \ - http://www.unibase.cz/ldapcz/Programy/Free/OpenLDAP/openldap-release/ \ - ftp://ftp.ntua.gr/mirror/OpenLDAP/openldap-release/ \ - ftp://ftp.loxinfo.co.th/pub/unix/LDAP/OpenLDAP/openldap-release/\ - ftp://ftp.zcu.cz/pub/network/openldap/openldap-release/ -EXTRACT_SUFX= .tgz - -MAINTAINER= ulmo@earthling.net - -WRKSRC= ${WRKDIR}/ldap -GNU_CONFIGURE= yes - -.include <bsd.port.pre.mk> -.include "${FILESDIR}/manpages" - -pre-build: - cd ${WRKSRC} ; make depend - -post-install: - strip ${PREFIX}/bin/ldapadd ${PREFIX}/bin/ldapdelete \ - ${PREFIX}/bin/ldapmodrdn ${PREFIX}/bin/ldapsearch ${PREFIX}/bin/ud \ - ${PREFIX}/libexec/fax500 ${PREFIX}/libexec/go500 \ - ${PREFIX}/libexec/go500gw ${PREFIX}/libexec/in.xfingerd \ - ${PREFIX}/libexec/mail500 ${PREFIX}/libexec/rcpt500 \ - ${PREFIX}/libexec/rp500 ${PREFIX}/libexec/slapd \ - ${PREFIX}/libexec/slurpd ${PREFIX}/sbin/centipede \ - ${PREFIX}/sbin/ldbmcat ${PREFIX}/sbin/ldbmtest ${PREFIX}/sbin/ldif \ - ${PREFIX}/sbin/ldif2id2children ${PREFIX}/sbin/ldif2id2entry \ - ${PREFIX}/sbin/ldif2index ${PREFIX}/sbin/ldif2ldbm \ - ${PREFIX}/bin/ldapmodify ${PREFIX}/bin/ldappasswd - -.include <bsd.port.post.mk> diff --git a/net/openldap24-server/distinfo b/net/openldap24-server/distinfo deleted file mode 100644 index f29985c25458..000000000000 --- a/net/openldap24-server/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (openldap-1.2.7.tgz) = be5866cfa50fdf083f5230b3837181e8 diff --git a/net/openldap24-server/files/manpages b/net/openldap24-server/files/manpages deleted file mode 100644 index f36399dbc70a..000000000000 --- a/net/openldap24-server/files/manpages +++ /dev/null @@ -1,165 +0,0 @@ -MAN1+= ldapdelete.1 -MAN1+= ldapmodify.1 -MAN1+= ldapmodrdn.1 -MAN1+= ldappasswd.1 -MAN1+= ldapsearch.1 -MAN1+= ud.1 -MAN3+= cldap_close.3 -MAN3+= cldap_open.3 -MAN3+= cldap_search_s.3 -MAN3+= cldap_setretryinfo.3 -MAN3+= lber-decode.3 -MAN3+= lber-encode.3 -MAN3+= ldap.3 -MAN3+= ldap_abandon.3 -MAN3+= ldap_add.3 -MAN3+= ldap_bind.3 -MAN3+= ldap_cache.3 -MAN3+= ldap_charset.3 -MAN3+= ldap_compare.3 -MAN3+= ldap_delete.3 -MAN3+= ldap_disptmpl.3 -MAN3+= ldap_entry2text.3 -MAN3+= ldap_error.3 -MAN3+= ldap_first_attribute.3 -MAN3+= ldap_first_entry.3 -MAN3+= ldap_friendly.3 -MAN3+= ldap_get_dn.3 -MAN3+= ldap_get_values.3 -MAN3+= ldap_getfilter.3 -MAN3+= ldap_modify.3 -MAN3+= ldap_modrdn.3 -MAN3+= ldap_open.3 -MAN3+= ldap_result.3 -MAN3+= ldap_search.3 -MAN3+= ldap_searchprefs.3 -MAN3+= ldap_sort.3 -MAN3+= ldap_ufn.3 -MAN3+= ldap_url.3 -MAN5+= ldap.conf.5 -MAN5+= ldapfilter.conf.5 -MAN5+= ldapfriendly.5 -MAN5+= ldapsearchprefs.conf.5 -MAN5+= ldaptemplates.conf.5 -MAN5+= ldif.5 -MAN5+= slapd.conf.5 -MAN5+= slapd.replog.5 -MAN5+= ud.conf.5 -MAN8+= centipede.8 -MAN8+= chlog2replog.8 -MAN8+= edb2ldif.8 -MAN8+= go500.8 -MAN8+= go500gw.8 -MAN8+= in.xfingerd.8 -MAN8+= ldapd.8 -MAN8+= ldbmcat.8 -MAN8+= ldif.8 -MAN8+= ldif2ldbm.8 -MAN8+= mail500.8 -MAN8+= rcpt500.8 -MAN8+= slapd.8 -MAN8+= slurpd.8 -MLINKS+= ldapmodify.1 ldapadd.1 -MLINKS+= ldap.3 cldap.3 -MLINKS+= ldap_add.3 ldap_add_s.3 -MLINKS+= ldap_bind.3 ldap_bind_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind1.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind1_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind2.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind2_s.3 -MLINKS+= ldap_bind.3 ldap_kerberos_bind_s.3 -MLINKS+= ldap_bind.3 ldap_set_rebind_proc.3 -MLINKS+= ldap_bind.3 ldap_simple_bind.3 -MLINKS+= ldap_bind.3 ldap_simple_bind_s.3 -MLINKS+= ldap_bind.3 ldap_unbind.3 -MLINKS+= ldap_bind.3 ldap_unbind_s.3 -MLINKS+= ldap_cache.3 ldap_destroy_cache.3 -MLINKS+= ldap_cache.3 ldap_disable_cache.3 -MLINKS+= ldap_cache.3 ldap_enable_cache.3 -MLINKS+= ldap_cache.3 ldap_flush_cache.3 -MLINKS+= ldap_cache.3 ldap_set_cache_options.3 -MLINKS+= ldap_cache.3 ldap_uncache_entry.3 -MLINKS+= ldap_cache.3 ldap_uncache_request.3 -MLINKS+= ldap_charset.3 ldap_8859_to_t61.3 -MLINKS+= ldap_charset.3 ldap_enable_translation.3 -MLINKS+= ldap_charset.3 ldap_set_string_translators.3 -MLINKS+= ldap_charset.3 ldap_t61_to_8859.3 -MLINKS+= ldap_charset.3 ldap_translate_from_t61.3 -MLINKS+= ldap_charset.3 ldap_translate_to_t61.3 -MLINKS+= ldap_compare.3 ldap_compare_s.3 -MLINKS+= ldap_delete.3 ldap_delete_s.3 -MLINKS+= ldap_disptmpl.3 ldap_first_disptmpl.3 -MLINKS+= ldap_disptmpl.3 ldap_first_tmplcol.3 -MLINKS+= ldap_disptmpl.3 ldap_first_tmplrow.3 -MLINKS+= ldap_disptmpl.3 ldap_free_templates.3 -MLINKS+= ldap_disptmpl.3 ldap_init_templates.3 -MLINKS+= ldap_disptmpl.3 ldap_init_templates_buf.3 -MLINKS+= ldap_disptmpl.3 ldap_next_disptmpl.3 -MLINKS+= ldap_disptmpl.3 ldap_next_tmplcol.3 -MLINKS+= ldap_disptmpl.3 ldap_next_tmplrow.3 -MLINKS+= ldap_disptmpl.3 ldap_oc2template.3 -MLINKS+= ldap_disptmpl.3 ldap_tmplattrs.3 -MLINKS+= ldap_entry2text.3 ldap_entry2html.3 -MLINKS+= ldap_entry2text.3 ldap_entry2html_search.3 -MLINKS+= ldap_entry2text.3 ldap_entry2text_search.3 -MLINKS+= ldap_entry2text.3 ldap_vals2html.3 -MLINKS+= ldap_entry2text.3 ldap_vals2text.3 -MLINKS+= ldap_error.3 ld_errno.3 -MLINKS+= ldap_error.3 ldap_err2string.3 -MLINKS+= ldap_error.3 ldap_errlist.3 -MLINKS+= ldap_error.3 ldap_perror.3 -MLINKS+= ldap_error.3 ldap_result2error.3 -MLINKS+= ldap_first_attribute.3 ldap_next_attribute.3 -MLINKS+= ldap_first_entry.3 ldap_count_entries.3 -MLINKS+= ldap_first_entry.3 ldap_next_entry.3 -MLINKS+= ldap_friendly.3 ldap_free_friendlymap.3 -MLINKS+= ldap_friendly.3 ldap_friendly_name.3 -MLINKS+= ldap_get_dn.3 ldap_dn2ufn.3 -MLINKS+= ldap_get_dn.3 ldap_explode_dn.3 -MLINKS+= ldap_get_dn.3 ldap_explode_dns.3 -MLINKS+= ldap_get_dn.3 ldap_is_dns_dn.3 -MLINKS+= ldap_get_values.3 ldap_count_values.3 -MLINKS+= ldap_get_values.3 ldap_count_values_len.3 -MLINKS+= ldap_get_values.3 ldap_get_values_len.3 -MLINKS+= ldap_get_values.3 ldap_value_free.3 -MLINKS+= ldap_get_values.3 ldap_value_free_len.3 -MLINKS+= ldap_getfilter.3 ldap_build_filter.3 -MLINKS+= ldap_getfilter.3 ldap_getfilter_free.3 -MLINKS+= ldap_getfilter.3 ldap_getfirstfilter.3 -MLINKS+= ldap_getfilter.3 ldap_getnextfilter.3 -MLINKS+= ldap_getfilter.3 ldap_init_getfilter.3 -MLINKS+= ldap_getfilter.3 ldap_init_getfilter_buf.3 -MLINKS+= ldap_getfilter.3 ldap_setfilteraffixes.3 -MLINKS+= ldap_modify.3 ldap_modify_s.3 -MLINKS+= ldap_modify.3 ldap_mods_free.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn2.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn2_s.3 -MLINKS+= ldap_modrdn.3 ldap_modrdn_s.3 -MLINKS+= ldap_open.3 ldap_init.3 -MLINKS+= ldap_result.3 ldap_msgfree.3 -MLINKS+= ldap_search.3 ldap_search_s.3 -MLINKS+= ldap_search.3 ldap_search_st.3 -MLINKS+= ldap_searchprefs.3 ldap_first_searchobj.3 -MLINKS+= ldap_searchprefs.3 ldap_free_searchprefs.3 -MLINKS+= ldap_searchprefs.3 ldap_init_searchprefs.3 -MLINKS+= ldap_searchprefs.3 ldap_init_searchprefs_buf.3 -MLINKS+= ldap_searchprefs.3 ldap_next_searchobj.3 -MLINKS+= ldap_sort.3 ldap_sort_entries.3 -MLINKS+= ldap_sort.3 ldap_sort_strcasecmp.3 -MLINKS+= ldap_sort.3 ldap_sort_values.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_c.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_ct.3 -MLINKS+= ldap_ufn.3 ldap_ufn_search_s.3 -MLINKS+= ldap_ufn.3 ldap_ufn_setfilter.3 -MLINKS+= ldap_ufn.3 ldap_ufn_setprefix.3 -MLINKS+= ldap_ufn.3 ldap_ufn_timeout.3 -MLINKS+= ldap_url.3 ldap_free_urldesc.3 -MLINKS+= ldap_url.3 ldap_is_ldap_url.3 -MLINKS+= ldap_url.3 ldap_url_parse.3 -MLINKS+= ldap_url.3 ldap_url_search.3 -MLINKS+= ldap_url.3 ldap_url_search_s.3 -MLINKS+= ldap_url.3 ldap_url_search_st.3 -MLINKS+= ldif2ldbm.8 ldif2id2children.8 -MLINKS+= ldif2ldbm.8 ldif2id2entry.8 -MLINKS+= ldif2ldbm.8 ldif2index.8 -MLINKS+= mail500.8 fax500.8 diff --git a/net/openldap24-server/pkg-comment b/net/openldap24-server/pkg-comment deleted file mode 100644 index 8c499c3923cf..000000000000 --- a/net/openldap24-server/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Open source LDAP client and server software diff --git a/net/openldap24-server/pkg-descr b/net/openldap24-server/pkg-descr deleted file mode 100644 index aec3ae0f7cf4..000000000000 --- a/net/openldap24-server/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -OpenLDAP is a suite of Lightweight Directory Access Protocol (LDAP) servers, -clients, utilities and development tools. LDAP is an Internet standard -directory service protocol that can be used stand-alone, or as a front end -to an X.500 directory. LDAP is defined by RFCs 1777 through 1779. - -OpenLDAP is derived from the University of Michigan LDAP release 3.3 and is -distributed under an open source license. - -WWW: http://www.openldap.org/ - -Lachlan O'Dea -ulmo@earthling.net diff --git a/net/openldap24-server/pkg-plist b/net/openldap24-server/pkg-plist deleted file mode 100644 index 5aef80ee1133..000000000000 --- a/net/openldap24-server/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -bin/ldapadd -bin/ldapdelete -bin/ldapmodify -bin/ldapmodrdn -bin/ldappasswd -bin/ldapsearch -bin/ud -etc/openldap/ldap.conf -etc/openldap/ldap.conf.default -etc/openldap/ldapfilter.conf -etc/openldap/ldapfilter.conf.default -etc/openldap/ldapsearchprefs.conf -etc/openldap/ldapsearchprefs.conf.default -etc/openldap/ldaptemplates.conf -etc/openldap/ldaptemplates.conf.default -etc/openldap/slapd.at.conf -etc/openldap/slapd.at.conf.default -etc/openldap/slapd.conf -etc/openldap/slapd.conf.default -etc/openldap/slapd.oc.conf -etc/openldap/slapd.oc.conf.default -include/disptmpl.h -include/lber.h -include/ldap.h -include/ldap_cdefs.h -include/srchpref.h -lib/liblber.a -lib/liblber.la -lib/libldap.a -lib/libldap.la -libexec/fax500 -libexec/go500 -libexec/go500gw -libexec/in.xfingerd -libexec/mail500 -libexec/rcpt500 -libexec/rp500 -libexec/slapd -libexec/slurpd -libexec/xrpcomp -sbin/centipede -sbin/ldbmcat -sbin/ldbmtest -sbin/ldif -sbin/ldif2id2children -sbin/ldif2id2entry -sbin/ldif2index -sbin/ldif2ldbm -share/openldap/go500gw.help -share/openldap/ldapfriendly -share/openldap/rcpt500.help -@dirrm etc/openldap -@dirrm share/openldap diff --git a/net/rrdtool10/Makefile b/net/rrdtool10/Makefile deleted file mode 100644 index 719fd89952f0..000000000000 --- a/net/rrdtool10/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: rrdtool -# Version required: 1.0.7 -# Date created: 20 July 1999 -# Whom: Dmitry Sivachenko <dima@Chg.RU> -# -# $FreeBSD$ -# - -DISTNAME= rrdtool-1.0.7 -CATEGORIES= net -MASTER_SITES= http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/pub/ - -MAINTAINER= dima@Chg.RU - -USE_PERL5= YES -MAKE_ENV+= PERL=${PERL} - -GNU_CONFIGURE= YES - -CONFIGURE_ENV= PERL=${PERL} - -MAN1= RRDp.1 RRDs.1 bin_dec_hex.1 rrdcgi.1 rrdcreate.1 rrddump.1 \ - rrdfetch.1 rrdgraph.1 rrdlast.1 rrdresize.1 rrdrestore.1 \ - rrdtool.1 rrdtune.1 rrdtutorial.1 rrdupdate.1 -MAN3= RRDp.3 RRDs.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/rrdtool ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/src/rrdcgi ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/contrib/log2rrd/log2rrd.pl ${PREFIX}/bin - ${MKDIR} -m 755 ${PREFIX}/share/examples/rrdtool - ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.pl ${PREFIX}/share/examples/rrdtool - ${INSTALL_SCRIPT} ${WRKSRC}/examples/*.cgi ${PREFIX}/share/examples/rrdtool - ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${PREFIX}/man/man1 -.if !defined(NOPORTDOCS) - ${MKDIR} -m 755 ${PREFIX}/share/doc/rrdtool - ${INSTALL_DATA} ${WRKSRC}/contrib/log2rrd/README ${PREFIX}/share/doc/rrdtool/README.log2rrd - ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${PREFIX}/share/doc/rrdtool -.endif - for dir in piped shared; do \ - cd ${WRKSRC}/perl-$$dir; ${MAKE} install; \ - done - -post-install: -.if !defined(BATCH) - @${ECHO} "" - @${ECHO} "############################################################################" - @${ECHO} "# See ${PREFIX}/share/examples/rrdtool for some demonstration code #" - @${ECHO} "############################################################################" -.endif - -.include <bsd.port.mk> diff --git a/net/rrdtool10/distinfo b/net/rrdtool10/distinfo deleted file mode 100644 index 7f7427c43102..000000000000 --- a/net/rrdtool10/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (rrdtool-1.0.7.tar.gz) = 4f1735aca4df8701101fe59024e6d08f diff --git a/net/rrdtool10/files/patch-aa b/net/rrdtool10/files/patch-aa deleted file mode 100644 index 5e948c99bca4..000000000000 --- a/net/rrdtool10/files/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ ---- perl-shared/Makefile.PL.orig Wed Sep 29 17:26:51 1999 -+++ perl-shared/Makefile.PL Wed Sep 29 17:42:36 1999 -@@ -9,7 +9,8 @@ - 'NAME' => 'RRDs', - 'VERSION_FROM' => 'RRDs.pm', # finds $VERSION - 'OPTIMIZE' => '-g', -- 'INC' => '-I../src -I../gd1.3', -+ 'CCFLAGS' => '-DHAVE_CONFIG_H', -+ 'INC' => '-I../config -I../src -I../gd1.3', - # where to look for the necessary libraries - # Perl will figure out which one is valid - 'depend' => {'RRDs.c' => $librrd}, diff --git a/net/rrdtool10/files/patch-ab b/net/rrdtool10/files/patch-ab deleted file mode 100644 index f4ccd09b6328..000000000000 --- a/net/rrdtool10/files/patch-ab +++ /dev/null @@ -1,18 +0,0 @@ ---- src/rrd_tool.c.orig Thu Nov 18 14:52:04 1999 -+++ src/rrd_tool.c Thu Nov 18 14:54:16 1999 -@@ -202,12 +202,12 @@ - datai=data; - printf(" "); - for (i = 0; i<ds_cnt;i++) -- printf("%10s",ds_namv[i]); -+ printf("%14s ",ds_namv[i]); - printf ("\n\n"); - for (i = start; i <= end; i += step){ -- printf("%10lu:", i); -+ printf("%10lu: ", i); - for (ii = 0; ii < ds_cnt; ii++) -- printf("%10.2f", *(datai++)); -+ printf("%14.2f ", *(datai++)); - printf("\n"); - } - for (i=0;i<ds_cnt;i++) diff --git a/net/rrdtool10/pkg-comment b/net/rrdtool10/pkg-comment deleted file mode 100644 index 73242bc78bb6..000000000000 --- a/net/rrdtool10/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Round Robin Database Tools diff --git a/net/rrdtool10/pkg-descr b/net/rrdtool10/pkg-descr deleted file mode 100644 index ca95d58a230d..000000000000 --- a/net/rrdtool10/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -It is pretty easy to gather status information from all sorts of things, -ranging from the temperature in your office to the number of octets which -have passed through the FDDI interface of your router. But it is not so -trivial to store this data in a efficient and systematic manner. This is -where RRDtool kicks in. It lets you log and analyze the data you gather from -all kinds of data-sources (DS). The data analysis part of RRDtool is based -on the ability to quickly generate graphical representations of the data -values collected over a definable time period. - -WWW: http://ee-staff.ethz.ch/~oetiker/webtools/rrdtool/ - ---dima -dima@Chg.RU diff --git a/net/rrdtool10/pkg-plist b/net/rrdtool10/pkg-plist deleted file mode 100644 index 5d03426f117f..000000000000 --- a/net/rrdtool10/pkg-plist +++ /dev/null @@ -1,33 +0,0 @@ -bin/rrdtool -bin/rrdcgi -bin/log2rrd.pl -share/examples/rrdtool/bigtops.pl -share/examples/rrdtool/minmax.pl -share/examples/rrdtool/piped-demo.pl -share/examples/rrdtool/shared-demo.pl -share/examples/rrdtool/stripes.pl -share/examples/rrdtool/cgi-demo.cgi -share/doc/rrdtool/README.log2rrd -share/doc/rrdtool/RRDp.html -share/doc/rrdtool/RRDs.html -share/doc/rrdtool/bin_dec_hex.html -share/doc/rrdtool/rrdcgi.html -share/doc/rrdtool/rrdcreate.html -share/doc/rrdtool/rrddump.html -share/doc/rrdtool/rrdfetch.html -share/doc/rrdtool/rrdgraph.html -share/doc/rrdtool/rrdlast.html -share/doc/rrdtool/rrdresize.html -share/doc/rrdtool/rrdrestore.html -share/doc/rrdtool/rrdtool.html -share/doc/rrdtool/rrdtune.html -share/doc/rrdtool/rrdtutorial.html -share/doc/rrdtool/rrdupdate.html -lib/perl5/site_perl/%%PERL_VER%%/RRDp.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDp/.packlist -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/RRDs.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/RRDs.so -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/RRDs.bs -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/RRDs/.packlist -@dirrm share/examples/rrdtool -@dirrm share/doc/rrdtool diff --git a/net/rtptools/Makefile b/net/rtptools/Makefile deleted file mode 100644 index e5c22145a5ed..000000000000 --- a/net/rtptools/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: rtptools -# Version required: 1.9 -# Date created: 5 January 1998 -# Whom: fenner -# -# $FreeBSD$ -# - -DISTNAME= rtptools-1.9 -CATEGORIES= mbone -MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/schulzrinne/rtptools/ - -MAINTAINER= fenner@FreeBSD.org - -MAKE_ENV= ARCH=freebsd CC=cc - -BINFILES= rtpdump rtpplay rtpsend rtptrans -DOCFILES= README CHANGES.html rtptools.html - -do-install: -.for i in ${BINFILES} - ${INSTALL_PROGRAM} ${WRKSRC}/freebsd/${i} ${PREFIX}/bin -.endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/rtptools -.for i in ${DOCFILES} - ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/rtptools -.endfor -.endif - -.include <bsd.port.mk> diff --git a/net/rtptools/distinfo b/net/rtptools/distinfo deleted file mode 100644 index ee742b63edb4..000000000000 --- a/net/rtptools/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (rtptools-1.9.tar.gz) = c459423c37451ffe1e52423b3eebcb09 diff --git a/net/rtptools/files/patch-ab b/net/rtptools/files/patch-ab deleted file mode 100644 index 2e991789f5b9..000000000000 --- a/net/rtptools/files/patch-ab +++ /dev/null @@ -1,69 +0,0 @@ -Index: rtp.h ---- 1.1.1.2 1997/12/17 03:37:05 -+++ rtp.h 1997/12/17 04:26:01 -@@ -93,13 +93,18 @@ - #define RTCP_VALID_MASK (0xc000 | 0x2000 | 0xfe) - #define RTCP_VALID_VALUE ((RTP_VERSION << 14) | RTCP_SR) - -+#define RTCP_FRACTION(x) (((x) >> 24) & 0xFF) -+#define RTCP_LOST(x) ((((x) & 0xFFFFFF) < 0x800000) ? \ -+ ((x) & 0xFFFFFF) \ -+ : (((x) & 0xFFFFFF) - 0x1000000)) -+ - /* - * Reception report block - */ - typedef struct { - u_int32 ssrc; /* data source being reported */ -- unsigned int fraction:8; /* fraction lost since last SR/RR */ -- int lost:24; /* cumul. no. pkts lost (signed!) */ -+ u_int32 fraclost; /* fraction lost since last SR/RR and */ -+ /* cumul. no. pkts lost (signed!) */ - u_int32 last_seq; /* extended last seq. no. received */ - u_int32 jitter; /* interarrival jitter */ - u_int32 lsr; /* last SR packet from this source */ -=================================================================== -Index: rtpdump.c ---- 1.1.1.2 1997/12/17 03:37:07 -+++ rtpdump.c 1997/12/17 04:26:00 -@@ -395,10 +395,10 @@ - ntohl(r->r.sr.psent), - ntohl(r->r.sr.osent)); - for (i = 0; i < r->common.count; i++) { -- printf(" (ssrc=%0lx fraction=%g lost=%lu last_seq=%lu jit=%lu lsr=%lu dlsr=%lu)\n", -+ printf(" (ssrc=0x%lx fraction=%g lost=%ld last_seq=%lu jit=%lu lsr=%lu dlsr=%lu)\n", - ntohl(r->r.sr.rr[i].ssrc), -- r->r.sr.rr[i].fraction / 256., -- ntohl(r->r.sr.rr[i].lost), /* XXX I'm pretty sure this is wrong */ -+ RTCP_FRACTION(ntohl(r->r.sr.rr[i].fraclost)) / 256., -+ RTCP_LOST(ntohl(r->r.sr.rr[i].fraclost)), - ntohl(r->r.sr.rr[i].last_seq), - ntohl(r->r.sr.rr[i].jitter), - ntohl(r->r.sr.rr[i].lsr), -@@ -412,10 +412,10 @@ - ntohl(r->r.rr.ssrc), r->common.p, r->common.count, - ntohs(r->common.length)); - for (i = 0; i < r->common.count; i++) { -- printf("(ssrc=%0lx fraction=%g lost=%lu last_seq=%lu jit=%lu lsr=%lu dlsr=%lu)\n", -+ printf(" (ssrc=0x%lx fraction=%g lost=%ld last_seq=%lu jit=%lu lsr=%lu dlsr=%lu)\n", - ntohl(r->r.rr.rr[i].ssrc), -- r->r.rr.rr[i].fraction / 256., -- ntohl(r->r.rr.rr[i].lost), -+ RTCP_FRACTION(ntohl(r->r.rr.rr[i].fraclost)) / 256., -+ RTCP_LOST(ntohl(r->r.rr.rr[i].fraclost)), - ntohl(r->r.rr.rr[i].last_seq), - ntohl(r->r.rr.rr[i].jitter), - ntohl(r->r.rr.rr[i].lsr), -=================================================================== -Index: rtpsend.c ---- 1.1.1.2 1997/12/17 03:37:11 -+++ rtpsend.c 1997/12/17 04:25:11 -@@ -599,6 +599,8 @@ - - if (optind < argc) { - if (hpt(argv[optind], (struct sockaddr *)&sin, &ttl) < 0) usage(argv[0]); -+ } else { -+ usage(argv[0]); - } - - /* create/connect sockets */ diff --git a/net/rtptools/pkg-comment b/net/rtptools/pkg-comment deleted file mode 100644 index 4e0d5f964364..000000000000 --- a/net/rtptools/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A set of tools to record, playback and monitor RTPv2 data streams diff --git a/net/rtptools/pkg-descr b/net/rtptools/pkg-descr deleted file mode 100644 index 4dc99ec5b4af..000000000000 --- a/net/rtptools/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -The rtptools distribution consists of a number of small applications that -can be used for processing RTP data. - -rtpplay - play back RTP sessions recorded by rtpdump -rtpsend - generate RTP packets from textual description, generated by hand or - rtpdump -rtpdump - parse and print RTP packets, generating output files suitable for - rtpplay and rtpsend -rtptrans - RTP translator between unicast and multicast networks diff --git a/net/rtptools/pkg-plist b/net/rtptools/pkg-plist deleted file mode 100644 index acb3252439be..000000000000 --- a/net/rtptools/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/rtpdump -bin/rtpplay -bin/rtpsend -bin/rtptrans -share/doc/rtptools/README -share/doc/rtptools/CHANGES.html -share/doc/rtptools/rtptools.html -@dirrm share/doc/rtptools diff --git a/net/rwhoisd/Makefile b/net/rwhoisd/Makefile deleted file mode 100644 index b4f5d7beff6e..000000000000 --- a/net/rwhoisd/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: rwhois -# Version required: 1.0b9.2 -# Date created: May 9th 1997 -# Whom: James FitzGibbon <jfitz@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= rwhois-1.0B9.2 -PKGNAME= rwhois-1.0b9.2 -CATEGORIES= net -MASTER_SITES= ftp://ftp.rwhois.net/pub/ - -MAINTAINER= jfitz@FreeBSD.org - -.if !exists(/usr/include/tcpd.h) -LIB_DEPENDS= wrap.7:${PORTSDIR}/security/tcp_wrapper -.endif - -HAS_CONFIGURE= YES -CONFIGURE_ARGS= --prefix=${PREFIX}/lib/rwhois -INSTALL_TARGET= install install-sample-data install-chroot - -MAN8= rmkdbindex.8 rwhoisd.8 - -post-install: - ${MKDIR} -p ${PREFIX}/share/doc/rwhois - ${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/rwhois - ${MV} ${PREFIX}/share/doc/rwhois/rmkdbindex.8 ${PREFIX}/man/man8 - ${MV} ${PREFIX}/share/doc/rwhois/rwhoisd.8 ${PREFIX}/man/man8 - @ ${ECHO_MSG} "Installing ${PREFIX}/etc/rc.d/rwhoisd.sh startup file..." - @ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/rwhoisd.sh - @ ${ECHO} "#" >> ${PREFIX}/etc/rc.d/rwhoisd.sh - @ ${ECHO} "" >> ${PREFIX}/etc/rc.d/rwhoisd.sh - @ ${ECHO} "# remove or comment the following line and uncomment the one below it once you have" >> ${PREFIX}/etc/rc.d/rwhoisd.sh - @ ${ECHO} "# configured your server's data" >> ${PREFIX}/etc/rc.d/rwhoisd.sh - @ ${ECHO} "${ECHO} \"rwhoisd not started; sample data still in place. See ${PREFIX}/share/doc/rwhois for details.\"" >> ${PREFIX}/etc/rc.d/rwhoisd.sh - @ ${ECHO} "#[ -x ${PREFIX}/lib/rwhois/sbin/rwhoisd ] && ${PREFIX}/lib/rwhois/sbin/rwhoisd -c ${PREFIX}/lib/rwhois/rwhois.conf & && ${ECHO} -n ' rwhoisd'" >> ${PREFIX}/etc/rc.d/rwhoisd.sh - ${CHMOD} 751 ${PREFIX}/etc/rc.d/rwhoisd.sh - -.include <bsd.port.mk> diff --git a/net/rwhoisd/distinfo b/net/rwhoisd/distinfo deleted file mode 100644 index 50f829615949..000000000000 --- a/net/rwhoisd/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (rwhois-1.0B9.2.tar.gz) = f444b79637ffd78b92961e63137cc83b diff --git a/net/rwhoisd/files/patch-aa b/net/rwhoisd/files/patch-aa deleted file mode 100644 index bcb60067f649..000000000000 --- a/net/rwhoisd/files/patch-aa +++ /dev/null @@ -1,78 +0,0 @@ ---- Makefile.in.orig Thu Aug 8 20:37:37 1996 -+++ Makefile.in Fri May 23 03:06:12 1997 -@@ -2,7 +2,7 @@ - @SET_MAKE@ - - # set install program --INSTALL = @INSTALL@ -+INSTALL = /usr/bin/install -c -s -o bin -g bin - - # set prefix values - prefix = @prefix@ -@@ -25,12 +25,12 @@ - PARSER_DIR = $(TOOLS_DIR)/rwhoisparse - LIBWRAP_DIR = tools/tcpd_wrapper - CLIENT_DIR = client --SAMPLE_DATA_DIR = @SAMPLE_DATA_DIR@ -+SAMPLE_DATA_DIR = ${RWHOIS_ROOT_DIR} - LIBRWHOIS = librwhois.a - LIBMKDB = libmkdb.a - LIBWRAP = libwrap.a - --all: librwhois libmkdb libwrap make-server indexer parser make-client -+all: librwhois libmkdb make-server indexer parser make-client - - librwhois: - @echo "Making $(LIBRWHOIS)" -@@ -77,7 +77,7 @@ - - install-chroot: - @echo "Setup chroot stuff" -- chroot.sh $(RWHOIS_ROOT_DIR) -+ ./chroot.sh $(RWHOIS_ROOT_DIR) - - install-client: - @echo "Installing RWhois Client" -@@ -86,21 +86,13 @@ - install-sample-data: sample-data-install - - sample-data-install: -- @echo "Setting up for quickie install with sample data" -- @echo "This is located in `pwd`/sample.data" -- @echo "Setting up RWhois default data directory (data will reside here)" -+ if [ -d ${.CURDIR}/sample.data/bin ]; then rm -r ${.CURDIR}/sample.data/bin; fi -+ if [ -d ${.CURDIR}/sample.data/etc ]; then rm -r ${.CURDIR}/sample.data/etc; fi -+ cp -r ${.CURDIR}/sample.data/ ${SAMPLE_DATA_DIR} - (sh tools/install/setup_rwhois_conf $(SAMPLE_DATA_DIR)) -- @echo "Setting up index scripts" - (sh tools/install/setup_index_scripts $(SAMPLE_DATA_DIR)) -- @echo "Copying the indexer into the sample data area" -- if [ $(SAMPLE_DATA_DIR) != $(RWHOIS_ROOT_DIR) ]; then \ -- if [ ! -d $(SAMPLE_DATA_DIR)/bin ]; then \ -- mkdir $(SAMPLE_DATA_DIR)/bin; \ -- fi; \ -- cp $(RWHOIS_ROOT_DIR)/bin/rmkdbindex $(SAMPLE_DATA_DIR)/bin; \ -- fi -- @echo "Running index scripts" - (sh tools/install/run_index_scripts $(SAMPLE_DATA_DIR)) -+ /usr/sbin/chown -R nobody ${SAMPLE_DATA_DIR}/data ${SAMPLE_DATA_DIR}/rwhois.log - - clean: - @echo "Cleaning Server" -@@ -109,8 +101,6 @@ - (cd $(COMMON_DIR); $(MAKE) clean) - @echo "Cleaning MKDB" - (cd $(MKDB_DIR); $(MAKE) clean) -- @echo "Cleaning TCPD stuff" -- (cd $(LIBWRAP_DIR); $(MAKE) clean) - @echo "Cleaning RWhois Indexer" - (cd $(INDEXER_DIR); $(MAKE) clean) - @echo "Cleaning RWhois Parser" -@@ -133,7 +123,6 @@ - (cd $(MKDB_DIR); $(MAKE) distclean) - (cd $(INDEXER_DIR); $(MAKE) distclean) - (cd $(PARSER_DIR); $(MAKE) distclean) -- (cd $(LIBWRAP_DIR); $(MAKE) clean) - (cd $(CLIENT_DIR); $(MAKE) distclean) - - dist: diff --git a/net/rwhoisd/files/patch-ab b/net/rwhoisd/files/patch-ab deleted file mode 100644 index 90489b414c71..000000000000 --- a/net/rwhoisd/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ ---- client/Makefile.in.orig Wed Sep 25 18:10:48 1996 -+++ client/Makefile.in Fri May 23 02:34:00 1997 -@@ -6,7 +6,7 @@ - - CC = @CC@ - RANLIB = @RANLIB@ --INSTALL = @INSTALL@ -+INSTALL = /usr/bin/install -c -s -o bin -g bin - - - # -@@ -56,6 +56,7 @@ - install: - if [ ! -d $(bindir) ]; then mkdir $(bindir); fi - $(INSTALL) rwhois $(bindir) -+ /bin/ln -sf ${PREFIX}/lib/rwhois/bin/rwhois ${PREFIX}/bin/rwhois - - clean: - rm -f rwhois *.o *~ librwclient.a diff --git a/net/rwhoisd/files/patch-ac b/net/rwhoisd/files/patch-ac deleted file mode 100644 index 7832c52b13c2..000000000000 --- a/net/rwhoisd/files/patch-ac +++ /dev/null @@ -1,31 +0,0 @@ ---- server/Makefile.in.orig Wed Sep 25 13:03:56 1996 -+++ server/Makefile.in Fri May 9 22:48:56 1997 -@@ -7,14 +7,15 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - bindir = $(exec_prefix)/bin -+sbindir = $(exec_prefix)/sbin - etcdir = $(exec_prefix)/etc - - # local libs/includes - COMMON_INC = -I../common - COMMON_LIBS = -L../common -lrwhois - --WRAP_INC = -I../tools/tcpd_wrapper --WRAP_LIBS = -L../tools/tcpd_wrapper -lwrap -+WRAP_INC = -I${PREFIX}/include -+WRAP_LIBS = -L${PREFIX}/lib -lwrap - - MKDB_INC = -I../mkdb - MKDB_LIBS = -L../mkdb -lmkdb -@@ -77,8 +78,8 @@ - $(CC) -c $(CFLAGS) $(LOCAL_INC) $*.c - - install: -- if [ ! -d $(etcdir) ]; then mkdir $(etcdir); fi -- $(INSTALL) rwhoisd $(etcdir) -+ if [ ! -d $(sbindir) ]; then mkdir -p $(sbindir); fi -+ $(INSTALL) rwhoisd $(sbindir) - - clean: - rm -f *.[oa] diff --git a/net/rwhoisd/files/patch-ad b/net/rwhoisd/files/patch-ad deleted file mode 100644 index d72758599cbd..000000000000 --- a/net/rwhoisd/files/patch-ad +++ /dev/null @@ -1,54 +0,0 @@ ---- chroot.sh.orig Wed Jul 31 15:34:34 1996 -+++ chroot.sh Thu Jun 5 09:45:59 1997 -@@ -10,9 +10,15 @@ - #umask 022 - - RWHOIS_ROOT_DIR=$1 --COPY="cp" -+COPY="/bin/cp" - - # check if these directories exist -+if test ! -d ${RWHOIS_ROOT_DIR} -+then -+ echo "make directory ${RWHOIS_ROOT_DIR}." -+ mkdir ${RWHOIS_ROOT_DIR} -+fi -+ - if test ! -d ${RWHOIS_ROOT_DIR}/etc - then - echo "make directory ${RWHOIS_ROOT_DIR}/etc". -@@ -35,20 +41,30 @@ - then - echo "make directory ${RWHOIS_ROOT_DIR}/usr" - mkdir $RWHOIS_ROOT_DIR/usr -- mkdir $RWHOIS_ROOT_DIR/usr/lib --elif test ! -d $RWHOIS_ROOT_DIR/usr/lib -+fi -+ -+if test ! -d $RWHOIS_ROOT_DIR/usr/lib - then - echo "make directory ${RWHOIS_ROOT_DIR}/usr/lib" - mkdir $RWHOIS_ROOT_DIR/usr/lib - fi - -+if test ! -d $RWHOIS_ROOT_DIR/usr/libexec -+then -+ echo "make directory ${RWHOIS_ROOT_DIR}/usr/libexec" -+ mkdir $RWHOIS_ROOT_DIR/usr/libexec -+fi -+ - #copy /etc/resolv.conf to (rwhois_root)/etc - $COPY /etc/resolv.conf ${RWHOIS_ROOT_DIR}/etc - - #copy /usr/lib/files to (rwhois_root)/usr/lib -- $COPY /usr/lib/ld.so /usr/lib/libnsl.so.1 /usr/lib/libsocket.so.1 /usr/lib/libc.so.1 /usr/lib/libdl.so.1 /usr/lib/libintl.so.1 /usr/lib/libmp.so.1 /usr/lib/libw.so.1 /usr/lib/libmapmalloc.so.1 $RWHOIS_ROOT_DIR/usr/lib -+ $COPY /usr/lib/libc.so.* ${PREFIX}/lib/libwrap.so.* $RWHOIS_ROOT_DIR/usr/lib -+ -+#copy /usr/lib/files to (rwhois_root)/usr/lib -+ $COPY /usr/libexec/ld.so $RWHOIS_ROOT_DIR/usr/libexec - - #copy /usr/bin/execut. to (rwhois_root)/bin -- $COPY /usr/bin/sh /usr/bin/sort $RWHOIS_ROOT_DIR/bin -+ $COPY /bin/sh /usr/bin/sort /bin/date $RWHOIS_ROOT_DIR/bin - - echo "done" diff --git a/net/rwhoisd/files/patch-ae b/net/rwhoisd/files/patch-ae deleted file mode 100644 index 9fcaee9d93a5..000000000000 --- a/net/rwhoisd/files/patch-ae +++ /dev/null @@ -1,20 +0,0 @@ ---- sample.data/rwhois.conf.orig Fri May 23 01:59:32 1997 -+++ sample.data/rwhois.conf Fri May 23 02:00:37 1997 -@@ -10,7 +10,7 @@ - # to. If it is not set, it will default to the current working - # directory. - # NOTE: you want to change this. --root-dir: /home/devel2/davidb/src/rwhois-dev/sample.data -+root-dir: /usr/local/lib/rwhois - - # schema-file: The config file that contains the top-level schema - # information. This file must exist. The old 'object-file' refers to -@@ -85,7 +85,7 @@ - # chrooted: NO - - # userid: If run as root, rwhoisd will change to this user --userid: davidb -+userid: nobody - - # verbosity: What level of reporting (to the console) do you wish. - # The default is '1'. '0' is quiet and numbers greater then '1' are diff --git a/net/rwhoisd/files/patch-af b/net/rwhoisd/files/patch-af deleted file mode 100644 index ebb060dd17aa..000000000000 --- a/net/rwhoisd/files/patch-af +++ /dev/null @@ -1,10 +0,0 @@ ---- common/misc.c.orig Tue Oct 13 23:12:30 1998 -+++ common/misc.c Tue Oct 13 23:12:58 1998 -@@ -380,7 +380,6 @@ - char *program; - char *param; - { -- int errno = 0; - extern char **environ; - char *myenviron[MAX_SET]; - char *argv[MAX_SET]; diff --git a/net/rwhoisd/pkg-comment b/net/rwhoisd/pkg-comment deleted file mode 100644 index 7cdf3c2a94e7..000000000000 --- a/net/rwhoisd/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Internic referral whois server diff --git a/net/rwhoisd/pkg-descr b/net/rwhoisd/pkg-descr deleted file mode 100644 index 3d3ad5de360d..000000000000 --- a/net/rwhoisd/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -What is Referral Whois (RWhois)? - -With the exponential growth of the Internet, a central Whois database that -provides host and network information of systems connected to the Internet, -and electronic mail (email) addresses of the users of those systems has -proven to be very inefficient. The sheer size and effort needed to maintain -a centralized database necessitates an alternate, decentralized approach to -storing and retrieving this information. - -RWhois is a Directory Services protocol which extends and enhances the Whois -concept in a hierarchical and scaleable fashion. It focuses on the -distribution of "network objects"--the data representing Internet resources -or people--and uses the inherently hierarchical nature of these network -objects (domain names, Internet Protocol (IP) networks, email addresses) to -more accurately discover the requested information. - -RWhois synthesizes concepts from other, established Internet protocols to -create a more useful way to find resources across the Internet. The RWhois -protocol and architecture derive a great deal of structure from the Domain -Name System (DNS) [RFC 1034] and borrow directory service concepts from -other directory service efforts, primarily [X.500]. The protocol is also -influenced by earlier established Internet protocols, such as the Simple -Mail Transport Protocol (SMTP) [RFC 821] for response codes. - diff --git a/net/rwhoisd/pkg-plist b/net/rwhoisd/pkg-plist deleted file mode 100644 index c2503e472f34..000000000000 --- a/net/rwhoisd/pkg-plist +++ /dev/null @@ -1,120 +0,0 @@ -bin/rwhois -etc/rc.d/rwhoisd.sh -lib/rwhois/attribute_defs/asn.tmpl -lib/rwhois/attribute_defs/domain.tmpl -lib/rwhois/attribute_defs/host.tmpl -lib/rwhois/attribute_defs/network.tmpl -lib/rwhois/attribute_defs/nic.tmpl -lib/rwhois/attribute_defs/org.tmpl -lib/rwhois/attribute_defs/referral.tmpl -lib/rwhois/attribute_defs/soa.tmpl -lib/rwhois/attribute_defs/user.tmpl -lib/rwhois/bin/date -lib/rwhois/bin/rmkdbindex -lib/rwhois/bin/rwhois -lib/rwhois/bin/rwhoisparse -lib/rwhois/bin/sh -lib/rwhois/bin/sort -lib/rwhois/data/asn/asn.txt -lib/rwhois/data/asn/local-0.ndx -lib/rwhois/data/asn/local.db -lib/rwhois/data/asn/null.ca -lib/rwhois/data/domain/local-0.ndx -lib/rwhois/data/domain/local.db -lib/rwhois/data/domain/null.ca -lib/rwhois/data/domain/shoe-me.com.txt -lib/rwhois/data/host/local-0.ndx -lib/rwhois/data/host/local.db -lib/rwhois/data/host/null.ca -lib/rwhois/data/host/shoe_me.txt -lib/rwhois/data/network/local-0.ndx -lib/rwhois/data/network/local.db -lib/rwhois/data/network/null.ca -lib/rwhois/data/network/shoe-me.net.txt -lib/rwhois/data/referral/local-0.ndx -lib/rwhois/data/referral/local.db -lib/rwhois/data/referral/shoe-me-more.txt -lib/rwhois/data/soa/internic.txt -lib/rwhois/data/soa/local-0.ndx -lib/rwhois/data/soa/local.db -lib/rwhois/data/soa/null.ca -lib/rwhois/data/soa/shoe-me.txt -lib/rwhois/data/user/local-0.ndx -lib/rwhois/data/user/local.db -lib/rwhois/data/user/null.ca -lib/rwhois/data/user/shoe-me.be.txt -lib/rwhois/data/user/shoe-me.multiple.txt -lib/rwhois/data/user/shoe.gif -lib/rwhois/etc/resolv.conf -lib/rwhois/index_scripts/index_all -lib/rwhois/index_scripts/index_asn -lib/rwhois/index_scripts/index_domain -lib/rwhois/index_scripts/index_host -lib/rwhois/index_scripts/index_network -lib/rwhois/index_scripts/index_nic -lib/rwhois/index_scripts/index_org -lib/rwhois/index_scripts/index_referral -lib/rwhois/index_scripts/index_soa -lib/rwhois/index_scripts/index_user -lib/rwhois/output_templates/asn.full.output -lib/rwhois/output_templates/domain.full.output -lib/rwhois/output_templates/domain.sum.output -lib/rwhois/output_templates/host.contact.output -lib/rwhois/output_templates/host.full.output -lib/rwhois/output_templates/host.sum.output -lib/rwhois/output_templates/network.full.output -lib/rwhois/output_templates/network.ripe.output -lib/rwhois/output_templates/network.sum.output -lib/rwhois/output_templates/network.swip.output -lib/rwhois/output_templates/nic.full.output -lib/rwhois/output_templates/org.full.output -lib/rwhois/output_templates/referral.full.output -lib/rwhois/output_templates/soa.full.output -lib/rwhois/output_templates/user.contact.output -lib/rwhois/output_templates/user.full.output -lib/rwhois/output_templates/user.ripe.output -lib/rwhois/output_templates/user.sum.output -lib/rwhois/output_templates/user.swip.output -lib/rwhois/rwhois.allow -lib/rwhois/rwhois.conf -lib/rwhois/rwhois.conf.orig -lib/rwhois/rwhois.define -lib/rwhois/rwhois.deny -lib/rwhois/rwhois.directive -lib/rwhois/rwhois.display -lib/rwhois/rwhois.help -lib/rwhois/rwhois.log -lib/rwhois/rwhois.objects -lib/rwhois/rwhois.root -lib/rwhois/sbin/rwhoisd -lib/rwhois/usr/lib/libc.so.3.1 -lib/rwhois/usr/lib/libwrap.so.7.6 -lib/rwhois/usr/libexec/ld.so -share/doc/rwhois/EXAMPLES -share/doc/rwhois/INSTALLATION -share/doc/rwhois/NEWS -share/doc/rwhois/PROBLEMS -share/doc/rwhois/README -share/doc/rwhois/TODO -share/doc/rwhois/operations_guide.txt -share/doc/rwhois/sample.data.explained -@dirrm lib/rwhois/attribute_defs/ -@dirrm lib/rwhois/bin/ -@dirrm lib/rwhois/data/asn/ -@dirrm lib/rwhois/data/domain/ -@dirrm lib/rwhois/data/host/ -@dirrm lib/rwhois/data/network/ -@dirrm lib/rwhois/data/referral/ -@dirrm lib/rwhois/data/soa/ -@dirrm lib/rwhois/data/user/ -@dirrm lib/rwhois/data/ -@dirrm lib/rwhois/etc/ -@dirrm lib/rwhois/index_scripts/ -@dirrm lib/rwhois/output_templates/ -@dirrm lib/rwhois/sbin/ -@dirrm lib/rwhois/tmp/ -@dirrm lib/rwhois/usr/lib/ -@dirrm lib/rwhois/usr/libexec/ -@dirrm lib/rwhois/usr/ -@dirrm lib/rwhois/ -@dirrm share/doc/rwhois diff --git a/net/samba3/Makefile b/net/samba3/Makefile deleted file mode 100644 index e2efaa8be5a2..000000000000 --- a/net/samba3/Makefile +++ /dev/null @@ -1,106 +0,0 @@ -# New ports collection makefile for: samba -# Version required: 2.0.5a -# Date created: 11th Feb 1995 -# Whom: gpalmer -# -# $FreeBSD$ -# - -DISTNAME= samba-2.0.6 -#PKGNAME= samba-2.0.5 -CATEGORIES= net -MASTER_SITES= ftp://ftp.samba.org/pub/samba/ \ - ftp://ring.asahi-net.or.jp/pub/net/samba/ \ - ftp://samba.anu.edu.au/pub/samba/ \ - ftp://de.samba.org/pub/mirror/samba/ \ - ftp://se.samba.org/pub/samba/ \ - ftp://ftp.sunet.se/pub/unix/utilities/samba/ - -MAINTAINER= hosokawa@jp.FreeBSD.org - -Y2K= http://us1.samba.org/samba/docs/sambay2k.html - -# directories -VARDIR= /var -SAMBA_SPOOL= ${VARDIR}/spool/samba -SAMBA_LOGDIR= ${VARDIR}/log -SAMBA_PRIVATE= ${PREFIX}/private -SAMBA_CONFDIR= ${PREFIX}/etc -# sample files -STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/samba.sh.sample -SAMPLE_CONFIG= ${SAMBA_CONFDIR}/smb.conf.default - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --libdir=${SAMBA_CONFDIR} \ - --localstatedir=${VARDIR} --with-swatdir=${PREFIX}/share/swat \ - --with-lockdir=${VARDIR}/spool/lock --with-privatedir=${SAMBA_PRIVATE} - -.if defined(KRB5_HOME) && exists(${KRB5_HOME}) -CONFIGURE_ARGS+=--with-krb5=${KRB5_HOME} -.endif - -WRKSRC= ${WRKDIR}/${DISTNAME}/source - -MAN1= nmblookup.1 smbstatus.1 smbclient.1 smbrun.1 smbtar.1 \ - testparm.1 testprns.1 make_smbcodepage.1 smbsh.1 -MAN5= smb.conf.5 smbpasswd.5 lmhosts.5 -MAN7= samba.7 -MAN8= smbd.8 nmbd.8 smbpasswd.8 swat.8 \ - smbmount.8 smbumount.8 smbmnt.8 - -post-install: - ${MKDIR} ${PREFIX}/share/examples/samba - ${CP} -rp ${WRKDIR}/${DISTNAME}/examples/* ${PREFIX}/share/examples/samba - @if [ ! -f ${STARTUP_SCRIPT} ]; then \ - ${ECHO} "Installing ${STARTUP_SCRIPT} startup file." ; \ - ${INSTALL_SCRIPT} ${FILESDIR}/samba.sh.sample \ - ${STARTUP_SCRIPT} ; \ - fi - @test -d ${SAMBA_SPOOL} || ${MKDIR} ${SAMBA_SPOOL} && ${CHMOD} 1777 ${SAMBA_SPOOL} - @if [ ! -f ${SAMPLE_CONFIG} ]; then \ - ${SED} -e 's!%%SAMBA_SPOOL%%!${SAMBA_SPOOL}!' \ - -e 's!%%SAMBA_LOGDIR%%!${SAMBA_LOGDIR}!' \ - -e 's!%%SAMBA_CONFDIR%%!${SAMBA_CONFDIR}!' \ - ${FILESDIR}/smb.conf.default \ - > ${SAMPLE_CONFIG} ; \ - fi - ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/source/script/mksmbpasswd.sh ${PREFIX}/bin/make_smbpasswd - if [ ! -d ${SAMBA_PRIVATE} ] ; then \ - ${MKDIR} ${SAMBA_PRIVATE} ; \ - ${CHOWN} root.wheel ${SAMBA_PRIVATE} ; \ - fi - ${CHMOD} 700 ${SAMBA_PRIVATE} - if [ ! -f ${SAMBA_PRIVATE}/smbpasswd ] ; then \ - ${CAT} /etc/passwd | ${PREFIX}/bin/make_smbpasswd > ${SAMBA_PRIVATE}/smbpasswd ; \ - ${CHMOD} 600 ${SAMBA_PRIVATE}/smbpasswd ; \ - fi - ${CHMOD} 500 ${SAMBA_PRIVATE} - ${CHOWN} root.wheel ${PREFIX}/bin/smbpasswd - ${CHMOD} 111 ${PREFIX}/bin/smbpasswd - -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/samba - ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${PREFIX}/share/doc/samba - for i in ${WRKDIR}/${DISTNAME}/README \ - ${WRKDIR}/${DISTNAME}/COPYING \ - ${WRKDIR}/${DISTNAME}/Manifest \ - ${WRKDIR}/${DISTNAME}/Read-Manifest-Now \ - ${WRKDIR}/${DISTNAME}/Roadmap \ - ${WRKDIR}/${DISTNAME}/WHATSNEW.txt \ - ${WRKDIR}/${DISTNAME}/docs/*.reg \ - ${WRKDIR}/${DISTNAME}/docs/THANKS \ - ${WRKDIR}/${DISTNAME}/docs/announce \ - ${WRKDIR}/${DISTNAME}/docs/history ; do \ - ${INSTALL_DATA} $$i ${PREFIX}/share/doc/samba ; \ - done - for i in faq htmldocs manpages textdocs yodldocs ; do \ - ${MKDIR} ${PREFIX}/share/doc/samba/$$i ; \ - for j in ${WRKDIR}/${DISTNAME}/docs/$$i/* ; do \ - ${INSTALL_DATA} $$j ${PREFIX}/share/doc/samba/$$i ;\ - done \ - done - ${MKDIR} ${PREFIX}/share/doc/samba - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/swat/README ${PREFIX}/share/doc/samba/README.swat -.endif - -.include <bsd.port.mk> diff --git a/net/samba3/distinfo b/net/samba3/distinfo deleted file mode 100644 index 1935d498bef5..000000000000 --- a/net/samba3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (samba-2.0.6.tar.gz) = 87b3a9a2de94fe44b804f32def38266d diff --git a/net/samba3/files/README.FreeBSD b/net/samba3/files/README.FreeBSD deleted file mode 100644 index 67cc86c58cb2..000000000000 --- a/net/samba3/files/README.FreeBSD +++ /dev/null @@ -1,21 +0,0 @@ -If you want to use samba ports, - -1. Copy /usr/local/etc/smb.conf.default to /usr/local/etc/smb.conf, and edit - it. -2. Copy /usr/local/etc/rc.d/samba.sh.sample to /usr/local/etc/rc.d/samba.sh -3. Type /usr/local/etc/rc.d/samba.sh or reboot. - -See document files in /usr/local/share/doc/samba and example config files in -/usr/local/share/examples/samba for details. - -FreeBSD Samba ports for localization and encrypt passwords support are no -longer provided because these supports have been integrated into the -original distribution since 1.9.18. If you're Western European or Japanese -Windows users, please set "client code page" parameter in smb.conf (1.9.18 -does not support Chinese Windows. If you want to use Chinese samba, please -use chinese/samba port). See smb.conf.sample for details. If you want to -use NT4+SP3 or Win95+updates clients, set "encrypt passwords" parameter to -yes and use smbpasswd [username] to use /usr/local/private/smbpasswd for -authentication. - -FreeBSD SAMBA ports maintainer: Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org> diff --git a/net/samba3/files/patch-aa b/net/samba3/files/patch-aa deleted file mode 100644 index 65fbd41e497b..000000000000 --- a/net/samba3/files/patch-aa +++ /dev/null @@ -1,44 +0,0 @@ ---- Makefile.in.orig Sun Feb 7 07:51:43 1999 -+++ Makefile.in Sun Feb 7 22:09:39 1999 -@@ -23,9 +23,7 @@ - - BASEDIR= @prefix@ - BINDIR = @bindir@ --# we don't use sbindir because we want full compatibility with --# the previous releases of Samba --SBINDIR = @bindir@ -+SBINDIR = @sbindir@ - LIBDIR = @libdir@ - VARDIR = @localstatedir@ - MANDIR = @mandir@ -@@ -36,8 +34,9 @@ - # set these to where to find various files - # These can be overridden by command line switches (see smbd(8)) - # or in smb.conf (see smb.conf(5)) --SMBLOGFILE = $(VARDIR)/log.smb --NMBLOGFILE = $(VARDIR)/log.nmb -+LOGDIR=$(VARDIR)/log -+SMBLOGFILE = $(LOGDIR)/log.smb -+NMBLOGFILE = $(LOGDIR)/log.nmb - CONFIGFILE = $(LIBDIR)/smb.conf - LMHOSTSFILE = $(LIBDIR)/lmhosts - DRIVERFILE = $(LIBDIR)/printers.def -@@ -53,6 +52,9 @@ - # the directory where lock files go - LOCKDIR = @lockdir@ - -+# the directory where pid files go -+PIDFILEDIR = $(VARDIR)/run -+ - # The directory where code page definition files go - CODEPAGEDIR = $(LIBDIR)/codepages - -@@ -70,7 +72,7 @@ - PASSWD_FLAGS = -DPASSWD_PROGRAM=\"$(PASSWD_PROGRAM)\" -DSMB_PASSWD_FILE=\"$(SMB_PASSWD_FILE)\" - FLAGS1 = $(CFLAGS) -Iinclude -I$(srcdir)/include -I$(srcdir)/ubiqx -I$(srcdir)/smbwrapper $(CPPFLAGS) -DSMBLOGFILE=\"$(SMBLOGFILE)\" -DNMBLOGFILE=\"$(NMBLOGFILE)\" - FLAGS2 = -DCONFIGFILE=\"$(CONFIGFILE)\" -DLMHOSTSFILE=\"$(LMHOSTSFILE)\" --FLAGS3 = -DSWATDIR=\"$(SWATDIR)\" -DSBINDIR=\"$(SBINDIR)\" -DLOCKDIR=\"$(LOCKDIR)\" -DSMBRUN=\"$(SMBRUN)\" -DCODEPAGEDIR=\"$(CODEPAGEDIR)\" -+FLAGS3 = -DSWATDIR=\"$(SWATDIR)\" -DSBINDIR=\"$(SBINDIR)\" -DLOCKDIR=\"$(LOCKDIR)\" -DPIDFILEDIR=\"$(PIDFILEDIR)\" -DSMBRUN=\"$(SMBRUN)\" -DCODEPAGEDIR=\"$(CODEPAGEDIR)\" - FLAGS4 = -DDRIVERFILE=\"$(DRIVERFILE)\" -DBINDIR=\"$(BINDIR)\" - FLAGS5 = $(FLAGS1) $(FLAGS2) $(FLAGS3) $(FLAGS4) -DHAVE_INCLUDES_H - FLAGS = $(ISA) $(FLAGS5) $(PASSWD_FLAGS) diff --git a/net/samba3/files/patch-ab b/net/samba3/files/patch-ab deleted file mode 100644 index b3d798c9f601..000000000000 --- a/net/samba3/files/patch-ab +++ /dev/null @@ -1,35 +0,0 @@ ---- param/loadparm.c.orig Fri Jan 15 22:35:00 1999 -+++ param/loadparm.c Fri Jan 15 22:33:18 1999 -@@ -104,6 +104,7 @@ - { - char *szPrintcapname; - char *szLockDir; -+ char *szPidDir; - char *szRootdir; - char *szDefaultService; - char *szDfree; -@@ -747,6 +748,8 @@ - {"auto services", P_STRING, P_GLOBAL, &Globals.szAutoServices, NULL, NULL, 0}, - {"lock dir", P_STRING, P_GLOBAL, &Globals.szLockDir, NULL, NULL, 0}, - {"lock directory", P_STRING, P_GLOBAL, &Globals.szLockDir, NULL, NULL, 0}, -+ {"pidfile dir", P_STRING, P_GLOBAL, &Globals.szPidDir, NULL, NULL, 0}, -+ {"pidfile directory",P_STRING, P_GLOBAL, &Globals.szPidDir, NULL, NULL, 0}, - {"default service", P_STRING, P_GLOBAL, &Globals.szDefaultService, NULL, NULL, 0}, - {"default", P_STRING, P_GLOBAL, &Globals.szDefaultService, NULL, NULL, 0}, - {"message command", P_STRING, P_GLOBAL, &Globals.szMsgCommand, NULL, NULL, 0}, -@@ -824,6 +827,7 @@ - string_set(&Globals.szPrintcapname, PRINTCAP_NAME); - string_set(&Globals.szDriverFile, DRIVERFILE); - string_set(&Globals.szLockDir, LOCKDIR); -+ string_set(&Globals.szPidDir, PIDFILEDIR); - string_set(&Globals.szRootdir, "/"); - string_set(&Globals.szSmbrun, SMBRUN); - string_set(&Globals.szSocketAddress, "0.0.0.0"); -@@ -1100,6 +1104,7 @@ - FN_GLOBAL_STRING(lp_serverstring,&Globals.szServerString) - FN_GLOBAL_STRING(lp_printcapname,&Globals.szPrintcapname) - FN_GLOBAL_STRING(lp_lockdir,&Globals.szLockDir) -+FN_GLOBAL_STRING(lp_piddir,&Globals.szPidDir) - FN_GLOBAL_STRING(lp_rootdir,&Globals.szRootdir) - FN_GLOBAL_STRING(lp_defaultservice,&Globals.szDefaultService) - FN_GLOBAL_STRING(lp_msg_command,&Globals.szMsgCommand) diff --git a/net/samba3/files/patch-ac b/net/samba3/files/patch-ac deleted file mode 100644 index dd53b8418c1e..000000000000 --- a/net/samba3/files/patch-ac +++ /dev/null @@ -1,20 +0,0 @@ ---- lib/pidfile.c.orig Fri Jan 15 22:40:47 1999 -+++ lib/pidfile.c Fri Jan 15 22:41:05 1999 -@@ -37,7 +37,7 @@ - unsigned ret; - pstring pidFile; - -- slprintf(pidFile, sizeof(pidFile)-1, "%s/%s.pid", lp_lockdir(), name); -+ slprintf(pidFile, sizeof(pidFile)-1, "%s/%s.pid", lp_piddir(), name); - - fd = sys_open(pidFile, O_NONBLOCK | O_RDWR, 0644); - if (fd == -1) { -@@ -78,7 +78,7 @@ - pstring pidFile; - int pid; - -- slprintf(pidFile, sizeof(pidFile)-1, "%s/%s.pid", lp_lockdir(), name); -+ slprintf(pidFile, sizeof(pidFile)-1, "%s/%s.pid", lp_piddir(), name); - - pid = pidfile_pid(name); - if (pid != 0) { diff --git a/net/samba3/files/patch-ae b/net/samba3/files/patch-ae deleted file mode 100644 index 252ac19c8e63..000000000000 --- a/net/samba3/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- script/convert_smbpasswd.orig Thu Nov 5 11:50:17 1998 -+++ script/convert_smbpasswd Wed Feb 10 00:02:01 1999 -@@ -7,7 +7,7 @@ - # with trying to work out how to get the seconds since 1970 - # in awk or the shell. JRA. - # --nawk 'BEGIN {FS=":"} -+awk 'BEGIN {FS=":"} - { - if( $0 ~ "^#" ) { - print $0 diff --git a/net/samba3/files/patch-af b/net/samba3/files/patch-af deleted file mode 100644 index 4d0b8cd2da0e..000000000000 --- a/net/samba3/files/patch-af +++ /dev/null @@ -1,9 +0,0 @@ ---- script/updatesmbpasswd.sh.orig Sat May 4 16:50:45 1996 -+++ script/updatesmbpasswd.sh Wed Feb 10 01:21:05 1999 -@@ -1,5 +1,5 @@ - #!/bin/sh --nawk 'BEGIN {FS=":"} -+awk 'BEGIN {FS=":"} - { - if( $0 ~ "^#" ) { - print $0 diff --git a/net/samba3/files/patch-ag b/net/samba3/files/patch-ag deleted file mode 100644 index eac80026a659..000000000000 --- a/net/samba3/files/patch-ag +++ /dev/null @@ -1,20 +0,0 @@ ---- nmbd/nmbd_winsserver.c.orig Wed Jul 21 10:25:11 1999 -+++ nmbd/nmbd_winsserver.c Fri Jul 23 15:14:33 1999 -@@ -152,7 +152,7 @@ - start_async_dns(); - #endif - -- pstrcpy(fname,lp_lockdir()); -+ pstrcpy(fname,"/var/db"); - trim_string(fname,NULL,"/"); - pstrcat(fname,"/"); - pstrcat(fname,WINS_LIST); -@@ -1551,7 +1551,7 @@ - } - } - -- slprintf(fname,sizeof(fname),"%s/%s", lp_lockdir(), WINS_LIST); -+ slprintf(fname,sizeof(fname),"%s/%s", "/var/db", WINS_LIST); - all_string_sub(fname,"//", "/", 0); - slprintf(fnamenew,sizeof(fnamenew),"%s.%u", fname, (unsigned int)getpid()); - diff --git a/net/samba3/files/patch-ah b/net/samba3/files/patch-ah deleted file mode 100644 index 81b1f75158a4..000000000000 --- a/net/samba3/files/patch-ah +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/util_sock.c.orig Wed Sep 22 10:52:50 1999 -+++ lib/util_sock.c Wed Sep 22 11:30:18 1999 -@@ -28,6 +28,9 @@ - extern int sslFd; - #endif /* WITH_SSL */ - -+#undef MSG_WAITALL -+#define MSG_WAITALL 0 -+ - extern int DEBUGLEVEL; - - BOOL passive = False; diff --git a/net/samba3/files/patch-ba b/net/samba3/files/patch-ba deleted file mode 100644 index 7f46ffd7af1e..000000000000 --- a/net/samba3/files/patch-ba +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.in.orig Mon Oct 4 09:03:55 1999 -+++ configure.in Mon Oct 4 09:04:00 1999 -@@ -1064,7 +1064,7 @@ - --whithout-krb5 Don't include Kerbers 5 support (default)], - [ AC_MSG_RESULT(yes) - AC_DEFINE(KRB5_AUTH) -- LIBS="$LIBS -ldes425 -lkrb5 -lcrypto -lcom_err" -+ LIBS="$LIBS -ldes425 -lkrb5 -lk5crypto -lcom_err" - CFLAGS="$CFLAGS -I$withval/include" - LDFLAGS="$LDFLAGS -L$withval/lib"], - AC_MSG_RESULT(no) diff --git a/net/samba3/files/samba.sh.sample b/net/samba3/files/samba.sh.sample deleted file mode 100644 index e6807ad6d145..000000000000 --- a/net/samba3/files/samba.sh.sample +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh -smbspool=/var/spool/samba -pidfiledir=/var/run -smbd=/usr/local/sbin/smbd -nmbd=/usr/local/sbin/nmbd - -# start -if [ "x$1" = "x" -o "x$1" = "xstart" ]; then - if [ -f $smbd ]; then - if [ -d $smbspool ]; then - rm -f $smbspool/* - fi - echo -n ' Samba' - $smbd -D - $nmbd -D - fi - -# stop -elif [ "x$1" = "xstop" ]; then - kill `cat $pidfiledir/smbd.pid` - kill `cat $pidfiledir/nmbd.pid` -fi diff --git a/net/samba3/files/smb.conf.default b/net/samba3/files/smb.conf.default deleted file mode 100644 index 180fd71cc76e..000000000000 --- a/net/samba3/files/smb.conf.default +++ /dev/null @@ -1,250 +0,0 @@ -# This is the main Samba configuration file. You should read the -# smb.conf(5) manual page in order to understand the options listed -# here. Samba has a huge number of configurable options (perhaps too -# many!) most of which are not shown in this example -# -# Any line which starts with a ; (semi-colon) or a # (hash) -# is a comment and is ignored. In this example we will use a # -# for commentry and a ; for parts of the config file that you -# may wish to enable -# -# NOTE: Whenever you modify this file you should run the command "testparm" -# to check that you have not many any basic syntactic errors. -# -#======================= Global Settings ===================================== -[global] - -# workgroup = NT-Domain-Name or Workgroup-Name, eg: REDHAT4 - workgroup = MYGROUP - -# server string is the equivalent of the NT Description field - server string = Samba Server - -# This option is important for security. It allows you to restrict -# connections to machines which are on your local network. The -# following example restricts access to two C class networks and -# the "loopback" interface. For more examples of the syntax see -# the smb.conf man page -; hosts allow = 192.168.1. 192.168.2. 127. - -# If you want to automatically load your printer list rather -# than setting them up individually then you'll need this - load printers = yes - -# you may wish to override the location of the printcap file -; printcap name = /etc/printcap - -# on SystemV system setting printcap name to lpstat should allow -# you to automatically obtain a printer list from the SystemV spool -# system -; printcap name = lpstat - -# It should not be necessary to specify the print system type unless -# it is non-standard. Currently supported print systems include: -# bsd, sysv, plp, lprng, aix, hpux, qnx -; printing = bsd - -# Uncomment this if you want a guest account, you must add this to /etc/passwd -# otherwise the user "nobody" is used -; guest account = pcguest - -# this tells Samba to use a separate log file for each machine -# that connects - log file = %%SAMBA_LOGDIR%%/log.%m - -# Put a capping on the size of the log files (in Kb). - max log size = 50 - -# Security mode. Most people will want user level security. See -# security_level.txt for details. - security = user -# Use password server option only with security = server -; password server = <NT-Server-Name> - -# You may wish to use password encryption. Please read -# ENCRYPTION.txt, Win95.txt and WinNT.txt in the Samba documentation. -# Do not enable this option unless you have read those documents -; encrypt passwords = yes - -# Using the following line enables you to customise your configuration -# on a per machine basis. The %m gets replaced with the netbios name -# of the machine that is connecting -; include = %%SAMBA_CONFDIR%%/smb.conf.%m - -# Most people will find that this option gives better performance. -# See speed.txt and the manual pages for details - socket options = TCP_NODELAY - -# Configure Samba to use multiple interfaces -# If you have multiple network interfaces then you must list them -# here. See the man page for details. -; interfaces = 192.168.12.2/24 192.168.13.2/24 - -# Browser Control Options: -# set local master to no if you don't want Samba to become a master -# browser on your network. Otherwise the normal election rules apply -; local master = no - -# OS Level determines the precedence of this server in master browser -# elections. The default value should be reasonable -; os level = 33 - -# Domain Master specifies Samba to be the Domain Master Browser. This -# allows Samba to collate browse lists between subnets. Don't use this -# if you already have a Windows NT domain controller doing this job -; domain master = yes - -# Preferred Master causes Samba to force a local browser election on startup -# and gives it a slightly higher chance of winning the election -; preferred master = yes - -# Use only if you have an NT server on your network that has been -# configured at install time to be a primary domain controller. -; domain controller = <NT-Domain-Controller-SMBName> - -# Enable this if you want Samba to be a domain logon server for -# Windows95 workstations. -; domain logons = yes - -# if you enable domain logons then you may want a per-machine or -# per user logon script -# run a specific logon batch file per workstation (machine) -; logon script = %m.bat -# run a specific logon batch file per username -; logon script = %U.bat - -# Where to store roving profiles (only for Win95 and WinNT) -# %L substitutes for this servers netbios name, %U is username -# You must uncomment the [Profiles] share below -; logon path = \\%L\Profiles\%U - -# Windows Internet Name Serving Support Section: -# WINS Support - Tells the NMBD component of Samba to enable it's WINS Server -; wins support = yes - -# WINS Server - Tells the NMBD components of Samba to be a WINS Client -# Note: Samba can be either a WINS Server, or a WINS Client, but NOT both -; wins server = w.x.y.z - -# WINS Proxy - Tells Samba to answer name resolution queries on -# behalf of a non WINS capable client, for this to work there must be -# at least one WINS Server on the network. The default is NO. -; wins proxy = yes - -# DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names -# via DNS nslookups. The built-in default for versions 1.9.17 is yes, -# this has been changed in version 1.9.18 to no. - dns proxy = no - -#============================ Share Definitions ============================== -[homes] - comment = Home Directories - browseable = no - writeable = yes - -# Un-comment the following and create the netlogon directory for Domain Logons -; [netlogon] -; comment = Network Logon Service -; path = /usr/local/samba/lib/netlogon -; guest ok = yes -; writeable = no -; share modes = no - - -# Un-comment the following to provide a specific roving profile share -# the default is to use the user's home directory -;[Profiles] -; path = /usr/local/samba/profiles -; browseable = no -; guest ok = yes - - -# NOTE: If you have a BSD-style print system there is no need to -# specifically define each individual printer -[printers] - comment = All Printers - path = %%SAMBA_SPOOL%% - browseable = no -# Set public = yes to allow user 'guest account' to print - guest ok = no - writeable = no - printable = yes - -# This one is useful for people to share files -;[tmp] -; comment = Temporary file space -; path = /tmp -; read only = no -; public = yes - -# A publicly accessible directory, but read only, except for people in -# the "staff" group -;[public] -; comment = Public Stuff -; path = /home/samba -; public = yes -; writeable = yes -; printable = no -; write list = @staff - -# Other examples. -# -# A private printer, usable only by fred. Spool data will be placed in fred's -# home directory. Note that fred must have write access to the spool directory, -# wherever it is. -;[fredsprn] -; comment = Fred's Printer -; valid users = fred -; path = /homes/fred -; printer = freds_printer -; public = no -; writeable = no -; printable = yes - -# A private directory, usable only by fred. Note that fred requires write -# access to the directory. -;[fredsdir] -; comment = Fred's Service -; path = /usr/somewhere/private -; valid users = fred -; public = no -; writeable = yes -; printable = no - -# a service which has a different directory for each machine that connects -# this allows you to tailor configurations to incoming machines. You could -# also use the %U option to tailor it by user name. -# The %m gets replaced with the machine name that is connecting. -;[pchome] -; comment = PC Directories -; path = /usr/pc/%m -; public = no -; writeable = yes - -# A publicly accessible directory, read/write to all users. Note that all files -# created in the directory by users will be owned by the default user, so -# any user with access can delete any other user's files. Obviously this -# directory must be writeable by the default user. Another user could of course -# be specified, in which case all files would be owned by that user instead. -;[public] -; path = /usr/somewhere/else/public -; public = yes -; only guest = yes -; writeable = yes -; printable = no - -# The following two entries demonstrate how to share a directory so that two -# users can place files there that will be owned by the specific users. In this -# setup, the directory should be writeable by both users and should have the -# sticky bit set on it to prevent abuse. Obviously this could be extended to -# as many users as required. -;[myshare] -; comment = Mary's and Fred's stuff -; path = /usr/somewhere/shared -; valid users = mary fred -; public = no -; writeable = yes -; printable = no -; create mask = 0765 - - diff --git a/net/samba3/pkg-comment b/net/samba3/pkg-comment deleted file mode 100644 index 21f25f97e695..000000000000 --- a/net/samba3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A free SMB and CIFS client and server for UNIX diff --git a/net/samba3/pkg-descr b/net/samba3/pkg-descr deleted file mode 100644 index df127661ed82..000000000000 --- a/net/samba3/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The Samba suite is a set of programs which run under the FreeBSD -operating system. These programs deliver most of the important -functionality of a Microsoft Lan Manager server. That is, they support -remote access to FreeBSD filespace and FreeBSD printers from Lan Manager -compatible clients. In practical terms, this means that such clients -can connect to and use FreeBSD filespace as if it was a local disk drive, -or FreeBSD printers as if they were local printers. - -Some of the most popular Lan Manager compatible clients include Lan -Manager itself, Windows for Workgroups, OS/2 and Windows NT. diff --git a/net/samba3/pkg-plist b/net/samba3/pkg-plist deleted file mode 100644 index 068447dbb813..000000000000 --- a/net/samba3/pkg-plist +++ /dev/null @@ -1,277 +0,0 @@ -bin/smbclient -bin/smbstatus -bin/smbpasswd -bin/nmblookup -bin/smbtar -bin/addtosmbpass -bin/convert_smbpasswd -bin/testparm -bin/testprns -bin/make_smbpasswd -bin/make_smbcodepage -bin/make_printerdef -bin/rpcclient -bin/smbspool -sbin/smbd -sbin/nmbd -sbin/swat -share/examples/samba/README -share/examples/samba/smb.conf.default -share/examples/samba/autofs/README -share/examples/samba/autofs/auto.a -share/examples/samba/dce-dfs/README -share/examples/samba/dce-dfs/smb.conf -share/examples/samba/misc/extra_smbstatus -share/examples/samba/misc/wall.perl -share/examples/samba/printer-accounting/README -share/examples/samba/printer-accounting/acct-all -share/examples/samba/printer-accounting/acct-sum -share/examples/samba/printer-accounting/hp5-redir -share/examples/samba/printer-accounting/lp-acct -share/examples/samba/printer-accounting/printcap -share/examples/samba/printing/smbprint -share/examples/samba/printing/smbprint.sysv -share/examples/samba/simple/README -share/examples/samba/simple/smb.conf -share/examples/samba/svr4-startup/README -share/examples/samba/svr4-startup/samba.server -share/examples/samba/thoralf/smb.conf -share/examples/samba/tridge/README -share/examples/samba/tridge/smb.conf -share/examples/samba/tridge/smb.conf.WinNT -share/examples/samba/tridge/smb.conf.fjall -share/examples/samba/tridge/smb.conf.lapland -share/examples/samba/tridge/smb.conf.vittjokk -share/examples/samba/validchars/msdos70.out -share/examples/samba/validchars/nwdos70.out -share/examples/samba/validchars/readme -share/examples/samba/validchars/validchr.c -share/examples/samba/validchars/validchr.com -share/examples/samba/wins_hook/README -share/examples/samba/wins_hook/dns_update -@dirrm share/examples/samba/autofs -@dirrm share/examples/samba/dce-dfs -@dirrm share/examples/samba/misc -@dirrm share/examples/samba/printing -@dirrm share/examples/samba/printer-accounting -@dirrm share/examples/samba/simple -@dirrm share/examples/samba/svr4-startup -@dirrm share/examples/samba/thoralf -@dirrm share/examples/samba/tridge -@dirrm share/examples/samba/validchars -@dirrm share/examples/samba/wins_hook -@dirrm share/examples/samba -etc/rc.d/samba.sh.sample -etc/smb.conf.default -etc/codepages/codepage.437 -etc/codepages/codepage.737 -etc/codepages/codepage.850 -etc/codepages/codepage.852 -etc/codepages/codepage.861 -etc/codepages/codepage.866 -etc/codepages/codepage.932 -etc/codepages/codepage.936 -etc/codepages/codepage.949 -etc/codepages/codepage.950 -@dirrm etc/codepages -share/doc/samba/COPYING -share/doc/samba/Manifest -share/doc/samba/NT4_PlainPassword.reg -share/doc/samba/README -share/doc/samba/README.FreeBSD -share/doc/samba/README.swat -share/doc/samba/Read-Manifest-Now -share/doc/samba/Roadmap -share/doc/samba/THANKS -share/doc/samba/WHATSNEW.txt -share/doc/samba/Win2000_PlainPassword.reg -share/doc/samba/Win95_PlainPassword.reg -share/doc/samba/Win98_PlainPassword.reg -share/doc/samba/Win9X-CacheHandling.reg -share/doc/samba/WindowsTerminalServer.reg -share/doc/samba/announce -share/doc/samba/faq/Samba-Server-FAQ-1.html -share/doc/samba/faq/Samba-Server-FAQ-2.html -share/doc/samba/faq/Samba-Server-FAQ.html -share/doc/samba/faq/Samba-Server-FAQ.sgml -share/doc/samba/faq/Samba-meta-FAQ-1.html -share/doc/samba/faq/Samba-meta-FAQ-2.html -share/doc/samba/faq/Samba-meta-FAQ-3.html -share/doc/samba/faq/Samba-meta-FAQ-4.html -share/doc/samba/faq/Samba-meta-FAQ-5.html -share/doc/samba/faq/Samba-meta-FAQ-6.html -share/doc/samba/faq/Samba-meta-FAQ.html -share/doc/samba/faq/Samba-meta-FAQ.sgml -share/doc/samba/faq/Samba-meta-FAQ.txt -share/doc/samba/faq/sambafaq-1.html -share/doc/samba/faq/sambafaq-2.html -share/doc/samba/faq/sambafaq-3.html -share/doc/samba/faq/sambafaq-4.html -share/doc/samba/faq/sambafaq-5.html -share/doc/samba/faq/sambafaq.html -share/doc/samba/faq/sambafaq.sgml -share/doc/samba/faq/sambafaq.txt -share/doc/samba/history -share/doc/samba/htmldocs/DOMAIN_MEMBER.html -share/doc/samba/htmldocs/NT_Security.html -share/doc/samba/htmldocs/lmhosts.5.html -share/doc/samba/htmldocs/make_smbcodepage.1.html -share/doc/samba/htmldocs/nmbd.8.html -share/doc/samba/htmldocs/nmblookup.1.html -share/doc/samba/htmldocs/samba.7.html -share/doc/samba/htmldocs/smb.conf.5.html -share/doc/samba/htmldocs/smbclient.1.html -share/doc/samba/htmldocs/smbd.8.html -share/doc/samba/htmldocs/smbmnt.8.html -share/doc/samba/htmldocs/smbmount.8.html -share/doc/samba/htmldocs/smbpasswd.5.html -share/doc/samba/htmldocs/smbpasswd.8.html -share/doc/samba/htmldocs/smbspool.8.html -share/doc/samba/htmldocs/smbrun.1.html -share/doc/samba/htmldocs/smbsh.1.html -share/doc/samba/htmldocs/smbstatus.1.html -share/doc/samba/htmldocs/smbtar.1.html -share/doc/samba/htmldocs/swat.8.html -share/doc/samba/htmldocs/testparm.1.html -share/doc/samba/htmldocs/testprns.1.html -share/doc/samba/htmldocs/wfw_slip.htm -share/doc/samba/manpages/lmhosts.5 -share/doc/samba/manpages/make_smbcodepage.1 -share/doc/samba/manpages/nmbd.8 -share/doc/samba/manpages/nmblookup.1 -share/doc/samba/manpages/samba.7 -share/doc/samba/manpages/smb.conf.5 -share/doc/samba/manpages/smbclient.1 -share/doc/samba/manpages/smbd.8 -share/doc/samba/manpages/smbmnt.8 -share/doc/samba/manpages/smbmount.8 -share/doc/samba/manpages/smbpasswd.5 -share/doc/samba/manpages/smbpasswd.8 -share/doc/samba/manpages/smbspool.8 -share/doc/samba/manpages/smbrun.1 -share/doc/samba/manpages/smbsh.1 -share/doc/samba/manpages/smbstatus.1 -share/doc/samba/manpages/smbtar.1 -share/doc/samba/manpages/smbumount.8 -share/doc/samba/manpages/swat.8 -share/doc/samba/manpages/testparm.1 -share/doc/samba/manpages/testprns.1 -share/doc/samba/textdocs/Application_Serving.txt -share/doc/samba/textdocs/BROWSING-Config.txt -share/doc/samba/textdocs/BROWSING.txt -share/doc/samba/textdocs/BUGS.txt -share/doc/samba/textdocs/CRLF-LF-Conversions.txt -share/doc/samba/textdocs/CVS_ACCESS.txt -share/doc/samba/textdocs/DHCP-Server-Configuration.txt -share/doc/samba/textdocs/DIAGNOSIS.txt -share/doc/samba/textdocs/DNIX.txt -share/doc/samba/textdocs/DOMAIN.txt -share/doc/samba/textdocs/DOMAIN_CONTROL.txt -share/doc/samba/textdocs/DOMAIN_MEMBER.txt -share/doc/samba/textdocs/ENCRYPTION.txt -share/doc/samba/textdocs/Faxing.txt -share/doc/samba/textdocs/File-Cacheing.txt -share/doc/samba/textdocs/GOTCHAS.txt -share/doc/samba/textdocs/HINTS.txt -share/doc/samba/textdocs/INSTALL.sambatar -share/doc/samba/textdocs/MIRRORS.txt -share/doc/samba/textdocs/Macintosh_Clients.txt -share/doc/samba/textdocs/NTDOMAIN.txt -share/doc/samba/textdocs/NT_Security.txt -share/doc/samba/textdocs/NetBIOS.txt -share/doc/samba/textdocs/OS2-Client-HOWTO.txt -share/doc/samba/textdocs/PRINTER_DRIVER.txt -share/doc/samba/textdocs/PROFILES.txt -share/doc/samba/textdocs/PROJECTS -share/doc/samba/textdocs/Passwords.txt -share/doc/samba/textdocs/Printing.txt -share/doc/samba/textdocs/README.DCEDFS -share/doc/samba/textdocs/README.jis -share/doc/samba/textdocs/README.sambatar -share/doc/samba/textdocs/Recent-FAQs.txt -share/doc/samba/textdocs/RoutedNetworks.txt -share/doc/samba/textdocs/SCO.txt -share/doc/samba/textdocs/SMBTAR.notes -share/doc/samba/textdocs/SSLeay.txt -share/doc/samba/textdocs/Speed.txt -share/doc/samba/textdocs/Speed2.txt -share/doc/samba/textdocs/Support.txt -share/doc/samba/textdocs/Tracing.txt -share/doc/samba/textdocs/UNIX-SMB.txt -share/doc/samba/textdocs/UNIX_INSTALL.txt -share/doc/samba/textdocs/UNIX_SECURITY.txt -share/doc/samba/textdocs/Win95.txt -share/doc/samba/textdocs/WinNT.txt -share/doc/samba/textdocs/cifsntdomain.txt -share/doc/samba/textdocs/security_level.txt -share/doc/samba/yodldocs/DOMAIN_MEMBER.yo -share/doc/samba/yodldocs/NT_Security.yo -share/doc/samba/yodldocs/lmhosts.5.yo -share/doc/samba/yodldocs/make_smbcodepage.1.yo -share/doc/samba/yodldocs/nmbd.8.yo -share/doc/samba/yodldocs/nmblookup.1.yo -share/doc/samba/yodldocs/samba.7.yo -share/doc/samba/yodldocs/smb.conf.5.yo -share/doc/samba/yodldocs/smbclient.1.yo -share/doc/samba/yodldocs/smbd.8.yo -share/doc/samba/yodldocs/smbmnt.8.yo -share/doc/samba/yodldocs/smbmount.8.yo -share/doc/samba/yodldocs/smbpasswd.5.yo -share/doc/samba/yodldocs/smbpasswd.8.yo -share/doc/samba/yodldocs/smbspool.8.yo -share/doc/samba/yodldocs/smbrun.1.yo -share/doc/samba/yodldocs/smbsh.1.yo -share/doc/samba/yodldocs/smbstatus.1.yo -share/doc/samba/yodldocs/smbtar.1.yo -share/doc/samba/yodldocs/swat.8.yo -share/doc/samba/yodldocs/testparm.1.yo -share/doc/samba/yodldocs/testprns.1.yo -@dirrm share/doc/samba/faq -@dirrm share/doc/samba/htmldocs -@dirrm share/doc/samba/manpages -@dirrm share/doc/samba/textdocs -@dirrm share/doc/samba/yodldocs -@dirrm share/doc/samba -share/swat/help/welcome.html -share/swat/help/DOMAIN_MEMBER.html -share/swat/help/NT_Security.html -share/swat/help/lmhosts.5.html -share/swat/help/make_smbcodepage.1.html -share/swat/help/nmbd.8.html -share/swat/help/nmblookup.1.html -share/swat/help/samba.7.html -share/swat/help/smb.conf.5.html -share/swat/help/smbclient.1.html -share/swat/help/smbd.8.html -share/swat/help/smbmnt.8.html -share/swat/help/smbmount.8.html -share/swat/help/smbpasswd.5.html -share/swat/help/smbpasswd.8.html -share/swat/help/smbrun.1.html -share/swat/help/smbsh.1.html -share/swat/help/smbspool.8.html -share/swat/help/smbstatus.1.html -share/swat/help/smbtar.1.html -share/swat/help/swat.8.html -share/swat/help/testparm.1.html -share/swat/help/testprns.1.html -share/swat/help/welcome.ja_JP.ujis.html -share/swat/images/globals.gif -share/swat/images/home.gif -share/swat/images/passwd.gif -share/swat/images/printers.gif -share/swat/images/samba.gif -share/swat/images/shares.gif -share/swat/images/status.gif -share/swat/images/viewconfig.gif -share/swat/include/footer.html -share/swat/include/header.html -@dirrm share/swat/help -@dirrm share/swat/images -@dirrm share/swat/include -@dirrm share/swat -@exec mkdir %D/private ; if [ ! -f %D/private/smbpasswd ] ; then chown -R root.wheel %D/private ; cat /etc/passwd | %D/bin/make_smbpasswd > %D/private/smbpasswd ; chmod 500 %D/private ; chmod 600 %D/private/smbpasswd ; fi -@exec mkdir -p /var/spool/samba ; chmod 1777 /var/spool/samba -@exec cat %D/share/doc/samba/README.FreeBSD -@unexec echo "Warning: If you will *NOT* use this package anymore, please remove %D/private/smbpasswd manually." -@unexec rm -rf /var/spool/samba diff --git a/net/sdr/Makefile b/net/sdr/Makefile deleted file mode 100644 index 4c2d3d686b27..000000000000 --- a/net/sdr/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: sdr -# Version required: 2.7 -# Date created: 5 September 1996 -# Whom: Bill Fenner <fenner@FreeBSD.org> -# -# $FreeBSD$ -# - -DISTNAME= sdr-2.7 -CATEGORIES= mbone tk82 -MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/2.7/ - -MAINTAINER= fenner@FreeBSD.org - -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 - -HAS_CONFIGURE= yes -USE_GMAKE= yes -USE_X_PREFIX= yes - -EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${DISTNAME}/common ${DISTNAME}/sdr - -RESTRICTED= "Contains DES cryptography." - -# Makefile.work and configure help to work with the sdr multi-platform -# build structure. -post-extract: - @${CP} ${FILESDIR}/Makefile.work ${WRKSRC}/Makefile - @${CP} ${FILESDIR}/configure ${WRKSRC} - @${CHMOD} 755 ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/net/sdr/distinfo b/net/sdr/distinfo deleted file mode 100644 index 60d3f5cec6f1..000000000000 --- a/net/sdr/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (sdr-2.7.tar.gz) = da28a7a960007af129673997da945c0d diff --git a/net/sdr/files/patch-ab b/net/sdr/files/patch-ab deleted file mode 100644 index c894da39c0cc..000000000000 --- a/net/sdr/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- sdr/src/Makefile.template.orig Tue May 25 16:27:44 1999 -+++ sdr/src/Makefile.template Thu Nov 4 11:05:39 1999 -@@ -88,7 +88,7 @@ - $(SDR_UI_FILES): tcl2c - - parsed_plugins.tcl: ../src/plugin2tcl.tcl -- tclsh8.0 ../src/plugin2tcl.tcl -+ tclsh8.2 ../src/plugin2tcl.tcl - - uweb: $(WWWOBJS) - $(CC) -ggdb -o uweb $(WWWOBJS) $(LIBS) diff --git a/net/sdr/pkg-comment b/net/sdr/pkg-comment deleted file mode 100644 index 9b614924d614..000000000000 --- a/net/sdr/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Multicast Session Directory diff --git a/net/sdr/pkg-descr b/net/sdr/pkg-descr deleted file mode 100644 index 4c6400374ee6..000000000000 --- a/net/sdr/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Sdr is a session directory tool designed to allow the advertisement -and joining of multicast conferences. It was originally based on -sd written by Van Jacobson at LBNL, but implements a later version -of the session description protocol than sd does. - -WWW: http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/ diff --git a/net/sdr/pkg-plist b/net/sdr/pkg-plist deleted file mode 100644 index 3b663de62fc5..000000000000 --- a/net/sdr/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/sdr diff --git a/net/trafshow3/Makefile b/net/trafshow3/Makefile deleted file mode 100644 index 6ee7d807a17a..000000000000 --- a/net/trafshow3/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: trafshow -# Version required: 2.0 -# Date created: 25 September 1996 -# Whom: igor@zynaps.ru -# -# $FreeBSD$ -# - -DISTNAME= trafshow-2.0 -CATEGORIES= net -MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/tcpip/netmaint/ -EXTRACT_SUFX= .tgz - -MAINTAINER= jseger@FreeBSD.org - -MAN1= trafshow.1 - -.include <bsd.port.mk> diff --git a/net/trafshow3/distinfo b/net/trafshow3/distinfo deleted file mode 100644 index cd589125857d..000000000000 --- a/net/trafshow3/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (trafshow-2.0.tgz) = d977e8605ed8bae90c06bd31f38eff3e diff --git a/net/trafshow3/pkg-comment b/net/trafshow3/pkg-comment deleted file mode 100644 index bef4f1007643..000000000000 --- a/net/trafshow3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Full screen visualization of the network traffic diff --git a/net/trafshow3/pkg-descr b/net/trafshow3/pkg-descr deleted file mode 100644 index 7491ccc5678a..000000000000 --- a/net/trafshow3/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -TrafShow continuously display the information regarding packet -traffic on the configured network interface that match the boolean -expression. It periodically sort and updates this information. It -may be useful for locating suspicious network traffic on the net. - -To use TrafShow, your kernel must be rebuilt with the following line -added to your kernel config file (/sys/i386/conf/<YourMachine>): - -pseudo-device bpfilter 4 # Berkeley packet filter - -The number after bpfilter is the number of interfaces that can be -examined simultaneously. See section 5.8.3 of Handbook for details. - -- Igor -igor@zynaps.ru diff --git a/net/trafshow3/pkg-plist b/net/trafshow3/pkg-plist deleted file mode 100644 index 4076937c7c66..000000000000 --- a/net/trafshow3/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/trafshow diff --git a/net/trafshow4/Makefile b/net/trafshow4/Makefile deleted file mode 100644 index 6ee7d807a17a..000000000000 --- a/net/trafshow4/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# New ports collection makefile for: trafshow -# Version required: 2.0 -# Date created: 25 September 1996 -# Whom: igor@zynaps.ru -# -# $FreeBSD$ -# - -DISTNAME= trafshow-2.0 -CATEGORIES= net -MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/tcpip/netmaint/ -EXTRACT_SUFX= .tgz - -MAINTAINER= jseger@FreeBSD.org - -MAN1= trafshow.1 - -.include <bsd.port.mk> diff --git a/net/trafshow4/distinfo b/net/trafshow4/distinfo deleted file mode 100644 index cd589125857d..000000000000 --- a/net/trafshow4/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (trafshow-2.0.tgz) = d977e8605ed8bae90c06bd31f38eff3e diff --git a/net/trafshow4/pkg-comment b/net/trafshow4/pkg-comment deleted file mode 100644 index bef4f1007643..000000000000 --- a/net/trafshow4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Full screen visualization of the network traffic diff --git a/net/trafshow4/pkg-descr b/net/trafshow4/pkg-descr deleted file mode 100644 index 7491ccc5678a..000000000000 --- a/net/trafshow4/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -TrafShow continuously display the information regarding packet -traffic on the configured network interface that match the boolean -expression. It periodically sort and updates this information. It -may be useful for locating suspicious network traffic on the net. - -To use TrafShow, your kernel must be rebuilt with the following line -added to your kernel config file (/sys/i386/conf/<YourMachine>): - -pseudo-device bpfilter 4 # Berkeley packet filter - -The number after bpfilter is the number of interfaces that can be -examined simultaneously. See section 5.8.3 of Handbook for details. - -- Igor -igor@zynaps.ru diff --git a/net/trafshow4/pkg-plist b/net/trafshow4/pkg-plist deleted file mode 100644 index 4076937c7c66..000000000000 --- a/net/trafshow4/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/trafshow diff --git a/net/wb/Makefile b/net/wb/Makefile deleted file mode 100644 index 7d0a13f0bee0..000000000000 --- a/net/wb/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: wb -# Version required: 1.59 -# Date created: 2 Novermber 1996 -# Whom: fenner -# -# $FreeBSD$ -# - -DISTNAME= wb-1.59 -CATEGORIES= mbone -MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/wb/ -DISTFILES= i386-wb-1.59.tar.Z - -MAINTAINER= fenner@FreeBSD.org - -NO_WRKSUBDIR= yes -NO_BUILD= yes -USE_X_PREFIX= yes - -# XXX ghostscript, ghostscript3, ghostscript4 or ghostscript5 will all do. -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript5 - -.include <bsd.port.pre.mk> - -.if ${PORTOBJFORMAT} == "elf" -STRIP= -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/wb ${PREFIX}/bin -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/wb - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/wb - ${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/wb - ${INSTALL_DATA} ${WRKSRC}/NOTES ${PREFIX}/share/doc/wb - ${INSTALL_DATA} ${WRKSRC}/lblwb.ps ${PREFIX}/share/doc/wb -.endif - -.include <bsd.port.post.mk> diff --git a/net/wb/distinfo b/net/wb/distinfo deleted file mode 100644 index 40cefca1c0bb..000000000000 --- a/net/wb/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (i386-wb-1.59.tar.Z) = 7601eb1192ee2774940d805500c0a9ce diff --git a/net/wb/pkg-comment b/net/wb/pkg-comment deleted file mode 100644 index 8bd2e20b0482..000000000000 --- a/net/wb/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A shared drawing (whiteboard) tool using multicast diff --git a/net/wb/pkg-descr b/net/wb/pkg-descr deleted file mode 100644 index 9c196397ccc9..000000000000 --- a/net/wb/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -This is a beta-release of the LBL 'whiteboard'. - -Before using wb, read the file NOTES from the distribution (note -especially the .sd.tcl change needed if you are running sd v1.14 -or earlier) and print and read the postscript file lblwb.ps. - -If you simply want a shared "whiteboard" drawing surface, you -don't need to do anything but install wb. But wb can also be -used to export, view and annotate arbitrary PostScript files. -If you want to include PostScript images in your wb conference, -either your X server has to support Display PostScript (the DEC -& SGI X servers do) or wb has to be able to exec the public -domain postscript renderer `GhostScript'. If you want to -render postscript with Ghostscript, it has to be installed on -your machine and has to be in your shell search path with the -name "gs". diff --git a/net/wb/pkg-plist b/net/wb/pkg-plist deleted file mode 100644 index 084fc240b5dd..000000000000 --- a/net/wb/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/wb -share/doc/wb/README -share/doc/wb/CHANGES -share/doc/wb/NOTES -share/doc/wb/lblwb.ps -@dirrm share/doc/wb diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile deleted file mode 100644 index dd17155b9479..000000000000 --- a/net/wireshark/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: ethereal -# Version required: 0.7.8 -# Date created: 10 August 1998 -# Whom: Bill Fumerola <billf@chc-chimes.com> -# -# $FreeBSD$ -# - -DISTNAME= ethereal-0.7.8 -CATEGORIES= net -MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \ - http://www.linuxberg.com/files/x11/network/ \ - http://jefnet.linuxberg.com/files/x11/network/ \ - http://ethereal.zing.org/distribution/ \ - http://ethereal.boehm.org/distribution/ - -MAINTAINER= billf@FreeBSD.org - -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 - -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" - -MAN1= ethereal.1 - -.include <bsd.port.mk> diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo deleted file mode 100644 index fa5a742ac3a0..000000000000 --- a/net/wireshark/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ethereal-0.7.8.tar.gz) = 8bc2740b3b31af84336e619fbb75ccae diff --git a/net/wireshark/pkg-comment b/net/wireshark/pkg-comment deleted file mode 100644 index 4451f7075c88..000000000000 --- a/net/wireshark/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A network analyzer that lets you capture diff --git a/net/wireshark/pkg-descr b/net/wireshark/pkg-descr deleted file mode 100644 index 919d9452169e..000000000000 --- a/net/wireshark/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -a network analyzer that lets you capture and interactively browse the -contents of Ethernet frames. Packet data can be read from a file, or -live from a local network interface. - -WWW: http://ethereal.zing.org - -Bill Fumerola <billf@chc-chimes.com> diff --git a/net/wireshark/pkg-plist b/net/wireshark/pkg-plist deleted file mode 100644 index 3c6cf0c49567..000000000000 --- a/net/wireshark/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/ethereal -etc/manuf diff --git a/net/zebra-devel/Makefile b/net/zebra-devel/Makefile deleted file mode 100644 index 2fa3486736a9..000000000000 --- a/net/zebra-devel/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: zebra -# Version required: SNAP 981222 -# Date created: So 31 Mai 1998 11:00:30 CEST -# Whom: Andreas Klemm <andreas@klemm.gtn.com> -# -# $FreeBSD$ -# - -DISTNAME= zebra-0.81 -CATEGORIES= net -MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ -# you might need debugging, it's a developer release ! -#CFLAGS+= -g - -MAINTAINER= andreas@FreeBSD.org - -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra - -post-install: - @${ECHO} "===> installing zebra startup file..." - @${SED} -e "s=!!PREFIX!!=${PREFIX}=" \ - < ${FILESDIR}/zebra.sh \ - > ${PREFIX}/etc/rc.d/zebra.sh - @${CHMOD} 555 ${PREFIX}/etc/rc.d/zebra.sh - @${ECHO} "===> done." - -.include <bsd.port.mk> diff --git a/net/zebra-devel/distinfo b/net/zebra-devel/distinfo deleted file mode 100644 index 44695231da41..000000000000 --- a/net/zebra-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (zebra-0.81.tar.gz) = 2768712f9d6efbeeb339377bd9016a77 diff --git a/net/zebra-devel/pkg-comment b/net/zebra-devel/pkg-comment deleted file mode 100644 index 2394a0df46d2..000000000000 --- a/net/zebra-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Free multithreaded RIPv1, RIPv2, OSPFv2, BGP4 route software (server/reflector) diff --git a/net/zebra-devel/pkg-descr b/net/zebra-devel/pkg-descr deleted file mode 100644 index 005d35bc4f1b..000000000000 --- a/net/zebra-devel/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -GNU Zebra is a free software (distributed under GNU Generic Public -License) which manages TCP/IP based routing protocols. - -It supports BGP-4 protocol as described in RFC1771 (A Border Gateway -Protocol 4) and RIPv1, RIPv2 and OSPFv2. - -Zebra uses multithread technology under multithread supported UNIX -kernels. However it can be run under not-multithread supported -UNIX kernels. - -Zebra is intended to be used as a Route Server and a Route Reflector. -Zebra is not a toolkit, it provides full routing power under a new -architecture. - -WWW: http://www.zebra.org/ diff --git a/net/zebra-devel/pkg-plist b/net/zebra-devel/pkg-plist deleted file mode 100644 index 86bf18d9c2a1..000000000000 --- a/net/zebra-devel/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -sbin/bgpd -sbin/ospfd -sbin/ripd -sbin/zebra -etc/rc.d/zebra.sh -etc/zebra/bgpd.conf.sample -etc/zebra/ripd.conf.sample -etc/zebra/zebra.conf.sample -etc/zebra/ospfd.conf.sample -@unexec install-info --delete %D/info/zebra.info %D/info/dir -info/zebra.info -@exec install-info %D/info/zebra.info %D/info/dir -@dirrm etc/zebra diff --git a/net/zebra-pj/Makefile b/net/zebra-pj/Makefile deleted file mode 100644 index 2fa3486736a9..000000000000 --- a/net/zebra-pj/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: zebra -# Version required: SNAP 981222 -# Date created: So 31 Mai 1998 11:00:30 CEST -# Whom: Andreas Klemm <andreas@klemm.gtn.com> -# -# $FreeBSD$ -# - -DISTNAME= zebra-0.81 -CATEGORIES= net -MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ -# you might need debugging, it's a developer release ! -#CFLAGS+= -g - -MAINTAINER= andreas@FreeBSD.org - -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra - -post-install: - @${ECHO} "===> installing zebra startup file..." - @${SED} -e "s=!!PREFIX!!=${PREFIX}=" \ - < ${FILESDIR}/zebra.sh \ - > ${PREFIX}/etc/rc.d/zebra.sh - @${CHMOD} 555 ${PREFIX}/etc/rc.d/zebra.sh - @${ECHO} "===> done." - -.include <bsd.port.mk> diff --git a/net/zebra-pj/distinfo b/net/zebra-pj/distinfo deleted file mode 100644 index 44695231da41..000000000000 --- a/net/zebra-pj/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (zebra-0.81.tar.gz) = 2768712f9d6efbeeb339377bd9016a77 diff --git a/net/zebra-pj/pkg-comment b/net/zebra-pj/pkg-comment deleted file mode 100644 index 2394a0df46d2..000000000000 --- a/net/zebra-pj/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Free multithreaded RIPv1, RIPv2, OSPFv2, BGP4 route software (server/reflector) diff --git a/net/zebra-pj/pkg-descr b/net/zebra-pj/pkg-descr deleted file mode 100644 index 005d35bc4f1b..000000000000 --- a/net/zebra-pj/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -GNU Zebra is a free software (distributed under GNU Generic Public -License) which manages TCP/IP based routing protocols. - -It supports BGP-4 protocol as described in RFC1771 (A Border Gateway -Protocol 4) and RIPv1, RIPv2 and OSPFv2. - -Zebra uses multithread technology under multithread supported UNIX -kernels. However it can be run under not-multithread supported -UNIX kernels. - -Zebra is intended to be used as a Route Server and a Route Reflector. -Zebra is not a toolkit, it provides full routing power under a new -architecture. - -WWW: http://www.zebra.org/ diff --git a/net/zebra-pj/pkg-plist b/net/zebra-pj/pkg-plist deleted file mode 100644 index 86bf18d9c2a1..000000000000 --- a/net/zebra-pj/pkg-plist +++ /dev/null @@ -1,13 +0,0 @@ -sbin/bgpd -sbin/ospfd -sbin/ripd -sbin/zebra -etc/rc.d/zebra.sh -etc/zebra/bgpd.conf.sample -etc/zebra/ripd.conf.sample -etc/zebra/zebra.conf.sample -etc/zebra/ospfd.conf.sample -@unexec install-info --delete %D/info/zebra.info %D/info/dir -info/zebra.info -@exec install-info %D/info/zebra.info %D/info/dir -@dirrm etc/zebra |