pkgsrc-WIP-changes archive

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

tex-options: import tex-options-1.0 and tex-options-doc-1.0



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Tue Jul 12 22:48:07 2016 +0200
Changeset:	6fcd13129ea3288116a94dd809cf0fc87b64a52f

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

Log Message:
tex-options: import tex-options-1.0 and tex-options-doc-1.0

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

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

diffstat:
 Makefile                 |  2 ++
 tex-options-doc/DESCR    |  1 +
 tex-options-doc/Makefile | 14 ++++++++++++++
 tex-options-doc/PLIST    |  4 ++++
 tex-options-doc/distinfo |  6 ++++++
 tex-options/DESCR        |  4 ++++
 tex-options/Makefile     | 17 +++++++++++++++++
 tex-options/PLIST        |  2 ++
 tex-options/distinfo     |  6 ++++++
 9 files changed, 56 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index b773b5b..825448d 100644
--- a/Makefile
+++ b/Makefile
@@ -3969,6 +3969,8 @@ SUBDIR+=	tex-fncychap
 SUBDIR+=	tex-fncychap-doc
 SUBDIR+=	tex-lineno-doc
 SUBDIR+=	tex-mathtools-doc
+SUBDIR+=	tex-options
+SUBDIR+=	tex-options-doc
 SUBDIR+=	tex-relsize-doc
 SUBDIR+=	tex-setspace-doc
 SUBDIR+=	texlive
diff --git a/tex-options-doc/DESCR b/tex-options-doc/DESCR
new file mode 100644
index 0000000..2cd7066
--- /dev/null
+++ b/tex-options-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-options.
diff --git a/tex-options-doc/Makefile b/tex-options-doc/Makefile
new file mode 100644
index 0000000..b7f817a
--- /dev/null
+++ b/tex-options-doc/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	options.doc
+PKGNAME=	tex-${DISTNAME:S/./-/}-1.0
+TEXLIVE_REV=	39030
+TEXLIVE_USE_CTAN=	yes
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://ctan.org/pkg/options
+COMMENT=	Documentation for tex-options
+LICENSE=	lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-options-doc/PLIST b/tex-options-doc/PLIST
new file mode 100644
index 0000000..16619c5
--- /dev/null
+++ b/tex-options-doc/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+share/texmf-dist/doc/latex/options/README
+share/texmf-dist/doc/latex/options/options.html
+share/texmf-dist/doc/latex/options/options.pdf
diff --git a/tex-options-doc/distinfo b/tex-options-doc/distinfo
new file mode 100644
index 0000000..e746f20
--- /dev/null
+++ b/tex-options-doc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tex-options-39030/options.doc.tar.xz) = 3cf1909ba8d18e6eb315fb52d11b5f7f17b5379b
+RMD160 (tex-options-39030/options.doc.tar.xz) = 4149ca1dff9a4af0e6e06eeac93779d18ced8d4a
+SHA512 (tex-options-39030/options.doc.tar.xz) = 4707dba5d91d8aedf4886beb516e24077c17cf0f3c31667210798a9774c26c53f349c53e37b2af6e44945d8d584ee6e6f438b83be3c13d64d25bd478376367e2
+Size (tex-options-39030/options.doc.tar.xz) = 223068 bytes
diff --git a/tex-options/DESCR b/tex-options/DESCR
new file mode 100644
index 0000000..10043b8
--- /dev/null
+++ b/tex-options/DESCR
@@ -0,0 +1,4 @@
+The options package provides easy to use key-value options for
+LaTeX package writers. It has a similar interface as pgfkeys
+with path options but comes with more built-in data types and
+more convenient support for families and searching.
diff --git a/tex-options/Makefile b/tex-options/Makefile
new file mode 100644
index 0000000..f7d5c19
--- /dev/null
+++ b/tex-options/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	options
+PKGNAME=	tex-${DISTNAME}-1.0
+TEXLIVE_REV=	39030
+TEXLIVE_USE_CTAN=	yes
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://ctan.org/pkg/options
+COMMENT=	Provides convenient key-value options for LaTeX package writers
+LICENSE=	lppl-1.3c
+
+DEPENDS+=	tex-etoolbox-[0-9]*:../../devel/tex-etoolbox
+DEPENDS+=	tex-xcolor-[0-9]*:../../print/tex-xcolor
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-options/PLIST b/tex-options/PLIST
new file mode 100644
index 0000000..b8bf952
--- /dev/null
+++ b/tex-options/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+share/texmf-dist/tex/latex/options/options.sty
diff --git a/tex-options/distinfo b/tex-options/distinfo
new file mode 100644
index 0000000..42c1e46
--- /dev/null
+++ b/tex-options/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tex-options-39030/options.tar.xz) = de7b4be448674c7a351090e70a7cd8a77d414cbf
+RMD160 (tex-options-39030/options.tar.xz) = 20b5ad29550c4a93ed064fa825454f458b8614bb
+SHA512 (tex-options-39030/options.tar.xz) = 9a5fe574de1d322e8acc3db1835074e94056a700f3d7a9aeb33e6d230b9d8837f945637b3adddbdac10d67d4f824eec1788057d5a6c2249281b1910753b31ecf
+Size (tex-options-39030/options.tar.xz) = 11228 bytes


Home | Main Index | Thread Index | Old Index