diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-12-30 01:47:28 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-12-30 01:47:28 +0800 |
commit | 7f4d882ef6378677a12a5ac5dbd3b2289ca48a38 (patch) | |
tree | 99d6d8f9e9f74330e1dd357072ee663f31091c84 /lang | |
parent | 79f850daae7ab0b3336e8632c634e0ce3fdf4186 (diff) | |
download | freebsd-ports-gnome-7f4d882ef6378677a12a5ac5dbd3b2289ca48a38.tar.gz freebsd-ports-gnome-7f4d882ef6378677a12a5ac5dbd3b2289ca48a38.tar.zst freebsd-ports-gnome-7f4d882ef6378677a12a5ac5dbd3b2289ca48a38.zip |
Io (GNUstep) is a module which provides Io language support in a convenient
way for GNUstep developers or users (linking Objective-C bridge by default).
The module is automatically built in various ready to use solutions:
* ioobjc (tool you can run in your shell to use Io interactive environment)
WWW: http://www.etoile-project.org/
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/etoile-io/Makefile | 33 | ||||
-rw-r--r-- | lang/etoile-io/distinfo | 3 | ||||
-rw-r--r-- | lang/etoile-io/pkg-descr | 6 |
4 files changed, 43 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 36c529a15f06..56b105f2f985 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -48,6 +48,7 @@ SUBDIR += erlang SUBDIR += erlang-doc SUBDIR += erlang-lite + SUBDIR += etoile-io SUBDIR += execline SUBDIR += expect SUBDIR += ezm3 diff --git a/lang/etoile-io/Makefile b/lang/etoile-io/Makefile new file mode 100644 index 000000000000..9d59d64c5520 --- /dev/null +++ b/lang/etoile-io/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: etoile-io +# Date created: 19 Dec 2006 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= io +PORTVERSION= 0.1.${SNAPSHOT} +CATEGORIES= lang +MASTER_SITES= ${MASTER_SITE_LOCAL} \ + http://people.freebsd.org/~%%SUBDIR%%/distfiles/ +MASTER_SITE_SUBDIR= dinoex +PKGNAMEPREFIX= etoile- +DISTNAME= Etoile-${SNAPSHOT} + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= Etoile Project Io Language + +USE_BZIP2= yes +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes + +SNAPSHOT= 20061221 +WRKSRC= ${WRKDIR}/Etoile/ +USE_GNUSTEP_MAKE_DIRS+= Languages/Io +HEADER_DIR= Local/Library/Headers/Io +PLIST_FILES= Local/Tools/ioobjc + +.include <bsd.port.mk> diff --git a/lang/etoile-io/distinfo b/lang/etoile-io/distinfo new file mode 100644 index 000000000000..545ac18e8091 --- /dev/null +++ b/lang/etoile-io/distinfo @@ -0,0 +1,3 @@ +MD5 (Etoile-20061221.tar.bz2) = 120ffa8cf06c58ff775f8a218ad91448 +SHA256 (Etoile-20061221.tar.bz2) = 7dc8acbf2cb46d9d119c9817204bbbbe72884065f3287877550c400e68f4c992 +SIZE (Etoile-20061221.tar.bz2) = 9867481 diff --git a/lang/etoile-io/pkg-descr b/lang/etoile-io/pkg-descr new file mode 100644 index 000000000000..114eacaee407 --- /dev/null +++ b/lang/etoile-io/pkg-descr @@ -0,0 +1,6 @@ +Io (GNUstep) is a module which provides Io language support in a convenient +way for GNUstep developers or users (linking Objective-C bridge by default). +The module is automatically built in various ready to use solutions: +* ioobjc (tool you can run in your shell to use Io interactive environment) + +WWW: http://www.etoile-project.org/ |