- 23 Dec, 2016 1 commit
-
-
Fred Clift authored
-
- 22 Dec, 2016 1 commit
-
-
Damian Montero authored
-
- 21 Dec, 2016 4 commits
-
-
Damian Montero authored
Add R package
-
Damian Montero authored
Fix package being broken on ARM due to asm error
-
Damian Montero authored
add zip source file support, fix a minor nit
-
lyxell authored
-
- 20 Dec, 2016 11 commits
-
-
lyxell authored
-
Damian Montero authored
Add package for bacon (BASIC-to-C converter) tool
-
lyxell authored
Add missing DESTDIR
-
lyxell authored
-
Damian Montero authored
Add a2ps and dependencies
-
lyxell authored
-
Casey Strouse authored
This adds the BaCon BASIC-to-C converter (3.5). BaCon allows one to write programs using a modern BASIC dialect and generate C code and and binaries as output. The final step of the installation script fails to create a directory containing a sample source file but the tool itself works properly. Will address the example creation step in the future as time permits. Tested sucessfully on Samsung Chromebook 3 (XE500C13-K01US).
-
lyxell authored
Move newlisp into correct location
-
lyxell authored
-
lyxell authored
Add package for newLISP programming language
-
lyxell authored
update vim to version 8
-
- 19 Dec, 2016 8 commits
-
-
Casey Strouse authored
This adds the newLISP (10.7.0) programming language. newLISP is a general-purpose, Lisp-like scripting language. Currently has readline and ffi support disabled. Things work correctly but adding support for these two things in eventually would be nice. Tested sucessfully on Samsung Chromebook 3 (XE500C12-K01US).
-
butlerx authored
-
Fred Clift authored
-
Damian Montero authored
Add nmap package
-
Damian Montero authored
Add NcFTP (client) package
-
Damian Montero authored
Add manpages
-
Damian Montero authored
Add package for ScrollZ IRC client
-
Fred Clift authored
-
- 18 Dec, 2016 4 commits
-
-
Hans-Gerhard Weinreich authored
This adds ScrollZ 2.3 as a package. There's currently no IRC client package available for Chromebrew, and while e.g. EPIC may be more popular, ScrollZ has been a favorite since the 90s. This latest version 2.3 has been released earlier this year. Tested successfully on a Samsung Series 3 (ARM) Chromebook.
-
Hans-Gerhard Weinreich authored
This adds NcFTP client 3.2.6 as a package. This is useful, since we don't have any standard FTP console client on ChromeOS. If the user has ncurses or openssl libraries installed, then the client can be run via an ncurses or with encryption respectively, but this is optional and therefore not defined in the dependencies. Tested the package successfully on a Samsung Series 3 (ARM) Chromebook.
-
Hans-Gerhard Weinreich authored
This adds nmap 7.31 as a package. I have tested the package on a Samsung Series 3 (ARM) machine and everything compiles successfully. The resulting binary works without issues. I did not add "openssl" as a dependency - this is on purpose. For a few corner cases, nmap can use some SSL functionality, but it works perfectly without. However, if the user has "openssl" installed at the time this package is being installed, then nmap will use this.
-
geisesteert authored
If you execute "crew install unzip", it will fail on ARM, due to an assembler related error (I assume that the unzip sources only contain x86 assembler, but no ARM asm). The error output looks like this: ________________ [ ... some more stuff ...] cc -c -I. -Ibzip2 -DUNIX -O3 -DLARGE_FILE_SUPPORT -DUNICODE_SUPPORT -DUNICODE_WCHAR -DUNICODE_SUPPORT -DUTF8_MAYBE_NATIVE -DNO_LCHMOD -DHAVE_DIRENT_H -DHAVE_TERMIOS_H -D_MBCS process.c /tmp/ccRacqej.s: Assembler messages: /tmp/ccRacqej.s:301: Error: offset out of range /tmp/ccRacqej.s:302: Error: offset out of range make[1]: *** [process.o] Error 1 make[1]: Leaving directory `/usr/local/tmp/crew/unzip60' make: *** [generic] Error 2 unzip failed to install: `make -f unix/Makefile generic` exited with 2 chronos@localhost ~ $ ________________ I have therefore downloaded the Unzip sources myself from ftp://ftp.info-zip.org/pub/infozip/src/unzip60.zip , deflated it, copied the unix/Makefile over into the sources root directory and used: make linux_noasm The resulting build was successful, with no asm related errors. The relevant line is line 25 in https://github.com/skycocker/chromebrew/blob/master/packages/unzip.rb : Currently is reads: system "make -f unix/Makefile generic" But in order to fix the error, it would have to be: system "make -f unix/Makefile linux_noasm" This has been implemented via this commit.
-
- 16 Dec, 2016 5 commits
-
-
lyxell authored
(UPDATE) JDK8 armv7l binary.
-
Ben Fayers authored
-
Damian Montero authored
-
Damian Montero authored
-
Damian Montero authored
-
- 15 Dec, 2016 2 commits
-
-
Damian Montero authored
-
Damian Montero authored
-
- 14 Dec, 2016 4 commits
-
-
Damian Montero authored
Fix libpng url
-
lyxell authored
-
lyxell authored
Fixes #233
-
Fred Clift authored
skip tests because at least one test wants to write to /
-