- Update to 2006-11-27.
- Improved memory allocator. - Added READ-FROM-STRING and WRITE-TO-STRING procedures. PR: ports/105912 Submitted by: maintainer (Nils M Holm)
This commit is contained in:
parent
ea2c0c37c2
commit
984edce95e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=178223
3 changed files with 5 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= sketchy
|
||||
PORTVERSION= 20061116
|
||||
PORTVERSION= 20061127
|
||||
CATEGORIES= lang devel lisp scheme
|
||||
MASTER_SITES= http://www.t3x.org/files/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (sketchy-20061116.tar.gz) = 022717a8adc4ba7c2e0593014130484c
|
||||
SIZE (sketchy-20061116.tar.gz) = 182714
|
||||
SHA256 (sketchy-20061116.tar.gz) = b6bde0a77cd29b644da57f660acdb56a3d3a155b7822271d11547d2611b8177e
|
||||
MD5 (sketchy-20061127.tar.gz) = feb82fc4e0e69f7b7c36bf95229e868f
|
||||
SIZE (sketchy-20061127.tar.gz) = 184809
|
||||
SHA256 (sketchy-20061127.tar.gz) = 123a01bc3efe56a36baf497fab4f6a5870f42f0ed4ca31d79c4c1d1e10b7106e
|
||||
|
|
|
@ -4,7 +4,7 @@ bin/skpp
|
|||
include/sketchy.h
|
||||
lib/libsketchy.a
|
||||
lib/libsketchy.so
|
||||
lib/libsketchy.so.25
|
||||
lib/libsketchy.so.27
|
||||
%%DATADIR%%/LICENSE
|
||||
%%DATADIR%%/ext/assp.scm
|
||||
%%DATADIR%%/ext/count.scm
|
||||
|
|
Loading…
Reference in a new issue