pkgsrc-WIP-changes archive

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

Add what I have for p6-panda.



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%NetBSD.org@localhost>
Pushed By:	bsiegert
Date:		Sat Jan 2 15:58:44 2016 +0100
Changeset:	c67d49429d92f2c5de0dd31fa8f7a0317f4061c8

Added Files:
	p6-panda/DESCR
	p6-panda/Makefile
	p6-panda/PLIST
	p6-panda/TODO
	p6-panda/distinfo

Log Message:
Add what I have for p6-panda.

Not functional at the moment.

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

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

diffstat:
 p6-panda/DESCR    |  1 +
 p6-panda/Makefile | 20 ++++++++++++++++++++
 p6-panda/PLIST    |  1 +
 p6-panda/TODO     |  1 +
 p6-panda/distinfo |  6 ++++++
 5 files changed, 29 insertions(+)

diffs:
diff --git a/p6-panda/DESCR b/p6-panda/DESCR
new file mode 100644
index 0000000..32fb333
--- /dev/null
+++ b/p6-panda/DESCR
@@ -0,0 +1 @@
+Panda is a Perl 6 module manager. It is similar to CPAN from Perl 5.
diff --git a/p6-panda/Makefile b/p6-panda/Makefile
new file mode 100644
index 0000000..1a65551
--- /dev/null
+++ b/p6-panda/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	panda
+DISTNAME=	panda-2015.10
+PKGNAME=	p6-${DISTNAME}
+CATEGORIES=	wip perl6
+MASTER_SITES=	${MASTER_SITE_GITHUB:=tadzik/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/tadzik/panda/
+COMMENT=	Perl 6 package manager
+LICENSE=	artistic
+
+WRKSRC=		${WRKDIR}/panda-2015.10
+USE_LANGUAGES=	# none
+
+do-build:
+	cd ${WRKSRC} && perl6 ./bootstrap.pl
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/p6-panda/PLIST b/p6-panda/PLIST
new file mode 100644
index 0000000..48d96a5
--- /dev/null
+++ b/p6-panda/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/p6-panda/TODO b/p6-panda/TODO
new file mode 100644
index 0000000..88e81b7
--- /dev/null
+++ b/p6-panda/TODO
@@ -0,0 +1 @@
+This package does not build nor install correctly yet, so the PLIST is missing.
diff --git a/p6-panda/distinfo b/p6-panda/distinfo
new file mode 100644
index 0000000..4e50db3
--- /dev/null
+++ b/p6-panda/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (panda-2015.10.tar.gz) = 598daece57e4ff642d6fc42d3050451b1485ebbe
+RMD160 (panda-2015.10.tar.gz) = 45af28f8ed461f5ddee1cc745f4834801c4556d4
+SHA512 (panda-2015.10.tar.gz) = 678153664482950590bddd5b945ce55bedafc28c185be7d0c7264a9b159c1c32d69240dfe0566f40ae1707787b4c1720dab0e0dd8d93e67bbe1880bf049951c4
+Size (panda-2015.10.tar.gz) = 33200 bytes


Home | Main Index | Thread Index | Old Index