Resurrect graphics/cptutils
Pointyhat to:
This commit is contained in:
parent
03581e40ad
commit
a31cfbf988
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522280
4 changed files with 105 additions and 0 deletions
44
graphics/cptutils/Makefile
Normal file
44
graphics/cptutils/Makefile
Normal file
|
@ -0,0 +1,44 @@
|
|||
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cptutils
|
||||
PORTVERSION= 1.72
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://soliton.vm.bytemark.co.uk/pub/jjg/src/
|
||||
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Convert and manipulate colour gradients
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= gengetopt:devel/gengetopt \
|
||||
gperf:devel/gperf \
|
||||
docbook-xsl>0:textproc/docbook-xsl
|
||||
LIB_DEPENDS= libjansson.so:devel/jansson \
|
||||
libpng.so:graphics/png
|
||||
|
||||
USES= autoreconf bison gmake gnome iconv localbase python shebangfix
|
||||
SHEBANG_FILES= src/gradient-convert/gradient-convert.py
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG}
|
||||
USE_GNOME= libxml2 libxslt
|
||||
|
||||
PORTDOCS= CHANGELOG CREDITS README.md
|
||||
|
||||
OPTIONS_DEFINE= DOCS TEST
|
||||
|
||||
TEST_CONFIGURE_ENABLE= tests
|
||||
TEST_BUILD_DEPENDS= bash:shells/bash \
|
||||
xml:textproc/xmlstarlet
|
||||
TEST_LIB_DEPENDS= libcunit.so:devel/cunit
|
||||
TEST_TEST_TARGET= test unit
|
||||
TEST_BROKEN= depends on expired xml2
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for f in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/cptutils/distinfo
Normal file
3
graphics/cptutils/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1566241485
|
||||
SHA256 (cptutils-1.72.tar.gz) = 6fdacf344dafc3999ab183f369e91e62ae2d7cfc2dff8e20db258d6ba1a593ad
|
||||
SIZE (cptutils-1.72.tar.gz) = 629672
|
4
graphics/cptutils/pkg-descr
Normal file
4
graphics/cptutils/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
A collection of tools for manipulating colour gradients, in particular
|
||||
for converting between different formats.
|
||||
|
||||
WWW: http://soliton.vm.bytemark.co.uk/pub/jjg/en/code/cptutils/
|
54
graphics/cptutils/pkg-plist
Normal file
54
graphics/cptutils/pkg-plist
Normal file
|
@ -0,0 +1,54 @@
|
|||
bin/avlcpt
|
||||
bin/cptcat
|
||||
bin/cptclip
|
||||
bin/cptcont
|
||||
bin/cpthsv
|
||||
bin/cptinfo
|
||||
bin/cptpg
|
||||
bin/cptsvg
|
||||
bin/gimplut
|
||||
bin/gimpsvg
|
||||
bin/gplcpt
|
||||
bin/gradient-convert
|
||||
bin/pspsvg
|
||||
bin/pssvg
|
||||
bin/svgcpt
|
||||
bin/svgcss3
|
||||
bin/svggimp
|
||||
bin/svggpt
|
||||
bin/svgmap
|
||||
bin/svgpng
|
||||
bin/svgpov
|
||||
bin/svgpsp
|
||||
bin/svgqgs
|
||||
bin/svgsao
|
||||
bin/svgsvg
|
||||
bin/svgx
|
||||
bin/xycpt
|
||||
man/man1/avlcpt.1.gz
|
||||
man/man1/cptcat.1.gz
|
||||
man/man1/cptclip.1.gz
|
||||
man/man1/cptcont.1.gz
|
||||
man/man1/cpthsv.1.gz
|
||||
man/man1/cptinfo.1.gz
|
||||
man/man1/cptpg.1.gz
|
||||
man/man1/cptsvg.1.gz
|
||||
man/man1/gimplut.1.gz
|
||||
man/man1/gimpsvg.1.gz
|
||||
man/man1/gplcpt.1.gz
|
||||
man/man1/gradient-convert.1.gz
|
||||
man/man1/pspsvg.1.gz
|
||||
man/man1/pssvg.1.gz
|
||||
man/man1/svgcpt.1.gz
|
||||
man/man1/svgcss3.1.gz
|
||||
man/man1/svggimp.1.gz
|
||||
man/man1/svggpt.1.gz
|
||||
man/man1/svgmap.1.gz
|
||||
man/man1/svgpng.1.gz
|
||||
man/man1/svgpov.1.gz
|
||||
man/man1/svgpsp.1.gz
|
||||
man/man1/svgqgs.1.gz
|
||||
man/man1/svgsao.1.gz
|
||||
man/man1/svgsvg.1.gz
|
||||
man/man1/svgx.1.gz
|
||||
man/man1/xycpt.1.gz
|
Loading…
Reference in a new issue