From fuyuki@hadaly.dyndns.org  Mon Feb 17 22:10:46 2003
Return-Path: <fuyuki@hadaly.dyndns.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 7590B37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Feb 2003 22:10:46 -0800 (PST)
Received: from t-mta1.odn.ne.jp (mfep1.odn.ne.jp [143.90.131.179])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8C84D43F3F
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Feb 2003 22:10:45 -0800 (PST)
	(envelope-from fuyuki@hadaly.dyndns.org)
Received: from hadaly.dyndns.org ([218.218.122.239]) by t-mta1.odn.ne.jp
          with ESMTP
          id <20030218061044716.KVKB.4459.t-mta1.odn.ne.jp@mta1.odn.ne.jp>;
          Tue, 18 Feb 2003 15:10:44 +0900
Received: by hadaly.dyndns.org (Postfix, from userid 1001)
	id BC90554B7; Tue, 18 Feb 2003 15:10:43 +0900 (JST)
Message-Id: <20030218061043.BC90554B7@hadaly.dyndns.org>
Date: Tue, 18 Feb 2003 15:10:43 +0900 (JST)
From: Kimura Fuyuki <fuyuki@hadaly.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: lang/stklos (supersedes ports/44990)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         48409
>Category:       ports
>Synopsis:       New port: lang/stklos (supersedes ports/44990)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 17 22:20:05 PST 2003
>Closed-Date:    Mon Mar 24 04:11:29 PST 2003
>Last-Modified:  Mon Mar 24 04:11:29 PST 2003
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 4.7-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD hadaly.dyndns.org 4.7-RELEASE-p3 FreeBSD 4.7-RELEASE-p3 #0: Tue Jan 7 14:25:02 JST 2003 root@hadaly.dyndns.org:/sack/tmp/obj/pub/src/sys/NS i386


	
>Description:
STklos is a free Scheme System (nearly) conform to R5RS.  The aim of
this implementation is to be fast as well as light.  The
implementation is based on an ad-hoc Virtual Machine.  STklos can also
be compiled as a library, so that one can easily embed it in an
application.

WWW: http://stklos.sourceforge.net/
	
>How-To-Repeat:
	
>Fix:
# 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:
#
#	stklos
#	stklos/Makefile
#	stklos/distinfo
#	stklos/pkg-descr
#	stklos/pkg-plist
#
echo c - stklos
mkdir -p stklos > /dev/null 2>&1
echo x - stklos/Makefile
sed 's/^X//' >stklos/Makefile << 'END-of-stklos/Makefile'
X# New ports collection makefile for:   STklos
X# Date created:                6 November 2002
X# Whom:                        Kimura Fuyuki <fuyuki@hadaly.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	stklos
XPORTVERSION=	0.54
XCATEGORIES=	lang
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	ports@FreeBSD.org
XCOMMENT=	The successor of the STk Scheme interpreter
X
XUSE_REINPLACE=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS=	--disable-gtk --disable-gnome
XPLIST_SUB=	VERSION="${PORTVERSION}" \
X		INFOSECTION="${INFOSECTION}" \
X		INFOENTRY="${INFOENTRY}"
X
XMAN1=		stklos-compile.1 stklos-config.1 stklos.1
X
XINFOSECTION=	The Algorithmic Language Scheme
XINFOENTRY=	* STklos: (stklos).	The successor of the STk Scheme interpreter
X
Xpost-patch:
X	${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/doc/Makefile.in
X
Xpost-install:
X	install-info --section="${INFOSECTION}" --entry="${INFOENTRY}" \
X		${PREFIX}/info/stklos.info ${PREFIX}/info/dir
X
X.include <bsd.port.mk>
END-of-stklos/Makefile
echo x - stklos/distinfo
sed 's/^X//' >stklos/distinfo << 'END-of-stklos/distinfo'
XMD5 (stklos-0.54.tar.gz) = e60c63360600956b27945514d057bc8b
END-of-stklos/distinfo
echo x - stklos/pkg-descr
sed 's/^X//' >stklos/pkg-descr << 'END-of-stklos/pkg-descr'
XSTklos is a free Scheme System (nearly) conform to R5RS.  The aim of
Xthis implementation is to be fast as well as light.  The
Ximplementation is based on an ad-hoc Virtual Machine.  STklos can also
Xbe compiled as a library, so that one can easily embed it in an
Xapplication.
X
XWWW: http://stklos.sourceforge.net/
END-of-stklos/pkg-descr
echo x - stklos/pkg-plist
sed 's/^X//' >stklos/pkg-plist << 'END-of-stklos/pkg-plist'
Xbin/stklos
Xbin/stklos-compile
Xbin/stklos-config
Xbin/stklos-script
Xinclude/stklos/extraconf.h
Xinclude/stklos/stklos.h
Xinclude/stklos/stklosconf.h
X@dirrm include/stklos
X@unexec install-info --delete --section="%%INFOSECTION%%" --entry="%%INFOENTRY%%" %D/info/stklos.info %D/info/dir
Xinfo/stklos.info
Xinfo/stklos.info-1
Xinfo/stklos.info-2
Xinfo/stklos.info-3
Xinfo/stklos.info-4
Xinfo/stklos.info-5
Xinfo/stklos.info-6
X@exec install-info --section="%%INFOSECTION%%" --entry="%%INFOENTRY%%" %D/info/stklos.info %D/info/dir
Xlib/stklos/%%VERSION%%/ldap.so
X@dirrm lib/stklos/%%VERSION%%
X@dirrm lib/stklos
X%%DATADIR%%/%%VERSION%%/DOCDB
X%%DATADIR%%/%%VERSION%%/Match/compiler.scm
X%%DATADIR%%/%%VERSION%%/Match/descr.scm
X%%DATADIR%%/%%VERSION%%/Match/mexpand.scm
X%%DATADIR%%/%%VERSION%%/Match/normalize.scm
X%%DATADIR%%/%%VERSION%%/Match/s2cfun.scm
X%%DATADIR%%/%%VERSION%%/STklos.init
X%%DATADIR%%/%%VERSION%%/assembler.stk
X%%DATADIR%%/%%VERSION%%/bb.stk
X%%DATADIR%%/%%VERSION%%/bigloo.stk
X%%DATADIR%%/%%VERSION%%/bonus.stk
X%%DATADIR%%/%%VERSION%%/boot.img
X%%DATADIR%%/%%VERSION%%/boot.stk
X%%DATADIR%%/%%VERSION%%/compfile.ostk
X%%DATADIR%%/%%VERSION%%/compfile.stk
X%%DATADIR%%/%%VERSION%%/compiler.stk
X%%DATADIR%%/%%VERSION%%/computils.stk
X%%DATADIR%%/%%VERSION%%/date.ostk
X%%DATADIR%%/%%VERSION%%/date.stk
X%%DATADIR%%/%%VERSION%%/describe.ostk
X%%DATADIR%%/%%VERSION%%/describe.stk
X%%DATADIR%%/%%VERSION%%/expand.pp
X%%DATADIR%%/%%VERSION%%/expand.ss
X%%DATADIR%%/%%VERSION%%/full-syntax.ostk
X%%DATADIR%%/%%VERSION%%/full-syntax.stk
X%%DATADIR%%/%%VERSION%%/getopt.ostk
X%%DATADIR%%/%%VERSION%%/getopt.stk
X%%DATADIR%%/%%VERSION%%/ldap.ostk
X%%DATADIR%%/%%VERSION%%/ldap.stk
X%%DATADIR%%/%%VERSION%%/load.stk
X%%DATADIR%%/%%VERSION%%/match.ostk
X%%DATADIR%%/%%VERSION%%/match.stk
X%%DATADIR%%/%%VERSION%%/mbe.stk
X%%DATADIR%%/%%VERSION%%/module.stk
X%%DATADIR%%/%%VERSION%%/object.stk
X%%DATADIR%%/%%VERSION%%/obsolete.stk
X%%DATADIR%%/%%VERSION%%/peephole.stk
X%%DATADIR%%/%%VERSION%%/pp.ostk
X%%DATADIR%%/%%VERSION%%/pp.stk
X%%DATADIR%%/%%VERSION%%/process.stk
X%%DATADIR%%/%%VERSION%%/r5rs.stk
X%%DATADIR%%/%%VERSION%%/regexp.stk
X%%DATADIR%%/%%VERSION%%/repl.stk
X%%DATADIR%%/%%VERSION%%/runtime.stk
X%%DATADIR%%/%%VERSION%%/slib.stk
X%%DATADIR%%/%%VERSION%%/srfi-0.stk
X%%DATADIR%%/%%VERSION%%/srfi-1.ostk
X%%DATADIR%%/%%VERSION%%/srfi-1.stk
X%%DATADIR%%/%%VERSION%%/srfi-11.ostk
X%%DATADIR%%/%%VERSION%%/srfi-11.stk
X%%DATADIR%%/%%VERSION%%/srfi-13.ostk
X%%DATADIR%%/%%VERSION%%/srfi-13.stk
X%%DATADIR%%/%%VERSION%%/srfi-14.ostk
X%%DATADIR%%/%%VERSION%%/srfi-14.stk
X%%DATADIR%%/%%VERSION%%/srfi-2.ostk
X%%DATADIR%%/%%VERSION%%/srfi-2.stk
X%%DATADIR%%/%%VERSION%%/srfi-31.ostk
X%%DATADIR%%/%%VERSION%%/srfi-31.stk
X%%DATADIR%%/%%VERSION%%/srfi-4.ostk
X%%DATADIR%%/%%VERSION%%/srfi-4.stk
X%%DATADIR%%/%%VERSION%%/srfi-7.ostk
X%%DATADIR%%/%%VERSION%%/srfi-7.stk
X%%DATADIR%%/%%VERSION%%/srfi-9.ostk
X%%DATADIR%%/%%VERSION%%/srfi-9.stk
X%%DATADIR%%/%%VERSION%%/trace.ostk
X%%DATADIR%%/%%VERSION%%/trace.stk
X@dirrm %%DATADIR%%/%%VERSION%%/Match
X@dirrm %%DATADIR%%/%%VERSION%%
X@dirrm %%DATADIR%%
END-of-stklos/pkg-plist
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: naddy 
State-Changed-When: Mon Mar 24 04:10:36 PST 2003 
State-Changed-Why:  
Superseded by ports/50231. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=48409 
>Unformatted:
