From e8b8163f855ae7bfdbcc14f6ca6a259958f5f178 Mon Sep 17 00:00:00 2001 From: minskim Date: Fri, 4 Mar 2011 19:11:11 +0000 Subject: 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. --- finance/tex-euro/DESCR | 6 ++++++ finance/tex-euro/Makefile | 14 ++++++++++++++ finance/tex-euro/PLIST | 2 ++ finance/tex-euro/distinfo | 5 +++++ 4 files changed, 27 insertions(+) create mode 100644 finance/tex-euro/DESCR create mode 100644 finance/tex-euro/Makefile create mode 100644 finance/tex-euro/PLIST create mode 100644 finance/tex-euro/distinfo (limited to 'finance/tex-euro') 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 -- cgit v1.2.3