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:
parent
c994533986
commit
66217dffe4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115656
@ -69,6 +69,7 @@
|
||||
SUBDIR += enfle
|
||||
SUBDIR += entice
|
||||
SUBDIR += eog2
|
||||
SUBDIR += epeg
|
||||
SUBDIR += epix
|
||||
SUBDIR += eps2png
|
||||
SUBDIR += epstool
|
||||
|
27
graphics/epeg/Makefile
Normal file
27
graphics/epeg/Makefile
Normal 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
2
graphics/epeg/distinfo
Normal 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
6
graphics/epeg/pkg-descr
Normal 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
6
graphics/epeg/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
bin/epeg
|
||||
bin/epeg-config
|
||||
include/Epeg.h
|
||||
lib/libepeg.a
|
||||
lib/libepeg.so
|
||||
lib/libepeg.so.9
|
Loading…
Reference in New Issue
Block a user