diff options
author | markd <markd@pkgsrc.org> | 2013-10-19 20:43:38 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2013-10-19 20:43:38 +0000 |
commit | 7bb3c5f7e78fa9d6d2a0aafa15993c5f514fb80e (patch) | |
tree | 53a2f49bd12913b0b0d14adfb0d0328162b87a4c /print/tex-acronym | |
parent | a404047910cb4192e6ecdd17ebd0526ca9a01eda (diff) | |
download | pkgsrc-7bb3c5f7e78fa9d6d2a0aafa15993c5f514fb80e.tar.gz |
Split out and update various texlive packages from teTeX3-texmf to
separate packages.
Diffstat (limited to 'print/tex-acronym')
-rw-r--r-- | print/tex-acronym/DESCR | 5 | ||||
-rw-r--r-- | print/tex-acronym/Makefile | 13 | ||||
-rw-r--r-- | print/tex-acronym/PLIST | 2 | ||||
-rw-r--r-- | print/tex-acronym/distinfo | 5 |
4 files changed, 25 insertions, 0 deletions
diff --git a/print/tex-acronym/DESCR b/print/tex-acronym/DESCR new file mode 100644 index 00000000000..77d7b4a433d --- /dev/null +++ b/print/tex-acronym/DESCR @@ -0,0 +1,5 @@ +This package ensures that all acronyms used in the text are +spelled out in full at least once. It also provides an +environment to build a list of acronyms used. The package is +compatible with pdf bookmarks. The package requires the suffix +package, which in turn requires that it runs under e-TeX. diff --git a/print/tex-acronym/Makefile b/print/tex-acronym/Makefile new file mode 100644 index 00000000000..103e393d9e6 --- /dev/null +++ b/print/tex-acronym/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1 2013/10/19 20:43:38 markd Exp $ + +DISTNAME= acronym +PKGNAME= tex-${DISTNAME}-1.37 +TEXLIVE_REV= 28114 + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Expand acronyms at least once + +CONFLICTS+= teTeX-texmf<=3.0nb42 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-acronym/PLIST b/print/tex-acronym/PLIST new file mode 100644 index 00000000000..90bd4eb3a4d --- /dev/null +++ b/print/tex-acronym/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1 2013/10/19 20:43:38 markd Exp $ +share/texmf-dist/tex/latex/acronym/acronym.sty diff --git a/print/tex-acronym/distinfo b/print/tex-acronym/distinfo new file mode 100644 index 00000000000..ad3ee22ec73 --- /dev/null +++ b/print/tex-acronym/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/10/19 20:43:38 markd Exp $ + +SHA1 (tex-acronym-28114/acronym.tar.xz) = 3d9470d7dc4173be0a918f6bceccbbe2c2b440d9 +RMD160 (tex-acronym-28114/acronym.tar.xz) = b2bc6411645f89dcfeb5efe8646169da64b926c9 +Size (tex-acronym-28114/acronym.tar.xz) = 4328 bytes |