diff options
author | cs <cs@FreeBSD.org> | 2012-08-03 23:54:35 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2012-08-03 23:54:35 +0800 |
commit | cdcd0c65d7535ac3794a1df20e82c3fea1f06583 (patch) | |
tree | c27f5812b936c71a77d4cbdf89fc5dba1b2d4f22 /math | |
parent | f54a75b14a09f134ff02cf5526fdf011c0af328a (diff) | |
download | freebsd-ports-graphics-cdcd0c65d7535ac3794a1df20e82c3fea1f06583.tar.gz freebsd-ports-graphics-cdcd0c65d7535ac3794a1df20e82c3fea1f06583.tar.zst freebsd-ports-graphics-cdcd0c65d7535ac3794a1df20e82c3fea1f06583.zip |
Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)
Approved by: portmgr@ (implicit)
Diffstat (limited to 'math')
-rw-r--r-- | math/coinmp/Makefile | 2 | ||||
-rw-r--r-- | math/geogebra-i18n/Makefile | 2 | ||||
-rw-r--r-- | math/graphthing/Makefile | 2 | ||||
-rw-r--r-- | math/libtommath/Makefile | 2 | ||||
-rw-r--r-- | math/ngraph/Makefile | 2 | ||||
-rw-r--r-- | math/qhull/Makefile | 2 | ||||
-rw-r--r-- | math/qhull5/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/math/coinmp/Makefile b/math/coinmp/Makefile index fd5392445e1..9c794334d16 100644 --- a/math/coinmp/Makefile +++ b/math/coinmp/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.coin-or.org/download/source/CoinMP/ EXTRACT_SUFX= .tgz MAINTAINER= giffunip@tutopia.com -COMMENT= Optimization library with support for most of COIN-OR CLP, CBC and CGL +COMMENT= Optimization library with support for most of COIN-OR CLP, CBC, and CGL LICENSE= CPL LICENSE_NAME= Common Public License, Version 1.0 diff --git a/math/geogebra-i18n/Makefile b/math/geogebra-i18n/Makefile index 55bdea01a90..f2e693b8299 100644 --- a/math/geogebra-i18n/Makefile +++ b/math/geogebra-i18n/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://nivi.interfree.it/distfiles/${PORTNAME}/ DISTNAME= GeoGebra-FreeBSD-Installer-${DISTVERSION} MAINTAINER= nivit@FreeBSD.org -COMMENT= A dynamic software that joins geometry, algebra and calculus +COMMENT= Dynamic software that joins geometry, algebra, and calculus RUN_DEPENDS= ${LOCALBASE}/bin/update-mime-database:${PORTSDIR}/misc/shared-mime-info diff --git a/math/graphthing/Makefile b/math/graphthing/Makefile index dd2d81053e3..bcbc274d4dd 100644 --- a/math/graphthing/Makefile +++ b/math/graphthing/Makefile @@ -13,7 +13,7 @@ CATEGORIES= math MASTER_SITES= http://graph.seul.org/ MAINTAINER= ports@FreeBSD.org -COMMENT= A tool that allows you to create, manipulate and study graphs +COMMENT= Tool that allows you to create, manipulate, and study graphs LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING diff --git a/math/libtommath/Makefile b/math/libtommath/Makefile index 7067681409d..40b2bfef008 100644 --- a/math/libtommath/Makefile +++ b/math/libtommath/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://libtom.org/files/ DISTNAME= ltm-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= Comprehensive, modular and portable mathematical routines +COMMENT= Comprehensive, modular, and portable mathematical routines WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKEFILE= makefile diff --git a/math/ngraph/Makefile b/math/ngraph/Makefile index 5c60467a301..24a0c6dba54 100644 --- a/math/ngraph/Makefile +++ b/math/ngraph/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://www2e.biglobe.ne.jp/~isizaka/bin/ \ DISTNAME= Ngraph-${PORTVERSION}-src MAINTAINER= sanpei@FreeBSD.org -COMMENT= A XY plotting tool for students, scientists and engineers +COMMENT= XY plotting tool for students, scientists, and engineers USE_MOTIF= yes USE_GMAKE= yes diff --git a/math/qhull/Makefile b/math/qhull/Makefile index ca42e444105..cea0a15dcc1 100644 --- a/math/qhull/Makefile +++ b/math/qhull/Makefile @@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src EXTRACT_SUFX= .tgz MAINTAINER= stephen@FreeBSD.org -COMMENT= Qhull computes convex hulls, Delaunay triangulations and halfspaces +COMMENT= Qhull computes convex hulls, Delaunay triangulations, and halfspaces USE_CMAKE= yes USE_LDCONFIG= yes diff --git a/math/qhull5/Makefile b/math/qhull5/Makefile index ac472e89f79..9c73a89af91 100644 --- a/math/qhull5/Makefile +++ b/math/qhull5/Makefile @@ -16,7 +16,7 @@ PATCHFILES= poly.c-qh_gethash.patch PATCH_DIST_STRIP= -p2 MAINTAINER= stephen@FreeBSD.org -COMMENT= Qhull computes convex hulls, Delaunay triangulations and halfspaces +COMMENT= Qhull computes convex hulls, Delaunay triangulations, and halfspaces LATEST_LINK= qhull5 CONFLICTS= qhull-2011* afni-[0-9]* |