notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py2html Python Highlighter for HTML
0.7_1 textproc Deleted on this many watch lists=4 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.7_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Unmaintained, uses EOLed python27
Expired 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 search for ports maintained by this maintainer
Port Added: 2001-08-28 20:58:15
Last Update: 2020-01-27 17:18:16
SVN Revision: 524265
People watching this port, also watch:: unix2dos, links, sudo, python
Also Listed In: python www
License: not specified in port
Description:
Py2html is a console/CGI library that beautifies python source files.
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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:
  • py2html-py27>0:textproc/py2html
No installation instructions:
This port has been deleted.
PKGNAME: py2html-py27
Package flavors (<flavor>: <package>)
  • py27: py2html-py27
distinfo:
SHA256 (py2html-0.7.tar.gz) = c79f317c48642ac77f70c1314761ae193c1ef989c2ed4f2280ffd7c9a5aa6ae2 SIZE (py2html-0.7.tar.gz) = 7546

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
Runtime dependencies:
  1. py27-setuptools>0 : devel/py-setuptools@py27
  2. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
python:2.7 shebangfix
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (4 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/perky/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/perky/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/perky/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/perky/
Collapse this list.

Number of commits found: 22

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.7_1
27 Jan 2020 17:18:16
Revision:524265Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports (part 2):

2020-01-27 security/kedpm: Unmaintained, uses EOLed python27
2020-01-27 security/parano: Unmaintained, uses EOLed python27
2020-01-27 security/py-cryptkit: Unmaintained, uses EOLed python27
2020-01-27 security/py-fchksum: Unmaintained, uses EOLed python27
2020-01-27 security/py-mhash: Unmaintained, uses EOLed python27
2020-01-27 security/py-pow: Unmaintained, uses EOLed python27
2020-01-27 security/py-pycryptopp: Unmaintained, uses EOLed python27
2020-01-27 security/py-trustedpickle: Unmaintained, uses EOLed python27
2020-01-27 security/py-twofish: Unmaintained, uses EOLed python27
2020-01-27 security/revelation: Unmaintained, uses EOLed python27
2020-01-27 security/spike-proxy: Unmaintained, uses EOLed python27
2020-01-27 security/umit: Unmaintained, uses EOLed python27
2020-01-27 sysutils/feather: Unmaintained, uses EOLed python27
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.7_1
26 Dec 2019 07:54:29
Revision:520894Original commit files touched by this commit
antoine search for other commits by this committer
Deprecate a few ports

With hat:	portmgr
0.7_1
19 Feb 2018 11:10:43
Revision:462307Original commit files touched by this commit
antoine search for other commits by this committer
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
0.7
19 Oct 2015 14:50:52
Revision:399684Original commit files touched by this commit
amdmi3 search for other commits by this committer
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
0.7
29 Jul 2015 22:09:55
Revision:393196Original commit files touched by this commit
antoine search for other commits by this committer
Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for ports
using python

PR:		201077
Reviewed by:	mat
With hat:	portmgr
Differential Revision:	https://reviews.freebsd.org/D2955
0.7
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
0.7
09 Dec 2014 19:43:16
Revision:374423Original commit files touched by this commit
antoine search for other commits by this committer
Remove duplicate plist
0.7
07 Dec 2014 10:01:37
Revision:374183Original commit files touched by this commit
mva search for other commits by this committer
- Convert textproc/ to USES=python

With hat:	python@
0.7
17 Aug 2014 12:29:07
Revision:365179Original commit files touched by this commit
mva search for other commits by this committer
- Remove deprecated INSTALLS_EGGINFO knob. Since the ports use distutils,
  there is no need to touch the plist.

With hat:	python@
0.7
09 Aug 2014 15:44:28
Revision:364450Original commit files touched by this commit
mva search for other commits by this committer
Convert the Python framework bits to USES=python.

Please use USES=python instead of USE_PYTHON.

  USE_PYTHON=yes becomes USES=python
  USE_PYTHON=2.7+ becomes USES=python:2.7+
  USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build
  ...

A new PYTHON_FEATURES variable was added, which enables certain features for a
port and replaces some knobs at the same time;

  PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS
  PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST
  PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.7
20 Sep 2013 23:17:32
Revision:327773Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
0.7
03 Jul 2011 14:40:25
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.7
23 May 2010 21:16:16
Original commit files touched by this commit
linimon search for other commits by this committer
Reset perky@FreeBSD.org due to maintainer-timeouts and no response
to email.

Hat:            portmgr
0.7
30 Jul 2007 09:42:28
Original commit files touched by this commit
alexbl search for other commits by this committer
 - 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.7
24 Jan 2006 03:10:24
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
0.7
18 Mar 2004 07:38:48
Original commit files touched by this commit
perky search for other commits by this committer
Add SIZE data.

Submitted by:   trevor
0.7
25 Feb 2003 06:25:36
Original commit files touched by this commit
perky search for other commits by this committer
De-pkg-comment for my ports.
0.7
01 Jul 2002 17:35:18
Original commit files touched by this commit
perky search for other commits by this committer
Change master site to MASTER_SITE_LOCAL
0.7
25 Jun 2002 07:50:58
Original commit files touched by this commit
perky search for other commits by this committer
Updating my email address.

Approved by: cjh (mentor)
12 Mar 2002 02:44:40
Original commit files touched by this commit
pat search for other commits by this committer
Update to 0.7

PR:             35743
Submitted by:   maintainer
28 Jan 2002 16:12:39
commit hash: fp1.24062@dev.null.freshports.orgcommit hash: fp1.24062@dev.null.freshports.orgcommit hash: fp1.24062@dev.null.freshports.orgcommit hash: fp1.24062@dev.null.freshports.org files touched by this commit
pat search for other commits by this committer
Update maintainer email address    
29 Aug 2001 00:58:15
commit hash: fp1.18029@dev.null.freshports.orgcommit hash: fp1.18029@dev.null.freshports.orgcommit hash: fp1.18029@dev.null.freshports.orgcommit hash: fp1.18029@dev.null.freshports.org files touched by this commit
petef search for other commits by this committer
add py2html 0.6   Python Highlighter for HTML    

Number of commits found: 22