From owner-cvs-ports@FreeBSD.ORG Fri Oct 8 20:14:58 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9B951065695; Fri, 8 Oct 2010 20:14:58 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C9DFB8FC1D; Fri, 8 Oct 2010 20:14:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o98KEwab016104; Fri, 8 Oct 2010 20:14:58 GMT (envelope-from pgollucci@repoman.freebsd.org) Received: (from pgollucci@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o98KEwIK016103; Fri, 8 Oct 2010 20:14:58 GMT (envelope-from pgollucci) Message-Id: <201010082014.o98KEwIK016103@repoman.freebsd.org> From: "Philip M. Gollucci" Date: Fri, 8 Oct 2010 20:14:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/x11 Makefile ports/x11/cl-clx Makefile distinfo pkg-descr pkg-plist ports/x11/cl-clx-sbcl Makefile X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2010 20:14:59 -0000 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)