Date: Tue, 14 Nov 2006 09:11:51 +0000 (UTC) From: Alexander Botero-Lowry <alexbl@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/deskutils Makefile ports/deskutils/py-tagfu Makefile distinfo pkg-descr pkg-plist Message-ID: <200611140911.kAE9BpTS082151@repoman.freebsd.org>
index | next in thread | raw e-mail
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)
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611140911.kAE9BpTS082151>
