aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
| * | | ruby: remove minitest deps on gemsLuiz Angelo Daros de Luca2014-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | minitest can live without gems. Just a minor fix to solve a require that fails when gem is missing Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
| * | | ruby: rdoc can run without gems (with patch)Luiz Angelo Daros de Luca2014-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rdoc seems to be written to run without gem. However, some internal code still does not check for gems presence. With a small patch, rdoc can run without gems. Ref: https://bugs.ruby-lang.org/issues/10196 Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
| * | | ruby: wrap script to disable gems if not installedLuiz Angelo Daros de Luca2014-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ruby, by default, try to load gems on start. If not present, it fails. As gems brings many deps, this make ruby unsuitable for routers limited resources. ruby can avoid to load gems with the option "--disable-gems". So, a wrap script in the place of /usr/bin/ruby adds this option if gems are not found. Also add vendor/site directories Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
| * | | ruby: Disable doc generationLuiz Angelo Daros de Luca2014-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs are not currently packaged. So, there is no need to install them. Also, doxygen have some problem with the usaged of git in build_dir as it takes ages running git commands on every file. Disabling the docs reduces the compilation time. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
| * | | ruby: remove ruby-ncursesLuiz Angelo Daros de Luca2014-10-07
| |/ / | | | | | | | | | | | | | | | | | | | | | ruby-ncurses where removed from ruby upstream (ruby commit 9c5b2fd8aa0fd343ad094d47a638cfd3f6ae0a81) and become solely a gem now. OpenWRT subpackage removed. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | Merge pull request #399 from roger-/micropythonTed Hess2014-10-06
|\ \ \ | |/ / |/| / | |/ micropython: update to latest
| * micropython: update to latestRoger2014-10-06
| | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* | Copy php5 from old repository and updateW. Michael Petullo2014-09-28
|/ | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* micropython: update to latestRoger2014-09-25
| | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* luaexpat: update to 1.3.0W. Michael Petullo2014-09-06
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* dkjson: Fix PKG_BUILD_DIR pathsKarl Palsson2014-09-05
| | | | | | | This fixes builds on clean checkouts, and also fixes the "md5sum tests aren't working" notes. Signed-off-by: Karl Palsson <karlp@remake.is>
* micropython: simplify makefile + updateRoger2014-09-04
| | | | | | Platform detection now done upstream. Signed-off-by: Roger D <rogerdammit@gmail.com>
* Merge pull request #265 from berlinmeshnet/meshboxsbyx2014-09-02
|\ | | | | Import dkjson, lua-bencode, and lua-sha2
| * lua-sha2: clean up makefileLars Gierth2014-09-02
| | | | | | | | Signed-off-by: Lars Gierth <larsg@systemli.org>
| * lua-bencode: import from https://github.com/SeattleMeshnet/meshbox.gitLars Gierth2014-09-02
| | | | | | | | Signed-off-by: Lars Gierth <larsg@systemli.org>
| * lua-sha2: import from https://github.com/SeattleMeshnet/meshbox.gitLars Gierth2014-09-02
| | | | | | | | Signed-off-by: Lars Gierth <larsg@systemli.org>
| * dkjson: import from https://github.com/SeattleMeshnet/meshbox.gitLars Gierth2014-09-02
| | | | | | | | Signed-off-by: Lars Gierth <larsg@systemli.org>
* | perl: create the Host install path before using itJohn Crispin2014-08-31
| | | | | | | | | | | | this caused a compile fail on the BB builder Signed-off-by: John Crispin <blogic@openwrt.org>
* | micropython: cleanup makefile + update to latestRoger2014-09-01
|/ | | | | | Now uses default build options for non-MIPS platforms Signed-off-by: Roger D <rogerdammit@gmail.com>
* Merge pull request #256 from roger-/micropython-libsbyx2014-08-29
|\ | | | | micropython-lib: update to latest and fix version tag
| * micropython-lib: update license infoRoger2014-08-28
| | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
| * micropython-lib: update to latest and fix version tagRoger2014-08-28
| | | | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* | micropython: update to latest and fix version infoRoger2014-08-28
|/ | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* luasql: import from old packages feedNicolas Thill2014-08-27
| | | | | | | | | - update source URL - simplify build rules - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>
* Add PKG_LICENSE part.Xiongfei(Alex) GUO2014-08-27
|
* luasoap: bump luasoap from 2.x to 3.x.Peng Liu2014-08-26
| | | | Signed-off-by: Peng Liu <pengliu@credosemi.com>
* Merge pull request #226 from psycho-nico/my-fixesLuiz Angelo Daros de Luca2014-08-20
|\ | | | | | | ruby: fix ruby/host build
| * ruby: fix ruby/host buildNicolas Thill2014-08-20
| | | | | | | | | | | | | | - build ruby/host extensions as static, - remove dependency on gmp/host Signed-off-by: Nicolas Thill <nico@openwrt.org>
* | erlang: import from old packages feedNicolas Thill2014-08-20
|/ | | | | | | | - update to latest version (v17.1) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>
* ruby: Fix build dependency of gmp/hostLuiz Angelo Daros de Luca2014-08-20
| | | | | | | | | | libgmp.so is needed for miniruby, that is compiled in host. Using PKG_BUILD_DEPENDS=gmp/host eventually compiled gmp/host before ruby/host. However, when this did not happened, build failed. Using HOST_BUILD_DEPENDS=gmp/host seems to be the correct way to require it. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* Merge branch 'master' into trunk/luizlucaLuiz Angelo Daros de Luca2014-08-19
|\
| * perl-*: Adopt to SPDX license identifiersMarcel Denia2014-08-18
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * perl-test-harness: Update to upstream 3.33Marcel Denia2014-08-18
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * micropython: remove unnecessary libc, libm, libdl dependenciesSteven Barth2014-08-18
| | | | | | | | Signed-off-by: Steven Barth <steven@midlink.org>
| * micropython-lib: fix DEPENDSRoger2014-08-18
| | | | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
| * micropython-lib: addRoger2014-08-18
| | | | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
| * micropython: fix version numberRoger2014-08-17
| | | | | | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
| * add micropythonRoger2014-08-16
| | | | | | | | Signed-off-by: Roger D rogerdammit@gmail.com
* | ruby: import from oldpackages and update to 2.1.2Luiz Angelo Daros de Luca2014-08-17
|/ | | | | | | | | | | | | This commit imports the old Makefile from old openwrt feeds. Also, the package was updated to the latest version. The new version was tested in a VM with no aparent problem. No patches are needed. I added myself as maintainer. If possible, I would like to gain commit access. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* perl-dbi: Bump PKG_RELEASEMarcel Denia2014-08-14
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Remove unused helper scriptsMarcel Denia2014-08-14
| | | | | | They're broken anyway Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Update license identifiers to match SPDXMarcel Denia2014-08-14
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Bump PKG_RELEASEMarcel Denia2014-08-14
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Add proper dependencies for all perlbase packagesMarcel Denia2014-08-14
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl-dbi: Build host packageMarcel Denia2014-08-14
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Unify host and target build directoriesMarcel Denia2014-08-14
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Include installed extensions in host-perlMarcel Denia2014-08-14
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Add host-perl relink hackMarcel Denia2014-08-14
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Add perlmod host rulesMarcel Denia2014-08-14
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Install libperl.soMarcel Denia2014-08-14
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>