diff options
author | minskim <minskim> | 2010-04-11 06:04:01 +0000 |
---|---|---|
committer | minskim <minskim> | 2010-04-11 06:04:01 +0000 |
commit | 201722a5a07a63403ea4dcf344cb53c3135df465 (patch) | |
tree | feda38bf67a8e1869ae43c4075f94528a92090f1 /print | |
parent | 828b234797235e71ed096334ff9a6fcc5bcd7b6e (diff) | |
download | pkgsrc-201722a5a07a63403ea4dcf344cb53c3135df465.tar.gz |
Import tex-advdate-2009 as print/tex-advdate.
This package provides macros which can add a specified number of days
to the current date (as specified in \today), to save, set and restore
the 'current date' and print it. Intended for use, for example, in
invoices payable within 14 days from today etc. Has only been tested
with Czech dates.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-advdate/DESCR | 5 | ||||
-rw-r--r-- | print/tex-advdate/Makefile | 13 | ||||
-rw-r--r-- | print/tex-advdate/PLIST | 2 | ||||
-rw-r--r-- | print/tex-advdate/distinfo | 5 |
4 files changed, 25 insertions, 0 deletions
diff --git a/print/tex-advdate/DESCR b/print/tex-advdate/DESCR new file mode 100644 index 00000000000..a767f22d2b9 --- /dev/null +++ b/print/tex-advdate/DESCR @@ -0,0 +1,5 @@ +This package provides macros which can add a specified number of days +to the current date (as specified in \today), to save, set and restore +the 'current date' and print it. Intended for use, for example, in +invoices payable within 14 days from today etc. Has only been tested +with Czech dates. diff --git a/print/tex-advdate/Makefile b/print/tex-advdate/Makefile new file mode 100644 index 00000000000..a1c9ac5367d --- /dev/null +++ b/print/tex-advdate/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/04/11 06:04:01 minskim Exp $ +# TeX Live Revision 17048 + +DISTNAME= advdate +PKGNAME= tex-${DISTNAME}-2009 + +MAINTAINER= minskim@NetBSD.org +COMMENT= LaTeX package to print a date relative to "today" + +CONFLICTS+= tex-ltxmisc<2009 + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-advdate/PLIST b/print/tex-advdate/PLIST new file mode 100644 index 00000000000..326b8307bc9 --- /dev/null +++ b/print/tex-advdate/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/11 06:04:01 minskim Exp $ +share/texmf-dist/tex/latex/advdate/advdate.sty diff --git a/print/tex-advdate/distinfo b/print/tex-advdate/distinfo new file mode 100644 index 00000000000..f8d72ad47e7 --- /dev/null +++ b/print/tex-advdate/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2010/04/11 06:04:01 minskim Exp $ + +SHA1 (tex-advdate-2009/advdate.tar.xz) = 66070220917c451f0f127e76c51d9bd899efef06 +RMD160 (tex-advdate-2009/advdate.tar.xz) = 5284a56ef1feb50c21b0a9fbeb7894da969cc4ce +Size (tex-advdate-2009/advdate.tar.xz) = 1876 bytes |