pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/rtf2latex2e



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri Jul  4 14:44:41 UTC 2025

Modified Files:
        pkgsrc/print/rtf2latex2e: Makefile PLIST distinfo
Removed Files:
        pkgsrc/print/rtf2latex2e/patches: patch-aa
            patch-src_common_cole_oledecod.c

Log Message:
rtf2latex2e: update to 2.2.3. Changes:

- adds the option to delimit LaTeX equations by \(...\) instead of $...$
  and \[...\] instead of $$...$$
- adds conversion of Word's EQ fields and fixes the missing -lm flag in
  the gcc compiler call in Makefile

And surely more since 1.0fc2, but no changelog beyond that.

Take MAINTAINER (ok reed@).


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/rtf2latex2e/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/rtf2latex2e/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/rtf2latex2e/distinfo
cvs rdiff -u -r1.1.1.1 -r0 pkgsrc/print/rtf2latex2e/patches/patch-aa
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/print/rtf2latex2e/patches/patch-src_common_cole_oledecod.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/rtf2latex2e/Makefile
diff -u pkgsrc/print/rtf2latex2e/Makefile:1.7 pkgsrc/print/rtf2latex2e/Makefile:1.8
--- pkgsrc/print/rtf2latex2e/Makefile:1.7       Mon Nov  4 19:58:01 2019
+++ pkgsrc/print/rtf2latex2e/Makefile   Fri Jul  4 14:44:40 2025
@@ -1,36 +1,24 @@
-# $NetBSD: Makefile,v 1.7 2019/11/04 19:58:01 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.8 2025/07/04 14:44:40 schmonz Exp $
 
-# fix install so it uses ${prefix}
-
-DISTNAME=      rtf2latex2eUnix1
-PKGNAME=       rtf2latex2e-1.0fc2
+DISTNAME=      rtf2latex2e-2-2-3
+PKGNAME=       ${DISTNAME:S/-/./g:S/./-/}
 CATEGORIES=    print textproc
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=rtf2latex2e/}
 
-MAINTAINER=    reed%reedmedia.net@localhost
+MAINTAINER=    schmonz%NetBSD.org@localhost
 HOMEPAGE=      https://sourceforge.net/projects/rtf2latex2e/
 COMMENT=       RTF to LaTeX2e converter
+LICENSE=       gnu-gpl-v2
+
+MAKE_ENV+=     prefix=${PREFIX}
+MAKE_ENV+=     mandir=${PREFIX}/${PKGMANDIR}
+TEST_TARGET=   test
 
-# ImageMagick is an optional component
+USE_TOOLS+=    gmake
 
-WRKSRC=                ${WRKDIR}/rtf2latex2eUnix-1.0fc1/
-BUILD_DIRS=    Unix
-CONFIGURE_DIRS=        Unix
-GNU_CONFIGURE= yes
-MAKE_ENV+=     INSTALL_DIR=${PREFIX}/share/rtf2latex2e
-
-USE_TOOLS+=    pax
-
-INSTALLATION_DIRS+=    bin share/doc/rtf2latex2e share/rtf2latex2e
-
-do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/rtf2latex2e.bin ${DESTDIR}${PREFIX}/bin/rtf2latex2e
-       ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DESTDIR}${PREFIX}/share/doc/rtf2latex2e/
-       ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/rtf2latex2e/
-       ${INSTALL_DATA} ${WRKSRC}/doc/rtf2LaTeX2eDoc.html ${DESTDIR}${PREFIX}/share/doc/rtf2latex2e/
-       cd ${WRKSRC} && pax -rw pref ${DESTDIR}${PREFIX}/share/rtf2latex2e
+INSTALLATION_DIRS=     ${PREFIX}/share/doc/${PKGBASE}/html
 
-# install other docs and examples too?
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}/
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/print/rtf2latex2e/PLIST
diff -u pkgsrc/print/rtf2latex2e/PLIST:1.3 pkgsrc/print/rtf2latex2e/PLIST:1.4
--- pkgsrc/print/rtf2latex2e/PLIST:1.3  Mon Jan  1 22:29:53 2018
+++ pkgsrc/print/rtf2latex2e/PLIST      Fri Jul  4 14:44:40 2025
@@ -1,26 +1,25 @@
-@comment $NetBSD: PLIST,v 1.3 2018/01/01 22:29:53 rillig Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/07/04 14:44:40 schmonz Exp $
 bin/rtf2latex2e
-share/doc/rtf2latex2e/INSTALL
+man/man1/rtf2latex2e.1
 share/doc/rtf2latex2e/README
-share/doc/rtf2latex2e/rtf2LaTeX2eDoc.html
-share/rtf2latex2e/pref/TeX-map
-share/rtf2latex2e/pref/TeX-map.applemac
-share/rtf2latex2e/pref/TeX-map.cp1250
-share/rtf2latex2e/pref/TeX-map.cp1252
-share/rtf2latex2e/pref/TeX-map.default
-share/rtf2latex2e/pref/TeX-map.german
-share/rtf2latex2e/pref/TeX-map.latin1
-share/rtf2latex2e/pref/ansi-sym
-share/rtf2latex2e/pref/applemac.map
-share/rtf2latex2e/pref/cp1250.map
-share/rtf2latex2e/pref/cp1252.map
-share/rtf2latex2e/pref/cp1254.map
-share/rtf2latex2e/pref/cp437.map
-share/rtf2latex2e/pref/cp850.map
-share/rtf2latex2e/pref/mac-sym
-share/rtf2latex2e/pref/pc-sym
-share/rtf2latex2e/pref/pca-sym
-share/rtf2latex2e/pref/r2l-head
-share/rtf2latex2e/pref/r2l-map
-share/rtf2latex2e/pref/r2l-pref
-share/rtf2latex2e/pref/rtf-ctrl
+share/rtf2latex2e/cp932raw.txt
+share/rtf2latex2e/cp936raw.txt
+share/rtf2latex2e/latex-encoding
+share/rtf2latex2e/latex-encoding.cp1250
+share/rtf2latex2e/latex-encoding.cp1252
+share/rtf2latex2e/latex-encoding.german
+share/rtf2latex2e/latex-encoding.latin1
+share/rtf2latex2e/latex-encoding.mac
+share/rtf2latex2e/r2l-head
+share/rtf2latex2e/r2l-map
+share/rtf2latex2e/r2l-pref
+share/rtf2latex2e/rtf-ctrl
+share/rtf2latex2e/rtf-encoding.cp1250
+share/rtf2latex2e/rtf-encoding.cp1251
+share/rtf2latex2e/rtf-encoding.cp1252
+share/rtf2latex2e/rtf-encoding.cp1254
+share/rtf2latex2e/rtf-encoding.cp437
+share/rtf2latex2e/rtf-encoding.cp850
+share/rtf2latex2e/rtf-encoding.mac
+share/rtf2latex2e/rtf-encoding.next
+share/rtf2latex2e/rtf-encoding.symbolfont

Index: pkgsrc/print/rtf2latex2e/distinfo
diff -u pkgsrc/print/rtf2latex2e/distinfo:1.5 pkgsrc/print/rtf2latex2e/distinfo:1.6
--- pkgsrc/print/rtf2latex2e/distinfo:1.5       Tue Oct 26 11:12:17 2021
+++ pkgsrc/print/rtf2latex2e/distinfo   Fri Jul  4 14:44:40 2025
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:12:17 nia Exp $
+$NetBSD: distinfo,v 1.6 2025/07/04 14:44:40 schmonz Exp $
 
-BLAKE2s (rtf2latex2eUnix1.tar.gz) = 7504717698839d7c64c2b91b3e0e7aae14d5248c6fd04276c0775cc66c758309
-SHA512 (rtf2latex2eUnix1.tar.gz) = 13943a6cc3f740269919e3f4549b28807715aef34609c77687017ba4ebfb2e0d682031468341901354249895418b788863183c4f347fe9fe7289b6b1eb26456d
-Size (rtf2latex2eUnix1.tar.gz) = 540992 bytes
-SHA1 (patch-aa) = a9cba2a36e0b0eb65779cbdc810e2e6f04306dd8
-SHA1 (patch-src_common_cole_oledecod.c) = adcf9d97671192102a28ce81dba5c87af5a5d3b4
+BLAKE2s (rtf2latex2e-2-2-3.tar.gz) = f8cfaf0b3aea5d45ceff3ff9c2b09c420fdd99ad590aa3243c52403ce1c05c53
+SHA512 (rtf2latex2e-2-2-3.tar.gz) = ff02701f75ac8d1655e01ee3eec5f9c51f3b9f80238577c715f84d922f1254061472b807bf37ade643701a1e2fe594cf168b522519c1e619bd1cd94f2b92da66
+Size (rtf2latex2e-2-2-3.tar.gz) = 1207871 bytes



Home | Main Index | Thread Index | Old Index