Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2011 02:24:38 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/pure-gen Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201104120224.p3C2Ocpn096761@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
wen         2011-04-12 02:24:38 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/pure-gen       Makefile distinfo pkg-descr pkg-plist 
  Log:
  pure-gen is a C interface generator for the Pure language. It takes a C
  header file as input and generates a corresponding Pure module with the
  constant definitions and extern declarations needed to use the C module
  from Pure. pure-gen can also generate FFI interfaces rather than externs
  (using the pure-ffi module, see below), and it can optionally create a C
  wrapper module which allows you to create interfaces to pretty much any
  code which can be called via C. Interfaces to C++ can be made using SWIG's
  new C language module which can wrap arbitrary C++ libraries in C.
  
  WWW:    http://docs.pure-lang.googlecode.com/hg/pure-gen.html
  
  PR:             ports/155872
  Submitted by:   Zhihao Yuan <lichray@gmail.com>
  
  Revision  Changes    Path
  1.4300    +1 -0      ports/devel/Makefile
  1.1       +37 -0     ports/devel/pure-gen/Makefile (new)
  1.1       +2 -0      ports/devel/pure-gen/distinfo (new)
  1.1       +10 -0     ports/devel/pure-gen/pkg-descr (new)
  1.1       +3 -0      ports/devel/pure-gen/pkg-plist (new)



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