diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-04-12 02:42:48 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-04-12 02:42:48 +0000 |
commit | 5395af310d62411168f9c4abf5e4cdbc1bd9a958 (patch) | |
tree | fe8ad622baed557f3177caae01d4e512b0f31835 /net-analyzer/httping | |
parent | fixing Manifest (diff) | |
download | historical-5395af310d62411168f9c4abf5e4cdbc1bd9a958.tar.gz historical-5395af310d62411168f9c4abf5e4cdbc1bd9a958.tar.bz2 historical-5395af310d62411168f9c4abf5e4cdbc1bd9a958.zip |
initial commit, closes #45042
Diffstat (limited to 'net-analyzer/httping')
-rw-r--r-- | net-analyzer/httping/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/httping/Manifest | 4 | ||||
-rw-r--r-- | net-analyzer/httping/files/digest-httping-0.0.8 | 1 | ||||
-rw-r--r-- | net-analyzer/httping/httping-0.0.8.ebuild | 29 | ||||
-rw-r--r-- | net-analyzer/httping/metadata.xml | 8 |
5 files changed, 50 insertions, 0 deletions
diff --git a/net-analyzer/httping/ChangeLog b/net-analyzer/httping/ChangeLog new file mode 100644 index 000000000000..be90266480f1 --- /dev/null +++ b/net-analyzer/httping/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-analyzer/httping +# Copyright 1999-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/ChangeLog,v 1.1 2004/04/12 02:42:48 squinky86 Exp $ + +*httping-0.0.8 (11 Apr 2004) + + 11 Apr 2004; Jon Hood <squinky86@gentoo.org> httping-0.0.8.ebuild: + Initial ebuild for httping. Closes #45042 diff --git a/net-analyzer/httping/Manifest b/net-analyzer/httping/Manifest new file mode 100644 index 000000000000..477268dcbc6d --- /dev/null +++ b/net-analyzer/httping/Manifest @@ -0,0 +1,4 @@ +MD5 91b2a44fea9a823fe7f7c8bd286fdd55 httping-0.0.8.ebuild 663 +MD5 48d408c6580739507ce7e021871c9fe9 ChangeLog 368 +MD5 61da3c68a3ae57136cdc2a17fbaedfaf metadata.xml 223 +MD5 42c1e01e84428ea94fdf2c8842a68d2a files/digest-httping-0.0.8 60 diff --git a/net-analyzer/httping/files/digest-httping-0.0.8 b/net-analyzer/httping/files/digest-httping-0.0.8 new file mode 100644 index 000000000000..e12bc22462bd --- /dev/null +++ b/net-analyzer/httping/files/digest-httping-0.0.8 @@ -0,0 +1 @@ +MD5 116f0e423927b6ceade008990cd05a2f httping-0.0.8.tgz 4974 diff --git a/net-analyzer/httping/httping-0.0.8.ebuild b/net-analyzer/httping/httping-0.0.8.ebuild new file mode 100644 index 000000000000..4ff3b6eee5b6 --- /dev/null +++ b/net-analyzer/httping/httping-0.0.8.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/httping/httping-0.0.8.ebuild,v 1.1 2004/04/12 02:42:48 squinky86 Exp $ + +DESCRIPTION="http protocol ping-like program" +HOMEPAGE="http://www.vanheusden.com/httping/" +SRC_URI="http://www.vanheusden.com/${PN}/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND=">=sys-libs/ncurses-5" + +src_unpack() { + unpack ${A} + cd ${S} + sed -i -e "s:CFLAGS=:CFLAGS=${CFLAGS} :g" Makefile +} + +src_compile() { + emake || die "make failed" +} + +src_install() { + dobin httping + dodoc readme.txt license.txt +} diff --git a/net-analyzer/httping/metadata.xml b/net-analyzer/httping/metadata.xml new file mode 100644 index 000000000000..5716453670e6 --- /dev/null +++ b/net-analyzer/httping/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>netmon</herd> +<maintainer> + <email>squinky86@gentoo.org</email> +</maintainer> +</pkgmetadata> |