cvs commit: ports/devel Makefile ports/devel/libmaa Makefile distinfo pkg-descr pkg-plist ports/devel/libmaa/files patch-getopt.c patch-strtol.c

Chin-San Huang chinsan at FreeBSD.org
Fri Jan 25 21:39:54 PST 2008


chinsan     2008-01-26 05:39:51 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/libmaa         Makefile distinfo pkg-descr pkg-plist 
    devel/libmaa/files   patch-getopt.c patch-strtol.c 
  Log:
  The LIBMAA library provides many low-level data structures which are
  helpful for writing compilers, including hash tables, sets, lists,
  debugging support, and memory management.  Although LIBMAA was
  designed and implemented as a foundation for the Khepera
  Transformation System, the data structures are generally applicable to
  a wide range of programming problems.
  
  The memory management routines are especially helpful for improving the
  performance of memory-intensive applications.
  
  WWW: http://www.dict.org/
  
  Revision  Changes    Path
  1.2971    +1 -0      ports/devel/Makefile
  1.1       +39 -0     ports/devel/libmaa/Makefile (new)
  1.1       +3 -0      ports/devel/libmaa/distinfo (new)
  1.1       +11 -0     ports/devel/libmaa/files/patch-getopt.c (new)
  1.1       +11 -0     ports/devel/libmaa/files/patch-strtol.c (new)
  1.1       +11 -0     ports/devel/libmaa/pkg-descr (new)
  1.1       +10 -0     ports/devel/libmaa/pkg-plist (new)


More information about the cvs-all mailing list