summaryrefslogtreecommitdiff
path: root/converters/latex2rtf/Makefile
diff options
context:
space:
mode:
authorreed <reed>2005-11-09 07:17:04 +0000
committerreed <reed>2005-11-09 07:17:04 +0000
commit41fa1d0194a9ffab9a6d52f492e2b7b476dab7f5 (patch)
tree0d505ff4894f32d6dad42d376012c79fb5acf9e4 /converters/latex2rtf/Makefile
parent689553d80b84698cf28ccf9fa35cee67b8ffd1fa (diff)
downloadpkgsrc-41fa1d0194a9ffab9a6d52f492e2b7b476dab7f5.tar.gz
Update to latex2rtf-1.9.16a. Okayed by maintainer.
Changed order of MASTER_SITES -- use sourceforge first (said to be updated first). Remove post-extract and do-configure targets. Get rid of do-install steps except for info file (use INSTALL_MAN instead of INSTALL_DATA for that). Remove man/man1 from INSTALLATION_DIRS as the install does this already. Add many configs to PLIST. Now installs a latex2png executable. Updated patch also honors PKGMANDIR. The ChangeLog has: Squash another compiler warning Better error message when getTexUntil fails Fix for \succ and \prec by Aleksey Cheusov fix uninitialized warning messages under debian new versions of derived files Preparing for 1.9.16 release support for compression of citations i.e., [1,2,3,4] is now [1-4] support for sorted citations Fixes for natbib style when numbers are used support for \ensuremath fix for bibliographic reference for non-alpha natbib entries fixes for superscripted natbib style update docs with information about bibliography styles trying to check in Change format of error messages Fix missing filename in error messages Change diagnostic level of warnings in a couple of places Fix annoying extra page break at beginning of reports and books Some support for \citealt and \citealp commands from natbib package. Not thoroughly tested but it works ok for single authors. Add support for \euro{amount} and \EUR{amount} Added lines to babel_czech.tex to facilitate processing with latex Updated subsup.tex in tarball.` add babel_spanish.tex and fig_size.tex to distribution fixes for \centering in table and figure environments fix font handling in equations so that ${\rm A}$ typesets in roman. Update ToDo and ChangeLog Fix for mis-numbering of figures and tables in reports support for \bibpunct in the natbib package Fix bizzare way that commands are searched. It is now possible to replace command behavior by pushing a new Environment. support for revtex \begin{acknowledge} \end{acknowledge} as well as \onlinecite and \citeonline (from RevTeX). (This is untested currently) patches fro m Marin Chicoine. avoid possible overrun in cCommand in TranslateCommand security flaw pointed out by D. J. Bernstein avoid buffer overruns in macro expansion that can be security holes reported by D. J. Bernstein .... and many other changes ...
Diffstat (limited to 'converters/latex2rtf/Makefile')
-rw-r--r--converters/latex2rtf/Makefile34
1 files changed, 7 insertions, 27 deletions
diff --git a/converters/latex2rtf/Makefile b/converters/latex2rtf/Makefile
index 63fcd56fabf..8aadaf3de14 100644
--- a/converters/latex2rtf/Makefile
+++ b/converters/latex2rtf/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2005/06/16 06:57:43 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2005/11/09 07:17:04 reed Exp $
#
-DISTNAME= latex2rtf-1.8aa
-PKGNAME= latex2rtf-1.8a
+DISTNAME= latex2rtf-1.9.16a
CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=support/latex2rtf/} \
- ${MASTER_SITE_SOURCEFORGE:=latex2rtf/}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=latex2rtf/} \
+ ${MASTER_SITE_TEX_CTAN:=support/latex2rtf/}
MAINTAINER= brook@nmsu.edu
HOMEPAGE= http://latex2rtf.sourceforge.net/
@@ -14,29 +13,10 @@ COMMENT= LaTeX to RTF converter
MAKE_FLAGS+= XCFLAGS="${CFLAGS}"
INFO_FILES= latex2rtf.info
-SUPPORT_FILES= direct.cfg fonts.cfg ignore.cfg english.cfg german.cfg \
- spanish.cfg
-INSTALLATION_DIRS= bin ${INFO_DIR} man/man1
+INSTALLATION_DIRS= share/doc/latex2rtf ${INFO_DIR}
-post-extract:
- ${CP} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.in
- ${RM} -f ${WRKSRC}/*.o
-
-do-configure:
- ${SED} < ${WRKSRC}/Makefile.in > ${WRKSRC}/Makefile \
- -e 's:@PREFIX@:${PREFIX}:'
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/latex2rtf ${PREFIX}/bin/latex2rtf
- ${INSTALL_MAN} ${WRKSRC}/latex2rtf.1 ${PREFIX}/man/man1/latex2rtf.1
- ${INSTALL_DATA} ${WRKSRC}/doc/latex2rtf.info ${PREFIX}/${INFO_DIR}/latex2rtf.info
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/latex2rtf
- ${INSTALL_DATA} ${WRKSRC}/doc/l2r.html ${PREFIX}/share/doc/latex2rtf/latex2rtf.html
- ${INSTALL_DATA} ${WRKSRC}/doc/l2r.pdf ${PREFIX}/share/doc/latex2rtf/latex2rtf.pdf
- ${INSTALL_DATA_DIR} ${PREFIX}/share/latex2rtf
-.for FILE in ${SUPPORT_FILES}
- ${INSTALL_DATA} ${WRKSRC}/cfg/${FILE} ${PREFIX}/share/latex2rtf/${FILE}
-.endfor
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/doc/latex2rtf.info ${PREFIX}/${INFO_DIR}/latex2rtf.info
.include "../../mk/bsd.pkg.mk"