non port: devel/cl-infix/Makefile |
SVNWeb
|
Number of commits found: 16 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] aa6eefd (Only the first 10 of 5087 ports in this commit are shown above. )
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 )
|
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: 16 |