Port details |
- cl-infix Lisp macro for reading math expressions in infix form
- 19960628_3 devel =2 19960628_3Version of this port present on the latest quarterly branch.
- Maintainer: olgeni@FreeBSD.org
- Port Added: 2006-06-19 20:54:00
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-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.
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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cl-infix>0:devel/cl-infix
- To install the port:
- cd /usr/ports/devel/cl-infix/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cl-infix
- pkg install cl-infix
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cl-infix
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (infix.tar.gz) = 556fd0432eba376075129b93467d72ad16793354eeb562521cdb0996ed92a62c
SIZE (infix.tar.gz) = 13894
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:
-
- asdf.asd : devel/cl-asdf
- Runtime dependencies:
-
- asdf.asd : devel/cl-asdf
- This port is required by:
- for Build
-
- devel/cl-infix-sbcl
-
Deleted ports which required this port:
- for Run
-
- devel/cl-infix-sbcl
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for cl-infix-19960628_3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_cl-infix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
19960628_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
19960628_3 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
19960628_3 06 May 2021 11:47:48 |
Mathieu Arnold (mat) |
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 |
19960628_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
19960628_3 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
19960628_3 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
19960628_3 08 Jun 2014 13:14:43 |
olgeni |
Remove indefinite articles from COMMENT where I'm maintainer. |
19960628_3 15 Feb 2014 16:14:27 |
antoine |
Stage support |
20 Sep 2013 17:03:27
|
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 1) |
19960628_3 18 Feb 2013 12:34:39 |
olgeni |
Convert Makefile headers to the new format. |
19960628_3 16 Aug 2011 20:59:36 |
olgeni |
Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf. |
19960628_2 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
19960628_2 20 Oct 2010 22:36:14 |
olgeni |
Rename infix.cl to infix.lisp to unbreak the build with lang/sbcl.
Suggested by: stas |
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 12:48:52 |
olgeni |
Trivial layout fix. |
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:53:47 |
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 |