Bug 159017 - [NEW PORT] security/py-arm
Summary: [NEW PORT] security/py-arm
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: Carlo Strub
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-18 21:20 UTC by Carlo Strub
Modified: 2011-10-20 20:40 UTC (History)
0 users

See Also:


Attachments
file.shar (14.68 KB, text/plain)
2011-07-18 21:20 UTC, Carlo Strub
no flags Details
py-arm.txt (14.72 KB, text/plain)
2011-08-09 11:33 UTC, Carlo Strub
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carlo Strub freebsd_committer freebsd_triage 2011-07-18 21:20:09 UTC
The anonymizing relay monitor (arm) is a terminal status monitor for Tor,
intended for command-line aficionados, ssh connections, and anyone with a tty
terminal.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-18 21:20:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->glarkin

glarkin@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 Carlo Strub freebsd_committer freebsd_triage 2011-08-09 11:33:13 UTC
Add lsof dependency.
Comment 3 Greg Larkin freebsd_committer freebsd_triage 2011-08-18 19:11:58 UTC
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Carlo,

The port looks good, except for a leftover file detected by a
tinderbox build:

=== Checking filesystem state
list of extra files and directories in / (not present before this port
was installed but present after it was deinstalled)
  9015        8 drwxr-xr-x    3 root            
wheel                  40 Aug 18 17:59
usr/local/lib/python2.7/site-packages/doc
  9016        8 drwxr-xr-x    2 root            
wheel                  40 Aug 18 17:59
usr/local/lib/python2.7/site-packages/doc/arm
  9017       24 -rw-r--r--    1 root             wheel              
11270 Jul 17 06:07
usr/local/lib/python2.7/site-packages/doc/arm/armrc.sample

It looks to me like that file should be installed into ${ETCDIR}
instead, so can you make the changes to do so and also update the path
in the man page source?  It should be good to go after that.

Thank you,
Greg

- --
Greg Larkin

http://www.FreeBSD.org/           - The Power To Serve
http://www.sourcehosting.net/     - Ready. Set. Code.
http://twitter.com/cpucycle/      - Follow you, follow me
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk5NVe4ACgkQ0sRouByUApDIHwCeMbYv39ChPV2tjzPI9c2Eqany
hPEAoMXiUwaJOJjkXPGvpn5Tw4Jj5M9m
=25Hg
-----END PGP SIGNATURE-----
Comment 4 Greg Larkin freebsd_committer freebsd_triage 2011-08-18 19:12:08 UTC
State Changed
From-To: open->closed

Waiting for update to handle sample rc file.
Comment 5 Greg Larkin freebsd_committer freebsd_triage 2011-08-18 19:14:35 UTC
State Changed
From-To: closed->feedback

Woops - correct the status.
Comment 6 Greg Larkin freebsd_committer freebsd_triage 2011-09-13 15:56:21 UTC
Responsible Changed
From-To: glarkin->cs

Reassign to maintainer who is a new committer.
Comment 7 dfilter service freebsd_committer freebsd_triage 2011-10-19 21:28:25 UTC
cs          2011-10-19 20:28:17 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/py-arm      Makefile distinfo pkg-descr pkg-plist 
  Log:
  The anonymizing relay monitor (arm) is a terminal status monitor for Tor,
  intended for command-line aficionados, ssh connections, and anyone with a tty
  terminal. This works much like top does for system usage, providing real time
  statistics for:
  
    * bandwidth, cpu, and memory usage
    * relay's current configuration
    * logged events
    * connection details (ip, hostname, fingerprint, and consensus data)
    * ... etc
  
  PR:             ports/159017
  Approved by:    glarkin@ (mentor)
  
  Revision  Changes    Path
  1.1217    +1 -0      ports/security/Makefile
  1.1       +52 -0     ports/security/py-arm/Makefile (new)
  1.1       +2 -0      ports/security/py-arm/distinfo (new)
  1.1       +12 -0     ports/security/py-arm/pkg-descr (new)
  1.1       +281 -0    ports/security/py-arm/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 8 Carlo Strub freebsd_committer freebsd_triage 2011-10-19 21:40:09 UTC
State Changed
From-To: feedback->closed

Committed
Comment 9 dfilter service freebsd_committer freebsd_triage 2011-10-20 20:37:22 UTC
cs          2011-10-20 19:37:13 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/arm         Makefile distinfo pkg-descr pkg-plist 
  Log:
  The anonymizing relay monitor (arm) is a terminal status monitor for Tor,
  intended for command-line aficionados, ssh connections, and anyone with a tty
  terminal. This works much like top does for system usage, providing real time
  statistics for:
  
    * bandwidth, cpu, and memory usage
    * relay's current configuration
    * logged events
    * connection details (ip, hostname, fingerprint, and consensus data)
    * ... etc
  
  PR:             ports/159017
  Approved by:    glarkin@ (mentor)
  
  Revision  Changes    Path
  1.1220    +1 -0      ports/security/Makefile
  1.1       +52 -0     ports/security/arm/Makefile (new)
  1.1       +2 -0      ports/security/arm/distinfo (new)
  1.1       +12 -0     ports/security/arm/pkg-descr (new)
  1.1       +281 -0    ports/security/arm/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"