diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-03-22 18:17:43 +0800 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-03-22 18:17:43 +0800 |
commit | ee895ff14c57724183450943025773a8bfd4636c (patch) | |
tree | 1aead345d74e84ee57831f9f890de6a03d136b0d /science | |
parent | e92c85dd44aec1759ab51fcf182126fdff0e5407 (diff) | |
download | freebsd-ports-gnome-ee895ff14c57724183450943025773a8bfd4636c.tar.gz freebsd-ports-gnome-ee895ff14c57724183450943025773a8bfd4636c.tar.zst freebsd-ports-gnome-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.
Diffstat (limited to 'science')
-rw-r--r-- | science/gnudatalanguage/Makefile | 2 | ||||
-rw-r--r-- | science/libgeodecomp/Makefile | 2 | ||||
-rw-r--r-- | science/py-pyosf/Makefile | 2 | ||||
-rw-r--r-- | science/qmcpack/Makefile | 2 | ||||
-rw-r--r-- | science/sigrok-firmware-utils/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile index b75e29a62c67..1e4d510e683c 100644 --- a/science/gnudatalanguage/Makefile +++ b/science/gnudatalanguage/Makefile @@ -12,7 +12,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} .endif MAINTAINER= thierry@FreeBSD.org -COMMENT?= GDL, a free IDL compatible incremental compiler +COMMENT?= Free IDL-compatible incremental compiler LICENSE= GPLv2 diff --git a/science/libgeodecomp/Makefile b/science/libgeodecomp/Makefile index 75805cf5d91c..61708debce87 100644 --- a/science/libgeodecomp/Makefile +++ b/science/libgeodecomp/Makefile @@ -8,7 +8,7 @@ CATEGORIES= science devel MASTER_SITES= http://www.libgeodecomp.org/archive/ MAINTAINER= kurt@kmk-computers.de -COMMENT= LibGeoDecomp is an auto-parallelizing library for computer simulations +COMMENT= Auto-parallelizing library for computer simulations LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/science/py-pyosf/Makefile b/science/py-pyosf/Makefile index 809651edeafa..6952d18d86c7 100644 --- a/science/py-pyosf/Makefile +++ b/science/py-pyosf/Makefile @@ -7,7 +7,7 @@ CATEGORIES= science python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org -COMMENT= Python lib for synching with OpenScienceFramework projects +COMMENT= Python library for synching with OpenScienceFramework projects LICENSE= MIT diff --git a/science/qmcpack/Makefile b/science/qmcpack/Makefile index 460578fcc6b0..ac7d70128500 100644 --- a/science/qmcpack/Makefile +++ b/science/qmcpack/Makefile @@ -6,7 +6,7 @@ DISTVERSION= 3.10.0 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org -COMMENT= Many-body ab initio Quantum Monte Carlo code for quantum chemstry +COMMENT= Many-body ab initio Quantum Monte Carlo code for quantum chemistry LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/science/sigrok-firmware-utils/Makefile b/science/sigrok-firmware-utils/Makefile index 473e4951d610..c12a4b316087 100644 --- a/science/sigrok-firmware-utils/Makefile +++ b/science/sigrok-firmware-utils/Makefile @@ -11,7 +11,7 @@ PKGNAMESUFFIX= -utils DISTFILES= #none MAINTAINER= bsam@FreeBSD.org -COMMENT= Sigrok firmware extraction utils +COMMENT= Sigrok firmware extraction utilities LICENSE= GPLv3+ |