summaryrefslogtreecommitdiff
path: root/science/libint
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-12-29 07:41:44 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-12-29 07:41:44 +0000
commitf64ff610070eced51ddeed4fc0741eba1dda62ff (patch)
treef2499bb181e4549267cc1a048008dade9e9aaea1 /science/libint
parentText::Password::Pronounceable - Generate pronounceable passwords (diff)
Libint is a library for evaluating ERI (electron replusion integral)
over Cartesian Gaussian fuctions for modern atomic and molecular theory; esp. for science/mpqc and science/psi3.
Notes
Notes: svn path=/head/; revision=180944
Diffstat (limited to 'science/libint')
-rw-r--r--science/libint/Makefile34
-rw-r--r--science/libint/distinfo3
-rw-r--r--science/libint/pkg-descr5
-rw-r--r--science/libint/pkg-plist17
4 files changed, 59 insertions, 0 deletions
diff --git a/science/libint/Makefile b/science/libint/Makefile
new file mode 100644
index 000000000000..67eb52702e8a
--- /dev/null
+++ b/science/libint/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: libint
+# Date created: 29 Dec 2006
+# Whom: NAKATA, Maho <maho@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libint
+PORTVERSION= 1.1.2
+CATEGORIES= science
+MASTER_SITES= http://www.ccmst.gatech.edu/evaleev/libint/src/
+
+MAINTAINER= maho@FreeBSD.org
+COMMENT= Evaluate the integrals in modern atomic and molecular theory
+
+USE_PERL5= yes
+USE_GMAKE= yes
+USE_LDCONFIG= yes
+ALL_TARGET= # empty
+
+.include <bsd.port.pre.mk>
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--enable-shared
+
+post-install:
+ @${MV} ${PREFIX}/lib/libderiv-stable.so ${PREFIX}/lib/libderiv.so
+ @${MV} ${PREFIX}/lib/libderiv-stable.so.1 ${PREFIX}/lib/libderiv.so.1
+ @${MV} ${PREFIX}/lib/libint-stable.so ${PREFIX}/lib/libint.so
+ @${MV} ${PREFIX}/lib/libint-stable.so.1 ${PREFIX}/lib/libint.so.1
+ @${MV} ${PREFIX}/lib/libr12-stable.so ${PREFIX}/lib/libr12.so
+ @${MV} ${PREFIX}/lib/libr12-stable.so.1 ${PREFIX}/lib/libr12.so.1
+
+.include <bsd.port.post.mk>
diff --git a/science/libint/distinfo b/science/libint/distinfo
new file mode 100644
index 000000000000..760fb0bf9121
--- /dev/null
+++ b/science/libint/distinfo
@@ -0,0 +1,3 @@
+MD5 (libint-1.1.2.tar.gz) = df23c63d46be7dd88a70a39e98f67d34
+SHA256 (libint-1.1.2.tar.gz) = b65d035a1a1dfb917d0777f5cd9cf7b7eee94aaf69563e21f2d7a6048bbf283b
+SIZE (libint-1.1.2.tar.gz) = 376882
diff --git a/science/libint/pkg-descr b/science/libint/pkg-descr
new file mode 100644
index 000000000000..c2b7e1569db1
--- /dev/null
+++ b/science/libint/pkg-descr
@@ -0,0 +1,5 @@
+Libint is a library for evaluating ERI (electron replusion integral)
+over Cartesian Gaussian fuctions for modern atomic and molecular theory;
+esp. for science/mpqc and science/psi3.
+
+WWW: http://www.ccmst.gatech.edu/evaleev/libint/
diff --git a/science/libint/pkg-plist b/science/libint/pkg-plist
new file mode 100644
index 000000000000..12b0f2a43162
--- /dev/null
+++ b/science/libint/pkg-plist
@@ -0,0 +1,17 @@
+include/libderiv/libderiv.h
+include/libint/hrr_header.h
+include/libint/libint.h
+include/libint/vrr_header.h
+include/libr12/libr12.h
+@dirrm include/libderiv
+@dirrm include/libint
+@dirrm include/libr12
+lib/libderiv.a
+lib/libderiv.la
+lib/libderiv.so.1
+lib/libint.a
+lib/libint.la
+lib/libint.so.1
+lib/libr12.a
+lib/libr12.la
+lib/libr12.so.1