Port details |
- py-django_compressor Compresses linked and inline JavaScript/CSS into a single cached file
- 4.5 www =2 4.5Version of this port present on the latest quarterly branch.
- Maintainer: ultima@FreeBSD.org
- Port Added: 2011-11-25 18:45:56
- Last Update: 2024-06-17 19:36:06
- Commit Hash: b1f121a
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/jezdez/django_compressor
- Description:
- Django Compressor combines and compresses linked and inline Javascript or
CSS in a Django template into cacheable static files by using the compress
template tag.
- ¦ ¦ ¦ ¦
- 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_compressor>0:www/py-django_compressor@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/www/py-django_compressor/ && make install clean
- To add the package, run one of these commands:
- pkg install www/py-django_compressor
- pkg install py311-django_compressor
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_compressor listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-django_compressor
- Package flavors (<flavor>: <package>)
- py311: py311-django_compressor
- distinfo:
- TIMESTAMP = 1718652678
SHA256 (django_compressor-4.5.tar.gz) = 9d98c905b741be6cb09ad828c1d22a9ff9244dd08823e2926af8ddd1871c3c65
SIZE (django_compressor-4.5.tar.gz) = 422011
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-versiontools>=1.8.2 : devel/py-versiontools@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-django-appconf>=1.0.2 : www/py-django-appconf@py311
- py311-rcssmin>=1.1.0 : archivers/py-rcssmin@py311
- py311-rjsmin>=1.2.0 : archivers/py-rjsmin@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- www/py-django-libsass
- www/py-horizon
Configuration Options:
- ===> The following configuration options are available for py311-django_compressor-4.5:
BEAUTIFULSOUP=off: Enable BeautifulSoupParser
HTML5LIB=off: Enable Html5LibParser
LXML=off: Enable LxmlParser
===> Use 'make config' to modify these settings
- Options name:
- www_py-django_compressor
- USES:
- python
- 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 |
4.5 17 Jun 2024 19:36:06 |
Richard Gallamore (ultima) |
www/py-django_compressor: Update to 4.5
Changes: https://django-compressor.readthedocs.io/en/stable/changelog.html |
4.4 27 Aug 2023 16:28:31 |
Richard Gallamore (ultima) |
www/py-django_compressor: Update to 4.4
Changes: https://django-compressor.readthedocs.io/en/stable/changelog.html |
4.1 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> |
4.1 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) |
4.1 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 ) |
4.1 12 Aug 2022 06:42:01 |
Richard Gallamore (ultima) |
www/py-django_compressor: Updated to 4.1
Changes: https://django-compressor.readthedocs.io/en/stable/changelog.html |
4.0 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
4.0 07 May 2022 21:55:26 |
Richard Gallamore (ultima) |
www/py-django_compressor: Updated to 4.0
Changes: https://django-compressor.readthedocs.io/en/stable/changelog.html |
3.1 11 Jan 2022 22:25:11 |
Richard Gallamore (ultima) |
www/py-django_compressor: Update to 3.1
Changes: https://django-compressor.readthedocs.io/en/stable/changelog.html |
2.4_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.4_1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.4 17 Jan 2020 06:45:00 |
ultima |
Updated to 2.4
Changes: https://django-compressor.readthedocs.io/en/stable/changelog/ |
2.3 01 Jun 2019 08:19:59 |
ultima |
Updated to 2.3
Changes: https://django-compressor.readthedocs.io/en/stable/changelog/ |
2.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 |
2.2 14 Apr 2018 18:13:56 |
ultima |
* Updated to 2.2
* Take maintainership, inactive maintainer
PR: 226542 |
2.0_1 08 Jan 2018 15:47:22 |
mat |
www/py-slimit only supports Python 2.7.
Sponsored by: Absolight |
2.0_1 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 ) |
2.0_1 26 Apr 2016 12:44:11 |
mat |
Fix run dependencies.
PR: 208839
Submitted by: Ultima1252 gmail com
Sponsored by: Absolight |
2.0 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
2.0 27 Mar 2016 22:16:45 |
amdmi3 |
- Update to 2.0
- While here, add NO_ARCH
PR: 207943
Submitted by: jochen@jochen-neumeister.de
Approved by: changlp@cs.nctu.edu.tw (maintainer) |
1.4_1 16 Jan 2016 09:52:37 |
miwi |
- Switch all ports to www/py-django18
- Bump PORTREVISION |
1.4 31 Dec 2014 06:41:04 |
koobs |
www/py-django_compressor: Update to 1.4
- Update to 1.4
- Update Python bits to USES / USE_PYTHON
- Extend Python compatibility to 3.x
- Add SLIMIT option
- Switch BeautifulSoup dependency to 4.x
- Update pkg-desc
PR: 191387
Submitted by: Melvyn Sopacua <melvyn magemana nl>
Approved by: maintainer timeout (4 months) |
1.1.2_1 20 Jun 2014 07:44:23 |
adamw |
Use OPTIONS helpers, and change NOPORTDOCS reference to DOCS. |
1.1.2_1 29 Jan 2014 15:56:23 |
miwi |
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- bump PORTREVISION |
1.1.2 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.1.2 13 Jan 2014 21:00:04 |
rene |
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) |
1.1.2 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.1.2 14 Aug 2012 03:42:11 |
rm |
- convert to optionsNG
while here:
- make it depend on www/py-beautifulsoup32 instead, because it is the
something that this code is looking for
- do not bump PORTREVISION, because this dependency is not default
- tab -> space in pkg-descr:WWW
PR: 170190
Submitted by: Lung-Pin Chang <changlp at cs.nctu.edu dot tw> (maintainer) |
1.1.2 29 Jul 2012 11:17:04 |
cs |
Fix typos in COMMENT
Approved by: portmgr@ (implicit) |
1.1.2 13 Apr 2012 18:38:31 |
rm |
- update to 1.1.2 [1]
- add license (MIT)
- add missing dependencies on devel/py-versiontools and www/py-django-appconf
- strict to python <=2.7
PR: 166841 [1]
Submitted by: Lung-Pin Chang <changlp at cs.nctu.edu dot tw> (maintainer) |
0.9.2 25 Nov 2011 18:45:35 |
miwi |
Django Compressor combines and compresses linked and
inline Javascript or CSS in a Django templates into
cacheable static files by using the compress template tag.
WWW: https://github.com/jezdez/django_compressor
PR: ports/159083
Submitted by: Lung-Pin Chang <changlp@cs.nctu.edu.tw>
Feature safe: yes |