Add embryo, it's a C like scripting language used in parts of the Enlightenment.

This commit is contained in:
Vanilla I. Shu 2004-08-08 15:48:21 +00:00
parent 6d44425e9d
commit 9168608c3f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115644
5 changed files with 52 additions and 0 deletions

View File

@ -39,6 +39,7 @@
SUBDIR += elisp-manual
SUBDIR += elk
SUBDIR += emacs-lisp-intro
SUBDIR += embryo
SUBDIR += eperl
SUBDIR += erlang
SUBDIR += erlang-doc

25
lang/embryo/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: embryo
# Date created: 08/08/2004
# Whom: vanilla
#
# $FreeBSD$
#
PORTNAME= embryo
PORTVERSION= 0.9.0
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= enlightenment
MAINTAINER= vanilla@FreeBSD.org
COMMENT= A C like scripting language used in parts of the Enlightenment
USE_LIBTOOL_VER= 15
USE_GNOME= gnomehack pkgconfig
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>
CONFIGURE_TARGET:= --build=${CONFIGURE_TARGET}

2
lang/embryo/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (embryo-0.9.0.tar.gz) = 1c60761baaeaa19b4e92588f2654e06d
SIZE (embryo-0.9.0.tar.gz) = 1448799

6
lang/embryo/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
Embryo is a tiny library designed interpret limited small programs compiled
by the included scmall compiler. This is mostly cleaning up and reduction
in size of the original small abstract machine. the compiler itself has been
left alone almost completely.
WWW: http://www.enlightenment.org/pages/embryo.html

18
lang/embryo/pkg-plist Normal file
View File

@ -0,0 +1,18 @@
bin/embryo
bin/embryo_cc
bin/embryo-config
include/Embryo.h
lib/libembryo.a
lib/libembryo.so
lib/libembryo.so.9
libdata/pkgconfig/embryo.pc
%%DATADIR%%/include/default.inc
%%DATADIR%%/examples/example.inc
%%DATADIR%%/examples/example.sma
%%DATADIR%%/examples/recurse.inc
%%DATADIR%%/examples/recurse.sma
%%DATADIR%%/examples/test.inc
%%DATADIR%%/examples/test.sma
@dirrm %%DATADIR%%/examples
@dirrm %%DATADIR%%/include
@dirrm %%DATADIR%%