diff options
author | cs <cs@FreeBSD.org> | 2012-07-25 19:24:09 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2012-07-25 19:24:09 +0800 |
commit | c061af9ff6b84c01a3c4bfd641d7a54791ef4cff (patch) | |
tree | d5deb920c702628b749aa7d09c877167426af122 /editors | |
parent | e2e1816e42d1fb59eba0ba676eb3e291e4255c32 (diff) | |
download | freebsd-ports-gnome-c061af9ff6b84c01a3c4bfd641d7a54791ef4cff.tar.gz freebsd-ports-gnome-c061af9ff6b84c01a3c4bfd641d7a54791ef4cff.tar.zst freebsd-ports-gnome-c061af9ff6b84c01a3c4bfd641d7a54791ef4cff.zip |
Fix typos in COMMENT
Diffstat (limited to 'editors')
-rw-r--r-- | editors/code-browser/Makefile | 2 | ||||
-rw-r--r-- | editors/fb/Makefile | 2 | ||||
-rw-r--r-- | editors/omegaT/Makefile | 2 | ||||
-rw-r--r-- | editors/rospell/Makefile | 2 | ||||
-rw-r--r-- | editors/scite/Makefile | 2 | ||||
-rw-r--r-- | editors/xml2rfc-xxe/Makefile | 2 | ||||
-rw-r--r-- | editors/zim/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/editors/code-browser/Makefile b/editors/code-browser/Makefile index a7fb64fd8d8e..9cf79562b11c 100644 --- a/editors/code-browser/Makefile +++ b/editors/code-browser/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://tibleiz.net/download/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= gahr@FreeBSD.org -COMMENT= A Folding Text Editor +COMMENT= Folding text editor PORTSCOUT= skipv:3.19 # Windows-only patch diff --git a/editors/fb/Makefile b/editors/fb/Makefile index 73e7294a703f..d01b206bcd99 100644 --- a/editors/fb/Makefile +++ b/editors/fb/Makefile @@ -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 diff --git a/editors/omegaT/Makefile b/editors/omegaT/Makefile index 8b5a57ba06f3..4d525a66e3a2 100644 --- a/editors/omegaT/Makefile +++ b/editors/omegaT/Makefile @@ -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 diff --git a/editors/rospell/Makefile b/editors/rospell/Makefile index 43981cd6a65a..211ebe476457 100644 --- a/editors/rospell/Makefile +++ b/editors/rospell/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= rospell/rospell/2008.00 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 diff --git a/editors/scite/Makefile b/editors/scite/Makefile index 34cf1b27511b..f908f65a5787 100644 --- a/editors/scite/Makefile +++ b/editors/scite/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} 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 diff --git a/editors/xml2rfc-xxe/Makefile b/editors/xml2rfc-xxe/Makefile index 7d5b6823fd1d..6ba459584db4 100644 --- a/editors/xml2rfc-xxe/Makefile +++ b/editors/xml2rfc-xxe/Makefile @@ -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 diff --git a/editors/zim/Makefile b/editors/zim/Makefile index 9c36c6fca0bf..ba1980bbf34b 100644 --- a/editors/zim/Makefile +++ b/editors/zim/Makefile @@ -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 |