Skip site navigation (1)Skip section navigation (2)
Date:      15 Jan 2004 17:38:03 -0000
From:      Erik Greenwald <erik@smluc.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        erik@math.smsu.edu
Subject:   ports/61389: [New Port]  devel/gauche-readline
Message-ID:  <20040115173803.15308.qmail@phoenix.smluc.org>
Resent-Message-ID: <200401151740.i0FHe9eg096195@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         61389
>Category:       ports
>Synopsis:       [New Port]  devel/gauche-readline
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 15 09:40:09 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Erik Greenwald
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD fenris 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sat Jan 10 17:45:53 EST 2004 root@fenris:/usr/obj/usr/src/sys/FENRIS i386


>Description:

readline like capabilities for gauche (written in scheme/gauche)

>How-To-Repeat:
>Fix:

--- devel_gauche-readline.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	devel/gauche-readline/
#	devel/gauche-readline/pkg-plist
#	devel/gauche-readline/pkg-descr
#	devel/gauche-readline/distinfo
#	devel/gauche-readline/Makefile
#
echo c - devel/gauche-readline/
mkdir -p devel/gauche-readline/ > /dev/null 2>&1
echo x - devel/gauche-readline/pkg-plist
sed 's/^X//' >devel/gauche-readline/pkg-plist << 'END-of-devel/gauche-readline/pkg-plist'
Xshare/gauche/site/lib/readline.scm
Xshare/gauche/site/lib/readline/history.scm
Xshare/gauche/site/lib/readline/keymap.scm
Xshare/gauche/site/lib/readline/term-util.scm
X@dirrm share/gauche/site/lib/readline
END-of-devel/gauche-readline/pkg-plist
echo x - devel/gauche-readline/pkg-descr
sed 's/^X//' >devel/gauche-readline/pkg-descr << 'END-of-devel/gauche-readline/pkg-descr'
XWritten in Scheme only, this adds input line editing feature to
XGauche. Assumes VT100 compatible terminal capability.
X
XWWW:	http://www.shiro.dreamhost.com/scheme/gauche/packages.html
XAuthor:	Julian Fondren
END-of-devel/gauche-readline/pkg-descr
echo x - devel/gauche-readline/distinfo
sed 's/^X//' >devel/gauche-readline/distinfo << 'END-of-devel/gauche-readline/distinfo'
XMD5 (gauche/readline-0.1.tgz) = 64a9dd9fffe4f2785b703a1a88f2bb38
END-of-devel/gauche-readline/distinfo
echo x - devel/gauche-readline/Makefile
sed 's/^X//' >devel/gauche-readline/Makefile << 'END-of-devel/gauche-readline/Makefile'
X# New ports collection makefile for:	Gauche Readline
X# Date created:		15 Jan 2004
X# Whom:			Erik Greenwald <erik@smluc.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	readline
XPORTVERSION=	0.1
XCATEGORIES=	devel scheme
XMASTER_SITES=	http://www.shiro.dreamhost.com/scheme/vault/
XPKGNAMEPREFIX=  gauche-
XEXTRACT_SUFX=	.tgz
XDIST_SUBDIR=	gauche
X
XMAINTAINER=	erik@smluc.org
XCOMMENT=	A pure gauche/scheme implementation of the Readline library
X
XRUN_DEPENDS=	gosh:${PORTSDIR}/lang/gauche
XBUILD_DEPENDS=	gauche-config:${PORTSDIR}/lang/gauche
X
Xdo-install:
X	${CP} -r ${WRKSRC}/readline* `gauche-config --sitelibdir`
X
X.include <bsd.port.mk>
END-of-devel/gauche-readline/Makefile
exit
--- devel_gauche-readline.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040115173803.15308.qmail>