The NetBSD Project

CVS log for pkgsrc/biology/openbabel/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / biology / openbabel

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Oct 26 10:03:42 2021 UTC (3 years, 1 month ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, HEAD
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
biology: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Oct 7 13:19:41 2021 UTC (3 years, 2 months ago) by nia
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -2 lines
biology: Remove SHA1 hashes for distfiles

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Nov 4 19:54:12 2020 UTC (4 years, 1 month ago) by bsiegert
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -1 lines
openbabel: do not download dependencies during build

Explicitly depend against maeparser, coordgenlibs and rapidjson, so that
the build does not download the current version from github (!).

Also fix the coordgenlibs detection logic -- this is also submitted
upstream.

Fixes PR pkg/55755

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Jun 29 12:10:34 2020 UTC (4 years, 5 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -10 lines
openbabel: Update to 3.1.1

* Depends on boost. If you have boost, cmake detects boost and it causes
  build failure.

Changelog:
3.1.1
This version primarily reflects fixes for packaging on Linux and FreeBSD
relative to 3.1.0. No features or significant bug fixes were involved.

3.1.0
This version represents additional API and is backwards-compatible with the 3.0 release.

Significant features and fixes

    Fixed tautomer code (by timvdm #2171)
    New functionality: Support for periodic boundary conditions. See additional option -p for MMCIF format, and write option 'g' for CIF. (by bbucior, #1853)
    New functionality: Add distance geometry method (by n-yoshikawa, #1875, by timvdm #2158)
    Fixed crashes with new 3D coordinate generation (by timvdm #2149 and ghutchis #2150)


New features and improvements

    New file format: Wiswesser Line Notation reader from Roger Sayle (by baoilleach, #2084)
    New option: Add the --neutralize operation to convert charged atoms to neutral (by baoilleach, #2109)
    Update GAS CONSTANT to 2018 CODATA recommended value (by e-kwsm, #2045)
    Support #0 in SMARTS so that asterisks can be matched (by baoilleach, #2079)
    Bring back support for lowercase elements and D/T in GetAtomicNum(). (by baoilleach, #2100)
    Change docstrings of add/delete hydrogens to better reflect their functionality (by baoilleach, #2110)
    Support kekulization of aromatic sulfoxides (by baoilleach, #2121)
    Enable casting to StereoBase in the Python bindings (by baoilleach, #2124)
    OBBuilder: Add error message for ring/rigid fragments with all zero coords. (by timvdm, #2149)
    R script updates (by khoran, #2145)
    Be more strict when parsing charges in SMILES (by baoilleach, #2132)
    Improve tools/obconformer.cpp (by e-kwsm, #2154)


Bug fixes

    Fix CMake error with R and C# bindings (by ghutchis, #2051)
    Rename MAESTRO extensions from uppercase to lowercase (by baoilleach, #2053)
    Fix file format docstrings that were causing problems with Sphinx or GUI (by baoilleach, #2054)
    Fix BUILD_SHARED=OFF (by dkoes, #2056)
    Fix import of openbabel (by e-kwsm, #2058)
    Update for Open Babel 3 (by e-kwsm, #2060)
    Fix maeparser compile error with some Boost configs (by fredrikw, #2076)
    Find or build maeparser & coordgen libraries (by ricrogz, #2064)
    Fix issue #2095, caused by incorrect application of protonated SMARTS (by au1985, #2102)
    Fix issue #1794, UFF atom typing for deuterium (by ghutchis, #2114)
    Fix segfault on SMI to InChI conversion when using "-d" (by timvdm, #2115)
    Correct the path to the openbabel-python.cpp (by baoilleach, #2119)
    Remove fragments with zero coordinates - fixes #2144. (by ghutchis, #2150)
    Fix issue #2125 - Zero occupancy in cif file treated as 1.0. (by orex, #2136)
    Fix #2071 - obrms parser segmentation fault (by e-kwsm, #2073)
    Fix #2098 - OBDistanceGeometry is unavailable to users (by n-yoshikawa, #2105)
    Set MAEPARSER_BUILD_SHARED_LIBS (fix #2089) (by e-kwsm, #2155)
    Fix the import of Tkinter in Python 3+ (by mrakitin, #2157)
    Fix for segault (with regression test) (by dkoes, #2162)
    Follow-up with missing spelling fixes from #2163 (by mrakitin, #2166)
    Prefer std::fabs resolves build problem on mac-current (by ghutchis, #2168)
    Fix distance geometry stereo issues (by timvdm, #2158)
    Merge of "Improve OBConversion::WriteString() and WriteFile() initialization" (adalke) #1923 (by baoilleach, #2176)
    Fix output format in the cifformat writer (by afonari, #2170)


Development/Build/Install improvements

    Avoid using namespace in headers (by e-kwsm, #2055)
    Remove babel doc (by e-kwsm, #2057)
    Do not hard-code Open Babel major version for include directory (by e-kwsm, #2059)
    Patched to build on NetBSD (by voidpin, #2093)
    Update download link (by njzjz, #2094)
    Fix GitHub ISSUE_TEMPLATE (by RMeli, #2082)
    Define OpenBabel3_LIBRARY (by dkoes, #2086)
    Initial GitHub action - misspell-fixer (by ghutchis, #2163)
    Automated GitHub builds (by ghutchis, #2165)

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat May 2 15:05:30 2020 UTC (4 years, 7 months ago) by wiedi
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
openbabel: fix build on SunOS

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Nov 20 18:07:55 2019 UTC (5 years ago) by kamil
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -1 lines
openbabel: Fix pkg-config .pc file

Point to the proper includedir.

Bump PKGREVISION

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Nov 20 17:02:12 2019 UTC (5 years ago) by kamil
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +8 -9 lines
openbabel: Upgrade to 3.0.0

Upstream changelog
==================

Open Babel 3.0.0

@ghutchis ghutchis released this on 10 Oct - 29 commits to master since this release

This release represents a major update and is strongly recommended for all users.

It also removes deprecated components and breaks the API in a few places. For information on migrating from the previous version, please see:
https://open-babel.readthedocs.io/en/latest/UseTheLibrary/migration.html#migrating-to-3-0

We intend to move to semi-annual releases in Spring and Fall, with bug fix releases as needed.

A sample of major new features:

    Code for handling implicit hydrogens and kekulization has been entirely replaced. As well as being accurate, the new approach is much faster.
    Speed of reading and writing SMILES has been improved by more than 50-fold.
    Removal of the old 'babel' binary in favor of the newer 'obabel' command-line tool.
    New improved fragment-based 3D coordinate generation code as part of Google Summer of code 2018/2019. Significantly faster and more accurate: https://doi.org/10.1186/s13321-019-0372-5
    (Please cite J. Cheminf. (2019) v11, article 49 if you use the new 3D coordinate generation.)
    New API for handling reactions stored as molecules (e.g. Reaction InChI, etc.)
    New API for copying part of an OBMol as a substructure
    Support for Maestro file format, contributed by Patrick Lorton of Schrodinger

There are an incredible number of improvements, minor features and many bug fixes.

For a full list of changes and to download source packages (and eventually binaries)
https://open-babel.readthedocs.io/en/latest/ReleaseNotes/ob300.html
https://github.com/openbabel/openbabel/releases

Thanks to a cast of many for this release, particularly including Noel O'Boyle;
aandi, adalke (Andrew Dalke), adamjstewart (Adam J. Stewart), afonari (Alexandr Fonari), artoria2e5 (Mingye Wang), baoilleach (Noel O'Boyle), barrymoo (Barry Moore), bbucior (Ben Bucior), boryszef (Borys Szefczyk), camannguyen (An Nguyen), cmanion (Charles A. Manion), cowsandmilk (David Hall), cstein (Casper Steinmann), derekharmon (Derek Harmon), djhogan (Daniel Hogan), dkoes (David Koes), e-kwsm (Eisuke Kawashima), eloyfelix (Eloy Felix), fredrikw (Fredrik Wallner), ghutchis (Geoff Hutchison), hille721 (Christoph Hille), hseara (Hector Martinez-Seara), jasonychuang (Jason Huang), jeffjanes (Jeff Janes), johnmay (John Mayfield), katrinleinweber (Katrin Leinweber), keipertk (Kristopher Keipert), kyle-roberts-arzeda, langner (Karol M. Langner), lorton (Pat Lorton), mcs07 (Matt Swain), merkys (Andrius Merkys), mkrykunov, mmghahremanpour (Mohammad Ghahremanpour), mwojcikowski (Maciej Wojcikowski), n-yoshikawa (Naruki Yoshikawa), nakatamaho (Nakata Maho), nsoranzo (Nicola Soranzo), oititov (Titov Oleg), orex (Kirill Okhotnikov), pbecherer (Paul Becherer), peawagon (Jen), philthiel (Philipp Thiel), psavery (Patrick Avery), rmeli (Rocco Meli), serval2412 (Julien Nabet), sunoru, susilehtola (Susi Lehtola), tgaudin (Theophile Gaudin), theavey (Thomas Heavey), timvdm (Tim Vandermeersch), torcolvin (Tor Colvin), wojdyr (Marcin Wojdyr), xomachine (Dmitriy Fomichev), yishutu (Yi-Shu Tu)



Open Babel 2.4.0 (2016-9-21)

This release represents a major update and should be a stable upgrade, strongly recommended for all users.

Note that this release deprecates the babel executable in favor of obabel. A future release will remove babel entirely. For information on the differences, please see the documentation.
New file formats

    DALTON output files (read only) and DALTON input files (read/write) (Casper Steinmann)
    JSON format used by ChemDoodle (read/write) (Matt Swain)
    JSON format used by PubChem (read/write) (Matt Swain)
    LPMD's atomic configuration file (read/write) (Joaquin Peralta)
    The format used by the CONTFF and POSFF files in MDFF (read/write) (Kirill Okhotnikov)
    ORCA output files (read only) and ORCA input files (write only) (Dagmar Lenk)
    ORCA-AICCM's extended XYZ format (read/write) (Dagmar Lenk)
    Painter format for custom 2D depictions (write only) (Noel O'Boyle)
    Siesta output files (read only) (Patrick Avery)
    Smiley parser for parsing SMILES according to the OpenSMILES specification (read only) (Tim Vandermeersch)
    STL 3D-printing format (write only) (Matt Harvey)
    Turbomole AOFORCE output (read only) (Mathias Laurin)
    A representation of the VDW surface as a point cloud (write only) (Matt Harvey)

New file format capabilities and options

    AutoDock PDBQT: Options to preserve hydrogens and/or atom names (Matt Harvey)
    CAR: Improved space group support in .car files (kartlee)
    CDXML: Read/write isotopes (Roger Sayle)
    CIF: Extract charges (Kirill Okhotnikov)
    CIF: Improved support for space-groups and symmetries (Alexandr Fonari)
    DL_Poly: Cell information is now read (Kirill Okhotnikov)
    Gaussian FCHK: Parse alpha and beta orbitals (Geoff Hutchison)
    Gaussian out: Extract true enthalpy of formation, quadrupole, polarizability tensor, electrostatic potential fitting points and potential values, and more (David van der Spoel)
    MDL Mol: Read in atom class information by default and optionally write it out (Roger Sayle)
    MDL Mol: Support added for ZBO, ZCH and HYD extensions (Matt Swain)
    MDL Mol: Implement the MDL valence model on reading (Roger Sayle)
    MDL SDF: Option to write out an ASCII depiction as a property (Noel O'Boyle)
    mmCIF: Improved mmCIF reading (Patrick Fuller)
    mmCIF: Support for atom occupancy and atom_type (Kirill Okhotnikov)
    Mol2: Option to read UCSF Dock scores (Maciej Wojcikowski)
    MOPAC: Read z-matrix data and parse (and prefer) ESP charges (Geoff Hutchison)
    NWChem: Support sequential calculations by optionally overwriting earlier ones (Dmitriy Fomichev)
    NWChem: Extract info on MEP(IRC), NEB and quadrupole moments (Dmitriy Fomichev)
    PDB: Read/write PDB insertion codes (Steffen Moller)
    PNG: Options to crop the margin, and control the background and bond colors (Fredrik Wallner)
    PQR: Use a stored atom radius (if present) in preference to the generic element radius (Zhixiong Zhao)
    PWSCF: Extend parsing of lattice vectors (David Lonie)
    PWSCF: Support newer versions, and the 'alat' term (Patrick Avery)
    SVG: Option to avoid addition of hydrogens to fill valence (Lee-Ping)
    SVG: Option to draw as ball-and-stick (Jean-Noel Avila)
    VASP: Vibration intensities are calculated (Christian Neiss, Mathias Laurin)
    VASP: Custom atom element sorting on writing (Kirill Okhotnikov)

Other new features and improvements

    2D layout: Improved the choice of which bonds to designate as hash/wedge bonds around a stereo center (Craig James)
    3D builder: Use bond length corrections based on bond order from Pyykko and Atsumi (http://dx.doi.org/10.1002/chem.200901472) (Geoff Hutchison)
    3D generation: "--gen3d", allow user to specify the desired speed/quality (Geoff Hutchison)
    Aromaticity: Improved detection (Geoff Hutchison)
    Canonicalisation: Changed behaviour for multi-molecule SMILES. Now each molecule is canonicalized individually and then sorted. (Geoff Hutchison/Tim Vandermeersch)
    Charge models: "--print" writes the partial charges to standard output after calculation (Geoff Hutchison)
    Conformations: Confab, the systematic conformation generator, has been incorporated into Open Babel (David Hall/Noel O'Boyle)
    Conformations: Initial support for ring rotamer sampling (Geoff Hutchison)
    Conformer searching: Performance improvement by avoiding gradient calculation and optimising the default parameters (Geoff Hutchison)
    EEM charge model: Extend to use additional params from http://dx.doi.org/10.1186/s13321-015-0107-1 (Tomas Racek)
    FillUnitCell operation: Improved behavior (Patrick Fuller)
    Find duplicates: The "--duplicate" option can now return duplicates instead of just removing them (Chris Morley)
    GAFF forcefield: Atom types updated to match Wang et al. J. Comp. Chem. 2004, 25, 1157 (Mohammad Ghahremanpour)
    New charge model: EQeq crystal charge equilibration method (a speed-optimized crystal-focused charge estimator, http://pubs.acs.org/doi/abs/10.1021/jz3008485) (David Lonie)
    New charge model: "fromfile" reads partial charges from a named file (Matt Harvey)
    New conversion operation: "changecell", for changing cell dimensions (Kirill Okhotnikov)
    New command-line utility: "obthermo", for extracting thermochemistry data from QM calculations (David van der Spoel)
    New fingerprint: ECFP (Geoff Hutchison/Noel O'Boyle/Roger Sayle)
    OBConversion: Improvements and API changes to deal with a long-standing memory leak (David Koes)
    OBAtom::IsHBondAcceptor(): Definition updated to take into account the atom environment (Stefano Forli)
    Performance: Faster ring-finding algorithm (Roger Sayle)
    Performance: Faster fingerprint similarity calculations if compiled with -DOPTIMIZE_NATIVE=ON (Noel O'Boyle/Jeff Janes)
    SMARTS matching: The "-s" option now accepts an integer specifying the number of matches required (Chris Morley)
    UFF: Update to use traditional Rappe angle potential (Geoff Hutchison)

Language bindings

    Bindings: Support compiling only the bindings against system libopenbabel (Reinis Danne)
    Java bindings: Add example Scala program using the Java bindings (Reinis Danne)
    New bindings: PHP (Maciej Wojcikowski)
    PHP bindings: BaPHPel, a simplified interface (Maciej Wojcikowski)
    Python bindings: Add 3D depiction support for Jupyter notebook (Patrick Fuller)
    Python bindings, Pybel: calccharges() and convertdbonds() added (Patrick Fuller, Bjorn Gruning)
    Python bindings, Pybel: compress output if filename ends with .gz (Maciej Wojcikowski)
    Python bindings, Pybel: Residue support (Maciej Wojcikowski)

Development/Build/Install Improvements

    Version control: move to git and GitHub from subversion and SourceForge
    Continuous integration: Travis for Linux builds and Appveyor for Windows builds (David Lonie and Noel O'Boyle)
    Python installer: Improvements to the Python setup.py installer and "pip install openbabel" (David Hall, Matt Swain, Joshua Swamidass)
    Compilation speedup: Speed up compilation by combining the tests (Noel O'Boyle)
    MacOSX: Support compiling with libc++ on MacOSX (Matt Swain)

Cast of contributors

Alexandr Fonari, Anders Steen Christensen, Andreas Kempe, arkose, Benoit Leblanc, Bjorn Gruning, Casper Steinmann, Chris Morley, Christoph Willing, Craig James, Dagmar Lenk, David Hall, David Koes, David Lonie, David van der Spoel, Dmitriy Fomichev, Fulvio Ciriaco, Fredrik Wallner, Geoff Hutchison, Heiko Becker, Itay Zandbank, Jean-Noel Avila, Jeff Janes, Joaquin Peralta, Joshua Swamidass, Julien Nabet, Karol Langner, Karthik Rajagopalan, Katsuhiko Nishimra, Kevin Horan, Kirill Okhotnikov, Lee-Ping, Matt Harvey, Maciej Wojcikowski, Marcus Hanwell, Mathias Laurin, Matt Swain, Mohamad Mohebifar, Mohammad Ghahremanpour, Noel O'Boyle, Patrick Avery, Patrick Fuller, Paul van Maaren, Peng Bai, Philipp Thiel, Reinis Danne, Roger Sayle, Ronald Cohen, Scott McKechnie, Stefano Forli, Steve Roughley, Steffen Moeller, Tim Vandermeersch, Tomas Racek, Tomas Trnka, Tor Colvin, Torsten Sachse, Yi-Shu Tu, Zhixiong Zhao

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Nov 2 18:42:22 2015 UTC (9 years, 1 month ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
Add SHA512 digests for distfiles for biology category.

Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden).  Existing SHA1
digests retained for now as an audit trail.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Nov 24 00:47:48 2014 UTC (10 years ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
Adjust !TR1 support again.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Nov 20 09:05:56 2014 UTC (10 years ago) by mef
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +6 -7 lines
(upstream) update 2.3.0 to 2.3.2

(ChangeLog)
2012-08-20  Paolo Tosco <paolo.tosco@unito.it>
        * src/formats/mol2format.cpp: added a check for N.4 nitrogens
        (fixes PR#3557898)

2012-06-09  Paolo Tosco <paolo.tosco@unito.it>
        * src/kekulize.cpp: reverted the r4862 patch to kekulize.cpp;
        the incorrect aromaticity perception of oxonium salts concerned
        only the MOL2 format, so the fix was applied to mol2format.cpp
        instead
        * src/formats/mol2format.cpp: added a check to improve downstream
        aromaticity perception on charged molecules containing oxygen

2012-06-07  Paolo Tosco <paolo.tosco@unito.it>
        * include/openbabel/atom.h: added protos for CountFreeSulfurs() and
        IsThiocarboxylSulfur() functions which are equivalent to
        CountFreeOxygens() and IsCarboxylOxygen() and address
        (di)thiocarboxyl groups
        * src/atom.cpp: added the CountFreeSulfurs() and
        IsThiocarboxylSulfur() functions
        * src/forcefields/forcefieldmmff94.cpp: added some additional
        checks to make MMFF94 atom type assignment more robust
        * src/formats/mol2format.cpp: added some checks to improve downstream
        aromaticity perception on charged molecules containing nitrogen,
        oxygen and sulfur
        * src/kekulize.cpp: added a check to fix incorrect perception of
        aromatic oxonium and thionium cations

(NEWS)
Open Babel 2.3.1 (2011-10-14)

This release represents a major bug-fix release and is a stable
upgrade, strongly recommended for all users of Open Babel. Many bugs
and enhancements have been added since the 2.3.0 release.

Citation:

Please consider citing this work if you publish work which used Open Babel:
Noel M. O'Boyle , Michael Banck , Craig A. James , Chris Morley , Tim
Vandermeersch  and Geoffrey R. Hutchison. "Open Babel: An open
chemical toolbox." Journal of Cheminformatics 2011, 3:33.

http://dx.doi.org/10.1186/1758-2946-3-33

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Oct 9 11:39:28 2013 UTC (11 years, 2 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Use CMake builtin variable for mandir.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon May 6 14:22:42 2013 UTC (11 years, 7 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -1 lines
When using C++11 or libc++, prefer <memory> and <unordered_map> without
the tr1 namespace.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Apr 1 08:39:13 2013 UTC (11 years, 8 months ago) by sbd
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
Use PKGMANDIR

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Oct 5 22:15:48 2011 UTC (13 years, 2 months ago) by ryoon
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of openbabel-2.3.0 from wip/openbabel

Open Babel is a chemical toolbox designed to speak the many languages
of chemical data. It's an open, collaborative project allowing
anyone to search, convert, analyze, or store data from molecular
modeling, chemistry, solid-state materials, biochemistry, or related
areas.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Oct 5 22:15:48 2011 UTC (13 years, 2 months ago) by ryoon
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>