diff options
author | minskim <minskim@pkgsrc.org> | 2011-09-17 22:36:29 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2011-09-17 22:36:29 +0000 |
commit | 945349b0a2924a2175f67800a4fba7f4fd6d25fb (patch) | |
tree | 43107d0193e228d8455fdd2f39f4c623d49b5daa /print | |
parent | 07db7f4d46c108dae00729b357fc9d3197c975d8 (diff) | |
download | pkgsrc-945349b0a2924a2175f67800a4fba7f4fd6d25fb.tar.gz |
Import tex-secdot-1.0 as print/tex-secdot.
Makes the numbers of \section commands come out with a trailing dot.
Includes a command whereby the same can be made to happen with other
sectioning commands.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-secdot/DESCR | 3 | ||||
-rw-r--r-- | print/tex-secdot/Makefile | 13 | ||||
-rw-r--r-- | print/tex-secdot/PLIST | 2 | ||||
-rw-r--r-- | print/tex-secdot/distinfo | 5 |
4 files changed, 23 insertions, 0 deletions
diff --git a/print/tex-secdot/DESCR b/print/tex-secdot/DESCR new file mode 100644 index 00000000000..fcb6eda274a --- /dev/null +++ b/print/tex-secdot/DESCR @@ -0,0 +1,3 @@ +Makes the numbers of \section commands come out with a trailing dot. +Includes a command whereby the same can be made to happen with other +sectioning commands. diff --git a/print/tex-secdot/Makefile b/print/tex-secdot/Makefile new file mode 100644 index 00000000000..1b809533549 --- /dev/null +++ b/print/tex-secdot/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/09/17 22:36:29 minskim Exp $ + +DISTNAME= secdot +PKGNAME= tex-${DISTNAME}-1.0 +TEXLIVE_REV= 20208 + +MAINTAINER= minskim@NetBSD.org +COMMENT= Section numbers with trailing dots + +DEPENDS+= tex-latex-bin>=2010:../../print/tex-latex-bin + +.include "../../print/texlive/package.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-secdot/PLIST b/print/tex-secdot/PLIST new file mode 100644 index 00000000000..805dab209f1 --- /dev/null +++ b/print/tex-secdot/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/09/17 22:36:29 minskim Exp $ +share/texmf-dist/tex/latex/secdot/secdot.sty diff --git a/print/tex-secdot/distinfo b/print/tex-secdot/distinfo new file mode 100644 index 00000000000..b8d64445997 --- /dev/null +++ b/print/tex-secdot/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2011/09/17 22:36:29 minskim Exp $ + +SHA1 (tex-secdot-20208/secdot.tar.xz) = ffc69d7c526978e58e3eb601506c98dc86cd3b4b +RMD160 (tex-secdot-20208/secdot.tar.xz) = 0e1c8ecbd4503e6d19a80cbe9cdb7f43ddd7e5fa +Size (tex-secdot-20208/secdot.tar.xz) = 1508 bytes |