aboutsummaryrefslogtreecommitdiff
path: root/lang
Commit message (Collapse)AuthorAge
...
| * | | | | python-six: use setuptoolsJeffery To2015-11-13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | python-six: fixed package descriptionJeffery To2015-11-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | python-six: new packageJeffery To2015-11-12
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is compatible on both Python versions. See the documentation for more information on what is provided. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #1950 from jefferyto/python-pyasn1Steven Barth2015-11-19
|\ \ \ \ \ | | | | | | | | | | | | python-pyasn1: new package
| * | | | | python-pyasn1: use setuptoolsJeffery To2015-11-13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | python-pyasn1: new packageJeffery To2015-11-12
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the README: This is an implementation of ASN.1 types and codecs in Python programming language. It has been first written to support particular protocol (SNMP) but then generalized to be suitable for a wide range of protocols based on ASN.1 specification. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #1921 from jefferyto/zope-interfaceSteven Barth2015-11-19
|\ \ \ \ \ | |_|/ / / |/| | | | zope-interface: import from old packages feed
| * | | | zope-interface: import from old packages feedJeffery To2015-11-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - split from twisted, since the twisted tarball no longer includes zope.interface - update to latest version (4.1.3) - add setuptools to PKG_BUILD_DEPENDS - update description, filespec - add license info - add myself as maintainer Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | Merge pull request #1948 from mistachkin/masterTed Hess2015-11-15
|\ \ \ \ \ | |_|/ / / |/| | | | Bring back the Tcl language (lang/tcl package)...
| * | | | lang/tcl: Bring back package, updated to 8.6.4.mistachkin2015-11-15
| |/ / / | | | | | | | | | | | | Signed-off-by: Joe Mistachkin <joe@mistachkin.com>
* | | | python-setuptools: upgrade to version 18.5Alexandru Ardelean2015-11-10
| | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | php5: update to 5.6.15Michael Heimpold2015-11-07
|/ / / | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #1900 from jefferyto/python-cryptoSteven Barth2015-11-02
|\ \ \ | | | | | | | | python-crypto: import pycrypto from old packages feed
| * | | python-crypto: let the KeyError bubble up instead of manually throwing an ↵Jeffery To2015-11-01
| | | | | | | | | | | | | | | | | | | | | | | | AssertionError Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | python-crypto: fixed endianness detectionJeffery To2015-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes setup.py so that it uses the endianness of the target system instead of detecting endianness from the host. This affects the computation of RIPEMD-160 hashes. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | python-crypto: import pycrypto from old packages feedJeffery To2015-10-29
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | - update to latest stable version (2.6.1) - add PyPackage call - add license info - add myself as maintainer Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* / / perl-cgi: Update to 4.22Marcel Denia2015-10-29
|/ / | | | | | | Signed-off-by: Marcel Denia <naoir@gmx.net>
* | node: disable MIPS16John Crispin2015-10-26
| | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* | python: fix two build depend issuesJo-Philipp Wich2015-10-23
| | | | | | | | | | | | | | | | | | | | | | | | Build depends must refer to the source package name, not the binary one, therefore we need to use `bzip2` in order to enforce a build of libbz2.so. Also make the host python build depend on the bzip2 host build in order to ensure that host python is built with bzip2 support. We don't need a build dependency for the target python as this already depends on +libbz2 through python-light. That package dependency in turn implies a build dependency. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* | php5: update to 5.6.14Michael Heimpold2015-10-21
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | node-cylon: dont double build firmata and serialportJohn Crispin2015-10-21
| | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* | node: add a python/host dependencyJohn Crispin2015-10-20
| | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* | node-hid: set proper version and revisionJohn Crispin2015-10-19
| | | | | | | | | | | | | | * fix revision variables * fix version variables Signed-off-by: John Crispin <blogic@openwrt.org>
* | node-hid: set proper version and revisionJohn Crispin2015-10-19
| | | | | | | | | | | | | | * fix revision variables * fix version variables Signed-off-by: John Crispin <blogic@openwrt.org>
* | node-cylon: add proper download path and set version properlyJohn Crispin2015-10-19
| | | | | | | | | | | | | | | | * fix version * fix download path * fix version variables Signed-off-by: John Crispin <blogic@openwrt.org>
* | node-arduino-firmata: set proper download path and set version properlyJohn Crispin2015-10-19
| | | | | | | | | | | | | | * fix download path * fix version variables Signed-off-by: John Crispin <blogic@openwrt.org>
* | 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>