summaryrefslogtreecommitdiff
path: root/net-p2p/gift-fasttrack
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-11-13 18:49:23 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-11-13 18:49:23 +0000
commit78367d9df241314185b41ef9021fbbecf9fad085 (patch)
treed353ba5f146874b6f31cb6e11f7b77eb20b4d5e4 /net-p2p/gift-fasttrack
parentAdd gift-gnutella, gnutella plugin for giFT (diff)
add gift-fasttrack plugin that enables giFT users to participate
in the FastTrack network. PR: 58362 Submitted by: Stefan Ehmann <shoesoft@gmx.net>
Notes
Notes: svn path=/head/; revision=93903
Diffstat (limited to 'net-p2p/gift-fasttrack')
-rw-r--r--net-p2p/gift-fasttrack/Makefile36
-rw-r--r--net-p2p/gift-fasttrack/distinfo1
-rw-r--r--net-p2p/gift-fasttrack/pkg-descr5
-rw-r--r--net-p2p/gift-fasttrack/pkg-plist14
4 files changed, 56 insertions, 0 deletions
diff --git a/net-p2p/gift-fasttrack/Makefile b/net-p2p/gift-fasttrack/Makefile
new file mode 100644
index 000000000000..bec42d362334
--- /dev/null
+++ b/net-p2p/gift-fasttrack/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: giFT-FastTrack
+# Date created: 2003-09-04
+# Whom: Stefan Ehmann <shoesoft@gmx.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= giFT-FastTrack
+PORTVERSION= 0.8.3
+CATEGORIES= net
+MASTER_SITES= http://download.berlios.de/gift-fasttrack/
+
+MAINTAINER= shoesoft@gmx.net
+COMMENT= A FastTrack plugin for giFT
+
+LIB_DEPENDS= gift.0:${PORTSDIR}/net/gift
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
+ LDFLAGS="${LDFLAGS}"
+
+DOC_FILES= AUTHORS COPYING ChangeLog \
+ INSTALL NEWS README TODO
+
+post-install:
+.ifndef(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for doc in ${DOC_FILES}
+ @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/net-p2p/gift-fasttrack/distinfo b/net-p2p/gift-fasttrack/distinfo
new file mode 100644
index 000000000000..09401bf627ea
--- /dev/null
+++ b/net-p2p/gift-fasttrack/distinfo
@@ -0,0 +1 @@
+MD5 (giFT-FastTrack-0.8.3.tar.gz) = 2f355e357e8ef777acf7ff37be117fd4
diff --git a/net-p2p/gift-fasttrack/pkg-descr b/net-p2p/gift-fasttrack/pkg-descr
new file mode 100644
index 000000000000..999617485d66
--- /dev/null
+++ b/net-p2p/gift-fasttrack/pkg-descr
@@ -0,0 +1,5 @@
+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.
+
+WWW: http://developer.berlios.de/projects/gift-fasttrack/
diff --git a/net-p2p/gift-fasttrack/pkg-plist b/net-p2p/gift-fasttrack/pkg-plist
new file mode 100644
index 000000000000..4659b4b5e580
--- /dev/null
+++ b/net-p2p/gift-fasttrack/pkg-plist
@@ -0,0 +1,14 @@
+lib/giFT/libFastTrack.la
+lib/giFT/libFastTrack.so
+share/giFT/FastTrack/FastTrack.conf
+share/giFT/FastTrack/nodes
+%%PORTDOCS%%share/doc/giFT-FastTrack/AUTHORS
+%%PORTDOCS%%share/doc/giFT-FastTrack/COPYING
+%%PORTDOCS%%share/doc/giFT-FastTrack/ChangeLog
+%%PORTDOCS%%share/doc/giFT-FastTrack/INSTALL
+%%PORTDOCS%%share/doc/giFT-FastTrack/NEWS
+%%PORTDOCS%%share/doc/giFT-FastTrack/README
+%%PORTDOCS%%share/doc/giFT-FastTrack/TODO
+@dirrm lib/giFT
+@dirrm share/giFT/FastTrack
+@dirrm %%PORTDOCS%%share/doc/giFT-FastTrack