Port details |
- py-django-appconf Helper class for handling configuration defaults gracefully
- 1.1.0_1 www
=2 1.0.6Version of this port present on the latest quarterly branch. - Maintainer: python@FreeBSD.org
 - Port Added: 2012-04-13 18:36:08
- Last Update: 2025-03-08 04:05:21
- Commit Hash: 06a08e6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://django-appconf.readthedocs.io/en/latest/
- https://github.com/django-compressor/django-appconf
- Description:
- A helper class for handling configuration defaults of packaged Django apps
gracefully.
 ¦ ¦ ¦ ¦ 
- 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-appconf>0:www/py-django-appconf@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-django-appconf/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-django-appconf
- pkg install py311-django-appconf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-django-appconf listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-django-appconf
- Package flavors (<flavor>: <package>)
- py311: py311-django-appconf
- distinfo:
- TIMESTAMP = 1739930330
SHA256 (django-appconf-1.1.0.tar.gz) = 9fcead372f82a0f21ee189434e7ae9c007cbb29af1118c18251720f3d06243e4
SIZE (django-appconf-1.1.0.tar.gz) = 15986
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- www/py-django-statici18n
- www/py-django_compressor
Configuration Options:
- No options to configure
- Options name:
- www_py-django-appconf
- USES:
- python:3.9+
- 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 |
1.1.0_1 08 Mar 2025 04:05:21
    |
Charlie Li (vishwin)  |
python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removal
Any missed ports, feel free to bump.
Any ports that need setuptools at runtime can have the devel/py-setuptools
manually added back to RUN_DEPENDS, but understand that this practice
is deprecated; see CHANGES for details. |
1.1.0 19 Feb 2025 11:56:46
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-django-appconf: Update to 1.1.0
Changes: https://github.com/django-compressor/django-appconf/blob/develop/docs/changelog.rst |
1.0.6 27 Nov 2023 10:30:06
    |
Po-Chuan Hsieh (sunpoet)  |
www/py-django-appconf: Update to 1.0.6
- Update WWW
Changes: https://github.com/django-compressor/django-appconf/blob/develop/docs/changelog.rst |
1.0.5 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.0.5 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.5 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.5 30 May 2022 12:57:31
    |
Ruslan Makhmatkhanov (rm)  |
django: Reset maintainership of ports I'm not using anymore |
1.0.5 15 Feb 2022 18:23:52
    |
Richard Gallamore (ultima)  |
www/py-django-appconf: Updated to 1.0.5
This version supports Django up to 4.0.
Changes:
https://github.com/django-compressor/django-appconf/compare/v1.0.2..v1.0.5
PR: 261918
Approved by: rm (maintainer) |
1.0.2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0.2 28 Dec 2020 23:02:15
  |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.0.2 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.0.2 29 Dec 2017 09:01:54
  |
antoine  |
Simplify some USES=python
With hat: portmgr |
1.0.2 30 Nov 2017 15:50:34
  |
mat  |
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 ) |
1.0.2 29 Jul 2016 13:01:54
  |
rm  |
www/py-django-appconf: update to 1.0.2 |
1.0.1_1 01 Apr 2016 14:33:58
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.0.1_1 16 Jan 2016 09:52:37
  |
miwi  |
- Switch all ports to www/py-django18
- Bump PORTREVISION |
1.0.1 21 Feb 2015 23:02:29
  |
rm  |
www/py-django-appconf: update to 1.0.1 |
0.6_1 18 Oct 2014 19:02:00
  |
rm  |
Convert to USES=python |
0.6_1 15 Feb 2014 11:09:53
  |
rm  |
- do not use easy_install, convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate
- bump PORTREVISION |
0.6 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.6 12 Feb 2013 18:29:56
  |
rm  |
- update to 0.6
- trim Makefile header
- remove indefinite article from COMMENT
- change USE_PYTHON to ``yes'' (python3 is now supported too)
- tab -> space change in pkg-descr:WWW
Reported by: portscout |
0.5 13 Apr 2012 18:35:34
 |
rm  |
A helper class for handling configuration defaults of packaged Django apps
gracefully.
WWW: http://django-appconf.readthedocs.org/ |