Bug 107405 - new port of gambit scheme
Summary: new port of gambit scheme
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-01 19:30 UTC by Captain Fourier
Modified: 2007-01-19 22:10 UTC (History)
0 users

See Also:


Attachments
shar-out (2.84 KB, text/plain)
2007-01-01 19:30 UTC, Captain Fourier
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Captain Fourier 2007-01-01 19:30:11 UTC
	New port: lang/gambc A version of the Gambit programming system
in which the compiler generates portable C code
Comment 1 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-01-19 20:00:41 UTC
State Changed
From-To: open->feedback

Please run portlint -C and fix the problems; the run porlint -A and try 
to fix those problems too. The submit a shar (for the 'gambit' 
directory, not for '/usr/pors/....') and please make sure it's not 
broken. In this shar all tabs are spaces etc. Also make sure you have a 
distinfo. I could fix the problems by hand (and I'll give it a run on my 
tinderbox) but I see no reason to commit this PR if you, as maintainer, 
can't make it right. Thanks for your work on this, but please be more 
careful.
Comment 2 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-01-19 20:02:16 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

take for an eventual follow-up from submitter.
Comment 3 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2007-01-19 22:08:10 UTC
State Changed
From-To: feedback->closed

Committed, with minor changes. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-01-19 22:08:40 UTC
itetcu      2007-01-19 22:08:32 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/gambc           Makefile distinfo pkg-descr pkg-plist 
  Log:
  The Gambit programming system is a full implementation of the Scheme
  language which conforms to the R4RS and IEEE Scheme standards. It
  consists of two main programs: gsi, the Gambit Scheme interpreter, and
  gsc, the Gambit Scheme compiler.
  
  Gambit-C is a version of the Gambit programming system in which the
  compiler generates portable C code, making the whole Gambit-C system
  and the programs compiled with it easily portable to many computer
  architectures for which a C compiler is available. With appropriate
  declarations in the source code the executable programs generated by
  the compiler run roughly as fast as equivalent C programs.
  
  WWW: http://www.iro.umontreal.ca/~gambit/
  
  PR:             ports/107405
  Submitted by:   Rob Zinkov
  
  Revision  Changes    Path
  1.531     +1 -0      ports/lang/Makefile
  1.1       +29 -0     ports/lang/gambc/Makefile (new)
  1.1       +3 -0      ports/lang/gambc/distinfo (new)
  1.1       +13 -0     ports/lang/gambc/pkg-descr (new)
  1.1       +28 -0     ports/lang/gambc/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"