diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-30 21:36:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-30 21:36:28 +0000 |
commit | fbab09fee302574e578e4f0d1b6082cdae4defb4 (patch) | |
tree | 2e89197b88b8a883c56aef7a5d0d89dc5d374850 /net/libfreenet | |
parent | Upgrade to 1.63.0. (diff) |
Populate newly create net-p2p category with these ports:
ftp/jigdo
net/amule1
net/amule2
net/apollon
net/azureus
net/bnbt
net/btpeer
net/btqueue
net/cdonkey
net/ctorrent
net/dcd
net/dclib
net/dctc
net/dctc-gui
net/dctc-gui-qt
net/edonkey-gui-gtk
net/edonkey-gui-gtk-urlslave
net/fcptools
net/fidelio
net/freenet
net/frost
net/giftcurs
net/giftoxic
net/giftui
net/gift
net/gift-fasttrack
net/gift-gnutella
net/gift-openft
net/gkrellm-gift
net/gnewtellium
net/gnome-btdownload
net/gnunet
net/gtkhx
net/gtk-gnutella
net/gtorrentviewer
net/hagelslag
net/hx
net/i2p
net/javadc
net/kmldonkey
net/ktorrent
net/libbt
net/liberator
net/libfreenet
net/libpdtp
net/libtorrent
net/limewire
net/linux-agsatellite
net/linux-edonkey-core
net/linux-edonkey-server
net/linux-jigdo
net/linux-overnet-core
net/minder
net/mldonkey
net/mldonkey-core
net/mldonkey-core-devel
net/mldonkey-devel
net/mldonkey-gui
net/mldonkey-gui-devel
net/mldonkey-perlreactor
net/mldonkey-sancho
net/mldonkey-serverspy
net/mldonkey-urlslave
net/mutella
net/mute-net
net/mute-net-gui
net/mute-net-text
net/napshare
net/nicotine
net/opendchub
net/peercast
net/phex
net/pyslsk
net/py-bittornado
net/py-bittornado-core
net/py-bittorrent
net/py-bittorrent-core
net/py-bittorrent-core-devel
net/py-bittorrent-devel
net/py-fngrab
net/py-kenosis
net/py-kenosis-bittorrent
net/py-py2play
net/p5-pdonkey
net/qtella
net/qtorrent
net/rtorrent
net/squall
net/torrentflux
net/torrentsniff
net/trackerbt
net/transmission
net/valknut
net/verlihub
net/verlihub-plugins
net/xmule
net/xnap
misc/ed2k
misc/edonkey-tool-hash
misc/linux-edonkey-tool-recovermet
Repocopies by: marcus
Diffstat (limited to 'net/libfreenet')
-rw-r--r-- | net/libfreenet/Makefile | 30 | ||||
-rw-r--r-- | net/libfreenet/distinfo | 3 | ||||
-rw-r--r-- | net/libfreenet/files/patch-client.c | 12 | ||||
-rw-r--r-- | net/libfreenet/files/patch-client_util.c | 28 | ||||
-rw-r--r-- | net/libfreenet/files/patch-protocol.c | 22 | ||||
-rw-r--r-- | net/libfreenet/files/patch-testclient.c | 10 | ||||
-rw-r--r-- | net/libfreenet/files/patch-testserver.c | 16 | ||||
-rw-r--r-- | net/libfreenet/pkg-descr | 6 | ||||
-rw-r--r-- | net/libfreenet/pkg-plist | 21 |
9 files changed, 0 insertions, 148 deletions
diff --git a/net/libfreenet/Makefile b/net/libfreenet/Makefile deleted file mode 100644 index 4128446f84fc..000000000000 --- a/net/libfreenet/Makefile +++ /dev/null @@ -1,30 +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.5.0 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= http://thalassocracy.org/libfreenet/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Freenet library written in C - -USE_REINPLACE= yes -USE_OPENSSL= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --includedir=${PREFIX}/include/libfreenet -INSTALLS_SHLIB= yes - -post-patch: - @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|-g -Wall|\@CFLAGS\@|g' ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/net/libfreenet/distinfo b/net/libfreenet/distinfo deleted file mode 100644 index eef8d05a545f..000000000000 --- a/net/libfreenet/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libfreenet-0.5.0.tar.gz) = 04b7222576520e825e67b005c478cbb0 -SHA256 (libfreenet-0.5.0.tar.gz) = 6f67295d1cf907ff5defd91e516ba4250a499d722ef0dd7eb84df1f9cfe796f5 -SIZE (libfreenet-0.5.0.tar.gz) = 200338 diff --git a/net/libfreenet/files/patch-client.c b/net/libfreenet/files/patch-client.c deleted file mode 100644 index ba0702f37af3..000000000000 --- a/net/libfreenet/files/patch-client.c +++ /dev/null @@ -1,12 +0,0 @@ ---- client.c.orig Wed Jun 13 19:04:37 2001 -+++ client.c Sun Dec 30 14:35:28 2001 -@@ -15,7 +15,9 @@ - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ -+#ifdef HAVE_MALLOC_H - #include <malloc.h> -+#endif - #include <string.h> - #include <openssl/dsa.h> - diff --git a/net/libfreenet/files/patch-client_util.c b/net/libfreenet/files/patch-client_util.c deleted file mode 100644 index 3fd891db3122..000000000000 --- a/net/libfreenet/files/patch-client_util.c +++ /dev/null @@ -1,28 +0,0 @@ ---- client_util.c.orig Wed Mar 28 03:27:38 2001 -+++ client_util.c Fri Mar 15 07:54:32 2002 -@@ -37,7 +37,7 @@ - #endif - - --long blstr2time(char *baseline); -+time_t blstr2time(char *baseline); - int timediff(); - - -@@ -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/libfreenet/files/patch-protocol.c b/net/libfreenet/files/patch-protocol.c deleted file mode 100644 index 66628daab52d..000000000000 --- a/net/libfreenet/files/patch-protocol.c +++ /dev/null @@ -1,22 +0,0 @@ ---- protocol.c.orig Wed Jun 13 19:03:11 2001 -+++ protocol.c Sun Dec 30 14:37:45 2001 -@@ -16,7 +16,11 @@ - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - #include <stdio.h> -+#ifdef HAVE_MALLOC_H - #include <malloc.h> -+#endif -+#include <sys/types.h> -+#include <netinet/in.h> - #include <sys/socket.h> - #include <netdb.h> - #include <string.h> -@@ -24,7 +28,6 @@ - #include <errno.h> - #include <fcntl.h> - #include <unistd.h> --#include <sys/types.h> - #include <ctype.h> - #include <time.h> - diff --git a/net/libfreenet/files/patch-testclient.c b/net/libfreenet/files/patch-testclient.c deleted file mode 100644 index 08a080bc7ce6..000000000000 --- a/net/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/libfreenet/files/patch-testserver.c b/net/libfreenet/files/patch-testserver.c deleted file mode 100644 index 9df4920aefe2..000000000000 --- a/net/libfreenet/files/patch-testserver.c +++ /dev/null @@ -1,16 +0,0 @@ ---- testserver.c.orig Wed Jun 13 19:05:19 2001 -+++ testserver.c Sun Dec 30 14:36:07 2001 -@@ -15,10 +15,13 @@ - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ -+#ifdef HAVE_MALLOC_H - #include <malloc.h> -+#endif - #include <string.h> - #include <unistd.h> - #include <stdlib.h> -+#include <netinet/in.h> - #include <sys/socket.h> - - diff --git a/net/libfreenet/pkg-descr b/net/libfreenet/pkg-descr deleted file mode 100644 index 0c647d2ec4f1..000000000000 --- a/net/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/libfreenet/pkg-plist b/net/libfreenet/pkg-plist deleted file mode 100644 index 5778fa48f50f..000000000000 --- a/net/libfreenet/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -bin/testclient -bin/testserver -include/libfreenet/acconfig.h -include/libfreenet/base64.h -include/libfreenet/client.h -include/libfreenet/client_util.h -include/libfreenet/config.h -include/libfreenet/endtoend.h -include/libfreenet/message.h -include/libfreenet/protocol.h -include/libfreenet/rijndael-alg-fst.h -include/libfreenet/rijndael-api-fst.h -include/libfreenet/status.h -include/libfreenet/stream.h -include/libfreenet/twofish.h -include/libfreenet/uri.h -include/libfreenet/util.h -lib/libfreenet.a -lib/libfreenet.so -lib/libfreenet.so.1 -@dirrm include/libfreenet |