pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/epeg Initial import of epeg-0.9.0 from pkgsrc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00d5d93206ef
branches:  trunk
changeset: 486476:00d5d93206ef
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Dec 28 21:54:35 2004 +0000

description:
Initial import of epeg-0.9.0 from pkgsrc-wip, packaged by Peter Bex.

Epeg is a library which provides facilities for scaling JPEG images
very quickly.

diffstat:

 graphics/epeg/DESCR         |   2 ++
 graphics/epeg/Makefile      |  18 ++++++++++++++++++
 graphics/epeg/PLIST         |   5 +++++
 graphics/epeg/buildlink3.mk |  20 ++++++++++++++++++++
 graphics/epeg/distinfo      |   4 ++++
 5 files changed, 49 insertions(+), 0 deletions(-)

diffs (69 lines):

diff -r 2b26d0dd6053 -r 00d5d93206ef graphics/epeg/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/epeg/DESCR       Tue Dec 28 21:54:35 2004 +0000
@@ -0,0 +1,2 @@
+Epeg is a library which provides facilities for scaling JPEG images
+very quickly.
diff -r 2b26d0dd6053 -r 00d5d93206ef graphics/epeg/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/epeg/Makefile    Tue Dec 28 21:54:35 2004 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/12/28 21:54:35 xtraeme Exp $
+#
+
+DISTNAME=              epeg-0.9.0
+CATEGORIES=            graphics
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=enlightenment/}
+
+MAINTAINER=            Peter.Bex%student.kun.nl@localhost
+HOMEPAGE=              http://www.enlightenment.org/pages/epeg.html
+COMMENT=               Fast JPEG scaling library for thumbnail generation
+
+GNU_CONFIGURE=         YES
+USE_BUILDLINK3=                YES
+USE_LIBTOOL=           YES
+
+.include "../../devel/libltdl/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2b26d0dd6053 -r 00d5d93206ef graphics/epeg/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/epeg/PLIST       Tue Dec 28 21:54:35 2004 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/28 21:54:35 xtraeme Exp $
+bin/epeg
+bin/epeg-config
+include/Epeg.h
+lib/libepeg.la
diff -r 2b26d0dd6053 -r 00d5d93206ef graphics/epeg/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/epeg/buildlink3.mk       Tue Dec 28 21:54:35 2004 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2004/12/28 21:54:35 xtraeme Exp $
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+EPEG_BUILDLINK3_MK:=   ${EPEG_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    epeg
+.endif
+
+BUILDLINK_PACKAGES+=   epeg
+
+.if !empty(EPEG_BUILDLINK3_MK:M+)
+BUILDLINK_DEPENDS.epeg+=       epeg>=0.9.0
+BUILDLINK_PKGSRCDIR.epeg?=     ../../graphics/epeg
+.endif # EPEG_BUILDLINK3_MK
+
+.include "../../devel/libltdl/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
diff -r 2b26d0dd6053 -r 00d5d93206ef graphics/epeg/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/epeg/distinfo    Tue Dec 28 21:54:35 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/12/28 21:54:35 xtraeme Exp $
+
+SHA1 (epeg-0.9.0.tar.gz) = 06485f476078624cb847ed0bae0381663fc30301
+Size (epeg-0.9.0.tar.gz) = 2340371 bytes



Home | Main Index | Thread Index | Old Index