Bug 137612 - [new port] net/py-miniupnpc, slave port of net/miniupnpc
Summary: [new port] net/py-miniupnpc, slave port of net/miniupnpc
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: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-09 21:00 UTC by swell.k
Modified: 2009-08-13 16:04 UTC (History)
0 users

See Also:


Attachments
py-miniupnpc.diff (3.20 KB, patch)
2009-08-09 21:00 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2009-08-09 21:00:08 UTC

How-To-Repeat: Run ${WRKSRC}/pymoduletest.py to test the module.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2009-08-13 13:28:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->dinoex

over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-08-13 15:52:16 UTC
dinoex      2009-08-13 14:52:01 UTC

  FreeBSD ports repository

  Modified files:
    net/miniupnpc        Makefile 
  Added files:
    net/miniupnpc/files  patch-updateminiupnpcstrings.sh 
  Log:
  - compile in FreeBSD version string
  - add support for slave ports
  PR:             137612
  Submitted by:   Anonymous
  
  Revision  Changes    Path
  1.8       +18 -3     ports/net/miniupnpc/Makefile
  1.1       +11 -0     ports/net/miniupnpc/files/patch-updateminiupnpcstrings.sh (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 dfilter service freebsd_committer freebsd_triage 2009-08-13 15:56:12 UTC
dinoex      2009-08-13 14:55:58 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/py-miniupnpc     Makefile pkg-plist 
  Log:
  Python module for miniupnpc
  
  The usage of the miniUPnP client library is useful whenever an application
  needs to listen for incoming connections.
  Examples : P2P applications, FTP clients for active mode, IRC (for DCC)
  or IM applications, network games, any server.
  
  WWW: http://miniupnp.free.fr/
  PR:             137612
  Submitted by:   Anonymous
  
  Revision  Changes    Path
  1.2133    +1 -0      ports/net/Makefile
  1.1       +26 -0     ports/net/py-miniupnpc/Makefile (new)
  1.1       +1 -0      ports/net/py-miniupnpc/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 Dirk Meyer freebsd_committer freebsd_triage 2009-08-13 16:04:25 UTC
State Changed
From-To: open->closed

committed with minor changes, thanks.