pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/embryo Import embryo from pkgsrc-wip. Packaged b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b04349427905
branches:  trunk
changeset: 549000:b04349427905
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Oct 26 07:54:20 2008 +0000

description:
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.

diffstat:

 lang/embryo/DESCR         |   4 ++++
 lang/embryo/Makefile      |  17 +++++++++++++++++
 lang/embryo/PLIST         |   8 ++++++++
 lang/embryo/buildlink3.mk |  19 +++++++++++++++++++
 lang/embryo/distinfo      |   5 +++++
 5 files changed, 53 insertions(+), 0 deletions(-)

diffs (73 lines):

diff -r a5b0062f91f6 -r b04349427905 lang/embryo/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/embryo/DESCR Sun Oct 26 07:54:20 2008 +0000
@@ -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 -r a5b0062f91f6 -r b04349427905 lang/embryo/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/embryo/Makefile      Sun Oct 26 07:54:20 2008 +0000
@@ -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@localhost
+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 -r a5b0062f91f6 -r b04349427905 lang/embryo/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/embryo/PLIST Sun Oct 26 07:54:20 2008 +0000
@@ -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 -r a5b0062f91f6 -r b04349427905 lang/embryo/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/embryo/buildlink3.mk Sun Oct 26 07:54:20 2008 +0000
@@ -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 -r a5b0062f91f6 -r b04349427905 lang/embryo/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/embryo/distinfo      Sun Oct 26 07:54:20 2008 +0000
@@ -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


Home | Main Index | Thread Index | Old Index