Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2006 12:45:11 GMT
From:      Stefan Pauly <stefan.pauly@fh-mainz.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/96770: [UPDATE PORT] misc/pipe: upgrade to 2.0
Message-ID:  <200605041245.k44CjBVZ034427@www.freebsd.org>
Resent-Message-ID: <200605041250.k44CoK1m057277@freefall.freebsd.org>

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

>Number:         96770
>Category:       ports
>Synopsis:       [UPDATE PORT] misc/pipe: upgrade to 2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 04 12:50:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Pauly
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
FreeBSD luna.fh-mainz.de 5.4-STABLE FreeBSD 5.4-STABLE #0: Fri Jun  3 11:13:56 CEST 2005     st@luna.fh-mainz.de:/usr/obj/usr/src/sys/B03062005  i386

>Description:
- Upgrade to version 2.0
- Change category from misc to net

>How-To-Repeat:

>Fix:
diff -ruN --exclude=CVS /usr/ports/misc/pipe/Makefile ./pipe/Makefile
--- /usr/ports/misc/pipe/Makefile	Thu Apr  7 05:41:55 2005
+++ ./pipe/Makefile	Thu May  4 14:31:16 2006
@@ -7,17 +7,18 @@
 #
 
 PORTNAME=	pipe
-PORTVERSION=	0.b.1.5
-CATEGORIES=	misc java
+PORTVERSION=	0.b.2.0
+CATEGORIES=	net java
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	petri-net
-DISTNAME=	${PORTNAME}-beta-1.5
+MASTER_SITE_SUBDIR=	pipe2
+DISTNAME=	PIPE2_V2_0
+EXTRACT_SUFX=	.zip
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Platform Independent Petri-Net Editor
+COMMENT=	Platform Independent Petri-Net Editor 2
 
 USE_ZIP=	yes
-WRKSRC=		${WRKDIR}/${PORTNAME}
+WRKSRC=		${WRKDIR}/Pipe
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 USE_JAVA=	yes
@@ -26,10 +27,6 @@
 PLIST_FILES=	bin/pipe
 SUB_FILES=	pipe.sh
 
-.if !defined(NOPORTDOCS)
-PORTDOCS=	javadoc license manual
-.endif
-
 do-install:
 	${INSTALL_SCRIPT} ${WRKDIR}/pipe.sh ${PREFIX}/bin/pipe
 	@${MKDIR} ${DATADIR}
@@ -37,16 +34,19 @@
 		${FIND} . -type d -exec ${MKDIR} ${DATADIR}/{} \;
 	cd ${WRKSRC}/bin && \
 		${FIND} . -type f -exec ${INSTALL_DATA} {} ${DATADIR}/{} \;
-	${LN} -s ${DATADIR}/petri-nets ${DATADIR}/Example\ nets
 	@${FIND} ${DATADIR} ! -type d | \
 		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
 	@${FIND} ${DATADIR} -type d | ${SORT} -r | \
 		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
 .if !defined(NOPORTDOCS)
-	cd ${WRKSRC}/resources && \
-		${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${DOCSDIR}/{} \;
-	cd ${WRKSRC}/resources && \
-		${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \;
+	cd ${WRKSRC}/doc && \
+		${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/javadoc/{} \;
+	cd ${WRKSRC}/doc && \
+		${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/javadoc/{} \;
+	@${FIND} ${DOCSDIR} ! -type d | \
+		${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
+	@${FIND} ${DOCSDIR} -type d | ${SORT} -r | \
+		${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
 .endif
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/misc/pipe/distinfo ./pipe/distinfo
--- /usr/ports/misc/pipe/distinfo	Sat Nov 26 05:44:22 2005
+++ ./pipe/distinfo	Thu May  4 14:31:16 2006
@@ -1,3 +1,3 @@
-MD5 (pipe-beta-1.5.zip) = ad88a8b58de02fb0b68f7f85b11d3057
-SHA256 (pipe-beta-1.5.zip) = cbfe2d77b0da22e818bd6ba8bd2cdc48273a1ea40d0d3e02823c8b4ef49dd21a
-SIZE (pipe-beta-1.5.zip) = 1498335
+MD5 (PIPE2_V2_0.zip) = bcffc02ad80d8ae29421a2db4abd7c3f
+SHA256 (PIPE2_V2_0.zip) = e0795c9a338c83d770fac8c4202b41d7f91641de03db8de6f158e36306b32d05
+SIZE (PIPE2_V2_0.zip) = 1931536
diff -ruN --exclude=CVS /usr/ports/misc/pipe/pkg-descr ./pipe/pkg-descr
--- /usr/ports/misc/pipe/pkg-descr	Mon Aug 23 10:04:45 2004
+++ ./pipe/pkg-descr	Thu May  4 14:31:16 2006
@@ -6,10 +6,10 @@
 PIPEs main aim is to improve on existing tools available for modeling Petri
 Nets. A key design feature is the modular approach adopted for analysis,
 enabling new modules to written easily and powerfully, using built-in data
-layer methods for standard calculations. Six analysis modules have been
+layer methods for standard calculations. Eight analysis modules have been
 written (so far) including Invariant Analysis, State-Space Analysis (deadlock,
 etc), Simulation Analysis & Classification. PIPE adheres to the latest XML
 Petri net standard (PNML). File format for saving and loading Petri-Nets is
 also extensible through the use of XSLT, the default being PNML.
 
-WWW: http://petri-net.sourceforge.net/
+WWW: http://pipe2.sourceforge.net/

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



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