diff options
author | pi <pi@FreeBSD.org> | 2016-08-26 14:00:47 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-08-26 14:00:47 +0800 |
commit | 02f49161cc526f30de31125f7c4ad70b32bed95e (patch) | |
tree | 15b5b3baf195e65500612476f76e7392f2d68c38 /biology | |
parent | 83f7f0f1b1df645e7ae05d966d0b8ec1a3849358 (diff) | |
download | freebsd-ports-gnome-02f49161cc526f30de31125f7c4ad70b32bed95e.tar.gz freebsd-ports-gnome-02f49161cc526f30de31125f7c4ad70b32bed95e.tar.zst freebsd-ports-gnome-02f49161cc526f30de31125f7c4ad70b32bed95e.zip |
biology/molden: 5.4 -> 5.7
- Adds editable text fields that are longer than the visible string
and introduces a new way of selecting a range of amino acids.
- introduces interfaces to the open source packages openbabel and pharmer.
Openbabel is used to create 2D images of the molecules in a .sdf
file. It is also used to do 2D fingerprint searching.
Pharmer is used to pharmacophore (3D) searching against indexed
databases of .sdf files.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/molden/Makefile | 5 | ||||
-rw-r--r-- | biology/molden/distinfo | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/biology/molden/Makefile b/biology/molden/Makefile index 2ccb621691ca..b480058f384b 100644 --- a/biology/molden/Makefile +++ b/biology/molden/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= molden -PORTVERSION= 5.4 -PORTREVISION= 1 +PORTVERSION= 5.7 PORTEPOCH= 1 CATEGORIES= biology MASTER_SITES= ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/ @@ -16,8 +15,6 @@ RESTRICTED= free for academic, non profit usage; do not re-distribute source and WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} -BROKEN= does not fetch - USES= fortran gmake USE_XORG= x11 USE_GL= glu diff --git a/biology/molden/distinfo b/biology/molden/distinfo index 6e1682a66c59..93dc0a4320a8 100644 --- a/biology/molden/distinfo +++ b/biology/molden/distinfo @@ -1,2 +1,3 @@ -SHA256 (molden5.4.tar.gz) = dbcbb1612673a41bf88acf51bf258493d595c85c11e386485f66da26cd01c25b -SIZE (molden5.4.tar.gz) = 4921271 +TIMESTAMP = 1472043944 +SHA256 (molden5.7.tar.gz) = 72c3568013a9804d8b50b6a88da4571f9d5c685ab25a740702aa119562bcf21c +SIZE (molden5.7.tar.gz) = 4958169 |