Bug 117194 - NEW PORT: security/openfwtk
Summary: NEW PORT: security/openfwtk
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: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-14 22:00 UTC by Anton Karpov
Modified: 2007-10-19 18:07 UTC (History)
0 users

See Also:


Attachments
openfwtk.patch (12.29 KB, patch)
2007-10-14 22:00 UTC, Anton Karpov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Karpov 2007-10-14 22:00:02 UTC
OpenFWTK is an application proxy toolkit which inherits the ideology of TIS fwtk 
and maintains API backwards compatibility. The design goal is to make it simple yet 
powerful; no performance hacks allowed in the code and library dependencies are reduced to minimum

Fix: Please see the patch below. Due to the fwtk's nature, this port is a little bit... uncommon,
but I've tried my best to make it sensible.
I'm planning to add rcNG in the nearest future.
Comment 1 Roman Bogorodskiy freebsd_committer freebsd_triage 2007-10-15 18:57:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->novel

I will take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-10-19 17:52:30 UTC
novel       2007-10-19 16:52:23 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/openfwtk    Makefile Makefile.man distinfo pkg-descr 
                         pkg-plist 
    security/openfwtk/files patch-Makefile.common 
                            patch-Makefile.config 
                            patch-configs-FreeBSD 
                            patch-reports-Makefile 
                            patch-reports-frequentcheck.sh 
                            patch-squid-gw-squid-gw.restart 
                            pkg-message.in 
  Log:
  OpenFWTK is an application proxy toolkit which inherits the ideology
  of TIS fwtk and maintains API backwards compatibility. The design goal
  is to make it simple yet powerful; no performance hacks allowed in the
  code and library dependencies are reduced to minimum.
  
  WWW: http://sourceforge.net/projects/openfwtk
  
  PR:             ports/117194
  Submitted by:   Anton Karpov <toxa at toxahost.ru>
  
  Revision  Changes    Path
  1.924     +1 -0      ports/security/Makefile
  1.1       +69 -0     ports/security/openfwtk/Makefile (new)
  1.1       +58 -0     ports/security/openfwtk/Makefile.man (new)
  1.1       +3 -0      ports/security/openfwtk/distinfo (new)
  1.1       +29 -0     ports/security/openfwtk/files/patch-Makefile.common (new)
  1.1       +10 -0     ports/security/openfwtk/files/patch-Makefile.config (new)
  1.1       +64 -0     ports/security/openfwtk/files/patch-configs-FreeBSD (new)
  1.1       +13 -0     ports/security/openfwtk/files/patch-reports-Makefile (new)
  1.1       +17 -0     ports/security/openfwtk/files/patch-reports-frequentcheck.sh (new)
  1.1       +8 -0      ports/security/openfwtk/files/patch-squid-gw-squid-gw.restart (new)
  1.1       +24 -0     ports/security/openfwtk/files/pkg-message.in (new)
  1.1       +6 -0      ports/security/openfwtk/pkg-descr (new)
  1.1       +53 -0     ports/security/openfwtk/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 Roman Bogorodskiy freebsd_committer freebsd_triage 2007-10-19 18:07:30 UTC
State Changed
From-To: open->closed

New port added. Thanks!