aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* nodejs: add 0.12 version of nodeJohn Crispin2015-10-19
| | | | | | add node-js 0.12 and a few gyp bindings Signed-off-by: John Crispin <blogic@openwrt.org>
* perl-parse-recdescent: Update to 1.967013Marcel Denia2015-10-04
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* python: fix cross-compiling C++ modules.Attila Lendvai2015-09-28
| | | | Signed-off-by: Attila Lendvai <attila@lendvai.name>
* perl: Bump PKG_RELEASEMarcel Denia2015-09-25
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Reorganize patchesMarcel Denia2015-09-25
| | | | | | The old scheme didn't make any sense...not that there was a scheme really. Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Remove microperl caretx dependency patchMarcel Denia2015-09-25
| | | | | | | This will make microperl unable to build. That's okay, since we haven't been building it for quite a while now. Signed-off-by: Marcel Denia <naoir@gmx.net>
* perl: Invert perlbase-essential/perlbase-config circular dependency solutionMarcel Denia2015-09-25
| | | | | | | | | | | | | | | perlbase-essential and perlbase-config depend on functionality from each other. Previously, this was solved by just making perlbase-config depend on perlbase-essential. However, since a simple "use lib" is enough to trigger pulling in Config, this approach doesn't seem to make much sense. So let's just make perlbase-essential depend on perlbase-config instead. This pulls in perlbase-config as a dependency to pretty much every Perl package, so in the future we might want to just merge Config into perlbase-essential. Thanks to Robert Högberg for spotting this. Signed-off-by: Marcel Denia <naoir@gmx.net>
* Merge pull request #1770 from robho/perlbase-data_needs_more_dependenciesNaoir2015-09-23
|\ | | | | perlbase-data: Add dependency on perlbase-bytes
| * perlbase-data: Add dependency on perlbase-bytesRobert Högberg2015-09-22
| | | | | | | | | | | | | | Dumper.pm, included in perlbase-data, uses module bytes, so add dependency on openwrt package perlbase-bytes. Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
* | Merge pull request #1782 from commodo/python-upgrade-3.5.0Steven Barth2015-09-19
|\ \ | | | | | | python3: upgrade to version 3.5.0
| * | python3: upgrade to version 3.5.0Alexandru Ardelean2015-09-16
| |/ | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | perl-http-server-simple: Update to 0.51Marcel Denia2015-09-19
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-http-message: Update to 6.11Marcel Denia2015-09-19
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | Merge pull request #1773 from commodo/setuptools-upgradeSteven Barth2015-09-14
|\ \ | | | | | | python-setuptools: upgrade to version 18.3.1
| * | python-setuptools: upgrade to version 18.3.1Alexandru Ardelean2015-09-14
| |/ | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | perl-device-usb: Remove leftover testing stuffMarcel Denia2015-09-14
| | | | | | | | | | | | Somehow slipped through. Oh well... Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-device-usb: New packageMarcel Denia2015-09-14
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-inline-c: New packageMarcel Denia2015-09-14
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-parse-recdescent: New packageMarcel Denia2015-09-14
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-file-sharedir-install: New packageMarcel Denia2015-09-14
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-inline: New packageMarcel Denia2015-09-14
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Properly override PERL_INC for subdirectory buildsMarcel Denia2015-09-14
|/ | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* Merge pull request #1739 from commodo/setuptools-fixesSteven Barth2015-09-08
|\ | | | | python-setuptools: enforce __PYVENV_LAUNCHER__ env var use
| * python-setuptools: enforce __PYVENV_LAUNCHER__ env var useAlexandru Ardelean2015-08-31
| | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | php5: update to 5.6.13Michael Heimpold2015-09-05
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | perl: Bump PKG_RELEASEMarcel Denia2015-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Despite being just a packaging update, this update packs quite a few changes. To start things off, we're finally passing perl's testsuite on at least x86/musl. There are a lot of skipped tests left, as well as some oddities. Nothing too heavy though. Making this happen was an ongoing effort since the perl-5.20.1 release. We still can't run module testsuites and I don't expect all target/libc combinations to pass yet. So we'll leave test suite support marked as experimental. We've also switched from the old collection of target-specific configuration files to a new, more flexible and easier-to-maintain system based on perlconfig.pl. It'll generate a suitable configuration file using information found in it's *.config files as well as command-line parameters passed. See the POD and files/README.config for details. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl-http-message: Update dependenciesMarcel Denia2015-09-01
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Skip $0 test on busybox in dist/threads/t/join.tMarcel Denia2015-09-01
| | | | | | | | | | | | | | This test requires a ps which provides the -f option, as well as suitable output. We can't provide either with busybox. Just skip it for now. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Skip crypt() tests if unavailable in t/op/tie_fetch_count.tMarcel Denia2015-09-01
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Update perlbase.mkMarcel Denia2015-09-01
| | | | | | | | | | | | | | | | | | - Add perlbase-meta-notation - Include missing files and tests/test data - Install Archive::Tar utilities - Update dependencies Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Improve run_tests.shMarcel Denia2015-09-01
| | | | | | | | | | | | | | - Add some useful options for debugging tests and test failures - Properly handle tests located in lib/ Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Update extensions configuration symbolMarcel Denia2015-09-01
| | | | | | | | | | | | | | This needs to be a concatenation of {nonxs,dynamic,static}_ext, as shown by Config/Extensions.t. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Include vmsish.t and Internals.t in perl-tests-commonMarcel Denia2015-09-01
| | | | | | | | | | | | There is no other place for them really. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Disable OS/2 testsMarcel Denia2015-09-01
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Disable setlocale usage under muslMarcel Denia2015-09-01
| | | | | | | | | | | | | | | | | | | | | | | | | | While setlocale() is present, musl currently doesn't provide a suitable implementation. It'll silently accept every locale, even if not present at all, defaulting them to C.UTF-8. This will confuse applications as well as our testsuite(see lib/locale.t). Even if a locale does exist, it's effects will not apply to an extent that will satisfy many applications. Avoid further mischief here and just disable setlocale() for now. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | perl: Switch to split configuration filesMarcel Denia2015-09-01
| | | | | | | | | | | | | | | | | | | | | | | | This replaces the previously used collection of configuration files for every single architecture in conjunction with hacky overrides, which became an increasing burden to maintain. Fixes a number of outstanding bugs and oddities, with the most important one being the previously wrong signal order(as shown by ext/POSIX/t/sigaction.t). See files/perlconfig.pl's POD and files/README.config for details. Signed-off-by: Marcel Denia <naoir@gmx.net>
* | vala: upgrade to 0.29.3Gergely Kiss2015-08-30
|/ | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* micropython: update to latestRoger2015-08-28
| | | | Signed-off-by: Roger D <rogerdammit@gmail.com>
* Merge pull request #1681 from the-alien/masterSteven Barth2015-08-26
|\ | | | | python-psycopg2, python-egenix-mx-base: added new versions of packages
| * python-psycopg2: added packages python-psycopg2 and python-egenix-mx-base as ↵alien2015-08-23
| | | | | | | | | | | | a dependency Signed-off-by: Dmitrij Trefilov <the-alien@live.ru>
* | Merge pull request #1702 from the-alien/python-ldapSteven Barth2015-08-24
|\ \ | | | | | | python-ldap: added python-ldap package
| * | python-ldap: added python-ldap packagealien2015-08-23
| |/ | | | | | | Signed-off-by: Dimtrij Trefilov <the-alien@live.ru>
* | Merge pull request #1705 from commodo/python-setuptools-upgradeSteven Barth2015-08-24
|\ \ | | | | | | python-setuptools: upgrade to version 18.2
| * | python-setuptools: upgrade to version 18.2Alexandru Ardelean2015-08-24
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | Merge pull request #1706 from commodo/python-pip-upgradeSteven Barth2015-08-24
|\ \ \ | | | | | | | | python-pip: upgrade to version 7.1.2
| * | | python-pip: upgrade to version 7.1.2Alexandru Ardelean2015-08-24
| |/ / | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / / python: add dependency to bz2 host buildJohn Crispin2015-08-22
|/ / | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* | php5: fix the two different maintainer fields into one (fixes #1688)Michael Heimpold2015-08-21
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | Merge pull request #1691 from commodo/python-pip-maintainerJonas Gorski2015-08-20
|\ \ | | | | | | python-pip: add myself as maintainer
| * | python-pip: add myself as maintainerAlexandru Ardelean2015-08-20
| | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>