aboutsummaryrefslogtreecommitdiff
path: root/science/openbabel
Commit message (Collapse)AuthorAgeFilesLines
* - Add dependency on pkgconfig when building with cairo support [1]Max Brazhnikov2013-10-172-28/+20
| | | | | | | | | | - Support staging - Use option helpers Reported by: Andreas Nilsson via mail [1] Notes: svn path=/head/; revision=330663
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | science) Notes: svn path=/head/; revision=327767
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - convert USE_CMAKE to USESMax Brazhnikov2013-03-221-2/+1
| | | | | | | | | | - while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
* science/openbabel:Max Brazhnikov2012-12-114-248/+196
| | | | | | | | | | | | | | | | - Update openbabel to 2.3.2 - Switch to CMake build system - Add PYTHON and CAIRO options - Don't rename babel binary, mark conflict with ancient biology/babel science/py-openbabel: - Merge py-openbabel to openbabel other: - chase openbabel update Notes: svn path=/head/; revision=308694
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build on FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | Notes: svn path=/head/; revision=284615
* Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sinceKoop Mast2011-08-111-1/+1
| | | | | | | | | | mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> Notes: svn path=/head/; revision=279506
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276984
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Update to 2.2.3Max Brazhnikov2010-06-262-4/+4
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=257028
* Builds on ia64.Marcel Moolenaar2009-11-111-4/+0
| | | | | | | Approved by: makc Notes: svn path=/head/; revision=244125
* Respect LOCALBASE.Max Brazhnikov2009-10-071-1/+1
| | | | | | | Reported by: QATty Notes: svn path=/head/; revision=242565
* Update to 2.2.2Max Brazhnikov2009-08-103-10/+16
| | | | | | | Mark MAKE_JOBS_SAFE Notes: svn path=/head/; revision=239271
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Update boost to 1.39Pav Lucistnik2009-07-281-1/+1
| | | | | | | | | | - Split boost port to separate components, with boost-all metaport PR: ports/137054 Submitted by: Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer) Notes: svn path=/head/; revision=238504
* Update to 2.2.1Max Brazhnikov2009-04-263-6/+9
| | | | Notes: svn path=/head/; revision=232776
* Use my @FreeBSD.org email for the rest of my portsMax Brazhnikov2009-02-211-1/+1
| | | | Notes: svn path=/head/; revision=228771
* - s/PORTREVSION/PORTREVISIONMartin Wilke2008-07-211-1/+1
| | | | Notes: svn path=/head/; revision=217245
* - Fix build on 6.3Martin Wilke2008-07-181-1/+5
| | | | | | | | PR: 125728 Submitted by: Max Brazhnikov <makc@issp.ac.ru> Notes: svn path=/head/; revision=217047
* - Fix build on 6.XMartin Wilke2008-07-081-0/+1
| | | | | | | | Reported by: ionbot, pavbot Approved by: maintainer via im Notes: svn path=/head/; revision=216534
* - Update to 2.2.0Beech Rintoul2008-07-073-215/+293
| | | | | | | | | | - Pass maintainership to submitter PR: ports/125335 Submitted by: Max Brazhnikov <makc@issp.ac.ru> Notes: svn path=/head/; revision=216424
* - Update to 2.1.1Martin Wilke2007-08-203-13/+12
| | | | | | | | PR: 115397 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=197952
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 2.1.0Pav Lucistnik2007-05-243-16/+64
| | | | Notes: svn path=/head/; revision=191645
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | | - these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170651
* - Upgrade to 2.0.2 [1]Shaun Amott2006-08-012-6/+6
| | | | | | | | | | - portlint(1) tweak PR: ports/101196 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=169380
* - Update to version 2.0.1Sergey Matveychuk2006-04-203-32/+6
| | | | | | | | PR: ports/96010 Submitted by: Ports Fury Notes: svn path=/head/; revision=159986
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+120
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* BROKEN on ia64: gcc internal error during buildKris Kennaway2006-01-191-1/+7
| | | | Notes: svn path=/head/; revision=153927
* Update to 2.0.0.Sam Lawrance2005-12-183-62/+165
| | | | | | | | PR: ports/90558 Submitted by: Ports Fury Notes: svn path=/head/; revision=151475
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149449
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* USE_LIBTOOL instead of local patchVolker Stolz2005-04-132-15/+1
| | | | Notes: svn path=/head/; revision=133233
* - Update to 1.100.2Pav Lucistnik2004-03-044-21/+38
| | | | | | | | PR: ports/63756 Submitted by: Ports Fury Notes: svn path=/head/; revision=102913
* Add a dependency on gnometarget to quiet a configure warning.Joe Marcus Clarke2003-07-271-1/+1
| | | | Notes: svn path=/head/; revision=85651
* * 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
* 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
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* add openbabel 1.100.0Ying-Chieh Liao2003-01-055-0/+51
Chemistry file translation program Notes: svn path=/head/; revision=72577