Port details |
- p5-TeX-Encode Encode/decode Perl utf-8 strings into TeX
- 2.010 textproc =2 2.010Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2006-05-15 16:45:09
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/TeX-Encode
- Description:
- This module provides encoding to LaTeX escapes from utf8 using mapping
tables in Pod::LaTeX and HTML::Entities. This covers only a subset of the
Unicode character table (undef warnings will occur for non-mapped chars).
Mileage will vary when decoding (converting TeX to utf8), as TeX is in
essence a programming language, and this module does not implement TeX.
I use this module to encode author names in BibTeX and to do a rough job
at presenting LaTeX abstracts in HTML. Using decode rather than seeing
$\sqrt{\Omega^2\zeta_n}$ you get something that looks like the formula.
The next logical step for this module is to integrate some level of TeX
grammar to improve the decoding, in particular to handle fractions and
font changes (which should probably be dropped).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-TeX-Encode>0:textproc/p5-TeX-Encode
- To install the port:
- cd /usr/ports/textproc/p5-TeX-Encode/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/p5-TeX-Encode
- pkg install p5-TeX-Encode
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-TeX-Encode
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1632227668
SHA256 (TeX-Encode-2.010.tar.gz) = 3f58f908ee272b4438cf338646941cb7d5201e4ebf5e7bf335d70d6fbb7399cf
SIZE (TeX-Encode-2.010.tar.gz) = 35865
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:
-
- p5-HTML-Parser>=3.35 : www/p5-HTML-Parser
- p5-Pod-LaTeX>=0.56 : textproc/p5-Pod-LaTeX
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-HTML-Parser>=3.35 : www/p5-HTML-Parser
- p5-Pod-LaTeX>=0.56 : textproc/p5-Pod-LaTeX
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- math/p5-Number-WithError-LaTeX
- for Run
-
- math/p5-Number-WithError-LaTeX
Configuration Options:
- No options to configure
- Options name:
- textproc_p5-TeX-Encode
- USES:
- perl5
- 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 |
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.010 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.010 20 Jul 2022 14:23:14 |
Tobias C. Berner (tcberner) |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.010 21 Sep 2021 22:23:54 |
Po-Chuan Hsieh (sunpoet) |
textproc/p5-TeX-Encode: Update to 2.010
Changes: https://metacpan.org/dist/TeX-Encode/changes |
2.009 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.009 24 Jul 2020 07:27:20 |
sunpoet |
Update to 2.009
Changes: https://metacpan.org/changes/distribution/TeX-Encode |
2.008 07 Apr 2020 14:35:37 |
sunpoet |
Update to 2.008
Changes: https://metacpan.org/changes/distribution/TeX-Encode |
2.007 13 Jan 2020 17:48:25 |
sunpoet |
Update to 2.007
Changes: https://metacpan.org/changes/distribution/TeX-Encode |
2.006 03 Jun 2019 07:53:58 |
wen |
- Update to 2.006 |
2.005 29 Jan 2019 22:08:32 |
sunpoet |
Update to 2.005
Changes: https://metacpan.org/changes/distribution/TeX-Encode |
2.004 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
2.004 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
2.004 22 Dec 2017 23:04:32 |
sunpoet |
Update to 2.004
Changes: http://search.cpan.org/dist/TeX-Encode/CHANGES |
2.003 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
2.003 13 Sep 2017 09:36:20 |
sunpoet |
Update to 2.003
Changes: http://search.cpan.org/dist/TeX-Encode/CHANGES |
2.001 11 Mar 2017 15:59:09 |
sunpoet |
Update to 2.001
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/TeX-Encode/CHANGES |
1.3_1 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.3_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
1.3_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
1.3 07 Nov 2013 03:52:42 |
vanilla |
Support STAGEDIR. |
1.3 20 Sep 2013 23:17:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
1.3 29 Aug 2013 17:16:53 |
sunpoet |
- Add WWW
- Use single space after WWW:
- Remove Author line |
1.3 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.3 05 Mar 2012 20:46:34 |
swills |
- Oops, wrong TEST_DEPENDS in previous commit, needs p5-Test-Pod-Coverage,
not p5-Pod-Coverage |
1.3 05 Mar 2012 20:31:02 |
swills |
- Add TEST_DEPENDS to enable testing |
1.3 28 Dec 2011 08:20:20 |
ehaupt |
End WWW CPAN URL with a "/" |
1.3 15 Nov 2011 16:51:20 |
sunpoet |
- Document minimal required version of dependency
- Cosmetic change
Feature safe: yes |
1.3 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
1.3 23 Sep 2011 13:23:20 |
culot |
- Update to 1.3
Changes: http://search.cpan.org/dist/TeX-Encode/Changes |
1.1 17 Sep 2011 06:49:29 |
sunpoet |
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+
With hat: perl |
1.1 20 Jun 2011 09:03:27 |
az |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum |
1.1 17 May 2011 11:13:00 |
jadawin |
- Cleaning MD5 in perl@'s ports
Approved by: erwin@ (portmgr) |
1.1 29 Apr 2008 11:18:49 |
miwi |
- Update to 1.1
- Pass maintainership to perl |
0.9 29 Apr 2008 05:27:10 |
linimon |
Reset aaron's port maintainerships due to many maintainer-timeouts. |
0.9 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.9 08 Sep 2007 01:06:22 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
0.9 15 Jun 2007 16:17:23 |
aaron |
Bump version number to make fetchable. Old distfiles removed.
PR: 111293
Submitted by: josh@tcbug.org |
0.8_1 11 Mar 2007 09:10:08 |
kris |
BROKEN: Unfetchable |
0.8_1 18 Feb 2007 13:17:52 |
gabor |
- Remove broken and useless dependency. This dependency is part of Perl >=5.6,
and we don't suppot lower Perl versions any more. This change makes this
port usable again.
- Trim duplicated dependency
- Bump PORTREVISION
Approved by: maintainer inactivity (aaron),
erwin (mentor) |
0.8 26 Dec 2006 21:28:11 |
aaron |
Update to v0.08 |
0.6 07 Dec 2006 16:18:27 |
laszlof |
- it would appear as though pod2latex comes bundled with lang/perl5.8, so the
textproc/p5-Pod-LaTeX dependancy can be removed
PR: ports/104986
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
Approved by: maintainer timeout (5 weeks) |
0.6 16 May 2006 18:58:17 |
aaron |
- Updated from v0.4 to v0.6
0.6
- Fixed incompatibility with HTML::Parser 1.35
- Upped the required versions of Pod::LaTeX and HTML::Entities to
ones I know work
0.5
- Fixed an incorrect quoting bug in MathMode
- Added a couple of tests for quote bug and escaping
- Now unescapes any singular character (\\ => \, \x => x, etc),
this may be too broad and need casing?
Approved by: tobez (implicit) |
0.4 15 May 2006 16:39:18 |
aaron |
Adding port textproc/p5-TeX-Encode, Encode/decode Perl utf-8 strings into TeX
Approved by: tobez (implicit) |