diff options
author | edwin <edwin@FreeBSD.org> | 2003-01-18 17:40:12 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-01-18 17:40:12 +0800 |
commit | 03d0b5385df3d115d540231b38b028ba99636a01 (patch) | |
tree | b8a97397b4701f57d0d4ee9e8ea87977571b86f3 /net-p2p | |
parent | a4e1f41d9b38369a99e22eb051c2809fd7ed8a37 (diff) | |
download | freebsd-ports-gnome-03d0b5385df3d115d540231b38b028ba99636a01.tar.gz freebsd-ports-gnome-03d0b5385df3d115d540231b38b028ba99636a01.tar.zst freebsd-ports-gnome-03d0b5385df3d115d540231b38b028ba99636a01.zip |
New port: Gnewtellium is yet another newtella(gnutella) client.
Port of the original Newtella client in Linux/GTK+. Newtella
is a P2P protocol based on Gnutella. The main difference
between Gnutella and Newtella is that the latter allows
only mp3 sharing.
PR: ports/36959
Submitted by: Haikal Saadh <wyldephyre2@yahoo.com>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/gnewtellium/Makefile | 22 | ||||
-rw-r--r-- | net-p2p/gnewtellium/distinfo | 1 | ||||
-rw-r--r-- | net-p2p/gnewtellium/pkg-comment | 1 | ||||
-rw-r--r-- | net-p2p/gnewtellium/pkg-descr | 11 | ||||
-rw-r--r-- | net-p2p/gnewtellium/pkg-plist | 5 |
5 files changed, 40 insertions, 0 deletions
diff --git a/net-p2p/gnewtellium/Makefile b/net-p2p/gnewtellium/Makefile new file mode 100644 index 000000000000..91535179578d --- /dev/null +++ b/net-p2p/gnewtellium/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: gnewtellium +# Date created: 9 April 2002 +# Whom: haikal +# +# $FreeBSD$ + +PORTNAME= gnewtellium +PORTVERSION= 0.05b +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= wyldephyre2@yahoo.com + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 +GNU_CONFIGURE= yes +USE_AUTOCONF= yes + +.include <bsd.port.mk> diff --git a/net-p2p/gnewtellium/distinfo b/net-p2p/gnewtellium/distinfo new file mode 100644 index 000000000000..fb861cd737e9 --- /dev/null +++ b/net-p2p/gnewtellium/distinfo @@ -0,0 +1 @@ +MD5 (gnewtellium-0.05b.tar.gz) = 804e00af95ac0314266ac571d7106ddf diff --git a/net-p2p/gnewtellium/pkg-comment b/net-p2p/gnewtellium/pkg-comment new file mode 100644 index 000000000000..06b486327b68 --- /dev/null +++ b/net-p2p/gnewtellium/pkg-comment @@ -0,0 +1 @@ +A gnutella client diff --git a/net-p2p/gnewtellium/pkg-descr b/net-p2p/gnewtellium/pkg-descr new file mode 100644 index 000000000000..ca80bf069cf2 --- /dev/null +++ b/net-p2p/gnewtellium/pkg-descr @@ -0,0 +1,11 @@ +Port of the original Newtella client in Linux/GTK+. +Newtella is a P2P protocol based on Gnutella. +The main difference between Gnutella and Newtella +is that the latter allows only mp3 sharing. + + + +WWW: http://sourceforge.net/projects/gnewtellium/ + +- Haikal +wyldephyre2@yahoo.com diff --git a/net-p2p/gnewtellium/pkg-plist b/net-p2p/gnewtellium/pkg-plist new file mode 100644 index 000000000000..f86f894a32ab --- /dev/null +++ b/net-p2p/gnewtellium/pkg-plist @@ -0,0 +1,5 @@ +bin/gnewtellium +share/gnewtellium/pixmaps/gnewtellium.xpm +@dirrm share/gnewtellium/pixmaps +@dirrm share/gnewtellium + |