Chemistr-Mol is a toolkit includes basic objects and methods to

describe molecules. It consists of several modules: Chemistry::Mol,
Chemistry::Atom, Chemistry::Bond, and Chemistry::File.

WWW: http://search.cpan.org/dist/Chemistry-Mol/

PR:		ports/134462
Submitted by:	Wen Heping <wenheping at gmail.com>
This commit is contained in:
Martin Wilke 2009-05-16 23:29:15 +00:00
parent 2fa5da93a6
commit 275fec265c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234042
5 changed files with 52 additions and 0 deletions

View File

@ -97,6 +97,7 @@
SUBDIR += ovt
SUBDIR += p5-Algorithm-SVMLight
SUBDIR += p5-Chemistry-Elements
SUBDIR += p5-Chemistry-Mol
SUBDIR += p5-Geo-ReadGRIB
SUBDIR += paje
SUBDIR += paraview

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: Chemistry-Mol
# Date created: 11 May, 2009
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Chemistry-Mol
PORTVERSION= 0.37
CATEGORIES= science perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= wenheping@gmail.com
COMMENT= Perl toolkit to describe molecules
BUILD_DEPENDS= p5-Math-VectorReal>=1.02:${PORTSDIR}/math/p5-Math-VectorReal
RUN_DEPENDS= p5-Math-VectorReal>=1.02:${PORTSDIR}/math/p5-Math-VectorReal
PERL_CONFIGURE= yes
MAN3= Chemistry::Atom.3 Chemistry::Bond.3 \
Chemistry::Obj.3 Chemistry::File.3 \
Chemistry::Tutorial.3 Chemistry::File::Dumper.3 \
Chemistry::Mol.3 Chemistry::File::Formula.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Chemistry-Mol-0.37.tar.gz) = b3826c67e866a99169f3cfec1205642a
SHA256 (Chemistry-Mol-0.37.tar.gz) = 35cb720f4709c3693ec88ffa3b5f9dd870c3161a3498c08f80d77683b7188846
SIZE (Chemistry-Mol-0.37.tar.gz) = 44222

View File

@ -0,0 +1,8 @@
Chemistr-Mol is a toolkit includes basic objects and methods to
describe molecules. It consists of several modules: Chemistry::Mol,
Chemistry::Atom, Chemistry::Bond, and Chemistry::File.
They are the core modules of the PerlMol toolkit, see:
http://www.perlmol.org/.
WWW: http://search.cpan.org/dist/Chemistry-Mol/

View File

@ -0,0 +1,13 @@
%%SITE_PERL%%/Chemistry/Atom.pm
%%SITE_PERL%%/Chemistry/Bond.pm
%%SITE_PERL%%/Chemistry/Obj.pm
%%SITE_PERL%%/Chemistry/File.pm
%%SITE_PERL%%/Chemistry/Tutorial.pod
%%SITE_PERL%%/Chemistry/Mol.pm
%%SITE_PERL%%/Chemistry/File/Dumper.pm
%%SITE_PERL%%/Chemistry/File/Formula.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/Mol/.packlist
@dirrm %%SITE_PERL%%/Chemistry/File
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/Mol
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry
@dirrmtry %%SITE_PERL%%/Chemistry