diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/bind9-dlz/Makefile | 1 | ||||
-rw-r--r-- | net/crescendo/Makefile | 1 | ||||
-rw-r--r-- | net/freebsd-uucp/Makefile | 1 | ||||
-rw-r--r-- | net/licq-console/Makefile | 1 | ||||
-rw-r--r-- | net/licq-jons-gtk-gui/Makefile | 1 | ||||
-rw-r--r-- | net/licq-qt-gui/Makefile | 1 | ||||
-rw-r--r-- | net/licq/Makefile | 1 | ||||
-rw-r--r-- | net/powerdns/Makefile | 1 | ||||
-rw-r--r-- | net/radiusd-cistron/Makefile | 1 |
9 files changed, 9 insertions, 0 deletions
diff --git a/net/bind9-dlz/Makefile b/net/bind9-dlz/Makefile index 336c0be437d0..3ea7d327fe63 100644 --- a/net/bind9-dlz/Makefile +++ b/net/bind9-dlz/Makefile @@ -17,6 +17,7 @@ DISTFILES= bind-${ISCVERSION}.tar.gz \ DLZ-${DLZVERSION}${EXTRACT_SUFX}:dlz MAINTAINER= dinoex@FreeBSD.org +COMMENT= The Berkeley Internet Name Daemon, with DLZ extensions POSTGRESQL_PORT?= databases/postgresql7 MASTER_SITES_DLZ= ${MASTER_SITE_SOURCEFORGE} diff --git a/net/crescendo/Makefile b/net/crescendo/Makefile index 4c0ddfef7e95..e46769f709e8 100644 --- a/net/crescendo/Makefile +++ b/net/crescendo/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= dinoex MAINTAINER= dinoex@FreeBSD.org +COMMENT= A gnome frontend for tinyfuge RUN_DEPENDS= tf:${PORTSDIR}/net/tinyfugue diff --git a/net/freebsd-uucp/Makefile b/net/freebsd-uucp/Makefile index a0dcc9a686f2..f029c449e73f 100644 --- a/net/freebsd-uucp/Makefile +++ b/net/freebsd-uucp/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=dinoex MAINTAINER= dinoex@FreeBSD.org +COMMENT= FreeBSD-modified Taylor UUCP (unix-to-unix copy program) USE_BZIP2= yes diff --git a/net/licq-console/Makefile b/net/licq-console/Makefile index 90ac108e9713..7393019e6afb 100644 --- a/net/licq-console/Makefile +++ b/net/licq-console/Makefile @@ -10,6 +10,7 @@ PORTVERSION= ${CONSOLE_LICQ_VER} CATEGORIES= net MAINTAINER= dinoex@FreeBSD.org +COMMENT= Ncurses-based console plugin for Licq USE_AUTOCONF_VER= 253 USE_AUTOMAKE_VER= 15 diff --git a/net/licq-jons-gtk-gui/Makefile b/net/licq-jons-gtk-gui/Makefile index c7eeaecd3d41..489a4fa8840d 100644 --- a/net/licq-jons-gtk-gui/Makefile +++ b/net/licq-jons-gtk-gui/Makefile @@ -10,6 +10,7 @@ PORTVERSION= ${JONS_GTK_LICQ_VER} CATEGORIES= net MAINTAINER= dinoex@FreeBSD.org +COMMENT= Jons GTK plugin for licq CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" diff --git a/net/licq-qt-gui/Makefile b/net/licq-qt-gui/Makefile index 194522a3b013..dfbd14bb72d1 100644 --- a/net/licq-qt-gui/Makefile +++ b/net/licq-qt-gui/Makefile @@ -13,6 +13,7 @@ PKGNAMESUFFIX= -kde .endif MAINTAINER= dinoex@FreeBSD.org +COMMENT= Qt plugin for licq CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ LIBS="${PTHREAD_LIBS}" diff --git a/net/licq/Makefile b/net/licq/Makefile index 55d55b548e4c..347faaebd928 100644 --- a/net/licq/Makefile +++ b/net/licq/Makefile @@ -13,6 +13,7 @@ PKGNAMESUFFIX= -socks .endif MAINTAINER= dinoex@FreeBSD.org +COMMENT= A popular ICQ-compatible plugin-based program .if defined(WITH_SOCKS) BUILD_DEPENDS= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 diff --git a/net/powerdns/Makefile b/net/powerdns/Makefile index 82757df90edd..ea782cef1d87 100644 --- a/net/powerdns/Makefile +++ b/net/powerdns/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://downloads.powerdns.com/releases/ DISTNAME= pdns-${PORTVERSION} MAINTAINER= dinoex@FreeBSD.org +COMMENT= An advanced DNS server with SQL backend USE_GMAKE= YES USE_SUBMAKE= YES diff --git a/net/radiusd-cistron/Makefile b/net/radiusd-cistron/Makefile index 7b49af9d1f44..b2750d08e6b2 100644 --- a/net/radiusd-cistron/Makefile +++ b/net/radiusd-cistron/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/radius/ \ ftp://ftp.freeradius.org/pub/radius/ MAINTAINER= dinoex@FreeBSD.org +COMMENT= A RADIUS-compliant remote authentication and accouting server MAKEFILE= Makefile.BSD RADIUS_DIR= ${PREFIX}/etc/raddb |