From owner-cvs-all@FreeBSD.ORG Sat Jan 17 15:42:57 2009 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 8BFFA106566B; Sat, 17 Jan 2009 15:42:57 +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 794298FC13; Sat, 17 Jan 2009 15:42:57 +0000 (UTC) (envelope-from chinsan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n0HFgv2E084258; Sat, 17 Jan 2009 15:42:57 GMT (envelope-from chinsan@repoman.freebsd.org) Received: (from chinsan@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n0HFgvFb084257; Sat, 17 Jan 2009 15:42:57 GMT (envelope-from chinsan) Message-Id: <200901171542.n0HFgvFb084257@repoman.freebsd.org> From: Chin-San Huang Date: Sat, 17 Jan 2009 15:42:57 +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-Sane Makefile distinfo pkg-descr pkg-plist ports/graphics/p5-Sane/files patch-Makefile.PL X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2009 15:42:58 -0000 chinsan 2009-01-17 15:42:57 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/p5-Sane Makefile distinfo pkg-descr pkg-plist graphics/p5-Sane/files patch-Makefile.PL Log: Add p5-Sane, Perl bindings for the SANE (Scanner Access Now Easy) Project. This module allows you to access SANE-compatible scanners in a Perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to original API. The Sane module allows a Perl developer to use SANE-compatible scanners. Find out more about SANE at http://www.sane-project.org. WWW: http://search.cpan.org/dist/Sane/ Revision Changes Path 1.1218 +1 -0 ports/graphics/Makefile 1.1 +26 -0 ports/graphics/p5-Sane/Makefile (new) 1.1 +3 -0 ports/graphics/p5-Sane/distinfo (new) 1.1 +11 -0 ports/graphics/p5-Sane/files/patch-Makefile.PL (new) 1.1 +9 -0 ports/graphics/p5-Sane/pkg-descr (new) 1.1 +5 -0 ports/graphics/p5-Sane/pkg-plist (new)