Port details |
- pycount Initial effort to Python code metrics
- 0.0.6_1 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: lwhsu@FreeBSD.org
 - Port Added: 2007-02-10 16:18:43
- Last Update: 2022-07-20 14:21:35
- Commit Hash: aa6eefd
- Also Listed In: python
- License: not specified in port
- Description:
- pycount helps you with a simple analysis of Python code, categorizing it into
comments, doc strings, blank lines and real code. It creates simple lines
counts for individual or multiple files, but can also be used to strip
comments from a source file, say. See a sample output of pycount running on
itself in verbose mode.
WWW: http://python.net/~gherman/pycount.html
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}pycount>0:devel/pycount@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/pycount/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pycount
- pkg install py39-pycount
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py39-pycount listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-pycount
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (python/pycount.py) = 5fdc8096ae046d2a1741ceb4c33ac02e84a7978e9b3c93032496e58c6416ad48
SIZE (python/pycount.py) = 12920
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- python3.9 : lang/python39
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- devel_pycount
- USES:
- dos2unix python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:35 0.0.6_1 |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
06 Apr 2021 14:31:07 0.0.6_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
19 Apr 2017 12:25:40
0.0.6_1 |
miwi  |
- Fix shebangs
- Added options helpers
- NO_ARCH |
23 May 2016 18:36:52
0.0.6 |
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
20 Oct 2014 16:04:14
0.0.6 |
mva  |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
27 Feb 2014 14:28:29
0.0.6 |
ehaupt  |
Support staging |
31 Oct 2013 04:17:29
0.0.6 |
eadler  |
The word 'very' has no place in COMMENT
COMMENT should not begin with 'A' or 'An'
Maintainers were notified and given time to object. |
20 Sep 2013 17:13:47
0.0.6 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
03 Jul 2011 14:59:23
0.0.6 |
ohauer  |
-remove MD5 |
04 Aug 2007 11:41:31
0.0.6 |
gabor  |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
04 Apr 2007 08:49:31
0.0.6 |
lwhsu  |
- Change to my FreeBSD.org email
Approved by: clsung (mentor) |
26 Feb 2007 11:03:07
0.0.6 |
miwi  |
- Update MASTER_SITES
Submitted by: pointyhat via kris
Approved by: maintainer |
10 Feb 2007 14:35:47
0.0.6 |
miwi  |
pycount helps you with a simple analysis of Python code, categorizing it into
comments, doc strings, blank lines and real code. It creates simple lines
counts for individual or multiple files, but can also be used to strip
comments from a source file, say. See a sample output of pycount running on
itself in verbose mode.
WWW: http://python.net/~gherman/pycount.html
PR: ports/108996
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org> |