- Update to 2006-10-08 - Fixed syntax transformers - Added Micro KANREN example Fix: -- Nils M Holm <nmh@t3x.org> -- http://www.t3x.org/nmh/--m4X2TISONku81bi9H1TE890GXFhs2zSN9xv2tHcThurUY6tK Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" diff -ru lang/sketchy-old/Makefile lang/sketchy/Makefile --- lang/sketchy-old/Makefile Thu Oct 5 11:13:08 2006 +++ lang/sketchy/Makefile Sun Oct 8 17:51:25 2006 @@ -6,7 +6,7 @@ # PORTNAME= sketchy -PORTVERSION= 20061005 +PORTVERSION= 20061008 CATEGORIES= lang devel lisp scheme MASTER_SITES= http://www.t3x.org/files/ diff -ru lang/sketchy-old/distinfo lang/sketchy/distinfo --- lang/sketchy-old/distinfo Thu Oct 5 11:13:08 2006 +++ lang/sketchy/distinfo Sun Oct 8 17:51:25 2006 @@ -1,3 +1,3 @@ -MD5 (sketchy-20061005.tar.gz) = 5a235e3f1b880578e26251f4639769c8 -SIZE (sketchy-20061005.tar.gz) = 161909 -SHA256 (sketchy-20061005.tar.gz) = 73aef0dee06fc163189c8c3351602405da91098db5c19281fafe3317540b86ff +MD5 (sketchy-20061008.tar.gz) = 91220c5bf2bf557afe17a6e03a79de96 +SIZE (sketchy-20061008.tar.gz) = 164964 +SHA256 (sketchy-20061008.tar.gz) = 84b0e3ebcf750797aac5ec6e6fe2396ff47b30122f654d31a070fd2f57092dc3 diff -ru lang/sketchy-old/pkg-plist lang/sketchy/pkg-plist --- lang/sketchy-old/pkg-plist Thu Oct 5 11:13:08 2006 +++ lang/sketchy/pkg-plist Sun Oct 8 17:51:25 2006 @@ -110,6 +110,7 @@ %%DATADIR%%/lib/times.scm %%DATADIR%%/lib/zerop.scm %%DATADIR%%/sketchy.image +%%DATADIR%%/src/amk.scm %%DATADIR%%/src/anyp.scm %%DATADIR%%/src/bottles.scm %%DATADIR%%/src/bubblesort.scm @@ -159,6 +160,7 @@ %%DATADIR%%/src/unlet.scm %%DATADIR%%/src/unsort.scm %%DATADIR%%/src/vqueens.scm +%%DATADIR%%/src/zebra.scm %%DOCSDIR%%/index.html %%DOCSDIR%%/library/abs.html %%DOCSDIR%%/library/append.html @@ -267,6 +269,7 @@ %%DOCSDIR%%/library/zerop.html %%DOCSDIR%%/license.html %%DOCSDIR%%/ndx2.html +%%DOCSDIR%%/prog/amk.html %%DOCSDIR%%/prog/bottles.html %%DOCSDIR%%/prog/draw-tree.html %%DOCSDIR%%/prog/fact.html @@ -279,6 +282,7 @@ %%DOCSDIR%%/prog/qsort.html %%DOCSDIR%%/prog/queens.html %%DOCSDIR%%/prog/read-line.html +%%DOCSDIR%%/prog/zebra.html %%DOCSDIR%%/progs.html %%DOCSDIR%%/sk01.html %%DOCSDIR%%/sk02.html
Responsible Changed From-To: freebsd-ports-bugs->alepulver Take PR.
State Changed From-To: open->closed Committed with a few modifications, thanks!
alepulver 2006-10-08 17:23:13 UTC FreeBSD ports repository Modified files: lang/sketchy Makefile distinfo pkg-plist Log: - Update to 2006-10-08 [1]. - Fixed syntax transformers [1]. - Added Micro KANREN example [1]. - Add -fPIC to sketchy.o, which goes into libsketchy.so to allow building on amd64 [2]. - Rename libsketchy.so to libsketchy.so.0 and add symlink libsketchy.so -> libskeychy.so.0 to allow using the shared library [2]. - Add USE_LDCONFIG [2]. PR: ports/104167 [1] Submitted by: Nils M Holm <nmh@t3x.org> (maintainer) [1] Reworked by: alepulver (myself) [2] Revision Changes Path 1.14 +13 -4 ports/lang/sketchy/Makefile 1.14 +3 -3 ports/lang/sketchy/distinfo 1.11 +5 -0 ports/lang/sketchy/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"