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

Bug 50926

Summary: new ebuild for flow-tools-0.67
Product: Gentoo Linux Reporter: Molchanov Alexander <xorader>
Component: New packagesAssignee: Gentoo Netmon project <netmon>
Status: RESOLVED FIXED    
Severity: enhancement CC: vanquirius
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.splintered.net/sw/flow-tools/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: net-analyzer/flow-tools/flow-tools-0.67.ebuild
net-analyzer/flow-tools/files/0.67/remove-debug.patch
net-analyzer/flow-tools/files/0.67/flow-tools.rc -- rc-script
net-analyzer/flow-tools/files/0.67/flow-tools -- main config
net-analyzer/flow-tools/files/0.67/flow-tools.example -- collector config
flow-tools/files/0.67/patch-memoryleak-format5.patch
0.67-gentoo.diff
flow-tools-0.67.ebuild

Description Molchanov Alexander 2004-05-13 06:01:45 UTC
look bellow next attachments:
1) ebuild script
2) fix patch (remarks debug strings)
3) "rc-script" and two(2) "cond.d" files
Comment 1 Molchanov Alexander 2004-05-13 06:02:49 UTC
Created attachment 31327 [details]
net-analyzer/flow-tools/flow-tools-0.67.ebuild
Comment 2 Molchanov Alexander 2004-05-13 06:04:38 UTC
Created attachment 31328 [details, diff]
net-analyzer/flow-tools/files/0.67/remove-debug.patch
Comment 3 Molchanov Alexander 2004-05-13 06:05:42 UTC
Created attachment 31329 [details]
net-analyzer/flow-tools/files/0.67/flow-tools.rc    -- rc-script

rc-file
Comment 4 Molchanov Alexander 2004-05-13 06:06:39 UTC
Created attachment 31330 [details]
net-analyzer/flow-tools/files/0.67/flow-tools   -- main config

main config file
Comment 5 Molchanov Alexander 2004-05-13 06:08:20 UTC
Created attachment 31331 [details]
net-analyzer/flow-tools/files/0.67/flow-tools.example  -- collector config
Comment 6 Molchanov Alexander 2004-05-13 06:10:16 UTC
Comment on attachment 31329 [details]
net-analyzer/flow-tools/files/0.67/flow-tools.rc    -- rc-script

inserted into /etc/init.d/
Comment 7 Molchanov Alexander 2004-05-14 03:56:18 UTC
Flow-tools patch for exporting in PostgreSQL format
Description
This a patch for flow-tools.67 for exporting flows to a PostgreSQL database 7.x.

http://netflow.pregi.net/downloads/patch.flow
Comment 8 Molchanov Alexander 2004-05-14 03:57:53 UTC
above patch description is here:
http://netflow.pregi.net/flowtools-patch.html
Comment 9 Molchanov Alexander 2004-05-19 23:54:28 UTC
Created attachment 31749 [details]
flow-tools/files/0.67/patch-memoryleak-format5.patch

result of called function PQexec() not free!
Comment 10 Devon 2004-05-21 08:01:22 UTC
Could you update your ebuild to include the PostgreSQL and memory leak patches? Also, you do not need to define ${S} since Portage defaults to ${WORKDIR}/${P}. See http://www.gentoo.org/doc/en/gentoo-howto.xml. I see that the 0.66 ebuild has ${S} defined, but there is no reason to keep it IMHO.
Comment 11 Marcelo Goes (RETIRED) gentoo-dev 2004-12-21 16:24:46 UTC
Created attachment 46594 [details, diff]
0.67-gentoo.diff

This patch is a combination of the remove debug patch, the postgresql patch and
the memory leak patch.
Comment 12 Marcelo Goes (RETIRED) gentoo-dev 2004-12-21 16:25:57 UTC
Created attachment 46595 [details]
flow-tools-0.67.ebuild

0.67 ebuild that uses the joint patch
Comment 13 Otavio Piske (RETIRED) gentoo-dev 2005-01-26 11:53:28 UTC
Commited, but: 
- does not use the PostgreSQL database patch.
- does not use the init stuff. 

Both may be added in a later time. Thanks for your submission.