Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 156027 - net-analyzer/PHoss-0.1.13 (new ebuild)
Summary: net-analyzer/PHoss-0.1.13 (new ebuild)
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-11-23 05:20 UTC by B0hdan Turkynewych
Modified: 2013-06-22 17:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild file (PHoss-0.1.13.ebuild,559 bytes, text/plain)
2006-11-23 05:22 UTC, B0hdan Turkynewych
Details
pcap_bpf patch from files/ dir (pcap_bpf.patch,339 bytes, patch)
2006-11-23 05:23 UTC, B0hdan Turkynewych
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description B0hdan Turkynewych 2006-11-23 05:20:44 UTC
The IMAP, HTTP, FTP, POP sniffer, from phenoelit.de suggested category - net-analyzer/PHoss
Comment 1 B0hdan Turkynewych 2006-11-23 05:22:08 UTC
Created attachment 102596 [details]
Ebuild file

Ebuild file
Comment 2 B0hdan Turkynewych 2006-11-23 05:23:20 UTC
Created attachment 102597 [details, diff]
pcap_bpf patch from files/ dir

this is needed to compile on linux
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-11-23 05:53:21 UTC
<snip>
SRC_URI="http://www.phenoelit.de/phoss/PHoss_src.tar.gz"
</snip>

This will never make it to the official tree unless you persuade upstream to release properly versioned tarballs. Reopen if you succeed. Thanks.

Comment 4 B0hdan Turkynewych 2006-11-25 10:24:04 UTC
Comment on attachment 102596 [details]
Ebuild file

# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

inherit eutils

DESCRIPTION="HTTP, FTP, LDAP, Telnet, IMAP4 and POP3, VNC Sniffer"
HOMEPAGE="http://www.phenoelit.de/phoss/"
SRC_URI="http://www.phenoelit.de/phoss/PHoss-0.1.13.tar.gz"

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86"
IUSE=""

DEPEND=">=net-libs/libpcap-0.9.4"
S=${WORKDIR}/${PN}

src_unpack() {
	unpack ${A} ; cd ${S}
	epatch "${FILESDIR}"/pcap_bpf.patch
}

src_compile() {
	    make CFLAGS="${CFLAGS}" || die
}

src_install() {
	dosbin PHoss
}
Comment 5 B0hdan Turkynewych 2006-11-25 10:26:58 UTC
Added correct versioned source
Comment 6 Michael Palimaka (kensington) gentoo-dev 2013-06-22 17:17:40 UTC
It doesn't build against latest libpcap.