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-overextends Django reusable app enabling circular template inheritance
0.4.3_2 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.4.3_2Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: No longer maintained, not compatible with Django 2.0+
Expired This port expired on: 2020-07-15
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-11-23 21:10:58
Last Update: 2020-07-18 21:27:12
SVN Revision: 542534
Also Listed In: python
License: BSD2CLAUSE
WWW:
https://github.com/stephenmcd/django-overextends
Description:
A Django reusable app providing the overextends template tag, a drop-in replacement for Django's extends tag, which allows you to use circular template inheritance. The primary use-case for overextends is to simultaneously override and extend templates from other reusable apps, in your own Django project. WWW: https://github.com/stephenmcd/django-overextends
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-overextends>0:www/py-django-overextends@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py37-django-overextends
Package flavors (<flavor>: <package>)
  • py37: py37-django-overextends
  • py27: py27-django-overextends
distinfo:
TIMESTAMP = 1491819285 SHA256 (django-overextends-0.4.3.tar.gz) = f53bfcec62731d1b4811745616ddefa849faee98874b01bbabd794381cbb8261 SIZE (django-overextends-0.4.3.tar.gz) = 8122

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. py37-setuptools>0 : devel/py-setuptools@py37
  2. python3.7 : lang/python37
Runtime dependencies:
  1. py37-django111>=1.11 : www/py-django111@py37
  2. py37-sphinx-me>=0.1.2 : textproc/py-sphinx-me@py37
  3. py37-setuptools>0 : devel/py-setuptools@py37
  4. python3.7 : lang/python37
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. textproc/pootle*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

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-overextends/
  2. https://pypi.org/packages/source/d/django-overextends/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.4.3_2
18 Jul 2020 21:27:12
Revision:542534Original commit files touched by this commit
rene search for other commits by this committer
Remove expired ports:

2020-07-15 www/py-django-subdomains: No longer maintained, not compatible with
Django 2.0+
2020-07-15 www/py-django-datetime-widget: No longer maintained, not compatible
with Django 2.1
2020-07-15 www/py-django-openid-auth: No longer maintained, not compatible with
Django 2.0+, please use www/py-django-allauth instead
2020-07-15 www/py-django-overextends: No longer maintained, not compatible with
Django 2.0+
0.4.3_2
29 Jun 2020 16:17:03
Revision:540805Original commit files touched by this commit
sunpoet search for other commits by this committer
Mark DEPRECATED and set EXPIRATION_DATE to 2020-07-15

PR:		247590
Submitted by:	kai
0.4.3_2
08 Mar 2019 14:45:50
Revision:495043Original commit files touched by this commit
antoine search for other commits by this committer
Remove dependency on the django metaport

With hat:	portmgr
0.4.3_1
19 Jan 2019 20:41:41
Revision:490749Original commit files touched by this commit
sunpoet search for other commits by this committer
Add LICENSE_FILE

- Take maintainership
0.4.3_1
19 Jan 2019 16:48:20
Revision:490724Original commit files touched by this commit
rene search for other commits by this committer
Drop a bunch of Python ports which were primarily used for Pootle.
0.4.3_1
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
0.4.3_1
06 Mar 2018 22:45:36
Revision:463771Original commit files touched by this commit
rene search for other commits by this committer
Use the Django meta-port for my Django port to avoid conflicts between them.

Bump PORTREVISIONs
0.4.3
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
Convert Python ports to FLAVORS.

  Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.4.3
11 Apr 2017 18:24:20
Revision:438300Original commit files touched by this commit
rene search for other commits by this committer
www/py-django-overextends: update to 0.4.3

Submitted by:	portscout
0.4.2
21 Aug 2016 00:18:53
Revision:420535Original commit files touched by this commit
rene search for other commits by this committer
www/py-django-overextends: update to 0.4.2 (updates supported Django versions)
0.4.1_2
27 Apr 2016 18:22:13
Revision:414126Original commit files touched by this commit
rene search for other commits by this committer
www/py-django-overextends: add dependency on textproc/py-sphinx-me, found
while testing an update to textproc/pootle

Bump PORTREVISION
0.4.1_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.4.1_1
16 Jan 2016 11:19:09
Revision:406208Original commit files touched by this commit
miwi search for other commits by this committer
- Switch forgotten ports over to py-django18
- Fix PYTHON_PKGNAMEPREFIX

Reported by:    antoinebot
0.4.1_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.4.1
25 Dec 2015 07:04:07
Revision:404403Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update MAINTAINER: use @FreeBSD.org
0.4.1
21 Dec 2015 18:57:53
Revision:404182Original commit files touched by this commit
rene search for other commits by this committer
www/py-django-overextends: update to 0.4.1

This release adds support for Django 1.9
0.4.0
23 Nov 2015 21:10:50
Revision:402329Original commit files touched by this commit
rene search for other commits by this committer
A Django reusable app providing the overextends template tag, a drop-in
replacement for Django's extends tag, which allows you to use circular
template inheritance.

The primary use-case for overextends is to simultaneously override and extend
templates from other reusable apps, in your own Django project.

WWW: https://github.com/stephenmcd/django-overextends

Number of commits found: 17