Date: Tue, 24 Jul 2012 21:09:45 +0000 (UTC) From: Carlo Strub <cs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r301494 - in head: benchmarks/tcpblast comms/anyremote databases/mywwwatcher databases/p5-Ima-DBI-Contextual dns/sqldjbdns net/balance net/bounce net/echoping net/netscript net/p5-Data-... Message-ID: <201207242109.q6OL9jo1074164@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cs Date: Tue Jul 24 21:09:44 2012 New Revision: 301494 URL: http://svn.freebsd.org/changeset/ports/301494 Log: Fix typos in COMMENT Modified: head/benchmarks/tcpblast/Makefile head/comms/anyremote/Makefile head/databases/mywwwatcher/Makefile head/databases/p5-Ima-DBI-Contextual/Makefile head/dns/sqldjbdns/Makefile head/net/balance/Makefile head/net/bounce/Makefile head/net/echoping/Makefile head/net/netscript/Makefile head/net/p5-Data-IPV4-Range-Parse/Makefile head/net/pen/Makefile head/net/queso/Makefile head/net/redir/Makefile head/net/simpleproxy/Makefile head/net/tcpproxy/Makefile head/net/ttlscan/Makefile head/security/xyssl/Makefile head/sysutils/socket/Makefile head/sysutils/tcplist/Makefile head/www/httptunnel/Makefile Modified: head/benchmarks/tcpblast/Makefile ============================================================================== --- head/benchmarks/tcpblast/Makefile Tue Jul 24 20:50:26 2012 (r301493) +++ head/benchmarks/tcpblast/Makefile Tue Jul 24 21:09:44 2012 (r301494) @@ -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 Modified: head/comms/anyremote/Makefile ============================================================================== --- head/comms/anyremote/Makefile Tue Jul 24 20:50:26 2012 (r301493) +++ head/comms/anyremote/Makefile Tue Jul 24 21:09:44 2012 (r301494) @@ -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 Modified: head/databases/mywwwatcher/Makefile ============================================================================== --- head/databases/mywwwatcher/Makefile Tue Jul 24 20:50:26 2012 (r301493) +++ head/databases/mywwwatcher/Makefile Tue Jul 24 21:09:44 2012 (r301494) @@ -12,7 +12,7 @@ MASTER_SITES= http://www.the.cz/mywwwatc 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 Modified: head/databases/p5-Ima-DBI-Contextual/Makefile ============================================================================== --- head/databases/p5-Ima-DBI-Contextual/Makefile Tue Jul 24 20:50:26 2012 (r301493) +++ head/databases/p5-Ima-DBI-Contextual/Makefile Tue Jul 24 21:09:44 2012 (r301494) @@ -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 Modified: head/dns/sqldjbdns/Makefile ============================================================================== --- head/dns/sqldjbdns/Makefile Tue Jul 24 20:50:26 2012 (r301493) +++ head/dns/sqldjbdns/Makefile Tue Jul 24 21:09:44 2012 (r301494) @@ -12,7 +12,7 @@ MASTER_SITES= http://home.tiscali.cz:808 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 Modified: head/net/balance/Makefile ============================================================================== --- head/net/balance/Makefile Tue Jul 24 20:50:26 2012 (r301493) +++ head/net/balance/Makefile Tue Jul 24 21:09:44 2012 (r301494) @@ -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 Modified: head/net/bounce/Makefile ============================================================================== --- head/net/bounce/Makefile Tue Jul 24 20:50:26 2012 (r301493) +++ head/net/bounce/Makefile Tue Jul 24 21:09:44 2012 (r301494) @@ -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} Modified: head/net/echoping/Makefile ============================================================================== --- head/net/echoping/Makefile Tue Jul 24 20:50:26 2012 (r301493) +++ head/net/echoping/Makefile Tue Jul 24 21:09:44 2012 (r301494) @@ -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 Modified: head/net/netscript/Makefile ============================================================================== --- head/net/netscript/Makefile Tue Jul 24 20:50:26 2012 (r301493) +++ head/net/netscript/Makefile Tue Jul 24 21:09:44 2012 (r301494) @@ -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 Modified: head/net/p5-Data-IPV4-Range-Parse/Makefile ============================================================================== --- head/net/p5-Data-IPV4-Range-Parse/Makefile Tue Jul 24 20:50:26 2012 (r301493) +++ head/net/p5-Data-IPV4-Range-Parse/Makefile Tue Jul 24 21:09:44 2012 (r301494) @@ -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 Modified: head/net/pen/Makefile ============================================================================== --- head/net/pen/Makefile Tue Jul 24 20:50:26 2012 (r301493) +++ head/net/pen/Makefile Tue Jul 24 21:09:44 2012 (r301494) @@ -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 Modified: head/net/queso/Makefile ============================================================================== --- head/net/queso/Makefile Tue Jul 24 20:50:26 2012 (r301493) +++ head/net/queso/Makefile Tue Jul 24 21:09:44 2012 (r301494) @@ -15,7 +15,7 @@ MASTER_SITES= http://ftp.cerias.purdue.e 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 Modified: head/net/redir/Makefile ============================================================================== --- head/net/redir/Makefile Tue Jul 24 20:50:26 2012 (r301493) +++ head/net/redir/Makefile Tue Jul 24 21:09:44 2012 (r301494) @@ -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 Modified: head/net/simpleproxy/Makefile ============================================================================== --- head/net/simpleproxy/Makefile Tue Jul 24 20:50:26 2012 (r301493) +++ head/net/simpleproxy/Makefile Tue Jul 24 21:09:44 2012 (r301494) @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= SF MAINTAINER= pluknet@gmail.com -COMMENT= Simple tcp proxy +COMMENT= Simple TCP proxy GNU_CONFIGURE= yes Modified: head/net/tcpproxy/Makefile ============================================================================== --- head/net/tcpproxy/Makefile Tue Jul 24 20:50:26 2012 (r301493) +++ head/net/tcpproxy/Makefile Tue Jul 24 21:09:44 2012 (r301494) @@ -13,7 +13,7 @@ MASTER_SITES= http://www.spreadspace.org 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 Modified: head/net/ttlscan/Makefile ============================================================================== --- head/net/ttlscan/Makefile Tue Jul 24 20:50:26 2012 (r301493) +++ head/net/ttlscan/Makefile Tue Jul 24 21:09:44 2012 (r301494) @@ -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 Modified: head/security/xyssl/Makefile ============================================================================== --- head/security/xyssl/Makefile Tue Jul 24 20:50:26 2012 (r301493) +++ head/security/xyssl/Makefile Tue Jul 24 21:09:44 2012 (r301494) @@ -13,7 +13,7 @@ MASTER_SITES= http://www.evolane.com/dow 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 Modified: head/sysutils/socket/Makefile ============================================================================== --- head/sysutils/socket/Makefile Tue Jul 24 20:50:26 2012 (r301493) +++ head/sysutils/socket/Makefile Tue Jul 24 21:09:44 2012 (r301494) @@ -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 Modified: head/sysutils/tcplist/Makefile ============================================================================== --- head/sysutils/tcplist/Makefile Tue Jul 24 20:50:26 2012 (r301493) +++ head/sysutils/tcplist/Makefile Tue Jul 24 21:09:44 2012 (r301494) @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.cdf.toronto.edu/ 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 Modified: head/www/httptunnel/Makefile ============================================================================== --- head/www/httptunnel/Makefile Tue Jul 24 20:50:26 2012 (r301493) +++ head/www/httptunnel/Makefile Tue Jul 24 21:09:44 2012 (r301494) @@ -14,7 +14,7 @@ MASTER_SITES= http://www.Awfulhak.org/ht 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207242109.q6OL9jo1074164>