pkgsrc-WIP-changes archive

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

tex-convbkmk: Import tex-convbkmk-0.30 as wip/tex-convbkmk



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Sat Jan 23 20:59:24 2021 +0900
Changeset:	062d346fd98fa36193ae721f12dbf03a810b203b

Modified Files:
	Makefile
Added Files:
	tex-convbkmk/DESCR
	tex-convbkmk/Makefile
	tex-convbkmk/PLIST
	tex-convbkmk/distinfo

Log Message:
tex-convbkmk: Import tex-convbkmk-0.30 as wip/tex-convbkmk

The package provides a small Ruby script that corrects
bookmarks in PDF files created by platex/uplatex, using
hyperref.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=062d346fd98fa36193ae721f12dbf03a810b203b

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

diffstat:
 Makefile              |  1 +
 tex-convbkmk/DESCR    |  3 +++
 tex-convbkmk/Makefile | 22 ++++++++++++++++++++++
 tex-convbkmk/PLIST    |  3 +++
 tex-convbkmk/distinfo |  6 ++++++
 5 files changed, 35 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index bce4fd5077..900d5b94bd 100644
--- a/Makefile
+++ b/Makefile
@@ -5261,6 +5261,7 @@ SUBDIR+=	tex-bxorigcapt
 SUBDIR+=	tex-bxorigcapt-doc
 SUBDIR+=	tex-bxwareki
 SUBDIR+=	tex-bxwareki-doc
+SUBDIR+=	tex-convbkmk
 SUBDIR+=	tex-fancyref-doc
 SUBDIR+=	tex-lineno-doc
 SUBDIR+=	tex-lualatex-math
diff --git a/tex-convbkmk/DESCR b/tex-convbkmk/DESCR
new file mode 100644
index 0000000000..a567b9c992
--- /dev/null
+++ b/tex-convbkmk/DESCR
@@ -0,0 +1,3 @@
+The package provides a small Ruby script that corrects
+bookmarks in PDF files created by platex/uplatex, using
+hyperref.
diff --git a/tex-convbkmk/Makefile b/tex-convbkmk/Makefile
new file mode 100644
index 0000000000..4d678c4e75
--- /dev/null
+++ b/tex-convbkmk/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD$
+
+DISTNAME=	convbkmk
+PKGNAME=	tex-${DISTNAME}-0.30
+TEXLIVE_REV=	49252
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://ctan.org/pkg/convbkmk
+COMMENT=	Correct platex/uplatex bookmarks in PDF created with hyperref
+LICENSE=	mit
+
+INSTALLATION_DIRS+=	bin
+
+REPLACE_RUBY=	texmf-dist/scripts/convbkmk/convbkmk.rb
+
+post-install:
+	${LN} -sf ../share/texmf-dist/scripts/convbkmk/convbkmk.rb \
+		${DESTDIR}${PREFIX}/bin/convbkmk
+
+.include "../../lang/ruby/replace.mk"
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-convbkmk/PLIST b/tex-convbkmk/PLIST
new file mode 100644
index 0000000000..543bda8d1f
--- /dev/null
+++ b/tex-convbkmk/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/convbkmk
+share/texmf-dist/scripts/convbkmk/convbkmk.rb
diff --git a/tex-convbkmk/distinfo b/tex-convbkmk/distinfo
new file mode 100644
index 0000000000..b3082bf7c2
--- /dev/null
+++ b/tex-convbkmk/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (convbkmk.r49252.tar.xz) = 9df08e1ea9e7467bcc1badc08b513a5258f1ba37
+RMD160 (convbkmk.r49252.tar.xz) = fc9af7b5b116525065c56b89adf7d1a204c34f9b
+SHA512 (convbkmk.r49252.tar.xz) = 01bb9621459bac7eecc99b1d9aa59de420ba805b2e0ecdb2a89f5c86fa4a3021d957b4ddc69617ea406e77865d68e40c657979c488fc51f4676d084cfe6181cd
+Size (convbkmk.r49252.tar.xz) = 5812 bytes


Home | Main Index | Thread Index | Old Index