mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Remove backslashes from single- and double-quotes in COMMENT and _DESC
strings, that were passed through rather than escaping anything. Approved by: portmgr (not really, but it touches unstaged ports)
This commit is contained in:
parent
6fc383021d
commit
95786c7af1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362615
27 changed files with 27 additions and 27 deletions
|
@ -8,7 +8,7 @@ MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Guess Chinese text\'s variant and encoding
|
COMMENT= Guess Chinese text's variant and encoding
|
||||||
|
|
||||||
LICENSE= ART10 GPLv1
|
LICENSE= ART10 GPLv1
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
|
|
@ -8,7 +8,7 @@ MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= kuriyama@FreeBSD.org
|
MAINTAINER= kuriyama@FreeBSD.org
|
||||||
COMMENT= Perl Module to read the end of a file as it\'s appended to
|
COMMENT= Perl Module to read the end of a file as it's appended to
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
|
@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR= Log
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Logging via Facebook\'s Scribe server software
|
COMMENT= Logging via Facebook's Scribe server software
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch
|
BUILD_DEPENDS= p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
|
@ -8,7 +8,7 @@ MASTER_SITE_SUBDIR= CPAN:RIZEN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= kuriyama@FreeBSD.org
|
MAINTAINER= kuriyama@FreeBSD.org
|
||||||
COMMENT= Perl extension for exceptions that don\'t hurt
|
COMMENT= Perl extension for exceptions that don't hurt
|
||||||
|
|
||||||
TEST_DEPENDS= p5-Test-Trap>=0:${PORTSDIR}/devel/p5-Test-Trap
|
TEST_DEPENDS= p5-Test-Trap>=0:${PORTSDIR}/devel/p5-Test-Trap
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR= Sys
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Access system calls that Perl doesn\'t provide access to
|
COMMENT= Access system calls that Perl doesn't provide access to
|
||||||
|
|
||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
|
|
|
@ -8,7 +8,7 @@ MASTER_SITES= http://pear.phpunit.de/get/
|
||||||
PKGNAMEPREFIX= pear-SebastianBergmann_
|
PKGNAMEPREFIX= pear-SebastianBergmann_
|
||||||
|
|
||||||
MAINTAINER= gasol.wu@gmail.com
|
MAINTAINER= gasol.wu@gmail.com
|
||||||
COMMENT= Convenience wrapper for Symfony\'s Finder component
|
COMMENT= Convenience wrapper for Symfony's Finder component
|
||||||
|
|
||||||
LICENSE= BSD
|
LICENSE= BSD
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ MASTER_SITES= http://pear.netpirates.net/get/
|
||||||
PKGNAMEPREFIX= pear-TheSeer_
|
PKGNAMEPREFIX= pear-TheSeer_
|
||||||
|
|
||||||
MAINTAINER= gasol.wu@gmail.com
|
MAINTAINER= gasol.wu@gmail.com
|
||||||
COMMENT= Extension to PHP\'s standard DOM
|
COMMENT= Extension to PHP's standard DOM
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= wg@FreeBSD.org
|
MAINTAINER= wg@FreeBSD.org
|
||||||
COMMENT= Ned\'s script to check McCabe complexity
|
COMMENT= Ned's script to check McCabe complexity
|
||||||
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_PYDISTUTILS=yes
|
USE_PYDISTUTILS=yes
|
||||||
|
|
|
@ -11,7 +11,7 @@ DISTNAME= PHPSerialize_v${PORTVERSION}
|
||||||
EXTRACT_SUFX= .tgz
|
EXTRACT_SUFX= .tgz
|
||||||
|
|
||||||
MAINTAINER= jnlin@csie.nctu.edu.tw
|
MAINTAINER= jnlin@csie.nctu.edu.tw
|
||||||
COMMENT= Python implementation of PHP\'s native serialize() and unserialize()
|
COMMENT= Python implementation of PHP's native serialize() and unserialize()
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/v${PORTVERSION}
|
WRKSRC= ${WRKDIR}/v${PORTVERSION}
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
MAINTAINER= wg@FreeBSD.org
|
MAINTAINER= wg@FreeBSD.org
|
||||||
COMMENT= Packaging utilities used by some of STScI\'s packages
|
COMMENT= Packaging utilities used by some of STScI's packages
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ PKGNAMESUFFIX= -${COMPILER}
|
||||||
DISTNAME= STLport-${PORTVERSION:S/.b/-b/}
|
DISTNAME= STLport-${PORTVERSION:S/.b/-b/}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Adaptation of SGI\'s Standard Template Library
|
COMMENT= Adaptation of SGI's Standard Template Library
|
||||||
|
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/}/build/lib
|
WRKSRC= ${WRKDIR}/STLport-${PORTVERSION:S/.b/b/}/build/lib
|
||||||
|
|
|
@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION}install
|
||||||
EXTRACT_SUFX= .jar
|
EXTRACT_SUFX= .jar
|
||||||
|
|
||||||
MAINTAINER= danilo@FreeBSD.org
|
MAINTAINER= danilo@FreeBSD.org
|
||||||
COMMENT= Powerful programmer\'s text editor written in Java
|
COMMENT= Powerful programmer's text editor written in Java
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
|
|
@ -10,7 +10,7 @@ MASTER_SITES= SF/${PORTNAME}/Critical%20Mass/${PORTVERSION}
|
||||||
DISTNAME= CriticalMass-${PORTVERSION}
|
DISTNAME= CriticalMass-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= SDL/OpenGL space shoot\'em up game
|
COMMENT= SDL/OpenGL space shoot'em up game
|
||||||
|
|
||||||
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
|
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ CATEGORIES= games
|
||||||
MASTER_SITES= SF
|
MASTER_SITES= SF
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Test your typing speed and get your fingers\' CPS
|
COMMENT= Test your typing speed and get your fingers' CPS
|
||||||
|
|
||||||
OPTIONS_DEFINE= NLS
|
OPTIONS_DEFINE= NLS
|
||||||
OPTIONS_SUB= yes
|
OPTIONS_SUB= yes
|
||||||
|
|
|
@ -8,7 +8,7 @@ CATEGORIES= games
|
||||||
MASTER_SITES= http://www.bstern.org/wmeyes/
|
MASTER_SITES= http://www.bstern.org/wmeyes/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= World\'s most useless WindowMaker dock app
|
COMMENT= World's most useless WindowMaker dock app
|
||||||
|
|
||||||
USES= imake
|
USES= imake
|
||||||
USE_XORG= xpm xmu
|
USE_XORG= xpm xmu
|
||||||
|
|
|
@ -8,7 +8,7 @@ CATEGORIES= irc
|
||||||
MASTER_SITES= SF/evilnet/${PORTNAME}%20IRCu/${PORTVERSION}
|
MASTER_SITES= SF/evilnet/${PORTNAME}%20IRCu/${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= IRC server used by evilnet based off of Undernet\'s ircu
|
COMMENT= IRC server used by evilnet based off of Undernet's ircu
|
||||||
|
|
||||||
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
|
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||||
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
|
||||||
|
|
|
@ -9,7 +9,7 @@ MASTER_SITES= LOCAL/vanilla
|
||||||
PKGNAMESUFFIX= -devel
|
PKGNAMESUFFIX= -devel
|
||||||
|
|
||||||
MAINTAINER= vanilla@FreeBSD.org
|
MAINTAINER= vanilla@FreeBSD.org
|
||||||
COMMENT= Google\'s open source JavaScript engine
|
COMMENT= Google's open source JavaScript engine
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ CATEGORIES= lang
|
||||||
MASTER_SITES= LOCAL/vanilla
|
MASTER_SITES= LOCAL/vanilla
|
||||||
|
|
||||||
MAINTAINER= vanilla@FreeBSD.org
|
MAINTAINER= vanilla@FreeBSD.org
|
||||||
COMMENT= Google\'s open source JavaScript engine
|
COMMENT= Google's open source JavaScript engine
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
|
|
|
@ -55,7 +55,7 @@ CONTRIB= mrtg-qmail-scanner.cfg check_AV_daemons logrotate.qmail-scanner \
|
||||||
OPTIONS_DEFINE= TNEF FIX_MIME REDUNDANT NORMALIZE CWRAPPER STPATCH
|
OPTIONS_DEFINE= TNEF FIX_MIME REDUNDANT NORMALIZE CWRAPPER STPATCH
|
||||||
OPTIONS_DEFAULT=TNEF REDUNDANT CWRAPPER STPATCH
|
OPTIONS_DEFAULT=TNEF REDUNDANT CWRAPPER STPATCH
|
||||||
|
|
||||||
TNEF_DESC= Mark Simpson\'s Patch (Recommended)
|
TNEF_DESC= Mark Simpson's Patch (Recommended)
|
||||||
FIX_MIME_DESC= Fix broken MIME messages
|
FIX_MIME_DESC= Fix broken MIME messages
|
||||||
REDUNDANT_DESC= Scan attachments and body mails
|
REDUNDANT_DESC= Scan attachments and body mails
|
||||||
NORMALIZE_DESC= Decode encoded headers per MIME Base64
|
NORMALIZE_DESC= Decode encoded headers per MIME Base64
|
||||||
|
|
|
@ -50,7 +50,7 @@ MINI_DESC= MPlayer-plugin for mozilla
|
||||||
MOONPHASE_DESC= MoonPhase
|
MOONPHASE_DESC= MoonPhase
|
||||||
MPLAYER_RED_DESC= MPlayer RED
|
MPLAYER_RED_DESC= MPlayer RED
|
||||||
NATIVE_RED_DESC= red and black
|
NATIVE_RED_DESC= red and black
|
||||||
NETSCAPE4_DESC= Netscape \"unatkozok\"
|
NETSCAPE4_DESC= Netscape "unatkozok"
|
||||||
NEUTRON_DESC= futuristic look
|
NEUTRON_DESC= futuristic look
|
||||||
NEWAGE_DESC= clean and simple
|
NEWAGE_DESC= clean and simple
|
||||||
ORANGE_DESC= clean, good looking
|
ORANGE_DESC= clean, good looking
|
||||||
|
|
|
@ -8,7 +8,7 @@ MASTER_SITES= https://github.com/dworkin/dgd/archive/
|
||||||
DISTNAME= ${PORTVERSION}
|
DISTNAME= ${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= glewis@FreeBSD.org
|
MAINTAINER= glewis@FreeBSD.org
|
||||||
COMMENT= Dworkin\'s Game Driver
|
COMMENT= Dworkin's Game Driver
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ CATEGORIES= net
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/CI-source
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/CI-source
|
||||||
|
|
||||||
MAINTAINER= beyert@cs.ucr.edu
|
MAINTAINER= beyert@cs.ucr.edu
|
||||||
COMMENT= Open source drop in replacement for NoMachine\'s NX client
|
COMMENT= Open source drop in replacement for NoMachine's NX client
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
|
@ -9,7 +9,7 @@ MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Create or parse Google\'s SAML requests
|
COMMENT= Create or parse Google's SAML requests
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-TimeDate>0:${PORTSDIR}/devel/p5-TimeDate \
|
BUILD_DEPENDS= p5-TimeDate>0:${PORTSDIR}/devel/p5-TimeDate \
|
||||||
p5-URI>0:${PORTSDIR}/net/p5-URI \
|
p5-URI>0:${PORTSDIR}/net/p5-URI \
|
||||||
|
|
|
@ -8,7 +8,7 @@ MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= SAML responses for Google\'s SSO implementation
|
COMMENT= SAML responses for Google's SSO implementation
|
||||||
|
|
||||||
BUILD_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \
|
BUILD_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \
|
||||||
p5-Crypt-OpenSSL-DSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-DSA \
|
p5-Crypt-OpenSSL-DSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-DSA \
|
||||||
|
|
|
@ -7,7 +7,7 @@ CATEGORIES= net rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
|
|
||||||
MAINTAINER= ruby@FreeBSD.org
|
MAINTAINER= ruby@FreeBSD.org
|
||||||
COMMENT= TweetStream provides simple Ruby access to Twitter\'s Streaming API
|
COMMENT= TweetStream provides simple Ruby access to Twitter's Streaming API
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Catalyst developer\'s manual
|
COMMENT= Catalyst developer's manual
|
||||||
|
|
||||||
LICENSE= ART10 GPLv1
|
LICENSE= ART10 GPLv1
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
|
|
@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR= CPAN:SSCHNEID
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= perl@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Perl library to Google\'s RESTful Apps API
|
COMMENT= Perl library to Google's RESTful Apps API
|
||||||
|
|
||||||
LICENSE= ART10 GPLv1
|
LICENSE= ART10 GPLv1
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
|
|
Loading…
Add table
Reference in a new issue