diff options
Diffstat (limited to 'graphics/epeg')
-rw-r--r-- | graphics/epeg/Makefile | 24 | ||||
-rw-r--r-- | graphics/epeg/distinfo | 2 | ||||
-rw-r--r-- | graphics/epeg/pkg-descr | 13 | ||||
-rw-r--r-- | graphics/epeg/pkg-plist | 7 |
4 files changed, 0 insertions, 46 deletions
diff --git a/graphics/epeg/Makefile b/graphics/epeg/Makefile deleted file mode 100644 index ce04eb5dacbc..000000000000 --- a/graphics/epeg/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: vanilla -# $FreeBSD$ - -PORTNAME= epeg -PORTVERSION= 0.9.1.042 -PORTREVISION= 3 -PORTEPOCH= 2 -CATEGORIES= graphics -MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \ - http://download.enlightenment.org/snapshots/2008-01-25/ - -MAINTAINER= bf@FreeBSD.org -COMMENT= Immensely fast JPEG thumbnailing library - -GNU_CONFIGURE= yes -USES= jpeg libtool pathfix tar:bzip2 -USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib - -DEPRECATED= Merged into devel/efl -EXPIRATION_DATE=2015-10-10 - -.include <bsd.port.mk> diff --git a/graphics/epeg/distinfo b/graphics/epeg/distinfo deleted file mode 100644 index b75cd5a6979c..000000000000 --- a/graphics/epeg/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (epeg-0.9.1.042.tar.bz2) = e36ae9a19036db4742b05aef022418da1977ecda4b28b5cd40e42bec9f765759 -SIZE (epeg-0.9.1.042.tar.bz2) = 214226 diff --git a/graphics/epeg/pkg-descr b/graphics/epeg/pkg-descr deleted file mode 100644 index 711217051a08..000000000000 --- a/graphics/epeg/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -epeg is a convenient, fast library that uses libjpeg to: load JPEG -images destined to be turned into thumbnails; save and retrieve -thumbnail information; and manage loading of the image, ready for -scaling, with the minimum of overhead. - -epeg loads and scales large JPEG images very quickly, with a speed-up -proportional to the difference in the number of pixels in the source -image and the thumbnail. This is accomplished by decoding only the DCT -coefficients needed to reconstruct an image. If the YUV (or GRAY8, if -the source is grayscale) format is used, then colorspace conversions -are also avoided. - -WWW: http://docs.enlightenment.org/api/epeg/ diff --git a/graphics/epeg/pkg-plist b/graphics/epeg/pkg-plist deleted file mode 100644 index 6fa1ea0d71a9..000000000000 --- a/graphics/epeg/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/epeg -include/Epeg.h -lib/libepeg.a -lib/libepeg.so -lib/libepeg.so.0 -lib/libepeg.so.0.9.1 -libdata/pkgconfig/epeg.pc |