diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-05-08 02:04:53 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-05-08 02:04:53 +0000 |
commit | e52a4a7fdde9e4a3f78abd36b1c838f6dbc630d1 (patch) | |
tree | 138af48001e6588152f273bedc9f8417903ad6d4 /net | |
parent | 170209265fafe4bddb9bdc262c61980e29cc8a7b (diff) | |
download | pkgsrc-e52a4a7fdde9e4a3f78abd36b1c838f6dbc630d1.tar.gz |
Initial import of gift-fasttrack-0.8.6.
giFT-FastTrack is a plugin for giFT which enables users of giFT to participate
in the FastTrack network. The required cryptographic algorithms have been
successfully reverse engineered and searching/downloading already work.
Diffstat (limited to 'net')
-rw-r--r-- | net/gift-fasttrack/DESCR | 3 | ||||
-rw-r--r-- | net/gift-fasttrack/Makefile | 20 | ||||
-rw-r--r-- | net/gift-fasttrack/PLIST | 8 | ||||
-rw-r--r-- | net/gift-fasttrack/distinfo | 4 |
4 files changed, 35 insertions, 0 deletions
diff --git a/net/gift-fasttrack/DESCR b/net/gift-fasttrack/DESCR new file mode 100644 index 00000000000..fd3903fc4a8 --- /dev/null +++ b/net/gift-fasttrack/DESCR @@ -0,0 +1,3 @@ +giFT-FastTrack is a plugin for giFT which enables users of giFT to participate +in the FastTrack network. The required cryptographic algorithms have been +successfully reverse engineered and searching/downloading already work. diff --git a/net/gift-fasttrack/Makefile b/net/gift-fasttrack/Makefile new file mode 100644 index 00000000000..69c49039b40 --- /dev/null +++ b/net/gift-fasttrack/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/08 02:04:53 xtraeme Exp $ +# + +DISTNAME= giFT-FastTrack-0.8.6 +PKGNAME= ${DISTNAME:S/giFT-FastTrack/gift-fasttrack/} +CATEGORIES= net +MASTER_SITES= http://download.berlios.de/gift-fasttrack/ + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://download.berlios.de/gift-fasttrack/ +COMMENT= Fasttrack plugin for giFT + +WRKSRC= ${WRKDIR}/giFT-FastTrack-0.8.6 +USE_BUILDLINK3= yes +USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes +GNU_CONFIGURE= yes + +.include "../../net/gift/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/gift-fasttrack/PLIST b/net/gift-fasttrack/PLIST new file mode 100644 index 00000000000..485dafa7efb --- /dev/null +++ b/net/gift-fasttrack/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/08 02:04:53 xtraeme Exp $ +lib/giFT/libFastTrack.a +lib/giFT/libFastTrack.la +lib/giFT/libFastTrack.so +share/giFT/FastTrack/FastTrack.conf.template +share/giFT/FastTrack/banlist +share/giFT/FastTrack/nodes +@dirrm share/giFT/FastTrack diff --git a/net/gift-fasttrack/distinfo b/net/gift-fasttrack/distinfo new file mode 100644 index 00000000000..501fa05bbb7 --- /dev/null +++ b/net/gift-fasttrack/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/05/08 02:04:53 xtraeme Exp $ + +SHA1 (giFT-FastTrack-0.8.6.tar.gz) = d85ecd9e490f43286ab77d805bb49d3b497b67f9 +Size (giFT-FastTrack-0.8.6.tar.gz) = 362589 bytes |