Bug 158980 - New port: net/py-msrplib Python MSRP client library
Summary: New port: net/py-msrplib Python MSRP client library
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: Sofian Brabez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-16 19:00 UTC by Eugene Grosbein
Modified: 2011-09-01 15:30 UTC (History)
0 users

See Also:


Attachments
file.shar (6.24 KB, text/plain)
2011-07-16 19:00 UTC, Eugene Grosbein
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Grosbein 2011-07-16 19:00:18 UTC
	Message Session Relay Protocol (MSRP) is a protocol for transmitting
a series of related instant messages in the context of a session. Message
sessions are treated like any other media stream when set up via a
rendezvous or session creation protocol such as the Session Initiation
Protocol (SIP).

	This port presents the MSRP protocol stack implementation
for clients written in python. The port is needed for Blink SIP-phone
that I'm going to submit another port for.

	This port depends on another new port devel/py-application
provided with http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158875

How-To-Repeat: 	N/A
Comment 1 Sofian Brabez freebsd_committer freebsd_triage 2011-08-17 16:17:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sbz

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-09-01 15:25:28 UTC
sbz         2011-09-01 14:25:15 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/py-msrplib       Makefile distinfo pkg-descr pkg-plist 
    net/py-msrplib/files patch-connect.py patch-session.py 
  Log:
  The MSRP protocol stack implementation for clients written in python.
  
  Message Session Relay Protocol (MSRP) is a protocol for transmitting a
  series of related instant messages in the context of a session. Message
  sessions are treated like any other media stream when set up via a
  rendezvous or session creation protocol such as the Session Initiation
  Protocol (SIP).
  
  WWW:    http://sipsimpleclient.com/wiki/SipMSRPApi
  
  PR:             ports/158980
  Submitted by:   Eugene Grosbein <ports@grosbein.net>
  Approved by:    jadawin@ (mentor)
  
  Revision  Changes    Path
  1.2370    +1 -0      ports/net/Makefile
  1.1       +34 -0     ports/net/py-msrplib/Makefile (new)
  1.1       +2 -0      ports/net/py-msrplib/distinfo (new)
  1.1       +50 -0     ports/net/py-msrplib/files/patch-connect.py (new)
  1.1       +11 -0     ports/net/py-msrplib/files/patch-session.py (new)
  1.1       +9 -0      ports/net/py-msrplib/pkg-descr (new)
  1.1       +24 -0     ports/net/py-msrplib/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 Sofian Brabez freebsd_committer freebsd_triage 2011-09-01 15:25:37 UTC
State Changed
From-To: open->closed

New port added. Thanks!