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-django-piston Piston is a Django mini-framework creating APIs
0.2.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 0.2.3_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Abandoned upstream. Doesn't work with django>=1.6
Expired This port expired on: 2016-11-06
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: 2011-11-02 01:45:33
Last Update: 2016-11-06 18:06:43
SVN Revision: 425574
Also Listed In: python
License: not specified in port
WWW:
https://bitbucket.org/jespern/django-piston
Description:
A mini-framework for Django for creating RESTful APIs. Piston is a relatively small Django application that lets you create application programming interfaces (API) for your sites. It has several unique features: * Ties into Django's internal mechanisms. * Supports OAuth out of the box (as well as Basic/Digest or custom auth.) * Doesn't require tying to models, allowing arbitrary resources. * Speaks JSON, YAML, Python Pickle & XML (and HATEOAS.) * Ships with a convenient reusable library in Python * Respects and encourages proper use of HTTP (status codes, ...) * Has built in (optional) form validation (via Django), throttling, etc. * Supports streaming, with a small memory footprint. WWW: https://bitbucket.org/jespern/django-piston
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}django-piston>0:www/py-django-piston@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py27-django-piston
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (django-piston-0.2.3.tar.gz) = fb015137ceb7934f4645f7eb91a05d7bd63ef6bb1bd84f557ce55fac38e38ae9 SIZE (django-piston-0.2.3.tar.gz) = 34319

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

Configuration Options:
No options to configure
Options name:
N/A
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/d/django-piston/
  2. https://pypi.python.org/packages/source/d/django-piston/
Collapse this list.

Number of commits found: 10

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.2.3_1
06 Nov 2016 18:06:43
Revision:425574Original commit files touched by this commit
rene search for other commits by this committer
Remove expired port:
2016-11-06 www/py-django-piston: Abandoned upstream. Doesn't work with
django>=1.6
0.2.3_1
06 Oct 2016 17:52:01
Revision:423428Original commit files touched by this commit
rm search for other commits by this committer
www/py-django-piston: mark deprecated

This package is abandoned upstream and doesn't works with any django version
in ports tree. Last release is from 2011.
Mark deprecated and set to expire at 2016-11-06
0.2.3_1
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
0.2.3_1
16 Jan 2016 09:52:37
Revision:406203Original commit files touched by this commit Sanity Test Failure
miwi search for other commits by this committer
- Switch all ports to www/py-django18
- Bump PORTREVISION
0.2.3
03 Jan 2015 08:41:21
Revision:376109Original commit files touched by this commit
mva search for other commits by this committer
- Convert USE_PYTHON to new USES in www/

With hat:	python@
0.2.3
02 Dec 2014 22:40:57
Revision:373790Original commit files touched by this commit
bapt search for other commits by this committer
Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year

PR:		195059
0.2.3
29 Jan 2014 15:39:37
Revision:341751Original commit files touched by this commit
miwi search for other commits by this committer
- Convert to PYDISTUTILS_AUTOPLIST=	yes
- Stage support
- Bump PORTREVISION
0.2.3
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)
0.2.3
28 Jun 2013 02:21:25
Revision:321924Original commit files touched by this commit
clsung search for other commits by this committer
- Update to 0.2.3
0.2.2.1
02 Nov 2011 01:45:20
Original commit files touched by this commit
clsung search for other commits by this committer
A mini-framework for Django for creating RESTful APIs.

Piston is a relatively small Django application that lets you
create application programming interfaces (API) for your sites.

It has several unique features:

 * Ties into Django's internal mechanisms.
 * Supports OAuth out of the box (as well as Basic/Digest or custom auth.)
 * Doesn't require tying to models, allowing arbitrary resources.
 * Speaks JSON, YAML, Python Pickle & XML (and HATEOAS.)
 * Ships with a convenient reusable library in Python
 * Respects and encourages proper use of HTTP (status codes, ...)
 * Has built in (optional) form validation (via Django), throttling, etc.
 * Supports streaming, with a small memory footprint.

WWW: https://bitbucket.org/jespern/django-piston

Number of commits found: 10