mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
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/
This commit is contained in:
parent
2ec0521c3b
commit
eae7e511ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180960
@ -48,6 +48,7 @@
|
||||
SUBDIR += erlang
|
||||
SUBDIR += erlang-doc
|
||||
SUBDIR += erlang-lite
|
||||
SUBDIR += etoile-io
|
||||
SUBDIR += execline
|
||||
SUBDIR += expect
|
||||
SUBDIR += ezm3
|
||||
|
33
lang/etoile-io/Makefile
Normal file
33
lang/etoile-io/Makefile
Normal file
@ -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>
|
3
lang/etoile-io/distinfo
Normal file
3
lang/etoile-io/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Etoile-20061221.tar.bz2) = 120ffa8cf06c58ff775f8a218ad91448
|
||||
SHA256 (Etoile-20061221.tar.bz2) = 7dc8acbf2cb46d9d119c9817204bbbbe72884065f3287877550c400e68f4c992
|
||||
SIZE (Etoile-20061221.tar.bz2) = 9867481
|
6
lang/etoile-io/pkg-descr
Normal file
6
lang/etoile-io/pkg-descr
Normal file
@ -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/
|
Loading…
Reference in New Issue
Block a user