From owner-cvs-all@FreeBSD.ORG Sun Jun 10 19:07:43 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3CBB16A41F; Sun, 10 Jun 2007 19:07:43 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id D4CAF13C483; Sun, 10 Jun 2007 19:07:43 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l5AJ7h1G045271; Sun, 10 Jun 2007 19:07:43 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l5AJ7hg2045270; Sun, 10 Jun 2007 19:07:43 GMT (envelope-from sat) Message-Id: <200706101907.l5AJ7hg2045270@repoman.freebsd.org> From: Andrew Pantyukhin Date: Sun, 10 Jun 2007 19:07:43 +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/deskutils Makefile ports/deskutils/py-vobject Makefile distinfo pkg-descr pkg-plist ports/deskutils/py-vobject/files patch-setup.py X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Jun 2007 19:07:44 -0000 sat 2007-06-10 19:07:43 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/py-vobject Makefile distinfo pkg-descr pkg-plist deskutils/py-vobject/files patch-setup.py Log: Add port deskutils/py-vobject: Vobject parses iCalendar and vCard files into Python data structures, decoding the relevant encodings. Also serializes vobject data structures to iCalendar, vCard, or (expirementally) hCalendar unicode strings. WWW: http://vobject.skyhouseconsulting.com/ Author: Jeffrey Harris Revision Changes Path 1.295 +1 -0 ports/deskutils/Makefile 1.1 +22 -0 ports/deskutils/py-vobject/Makefile (new) 1.1 +3 -0 ports/deskutils/py-vobject/distinfo (new) 1.1 +16 -0 ports/deskutils/py-vobject/files/patch-setup.py (new) 1.1 +6 -0 ports/deskutils/py-vobject/pkg-descr (new) 1.1 +31 -0 ports/deskutils/py-vobject/pkg-plist (new)