pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/molden Update molden to 4.2. Patch provided by O...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d53684ced9fc
branches:  trunk
changeset: 484818:d53684ced9fc
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Nov 30 03:41:54 2004 +0000

description:
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:

 misc/molden/Makefile |  9 ++++++---
 misc/molden/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 6 deletions(-)

diffs (44 lines):

diff -r b805eacfc0e1 -r d53684ced9fc misc/molden/Makefile
--- a/misc/molden/Makefile      Tue Nov 30 02:50:52 2004 +0000
+++ b/misc/molden/Makefile      Tue Nov 30 03:41:54 2004 +0000
@@ -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 @@
 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 @@
        ${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 -r b805eacfc0e1 -r d53684ced9fc misc/molden/distinfo
--- a/misc/molden/distinfo      Tue Nov 30 02:50:52 2004 +0000
+++ b/misc/molden/distinfo      Tue Nov 30 03:41:54 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index