Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2012 09:38:45 +0200
From:      "Nils M Holm" <nmh@t3x.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/169761: Maintainer update: lang/s9fes
Message-ID:  <201207100737.q6A7bll05941@ngcobalt09.manitu.net>
Resent-Message-ID: <201207100740.q6A7eA62056296@freefall.freebsd.org>

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

>Number:         169761
>Category:       ports
>Synopsis:       Maintainer update: lang/s9fes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 10 07:40:10 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Nils M Holm
>Release:        FreeBSD 8.2-RELEASE i386
>Organization:
TARFU
>Environment:
System: FreeBSD kamma.local 8.2-RELEASE FreeBSD 8.2-RELEASE #6: Thu Apr 19 08:14:23 CEST 2012 nmh@kamma.local:/usr/src/sys/i386/compile/KAMMA i386

>Description:
Update to version 20120710.
Add license. (BTW, why is "public-domain" not a valid license?)

>How-To-Repeat:
>Fix:
diff -ru lang/s9fes-old/Makefile lang/s9fes/Makefile
--- lang/s9fes-old/Makefile	2011-11-17 10:12:05.000000000 +0100
+++ lang/s9fes/Makefile	2012-07-10 09:35:23.000000000 +0200
@@ -6,13 +6,18 @@
 #
 
 PORTNAME=	s9fes
-PORTVERSION=	20101004
+PORTVERSION=	20120710
 CATEGORIES=	lang scheme
-MASTER_SITES=	http://www.t3x.org/misc/
+MASTER_SITES=	http://www.t3x.org/s9fes/
 
 MAINTAINER=	nmh@t3x.org
 COMMENT=	A portable Scheme interpreter with a Unix interface
 
+LICENSE=	public
+LICENSE_NAME=	Public Domain
+LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}
+
 LIBDIR=		${DATADIR}
 MAKE_ARGS=	${MAKE_ENV}
 WRKSRC=		${WRKDIR}/s9
@@ -20,8 +25,4 @@
 MAN1=		s9.1
 MANCOMPRESSED=	yes
 
-post-patch:
-# Fix parallel (-jX) build: add missing target prerequisite
-	@${REINPLACE_CMD} -e '/^arse-core.image/s,:,: s9,' ${WRKSRC}/Makefile
-
 .include <bsd.port.mk>
diff -ru lang/s9fes-old/distinfo lang/s9fes/distinfo
--- lang/s9fes-old/distinfo	2011-07-03 15:45:29.000000000 +0200
+++ lang/s9fes/distinfo	2012-07-10 09:35:23.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (s9fes-20101004.tar.gz) = edad87745e016e6b465fadc1a1ae357bb1ad34e4390ccea6035176bcd2d0d4c8
-SIZE (s9fes-20101004.tar.gz) = 475649
+SHA256 (s9fes-20120710.tar.gz) = 36d5a9ddadaebfa7d4ac7366a4e07ccf6649babe2654cb13442f308a77632138
+SIZE (s9fes-20120710.tar.gz) = 419873
diff -ru lang/s9fes-old/pkg-descr lang/s9fes/pkg-descr
--- lang/s9fes-old/pkg-descr	2011-11-18 07:55:17.000000000 +0100
+++ lang/s9fes/pkg-descr	2012-07-10 09:36:32.000000000 +0200
@@ -1,10 +1,9 @@
-Scheme 9 from Empty Space is a portable R4RS Scheme interpreter with the
-following features:
+Scheme 9 from Empty Space is a portable R4RS Scheme
+interpreter with the following features:
 
   - Support for low-level Unix programming
   - Basic networking procedures
   - Cursor addressing with Curses
-  - A vi-style integrated development environment
   - Loads of useful library functions
 
 WWW: http://www.t3x.org/s9fes/
diff -ru lang/s9fes-old/pkg-plist lang/s9fes/pkg-plist
--- lang/s9fes-old/pkg-plist	2010-10-08 04:26:11.000000000 +0200
+++ lang/s9fes/pkg-plist	2012-07-10 09:35:23.000000000 +0200
@@ -1,5 +1,3 @@
-bin/arse
-bin/arse-core
 bin/s9
 bin/s9help
 bin/s9resolve
@@ -15,12 +13,9 @@
 %%DATADIR%%/append-to-output-file.scm
 %%DATADIR%%/appendb.scm
 %%DATADIR%%/array.scm
-%%DATADIR%%/arse-core.image
-%%DATADIR%%/arse.help
-%%DATADIR%%/arse.porting
-%%DATADIR%%/arse.scm
 %%DATADIR%%/assp.scm
 %%DATADIR%%/basename.scm
+%%DATADIR%%/bitops.scm
 %%DATADIR%%/bitwise-ops.scm
 %%DATADIR%%/c2html.scm
 %%DATADIR%%/catch.scm
@@ -54,6 +49,8 @@
 %%DATADIR%%/format-time.scm
 %%DATADIR%%/format.scm
 %%DATADIR%%/format.txt
+%%DATADIR%%/get-line.scm
+%%DATADIR%%/get-prop.scm
 %%DATADIR%%/graph-tools.scm
 %%DATADIR%%/group-list.scm
 %%DATADIR%%/hash-table.scm
@@ -82,7 +79,6 @@
 %%DATADIR%%/help/array-ref
 %%DATADIR%%/help/array-setb
 %%DATADIR%%/help/arrayp
-%%DATADIR%%/help/arse
 %%DATADIR%%/help/asin
 %%DATADIR%%/help/assert-record-type
 %%DATADIR%%/help/assoc
@@ -93,6 +89,23 @@
 %%DATADIR%%/help/basename
 %%DATADIR%%/help/begin
 %%DATADIR%%/help/binary-string-to-integer
+%%DATADIR%%/help/bit-op
+%%DATADIR%%/help/bit0
+%%DATADIR%%/help/bit1
+%%DATADIR%%/help/bita
+%%DATADIR%%/help/bitb
+%%DATADIR%%/help/bitca
+%%DATADIR%%/help/bitcb
+%%DATADIR%%/help/bitcplus
+%%DATADIR%%/help/bitcstar
+%%DATADIR%%/help/biteq
+%%DATADIR%%/help/bitneq
+%%DATADIR%%/help/bitnplus
+%%DATADIR%%/help/bitnstar
+%%DATADIR%%/help/bitplus
+%%DATADIR%%/help/bitplusc
+%%DATADIR%%/help/bitstar
+%%DATADIR%%/help/bitstarc
 %%DATADIR%%/help/bitwise-1
 %%DATADIR%%/help/bitwise-2
 %%DATADIR%%/help/bitwise-and
@@ -248,6 +261,7 @@
 %%DATADIR%%/help/curs_standout
 %%DATADIR%%/help/curs_unctrl
 %%DATADIR%%/help/curs_ungetch
+%%DATADIR%%/help/data-structures
 %%DATADIR%%/help/decb
 %%DATADIR%%/help/define
 %%DATADIR%%/help/define-class
@@ -312,7 +326,10 @@
 %%DATADIR%%/help/gcd
 %%DATADIR%%/help/ge
 %%DATADIR%%/help/gensym
+%%DATADIR%%/help/get-line
+%%DATADIR%%/help/get-prop
 %%DATADIR%%/help/go
+%%DATADIR%%/help/graph-tools
 %%DATADIR%%/help/group-list
 %%DATADIR%%/help/gt
 %%DATADIR%%/help/hash-table-length
@@ -435,6 +452,8 @@
 %%DATADIR%%/help/posv
 %%DATADIR%%/help/pp
 %%DATADIR%%/help/pp-file
+%%DATADIR%%/help/pp-loop
+%%DATADIR%%/help/pp-string
 %%DATADIR%%/help/predicateb
 %%DATADIR%%/help/pretty-print
 %%DATADIR%%/help/print
@@ -443,6 +462,8 @@
 %%DATADIR%%/help/prolog
 %%DATADIR%%/help/proper-timep
 %%DATADIR%%/help/pushb
+%%DATADIR%%/help/put-prop
+%%DATADIR%%/help/put-propb
 %%DATADIR%%/help/quasiquote
 %%DATADIR%%/help/query
 %%DATADIR%%/help/queue
@@ -476,6 +497,8 @@
 %%DATADIR%%/help/record-to-list
 %%DATADIR%%/help/record-type-matches
 %%DATADIR%%/help/recordp
+%%DATADIR%%/help/rem-prop
+%%DATADIR%%/help/rem-propb
 %%DATADIR%%/help/remainder
 %%DATADIR%%/help/remove
 %%DATADIR%%/help/remp
@@ -522,7 +545,6 @@
 %%DATADIR%%/help/stats
 %%DATADIR%%/help/stream-any
 %%DATADIR%%/help/stream-eosp
-%%DATADIR%%/help/string-expand
 %%DATADIR%%/help/stream-extract
 %%DATADIR%%/help/stream-id
 %%DATADIR%%/help/stream-iota
@@ -551,6 +573,7 @@
 %%DATADIR%%/help/string-copy
 %%DATADIR%%/help/string-digest
 %%DATADIR%%/help/string-downcase
+%%DATADIR%%/help/string-expand
 %%DATADIR%%/help/string-fillb
 %%DATADIR%%/help/string-find
 %%DATADIR%%/help/string-find-last
@@ -564,6 +587,8 @@
 %%DATADIR%%/help/string-mapb
 %%DATADIR%%/help/string-parse
 %%DATADIR%%/help/string-position
+%%DATADIR%%/help/string-prefix-cieqp
+%%DATADIR%%/help/string-prefixeqp
 %%DATADIR%%/help/string-ref
 %%DATADIR%%/help/string-reverse
 %%DATADIR%%/help/string-scan
@@ -589,9 +614,11 @@
 %%DATADIR%%/help/substring
 %%DATADIR%%/help/subvector
 %%DATADIR%%/help/sum
+%%DATADIR%%/help/swapb
 %%DATADIR%%/help/symbol-to-string
 %%DATADIR%%/help/symbolp
 %%DATADIR%%/help/symbols
+%%DATADIR%%/help/syntax-extensions
 %%DATADIR%%/help/syntax-rules
 %%DATADIR%%/help/syntaxp
 %%DATADIR%%/help/sys_access
@@ -717,9 +744,15 @@
 %%DATADIR%%/help/thread-yield
 %%DATADIR%%/help/throw
 %%DATADIR%%/help/time
+%%DATADIR%%/help/time-add
+%%DATADIR%%/help/time-afterp
+%%DATADIR%%/help/time-beforep
+%%DATADIR%%/help/time-difference
+%%DATADIR%%/help/time-subtract
 %%DATADIR%%/help/time-to-unix-time
 %%DATADIR%%/help/trace
 %%DATADIR%%/help/transpose
+%%DATADIR%%/help/tree-copy
 %%DATADIR%%/help/tree-equalp
 %%DATADIR%%/help/tree-map
 %%DATADIR%%/help/true
@@ -817,6 +850,8 @@
 %%DATADIR%%/runtime-stats.scm
 %%DATADIR%%/s9.image
 %%DATADIR%%/s9.scm
+%%DATADIR%%/s9sos.scm
+%%DATADIR%%/s9sos.txt
 %%DATADIR%%/scheme.css
 %%DATADIR%%/scm2html.scm
 %%DATADIR%%/search-path.scm
@@ -826,8 +861,6 @@
 %%DATADIR%%/sieve.scm
 %%DATADIR%%/simple-module.scm
 %%DATADIR%%/sort.scm
-%%DATADIR%%/sos.scm
-%%DATADIR%%/sos.txt
 %%DATADIR%%/spawn-command.scm
 %%DATADIR%%/spawn-shell-command.scm
 %%DATADIR%%/split-url.scm
@@ -844,6 +877,7 @@
 %%DATADIR%%/string-map.scm
 %%DATADIR%%/string-parse.scm
 %%DATADIR%%/string-position.scm
+%%DATADIR%%/string-prefixeqp.scm
 %%DATADIR%%/string-reverse.scm
 %%DATADIR%%/string-scan.scm
 %%DATADIR%%/string-split.scm
@@ -855,7 +889,6 @@
 %%DATADIR%%/substitute.scm
 %%DATADIR%%/subvector.scm
 %%DATADIR%%/sum.scm
-%%DATADIR%%/swapb.scm
 %%DATADIR%%/symbols.scm
 %%DATADIR%%/syntax-extensions.scm
 %%DATADIR%%/syntax-rules.scm
@@ -863,6 +896,7 @@
 %%DATADIR%%/tagbody.scm
 %%DATADIR%%/threads.scm
 %%DATADIR%%/time-to-unix-time.scm
+%%DATADIR%%/time-ops.scm
 %%DATADIR%%/time.scm
 %%DATADIR%%/transpose.scm
 %%DATADIR%%/tree-copy.scm

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



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