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.
This commit is contained in:
minskim 2008-10-26 07:54:20 +00:00
parent aedb808b3d
commit eadcd2f354
5 changed files with 53 additions and 0 deletions

4
lang/embryo/DESCR Normal file
View file

@ -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.

17
lang/embryo/Makefile Normal file
View file

@ -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"

8
lang/embryo/PLIST Normal file
View file

@ -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

19
lang/embryo/buildlink3.mk Normal file
View file

@ -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/+$//}

5
lang/embryo/distinfo Normal file
View file

@ -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