Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 1999 11:51:49 +0800 (CST)
From:      frankch@waru.life.nthu.edu.tw
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/13327: Update port biology/rasmol
Message-ID:  <199908230351.LAA24333@waru.life.nthu.edu.tw>

next in thread | raw e-mail | index | archive | help

>Number:         13327
>Category:       ports
>Synopsis:       Update port biology/rasmol
>Confidential:   yes
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 22 21:00:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chen Hsiung Chan
>Release:        FreeBSD 3.2-STABLE i386
>Organization:
Department of Life Science, NTHU Taiwan
>Environment:

	
	3.2-STABLE 

>Description:

	
	Update port biology/rasmol to 2.7.1

>How-To-Repeat:

	

>Fix:
	
	
	the diff is attached below:


diff -ruN rasmol.orig/Makefile rasmol/Makefile
--- rasmol.orig/Makefile	Wed Sep 16 10:24:54 1998
+++ rasmol/Makefile	Mon Aug 23 11:39:14 1999
@@ -1,19 +1,19 @@
 # New ports collection Makefile for: rasmol
-# Version required:     2.6beta2
+# Version required:     2.7.1
 # Date created:         Dec 4 1997
 # Whom:                 frankch@waru.life.nthu.edu.tw
 #
 # $Id: Makefile,v 1.4 1998/09/16 02:24:54 steve Exp $
 #
 
-DISTNAME=       RasMol26b2x1
-PKGNAME=        rasmol-2.6b2.1
+DISTNAME=       RasMol_2.7.1
+PKGNAME=        rasmol-2.7.1
 CATEGORIES=     biology
-MASTER_SITES=   ftp://nexus.roko.goe.net/pub/rasmol/
+MASTER_SITES=   ftp://ftp.bernstein-plus-sons.com/software/
 
 MAINTAINER=     frankch@waru.life.nthu.edu.tw
 
-WRKSRC=		$(WRKDIR)/RasMol2.6x1
+WRKSRC=		$(WRKDIR)/RasMol_2.7.1/src/
 USE_IMAKE=	yes
 
 MAN1=		rasmol.1
diff -ruN rasmol.orig/files/md5 rasmol/files/md5
--- rasmol.orig/files/md5	Sun May 24 12:04:28 1998
+++ rasmol/files/md5	Mon Aug 23 11:14:29 1999
@@ -1 +1 @@
-MD5 (RasMol26b2x1.tar.gz) = 3f5cf0422aff16e691a20437bba459e1
+MD5 (RasMol_2.7.1.tar.gz) = e01035d1af2a1595874bbee0989cc24c
diff -ruN rasmol.orig/patches/patch-aa rasmol/patches/patch-aa
--- rasmol.orig/patches/patch-aa	Sun May 24 12:04:31 1998
+++ rasmol/patches/patch-aa	Mon Aug 23 11:43:00 1999
@@ -1,12 +1,25 @@
---- Imakefile.orig	Thu Dec  4 16:59:35 1997
-+++ Imakefile	Thu Dec  4 17:01:47 1997
-@@ -9,7 +9,8 @@
+--- Imakefile.orig	Tue Jul  6 07:48:28 1999
++++ Imakefile	Mon Aug 23 11:36:22 1999
+@@ -64,7 +64,7 @@
  
  # RasMol's on-line help direcory
  #   e.g. /usr/local/lib/rasmol/rasmol.hlp
 -RASMOLDIR = $(USRLIBDIR)/rasmol/
-+#RASMOLDIR = $(USRLIBDIR)/rasmol/
-+RASMOLDIR = $(X11BASE)/lib/X11/rasmol/
++RASMOLDIR = $(PREFIX)/lib/X11/rasmol/
  
  
  
+@@ -104,8 +104,9 @@
+ ComplexProgramTarget(rasmol)
+ MakeDirectories(install,$(RASMOLDIR))
+ InstallNonExec(rasmol.hlp,$(RASMOLDIR))
+-InstallNonExec(data/1crn.pdb,$(RASMOLDIR))
+-InstallNonExec(data/3cro.pdb,$(RASMOLDIR))
++InstallNonExec(../data/1crn.pdb,$(RASMOLDIR))
++InstallNonExec(../data/3cro.pdb,$(RASMOLDIR))
+ 
+-rasmol.man::	doc/rasmol.1
+-		ln -s doc/rasmol.1 rasmol.man
++rasmol.man::
++		gunzip ../doc/rasmol.1.gz
++		ln -s ../doc/rasmol.1 rasmol.man 


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908230351.LAA24333>