Port details |
- clay Language designed for generic programming
- 0.1.2_2 lang
=0 0.1.2_2Version of this port present on the latest quarterly branch.
- DEPRECATED: No development since July 2013, depends on obsolete clang-3.2
This port expired on: 2014-12-01
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2012-01-26 12:09:35
- Last Update: 2014-12-01 19:21:42
- SVN Revision: 373718
- License: BSD2CLAUSE
- WWW:
- https://github.com/jckarter/clay
- Description:
- 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
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: clay
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- llvm-config32 : devel/llvm32
- clang32 : lang/clang32
- cmake : devel/cmake
- Runtime dependencies:
-
- clang32 : lang/clang32
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for clay-0.1.2_2:
BINDGEN=off: Build with binding generator (broken on 10.0+)
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.2_2 01 Dec 2014 19:21:42 |
rene |
Remove expired ports:
2014-11-30 ports-mgmt/pkg-plist: Generate incorrect plists
2014-11-30 sysutils/rubygem-hiera-puppet: Has been incorporated into hiera
2014-11-30 sysutils/rubygem-hiera-json: Has been incorporated into hiera
2014-11-30 databases/memcachedb: Depends on deprecated Berkeley DB version,
needs porting to DB_SITE
2014-12-01 games/djgame2: Online servers gone, game is not playable
2014-12-01 devel/creduce: Unmaintained and depends on ancient LLVM 3.2
2014-12-01 lang/clay: No development since July 2013, depends on obsolete
clang-3.2 |
0.1.2_2 23 Sep 2014 22:51:18 |
amdmi3 |
- Drop @dirrm* from plist |
0.1.2_2 22 Aug 2014 13:07:44 |
brooks |
Clay has seen no development in over a year and depends on an obsolete
and unmaintained version of LLVM/Clang.
Deprecate the port and give it a longish expiration date in case someone
actually uses it. |
0.1.2_1 16 Jul 2014 02:29:34 |
adamw |
Add DOCS option where PORTDOCS appears in plist. |
0.1.2_1 10 Jun 2014 06:31:43 |
linimon |
Reset maintainership.
PR: 190858
PR: 190859
PR: 190860
PR: 190861
PR: 190862
PR: 190863
PR: 190864
Submitted by: former maintainer
Approved by: portmgr (blanket) |
0.1.2_1 12 Jan 2014 17:19:00 |
rene |
- Adjust LLVM dependency from 3.1 to 3.2 [1]
- Do not enable BINDGEN option by default, it brekas the build on 10.0 +
- Bump PORTREVISION [1]
- Add stage support
- Use option helpers
- Adjust license, COMMENT
PR: ports/182497 [1]
Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer) |
0.1.2 03 Jan 2014 01:13:00 |
bapt |
Part 2 at removing now useless FETCH_ARGS redifition |
0.1.2 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
0.1.2 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
0.1.2 10 Jan 2013 16:30:54 |
brooks |
Depend on llvm31/clang31 ports to avoid breakage when I update
llvm/clang to 3.2. |
0.1.2 05 Aug 2012 19:37:05 |
eadler |
Remove empty directories |
0.1.2 25 Jul 2012 05:13:13 |
wen |
- Update to 0.1.2
PR: 170105
Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer) |
0.1.1_2 21 Jul 2012 18:03:59 |
lwhsu |
- Add option to build clay-bindgen
PR: ports/169969
Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer) |
0.1.1_1 26 Jun 2012 10:13:38 |
fluffy |
- Adopt patch from git repo to fix fuild with LLVM 3.1 |
0.1.1 02 Mar 2012 16:10:57 |
lwhsu |
- Update to 0.1.1
PR: ports/165580
Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer) |
0.1.0 02 Feb 2012 22:22:06 |
scheidell |
- Fix to build on i386
PR: ports/164551
Reported by: Arne Meyer <meyer.arne83@gmail.com>
Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> (maintainer)
Approved by: gabor (mentor) |
0.1.0 26 Jan 2012 12:08:11 |
lwhsu |
Add clay 0.1.0, a language designed for generic programming.
PR: ports/164505
Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> |