notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
clay Language designed for generic programming
0.1.2_2 lang Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.1.2_2Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: No development since July 2013, depends on obsolete clang-3.2
Expired 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 search for ports maintained by this maintainer
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
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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:
  • clay>0:lang/clay
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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. llvm-config32 : devel/llvm32
  2. clang32 : lang/clang32
  3. cmake : devel/cmake
Runtime dependencies:
  1. 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:
Expand this list (2 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/ports-distfiles/
  2. https://github.com/jckarter/clay/tarball/v0.1.2/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.2_2
01 Dec 2014 19:21:42
Revision:373718Original commit files touched by this commit
rene search for other commits by this committer
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
Revision:369134Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Drop @dirrm* from plist
0.1.2_2
22 Aug 2014 13:07:44
Revision:365645Original commit files touched by this commit
brooks search for other commits by this committer
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
Revision:362018Original commit files touched by this commit
adamw search for other commits by this committer
Add DOCS option where PORTDOCS appears in plist.
0.1.2_1
10 Jun 2014 06:31:43
Revision:357273Original commit files touched by this commit
linimon search for other commits by this committer
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
Revision:339524Original commit files touched by this commit
rene search for other commits by this committer
- 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
Revision:338513Original commit files touched by this commit
bapt search for other commits by this committer
Part 2 at removing now useless FETCH_ARGS redifition
0.1.2
20 Sep 2013 19:53:10
Revision:327741Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
0.1.2
22 Mar 2013 20:06:15
Revision:314960Original commit files touched by this commit
makc search for other commits by this committer
- 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
Revision:310188Original commit files touched by this commit
brooks search for other commits by this committer
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
Original commit files touched by this commit
eadler search for other commits by this committer
Remove empty directories
0.1.2
25 Jul 2012 05:13:13
Original commit files touched by this commit
wen search for other commits by this committer
- 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
Original commit files touched by this commit
lwhsu search for other commits by this committer
- 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
Original commit files touched by this commit
fluffy search for other commits by this committer
- Adopt patch from git repo to fix fuild with LLVM 3.1
0.1.1
02 Mar 2012 16:10:57
Original commit files touched by this commit
lwhsu search for other commits by this committer
- 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
Original commit files touched by this commit
scheidell search for other commits by this committer
- 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
Original commit files touched by this commit
lwhsu search for other commits by this committer
Add clay 0.1.0, a language designed for generic programming.

PR:             ports/164505
Submitted by:   Jyun-Yan You <jyyou@cs.nctu.edu.tw>

Number of commits found: 17