diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-01-16 22:27:51 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-01-16 22:27:51 +0000 |
commit | f6d5185efebca868555c39e0e1eb5182ad3f2be9 (patch) | |
tree | 559784d905f445d6d73f64d0a2cf29faf60fb1d6 /devel/gauche-readline | |
parent | 30de4a099d1a6f7a7e97c8a0a765b106510ea023 (diff) | |
download | ports-f6d5185efebca868555c39e0e1eb5182ad3f2be9.tar.gz ports-f6d5185efebca868555c39e0e1eb5182ad3f2be9.zip |
Notes
Diffstat (limited to 'devel/gauche-readline')
-rw-r--r-- | devel/gauche-readline/Makefile | 30 | ||||
-rw-r--r-- | devel/gauche-readline/distinfo | 1 | ||||
-rw-r--r-- | devel/gauche-readline/pkg-descr | 5 | ||||
-rw-r--r-- | devel/gauche-readline/pkg-plist | 5 |
4 files changed, 41 insertions, 0 deletions
diff --git a/devel/gauche-readline/Makefile b/devel/gauche-readline/Makefile new file mode 100644 index 000000000000..19ee95b2a590 --- /dev/null +++ b/devel/gauche-readline/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: Gauche Readline +# Date created: 15 Jan 2004 +# Whom: Erik Greenwald <erik@smluc.org> +# +# $FreeBSD$ +# + +PORTNAME= readline +PORTVERSION= 0.1 +CATEGORIES= devel scheme +MASTER_SITES= http://www.shiro.dreamhost.com/scheme/vault/ +PKGNAMEPREFIX= gauche- +EXTRACT_SUFX= .tgz +DIST_SUBDIR= gauche + +MAINTAINER= erik@smluc.org +COMMENT= A pure gauche/scheme implementation of the Readline library + +RUN_DEPENDS= gosh:${PORTSDIR}/lang/gauche +BUILD_DEPENDS= gauche-config:${PORTSDIR}/lang/gauche + +.include <bsd.port.pre.mk> +GAUCHE_CONFIG= ${LOCALBASE}/bin/gauche-config +GAUCHE_LIBDIR= ${GAUCHE_CONFIG} --sitelibdir +PLIST_SUB+= GAUCHE_LIBDIR=${GAUCHE_LIBDIR:S/${LOCALBASE}\///} + +do-install: + @${CP} -r ${WRKSRC}/readline* ${GAUCHE_LIBDIR} + +.include <bsd.port.post.mk> diff --git a/devel/gauche-readline/distinfo b/devel/gauche-readline/distinfo new file mode 100644 index 000000000000..43ef2acad127 --- /dev/null +++ b/devel/gauche-readline/distinfo @@ -0,0 +1 @@ +MD5 (gauche/readline-0.1.tgz) = 64a9dd9fffe4f2785b703a1a88f2bb38 diff --git a/devel/gauche-readline/pkg-descr b/devel/gauche-readline/pkg-descr new file mode 100644 index 000000000000..3b7b66964285 --- /dev/null +++ b/devel/gauche-readline/pkg-descr @@ -0,0 +1,5 @@ +Written in Scheme only, this adds input line editing feature to +Gauche. Assumes VT100 compatible terminal capability. + +WWW: http://www.shiro.dreamhost.com/scheme/gauche/packages.html +Author: Julian Fondren diff --git a/devel/gauche-readline/pkg-plist b/devel/gauche-readline/pkg-plist new file mode 100644 index 000000000000..a703de795e8e --- /dev/null +++ b/devel/gauche-readline/pkg-plist @@ -0,0 +1,5 @@ +%%GAUCHE_LIBDIR%%/readline.scm +%%GAUCHE_LIBDIR%%/readline/history.scm +%%GAUCHE_LIBDIR%%/readline/keymap.scm +%%GAUCHE_LIBDIR%%/readline/term-util.scm +@dirrm %%GAUCHE_LIBDIR%%/readline |