Bug 164505 - [NEW PORT] lang/clay: A language designed for generic programming
Summary: [NEW PORT] lang/clay: A language designed for generic programming
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: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-26 09:50 UTC by Jyun-Yan You
Modified: 2012-01-26 12:10 UTC (History)
0 users

See Also:


Attachments
clay-0.1.0.shar (25.66 KB, text/plain)
2012-01-26 09:50 UTC, Jyun-Yan You
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jyun-Yan You 2012-01-26 09:50:01 UTC
Clay is a programming language designed for Generic Programming.
It provides whole program type propagation and efficient type-specialized
code generation. Let you write generic programs less verbose and
have the same memory footprint and runtime overhead as C.

WWW: https://github.com/jckarter/clay

Generated with FreeBSD Port Tools 0.99
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2012-01-26 09:54:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-01-26 12:08:24 UTC
lwhsu       2012-01-26 12:08:11 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/clay            Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add clay 0.1.0, a language designed for generic programming.
  
  PR:             ports/164505
  Submitted by:   Jyun-Yan You <jyyou@cs.nctu.edu.tw>
  
  Revision  Changes    Path
  1.765     +1 -0      ports/lang/Makefile
  1.1       +47 -0     ports/lang/clay/Makefile (new)
  1.1       +2 -0      ports/lang/clay/distinfo (new)
  1.1       +6 -0      ports/lang/clay/pkg-descr (new)
  1.1       +560 -0    ports/lang/clay/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"
Comment 3 Li-Wen Hsu freebsd_committer freebsd_triage 2012-01-26 12:08:48 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!