mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add gauche-readline 0.1, a pure gauche/scheme implementation of the
Readline library. 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 PR: 61389 Submitted by: Erik Greenwald <erik@smluc.org> Approved by: erwin (mentor) (implicitly)
This commit is contained in:
parent
30de4a099d
commit
f6d5185efe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=98356
@ -236,6 +236,7 @@
|
||||
SUBDIR += g-wrap
|
||||
SUBDIR += g2c
|
||||
SUBDIR += gaa
|
||||
SUBDIR += gauche-readline
|
||||
SUBDIR += gaul
|
||||
SUBDIR += gccxml
|
||||
SUBDIR += gconf
|
||||
|
30
devel/gauche-readline/Makefile
Normal file
30
devel/gauche-readline/Makefile
Normal file
@ -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>
|
1
devel/gauche-readline/distinfo
Normal file
1
devel/gauche-readline/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gauche/readline-0.1.tgz) = 64a9dd9fffe4f2785b703a1a88f2bb38
|
5
devel/gauche-readline/pkg-descr
Normal file
5
devel/gauche-readline/pkg-descr
Normal file
@ -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
|
5
devel/gauche-readline/pkg-plist
Normal file
5
devel/gauche-readline/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user