From owner-svn-ports-all@FreeBSD.ORG Wed Jul 25 11:24:12 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43CA6106564A; Wed, 25 Jul 2012 11:24:12 +0000 (UTC) (envelope-from cs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2BD168FC14; Wed, 25 Jul 2012 11:24:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6PBOCro052244; Wed, 25 Jul 2012 11:24:12 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6PBOBor052179; Wed, 25 Jul 2012 11:24:11 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201207251124.q6PBOBor052179@svn.freebsd.org> From: Carlo Strub Date: Wed, 25 Jul 2012 11:24:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301519 - in head: audio/rosegarden devel/alabastra devel/deheader devel/elfsh devel/fpc-pthreads devel/hs-blaze-builder-enumerator devel/libgdata devel/linux-kmod-compat devel/objcunit... X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jul 2012 11:24:12 -0000 Author: cs Date: Wed Jul 25 11:24:09 2012 New Revision: 301519 URL: http://svn.freebsd.org/changeset/ports/301519 Log: Fix typos in COMMENT Modified: head/audio/rosegarden/Makefile head/devel/alabastra/Makefile head/devel/deheader/Makefile head/devel/elfsh/Makefile head/devel/fpc-pthreads/Makefile head/devel/hs-blaze-builder-enumerator/Makefile head/devel/libgdata/Makefile head/devel/linux-kmod-compat/Makefile head/devel/objcunit/Makefile head/devel/p5-BSD-stat/Makefile head/devel/p5-Class-Accessor-Lite/Makefile head/devel/p5-Config-Perl-V/Makefile head/devel/p5-Contextual-Return/Makefile head/devel/p5-DateConvert/Makefile head/devel/p5-Devel-SimpleTrace/Makefile head/devel/p5-Eval-Context/Makefile head/devel/p5-Moo/Makefile head/devel/p5-SVN-Look/Makefile head/devel/p5-String-CRC32/Makefile head/devel/pear-codegen/Makefile head/devel/py-Products.ExternalEditor/Makefile head/devel/py-funcparserlib/Makefile head/devel/py-magic/Makefile head/devel/ruby-io-reactor/Makefile head/devel/rubygem-builder/Makefile head/devel/rubygem-rash/Makefile head/devel/z80asm/Makefile head/dns/curvedns/Makefile head/dns/vizone/Makefile head/editors/code-browser/Makefile head/editors/fb/Makefile head/editors/omegaT/Makefile head/editors/rospell/Makefile head/editors/scite/Makefile head/editors/xml2rfc-xxe/Makefile head/editors/zim/Makefile head/finance/grisbi/Makefile head/games/linux-savage-samuraiwars/Makefile head/games/linux-savage/Makefile head/graphics/gnomeiconedit/Makefile head/graphics/linux-sdl_ttf/Makefile head/graphics/linux_dri/Makefile head/graphics/white_dune/Makefile head/japanese/slimeforest/Makefile head/misc/fortune-mod-culmea-culmilor/Makefile head/multimedia/emovix/Makefile head/multimedia/linux-ov511-kmod/Makefile head/net/latd/Makefile head/net/ldapbrowser/Makefile head/net/nbd-server/Makefile head/security/fwknop/Makefile head/sysutils/fonteditfs/Makefile head/sysutils/netdump-server/Makefile head/sysutils/pbreg/Makefile head/textproc/tkxmlive/Makefile head/x11-fm/catseye-fm/Makefile head/x11-toolkits/fl_editor/Makefile head/x11/efreet/Makefile head/x11/xdotool/Makefile head/x11/xrsi/Makefile Modified: head/audio/rosegarden/Makefile ============================================================================== --- head/audio/rosegarden/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/audio/rosegarden/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -12,7 +12,7 @@ CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-LINUX/ MAINTAINER= pawel@FreeBSD.org -COMMENT= The Rosegarden Editor and Sequencer suite +COMMENT= The Rosegarden editor and sequencer suite LICENSE= GPLv2 Modified: head/devel/alabastra/Makefile ============================================================================== --- head/devel/alabastra/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/alabastra/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -13,7 +13,7 @@ DISTNAME= Alabastra-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= C++ Editor written with QT4 +COMMENT= C++ editor written with QT4 USE_QT4= gui xml qmake_build moc_build uic_build rcc_build \ iconengines Modified: head/devel/deheader/Makefile ============================================================================== --- head/devel/deheader/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/deheader/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -11,7 +11,7 @@ CATEGORIES= devel MASTER_SITES= http://www.catb.org/esr/deheader/ MAINTAINER= kevlo@FreeBSD.org -COMMENT= A tool to find unnecesary includes in C/C++ files +COMMENT= Tool to find unnecessary includes in C/C++ files LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING Modified: head/devel/elfsh/Makefile ============================================================================== --- head/devel/elfsh/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/elfsh/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -14,7 +14,7 @@ DISTNAME= elfsh-0.51b3-portable EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= An attractive toolkit for the analyzation of ELF object files +COMMENT= Attractive toolkit for the analysis of ELF object files WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes Modified: head/devel/fpc-pthreads/Makefile ============================================================================== --- head/devel/fpc-pthreads/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/fpc-pthreads/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -10,7 +10,7 @@ CATEGORIES= devel lang PKGNAMESUFFIX= -pthreads MAINTAINER= acm@FreeBSD.org -COMMENT= Free Pascal wraper for the pthreads library +COMMENT= Free Pascal wrapper for the pthreads library USE_FPC= yes Modified: head/devel/hs-blaze-builder-enumerator/Makefile ============================================================================== --- head/devel/hs-blaze-builder-enumerator/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/hs-blaze-builder-enumerator/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -10,7 +10,7 @@ PORTVERSION= 0.2.0.4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Enumeratees for the incremental conversion of builders to bytestrings +COMMENT= Enumerators for the incremental conversion of builders to bytestrings LICENSE= BSD Modified: head/devel/libgdata/Makefile ============================================================================== --- head/devel/libgdata/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/libgdata/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -13,7 +13,7 @@ CATEGORIES= devel MASTER_SITES= GNOME MAINTAINER= kwm@FreeBSD.org -COMMENT= GLib based implimentation of the GData protocol +COMMENT= GLib based implementation of the GData protocol BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome Modified: head/devel/linux-kmod-compat/Makefile ============================================================================== --- head/devel/linux-kmod-compat/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/linux-kmod-compat/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -11,7 +11,7 @@ MASTER_SITES= http://info.iet.unipi.it/~ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= Adaptation layer to build linux drivers on FreeBSD +COMMENT= Adaptation layer to build Linux drivers on FreeBSD WRKSRC= ${WRKDIR}/linux_compat NO_BUILD= yes Modified: head/devel/objcunit/Makefile ============================================================================== --- head/devel/objcunit/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/objcunit/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -14,7 +14,7 @@ PKGNAMEPREFIX= gnustep- DISTNAME= ObjcUnit-${PORTVERSION}-GNUstep MAINTAINER= ports@FreeBSD.org -COMMENT= ObjcUnit frammework for GNUstep +COMMENT= ObjcUnit framework for GNUstep USE_GNUSTEP= yes USE_GNUSTEP_BACK= yes Modified: head/devel/p5-BSD-stat/Makefile ============================================================================== --- head/devel/p5-BSD-stat/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/p5-BSD-stat/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -12,7 +12,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= A stat() with BSD 4.4 extentions +COMMENT= A stat() with BSD 4.4 extensions PERL_CONFIGURE= yes Modified: head/devel/p5-Class-Accessor-Lite/Makefile ============================================================================== --- head/devel/p5-Class-Accessor-Lite/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/p5-Class-Accessor-Lite/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -12,7 +12,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= kaoru@kaisei.org -COMMENT= Minimalitic variant of p5-Class-Accessor +COMMENT= Minimalistic variant of p5-Class-Accessor PERL_CONFIGURE= yes Modified: head/devel/p5-Config-Perl-V/Makefile ============================================================================== --- head/devel/p5-Config-Perl-V/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/p5-Config-Perl-V/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -13,7 +13,7 @@ PKGNAMEPREFIX= p5- EXTRACT_SUFX= .tgz MAINTAINER= swills@FreeBSD.org -COMMENT= Structured data retreival of perl -V output +COMMENT= Structured data retrieval of Perl -V output BUILD_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/devel/p5-Contextual-Return/Makefile ============================================================================== --- head/devel/p5-Contextual-Return/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/p5-Contextual-Return/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org -COMMENT= Create context-senstive return values +COMMENT= Create context-sensitive return values BUILD_DEPENDS= p5-Want>=0:${PORTSDIR}/devel/p5-Want RUN_DEPENDS= p5-Want>=0:${PORTSDIR}/devel/p5-Want Modified: head/devel/p5-DateConvert/Makefile ============================================================================== --- head/devel/p5-DateConvert/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/p5-DateConvert/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= Date PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -COMMENT= Perl5 module to convert dates between any two calendrical formats +COMMENT= Perl5 module to convert dates between any two calender formats PERL_CONFIGURE= YES Modified: head/devel/p5-Devel-SimpleTrace/Makefile ============================================================================== --- head/devel/p5-Devel-SimpleTrace/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/p5-Devel-SimpleTrace/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -12,7 +12,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= lippe@FreeBSD.org -COMMENT= Perl module for better stack traces on interpretter-generated warn/die +COMMENT= Perl module for better stack traces on interpreter-generated warn/die PERL_CONFIGURE= yes Modified: head/devel/p5-Eval-Context/Makefile ============================================================================== --- head/devel/p5-Eval-Context/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/p5-Eval-Context/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= CPAN:NKH PKGNAMEPREFIX= p5- MAINTAINER= ehaupt@FreeBSD.org -COMMENT= Evalute perl code in context wraper +COMMENT= Evalute perl code in context wrapper BUILD_DEPENDS= p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \ p5-Package-Generator>=0:${PORTSDIR}/devel/p5-Package-Generator \ Modified: head/devel/p5-Moo/Makefile ============================================================================== --- head/devel/p5-Moo/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/p5-Moo/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= CPAN:MSTROUT PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Minimalist Object Orientation (with Moose compatiblity) +COMMENT= Minimalist Object Orientation (with Moose compatibility) LICENSE= ART10 GPLv1 LICENSE_COMB= dual Modified: head/devel/p5-SVN-Look/Makefile ============================================================================== --- head/devel/p5-SVN-Look/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/p5-SVN-Look/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -12,7 +12,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= glarkin@FreeBSD.org -COMMENT= A caching wrapper aroung the svnlook command +COMMENT= Caching wrapper around the svnlook command BUILD_DEPENDS= subversion>=1.7.0:${PORTSDIR}/devel/subversion \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ Modified: head/devel/p5-String-CRC32/Makefile ============================================================================== --- head/devel/p5-String-CRC32/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/p5-String-CRC32/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -12,7 +12,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Perl interface for cyclic redundency check generation +COMMENT= Perl interface for cyclic redundancy check generation PERL_CONFIGURE= yes Modified: head/devel/pear-codegen/Makefile ============================================================================== --- head/devel/pear-codegen/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/pear-codegen/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -11,7 +11,7 @@ CATEGORIES= devel pear DISTNAME= CodeGen-${PORTVERSION} MAINTAINER= miwi@FreeBSD.org -COMMENT= Tool to create Code generaters that operate on XML descriptions +COMMENT= Tool to create Code generators that operate on XML descriptions BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear Modified: head/devel/py-Products.ExternalEditor/Makefile ============================================================================== --- head/devel/py-Products.ExternalEditor/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/py-Products.ExternalEditor/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -12,7 +12,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= zope@FreeBSD.org -COMMENT= Zope External Editor +COMMENT= Zope external editor LICENSE= ZPL21 Modified: head/devel/py-funcparserlib/Makefile ============================================================================== --- head/devel/py-funcparserlib/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/py-funcparserlib/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -12,7 +12,7 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= tota@FreeBSD.org -COMMENT= Recurisve descent parsing library based on functional combinators +COMMENT= Recursive descent parsing library based on functional combinators LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/devel/py-magic/Makefile ============================================================================== --- head/devel/py-magic/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/py-magic/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= file-${PORTVERSION} MAINTAINER= lwhsu@FreeBSD.org -COMMENT= Python module for determing file type +COMMENT= Python module for determining file type USE_PYTHON= yes USE_PYDISTUTILS= yes Modified: head/devel/ruby-io-reactor/Makefile ============================================================================== --- head/devel/ruby-io-reactor/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/ruby-io-reactor/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -14,7 +14,7 @@ DISTNAME= io-reactor-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org -COMMENT= A Ruby module that implements an asynchronous multiplexeded IO Reactor +COMMENT= Ruby module that implements an asynchronous multiplexed IO Reactor USE_RUBY= yes USE_RAKE= yes Modified: head/devel/rubygem-builder/Makefile ============================================================================== --- head/devel/rubygem-builder/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/rubygem-builder/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -12,7 +12,7 @@ CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= Facilitate programatic generation of XML markup +COMMENT= Facilitate programmatic generation of XML markup USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/devel/rubygem-rash/Makefile ============================================================================== --- head/devel/rubygem-rash/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/rubygem-rash/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -11,7 +11,7 @@ CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= clsung@FreeBSD.org -COMMENT= Simple extension to Hashie::Mash for rubyified keys +COMMENT= Simple extension to Hashie::Mash for rubyfied keys RUN_DEPENDS= rubygem-hashie>=1.2.0:${PORTSDIR}/devel/rubygem-hashie Modified: head/devel/z80asm/Makefile ============================================================================== --- head/devel/z80asm/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/devel/z80asm/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -12,7 +12,7 @@ MASTER_SITES= http://nongnu.mirror.ironi http://savannah.c3sl.ufpr.br/${PORTNAME}/ MAINTAINER= sigma.zx@gmail.com -COMMENT= Assembler for the Z80 microprcessor +COMMENT= Assembler for the Z80 microprocessor USE_GMAKE= yes MAN1= z80asm.1 Modified: head/dns/curvedns/Makefile ============================================================================== --- head/dns/curvedns/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/dns/curvedns/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -13,7 +13,7 @@ MASTER_SITES= http://curvedns.on2it.net DISTNAME= curvedns-0.88-unstable MAINTAINER= freebsd@dns-lab.com -COMMENT= A forwarder adding DNSCurve to an authoritive nameserver +COMMENT= Forwarder adding DNSCurve to an authoritative nameserver LIB_DEPENDS= ev.4:${PORTSDIR}/devel/libev RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools Modified: head/dns/vizone/Makefile ============================================================================== --- head/dns/vizone/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/dns/vizone/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -11,7 +11,7 @@ CATEGORIES= dns MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org -COMMENT= Updates the serialnumber in one or more zonefiles +COMMENT= Updates the serial number in one or more zonefiles USE_PERL5_RUN= yes NO_BUILD= yes Modified: head/editors/code-browser/Makefile ============================================================================== --- head/editors/code-browser/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/editors/code-browser/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -14,7 +14,7 @@ MASTER_SITES= http://tibleiz.net/downloa DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= gahr@FreeBSD.org -COMMENT= A Folding Text Editor +COMMENT= Folding text editor PORTSCOUT= skipv:3.19 # Windows-only patch Modified: head/editors/fb/Makefile ============================================================================== --- head/editors/fb/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/editors/fb/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME} EXTRACT_SUFX= _tar.gz MAINTAINER= mi@aldan.algebra.com -COMMENT= Binary File Viewer, Editor, & Manipulator (and a lot more) +COMMENT= Binary file viewer, editor, and manipulator (and a lot more) NO_WRKSUBDIR= Yes Modified: head/editors/omegaT/Makefile ============================================================================== --- head/editors/omegaT/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/editors/omegaT/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -13,7 +13,7 @@ DISTNAME= OmegaT_2.3.0_08_Source DIST_SUBDIR= ${PORTNAME} MAINTAINER= rodrigo@bebik.net -COMMENT= A powerfull translation memory application written in Java +COMMENT= Powerful translation memory application written in Java LICENSE= GPLv2 Modified: head/editors/rospell/Makefile ============================================================================== --- head/editors/rospell/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/editors/rospell/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= rospell/rospell/2008 DISTNAME= ${PORTNAME}-2009.00-rc2 MAINTAINER= itetcu@FreeBSD.org -COMMENT= QT-based editor with support for romanian charsets and spell checking +COMMENT= QT-based editor with support for Romanian charsets and spell checking BUILD_DEPENDS+= exctags:${PORTSDIR}/devel/ctags RUN_DEPENDS+= exctags:${PORTSDIR}/devel/ctags Modified: head/editors/scite/Makefile ============================================================================== --- head/editors/scite/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/editors/scite/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.// EXTRACT_SUFX= .tgz MAINTAINER= cyberbotx@cyberbotx.com -COMMENT= A full-featured SCIntilla based Text Editor for GTK/GNOME +COMMENT= Full-featured SCIntilla based text editor for GTK/GNOME LIB_DEPENDS= scintilla.2:${PORTSDIR}/x11-toolkits/scintilla RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils Modified: head/editors/xml2rfc-xxe/Makefile ============================================================================== --- head/editors/xml2rfc-xxe/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/editors/xml2rfc-xxe/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMESUFFIX= ${XXE_VERSION} MAINTAINER= dougb@FreeBSD.org -COMMENT= An xml2rfc configuration for XMLMind XML Editor +COMMENT= xml2rfc configuration for XMLMind XML editor RUN_DEPENDS= xxe:${PORTSDIR}/editors/xxe Modified: head/editors/zim/Makefile ============================================================================== --- head/editors/zim/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/editors/zim/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -12,7 +12,7 @@ CATEGORIES= editors python MASTER_SITES= http://www.zim-wiki.org/downloads/ MAINTAINER= acm@FreeBSD.org -COMMENT= A Desktop Wiki Editor +COMMENT= Desktop wiki editor LICENSE= GPLv2 Modified: head/finance/grisbi/Makefile ============================================================================== --- head/finance/grisbi/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/finance/grisbi/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -12,7 +12,7 @@ CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION:R}.x/ MAINTAINER= thierry@FreeBSD.org -COMMENT= A personnal accounting application +COMMENT= Personal accounting application LICENSE= GPLv2 Modified: head/games/linux-savage-samuraiwars/Makefile ============================================================================== --- head/games/linux-savage-samuraiwars/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/games/linux-savage-samuraiwars/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -17,7 +17,7 @@ DISTFILES= SamuraiWars-Linux${EXTRACT_SU DIST_SUBDIR= savage MAINTAINER= acm@FreeBSD.org -COMMENT= An official mod for Savage game (linux version) +COMMENT= An official mod for Savage game (Linux version) USE_BZIP2= yes USE_LINUX= yes Modified: head/games/linux-savage/Makefile ============================================================================== --- head/games/linux-savage/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/games/linux-savage/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -19,7 +19,7 @@ DISTFILES= SFE-Standalone${EXTRACT_SUFX} DIST_SUBDIR= ${PORTNAME} MAINTAINER= acm@FreeBSD.org -COMMENT= The Savage game (linux version) +COMMENT= The Savage game (Linux version) USE_LINUX= yes USE_LINUX_APPS= libvorbis tiff Modified: head/graphics/gnomeiconedit/Makefile ============================================================================== --- head/graphics/gnomeiconedit/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/graphics/gnomeiconedit/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -13,7 +13,7 @@ MASTER_SITES= SF/giconedit/giconedit-${P DISTNAME= gnome-iconedit-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A small GNOME Icon Editor +COMMENT= Small GNOME icon editor LIB_DEPENDS= png15:${PORTSDIR}/graphics/png Modified: head/graphics/linux-sdl_ttf/Makefile ============================================================================== --- head/graphics/linux-sdl_ttf/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/graphics/linux-sdl_ttf/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -12,7 +12,7 @@ MASTER_SITES= http://www.libsdl.org/proj DISTNAME= SDL_ttf-${PORTVERSION}-1 MAINTAINER= ports@FreeBSD.org -COMMENT= A library to use TrueType fonts in SDL applications (linux version) +COMMENT= Library to use TrueType fonts in SDL applications (Linux version) USE_LINUX_RPM= yes USE_LINUX_APPS= sdl12 Modified: head/graphics/linux_dri/Makefile ============================================================================== --- head/graphics/linux_dri/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/graphics/linux_dri/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -15,7 +15,7 @@ DISTFILES= Mesa-linux-bin-${PORTVERSION} linux-dri-tools.tar.gz MAINTAINER= emulation@FreeBSD.org -COMMENT= Binary Linux DRI libraries for 3D hardware acceleration of linux apps +COMMENT= Binary Linux DRI libraries for 3D hardware acceleration of Linux apps CONFLICTS= linux_dri-6.5.2006* linux-libGLU-[0-9]* linux-f8-dri-[0-9]* \ linux-f8-libGLU-[0-9]* linux-f10-dri-[0-9]* linux-dri-[0-9]* \ Modified: head/graphics/white_dune/Makefile ============================================================================== --- head/graphics/white_dune/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/graphics/white_dune/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -15,7 +15,7 @@ CATEGORIES= graphics MASTER_SITES= http://vrml.cip.ica.uni-stuttgart.de/dune/ CENKES MAINTAINER= devel@stasyan.com -COMMENT= Graphical VRML97 Editor and animation tool +COMMENT= Graphical VRML97 editor and animation tool LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png Modified: head/japanese/slimeforest/Makefile ============================================================================== --- head/japanese/slimeforest/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/japanese/slimeforest/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} MAINTAINER= nivit@FreeBSD.org -COMMENT= A NES RPG game for learning KANA and KANJI (linux version) +COMMENT= NES RPG game for learning KANA and KANJI (Linux version) NO_BUILD= yes USE_LINUX= yes Modified: head/misc/fortune-mod-culmea-culmilor/Makefile ============================================================================== --- head/misc/fortune-mod-culmea-culmilor/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/misc/fortune-mod-culmea-culmilor/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -12,7 +12,7 @@ CATEGORIES= misc # should / will (also) MASTER_SITES= http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ MAINTAINER= itetcu@FreeBSD.org -COMMENT= Romanian "Culmea culmilor" jokes (in romanian) +COMMENT= Romanian "Culmea culmilor" jokes (in Romanian) .include "${.CURDIR}/../../misc/fortune-mod-culmea-culmilor/Makefile.fortune" .include Modified: head/multimedia/emovix/Makefile ============================================================================== --- head/multimedia/emovix/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/multimedia/emovix/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -11,7 +11,7 @@ CATEGORIES= multimedia MASTER_SITES= SF/movix/eMoviX/0.9 MAINTAINER= ports@FreeBSD.org -COMMENT= A mini linux distro to create bootable video CDs +COMMENT= Mini Linux distro to create bootable video CDs GNU_CONFIGURE= yes USE_GMAKE= yes Modified: head/multimedia/linux-ov511-kmod/Makefile ============================================================================== --- head/multimedia/linux-ov511-kmod/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/multimedia/linux-ov511-kmod/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -16,7 +16,7 @@ DISTFILES= ov511.c ov511.h DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= A port of the linux ov511 webcam driver +COMMENT= Linux ov511 webcam driver # Requires the linux emulation layer to be built BUILD_DEPENDS= /usr/share/mk/bsd.linux_kmod.mk:${PORTSDIR}/devel/linux-kmod-compat Modified: head/net/latd/Makefile ============================================================================== --- head/net/latd/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/net/latd/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -11,7 +11,7 @@ CATEGORIES= net MASTER_SITES= SF/linux-decnet/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= The linux-decnet project LAT protocol suite +COMMENT= The Linux-DECnet project LAT protocol suite LICENSE= GPLv2 Modified: head/net/ldapbrowser/Makefile ============================================================================== --- head/net/ldapbrowser/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/net/ldapbrowser/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -14,7 +14,7 @@ MASTER_SITES= http://T32.TecNik93.com/Fr DISTNAME= Browser282b2 MAINTAINER= ronald@echteman.nl -COMMENT= Java/Swing-based LDAP Browser/Editor +COMMENT= Java/Swing-based LDAP browser/editor RESTRICTED= No reply from author regarding redistribution licensing Modified: head/net/nbd-server/Makefile ============================================================================== --- head/net/nbd-server/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/net/nbd-server/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -14,7 +14,7 @@ MASTER_SITES= SF/nbd/nbd/${PORTVERSION} DISTNAME= nbd-${PORTVERSION} MAINTAINER= rebehn@ant.uni-bremen.de -COMMENT= A server for the linux network block device (nbd) +COMMENT= Server for the Linux network block device (nbd) USE_BZIP2= yes USE_GNOME= glib20 Modified: head/security/fwknop/Makefile ============================================================================== --- head/security/fwknop/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/security/fwknop/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -13,7 +13,7 @@ CATEGORIES= security MASTER_SITES= http://www.cipherdyne.org/fwknop/download/ MAINTAINER= sean.greven@gmail.com -COMMENT= An SPA implimentation for Linux and FreeBSD +COMMENT= SPA implementation for Linux and FreeBSD BUILD_DEPENDS= p5-Net-IPv4Addr>=0:${PORTSDIR}/net-mgmt/p5-Net-IPv4Addr \ p5-Unix-Syslog>=0:${PORTSDIR}/sysutils/p5-Unix-Syslog \ Modified: head/sysutils/fonteditfs/Makefile ============================================================================== --- head/sysutils/fonteditfs/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/sysutils/fonteditfs/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -13,7 +13,7 @@ DISTNAME= fnteditfs-${PORTVERSION} EXTRACT_SUFX=.tgz MAINTAINER= uri@keves.org -COMMENT= A Full Screen Syscons Font Editor +COMMENT= Full screen syscons font editor MAN1= fnteditfs.1 PLIST_FILES= bin/fnteditfs Modified: head/sysutils/netdump-server/Makefile ============================================================================== --- head/sysutils/netdump-server/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/sysutils/netdump-server/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -12,7 +12,7 @@ MASTER_SITES= http://mbsd.msk.ru/dist/ DISTNAME= netdump-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= RedHat server part of netdump/netconsole package for linux +COMMENT= RedHat server part of netdump/netconsole package for Linux LIB_DEPENDS= popt:${PORTSDIR}/devel/popt \ glib:${PORTSDIR}/devel/glib20 Modified: head/sysutils/pbreg/Makefile ============================================================================== --- head/sysutils/pbreg/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/sysutils/pbreg/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.pcbsd.org/pub/so http://www.pcbsd.org/~kris/software/ MAINTAINER= kmoore@FreeBSD.org -COMMENT= PC-BSD Registry Editor +COMMENT= PC-BSD registry editor WRKSRC= ${WRKDIR}/PBReg Modified: head/textproc/tkxmlive/Makefile ============================================================================== --- head/textproc/tkxmlive/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/textproc/tkxmlive/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -12,7 +12,7 @@ MASTER_SITES= SF DISTNAME= tkxmlive-0.1.5-1 MAINTAINER= nivit@FreeBSD.org -COMMENT= Tcl/Tk XML Intelligence Visual Editor +COMMENT= Tcl/Tk XML intelligence visual editor RUN_DEPENDS+= ${LOCALBASE}/lib/bwidget/pkgIndex.tcl:${PORTSDIR}/x11-toolkits/bwidget Modified: head/x11-fm/catseye-fm/Makefile ============================================================================== --- head/x11-fm/catseye-fm/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/x11-fm/catseye-fm/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -13,7 +13,7 @@ MASTER_SITES= http://catseye-fm.sourcefo http://catseye-fm-temp.sourceforge.net/downloads/ MAINTAINER= klausgeyer@gmx.de -COMMENT= A clear, fast, powerfull file browser using gtk+2.0 +COMMENT= Clear, fast, powerful file browser using gtk+2.0 USE_GNOME= gtk20 Modified: head/x11-toolkits/fl_editor/Makefile ============================================================================== --- head/x11-toolkits/fl_editor/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/x11-toolkits/fl_editor/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -13,7 +13,7 @@ MASTER_SITES= http://source.robertk.com/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= Text Editor Widgets for the Fast Light ToolKit +COMMENT= Text editor widgets for the Fast Light ToolKit LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk Modified: head/x11/efreet/Makefile ============================================================================== --- head/x11/efreet/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/x11/efreet/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -12,7 +12,7 @@ MASTER_SITES= http://download.enlightenm http://files.roorback.net/e17/2011-12-02/base/ MAINTAINER= magik@roorback.net -COMMENT= Freedesktop.org EFL compatiblity layer +COMMENT= Freedesktop.org EFL compatibility layer LICENSE= BSD Modified: head/x11/xdotool/Makefile ============================================================================== --- head/x11/xdotool/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/x11/xdotool/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -12,7 +12,7 @@ CATEGORIES= x11 MASTER_SITES= http://semicomplete.googlecode.com/files/ MAINTAINER= wxs@FreeBSD.org -COMMENT= Programatically simulate keyboard input or mouse activity +COMMENT= Programmatically simulate keyboard input or mouse activity USE_PERL5_BUILD= yes USE_LDCONFIG= yes Modified: head/x11/xrsi/Makefile ============================================================================== --- head/x11/xrsi/Makefile Wed Jul 25 11:14:44 2012 (r301518) +++ head/x11/xrsi/Makefile Wed Jul 25 11:24:09 2012 (r301519) @@ -12,7 +12,7 @@ CATEGORIES= x11 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A minimalist break enforcer for linux/unix for the prevention of RSI +COMMENT= Minimalist break enforcer for Linux/Unix for the prevention of RSI USE_XORG= x11 PLIST_FILES= bin/xrsi