Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jan 2008 05:39:51 +0000 (UTC)
From:      Chin-San Huang <chinsan@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/libmaa Makefile distinfo pkg-descr pkg-plist ports/devel/libmaa/files patch-getopt.c patch-strtol.c
Message-ID:  <200801260539.m0Q5drhq035914@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801260539.m0Q5drhq035914>