pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/gift Initial import of gift-0.11.6 from pkgsrc-wip.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2fc61f48b916
branches:  trunk
changeset: 474957:2fc61f48b916
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat May 08 02:03:58 2004 +0000

description:
Initial import of gift-0.11.6 from pkgsrc-wip.

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.

diffstat:

 net/gift/DESCR         |   6 ++++++
 net/gift/MESSAGE       |  11 +++++++++++
 net/gift/Makefile      |  23 +++++++++++++++++++++++
 net/gift/PLIST         |  49 +++++++++++++++++++++++++++++++++++++++++++++++++
 net/gift/buildlink3.mk |  21 +++++++++++++++++++++
 net/gift/distinfo      |   4 ++++
 6 files changed, 114 insertions(+), 0 deletions(-)

diffs (138 lines):

diff -r cc2b0387a2fe -r 2fc61f48b916 net/gift/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gift/DESCR    Sat May 08 02:03:58 2004 +0000
@@ -0,0 +1,6 @@
+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.
diff -r cc2b0387a2fe -r 2fc61f48b916 net/gift/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gift/MESSAGE  Sat May 08 02:03:58 2004 +0000
@@ -0,0 +1,11 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2004/05/08 02:03:58 xtraeme Exp $
+
+Your giFT-setup is incomplete, you have to run gift-setup to configure giftd.
+giftd is quite useless without plugins, you can install, for example:
+
+       o net/gift-fasttrack (Fasttrack)
+       o net/gift-gnutella (Gnutella)
+       o net/gift-openft (OpenFT)
+
+===========================================================================
diff -r cc2b0387a2fe -r 2fc61f48b916 net/gift/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gift/Makefile Sat May 08 02:03:58 2004 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/05/08 02:03:58 xtraeme Exp $
+#
+
+DISTNAME=      gift-0.11.6
+CATEGORIES=    net
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gift/}
+EXTRACT_SUFX=  .tar.bz2
+
+MAINTAINER=    alex%catbull.com@localhost
+HOMEPAGE=      http://gift.sourceforge.net/
+COMMENT=       Modular daemon that abstracts filesharing protocols
+
+USE_BUILDLINK3=                yes
+USE_PKGLOCALEDIR=      yes
+USE_LIBTOOL=           yes
+GNU_CONFIGURE=         yes
+
+PKGCONFIG_OVERRIDE+=    ${WRKSRC}/lib/libgift.pc.in
+
+.include "../../devel/libtool/buildlink3.mk"
+.include "../../audio/libvorbis/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cc2b0387a2fe -r 2fc61f48b916 net/gift/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gift/PLIST    Sat May 08 02:03:58 2004 +0000
@@ -0,0 +1,49 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/08 02:03:58 xtraeme Exp $
+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.a
+lib/libgift.la
+lib/libgift.so
+lib/libgift.so.0
+lib/libgift.so.0.0
+lib/libgiftproto.a
+lib/libgiftproto.la
+lib/libgiftproto.so
+lib/libgiftproto.so.0
+lib/libgiftproto.so.0.0
+lib/pkgconfig/libgift.pc
+man/man1/giftd.1
+share/giFT/giftd.conf.template
+share/giFT/mime.types
+share/giFT/ui/ui.conf.template
+@dirrm share/giFT/ui
+@dirrm share/giFT
+@dirrm include/libgift/proto
+@dirrm include/libgift
diff -r cc2b0387a2fe -r 2fc61f48b916 net/gift/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gift/buildlink3.mk    Sat May 08 02:03:58 2004 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/05/08 02:03:58 xtraeme Exp $
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+GIFT_BUILDLINK3_MK:=   ${GIFT_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    gift
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Ngift}
+BUILDLINK_PACKAGES+=   gift
+
+.if !empty(GIFT_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.gift+=       gift>=0.11.6
+BUILDLINK_PKGSRCDIR.gift?=     ../../net/gift
+.endif # GIFT_BUILDLINK3_MK
+
+.include "../../devel/libtool/buildlink3.mk"
+.include "../../audio/libvorbis/buildlink3.mk"
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
diff -r cc2b0387a2fe -r 2fc61f48b916 net/gift/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gift/distinfo Sat May 08 02:03:58 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/05/08 02:03:58 xtraeme Exp $
+
+SHA1 (gift-0.11.6.tar.bz2) = 22e7ffbfba5d83f72cf12661614997f84e47f3aa
+Size (gift-0.11.6.tar.bz2) = 533799 bytes



Home | Main Index | Thread Index | Old Index