PyChecker is a python source code checking tool to help you find common bugs. It is meant to find problems that are typically caught by a compiler. 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. For each function, class, and method, the code within the function is checked for possible problems. Types of problems that can be found include: * No doc strings in modules, classes, functions, and methods * self not the first parameter to a method * Wrong number of parameters passed to functions/methods * No global found (e.g., using a module without importing it) * Global not used (module or variable) WWW: http://pychecker.sourceforge.net/ rowspan='2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hsb-aspell
p;id=2fef099aeb4a10af5e993bddba60756d77a4256f'>- Update to 4.2
Commit message (Expand)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
* Really normalize Aspell dictionaries ports PKGVERSION...thierry2007-02-151-1/+1
* Normalize Aspell dictionaries PKGNAMEs.thierry2007-01-141-0/+1
amdmi32015-07-306-44/+28
* - Fix fetchamdmi32015-07-141-1/+2
* - Update to 4.0, unbreakak2014-11-254-67/+39
* Clean up plistbapt2014-10-271-2/+0
* Deprecate ports broken for more than 6 monthsantoine2014-10-261-0/+2
* Convert GMAKE to MAKE_CMDbapt2014-06-251-1/+1
* Mark a few unfetchable ports BROKENantoine2014-04-271-0/+2
* Convert e* to USES=zipbapt2014-03-081-2/+1
* emulators/fmsx:rene2014-01-318-99/+77
* - Modernize dos2unix and gmakerene2013-12-284-8/+45
* Fix expiration dates, they should be *December* 18th, not November 18th.rene2013-11-221-1/+1
* Deprecated ports broken for more than 6 monthbapt2013-11-221-0/+3
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Fix syntaxe error introduced by conversion to new options frameworkbapt2013-05-021-1/+1
* Convert emulators to new options frameworkbapt2013-04-291-14/+12
* - Broken does not buildmiwi2013-02-231-0/+2
* - Unbrokemiwi2011-01-263-14/+0
* - Mark BROKEN: does not fetchpav2010-06-071-0/+2
* Fix plist, this port needs always to install PORTDATA files.itetcu2009-04-081-1/+1