summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2008-08-30 19:01:04 +0000
committerMike Auty <ikelos@gentoo.org>2008-08-30 19:01:04 +0000
commit983cce9aa7ebe21a36022141cbc56df3c13d191c (patch)
treedb364e5d0c23e096d799724ea9ad9c99daf218a5
parentDrop old and version bump wrt bug #236212 (diff)
downloadhistorical-983cce9aa7ebe21a36022141cbc56df3c13d191c.tar.gz
historical-983cce9aa7ebe21a36022141cbc56df3c13d191c.tar.bz2
historical-983cce9aa7ebe21a36022141cbc56df3c13d191c.zip
Initial commit. Author split nipper into libnipper and a command line frontend.
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686
-rw-r--r--net-libs/libnipper/ChangeLog11
-rw-r--r--net-libs/libnipper/Manifest14
-rw-r--r--net-libs/libnipper/libnipper-0.12.0.ebuild17
-rw-r--r--net-libs/libnipper/metadata.xml10
4 files changed, 52 insertions, 0 deletions
diff --git a/net-libs/libnipper/ChangeLog b/net-libs/libnipper/ChangeLog
new file mode 100644
index 000000000000..d672f947c5ba
--- /dev/null
+++ b/net-libs/libnipper/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for net-libs/libnipper
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnipper/ChangeLog,v 1.1 2008/08/30 19:01:04 ikelos Exp $
+
+*libnipper-0.12.0 (30 Aug 2008)
+
+ 30 Aug 2008; Mike Auty <ikelos@gentoo.org> +metadata.xml,
+ +libnipper-0.12.0.ebuild:
+ Initial commit. Author split nipper into libnipper and a command line
+ frontend.
+
diff --git a/net-libs/libnipper/Manifest b/net-libs/libnipper/Manifest
new file mode 100644
index 000000000000..70e5069dec04
--- /dev/null
+++ b/net-libs/libnipper/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+DIST libnipper-0.12.0.tgz 428712 RMD160 19357e7dbc85ff9a1018352c5faedff4eb81e0c3 SHA1 c93974c396cd7d50adfd989040eed949d4506522 SHA256 45ff5fd0313475f43ca1de1b7f2654cb10bb3910e8bbde19225321296ea6c969
+EBUILD libnipper-0.12.0.ebuild 507 RMD160 a231a3e273be2a220a8933f8e5507ba5bcbf724c SHA1 63120d1bc6d9260dc7e95a9042dd5f57c78e5d40 SHA256 aa3ff25294beb78085a57935a7bff73f154ffbaddbe33aed7c9be76b6e3fe23a
+MISC ChangeLog 415 RMD160 1a23972be12929fbe35f3352f03301ba2abf1d83 SHA1 d4e498ba4d3154c9fd489502e1ee97fe25716fb4 SHA256 f1c42885976c29155a9ef0ff28ff08b43702c69c4dfcc5154ab94a0bb5bd57be
+MISC metadata.xml 378 RMD160 faa867ab02671ddb3e9df87842b1a11dcba10003 SHA1 5c45ba974b0e09059303c91d365ee842514864ef SHA256 ace8a709bdc317c798a3f659ead29356c0f5ed836ee0d820fff7bb32cfa70971
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.9 (GNU/Linux)
+
+iEYEARECAAYFAki5mPwACgkQu7rWomwgFXpA5gCdGZGY1b3JSn9pXNzf26+GIyLg
+oe8An0L6H0/qQPjcTpFnbq38l2Mvk6yQ
+=JSB3
+-----END PGP SIGNATURE-----
diff --git a/net-libs/libnipper/libnipper-0.12.0.ebuild b/net-libs/libnipper/libnipper-0.12.0.ebuild
new file mode 100644
index 000000000000..ae549b632c91
--- /dev/null
+++ b/net-libs/libnipper/libnipper-0.12.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnipper/libnipper-0.12.0.ebuild,v 1.1 2008/08/30 19:01:04 ikelos Exp $
+
+inherit cmake-utils
+
+DESCRIPTION="A router configuration security analysis library"
+HOMEPAGE="http://nipper.titania.co.uk/"
+SRC_URI="mirror://sourceforge/nipper/${P}.tgz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+# DEPEND is implicitly set by cmake-utils
+RDEPEND=""
diff --git a/net-libs/libnipper/metadata.xml b/net-libs/libnipper/metadata.xml
new file mode 100644
index 000000000000..ea289d15b70a
--- /dev/null
+++ b/net-libs/libnipper/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>ikelos@gentoo.org</email>
+ <name>Mike Auty</name>
+ </maintainer>
+ <longdescription>A library for conducting security audits of cisco and other firewall device configurations.</longdescription>
+</pkgmetadata>