diff options
author | minskim <minskim@pkgsrc.org> | 2004-11-30 03:41:54 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-11-30 03:41:54 +0000 |
commit | a94bbd5710c9b087c36d4857660b19a75d69704a (patch) | |
tree | a018d56ee1b43d1f8635797a0277f2d90717df5a /misc/molden | |
parent | a0948e3da4a376227eeea4695add3446545d3bf2 (diff) | |
download | pkgsrc-a94bbd5710c9b087c36d4857660b19a75d69704a.tar.gz |
Update molden to 4.2. Patch provided by Osamu OISHI, the MAINTAINER.
Changes since 4.0:
- Corrected a few fortran syntax errors, thnx to Gyepes R.
- on some platforms molden would not write a z-matrix, after stating
that it just did. fixed.
- radical changes in the way proteins can be manipulated with the
z-matrix editor
- The zmatrix conversion for proteins containing nucleotides has been
improved, it will now create a zmatrix.
- The windows version of molden now start the opengl helper program
mogl, when you click a *.ogl file in the read file window.
- Now when you apply the tinker amber force, automatically the charges
associated with the atoms belonging to amino acid residues are set.
- Added interactive docking.
- More bug fixes and improvements.
Diffstat (limited to 'misc/molden')
-rw-r--r-- | misc/molden/Makefile | 9 | ||||
-rw-r--r-- | misc/molden/distinfo | 6 |
2 files changed, 9 insertions, 6 deletions
diff --git a/misc/molden/Makefile b/misc/molden/Makefile index 2612518c538..a11d853d63c 100644 --- a/misc/molden/Makefile +++ b/misc/molden/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2004/10/03 00:13:00 tv Exp $ +# $NetBSD: Makefile,v 1.9 2004/11/30 03:41:54 minskim Exp $ -DISTNAME= molden4.0 +DISTNAME= molden4.2 PKGNAME= ${DISTNAME:S/molden/&-/} -PKGREVISION= 1 CATEGORIES= misc # chemistry MASTER_SITES= ftp://ftp.cmbi.kun.nl/pub/molgraph/molden/ EXTRACT_SUFX= .tar.Z @@ -11,6 +10,8 @@ MAINTAINER= oishi@ims.ac.jp HOMEPAGE= http://www.cmbi.kun.nl/~schaft/molden/molden.html COMMENT= Displaying MOLecular DENsity +PKG_INSTALLATION_TYPES= overwrite pkgviews + MAKEFILE= makefile ALL_TARGET= molden @@ -36,6 +37,8 @@ _FETCH_MESSAGE= \ ${ECHO} " Then put the file ${DISTNAME}${EXTRACT_SUFX} into ${DISTDIR}."; \ ${ECHO} "======================================================================" +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/molden ${PREFIX}/bin/ for d in doc test utils ; do \ diff --git a/misc/molden/distinfo b/misc/molden/distinfo index 6a5e4936f0a..f47b436fb61 100644 --- a/misc/molden/distinfo +++ b/misc/molden/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2004/08/10 12:11:02 agc Exp $ +$NetBSD: distinfo,v 1.5 2004/11/30 03:41:54 minskim Exp $ -SHA1 (molden4.0.tar.Z) = 279a5f88bff1ebe13d246f9678e9200392726b40 -Size (molden4.0.tar.Z) = 3220858 bytes +SHA1 (molden4.2.tar.Z) = 5377c6670b0ddc8317573a749494bac146d97a8b +Size (molden4.2.tar.Z) = 3306529 bytes SHA1 (patch-aa) = 62168b37335cc74737c2d967234c0e846ab7bfa3 |