svn commit: r425352 - in head/textproc/latex2html: . files

Hiroki Sato hrs at FreeBSD.org
Fri Nov 4 19:26:37 UTC 2016


Author: hrs
Date: Fri Nov  4 19:26:35 2016
New Revision: 425352
URL: https://svnweb.freebsd.org/changeset/ports/425352

Log:
  Update to 2016.

Deleted:
  head/textproc/latex2html/files/latex2html.1
  head/textproc/latex2html/files/patch-latex2html.pin
Modified:
  head/textproc/latex2html/Makefile
  head/textproc/latex2html/distinfo
  head/textproc/latex2html/files/patch-config-install.pl
  head/textproc/latex2html/pkg-plist

Modified: head/textproc/latex2html/Makefile
==============================================================================
--- head/textproc/latex2html/Makefile	Fri Nov  4 19:21:06 2016	(r425351)
+++ head/textproc/latex2html/Makefile	Fri Nov  4 19:26:35 2016	(r425352)
@@ -2,14 +2,16 @@
 # $FreeBSD$
 
 PORTNAME=	latex2html
-PORTVERSION=	2008
-PORTREVISION=	4
+PORTVERSION=	2016
 CATEGORIES=	textproc
 MASTER_SITES=	TEX_CTAN/support/${PORTNAME}
 
 MAINTAINER=	hrs at FreeBSD.org
 COMMENT=	Convert LaTeX documents to HTML
 
+LICENSE=	GPLv2
+LICENSE_FILES=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	${LOCALBASE}/bin/anytopnm:graphics/netpbm
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
@@ -26,12 +28,12 @@ CONFIGURE_ARGS=	--with-perl=${PERL} \
 SUB_FILES=	pkg-message
 PLIST_SUB=	TEXMFDIR=${TEXMFDIR}
 TEXHASHDIRS=	${TEXMFDIR}
-PORTDOCS=	FAQ INSTALL LICENSE README
+PORTDOCS=	FAQ INSTALL README
 
 OPTIONS_DEFINE=	DOCS
 
 post-install:
-	${INSTALL_MAN} ${FILESDIR}/latex2html.1 ${STAGEDIR}${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/latex2html.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/textproc/latex2html/distinfo
==============================================================================
--- head/textproc/latex2html/distinfo	Fri Nov  4 19:21:06 2016	(r425351)
+++ head/textproc/latex2html/distinfo	Fri Nov  4 19:26:35 2016	(r425352)
@@ -1,2 +1,3 @@
-SHA256 (latex2html-2008.tar.gz) = 59456815a3984250c295d3d5c46b85646038db8db2735cdc0d3780cf4da337ad
-SIZE (latex2html-2008.tar.gz) = 1133054
+TIMESTAMP = 1466385409
+SHA256 (latex2html-2016.tar.gz) = ab1dbc18ab0ec62f65c1f8c14f2b74823a0a2fc54b07d73ca49524bcae071309
+SIZE (latex2html-2016.tar.gz) = 1149971

Modified: head/textproc/latex2html/files/patch-config-install.pl
==============================================================================
--- head/textproc/latex2html/files/patch-config-install.pl	Fri Nov  4 19:21:06 2016	(r425351)
+++ head/textproc/latex2html/files/patch-config-install.pl	Fri Nov  4 19:26:35 2016	(r425352)
@@ -1,6 +1,6 @@
---- config/install.pl.orig	2002-11-29 20:49:01.000000000 +0900
-+++ config/install.pl	2013-11-03 02:31:07.000000000 +0900
-@@ -372,7 +372,7 @@
+--- config/install.pl.orig	2016-04-19 16:52:35 UTC
++++ config/install.pl
+@@ -372,7 +372,7 @@ foreach $item (sort keys %Install_items)
  
  if($cfg{TEXPATH}) {
    print "\nNote: trying to install LaTeX2HTML style files in TeX directory tree\n     ($cfg{TEXPATH})\n";

Modified: head/textproc/latex2html/pkg-plist
==============================================================================
--- head/textproc/latex2html/pkg-plist	Fri Nov  4 19:21:06 2016	(r425351)
+++ head/textproc/latex2html/pkg-plist	Fri Nov  4 19:26:35 2016	(r425352)
@@ -166,6 +166,7 @@ man/man1/latex2html.1.gz
 %%DATADIR%%/styles/CJK.perl
 %%DATADIR%%/styles/TEMPLATE.perl
 %%DATADIR%%/styles/SIunits.perl
+%%DATADIR%%/styles/abnt.perl
 %%DATADIR%%/styles/afrikaan.perl
 %%DATADIR%%/styles/alltt.perl
 %%DATADIR%%/styles/american.perl
@@ -199,6 +200,7 @@ man/man1/latex2html.1.gz
 %%DATADIR%%/styles/epsfig.perl
 %%DATADIR%%/styles/esperant.perl
 %%DATADIR%%/styles/estonian.perl
+%%DATADIR%%/styles/eurosym.perl
 %%DATADIR%%/styles/finnish.perl
 %%DATADIR%%/styles/floatfig.perl
 %%DATADIR%%/styles/floatflt.perl
@@ -263,6 +265,7 @@ man/man1/latex2html.1.gz
 %%DATADIR%%/styles/wrapfig.perl
 %%DATADIR%%/styles/xspace.perl
 %%DATADIR%%/styles/xy.perl
+%%DATADIR%%/texinputs/floatflt.ins
 %%DATADIR%%/texinputs/frames.sty
 %%DATADIR%%/texinputs/heqn.sty
 %%DATADIR%%/texinputs/hthtml.sty
@@ -304,6 +307,7 @@ man/man1/latex2html.1.gz
 %%DATADIR%%/versions/techexpl.pl
 %%DATADIR%%/versions/unicode.pl
 %%DATADIR%%/versions/utf8.pl
+%%TEXMFDIR%%/tex/latex/html/floatflt.ins
 %%TEXMFDIR%%/tex/latex/html/frames.sty
 %%TEXMFDIR%%/tex/latex/html/heqn.sty
 %%TEXMFDIR%%/tex/latex/html/hthtml.sty


More information about the svn-ports-all mailing list