diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-05-04 09:11:10 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-05-04 09:11:10 +0800 |
commit | cb420027394ad2f412d7c9b4299ac8dfa29bd2c9 (patch) | |
tree | 7e55453910645ea114662a4ed93b70dbd40c8a65 /net-p2p | |
parent | 9757fef076f9d76f93cd447aefd499578518e73a (diff) | |
download | freebsd-ports-gnome-cb420027394ad2f412d7c9b4299ac8dfa29bd2c9.tar.gz freebsd-ports-gnome-cb420027394ad2f412d7c9b4299ac8dfa29bd2c9.tar.zst freebsd-ports-gnome-cb420027394ad2f412d7c9b4299ac8dfa29bd2c9.zip |
giFT-Ares is a plugin for giFT that connects to the Ares peer-to-peer
filesharing network.
WWW: http://gift-ares.berlios.de/
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/gift-ares/Makefile | 23 | ||||
-rw-r--r-- | net-p2p/gift-ares/distinfo | 3 | ||||
-rw-r--r-- | net-p2p/gift-ares/pkg-descr | 4 | ||||
-rw-r--r-- | net-p2p/gift-ares/pkg-plist | 5 |
5 files changed, 36 insertions, 0 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index b167120de0cf..aa4245c43f49 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -35,6 +35,7 @@ SUBDIR += giftcurs SUBDIR += giftoxic SUBDIR += giftui + SUBDIR += gift-ares SUBDIR += gift-fasttrack SUBDIR += gift-gnutella SUBDIR += gift-openft diff --git a/net-p2p/gift-ares/Makefile b/net-p2p/gift-ares/Makefile new file mode 100644 index 000000000000..c55a2bd5281e --- /dev/null +++ b/net-p2p/gift-ares/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: giFT-Ares +# Date created: 2006-10-10 +# Whom: alepulver +# +# $FreeBSD$ +# + +PORTNAME= giFT-Ares +PORTVERSION= 0.3.0 +CATEGORIES= net-p2p +MASTER_SITES= ${MASTER_SITE_BERLIOS} +MASTER_SITE_SUBDIR= gift-ares +DISTNAME= gift-ares-${PORTVERSION} + +MAINTAINER= alepulver@FreeBSD.org +COMMENT= giFT plugin for the Ares peer-to-peer filesharing network + +LIB_DEPENDS= gift.0:${PORTSDIR}/net-p2p/gift + +USE_BZIP2= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/net-p2p/gift-ares/distinfo b/net-p2p/gift-ares/distinfo new file mode 100644 index 000000000000..711536d7dd93 --- /dev/null +++ b/net-p2p/gift-ares/distinfo @@ -0,0 +1,3 @@ +MD5 (gift-ares-0.3.0.tar.bz2) = 51ca0cf8aad7e1ea5ffbbca2fa71c1db +SHA256 (gift-ares-0.3.0.tar.bz2) = bfbd6673c58b8d7304cbfffd0dbb776b4fd6ca0ac5c807d71cdd702d3f411419 +SIZE (gift-ares-0.3.0.tar.bz2) = 311141 diff --git a/net-p2p/gift-ares/pkg-descr b/net-p2p/gift-ares/pkg-descr new file mode 100644 index 000000000000..b5a0ae49a876 --- /dev/null +++ b/net-p2p/gift-ares/pkg-descr @@ -0,0 +1,4 @@ +giFT-Ares is a plugin for giFT that connects to the Ares peer-to-peer +filesharing network. + +WWW: http://gift-ares.berlios.de/ diff --git a/net-p2p/gift-ares/pkg-plist b/net-p2p/gift-ares/pkg-plist new file mode 100644 index 000000000000..c8f518570940 --- /dev/null +++ b/net-p2p/gift-ares/pkg-plist @@ -0,0 +1,5 @@ +lib/giFT/libAres.la +lib/giFT/libAres.so +share/giFT/Ares/Ares.conf.template +share/giFT/Ares/nodes +@dirrm share/giFT/Ares |