pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/py-anita Anita is an experimental tool for automa...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d8130686de52
branches: trunk
changeset: 564767:d8130686de52
user: gson <gson%pkgsrc.org@localhost>
date: Fri Sep 11 11:51:52 2009 +0000
description:
Anita is an experimental tool for automated testing of the NetBSD/i386
installation procedure. Using anita, you can fully automate the
process of downloading a NetBSD/i386 distribution, installing it in a
qemu virtual machine, and booting the installed system.
diffstat:
misc/py-anita/DESCR | 4 ++++
misc/py-anita/Makefile | 21 +++++++++++++++++++++
misc/py-anita/PLIST | 5 +++++
misc/py-anita/distinfo | 5 +++++
4 files changed, 35 insertions(+), 0 deletions(-)
diffs (51 lines):
diff -r 7df36939f058 -r d8130686de52 misc/py-anita/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-anita/DESCR Fri Sep 11 11:51:52 2009 +0000
@@ -0,0 +1,4 @@
+Anita is an experimental tool for automated testing of the NetBSD/i386
+installation procedure. Using anita, you can fully automate the
+process of downloading a NetBSD/i386 distribution, installing it in a
+qemu virtual machine, and booting the installed system.
diff -r 7df36939f058 -r d8130686de52 misc/py-anita/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-anita/Makefile Fri Sep 11 11:51:52 2009 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/09/11 11:51:52 gson Exp $
+#
+
+DISTNAME= anita-1.5
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= misc
+MASTER_SITES= http://www.gson.org/netbsd/anita/download/
+
+PYDISTUTILSPKG= yes
+DEPENDS+= qemu>=0.9.0:../../emulators/qemu
+DEPENDS+= cdrtools>=2.00.00.00:../../sysutils/cdrtools
+
+MAINTAINER= gson%NetBSD.org@localhost
+HOMEPAGE= http://www.gson.org/netbsd/anita/
+COMMENT= Automated NetBSD Installation and Test Application
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/python/extension.mk"
+.include "../../devel/py-pexpect/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7df36939f058 -r d8130686de52 misc/py-anita/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-anita/PLIST Fri Sep 11 11:51:52 2009 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/09/11 11:51:52 gson Exp $
+bin/anita
+${PYSITELIB}/anita.py
+${PYSITELIB}/anita.pyc
+${PYSITELIB}/anita.pyo
diff -r 7df36939f058 -r d8130686de52 misc/py-anita/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/py-anita/distinfo Fri Sep 11 11:51:52 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/09/11 11:51:52 gson Exp $
+
+SHA1 (anita-1.5.tar.gz) = f1d518708142824567bd4c7a1762fe791f43dffe
+RMD160 (anita-1.5.tar.gz) = 596f753e7839bdc0e624e52145f5add3f889c1d1
+Size (anita-1.5.tar.gz) = 9164 bytes
Home |
Main Index |
Thread Index |
Old Index