1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Doug Barton
989772c9ac The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
2011-10-24 09:11:38 +00:00
Jimmy Olgeni
16be896b77 Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf. 2011-08-16 20:59:36 +00:00
Olli Hauer
fc03c837e2 -remove MD5 2011-07-03 14:40:25 +00:00
Jimmy Olgeni
00a4550148 Properly set PORTEPOCH since the previous version pattern started with "2001".
Noticed by:	edwin
2011-04-20 12:58:41 +00:00
Jimmy Olgeni
0e5dcb10fc Building textproc/cl-meta-clisp fails with the following message:
;; Compiling file /usr/local/lib/common-lisp/meta/meta.lisp ...
*** - SYSTEM::LINE-COMMENT-READER: Invalid byte #xFC in CHARSET:ASCII
      conversion

It turns out that clisp does not like non-ASCII characters, even
in comments.

textproc/cl-meta contains source code for textproc/cl-meta-clisp:
patch a comment line to use "Nuremberg" rather than the actual
German spelling, which contains the 0xFC character (U-umlaut).

This unbreaks textproc/cl-meta-clisp.

Noticed by:	QAT via itetcu, pointyhat via pav
2010-07-23 13:10:12 +00:00
Jimmy Olgeni
1ac224e563 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.
2010-01-15 12:14:39 +00:00
Jimmy Olgeni
d4409fc88e Always use " -sf". 2010-01-13 12:52:22 +00:00
Jimmy Olgeni
124bd509d9 Cleanup whitespace, disable command echo and reduce diff between
similar code fragments.
2010-01-12 21:32:07 +00:00
Jimmy Olgeni
6e77654144 Take over a few unmaintained ports. 2010-01-11 23:50:03 +00:00
Mark Linimon
c2ac09517d Remove dead mastersites per distfile survey. 2005-11-25 22:50:35 +00:00
Pav Lucistnik
c937229ea3 - Add SHA256 2005-11-25 18:40:57 +00:00
Volker Stolz
cf1ae89fdf Populate virtual category "lisp"
PR:		ports/86370
Submitted by:	Julian Stecklina
Approved by:	portmgr (linimon)
2005-10-16 14:48:09 +00:00
Kris Kennaway
fa5c2c489f Reset bouncing maintainer address:
<henrik.motakef@web.de>: host mx-ha01.web.de[217.72.192.149] said: 550
    <henrik.motakef@web.de> Benutzer nicht bekannt/User unknown (in reply to
    RCPT TO command)
2004-12-06 07:19:28 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Edwin Groothuis
4aa0a6d17f New Port: Common Lisp Parser Generator
Meta is a parser building toolkit implemented as a
	domain-specific language to be integrated in Common Lisp
	applications.

	This port depends on the previously submitted ASDF port.
	It installs the sources and the .asd file. There are other
	ports for the binaries for supported Lisp implementations.

PR:		ports/52361
Submitted by:	Henrik Motakef <henrik.motakef@web.de>
2003-09-28 09:16:06 +00:00