diff options
author | minskim <minskim@pkgsrc.org> | 2011-03-04 19:11:11 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-03-04 19:11:11 +0000 |
commit | d848a0431bdfbea608965046fb21afce86e02e36 (patch) | |
tree | 9d2e3116310f6faaab6186dbd446185c7843467c /finance/tex-euro | |
parent | 31d5332498ac3206e7e21dd6a9bc95c4f6c9c320 (diff) | |
download | pkgsrc-d848a0431bdfbea608965046fb21afce86e02e36.tar.gz |
Import tex-euro-1.1 as finance/tex-euro.
Converts arbitrary national currency amounts using the Euro as base
unit, and typesets monetary amounts in almost any desired way. Write,
e.g., \ATS{17.6} to get something like '17,60 oS (1,28 Euro)'
automatically. Conversion rates for the initial Euro-zone countries are
already built-in. Further rates can be added easily. The package uses
the fp package to do its sums.
Diffstat (limited to 'finance/tex-euro')
-rw-r--r-- | finance/tex-euro/DESCR | 6 | ||||
-rw-r--r-- | finance/tex-euro/Makefile | 14 | ||||
-rw-r--r-- | finance/tex-euro/PLIST | 2 | ||||
-rw-r--r-- | finance/tex-euro/distinfo | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/finance/tex-euro/DESCR b/finance/tex-euro/DESCR new file mode 100644 index 00000000000..265a47b3fae --- /dev/null +++ b/finance/tex-euro/DESCR @@ -0,0 +1,6 @@ +Converts arbitrary national currency amounts using the Euro as base +unit, and typesets monetary amounts in almost any desired way. Write, +e.g., \ATS{17.6} to get something like '17,60 oS (1,28 Euro)' +automatically. Conversion rates for the initial Euro-zone countries are +already built-in. Further rates can be added easily. The package uses +the fp package to do its sums. diff --git a/finance/tex-euro/Makefile b/finance/tex-euro/Makefile new file mode 100644 index 00000000000..dde196fd549 --- /dev/null +++ b/finance/tex-euro/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/03/04 19:11:11 minskim Exp $ + +DISTNAME= euro +PKGNAME= tex-${DISTNAME}-1.1 +TEXLIVE_REV= 15878 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Provide Euro values for national currency amounts + +DEPENDS+= tex-fp-[0-9]*:../../math/tex-fp +DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/finance/tex-euro/PLIST b/finance/tex-euro/PLIST new file mode 100644 index 00000000000..5e2d7aa2f9b --- /dev/null +++ b/finance/tex-euro/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/03/04 19:11:11 minskim Exp $ +share/texmf-dist/tex/latex/euro/euro.sty diff --git a/finance/tex-euro/distinfo b/finance/tex-euro/distinfo new file mode 100644 index 00000000000..53b2a6ff4bd --- /dev/null +++ b/finance/tex-euro/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/03/04 19:11:11 minskim Exp $ + +SHA1 (tex-euro-15878/euro.tar.xz) = ce45c0979988c12410cf271aeb33b96a2e94d750 +RMD160 (tex-euro-15878/euro.tar.xz) = 65fbe6436dcd2391c48d2b7d1c33ad537e52c074 +Size (tex-euro-15878/euro.tar.xz) = 2552 bytes |