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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
cl-infix Lisp macro for reading math expressions in infix form
19960628_3 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 19960628_3Version of this port present on the latest quarterly branch.
Maintainer: olgeni@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-06-19 20:54:00
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (12 items)
Collapse this list.
  1. /usr/local/share/licenses/cl-infix-19960628_3/catalog.mk
  2. /usr/local/share/licenses/cl-infix-19960628_3/LICENSE
  3. /usr/local/share/licenses/cl-infix-19960628_3/infix
  4. lib/common-lisp/system-registry/infix.asd
  5. lib/common-lisp/infix/infix.asd
  6. lib/common-lisp/infix/infix.lisp
  7. lib/common-lisp/infix/infix.system
  8. share/doc/cl-infix/COPYING
  9. share/doc/cl-infix/infix.3lisp
  10. @owner
  11. @group
  12. @mode
Collapse this list.
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):
cl-infix
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest19960628_319960628_319960628_319960628_319960628_3-19960628_3-
FreeBSD:13:quarterly19960628_319960628_319960628_319960628_319960628_319960628_319960628_319960628_3
FreeBSD:14:latest19960628_319960628_319960628_319960628_319960628_319960628_3-19960628_3
FreeBSD:14:quarterly19960628_319960628_3-19960628_319960628_319960628_319960628_319960628_3
FreeBSD:15:latest19960628_319960628_3n/a19960628_3n/a19960628_319960628_319960628_3
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. asdf.asd : devel/cl-asdf
Runtime dependencies:
  1. asdf.asd : devel/cl-asdf
This port is required by:
for Build
  1. devel/cl-infix-sbcl

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/cl-infix-clisp*
  2. Collapse this list of deleted ports.
for Run
  1. devel/cl-infix-sbcl

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/cl-infix-clisp*
  2. Collapse this list of deleted ports.
* - 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:
Expand this list (4 items)
Collapse this list.
  1. ftp://ftp.ntnu.no/pub/lisp/cclan/
  2. http://ftp.linux.org.uk/pub/lisp/cclan/
  3. http://thingamy.com/cclan/
  4. http://www-jcsu.jesus.cam.ac.uk/ftp/pub/cclan/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
19960628_3
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
19960628_3
06 May 2021 11:47:48
commit hash: 3505159e72da2d8313ce2a8ddc527de700b5bc37commit hash: 3505159e72da2d8313ce2a8ddc527de700b5bc37commit hash: 3505159e72da2d8313ce2a8ddc527de700b5bc37commit hash: 3505159e72da2d8313ce2a8ddc527de700b5bc37 files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
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
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
19960628_3
22 May 2015 13:34:22
Revision:387021Original commit files touched by this commit
mat search for other commits by this committer
Remove $FreeBSD$ from patches files in categories a-j.

With hat:	portmgr
Sponsored by:	Absolight
19960628_3
27 Oct 2014 10:10:59
Revision:371544Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
19960628_3
08 Jun 2014 13:14:43
Revision:357013Original commit files touched by this commit
olgeni search for other commits by this committer
Remove indefinite articles from COMMENT where I'm maintainer.
19960628_3
15 Feb 2014 16:14:27
Revision:344419Original commit files touched by this commit
antoine search for other commits by this committer
Stage support
20 Sep 2013 17:03:27
Revision:327722Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
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
Revision:312502Original commit files touched by this commit
olgeni search for other commits by this committer
Convert Makefile headers to the new format.
19960628_3
16 Aug 2011 20:59:36
Original commit files touched by this commit
olgeni search for other commits by this committer
Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf.
19960628_2
03 Jul 2011 14:59:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
19960628_2
20 Oct 2010 22:36:14
Original commit files touched by this commit
olgeni search for other commits by this committer
Rename infix.cl to infix.lisp to unbreak the build with lang/sbcl.

Suggested by:   stas
19960628_1
15 Jan 2010 12:13:45
Original commit files touched by this commit Sanity Test Failure
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.
19960628
13 Jan 2010 12:48:52
Original commit files touched by this commit
olgeni search for other commits by this committer
Trivial layout fix.
19960628
12 Jan 2010 21:32:07
Original commit files touched by this commit
olgeni search for other commits by this committer
Cleanup whitespace, disable command echo and reduce diff between
similar code fragments.
19960628
11 Jan 2010 23:50:03
Original commit files touched by this commit
olgeni search for other commits by this committer
Take over a few unmaintained ports.
19960628
01 Jul 2006 12:16:44
Original commit files touched by this commit
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)
19960628
19 Jun 2006 20:53:47
Original commit files touched by this commit
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.

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: 20