ports/73461: Update port: graphics/epix to 1.0.0

KATO Tsuguru tkato432 at yahoo.com
Wed Nov 3 16:10:21 UTC 2004


>Number:         73461
>Category:       ports
>Synopsis:       Update port: graphics/epix to 1.0.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 03 16:10:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.10-RELEASE-p3 i386
>Organization:
>Environment:
>Description:
- Update to version 1.0.0

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/graphics/epix/Makefile graphics/epix/Makefile
--- /usr/ports/graphics/epix/Makefile	Tue Jul  1 17:09:59 2003
+++ graphics/epix/Makefile	Wed Nov  3 00:48:51 2004
@@ -7,28 +7,27 @@
 #
 
 PORTNAME=	epix
-PORTVERSION=	0.8.10a
+PORTVERSION=	1.0.0
 CATEGORIES=	graphics
-MASTER_SITES=	http://mathcs.holycross.edu/~ahwang/software/
+MASTER_SITES=	http://mathcs.holycross.edu/~ahwang/epix/
 DISTNAME=	${PORTNAME}-${PORTVERSION}_src
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Creates math plots and line figures using easy-to-learn syntax
 
-BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash2
-RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash2 \
+BUILD_DEPENDS=	bash:${PORTSDIR}/shells/bash
+RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash \
 		latex:${PORTSDIR}/print/teTeX
 
-WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//}
-
 USE_BZIP2=	yes
+USE_GCC=	3.4
 USE_REINPLACE=	yes
 MAKE_ARGS=	CXX="${CXX}" CFLAGS="${CXXFLAGS} -c" \
 		INSTALL_PROGRAM="${INSTALL_DATA}" \
 		INSTALL_BIN="${INSTALL_SCRIPT}"
-PLIST_SUB=	VERSION="${PORTVERSION:S/a//}"
+PLIST_SUB=	VERSION="${PORTVERSION}"
 
-MAN1=	epix.1
+MAN1=		epix.1
 
 post-patch:
 	@${REINPLACE_CMD} -e \
diff -urN /usr/ports/graphics/epix/distinfo graphics/epix/distinfo
--- /usr/ports/graphics/epix/distinfo	Thu Jan 29 20:25:44 2004
+++ graphics/epix/distinfo	Wed Nov  3 00:46:41 2004
@@ -1,2 +1,2 @@
-MD5 (epix-0.8.10a_src.tar.bz2) = 9d470d60782758fa12f7050ee0c3707e
-SIZE (epix-0.8.10a_src.tar.bz2) = 122164
+MD5 (epix-1.0.0_src.tar.bz2) = 6da4c68ce0bea32fc2d069502893b85c
+SIZE (epix-1.0.0_src.tar.bz2) = 117612
diff -urN /usr/ports/graphics/epix/files/patch-newbash.sh graphics/epix/files/patch-newbash.sh
--- /usr/ports/graphics/epix/files/patch-newbash.sh	Tue Jul  1 17:10:00 2003
+++ graphics/epix/files/patch-newbash.sh	Wed Nov  3 00:52:28 2004
@@ -1,11 +1,11 @@
---- newbash.sh.orig	Sat Apr 26 09:34:50 2003
-+++ newbash.sh	Thu Jun 19 13:08:48 2003
+--- newbash.sh.orig	Thu Aug 26 21:41:44 2004
++++ newbash.sh	Wed Nov  3 00:52:21 2004
 @@ -1,10 +1,10 @@
  #!/bin/sh
  #
- for FILE in elaps laps make_header post-uninst.sh pre-install.sh prepix \
--	samples/sample.sh samples/makefigs Makefile
-+	helpfiles.sh samples/sample.sh samples/makefigs Makefile
+ for FILE in elaps laps make_header post-uninst.sh pre-install.sh preflix \
+-    prepix samples/sample.sh samples/makefigs Makefile
++    prepix helpfiles.sh samples/sample.sh samples/makefigs Makefile
  do
  	mv $FILE $FILE.orig
 -	sed 's+/bin/bash+/usr/local/bin/bash+g' $FILE.orig > $FILE
diff -urN /usr/ports/graphics/epix/pkg-plist graphics/epix/pkg-plist
--- /usr/ports/graphics/epix/pkg-plist	Sat Apr 12 22:48:21 2003
+++ graphics/epix/pkg-plist	Wed Nov  3 00:58:57 2004
@@ -1,5 +1,6 @@
 bin/elaps
 bin/epix
+bin/flix
 bin/keywords
 bin/laps
 include/epix.h
@@ -7,21 +8,29 @@
 %%DATADIR%%/config/bash_completions
 %%DATADIR%%/config/epix.el
 %%DATADIR%%/config/epix.spec
-%%DATADIR%%/config/epix.texi
 %%DATADIR%%/config/update_figs.sh
 %%DATADIR%%/notes/BUGS
 %%DATADIR%%/notes/CHANGELOG
 %%DATADIR%%/notes/INSTALL
 %%DATADIR%%/notes/POST-INSTALL
 %%DATADIR%%/notes/README
-%%DATADIR%%/notes/README-authors
 %%DATADIR%%/notes/README-changes
 %%DATADIR%%/notes/THANKS
 %%DATADIR%%/notes/TODO
 %%DATADIR%%/samples/epix-%%VERSION%%_samples.tar
+%%DATADIR%%/tutorial/contrib/CartesianCoord.cc
+%%DATADIR%%/tutorial/contrib/CoordAxis.cc
+%%DATADIR%%/tutorial/contrib/CoordSystem.cc
+%%DATADIR%%/tutorial/contrib/DoubleLogCoord.cc
+%%DATADIR%%/tutorial/contrib/Hatch.cc
+%%DATADIR%%/tutorial/contrib/LinearAxis.cc
+%%DATADIR%%/tutorial/contrib/LogaritmicAxis.cc
+%%DATADIR%%/tutorial/contrib/Makefile
+%%DATADIR%%/tutorial/contrib/PicCommand.cc
+%%DATADIR%%/tutorial/contrib/SingleLogCoord.cc
+ at dirrm %%DATADIR%%/tutorial/contrib
 @dirrm %%DATADIR%%/samples
 @dirrm %%DATADIR%%/notes
 @dirrm %%DATADIR%%/config
- at exec mkdir -p %D/%%DATADIR%%/tutorial
 @unexec rmdir %D/%%DATADIR%%/tutorial 2>/dev/null || true
 @unexec rmdir %D/%%DATADIR%% 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list