diff options
Diffstat (limited to 'net-p2p')
52 files changed, 0 insertions, 1310 deletions
diff --git a/net-p2p/fidelio/Makefile b/net-p2p/fidelio/Makefile deleted file mode 100644 index ca327d415e56..000000000000 --- a/net-p2p/fidelio/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: fidelio -# Date created: 13 November 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= fidelio -PORTVERSION= 0.9.5 -CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= matt@gsicomp.on.ca - -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 - -XML_CONFIG?= ${LOCALBASE}/bin/xml2-config - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libxml2 \ - -I${LOCALBASE}/include \ - `${GLIB_CONFIG} --cflags gthread`" \ - LDFLAGS="-L${LOCALBASE}/lib `${GLIB_CONFIG} --libs gthread`" \ - XML_CONFIG="${XML_CONFIG}" - -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - @${PERL} -pi -e 's|-lxml|-lxml2|g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/net-p2p/fidelio/distinfo b/net-p2p/fidelio/distinfo deleted file mode 100644 index 4f6cdf07db04..000000000000 --- a/net-p2p/fidelio/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (fidelio-0.9.5.tar.gz) = 8699e299dcc73f2ed7688310b0cde011 diff --git a/net-p2p/fidelio/files/patch-aa b/net-p2p/fidelio/files/patch-aa deleted file mode 100644 index 96bd414cf97b..000000000000 --- a/net-p2p/fidelio/files/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ ---- src/Makefile.in 2000/11/15 11:26:07 1.1 -+++ src/Makefile.in 2000/11/15 11:26:24 -@@ -119,11 +119,11 @@ - fidelio_SOURCES = bookmarks.c bookmarks.h chat.c chat.h files.c files.h filelist.c filelist.h filetransfer.c filetransfer.h guiprefs.c guiprefs.h guiutils.c guiutils.h hldat.c hldat.h hotline.h login.c login.h main.c main.h network.c network.h news.c news.h news15.c news15.h pixmap.c pixmap.h privchat.c privchat.h privs.c privs.h protocol.c protocol.h server.c server.h smalltrans.c smalltrans.h tasks.c tasks.h threads.c threads.h trackers.c users.c users.h userlist.c userlist.h userwidget.c userwidget.h - - --fidelio_LDADD = -lgthread -+fidelio_LDADD = - - hlforw_SOURCES = hlforw.c threads.c protocol.c network.c tasks.c guiprefs.c hldat.c pixmap.c - --hlforw_LDADD = -lgthread -+hlforw_LDADD = - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h - CONFIG_CLEAN_FILES = diff --git a/net-p2p/fidelio/pkg-comment b/net-p2p/fidelio/pkg-comment deleted file mode 100644 index b460e2a92681..000000000000 --- a/net-p2p/fidelio/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A GNOME client for Hotline diff --git a/net-p2p/fidelio/pkg-descr b/net-p2p/fidelio/pkg-descr deleted file mode 100644 index 14a4ce39f523..000000000000 --- a/net-p2p/fidelio/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -Fidelio is a GNOME client for Hotline, a proprietary protocol that combines -ftp-like, irc-like and news-like functions in one package. - -Fidelio is currently fully functional as a non-administative client, with the -exception of banners and private chat. - -Feature include: - o Multiple concurrent connections; - o Single window per server connection; - o Tree-structured bookmarks; - o Trackers and searchable index of servers; - o Userlist and public chat in one pane; - o Private chat; - o Both flat (v. 1.2) and threaded news support, with posting of news; - o Ignore messages and chat of users; - o Private Messages; - o Sounds on events; - o Multiple icon set loading; - o Use of custom icon sets for buttons; - o Uploading, donwloading, resuming of file transfers; - o Per-donwload and per-upload bandwidth caps; - o Server-side and client-side file queues. - -WWW: http://fidelio.sourceforge.net/ diff --git a/net-p2p/fidelio/pkg-plist b/net-p2p/fidelio/pkg-plist deleted file mode 100644 index 5fe61892a5f1..000000000000 --- a/net-p2p/fidelio/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/fidelio -share/gnome/fidelio.default -share/locale/el/LC_MESSAGES/fidelio.mo -share/locale/fr/LC_MESSAGES/fidelio.mo -share/locale/it/LC_MESSAGES/fidelio.mo -share/locale/pt_BR/LC_MESSAGES/fidelio.mo diff --git a/net-p2p/gtk-gnutella/Makefile b/net-p2p/gtk-gnutella/Makefile deleted file mode 100644 index d7b6c6d85716..000000000000 --- a/net-p2p/gtk-gnutella/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# New ports collection makefile for: gtk-gnutella -# Date created: 19 May, 2000 -# Whom: rbt@zort.on.ca -# -# $FreeBSD$ -# - -PORTNAME= gtk-gnutella -PORTVERSION= 0.12 -CATEGORIES= net -MASTER_SITES= http://gtk-gnutella.sourceforge.net/download/ \ - ftp://gtk-gnutella.sourceforge.net/pub/gtk-gnutella/ - -MAINTAINER= rbt@zort.on.ca - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GTK= yes -GNU_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/net-p2p/gtk-gnutella/distinfo b/net-p2p/gtk-gnutella/distinfo deleted file mode 100644 index 9e351be850a1..000000000000 --- a/net-p2p/gtk-gnutella/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtk-gnutella-0.12.tar.gz) = 2e87deca651122dea2b9ed15748bac9b diff --git a/net-p2p/gtk-gnutella/pkg-comment b/net-p2p/gtk-gnutella/pkg-comment deleted file mode 100644 index f4a161626e2f..000000000000 --- a/net-p2p/gtk-gnutella/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GTK based Gnutella client diff --git a/net-p2p/gtk-gnutella/pkg-descr b/net-p2p/gtk-gnutella/pkg-descr deleted file mode 100644 index a254e477e2df..000000000000 --- a/net-p2p/gtk-gnutella/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -GTK based Gnutella client which supports the standard Gnutella operations. - -Search, download, file sharing, bandwidth limiting, host caching, as well -as some basic statistics. - -An excellent way to find that hidden file on the internet that you know exists -but standard search engines do not seem to carry. - -WWW: http://gtk-gnutella.sourceforge.net/ - -- rbt -rbt@zort.on.ca diff --git a/net-p2p/gtk-gnutella/pkg-plist b/net-p2p/gtk-gnutella/pkg-plist deleted file mode 100644 index d82e95a940ad..000000000000 --- a/net-p2p/gtk-gnutella/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/gtk_gnutella diff --git a/net-p2p/hagelslag/Makefile b/net-p2p/hagelslag/Makefile deleted file mode 100644 index e340e3f82fc1..000000000000 --- a/net-p2p/hagelslag/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: hagelslag -# Date created: 14 February 2001 -# Whom: Johann Visagie <johann@egenetics.com> -# -# $FreeBSD$ -# - -PORTNAME= hagelslag -PORTVERSION= 0.12.1 -CATEGORIES= net -MASTER_SITES= http://tiefighter.et.tudelft.nl/hagelslag/ \ - ftp://tiefighter.et.tudelft.nl/pub/hagelslag/v${PORTVERSION}/ -EXTRACT_SUFX= .tgz - -MAINTAINER= johann@egenetics.com - -BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend - -USE_GMAKE= yes -MAKEFILES= Makefile gui/Makefile gui-api/Makefile -HS_DOCDIR= ${PREFIX}/share/doc/${PORTNAME} - -post-patch: -.for mfile in ${MAKEFILES} - @ ${PERL} -pi -e 's#make -C#\$${MAKE} -C#' ${WRKSRC}/${mfile} -.endfor - -post-install: -.if !defined(NOPORTDOCS) - @ ${MKDIR} ${HS_DOCDIR} - @ ${INSTALL_MAN} ${WRKSRC}/doc/* ${HS_DOCDIR} -.endif - -.include <bsd.port.mk> diff --git a/net-p2p/hagelslag/distinfo b/net-p2p/hagelslag/distinfo deleted file mode 100644 index 3cf1bcf016cf..000000000000 --- a/net-p2p/hagelslag/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (hagelslag-0.12.1.tgz) = 65142f58f170f23ee0a6d097cfa11cf9 diff --git a/net-p2p/hagelslag/files/patch-Makefile b/net-p2p/hagelslag/files/patch-Makefile deleted file mode 100644 index c28337153865..000000000000 --- a/net-p2p/hagelslag/files/patch-Makefile +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.orig Wed Jan 31 20:40:56 2001 -+++ Makefile Wed Feb 14 15:05:19 2001 -@@ -4,10 +4,7 @@ - make -C gui all - - install: -- cp bin/* /usr/local/bin -- mkdir ~/.hagelslag -- cp doc/hosts.txt ~/.hagelslag/hagelslag.hosts -- @echo remember to copy doc/hosts.txt to ~/.hagelslag/hagelslag.hosts -+ ${BSD_INSTALL_PROGRAM} bin/* ${PREFIX}/bin - - - gui-all: diff --git a/net-p2p/hagelslag/files/patch-gui-api-c++-Makefile b/net-p2p/hagelslag/files/patch-gui-api-c++-Makefile deleted file mode 100644 index c08e636c1fa7..000000000000 --- a/net-p2p/hagelslag/files/patch-gui-api-c++-Makefile +++ /dev/null @@ -1,18 +0,0 @@ ---- gui-api/c++/Makefile.orig Thu Feb 1 16:28:34 2001 -+++ gui-api/c++/Makefile Wed Feb 14 14:43:15 2001 -@@ -1,5 +1,4 @@ --CXX=g++ --CXXFLAGS=-Wall -O2 -g -+CXXFLAGS+=-Wall -O2 -g - - H_FILES = List.h DownloadList.h ResultList.h UploadList.h ConnectionList.h \ - ShareList.h HostList.h OptionList.h StatList.h QueryList.h \ -@@ -24,7 +23,7 @@ - rm -f *~ *.o *.a *.bak - - depend: -- makedepend $(CPP_FILES) -Y -+ makedepend $(CPP_FILES) - - count: - @echo GUI-API c++ diff --git a/net-p2p/hagelslag/files/patch-gui-test-Makefile b/net-p2p/hagelslag/files/patch-gui-test-Makefile deleted file mode 100644 index 9229aca6b7b5..000000000000 --- a/net-p2p/hagelslag/files/patch-gui-test-Makefile +++ /dev/null @@ -1,18 +0,0 @@ ---- gui/test/Makefile.orig Thu Feb 1 16:28:43 2001 -+++ gui/test/Makefile Wed Feb 14 14:42:42 2001 -@@ -1,5 +1,4 @@ --CXX=g++ --CXXFLAGS=-Wall -O2 -g -I../../gui-api/c++ -+CXXFLAGS+=-Wall -O2 -g -I../../gui-api/c++ - LFLAGS= ../../lib/HagelslagInterface.a - - H_FILES = TestGui.h UserTranslator.h ListTranslator.h -@@ -14,7 +13,7 @@ - rm -f *~ core *.o testgui *.bak - - depend: -- makedepend $(CPP_FILES) -Y -+ makedepend $(CPP_FILES) -I../../gui-api/c++/ - - testgui: TestGui.h TestGui.cpp $(O_FILES) ../../lib/HagelslagInterface.a - $(CXX) $(CXXFLAGS) TestGui.cpp $(O_FILES) $(LFLAGS) -o testgui diff --git a/net-p2p/hagelslag/files/patch-src-Makefile b/net-p2p/hagelslag/files/patch-src-Makefile deleted file mode 100644 index 42d7c1830005..000000000000 --- a/net-p2p/hagelslag/files/patch-src-Makefile +++ /dev/null @@ -1,26 +0,0 @@ ---- src/Makefile.orig Thu Feb 1 16:27:37 2001 -+++ src/Makefile Wed Feb 14 14:41:23 2001 -@@ -1,5 +1,4 @@ - # Don't change this... --CXX=g++ - LFLAGS= - COMMONFLAGS=-Wall -O2 -g - ROUTER_FLAGS=$(COMMONFLAGS) -DROUTER -@@ -7,7 +6,7 @@ - CONSOLE_FLAGS=$(COMMONFLAGS) -DCONSOLE - - # Change this instead. --CXXFLAGS=$(CONSOLE_FLAGS) -+CXXFLAGS+=$(CONSOLE_FLAGS) - - # Nothing below here should be changed - -@@ -70,7 +69,7 @@ - cp hagelslagd ../bin - - depend: -- makedepend -Y -- $(CPP_FILES) -+ makedepend -- $(CPP_FILES) - - clean: - rm -f hagelslag hagelslagd hagelslagrouter *.o *~ core *.bak diff --git a/net-p2p/hagelslag/pkg-comment b/net-p2p/hagelslag/pkg-comment deleted file mode 100644 index 7ba19974a72d..000000000000 --- a/net-p2p/hagelslag/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A flexible command-line Gnutella implementation with advanced features diff --git a/net-p2p/hagelslag/pkg-descr b/net-p2p/hagelslag/pkg-descr deleted file mode 100644 index e849fdd4e51a..000000000000 --- a/net-p2p/hagelslag/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Hagelslag is a Gnutella servent which emphasises flexibility, stability and -performance. It boasts several advanced features including flexible -configuration and operation, and strategies to guard against network flooding -and spam. It also includes extensive documentation. - -Hagelslag currently only has a command-line interface, but it provides a -(documented) API which may be used to write a GUI. - -Author: Fokko Beekhof <lucifer@tiefighter.et.tudelft.nl> -WWW: http://tiefighter.et.tudelft.nl/hagelslag/ - --- Johann Visagie <johann@egenetics.com> diff --git a/net-p2p/hagelslag/pkg-plist b/net-p2p/hagelslag/pkg-plist deleted file mode 100644 index ef328a3dae32..000000000000 --- a/net-p2p/hagelslag/pkg-plist +++ /dev/null @@ -1,14 +0,0 @@ -%%PORTDOCS%%share/doc/hagelslag/Hagelslag-design.txt -%%PORTDOCS%%share/doc/hagelslag/HagelslagInternal.txt -%%PORTDOCS%%share/doc/hagelslag/LICENSE -%%PORTDOCS%%share/doc/hagelslag/ProgrammersManual.txt -%%PORTDOCS%%share/doc/hagelslag/README -%%PORTDOCS%%share/doc/hagelslag/TODO -%%PORTDOCS%%share/doc/hagelslag/UsersManual.txt -%%PORTDOCS%%share/doc/hagelslag/hagelslag-classes.fig -%%PORTDOCS%%share/doc/hagelslag/hagelslag-classes.jpg -%%PORTDOCS%%share/doc/hagelslag/hagelslag-structure.fig -%%PORTDOCS%%share/doc/hagelslag/hagelslag-structure.jpg -bin/hagelslag -bin/testgui -%%PORTDOCS%%@dirrm share/doc/hagelslag diff --git a/net-p2p/hx/Makefile b/net-p2p/hx/Makefile deleted file mode 100644 index 3d27f6173375..000000000000 --- a/net-p2p/hx/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: hx -# Date created: 28 March 2001 -# Whom: logo@blackened.com -# -# $FreeBSD$ -# - -PORTNAME= hx -PORTVERSION= 0.7.14 -CATEGORIES= net -MASTER_SITES= ftp://fadeto.blackened.com/pub/other/hotlinex.org/ - -MAINTAINER= logo@blackened.com - -GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/hx -.include <bsd.port.mk> diff --git a/net-p2p/hx/distinfo b/net-p2p/hx/distinfo deleted file mode 100644 index a4c71badf057..000000000000 --- a/net-p2p/hx/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (hx-0.7.14.tar.gz) = 1d0581ccb298fdb15b6c36c4e5387e34 diff --git a/net-p2p/hx/pkg-comment b/net-p2p/hx/pkg-comment deleted file mode 100644 index e04911b3f464..000000000000 --- a/net-p2p/hx/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A text based Hotline (http://www.bigredh.com) client for Unix diff --git a/net-p2p/hx/pkg-descr b/net-p2p/hx/pkg-descr deleted file mode 100644 index 753ea5f59076..000000000000 --- a/net-p2p/hx/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ - This is a text based version of the popular hotline client for -Macintosh. Hotline is a chat/ftp/news protocol. It's setup almost -like an IRC client, but with the ability to do commands such as cd -into a directory with /cd and more file transfer oriented functions. - -WWW: http://www.hotlinex.org -FTP MIRROR: ftp://fadeto.blackened.com/other/hotlinex.org/ - --Valentino Vaschetto - logo@blackened.com diff --git a/net-p2p/hx/pkg-plist b/net-p2p/hx/pkg-plist deleted file mode 100644 index 26005f9f7a9c..000000000000 --- a/net-p2p/hx/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/hx -man/man1/hx.1 diff --git a/net-p2p/libfreenet/Makefile b/net-p2p/libfreenet/Makefile deleted file mode 100644 index b236312a8476..000000000000 --- a/net-p2p/libfreenet/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: libfreenet -# Date created: Mar 31, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libfreenet -PORTVERSION= 0.3.0 -CATEGORIES= net -MASTER_SITES= http://thalassocracy.org/libfreenet/ - -MAINTAINER= ijliao@FreeBSD.org - -USE_OPENSSL= yes -USE_LIBTOOL= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --includedir=${PREFIX}/include/libfreenet - -USE_GMAKE= yes - -INSTALLS_SHLIB= yes - -.include <bsd.port.mk> diff --git a/net-p2p/libfreenet/distinfo b/net-p2p/libfreenet/distinfo deleted file mode 100644 index 6d5d3cd6ab36..000000000000 --- a/net-p2p/libfreenet/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (libfreenet-0.3.0.tar.gz) = fa474ed2ca43acd759fdefebf636b855 diff --git a/net-p2p/libfreenet/files/patch-client_util.c b/net-p2p/libfreenet/files/patch-client_util.c deleted file mode 100644 index d6a08a6655b4..000000000000 --- a/net-p2p/libfreenet/files/patch-client_util.c +++ /dev/null @@ -1,19 +0,0 @@ ---- client_util.c.orig Wed Mar 28 19:27:38 2001 -+++ client_util.c Sat Mar 31 15:07:59 2001 -@@ -60,13 +60,14 @@ - - int timediff () - { -+ struct tm *tmp; - long t = time(NULL); - - /* We are calling localtime here for its side-effect of setting - the timezone global appropriately. I have no proof that this - even happens on cygwin. Please, just let me die. */ -- localtime(&t); -- return (FN_TIMEZONE / 3600); -+ tmp = localtime(&t); -+ return (tmp->tm_gmtoff / 3600); - } - - diff --git a/net-p2p/libfreenet/files/patch-protocol.c b/net-p2p/libfreenet/files/patch-protocol.c deleted file mode 100644 index 59fed2289318..000000000000 --- a/net-p2p/libfreenet/files/patch-protocol.c +++ /dev/null @@ -1,19 +0,0 @@ ---- protocol.c.orig Thu Mar 22 13:27:34 2001 -+++ protocol.c Sat Mar 31 15:14:32 2001 -@@ -17,6 +17,8 @@ - */ - #include <stdio.h> - #include <malloc.h> -+#include <sys/types.h> -+#include <netinet/in.h> - #include <sys/socket.h> - #include <netdb.h> - #include <string.h> -@@ -24,7 +26,6 @@ - #include <errno.h> - #include <fcntl.h> - #include <unistd.h> --#include <sys/types.h> - #include <ctype.h> - #include <time.h> - diff --git a/net-p2p/libfreenet/files/patch-testclient.c b/net-p2p/libfreenet/files/patch-testclient.c deleted file mode 100644 index 08a080bc7ce6..000000000000 --- a/net-p2p/libfreenet/files/patch-testclient.c +++ /dev/null @@ -1,10 +0,0 @@ ---- testclient.c.orig Sat Mar 31 15:17:15 2001 -+++ testclient.c Sat Mar 31 15:17:24 2001 -@@ -20,7 +20,6 @@ - #include <string.h> - #include <time.h> - #include <unistd.h> --#include <getopt.h> - - #include "protocol.h" - #include "client.h" diff --git a/net-p2p/libfreenet/pkg-comment b/net-p2p/libfreenet/pkg-comment deleted file mode 100644 index a400869f7afa..000000000000 --- a/net-p2p/libfreenet/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Freenet library written in C diff --git a/net-p2p/libfreenet/pkg-descr b/net-p2p/libfreenet/pkg-descr deleted file mode 100644 index 0c647d2ec4f1..000000000000 --- a/net-p2p/libfreenet/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -libfreenet is a Freenet library written in C. Right now it supports basic -client functionality, as well as a lower-level API for sending and -receiving messages over a Freenet connection. It's currently very much -hackerware -- it might explode at any moment, so approach it with caution. - -WWW: http://thalassocracy.org/libfreenet/ diff --git a/net-p2p/libfreenet/pkg-plist b/net-p2p/libfreenet/pkg-plist deleted file mode 100644 index 40143b8a9558..000000000000 --- a/net-p2p/libfreenet/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -bin/testclient -bin/testserver -include/libfreenet/base64.h -include/libfreenet/client.h -include/libfreenet/client_util.h -include/libfreenet/config.h -include/libfreenet/endtoend.h -include/libfreenet/protocol.h -include/libfreenet/rijndael-alg-fst.h -include/libfreenet/rijndael-api-fst.h -include/libfreenet/twofish.h -include/libfreenet/uri.h -include/libfreenet/util.h -lib/libfreenet.a -lib/libfreenet.so -lib/libfreenet.so.0 diff --git a/net-p2p/lopster/Makefile b/net-p2p/lopster/Makefile deleted file mode 100644 index 7a7317275c93..000000000000 --- a/net-p2p/lopster/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: lopster -# Date created: 19 Oct 2000 -# Whom: Roman Shterenzon <roman@xpert.com> -# -# $FreeBSD$ -# - -PORTNAME= lopster -PORTVERSION= 0.9.7.2 -CATEGORIES= audio -DISTNAME= ${PORTNAME}-${PORTVERSION} -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= roman@xpert.com - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GTK= yes -USE_X_PREFIX= yes - -post-extract: -.for i in aclocal.m4 stamp-h.in Makefile.in configure src/Makefile.in - ${TOUCH} ${WRKSRC}/${i} -.endfor - -.include <bsd.port.mk> diff --git a/net-p2p/lopster/distinfo b/net-p2p/lopster/distinfo deleted file mode 100644 index 3c4941c1d951..000000000000 --- a/net-p2p/lopster/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (lopster-0.9.7.2.tar.gz) = 722eb20e8a2c0c2f477e53b0ff246f8e diff --git a/net-p2p/lopster/pkg-comment b/net-p2p/lopster/pkg-comment deleted file mode 100644 index e1765a82545c..000000000000 --- a/net-p2p/lopster/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GTK+ client for Napster diff --git a/net-p2p/lopster/pkg-descr b/net-p2p/lopster/pkg-descr deleted file mode 100644 index ae315c663e90..000000000000 --- a/net-p2p/lopster/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Lopster is a Napster client for Linux/Unix written in C and based on GTK. - -WWW: http://lopster.sourceforge.net/ - -Roman Shterenzon <roman@xpert.com> diff --git a/net-p2p/lopster/pkg-plist b/net-p2p/lopster/pkg-plist deleted file mode 100644 index 8b058ba9d2ef..000000000000 --- a/net-p2p/lopster/pkg-plist +++ /dev/null @@ -1,32 +0,0 @@ -bin/lopster -share/lopster/pixmaps/arrowd.xpm -share/lopster/pixmaps/arrowl.xpm -share/lopster/pixmaps/arrowr.xpm -share/lopster/pixmaps/arrowu.xpm -share/lopster/pixmaps/bug16b.xpm -share/lopster/pixmaps/chat.xpm -share/lopster/pixmaps/d16x16.xpm -share/lopster/pixmaps/enemy.xpm -share/lopster/pixmaps/enemy2.xpm -share/lopster/pixmaps/folder.xpm -share/lopster/pixmaps/folder_blue.xpm -share/lopster/pixmaps/folder_open.xpm -share/lopster/pixmaps/friend.xpm -share/lopster/pixmaps/home16b.xpm -share/lopster/pixmaps/ignore.xpm -share/lopster/pixmaps/kfind.xpm -share/lopster/pixmaps/logo.jpg -share/lopster/pixmaps/logo.xpm -share/lopster/pixmaps/mail16b.xpm -share/lopster/pixmaps/mini-folder.xpm -share/lopster/pixmaps/notes16.xpm -share/lopster/pixmaps/speedgray.xpm -share/lopster/pixmaps/speedgreen.xpm -share/lopster/pixmaps/speedred.xpm -share/lopster/pixmaps/speedyellow.xpm -share/lopster/pixmaps/transfer.xpm -share/lopster/pixmaps/user.xpm -share/lopster/pixmaps/user1.xpm -share/lopster/pixmaps/user2.xpm -@dirrm share/lopster/pixmaps -@dirrm share/lopster diff --git a/net-p2p/opennap/Makefile b/net-p2p/opennap/Makefile deleted file mode 100644 index c1ddaa00b0b8..000000000000 --- a/net-p2p/opennap/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: opennap -# Date created: 26 July 2000 -# Whom: Donald Burr <dburr@FreeBSD.ORG> -# -# $FreeBSD$ -# - -PORTNAME= opennap -PORTVERSION= 0.38 -CATEGORIES= audio net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= dburr@FreeBSD.ORG - -USE_GMAKE= YES -GNU_CONFIGURE= YES - -post-install: - (${ECHO} "" ; ${ECHO} "admin" ; ${ECHO} "opennap" ; ${ECHO} "") | ${WRKSRC}/setup -.if defined(NOPORTDOCS) - @echo "===> Documentation skipped." -.else - @echo "===> Installing documentation into ${PREFIX}/share/doc/opennap." - @${MKDIR} ${PREFIX}/share/doc/opennap - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/opennap - ${INSTALL_DATA} ${WRKSRC}/napster.txt ${PREFIX}/share/doc/opennap -.endif - @echo "===> Installing example config files into ${PREFIX}/share/doc/opennap." - @${MKDIR} ${PREFIX}/share/opennap/examples - ${CHOWN} -R nobody:nobody ${PREFIX}/share/opennap - cd ${WRKSRC} ; for FILE in sample.*; do ${INSTALL_DATA} $${FILE} ${PREFIX}/share/opennap/examples ; done - @echo "===> Installing startup script into ${PREFIX}/etc/rc.d." - ${INSTALL_SCRIPT} ${FILESDIR}/opennap.sh ${PREFIX}/etc/rc.d - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/net-p2p/opennap/distinfo b/net-p2p/opennap/distinfo deleted file mode 100644 index 2be43860da95..000000000000 --- a/net-p2p/opennap/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (opennap-0.38.tar.gz) = 3d3b5b5238e430fc50111984e9ad435d diff --git a/net-p2p/opennap/files/opennap.sh b/net-p2p/opennap/files/opennap.sh deleted file mode 100644 index 05e21d30b233..000000000000 --- a/net-p2p/opennap/files/opennap.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -if ! PREFIX=$(expr $0 : "\(/.*\)/etc/rc\.d/$(basename $0)\$"); then - echo "$0: Cannot determine the PREFIX" >&2 - exit 1 -fi - -case "$1" in -start) - [ -x ${PREFIX}/sbin/opennap ] && ${PREFIX}/sbin/opennap > /dev/null 2>&1 & && echo -n ' opennap' - ;; -stop) - [ -r ${PREFIX}/share/opennap/pid ] && kill -15 `cat ${PREFIX}/share/opennap/pid` > /dev/null && rm -f ${PREFIX}/share/opennap/pid &&echo -n ' opennap' - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - ;; -esac - -exit 0 diff --git a/net-p2p/opennap/pkg-comment b/net-p2p/opennap/pkg-comment deleted file mode 100644 index 7d1ebf6f0af1..000000000000 --- a/net-p2p/opennap/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The OpenNAP open-source Napster server diff --git a/net-p2p/opennap/pkg-descr b/net-p2p/opennap/pkg-descr deleted file mode 100644 index 8c73b2123411..000000000000 --- a/net-p2p/opennap/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Napster is a protocol for sharing files between users. With Napster, -the files stay on the client machine, never passing through -the server. The server provides the ability to search for particular -files and initiate a direct transfer between the clients. In -addition, chat forums similar to IRC are available. OpenNap extends -the Napster protocol to allow sharing of any media type, -and the ability to link servers together. - -WWW: http://opennap.sourceforge.net/ - -[ This port is maintained by Donald Burr <dburr@FreeBSD.ORG> ] diff --git a/net-p2p/opennap/pkg-message b/net-p2p/opennap/pkg-message deleted file mode 100644 index 64253999d582..000000000000 --- a/net-p2p/opennap/pkg-message +++ /dev/null @@ -1,25 +0,0 @@ -************************************************* - -A default administrator user has been created. -The user name is 'admin', password 'opennap'. -You will probably want to change these. -To do so, edit the file -${PREFIX}/share/opennap/users . - -Example configuration files are located in -${PREFIX}/share/opennap/examples/ . Copy -them to ${PREFIX}/share/opennap, removing the -'sample.' prefix (e.g. 'sample.conf' becomes -'conf') and edit to your preferences. - -Documentation is installed under -${PREFIX}/share/doc/opennap . - -If you would like to link your server to the -global Napigator search system, go to -http://www.napigator.com/ and follow the -directions under "CAN I RUN MY OWN NAP SERVER?" - -Have fun! - -************************************************* diff --git a/net-p2p/opennap/pkg-plist b/net-p2p/opennap/pkg-plist deleted file mode 100644 index 463331cdbb6d..000000000000 --- a/net-p2p/opennap/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -sbin/opennap -sbin/metaserver -sbin/setup -share/opennap/users -share/opennap/examples/sample.channels -share/opennap/examples/sample.conf -share/opennap/examples/sample.filter -share/opennap/examples/sample.motd -share/opennap/examples/sample.servers -share/opennap/examples/sample.users -share/doc/opennap/README -share/doc/opennap/napster.txt -@dirrm share/opennap/examples -@dirrm share/opennap -@dirrm share/doc/opennap -etc/rc.d/opennap.sh diff --git a/net-p2p/teknap/Makefile b/net-p2p/teknap/Makefile deleted file mode 100644 index f5ddc251077d..000000000000 --- a/net-p2p/teknap/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# New ports collection makefile for: TekNap napster client -# Date created: 6 Jul 2000 -# Whom: Carl Johan Madestrand -# -# $FreeBSD$ -# - -PORTNAME= TekNap -PORTVERSION= 1.2 -CATEGORIES= audio -MASTER_SITES= ftp://ukug.uk.freebsd.org/pub/lord_cj/ - -MAINTAINER= LoRd_CJ@dalusers.com - -.if defined(WITH_MP3) -BUILD_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 -.endif -.if defined(WITH_XMMS) -BUILD_DEPENDS= xmms:${PORTSDIR}/audio/xmms -.endif - -WRKSRC= ${WRKDIR}/TekNap - -PLIST_SUB+= PORTVERSION="${PORTVERSION}" - -USE_GMAKE= yes -WANT_GTK= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -.if defined(HAVE_GTK) -USE_GTK= yes -CONFIGURE_ARGS+=--with-gtk -.else -CONFIGURE_ARGS+=--without-gtk -.endif - -.if defined(WITH_MP3) -CONFIGURE_ARGS+=--enable-mp3 -.endif - -.if defined(WITH_XMMS) -CONFIGURE_ARGS+=--enable-xmms -.endif - -pre-extract: - @${ECHO} "Available switches:" - @${ECHO} "-------------------" - @${ECHO} "WITH_MP3 - Support MP3 playback" - @${ECHO} "WITH_XMMS - Support XMMS" - -pre-configure: - @${PERL} -pi -e "s:-lc_r:${PTHREAD_LIBS}:g" ${WRKSRC}/configure - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/TekNap - ${TAR} --directory ${WRKSRC}/teknap-help -cf - . --exclude CVS | \ - ${TAR} --directory ${PREFIX}/share/TekNap/help -xf - - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/TekNap - @${ECHO} - @${CAT} ${PKGMESSAGE} | ${SED} -e "s:%%PREFIX%%:${PREFIX}:g" - @${ECHO} -.endif - -.include <bsd.port.post.mk> diff --git a/net-p2p/teknap/distinfo b/net-p2p/teknap/distinfo deleted file mode 100644 index fb41c9650346..000000000000 --- a/net-p2p/teknap/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (TekNap-1.2.tar.gz) = ecd673c1e5ceb06c2c570f7b1086f9fb diff --git a/net-p2p/teknap/files/patch-aa b/net-p2p/teknap/files/patch-aa deleted file mode 100644 index 9ce74dbfd745..000000000000 --- a/net-p2p/teknap/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.in.orig Thu Jun 22 11:32:39 2000 -+++ Makefile.in Thu Jul 6 01:10:22 2000 -@@ -34,7 +34,7 @@ - NAPLIB = @NAPLIB@ - - CC = @CC@ --DEFS = -I$$(srcdir)/../include -I$(topdir)/include -+DEFS = -I. -I$(topdir)/include -I- - LIBS = @LIBS@ - INCLUDES = @INCLUDES@ - -@@ -58,8 +58,8 @@ - - # This command will be used to install the BitchX help files. If you don't - # want to install them, replace with the following: --# INSTALL_HELP_CMD = @echo The help files have not been installed. --INSTALL_HELP_CMD = cp -pr $(srcdir)/teknap-help/* $(HELPDIR) -+INSTALL_HELP_CMD = @echo -+#INSTALL_HELP_CMD = cp -pr $(srcdir)/teknap-help/* $(HELPDIR) - - ## You probably don't need to change anything below this line - diff --git a/net-p2p/teknap/pkg-comment b/net-p2p/teknap/pkg-comment deleted file mode 100644 index 4df98f41f036..000000000000 --- a/net-p2p/teknap/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Console napster client diff --git a/net-p2p/teknap/pkg-descr b/net-p2p/teknap/pkg-descr deleted file mode 100644 index f0e099da1f4c..000000000000 --- a/net-p2p/teknap/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -TekNap is a console Napster client using curses/ncurses/termcap and -pthreads if available. It has powerful scripting features based on -BitchX/Epic scripting, support for both Napster and opennap servers, -and a full-screen browse/search mode. - - -Author: Colten Edwards <edwards@bitchx.dimension6.com> -WWW: http://www.teknap.com diff --git a/net-p2p/teknap/pkg-message b/net-p2p/teknap/pkg-message deleted file mode 100644 index d5f98520a91b..000000000000 --- a/net-p2p/teknap/pkg-message +++ /dev/null @@ -1 +0,0 @@ -Please read %%PREFIX%%/share/doc/TekNap/README diff --git a/net-p2p/teknap/pkg-plist b/net-p2p/teknap/pkg-plist deleted file mode 100644 index 922e8a8f2ee7..000000000000 --- a/net-p2p/teknap/pkg-plist +++ /dev/null @@ -1,642 +0,0 @@ -bin/TekNap -bin/TekNap-%%PORTVERSION%% -share/TekNap/help/1_General/1_General -share/TekNap/help/1_General/close -share/TekNap/help/1_General/disconnect -share/TekNap/help/1_General/help -share/TekNap/help/1_General/i -share/TekNap/help/1_General/invite -share/TekNap/help/1_General/irc -share/TekNap/help/1_General/j -share/TekNap/help/1_General/join -share/TekNap/help/1_General/l -share/TekNap/help/1_General/lastlog -share/TekNap/help/1_General/leave -share/TekNap/help/1_General/list -share/TekNap/help/1_General/m -share/TekNap/help/1_General/me -share/TekNap/help/1_General/motd -share/TekNap/help/1_General/msg -share/TekNap/help/1_General/names -share/TekNap/help/1_General/nslookup -share/TekNap/help/1_General/part -share/TekNap/help/1_General/ping -share/TekNap/help/1_General/query -share/TekNap/help/1_General/quit -share/TekNap/help/1_General/relm -share/TekNap/help/1_General/reset -share/TekNap/help/1_General/say -share/TekNap/help/1_General/sc -share/TekNap/help/1_General/scan -share/TekNap/help/1_General/server -share/TekNap/help/1_General/t -share/TekNap/help/1_General/topic -share/TekNap/help/1_General/version -share/TekNap/help/1_General/w -share/TekNap/help/1_General/whois -share/TekNap/help/2_Napster/2_Napster -share/TekNap/help/2_Napster/browse -share/TekNap/help/2_Napster/cignore -share/TekNap/help/2_Napster/dbsearch -share/TekNap/help/2_Napster/dccget -share/TekNap/help/2_Napster/delete -share/TekNap/help/2_Napster/get -share/TekNap/help/2_Napster/glist -share/TekNap/help/2_Napster/hotlist -share/TekNap/help/2_Napster/ignore -share/TekNap/help/2_Napster/print -share/TekNap/help/2_Napster/queue -share/TekNap/help/2_Napster/raw -share/TekNap/help/2_Napster/request -share/TekNap/help/2_Napster/resume -share/TekNap/help/2_Napster/s -share/TekNap/help/2_Napster/scott -share/TekNap/help/2_Napster/search -share/TekNap/help/2_Napster/send -share/TekNap/help/2_Napster/share -share/TekNap/help/2_Napster/signore -share/TekNap/help/2_Napster/soundex -share/TekNap/help/3_Admin/3_Admin -share/TekNap/help/3_Admin/admin -share/TekNap/help/3_Admin/announce -share/TekNap/help/3_Admin/ban -share/TekNap/help/3_Admin/banlist -share/TekNap/help/3_Admin/banuser -share/TekNap/help/3_Admin/cban -share/TekNap/help/3_Admin/cbanclear -share/TekNap/help/3_Admin/cbanlist -share/TekNap/help/3_Admin/chanlevel -share/TekNap/help/3_Admin/clearchannel -share/TekNap/help/3_Admin/cloak -share/TekNap/help/3_Admin/cmuzzle -share/TekNap/help/3_Admin/config -share/TekNap/help/3_Admin/connect -share/TekNap/help/3_Admin/cunban -share/TekNap/help/3_Admin/cunmuzzle -share/TekNap/help/3_Admin/dataport -share/TekNap/help/3_Admin/deop -share/TekNap/help/3_Admin/disconnect -share/TekNap/help/3_Admin/dns -share/TekNap/help/3_Admin/email -share/TekNap/help/3_Admin/gusers -share/TekNap/help/3_Admin/kick -share/TekNap/help/3_Admin/kill -share/TekNap/help/3_Admin/killserver -share/TekNap/help/3_Admin/links -share/TekNap/help/3_Admin/mode -share/TekNap/help/3_Admin/muzzle -share/TekNap/help/3_Admin/nukeuser -share/TekNap/help/3_Admin/op -share/TekNap/help/3_Admin/opdel -share/TekNap/help/3_Admin/oplist -share/TekNap/help/3_Admin/opsay -share/TekNap/help/3_Admin/password -share/TekNap/help/3_Admin/ptest -share/TekNap/help/3_Admin/register -share/TekNap/help/3_Admin/reload -share/TekNap/help/3_Admin/removeserver -share/TekNap/help/3_Admin/setchanlevel -share/TekNap/help/3_Admin/setchanlimit -share/TekNap/help/3_Admin/setdataport -share/TekNap/help/3_Admin/setlinespeed -share/TekNap/help/3_Admin/setpassword -share/TekNap/help/3_Admin/setuserlevel -share/TekNap/help/3_Admin/showallchannels -share/TekNap/help/3_Admin/speed -share/TekNap/help/3_Admin/sping -share/TekNap/help/3_Admin/stats -share/TekNap/help/3_Admin/unbanuser -share/TekNap/help/3_Admin/unmuzzle -share/TekNap/help/3_Admin/unnukeuser -share/TekNap/help/3_Admin/unvoice -share/TekNap/help/3_Admin/version -share/TekNap/help/3_Admin/voice -share/TekNap/help/3_Admin/wallop -share/TekNap/help/4_Misc/4_Misc -share/TekNap/help/4_Misc/beep -share/TekNap/help/4_Misc/bind/altcharset -share/TekNap/help/4_Misc/bind/backspace -share/TekNap/help/4_Misc/bind/backward_character -share/TekNap/help/4_Misc/bind/backward_history -share/TekNap/help/4_Misc/bind/backward_word -share/TekNap/help/4_Misc/bind/beginning_of_line -share/TekNap/help/4_Misc/bind/bind -share/TekNap/help/4_Misc/bind/blink -share/TekNap/help/4_Misc/bind/bold -share/TekNap/help/4_Misc/bind/clear_screen -share/TekNap/help/4_Misc/bind/command_completion -share/TekNap/help/4_Misc/bind/cpusaver -share/TekNap/help/4_Misc/bind/delete_character -share/TekNap/help/4_Misc/bind/delete_next_word -share/TekNap/help/4_Misc/bind/delete_previous_word -share/TekNap/help/4_Misc/bind/delete_to_previous_space -share/TekNap/help/4_Misc/bind/end_of_line -share/TekNap/help/4_Misc/bind/erase_line -share/TekNap/help/4_Misc/bind/erase_to_beg_of_line -share/TekNap/help/4_Misc/bind/erase_to_end_of_line -share/TekNap/help/4_Misc/bind/forward_character -share/TekNap/help/4_Misc/bind/forward_history -share/TekNap/help/4_Misc/bind/forward_word -share/TekNap/help/4_Misc/bind/highlight_off -share/TekNap/help/4_Misc/bind/join_last_invite -share/TekNap/help/4_Misc/bind/new_beginning_of_line -share/TekNap/help/4_Misc/bind/new_scroll_backward -share/TekNap/help/4_Misc/bind/new_scroll_end -share/TekNap/help/4_Misc/bind/new_scroll_forward -share/TekNap/help/4_Misc/bind/next_window -share/TekNap/help/4_Misc/bind/nothing -share/TekNap/help/4_Misc/bind/parse_command -share/TekNap/help/4_Misc/bind/previous_window -share/TekNap/help/4_Misc/bind/quit_nap -share/TekNap/help/4_Misc/bind/quote_character -share/TekNap/help/4_Misc/bind/refresh_inputline -share/TekNap/help/4_Misc/bind/refresh_screen -share/TekNap/help/4_Misc/bind/refresh_status -share/TekNap/help/4_Misc/bind/reverse -share/TekNap/help/4_Misc/bind/scroll_backward -share/TekNap/help/4_Misc/bind/scroll_end -share/TekNap/help/4_Misc/bind/scroll_forward -share/TekNap/help/4_Misc/bind/scroll_start -share/TekNap/help/4_Misc/bind/self_insert -share/TekNap/help/4_Misc/bind/send_line -share/TekNap/help/4_Misc/bind/shove_to_history -share/TekNap/help/4_Misc/bind/stop_nap -share/TekNap/help/4_Misc/bind/swap_last_window -share/TekNap/help/4_Misc/bind/swap_next_window -share/TekNap/help/4_Misc/bind/swap_previous_window -share/TekNap/help/4_Misc/bind/switch_channels -share/TekNap/help/4_Misc/bind/tab_completion -share/TekNap/help/4_Misc/bind/toggle_insert_mode -share/TekNap/help/4_Misc/bind/toggle_stop_screen -share/TekNap/help/4_Misc/bind/transpose_characters -share/TekNap/help/4_Misc/bind/type_text -share/TekNap/help/4_Misc/bind/unclear_screen -share/TekNap/help/4_Misc/bind/underline -share/TekNap/help/4_Misc/bind/unstop_all_windows -share/TekNap/help/4_Misc/bind/window_balance -share/TekNap/help/4_Misc/bind/window_grow_one -share/TekNap/help/4_Misc/bind/window_hide -share/TekNap/help/4_Misc/bind/window_kill -share/TekNap/help/4_Misc/bind/window_list -share/TekNap/help/4_Misc/bind/window_move -share/TekNap/help/4_Misc/bind/window_shrink_one -share/TekNap/help/4_Misc/bind/window_swap_1 -share/TekNap/help/4_Misc/bind/window_swap_10 -share/TekNap/help/4_Misc/bind/window_swap_2 -share/TekNap/help/4_Misc/bind/window_swap_3 -share/TekNap/help/4_Misc/bind/window_swap_4 -share/TekNap/help/4_Misc/bind/window_swap_5 -share/TekNap/help/4_Misc/bind/window_swap_6 -share/TekNap/help/4_Misc/bind/window_swap_7 -share/TekNap/help/4_Misc/bind/window_swap_8 -share/TekNap/help/4_Misc/bind/window_swap_9 -share/TekNap/help/4_Misc/bind/yank_from_cutbuffer -share/TekNap/help/4_Misc/cd -share/TekNap/help/4_Misc/clear -share/TekNap/help/4_Misc/df -share/TekNap/help/4_Misc/du -share/TekNap/help/4_Misc/history -share/TekNap/help/4_Misc/ls -share/TekNap/help/4_Misc/mp3 -share/TekNap/help/4_Misc/paste -share/TekNap/help/4_Misc/ps -share/TekNap/help/4_Misc/rbind -share/TekNap/help/4_Misc/set/allow_dcc -share/TekNap/help/4_Misc/set/alt_charset -share/TekNap/help/4_Misc/set/always_split_biggest -share/TekNap/help/4_Misc/set/append_log -share/TekNap/help/4_Misc/set/auto_reconnect -share/TekNap/help/4_Misc/set/auto_rejoin -share/TekNap/help/4_Misc/set/auto_share -share/TekNap/help/4_Misc/set/beep -share/TekNap/help/4_Misc/set/beep_always -share/TekNap/help/4_Misc/set/beep_max -share/TekNap/help/4_Misc/set/beep_on_msg -share/TekNap/help/4_Misc/set/beep_when_away -share/TekNap/help/4_Misc/set/blink_video -share/TekNap/help/4_Misc/set/bold_video -share/TekNap/help/4_Misc/set/cd_device -share/TekNap/help/4_Misc/set/channel_name_width -share/TekNap/help/4_Misc/set/clock -share/TekNap/help/4_Misc/set/clock_24hour -share/TekNap/help/4_Misc/set/clock_format -share/TekNap/help/4_Misc/set/cmdchars -share/TekNap/help/4_Misc/set/color -share/TekNap/help/4_Misc/set/command_mode -share/TekNap/help/4_Misc/set/connect_timeout -share/TekNap/help/4_Misc/set/cpu_saver_after -share/TekNap/help/4_Misc/set/cpu_saver_every -share/TekNap/help/4_Misc/set/default_dataport -share/TekNap/help/4_Misc/set/default_email -share/TekNap/help/4_Misc/set/default_metaserver -share/TekNap/help/4_Misc/set/default_nickname -share/TekNap/help/4_Misc/set/default_password -share/TekNap/help/4_Misc/set/default_server -share/TekNap/help/4_Misc/set/default_speed -share/TekNap/help/4_Misc/set/display -share/TekNap/help/4_Misc/set/display_ansi -share/TekNap/help/4_Misc/set/display_pc_characters -share/TekNap/help/4_Misc/set/double_status_line -share/TekNap/help/4_Misc/set/download_directory -share/TekNap/help/4_Misc/set/eight_bit_characters -share/TekNap/help/4_Misc/set/floating_point -share/TekNap/help/4_Misc/set/flood_after -share/TekNap/help/4_Misc/set/flood_rate -share/TekNap/help/4_Misc/set/flood_users -share/TekNap/help/4_Misc/set/flood_warning -share/TekNap/help/4_Misc/set/format_directory -share/TekNap/help/4_Misc/set/format_filename -share/TekNap/help/4_Misc/set/full_status_line -share/TekNap/help/4_Misc/set/gtk -share/TekNap/help/4_Misc/set/help_pager -share/TekNap/help/4_Misc/set/help_path -share/TekNap/help/4_Misc/set/help_prompt -share/TekNap/help/4_Misc/set/help_window -share/TekNap/help/4_Misc/set/high_bit_escape -share/TekNap/help/4_Misc/set/highlight_char -share/TekNap/help/4_Misc/set/history -share/TekNap/help/4_Misc/set/hold_mode -share/TekNap/help/4_Misc/set/hold_mode_max -share/TekNap/help/4_Misc/set/indent -share/TekNap/help/4_Misc/set/input_aliases -share/TekNap/help/4_Misc/set/input_glob -share/TekNap/help/4_Misc/set/input_prompt -share/TekNap/help/4_Misc/set/insert_mode -share/TekNap/help/4_Misc/set/inverse_video -share/TekNap/help/4_Misc/set/lastlog -share/TekNap/help/4_Misc/set/lastlog_level -share/TekNap/help/4_Misc/set/load_path -share/TekNap/help/4_Misc/set/log -share/TekNap/help/4_Misc/set/logfile -share/TekNap/help/4_Misc/set/max_relm -share/TekNap/help/4_Misc/set/max_requests_nick -share/TekNap/help/4_Misc/set/max_results -share/TekNap/help/4_Misc/set/max_sends_nick -share/TekNap/help/4_Misc/set/max_server_reconnect -share/TekNap/help/4_Misc/set/max_urls -share/TekNap/help/4_Misc/set/meta_states -share/TekNap/help/4_Misc/set/move_incomplete -share/TekNap/help/4_Misc/set/names_columns -share/TekNap/help/4_Misc/set/names_nickcolor -share/TekNap/help/4_Misc/set/nd_space_max -share/TekNap/help/4_Misc/set/pad_char -share/TekNap/help/4_Misc/set/ptest -share/TekNap/help/4_Misc/set/ptest_change_port -share/TekNap/help/4_Misc/set/ptest_connect_timeout -share/TekNap/help/4_Misc/set/queue_sends -share/TekNap/help/4_Misc/set/queue_sends_timeout -share/TekNap/help/4_Misc/set/quiet_sends -share/TekNap/help/4_Misc/set/random_source -share/TekNap/help/4_Misc/set/resume_download -share/TekNap/help/4_Misc/set/reverse_status -share/TekNap/help/4_Misc/set/scroll_lines -share/TekNap/help/4_Misc/set/scrollback -share/TekNap/help/4_Misc/set/scrollback_ratio -share/TekNap/help/4_Misc/set/search_format -share/TekNap/help/4_Misc/set/send_limit -share/TekNap/help/4_Misc/set/set -share/TekNap/help/4_Misc/set/share -share/TekNap/help/4_Misc/set/share_links -share/TekNap/help/4_Misc/set/shell -share/TekNap/help/4_Misc/set/shell_flags -share/TekNap/help/4_Misc/set/shell_limit -share/TekNap/help/4_Misc/set/show_channel_names -share/TekNap/help/4_Misc/set/show_end_of_msgs -share/TekNap/help/4_Misc/set/show_numerics -share/TekNap/help/4_Misc/set/show_numerics_str -share/TekNap/help/4_Misc/set/show_status_all -share/TekNap/help/4_Misc/set/status_channel -share/TekNap/help/4_Misc/set/status_clock -share/TekNap/help/4_Misc/set/status_cpu_saver -share/TekNap/help/4_Misc/set/status_format1 -share/TekNap/help/4_Misc/set/status_format2 -share/TekNap/help/4_Misc/set/status_hold -share/TekNap/help/4_Misc/set/status_hold_lines -share/TekNap/help/4_Misc/set/status_insert -share/TekNap/help/4_Misc/set/status_nick -share/TekNap/help/4_Misc/set/status_no_repeat -share/TekNap/help/4_Misc/set/status_notify -share/TekNap/help/4_Misc/set/status_overwrite -share/TekNap/help/4_Misc/set/status_query -share/TekNap/help/4_Misc/set/status_scrollback -share/TekNap/help/4_Misc/set/status_server -share/TekNap/help/4_Misc/set/status_stats -share/TekNap/help/4_Misc/set/status_user -share/TekNap/help/4_Misc/set/status_window -share/TekNap/help/4_Misc/set/suppress_server_motd -share/TekNap/help/4_Misc/set/tab -share/TekNap/help/4_Misc/set/tab_max -share/TekNap/help/4_Misc/set/transfer_timeout -share/TekNap/help/4_Misc/set/underline_video -share/TekNap/help/4_Misc/set/url_grab -share/TekNap/help/4_Misc/set/window_quiet -share/TekNap/help/4_Misc/set/word_break -share/TekNap/help/4_Misc/set/xterm_show_title -share/TekNap/help/4_Misc/url -share/TekNap/help/4_Misc/which -share/TekNap/help/4_Misc/window/add -share/TekNap/help/4_Misc/window/back -share/TekNap/help/4_Misc/window/balance -share/TekNap/help/4_Misc/window/beep_always -share/TekNap/help/4_Misc/window/bind -share/TekNap/help/4_Misc/window/channel -share/TekNap/help/4_Misc/window/describe -share/TekNap/help/4_Misc/window/discon -share/TekNap/help/4_Misc/window/double -share/TekNap/help/4_Misc/window/echo -share/TekNap/help/4_Misc/window/fixed -share/TekNap/help/4_Misc/window/goto -share/TekNap/help/4_Misc/window/grow -share/TekNap/help/4_Misc/window/help -share/TekNap/help/4_Misc/window/hide -share/TekNap/help/4_Misc/window/hide_others -share/TekNap/help/4_Misc/window/hold_mode -share/TekNap/help/4_Misc/window/kill -share/TekNap/help/4_Misc/window/kill_others -share/TekNap/help/4_Misc/window/killswap -share/TekNap/help/4_Misc/window/last -share/TekNap/help/4_Misc/window/lastlog -share/TekNap/help/4_Misc/window/lastlog_level -share/TekNap/help/4_Misc/window/level -share/TekNap/help/4_Misc/window/list -share/TekNap/help/4_Misc/window/log -share/TekNap/help/4_Misc/window/logfile -share/TekNap/help/4_Misc/window/move -share/TekNap/help/4_Misc/window/name -share/TekNap/help/4_Misc/window/new -share/TekNap/help/4_Misc/window/new_hide -share/TekNap/help/4_Misc/window/next -share/TekNap/help/4_Misc/window/noserv -share/TekNap/help/4_Misc/window/notify -share/TekNap/help/4_Misc/window/notify_level -share/TekNap/help/4_Misc/window/number -share/TekNap/help/4_Misc/window/pop -share/TekNap/help/4_Misc/window/previous -share/TekNap/help/4_Misc/window/prompt -share/TekNap/help/4_Misc/window/push -share/TekNap/help/4_Misc/window/query -share/TekNap/help/4_Misc/window/refnum -share/TekNap/help/4_Misc/window/refresh -share/TekNap/help/4_Misc/window/remove -share/TekNap/help/4_Misc/window/scratch -share/TekNap/help/4_Misc/window/scroll -share/TekNap/help/4_Misc/window/scrollback -share/TekNap/help/4_Misc/window/server -share/TekNap/help/4_Misc/window/show -share/TekNap/help/4_Misc/window/showall -share/TekNap/help/4_Misc/window/shrink -share/TekNap/help/4_Misc/window/size -share/TekNap/help/4_Misc/window/skip -share/TekNap/help/4_Misc/window/split -share/TekNap/help/4_Misc/window/stack -share/TekNap/help/4_Misc/window/swap -share/TekNap/help/4_Misc/window/unbind -share/TekNap/help/4_Misc/window/update -share/TekNap/help/4_Misc/window/window -share/TekNap/help/5_Programming/5_Programming -share/TekNap/help/5_Programming/alias -share/TekNap/help/5_Programming/assign -share/TekNap/help/5_Programming/break -share/TekNap/help/5_Programming/comment -share/TekNap/help/5_Programming/continue -share/TekNap/help/5_Programming/do -share/TekNap/help/5_Programming/dump -share/TekNap/help/5_Programming/echo -share/TekNap/help/5_Programming/eval -share/TekNap/help/5_Programming/exec -share/TekNap/help/5_Programming/fe -share/TekNap/help/5_Programming/fec -share/TekNap/help/5_Programming/for -share/TekNap/help/5_Programming/foreach -share/TekNap/help/5_Programming/if -share/TekNap/help/5_Programming/input -share/TekNap/help/5_Programming/input_char -share/TekNap/help/5_Programming/load -share/TekNap/help/5_Programming/local -share/TekNap/help/5_Programming/on/action -share/TekNap/help/5_Programming/on/browse_begin -share/TekNap/help/5_Programming/on/browse_end -share/TekNap/help/5_Programming/on/channel_join -share/TekNap/help/5_Programming/on/connect -share/TekNap/help/5_Programming/on/disconnect -share/TekNap/help/5_Programming/on/error -share/TekNap/help/5_Programming/on/exec -share/TekNap/help/5_Programming/on/exec_errors -share/TekNap/help/5_Programming/on/exec_exit -share/TekNap/help/5_Programming/on/exec_prompt -share/TekNap/help/5_Programming/on/exit -share/TekNap/help/5_Programming/on/flood -share/TekNap/help/5_Programming/on/help -share/TekNap/help/5_Programming/on/hook -share/TekNap/help/5_Programming/on/hotlist -share/TekNap/help/5_Programming/on/idle -share/TekNap/help/5_Programming/on/input -share/TekNap/help/5_Programming/on/join -share/TekNap/help/5_Programming/on/kill -share/TekNap/help/5_Programming/on/leave -share/TekNap/help/5_Programming/on/list -share/TekNap/help/5_Programming/on/mp3 -share/TekNap/help/5_Programming/on/msg -share/TekNap/help/5_Programming/on/names -share/TekNap/help/5_Programming/on/nap -share/TekNap/help/5_Programming/on/naperror -share/TekNap/help/5_Programming/on/napfinish -share/TekNap/help/5_Programming/on/naprequest -share/TekNap/help/5_Programming/on/napsend -share/TekNap/help/5_Programming/on/on -share/TekNap/help/5_Programming/on/paste -share/TekNap/help/5_Programming/on/pong -share/TekNap/help/5_Programming/on/public -share/TekNap/help/5_Programming/on/public_other -share/TekNap/help/5_Programming/on/raw_nap -share/TekNap/help/5_Programming/on/search_begin -share/TekNap/help/5_Programming/on/search_end -share/TekNap/help/5_Programming/on/send_action -share/TekNap/help/5_Programming/on/send_msg -share/TekNap/help/5_Programming/on/send_ops -share/TekNap/help/5_Programming/on/send_public -share/TekNap/help/5_Programming/on/servermsg -share/TekNap/help/5_Programming/on/sigusr1 -share/TekNap/help/5_Programming/on/status_update -share/TekNap/help/5_Programming/on/switch_channels -share/TekNap/help/5_Programming/on/switch_windows -share/TekNap/help/5_Programming/on/timer -share/TekNap/help/5_Programming/on/timer_hour -share/TekNap/help/5_Programming/on/topic -share/TekNap/help/5_Programming/on/wall -share/TekNap/help/5_Programming/on/who -share/TekNap/help/5_Programming/on/window -share/TekNap/help/5_Programming/on/window_create -share/TekNap/help/5_Programming/on/window_kill -share/TekNap/help/5_Programming/parsekey -share/TekNap/help/5_Programming/pause -share/TekNap/help/5_Programming/pop -share/TekNap/help/5_Programming/purge -share/TekNap/help/5_Programming/push -share/TekNap/help/5_Programming/repeat -share/TekNap/help/5_Programming/return -share/TekNap/help/5_Programming/save -share/TekNap/help/5_Programming/send -share/TekNap/help/5_Programming/sendline -share/TekNap/help/5_Programming/setenv -share/TekNap/help/5_Programming/shift -share/TekNap/help/5_Programming/sleep -share/TekNap/help/5_Programming/stack -share/TekNap/help/5_Programming/stub -share/TekNap/help/5_Programming/switch -share/TekNap/help/5_Programming/timer -share/TekNap/help/5_Programming/type -share/TekNap/help/5_Programming/unless -share/TekNap/help/5_Programming/unshift -share/TekNap/help/5_Programming/usleep -share/TekNap/help/5_Programming/wait -share/TekNap/help/5_Programming/while -share/TekNap/help/5_Programming/xecho -share/TekNap/help/5_Programming/xtype -share/TekNap/help/6_Functions/6_Functions -share/TekNap/help/6_Functions/after -share/TekNap/help/6_Functions/afterw -share/TekNap/help/6_Functions/aliasctl -share/TekNap/help/6_Functions/ascii -share/TekNap/help/6_Functions/before -share/TekNap/help/6_Functions/builtin -share/TekNap/help/6_Functions/channel -share/TekNap/help/6_Functions/channelnicks -share/TekNap/help/6_Functions/chanusers -share/TekNap/help/6_Functions/chngw -share/TekNap/help/6_Functions/chr -share/TekNap/help/6_Functions/close -share/TekNap/help/6_Functions/common -share/TekNap/help/6_Functions/connect -share/TekNap/help/6_Functions/cparse -share/TekNap/help/6_Functions/crypt -share/TekNap/help/6_Functions/decode -share/TekNap/help/6_Functions/delarray -share/TekNap/help/6_Functions/delitem -share/TekNap/help/6_Functions/diff -share/TekNap/help/6_Functions/encode -share/TekNap/help/6_Functions/eof -share/TekNap/help/6_Functions/fexist -share/TekNap/help/6_Functions/filter -share/TekNap/help/6_Functions/finditem -share/TekNap/help/6_Functions/findw -share/TekNap/help/6_Functions/fsize -share/TekNap/help/6_Functions/getarrays -share/TekNap/help/6_Functions/getcap -share/TekNap/help/6_Functions/getitem -share/TekNap/help/6_Functions/getmatches -share/TekNap/help/6_Functions/getopt -share/TekNap/help/6_Functions/getrmatches -share/TekNap/help/6_Functions/gettmatch -share/TekNap/help/6_Functions/glob -share/TekNap/help/6_Functions/idle -share/TekNap/help/6_Functions/ifindfirst -share/TekNap/help/6_Functions/ifinditem -share/TekNap/help/6_Functions/igetitem -share/TekNap/help/6_Functions/igetmatches -share/TekNap/help/6_Functions/igetrmatches -share/TekNap/help/6_Functions/indextoitem -share/TekNap/help/6_Functions/insertw -share/TekNap/help/6_Functions/isalnum -share/TekNap/help/6_Functions/isalpha -share/TekNap/help/6_Functions/isdigit -share/TekNap/help/6_Functions/isdisplaying -share/TekNap/help/6_Functions/isspace -share/TekNap/help/6_Functions/isxdigit -share/TekNap/help/6_Functions/itemtoindex -share/TekNap/help/6_Functions/jot -share/TekNap/help/6_Functions/lastlog -share/TekNap/help/6_Functions/left -share/TekNap/help/6_Functions/leftw -share/TekNap/help/6_Functions/line -share/TekNap/help/6_Functions/listarray -share/TekNap/help/6_Functions/match -share/TekNap/help/6_Functions/matchitem -share/TekNap/help/6_Functions/md5 -share/TekNap/help/6_Functions/mid -share/TekNap/help/6_Functions/midw -share/TekNap/help/6_Functions/mp3time -share/TekNap/help/6_Functions/msar -share/TekNap/help/6_Functions/numarrays -share/TekNap/help/6_Functions/numitems -share/TekNap/help/6_Functions/numsort -share/TekNap/help/6_Functions/numwords -share/TekNap/help/6_Functions/onchannels -share/TekNap/help/6_Functions/open -share/TekNap/help/6_Functions/pattern -share/TekNap/help/6_Functions/pop -share/TekNap/help/6_Functions/push -share/TekNap/help/6_Functions/rand -share/TekNap/help/6_Functions/read -share/TekNap/help/6_Functions/regcomp -share/TekNap/help/6_Functions/regerror -share/TekNap/help/6_Functions/regexec -share/TekNap/help/6_Functions/regfree -share/TekNap/help/6_Functions/remw -share/TekNap/help/6_Functions/remws -share/TekNap/help/6_Functions/rest -share/TekNap/help/6_Functions/restw -share/TekNap/help/6_Functions/reverse -share/TekNap/help/6_Functions/revw -share/TekNap/help/6_Functions/rfilter -share/TekNap/help/6_Functions/right -share/TekNap/help/6_Functions/rightw -share/TekNap/help/6_Functions/rmatch -share/TekNap/help/6_Functions/rmatchitem -share/TekNap/help/6_Functions/rpattern -share/TekNap/help/6_Functions/sar -share/TekNap/help/6_Functions/setitem -share/TekNap/help/6_Functions/shift -share/TekNap/help/6_Functions/sort -share/TekNap/help/6_Functions/srand -share/TekNap/help/6_Functions/status -share/TekNap/help/6_Functions/strchr -share/TekNap/help/6_Functions/strcmp -share/TekNap/help/6_Functions/strftime -share/TekNap/help/6_Functions/strip -share/TekNap/help/6_Functions/strlen -share/TekNap/help/6_Functions/strrchr -share/TekNap/help/6_Functions/time -share/TekNap/help/6_Functions/tolower -share/TekNap/help/6_Functions/toupper -share/TekNap/help/6_Functions/tr -share/TekNap/help/6_Functions/twiddle -share/TekNap/help/6_Functions/uname -share/TekNap/help/6_Functions/unlink -share/TekNap/help/6_Functions/unshift -share/TekNap/help/6_Functions/utime -share/TekNap/help/6_Functions/winnum -share/TekNap/help/6_Functions/winsize -share/TekNap/help/6_Functions/word -share/TekNap/help/6_Functions/write -share/TekNap/help/6_Functions/xmms -share/TekNap/help/7_Docs/7_Docs -share/TekNap/help/7_Docs/Arrays -share/TekNap/help/7_Docs/Command_Line -share/TekNap/help/7_Docs/Environment -share/TekNap/help/7_Docs/Expressions -share/TekNap/help/7_Docs/Introduction -share/TekNap/help/7_Docs/Key_Bindings -share/TekNap/help/7_Docs/Patterns -share/TekNap/help/7_Docs/Programming -share/TekNap/help/7_Docs/Serial_Numbers -share/TekNap/help/7_Docs/Server_Numerics -share/TekNap/help/7_Docs/Signals -share/TekNap/help/7_Docs/Special_Vars -share/TekNap/help/7_Docs/Status_Line -share/TekNap/help/7_Docs/Text_Highlight -share/doc/TekNap/README -@dirrm share/doc/TekNap -@dirrm share/TekNap/help/7_Docs -@dirrm share/TekNap/help/6_Functions -@dirrm share/TekNap/help/5_Programming/on -@dirrm share/TekNap/help/5_Programming -@dirrm share/TekNap/help/4_Misc/window -@dirrm share/TekNap/help/4_Misc/set -@dirrm share/TekNap/help/4_Misc/bind -@dirrm share/TekNap/help/4_Misc -@dirrm share/TekNap/help/3_Admin -@dirrm share/TekNap/help/2_Napster -@dirrm share/TekNap/help/1_General -@dirrm share/TekNap/help -@dirrm share/TekNap |