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>
This commit is contained in:
parent
cdf7bf03b4
commit
c75e581fef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88193
3 changed files with 11 additions and 3 deletions
|
@ -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} ""
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (pointless-0.3.tar.gz) = 5afc024efc7915a160c117f218ddb924
|
||||
MD5 (pointless-0.4.tar.gz) = 06d76e9d46a410e4a8401e2a2bb26718
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue