pkgsrc-WIP-changes archive

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

tex-pagenote: import tex-pagenote-1.1a and tex-pagenote-doc-1.1a



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Tue Mar 14 00:51:13 2017 +0200
Changeset:	11c1ef359d2c42d4664013bd025b1e7585b7522b

Modified Files:
	Makefile
Added Files:
	tex-pagenote-doc/DESCR
	tex-pagenote-doc/Makefile
	tex-pagenote-doc/PLIST
	tex-pagenote-doc/distinfo
	tex-pagenote/DESCR
	tex-pagenote/Makefile
	tex-pagenote/PLIST
	tex-pagenote/distinfo

Log Message:
tex-pagenote: import tex-pagenote-1.1a and tex-pagenote-doc-1.1a

The pagenote package provides tagged notes on a separate page
(also known as 'end notes'). Unless the memoir class is used,
the package requires the ifmtarg package.

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

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

diffstat:
 Makefile                  |  2 ++
 tex-pagenote-doc/DESCR    |  1 +
 tex-pagenote-doc/Makefile | 15 +++++++++++++++
 tex-pagenote-doc/PLIST    |  3 +++
 tex-pagenote-doc/distinfo |  6 ++++++
 tex-pagenote/DESCR        |  3 +++
 tex-pagenote/Makefile     | 17 +++++++++++++++++
 tex-pagenote/PLIST        |  2 ++
 tex-pagenote/distinfo     |  6 ++++++
 9 files changed, 55 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 8f620d1222..85a6d79454 100644
--- a/Makefile
+++ b/Makefile
@@ -4130,6 +4130,8 @@ SUBDIR+=	tex-leading
 SUBDIR+=	tex-leading-doc
 SUBDIR+=	tex-lineno-doc
 SUBDIR+=	tex-mathtools-doc
+SUBDIR+=	tex-pagenote
+SUBDIR+=	tex-pagenote-doc
 SUBDIR+=	tex-relsize-doc
 SUBDIR+=	tex-setspace-doc
 SUBDIR+=	texlive
diff --git a/tex-pagenote-doc/DESCR b/tex-pagenote-doc/DESCR
new file mode 100644
index 0000000000..94545a26a9
--- /dev/null
+++ b/tex-pagenote-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-pagenote.
diff --git a/tex-pagenote-doc/Makefile b/tex-pagenote-doc/Makefile
new file mode 100644
index 0000000000..72a9e2dc78
--- /dev/null
+++ b/tex-pagenote-doc/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME=	pagenote.doc
+PKGNAME=	tex-${DISTNAME:S/./-/}-1.1a
+TEXLIVE_REV=	15878
+
+TEXLIVE_USE_CTAN=	yes
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://ctan.org/pkg/pagenote
+COMMENT=	Documentation for tex-pagenote
+LICENSE=	lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-pagenote-doc/PLIST b/tex-pagenote-doc/PLIST
new file mode 100644
index 0000000000..c2a54247ed
--- /dev/null
+++ b/tex-pagenote-doc/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+share/texmf-dist/doc/latex/pagenote/README
+share/texmf-dist/doc/latex/pagenote/pagenote.pdf
diff --git a/tex-pagenote-doc/distinfo b/tex-pagenote-doc/distinfo
new file mode 100644
index 0000000000..13e3de4462
--- /dev/null
+++ b/tex-pagenote-doc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tex-pagenote-15878/pagenote.doc.tar.xz) = 24a77899d5222d1447c4306a57ec2f5afc15466a
+RMD160 (tex-pagenote-15878/pagenote.doc.tar.xz) = 5af7631617ec033072093c07b364462500e1198e
+SHA512 (tex-pagenote-15878/pagenote.doc.tar.xz) = 458497f6053f3ed739b99d4e4da4249f3967b5883da21ee4fd7fbbd492478de14cf3df6997cc316a588da293ee68432e89095db9fa3b86a91ab3a4508ff1a86b
+Size (tex-pagenote-15878/pagenote.doc.tar.xz) = 138604 bytes
diff --git a/tex-pagenote/DESCR b/tex-pagenote/DESCR
new file mode 100644
index 0000000000..8cc5a32998
--- /dev/null
+++ b/tex-pagenote/DESCR
@@ -0,0 +1,3 @@
+The pagenote package provides tagged notes on a separate page
+(also known as 'end notes'). Unless the memoir class is used,
+the package requires the ifmtarg package.
diff --git a/tex-pagenote/Makefile b/tex-pagenote/Makefile
new file mode 100644
index 0000000000..fca496b2ae
--- /dev/null
+++ b/tex-pagenote/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	pagenote
+PKGNAME=	tex-${DISTNAME}-1.1a
+TEXLIVE_REV=	15878
+
+TEXLIVE_USE_CTAN=	yes
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://ctan.org/pkg/pagenote
+COMMENT=	Notes at end of document
+LICENSE=	lppl-1.3c
+
+DEPENDS+=	tex-ifmtarg-[0-9]*:../../print/tex-ifmtarg
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-pagenote/PLIST b/tex-pagenote/PLIST
new file mode 100644
index 0000000000..54e524c409
--- /dev/null
+++ b/tex-pagenote/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+share/texmf-dist/tex/latex/pagenote/pagenote.sty
diff --git a/tex-pagenote/distinfo b/tex-pagenote/distinfo
new file mode 100644
index 0000000000..9cede74e13
--- /dev/null
+++ b/tex-pagenote/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tex-pagenote-15878/pagenote.tar.xz) = 7d6d98904b99ea54605742b0214802b2355f3077
+RMD160 (tex-pagenote-15878/pagenote.tar.xz) = a02690de49049da16f2bb09bda54cb771923c448
+SHA512 (tex-pagenote-15878/pagenote.tar.xz) = a8ca92cbfc77c63e07105877ab1fc7ab8d6fb32669418df20c8e295753f9c09db5b5b60f2391fe0966cd83990b463489893a3945c3424efbbdf9cc2832c22d15
+Size (tex-pagenote-15878/pagenote.tar.xz) = 2020 bytes


Home | Main Index | Thread Index | Old Index