Port details |
- pychecker Python source code checking tool to help hunting common bugs
- 0.8.19 devel
=6 0.8.19Version of this port present on the latest quarterly branch. DEPRECATED: Unmaintained, uses EOLed python27
This port expired on: 2020-01-27
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2001-04-13 12:36:02
- Last Update: 2020-01-27 15:34:18
- SVN Revision: 524263
- People watching this port, also watch:: rsync, python, py39-tkinter, libiconv
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- http://pychecker.sourceforge.net/
- Description:
- 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/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- pychecker>0:devel/pychecker
- No installation instructions:
- This port has been deleted.
- PKGNAME: pychecker
- Package flavors (<flavor>: <package>)
- distinfo:
- SHA256 (pychecker-0.8.19.tar.gz) = 44fb26668f74aca3738f02d072813762a37ce1242f50dbff573720fa2e953279
SIZE (pychecker-0.8.19.tar.gz) = 99783
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- Runtime dependencies:
-
- py27-setuptools>0 : devel/py-setuptools@py27
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pychecker-0.8.19:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- python:2.7
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.19 27 Jan 2020 15:34:18
  |
rene  |
Remove expired ports:
2020-01-27 accessibility/py-papi: Unmaintained, uses EOLed python27
2020-01-27 archivers/py-czipfile: Unmaintained, uses EOLed python27
2020-01-27 audio/boodler: Unmaintained, uses EOLed python27
2020-01-27 audio/dir2ogg: Unmaintained, uses EOLed python27
2020-01-27 audio/jokosher: Unmaintained, uses EOLed python27
2020-01-27 audio/mpdbrowser: Unmaintained, uses EOLed python27
2020-01-27 audio/nekobee: Unmaintained, uses EOLed python27
2020-01-27 audio/patchage: Unmaintained, uses EOLed python27
2020-01-27 audio/py-ao: Unmaintained, uses EOLed python27
2020-01-27 audio/py-id3: Unmaintained, uses EOLed python27
2020-01-27 audio/py-shout: Unmaintained, uses EOLed python27
2020-01-27 audio/py-speex: Unmaintained, uses EOLed python27
2020-01-27 audio/pytone: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
0.8.19 26 Dec 2019 07:54:29
  |
antoine  |
Deprecate a few ports
With hat: portmgr |
0.8.19 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
0.8.19 27 Nov 2017 09:00:21
  |
amdmi3  |
- Add LICENSE_FILE
- Add NO_ARCH
- Don't install license with docs
- Simplify portdocs handling |
0.8.19 22 Jan 2017 22:27:55
  |
rene  |
Reset mva@'s ports, he handed in his ports bit. |
0.8.19 22 May 2015 13:34:22
  |
mat  |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
0.8.19 27 Oct 2014 11:03:01
  |
bapt  |
Cleanup plist |
0.8.19 14 Aug 2014 17:04:31
  |
mva  |
- Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid a
conflict in behaviour with the read-only COMPILER_FEATURES knob
- Fix the deprecated USE_PYTHON_BUILD and USE_PYTHON_RUN behaviour, which
usually should be mutually exclusive, but some ports include both knobs
Phabric: D581
Recommended by: danfe@, makc@
Reviewed by: danfe, wg, antoine
Approved by: portmgr
With hat: python@ |
0.8.19 10 Aug 2014 08:55:08
  |
mva  |
- Convert my ports to USES=python |
0.8.19 15 Jul 2014 23:11:13
  |
adamw  |
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example. |
0.8.19 15 Jan 2014 18:44:42
  |
mva  |
- Enable stagedir support
- Use PYDISTUTILS_AUTOPLIST
- Add LICENSE |
0.8.19 13 Jan 2014 21:00:04
  |
rene  |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
0.8.19 22 Sep 2013 18:05:05
  |
bapt  |
Fix NO_STAGE attribution |
0.8.19 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.8.19 01 Nov 2012 11:33:40
  |
demon  |
This program works with python-2 only.
Approved by: maintainer
Feature safe: yes |
0.8.19 29 Jan 2011 17:50:55
 |
mva  |
- Update to 0.8.19
Feature safe: yes |
0.8.18 22 Aug 2009 00:18:43
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
0.8.18 19 Feb 2009 21:45:43
 |
mva  |
Updated my mail address to use @FreeBSD.org now.
Approved by: miwi (co-mentor), beech (mentor) |
0.8.18 18 Aug 2008 10:18:09
 |
jadawin  |
- Update to 0.8.18
PR: ports/126622
Submitted by: maintainer (mva sysfault.org) |
0.8.17 30 Jul 2007 09:42:28
 |
alexbl  |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
0.8.17 21 Sep 2006 19:36:47
 |
rafan  |
- Pass maintainership to submitter
PR: ports/103458
Submitted by: Marcus von Appen <mva at sysfault.org> |
0.8.17 21 Sep 2006 09:04:51
 |
sergei  |
- Drop maintainership on these ports due to ENOTIME;
please feel free to grab any of these if you are interested |
0.8.17 02 May 2006 22:28:43
 |
sergei  |
- Update to 0.8.17 |
0.8.16 28 Nov 2005 11:03:42
 |
sobomax  |
Update to 0.8.16. |
0.8.14_1 25 Nov 2005 14:05:38
 |
sergei  |
- Add SHA256 checksums to my ports |
0.8.14_1 25 Apr 2005 12:10:42
 |
sergei  |
- It looks like pydistutils installation mechanism use different logic
depending on PREFIX used - e.g. /usr/local vs. /tmp
Work around that by adding a patch to avoid installing docs via setup.py.
We install docs via the port's Makefile instead.
- Adjust pkg-plist accordingly (remove duplicate docs entries)
- Bump PORTREVISION due to changed package
PR: ports/79341
Submitted by: Radim Kolar <hsn@netmag.cz> |
0.8.14 15 Apr 2005 08:18:18
 |
sobomax  |
Unbroke. |
0.8.14 28 Feb 2005 01:49:05
 |
kris  |
BROKEN: Incomplete pkg-plist |
0.8.14 18 Oct 2004 23:47:01
 |
sobomax  |
Update to 0.8.14. |
0.8.12 30 Jan 2004 16:03:29
 |
sergei  |
SIZE *DOES* MATTER. |
0.8.12 23 Oct 2003 05:42:49
 |
sergei  |
Change to my @FreeBSD.org address.
Approved by: krion |
0.8.12 29 Jul 2003 13:22:47
 |
krion  |
- Update to 0.8.12
- Teach the port about respecting NOPORTDOCS
- Use PYTHON_SITELIBDIR and DOCSDIR macros in pkg-plist
- Minor Makefile tweaks
- Hand maintainership to submiter
PR: 55012
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Approved by: fjoe (mentor) (implicit) |
0.8.11 29 Jul 2003 09:12:37
 |
sobomax  |
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them. |
0.8.11 07 Mar 2003 06:01:16
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.8.11 19 Oct 2002 09:20:23
 |
sobomax  |
Update to 0.8.11.
PR: 42966
Submitted by: Henrik Motakef <henrik.motakef@web.de> |
0.8.8 29 Apr 2002 14:01:09
 |
ijliao  |
use USE_PYDISTUTILS |
14 Jan 2002 13:05:21
    |
sobomax  |
Update to 0.8.8. |
18 Oct 2001 15:08:36
    |
sobomax  |
Update to 0.8.5. |
09 Aug 2001 11:11:29
    |
sobomax  |
Update to 0.8. |
17 Jul 2001 15:54:54
    |
sobomax  |
Update to 0.7. |
05 Jun 2001 17:40:21
    |
sobomax  |
Don't hardcode Python version. |
13 Apr 2001 16:36:02
    |
sobomax  |
Add pychecker 0.2.5, a python source code checking tool to help hunting common
bugs. |