aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-12-29 17:47:28 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-12-29 17:47:28 +0000
commiteae7e511ace5412b4448aa3cedd0f1678771e715 (patch)
treee1120ecb5b757b6090bdaec88262790c0f69558a /lang
parent2ec0521c3bc2d89a88ce12aeda5fd20702c61c6d (diff)
downloadports-eae7e511ace5412b4448aa3cedd0f1678771e715.tar.gz
ports-eae7e511ace5412b4448aa3cedd0f1678771e715.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/
Notes
Notes: svn path=/head/; revision=180960
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile1
-rw-r--r--lang/etoile-io/Makefile33
-rw-r--r--lang/etoile-io/distinfo3
-rw-r--r--lang/etoile-io/pkg-descr6
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/