summaryrefslogtreecommitdiff
path: root/lang/squeak
diff options
context:
space:
mode:
authorasau <asau>2014-12-15 02:11:06 +0000
committerasau <asau>2014-12-15 02:11:06 +0000
commit90ed540f1e66ac697e5f09950d08ba6a0ee51bf5 (patch)
tree852d3d5cb45f72bc19fefdfc0059f7fff4a2595b /lang/squeak
parentc553a12215be389c201669e55ef5284a4a2ba98c (diff)
downloadpkgsrc-90ed540f1e66ac697e5f09950d08ba6a0ee51bf5.tar.gz
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 (limited to 'lang/squeak')
-rw-r--r--lang/squeak/Makefile10
-rw-r--r--lang/squeak/PLIST6
-rw-r--r--lang/squeak/distinfo8
3 files changed, 13 insertions, 11 deletions
diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile
index 22493134814..d293fb72f11 100644
--- a/lang/squeak/Makefile
+++ b/lang/squeak/Makefile
@@ -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
@@ -21,6 +22,7 @@ DEPENDS= squeak-vm-[0-9]*:../../lang/squeak-vm
DIST_SUBDIR= squeak
USE_TOOLS+= gzip unzip
NO_BUILD= yes
+PLIST_SUBST+= IMAGE_VERSION=$(IMAGE_VERSION)
INSTALLATION_DIRS= share/squeak/$(SQUEAK_VERSION)
diff --git a/lang/squeak/PLIST b/lang/squeak/PLIST
index 3654151312e..d7e2513acb2 100644
--- a/lang/squeak/PLIST
+++ b/lang/squeak/PLIST
@@ -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 --git a/lang/squeak/distinfo b/lang/squeak/distinfo
index 7d6f61daa5d..c2395ddffa8 100644
--- a/lang/squeak/distinfo
+++ b/lang/squeak/distinfo
@@ -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