From owner-cvs-all@FreeBSD.ORG Fri Jun 20 18:07:50 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 D41621065673; Fri, 20 Jun 2008 18:07:50 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D16FE8FC1E; Fri, 20 Jun 2008 18:07:50 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5KI7ors060540; Fri, 20 Jun 2008 18:07:50 GMT (envelope-from hrs@repoman.freebsd.org) Received: (from hrs@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5KI7oK2060539; Fri, 20 Jun 2008 18:07:50 GMT (envelope-from hrs) Message-Id: <200806201807.m5KI7oK2060539@repoman.freebsd.org> From: Hiroki Sato Date: Fri, 20 Jun 2008 18:07:50 +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/ghostscript7 Makefile Makefile.drivers pkg-plist ports/print/ghostscript7/files Makefile.alps Makefile.bj10v Makefile.bjc250 Makefile.cdj880 Makefile.cdj970 Makefile.cpca Makefile.dmprt Makefile.epag Makefile.eplaser ... 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: Fri, 20 Jun 2008 18:07:51 -0000 hrs 2008-06-20 18:07:50 UTC FreeBSD ports repository Modified files: print/ghostscript7 Makefile pkg-plist print/ghostscript7/files patch-src:dmp_site.ps Added files: print/ghostscript7 Makefile.drivers print/ghostscript7/files Makefile.alps Makefile.bj10v Makefile.bjc250 Makefile.cdj880 Makefile.cdj970 Makefile.cpca Makefile.dmprt Makefile.epag Makefile.eplaser Makefile.gdi Makefile.gprint Makefile.lex7000 Makefile.lips Makefile.lx5000 Makefile.lxm3200 Makefile.md2k Makefile.mjc Makefile.pcl3 patch-src-Makefile.in patch-src-contrib.mak Removed files: print/ghostscript7/scripts configure Log: Major overhaul of Makefile: - Use OPTIONS for driver selection. - Split driver-specific procedure into files/Makefile.* - Use configure script and Makefile.in. - Fix installation directory of document files. Revision Changes Path 1.132 +244 -551 ports/print/ghostscript7/Makefile 1.1 +296 -0 ports/print/ghostscript7/Makefile.drivers (new) 1.1 +21 -0 ports/print/ghostscript7/files/Makefile.alps (new) 1.1 +20 -0 ports/print/ghostscript7/files/Makefile.bj10v (new) 1.1 +23 -0 ports/print/ghostscript7/files/Makefile.bjc250 (new) 1.1 +12 -0 ports/print/ghostscript7/files/Makefile.cdj880 (new) 1.1 +12 -0 ports/print/ghostscript7/files/Makefile.cdj970 (new) 1.1 +12 -0 ports/print/ghostscript7/files/Makefile.cpca (new) 1.1 +28 -0 ports/print/ghostscript7/files/Makefile.dmprt (new) 1.1 +33 -0 ports/print/ghostscript7/files/Makefile.epag (new) 1.1 +27 -0 ports/print/ghostscript7/files/Makefile.eplaser (new) 1.1 +18 -0 ports/print/ghostscript7/files/Makefile.gdi (new) 1.1 +43 -0 ports/print/ghostscript7/files/Makefile.gprint (new) 1.1 +19 -0 ports/print/ghostscript7/files/Makefile.lex7000 (new) 1.1 +28 -0 ports/print/ghostscript7/files/Makefile.lips (new) 1.1 +12 -0 ports/print/ghostscript7/files/Makefile.lx5000 (new) 1.1 +23 -0 ports/print/ghostscript7/files/Makefile.lxm3200 (new) 1.1 +24 -0 ports/print/ghostscript7/files/Makefile.md2k (new) 1.1 +27 -0 ports/print/ghostscript7/files/Makefile.mjc (new) 1.1 +37 -0 ports/print/ghostscript7/files/Makefile.pcl3 (new) 1.1 +96 -0 ports/print/ghostscript7/files/patch-src-Makefile.in (new) 1.1 +7 -0 ports/print/ghostscript7/files/patch-src-contrib.mak (new) 1.2 +1 -1 ports/print/ghostscript7/files/patch-src:dmp_site.ps 1.30 +308 -345 ports/print/ghostscript7/pkg-plist 1.27 +0 -384 ports/print/ghostscript7/scripts/configure (dead)