Bug 151315 - [new port] x11/cl-clx: X11 client library for Common Lisp
Summary: [new port] x11/cl-clx: X11 client library for Common Lisp
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-08 17:20 UTC by swell.k
Modified: 2010-10-08 21:20 UTC (History)
0 users

See Also:


Attachments
a.diff (8.15 KB, patch)
2010-10-08 17:20 UTC, swell.k
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description swell.k 2010-10-08 17:20:02 UTC
CLX is to Common Lisp as Xlib is to C - it provides low-level X calls
on top of which a Graphics Toolkit can be based.

WWW: http://www.cliki.net/CLX
---
The following files are not installed

  CHANGES
  NEWS
  README
  README-R5
  build-clx.lisp
  clx-module.lisp
  cmudep.lisp
  defsystem.lisp
  dep-allegro.lisp
  dep-openmcl.lisp
  exclMakefile
  exclREADME
  exclcmac.lisp
  excldefsys.lisp
  excldep.c
  excldep.lisp
  generalock.lisp
  provide.lisp
  sockcl.lisp
  socket.c

I'm putting it in x11/ category because it's a low-level toolkit unlike McCLIM.
And it doesn't use Xlib, i.e. libX11.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-10-08 17:20:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

pgollucci@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-10-08 21:15:11 UTC
pgollucci    2010-10-08 20:14:58 UTC

  FreeBSD ports repository

  Modified files:
    x11                  Makefile 
  Added files:
    x11/cl-clx           Makefile distinfo pkg-descr pkg-plist 
    x11/cl-clx-sbcl      Makefile 
  Log:
  CLX is to Common Lisp as Xlib is to C - it provides low-level X calls
  on top of which a Graphics Toolkit can be based.
  
  PR:             ports/151315
  Submitted by:   swell.k@gmail.com
  
  Revision  Changes    Path
  1.743     +2 -0      ports/x11/Makefile
  1.1       +18 -0     ports/x11/cl-clx-sbcl/Makefile (new)
  1.1       +85 -0     ports/x11/cl-clx/Makefile (new)
  1.1       +3 -0      ports/x11/cl-clx/distinfo (new)
  1.1       +4 -0      ports/x11/cl-clx/pkg-descr (new)
  1.1       +54 -0     ports/x11/cl-clx/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-10-08 21:15:38 UTC
State Changed
From-To: open->closed

Committed, Thanks!