diff options
author | Carlo Strub <cs@FreeBSD.org> | 2012-07-24 21:09:44 +0000 |
---|---|---|
committer | Carlo Strub <cs@FreeBSD.org> | 2012-07-24 21:09:44 +0000 |
commit | 965b4433c8101ce6297182fac09adf6445c6658b (patch) | |
tree | 0a60112972153eb00b831d28b495a872560e28a7 | |
parent | Deprecate these ports as upstream has abandoned them for a while now. (diff) |
Fix typos in COMMENT
Notes
Notes:
svn path=/head/; revision=301494
-rw-r--r-- | benchmarks/tcpblast/Makefile | 2 | ||||
-rw-r--r-- | comms/anyremote/Makefile | 2 | ||||
-rw-r--r-- | databases/mywwwatcher/Makefile | 2 | ||||
-rw-r--r-- | databases/p5-Ima-DBI-Contextual/Makefile | 2 | ||||
-rw-r--r-- | dns/sqldjbdns/Makefile | 2 | ||||
-rw-r--r-- | net/balance/Makefile | 2 | ||||
-rw-r--r-- | net/bounce/Makefile | 2 | ||||
-rw-r--r-- | net/echoping/Makefile | 2 | ||||
-rw-r--r-- | net/netscript/Makefile | 2 | ||||
-rw-r--r-- | net/p5-Data-IPV4-Range-Parse/Makefile | 2 | ||||
-rw-r--r-- | net/pen/Makefile | 2 | ||||
-rw-r--r-- | net/queso/Makefile | 2 | ||||
-rw-r--r-- | net/redir/Makefile | 2 | ||||
-rw-r--r-- | net/simpleproxy/Makefile | 2 | ||||
-rw-r--r-- | net/tcpproxy/Makefile | 2 | ||||
-rw-r--r-- | net/ttlscan/Makefile | 2 | ||||
-rw-r--r-- | security/xyssl/Makefile | 2 | ||||
-rw-r--r-- | sysutils/socket/Makefile | 2 | ||||
-rw-r--r-- | sysutils/tcplist/Makefile | 2 | ||||
-rw-r--r-- | www/httptunnel/Makefile | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/benchmarks/tcpblast/Makefile b/benchmarks/tcpblast/Makefile index c31834bc8606..9f6fa124e599 100644 --- a/benchmarks/tcpblast/Makefile +++ b/benchmarks/tcpblast/Makefile @@ -13,7 +13,7 @@ CATEGORIES= benchmarks net ipv6 DISTFILES= # none MAINTAINER= ports@FreeBSD.org -COMMENT= Measures the throughput of a tcp connection +COMMENT= Measures the throughput of a TCP connection PLIST_FILES= bin/tcpblast diff --git a/comms/anyremote/Makefile b/comms/anyremote/Makefile index 7bf8ebe16ecb..a90cabdbe224 100644 --- a/comms/anyremote/Makefile +++ b/comms/anyremote/Makefile @@ -11,7 +11,7 @@ CATEGORIES= comms MASTER_SITES= SF MAINTAINER= samm@os2.kiev.ua -COMMENT= Remote control service over Bluetooth, infrared or tcp/ip networking +COMMENT= Remote control service over Bluetooth, infrared or TCP/IP networking USE_GNOME= glib20 GNU_CONFIGURE= yes diff --git a/databases/mywwwatcher/Makefile b/databases/mywwwatcher/Makefile index ec209fb53940..3dd38318e767 100644 --- a/databases/mywwwatcher/Makefile +++ b/databases/mywwwatcher/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.the.cz/mywwwatcher/files/ DISTNAME= mywwwatcher-${PORTVERSION} MAINTAINER= pm@kostax.cz -COMMENT= Simply web-based MySQL client + tools (dump, import, scheme, ...) +COMMENT= Simple web-based MySQL client + tools (dump, import, scheme, ...) WRKSRC= ${WRKDIR}/mywwwatcher diff --git a/databases/p5-Ima-DBI-Contextual/Makefile b/databases/p5-Ima-DBI-Contextual/Makefile index 0ed949819754..2a02bd632981 100644 --- a/databases/p5-Ima-DBI-Contextual/Makefile +++ b/databases/p5-Ima-DBI-Contextual/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= CPAN:JOHND PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Liteweight context-aware dbi handle cache and utility methods +COMMENT= Lightweight context-aware dbi handle cache and utility methods LICENSE= ART10 GPLv1 LICENSE_COMB= dual diff --git a/dns/sqldjbdns/Makefile b/dns/sqldjbdns/Makefile index 104ffd726330..f08aacfffa5f 100644 --- a/dns/sqldjbdns/Makefile +++ b/dns/sqldjbdns/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://home.tiscali.cz:8080/~cz210552/distfiles/ \ http://home.tiscali.cz/~cz210552/distfiles/ MAINTAINER= ports@FreeBSD.org -COMMENT= DJB dns server with PostgreSQL backend +COMMENT= DJB DNS server with PostgreSQL backend DJ_PORT?= ${PORTSDIR}/dns/djbdns BUILD_DEPENDS= ${NONEXISTENT}:${DJ_PORT}:extract diff --git a/net/balance/Makefile b/net/balance/Makefile index a00ac663b019..f881612b57fc 100644 --- a/net/balance/Makefile +++ b/net/balance/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= http://www.inlab.de/ MAINTAINER= joseph@randomnetworks.com -COMMENT= Simple but powerful generic tcp proxy with round robin features +COMMENT= Simple but powerful generic TCP proxy with round robin features ALL_TARGET= balance USE_RC_SUBR= balance.sh diff --git a/net/bounce/Makefile b/net/bounce/Makefile index d059ce975318..96e4d5550f7a 100644 --- a/net/bounce/Makefile +++ b/net/bounce/Makefile @@ -16,7 +16,7 @@ DISTNAME= bounce EXTRACT_SUFX= .c MAINTAINER= matt@efs.org -COMMENT= Bounce tcp connections to another machine/port +COMMENT= Bounce TCP connections to another machine/port USE_RC_SUBR= bounce WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/net/echoping/Makefile b/net/echoping/Makefile index b23116627481..8ecd2a0011c7 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.internatif.org/pub/unix/echoping/ MAINTAINER= sumikawa@FreeBSD.org -COMMENT= A ping-like program that uses tcp and/or http +COMMENT= A ping-like program that uses TCP and/or HTTP LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ idn.17:${PORTSDIR}/dns/libidn diff --git a/net/netscript/Makefile b/net/netscript/Makefile index 82b063cd4a0c..06cce168b90f 100644 --- a/net/netscript/Makefile +++ b/net/netscript/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= SF \ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= Portable/multi-platform lightweight tcp socket scripting +COMMENT= Portable/multi-platform lightweight TCP socket scripting WANT_GNOME= yes diff --git a/net/p5-Data-IPV4-Range-Parse/Makefile b/net/p5-Data-IPV4-Range-Parse/Makefile index a561ac89c84e..b24b60143899 100644 --- a/net/p5-Data-IPV4-Range-Parse/Makefile +++ b/net/p5-Data-IPV4-Range-Parse/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org -COMMENT= Perl extension parsing ipv4 ranges +COMMENT= Perl extension parsing IPv4 ranges PERL_CONFIGURE= yes diff --git a/net/pen/Makefile b/net/pen/Makefile index 1c1371fd920d..857e50d8f1ab 100644 --- a/net/pen/Makefile +++ b/net/pen/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://siag.nu/pub/pen/ \ http://siag.nu/pub/pen/ MAINTAINER= ports@FreeBSD.org -COMMENT= A load balancer for simple tcp based protocols +COMMENT= A load balancer for simple TCP based protocols GNU_CONFIGURE= yes USE_OPENSSL= yes diff --git a/net/queso/Makefile b/net/queso/Makefile index 74ea83519b4e..b3da9c8babcb 100644 --- a/net/queso/Makefile +++ b/net/queso/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/scanners/queso/ \ http://www.mirrors.wiretapped.net/security/network-mapping/ MAINTAINER= ports@FreeBSD.org -COMMENT= Determine the remote OS using simple tcp packets +COMMENT= Determine the remote OS using simple TCP packets GNU_CONFIGURE= yes diff --git a/net/redir/Makefile b/net/redir/Makefile index c3a7fb6eabb2..b09b4e52051e 100644 --- a/net/redir/Makefile +++ b/net/redir/Makefile @@ -12,7 +12,7 @@ CATEGORIES= net MASTER_SITES= http://sammy.net/~sammy/hacks/ MAINTAINER= araujo@FreeBSD.org -COMMENT= A tcp connection redirection utility +COMMENT= A TCP connection redirection utility USE_RC_SUBR= redir diff --git a/net/simpleproxy/Makefile b/net/simpleproxy/Makefile index e9c8c0f9f1c5..7076edfffa80 100644 --- a/net/simpleproxy/Makefile +++ b/net/simpleproxy/Makefile @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= SF MAINTAINER= pluknet@gmail.com -COMMENT= Simple tcp proxy +COMMENT= Simple TCP proxy GNU_CONFIGURE= yes diff --git a/net/tcpproxy/Makefile b/net/tcpproxy/Makefile index e61a959c2b2a..51f7020d55f6 100644 --- a/net/tcpproxy/Makefile +++ b/net/tcpproxy/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.spreadspace.org/tcpproxy/releases/ \ http://alex.bmg.gv.at/programs/ MAINTAINER= alex@hugo.bmg.gv.at -COMMENT= A simple tcp connection proxy for ipv4 and ipv6 +COMMENT= A simple TCP connection proxy for IPv4 and IPv6 BUILD_DEPENDS= ragel:${PORTSDIR}/devel/ragel diff --git a/net/ttlscan/Makefile b/net/ttlscan/Makefile index 19ce50d55220..a637be3e5b50 100644 --- a/net/ttlscan/Makefile +++ b/net/ttlscan/Makefile @@ -13,7 +13,7 @@ CATEGORIES= net MASTER_SITES= http://www.wormulon.net/files/ttlscan/ MAINTAINER= mich@FreeBSD.org -COMMENT= A tcp based scanner, showing ttl responses +COMMENT= A TCP based scanner, showing ttl responses BUILD_DEPENDS= ${LOCALBASE}/include/dnet.h:${PORTSDIR}/net/libdnet \ ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 diff --git a/security/xyssl/Makefile b/security/xyssl/Makefile index 36505cd61be3..51e9863df3e0 100644 --- a/security/xyssl/Makefile +++ b/security/xyssl/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.evolane.com/download/mirror/etcl/ \ DISTFILES= xyssl-${PORTVERSION}-bsd.tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A liteweight SSL and TLS toolkit for C developers +COMMENT= A lightweight SSL and TLS toolkit for C developers LICENSE= BSD LICENSE_FILE= ${WRKSRC}/BSD.txt diff --git a/sysutils/socket/Makefile b/sysutils/socket/Makefile index b96c72293120..f278c71211f7 100644 --- a/sysutils/socket/Makefile +++ b/sysutils/socket/Makefile @@ -12,7 +12,7 @@ CATEGORIES= sysutils net ipv6 MASTER_SITES= http://wolfram.schneider.org/src/ MAINTAINER= wosch@FreeBSD.org -COMMENT= Create tcp socket and connect to stdin/out +COMMENT= Create TCP socket and connect to stdin/out MAKE_ENV+= SWITCHES="-DUSE_INET6 -DHAVE_SYS_PARAM_H -Wall" MAN1= socket.1 diff --git a/sysutils/tcplist/Makefile b/sysutils/tcplist/Makefile index 5a34559f5652..499bf8027421 100644 --- a/sysutils/tcplist/Makefile +++ b/sysutils/tcplist/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.cdf.toronto.edu/pub/jdd/tcplist/ EXTRACT_SUFX= .shar MAINTAINER= ports@FreeBSD.org -COMMENT= Lists tcp connections to/from local machine (+username on both sides) +COMMENT= Lists TCP connections to/from local machine (+username on both sides) RUN_DEPENDS= ${LOCALBASE}/sbin/lsof:${PORTSDIR}/sysutils/lsof diff --git a/www/httptunnel/Makefile b/www/httptunnel/Makefile index 0e55ab66a180..6a8c8919cc8d 100644 --- a/www/httptunnel/Makefile +++ b/www/httptunnel/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www.Awfulhak.org/httptunnel/ \ http://www.nocrew.org/software/httptunnel/ MAINTAINER= ports@FreeBSD.org -COMMENT= Tunnel a tcp/ip connection through a http/tcp/ip connection +COMMENT= Tunnel a TCP/IP connection through a HTTP/TCP/IP connection GNU_CONFIGURE= yes CONFIGURE_ARGS= --quiet |