From owner-cvs-ports@FreeBSD.ORG Fri Oct 21 13:57:47 2011 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 3AF95106566B; Fri, 21 Oct 2011 13:57:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 10BBF8FC0A; Fri, 21 Oct 2011 13:57:47 +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 p9LDvkN9063562; Fri, 21 Oct 2011 13:57:46 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p9LDvkmA063561; Fri, 21 Oct 2011 13:57:46 GMT (envelope-from sunpoet) Message-Id: <201110211357.p9LDvkmA063561@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 21 Oct 2011 13:57:46 +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/print Makefile ports/print/p5-PostScript-PPD Makefile distinfo pkg-descr pkg-plist 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, 21 Oct 2011 13:57:47 -0000 sunpoet 2011-10-21 13:57:46 UTC FreeBSD ports repository Modified files: print Makefile Added files: print/p5-PostScript-PPD Makefile distinfo pkg-descr pkg-plist Log: - Add p5-PostScript-PPD 0.0203 PostScript::PPD reads and parses PostScript Printer Definition files, called PPDs. PPDs contain key/value tuples that describe the printer, its capabilities and the printing options available. The printing options are classified as User Interface (UI) options, which are grouped into groups. WWW: http://search.cpan.org/dist/PostScript-PPD/ Revision Changes Path 1.523 +1 -0 ports/print/Makefile 1.1 +28 -0 ports/print/p5-PostScript-PPD/Makefile (new) 1.1 +2 -0 ports/print/p5-PostScript-PPD/distinfo (new) 1.1 +8 -0 ports/print/p5-PostScript-PPD/pkg-descr (new) 1.1 +5 -0 ports/print/p5-PostScript-PPD/pkg-plist (new)