Port details |
- cl-infix-sbcl Lisp macro to read math statements in infix notation
- 19960628_101 devel
=2 19960628_98Version of this port present on the latest quarterly branch. - Maintainer: olgeni@FreeBSD.org
 - Port Added: 2006-06-19 20:59:22
- Last Update: 2025-06-01 11:37:21
- Commit Hash: 043ddc6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: lisp
- License: infix
- WWW:
- https://www.cliki.net/infix
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cl-infix-sbcl>0:devel/cl-infix-sbcl
- To install the port:
- cd /usr/ports/devel/cl-infix-sbcl/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cl-infix-sbcl
- pkg install cl-infix-sbcl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cl-infix-sbcl
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- infix.asd : devel/cl-infix
- sbcl : lang/sbcl
- Runtime dependencies:
-
- infix.asd : devel/cl-infix
- sbcl : lang/sbcl
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_cl-infix-sbcl
- USES:
- cl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
19960628_10 16 Dec 2012 05:34:02
  |
bf  |
update sbcl to 1.1.2 and maxima to 5.29.1; adjust dependent ports |
19960628_9 13 Sep 2012 02:03:42
  |
bf  |
update lang/sbcl to 1.0.58 and switch to the new options format;
adjust dependent ports |
19960628_8 22 May 2012 19:16:10
 |
bf  |
update lang/sbcl to 1.0.57, and adjust dependent ports |
19960628_7 23 Apr 2012 09:27:42
 |
bf  |
update to 1.0.56 and adjust dependent ports; switch to the packaged
html documents, to avoid problems with our texinfo tools; pass prefix,
dynamic space size, and lisp bootstrap via make.sh options; update
flags and use them in tests; remove unused patches; simplify and sort
some variables and options-handling; shorten some long lines |
19960628_6 24 Jan 2012 14:10:45
 |
bf  |
update lang/sbcl to 1.0.55, and adjust dependent ports |
19960628_5 16 Aug 2011 21:00:30
 |
olgeni  |
Unbreak and bump PORTREVISION: rebuild cl-*-sbcl ports that depend
on devel/cl-asdf. |
19960628_4 20 Jul 2011 19:40:38
 |
pav  |
- Mark BROKEN: fails to build
Reported by: pointyhat |
19960628_4 20 Oct 2010 22:36:14
 |
olgeni  |
Rename infix.cl to infix.lisp to unbreak the build with lang/sbcl.
Suggested by: stas |
19960628_3 20 Oct 2010 20:46:02
 |
olgeni  |
Mark as BROKEN: does not build with current lang/sbcl. |
19960628_3 20 Jan 2010 12:44:18
 |
olgeni  |
Fix RUN_DEPENDS. |
19960628_2 20 Jan 2010 12:40:13
 |
olgeni  |
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). |
19960628_1 16 Jan 2010 11:13:23
 |
olgeni  |
Remove unused MASTER_SITES on FASL binary ports, since they only
build sources installed by dependencies. |
19960628_1 15 Jan 2010 12:13:45
 |
olgeni  |
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. |
19960628 13 Jan 2010 00:20:58
 |
olgeni  |
Remove dependencies on obsolete cl-asdf-sbcl port. |
19960628 12 Jan 2010 21:32:07
 |
olgeni  |
Cleanup whitespace, disable command echo and reduce diff between
similar code fragments. |
19960628 11 Jan 2010 23:50:03
 |
olgeni  |
Take over a few unmaintained ports. |
19960628 01 Jul 2006 12:16:44
 |
thierry  |
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) |
19960628 19 Jun 2006 20:59:06
 |
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.
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> |