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
non port: devel/cl-infix-sbcl/Makefile

Number of commits found: 111 (showing only 11 on this page)

«  1 | 2 

Wednesday, 20 Oct 2010
22:36 olgeni search for other commits by this committer
Rename infix.cl to infix.lisp to unbreak the build with lang/sbcl.

Suggested by:   stas
Original commit
20:46 olgeni search for other commits by this committer
Mark as BROKEN: does not build with current lang/sbcl.
Original commit
Wednesday, 20 Jan 2010
12:44 olgeni search for other commits by this committer
Fix RUN_DEPENDS.
Original commit
12:40 olgeni search for other commits by this committer
When building ASDF modules with the previous cl-asdf port version,
sometimes the build would fail because of "missing" packages that
weren't actually missing (this only happened in ports that aren't
committed yet).

Rewrite the FASL placement code using the asdf-binary-locations
extension, which is already included in the cl-asdf port but needs
to be installed from ports when building for SBCL (which has its
own ASDF code). The binary-locations code generates paths unsuitable
for PLISTs, therefore it has been overridden with
lisp-specific-fasl-subdir.

Because of the new code, PLIST generation for cl-*-sbcl and cl-*-clisp
ports is now entirely automated.

All dependent cl-* ports are upgraded (obsolete code removed,
PORTREVISION bumped).
Original commit
Saturday, 16 Jan 2010
11:13 olgeni search for other commits by this committer
Remove unused MASTER_SITES on FASL binary ports, since they only
build sources installed by dependencies.
Original commit
Friday, 15 Jan 2010
12:13 olgeni search for other commits by this committer
Remove redundant code and variables from the cl-* ports.

Introduce bsd.cl-asdf.mk to automate the compilation and installation
of Common Lisp libraries using the ASDF framework.

Currently it supports building FASL files on SBCL and CLISP, to
support the ports that already exist in the ports tree.

This should help bringing in more cl-* ports from the ASDF repository
without excessive code duplication.
Original commit
Wednesday, 13 Jan 2010
00:20 olgeni search for other commits by this committer
Remove dependencies on obsolete cl-asdf-sbcl port.
Original commit
Tuesday, 12 Jan 2010
21:32 olgeni search for other commits by this committer
Cleanup whitespace, disable command echo and reduce diff between
similar code fragments.
Original commit
Monday, 11 Jan 2010
23:50 olgeni search for other commits by this committer
Take over a few unmaintained ports.
Original commit
Saturday, 1 Jul 2006
12:16 thierry search for other commits by this committer
Reset maintainership: Pedro's dev machine has been stolen :-(

Hoping to see you back soon!

Submitted by:   Pedro F. Giffuni <giffunip (at) asme.org> (maintainer)
Original commit
Monday, 19 Jun 2006
20:59 alepulver search for other commits by this committer
This is an implementation of an infix reader macro. It should run in any
valid Common Lisp and has been tested in Allegro CL 4.1, Lucid CL 4.0.1,
MCL 2.0 and CMU CL. It allows the user to type arithmetic expressions in
the traditional way (e.g., 1+2) when writing Lisp programs instead of
using the normal Lisp syntax (e.g., (+ 1 2)).  It is not intended to be a
full replacement for the normal Lisp syntax.

This package is compiled with SBCL.

Written by Mark Kantrowitz, School of Computer Science,
Carnegie Mellon University, March 1993.

WWW: http://www.cliki.net/infix

PR:             ports/93223
Submitted by:   Pedro F Giffuni <giffunip@asme.org>
Original commit

Number of commits found: 111 (showing only 11 on this page)

«  1 | 2