- Update to version 2012-10-05

- Remove indefinite article from COMMENT
- Improve pkg-descr

PR:		ports/172381
Submitted by:	Nils M Holm <nmh@t3x.org> (maintainer)
This commit is contained in:
Carlo Strub 2012-10-06 17:42:14 +00:00
parent 004553a2d4
commit f919ff251e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305390
3 changed files with 8 additions and 7 deletions

View File

@ -6,12 +6,12 @@
#
PORTNAME= s9fes
PORTVERSION= 20120713
PORTVERSION= 20121005
CATEGORIES= lang scheme
MASTER_SITES= http://www.t3x.org/s9fes/
MAINTAINER= nmh@t3x.org
COMMENT= A portable Scheme interpreter with a Unix interface
COMMENT= Portable Scheme interpreter with a Unix interface
LICENSE= public
LICENSE_NAME= Public Domain

View File

@ -1,2 +1,2 @@
SHA256 (s9fes-20120713.tar.gz) = a947a0024c83d9f0741a1444e58284085918dda709059698d9f44799275cd627
SIZE (s9fes-20120713.tar.gz) = 419932
SHA256 (s9fes-20121005.tar.gz) = acef489940904d4ad3c9708f6364beba1a1b8702256bcf46790fbe867543f7dd
SIZE (s9fes-20121005.tar.gz) = 421506

View File

@ -1,9 +1,10 @@
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
- Decimal-based floating point arithmetics
- Basic networking procedures
- Loads of useful library functions
WWW: http://www.t3x.org/s9fes/