- Remove trailing dot in COMMENT and/or reword it accordingly

- Prefer standard option descriptions, and trim one long line
This commit is contained in:
Alexey Dokuchaev 2016-10-28 16:00:45 +00:00
parent 22ed7dd944
commit 17342290d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424861
11 changed files with 13 additions and 16 deletions

View File

@ -8,7 +8,7 @@ MASTER_SITES= http://www.selasky.org/hans_petter/distfiles/ \
http://home.selasky.org:8192/distfiles/
MAINTAINER= hselasky@FreeBSD.org
COMMENT= Virtual OSS multi device mixer application.
COMMENT= Virtual OSS multi-device mixer application
LICENSE= BSD2CLAUSE
@ -28,7 +28,6 @@ LIB_DEPENDS+= libcuse4bsd.so:multimedia/cuse4bsd-kmod
BLUETOOTH_DESC= Build with bluetooth support
BLUETOOTH_MAKE_ARGS= HAVE_BLUETOOTH="YES"
DEBUG_DESC= Build with debugging support
DEBUG_MAKE_ARGS= HAVE_DEBUG="YES"
PLIST_FILES= sbin/virtual_oss \

View File

@ -8,7 +8,7 @@ MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dvl@FreeBSD.org
COMMENT= Small Python module to parse various kinds of time expressions.
COMMENT= Small Python module to parse various kinds of time expressions
LICENSE= MIT

View File

@ -8,7 +8,7 @@ MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Move tiles so that they reach their places.
COMMENT= Move tiles so that they reach their places
BUILD_DEPENDS= vala:lang/vala \
itstool:textproc/itstool

View File

@ -9,7 +9,7 @@ DISTNAME= PikoPixel1.0b5.Sources
WRKSRC_SUBDIR= PikoPixel
MAINTAINER= theraven@FreeBSD.org
COMMENT= Application for drawing & editing pixel-art images.
COMMENT= Application for drawing and editing pixel-art images
LICENSE= AGPLv3
LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE_agpl-3.0.txt

View File

@ -9,7 +9,7 @@ MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Misc. Norwegian methods for Perl, conversion/dates/numbers etc.
COMMENT= Miscellaneous Norwegian-specific conversion methods for Perl
USES= perl5
USE_PERL5= configure

View File

@ -2,8 +2,6 @@
PKGNAMESUFFIX= -daemon
COMMENT= A decentralized, open DNS system and general purpose key/value store.
MASTERDIR= ${.CURDIR}/../namecoin
DESCR= ${MASTERDIR}/pkg-descr

View File

@ -9,7 +9,7 @@ PORTEPOCH= 1
CATEGORIES= net-p2p dns
MAINTAINER= milios@ccsys.com
COMMENT= Decentralized, open DNS system and general purpose key/value store
COMMENT= Decentralized, open DNS and general purpose key/value store
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
@ -19,8 +19,7 @@ LIB_DEPENDS= libboost_date_time.so:devel/boost-libs
OPTIONS_DEFINE= X11 UPNP QRCODES DBUS
OPTIONS_DEFAULT= X11 QRCODES
UPNP_DESC= Build with UPNP support
QRCODES_DESC= Build with QR code display
QRCODES_DESC= QR code display support
USE_GITHUB= yes

View File

@ -9,7 +9,7 @@ MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Module for when strings are too long to be displayed in...
COMMENT= Module for when strings are too long to be displayed
LICENSE= ART10 GPLv1
LICENSE_COMB= dual

View File

@ -9,7 +9,7 @@ DISTNAME= httpd-${PORTVERSION}
DIST_SUBDIR= apache22
MAINTAINER?= apache@FreeBSD.org
COMMENT?= Version 2.2.x of Apache web server with ${WITH_MPM} MPM.
COMMENT?= Version 2.2.x of Apache web server with ${WITH_MPM} MPM
LIB_DEPENDS= libexpat.so:textproc/expat2 \
libapr-1.so:devel/apr1 \

View File

@ -7,7 +7,7 @@ CATEGORIES= www
PKGNAMEPREFIX= elixir-
MAINTAINER= olgeni@FreeBSD.org
COMMENT= DSL for creating HTML structure straight with Elixir blocks.
COMMENT= DSL for creating HTML structure straight with Elixir blocks
LICENSE= BSD2CLAUSE

View File

@ -7,7 +7,7 @@ DISTNAME= subversion-${PORTVERSION}
CATEGORIES= www
MAINTAINER= lev@FreeBSD.org
COMMENT= Apache module for subversion serving.
COMMENT= Apache module for subversion serving
.if defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 18
MASTERDIR= ${.CURDIR}/../../devel/subversion18
@ -35,6 +35,7 @@ INSTALL_TARGET= install-mods-shared
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/modules.d
${INSTALL_DATA} ${WRKDIR}/220_subversion.conf.sample ${STAGEDIR}${PREFIX}/${APACHEETCDIR}/modules.d
${INSTALL_DATA} ${WRKDIR}/220_subversion.conf.sample \
${STAGEDIR}${PREFIX}/${APACHEETCDIR}/modules.d
.include <bsd.port.post.mk>