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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to