From owner-svn-ports-head@FreeBSD.ORG Tue Oct 1 00:03:58 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 12E5ECA4; Tue, 1 Oct 2013 00:03:58 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E5C522E19; Tue, 1 Oct 2013 00:03:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9103vGB033184; Tue, 1 Oct 2013 00:03:57 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9103vYC033175; Tue, 1 Oct 2013 00:03:57 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201310010003.r9103vYC033175@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Tue, 1 Oct 2013 00:03:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328909 - in head/print/lout: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Oct 2013 00:03:58 -0000 Author: danilo Date: Tue Oct 1 00:03:57 2013 New Revision: 328909 URL: http://svnweb.freebsd.org/changeset/ports/328909 Log: - Change maintainer email to @FreeBSD.org - Convert USE_GMAKE to USES - Add stage support - Recreate files/patch-01 as files/patch-makefile Approved by: wg (mentor) Added: head/print/lout/files/patch-makefile - copied, changed from r328884, head/print/lout/files/patch-01 Deleted: head/print/lout/files/patch-01 Modified: head/print/lout/Makefile head/print/lout/pkg-plist Modified: head/print/lout/Makefile ============================================================================== --- head/print/lout/Makefile Mon Sep 30 23:45:35 2013 (r328908) +++ head/print/lout/Makefile Tue Oct 1 00:03:57 2013 (r328909) @@ -6,26 +6,17 @@ PORTVERSION= 3.40 CATEGORIES= print MASTER_SITES= SAVANNAH -MAINTAINER= danilogondolfo@gmail.com +MAINTAINER= danilo@FreeBSD.org COMMENT= LaTeX like document creation system with PostScript/PDF output LICENSE= GPLv3 # (or later) OPTIONS_DEFINE= DOCS -USE_GMAKE= yes +USES= gmake MAKEFILE= makefile +MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} ALL_TARGET= lout prg2lout - -MAN1= lout.1 prg2lout.1 - -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MDOCS} INSTALL_TARGET= install installman installdoc -.else -INSTALL_TARGET= install installman -.endif .include Copied and modified: head/print/lout/files/patch-makefile (from r328884, head/print/lout/files/patch-01) ============================================================================== --- head/print/lout/files/patch-01 Mon Sep 30 22:28:23 2013 (r328884, copy source) +++ head/print/lout/files/patch-makefile Tue Oct 1 00:03:57 2013 (r328909) @@ -1,5 +1,5 @@ ---- makefile.orig Wed Aug 24 08:45:25 2005 -+++ makefile Fri Oct 14 02:14:23 2005 +--- ./makefile.orig 2012-02-08 05:28:03.000000000 -0200 ++++ ./makefile 2013-09-29 13:31:07.000000000 -0300 @@ -269,11 +269,10 @@ # DEBUGGING = 1 # TRACING = -g @@ -15,7 +15,7 @@ LIBFONT = font LIBMAPS = maps -@@ -274,23 +274,23 @@ +@@ -285,23 +284,23 @@ CHARIN = 1 CHAROUT = 0 @@ -46,7 +46,7 @@ -DOS_DOS=$(OSDOS) \ -DOS_MAC=$(OSMAC) \ -DDB_FIX=$(DBFIX) \ -@@ -336,42 +336,41 @@ +@@ -349,42 +348,41 @@ install: lout prg2lout @echo "" @echo "(a) Installing lout and prg2lout binaries into BINDIR $(BINDIR)" @@ -54,8 +54,8 @@ - chmod 755 $(BINDIR)/lout - cp prg2lout $(BINDIR)/prg2lout - chmod 755 $(BINDIR)/prg2lout -+ install -c -s -o bin -g bin lout $(BINDIR)/lout -+ install -c -s -o bin -g bin prg2lout $(BINDIR)/prg2lout ++ install -c -s lout $(BINDIR)/lout ++ install -c -s prg2lout $(BINDIR)/prg2lout @echo "" @echo "(b) Installing library files into LOUTLIBDIR $(LOUTLIBDIR)" - mkdir $(LOUTLIBDIR) @@ -99,23 +99,7 @@ @echo "" @echo "(c) Initializing run (should be silent, no errors expected)" $(BINDIR)/lout -x -s $(LOUTLIBDIR)/$(LIBINCL)/init -@@ -379,6 +378,7 @@ - @echo "(d) Changing mode of files just created by initializing run" - chmod 644 $(LOUTLIBDIR)/$(LIBDATA)/* - chmod 644 $(LOUTLIBDIR)/$(LIBHYPH)/* -+ chown -R bin:bin $(LOUTLIBDIR) - - installman: - @echo "" -@@ -387,25 +387,29 @@ - -e "s@@$(LOUTDOCDIR)@" -e "s@@$(MANDIR)@" \ - man/lout.1 > $(MANDIR)/lout.1 - chmod 644 $(MANDIR)/lout.1 -+ chown bin:bin $(MANDIR)/lout.1 - cp man/prg2lout.1 $(MANDIR)/prg2lout.1 - chmod 644 $(MANDIR)/prg2lout.1 -+ chown bin:bin $(MANDIR)/prg2lout.1 - +@@ -406,6 +404,7 @@ installdoc: @echo "" @echo "Creating LOUTDOCDIR $(LOUTDOCDIR) and copying documentation into it" @@ -123,11 +107,7 @@ $(RCOPY) doc/* $(LOUTDOCDIR) chmod 755 $(LOUTDOCDIR) chmod 755 $(LOUTDOCDIR)/* - chmod 644 $(LOUTDOCDIR)/*/* -+ chown -R bin:bin $(LOUTDOCDIR) - - allinstall: install installman installdoc - +@@ -416,9 +415,9 @@ installfr: @echo "" @echo "Putting French error messages into $(LOUTLIBDIR)/$(LIBLOCA)/$(LOC_FR)" @@ -139,7 +119,7 @@ chmod 755 $(LOUTLIBDIR)/$(LIBLOCA)/$(LOC_FR)/LC_MESSAGES cp locale/msgs.fr $(LOUTLIBDIR)/$(LIBLOCA)/$(LOC_FR)/LC_MESSAGES/msgs.$(LOC_FR) gencat $(LOUTLIBDIR)/$(LIBLOCA)/$(LOC_FR)/LC_MESSAGES/errors.$(LOC_FR) \ -@@ -413,9 +417,9 @@ +@@ -428,9 +427,9 @@ installde: @echo "" @echo "Putting German error messages into $(LOUTLIBDIR)/$(LIBLOCA)/$(LOC_DE)" Modified: head/print/lout/pkg-plist ============================================================================== --- head/print/lout/pkg-plist Mon Sep 30 23:45:35 2013 (r328908) +++ head/print/lout/pkg-plist Tue Oct 1 00:03:57 2013 (r328909) @@ -1,5 +1,7 @@ bin/lout bin/prg2lout +man/man1/lout.1.gz +man/man1/prg2lout.1.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/design/README %%PORTDOCS%%%%DOCSDIR%%/design/all