aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* Added libiconv-dev as build dependency for testing/xmlrpc-cAndrew Manison2011-12-101-1/+1
|
* testing/asterisk: upgrade to 10.0.0-rc3Timo Teräs2011-12-091-3/+3
|
* testing/asterisk: add some bug fixes and patchesTimo Teräs2011-12-095-3/+602
|
* testing/xonotic: add depends on alsa-lib-devWilliam Pitcock2011-12-081-1/+1
|
* testing/xonotic: new aportWilliam Pitcock2011-12-082-0/+92
|
* testing/xonotic-data: new aportWilliam Pitcock2011-12-081-0/+37
|
* testing/perl-io-async-loop-glib: build fix. needs perl-test-* stuffNatanael Copa2011-12-051-1/+2
|
* testing/perl-glib: build fix. needs glib-devNatanael Copa2011-12-051-1/+1
|
* Merge git://inari.aerdan.org/var/git/aports into aerdanNatanael Copa2011-12-0519-0/+712
|\
| * testing/perl-io-async-ssl: new APKBUILDKiyoshi Aman2011-12-041-0/+38
| |
| * testing/perl-xml-xpath: new APKBUILDKiyoshi Aman2011-12-041-0/+37
| |
| * testing/perl-uri-find-simple: new APKBUILDKiyoshi Aman2011-12-041-0/+37
| |
| * testing/perl-uri-find: new APKBUILDKiyoshi Aman2011-12-041-0/+38
| |
| * testing/perl-net-async-http: new APKBUILDKiyoshi Aman2011-12-041-0/+38
| |
| * testing/perl-io-async-loop-glib: new APKBUILDKiyoshi Aman2011-12-041-0/+38
| |
| * testing/perl-glib: new APKBUILDKiyoshi Aman2011-12-041-0/+37
| |
| * testing/perl-extutils-pkgconfig: new APKBUILDKiyoshi Aman2011-12-041-0/+37
| |
| * testing/perl-io-async: new APKBUILDKiyoshi Aman2011-12-041-0/+38
| |
| * testing/perl-test-refcount: new APKBUILDKiyoshi Aman2011-12-041-0/+38
| |
| * testing/perl-test-warn: new APKBUILDKiyoshi Aman2011-12-041-0/+37
| |
| * testing/perl-tree-dag_node: new APKBUILDKiyoshi Aman2011-12-041-0/+37
| |
| * testing/perl-test-identity: new APKBUILDKiyoshi Aman2011-12-041-0/+38
| |
| * testing/perl-extutils-depends: new APKBUILDKiyoshi Aman2011-12-041-0/+37
| |
| * testing/perl-cps: new APKBUILDKiyoshi Aman2011-12-041-0/+38
| |
| * testing/perl-heap: new APKBUILDKiyoshi Aman2011-12-041-0/+37
| |
| * testing/perl-async-mergepoint: new APKBUILDKiyoshi Aman2011-12-041-0/+38
| |
| * testing/perl-test-fatal: new APKBUILDKiyoshi Aman2011-12-041-0/+37
| |
| * testing/perl-try-tiny: new APKBUILDKiyoshi Aman2011-12-041-0/+37
| |
* | testing/lua-lgi: new aportNatanael Copa2011-12-051-0/+40
|/ | | | | Lua binding using gobject-introspection http://github.com/pavouk/lgi
* testing/nebula: add depends on zlib-devWilliam Pitcock2011-12-031-1/+1
|
* testing/libewf: fix dependenciesWilliam Pitcock2011-12-031-1/+1
|
* testing/wput: disabled (missing source files)William Pitcock2011-12-031-1/+1
|
* testing/py-libacl: typo fixWilliam Pitcock2011-12-031-1/+1
|
* testing/py-libacl: fix dependenciesWilliam Pitcock2011-12-031-1/+1
|
* testing/pcapy: fix dependenciesWilliam Pitcock2011-12-031-1/+1
|
* testing/netdiscover: typo fixWilliam Pitcock2011-12-031-1/+1
|
* testing/netdiscover: fix dependenciesWilliam Pitcock2011-12-031-1/+1
|
* testing/flawfinder: disable due to missing sourcesWilliam Pitcock2011-12-031-1/+1
|
* testing/arpon is already in mainWilliam Pitcock2011-12-031-29/+0
|
* arpon - Minor layout changeFabian Affolter2011-12-031-1/+1
|
* tftpy - Renamed to py-tftpyFabian Affolter2011-12-031-28/+0
|
* py-paramiko - RecommitFabian Affolter2011-12-031-2/+2
|
* Initial APKBUILD for tftpyFabian Affolter2011-12-031-0/+28
| | | | | | | | | | Package description: Tftpy is a TFTP library for the Python programming language. It includes client and server classes, with sample implementations. Hooks are included for easy inclusion in a UI for populating progress indicators. http://tftpy.sourceforge.net/
* fabric - Deps updatedFabian Affolter2011-12-031-1/+1
|
* py-crypto - Updated to latest release 2.3, test addedFabian Affolter2011-12-031-12/+16
|
* py-paramiko - new sub packages for demos and docs addedFabian Affolter2011-12-031-1/+13
|
* Initial APKBUILD for fabricFabian Affolter2011-12-031-0/+29
| | | | | | | | | | | | | | Package description: Fabric is a Python (2.5 or higher) library and command-line tool for streamlining the use of SSH for application deployment or systems administration tasks. It provides a basic suite of operations for executing local or remote shell commands (normally or via sudo) and uploading/ downloading files, as well as auxiliary functionality such as prompting the running user for input, or aborting execution. http://www.fabfile.org
* Initial APKBUILD for py-paramikoFabian Affolter2011-12-031-0/+29
| | | | | | | | | | | | | | Package desscription: paramiko is a module for python 2.2 (or higher) that implements the SSH2 protocol for secure (encrypted and authenticated) connections to remote machines. unlike SSL (aka TLS), SSH2 protocol does not require heirarchical certificates signed by a powerful central authority. you may know SSH2 as the protocol that replaced telnet and rsh for secure access to remote shells, but the protocol also includes the ability to open arbitrary channels to remote services across the encrypted tunnel -- this is how sftp works, for example. http://www.lag.net/paramiko/
* py-libacl - Updated depsFabian Affolter2011-12-031-1/+1
|
* Initial APKBUILD for py-xattrFabian Affolter2011-12-031-0/+29
| | | | | | | | | | | | | | | Package description: This module gives access to the extended attributes present in some operating systems/filesystems. You can list attributes, get, set and remove them. The module exposes two sets of functions: - the 'old' listxattr, getxattr, setxattr, removexattr functions which are deprecated since version 0.4 - the new list, get, get_all, set, remove functions which expose a namespace-aware API and simplify a bit the calling model by using keyword arguments