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
quixote Framework for developing web applications in Python
2.7 www Deleted on this many watch lists=3 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.7Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
Expired This port expired on: 2014-08-31
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-09-18 07:51:38
Last Update: 2014-09-02 10:47:10
SVN Revision: 366983
People watching this port, also watch:: dovecot, courier-imap, python, subversion
Also Listed In: python
License: not specified in port
WWW:
http://quixote.ca/
Description:
Quixote is yet another framework for developing Web applications in Python. The design goals were: - To allow easy development of Web applications where the accent is more on complicated programming logic than complicated templating. - To make the templating language as similar to Python as possible, in both syntax and semantics. The aim is to make as many of the skills and structural techniques used in writing regular Python code applicable to Web applications built using Quixote - No magic. When it's not obvious what to do in a certain case, Quixote refuses to guess Quixote works by using a Python package to store all the code and HTML for a Web-based application. There's a simple framework for publishing code and objects on the Web, and the publishing loop can be customized by subclassing the Publisher class. You can think of it as a toolkit to build your own smaller, simpler version of Zope, specialized for your application. See also: http://www.amk.ca/python/writing/mx-architecture/ WWW: http://quixote.ca/
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:
  • quixote>0:www/quixote
No installation instructions:
This port has been deleted.
PKGNAME: quixote
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

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-setuptools27>0 : devel/py-setuptools27
  2. python2.7 : lang/python27
  3. python2 : lang/python2
Runtime dependencies:
  1. qpcheck.py : www/py-qpy
  2. py27-setuptools27>0 : devel/py-setuptools27
  3. python2.7 : lang/python27
  4. python2 : lang/python2
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (3 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/
  2. http://dryice.name/computer/FreeBSD/distfiles/
  3. http://quixote.ca/releases/
Collapse this list.

Number of commits found: 47

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.7
02 Sep 2014 10:47:10
Revision:366983Original commit files touched by this commit
bapt search for other commits by this committer
Remove non staged ports without pending PR from www
2.7
06 Aug 2014 09:11:58
Revision:364158Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category W.

CR:		D510
Approved by:	portmgr (bapt)
2.7
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.7
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.7
28 Mar 2013 16:29:01
Revision:315487Original commit files touched by this commit
eadler search for other commits by this committer
Style: tab -> space.

Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree.
2.7
13 May 2012 20:10:30
Original commit files touched by this commit
rm search for other commits by this committer
- strict python version to 2.x only
- update WWW
2.7
02 Jun 2011 14:08:13
Original commit files touched by this commit
dryice search for other commits by this committer
update to 2.7
2.6_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.6
29 Dec 2010 07:03:16
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use canonical format for ports@FreeBSD.org MAINTAINER addresses
- Remove obsolete MD5 checksum while I'm here
2.6
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.6
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.6
22 Jul 2009 21:03:13
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Update to 2.6
2.5
18 Dec 2008 02:24:04
Original commit files touched by this commit
linimon search for other commits by this committer
Reassign ports maintained by dryice@ for now due to other commitments.

Hat:    portmgr
2.5
07 Jan 2008 11:42:32
Original commit files touched by this commit
dryice search for other commits by this committer
- update to 2.5
- now Python 2.5 compitable
- depends on www/py-qpy
- update my mail address
2.4
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.4
05 Nov 2006 08:20:11
Original commit files touched by this commit
miwi search for other commits by this committer
- Set python 2.3-24

PR:             ports/105163
Submitted by:   Dryice Liu <dryice@dryice.name> (maintainer)
Sponsored by:   FreeBSD Bug-a-thon #2
2.4
15 Mar 2006 18:21:26
Original commit files touched by this commit
garga search for other commits by this committer
- Fix MASTER_SITES

bsdchat.com is no longer available. Thanks for all their support!

PR:             ports/94459
Submitted by:   Dryice Liu <dryice@dryice.name> (maintainer)
2.4
11 Jan 2006 04:01:51
Original commit files touched by this commit
edwin search for other commits by this committer
[maintainer] change maintainer mail address

        I'm the maintainer(dryice@liu.com.cn) of the following
        ports. Please help to change the maintainer mail address to
        dryice@dryice.name. This new mail address has a RDNS record
        and will make the life easier. Thanks!

PR:             ports/91624
Submitted by:   Dryice Dong Liu <dryice@dryice.name>
2.4
15 Dec 2005 11:27:50
Original commit files touched by this commit
garga search for other commits by this committer
- Update to 2.4

PR:             ports/90421
Submitted by:   maintainer
2.3
21 Oct 2005 19:24:24
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 2.3

PR:             ports/87765
Submitted by:   Dryice Liu <dryice@hotpop.com> (maintainer)
2.2
28 Sep 2005 12:45:47
Original commit files touched by this commit
flz search for other commits by this committer
- Update to 2.2.

PR:             ports/86660
Submitted by:   maintainer
2.1
04 Sep 2005 15:41:47
Original commit files touched by this commit
lawrance search for other commits by this committer
Update to 2.1

PR:             ports/84831
Submitted by:   Dryice Liu <dryice@hotpop.com> (maintainer)
2.0_1
20 Apr 2005 14:40:40
Original commit files touched by this commit
pav search for other commits by this committer
- Author repackaged distfile

PR:             ports/80146
Submitted by:   Dryice Liu <dryice@liu.com.cn> (maintainer)
2.0
13 Apr 2005 08:34:10
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 2.0
- Require python 2.3+

PR:             ports/79851
Submitted by:   Dryice Liu <dryice@liu.com.cn> (maintainer)
1.2
13 Jan 2005 00:20:28
Original commit files touched by this commit
edwin search for other commits by this committer
[maintainer update] 16 ports: add mirror MASTER_SITES

        Please add http://bsdchat.com/dist/dryice/ to the MASTER_SITES
        of the following ports. Thanks Clive Lin and bsdchat.com for
        the mirror space!

        chinese/xpdf
        deskutils/etask
        devel/cedet
        devel/ecb
        devel/eieio
        devel/ipython
        devel/kodos
        devel/semantic
        devel/xtla
        editors/speedbar
        editors/tree-widget
        games/emacs-chess
        net/tcping
        www/mod_scgi
        www/py-scgi
        www/quixote

PR:             ports/75743
Submitted by:   Dryice Liu <dryice@liu.com.cn>
1.2
05 Nov 2004 13:12:24
Original commit files touched by this commit
arved search for other commits by this committer
Update to 1.2

PR:             72903
Submitted by:   Dryice Liu
1.0
12 Jul 2004 13:17:28
Original commit files touched by this commit
vs search for other commits by this committer
Upgrade to 1.0, many changes. Please refer to
  http://www.mems-exchange.org/software/files/quixote/Quixote-1.0.tar.gz/CHANGES

PR:             ports/68882
Submitted by:   Dryice Liu (maintainer)
0.6.1
01 Jul 2004 02:54:07
Original commit files touched by this commit
linimon search for other commits by this committer
Give maintainership to submitter of most recent PR; the current
submitter had been unresponsive for quite some time.
0.6.1
30 Jun 2004 07:09:35
Original commit files touched by this commit
linimon search for other commits by this committer
Upgrade to 0.6.1; clean up pkg-plist file with macros; remove pkg-req, use
numbered USE_PYTHON macro instead.

PR:             ports/67573
Submitted by:   Dryice Liu <dryice at liu dot com dot cn>
Approved by:    maintainer timeout (3 weeks)
0.5.1
31 Mar 2004 03:12:58
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify (maintainer timeout)
0.5.1
01 Aug 2003 22:04:57
Original commit files touched by this commit
perky search for other commits by this committer
Fix python version detection routines to cope with python 2.3's
boolean representation.
0.5.1
07 Mar 2003 06:12:57
Original commit files touched by this commit
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
0.5.1
20 Oct 2002 20:11:50
Original commit files touched by this commit
wjv search for other commits by this committer
- Update to version 0.5.1
0.5
14 Jun 2002 13:26:59
Original commit files touched by this commit
wjv search for other commits by this committer
- Update to version 0.5
0.4.7
29 Apr 2002 19:17:13
Original commit files touched by this commit
ijliao search for other commits by this committer
use USE_PYDISTUTILS
0.4.7
24 Apr 2002 07:39:23
Original commit files touched by this commit
wjv search for other commits by this committer
- Update to version 0.4.7
0.4.6
17 Apr 2002 07:55:41
Original commit files touched by this commit
wjv search for other commits by this committer
- Update to version 0.4.6
01 Feb 2002 12:32:49
commit hash: fp1.24234@dev.null.freshports.orgcommit hash: fp1.24234@dev.null.freshports.orgcommit hash: fp1.24234@dev.null.freshports.orgcommit hash: fp1.24234@dev.null.freshports.org files touched by this commit
wjv search for other commits by this committer
- Update to version 0.4.4    
09 Jan 2002 14:49:55
commit hash: fp1.23088@dev.null.freshports.orgcommit hash: fp1.23088@dev.null.freshports.orgcommit hash: fp1.23088@dev.null.freshports.orgcommit hash: fp1.23088@dev.null.freshports.org files touched by this commit
wjv search for other commits by this committer
- Update to versoin 0.4.3    
14 Nov 2001 09:30:05
commit hash: fp1.20776@dev.null.freshports.orgcommit hash: fp1.20776@dev.null.freshports.orgcommit hash: fp1.20776@dev.null.freshports.orgcommit hash: fp1.20776@dev.null.freshports.org files touched by this commit
wjv search for other commits by this committer
- Update to version 0.4.2   - Ensure post-install target works when installing
to non-default $PREFIX    
22 Oct 2001 16:38:00
commit hash: fp1.19982@dev.null.freshports.orgcommit hash: fp1.19982@dev.null.freshports.orgcommit hash: fp1.19982@dev.null.freshports.orgcommit hash: fp1.19982@dev.null.freshports.org files touched by this commit
wjv search for other commits by this committer
- Add two forgotten files to pkg-plist (not my day!)   - Bump PORTREVISION again
to be on the safe side    
22 Oct 2001 16:30:34
commit hash: fp1.19981@dev.null.freshports.orgcommit hash: fp1.19981@dev.null.freshports.orgcommit hash: fp1.19981@dev.null.freshports.orgcommit hash: fp1.19981@dev.null.freshports.org files touched by this commit
wjv search for other commits by this committer
Add script file which was forgotten during previous commit.  :-(    
22 Oct 2001 16:27:19
commit hash: fp1.19980@dev.null.freshports.orgcommit hash: fp1.19980@dev.null.freshports.orgcommit hash: fp1.19980@dev.null.freshports.orgcommit hash: fp1.19980@dev.null.freshports.org files touched by this commit
wjv search for other commits by this committer
- After installation, compile the two installed template (.ptl) files (to    
.ptlc).  This ensures clean deinstallation in the (hopefully unusual)    
instance where a Quixote package was run by root.   - Bump PORTREVISION    
11 Oct 2001 09:46:13
commit hash: fp1.19588@dev.null.freshports.orgcommit hash: fp1.19588@dev.null.freshports.orgcommit hash: fp1.19588@dev.null.freshports.orgcommit hash: fp1.19588@dev.null.freshports.org files touched by this commit
wjv search for other commits by this committer
- Update to version 0.4.1   - Most of the changes in this version are aimed at
enhancing compatibility     with IIS on Microsoft platforms, and shouldn't
impact FreeBSD users.    
08 Oct 2001 16:44:09
commit hash: fp1.19496@dev.null.freshports.orgcommit hash: fp1.19496@dev.null.freshports.orgcommit hash: fp1.19496@dev.null.freshports.orgcommit hash: fp1.19496@dev.null.freshports.org files touched by this commit
wjv search for other commits by this committer
- Update to version 0.4    
18 Sep 2001 14:27:46
commit hash: fp1.18918@dev.null.freshports.orgcommit hash: fp1.18918@dev.null.freshports.orgcommit hash: fp1.18918@dev.null.freshports.orgcommit hash: fp1.18918@dev.null.freshports.org files touched by this commit
wjv search for other commits by this committer
- Add previously ommitted dependency on $PYDISTUTILS   - Bump PORTREVISION    
18 Sep 2001 11:51:38
commit hash: fp1.18913@dev.null.freshports.orgcommit hash: fp1.18913@dev.null.freshports.orgcommit hash: fp1.18913@dev.null.freshports.orgcommit hash: fp1.18913@dev.null.freshports.org files touched by this commit
wjv search for other commits by this committer
Add quixote 0.3, a framework for developing web applications in Python.    

Number of commits found: 47