summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-02-08 06:15:14 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-02-08 06:15:14 +0000
commitf39cd8ad8d45c5bad0e85a45a746bb03067f827d (patch)
tree04ab6904d6681a1abc72c8010268bb15d3568a3e /science
parentAdd p5-CDB_File-Generator 0.030, generate massive sorted CDB files (diff)
Add p5-Chemistry-Elements 0.91, perl extension for working with
Chemical Elements. PR: 33412 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=54347
Diffstat (limited to 'science')
-rw-r--r--science/Makefile1
-rw-r--r--science/p5-Chemistry-Elements/Makefile22
-rw-r--r--science/p5-Chemistry-Elements/distinfo1
-rw-r--r--science/p5-Chemistry-Elements/pkg-comment1
-rw-r--r--science/p5-Chemistry-Elements/pkg-descr7
-rw-r--r--science/p5-Chemistry-Elements/pkg-plist5
6 files changed, 37 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile
index 751bbeb035cd..0922b85425f5 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -5,6 +5,7 @@
SUBDIR += clhep
SUBDIR += libsvm
SUBDIR += mpqc
+ SUBDIR += p5-Chemistry-Elements
SUBDIR += vis5d+
SUBDIR += xmakemol
diff --git a/science/p5-Chemistry-Elements/Makefile b/science/p5-Chemistry-Elements/Makefile
new file mode 100644
index 000000000000..7fd5cdb3c9a4
--- /dev/null
+++ b/science/p5-Chemistry-Elements/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Chemistry::Elements
+# Date created: 31 Dec 2001
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Chemistry-Elements
+PORTVERSION= 0.91
+CATEGORIES= science perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ../../authors/id/BDFOY
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+PERL_CONFIGURE= yes
+
+MAN3= Chemistry::Elements.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/science/p5-Chemistry-Elements/distinfo b/science/p5-Chemistry-Elements/distinfo
new file mode 100644
index 000000000000..a32c44115a02
--- /dev/null
+++ b/science/p5-Chemistry-Elements/distinfo
@@ -0,0 +1 @@
+MD5 (Chemistry-Elements-0.91.tar.gz) = a594c7f4bb2e97764b42f8bcb2a4aa84
diff --git a/science/p5-Chemistry-Elements/pkg-comment b/science/p5-Chemistry-Elements/pkg-comment
new file mode 100644
index 000000000000..a7c994e9b8bb
--- /dev/null
+++ b/science/p5-Chemistry-Elements/pkg-comment
@@ -0,0 +1 @@
+Perl extension for working with Chemical Elements
diff --git a/science/p5-Chemistry-Elements/pkg-descr b/science/p5-Chemistry-Elements/pkg-descr
new file mode 100644
index 000000000000..1e63b1241f6b
--- /dev/null
+++ b/science/p5-Chemistry-Elements/pkg-descr
@@ -0,0 +1,7 @@
+Chemistry::Elements provides an easy, object-oriented way to keep
+track of your chemical data. Using either the atomic number, chemical
+symbol, or element name you can construct an Element object.
+
+WWW: http://search.cpan.org/search?dist=Chemistry-Elements
+
+Seamus Venasse <svenasse@polaris.ca>
diff --git a/science/p5-Chemistry-Elements/pkg-plist b/science/p5-Chemistry-Elements/pkg-plist
new file mode 100644
index 000000000000..7e27497b289c
--- /dev/null
+++ b/science/p5-Chemistry-Elements/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/Chemistry/Elements.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chemistry/Elements/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chemistry/Elements
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chemistry 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Chemistry 2>/dev/null || true