diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-18 09:40:12 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-18 09:40:12 +0000 |
commit | 1320de8504203ff2aa2b6add21890a45aec5168c (patch) | |
tree | d108dd209dc2551265014a7df99d2dbbd72b8dec | |
parent | 98e3b66265917fba0497a91b580762acf1883218 (diff) | |
download | ports-1320de8504203ff2aa2b6add21890a45aec5168c.tar.gz ports-1320de8504203ff2aa2b6add21890a45aec5168c.zip |
Notes
-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 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/gnewtellium/Makefile | 22 | ||||
-rw-r--r-- | net/gnewtellium/distinfo | 1 | ||||
-rw-r--r-- | net/gnewtellium/pkg-comment | 1 | ||||
-rw-r--r-- | net/gnewtellium/pkg-descr | 11 | ||||
-rw-r--r-- | net/gnewtellium/pkg-plist | 5 |
11 files changed, 81 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 + diff --git a/net/Makefile b/net/Makefile index 479de0a9a0ec..2186593d7881 100644 --- a/net/Makefile +++ b/net/Makefile @@ -160,6 +160,7 @@ SUBDIR += gkrellmqst SUBDIR += gkrellmwireless SUBDIR += gnet + SUBDIR += gnewtellium SUBDIR += gnomba SUBDIR += gnome-vnc SUBDIR += gnomeicu diff --git a/net/gnewtellium/Makefile b/net/gnewtellium/Makefile new file mode 100644 index 000000000000..91535179578d --- /dev/null +++ b/net/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/gnewtellium/distinfo b/net/gnewtellium/distinfo new file mode 100644 index 000000000000..fb861cd737e9 --- /dev/null +++ b/net/gnewtellium/distinfo @@ -0,0 +1 @@ +MD5 (gnewtellium-0.05b.tar.gz) = 804e00af95ac0314266ac571d7106ddf diff --git a/net/gnewtellium/pkg-comment b/net/gnewtellium/pkg-comment new file mode 100644 index 000000000000..06b486327b68 --- /dev/null +++ b/net/gnewtellium/pkg-comment @@ -0,0 +1 @@ +A gnutella client diff --git a/net/gnewtellium/pkg-descr b/net/gnewtellium/pkg-descr new file mode 100644 index 000000000000..ca80bf069cf2 --- /dev/null +++ b/net/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/gnewtellium/pkg-plist b/net/gnewtellium/pkg-plist new file mode 100644 index 000000000000..f86f894a32ab --- /dev/null +++ b/net/gnewtellium/pkg-plist @@ -0,0 +1,5 @@ +bin/gnewtellium +share/gnewtellium/pixmaps/gnewtellium.xpm +@dirrm share/gnewtellium/pixmaps +@dirrm share/gnewtellium + |