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 | 294176fbe2a56ac90ec1b17709e6de41b38f58ca (patch) | |
tree | 886c8fffd5e35912c4f72fd8c84623058d2bae7b | |
parent | manifest (diff) | |
download | gentoo-2-294176fbe2a56ac90ec1b17709e6de41b38f58ca.tar.gz gentoo-2-294176fbe2a56ac90ec1b17709e6de41b38f58ca.tar.bz2 gentoo-2-294176fbe2a56ac90ec1b17709e6de41b38f58ca.zip |
initial commit, closes #45042
-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..21c25060f76c --- /dev/null +++ b/net-analyzer/httping/Manifest @@ -0,0 +1,4 @@ +MD5 251c9f250b25880983a330ab1840a42c httping-0.0.8.ebuild 556 +MD5 0d34ec9cbd2570036bb583b251f35a2f ChangeLog 272 +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> |