pkgsrc/graphics/tex-incgraph-doc/Makefile
markd 5a4358c57b tex-incgraph{,-doc}: update to 1.2.0
### Added
- Option `overlay page number options`
- `\igrGetPageSize`
- `\igrPageWidth`
- `\igrPageHeight`
- `\igrSetPageSize`
- `\igrGetLastPage`
- `\igrLastPage`
- Adding/Guessing file name extensions
    - Option `extensions`
    - Option `extensions add`
    - Option `extensions from graphics`
    - Option `ignore on not found with extensions`
    - Option `ignore on not found with extensions*`
- Option `no existence check`

### Changed
- Changelog moved from CHANGES to CHANGES.md and adapted to
  [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- From now on version numbers adhere to
  [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
- Readme moved from README to README.md and adapted to
- Documentation code revised
- Internal package creation process modernized (invisible to the user)
- Adaption of paper size made compatible with lualatex
- Implementation of `\incgraph` and `\incmultigraph` changed (to LaTeX3)

### Fixed
- Documentation typos corrected
- `\incgraph` ignored option settings for not existing files.
2022-04-08 23:27:33 +00:00

13 lines
349 B
Makefile

# $NetBSD: Makefile,v 1.4 2022/04/08 23:27:33 markd Exp $
DISTNAME= incgraph.doc
PKGNAME= tex-${DISTNAME:S/./-/}-1.2.0
TEXLIVE_REV= 60810
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://ctan.org/pkg/incgraph
COMMENT= Documentation for tex-incgraph
LICENSE= lppl-1.3c
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"