summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-08-31 12:31:46 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-08-31 12:31:46 +0000
commitc75e581fef60fba8387e9eceda398272b7e4506d (patch)
treea49827a62441608623faec74ef5184cb19cbd858
parentAdd uim, an input method library. (diff)
Upgrade misc/pointless to version 0.4
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. PR: ports/56228 Submitted by: Christian Laursen <xi@borderworlds.dk>
Notes
Notes: svn path=/head/; revision=88193
-rw-r--r--misc/pointless/Makefile6
-rw-r--r--misc/pointless/distinfo2
-rw-r--r--misc/pointless/pkg-plist6
3 files changed, 11 insertions, 3 deletions
diff --git a/misc/pointless/Makefile b/misc/pointless/Makefile
index 9fb44e2d4de3..55294c1e7652 100644
--- a/misc/pointless/Makefile
+++ b/misc/pointless/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pointless
-PORTVERSION= 0.3
+PORTVERSION= 0.4
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -30,12 +30,16 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
USE_MESA= yes
USE_PYTHON= yes
+PYTHON_VERSION= python2.2
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
+CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include
MAN1= pointless.1
+CXXFLAGS= -DHAVE_PYTHON2_2
+
pre-fetch:
.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes
@${ECHO} ""
diff --git a/misc/pointless/distinfo b/misc/pointless/distinfo
index 8ab871460f10..b1f32fb3ce9e 100644
--- a/misc/pointless/distinfo
+++ b/misc/pointless/distinfo
@@ -1 +1 @@
-MD5 (pointless-0.3.tar.gz) = 5afc024efc7915a160c117f218ddb924
+MD5 (pointless-0.4.tar.gz) = 06d76e9d46a410e4a8401e2a2bb26718
diff --git a/misc/pointless/pkg-plist b/misc/pointless/pkg-plist
index 225b5d72398f..39f899621d02 100644
--- a/misc/pointless/pkg-plist
+++ b/misc/pointless/pkg-plist
@@ -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,11 @@ share/pointless/templates/html/lastsingleshot.html
share/pointless/templates/html/singleshot.html
share/pointless/pointless.xpm
share/pointless/README
-share/pointless/pointlessrc
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 +33,7 @@ share/pointless/python/pllog.py
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