Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 50926 - new ebuild for flow-tools-0.67
Summary: new ebuild for flow-tools-0.67
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Netmon project
URL: http://www.splintered.net/sw/flow-tools/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-13 06:01 UTC by Molchanov Alexander
Modified: 2005-01-26 11:53 UTC (History)
1 user (show)

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


Attachments
net-analyzer/flow-tools/flow-tools-0.67.ebuild (flow-tools-0.67.ebuild,1.71 KB, text/plain)
2004-05-13 06:02 UTC, Molchanov Alexander
Details
net-analyzer/flow-tools/files/0.67/remove-debug.patch (remove-debug.patch,1.07 KB, patch)
2004-05-13 06:04 UTC, Molchanov Alexander
Details | Diff
net-analyzer/flow-tools/files/0.67/flow-tools.rc -- rc-script (flow-tools.rc,2.06 KB, text/plain)
2004-05-13 06:05 UTC, Molchanov Alexander
Details
net-analyzer/flow-tools/files/0.67/flow-tools -- main config (flow-tools,194 bytes, text/plain)
2004-05-13 06:06 UTC, Molchanov Alexander
Details
net-analyzer/flow-tools/files/0.67/flow-tools.example -- collector config (flow-tools.example,65 bytes, text/plain)
2004-05-13 06:08 UTC, Molchanov Alexander
Details
flow-tools/files/0.67/patch-memoryleak-format5.patch (patch-memoryleak-format5.patch,444 bytes, text/plain)
2004-05-19 23:54 UTC, Molchanov Alexander
Details
0.67-gentoo.diff (0.67-gentoo.diff,6.53 KB, patch)
2004-12-21 16:24 UTC, Marcelo Goes (RETIRED)
Details | Diff
flow-tools-0.67.ebuild (flow-tools-0.67.ebuild,1.59 KB, text/plain)
2004-12-21 16:25 UTC, Marcelo Goes (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
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.