diff options
Diffstat (limited to 'net-p2p/gift')
-rw-r--r-- | net-p2p/gift/Makefile | 50 | ||||
-rw-r--r-- | net-p2p/gift/distinfo | 2 | ||||
-rw-r--r-- | net-p2p/gift/files/patch-configure | 20 | ||||
-rw-r--r-- | net-p2p/gift/pkg-descr | 16 | ||||
-rw-r--r-- | net-p2p/gift/pkg-message | 13 | ||||
-rw-r--r-- | net-p2p/gift/pkg-plist | 52 |
6 files changed, 0 insertions, 153 deletions
diff --git a/net-p2p/gift/Makefile b/net-p2p/gift/Makefile deleted file mode 100644 index 6b840977600b..000000000000 --- a/net-p2p/gift/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: giFT library -# Date created: Fri Nov 16 02:47:45 BRST 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= giFT -PORTVERSION= 0.11.8.1 -CATEGORIES= net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME:L} -DISTNAME= ${PORTNAME:L}-${PORTVERSION} - -MAINTAINER= shoesoft@gmx.net -COMMENT= An OpenFT, Gnutella and FastTrack p2p network client - -LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis - -USE_LIBLTDL= yes -USE_BZIP2= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ - LDFLAGS="${LDFLAGS}" -INSTALLS_SHLIB= yes - -MAN1= giftd.1 - -DOC_FILES= AUTHORS COPYING src/ChangeLog \ - INSTALL NEWS QUICKSTART README TODO - -post-patch: - @${REINPLACE_CMD} -e \ - 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/lib/Makefile.in - -post-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for doc in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -.endfor -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/net-p2p/gift/distinfo b/net-p2p/gift/distinfo deleted file mode 100644 index 3cb17505d105..000000000000 --- a/net-p2p/gift/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gift-0.11.8.1.tar.bz2) = 1c70477af403af142359d07ee4a03348 -SIZE (gift-0.11.8.1.tar.bz2) = 541446 diff --git a/net-p2p/gift/files/patch-configure b/net-p2p/gift/files/patch-configure deleted file mode 100644 index 3783e5f8538c..000000000000 --- a/net-p2p/gift/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig Fri Dec 24 04:13:11 2004 -+++ configure Fri Dec 24 04:13:41 2004 -@@ -21401,7 +21401,7 @@ - void f (int i, ...) { - va_list a1, a2; - va_start (a1, i); -- __va_copy (a2, a1); -+ a2 = a1; - if (va_arg (a2, int) != 42 || - va_arg (a1, int) != 42) - exit (1); -@@ -21452,7 +21452,7 @@ - #define VA_COPY_FUNC __va_copy - #endif - _ACEOF -- else if test "x$libgift_cv_copy_by_val" = "xyes"; then -+ else if test "x$libgift_cv_va_copy_by_val" = "xyes"; then - cat >>gconfdefs.h <<_ACEOF - #ifndef VA_COPY_BY_VAL - #define VA_COPY_BY_VAL 1 diff --git a/net-p2p/gift/pkg-descr b/net-p2p/gift/pkg-descr deleted file mode 100644 index 628e5d6f7a5c..000000000000 --- a/net-p2p/gift/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -What is giFT, you ask? giFT is a modular daemon capable of abstracting the -communication between the end user and specific filesharing protocols -(peer-to-peer or otherwise). The giFT project differs from many other similar -projects in that it is a distribution of a standalone platform-independent -daemon, a library for client/frontend development, and our own homegrown -network, OpenFT. - - -The goal of this project is to ensure that user interface developers never waste -time with the low-level details of a protocol and that network programmers never -waste time with the user interface details. Along those same lines it allows end -users to control which protocols they use no matter which giFT interface they -have selected as their favorite. Any new filesharing network can be supported -without any change to the user interface. - -WWW: http://gift.sourceforge.net/ diff --git a/net-p2p/gift/pkg-message b/net-p2p/gift/pkg-message deleted file mode 100644 index 20ac33156ca6..000000000000 --- a/net-p2p/gift/pkg-message +++ /dev/null @@ -1,13 +0,0 @@ -giFT no longer contains any protocol plugins. Please install the respective -ports: gift-fasttrack, gift-openft and gift-gnutella. - -After installing giFT and OpenFT you'll need to set them up. -Be sure that you completely install any plugins you wish to use before this -step. If you decide that you later wish to add a new plugin, you will need to -re-run gift-setup after installation. Invocation of the setup tool is something -like this: -$ gift-setup - -Note that giFT and OpenFT will not work with the default setup, so make sure you -read and understand all questions before answering or just pressing enter. To -reconfigure giFT and OpenFT later, just run gift-setup again. diff --git a/net-p2p/gift/pkg-plist b/net-p2p/gift/pkg-plist deleted file mode 100644 index 6ac6da4c68d1..000000000000 --- a/net-p2p/gift/pkg-plist +++ /dev/null @@ -1,52 +0,0 @@ -bin/gift-setup -bin/giftd -include/libgift/array.h -include/libgift/conf.h -include/libgift/dataset.h -include/libgift/event.h -include/libgift/fdbuf.h -include/libgift/file.h -include/libgift/giftconfig.h -include/libgift/interface.h -include/libgift/libgift.h -include/libgift/list.h -include/libgift/list_lock.h -include/libgift/log.h -include/libgift/memory.h -include/libgift/mime.h -include/libgift/network.h -include/libgift/parse.h -include/libgift/platform.h -include/libgift/proto/if_event_api.h -include/libgift/proto/protocol.h -include/libgift/proto/protocol_ver.h -include/libgift/proto/share.h -include/libgift/proto/share_hash.h -include/libgift/proto/transfer_api.h -include/libgift/stopwatch.h -include/libgift/strobj.h -include/libgift/tcpc.h -include/libgift/tree.h -lib/libgift.la -lib/libgift.so -lib/libgift.so.0 -lib/libgiftproto.la -lib/libgiftproto.so -lib/libgiftproto.so.0 -libdata/pkgconfig/libgift.pc -%%PORTDOCS%%share/doc/giFT/AUTHORS -%%PORTDOCS%%share/doc/giFT/COPYING -%%PORTDOCS%%share/doc/giFT/ChangeLog -%%PORTDOCS%%share/doc/giFT/INSTALL -%%PORTDOCS%%share/doc/giFT/NEWS -%%PORTDOCS%%share/doc/giFT/QUICKSTART -%%PORTDOCS%%share/doc/giFT/README -%%PORTDOCS%%share/doc/giFT/TODO -%%PORTDOCS%%share/giFT/giftd.conf.template -%%PORTDOCS%%share/giFT/mime.types -%%PORTDOCS%%share/giFT/ui/ui.conf.template -@dirrm include/libgift/proto -@dirrm include/libgift -@dirrm %%PORTDOCS%%share/doc/giFT -@dirrm %%PORTDOCS%%share/giFT/ui -@dirrm %%PORTDOCS%%share/giFT |