diff options
author | ahze <ahze@FreeBSD.org> | 2004-11-18 04:35:24 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-11-18 04:35:24 +0800 |
commit | 85091d4f67c0ae618f0aaaad2a54746d3b6c8aa8 (patch) | |
tree | 40f9a4d68692ee3b6941b861193b1a99c70511f1 | |
parent | 65227efa4f8cc550dfd76bb8ad5ab2d283747df9 (diff) | |
download | freebsd-ports-gnome-85091d4f67c0ae618f0aaaad2a54746d3b6c8aa8.tar.gz freebsd-ports-gnome-85091d4f67c0ae618f0aaaad2a54746d3b6c8aa8.tar.zst freebsd-ports-gnome-85091d4f67c0ae618f0aaaad2a54746d3b6c8aa8.zip |
Add enblend
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.
PR: ports/71992
Submitted by: cartola@openit.com.br
Approved by: adamw (mentor)
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/enblend/Makefile | 28 | ||||
-rw-r--r-- | graphics/enblend/distinfo | 2 | ||||
-rw-r--r-- | graphics/enblend/pkg-descr | 8 |
4 files changed, 39 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index f5fc25f584b0..46243552e90c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -72,6 +72,7 @@ SUBDIR += dynamechs SUBDIR += ecg2png SUBDIR += electriceyes + SUBDIR += enblend SUBDIR += enfle SUBDIR += entice SUBDIR += eog2 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 |