Bug 162676 - [NEW PORT] net-mgmt/ssgless: View ScreenOS configuration files
Summary: [NEW PORT] net-mgmt/ssgless: View ScreenOS configuration files
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-19 12:50 UTC by Pavel I Volkov
Modified: 2012-05-15 14:10 UTC (History)
0 users

See Also:


Attachments
ssgless-1.2.shar (3.13 KB, text/plain)
2011-11-19 12:50 UTC, Pavel I Volkov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel I Volkov 2011-11-19 12:50:03 UTC
Viewer configuration files of devices with ScreenOS
(of Juniper Networks), considers the context of commands.

				For example to:
set vrouter trust-vr sharable
set vrouter "trust-vr"
unset auto-route-export
set protocol ospf
set enable
exit
exit
unset alg sip enable
				and after:
set vrouter trust-vr sharable
set vrouter "trust-vr"
   unset auto-route-export
   set protocol ospf
      set enable
   exit
exit
unset alg sip enable

- Pavel I Volkov
pavelivolkov@googlemail.com

Generated with FreeBSD Port Tools 0.99
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2012-01-18 16:21:16 UTC
State Changed
From-To: open->feedback

There is no MASTER_SITES nor DISTFILES defined in this port, could you 
fix it?  Thanks.
Comment 2 Li-Wen Hsu freebsd_committer freebsd_triage 2012-01-20 09:42:48 UTC
State Changed
From-To: feedback->open

Submitter said they're all under "files" directory.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-05-15 14:02:36 UTC
bapt        2012-05-15 13:02:18 UTC

  FreeBSD ports repository

  Modified files:
    net-mgmt             Makefile 
  Added files:
    net-mgmt/ssgless     Makefile pkg-descr pkg-message 
    net-mgmt/ssgless/files lesspipe-ssg.awk.in ssgless.in 
  Log:
  Viewer configuration files of devices with ScreenOS
  (of Juniper Networks), considers the context of commands.
  
                                  For example to:
  set vrouter trust-vr sharable
  set vrouter "trust-vr"
  unset auto-route-export
  set protocol ospf
  set enable
  exit
  exit
  unset alg sip enable
                                  and after:
  set vrouter trust-vr sharable
  set vrouter "trust-vr"
     unset auto-route-export
     set protocol ospf
        set enable
     exit
  exit
  unset alg sip enable
  
  PR:             ports/162676
  Submitted by:   Pavel I Volkov
  
  Revision  Changes    Path
  1.287     +1 -0      ports/net-mgmt/Makefile
  1.1       +40 -0     ports/net-mgmt/ssgless/Makefile (new)
  1.1       +17 -0     ports/net-mgmt/ssgless/files/lesspipe-ssg.awk.in (new)
  1.1       +3 -0      ports/net-mgmt/ssgless/files/ssgless.in (new)
  1.1       +21 -0     ports/net-mgmt/ssgless/pkg-descr (new)
  1.1       +1 -0      ports/net-mgmt/ssgless/pkg-message (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 4 Baptiste Daroussin freebsd_committer freebsd_triage 2012-05-15 14:04:22 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks! (minor changes == remove 
signature from pkg-descr we don't add any signature anymore here)