From 049b0d75b1aec178650f3a4774f68599b501d2ef Mon Sep 17 00:00:00 2001 From: ijliao Date: Thu, 3 Apr 2003 06:30:56 +0000 Subject: add xenomorph 0.5.1 An image filter system based on volterra and morphologic filters --- graphics/xenomorph/Makefile | 27 +++++++++++++++++++++++++++ graphics/xenomorph/distinfo | 1 + graphics/xenomorph/pkg-descr | 9 +++++++++ graphics/xenomorph/pkg-plist | 1 + 4 files changed, 38 insertions(+) create mode 100644 graphics/xenomorph/Makefile create mode 100644 graphics/xenomorph/distinfo create mode 100644 graphics/xenomorph/pkg-descr create mode 100644 graphics/xenomorph/pkg-plist (limited to 'graphics/xenomorph') diff --git a/graphics/xenomorph/Makefile b/graphics/xenomorph/Makefile new file mode 100644 index 000000000000..79bb8f007fb5 --- /dev/null +++ b/graphics/xenomorph/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# Ports collection makefile for: xenomorph +# Date created: Apr 3, 2003 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= xenomorph +PORTVERSION= 0.5.1 +CATEGORIES= graphics +MASTER_SITES= http://xenomorph.sourceforge.net/ +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} + +MAINTAINER= ports@FreeBSD.org +COMMENT= An image filter system based on volterra and morphologic filters + +USE_BZIP2= yes +USE_QT_VER= 3 +HAS_CONFIGURE= yes +CONFIGURE_ENV= QTDIR=${X11BASE} +MAKE_ENV= QTDIR=${X11BASE} + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xenomorph ${PREFIX}/bin + +.include diff --git a/graphics/xenomorph/distinfo b/graphics/xenomorph/distinfo new file mode 100644 index 000000000000..ec85fd21fee7 --- /dev/null +++ b/graphics/xenomorph/distinfo @@ -0,0 +1 @@ +MD5 (xenomorph051.tar.bz2) = 8694be7db5fc17d8cdab97cc97f2617f diff --git a/graphics/xenomorph/pkg-descr b/graphics/xenomorph/pkg-descr new file mode 100644 index 000000000000..85eba9e8bde8 --- /dev/null +++ b/graphics/xenomorph/pkg-descr @@ -0,0 +1,9 @@ +Xenomorph is OpenSource software running on Unix/X11 systems. It provides a +unified concept of polynomial and morphologic image filters. It is built for +precision, not for speed, that means it works in floating-point mode +internally. + +It can read PNG, JPG and many other formats, and it writes PNG. A nice feature +of this software is it's upgradeability by adding new filters. + +WWW: http://xenomorph.sourceforge.net/ diff --git a/graphics/xenomorph/pkg-plist b/graphics/xenomorph/pkg-plist new file mode 100644 index 000000000000..c14a048cf3ca --- /dev/null +++ b/graphics/xenomorph/pkg-plist @@ -0,0 +1 @@ +bin/xenomorph -- cgit