Has added dependencies of p5-Readonly and p5-HTML-Parser.

p5-LaTeX-Encode-0.03 -> p5-LaTeX-Encode-0.08

Tested on amd64.
Comments, OK's fine.

Attached diff


? p5-LaTeX-Encode-0.08.diff
Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/p5-LaTeX-Encode/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile    11 Mar 2013 11:42:43 -0000      1.2
+++ Makefile    23 Apr 2013 18:12:31 -0000
@@ -2,14 +2,17 @@
 
 COMMENT=               encode characters for LaTeX formatting
 
-DISTNAME=              LaTeX-Encode-0.03
+DISTNAME=              LaTeX-Encode-0.08
 CATEGORIES=            textproc
 
 MODULES=               cpan
 
-# MIT
+# Perl
 PERMIT_PACKAGE_CDROM=  Yes
 
-TEST_DEPENDS=  devel/p5-Test-Pod-Coverage>=1.08p1
+BUILD_DEPENDS=         ${RUN_DEPENDS}
+
+RUN_DEPENDS=           devel/p5-Readonly \
+                       www/p5-HTML-Parser
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/p5-LaTeX-Encode/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo    27 Jun 2012 10:57:54 -0000      1.1.1.1
+++ distinfo    23 Apr 2013 18:12:31 -0000
@@ -1,5 +1,2 @@
-MD5 (LaTeX-Encode-0.03.tar.gz) = o928fLb4RtfhTm+lMyxwaw==
-RMD160 (LaTeX-Encode-0.03.tar.gz) = 4d12bm4q35VrnJwOq+ZZwtyrBnE=
-SHA1 (LaTeX-Encode-0.03.tar.gz) = A9CVsSvEJSmPy1bO9fCiAHz8UVs=
-SHA256 (LaTeX-Encode-0.03.tar.gz) = 
jbvFjR13GJA304upQsxpkwKYA1bk8qP9kBy/Eg+W7K4=
-SIZE (LaTeX-Encode-0.03.tar.gz) = 22547
+SHA256 (LaTeX-Encode-0.08.tar.gz) = 
N8cLKNsXWQd6FROJazW+KrckdqswOBRNooRBu1Xow64=
+SIZE (LaTeX-Encode-0.08.tar.gz) = 46672
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/textproc/p5-LaTeX-Encode/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 DESCR
--- pkg/DESCR   27 Jun 2012 10:57:54 -0000      1.1.1.1
+++ pkg/DESCR   23 Apr 2013 18:12:31 -0000
@@ -1,18 +1,16 @@
-TeX::Encode exports the function 'latex_encode' which encodes
-characters in a string, that would be incorrectly interpreted by
-LaTeX.
+LaTeX::Encode exports the function 'latex_encode()' which encodes
+characters in a string, that would be incorrectly interpreted by LaTeX.
 
-The latex_encode function takes a text string and an optional
-reference to a hash of options.  The options currently supported
-are "exclude" to specify a list of characters that should not be
-encoded (often this is "\\{}" to allow LaTeX commands to be used
-in the text string), and "iquotes" to enable "intelligent quotes",
-that is double quotes around a phrase will be converted to "``" and
-"''" and single quotes to "`" and "'".
+Additional mappings can be added to the standard encoding table with the
+'add_latex_encodings()' function, while encodings can be removed with
+the 'remove_latex_encodings()' function.  Additions and deletions can
+also be specified on the 'use' statement (e.g.: "use LaTeX::Encode add
+=> { '@' => 'AT' };".
 
-The scripts directory contains scripts to help build the character
-encoding tables used by the module and to create and format a
-document listing the characters that the module encodes with their
-Unicode character value, HTML entity representation, LaTeX encoding
-and visual representation.  These scripts are not installed by "make
-install".
+The 'latex_encode()' function takes a text string and an optional
+reference to a hash of options.  The options currently supported are
+"exclude" to specify a list of characters that should not be encoded
+(often this is "\\{}" to allow LaTeX commands to be used in the text
+string), and "iquotes" to enable "intelligent quotes", that is double
+quotes around a phrase will be converted to "``" and "''" and single
+quotes to "`" and "'".
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/textproc/p5-LaTeX-Encode/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- pkg/PLIST   27 Jun 2012 10:57:54 -0000      1.1.1.1
+++ pkg/PLIST   23 Apr 2013 18:12:31 -0000
@@ -1,6 +1,9 @@
-@comment $OpenBSD: PLIST,v 1.1.1.1 2012/06/27 10:57:54 sthen Exp $
+@comment $OpenBSD$
+bin/latex-encode
 ${P5SITE}/LaTeX/
 ${P5SITE}/LaTeX/Encode/
 ${P5SITE}/LaTeX/Encode.pm
 ${P5SITE}/LaTeX/Encode/EncodingTable.pm
+@man man/man1/latex-encode.1
 @man man/man3p/LaTeX::Encode.3p
+@man man/man3p/LaTeX::Encode::EncodingTable.3p

Reply via email to