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) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-cherrypy-old Pythonic, object-oriented web development framework
2.3.0_3,1 www Deleted on this many watch lists=0 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 2.3.0_3,1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Lates version is in tree and no dependent ports
Expired This port expired on: 2019-05-08
Maintainer: bofh@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-11-24 07:25:13
Last Update: 2019-05-09 15:03:38
SVN Revision: 501106
Also Listed In: python
License: BSD3CLAUSE
WWW:
http://www.cherrypy.org/
Description:
CherryPy is a pythonic, object-oriented web development framework. CherryPy allows developers to build web applications in much the same way they would build any other object-oriented Python program. This usually results in smaller source code developed in less time. CherryPy is now more than three years old and it is has proven very fast and stable. It is being used in production by many sites, from the simplest ones to the most demanding ones. WWW: http://www.cherrypy.org/
Homepage    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:
  • ${PYTHON_PKGNAMEPREFIX}cherrypy-old>0:www/py-cherrypy-old@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-cherrypy-old
Package flavors (<flavor>: <package>)
  • py27: py27-cherrypy-old
distinfo:
SHA256 (CherryPy-2.3.0.tar.gz) = a41e1b31ab723f50223b303991bb4e1a420a05deb2f4ab923a2ceadece4854cf SIZE (CherryPy-2.3.0.tar.gz) = 241999

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
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://download.cherrypy.org/cherrypy/2.3.0/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.3.0_3,1
09 May 2019 15:03:38
Revision:501106Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:
2019-05-08 databases/ruby-odbc: Broken for more than 6 months
2019-05-08 databases/rubygem-dbd-odbc: Broken for more than 6 months
2019-05-08 devel/dlangui: Broken for more than 6 months
2019-05-08 editors/dlangide: Broken for more than 6 months
2019-05-08 emulators/desmume: Broken for more than 6 months
2019-05-08 emulators/yabause: Broken for more than 6 months
2019-05-08 emulators/yape: Broken for more than 6 months
2019-05-08 games/armagetron: Broken for more than 6 months
2019-05-08 games/boswars: Broken for more than 6 months
2019-05-08 games/ceferino: Broken for more than 6 months
2019-05-08 games/chanta: Broken for more than 6 months
2019-05-08 games/d2x-xl: Broken for more than 6 months
2019-05-08 games/drcreep: Broken for more than 6 months
2019-05-08 games/frobtads: Broken for more than 6 months
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.3.0_3,1
07 Apr 2019 18:53:28
Revision:498306Original commit files touched by this commit
bofh search for other commits by this committer
www/py-cherrypy-old: Mark DEPRECATED

- Latest version is in tree and no dependent ports
- EXPIRATION set to 2019-05-08
2.3.0_3,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
2.3.0_2,1
24 Dec 2014 00:14:13
Revision:375378Original commit files touched by this commit
bofh search for other commits by this committer
Change my non-FreeBSD MAINTAINER mail to bofh@

Approved by:	bapt
2.3.0_2,1
18 Oct 2014 11:42:25
Revision:371115Original commit files touched by this commit
rm search for other commits by this committer
www/py-cherrypy-old: convert to USES=python

- convert to USES=python
- limit to python2 only:
  """
  Traceback (most recent call last):
    File "<string>", line 1, in <module>
    File "setup.py", line 65
      print s % (name, version, required_python_version)
          ^
  SyntaxError: invalid syntax
  """

Approved by:	portmgr (blanket)
2.3.0_2,1
24 May 2014 14:12:09
Revision:355030Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add LICENSE
- Use PYDISTUTILS_AUTOPLIST
- Remove PORTEXAMPLES
- Support STAGEDIR
- Bump PORTREVISION for package change
- Use single space after WWW:
- While I'm here, remove leading indefinite article from COMMENT

PR:		ports/189888
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
2.3.0_1,1
21 Jan 2014 23:40:23
Revision:340674Original commit files touched by this commit
bapt search for other commits by this committer
Fix properties on pkg-plist
2.3.0_1,1
13 Jan 2014 21:00:04
Revision:339634Original commit files touched by this commit
rene search for other commits by this committer
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)
2.3.0_1,1
20 Sep 2013 23:36:54
Revision:327776Original 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:
www)
2.3.0_1,1
18 Mar 2012 05:04:36
Original commit files touched by this commit
miwi search for other commits by this committer
- Set Portscout flags
- Pass maintainership to submitter

PR:             166196 165943 165915
Submitted by:   Muhammad Moinur Rahman <5u623l20@gmail.com>
Feature safe:   yes
2.3.0_1,1
25 Feb 2011 04:40:31
Original commit files touched by this commit
miwi search for other commits by this committer
- Move over to py25
- while here drop md5 support
- Small cleanups
2.3.0,1
21 Dec 2009 02:19:12
Original commit files touched by this commit
dougb search for other commits by this committer
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2.3.0,1
13 Dec 2009 16:28:06
Original commit files touched by this commit
miwi search for other commits by this committer
- Get rip python 2.3+

Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:       portmgr
2.3.0,1
02 Aug 2009 08:02:03
Original commit files touched by this commit
linimon search for other commits by this committer
Reset alexbl@FreeBSD.org due to maintainer-timeouts and no repsonse
to email.

Hat:            portmgr
2.3.0,1
18 Jan 2009 17:23:54
Original commit files touched by this commit
nivit search for other commits by this committer
- Update to 2.3.0
- Change download site
- Check for NOPORTEXAMPLES variable instead of WITH_EXAMPLES
- Don't mix %%PORTEXAMPLES%% with %%PYTHON_SITELIBDIR, and so make portlint
happy

PR:             ports/128844
Submitted by:   Wen Heping <wenheping at gmail dot com>
Approved by:    maintainer timeout (alexbl, 9 weeks), and because required by
PR: ports/130180
2.2.1,1
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
2.2.1,1
29 Jul 2007 13:34:25
Original commit files touched by this commit
pav search for other commits by this committer
- This port is no longer needed, so update to 2.2.1 to match py-cherrypy port,
  which is going to get updated to 3.0.1. This will be a dependency for
  news/sabnzbd now

Sounds like a good idea to:     alexbl (maintainer)
2.1.1,1
24 Nov 2006 23:01:29
Original commit files touched by this commit
alexbl search for other commits by this committer
 - add a missed PORTEPOCH
2.1.1
24 Nov 2006 07:24:35
Original commit files touched by this commit
alexbl search for other commits by this committer
 - repocopy of www/py-cherrypy to www/py-cherrypy-old
 - www/py-cherrypy-old is at 2.1.1 for TurboGears 0.8

PR:             101640
Submitted by:   self
Approved by:    Nicola Vitale <nivit@email.it> (www/py-cherrypy maintainer)

Number of commits found: 19