non port: devel/cl-infix/Makefile |
SVNWeb
|
Number of commits found: 14 |
Thu, 6 May 2021
|
[ 11:47 Mathieu Arnold (mat) ] 3505159 (Only the first 10 of 144 ports in this commit are shown above. )
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 8 Jun 2014
|
[ 13:14 olgeni ] (Only the first 10 of 36 ports in this commit are shown above. )
Remove indefinite articles from COMMENT where I'm maintainer.
|
Sat, 15 Feb 2014
|
[ 16:14 antoine ]
Stage support
|
Fri, 20 Sep 2013
|
[ 17:03 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1)
|
Mon, 18 Feb 2013
|
[ 12:34 olgeni ] (Only the first 10 of 29 ports in this commit are shown above. )
Convert Makefile headers to the new format.
|
Tue, 16 Aug 2011
|
[ 20:59 olgeni ] (Only the first 10 of 27 ports in this commit are shown above. )
Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf.
|
Wed, 20 Oct 2010
|
[ 22:36 olgeni ]
Rename infix.cl to infix.lisp to unbreak the build with lang/sbcl.
Suggested by: stas
|
Fri, 15 Jan 2010
|
[ 12:13 olgeni ] (Only the first 10 of 23 ports in this commit are shown above. )
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.
|
Wed, 13 Jan 2010
|
[ 12:48 olgeni ]
Trivial layout fix.
|
Tue, 12 Jan 2010
|
[ 21:32 olgeni ] (Only the first 10 of 19 ports in this commit are shown above. )
Cleanup whitespace, disable command echo and reduce diff between
similar code fragments.
|
Mon, 11 Jan 2010
|
[ 23:50 olgeni ] (Only the first 10 of 16 ports in this commit are shown above. )
Take over a few unmaintained ports.
|
Sat, 1 Jul 2006
|
[ 12:16 thierry ] (Only the first 10 of 18 ports in this commit are shown above. )
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)
|
Mon, 19 Jun 2006
|
[ 20:53 alepulver ]
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.
It is known to be compatible with CMUCL, CLISP, MCL, and 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
|
Number of commits found: 14 |