ports/58232: [patch] creation of a new virtual category for ports: Lisp

Mark Linimon linimon at lonesome.com
Sun Oct 19 02:10:21 UTC 2003


>Number:         58232
>Category:       ports
>Synopsis:       [patch] creation of a new virtual category for ports: Lisp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 18 19:10:17 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD 4.9-PRERELEASE i386
>Organization:
Lonesome Dove Computing Services
>Environment:
System: FreeBSD lonesome.lonesome.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #0: Fri Sep 5 01:19:33 CDT 2003 linimon at lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA_DEBUG i386
>Description:
	Although there currently exists a virtual cateogry for Emacs
	Lisp-related ports, there is not one for Lisp itself.  In the
	following patch, I suggest 33 ports that would well fit into
	that cateogry.  (For comparison, the Scheme category itself
	already exists, and contains 31 ports).  This may make browsing
	the ports collection a little easier and more consistent.

	When I initially proposed this a few weeks ago, I received
	no negative feedback about it.
>How-To-Repeat:
	(n/a)
>Fix:
	This is just the patch for the ports tree.  It has been tested
	with 'make index'.

Index: Mk/bsd.port.mk
===================================================================
RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.468
diff -r1.468 bsd.port.mk
2277c2281
< 	ipv6 irc japanese java kde korean lang linux \
---
> 	ipv6 irc japanese java kde korean lang linux lisp \
Index: devel/cl-asdf/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/cl-asdf/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
9c9
< CATEGORIES=		devel
---
> CATEGORIES=		devel lisp
Index: devel/cl-asdf-clisp/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/cl-asdf-clisp/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
9c9
< CATEGORIES=	devel
---
> CATEGORIES=	devel lisp
Index: devel/cl-asdf-cmucl/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/cl-asdf-cmucl/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
9c9
< CATEGORIES=	devel
---
> CATEGORIES=	devel lisp
Index: devel/cl-asdf-sbcl/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/cl-asdf-sbcl/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
9c9
< CATEGORIES=	devel
---
> CATEGORIES=	devel lisp
Index: devel/cl-port/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/cl-port/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
9c9
< CATEGORIES=		devel
---
> CATEGORIES=		devel lisp
Index: devel/cl-port-cmucl/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/cl-port-cmucl/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
9c9
< CATEGORIES=		devel
---
> CATEGORIES=		devel lisp
Index: devel/cl-port-sbcl/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/cl-port-sbcl/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
9c9
< CATEGORIES=		devel
---
> CATEGORIES=		devel lisp
? devel/cl-split-sequence/work
Index: devel/cl-split-sequence/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/cl-split-sequence/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
9c9
< CATEGORIES=		devel
---
> CATEGORIES=		devel lisp
19c19
< COMMENT=		Partinitoning Common Lisp sequences
---
> COMMENT=		Partioning Common Lisp sequences
Index: devel/cl-split-sequence-cmucl/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/cl-split-sequence-cmucl/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
9c9
< CATEGORIES=		devel
---
> CATEGORIES=		devel lisp
21c21
< COMMENT=		Partinitoning Common Lisp sequences
---
> COMMENT=		Partioning Common Lisp sequences
Index: devel/cl-split-sequence-sbcl/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/cl-split-sequence-sbcl/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
9c9
< CATEGORIES=		devel
---
> CATEGORIES=		devel lisp
21c21
< COMMENT=		Partinitoning Common Lisp sequences
---
> COMMENT=		Partioning Common Lisp sequences
Index: devel/clisp-hyperspec/Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/clisp-hyperspec/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
10c10
< CATEGORIES=	devel
---
> CATEGORIES=	devel lisp
Index: lang/alisp/Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/alisp/Makefile,v
retrieving revision 1.2
diff -r1.2 Makefile
10c10
< CATEGORIES=	lang devel
---
> CATEGORIES=	lang devel lisp
Index: lang/clisp/Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/clisp/Makefile,v
retrieving revision 1.16
diff -r1.16 Makefile
11c11
< CATEGORIES=	lang
---
> CATEGORIES=	lang lisp
Index: lang/cmucl/Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/cmucl/Makefile,v
retrieving revision 1.20
diff -r1.20 Makefile
11c11
< CATEGORIES=	lang
---
> CATEGORIES=	lang lisp
Index: lang/cmucl-extra/Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/cmucl-extra/Makefile,v
retrieving revision 1.5
diff -r1.5 Makefile
9c9
< CATEGORIES=	lang
---
> CATEGORIES=	lang lisp
Index: lang/gcl/Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/gcl/Makefile,v
retrieving revision 1.23
diff -r1.23 Makefile
10c10
< CATEGORIES=	lang tcl84 tk84
---
> CATEGORIES=	lang lisp tcl84 tk84
Index: lang/klone/Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/klone/Makefile,v
retrieving revision 1.7
diff -r1.7 Makefile
11c11
< CATEGORIES=	lang
---
> CATEGORIES=	lang lisp
Index: lang/sbcl/Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/sbcl/Makefile,v
retrieving revision 1.5
diff -r1.5 Makefile
10c10
< CATEGORIES=	lang
---
> CATEGORIES=	lang lisp
Index: lang/screamer/Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/screamer/Makefile,v
retrieving revision 1.3
diff -r1.3 Makefile
10c10
< CATEGORIES=	lang
---
> CATEGORIES=	lang lisp
Index: lang/slisp/Makefile
===================================================================
RCS file: /home/pcvs/ports/lang/slisp/Makefile,v
retrieving revision 1.3
diff -r1.3 Makefile
10c10
< CATEGORIES=	lang
---
> CATEGORIES=	lang lisp
Index: math/maxima/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/maxima/Makefile,v
retrieving revision 1.5
diff -r1.5 Makefile
10c10
< CATEGORIES=	math
---
> CATEGORIES=	math lisp
Index: math/xlispstat/Makefile
===================================================================
RCS file: /home/pcvs/ports/math/xlispstat/Makefile,v
retrieving revision 1.16
diff -r1.16 Makefile
10c10
< CATEGORIES=	math lang
---
> CATEGORIES=	math lang lisp
Index: textproc/cl-meta/Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/cl-meta/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
9c9
< CATEGORIES=		textproc
---
> CATEGORIES=		textproc lisp
Index: textproc/cl-meta-cmucl/Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/cl-meta-cmucl/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
9c9
< CATEGORIES=		textproc
---
> CATEGORIES=		textproc lisp
Index: textproc/cl-meta-sbcl/Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/cl-meta-sbcl/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
9c9
< CATEGORIES=		textproc
---
> CATEGORIES=		textproc lisp
Index: textproc/cl-ppcre/Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/cl-ppcre/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
9c9
< CATEGORIES=	textproc
---
> CATEGORIES=	textproc lisp
Index: textproc/cl-ppcre-cmucl/Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/cl-ppcre-cmucl/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
9c9
< CATEGORIES=	textproc
---
> CATEGORIES=	textproc lisp
Index: textproc/cl-ppcre-sbcl/Makefile
===================================================================
RCS file: /home/pcvs/ports/textproc/cl-ppcre-sbcl/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
9c9
< CATEGORIES=	textproc
---
> CATEGORIES=	textproc lisp
Index: www/cl-lml/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/cl-lml/Makefile,v
retrieving revision 1.4
diff -r1.4 Makefile
9c9
< CATEGORIES=		www textproc
---
> CATEGORIES=		www lisp textproc
Index: www/cl-lml-clisp/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/cl-lml-clisp/Makefile,v
retrieving revision 1.2
diff -r1.2 Makefile
9c9
< CATEGORIES=		www textproc
---
> CATEGORIES=		www lisp textproc
Index: www/cl-lml-sbcl/Makefile
===================================================================
RCS file: /home/pcvs/ports/www/cl-lml-sbcl/Makefile,v
retrieving revision 1.1
diff -r1.1 Makefile
9c9
< CATEGORIES=		www textproc
---
> CATEGORIES=		www lisp textproc
Index: x11-toolkits/rep-gtk/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/rep-gtk/Makefile,v
retrieving revision 1.37
diff -r1.37 Makefile
11c11
< CATEGORIES=	x11-toolkits
---
> CATEGORIES=	x11-toolkits lisp
Index: x11-toolkits/rep-gtk2/Makefile
===================================================================
RCS file: /home/pcvs/ports/x11-toolkits/rep-gtk2/Makefile,v
retrieving revision 1.45
diff -r1.45 Makefile
12c12
< CATEGORIES=	x11-toolkits
---
> CATEGORIES=	x11-toolkits lisp
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list