From owner-cvs-ports@FreeBSD.ORG Tue Nov 14 09:12:08 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 116DC16A4A7; Tue, 14 Nov 2006 09:12:08 +0000 (UTC) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 678D043D5A; Tue, 14 Nov 2006 09:12:07 +0000 (GMT) (envelope-from alexbl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kAE9BpWw082152; Tue, 14 Nov 2006 09:11:51 GMT (envelope-from alexbl@repoman.freebsd.org) Received: (from alexbl@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kAE9BpTS082151; Tue, 14 Nov 2006 09:11:51 GMT (envelope-from alexbl) Message-Id: <200611140911.kAE9BpTS082151@repoman.freebsd.org> From: Alexander Botero-Lowry Date: Tue, 14 Nov 2006 09:11:51 +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-tagfu Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2006 09:12:08 -0000 alexbl 2006-11-14 09:11:51 UTC FreeBSD ports repository Modified files: deskutils Makefile Added files: deskutils/py-tagfu Makefile distinfo pkg-descr pkg-plist Log: - add TagFu 0.1 TagFu is a library for tagging entities (which can be anything with a url) with Tags or metadata. TagFu is implemented in Python and very closely mimics basic Python data structures. Tags is a Python list of tags, Entities is a Python List of Entity objects, and Entity is a dict which contains all the key-value pairs for all tags associated to the Entity. The key is the Tag name and value is an arbitrary value, if no value is set, the tag is considered to be a simple tag. WWW: http://www.geekfire.com/~alex/tagfu/ Revision Changes Path 1.253 +1 -0 ports/deskutils/Makefile 1.1 +21 -0 ports/deskutils/py-tagfu/Makefile (new) 1.1 +3 -0 ports/deskutils/py-tagfu/distinfo (new) 1.1 +9 -0 ports/deskutils/py-tagfu/pkg-descr (new) 1.1 +10 -0 ports/deskutils/py-tagfu/pkg-plist (new)