add xenomorph 0.5.1

An image filter system based on volterra and morphologic filters
This commit is contained in:
Ying-Chieh Liao 2003-04-03 06:30:56 +00:00
parent 43dc908053
commit 54d8a45c4c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78032
5 changed files with 39 additions and 0 deletions

View file

@ -408,6 +408,7 @@
SUBDIR += xbmbrowser SUBDIR += xbmbrowser
SUBDIR += xdgagrab SUBDIR += xdgagrab
SUBDIR += xdl SUBDIR += xdl
SUBDIR += xenomorph
SUBDIR += xface.el SUBDIR += xface.el
SUBDIR += xfig SUBDIR += xfig
SUBDIR += xfpovray SUBDIR += xfpovray

View file

@ -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 <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (xenomorph051.tar.bz2) = 8694be7db5fc17d8cdab97cc97f2617f

View file

@ -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/

View file

@ -0,0 +1 @@
bin/xenomorph