Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Apr 2012 19:13:48 GMT
From:      Jason Bacon <jwbacon@tds.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/167273: Update port: devel/py-instant
Message-ID:  <201204241913.q3OJDmni039127@red.freebsd.org>
Resent-Message-ID: <201204241920.q3OJK9SY080098@freefall.freebsd.org>

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

>Number:         167273
>Category:       ports
>Synopsis:       Update port: devel/py-instant
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 24 19:20:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jason Bacon
>Release:        9.0-RELEASE
>Organization:
Acadix Consulting, LLC
>Environment:
FreeBSD sculpin.jbacon.dyndns.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
This update is needed to bring all components of FEniCS into sync.

I am also willing to adopt the port if the current maintainer agrees, since I am maintaining all of the other FEniCS components.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

===> Generating patch
===> Viewing diff with more
diff -ruN --exclude=CVS /usr/ports/devel/py-instant/Makefile /home/bacon/Prog/Ports/ports/devel/py-instant/Makefile
--- /usr/ports/devel/py-instant/Makefile	2011-02-25 01:50:38.000000000 -0600
+++ /home/bacon/Prog/Ports/ports/devel/py-instant/Makefile	2012-04-24 14:03:25.000000000 -0500
@@ -6,25 +6,31 @@
 #
 
 PORTNAME=	instant
-PORTVERSION=	0.9
-PORTREVISION=	1
+PORTVERSION=	1.0.0
 CATEGORIES=	devel python
-MASTER_SITES=	SF/py${PORTNAME}/Instant-${PORTVERSION}/${PORTVERSION}
+MASTER_SITES=	https://launchpad.net/${PORTNAME}/1.0.x/${PORTVERSION}/+download/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-DISTNAME=	Instant-${PORTVERSION}
 
 MAINTAINER=	lwhsu@FreeBSD.org
 COMMENT=	Python module for instant inlining of C and C++ code in Python
 
-RUN_DEPENDS=	swig1.3:${PORTSDIR}/devel/swig13
+LICENSE=	LGPL3
 
-USE_PYTHON=	2.5+
+RUN_DEPENDS=	swig2.0:${PORTSDIR}/devel/swig20
+
+USE_PYTHON=		-2.7
 USE_PYDISTUTILS=	yes
-PYDISTUTILS_PKGNAME=	Instant
-PYDISTUTILS_PKGVERSION=	0.8
+PYDISTUTILS_PKGNAME=	instant
+
+FETCH_ARGS=	-F
 
-PLIST_FILES=	%%PYTHON_SITELIBDIR%%/Instant.py \
-		%%PYTHON_SITELIBDIR%%/Instant.pyc \
-		%%PYTHON_SITELIBDIR%%/Instant.pyo
+MAN1=		instant-clean.1 \
+		instant-showcache.1
+MANCOMPRESSED=	yes
+
+post-patch:
+	@${REINPLACE_CMD} -e \
+	's|\[(join("share", "man", "man1"),|\[(join("man", "man1"),|' \
+	${WRKSRC}/setup.py
 
 .include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/devel/py-instant/distinfo /home/bacon/Prog/Ports/ports/devel/py-instant/distinfo
--- /usr/ports/devel/py-instant/distinfo	2011-02-25 01:50:38.000000000 -0600
+++ /home/bacon/Prog/Ports/ports/devel/py-instant/distinfo	2012-04-24 08:22:45.000000000 -0500
@@ -1,2 +1,2 @@
-SHA256 (Instant-0.9.tar.gz) = bd6d305f15c7dee34f2f14a001037bdcc25516738757d2201dd8efbf97bb5b6e
-SIZE (Instant-0.9.tar.gz) = 34131
+SHA256 (instant-1.0.0.tar.gz) = 0477ad61482bc1a3303f04031489dd4039747e2e7dbfde291747be5cf8c2bff3
+SIZE (instant-1.0.0.tar.gz) = 124652
diff -ruN --exclude=CVS /usr/ports/devel/py-instant/pkg-descr /home/bacon/Prog/Ports/ports/devel/py-instant/pkg-descr
--- /usr/ports/devel/py-instant/pkg-descr	2007-01-05 13:35:11.000000000 -0600
+++ /home/bacon/Prog/Ports/ports/devel/py-instant/pkg-descr	2012-04-14 14:42:02.000000000 -0500
@@ -5,4 +5,4 @@
 The code can be either C or C++, but like when programming C or C++, it has to
 be inside a function or a similar C/C++ construct.
 
-WWW:	http://pyinstant.sourceforge.net/
+WWW:	https://launchpad.net/instant
diff -ruN --exclude=CVS /usr/ports/devel/py-instant/pkg-plist /home/bacon/Prog/Ports/ports/devel/py-instant/pkg-plist
--- /usr/ports/devel/py-instant/pkg-plist	1969-12-31 18:00:00.000000000 -0600
+++ /home/bacon/Prog/Ports/ports/devel/py-instant/pkg-plist	2012-04-14 14:36:11.000000000 -0500
@@ -0,0 +1,35 @@
+bin/instant-clean
+bin/instant-showcache
+%%PYTHON_SITELIBDIR%%/instant/__init__.py
+%%PYTHON_SITELIBDIR%%/instant/__init__.pyc
+%%PYTHON_SITELIBDIR%%/instant/__init__.pyo
+%%PYTHON_SITELIBDIR%%/instant/build.py
+%%PYTHON_SITELIBDIR%%/instant/build.pyc
+%%PYTHON_SITELIBDIR%%/instant/build.pyo
+%%PYTHON_SITELIBDIR%%/instant/cache.py
+%%PYTHON_SITELIBDIR%%/instant/cache.pyc
+%%PYTHON_SITELIBDIR%%/instant/cache.pyo
+%%PYTHON_SITELIBDIR%%/instant/codegeneration.py
+%%PYTHON_SITELIBDIR%%/instant/codegeneration.pyc
+%%PYTHON_SITELIBDIR%%/instant/codegeneration.pyo
+%%PYTHON_SITELIBDIR%%/instant/config.py
+%%PYTHON_SITELIBDIR%%/instant/config.pyc
+%%PYTHON_SITELIBDIR%%/instant/config.pyo
+%%PYTHON_SITELIBDIR%%/instant/inlining.py
+%%PYTHON_SITELIBDIR%%/instant/inlining.pyc
+%%PYTHON_SITELIBDIR%%/instant/inlining.pyo
+%%PYTHON_SITELIBDIR%%/instant/locking.py
+%%PYTHON_SITELIBDIR%%/instant/locking.pyc
+%%PYTHON_SITELIBDIR%%/instant/locking.pyo
+%%PYTHON_SITELIBDIR%%/instant/output.py
+%%PYTHON_SITELIBDIR%%/instant/output.pyc
+%%PYTHON_SITELIBDIR%%/instant/output.pyo
+%%PYTHON_SITELIBDIR%%/instant/paths.py
+%%PYTHON_SITELIBDIR%%/instant/paths.pyc
+%%PYTHON_SITELIBDIR%%/instant/paths.pyo
+%%PYTHON_SITELIBDIR%%/instant/signatures.py
+%%PYTHON_SITELIBDIR%%/instant/signatures.pyc
+%%PYTHON_SITELIBDIR%%/instant/signatures.pyo
+%%PYTHON_SITELIBDIR%%/instant/swig/numpy.i
+@dirrm %%PYTHON_SITELIBDIR%%/instant/swig
+@dirrm %%PYTHON_SITELIBDIR%%/instant
===> Done


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



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