Check-in [b61e6038a8]
Overview
Comment:Upgraded to tcllib 1.14
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: b61e6038a806f6d90f126aa85dee57231f1cc63f
User & Date: rkeene on 2012-08-19 16:50:02
Other Links: manifest | tags
Context
2012-08-19
16:50
Updated to Tcl 8.5.12 check-in: 6b2622b683 user: rkeene tags: trunk
16:50
Upgraded to tcllib 1.14 check-in: b61e6038a8 user: rkeene tags: trunk
2012-05-14
20:16
Updated to store files using names that Windows can cope with check-in: b4c6d05df2 user: rkeene tags: trunk
Changes

Modified server/buildpkgs/tcllib/build.sh from [55c7ca7ba6] to [9a83c56fd8].

1
2
3
4
5
6
7
8
9
10
#! /bin/bash

VERS=1.13
SRC="src/tcllib-${VERS}.tar.gz"
SRCURL="http://sourceforge.net/projects/tcllib/files/tcllib/${VERS}/tcllib-${VERS}.tar.gz/download"
BUILDDIR="tcllib-${VERS}"
export VERS SRC SRCURL BUILDDIR

# Load common functions
source ../common.sh


|







1
2
3
4
5
6
7
8
9
10
#! /bin/bash

VERS=1.14
SRC="src/tcllib-${VERS}.tar.gz"
SRCURL="http://sourceforge.net/projects/tcllib/files/tcllib/${VERS}/tcllib-${VERS}.tar.gz/download"
BUILDDIR="tcllib-${VERS}"
export VERS SRC SRCURL BUILDDIR

# Load common functions
source ../common.sh