Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Mar 2009 16:23:46 +0000 (UTC)
From:      Gabor Pali <pgj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/bisoncpp Makefile distinfo pkg-descr pkg-plist ports/devel/bisoncpp/files patch-documentation-manual-conditions-gpl.yo patch-documentation-manual-grammar-polymorphic.yo patch-icmake-install patch-icmake-library patch-parser-parser.h
Message-ID:  <200903091623.n29GNkmQ013503@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pgj         2009-03-09 16:23:46 UTC

  FreeBSD ports repository (doc committer)

  Modified files:
    devel                Makefile 
  Added files:
    devel/bisoncpp       Makefile distinfo pkg-descr pkg-plist 
    devel/bisoncpp/files 
                         patch-documentation-manual-conditions-gpl.yo 
                         patch-documentation-manual-grammar-polymorphic.yo 
                         patch-icmake-install patch-icmake-library 
                         patch-parser-parser.h 
  Log:
  The program bisonc++ creates a C++ parser function and -class having a
  cleaner setup than the code generated by Alain Coetmeur's bison++.
  Furthermore, since bisonc++ more closely follows current-day ideas about
  C++ programming its code is easier to read.
  
  WWW: http://bisoncpp.sourceforge.net/
  
  Approved by:    tabthorpe
  
  Revision  Changes    Path
  1.3394    +1 -0      ports/devel/Makefile
  1.1       +61 -0     ports/devel/bisoncpp/Makefile (new)
  1.1       +3 -0      ports/devel/bisoncpp/distinfo (new)
  1.1       +12 -0     ports/devel/bisoncpp/files/patch-documentation-manual-conditions-gpl.yo (new)
  1.1       +11 -0     ports/devel/bisoncpp/files/patch-documentation-manual-grammar-polymorphic.yo (new)
  1.1       +23 -0     ports/devel/bisoncpp/files/patch-icmake-install (new)
  1.1       +21 -0     ports/devel/bisoncpp/files/patch-icmake-library (new)
  1.1       +20 -0     ports/devel/bisoncpp/files/patch-parser-parser.h (new)
  1.1       +6 -0      ports/devel/bisoncpp/pkg-descr (new)
  1.1       +7 -0      ports/devel/bisoncpp/pkg-plist (new)



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