cvs commit: ports/deskutils Makefile ports/deskutils/py-tagfu Makefile distinfo pkg-descr pkg-plist

Alexander Botero-Lowry alexbl at FreeBSD.org
Tue Nov 14 09:12:08 UTC 2006


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)


More information about the cvs-all mailing list