public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/masscan: metadata.xml masscan-1.0.3.ebuild ChangeLog
@ 2014-03-01 21:31 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2014-03-01 21:31 UTC (permalink / raw
  To: gentoo-commits

robbat2     14/03/01 21:31:07

  Added:                metadata.xml masscan-1.0.3.ebuild ChangeLog
  Log:
  Initial commit. Based on the Pentoo ebuild, with lots of cleanup.
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.1                  net-analyzer/masscan/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/masscan/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/masscan/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>netmon</herd>
<maintainer>
  <email>robbat2@gentoo.org</email>
</maintainer>
	<longdescription lang="en">
 This is the fastest Internet port scanner. It can scan the
 entire Internet in under 6 minutes, transmitting 10 million
 packets per second.
 
 It produces results similar to nmap, the most famous port
 scanner. Internally, it operates more like scanrand,
 unicornscan, and ZMap, using asynchronous transmission.
 The major difference is that it's faster than these other
 scanners. In addition, it's more flexible, allowing
 arbitrary address ranges and port ranges.
	</longdescription>
</pkgmetadata>



1.1                  net-analyzer/masscan/masscan-1.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/masscan/masscan-1.0.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/masscan/masscan-1.0.3.ebuild?rev=1.1&content-type=text/plain

Index: masscan-1.0.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/masscan/masscan-1.0.3.ebuild,v 1.1 2014/03/01 21:31:07 robbat2 Exp $

EAPI=5

DESCRIPTION="Mass IP port scanner"
HOMEPAGE="https://github.com/robertdavidgraham/masscan"
SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"

SLOT="0"
LICENSE="AGPL-3"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND="net-libs/libpcap"
DEPEND="${RDEPEND}"

src_prepare(){
	sed -i \
		-e '/$(CC)/s!$(CFLAGS)!$(LDFLAGS) $(CFLAGS)!g' \
		-e "/^GITVER :=/s!= .(.*!=!g" \
		-e '/$(CC)/s!-DGIT=\"$(GITVER)\"!!g' \
		-e '/^CFLAGS =/{s,=,+=,;s,-g -ggdb,,;s,-O3,,;}' \
		Makefile
}

src_install() {
	emake install DESTDIR="${D}" PREFIX=/usr

	insinto /etc/masscan
	doins data/exclude.conf
	doins "${FILESDIR}"/masscan.conf

	[ -f doc/bot.hml ] && mv doc/bot.{hml,html}
	dohtml doc/bot.html
	doman doc/masscan.8
	dodoc *.md
}



1.1                  net-analyzer/masscan/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/masscan/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/masscan/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for net-analyzer/masscan
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/masscan/ChangeLog,v 1.1 2014/03/01 21:31:07 robbat2 Exp $

*masscan-1.0.3 (01 Mar 2014)

  01 Mar 2014; Robin H. Johnson <robbat2@gentoo.org> +files/masscan.conf,
  +masscan-1.0.3.ebuild, +metadata.xml:
  Initial commit. Based on the Pentoo ebuild, with lots of cleanup.





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-01 21:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-01 21:31 [gentoo-commits] gentoo-x86 commit in net-analyzer/masscan: metadata.xml masscan-1.0.3.ebuild ChangeLog Robin H. Johnson (robbat2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox