diff options
author | edwin <edwin@FreeBSD.org> | 2003-08-31 20:31:46 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-08-31 20:31:46 +0800 |
commit | e74e33c1c3346c9b9eab4d55aad3fca6eb25bb4d (patch) | |
tree | a7b79b9ef0862bf46812c917f3bbf9890517f5c1 /misc/pointless | |
parent | 4772b9d99c1a60900369df55291835b108211ef3 (diff) | |
download | freebsd-ports-graphics-e74e33c1c3346c9b9eab4d55aad3fca6eb25bb4d.tar.gz freebsd-ports-graphics-e74e33c1c3346c9b9eab4d55aad3fca6eb25bb4d.tar.zst freebsd-ports-graphics-e74e33c1c3346c9b9eab4d55aad3fca6eb25bb4d.zip |
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>
Diffstat (limited to 'misc/pointless')
-rw-r--r-- | misc/pointless/Makefile | 6 | ||||
-rw-r--r-- | misc/pointless/distinfo | 2 | ||||
-rw-r--r-- | misc/pointless/pkg-plist | 6 |
3 files changed, 11 insertions, 3 deletions
diff --git a/misc/pointless/Makefile b/misc/pointless/Makefile index 9fb44e2d4de..55294c1e765 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 8ab871460f1..b1f32fb3ce9 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 225b5d72398..39f899621d0 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 |