cvs commit: ports/devel Makefile ports/devel/libXGP Makefile ports/devel/libYGP Makefile distinfo pkg-descr pkg-plist

Andrew Pantyukhin sat at FreeBSD.org
Sun Aug 20 12:20:14 UTC 2006


sat         2006-08-20 12:20:14 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/libXGP         Makefile 
    devel/libYGP         Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add ports devel/libYGP and devel/libXGP:
  
  A C++ library, separated in 2 parts:
  
  * A common one, designed to have no dependencies to the operating system
    or any library, providing:
    o A class for communication,
    o Classes to handle regular expressions (both common and UNIX-file like),
    o A general parser,
    o Smart pointers
    o A class to search directories
    o A relation-class to relate objects
  
  * Some classes for the X-windows system (basing on gtkmm (previously
    known as Gtk--)) like:
    o An entry field to enter filenames (with completion, analogue to modern
      browsers),
    o Formatted entry fields (with validy check),
    o A ListBox to display files (with an icon based on the type of the file),
    o A base-class for Applications
  
  WWW: http://libymp.sourceforge.net/
  
  Revision  Changes    Path
  1.2424    +2 -0      ports/devel/Makefile
  1.1       +11 -0     ports/devel/libXGP/Makefile (new)
  1.1       +56 -0     ports/devel/libYGP/Makefile (new)
  1.1       +3 -0      ports/devel/libYGP/distinfo (new)
  1.1       +20 -0     ports/devel/libYGP/pkg-descr (new)
  1.1       +219 -0    ports/devel/libYGP/pkg-plist (new)


More information about the cvs-ports mailing list