vikraman    14/10/02 19:09:59

  Added:                metadata.xml wrk-3.1.1.ebuild ChangeLog
  Log:
  New ebuild for wrk, a modern HTTP benchmarking tool
  
  (Portage version: 2.2.12/cvs/Linux i686, signed Manifest commit with key 
B0A72FD2)

Revision  Changes    Path
1.1                  app-benchmarks/wrk/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/wrk/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/wrk/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>
        <maintainer>
                <email>[email protected]</email>
                <name>Vikraman Choudhury (vikraman)</name>
        </maintainer>
        <longdescription lang="en">
                wrk is a modern HTTP benchmarking tool capable of generating
                significant load when run on a single multi-core CPU. It 
combines a
                multithreaded design with scalable event notification systems 
such as
                epoll and kqueue.  An optional LuaJIT script can perform HTTP 
request
                generation, response processing, and custom reporting.
        </longdescription>
</pkgmetadata>



1.1                  app-benchmarks/wrk/wrk-3.1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/wrk/wrk-3.1.1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-benchmarks/wrk/wrk-3.1.1.ebuild?rev=1.1&content-type=text/plain

Index: wrk-3.1.1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/wrk/wrk-3.1.1.ebuild,v 1.1 
2014/10/02 19:09:59 vikraman Exp $

EAPI=5

inherit eutils

DESCRIPTION="A modern HTTP benchmarking tool"
HOMEPAGE="https://github.com/wg/wrk";
SRC_URI="https://github.com/wg/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND="dev-libs/openssl >=dev-lang/luajit-2.0.2"
RDEPEND="${DEPEND}"

src_prepare() {
        rm -rf deps/luajit || die "failed to remove bundled luajit"
        epatch "${FILESDIR}/${P}-makefile.patch"
}

src_compile() {
        tc-export CC
        emake || die
}

src_install() {
        dobin wrk
        dodoc README NOTICE
        insinto /usr/share/${PN}
        doins -r scripts
}



1.1                  app-benchmarks/wrk/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for app-benchmarks/wrk
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/wrk/ChangeLog,v 1.1 
2014/10/02 19:09:59 vikraman Exp $

*wrk-3.1.1 (02 Oct 2014)

  02 Oct 2014; Vikraman Choudhury (vikraman) <[email protected]>
  +files/wrk-3.1.1-makefile.patch, +metadata.xml, +wrk-3.1.1.ebuild:
  New ebuild for wrk, a modern HTTP benchmarking tool




Reply via email to