summaryrefslogtreecommitdiff
path: root/graphics/IPA
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-14 08:12:00 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-14 08:12:00 +0000
commit8919ebc76453def534aafaa056ca75e4f8285d53 (patch)
tree12d814c6c44a1f002d802362a41c2375cdcfa188 /graphics/IPA
parentremove ipa (diff)
re-add IPA 1.00
Image Processing Algorithms
Notes
Notes: svn path=/head/; revision=64489
Diffstat (limited to 'graphics/IPA')
-rw-r--r--graphics/IPA/Makefile24
-rw-r--r--graphics/IPA/distinfo1
-rw-r--r--graphics/IPA/pkg-comment1
-rw-r--r--graphics/IPA/pkg-descr6
-rw-r--r--graphics/IPA/pkg-plist34
5 files changed, 66 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