pkgsrc-WIP-changes archive

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

add p6-Grammar-Profiler-Simple and fix p6-Terminal-ANSIColor distinfo



Module Name:	pkgsrc-wip
Committed By:	Matthew Sporleder <msporleder%gmail.com@localhost>
Pushed By:	mspo
Date:		Mon Aug 14 21:39:08 2017 -0400
Changeset:	7f76946f8547911846a5852f2f4e70b050519f1d

Modified Files:
	p6-Terminal-ANSIColor/distinfo
Added Files:
	p6-Grammar-Profiler-Simple/DESCR
	p6-Grammar-Profiler-Simple/Makefile
	p6-Grammar-Profiler-Simple/distinfo

Log Message:
add p6-Grammar-Profiler-Simple and fix p6-Terminal-ANSIColor distinfo

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

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

diffstat:
 p6-Grammar-Profiler-Simple/DESCR    |  1 +
 p6-Grammar-Profiler-Simple/Makefile | 29 +++++++++++++++++++++++++++++
 p6-Grammar-Profiler-Simple/distinfo |  6 ++++++
 p6-Terminal-ANSIColor/distinfo      |  8 ++++----
 4 files changed, 40 insertions(+), 4 deletions(-)

diffs:
diff --git a/p6-Grammar-Profiler-Simple/DESCR b/p6-Grammar-Profiler-Simple/DESCR
new file mode 100644
index 0000000000..b0a57bb3c2
--- /dev/null
+++ b/p6-Grammar-Profiler-Simple/DESCR
@@ -0,0 +1 @@
+A simple profiler that counts calls and records timing for grammar rules
diff --git a/p6-Grammar-Profiler-Simple/Makefile b/p6-Grammar-Profiler-Simple/Makefile
new file mode 100644
index 0000000000..6727d39ad1
--- /dev/null
+++ b/p6-Grammar-Profiler-Simple/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	Grammar-Profiler-Simple
+GITHUB_TAG=	c0aca5fab323b2974821dabd6b89330c609e0b7d
+PKGREVISION= 1
+DISTNAME=	p6-${GITHUB_PROJECT}-${GITHUB_TAG:S/v//}
+CATEGORIES=	wip
+MASTER_SITES=	${MASTER_SITE_GITHUB:=perlpilot/}
+
+MAINTAINER=	mspo%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/perlpilot/Grammar-Profiler-Simple
+COMMENT=	A simple profiler that counts calls and records timing for grammar rules
+LICENSE=	artistic
+
+WRKSRC=	${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}*
+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
+
+do-install:
+	cd ${WRKSRC} && RAKUDO_RERESOLVE_DEPENDENCIES=0 ${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-Grammar-Profiler-Simple/distinfo b/p6-Grammar-Profiler-Simple/distinfo
new file mode 100644
index 0000000000..0f1e58a236
--- /dev/null
+++ b/p6-Grammar-Profiler-Simple/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (p6-Grammar-Profiler-Simple-c0aca5fab323b2974821dabd6b89330c609e0b7d-c0aca5fab323b2974821dabd6b89330c609e0b7d.tar.gz) = a9e1138346292c1844eec08fac48daa39f873f86
+RMD160 (p6-Grammar-Profiler-Simple-c0aca5fab323b2974821dabd6b89330c609e0b7d-c0aca5fab323b2974821dabd6b89330c609e0b7d.tar.gz) = 5f5ad64323698427148ea45c24b98a8626b927ef
+SHA512 (p6-Grammar-Profiler-Simple-c0aca5fab323b2974821dabd6b89330c609e0b7d-c0aca5fab323b2974821dabd6b89330c609e0b7d.tar.gz) = 0a111e0536e496db6e33cb711acbc33e151bf6a6db84e6f9fb5e0d17e9e7e8cfc51fe839a73a7227789dc423b8a9bf61788af9348cd2c9c0f9de76c50d21914b
+Size (p6-Grammar-Profiler-Simple-c0aca5fab323b2974821dabd6b89330c609e0b7d-c0aca5fab323b2974821dabd6b89330c609e0b7d.tar.gz) = 2348 bytes
diff --git a/p6-Terminal-ANSIColor/distinfo b/p6-Terminal-ANSIColor/distinfo
index 270f6ea872..16e91ba8d9 100644
--- a/p6-Terminal-ANSIColor/distinfo
+++ b/p6-Terminal-ANSIColor/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (p6-Terminal-ANSIColor-bb68d51-bb68d51.tar.gz) = ba2e989591ab5dd89f5cbbded2de02b8415b1f2d
-RMD160 (p6-Terminal-ANSIColor-bb68d51-bb68d51.tar.gz) = d491e72727bb3677be58829b05efad282930fb29
-SHA512 (p6-Terminal-ANSIColor-bb68d51-bb68d51.tar.gz) = 19eb6a3cecd6130ca3a7d86f7bfd79105701e5a751540babe9d083b003b4380d700a87a911335c21df909d558d7a66f119ad6cf912b3d3141250993c16cd6dab
-Size (p6-Terminal-ANSIColor-bb68d51-bb68d51.tar.gz) = 3850 bytes
+SHA1 (p6-Terminal-ANSIColor-bb68d51182235b390277e47da1dbedf745abd163-bb68d51182235b390277e47da1dbedf745abd163.tar.gz) = ba2e989591ab5dd89f5cbbded2de02b8415b1f2d
+RMD160 (p6-Terminal-ANSIColor-bb68d51182235b390277e47da1dbedf745abd163-bb68d51182235b390277e47da1dbedf745abd163.tar.gz) = d491e72727bb3677be58829b05efad282930fb29
+SHA512 (p6-Terminal-ANSIColor-bb68d51182235b390277e47da1dbedf745abd163-bb68d51182235b390277e47da1dbedf745abd163.tar.gz) = 19eb6a3cecd6130ca3a7d86f7bfd79105701e5a751540babe9d083b003b4380d700a87a911335c21df909d558d7a66f119ad6cf912b3d3141250993c16cd6dab
+Size (p6-Terminal-ANSIColor-bb68d51182235b390277e47da1dbedf745abd163-bb68d51182235b390277e47da1dbedf745abd163.tar.gz) = 3850 bytes


Home | Main Index | Thread Index | Old Index