659 Commits

Author SHA1 Message Date
James Stone
83d83d2f4c Re add php52
Sorry I forgot to add the file extension
2015-07-14 13:22:30 +10:00
Luke Sampson
03d4c5a96b Merge pull request #422 from jamesmstone/patch-4
Add php52
2015-07-14 09:44:57 +10:00
Luke Sampson
f3955aeba8 Merge pull request #421 from jamesmstone/patch-3
Update PHP Version
2015-07-14 09:44:41 +10:00
James Stone
25f19303fd Add php52 2015-07-14 09:36:52 +10:00
James Stone
333bcdef62 Update PHP Version 2015-07-14 09:26:49 +10:00
James Stone
e63db9c824 Update PHP Version 2015-07-14 09:24:01 +10:00
Keiichi Shimamura
d3dbe5052a Vagrant 1.7.3 2015-07-13 16:55:51 -04:00
ISHIDA Akio
6fab16932c php 5.6.11 2015-07-13 15:50:18 +09:00
Mathew Mason
9012685f97 Updating premake5 to 5.0-alpha4. 2015-07-11 16:51:20 -07:00
Keiichi Shimamura
e42da5b1b1 Redis 2.8.21 2015-07-08 20:43:55 -04:00
Karthik Nishanth
e0d7d57ec6 Update youtube-dl.json
Updated version to 2015.07.07
2015-07-07 21:11:24 +05:30
Roman Kuzmin
958f0bb98a invoke-build.json : updated version 2.12.2 and added checkver 2015-07-05 13:02:31 +01:00
Keiichi Shimamura
38de387d85 Node.js 0.12.6 2015-07-03 23:59:11 -04:00
Luke Sampson
dcf8519e57 Merge pull request #411 from rivy/fix-gow
Fix GOW
2015-07-03 10:56:37 +10:00
Roy Ivy III
57b93a013c FIX bash startup failure (within GOW)
* create the `etc` directory (if needed)

.# DISCUSSION

`bash` requires the `etc` directory for startup. However, `etc` is missing
from the GOW repo. There are current pull requests fixing this issue (see
bmatzelle/gow#192). But, this fixes the the issue while waiting for the GOW
repo to be updated. The fix here is compatible with all of the current possible
future GOW repo fixes.
2015-07-02 16:44:56 -05:00
Roy Ivy III
0ef4806272 FIX gow.bat file generation
* change method of generating gow.bat to generate a normal ASCII character file

.# DISCUSSION

At the PowerShell command line, using `echo STRING > FILE` will generate a
UTF-8-BOM or UTF-16-BOM encoded file. But, CMD interprets files as using the
128-character ASCII character set (character codes 0 to 127). CMD will tolerate
files using the full 256 character "extended-ASCII" set (or even larger
dual-byte character sets). But, in this circumstance, interpretation/display
is dependent on the currently selected code page. It's best to stick to pure
ASCII files if at all possible.

Using `STRING | Set-Content FILE` instead creates the correct ASCII character file.

NOTE: ASCII (not "extended-ASCII") and UTF-8 (non-BOM) encoded files are exactly equivalent.

ref: [Unicode UTF and BOM] http://www.unicode.org/faq/utf_bom.html @@ https://archive.is/TKnyk
ref: [Unicode and NET] http://csharpindepth.com/Articles/General/Unicode.aspx @@ https://archive.is/czs89
2015-07-02 16:30:47 -05:00
Dennis Lloyd Jr
3f47b3643a Updated gradle to version 2.4 2015-06-29 15:34:06 -04:00
paq
24cf98580c node.js 0.12.5 2015-06-29 12:11:58 +09:00
guillermooo
fa8f6ddd57 update dart stable 2015-06-27 20:24:04 +02:00
Roy Ivy III
4fe9d57ed8 FIX portable perl to allow normal access to user's home directory
* disable the File::HomeDir override performed by Portable.pm
  - achieved by removing the HomeDir section from "portable.perl" via post_install
  - ref: https://rt.cpan.org/Ticket/Display.html?id=105395 @@ https://archive.is/q7BYq

.# DISCUSSION

Strawberry Portable Perl is written to be usable from a non-privileged
storage location, such as a plug-in USB drive. So, it is designed to be
usable without access to the host filesystem beyond it's own directory.

As part of the machinations making this possible, Portable.pm overrides
File::HomeDir to return resultant paths which are within the perl installation
directory (specifically, "<INSTALL_DIR>/data"). Obviously, this obscures the
user's true home directory and can be very inconvenient for common perl
scripts which depend on access to data within the user's home directory
(i.e., reading ".netrc").

This override/redirection is unnecessary for an installation by the user
into the usual host filesystem (such as is done via `scoop`).  Such an
install has user level privileges and will be able to access any
user-accessible portion of the file system.
2015-06-25 20:02:45 -05:00
Luke Sampson
9d0367a3bc Merge pull request #401 from sakai135/patch-14
docker 1.7.0
2015-06-23 08:19:40 +10:00
Keiichi Shimamura
8909616db8 docker 1.7.0 2015-06-22 18:16:51 -04:00
Keiichi Shimamura
704cd14cec docker-machine 0.3.0 2015-06-22 14:45:20 -04:00
paq
c65a3bbb30 update haxe manifest 2015-06-21 17:29:46 +09:00
guillermooo
0b490fbc97 update rust manifest 2015-06-20 01:38:24 +02:00
chidea
7d2f3b76f8 Let PyWin32 extension installer find this python
OK, this is more than two lines, but by almost the same, it's fixing the same issue with it.
2015-06-17 03:03:31 +09:00
chidea
04c0ac9d8e Let PyWin32 extension installer find this python
Not sure the correctness of it but this two lines will fix the issue that pywin32 extension installer being unable to find python installed with scoop.
pywin32 installer : http://sourceforge.net/projects/pywin32/files/pywin32/Build%20219/
Reference : http://tech.valgog.com/2010/01/after-installing-64-bit-windows-7-at.html
2015-06-17 02:40:10 +09:00
Luke Sampson
2b9cb4e230 php 5.6.10 (fix checkver regex) 2015-06-14 07:29:10 +10:00
Nil Késede
d8504027ed fix php zip hash 2015-06-13 12:37:25 -03:00
Nil Késede
f92edc2b95 Fix broken url 2015-06-13 12:31:17 -03:00
Stephen Edgar
c1f22eac7b OpenSSL 1.0.2b 2015-06-13 09:23:01 +10:00
Keiichi Shimamura
65534b651b docker-machine 0.3.0-rc2 2015-06-08 20:05:35 -04:00
Luke Sampson
5f9b0d21d7 ffmpeg 2015-06-07 (fix 32-bit install, white space) 2015-06-08 09:46:16 +10:00
Luke Sampson
cd454e017a Merge branch 'master' of git://github.com/azabujuban/scoop into azabujuban-master 2015-06-08 09:38:55 +10:00
Oleg Levy
3f66c4c261 added ffmpeg 2015-06-07 2015-06-07 16:58:07 +09:00
Stéphane Este-Gracias
88ff1e1d09 Add Hugo manifest 2015-06-03 11:02:35 +02:00
Luke Sampson
66b32619ef mediainfo 0.7.73 (add homepage and license info) 2015-06-01 10:12:04 +10:00
Luke Sampson
af951d6d50 Merge pull request #381 from azabujuban/master
Added mediainfo-cli 0.7.73
2015-06-01 10:04:15 +10:00
Oleg Levy
338ff179b1 Added mediainfo-cli 0.7.73 2015-06-01 01:59:56 +09:00
Luke Sampson
9356986cef Merge pull request #372 from guillermooo-forks/refactor-dart-manifest
refactor dart manifest
2015-05-26 08:51:05 +10:00
guillermooo
e51b5a2600 refactor dart manifest 2015-05-26 00:30:09 +02:00
Oleg Levy
8f46758837 Updated CMAKE to version 3.2.2 2015-05-25 19:00:30 +09:00
Mathew Mason
fa89c1b36b Updating premake5 to 5.0-alpha3. 2015-05-24 23:53:30 -07:00
Konstantin Molchanov
1ce0b56779 Python 2 updated to 2.7.10 2015-05-24 21:30:02 +03:00
Luke Sampson
ec80c6deb4 Merge pull request #367 from sakai135/patch-11
Docker 1.6.2
2015-05-22 08:02:29 +10:00
Luke Sampson
4aa24c3345 Merge pull request #366 from sakai135/patch-10
Node.js 0.12.3
2015-05-22 08:02:08 +10:00
Luke Sampson
56b1c4dd1e concfg 0.2014.03.17.3 (fix hash) 2015-05-22 08:01:15 +10:00
Keiichi Shimamura
1b560d4fd9 Docker 1.6.2 2015-05-21 17:48:32 -04:00
Keiichi Shimamura
d5dc565de8 Node.js 0.12.3 2015-05-21 17:43:30 -04:00
Luke Sampson
ae2c368629 pshazz 0.2014.11.25 (fix hash, fixes #365) 2015-05-21 19:08:35 +10:00