cvs commit: ports/deskutils Makefile ports/deskutils/doodle Makefile distinfo pkg-descr pkg-plist ports/deskutils/doodle/files patch-src_doodle_getopt.c patch-src_doodle_semaphore.c patch-src_doodle_tree.c

Jean-Yves Lefort jylefort at FreeBSD.org
Sun Jun 26 15:17:57 GMT 2005


jylefort    2005-06-26 15:17:56 UTC

  FreeBSD ports repository

  Modified files:
    deskutils            Makefile 
  Added files:
    deskutils/doodle     Makefile distinfo pkg-descr pkg-plist 
    deskutils/doodle/files patch-src_doodle_getopt.c 
                           patch-src_doodle_semaphore.c 
                           patch-src_doodle_tree.c 
  Log:
  Add doodle.
  
  Doodle is a tool to quickly search the documents on a computer. Doodle
  builds an index using meta-data contained in the documents and allows
  fast searches on the resulting database. Doodle uses libextractor to
  support obtaining meta-data from various file-formats. The database
  used by doodle is a suffix tree, resulting in fast lookups. Doodle
  supports approximate searches.
  
  WWW: http://gnunet.org/doodle/
  
  Submitted by:   Tom McLaughlin <tmclaugh at sdf.lonestar.org>, myself
  
  Revision  Changes    Path
  1.192     +1 -0      ports/deskutils/Makefile
  1.1       +35 -0     ports/deskutils/doodle/Makefile (new)
  1.1       +2 -0      ports/deskutils/doodle/distinfo (new)
  1.1       +10 -0     ports/deskutils/doodle/files/patch-src_doodle_getopt.c (new)
  1.1       +10 -0     ports/deskutils/doodle/files/patch-src_doodle_semaphore.c (new)
  1.1       +11 -0     ports/deskutils/doodle/files/patch-src_doodle_tree.c (new)
  1.1       +8 -0      ports/deskutils/doodle/pkg-descr (new)
  1.1       +11 -0     ports/deskutils/doodle/pkg-plist (new)


More information about the cvs-ports mailing list