aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-02-18 13:42:05 +0800
committerAkinori MUSHA <knu@FreeBSD.org>2003-02-18 13:42:05 +0800
commit3594eaa3038d3a7021497bbedf2acfb3cb7b70eb (patch)
tree0ad3897bb895432ff0c84bf9fe6d87ea2db157ac /math
parent1a90c377f8191395a70796824554d308c53f9d4f (diff)
downloadfreebsd-ports-gnome-3594eaa3038d3a7021497bbedf2acfb3cb7b70eb.tar.gz
freebsd-ports-gnome-3594eaa3038d3a7021497bbedf2acfb3cb7b70eb.tar.zst
freebsd-ports-gnome-3594eaa3038d3a7021497bbedf2acfb3cb7b70eb.zip
De-pkg-comment.
Diffstat (limited to 'math')
-rw-r--r--math/ruby-algebra/Makefile1
-rw-r--r--math/ruby-algebra/pkg-comment1
-rw-r--r--math/ruby-bigfloat/Makefile1
-rw-r--r--math/ruby-bigfloat/pkg-comment1
-rw-r--r--math/ruby-bitvector/Makefile1
-rw-r--r--math/ruby-bitvector/pkg-comment1
-rw-r--r--math/ruby-gnuplot/Makefile1
-rw-r--r--math/ruby-gnuplot/pkg-comment1
-rw-r--r--math/ruby-gsl/Makefile1
-rw-r--r--math/ruby-gsl/pkg-comment1
-rw-r--r--math/ruby-math3d/Makefile1
-rw-r--r--math/ruby-math3d/pkg-comment1
-rw-r--r--math/ruby-narray/Makefile1
-rw-r--r--math/ruby-narray/pkg-comment1
-rw-r--r--math/ruby-netcdf/Makefile1
-rw-r--r--math/ruby-netcdf/pkg-comment1
16 files changed, 8 insertions, 8 deletions
diff --git a/math/ruby-algebra/Makefile b/math/ruby-algebra/Makefile
index ead20cf671fa..77c9eab4e2f7 100644
--- a/math/ruby-algebra/Makefile
+++ b/math/ruby-algebra/Makefile
@@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= A Ruby library for mathematical (algebraic) computations
USE_RUBY= yes
diff --git a/math/ruby-algebra/pkg-comment b/math/ruby-algebra/pkg-comment
deleted file mode 100644
index 902a152379a4..000000000000
--- a/math/ruby-algebra/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Ruby library for mathematical (algebraic) computations
diff --git a/math/ruby-bigfloat/Makefile b/math/ruby-bigfloat/Makefile
index 18b1d00383bb..224daa8c98b7 100644
--- a/math/ruby-bigfloat/Makefile
+++ b/math/ruby-bigfloat/Makefile
@@ -15,6 +15,7 @@ DIST_SUBDIR= ruby
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= knu@FreeBSD.org
+COMMENT= Variable precision floating library for Ruby
IGNOREFILES= ${PORTNAME}.html ${PORTNAME}_en.html
diff --git a/math/ruby-bigfloat/pkg-comment b/math/ruby-bigfloat/pkg-comment
deleted file mode 100644
index bfc402f766e7..000000000000
--- a/math/ruby-bigfloat/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Variable precision floating library for Ruby
diff --git a/math/ruby-bitvector/Makefile b/math/ruby-bitvector/Makefile
index ee686b5e6593..38f4ba456ce9 100644
--- a/math/ruby-bitvector/Makefile
+++ b/math/ruby-bitvector/Makefile
@@ -14,6 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= Efficient Ruby bit vector extension
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/math/ruby-bitvector/pkg-comment b/math/ruby-bitvector/pkg-comment
deleted file mode 100644
index 874a5e5cb0aa..000000000000
--- a/math/ruby-bitvector/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Efficient Ruby bit vector extension
diff --git a/math/ruby-gnuplot/Makefile b/math/ruby-gnuplot/Makefile
index 22b91290a5bd..d8e357adb54a 100644
--- a/math/ruby-gnuplot/Makefile
+++ b/math/ruby-gnuplot/Makefile
@@ -15,6 +15,7 @@ DISTNAME= r${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= A pipe-based interface to the gnuplot package for Ruby
RUN_DEPENDS= ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \
${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
diff --git a/math/ruby-gnuplot/pkg-comment b/math/ruby-gnuplot/pkg-comment
deleted file mode 100644
index 7bebed0801c4..000000000000
--- a/math/ruby-gnuplot/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A pipe-based interface to the gnuplot package for Ruby
diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile
index f599d7d048e4..dd0f6471f880 100644
--- a/math/ruby-gsl/Makefile
+++ b/math/ruby-gsl/Makefile
@@ -14,6 +14,7 @@ DISTNAME= rb-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= A Ruby extension library for GSL (GNU Scientific Library)
LIB_DEPENDS= gsl.4:${.CURDIR}/../gsl
diff --git a/math/ruby-gsl/pkg-comment b/math/ruby-gsl/pkg-comment
deleted file mode 100644
index 7bd466ad20cd..000000000000
--- a/math/ruby-gsl/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Ruby extension library for GSL (GNU Scientific Library)
diff --git a/math/ruby-math3d/Makefile b/math/ruby-math3d/Makefile
index f1d7a44d146e..4711a863d06e 100644
--- a/math/ruby-math3d/Makefile
+++ b/math/ruby-math3d/Makefile
@@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= A Ruby library for mathematics for 3D graphics
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/math/ruby-math3d/pkg-comment b/math/ruby-math3d/pkg-comment
deleted file mode 100644
index d98cf39c854b..000000000000
--- a/math/ruby-math3d/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Ruby library for mathematics for 3D graphics
diff --git a/math/ruby-narray/Makefile b/math/ruby-narray/Makefile
index 17f52d69dcb7..38b9d76e09fc 100644
--- a/math/ruby-narray/Makefile
+++ b/math/ruby-narray/Makefile
@@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= Numerical N-dimensional array library for Ruby
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
diff --git a/math/ruby-narray/pkg-comment b/math/ruby-narray/pkg-comment
deleted file mode 100644
index a18c49c7b852..000000000000
--- a/math/ruby-narray/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Numerical N-dimensional array library for Ruby
diff --git a/math/ruby-netcdf/Makefile b/math/ruby-netcdf/Makefile
index 18cd30ce60ed..b29e4c8a0e71 100644
--- a/math/ruby-netcdf/Makefile
+++ b/math/ruby-netcdf/Makefile
@@ -14,6 +14,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= A Ruby interface to the NetCDF scientific IO library
LIB_DEPENDS= netcdf.1:${PORTSDIR}/math/netcdf
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
diff --git a/math/ruby-netcdf/pkg-comment b/math/ruby-netcdf/pkg-comment
deleted file mode 100644
index 464a991d66ce..000000000000
--- a/math/ruby-netcdf/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Ruby interface to the NetCDF scientific IO library