[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / print / tex-babel

File: [cvs.NetBSD.org] / pkgsrc / print / tex-babel / Makefile (download)

Revision 1.11, Thu May 3 12:27:51 2018 UTC (5 years, 11 months ago) by markd
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.10: +3 -4 lines

tex-babel{,-doc}: update to 3.18

3.18
- More bidi in luatex: captions (required only in multilingual
  docs) and tabular (required for R tables). Also an experimental
  support for captions in xetex and pdftex (tabular is not yet
  supported).
- New ini files: ar-DZ, ar-MA, ar-SY
- Fix - \begin{hyphenrules} didn't work with polyglossia.
- Fix - switch.def was loaded twice.

3.17
- A tool for bidi footnotes.
- Fix -- \ragged... didn't work for bidi.

3.16
 - New package option layout for bidi documents.

 - Quotes in TU encoding

 - Fix - \<language>date did not work correctly

 - Fix - with some languages (eg, british), using
   \babelfont raised an error.

3.15
New command \babelfont (in Unicode engines) to define
language/script dependent fonts. Related to it, new
keys (script, language) in \babelprovide.

A common mistake is to leave some space(s) in
\captions<lang>, which go to the document. Now babel
removes them.

A couple of fixes:

- Error with hyphenrules in \babelprovide in some cases.
- \hyphenrules doesn't set \languagename any more (which
  was against the documented behavior).

# $NetBSD: Makefile,v 1.11 2018/05/03 12:27:51 markd Exp $

DISTNAME=	babel
PKGNAME=	tex-${DISTNAME}-3.18
TEXLIVE_REV=	46640

MAINTAINER=	minskim@NetBSD.org
HOMEPAGE=	http://ctan.org/pkg/babel
COMMENT=	Multilingual support for Plain TeX or LaTeX
LICENSE=	lppl-1.3c

DEPENDS+=	tex-carlisle>=2010:../../print/tex-carlisle
DEPENDS+=	tex-graphics>=1.0onb1:../../print/tex-graphics
DEPENDS+=	tex-latex>=2009:../../print/tex-latex

.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"