Bug 169194 - [NEW PORT] net/py-port-for: Python utility and library that helps with TCP ports management
Summary: [NEW PORT] net/py-port-for: Python utility and library that helps with TCP po...
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-18 11:20 UTC by koobs
Modified: 2012-06-23 13:39 UTC (History)
0 users

See Also:


Attachments
.shar (3.94 KB, text/plain)
2012-06-18 11:20 UTC, koobs
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description koobs 2012-06-18 11:20:11 UTC
A command-line utility and a python library that helps with local TCP ports
management. It can find an unused TCP localhost port and remember the
association.

WWW:	https://github.com/kmike/port-for/

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-06-18 11:20:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-python

freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-06-23 13:08:07 UTC
Responsible Changed
From-To: freebsd-python->sunpoet

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-06-23 13:11:30 UTC
sunpoet     2012-06-23 12:11:20 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/py-port-for      Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Add py-port-for 0.3
  
  A command-line utility and a python library that helps with local TCP ports
  management. It can find an unused TCP localhost port and remember the
  association.
  
  WWW: https://github.com/kmike/port-for/
  
  PR:             ports/169194
  Submitted by:   koobs <koobs.freebsd@gmail.com>
  
  Revision  Changes    Path
  1.2476    +1 -0      ports/net/Makefile
  1.1       +26 -0     ports/net/py-port-for/Makefile (new)
  1.1       +2 -0      ports/net/py-port-for/distinfo (new)
  1.1       +5 -0      ports/net/py-port-for/pkg-descr (new)
  1.1       +32 -0     ports/net/py-port-for/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 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-06-23 13:39:28 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!