pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/squeak Update to Squeak 4.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9714c0f6473
branches:  trunk
changeset: 643354:d9714c0f6473
user:      asau <asau%pkgsrc.org@localhost>
date:      Mon Dec 15 02:11:06 2014 +0000

description:
Update to Squeak 4.4
Prompted by Rhialto in private mail.


Squeak 4.4 - Ulam Spiral

Changelog:
* Cleanup and simplification of Morphic text editing
* Add host window support, letting you display things
  in a host window. (Currently only on Windows and Mac.)
* Bugfixes in the Compiler, Parser and Debugger toolchain
* Stub support for the ability to evolve the bytecode set
* Better printing of Floats, hashing of DateAndTimes
* ChangeSorter improvements
* ToolBuilder improvements
* Merged network improvements from Etoys
* Monticello browsing can now group versions by branch,
  making tracking of parallel developments easier
* Decreased coupling between core packages
* IPv6 support (if your VM provides it)

diffstat:

 lang/squeak/Makefile |  10 ++++++----
 lang/squeak/PLIST    |   6 +++---
 lang/squeak/distinfo |   8 ++++----
 3 files changed, 13 insertions(+), 11 deletions(-)

diffs (58 lines):

diff -r c69d364b4ddb -r d9714c0f6473 lang/squeak/Makefile
--- a/lang/squeak/Makefile      Mon Dec 15 00:49:21 2014 +0000
+++ b/lang/squeak/Makefile      Mon Dec 15 02:11:06 2014 +0000
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.47 2013/11/16 20:34:56 asau Exp $
+# $NetBSD: Makefile,v 1.48 2014/12/15 02:11:06 asau Exp $
 #
 
-SQUEAK_VERSION=        4.4
+SQUEAK_VERSION=        4.5
+IMAGE_VERSION=  13680
 SQUEAK_SOURCES=        SqueakV41.sources
 
-DISTNAME=      Squeak$(SQUEAK_VERSION)-12327
+DISTNAME=      Squeak$(SQUEAK_VERSION)-$(IMAGE_VERSION)
 PKGNAME=       squeak-$(SQUEAK_VERSION)
 CATEGORIES=    lang
 MASTER_SITES=  http://ftp.squeak.org/$(SQUEAK_VERSION)/
-EXTRACT_SUFX=  .tgz
+EXTRACT_SUFX=  .zip
 DISTFILES=     ${DEFAULT_DISTFILES} $(SQUEAK_SOURCES).gz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -21,6 +22,7 @@
 DIST_SUBDIR=   squeak
 USE_TOOLS+=    gzip unzip
 NO_BUILD=      yes
+PLIST_SUBST+=  IMAGE_VERSION=$(IMAGE_VERSION)
 
 INSTALLATION_DIRS=     share/squeak/$(SQUEAK_VERSION)
 
diff -r c69d364b4ddb -r d9714c0f6473 lang/squeak/PLIST
--- a/lang/squeak/PLIST Mon Dec 15 00:49:21 2014 +0000
+++ b/lang/squeak/PLIST Mon Dec 15 02:11:06 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2013/11/16 20:34:56 asau Exp $
-share/squeak/${PKGVERSION}/Squeak${PKGVERSION}-12327.changes
-share/squeak/${PKGVERSION}/Squeak${PKGVERSION}-12327.image
+@comment $NetBSD: PLIST,v 1.11 2014/12/15 02:11:06 asau Exp $
+share/squeak/${PKGVERSION}/Squeak${PKGVERSION}-${IMAGE_VERSION}.changes
+share/squeak/${PKGVERSION}/Squeak${PKGVERSION}-${IMAGE_VERSION}.image
 share/squeak/${PKGVERSION}/SqueakV41.sources
diff -r c69d364b4ddb -r d9714c0f6473 lang/squeak/distinfo
--- a/lang/squeak/distinfo      Mon Dec 15 00:49:21 2014 +0000
+++ b/lang/squeak/distinfo      Mon Dec 15 02:11:06 2014 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.18 2013/11/16 20:34:56 asau Exp $
+$NetBSD: distinfo,v 1.19 2014/12/15 02:11:06 asau Exp $
 
-SHA1 (squeak/Squeak4.4-12327.tgz) = e53767e38cb4f788a74dfd1e3fb0603987139c18
-RMD160 (squeak/Squeak4.4-12327.tgz) = 798aa2ea5bede03cacc2e51a2a72739468ffd72a
-Size (squeak/Squeak4.4-12327.tgz) = 9120590 bytes
+SHA1 (squeak/Squeak4.5-13680.zip) = 956fa9cb567ced00d7be8fd807f577c08e4613c9
+RMD160 (squeak/Squeak4.5-13680.zip) = df9af60d74aeb5f079151fdab3b314d17baa2504
+Size (squeak/Squeak4.5-13680.zip) = 11001798 bytes
 SHA1 (squeak/SqueakV41.sources.gz) = 9a0ad37ec056a5f50db212cfb2b156dada2d5a7d
 RMD160 (squeak/SqueakV41.sources.gz) = 8d2f192f75310d130964846bc5589f80e43f412f
 Size (squeak/SqueakV41.sources.gz) = 6641435 bytes



Home | Main Index | Thread Index | Old Index