From d8cc2c1294b8dd0431c6475142f66787c16d0b93 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Thu, 24 May 2007 22:16:03 +0000 Subject: The Blue Obelisk Data Repository lists many important chemoinformatics data such as element and isotope properties, atomic radii, etc. including references to original literature. Developers can use this repository to make their software interoperable. WWW: http://wiki.cubic.uni-koeln.de/bowiki/index.php/DataRepository --- science/Makefile | 1 + science/bodr/Makefile | 26 ++++++++++++++++++++++++++ science/bodr/distinfo | 3 +++ science/bodr/pkg-descr | 6 ++++++ science/bodr/pkg-plist | 16 ++++++++++++++++ 5 files changed, 52 insertions(+) create mode 100644 science/bodr/Makefile create mode 100644 science/bodr/distinfo create mode 100644 science/bodr/pkg-descr create mode 100644 science/bodr/pkg-plist (limited to 'science') diff --git a/science/Makefile b/science/Makefile index de4f98de28c5..5ceaae76b776 100644 --- a/science/Makefile +++ b/science/Makefile @@ -9,6 +9,7 @@ SUBDIR += afni SUBDIR += at SUBDIR += bblimage + SUBDIR += bodr SUBDIR += buddy SUBDIR += cdcl SUBDIR += cdf diff --git a/science/bodr/Makefile b/science/bodr/Makefile new file mode 100644 index 000000000000..81439efb2d1b --- /dev/null +++ b/science/bodr/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: bodr +# Date created: 21 May 2007 +# Whom: Pav Lucistnik +# +# $FreeBSD$ + +PORTNAME= bodr +PORTVERSION= 6 +CATEGORIES= science +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= bodr + +MAINTAINER= pav@FreeBSD.org +COMMENT= Chemistry data like element and isotope properties, atomic radii, etc + +BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt + +USE_BZIP2= yes +USE_GMAKE= yes +USE_PERL5_BUILD=yes +GNU_CONFIGURE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|{datadir}/pkgconfig|{prefix}/libdata/pkgconfig|' ${WRKSRC}/Makefile.in + +.include diff --git a/science/bodr/distinfo b/science/bodr/distinfo new file mode 100644 index 000000000000..f6e1bc523485 --- /dev/null +++ b/science/bodr/distinfo @@ -0,0 +1,3 @@ +MD5 (bodr-6.tar.bz2) = 7719e785e1f416179de85c7a7f889eb1 +SHA256 (bodr-6.tar.bz2) = 6319fccfa7297fd8090fbbca6fbd8ec33372a0542f29aaa2a77f8dea711d2a65 +SIZE (bodr-6.tar.bz2) = 246135 diff --git a/science/bodr/pkg-descr b/science/bodr/pkg-descr new file mode 100644 index 000000000000..34407173b53d --- /dev/null +++ b/science/bodr/pkg-descr @@ -0,0 +1,6 @@ +The Blue Obelisk Data Repository lists many important chemoinformatics data +such as element and isotope properties, atomic radii, etc. including references +to original literature. Developers can use this repository to make their +software interoperable. + +WWW: http://wiki.cubic.uni-koeln.de/bowiki/index.php/DataRepository diff --git a/science/bodr/pkg-plist b/science/bodr/pkg-plist new file mode 100644 index 000000000000..6bd111430d4c --- /dev/null +++ b/science/bodr/pkg-plist @@ -0,0 +1,16 @@ +share/doc/bodr/bibxml/elements_biblio.html +share/doc/bodr/bibxml/crystalstructures_biblio.html +share/doc/bodr/AUTHORS +share/doc/bodr/THANKS +share/doc/bodr/ChangeLog +share/doc/bodr/COPYING +share/doc/bodr/README +share/bodr/dicts/blueobelisk-dictionary.xml +share/bodr/crystalstructures.xml +share/bodr/elements.xml +share/bodr/isotopes.xml +libdata/pkgconfig/bodr.pc +@dirrm share/bodr/dicts +@dirrm share/bodr +@dirrm share/doc/bodr/bibxml +@dirrm share/doc/bodr -- cgit v1.2.3