pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
tex-newunicodechar: Imported 1.2
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By: micha
Date: Mon Jan 21 11:34:13 2019 +0100
Changeset: ba6e4da345d628d2372a5b4cd30306a20b4a43b4
Modified Files:
Makefile
Added Files:
tex-newunicodechar-doc/DESCR
tex-newunicodechar-doc/Makefile
tex-newunicodechar-doc/PLIST
tex-newunicodechar-doc/distinfo
tex-newunicodechar/COMMIT_MSG
tex-newunicodechar/DESCR
tex-newunicodechar/Makefile
tex-newunicodechar/PLIST
tex-newunicodechar/distinfo
Log Message:
tex-newunicodechar: Imported 1.2
newunicodechar - Definitions of the meaning of Unicode characters
The newunicodechar lets you define more friendly the meaning of Unicode
characters; it requires that the document is processed by (pdf)LaTeX with
\usepackage[utf8]{inputenc} or by XeLaTeX/LuaLaTeX: it provides the syntax
\newunicodechar{<char>}{<code>}
where <char> is some (directly typed in) Unicode character and <code> is
what we need to be substituted to <char>.
Changelog for 1.2:
--------------------------------------------------------------------------------
This release was necessary because now (April 2018) LaTeX assumes
UTF-8 encoding unless countermanded by explicitly loading a different
encoding with inputenc (or inputenx).
--------------------------------------------------------------------------------
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ba6e4da345d628d2372a5b4cd30306a20b4a43b4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 ++
tex-newunicodechar-doc/DESCR | 1 +
tex-newunicodechar-doc/Makefile | 26 ++++++++++++++++++++++++++
tex-newunicodechar-doc/PLIST | 2 ++
tex-newunicodechar-doc/distinfo | 6 ++++++
tex-newunicodechar/COMMIT_MSG | 19 +++++++++++++++++++
tex-newunicodechar/DESCR | 10 ++++++++++
tex-newunicodechar/Makefile | 30 ++++++++++++++++++++++++++++++
tex-newunicodechar/PLIST | 2 ++
tex-newunicodechar/distinfo | 6 ++++++
10 files changed, 104 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index ed8e04210b..399d5ecd07 100644
--- a/Makefile
+++ b/Makefile
@@ -4494,6 +4494,8 @@ SUBDIR+= tex-lineno-doc
SUBDIR+= tex-listofitems
SUBDIR+= tex-listofitems-doc
SUBDIR+= tex-mathtools-doc
+SUBDIR+= tex-newunicodechar
+SUBDIR+= tex-newunicodechar-doc
SUBDIR+= tex-relsize-doc
SUBDIR+= tex-setspace-doc
SUBDIR+= textile-mode
diff --git a/tex-newunicodechar-doc/DESCR b/tex-newunicodechar-doc/DESCR
new file mode 100644
index 0000000000..149e668f84
--- /dev/null
+++ b/tex-newunicodechar-doc/DESCR
@@ -0,0 +1 @@
+This is documentation for tex-newunicodechar.
diff --git a/tex-newunicodechar-doc/Makefile b/tex-newunicodechar-doc/Makefile
new file mode 100644
index 0000000000..1ed02a2c02
--- /dev/null
+++ b/tex-newunicodechar-doc/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+DISTNAME= newunicodechar
+PKGNAME= tex-${DISTNAME}-doc-1.2
+CATEGORIES= print
+MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/}
+DIST_SUBDIR= ${PKGNAME_NOREV}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://www.ctan.org/texarchive/macros/latex/contrib/newunicodechar
+COMMENT= Documentation for tex-newunicodechar
+LICENSE= lppl-1.3c
+
+NO_CONFIGURE= YES
+INSTALLATION_DIRS+= ${PREFIX}/share/texmf-dist/doc/latex/newunicodechar
+
+do-build:
+
+do-install:
+ cd ${WRKSRC} && for f in newunicodechar.pdf; do \
+ ${INSTALL_DATA} $$f \
+ ${DESTDIR}${PREFIX}/share/texmf-dist/doc/latex/newunicodechar/$$f; \
+ done
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-newunicodechar-doc/PLIST b/tex-newunicodechar-doc/PLIST
new file mode 100644
index 0000000000..755f8e6f11
--- /dev/null
+++ b/tex-newunicodechar-doc/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+share/texmf-dist/doc/latex/newunicodechar/newunicodechar.pdf
diff --git a/tex-newunicodechar-doc/distinfo b/tex-newunicodechar-doc/distinfo
new file mode 100644
index 0000000000..a30fa4c6a7
--- /dev/null
+++ b/tex-newunicodechar-doc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tex-newunicodechar-doc-1.2/newunicodechar.zip) = fd98cfcd17bb175de1d8f258f870e10793f1e29a
+RMD160 (tex-newunicodechar-doc-1.2/newunicodechar.zip) = 1f0f80f9ed2f351014f64fe5645a15d60b446c21
+SHA512 (tex-newunicodechar-doc-1.2/newunicodechar.zip) = 79e0261ed683b4bc3dd2a14cef9d5afe033c9e9c83106f6e2750f58d657b3a1dc0afc57ff6870318008eb87f6f9fcecc001ba3a3ab454fc9eb4df20c6596bec3
+Size (tex-newunicodechar-doc-1.2/newunicodechar.zip) = 395217 bytes
diff --git a/tex-newunicodechar/COMMIT_MSG b/tex-newunicodechar/COMMIT_MSG
new file mode 100644
index 0000000000..86d48bbee4
--- /dev/null
+++ b/tex-newunicodechar/COMMIT_MSG
@@ -0,0 +1,19 @@
+tex-newunicodechar: Imported 1.2
+
+newunicodechar - Definitions of the meaning of Unicode characters
+
+ The newunicodechar lets you define more friendly the meaning of Unicode
+characters; it requires that the document is processed by (pdf)LaTeX with
+\usepackage[utf8]{inputenc} or by XeLaTeX/LuaLaTeX: it provides the syntax
+
+ \newunicodechar{<char>}{<code>}
+
+where <char> is some (directly typed in) Unicode character and <code> is
+what we need to be substituted to <char>.
+
+Changelog for 1.2:
+--------------------------------------------------------------------------------
+This release was necessary because now (April 2018) LaTeX assumes
+UTF-8 encoding unless countermanded by explicitly loading a different
+encoding with inputenc (or inputenx).
+--------------------------------------------------------------------------------
diff --git a/tex-newunicodechar/DESCR b/tex-newunicodechar/DESCR
new file mode 100644
index 0000000000..0fd4a6340a
--- /dev/null
+++ b/tex-newunicodechar/DESCR
@@ -0,0 +1,10 @@
+Definitions of the meaning of Unicode characters
+
+ The newunicodechar lets you define more friendly the meaning of Unicode
+characters; it requires that the document is processed by (pdf)LaTeX with
+\usepackage[utf8]{inputenc} or by XeLaTeX/LuaLaTeX: it provides the syntax
+
+ \newunicodechar{<char>}{<code>}
+
+where <char> is some (directly typed in) Unicode character and <code> is
+what we need to be substituted to <char>.
diff --git a/tex-newunicodechar/Makefile b/tex-newunicodechar/Makefile
new file mode 100644
index 0000000000..f8945a0763
--- /dev/null
+++ b/tex-newunicodechar/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD$
+
+DISTNAME= newunicodechar
+PKGNAME= tex-${DISTNAME}-1.2
+DIST_SUBDIR= ${PKGNAME_NOREV}
+CATEGORIES= print
+MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://www.ctan.org/texarchive/macros/latex/contrib/newunicodechar
+COMMENT= Definitions of the meaning of Unicode characters
+LICENSE= lppl-1.3c
+
+NO_CONFIGURE= YES
+INSTALLATION_DIRS+= ${PREFIX}/share/texmf-dist/tex/latex/newunicodechar
+
+DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+
+do-build:
+ cd ${WRKSRC} && latex newunicodechar.ins
+
+do-install:
+ cd ${WRKSRC} && for f in newunicodechar.sty; do \
+ ${INSTALL_DATA} $$f \
+ ${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/newunicodechar/$$f; \
+ done
+
+.include "../../print/kpathsea/texmf.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-newunicodechar/PLIST b/tex-newunicodechar/PLIST
new file mode 100644
index 0000000000..c5d8935f67
--- /dev/null
+++ b/tex-newunicodechar/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+share/texmf-dist/tex/latex/newunicodechar/newunicodechar.sty
diff --git a/tex-newunicodechar/distinfo b/tex-newunicodechar/distinfo
new file mode 100644
index 0000000000..17f88736cf
--- /dev/null
+++ b/tex-newunicodechar/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tex-newunicodechar-1.2/newunicodechar.zip) = fd98cfcd17bb175de1d8f258f870e10793f1e29a
+RMD160 (tex-newunicodechar-1.2/newunicodechar.zip) = 1f0f80f9ed2f351014f64fe5645a15d60b446c21
+SHA512 (tex-newunicodechar-1.2/newunicodechar.zip) = 79e0261ed683b4bc3dd2a14cef9d5afe033c9e9c83106f6e2750f58d657b3a1dc0afc57ff6870318008eb87f6f9fcecc001ba3a3ab454fc9eb4df20c6596bec3
+Size (tex-newunicodechar-1.2/newunicodechar.zip) = 395217 bytes
Home |
Main Index |
Thread Index |
Old Index