diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-14 08:12:00 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-14 08:12:00 +0000 |
commit | 8919ebc76453def534aafaa056ca75e4f8285d53 (patch) | |
tree | 12d814c6c44a1f002d802362a41c2375cdcfa188 /graphics | |
parent | 8e068c68f08aa2d195b9f58eaa28d9c9468dabcc (diff) | |
download | ports-8919ebc76453def534aafaa056ca75e4f8285d53.tar.gz ports-8919ebc76453def534aafaa056ca75e4f8285d53.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/IPA/Makefile | 24 | ||||
-rw-r--r-- | graphics/IPA/distinfo | 1 | ||||
-rw-r--r-- | graphics/IPA/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/IPA/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/IPA/pkg-plist | 34 | ||||
-rw-r--r-- | graphics/Makefile | 1 |
6 files changed, 67 insertions, 0 deletions
diff --git a/graphics/IPA/Makefile b/graphics/IPA/Makefile new file mode 100644 index 000000000000..ebef50608845 --- /dev/null +++ b/graphics/IPA/Makefile @@ -0,0 +1,24 @@ +# ex:ts=8 +# Ports collection makefile for: ipa +# Date created: Aug 13, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= IPA +PORTVERSION= 1.00 +CATEGORIES= graphics +MASTER_SITES= http://www.prima.eu.org/IPA/ + +MAINTAINER= ports@FreeBSD.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Prima.pm:${PORTSDIR}/x11-toolkits/p5-Prima +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +do-configure: + @(cd ${WRKSRC} ; ${PERL} ./${CONFIGURE_SCRIPT}) + +.include <bsd.port.mk> diff --git a/graphics/IPA/distinfo b/graphics/IPA/distinfo new file mode 100644 index 000000000000..11561e4f421e --- /dev/null +++ b/graphics/IPA/distinfo @@ -0,0 +1 @@ +MD5 (IPA-1.00.tar.gz) = 1557b262645523c5cc3bbc847a14e096 diff --git a/graphics/IPA/pkg-comment b/graphics/IPA/pkg-comment new file mode 100644 index 000000000000..a27420c60159 --- /dev/null +++ b/graphics/IPA/pkg-comment @@ -0,0 +1 @@ +Image Processing Algorithms diff --git a/graphics/IPA/pkg-descr b/graphics/IPA/pkg-descr new file mode 100644 index 000000000000..acb11643afc6 --- /dev/null +++ b/graphics/IPA/pkg-descr @@ -0,0 +1,6 @@ +IPA stands for Image Processing Algorithms and represents the library of +image processing operators and functions. IPA is based on the Prima toolkit, +which in turn is a perl-based graphic library. IPA is designed for solving +image analysis and object recognition tasks with perl. + +WWW: http://www.prima.eu.org/IPA/ diff --git a/graphics/IPA/pkg-plist b/graphics/IPA/pkg-plist new file mode 100644 index 000000000000..841ab899d898 --- /dev/null +++ b/graphics/IPA/pkg-plist @@ -0,0 +1,34 @@ +bin/iterm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPA.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPA/CORE/IPAsupp.h +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPA/CORE/generic/Geometry.h +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPA/CORE/generic/Global.h +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPA/CORE/generic/IPA.h +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPA/CORE/generic/Local.h +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPA/CORE/generic/Misc.h +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPA/CORE/generic/Morphology.h +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPA/CORE/generic/Point.h +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPA/Geometry.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPA/Global.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPA/Local.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPA/Misc.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPA/Morphology.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPA/Point.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPA/Region.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPA/CORE/generic +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPA/CORE +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPA +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPA/Geometry/Geometry.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPA/Global/Global.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPA/IPA.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPA/Local/Local.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPA/Misc/Misc.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPA/Morphology/Morphology.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPA/Point/Point.so +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPA/Geometry +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPA/Global +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPA/Local +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPA/Misc +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPA/Morphology +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPA/Point +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPA diff --git a/graphics/Makefile b/graphics/Makefile index 2ac048dca13a..4769ae09b34c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -7,6 +7,7 @@ SUBDIR += EZWGL SUBDIR += GIFgraph SUBDIR += Hermes + SUBDIR += IPA SUBDIR += ImageMagick SUBDIR += Mesa3 SUBDIR += aalib |