ceca075d7f
Provides various different formats for the text created by the command \today, and also provides commands for displaying the current time (or any given time), in 12-hour, 24-hour or text format. The package overrides babel's date format, having its own library of date formats in different languages. The package requires the fmtcount package.
15 lines
464 B
Makefile
15 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2011/01/12 16:36:05 minskim Exp $
|
|
|
|
DISTNAME= datetime
|
|
PKGNAME= tex-${DISTNAME}-2.58
|
|
TEXLIVE_REV= 19834
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
COMMENT= Change format of \today with commands for current time
|
|
|
|
DEPENDS+= tex-fmtcount-[0-9]*:../../print/tex-fmtcount
|
|
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"
|