diff options
author | minskim <minskim@pkgsrc.org> | 2011-01-12 16:30:54 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-01-12 16:30:54 +0000 |
commit | 55a07dd0c5fc73f76f74f6d171e07cf48b29e0b8 (patch) | |
tree | 01fa3192143ba0e9b033e6c687306fb52a4a8efb /print/tex-fmtcount | |
parent | c73dda1f27d2a6f8fbcdf6b1d0224d99316e2adb (diff) | |
download | pkgsrc-55a07dd0c5fc73f76f74f6d171e07cf48b29e0b8.tar.gz |
Import tex-fmtcount-1.31 as print/tex-fmtcount.
The package fmtcount.sty provides commands that display the value of a
LaTeX counter in a variety of formats (ordinal, text, hexadecimal,
decimal, octal, binary etc). The package offers some multilingual
support; configurations for use in English (both British and American
usage), French, German, Portuguese and Spanish documents are provided.
This package was originally provided as part of the author's datetime
package, but is now distributed separately.
Diffstat (limited to 'print/tex-fmtcount')
-rw-r--r-- | print/tex-fmtcount/DESCR | 7 | ||||
-rw-r--r-- | print/tex-fmtcount/Makefile | 16 | ||||
-rw-r--r-- | print/tex-fmtcount/PLIST | 11 | ||||
-rw-r--r-- | print/tex-fmtcount/distinfo | 5 |
4 files changed, 39 insertions, 0 deletions
diff --git a/print/tex-fmtcount/DESCR b/print/tex-fmtcount/DESCR new file mode 100644 index 00000000000..5092f2b11a3 --- /dev/null +++ b/print/tex-fmtcount/DESCR @@ -0,0 +1,7 @@ +The package fmtcount.sty provides commands that display the value of a +LaTeX counter in a variety of formats (ordinal, text, hexadecimal, +decimal, octal, binary etc). The package offers some multilingual +support; configurations for use in English (both British and American +usage), French, German, Portuguese and Spanish documents are provided. +This package was originally provided as part of the author's datetime +package, but is now distributed separately. diff --git a/print/tex-fmtcount/Makefile b/print/tex-fmtcount/Makefile new file mode 100644 index 00000000000..d86b7bc2b28 --- /dev/null +++ b/print/tex-fmtcount/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/01/12 16:30:54 minskim Exp $ + +DISTNAME= fmtcount +PKGNAME= tex-${DISTNAME}-1.31 +TEXLIVE_REV= 15878 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Display the value of a LaTeX counter in a variety of formats + +DEPENDS+= tex-amsmath>=2.13:../../print/tex-amsmath +DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics +DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex +DEPENDS+= tex-latex-bin>=2010:../../print/tex-latex-bin + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-fmtcount/PLIST b/print/tex-fmtcount/PLIST new file mode 100644 index 00000000000..ca4079251be --- /dev/null +++ b/print/tex-fmtcount/PLIST @@ -0,0 +1,11 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/01/12 16:30:54 minskim Exp $ +share/texmf-dist/tex/latex/fmtcount/fc-UKenglish.def +share/texmf-dist/tex/latex/fmtcount/fc-USenglish.def +share/texmf-dist/tex/latex/fmtcount/fc-british.def +share/texmf-dist/tex/latex/fmtcount/fc-english.def +share/texmf-dist/tex/latex/fmtcount/fc-french.def +share/texmf-dist/tex/latex/fmtcount/fc-german.def +share/texmf-dist/tex/latex/fmtcount/fc-italian.def +share/texmf-dist/tex/latex/fmtcount/fc-portuges.def +share/texmf-dist/tex/latex/fmtcount/fc-spanish.def +share/texmf-dist/tex/latex/fmtcount/fmtcount.sty diff --git a/print/tex-fmtcount/distinfo b/print/tex-fmtcount/distinfo new file mode 100644 index 00000000000..28e1b536871 --- /dev/null +++ b/print/tex-fmtcount/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/01/12 16:30:54 minskim Exp $ + +SHA1 (tex-fmtcount-15878/fmtcount.tar.xz) = a57d00866e0344fa52b253deb7113308b7c25a82 +RMD160 (tex-fmtcount-15878/fmtcount.tar.xz) = be64480dcbec7309fc28db627dcbfa9eeb51f9a2 +Size (tex-fmtcount-15878/fmtcount.tar.xz) = 11812 bytes |