pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ETL Import ETL-0.04.11 as devel/ETL from pkgsrc-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9cbf3656a13
branches:  trunk
changeset: 396728:a9cbf3656a13
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Aug 01 22:38:44 2009 +0000

description:
Import ETL-0.04.11 as devel/ETL from pkgsrc-wip.  Packaged by pho at
cielonegro dot org.

ETL is a template library for synfig.

diffstat:

 devel/ETL/DESCR         |   1 +
 devel/ETL/Makefile      |  20 ++++++++++++++
 devel/ETL/PLIST         |  68 +++++++++++++++++++++++++++++++++++++++++++++++++
 devel/ETL/buildlink3.mk |  13 +++++++++
 devel/ETL/distinfo      |   5 +++
 5 files changed, 107 insertions(+), 0 deletions(-)

diffs (127 lines):

diff -r 0360bca11086 -r a9cbf3656a13 devel/ETL/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ETL/DESCR   Sat Aug 01 22:38:44 2009 +0000
@@ -0,0 +1,1 @@
+ETL is a template library for synfig.
diff -r 0360bca11086 -r a9cbf3656a13 devel/ETL/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ETL/Makefile        Sat Aug 01 22:38:44 2009 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/01 22:38:44 minskim Exp $
+#
+
+DISTNAME=      ETL-0.04.11
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=synfig/}
+
+MAINTAINER=    pho%cielonegro.org@localhost
+HOMEPAGE=      http://synfig.org/
+COMMENT=       C++ template library for synfig
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+GNU_CONFIGURE= yes
+USE_TOOLS+=    pkg-config
+USE_LANGUAGES= c c++
+
+PKGCONFIG_OVERRIDE+=   ETL.pc.in
+
+.include "../../mk/bsd.pkg.mk"
diff -r 0360bca11086 -r a9cbf3656a13 devel/ETL/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ETL/PLIST   Sat Aug 01 22:38:44 2009 +0000
@@ -0,0 +1,68 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/01 22:38:44 minskim Exp $
+bin/ETL-config
+include/ETL/_angle.h
+include/ETL/_bezier.h
+include/ETL/_bezier_angle.h
+include/ETL/_boxblur.h
+include/ETL/_bspline.h
+include/ETL/_calculus.h
+include/ETL/_clock_base.h
+include/ETL/_clock_gettimeofday.h
+include/ETL/_clock_system.h
+include/ETL/_clock_win32hpcount.h
+include/ETL/_condition.h
+include/ETL/_curve.h
+include/ETL/_curve_func.h
+include/ETL/_fastangle.h
+include/ETL/_fastangle_tables.h
+include/ETL/_fixed.h
+include/ETL/_gaussian.h
+include/ETL/_handle.h
+include/ETL/_hermite.h
+include/ETL/_misc.h
+include/ETL/_mutex_null.h
+include/ETL/_mutex_pthreads.h
+include/ETL/_mutex_pthreads_simple.h
+include/ETL/_mutex_win32.h
+include/ETL/_pen.h
+include/ETL/_random.h
+include/ETL/_rect.h
+include/ETL/_ref_count.h
+include/ETL/_rwlock.h
+include/ETL/_smach.h
+include/ETL/_smart_ptr.h
+include/ETL/_status.h
+include/ETL/_stringf.h
+include/ETL/_surface.h
+include/ETL/_thread.h
+include/ETL/_trivial.h
+include/ETL/_value.h
+include/ETL/angle
+include/ETL/bezier
+include/ETL/boxblur
+include/ETL/calculus
+include/ETL/clock
+include/ETL/etl_config.h
+include/ETL/etl_profile.h
+include/ETL/fastangle
+include/ETL/fixed
+include/ETL/gaussian
+include/ETL/handle
+include/ETL/hermite
+include/ETL/ipc
+include/ETL/misc
+include/ETL/mutex
+include/ETL/pen
+include/ETL/random
+include/ETL/rect
+include/ETL/ref_count
+include/ETL/smach
+include/ETL/smart_ptr
+include/ETL/spline
+include/ETL/status
+include/ETL/stringf
+include/ETL/surface
+include/ETL/thread
+include/ETL/trivial
+include/ETL/value
+lib/pkgconfig/ETL.pc
diff -r 0360bca11086 -r a9cbf3656a13 devel/ETL/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ETL/buildlink3.mk   Sat Aug 01 22:38:44 2009 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/08/01 22:38:44 minskim Exp $
+
+BUILDLINK_TREE+=       ETL
+
+.if !defined(ETL_BUILDLINK3_MK)
+ETL_BUILDLINK3_MK:=
+
+BUILDLINK_DEPMETHOD.ETL?=      build
+BUILDLINK_API_DEPENDS.ETL+=    ETL>=0.04.11
+BUILDLINK_PKGSRCDIR.ETL?=      ../../devel/ETL
+.endif # ETL_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -ETL
diff -r 0360bca11086 -r a9cbf3656a13 devel/ETL/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ETL/distinfo        Sat Aug 01 22:38:44 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/08/01 22:38:44 minskim Exp $
+
+SHA1 (ETL-0.04.11.tar.gz) = f985ec1ff7a4faeb6a5f9ee5640864101a5a34b4
+RMD160 (ETL-0.04.11.tar.gz) = c250659fc997573f832f2c5d4bdd88f25b310f56
+Size (ETL-0.04.11.tar.gz) = 338083 bytes



Home | Main Index | Thread Index | Old Index