Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 156027

Summary: net-analyzer/PHoss-0.1.13 (new ebuild)
Product: Gentoo Linux Reporter: B0hdan Turkynewych <tb0hdan>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED OBSOLETE    
Severity: enhancement Keywords: EBUILD
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Ebuild file
pcap_bpf patch from files/ dir

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.