summaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2002-11-06 22:47:41 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2002-11-06 22:47:41 +0000
commitd9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch)
tree7188beb34e0a3adac815c9497c615b1b78eb4454 /net-p2p
parentport wouldn't build without the gnomelibs. (diff)
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Notes
Notes: svn path=/head/; revision=69612
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/fidelio/Makefile2
-rw-r--r--net-p2p/fidelio/pkg-comment1
-rw-r--r--net-p2p/gnunet/Makefile2
-rw-r--r--net-p2p/gnunet/pkg-comment1
-rw-r--r--net-p2p/hagelslag/Makefile2
-rw-r--r--net-p2p/hagelslag/pkg-comment1
-rw-r--r--net-p2p/libfreenet/Makefile2
-rw-r--r--net-p2p/libfreenet/pkg-comment1
-rw-r--r--net-p2p/opendchub/Makefile2
-rw-r--r--net-p2p/opendchub/pkg-comment1
-rw-r--r--net-p2p/py-fngrab/Makefile2
-rw-r--r--net-p2p/py-fngrab/pkg-comment1
12 files changed, 12 insertions, 6 deletions
diff --git a/net-p2p/fidelio/Makefile b/net-p2p/fidelio/Makefile
index fa1a19275e5e..75591e5ce147 100644
--- a/net-p2p/fidelio/Makefile
+++ b/net-p2p/fidelio/Makefile
@@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= A GNOME client for Hotline
+
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \
xml2.5:${PORTSDIR}/textproc/libxml2
diff --git a/net-p2p/fidelio/pkg-comment b/net-p2p/fidelio/pkg-comment
deleted file mode 100644
index b460e2a92681..000000000000
--- a/net-p2p/fidelio/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A GNOME client for Hotline
diff --git a/net-p2p/gnunet/Makefile b/net-p2p/gnunet/Makefile
index c42d94b1d237..39fddd68da7e 100644
--- a/net-p2p/gnunet/Makefile
+++ b/net-p2p/gnunet/Makefile
@@ -15,6 +15,8 @@ DISTNAME= GNUnet-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= An anonymous, distributed, reputation-based network
+
LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm
USE_BZIP2= yes
diff --git a/net-p2p/gnunet/pkg-comment b/net-p2p/gnunet/pkg-comment
deleted file mode 100644
index 0d398337ab68..000000000000
--- a/net-p2p/gnunet/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-An anonymous, distributed, reputation-based network
diff --git a/net-p2p/hagelslag/Makefile b/net-p2p/hagelslag/Makefile
index b132597d8f70..27e0752379ec 100644
--- a/net-p2p/hagelslag/Makefile
+++ b/net-p2p/hagelslag/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= http://tiefighter.et.tudelft.nl/hagelslag/ \
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= A flexible command-line Gnutella implementation with advanced features
+
BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend
USE_REINPLACE= yes
diff --git a/net-p2p/hagelslag/pkg-comment b/net-p2p/hagelslag/pkg-comment
deleted file mode 100644
index 7ba19974a72d..000000000000
--- a/net-p2p/hagelslag/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A flexible command-line Gnutella implementation with advanced features
diff --git a/net-p2p/libfreenet/Makefile b/net-p2p/libfreenet/Makefile
index 5cf8acd22f92..7883344d5231 100644
--- a/net-p2p/libfreenet/Makefile
+++ b/net-p2p/libfreenet/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= http://thalassocracy.org/libfreenet/
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Freenet library written in C
+
USE_REINPLACE= yes
USE_OPENSSL= yes
USE_GMAKE= yes
diff --git a/net-p2p/libfreenet/pkg-comment b/net-p2p/libfreenet/pkg-comment
deleted file mode 100644
index a400869f7afa..000000000000
--- a/net-p2p/libfreenet/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Freenet library written in C
diff --git a/net-p2p/opendchub/Makefile b/net-p2p/opendchub/Makefile
index e72a0b6c4a95..21feeb5c3f90 100644
--- a/net-p2p/opendchub/Makefile
+++ b/net-p2p/opendchub/Makefile
@@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@freebsd.org
+PORTCOMMENT= Unofficial Unix version of the Direct Connect Hub software
+
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/net-p2p/opendchub/pkg-comment b/net-p2p/opendchub/pkg-comment
deleted file mode 100644
index c394b3e274f8..000000000000
--- a/net-p2p/opendchub/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Unofficial Unix version of the Direct Connect Hub software
diff --git a/net-p2p/py-fngrab/Makefile b/net-p2p/py-fngrab/Makefile
index f320041f16d2..01edac2d2c78 100644
--- a/net-p2p/py-fngrab/Makefile
+++ b/net-p2p/py-fngrab/Makefile
@@ -15,6 +15,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= A replacement for the official Freenet Project\'s freenet_request
+
BUILD_DEPENDS= ${PYXML}
RUN_DEPENDS= ${BUILD_DEPENDS}
diff --git a/net-p2p/py-fngrab/pkg-comment b/net-p2p/py-fngrab/pkg-comment
deleted file mode 100644
index 0ed4b3e1ea62..000000000000
--- a/net-p2p/py-fngrab/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A replacement for the official Freenet Project's freenet_request