Bug 126252 - [PATCH] net-mgmt/flow-tools: update to 0.68.4
Summary: [PATCH] net-mgmt/flow-tools: update to 0.68.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Stanislav Sedov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-05 00:50 UTC by Tomoyuki Sakurai
Modified: 2008-11-16 22:40 UTC (History)
1 user (show)

See Also:


Attachments
flow-tools-0.68.4.patch (26.77 KB, patch)
2008-08-05 00:50 UTC, Tomoyuki Sakurai
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tomoyuki Sakurai 2008-08-05 00:50:01 UTC
- Update to 0.68.4 from the forked project
  IMO, the project is considered as a successor (compatibilities, anouncements on Flow-tools list, etc)
- Fix ports/125871
- Tested by Volodymyr Kostyrko

Added file(s):
- files/patch-configs_Makefile.in
- files/patch-lib_ftpaths.c

Removed file(s):
- files/patch-configs_Makefile
- files/patch-configure
- files/patch-flow-header.c
- files/patch-ftpaths.h
- files/patch-lib-ftfile.c
- files/patch-lib_Makefile.in
- files/patch-lib_ftchash.c
- files/patch-lib_ftio.c
- files/patch-lib_ftlib.h
- files/patch-lib_fttlv.c
- files/patch-src_Makefile.in
- files/patch-src_flow-export.c

Port maintainer (stas@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-08-05 00:50:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stas

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-11-16 22:36:53 UTC
stas        2008-11-16 22:36:40 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt             Makefile 
  Added files:
    net-mgmt/flow-tools-ng Makefile distinfo pkg-descr pkg-plist 
    net-mgmt/flow-tools-ng/files flow_capture.in flow_fanout.in 
                                 patch-configs_Makefile.in 
                                 patch-lib_ftpaths.c 
                                 patch-lib_ftsym.c 
                                 patch-lib_support.c 
                                 patch-src_flow-fanout.c 
                                 pkg-deinstall.in pkg-install.in 
  Log:
  - Add a port for flow-tools fork project which is aimed to be
    the flow-tools replacement. Volodymyr Kostyrko has kindly
    agreed to maintain this.
  
    WWW: http://code.google.com/p/flow-tools/
  
  PR:             ports/126252
  Submitted by:   Tomoyuki Sakurai <cherry@trombik.org>
  
  Revision  Changes    Path
  1.172     +1 -0      ports/net-mgmt/Makefile
  1.1       +89 -0     ports/net-mgmt/flow-tools-ng/Makefile (new)
  1.1       +3 -0      ports/net-mgmt/flow-tools-ng/distinfo (new)
  1.1       +110 -0    ports/net-mgmt/flow-tools-ng/files/flow_capture.in (new)
  1.1       +105 -0    ports/net-mgmt/flow-tools-ng/files/flow_fanout.in (new)
  1.1       +14 -0     ports/net-mgmt/flow-tools-ng/files/patch-configs_Makefile.in (new)
  1.1       +32 -0     ports/net-mgmt/flow-tools-ng/files/patch-lib_ftpaths.c (new)
  1.1       +10 -0     ports/net-mgmt/flow-tools-ng/files/patch-lib_ftsym.c (new)
  1.1       +10 -0     ports/net-mgmt/flow-tools-ng/files/patch-lib_support.c (new)
  1.1       +10 -0     ports/net-mgmt/flow-tools-ng/files/patch-src_flow-fanout.c (new)
  1.1       +37 -0     ports/net-mgmt/flow-tools-ng/files/pkg-deinstall.in (new)
  1.1       +81 -0     ports/net-mgmt/flow-tools-ng/files/pkg-install.in (new)
  1.1       +4 -0      ports/net-mgmt/flow-tools-ng/pkg-descr (new)
  1.1       +47 -0     ports/net-mgmt/flow-tools-ng/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Stanislav Sedov freebsd_committer freebsd_triage 2008-11-16 22:40:01 UTC
State Changed
From-To: open->closed

New port added. Thanks!