mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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/
This commit is contained in:
parent
9fc6570b38
commit
2a67fd9f57
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434666
@ -107,6 +107,7 @@
|
||||
SUBDIR += converseen
|
||||
SUBDIR += copperspice
|
||||
SUBDIR += cosmoplayer
|
||||
SUBDIR += cptutils
|
||||
SUBDIR += crw
|
||||
SUBDIR += cthumb
|
||||
SUBDIR += cuneiform
|
||||
|
48
graphics/cptutils/Makefile
Normal file
48
graphics/cptutils/Makefile
Normal file
@ -0,0 +1,48 @@
|
||||
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cptutils
|
||||
PORTVERSION= 1.68
|
||||
DISTVERSIONPREFIX= v
|
||||
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
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jjgreen
|
||||
|
||||
USES= autoreconf bison gmake 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 \
|
||||
xml2:textproc/xml2 \
|
||||
xml:textproc/xmlstarlet
|
||||
TEST_LIB_DEPENDS= libcunit.so:devel/cunit
|
||||
TEST_TEST_TARGET= test unit
|
||||
|
||||
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 = 1487855554
|
||||
SHA256 (jjgreen-cptutils-v1.68_GH0.tar.gz) = 58ea8d6502bed5f771fa5980c4718081a8069955b7c165099c43ade9cdbce867
|
||||
SIZE (jjgreen-cptutils-v1.68_GH0.tar.gz) = 400959
|
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/
|
52
graphics/cptutils/pkg-plist
Normal file
52
graphics/cptutils/pkg-plist
Normal file
@ -0,0 +1,52 @@
|
||||
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/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/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 New Issue
Block a user