1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Add epeg, it's an immensely fast jpeg thumbnailer library API for Enlightenment.

This commit is contained in:
Vanilla I. Shu 2004-08-08 16:50:01 +00:00
parent c994533986
commit 66217dffe4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115656
5 changed files with 42 additions and 0 deletions

View File

@ -69,6 +69,7 @@
SUBDIR += enfle
SUBDIR += entice
SUBDIR += eog2
SUBDIR += epeg
SUBDIR += epix
SUBDIR += eps2png
SUBDIR += epstool

27
graphics/epeg/Makefile Normal file
View File

@ -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 <bsd.port.mk>
CONFIGURE_TARGET:= --build=${CONFIGURE_TARGET}

2
graphics/epeg/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (epeg-0.9.0.tar.gz) = 9b68516f27e8c0386d03168444a4f5de
SIZE (epeg-0.9.0.tar.gz) = 2340371

6
graphics/epeg/pkg-descr Normal file
View File

@ -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

6
graphics/epeg/pkg-plist Normal file
View File

@ -0,0 +1,6 @@
bin/epeg
bin/epeg-config
include/Epeg.h
lib/libepeg.a
lib/libepeg.so
lib/libepeg.so.9