| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
10 Apr 2008 10:12:53
1.3.6_1
|
jkoshy  |
Reset maintainership. |
08 Sep 2007 01:56:04
1.3.6_1
|
linimon  |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
19 May 2007 21:32:57
1.3.6_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
06 Feb 2007 03:55:51
1.3.6
|
jkoshy  |
Upgrade to v1.3.6. Upstream changes from the previous version
of the port include:
- A new 'descriptiveCilPrinter' class for friendlier messages.
- Bug fixes, esp. for 64-bit architectures.
A few APIs have also changed so 3rd-party code using the CIL toolkit
may need to be adapted. |
05 Aug 2006 14:00:16
1.3.5_1
|
jkoshy  |
- Fix Perl paths to allow "bin/cilly" to work. [1]
- Enable this port on FreeBSD/amd64.
PR: ports/101312 [1]
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org> |
10 Jul 2006 06:59:33
1.3.5
|
jkoshy  |
Upgrade to v1.3.5.
Upstream changes include:
- A new module "Cfg" for computing control-flow graphs.
- Several new analyses: reaching definitions, liveness analysis,
available expressions, dead code elimination.
- New flag '--noInsertImplictCasts'.
- Support for C struct layouts used by microcontroller compilers.
- A rewrite of module ext/callgraph.
- Support for many GCC builtin functions.
- Many bug fixes. |
05 May 2006 17:44:34
1.3.4
|
jkoshy  |
- Upgrade to v1.3.4. This release has:
- a new command line option --forceRLArgEval for forcing right to left
evaluation of function arguments,
- support for many more gcc builtins,
- numerous bug fixes.
- Make the port NOPORTDOCS clean.
- Remove a few portlint warnings.
- Take over as port maintainer.
Approved by: netchild [MAINTAINER] |
04 May 2006 22:41:12
1.3.3
|
edwin  |
Remove USE_REINPLACE from all categories starting with D |
22 Jan 2006 08:30:12
1.3.3
|
edwin  |
SHA256ify
Approved by: krion@ |
25 Jun 2005 13:34:48
1.3.3
|
netchild  |
Update to 1.3.3.
Prodded by: jkoshy |
09 Jan 2005 12:25:49
1.3.1
|
netchild  |
Update to 1.3.1. |
18 Sep 2004 08:44:19
1.2.3_1
|
kris  |
BROKEN on 5.x: Does not build
Approved by: portmgr (self) |
18 Mar 2004 18:01:13
1.2.3_1
|
trevor  |
Add size data, approved by maintainers. |
23 Feb 2004 00:19:59
1.2.3_1
|
kris  |
Mark IGNORE for perl < 5.6.1 |
04 Feb 2004 05:21:48
1.2.3_1
|
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
25 Jan 2004 09:50:45
1.2.3
|
netchild  |
- update to 1.2.3 (this fixes the configure error on bento [1])
- fix SITE_PERL part of the plist in the PREFIX != LOCALBASE case
Noticed by: kris |
22 Jan 2004 12:18:43
1.2.1_1
|
trevor  |
Use the CPIO macro defined in bsd.port.mk. |
20 Oct 2003 16:02:19
1.2.1_1
|
netchild  |
Only for i386.
Noticed by: kris/bento |
11 Oct 2003 20:36:13
1.2.1
|
netchild  |
Infrastructure for C Program Analysis and Transformation
CIL (C Intermediate Language) is a high-level representation along
with a set of tools that permit easy analysis and source-to-source
transformation of C programs.
CIL is both lower-level than abstract-syntax trees, by clarifying
ambiguous constructs and removing redundant ones, and also higher-level
than typical intermediate languages designed for compilation, by
maintaining types and a close relationship with the source program. |