Port details |
- py-typogrify Filters to enhance web typography, including support for Django and Jinja templates
- 2.1.0 textproc
=4 2.0.7Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2021-04-16 21:12:06
- Last Update: 2025-02-19 11:54:51
- Commit Hash: 57c2360
- People watching this port, also watch:: libXdamage, libevent, py311-beautifulsoup, autoconf, libexif
- License: BSD3CLAUSE
- WWW:
- https://github.com/justinmayer/typogrify
- Description:
- Typogrify provides a set of custom filters that automatically apply various
transformations to plain text in order to yield typographically-improved HTML.
While often used in conjunction with Jinja and Django template systems, the
filters can be used in any environment.
¦ ¦ ¦ ¦ 
- 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}typogrify>0:textproc/py-typogrify@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-typogrify/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-typogrify
- pkg install py311-typogrify
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-typogrify listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-typogrify
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1739930210
SHA256 (typogrify-2.1.0.tar.gz) = f0aa004e98032a6e6be4c9da65e7eb7150e36ca3bf508adbcda82b4d003e61ee
SIZE (typogrify-2.1.0.tar.gz) = 28622
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-hatchling>=0 : devel/py-hatchling@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-smartypants>=1.8.3 : textproc/py-smartypants@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- devel/libsoup3
- for Run
-
- textproc/py-gi-docgen
-
Deleted ports which required this port:
- * - 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:
- textproc_py-typogrify
- USES:
- python:3.9+ shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.0 19 Feb 2025 11:54:51
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-typogrify: Update to 2.1.0
- Add GitHub to MASTER_SITES
- Update WWW
- Convert to USE_PYTHON=pep517
- Update pkg-descr
- Take maintainership
Changes: https://github.com/justinmayer/typogrify/releases |
2.0.7 19 Feb 2025 02:34:48
    |
Neel Chauhan (nc)  |
textproc/py-typogrify: reset MAINTAINER |
2.0.7 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> |
2.0.7 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) |
2.0.7 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 ) |
2.0.7 17 Apr 2021 16:08:11
    |
Neel Chauhan (nc)  |
textproc/py-typogrify: Set python version to 3.6+
PR: 255140
Reported by: daniel.engberg.lists AT pyret DOT net |
2.0.7 16 Apr 2021 21:09:02
    |
Neel Chauhan (nc)  |
New port: textproc/py-typogrify: Filters to enhance web typography |
Number of commits found: 8
|