diff options
author | minskim <minskim@pkgsrc.org> | 2010-05-11 00:18:41 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2010-05-11 00:18:41 +0000 |
commit | d3cbee9f1875fde33bb3582bb6c9b3be70ce2a5c (patch) | |
tree | 1a074ab814f1bf98f7189d1c0e69d9d44daaee62 | |
parent | 5ea6bf0e8f212eb9dbb31995f913f9e35eac9c6b (diff) | |
download | pkgsrc-d3cbee9f1875fde33bb3582bb6c9b3be70ce2a5c.tar.gz |
Update tex-fancyvrb{,-doc} to the version from TeX Live 2009.
- Fixed codes which were incorrectly written as '?'.
-rw-r--r-- | print/tex-fancyvrb-doc/Makefile | 7 | ||||
-rw-r--r-- | print/tex-fancyvrb-doc/distinfo | 8 | ||||
-rw-r--r-- | print/tex-fancyvrb/Makefile | 7 | ||||
-rw-r--r-- | print/tex-fancyvrb/distinfo | 8 |
4 files changed, 16 insertions, 14 deletions
diff --git a/print/tex-fancyvrb-doc/Makefile b/print/tex-fancyvrb-doc/Makefile index 0afa80f1b15..e568f0469d2 100644 --- a/print/tex-fancyvrb-doc/Makefile +++ b/print/tex-fancyvrb-doc/Makefile @@ -1,11 +1,12 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/08/02 19:18:14 minskim Exp $ -# TeX Live Revision 8226 +# $NetBSD: Makefile,v 1.2 2010/05/11 00:18:42 minskim Exp $ DISTNAME= fancyvrb.doc PKGNAME= tex-${DISTNAME:S/./-/}-2.7a +PKGREVISION= 1 +TEXLIVE_REV= 16609 MAINTAINER= minskim@NetBSD.org COMMENT= Documentation for tex-fancyvrb -.include "../../print/texlive/module.mk" +.include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" diff --git a/print/tex-fancyvrb-doc/distinfo b/print/tex-fancyvrb-doc/distinfo index 61c7701ec4d..c8287b9d2b6 100644 --- a/print/tex-fancyvrb-doc/distinfo +++ b/print/tex-fancyvrb-doc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/08/02 19:18:14 minskim Exp $ +$NetBSD: distinfo,v 1.2 2010/05/11 00:18:42 minskim Exp $ -SHA1 (tex-fancyvrb-doc-2.7a/fancyvrb.doc.tar.lzma) = 3e6ea6de6d8e78dd9a3d278f2a74429cd3ab9b27 -RMD160 (tex-fancyvrb-doc-2.7a/fancyvrb.doc.tar.lzma) = 13ea1524e5eb4eaaee8c551dfd5a6ac5ae7d0d4e -Size (tex-fancyvrb-doc-2.7a/fancyvrb.doc.tar.lzma) = 151681 bytes +SHA1 (tex-fancyvrb-16609/fancyvrb.doc.tar.xz) = 28d8a5ab9bbecf2b77afb6e11903fcef78067c1f +RMD160 (tex-fancyvrb-16609/fancyvrb.doc.tar.xz) = 07e227aa139f3154ae74928cb96e40c26b018a69 +Size (tex-fancyvrb-16609/fancyvrb.doc.tar.xz) = 151788 bytes diff --git a/print/tex-fancyvrb/Makefile b/print/tex-fancyvrb/Makefile index d2aef39aede..7f2b66d54d5 100644 --- a/print/tex-fancyvrb/Makefile +++ b/print/tex-fancyvrb/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/08/02 19:17:51 minskim Exp $ -# TeX Live Revision 8226 +# $NetBSD: Makefile,v 1.2 2010/05/11 00:18:41 minskim Exp $ DISTNAME= fancyvrb PKGNAME= tex-${DISTNAME}-2.7a +PKGREVISION= 1 +TEXLIVE_REV= 16609 MAINTAINER= minskim@NetBSD.org COMMENT= Sophisticated verbatim text @@ -10,5 +11,5 @@ COMMENT= Sophisticated verbatim text CONFLICTS+= teTeX-texmf<=3.0nb20 DEPENDS+= tex-graphics-[0-9]*:../../print/tex-graphics -.include "../../print/texlive/module.mk" +.include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" diff --git a/print/tex-fancyvrb/distinfo b/print/tex-fancyvrb/distinfo index 9cc7c2fe93e..1007121cb51 100644 --- a/print/tex-fancyvrb/distinfo +++ b/print/tex-fancyvrb/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/08/02 19:17:51 minskim Exp $ +$NetBSD: distinfo,v 1.2 2010/05/11 00:18:41 minskim Exp $ -SHA1 (tex-fancyvrb-2.7a/fancyvrb.tar.lzma) = 742a06f7ec3714618d471a066b571b027b1ad670 -RMD160 (tex-fancyvrb-2.7a/fancyvrb.tar.lzma) = ca8c0ae6ff1ebe488003d0e8ab21421bc229be1f -Size (tex-fancyvrb-2.7a/fancyvrb.tar.lzma) = 12177 bytes +SHA1 (tex-fancyvrb-16609/fancyvrb.tar.xz) = 04a7185b1f0d9468275f929b0c2bca8e1189b5d6 +RMD160 (tex-fancyvrb-16609/fancyvrb.tar.xz) = 17bb4fb93ac3d9f0bc7cbb664a593a21f302ceaa +Size (tex-fancyvrb-16609/fancyvrb.tar.xz) = 12236 bytes |