Luke Sampson
|
fa4144d725
|
unzip 6.0
|
2014-01-06 12:01:15 +10:00 |
|
Luke Sampson
|
12a318d089
|
remove .exe shims when uninstalling
|
2014-01-05 16:35:09 +10:00 |
|
Luke Sampson
|
34a41e673f
|
gzip 1.3.12 (use new .exe shim instead of adding to the path)
|
2014-01-05 16:26:15 +10:00 |
|
Luke Sampson
|
5c52166fcd
|
add .exe shims for programs that only look for .exes (e.g. tar calling gzip)
|
2014-01-05 16:25:16 +10:00 |
|
Luke Sampson
|
e728188909
|
openjdk 1.7.0-u45 (set JAVA_HOME)
|
2014-01-04 17:30:45 +10:00 |
|
Luke Sampson
|
70cd0dcf19
|
tar 1.23 (use MSYS version, depend on gzip)
|
2014-01-04 14:54:42 +10:00 |
|
Luke Sampson
|
51a18aa279
|
gzip 1.3.12 (comment on why no shim)
|
2014-01-04 14:52:51 +10:00 |
|
Luke Sampson
|
244192b29f
|
gzip 1.3.12
|
2014-01-04 14:51:59 +10:00 |
|
Luke Sampson
|
3611921a69
|
scoop depends: reverse display order of dependencies so that the highest level dependencies are shown first
|
2014-01-03 14:10:20 +10:00 |
|
Luke Sampson
|
ee69d7a76c
|
fix depends when <app> is missing or not a manifest
|
2014-01-03 13:57:03 +10:00 |
|
Luke Sampson
|
753c933ee2
|
for cmd shims, resolve path because cmd can't interpret ~
|
2014-01-02 14:20:33 +10:00 |
|
Luke Sampson
|
3121e86bec
|
fix file overwrite
|
2014-01-02 10:23:18 +10:00 |
|
Luke Sampson
|
58cca68f75
|
fix: overwrite any existing files when extracting
|
2014-01-02 08:04:53 +10:00 |
|
Luke Sampson
|
5be66873e5
|
comments on deprecated MSI functions
|
2014-01-01 21:35:19 +10:00 |
|
Luke Sampson
|
6f7e90b3c0
|
remove unused line
|
2014-01-01 21:12:59 +10:00 |
|
Luke Sampson
|
bfb912a0c8
|
avoid running out of disk space when copying extracted files by moving them instead
|
2014-01-01 21:03:42 +10:00 |
|
Luke Sampson
|
f3b48e213c
|
detect .iso files and extract with 7zip
|
2014-01-01 21:02:21 +10:00 |
|
Luke Sampson
|
79b04bb877
|
scoop status: report missing runtime dependencies
|
2014-01-01 09:22:12 +10:00 |
|
Luke Sampson
|
7909e692b6
|
scoop update: auto-install missing dependencies
|
2014-01-01 08:40:37 +10:00 |
|
Luke Sampson
|
8d32cbebab
|
Merge pull request #53 from jkrehm/php54
Add support for PHP 5.4
|
2013-12-29 14:53:21 -08:00 |
|
Luke Sampson
|
81a6e60167
|
Merge pull request #54 from jkrehm/php53
Add support for PHP 5.3
|
2013-12-29 14:53:02 -08:00 |
|
Jonathan Rehm
|
51a5eae89f
|
Fix version number
|
2013-12-29 08:56:03 -07:00 |
|
Jonathan Rehm
|
c113f80196
|
Add support for PHP 5.3
|
2013-12-29 08:54:16 -07:00 |
|
Jonathan Rehm
|
d084028aee
|
Add support for PHP 5.4
|
2013-12-29 08:48:16 -07:00 |
|
Luke Sampson
|
6483897557
|
fix prune_installed function
|
2013-12-27 23:04:44 +10:00 |
|
Luke Sampson
|
5d0de2319b
|
Merge pull request #51 from amatashkin/createdir
Add creation of '$dir\$extract_to' directory in install.ps1
|
2013-12-27 04:57:44 -08:00 |
|
Alexey Matashkin
|
43417cee67
|
Add creation of '$dir\$extract_to' directory in install.ps1
When the source is a file, Copy-Item expects the destination
to be a file or directory that already exists. So create dir
if needed.
|
2013-12-27 16:17:19 +04:00 |
|
Luke Sampson
|
4f2cd4bbf6
|
install: auto-install dependencies
|
2013-12-24 11:07:25 +10:00 |
|
Luke Sampson
|
1bc6a479ee
|
depends: don't include the requested app in the list of dependencies
|
2013-12-24 10:30:21 +10:00 |
|
Luke Sampson
|
08af5e5c9d
|
vim 7.4 (add libraries for better language support)
|
2013-12-23 20:29:17 +10:00 |
|
Luke Sampson
|
5e9fcef4e5
|
vagrant 1.4.1
|
2013-12-23 12:08:02 +10:00 |
|
Luke Sampson
|
e166127caa
|
python 2.7.6 (uses new MSI extract method)
|
2013-12-23 11:52:20 +10:00 |
|
Luke Sampson
|
04b621f3b5
|
python 3.3.3
|
2013-12-23 11:43:40 +10:00 |
|
Luke Sampson
|
1ce6fdd446
|
7zip 9.20 (use new MSI extract method instead of running full install, see #16)
|
2013-12-23 11:22:15 +10:00 |
|
Luke Sampson
|
f1c15e34bf
|
Merge branch 'master' of https://github.com/lukesampson/scoop
|
2013-12-23 11:21:09 +10:00 |
|
Luke Sampson
|
32dc679ec9
|
add MSI extraction, deprecate MSI install (see issues #16, #18)
|
2013-12-23 11:20:54 +10:00 |
|
Luke Sampson
|
7ef2eba7fd
|
Merge pull request #49 from jkrehm/update-php
Update php.json
|
2013-12-22 17:04:49 -08:00 |
|
Jonathan Rehm
|
30979ba9cd
|
Update php.json
Update to the latest version of PHP, 5.5.7.
|
2013-12-22 17:20:01 -07:00 |
|
Luke Sampson
|
8b78b14a06
|
Merge branch 'deps'
|
2013-12-23 09:18:20 +10:00 |
|
Luke Sampson
|
ca582f51f8
|
nodejs 0.10.23
|
2013-12-13 09:38:18 +10:00 |
|
Luke Sampson
|
a6c4de0a33
|
whois to be moved to extras
|
2013-12-04 15:27:53 +10:00 |
|
Luke Sampson
|
91719a9c5c
|
Merge pull request #47 from bleepbloop/whois
whois 1.11 (sysinternals)
|
2013-12-03 20:37:51 -08:00 |
|
Jose.Torres
|
1bdeef475b
|
Added whois from Sysinternals as standalone install.
|
2013-12-03 22:37:44 -05:00 |
|
Luke Sampson
|
2d60282155
|
fix search so it includes bin matches from buckets other than main
|
2013-12-03 19:29:39 +10:00 |
|
Luke Sampson
|
a585fa5779
|
Merge branch 'master' of https://github.com/lukesampson/scoop
|
2013-12-02 12:33:56 +10:00 |
|
Luke Sampson
|
634464e3de
|
simpler, faster unzip (5x speedup, see #35)
|
2013-12-02 12:33:40 +10:00 |
|
Luke Sampson
|
9d3bb33ec8
|
Merge pull request #43 from bleepbloop/setuptools
added setuptools in favor of distribute
|
2013-12-01 18:32:20 -08:00 |
|
Luke Sampson
|
288d5b0b7c
|
go 1.2
|
2013-12-02 11:53:15 +10:00 |
|
Jose.Torres
|
46961fba31
|
added setuptools in favor of distribute
|
2013-11-30 20:17:36 -05:00 |
|
Luke Sampson
|
bec7164f80
|
Merge pull request #40 from andreabergia/maven
Added support for Maven
|
2013-11-28 15:03:27 -08:00 |
|