cvs commit: ports/devel Makefile ports/devel/cocktail Makefile distinfo pkg-descr pkg-plist ports/devel/cocktail/files changedfiles newfiles patch-Makefile patch-Makefile.inc patch-cg-hag-m-Makefile ...

Pav Lucistnik pav at FreeBSD.org
Tue May 4 14:07:50 PDT 2004


pav         2004/05/04 14:07:48 PDT

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/cocktail       Makefile distinfo pkg-descr pkg-plist 
    devel/cocktail/files changedfiles newfiles patch-Makefile 
                         patch-Makefile.inc patch-bnf-m2c-Makefile 
                         patch-cg-hag-c-Makefile 
                         patch-cg-hag-m-Makefile 
                         patch-cg-m2c-Makefile 
                         patch-cg-src-Makefile 
                         patch-cg-test-c-Makefile 
                         patch-cg-test-m-Makefile 
                         patch-common-c-Makefile 
                         patch-common-m2c-Makefile 
                         patch-ell-m2c-Makefile 
                         patch-ell-src-Makefile 
                         patch-estra-m2c-Makefile 
                         patch-front-doc-Makefile 
                         patch-front-m2c-Makefile 
                         patch-front-src-Makefile 
                         patch-l2cg-m2c-Makefile 
                         patch-l2cg-src-Makefile 
                         patch-l2r-src-Makefile 
                         patch-lalr-m2c-Makefile 
                         patch-mtc-m2c-Makefile 
                         patch-mtc-make-Makefile 
                         patch-mtc-src-Makefile 
                         patch-puma-ffaba-c-Makefile 
                         patch-puma-ffaba-m-Makefile 
                         patch-puma-m2c-C.c 
                         patch-puma-m2c-Makefile 
                         patch-puma-src-Makefile 
                         patch-r2l-m2c-Makefile 
                         patch-r2l-src-Makefile 
                         patch-reuse-c-Errors.c 
                         patch-reuse-c-Makefile 
                         patch-reuse-c-rSystem.c 
                         patch-reuse-m2c-Makefile 
                         patch-reuse-m2c-rMemory.c 
                         patch-reuse-m2c-rSystem.c 
                         patch-rex-m2c-Makefile 
                         patch-rex-src-Makefile 
                         patch-rex-test-Makefile 
                         patch-rpp-m2c-Makefile 
                         patch-rpp-src-Makefile 
                         patch-specs-Makefile 
                         patch-specs-Makefile.inc 
                         patch-specs-c-ada-Makefile 
                         patch-specs-c-c-Makefile 
                         patch-specs-c-cpp-Makefile 
                         patch-specs-c-minilax-Makefile 
                         patch-specs-c-modula2-Makefile 
                         patch-specs-c-modula2.ell-Makefile 
                         patch-specs-c-oberon2-Makefile 
                         patch-specs-c-occam-Makefile 
                         patch-specs-c-sather-Makefile 
                         patch-specs-c-sql-Makefile 
                         patch-specs-c-wag-Makefile 
                         patch-specs-modula-ada-Makefile 
                         patch-specs-modula-minilax-Makefile 
                         patch-specs-modula-modula2-Makefile 
                         patch-specs-modula-modula2.ell-Makefile 
                         patch-specs-modula-modula3-Makefile 
                         patch-specs-modula-oberon-Makefile 
                         patch-specs-modula-pascal-Makefile 
                         patch-specs-modula-wag-Makefile 
                         patch-y2l-src-Makefile 
                         patch-y2l-src-Scanner.c 
  Log:
  Add cocktail, a set of program generators or compiler construction tools
  for nearly all phases of a compiler. It has been developed until 1993
  at the Karlsruhe research lab of GMD, the German National Research Center
  for Information Technology.
  
  PR:             ports/65164
  Submitted by:   Willem Jan Withagen <wjw at withagen.nl>
  
  Revision  Changes    Path
  1.1535    +1 -0      ports/devel/Makefile
  1.1       +21 -0     ports/devel/cocktail/Makefile (new)
  1.1       +2 -0      ports/devel/cocktail/distinfo (new)
  1.1       +62 -0     ports/devel/cocktail/files/changedfiles (new)
  1.1       +59 -0     ports/devel/cocktail/files/newfiles (new)
  1.1       +250 -0    ports/devel/cocktail/files/patch-Makefile (new)
  1.1       +64 -0     ports/devel/cocktail/files/patch-Makefile.inc (new)
  1.1       +75 -0     ports/devel/cocktail/files/patch-bnf-m2c-Makefile (new)
  1.1       +19 -0     ports/devel/cocktail/files/patch-cg-hag-c-Makefile (new)
  1.1       +7 -0      ports/devel/cocktail/files/patch-cg-hag-m-Makefile (new)
  1.1       +94 -0     ports/devel/cocktail/files/patch-cg-m2c-Makefile (new)
  1.1       +112 -0    ports/devel/cocktail/files/patch-cg-src-Makefile (new)
  1.1       +19 -0     ports/devel/cocktail/files/patch-cg-test-c-Makefile (new)
  1.1       +7 -0      ports/devel/cocktail/files/patch-cg-test-m-Makefile (new)
  1.1       +8 -0      ports/devel/cocktail/files/patch-common-c-Makefile (new)
  1.1       +58 -0     ports/devel/cocktail/files/patch-common-m2c-Makefile (new)
  1.1       +74 -0     ports/devel/cocktail/files/patch-ell-m2c-Makefile (new)
  1.1       +19 -0     ports/devel/cocktail/files/patch-ell-src-Makefile (new)
  1.1       +73 -0     ports/devel/cocktail/files/patch-estra-m2c-Makefile (new)
  1.1       +34 -0     ports/devel/cocktail/files/patch-front-doc-Makefile (new)
  1.1       +72 -0     ports/devel/cocktail/files/patch-front-m2c-Makefile (new)
  1.1       +27 -0     ports/devel/cocktail/files/patch-front-src-Makefile (new)
  1.1       +82 -0     ports/devel/cocktail/files/patch-l2cg-m2c-Makefile (new)
  1.1       +20 -0     ports/devel/cocktail/files/patch-l2cg-src-Makefile (new)
  1.1       +56 -0     ports/devel/cocktail/files/patch-l2r-src-Makefile (new)
  1.1       +78 -0     ports/devel/cocktail/files/patch-lalr-m2c-Makefile (new)
  1.1       +85 -0     ports/devel/cocktail/files/patch-mtc-m2c-Makefile (new)
  1.1       +33 -0     ports/devel/cocktail/files/patch-mtc-make-Makefile (new)
  1.1       +72 -0     ports/devel/cocktail/files/patch-mtc-src-Makefile (new)
  1.1       +25 -0     ports/devel/cocktail/files/patch-puma-ffaba-c-Makefile (new)
  1.1       +8 -0      ports/devel/cocktail/files/patch-puma-ffaba-m-Makefile (new)
  1.1       +20 -0     ports/devel/cocktail/files/patch-puma-m2c-C.c (new)
  1.1       +78 -0     ports/devel/cocktail/files/patch-puma-m2c-Makefile (new)
  1.1       +79 -0     ports/devel/cocktail/files/patch-puma-src-Makefile (new)
  1.1       +68 -0     ports/devel/cocktail/files/patch-r2l-m2c-Makefile (new)
  1.1       +20 -0     ports/devel/cocktail/files/patch-r2l-src-Makefile (new)
  1.1       +36 -0     ports/devel/cocktail/files/patch-reuse-c-Errors.c (new)
  1.1       +63 -0     ports/devel/cocktail/files/patch-reuse-c-Makefile (new)
  1.1       +23 -0     ports/devel/cocktail/files/patch-reuse-c-rSystem.c (new)
  1.1       +248 -0    ports/devel/cocktail/files/patch-reuse-m2c-Makefile (new)
  1.1       +39 -0     ports/devel/cocktail/files/patch-reuse-m2c-rMemory.c (new)
  1.1       +23 -0     ports/devel/cocktail/files/patch-reuse-m2c-rSystem.c (new)
  1.1       +72 -0     ports/devel/cocktail/files/patch-rex-m2c-Makefile (new)
  1.1       +58 -0     ports/devel/cocktail/files/patch-rex-src-Makefile (new)
  1.1       +53 -0     ports/devel/cocktail/files/patch-rex-test-Makefile (new)
  1.1       +54 -0     ports/devel/cocktail/files/patch-rpp-m2c-Makefile (new)
  1.1       +16 -0     ports/devel/cocktail/files/patch-rpp-src-Makefile (new)
  1.1       +42 -0     ports/devel/cocktail/files/patch-specs-Makefile (new)
  1.1       +4 -0      ports/devel/cocktail/files/patch-specs-Makefile.inc (new)
  1.1       +42 -0     ports/devel/cocktail/files/patch-specs-c-ada-Makefile (new)
  1.1       +36 -0     ports/devel/cocktail/files/patch-specs-c-c-Makefile (new)
  1.1       +55 -0     ports/devel/cocktail/files/patch-specs-c-cpp-Makefile (new)
  1.1       +190 -0    ports/devel/cocktail/files/patch-specs-c-minilax-Makefile (new)
  1.1       +36 -0     ports/devel/cocktail/files/patch-specs-c-modula2-Makefile (new)
  1.1       +37 -0     ports/devel/cocktail/files/patch-specs-c-modula2.ell-Makefile (new)
  1.1       +36 -0     ports/devel/cocktail/files/patch-specs-c-oberon2-Makefile (new)
  1.1       +18 -0     ports/devel/cocktail/files/patch-specs-c-occam-Makefile (new)
  1.1       +36 -0     ports/devel/cocktail/files/patch-specs-c-sather-Makefile (new)
  1.1       +36 -0     ports/devel/cocktail/files/patch-specs-c-sql-Makefile (new)
  1.1       +110 -0    ports/devel/cocktail/files/patch-specs-c-wag-Makefile (new)
  1.1       +22 -0     ports/devel/cocktail/files/patch-specs-modula-ada-Makefile (new)
  1.1       +153 -0    ports/devel/cocktail/files/patch-specs-modula-minilax-Makefile (new)
  1.1       +21 -0     ports/devel/cocktail/files/patch-specs-modula-modula2-Makefile (new)
  1.1       +16 -0     ports/devel/cocktail/files/patch-specs-modula-modula2.ell-Makefile (new)
  1.1       +21 -0     ports/devel/cocktail/files/patch-specs-modula-modula3-Makefile (new)
  1.1       +21 -0     ports/devel/cocktail/files/patch-specs-modula-oberon-Makefile (new)
  1.1       +21 -0     ports/devel/cocktail/files/patch-specs-modula-pascal-Makefile (new)
  1.1       +41 -0     ports/devel/cocktail/files/patch-specs-modula-wag-Makefile (new)
  1.1       +48 -0     ports/devel/cocktail/files/patch-y2l-src-Makefile (new)
  1.1       +158 -0    ports/devel/cocktail/files/patch-y2l-src-Scanner.c (new)
  1.1       +10 -0     ports/devel/cocktail/pkg-descr (new)
  1.1       +113 -0    ports/devel/cocktail/pkg-plist (new)


More information about the cvs-ports mailing list