notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: converters/p5-LaTeXML/Makefile
SVNWeb

Number of commits found: 24

Mon, 19 Dec 2022
[ 14:44 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:721e5776c957ada07a0d148f5fc3e782a251e6dc  commit hash:721e5776c957ada07a0d148f5fc3e782a251e6dc  commit hash:721e5776c957ada07a0d148f5fc3e782a251e6dc  721e577  (Only the first 10 of 130 ports in this commit are shown above. View all ports for this commit)
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex

- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
  and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
  infrastructure and also in the ports which have been removed from the
  ports as those are redundant.

In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.

Reviewed by:	portmgr
Approved by:	portmgr (blanket)
Sun, 18 Dec 2022
[ 13:13 Wen Heping (wen) search for other commits by this committer ]    commit hash:f24a7111fd4eaaca4d73e01e654c84b0dd6ed420  commit hash:f24a7111fd4eaaca4d73e01e654c84b0dd6ed420  commit hash:f24a7111fd4eaaca4d73e01e654c84b0dd6ed420  f24a711 
converters/p5-LaTeXML: Update to 0.8.7
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:9ee281eef7279ea8489901eddf3d6bbcfc4dd176  commit hash:9ee281eef7279ea8489901eddf3d6bbcfc4dd176  commit hash:9ee281eef7279ea8489901eddf3d6bbcfc4dd176  9ee281e  (Only the first 10 of 127 ports in this commit are shown above. View all ports for this commit)
converters: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alex Keda <admin@lissyara.su>
  *  Alex Semenyaka <alex@rinet.ru>
  *  Alexandr Kovalenko <never@nevermind.kiev.ua>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrey A. Chernov <ache@FreeBSD.org>
  *  Anton Berezin <tobez@FreeBSD.org>
  *  Blaz Zupan <blaz@amis.net>
  *  Brent J. Nordquist <bjn@visi.com>
  *  Carlos J. Puga Medina <cpm@fbsd.es>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 3 Jun 2022
[ 09:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:699f62d696da389806fbd5f5bb86b1cc1f29f1ae  commit hash:699f62d696da389806fbd5f5bb86b1cc1f29f1ae  commit hash:699f62d696da389806fbd5f5bb86b1cc1f29f1ae  699f62d  (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
Mk/Uses/perl5.mk: Remove outdated P5_POD_PARSER

lang/perl5.30 has been removed in b3fb5d8b3c860bd3c3ebcffafe621aea61379539.
Fri, 1 Oct 2021
[ 01:08 Wen Heping (wen) search for other commits by this committer ]    commit hash:c854c674da7c2a216bd18659155167d3274f4035  commit hash:c854c674da7c2a216bd18659155167d3274f4035  commit hash:c854c674da7c2a216bd18659155167d3274f4035  c854c67 
converters/p5-LaTeXML: Update to 0.8.6
Wed, 14 Jul 2021
[ 16:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:137a9d1f893067a5d3ba26b8ed429498ab490305  commit hash:137a9d1f893067a5d3ba26b8ed429498ab490305  commit hash:137a9d1f893067a5d3ba26b8ed429498ab490305  137a9d1 
converters/p5-LaTeXML: Use P5_POD_PARSER

With hat:	perl
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 6 Mar 2021
[ 02:56 wen search for other commits by this committer ] Original commit   Revision:567457
- Add missing DEPENDS

PR:		254037
Submitted by:	uzsolt@uzsolt.hu
Mon, 7 Dec 2020
[ 07:15 wen search for other commits by this committer ] Original commit   Revision:557212
- Update to 0.8.5
- Take maintainership
Mon, 5 Oct 2020
[ 17:34 rene search for other commits by this committer ] Original commit   Revision:551529 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Return cpm@'s ports to the pool after safekeeping his commit bit.

With hat:	portmgr-secretary
Mon, 8 Jul 2019
[ 15:21 cpm search for other commits by this committer ] Original commit   Revision:506231
- Revert PORTDOCS change after r506229 because it was properly sorted according
to LC_COLLATE=C

Reported by:	danfe
[ 14:32 cpm search for other commits by this committer ] Original commit   Revision:506229
converters/p5-LaTeXML: Update to 0.8.4

- Sort PORTDOCS

Changelog: https://metacpan.org/release/BRMILLER/LaTeXML-0.8.4
Sat, 6 Oct 2018
[ 13:06 des search for other commits by this committer ] Original commit   Revision:481365 (Only the first 10 of 2492 ports in this commit are shown above. View all ports for this commit)
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)
Thu, 9 Aug 2018
[ 17:13 cpm search for other commits by this committer ] Original commit   Revision:476794
converters/p5-LaTeXML: Update to 0.8.3

Changelog: https://metacpan.org/changes/release/BRMILLER/LaTeXML-0.8.3
Sun, 16 Jul 2017
[ 12:23 cpm search for other commits by this committer ] Original commit   Revision:446000
- Update MASTER_SITES
- Add RUN_DEPENDS
- Set dependencies according to Makefile.PL
- Sort _DEPENDS
- Update WWW and fix syntax in pkg-descr
- Bump PORTREVISION

Reported by:	sunpoet via email
Reviewed by:	sunpoet
MFH:		2017Q3
Differential Revision:	https://reviews.freebsd.org/D11609
Thu, 29 Jun 2017
[ 19:13 sunpoet search for other commits by this committer ] Original commit   Revision:444669
Remove Perl core modules

- While I'm here, remove redundant LOCALBASE/bin from BUILD_DEPENDS

With hat:	perl
Wed, 28 Sep 2016
[ 07:15 jbeich search for other commits by this committer ] Original commit   Revision:422852
converters/p5-LaTeXML: chase r358922
Wed, 13 Jul 2016
[ 20:48 cpm search for other commits by this committer ] Original commit   Revision:418504
- Update to 0.8.2
- Update MAINTAINER to my @FreeBSD.org address
- Add p5-Text-Unidecode to BUILD_DEPENDS
- Fix LICENSE
- Add NO_ARCH
- Update PORTDOCS
- Silence MKDIR command
- Update and sort pkg-plist

Changelog:
  http://dlmf.nist.gov/LaTeXML/Changes

Reviewed by:	amdmi3, feld (mentors)
Approved by:	feld (mentor)
Differential Revision:	D7183
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 19 Aug 2015
[ 13:30 mat search for other commits by this committer ] Original commit   Revision:394778 (Only the first 10 of 172 ports in this commit are shown above. View all ports for this commit)
Convert ports to use the options helpers in categories [abc]*, and minor fixes.

Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
Mon, 17 Aug 2015
[ 20:30 pi search for other commits by this committer ] Original commit   Revision:394531
converters/p5-LaTeXML: Makefile cleanup and improve pkg-descr

PR:		202236
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es> (maintainer)
Sat, 21 Feb 2015
[ 12:08 marino search for other commits by this committer ] Original commit   Revision:379503
converters/p5-LaTeXML: Upgrade version 0.8.0 => 0.8.1

PR:		197801
Submitted by:	maintainer (CJPM)
Sun, 8 Feb 2015
[ 09:49 pi search for other commits by this committer ] Original commit   Revision:378633
New port: converters/p5-LaTeXML

LaTeXML is a TeX and LaTeX to XML/HTML/MathML converter.
From XML it can generate various flavors of HTML,
MathML and ePub, with other formats under development.

See the included manual.pdf for an documentation.

WWW: http://dlmf.nist.gov/LaTeXML/

PR:		197398
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es>

Number of commits found: 24