diff options
author | minskim <minskim@pkgsrc.org> | 2008-10-26 07:54:20 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2008-10-26 07:54:20 +0000 |
commit | eadcd2f3543a08c34965789544ec5c5cc743d94e (patch) | |
tree | bfe8f08f3c09c3ee77005f3b6ece4fd5039cbb71 | |
parent | aedb808b3dc08cfa758f79f3d7bbcd16da69f2e2 (diff) | |
download | pkgsrc-eadcd2f3543a08c34965789544ec5c5cc743d94e.tar.gz |
Import embryo from pkgsrc-wip. Packaged by Grzegorz Błach.
Embryo implements a C like scripting language used in various parts of
the Enlightenment project, namely Edje. Embryo allows scripting
capabilities in places that otherwise wouldn't support basic
programming structures such as in Edje EDCs.
-rw-r--r-- | lang/embryo/DESCR | 4 | ||||
-rw-r--r-- | lang/embryo/Makefile | 17 | ||||
-rw-r--r-- | lang/embryo/PLIST | 8 | ||||
-rw-r--r-- | lang/embryo/buildlink3.mk | 19 | ||||
-rw-r--r-- | lang/embryo/distinfo | 5 |
5 files changed, 53 insertions, 0 deletions
diff --git a/lang/embryo/DESCR b/lang/embryo/DESCR new file mode 100644 index 00000000000..c4eb46ec3ba --- /dev/null +++ b/lang/embryo/DESCR @@ -0,0 +1,4 @@ +Embryo implements a C like scripting language used in various parts of +the Enlightenment project, namely Edje. Embryo allows scripting +capabilities in places that otherwise wouldn't support basic +programming structures such as in Edje EDCs. diff --git a/lang/embryo/Makefile b/lang/embryo/Makefile new file mode 100644 index 00000000000..1e37415f30b --- /dev/null +++ b/lang/embryo/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/26 07:54:20 minskim Exp $ +# + +DISTNAME= embryo-0.9.9.050 +CATEGORIES= lang +MASTER_SITES= http://download.enlightenment.org/snapshots/2008-09-25/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= grzela@seculture.com +HOMEPAGE= http://enlightenment.org/ +COMMENT= Embeddable Scripting Language + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= gmake pkg-config + +.include "../../mk/bsd.pkg.mk" diff --git a/lang/embryo/PLIST b/lang/embryo/PLIST new file mode 100644 index 00000000000..81cdbd52ba8 --- /dev/null +++ b/lang/embryo/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/26 07:54:20 minskim Exp $ +bin/embryo_cc +include/Embryo.h +lib/libembryo.la +lib/pkgconfig/embryo.pc +share/embryo/include/default.inc +@dirrm share/embryo/include +@dirrm share/embryo diff --git a/lang/embryo/buildlink3.mk b/lang/embryo/buildlink3.mk new file mode 100644 index 00000000000..85c15c365c4 --- /dev/null +++ b/lang/embryo/buildlink3.mk @@ -0,0 +1,19 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/10/26 07:54:20 minskim Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +EMBRYO_BUILDLINK3_MK:= ${EMBRYO_BUILDLINK3_MK}+ + +.if ${BUILDLINK_DEPTH} == "+" +BUILDLINK_DEPENDS+= embryo +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nembryo} +BUILDLINK_PACKAGES+= embryo +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}embryo + +.if ${EMBRYO_BUILDLINK3_MK} == "+" +BUILDLINK_API_DEPENDS.embryo+= embryo>=0.9.5.050 +BUILDLINK_PKGSRCDIR.embryo?= ../../lang/embryo +.endif # EMBRYO_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/lang/embryo/distinfo b/lang/embryo/distinfo new file mode 100644 index 00000000000..5d490851112 --- /dev/null +++ b/lang/embryo/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/10/26 07:54:20 minskim Exp $ + +SHA1 (embryo-0.9.9.050.tar.bz2) = d4174c27c07b689b139dc7ead2250ad6be7a5ea8 +RMD160 (embryo-0.9.9.050.tar.bz2) = 7154b17fe8c7a61dacd5ff155d0c4768b6966759 +Size (embryo-0.9.9.050.tar.bz2) = 4083424 bytes |