From 66217dffe486e69ed40bdb018e7ba114ab70eaf8 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sun, 8 Aug 2004 16:50:01 +0000 Subject: [PATCH] Add epeg, it's an immensely fast jpeg thumbnailer library API for Enlightenment. --- graphics/Makefile | 1 + graphics/epeg/Makefile | 27 +++++++++++++++++++++++++++ graphics/epeg/distinfo | 2 ++ graphics/epeg/pkg-descr | 6 ++++++ graphics/epeg/pkg-plist | 6 ++++++ 5 files changed, 42 insertions(+) create mode 100644 graphics/epeg/Makefile create mode 100644 graphics/epeg/distinfo create mode 100644 graphics/epeg/pkg-descr create mode 100644 graphics/epeg/pkg-plist diff --git a/graphics/Makefile b/graphics/Makefile index ce25df1a5378..3b703ca25243 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -69,6 +69,7 @@ SUBDIR += enfle SUBDIR += entice SUBDIR += eog2 + SUBDIR += epeg SUBDIR += epix SUBDIR += eps2png SUBDIR += epstool diff --git a/graphics/epeg/Makefile b/graphics/epeg/Makefile new file mode 100644 index 000000000000..8802d617106d --- /dev/null +++ b/graphics/epeg/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: epeg +# Date created: 08/08/2004 +# Whom: vanilla +# +# $FreeBSD$ +# + +PORTNAME= epeg +PORTVERSION= 0.9.0 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= enlightenment + +MAINTAINER= vanilla@FreeBSD.org +COMMENT= An immensely fast jpeg thumbnailer library API + +LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg + +USE_LIBTOOL_VER= 15 +USE_GNOME= gnomehack +INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.include + +CONFIGURE_TARGET:= --build=${CONFIGURE_TARGET} diff --git a/graphics/epeg/distinfo b/graphics/epeg/distinfo new file mode 100644 index 000000000000..5f49c871fec8 --- /dev/null +++ b/graphics/epeg/distinfo @@ -0,0 +1,2 @@ +MD5 (epeg-0.9.0.tar.gz) = 9b68516f27e8c0386d03168444a4f5de +SIZE (epeg-0.9.0.tar.gz) = 2340371 diff --git a/graphics/epeg/pkg-descr b/graphics/epeg/pkg-descr new file mode 100644 index 000000000000..c0eca8260c1e --- /dev/null +++ b/graphics/epeg/pkg-descr @@ -0,0 +1,6 @@ +Embryo is a tiny library designed interpret limited small programs compiled +by the included scmall compiler. This is mostly cleaning up and reduction +in size of the original small abstract machine. the compiler itself has been +left alone almost completely. + +WWW: http://www.enlightenment.org/pages/embryo.html diff --git a/graphics/epeg/pkg-plist b/graphics/epeg/pkg-plist new file mode 100644 index 000000000000..0ea38e03d94a --- /dev/null +++ b/graphics/epeg/pkg-plist @@ -0,0 +1,6 @@ +bin/epeg +bin/epeg-config +include/Epeg.h +lib/libepeg.a +lib/libepeg.so +lib/libepeg.so.9