diff options
author | minskim <minskim@pkgsrc.org> | 2009-08-01 22:38:44 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-08-01 22:38:44 +0000 |
commit | 28cb2c6e02f72df48604a072fe430412fd1b4ef6 (patch) | |
tree | 9704c5c20ff6c27e53ba35d69115e4904544ccde /devel | |
parent | 0d426b4dad8900ad6dbafbcce9a6810b838de6fa (diff) | |
download | pkgsrc-28cb2c6e02f72df48604a072fe430412fd1b4ef6.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/ETL/DESCR | 1 | ||||
-rw-r--r-- | devel/ETL/Makefile | 20 | ||||
-rw-r--r-- | devel/ETL/PLIST | 68 | ||||
-rw-r--r-- | devel/ETL/buildlink3.mk | 13 | ||||
-rw-r--r-- | devel/ETL/distinfo | 5 |
5 files changed, 107 insertions, 0 deletions
diff --git a/devel/ETL/DESCR b/devel/ETL/DESCR new file mode 100644 index 00000000000..56c6b27534e --- /dev/null +++ b/devel/ETL/DESCR @@ -0,0 +1 @@ +ETL is a template library for synfig. diff --git a/devel/ETL/Makefile b/devel/ETL/Makefile new file mode 100644 index 00000000000..7beb2dfe328 --- /dev/null +++ b/devel/ETL/Makefile @@ -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 +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 --git a/devel/ETL/PLIST b/devel/ETL/PLIST new file mode 100644 index 00000000000..75f3dfd5548 --- /dev/null +++ b/devel/ETL/PLIST @@ -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 --git a/devel/ETL/buildlink3.mk b/devel/ETL/buildlink3.mk new file mode 100644 index 00000000000..75db4b280c4 --- /dev/null +++ b/devel/ETL/buildlink3.mk @@ -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 --git a/devel/ETL/distinfo b/devel/ETL/distinfo new file mode 100644 index 00000000000..fa93174c579 --- /dev/null +++ b/devel/ETL/distinfo @@ -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 |