From owner-cvs-all@FreeBSD.ORG Sat Aug 30 22:12:29 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CB5A1065673; Sat, 30 Aug 2008 22:12:29 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5BF818FC1D; Sat, 30 Aug 2008 22:12:29 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7UMCTQg012325; Sat, 30 Aug 2008 22:12:29 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7UMCT5M012324; Sat, 30 Aug 2008 22:12:29 GMT (envelope-from chinsan) Message-Id: <200808302212.m7UMCT5M012324@repoman.freebsd.org> From: Chin-San Huang Date: Sat, 30 Aug 2008 22:12:29 +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/graphics Makefile ports/graphics/p5-Graphics-Primitive Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2008 22:12:29 -0000 chinsan 2008-08-30 22:12:29 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/p5-Graphics-Primitive Makefile distinfo pkg-descr pkg-plist Log: Add p5-Graphics-Primitive, device and library agnostic graphic primitives. Graphics::Primitive is library agnostic system for drawing things. The idea is to allow you to create and manipulate graphical components and then pass them off to a Driver for actual drawing. WWW: http://search.cpan.org/dist/Graphics-Primitive/ Revision Changes Path 1.1180 +1 -0 ports/graphics/Makefile 1.1 +51 -0 ports/graphics/p5-Graphics-Primitive/Makefile (new) 1.1 +3 -0 ports/graphics/p5-Graphics-Primitive/distinfo (new) 1.1 +6 -0 ports/graphics/p5-Graphics-Primitive/pkg-descr (new) 1.1 +29 -0 ports/graphics/p5-Graphics-Primitive/pkg-plist (new)