Commit graph

132 commits

Author SHA1 Message Date
W. Michael Petullo
117238889d luaexpat: update to 1.3.0
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2014-09-06 23:51:51 -04:00
Karl Palsson
9c35f14edf dkjson: Fix PKG_BUILD_DIR paths
This fixes builds on clean checkouts, and also fixes the "md5sum tests
aren't working" notes.

Signed-off-by: Karl Palsson <karlp@remake.is>
2014-09-05 17:00:13 +00:00
Roger
ca423611e8 micropython: simplify makefile + update
Platform detection now done upstream.

Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-09-04 11:19:55 -05:00
sbyx
cf255a44ab Merge pull request #265 from berlinmeshnet/meshbox
Import dkjson, lua-bencode, and lua-sha2
2014-09-02 14:15:11 +02:00
Lars Gierth
2fea5020f6 lua-sha2: clean up makefile
Signed-off-by: Lars Gierth <larsg@systemli.org>
2014-09-02 03:02:04 +02:00
Lars Gierth
77c074db39 lua-bencode: import from https://github.com/SeattleMeshnet/meshbox.git
Signed-off-by: Lars Gierth <larsg@systemli.org>
2014-09-02 03:01:03 +02:00
Lars Gierth
b1a8fd93ae lua-sha2: import from https://github.com/SeattleMeshnet/meshbox.git
Signed-off-by: Lars Gierth <larsg@systemli.org>
2014-09-02 03:00:37 +02:00
Lars Gierth
9c37a78aae dkjson: import from https://github.com/SeattleMeshnet/meshbox.git
Signed-off-by: Lars Gierth <larsg@systemli.org>
2014-09-02 03:00:33 +02:00
John Crispin
1881ab2550 perl: create the Host install path before using it
this caused a compile fail on the BB builder

Signed-off-by: John Crispin <blogic@openwrt.org>
2014-08-31 10:07:27 +02:00
Roger
7944c5f7c0 micropython: cleanup makefile + update to latest
Now uses default build options for non-MIPS platforms

Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-09-01 11:57:25 -05:00
sbyx
14da1d1def Merge pull request #256 from roger-/micropython-lib
micropython-lib: update to latest and fix version tag
2014-08-29 11:56:37 +02:00
Roger
fcb76f9eba micropython: update to latest and fix version info
Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-08-28 17:50:40 -05:00
Roger
0dfa0abacd micropython-lib: update license info
Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-08-28 17:48:12 -05:00
Roger
b4c305fd15 micropython-lib: update to latest and fix version tag
Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-08-28 11:49:45 -05:00
Nicolas Thill
a4079863ff luasql: import from old packages feed
- update source URL
 - simplify build rules
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-08-27 13:27:05 +02:00
Xiongfei(Alex) GUO
fef64650b9 Add PKG_LICENSE part. 2014-08-27 15:12:16 +08:00
Peng Liu
847c53f111 luasoap: bump luasoap from 2.x to 3.x.
Signed-off-by: Peng Liu <pengliu@credosemi.com>
2014-08-26 04:19:28 -04:00
Luiz Angelo Daros de Luca
f0bdbbe8f7 Merge pull request #226 from psycho-nico/my-fixes
ruby: fix ruby/host build
2014-08-20 15:31:57 -03:00
Nicolas Thill
efec55b785 erlang: import from old packages feed
- update to latest version (v17.1)
 - add license info
 - add myself as maintainer

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-08-20 15:50:32 +02:00
Nicolas Thill
84c04a73e6 ruby: fix ruby/host build
- build ruby/host extensions as static,
  - remove dependency on gmp/host

Signed-off-by: Nicolas Thill <nico@openwrt.org>
2014-08-20 15:12:18 +02:00
Luiz Angelo Daros de Luca
0ecf63a655 ruby: Fix build dependency of gmp/host
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>
2014-08-20 00:33:29 -03:00
Luiz Angelo Daros de Luca
3ac06f9ee9 Merge branch 'master' into trunk/luizluca 2014-08-19 01:22:51 -03:00
Marcel Denia
1b7eadb14c perl-*: Adopt to SPDX license identifiers
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-18 12:58:33 +02:00
Marcel Denia
9817512619 perl-test-harness: Update to upstream 3.33
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-18 12:50:26 +02:00
Steven Barth
21bbbcde12 micropython: remove unnecessary libc, libm, libdl dependencies
Signed-off-by: Steven Barth <steven@midlink.org>
2014-08-18 07:40:44 +02:00
Roger
24e5e8aa2c micropython-lib: fix DEPENDS
Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-08-18 07:39:11 +02:00
Roger
a0658b5ca1 micropython-lib: add
Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-08-18 07:39:11 +02:00
Roger
5be2bd3ba9 micropython: fix version number
Signed-off-by: Roger D <rogerdammit@gmail.com>
2014-08-17 17:29:40 -05:00
Luiz Angelo Daros de Luca
115fd87cc2 ruby: import from oldpackages and update to 2.1.2
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>
2014-08-17 03:47:40 -03:00
Roger
f1d00bbb6e add micropython
Signed-off-by: Roger D rogerdammit@gmail.com
2014-08-16 21:25:57 -05:00
Marcel Denia
20bb2a1b69 perl-dbi: Bump PKG_RELEASE
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-14 17:14:23 +02:00
Marcel Denia
3d32350026 perl: Remove unused helper scripts
They're broken anyway

Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-14 17:14:23 +02:00
Marcel Denia
2f2601deda perl: Update license identifiers to match SPDX
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-14 17:14:23 +02:00
Marcel Denia
0589ca524f perl: Bump PKG_RELEASE
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-14 17:14:23 +02:00
Marcel Denia
a68e78c748 perl: Add proper dependencies for all perlbase packages
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-14 17:14:23 +02:00
Marcel Denia
867365dbde perl-dbi: Build host package
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-14 17:14:23 +02:00
Marcel Denia
d98f1cc781 perl: Unify host and target build directories
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-14 17:14:23 +02:00
Marcel Denia
505bf74aa3 perl: Include installed extensions in host-perl
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-14 17:14:23 +02:00
Marcel Denia
71b97e4f88 perl: Add host-perl relink hack
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-14 17:14:22 +02:00
Marcel Denia
c56aabec0e perl: Add perlmod host rules
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-14 17:14:22 +02:00
Marcel Denia
c02ebc0072 perl: Install libperl.so
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-14 17:14:22 +02:00
Marcel Denia
dfc4b6969f perl: Install full /usr/lib/perl5 tree into STAGING_DIR
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-14 17:14:22 +02:00
Marcel Denia
c64769bd8f perl: Build shared libperl
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-14 17:14:22 +02:00
Marcel Denia
f28633c711 perl-www: Bump PKG_RELEASE
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-11 17:26:14 +02:00
Marcel Denia
3634ba4ffd perl-www: Default to verifying hostnames when using SSL
This is a backport of perl-www 6.00's CVE-2011-0633 fix.

Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-11 17:25:50 +02:00
Marcel Denia
ff36d023e8 perl-compress-bzip2: Update to 2.18
Signed-off-by: Marcel Denia <naoir@gmx.net>
2014-08-11 01:15:52 +02:00
Maxim Storchak
4b3d142810 Add license info for luabitop, luaposix, rsync, tgt, wget, acl, attr, haserl, smartmontools, tmux
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
2014-08-09 15:47:18 +03:00
Vladimir Malyutin
0d5711b191 Add lualanes
Signed-off-by: Vladimir Malyutin <first-leon@yandex.ru>
2014-07-28 10:28:58 +07:00
sbyx
6eb2ac4815 Merge pull request #123 from Naoir/perl
perl: More bugfixes, correct PKG_LICENSE
2014-07-24 14:27:15 +02:00
sbyx
40bc0fafb3 Merge pull request #124 from Naoir/perl-modules
perl-*: Import from oldpackages, update to latest upstream, fix, add myself as maintainer
2014-07-24 14:26:57 +02:00