pkgsrc-WIP-changes archive

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

Import tex-pgfgantt version 5.0



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Sun Apr 22 04:07:51 2018 +0200
Changeset:	243de6f62f1959bea3def306f76baecf8fd10cc2

Modified Files:
	Makefile
Added Files:
	tex-pgfgantt/DESCR
	tex-pgfgantt/Makefile
	tex-pgfgantt/PLIST
	tex-pgfgantt/distinfo

Log Message:
Import tex-pgfgantt version 5.0

The package provides an environment for drawing Gantt charts that contain
various elements (titles, bars, milestones, groups and links). Several keys
customize the appearance of the chart elements.

I am not familiar with LaTeX and do know yet how to package this correctly:
"Run pgfgantt.ins through LaTeX and follow the instructions".

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

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

diffstat:
 Makefile              |  1 +
 tex-pgfgantt/DESCR    |  3 +++
 tex-pgfgantt/Makefile | 17 +++++++++++++++++
 tex-pgfgantt/PLIST    |  1 +
 tex-pgfgantt/distinfo |  6 ++++++
 5 files changed, 28 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index c73a2f20f3..134a65f65a 100644
--- a/Makefile
+++ b/Makefile
@@ -4361,6 +4361,7 @@ SUBDIR+=	tex-changes-doc
 SUBDIR+=	tex-fancyref-doc
 SUBDIR+=	tex-lineno-doc
 SUBDIR+=	tex-mathtools-doc
+SUBDIR+=	tex-pgfgantt
 SUBDIR+=	tex-relsize-doc
 SUBDIR+=	tex-setspace-doc
 SUBDIR+=	texlive
diff --git a/tex-pgfgantt/DESCR b/tex-pgfgantt/DESCR
new file mode 100644
index 0000000000..a72ebf0a3f
--- /dev/null
+++ b/tex-pgfgantt/DESCR
@@ -0,0 +1,3 @@
+The package provides an environment for drawing Gantt charts that contain
+various elements (titles, bars, milestones, groups and links). Several keys
+customize the appearance of the chart elements.
diff --git a/tex-pgfgantt/Makefile b/tex-pgfgantt/Makefile
new file mode 100644
index 0000000000..f10157c9e3
--- /dev/null
+++ b/tex-pgfgantt/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+DISTNAME=	pgfgantt
+PKGNAME=	tex-${DISTNAME}-5.0
+CATEGORIES=	print
+MASTER_SITES=	${MASTER_SITE_TEX_CTAN:=graphics/pgf/contrib/}
+EXTRACT_SUFX=	.zip
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://www.ctan.org/pkg/pgfgantt
+COMMENT=	Draw Gantt charts with TikZ
+LICENSE=	lppl-1.3c
+
+DEPENDS+=	tex-pgf-[0-9]*:../../print/tex-pgf
+
+.include "../../print/texlive/package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/tex-pgfgantt/PLIST b/tex-pgfgantt/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/tex-pgfgantt/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/tex-pgfgantt/distinfo b/tex-pgfgantt/distinfo
new file mode 100644
index 0000000000..529266a6d9
--- /dev/null
+++ b/tex-pgfgantt/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (tex-pgfgantt-5.0/pgfgantt.zip) = d0ff8e07fff91ca3d3f4da87f73353833a7403aa
+RMD160 (tex-pgfgantt-5.0/pgfgantt.zip) = dfda647b4e908cea7296aa901d3f853e2fc15518
+SHA512 (tex-pgfgantt-5.0/pgfgantt.zip) = 1e0883b0858947f1e6073f519975a00f844f4b6a6c6c2c9630408531b931b383d5992269b5f2d48d0a9320ca49acd5440939f7ac4b9bdad572d9bd331568dcf3
+Size (tex-pgfgantt-5.0/pgfgantt.zip) = 969302 bytes


Home | Main Index | Thread Index | Old Index