aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
* 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>
| * | lang/perl-www-curl: Update 100-perl-www-curl_disable_curl-config_hack.patchMarcel Denia2014-07-23
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl-test-harness: Fix DEPENDSMarcel Denia2014-07-23
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl-test-harness: Don't point to a specific version in URLMarcel Denia2014-07-23
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl-net-telnet: Don't point to a specific version in URLMarcel Denia2014-07-23
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | lang/perl-*: Update to current upstreamMarcel Denia2014-07-23
| | | | | | | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
| * | Import of oldpackages/perl-*Marcel Denia2014-07-23
| |/ | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | luasec: update URL, as it previously pointed into a redirectW. Michael Petullo2014-07-21
| | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | Copy luasec package from old repositoryW. Michael Petullo2014-07-21
|/ | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* lang/perl: Bump PKG_RELEASEMarcel Denia2014-07-20
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* lang/perl: Upgrade x86_64 cppsymbols configuration symbolMarcel Denia2014-07-20
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* lang/perl: Upgrade most x86_64 configuration symbols to match a 64-bit ↵Marcel Denia2014-07-20
| | | | | | environment Signed-off-by: Marcel Denia <naoir@gmx.net>
* lang/perl: Add x86_64 config based on i486 configMarcel Denia2014-07-20
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* Copy luasocket package from old repositoryW. Michael Petullo2014-07-19
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Copy luafilesystem package from old repositoryW. Michael Petullo2014-07-19
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* luaexpat: update to 1.2.0W. Michael Petullo2014-07-19
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* Copy luaexpat package from old repositoryW. Michael Petullo2014-07-19
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* lang/perl: Bump PKG_RELEASEMarcel Denia2014-07-19
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* lang/perl: Set archlib symbol in powerpc configurationMarcel Denia2014-07-19
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* lang/perl: Set archlib symbol in mips configurationMarcel Denia2014-07-19
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* lang/perl: Set archlib symbol in i486 configurationMarcel Denia2014-07-19
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* lang/perl: Set archlib symbol in avr32 configurationMarcel Denia2014-07-19
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* lang/perl: Set archlib symbol in armeb configurationMarcel Denia2014-07-19
| | | | Signed-off-by: Marcel Denia <naoir@gmx.net>