aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* 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>
* perl: Install full /usr/lib/perl5 tree into STAGING_DIRMarcel Denia2014-08-14
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Build shared libperlMarcel Denia2014-08-14
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl-www: Bump PKG_RELEASEMarcel Denia2014-08-11
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl-www: Default to verifying hostnames when using SSLMarcel Denia2014-08-11
| | | | | | This is a backport of perl-www 6.00's CVE-2011-0633 fix. Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl-compress-bzip2: Update to 2.18Marcel Denia2014-08-11
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* Add license info for luabitop, luaposix, rsync, tgt, wget, acl, attr, ↵Maxim Storchak2014-08-09
| | | | | | haserl, smartmontools, tmux Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* Add lualanesVladimir Malyutin2014-07-28
| | | | Signed-off-by: Vladimir Malyutin <first-leon@yandex.ru>