summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2005-06-16 10:05:09 +0000
committervanilla <vanilla@FreeBSD.org>2005-06-16 10:05:09 +0000
commit2ea7d9835aecb9b7df152ff40f2c1f45dc63ec68 (patch)
treed8b27458c7f505e99589f234086cb6316537c27c /graphics
parentaa652b8052e3cc3a1ab4330289f4f7ff897f1f00 (diff)
downloadFreeBSD-ports-2ea7d9835aecb9b7df152ff40f2c1f45dc63ec68.zip
FreeBSD-ports-2ea7d9835aecb9b7df152ff40f2c1f45dc63ec68.tar.gz
Add epsilon, it's a small, display independent, and quick thumbnailing library
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/epsilon/Makefile24
-rw-r--r--graphics/epsilon/distinfo2
-rw-r--r--graphics/epsilon/pkg-descr11
-rw-r--r--graphics/epsilon/pkg-plist6
5 files changed, 44 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 775f897..5477eba 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -85,6 +85,7 @@
SUBDIR += epeg
SUBDIR += epix
SUBDIR += eps2png
+ SUBDIR += epsilon
SUBDIR += epstool
SUBDIR += eterm-bg
SUBDIR += evas
diff --git a/graphics/epsilon/Makefile b/graphics/epsilon/Makefile
new file mode 100644
index 0000000..3728953
--- /dev/null
+++ b/graphics/epsilon/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: epsilon
+# Date created: 05/09/2005
+# Whom: vanilla
+#
+# $FreeBSD$
+#
+
+PORTNAME= epsilon
+PORTVERSION= 0.3.0.003
+CATEGORIES= graphics
+MASTER_SITES= http://enlightenment.freedesktop.org/files/
+
+MAINTAINER= vanilla@FreeBSD.org
+COMMENT= A small, display independent, and quick thumbnailing library
+
+LIB_DEPENDS= epeg.9:${PORTSDIR}/graphics/epeg
+
+USE_LIBTOOL_VER= 15
+USE_GNOME= gnomehack gnometarget
+INSTALLS_SHLIB= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>
diff --git a/graphics/epsilon/distinfo b/graphics/epsilon/distinfo
new file mode 100644
index 0000000..17ed13a
--- /dev/null
+++ b/graphics/epsilon/distinfo
@@ -0,0 +1,2 @@
+MD5 (epsilon-0.3.0.003.tar.gz) = 60763c79162d1cd060ce4e20a1ec5df2
+SIZE (epsilon-0.3.0.003.tar.gz) = 338364
diff --git a/graphics/epsilon/pkg-descr b/graphics/epsilon/pkg-descr
new file mode 100644
index 0000000..3d2180f
--- /dev/null
+++ b/graphics/epsilon/pkg-descr
@@ -0,0 +1,11 @@
+This is a small, display independent, and quick thumbnailing library.
+The lib itself conforms to the standard put forth by freedesktop.org.
+It seemed better to
+break it out into a component that only depended on what was absolutely
+necessary. Upon showing raster the wonders of freedesktop.org
+thumbnailing, he proclaimed that it was far to slow, this prompted him
+to write epeg. Epeg offers very noticeable speed increases to this
+standard, but is only available if the input image is a jpeg file. If
+the file is anything other than jpg, the traditional freedesktop.org png
+thumbnailing will occur. To show the speed increase epeg offers,
+Epsilon builds with and without epeg.
diff --git a/graphics/epsilon/pkg-plist b/graphics/epsilon/pkg-plist
new file mode 100644
index 0000000..712464b
--- /dev/null
+++ b/graphics/epsilon/pkg-plist
@@ -0,0 +1,6 @@
+bin/epsilon
+bin/epsilon-config
+include/Epsilon.h
+lib/libepsilon.a
+lib/libepsilon.so
+lib/libepsilon.so.0
OpenPOWER on IntegriCloud