mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
add xenomorph 0.5.1
An image filter system based on volterra and morphologic filters
This commit is contained in:
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
|
@ -408,6 +408,7 @@
|
|||
SUBDIR += xbmbrowser
|
||||
SUBDIR += xdgagrab
|
||||
SUBDIR += xdl
|
||||
SUBDIR += xenomorph
|
||||
SUBDIR += xface.el
|
||||
SUBDIR += xfig
|
||||
SUBDIR += xfpovray
|
||||
|
|
27
graphics/xenomorph/Makefile
Normal file
27
graphics/xenomorph/Makefile
Normal 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>
|
1
graphics/xenomorph/distinfo
Normal file
1
graphics/xenomorph/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (xenomorph051.tar.bz2) = 8694be7db5fc17d8cdab97cc97f2617f
|
9
graphics/xenomorph/pkg-descr
Normal file
9
graphics/xenomorph/pkg-descr
Normal 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/
|
1
graphics/xenomorph/pkg-plist
Normal file
1
graphics/xenomorph/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/xenomorph
|
Loading…
Add table
Reference in a new issue