Port details |
- py-django-app-plugins Reusable django application for writing pluggable reusable django applications
- 0.1.1_2 www
=0 0.1.1_2Version of this port present on the latest quarterly branch.
- BROKEN: Unfetchable (google code has gone away)
DEPRECATED: Unfetchable for more than six months (google code has gone away) This port expired on: 2017-04-30 IGNORE: is marked as broken: Unfetchable (google code has gone away)
- Maintainer: ports@caomhin.org
- Port Added: 2009-12-12 13:50:29
- Last Update: 2017-04-30 15:47:52
- SVN Revision: 439826
- Also Listed In: python
- License: not specified in port
- WWW:
- http://code.google.com/p/django-app-plugins/
- Description:
- Reusable django application for writting pluggable reusable django applications.
Allows 3rd party apps to dynamically insert template inclusions into your apps
at pre-defined plugin points.
WWW: http://code.google.com/p/django-app-plugins/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- 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-app-plugins>0:www/py-django-app-plugins@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py27-django-app-plugins
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (django-app-plugins-0.1.1.tar.gz) = c7a12e89121820c3dbe694bd3bace8df33b27bf6c10e6c79388e9bb4578d1a78
SIZE (django-app-plugins-0.1.1.tar.gz) = 9563
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- python2 : lang/python2
- Runtime dependencies:
-
- django-admin.py : www/py-django18
- py27-setuptools27>0 : devel/py-setuptools27
- python2.7 : lang/python27
- python2 : lang/python2
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.1_2 30 Apr 2017 15:47:52 |
ler |
2017-04-30 devel/stormlib-ghost++: Unfetchable for more than six months (google
code has gone away)
2017-04-30 devel/py-coil: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/py-cmdln: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/privman: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/c-unit: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/py-px: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/nglogc: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/bncsutil-ghost++: Unfetchable for more than six months (google
code has gone away)
2017-04-30 devel/liblouisxml: Unfetchable for more than six months (google code
has gone away)
2017-04-30 devel/nxt-python: Unfetchable for more than six months (google code
has gone away)
2017-04-30 devel/spdict: Unfetchable for more than six months (google code has
gone away)
2017-04-30 devel/guiloader-c++: Unfetchable for more than six months (google
code has gone away)
2017-04-30 devel/streamhtmlparser: Unfetchable for more than six months (google
code has gone away)
2017-04-30 devel/winpdb: Unfetchable for more than six months (google code has
gone away)
2017-04-30 net/opendpi: Unfetchable for more than six months (google code has
gone away) (Only the first 15 lines of the commit message are shown above ) |
0.1.1_2 03 Mar 2017 16:00:20 |
mat |
Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.
In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed. The remaining must not
be of use to anyone.
With hat: portmgr
Sponsored by: Absolight |
0.1.1_2 14 Sep 2016 15:59:34 |
mat |
GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN
Some ports have a local mirror configured but for security reasons, it
is not considered upstream.
Sponsored by: Absolight |
0.1.1_2 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.1.1_2 16 Jan 2016 09:52:37 |
miwi |
- Switch all ports to www/py-django18
- Bump PORTREVISION |
0.1.1_1 14 May 2015 10:15:09 |
mat |
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.1.1_1 18 Oct 2014 19:04:11 |
rm |
www/py-django-app-plugins: convert to USES=python
- convert to USES=python
- limit python version to 2.x:
"""
File "/usr/local/lib/python3.4/site-packages/app_plugins/models.py", line 24
if not is_valid_label(name): raise RuntimeError, u"invalid label: " + name
^
SyntaxError: invalid syntax
"""
Approved by: portmgr (blanket) |
0.1.1_1 29 Jan 2014 15:27:52 |
miwi |
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION |
0.1.1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.1.1 02 Aug 2012 09:02:45 |
cs |
- Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
A/An, etc.) |
0.1.1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.1.1 12 Dec 2009 13:50:10 |
miwi |
Reusable django application for writting pluggable reusable django applications.
Allows 3rd party apps to dynamically insert template inclusions into your apps
at pre-defined plugin points.
WWW: http://code.google.com/p/django-app-plugins/
PR: ports/141336
Submitted by: Kevin Golding <ports at caomhin.org> |