aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
* 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>
* Merge pull request #123 from Naoir/perlsbyx2014-07-24
|\ | | | | perl: More bugfixes, correct PKG_LICENSE
| * lang/perl: Include overloading.pm in perlbase-essentialMarcel Denia2014-07-24
| | | | | | | | | | | | Needed by perl-dbi. Signed-off-by: Marcel Denia <naoir@gmx.net>
| * lang/perl: Strip encoding pragmaMarcel Denia2014-07-24
| | | | | | | | | | | | | | The "encoding" pragma is officially deprecated. Makes HTML::Parser/HTML::Entities work. Signed-off-by: Marcel Denia <naoir@gmx.net>
| * lang/perl: Bump PKG_RELEASEMarcel Denia2014-07-24
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * lang/perl: CleanupMarcel Denia2014-07-23
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * lang/perl: Update license informationMarcel Denia2014-07-23
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * lang/perl: Use target headers for external modulesMarcel Denia2014-07-22
| | | | | | | | | | | | | | | | Before, external modules actually used host-perl headers. Aside from obviously being the wrong thing to do, it made them misbehave if host and target architectures differ too much. Signed-off-by: Marcel Denia <naoir@gmx.net>
| * lang/perl: Install target headers to staging directoryMarcel Denia2014-07-22
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * lang/perl: Adjust some leftover x86_64 configuration symbolsMarcel Denia2014-07-22
| | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * lang/perl: Make I8/I16/I32 types explicitly signed for ARMMarcel Denia2014-07-22
| | | | | | | | | | | | | | | | Type signedness is undefined for char. char may actually be unsigned for some CPUs. This fixes various bugs on ARM, for example negative array indices. Signed-off-by: Marcel Denia <naoir@gmx.net>
| * lang/perl: Override CCFLAGS configuration symbol in perlmodMarcel Denia2014-07-21
| | | | | | | | | | | | | | This makes external perl modules compile their native code with the correct CFLAGS, not with the one host-perl is using. Signed-off-by: Marcel Denia <naoir@gmx.net>
| * lang/perl: Filter -g3 in TARGET_CFLAGSMarcel Denia2014-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | -g3 will make the build fail in Compress-Raw-Zlib with ld: final link failed: Memory exhausted This bug is actually documented[1] and fixed by filtering that flag. Since we're passing CFLAGS manually, we need to do the same to make things work. I suspect that this is actually a linker or library bug, but for now let's just replicate the official fix. [1] https://rt.cpan.org/Public/Bug/Display.html?id=88936 Signed-off-by: Marcel Denia <naoir@gmx.net>
* | Merge pull request #124 from Naoir/perl-modulessbyx2014-07-24
|\ \ | | | | | | perl-*: Import from oldpackages, update to latest upstream, fix, add myself as maintainer
| * | lang/perl-www-mechanize: Update PKG_SOURCE_URLMarcel Denia2014-07-24
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl-uri: Update PKG_SOURCE_URLMarcel Denia2014-07-24
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl-test-harness: Update PKG_SOURCE_URLMarcel Denia2014-07-24
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl-lockfile-simple: Update PKG_SOURCE_URLMarcel Denia2014-07-24
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl-*: Add myself as maintainerMarcel Denia2014-07-23
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl-*: Cleanup, fix formattingMarcel Denia2014-07-23
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl-*: Update PKG_SOURCE_URLMarcel Denia2014-07-23
| | | | | | | | | | | | | | | | | | search.cpan.org seems to have some problems from time to time. Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl-*: Add/update licensing informationMarcel Denia2014-07-23
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl-*: Add/update copyright noticesMarcel Denia2014-07-23
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl-www-curl: Properly link against libcurlMarcel Denia2014-07-23
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>