aboutsummaryrefslogtreecommitdiff
path: root/science
Commit message (Collapse)AuthorAgeFilesLines
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-242-2/+2
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* New port: science/at Acoustic ToolBoxEdwin Groothuis2003-09-086-0/+366
| | | | | | | | | | | | | | | | | | | | | | | | The Acoustic ToolBox includes four acoustic models: BELLHOP: A beam/ray trace code KRAKEN: A normal mode code SCOOTER: A finite element FFP code SPARC: A time domain FFP code A common input structure has been used throughout so that only minor modifications are needed to switch from one program to another. All the models produce shade files which can be processed using a common set of plotting routines to plot transmission loss vs. range or vs. range and depth. These plotting routines are contained in the GLOBAL directory. PR: ports/42378 Submitted by: Heiner Strauss <heiner@bilch.com> Notes: svn path=/head/; revision=88803
* Fix very stupid error.Maho Nakata2003-09-031-1/+4
| | | | | | | Reported by: freshports and Dan Langille Notes: svn path=/head/; revision=88463
* 1) takeover maintainershipMaho Nakata2003-09-031-2/+4
| | | | | | | 2) add EMF support (not work yet) Notes: svn path=/head/; revision=88461
* - don't clobber any given LDFLAGSDirk Meyer2003-08-312-2/+2
| | | | | | | resolve conflitcs with bsd.openssl.mk Notes: svn path=/head/; revision=88159
* Fixed build dependencyMaho Nakata2003-08-301-2/+2
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=88029
* Update to 0.3.5.Joe Marcus Clarke2003-08-283-2/+66
| | | | | | | | PR: 56102 Submitted by: maintainer Notes: svn path=/head/; revision=87937
* Update to 0.1.7.Joe Marcus Clarke2003-08-283-3/+88
| | | | Notes: svn path=/head/; revision=87935
* Update to CAD/feltEdwin Groothuis2003-08-255-9/+741
| | | | | | | | | | | | A did some minor cleanup of the port, hopefully this will work on gcc-3.3. I suggest this port is moved to the science category, along with freefem and femlab. PR: ports/54964 Submitted by: Pedro F. Giffuni <giffunip@yahoo.com> Notes: svn path=/head/; revision=87626
* Fix `fails to patch'Maho Nakata2003-08-191-13/+0
| | | | | | | | Submitted by: kris via bento Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=87239
* - Don't hardcode python version on Makefile and pkg-plist.Hye-Shik Chang2003-08-174-18/+22
| | | | | | | - Add missing x11-toolkits/lesstif dependency. Notes: svn path=/head/; revision=87152
* Fix configure failure (autoconf257 is required)Maho Nakata2003-08-111-1/+1
| | | | Notes: svn path=/head/; revision=86786
* Fix build on 4-STABLEMaho Nakata2003-08-081-21/+25
| | | | | | | Submitted by: kris via bento Notes: svn path=/head/; revision=86591
* Update to 2.1.4Maho Nakata2003-08-034-1715/+1747
| | | | Notes: svn path=/head/; revision=86209
* Fix build on gcc-3.3.xMaho Nakata2003-08-022-0/+24
| | | | | | | Submitted by: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=86172
* Chase the GtkGLExt shared lib version.Joe Marcus Clarke2003-07-311-1/+1
| | | | Notes: svn path=/head/; revision=85992
* Add bash for BUILD_DEPENDSMaho Nakata2003-07-281-0/+1
| | | | | | | Submitted by: kris via bento Notes: svn path=/head/; revision=85730
* Unbreak by clean-ups.Maho Nakata2003-07-272-11/+8
| | | | | | | | | | | | | | | | | | For unbreak: a) location of .include "${.CURDIR}/../mpqc/Makefile" is just after the BUILD_DEPENDS to avoid override. For clean-ups: 1) ${F77}->${FC} 2) Use ${LOCALBASE} for CONFIGURE_ARGS for mpqc-mpich 3) ${MASTERDIR}/files -> ${FILESDIR} 4) remove LIB_DEPENDS for mpqc-mpich (redundant) Reported by: bento's log Reviewed by: okazaki and sf Notes: svn path=/head/; revision=85656
* Add a missing dependency on libgnomeui.Joe Marcus Clarke2003-07-271-2/+2
| | | | | | | Reported by: bento via kris Notes: svn path=/head/; revision=85652
* Add a dependency on gnometarget to quiet a configure warning.Joe Marcus Clarke2003-07-271-1/+1
| | | | Notes: svn path=/head/; revision=85651
* Drop maintainership of science/mmtkDaichi GOTO2003-07-251-1/+1
| | | | | | | | PR: 54834 Submitted by: Glenn Johnson <glennpj@charter.net> (maintainer) Notes: svn path=/head/; revision=85568
* Added a Numerical Hartree-Fock Program for Diatomic Molecules.Maho Nakata2003-07-249-0/+496
| | | | | | | | | This program package calcluates virtually exact solution of the Hartree-Fock and Hartree-Fock-Salter equations for diatomic molecules (distributed under GPL). Notes: svn path=/head/; revision=85513
* Comment out chemtool-devel, which provides a duplicate chemtool-1.6 versionKris Kennaway2003-07-221-1/+1
| | | | | | | | | since the upgrade of chemtool. Pointy hat to: maho Notes: svn path=/head/; revision=85397
* Update to version 0.77.4Maho Nakata2003-07-213-15/+2
| | | | | | | | PR: 54665 Submitted by: KATO Tsuguru <tkato@prontomail.com> aka ports fury Notes: svn path=/head/; revision=85261
* Update to 1.6 and some clean-up.Maho Nakata2003-07-217-104/+63
| | | | | | | | PR: 54664 Submitted by: KATO Tsuguru <tkato@prontomail.com> aka Ports fury Notes: svn path=/head/; revision=85259
* Fix build on -CURRENT (gcc-3.3)Sergey A. Osokin2003-07-201-0/+13
| | | | | | | Submitted by: Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=85231
* get rid of libgnugetopt dependency for -CURRENT,FUJISHIMA Satsuki2003-07-142-3/+4
| | | | | | | | use USE_GETOPT_LONG instead. respect CC, CFLAGS. Notes: svn path=/head/; revision=84837
* Add a missing dependency on libbonoboui.Joe Marcus Clarke2003-07-091-1/+2
| | | | | | | | | PR: 54281 Reported by: bento via kris Submitted by: maintainer Notes: svn path=/head/; revision=84544
* Update to 0.3.4.Joe Marcus Clarke2003-06-294-7/+19
| | | | | | | | PR: 53850 Submitted by: maintainer Notes: svn path=/head/; revision=83853
* Update to 0.1.4.Joe Marcus Clarke2003-06-297-78/+27
| | | | | | | | PR: 53851 Submitted by: maintainer Notes: svn path=/head/; revision=83852
* * Update to 1.100.1Joe Marcus Clarke2003-06-295-25/+54
| | | | | | | | | | | * Remove patches in favor of --program-prefix=open * Install the .pc file in the correct location PR: 53845 Submitted by: Pav Lucistnik <pav@oook.cz> Notes: svn path=/head/; revision=83851
* Fix MASTER_SITESErwin Lansing2003-06-082-2/+2
| | | | | | | | | PR: 53044 Submitted by: Serge Gagnon <gagnon__s@videotron.ca> Approved by: edwin (mentor) Notes: svn path=/head/; revision=82530
* Move inclusion of bsd.port.pre.mk later in the file for conditional BROKENKris Kennaway2003-06-042-8/+8
| | | | | | | | | | tag. Early inclusion caused problems for some ports, so to be safe I'm updating all of them. Pointy hat to: kris Notes: svn path=/head/; revision=82300
* BROKEN on 5.1: bad C++Kris Kennaway2003-05-182-2/+14
| | | | Notes: svn path=/head/; revision=81207
* Added new port chemtool-devel.Maho Nakata2003-05-105-0/+86
| | | | | | | | | | | Chemtool is a nice drawing tool for chemist, however, it has not been released almost 1 year. So I added developer version as -devel. Have fun! Notes: svn path=/head/; revision=80580
* Remove Broken because it really builds by fomer commit.Maho Nakata2003-05-081-2/+0
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=80480
* BROKEN: Does not patchKris Kennaway2003-05-061-0/+2
| | | | Notes: svn path=/head/; revision=80288
* Add new port science/ghemicalMaho Nakata2003-05-047-0/+225
| | | | | | | a computational chemistry software package Notes: svn path=/head/; revision=80095
* remove unnecessary patch to build.Maho Nakata2003-05-031-18/+0
| | | | | | | Reported by: fenner's log Notes: svn path=/head/; revision=80037
* Chase guile's shared lib version.Joe Marcus Clarke2003-05-022-2/+2
| | | | Notes: svn path=/head/; revision=79982
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-204-4/+0
| | | | Notes: svn path=/head/; revision=79368
* Remove an extra plist item.Joe Marcus Clarke2003-04-131-1/+0
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=78830
* Update to 2.4Kevin Lo2003-04-082-3/+2
| | | | | | | | PR: 50700 Submitted by: MAINTAINER Notes: svn path=/head/; revision=78581
* Add gchempaint, a 2D chemical structure editor for GNOME 2.Joe Marcus Clarke2003-04-085-0/+95
| | | | | | | | PR: 50539 Submitted by: Pav Lucistnik <pav@oook.cz> Notes: svn path=/head/; revision=78562
* Add gchemutils a set of C++ class and GTK+-2 widgets related to chemistry.Joe Marcus Clarke2003-04-089-0/+151
| | | | | | | | PR: 50538 Submitted by: Pav Lucistnik <pav@oook.cz> Notes: svn path=/head/; revision=78560
* forgot to add the patches.Edwin Groothuis2003-04-052-0/+22
| | | | Notes: svn path=/head/; revision=78281
* science/openbabel and biology/babel binary names conflictEdwin Groothuis2003-04-052-2/+2
| | | | | | | | | | | renamed the binaries and manpages of science/openbabel to openbabel instead of babel. PR: ports/47109 Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov> Notes: svn path=/head/; revision=78280
* add mpb 1.4.2Ying-Chieh Liao2003-04-045-0/+53
| | | | | | | MIT Photonic-Bands Notes: svn path=/head/; revision=78158
* add libctl 2.2Ying-Chieh Liao2003-04-045-0/+96
| | | | | | | Control Language Library Notes: svn path=/head/; revision=78126
* Clear moonlight beckons.Ade Lovett2003-03-074-2/+2
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045