Date: Sat, 1 Feb 2014 16:21:45 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r342183 - in head/graphics: O2-tools gle jpgtn Message-ID: <201402011621.s11GLj4e052598@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sat Feb 1 16:21:45 2014 New Revision: 342183 URL: http://svnweb.freebsd.org/changeset/ports/342183 QAT: https://qat.redports.org/buildarchive/r342183/ Log: - Stage support Modified: head/graphics/O2-tools/Makefile head/graphics/O2-tools/pkg-plist head/graphics/gle/Makefile head/graphics/gle/pkg-plist head/graphics/jpgtn/Makefile Modified: head/graphics/O2-tools/Makefile ============================================================================== --- head/graphics/O2-tools/Makefile Sat Feb 1 16:16:16 2014 (r342182) +++ head/graphics/O2-tools/Makefile Sat Feb 1 16:21:45 2014 (r342183) @@ -11,8 +11,4 @@ COMMENT= Huge image processing tools and GNU_CONFIGURE= yes -MAN1= bmptopnm-O2.1 breduce.1 lpsmooth.1 makecr.1 makepr.1 prlst2ps.1 -MAN4= d4file.4 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/graphics/O2-tools/pkg-plist ============================================================================== --- head/graphics/O2-tools/pkg-plist Sat Feb 1 16:16:16 2014 (r342182) +++ head/graphics/O2-tools/pkg-plist Sat Feb 1 16:21:45 2014 (r342183) @@ -27,3 +27,10 @@ include/stdps.h include/ufilep.h include/utypes.h include/xiplib.h +man/man1/bmptopnm-O2.1.gz +man/man1/breduce.1.gz +man/man1/lpsmooth.1.gz +man/man1/makecr.1.gz +man/man1/makepr.1.gz +man/man1/prlst2ps.1.gz +man/man4/d4file.4.gz Modified: head/graphics/gle/Makefile ============================================================================== --- head/graphics/gle/Makefile Sat Feb 1 16:16:16 2014 (r342182) +++ head/graphics/gle/Makefile Sat Feb 1 16:21:45 2014 (r342183) @@ -20,13 +20,6 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= "LIBS=-L${LOCALBASE}/lib -lXext ${PTHREAD_LIBS}" -MAN3= gle.3gle gleExtrusion.3gle gleHelicoid.3gle gleLathe.3gle \ - glePolyCone.3gle glePolyCylinder.3gle gleScrew.3gle \ - gleSetJoinStyle.3gle gleSetNumSides.3gle gleSpiral.3gle \ - gleSuperExtrusion.3gle gleTextureMode.3gle gleToroid.3gle \ - gleTwistExtrusion.3gle - -NO_STAGE= yes post-patch: .for file in ex_angle.c ex_cut_round.c ex_raw.c extrude.c round_cap.c segment.c texgen.c @${REINPLACE_CMD} -e "s/malloc.h/stdlib.h/g" ${WRKSRC}/src/${file} Modified: head/graphics/gle/pkg-plist ============================================================================== --- head/graphics/gle/pkg-plist Sat Feb 1 16:16:16 2014 (r342182) +++ head/graphics/gle/pkg-plist Sat Feb 1 16:21:45 2014 (r342183) @@ -3,6 +3,20 @@ lib/libgle.a lib/libgle.la lib/libgle.so lib/libgle.so.4 +man/man3/gle.3gle.gz +man/man3/gleExtrusion.3gle.gz +man/man3/gleHelicoid.3gle.gz +man/man3/gleLathe.3gle.gz +man/man3/glePolyCone.3gle.gz +man/man3/glePolyCylinder.3gle.gz +man/man3/gleScrew.3gle.gz +man/man3/gleSetJoinStyle.3gle.gz +man/man3/gleSetNumSides.3gle.gz +man/man3/gleSpiral.3gle.gz +man/man3/gleSuperExtrusion.3gle.gz +man/man3/gleTextureMode.3gle.gz +man/man3/gleToroid.3gle.gz +man/man3/gleTwistExtrusion.3gle.gz %%DOCSDIR%%/AUTHORS %%DOCSDIR%%/COPYING %%DOCSDIR%%/COPYING.artistic Modified: head/graphics/jpgtn/Makefile ============================================================================== --- head/graphics/jpgtn/Makefile Sat Feb 1 16:16:16 2014 (r342182) +++ head/graphics/jpgtn/Makefile Sat Feb 1 16:21:45 2014 (r342183) @@ -16,14 +16,13 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphic GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libjpeg=${LOCALBASE} -MAN1= jpgtn.1 -PLIST_FILES= bin/jpgtn +PLIST_FILES= bin/jpgtn \ + man/man1/jpgtn.1.gz WITH_MAXSIZE?= 2048 WITH_MINSIZE?= 1 WITH_DEFSIZE?= 128 -NO_STAGE= yes pre-everything:: @${ECHO_MSG} "===>" @${ECHO_MSG} "===> You can control program functionality by defining the following variables:"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402011621.s11GLj4e052598>