ports/56228: Upgrade misc/pointless to version 0.4

Christian Laursen xi at borderworlds.dk
Sun Aug 31 10:30:25 UTC 2003


>Number:         56228
>Category:       ports
>Synopsis:       Upgrade misc/pointless to version 0.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 31 03:30:22 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Christian Laursen
>Release:        FreeBSD 5.1-RELEASE-p2 i386
>Organization:
The Border Worlds
>Environment:
System: FreeBSD trill.borderworlds.dk 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #10: Mon Aug 11 12:32:47 CEST 2003 root at trill.borderworlds.dk:/usr/obj/usr/src/sys/TRILL i386


	
>Description:
This release is mainly a bug-fix and clean-up release but a few new
features have also been added: The Pll language now supports plain
background images (not stretched or tiled) as well as images with a
fixed position.  Customization support has been added to some pll
commands. As to the portability of pointless, the Mac OS port appears
to work smoothly by now.  Moreover, the SDL variant of pointless has
been updated to reflect most of the features in the X11 variant.
Finally, the manual has been updated to reflect all new features.

>How-To-Repeat:
	
>Fix:
diff -ur pointless.orig/Makefile pointless/Makefile
--- pointless.orig/Makefile	Sun Aug 31 12:12:37 2003
+++ pointless/Makefile	Sun Aug 31 12:12:50 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pointless
-PORTVERSION=	0.3
+PORTVERSION=	0.4
 CATEGORIES=	misc
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -24,10 +24,13 @@
 
 USE_MESA=	yes
 USE_PYTHON=	yes
+PYTHON_VERSION=	python2.2
 
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--prefix=${PREFIX}
 
 MAN1=		pointless.1
+
+CXXFLAGS=	-DHAVE_PYTHON2_2
 
 .include <bsd.port.mk>
diff -ur pointless.orig/distinfo pointless/distinfo
--- pointless.orig/distinfo	Sun Aug 31 12:12:37 2003
+++ pointless/distinfo	Sun Aug 31 12:12:50 2003
@@ -1 +1 @@
-MD5 (pointless-0.3.tar.gz) = 5afc024efc7915a160c117f218ddb924
+MD5 (pointless-0.4.tar.gz) = 06d76e9d46a410e4a8401e2a2bb26718
diff -ur pointless.orig/pkg-plist pointless/pkg-plist
--- pointless.orig/pkg-plist	Sun Aug 31 12:12:37 2003
+++ pointless/pkg-plist	Sun Aug 31 12:12:50 2003
@@ -1,8 +1,10 @@
+etc/pointlessrc
 share/pointless/samples/bgtiled.pll
 share/pointless/samples/bgstretched.pll
 share/pointless/samples/code.pll
 share/pointless/samples/eps.pll
 share/pointless/samples/gnuplot.pll
+share/pointless/samples/gradient.pll
 share/pointless/samples/koch5.eps
 share/pointless/samples/latex.pll
 share/pointless/samples/mpost.pll
@@ -19,10 +21,12 @@
 share/pointless/templates/html/singleshot.html
 share/pointless/pointless.xpm
 share/pointless/README
-share/pointless/pointlessrc
+share/pointless/python/modules/code.py
 share/pointless/python/modules/pllbasics.py
 share/pointless/python/modules/eps.py
 share/pointless/python/modules/gnuplot.py
+share/pointless/python/modules/metapost.py
+share/pointless/python/modules/tex.py
 share/pointless/python/merger.py
 share/pointless/python/plfiles.py
 share/pointless/python/pllcontroller.py
@@ -30,6 +34,7 @@
 share/pointless/python/pllshared.py
 share/pointless/python/pllmodules.py
 share/pointless/python/ploptions.py
+share/pointless/python/plsetup.py
 share/pointless/python/pointless.py
 bin/pointless
 @dirrm share/pointless/samples

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



More information about the freebsd-ports-bugs mailing list