Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
This module provides a function to encode text that is to be formatted with
LaTeX. It encodes characters that are special to LaTeX or that are
represented in LaTeX by LaTeX commands.
The special characters are: \ (command character), { (open group), }
(end group), & (table column separator), # (parameter specifier),
% (comment character), _ (subscript), ^ (superscript),
~ (non-breakable space), $ (mathematics mode).
Note that some of the LaTeX commands for characters are defined in the LaTeX
textcomp package. If your text includes such characters, you will need to
include the following lines in the preamble to your LaTeX document.
\usepackage[T1]{fontenc}
\usepackage{textcomp}
The function is useful for encoding data that is interpolated into LaTeX
document templates, say with Template::Plugin::Latex (shameless plug!).

View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.8 2013/05/31 12:41:48 wiz Exp $
#
DISTNAME= LaTeX-Encode-0.06
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LaTeX/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/LaTeX-Encode/
COMMENT= Encode characters for LaTeX formatting
LICENSE= gnu-gpl-v2 # OR artistic
DEPENDS+= p5-Readonly>=0:../../devel/p5-Readonly
PERL5_PACKLIST= auto/LaTeX/Encode/.packlist
REPLACE_PERL+= scripts/build-character-table scripts/format-encoding-reference
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2012/08/31 00:19:35 wen Exp $
SHA1 (LaTeX-Encode-0.06.tar.gz) = adf669335d0a1bd3d581037ea39c16308cc2de0c
RMD160 (LaTeX-Encode-0.06.tar.gz) = c4217c7d8474d52488518ad1bf45db73f55839d7
Size (LaTeX-Encode-0.06.tar.gz) = 43591 bytes