diff options
author | roam <roam@FreeBSD.org> | 2003-02-20 00:07:30 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-02-20 00:07:30 +0800 |
commit | 2ebf8ab637b130104bd79fdac39f5ef7140eb581 (patch) | |
tree | 6b3e8a82ce6afa92302bd43afea52247359205bb /net | |
parent | e2ac3e07bd289d007664bc18b426e0af4adb6f12 (diff) | |
download | freebsd-ports-gnome-2ebf8ab637b130104bd79fdac39f5ef7140eb581.tar.gz freebsd-ports-gnome-2ebf8ab637b130104bd79fdac39f5ef7140eb581.tar.zst freebsd-ports-gnome-2ebf8ab637b130104bd79fdac39f5ef7140eb581.zip |
Remove pkg-comment files in my ports.
Diffstat (limited to 'net')
-rw-r--r-- | net/bsdproxy/Makefile | 1 | ||||
-rw-r--r-- | net/bsdproxy/pkg-comment | 1 | ||||
-rw-r--r-- | net/despoof/Makefile | 1 | ||||
-rw-r--r-- | net/despoof/pkg-comment | 1 | ||||
-rw-r--r-- | net/djbdns/Makefile | 1 | ||||
-rw-r--r-- | net/djbdns/pkg-comment | 1 | ||||
-rw-r--r-- | net/ghtool/Makefile | 1 | ||||
-rw-r--r-- | net/ghtool/pkg-comment | 1 | ||||
-rw-r--r-- | net/libnids/Makefile | 1 | ||||
-rw-r--r-- | net/libnids/pkg-comment | 1 | ||||
-rw-r--r-- | net/magictun/Makefile | 1 | ||||
-rw-r--r-- | net/magictun/pkg-comment | 1 | ||||
-rw-r--r-- | net/nsping/Makefile | 1 | ||||
-rw-r--r-- | net/nsping/pkg-comment | 1 | ||||
-rw-r--r-- | net/tcpcat/Makefile | 1 | ||||
-rw-r--r-- | net/tcpcat/pkg-comment | 1 |
16 files changed, 8 insertions, 8 deletions
diff --git a/net/bsdproxy/Makefile b/net/bsdproxy/Makefile index 1fb4ef521adb..3ce28847a091 100644 --- a/net/bsdproxy/Makefile +++ b/net/bsdproxy/Makefile @@ -11,6 +11,7 @@ CATEGORIES= net MASTER_SITES= http://sydney.daveb.net/bsdproxy/ MAINTAINER= roam@FreeBSD.org +COMMENT= "A TCP proxy, demonstrating use of the kevent(2)/kqueue(2) API" LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 diff --git a/net/bsdproxy/pkg-comment b/net/bsdproxy/pkg-comment deleted file mode 100644 index 93aae30653d6..000000000000 --- a/net/bsdproxy/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A TCP proxy, demonstrating use of the kevent(2)/kqueue(2) API diff --git a/net/despoof/Makefile b/net/despoof/Makefile index 6f3aec1513a1..f4411169b540 100644 --- a/net/despoof/Makefile +++ b/net/despoof/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= UNIX/misc EXTRACT_SUFX= .tgz MAINTAINER= roam@FreeBSD.org +COMMENT= "Command-line anti-spoofing detection utility" BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet diff --git a/net/despoof/pkg-comment b/net/despoof/pkg-comment deleted file mode 100644 index aaa9517c02c8..000000000000 --- a/net/despoof/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Command-line anti-spoofing detection utility diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index 7774e56cfe2d..e508ceb667db 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -51,6 +51,7 @@ DJBDNS_VER= 1.05 DJBDNS_V6_VER= test14 MAINTAINER= roam@FreeBSD.org +COMMENT= "A collection of secure and reliable DNS tools" RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools \ tcpserver:${PORTSDIR}/sysutils/ucspi-tcp diff --git a/net/djbdns/pkg-comment b/net/djbdns/pkg-comment deleted file mode 100644 index 70215c9da7c6..000000000000 --- a/net/djbdns/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A collection of secure and reliable DNS tools diff --git a/net/ghtool/Makefile b/net/ghtool/Makefile index d3b0943006e7..d4cfaa169e48 100644 --- a/net/ghtool/Makefile +++ b/net/ghtool/Makefile @@ -14,6 +14,7 @@ DISTNAME= ghmain.c EXTRACT_SUFX= MAINTAINER= roam@FreeBSD.org +COMMENT= "A command-line interface to the resolver library" WRKSRC= ${WRKDIR} diff --git a/net/ghtool/pkg-comment b/net/ghtool/pkg-comment deleted file mode 100644 index 111745d590f9..000000000000 --- a/net/ghtool/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A command-line interface to the resolver library diff --git a/net/libnids/Makefile b/net/libnids/Makefile index 681484894efb..e8dce58e212b 100644 --- a/net/libnids/Makefile +++ b/net/libnids/Makefile @@ -12,6 +12,7 @@ CATEGORIES= net security MASTER_SITES= http://www.packetfactory.net/projects/libnids/dist/ MAINTAINER= roam@FreeBSD.org +COMMENT= "Network monitoring library with TCP/IP reassembly" BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet diff --git a/net/libnids/pkg-comment b/net/libnids/pkg-comment deleted file mode 100644 index c74f7b376701..000000000000 --- a/net/libnids/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Network monitoring library with TCP/IP reassembly diff --git a/net/magictun/Makefile b/net/magictun/Makefile index f39e1dbf417b..b5a92f6b3875 100644 --- a/net/magictun/Makefile +++ b/net/magictun/Makefile @@ -11,6 +11,7 @@ CATEGORIES= net MASTER_SITES= http://anight.org/magictun/dist/ MAINTAINER= roam@FreeBSD.org +COMMENT= "An LD_PRELOAD module for transparent HTTPS proxy redirection" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/magictun.so ${PREFIX}/lib/magictun.so diff --git a/net/magictun/pkg-comment b/net/magictun/pkg-comment deleted file mode 100644 index 942a24ab2264..000000000000 --- a/net/magictun/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An LD_PRELOAD module for transparent HTTPS proxy redirection diff --git a/net/nsping/Makefile b/net/nsping/Makefile index 644e3cad5230..dcdd88e11ffe 100644 --- a/net/nsping/Makefile +++ b/net/nsping/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= roam DISTFILES= nsping.tar.gz MAINTAINER= roam@FreeBSD.org +COMMENT= "DNS \"ping\"" MAN8= nsping.8 diff --git a/net/nsping/pkg-comment b/net/nsping/pkg-comment deleted file mode 100644 index 7ea95bbb5d7b..000000000000 --- a/net/nsping/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -DNS "ping" diff --git a/net/tcpcat/Makefile b/net/tcpcat/Makefile index 1c1ee0efe5e1..7ec47b47fd0a 100644 --- a/net/tcpcat/Makefile +++ b/net/tcpcat/Makefile @@ -11,6 +11,7 @@ CATEGORIES= net MASTER_SITES= http://www.gusnet.cx/proj/tcpcat/ MAINTAINER= roam@FreeBSD.org +COMMENT= "A simple utility for sending/receiving data over a TCP or a Unix-domain socket" GNU_CONFIGURE= yes diff --git a/net/tcpcat/pkg-comment b/net/tcpcat/pkg-comment deleted file mode 100644 index 008b0491fd82..000000000000 --- a/net/tcpcat/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A simple utility for sending/receiving data over a TCP or a Unix-domain socket |