Commit Graph
3940 Commits
Author SHA1 Message Date
Karthik Nishanth 4e688340fa Update youtube-dl.json
Updated version to 2015.07.07
2015-07-07 21:11:24 +05:30
Luke Sampson 660911d23e Merge pull request #413 from nightroman/master
invoke-build.json : updated version 2.12.2 and added checkver
2015-07-06 08:15:26 +10:00
Roman Kuzmin ccce3d8ab9 invoke-build.json : updated version 2.12.2 and added checkver 2015-07-05 13:02:31 +01:00
Luke Sampson b204f61560 Merge pull request #412 from sakai135/patch-15
Node.js 0.12.6
2015-07-04 14:58:42 +10:00
Keiichi Shimamura 31a3db9da8 Node.js 0.12.6 2015-07-03 23:59:11 -04:00
Luke Sampson 1ff433589d Merge pull request #411 from rivy/fix-gow
Fix GOW
2015-07-03 10:56:37 +10:00
Roy Ivy III 738ca97853 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 e1b6f8ed31 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
Luke Sampson 6c885b051d Merge pull request #407 from dennislloydjr/gradle_2_4
Updated gradle to version 2.4
2015-06-30 07:42:52 +10:00
Dennis Lloyd Jr c5b18ec4ca Updated gradle to version 2.4 2015-06-29 15:34:06 -04:00
Luke Sampson d90fb191ab Merge pull request #406 from paq/update-node-0-12-5
node.js 0.12.5
2015-06-29 13:22:24 +10:00
paq 12cd0cb64a node.js 0.12.5 2015-06-29 12:11:58 +09:00
Luke Sampson 8bec984aa7 Merge pull request #403 from guillermooo-forks/update-dart-1-11-0
update dart stable
2015-06-28 09:03:46 +10:00
guillermooo 2332cc2a64 update dart stable 2015-06-27 20:24:04 +02:00
Luke Sampson b5bb0cf014 Merge pull request #402 from rivy/fix-perl
FIX portable perl to allow normal access to user's home directory
2015-06-26 13:27:24 +10:00
Roy Ivy III 4cc5500a2b 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 c251502e29 Merge pull request #401 from sakai135/patch-14
docker 1.7.0
2015-06-23 08:19:40 +10:00
Luke Sampson 9d5415078c Merge pull request #400 from sakai135/patch-13
docker-machine 0.3.0
2015-06-23 08:18:07 +10:00
Keiichi Shimamura ae5936659c docker 1.7.0 2015-06-22 18:16:51 -04:00
Keiichi Shimamura fc6b90e1ee docker-machine 0.3.0 2015-06-22 14:45:20 -04:00
Luke Sampson 872d7c814b Merge pull request #399 from paq/update-haxe
Update Haxe to 3.2.0
2015-06-22 08:39:22 +10:00
paq d028f68b5f update haxe manifest 2015-06-21 17:29:46 +09:00
Luke Sampson 9c9b726869 Merge pull request #398 from guillermooo-forks/update-rust
update rust manifest
2015-06-20 10:13:03 +10:00
guillermooo b529510bed update rust manifest 2015-06-20 01:38:24 +02:00
Luke Sampson cf1c2b1866 allow '@' and ':' in proxy password using '\' to escape 2015-06-17 21:44:50 +10:00
Luke Sampson 1cd70df6fe Merge pull request #396 from chidea/patch-1
Let PyWin32 extension installer find this python
2015-06-17 08:23:42 +10:00
chidea 657443770e 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 635c25fc49 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 c7099a9850 php 5.6.10 (fix checkver regex) 2015-06-14 07:29:10 +10:00
Luke Sampson b221680ef1 Merge pull request #393 from nilkesede/master
Fix broken url. PHP 5.6.10
2015-06-14 07:26:49 +10:00
Nil Késede 017a733040 fix php zip hash 2015-06-13 12:37:25 -03:00
Nil Késede 4c760cb9d8 Fix broken url 2015-06-13 12:31:17 -03:00
Luke Sampson cfaee4e2c0 Merge pull request #390 from ntwb/openssl-1.0.2b
OpenSSL 1.0.2b
2015-06-13 10:13:01 +10:00
Stephen Edgar 06c7a17f8b OpenSSL 1.0.2b 2015-06-13 09:23:01 +10:00
Luke Sampson d9835e591a Merge pull request #388 from sakai135/patch-12
docker-machine 0.3.0-rc2
2015-06-09 11:18:48 +10:00
Keiichi Shimamura c0d5a9d0a0 docker-machine 0.3.0-rc2 2015-06-08 20:05:35 -04:00
Luke Sampson 9be5922527 Merge branch 'azabujuban-master' 2015-06-08 09:46:37 +10:00
Luke Sampson 90d8aafc75 ffmpeg 2015-06-07 (fix 32-bit install, white space) 2015-06-08 09:46:16 +10:00
Luke Sampson 0e5aa054e6 Merge branch 'master' of git://github.com/azabujuban/scoop into azabujuban-master 2015-06-08 09:38:55 +10:00
Oleg Levy ec22c5c5ca added ffmpeg 2015-06-07 2015-06-07 16:58:07 +09:00
Luke Sampson 8845664841 Merge pull request #384 from lukesampson/update-quiet
Add --quiet opt to update command to suppress extraneous messages
2015-06-04 13:09:36 +10:00
Simon Hartcher 53a3224b3a Add --quiet opt to update command to suppress extraneous messages 2015-06-04 12:44:28 +10:00
Luke Sampson de2cf3f5dd shims should now pass arguments exactly as they receive them, without stripping '\' (fixes #382) 2015-06-03 22:31:29 +10:00
Luke Sampson bbc4f7c98f Merge pull request #383 from reyerstudio/hugo
Add Hugo manifest
2015-06-03 21:32:24 +10:00
Stéphane Este-Gracias 23d26dd9fd Add Hugo manifest 2015-06-03 11:02:35 +02:00
Simon Hartcher 3578a65454 Merge pull request #380 from lukesampson/scoop-alias
Add scoop-alias command
2015-06-01 10:31:01 +10:00
Luke Sampson fd709afeda Merge pull request #379 from lukesampson/shim-robocopy
Fix #376 Robocopy is not always in PATH
2015-06-01 10:15:53 +10:00
Luke Sampson 3bf797418a mediainfo 0.7.73 (add homepage and license info) 2015-06-01 10:12:04 +10:00
Luke Sampson f433de2730 Merge pull request #381 from azabujuban/master
Added mediainfo-cli 0.7.73
2015-06-01 10:04:15 +10:00
Oleg Levy 920229082c Added mediainfo-cli 0.7.73 2015-06-01 01:59:56 +09:00