aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2021-03-22 10:17:43 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2021-03-22 10:17:43 +0000
commitee895ff14c57724183450943025773a8bfd4636c (patch)
tree1aead345d74e84ee57831f9f890de6a03d136b0d /lang
parente92c85dd44aec1759ab51fcf182126fdff0e5407 (diff)
downloadports-ee895ff14c57724183450943025773a8bfd4636c.tar.gz
ports-ee895ff14c57724183450943025773a8bfd4636c.zip
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and other miscellaneous style bugs in the COMMENT line.
Notes
Notes: svn path=/head/; revision=568947
Diffstat (limited to 'lang')
-rw-r--r--lang/halide/Makefile2
-rw-r--r--lang/icc/Makefile2
-rw-r--r--lang/nesasm/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/lang/halide/Makefile b/lang/halide/Makefile
index 1804ff2fd973..c0547b042746 100644
--- a/lang/halide/Makefile
+++ b/lang/halide/Makefile
@@ -10,7 +10,7 @@ PATCH_SITES= https://github.com/halide/Halide/commit/
PATCHFILES= 890a5199ae8ade759de076217670ae980bf44823.patch:-p1
MAINTAINER= yuri@FreeBSD.org
-COMMENT= Halide, a language for fast and portable data-parallel computation
+COMMENT= Language for fast and portable data-parallel computation
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
diff --git a/lang/icc/Makefile b/lang/icc/Makefile
index b4f265baaa36..8808ecf1b7b5 100644
--- a/lang/icc/Makefile
+++ b/lang/icc/Makefile
@@ -12,7 +12,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
# netchild@FreeBSD.org is willing to review patches and to provide background
# infos regarding this port
MAINTAINER= ports@FreeBSD.org
-COMMENT= Intels C/C++ compiler, set up to produce native FreeBSD binaries
+COMMENT= Intel C/C++ compiler, set up to produce native FreeBSD binaries
LICENSE= EPL LGPL21
LICENSE_COMB= multi
diff --git a/lang/nesasm/Makefile b/lang/nesasm/Makefile
index fa15cf2113a6..38e4c2d3a962 100644
--- a/lang/nesasm/Makefile
+++ b/lang/nesasm/Makefile
@@ -9,7 +9,7 @@ MASTER_SITES= http://bobrost.com/nes/files/
DISTNAME= nbasic_2004_03_14
MAINTAINER= ninjin@kth.se
-COMMENT= The nesasm assembler is a 6502 assembler with specific NES support
+COMMENT= 6502 assembler with specific NES support
WRKSRC= ${WRKDIR}/nbasic_2004_03_14/source/${PORTNAME}/source/
USES= zip