diff options
author | minskim <minskim@pkgsrc.org> | 2009-04-29 04:40:25 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2009-04-29 04:40:25 +0000 |
commit | b9540c298f78f8bcdd5c93350f6bf8353e6b8c80 (patch) | |
tree | 652f396b9de4792b961294a3f16306a36e85384b /print | |
parent | ce7f3e48aba18938e949911987c425de1ab7bd18 (diff) | |
download | pkgsrc-b9540c298f78f8bcdd5c93350f6bf8353e6b8c80.tar.gz |
Import tex-colortbl-0.1 as print/tex-colortbl.
colortbl is a LaTeX package that allows rows and columns to be
colored, and even individual cells.
Diffstat (limited to 'print')
-rw-r--r-- | print/tex-colortbl/DESCR | 2 | ||||
-rw-r--r-- | print/tex-colortbl/Makefile | 15 | ||||
-rw-r--r-- | print/tex-colortbl/PLIST | 2 | ||||
-rw-r--r-- | print/tex-colortbl/distinfo | 5 |
4 files changed, 24 insertions, 0 deletions
diff --git a/print/tex-colortbl/DESCR b/print/tex-colortbl/DESCR new file mode 100644 index 00000000000..4b427cdb8df --- /dev/null +++ b/print/tex-colortbl/DESCR @@ -0,0 +1,2 @@ +colortbl is a LaTeX package that allows rows and columns to be +colored, and even individual cells. diff --git a/print/tex-colortbl/Makefile b/print/tex-colortbl/Makefile new file mode 100644 index 00000000000..6a4ea0e2587 --- /dev/null +++ b/print/tex-colortbl/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/04/29 04:40:25 minskim Exp $ +# TeX Live Revision 12408 + +DISTNAME= colortbl +PKGNAME= tex-${DISTNAME}-0.1 + +MAINTAINER= minskim@NetBSD.org +COMMENT= LaTeX package to add color to tables + +DEPENDS+= tex-bin-latex-[0-9]*:../../print/tex-bin-latex +DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics +DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools + +.include "../../print/texlive/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/print/tex-colortbl/PLIST b/print/tex-colortbl/PLIST new file mode 100644 index 00000000000..eb885bfaeb1 --- /dev/null +++ b/print/tex-colortbl/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/04/29 04:40:25 minskim Exp $ +share/texmf-dist/tex/latex/colortbl/colortbl.sty diff --git a/print/tex-colortbl/distinfo b/print/tex-colortbl/distinfo new file mode 100644 index 00000000000..7337f3bda29 --- /dev/null +++ b/print/tex-colortbl/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/04/29 04:40:25 minskim Exp $ + +SHA1 (tex-colortbl-0.1/colortbl.tar.lzma) = d2106be589001a7ee2c595b59d4a6a238936c4f9 +RMD160 (tex-colortbl-0.1/colortbl.tar.lzma) = bfbe0eedda53811a42f48a29c54235c77e780e8f +Size (tex-colortbl-0.1/colortbl.tar.lzma) = 3086 bytes |