pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
tex-hang: import tex-hang-2.1 and tex-hang-doc-2.1
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Tue Mar 14 00:47:04 2017 +0200
Changeset: 091595a9189533063be8630547edb5904ec0de81
Modified Files:
Makefile
Added Files:
tex-hang-doc/DESCR
tex-hang-doc/Makefile
tex-hang-doc/PLIST
tex-hang-doc/distinfo
tex-hang/DESCR
tex-hang/Makefile
tex-hang/PLIST
tex-hang/distinfo
Log Message:
tex-hang: import tex-hang-2.1 and tex-hang-doc-2.1
This package provides environments for hanging paragraphs and
list items. In addition, it defines environments for labeled
paragraphs and list items.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=091595a9189533063be8630547edb5904ec0de81
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 ++
tex-hang-doc/DESCR | 1 +
tex-hang-doc/Makefile | 15 +++++++++++++++
tex-hang-doc/PLIST | 8 ++++++++
tex-hang-doc/distinfo | 6 ++++++
tex-hang/DESCR | 3 +++
tex-hang/Makefile | 15 +++++++++++++++
tex-hang/PLIST | 2 ++
tex-hang/distinfo | 6 ++++++
9 files changed, 58 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index d142648171..b7a67213f2 100644
--- a/Makefile
+++ b/Makefile
@@ -4122,6 +4122,8 @@ SUBDIR+= tex-breqn-doc
SUBDIR+= tex-continue
SUBDIR+= tex-continue-doc
SUBDIR+= tex-fancyref-doc
+SUBDIR+= tex-hang
+SUBDIR+= tex-hang-doc
SUBDIR+= tex-lineno-doc
SUBDIR+= tex-mathtools-doc
SUBDIR+= tex-relsize-doc
diff --git a/tex-hang-doc/DESCR b/tex-hang-doc/DESCR
new file mode 100644
index 0000000000..6896c11d34
--- /dev/null
+++ b/tex-hang-doc/DESCR
@@ -0,0 +1 @@
+Documentation for tex-hang.
diff --git a/tex-hang-doc/Makefile b/tex-hang-doc/Makefile
new file mode 100644
index 0000000000..e25135c532
--- /dev/null
+++ b/tex-hang-doc/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME= hang.doc
+PKGNAME= tex-${DISTNAME:S/./-/}-2.1
+TEXLIVE_REV= 43280
+
+TEXLIVE_USE_CTAN= yes
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://ctan.org/pkg/hang
+COMMENT= Documentation for tex-hang
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-hang-doc/PLIST b/tex-hang-doc/PLIST
new file mode 100644
index 0000000000..621dcec95e
--- /dev/null
+++ b/tex-hang-doc/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+share/texmf-dist/doc/latex/hang/COPYING
+share/texmf-dist/doc/latex/hang/ChangeLog
+share/texmf-dist/doc/latex/hang/README
+share/texmf-dist/doc/latex/hang/hang.pdf
+share/texmf-dist/doc/latex/hang/hang.tex
+share/texmf-dist/doc/latex/hang/sample.pdf
+share/texmf-dist/doc/latex/hang/sample.tex
diff --git a/tex-hang-doc/distinfo b/tex-hang-doc/distinfo
new file mode 100644
index 0000000000..5a49d5c494
--- /dev/null
+++ b/tex-hang-doc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tex-hang-43280/hang.doc.tar.xz) = fa219d210382a2f2e0a0659cf4722a75ca3321a1
+RMD160 (tex-hang-43280/hang.doc.tar.xz) = c051d8da757ee278e22776324f7a0ede62ae0737
+SHA512 (tex-hang-43280/hang.doc.tar.xz) = 40e8477898c1364e37aa5d8b2281807b0c7837464e1d5399468ecbe858d76ca06b6826098f5573276c2409ec255aa53d98cd7dc394e166b9ce81a7fa6801d781
+Size (tex-hang-43280/hang.doc.tar.xz) = 53740 bytes
diff --git a/tex-hang/DESCR b/tex-hang/DESCR
new file mode 100644
index 0000000000..f440ae8eb9
--- /dev/null
+++ b/tex-hang/DESCR
@@ -0,0 +1,3 @@
+This package provides environments for hanging paragraphs and
+list items. In addition, it defines environments for labeled
+paragraphs and list items.
diff --git a/tex-hang/Makefile b/tex-hang/Makefile
new file mode 100644
index 0000000000..7f639d49ae
--- /dev/null
+++ b/tex-hang/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD$
+
+DISTNAME= hang
+PKGNAME= tex-${DISTNAME}-2.1
+TEXLIVE_REV= 43280
+
+TEXLIVE_USE_CTAN= yes
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://ctan.org/pkg/hang
+COMMENT= Environments for hanging paragraphs and list items
+LICENSE= lppl-1.3c
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-hang/PLIST b/tex-hang/PLIST
new file mode 100644
index 0000000000..ef6729ff8a
--- /dev/null
+++ b/tex-hang/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+share/texmf-dist/tex/latex/hang/hang.sty
diff --git a/tex-hang/distinfo b/tex-hang/distinfo
new file mode 100644
index 0000000000..d61ad28338
--- /dev/null
+++ b/tex-hang/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tex-hang-43280/hang.tar.xz) = 5d29f251060ff2948fc9c8c16c2cee7550db3858
+RMD160 (tex-hang-43280/hang.tar.xz) = 6ac44ed24f5d721585945b31b32b0c0e9809ccd8
+SHA512 (tex-hang-43280/hang.tar.xz) = 6176f84445ccfe8091681299e5a89d92fa9918d5f39f4455c6c8a11799279a609baaa12663397619e1c251a0df7f38e6a1c6d11c9c1e8610add06ef82facae00
+Size (tex-hang-43280/hang.tar.xz) = 1052 bytes
Home |
Main Index |
Thread Index |
Old Index