pkgsrc-WIP-changes archive

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

tex-stackengine: Imported 4.0.1



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Mon Jan 21 11:35:55 2019 +0100
Changeset:	8868e3fcc05d8e0f3bad3b5697cce618d2f7eeb7

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

Log Message:
tex-stackengine: Imported 4.0.1

stackengine - Highly customised stacking of objects, insets, baseline changes

   The stackengine package provides a versatile way to vertically stack
objects in a variety of customizable ways.  A number of useful macros
are provided, all of which make use of the stackengine core.  These
macros allow a wide variety of tasks, including:

-creating aligned stacks of specified inter-item gap;
-creating aligned stacks of specified inter-item baselinse shift;
-stacking both above and below the baseline;
-overlaying character glyphs;
-insetting graphical images atop larger background images;
-top and bottom lapping;
-shifting the horizontal axis of a stack;
-changing the baseline of an object;
-subfigure stacking and labeling;

   This package can be set to process its arguments in either text mode or
in math mode.

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

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

diffstat:
 Makefile                     |  2 ++
 tex-stackengine-doc/DESCR    |  1 +
 tex-stackengine-doc/Makefile | 27 +++++++++++++++++++++++++++
 tex-stackengine-doc/PLIST    |  3 +++
 tex-stackengine-doc/distinfo |  6 ++++++
 tex-stackengine/COMMIT_MSG   | 21 +++++++++++++++++++++
 tex-stackengine/DESCR        | 17 +++++++++++++++++
 tex-stackengine/Makefile     | 28 ++++++++++++++++++++++++++++
 tex-stackengine/PLIST        |  2 ++
 tex-stackengine/distinfo     |  6 ++++++
 10 files changed, 113 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 399d5ecd07..51308517f7 100644
--- a/Makefile
+++ b/Makefile
@@ -4498,6 +4498,8 @@ SUBDIR+=	tex-newunicodechar
 SUBDIR+=	tex-newunicodechar-doc
 SUBDIR+=	tex-relsize-doc
 SUBDIR+=	tex-setspace-doc
+SUBDIR+=	tex-stackengine
+SUBDIR+=	tex-stackengine-doc
 SUBDIR+=	textile-mode
 SUBDIR+=	tftp-hpa
 SUBDIR+=	thabit-ttf
diff --git a/tex-stackengine-doc/DESCR b/tex-stackengine-doc/DESCR
new file mode 100644
index 0000000000..9539770aca
--- /dev/null
+++ b/tex-stackengine-doc/DESCR
@@ -0,0 +1 @@
+This is documentation for tex-stackengine.
diff --git a/tex-stackengine-doc/Makefile b/tex-stackengine-doc/Makefile
new file mode 100644
index 0000000000..70d5e1db43
--- /dev/null
+++ b/tex-stackengine-doc/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME=	stackengine
+PKGNAME=	tex-${DISTNAME}-doc-4.0.1
+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://ctan.org/texarchive/macros/latex/contrib/stackengine
+COMMENT=	Documentation for tex-stackengine
+LICENSE=	lppl-1.3c
+
+NO_CONFIGURE=	YES
+
+INSTALLATION_DIRS+=	${PREFIX}/share/texmf-dist/doc/latex/stackengine
+
+do-build:
+
+do-install:
+	cd ${WRKSRC} && for f in stackengine.pdf stackengine.tex; do \
+		${INSTALL_DATA} $$f \
+		${DESTDIR}${PREFIX}/share/texmf-dist/doc/latex/stackengine/$$f; \
+	done
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-stackengine-doc/PLIST b/tex-stackengine-doc/PLIST
new file mode 100644
index 0000000000..a1e5d8d6af
--- /dev/null
+++ b/tex-stackengine-doc/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+share/texmf-dist/doc/latex/stackengine/stackengine.pdf
+share/texmf-dist/doc/latex/stackengine/stackengine.tex
diff --git a/tex-stackengine-doc/distinfo b/tex-stackengine-doc/distinfo
new file mode 100644
index 0000000000..2375880d45
--- /dev/null
+++ b/tex-stackengine-doc/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tex-stackengine-doc-4.0.1/stackengine.zip) = ea35297b4f0e3104fb0862eb8c384ed97266d284
+RMD160 (tex-stackengine-doc-4.0.1/stackengine.zip) = af6743ce9065991082ef7dd2efdcd7f3e6e27f28
+SHA512 (tex-stackengine-doc-4.0.1/stackengine.zip) = 0b57fdcefa76c7e224e9eb9ad2aeff79cc80cfc019a441be7c471eae3376d219b63063d396684ba85decef6cd078cdb2fbb634b0e2d40b56bf7b7b45251630d4
+Size (tex-stackengine-doc-4.0.1/stackengine.zip) = 346575 bytes
diff --git a/tex-stackengine/COMMIT_MSG b/tex-stackengine/COMMIT_MSG
new file mode 100644
index 0000000000..5937f31fc3
--- /dev/null
+++ b/tex-stackengine/COMMIT_MSG
@@ -0,0 +1,21 @@
+tex-stackengine: Imported 4.0.1
+
+stackengine - Highly customised stacking of objects, insets, baseline changes
+
+   The stackengine package provides a versatile way to vertically stack
+objects in a variety of customizable ways.  A number of useful macros
+are provided, all of which make use of the stackengine core.  These
+macros allow a wide variety of tasks, including:
+
+-creating aligned stacks of specified inter-item gap;
+-creating aligned stacks of specified inter-item baselinse shift;
+-stacking both above and below the baseline;
+-overlaying character glyphs;
+-insetting graphical images atop larger background images;
+-top and bottom lapping;
+-shifting the horizontal axis of a stack;
+-changing the baseline of an object;
+-subfigure stacking and labeling;
+
+   This package can be set to process its arguments in either text mode or
+in math mode.
diff --git a/tex-stackengine/DESCR b/tex-stackengine/DESCR
new file mode 100644
index 0000000000..4b20a9d244
--- /dev/null
+++ b/tex-stackengine/DESCR
@@ -0,0 +1,17 @@
+   The stackengine package provides a versatile way to vertically stack
+objects in a variety of customizable ways.  A number of useful macros
+are provided, all of which make use of the stackengine core.  These
+macros allow a wide variety of tasks, including:
+
+-creating aligned stacks of specified inter-item gap;
+-creating aligned stacks of specified inter-item baselinse shift;
+-stacking both above and below the baseline;
+-overlaying character glyphs;
+-insetting graphical images atop larger background images;
+-top and bottom lapping;
+-shifting the horizontal axis of a stack;
+-changing the baseline of an object;
+-subfigure stacking and labeling;
+
+   This package can be set to process its arguments in either text mode or
+in math mode.
diff --git a/tex-stackengine/Makefile b/tex-stackengine/Makefile
new file mode 100644
index 0000000000..1ddcfacb4b
--- /dev/null
+++ b/tex-stackengine/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+DISTNAME=	stackengine
+PKGNAME=	tex-${DISTNAME}-4.0.1
+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://ctan.org/texarchive/macros/latex/contrib/stackengine
+COMMENT=	Highly customised stacking of objects
+LICENSE=	lppl-1.3c
+
+NO_CONFIGURE=	YES
+
+INSTALLATION_DIRS+=	${PREFIX}/share/texmf-dist/tex/latex/stackengine
+
+do-build:
+
+do-install:
+	cd ${WRKSRC} && for f in stackengine.sty; do \
+		${INSTALL_DATA} $$f \
+		${DESTDIR}${PREFIX}/share/texmf-dist/tex/latex/stackengine/$$f; \
+	done
+
+.include "../../print/kpathsea/texmf.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-stackengine/PLIST b/tex-stackengine/PLIST
new file mode 100644
index 0000000000..dd9478671c
--- /dev/null
+++ b/tex-stackengine/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+share/texmf-dist/tex/latex/stackengine/stackengine.sty
diff --git a/tex-stackengine/distinfo b/tex-stackengine/distinfo
new file mode 100644
index 0000000000..83466752e6
--- /dev/null
+++ b/tex-stackengine/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tex-stackengine-4.0.1/stackengine.zip) = ea35297b4f0e3104fb0862eb8c384ed97266d284
+RMD160 (tex-stackengine-4.0.1/stackengine.zip) = af6743ce9065991082ef7dd2efdcd7f3e6e27f28
+SHA512 (tex-stackengine-4.0.1/stackengine.zip) = 0b57fdcefa76c7e224e9eb9ad2aeff79cc80cfc019a441be7c471eae3376d219b63063d396684ba85decef6cd078cdb2fbb634b0e2d40b56bf7b7b45251630d4
+Size (tex-stackengine-4.0.1/stackengine.zip) = 346575 bytes


Home | Main Index | Thread Index | Old Index