pkgsrc-WIP-changes archive

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

new package, p6-xml-writer, first in rakudo star



Module Name:	pkgsrc-wip
Committed By:	Matthew Sporleder <msporleder%gmail.com@localhost>
Pushed By:	mspo
Date:		Sat Aug 12 22:16:03 2017 -0400
Changeset:	a071b8ddd715ab7c1d382cb00ad4beea1b964616

Added Files:
	p6-xml-writer/Makefile
	p6-xml-writer/distinfo

Log Message:
new package, p6-xml-writer, first in rakudo star

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

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

diffstat:
 p6-xml-writer/Makefile | 26 ++++++++++++++++++++++++++
 p6-xml-writer/distinfo |  6 ++++++
 2 files changed, 32 insertions(+)

diffs:
diff --git a/p6-xml-writer/Makefile b/p6-xml-writer/Makefile
new file mode 100644
index 0000000000..2c6aa2d2de
--- /dev/null
+++ b/p6-xml-writer/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	xml-writer
+GITHUB_TAG=	4d30a9d
+DISTNAME=	${GITHUB_PROJECT}-${GITHUB_TAG:S/v//}
+CATEGORIES=	wip
+MASTER_SITES=	${MASTER_SITE_GITHUB:=masak/}
+
+MAINTAINER=	mspo%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/masak/xml-writer
+COMMENT=	A Perl 6 module to generate XML
+LICENSE=	artistic
+
+WRKSRC=	${WRKDIR}/${DISTNAME}*
+USE_LANGUAGES=	# none
+USE_TOOLS+=	gtar
+EXTRACT_USING=	gtar
+
+GENERATE_PLIST=	cd ${DESTDIR}${PREFIX} && ${FIND} * -type f -print |${SORT} -u;
+
+do-build:
+	cd ${WRKSRC} && mkdir -p ${DESTDIR}${PREFIX}/share/perl6/site
+	cd ${WRKSRC} && ${PREFIX}/bin/perl6 ${PREFIX}/share/perl6/bin/install-dist.pl -for=site -to=${DESTDIR}${PREFIX}/share/perl6/site
+
+.include "../../wip/rakudo/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/p6-xml-writer/distinfo b/p6-xml-writer/distinfo
new file mode 100644
index 0000000000..f92effe00a
--- /dev/null
+++ b/p6-xml-writer/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (xml-writer-4d30a9d-4d30a9d.tar.gz) = 1f377c68c82e63bdf9f767a72a51dd3ec04a1c1b
+RMD160 (xml-writer-4d30a9d-4d30a9d.tar.gz) = 16fc5f883a27dc512c0cc59d167ed0f0fad725e3
+SHA512 (xml-writer-4d30a9d-4d30a9d.tar.gz) = 6af9880b011b4579d14a5657bae88e3a0fc5e5d3ef3870141b721e7c1c32b35081942ca93a673112ee355d9ea19dc88adbaa80a216665d83d0f0526e8fbcb15e
+Size (xml-writer-4d30a9d-4d30a9d.tar.gz) = 6287 bytes


Home | Main Index | Thread Index | Old Index