aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* python: reset packages and start off with minimal pythonAlexandru Ardelean2014-10-06
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python: upgrade to version 3.4.1Alexandru Ardelean2014-10-06
| | | | | | | | | | | | | | | | | | | | | | Some notes: - Python 3 (at least version 3.4) is pretty cross-compiler-friendly, so a lot of patches were thrown away. - Arguments below were moved to ./files/config.site file, and disabled ac_cv_have_chflags=no \ ac_cv_have_lchflags=no \ ac_cv_py_format_size_t=no \ ac_cv_have_long_long_format=yes \ ac_cv_buggy_getaddrinfo=no \ - --without-ensurepip added, because the build wants to ensure that it works; that's a good idea, but for now, it requires special setup, and we can do that later - --without-pymalloc added, becase in Python 3, modules are suffixed with m; e.g. so some paths are python3.4m instead of python3.4 all this is detailed here: http://legacy.python.org/dev/peps/pep-3149/ Maybe it will be a good idea to re-add this back Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python: reorganize packageAlexandru Ardelean2014-10-06
| | | | | | | | | | | | Make python-mini the top-level and default Python package. Make the other packages subpackages of the top-level python package. Make old python package the python-full package. Note: at this point, this package can be split/renamed to python-legacy should anyone need Python 2. After this commit it's going to be Python 3 all the way. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python: update copyright & maintainerAlexandru Ardelean2014-10-06
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* python: import package as-is from old packagesAlexandru Ardelean2014-10-06
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@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>
* 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>