aboutsummaryrefslogtreecommitdiff
path: root/graphics/enblend
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2004-11-17 20:35:24 +0000
committerMichael Johnson <ahze@FreeBSD.org>2004-11-17 20:35:24 +0000
commitee6bb3d0ff4e5e7e7e76ad5f61466607ccc80b1e (patch)
tree40e89cae84bce81ea3c4e44504204a764c297dc9 /graphics/enblend
parent66a1f7ac13f52de2af5de9532f01b53c1673b80d (diff)
downloadports-ee6bb3d0ff4e5e7e7e76ad5f61466607ccc80b1e.tar.gz
ports-ee6bb3d0ff4e5e7e7e76ad5f61466607ccc80b1e.zip
Notes
Diffstat (limited to 'graphics/enblend')
-rw-r--r--graphics/enblend/Makefile28
-rw-r--r--graphics/enblend/distinfo2
-rw-r--r--graphics/enblend/pkg-descr8
3 files changed, 38 insertions, 0 deletions
diff --git a/graphics/enblend/Makefile b/graphics/enblend/Makefile
new file mode 100644
index 000000000000..55b853bbe257
--- /dev/null
+++ b/graphics/enblend/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: enblend
+# Date created: 19 september 2004
+# Whom: cartola@openit.com.br
+#
+# $FreeBSD$
+#
+
+PORTNAME= enblend
+PORTVERSION= 1.3
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= cartola@openit.com.br
+COMMENT= Image Blending with Multiresolution Splines. For panorama images, etc
+
+LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \
+ jpeg:${PORTSDIR}/graphics/jpeg
+
+GNU_CONFIGURE= yes
+
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+PLIST_FILES= bin/enblend
+MAN1= enblend.1
+
+.include <bsd.port.mk>
diff --git a/graphics/enblend/distinfo b/graphics/enblend/distinfo
new file mode 100644
index 000000000000..c2ca318f8587
--- /dev/null
+++ b/graphics/enblend/distinfo
@@ -0,0 +1,2 @@
+MD5 (enblend-1.3.tar.gz) = 141fc73b90cbed951bb9efafd4c371e2
+SIZE (enblend-1.3.tar.gz) = 102718
diff --git a/graphics/enblend/pkg-descr b/graphics/enblend/pkg-descr
new file mode 100644
index 000000000000..3de35aa88a45
--- /dev/null
+++ b/graphics/enblend/pkg-descr
@@ -0,0 +1,8 @@
+Enblend is a tool for compositing images. Given a set of images that
+overlap in some irregular way, Enblend overlays them in such a way that
+the seam between the images is invisible, or at least very difficult to
+see. Enblend does not line up the images for you. Use a tool like Hugin
+to do that.
+
+WWW: http://enblend.sourceforge.net/
+- cartola@openit.com.br