From owner-cvs-all@FreeBSD.ORG Mon Feb 9 20:10:15 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9ED921065798; Mon, 9 Feb 2009 20:10:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 8C57F8FC2D; Mon, 9 Feb 2009 20:10:15 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n19KAFqU054498; Mon, 9 Feb 2009 20:10:15 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n19KAFKh054497; Mon, 9 Feb 2009 20:10:15 GMT (envelope-from miwi) Message-Id: <200902092010.n19KAFKh054497@repoman.freebsd.org> From: Martin Wilke Date: Mon, 9 Feb 2009 20:10:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/audio Makefile ports/audio/py-pyliblo Makefile distinfo pkg-descr pkg-plist ports/audio/py-pyliblo/files patch-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2009 20:10:16 -0000 miwi 2009-02-09 20:10:15 UTC FreeBSD ports repository Modified files: audio Makefile Added files: audio/py-pyliblo Makefile distinfo pkg-descr pkg-plist audio/py-pyliblo/files patch-setup.py Log: pyliblo is a Python wrapper for the liblo OSC library. It supports almost the complete functionality of liblo, allowing you to send and receive OSC messages using a nice and simple Python API. Also included are the command line utilities send_osc and dump_osc. WWW: http://das.nasophon.de/pyliblo/ PR: ports/130975 Submitted by: Wen Heping Revision Changes Path 1.1016 +1 -0 ports/audio/Makefile 1.1 +36 -0 ports/audio/py-pyliblo/Makefile (new) 1.1 +3 -0 ports/audio/py-pyliblo/distinfo (new) 1.1 +30 -0 ports/audio/py-pyliblo/files/patch-setup.py (new) 1.1 +9 -0 ports/audio/py-pyliblo/pkg-descr (new) 1.1 +6 -0 ports/audio/py-pyliblo/pkg-plist (new)