aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* main/py-cairo: upgrade to 1.10.0Fabian Affolter2012-05-251-17/+20
|
* main/mercurial: clarified licenseFabian Affolter2012-05-251-5/+6
|
* main/python: upgrade to 2.7.3Fabian Affolter2012-05-251-4/+3
|
* main/make: switch to bz2 and added checksFabian Affolter2012-05-251-3/+4
|
* main/make: clarified licenseFabian Affolter2012-05-251-2/+2
|
* main/memcached: updated licenseFabian Affolter2012-05-251-2/+3
|
* main/midori: clarified licenseFabian Affolter2012-05-251-1/+1
|
* testing/pkgconf: upgrade to 0.8Fabian Affolter2012-05-251-3/+3
|
* testing/v8: upgrade to 3.9.9Fabian Affolter2012-05-251-3/+3
|
* testing/mupdf: upgrade to 1.0Fabian Affolter2012-05-252-21/+21
|
* testing/jbig2dec: clarified licenseFabian Affolter2012-05-251-2/+2
|
* testing/openjpeg: upgrade 1.5.0Fabian Affolter2012-05-251-10/+18
|
* main/py-genshi: minor layout changesFabian Affolter2012-05-251-5/+6
|
* testing/py-genshi: duplicate version, already in mainFabian Affolter2012-05-251-29/+0
|
* main/spice: upgrade to 0.10.1Fabian Affolter2012-05-251-3/+3
|
* main/spice-protocol: upgrade to 0.10.1Fabian Affolter2012-05-251-2/+2
|
* main/git: clarified licenseFabian Affolter2012-05-251-5/+5
|
* main/lame: clarified licenseFabian Affolter2012-05-251-1/+1
|
* main/py-sphinx: upgrade to 1.1.3Fabian Affolter2012-05-251-7/+6
|
* main/py-urwid: upgrade to 1.0.1Fabian Affolter2012-05-251-8/+7
|
* testing/py-beautifulsoup: minor layout changesFabian Affolter2012-05-251-2/+9
|
* testing/virt-manager: clarified licenseFabian Affolter2012-05-251-8/+7
|
* testing/phppgadmin: upgrade to 5.0.4Fabian Affolter2012-05-251-5/+5
|
* main/ruby: upgrade to 1.8.7-p358Fabian Affolter2012-05-251-12/+20
|
* testing/bash-completion: clarified licenseFabian Affolter2012-05-251-1/+1
|
* testing/pychecker: new aportFabian Affolter2012-05-251-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PyChecker is a tool for finding bugs in python source code. It finds problems that are typically caught by a compiler for less dynamic languages, like C and C++. It is similar to lint. Because of the dynamic nature of python, some warnings may be incorrect; however, spurious warnings should be fairly infrequent. PyChecker works in a combination of ways. First, it imports each module. If there is an import error, the module cannot be processed. The import provides some basic information about the module. The code for each function, class, and method is checked for possible problems. Types of problems that can be found include: * No global found (e.g., using a module without importing it) * Passing the wrong number of parameters to functions/methods/constructors * Passing the wrong number of parameters to builtin functions & methods * Using format strings that don't match arguments * Using class methods and attributes that don't exist * Changing signature when overriding a method * Redefining a function/class/method in the same scope * Using a variable before setting it * self not the first parameter to a method * Unused globals and locals (module or variable) * Unused function/method arguments (can ignore self) * No doc strings in modules, classes, functions, and methods http://pychecker.sourceforge.net/
* main/mc: clarified licenseFabian Affolter2012-05-251-1/+1
|
* main/minicom: clarified licenseFabian Affolter2012-05-251-7/+8
|
* main/iperf: fixed licenseFabian Affolter2012-05-251-10/+12
|
* main/knock: clarified licenseFabian Affolter2012-05-251-1/+1
|
* main/makedepend: upgrade to 1.0.4Fabian Affolter2012-05-251-2/+2
|
* main/rrdcollect: upgrade to 0.2.10Fabian Affolter2012-05-251-12/+11
|
* testing/rrdbot: upgrade to 0.9.7Fabian Affolter2012-05-251-10/+14
|
* testing/weechat: upgrade to 0.3.7Fabian Affolter2012-05-251-19/+12
|
* testing/py-zope-interface: upgrade to 3.7.0Fabian Affolter2012-05-251-6/+10
|
* testing/py-twisted: upgrade to 12.0.0Fabian Affolter2012-05-251-6/+16
|
* main/libc0.9.32: add mDNS support via avahi-daemonNatanael Copa2012-05-254-11/+434
|
* testing/wanpipe-grsec: rebuild against 3.3.6-r2Natanael Copa2012-05-251-1/+1
|
* main/xtables-addons-grsec: rebuild against 3.3.6-r2Natanael Copa2012-05-251-1/+1
|
* main/open-vm-tools-grsec: rebuild against 3.3.6-r2Natanael Copa2012-05-251-1/+1
|
* main/dahdi-linux-grsec: rebuild against 3.3.6-r2Natanael Copa2012-05-251-1/+1
|
* main/linux-gresc: enable acl in tmpfsNatanael Copa2012-05-253-9/+11
| | | | needed by udisks2
* main/gvfs: upgrade to 1.12.3, split afc and avahiNatanael Copa2012-05-252-37/+26
|
* main/udisks2: split out libs subpackageNatanael Copa2012-05-251-2/+10
|
* main/udisks2: moved from testingNatanael Copa2012-05-254-0/+0
|
* testing/udisks2: new aportNatanael Copa2012-05-254-0/+107
| | | | | Disk Manager http://www.freedesktop.org/wiki/Software/udisks
* Merge branch 'master' of ../aports-fcolistaLeonardo Arena2012-05-252-19/+4
|\
| * main/cvechecker: fix conf file path, bump pkgrelFrancesco Colista2012-05-252-19/+4
| |
| * testing/lua-lgi: upgrade to 0.6Natanael Copa2012-05-251-2/+2
| |
| * main/perl-dbd-mysql: remove perllocal.podNatanael Copa2012-05-251-7/+8
| | | | | | | | and whitespace fixes