diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-08 22:00:30 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-03-08 22:00:30 +0800 |
commit | 1101f09c09367bca303d13431ed15f28d0a22f65 (patch) | |
tree | 511f5a9a033d7b57693fe54af6e8673a6a6a7f4f /graphics | |
parent | fde362579641ddf717c0f67041e6f3360e2fad61 (diff) | |
download | freebsd-ports-gnome-1101f09c09367bca303d13431ed15f28d0a22f65.tar.gz freebsd-ports-gnome-1101f09c09367bca303d13431ed15f28d0a22f65.tar.zst freebsd-ports-gnome-1101f09c09367bca303d13431ed15f28d0a22f65.zip |
Remove indefinite article from COMMENT
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/asciio/Makefile | 8 | ||||
-rw-r--r-- | graphics/bmp2html/Makefile | 8 | ||||
-rw-r--r-- | graphics/grafx2/Makefile | 2 | ||||
-rw-r--r-- | graphics/metacam/Makefile | 2 | ||||
-rw-r--r-- | graphics/pecomato/Makefile | 8 | ||||
-rw-r--r-- | graphics/telak/Makefile | 2 |
6 files changed, 9 insertions, 21 deletions
diff --git a/graphics/asciio/Makefile b/graphics/asciio/Makefile index c31657bc82eb..567e01402ff1 100644 --- a/graphics/asciio/Makefile +++ b/graphics/asciio/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: asciio -# Date created: Mon Apr 22 13:48:17 CEST 2008 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# +# Created by: Emanuel Haupt <ehaupt@FreeBSD.org> # $FreeBSD$ -# PORTNAME= asciio PORTVERSION= 1.02.71 @@ -14,7 +10,7 @@ MASTER_SITES= http://mirror.switch.ch/ftp/mirror/CPAN/authors/id/N/NK/NKH/ \ DISTNAME= App-Asciio-${PORTVERSION} MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A Perl/GTK application that lets you draw ASCII charts using a GUI +COMMENT= Perl/GTK application that lets you draw ASCII charts using a GUI BUILD_DEPENDS= p5-Directory-Scratch>=0:${PORTSDIR}/devel/p5-Directory-Scratch \ p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ diff --git a/graphics/bmp2html/Makefile b/graphics/bmp2html/Makefile index 4e77d19249ac..ae8dbed7b078 100644 --- a/graphics/bmp2html/Makefile +++ b/graphics/bmp2html/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bmp2html -# Date created: 10 Aug 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= bmp2html PORTVERSION= 0.1 @@ -13,7 +9,7 @@ MASTER_SITES= CRITICAL DISTNAME= ${PORTNAME} MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A bmp to html converter +COMMENT= BMP to HTML converter USE_SDL= yes MAKE_JOBS_SAFE= yes diff --git a/graphics/grafx2/Makefile b/graphics/grafx2/Makefile index aff3c5664d62..f5752b81f978 100644 --- a/graphics/grafx2/Makefile +++ b/graphics/grafx2/Makefile @@ -9,7 +9,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src EXTRACT_SUFX= .tgz MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A pixelart-oriented bitmap painting program +COMMENT= Pixelart-oriented bitmap painting program LIB_DEPENDS= X11:${PORTSDIR}/x11/libX11 \ png15:${PORTSDIR}/graphics/png diff --git a/graphics/metacam/Makefile b/graphics/metacam/Makefile index 2dd378cea1b3..d4e338c7c772 100644 --- a/graphics/metacam/Makefile +++ b/graphics/metacam/Makefile @@ -7,7 +7,7 @@ CATEGORIES= graphics MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A digital camera EXIF meta-information reader +COMMENT= Digital camera EXIF meta-information reader USE_GMAKE= yes MAKE_JOBS_SAFE= yes diff --git a/graphics/pecomato/Makefile b/graphics/pecomato/Makefile index 9131abf491bb..ecabaac33497 100644 --- a/graphics/pecomato/Makefile +++ b/graphics/pecomato/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: pecomato -# Date created: 16 Sep 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= pecomato PORTVERSION= 0.0.15 @@ -12,7 +8,7 @@ MASTER_SITES= http://www.mollux.org/projects/pecomato/download/sources/ \ CRITICAL MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A command-line picture metadata processor +COMMENT= Command-line picture metadata processor USE_GMAKE= yes USE_PYTHON_BUILD= yes diff --git a/graphics/telak/Makefile b/graphics/telak/Makefile index 1ef3caa55092..2ea035322442 100644 --- a/graphics/telak/Makefile +++ b/graphics/telak/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://julien.danjou.info/telak/ \ CRITICAL MAINTAINER= ehaupt@FreeBSD.org -COMMENT= A tool to draw pictures on your root window +COMMENT= Tool to draw pictures on your root window LICENSE= GPLv2 |