diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/sng/Makefile | 27 | ||||
-rw-r--r-- | graphics/sng/distinfo | 1 | ||||
-rw-r--r-- | graphics/sng/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/sng/pkg-descr | 8 | ||||
-rw-r--r-- | graphics/sng/pkg-plist | 2 |
6 files changed, 40 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index aa2deff7af42..009fcb706f8a 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -200,6 +200,7 @@ SUBDIR += sketch SUBDIR += smpeg SUBDIR += smpeg-xmms + SUBDIR += sng SUBDIR += sodipodi SUBDIR += spigot SUBDIR += splitmpg diff --git a/graphics/sng/Makefile b/graphics/sng/Makefile new file mode 100644 index 000000000000..ca79dbd09eaa --- /dev/null +++ b/graphics/sng/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# New ports collection makefile for: sng +# Date created: Mar 20, 2001 +# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= sng +PORTVERSION= 0.9.4 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ijliao@FreeBSD.org + +LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png + +GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --with-png-inc=${LOCALBASE}/include + +USE_GMAKE= yes + +MAN1= sng.1 + +.include <bsd.port.mk> diff --git a/graphics/sng/distinfo b/graphics/sng/distinfo new file mode 100644 index 000000000000..034678f29413 --- /dev/null +++ b/graphics/sng/distinfo @@ -0,0 +1 @@ +MD5 (sng-0.9.4.tar.gz) = da494aaa1e88f50228474691931bf765 diff --git a/graphics/sng/pkg-comment b/graphics/sng/pkg-comment new file mode 100644 index 000000000000..ae7bb01b33bc --- /dev/null +++ b/graphics/sng/pkg-comment @@ -0,0 +1 @@ +compiler/decompiler for Scriptable Network Graphics diff --git a/graphics/sng/pkg-descr b/graphics/sng/pkg-descr new file mode 100644 index 000000000000..323bbd7a906a --- /dev/null +++ b/graphics/sng/pkg-descr @@ -0,0 +1,8 @@ +The sng program translates between PNG (Portable Network Graphics) format +and SNG (Scriptable Network Graphics) format. SNG is a printable and +editable minilanguage for describing PNG files. With sng, it is easy to +view and edit exotic PNG chunks not supported by graphics editors; also, +since SNG is easy to generate from scripts, sng may be useful at the end +of a pipeline that programmatically generates PNG images. + +WWW: http://sng.sourceforge.net/ diff --git a/graphics/sng/pkg-plist b/graphics/sng/pkg-plist new file mode 100644 index 000000000000..7f35477e2fc9 --- /dev/null +++ b/graphics/sng/pkg-plist @@ -0,0 +1,2 @@ +bin/sng +bin/sng_regress |