From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 21 19:40:21 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E04A16A4E2 for ; Fri, 21 Jul 2006 19:40:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F19A243D6B for ; Fri, 21 Jul 2006 19:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6LJeIH5068671 for ; Fri, 21 Jul 2006 19:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6LJeINb068670; Fri, 21 Jul 2006 19:40:18 GMT (envelope-from gnats) Resent-Date: Fri, 21 Jul 2006 19:40:18 GMT Resent-Message-Id: <200607211940.k6LJeINb068670@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stanislav Sedov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D27716A4E8 for ; Fri, 21 Jul 2006 19:30:45 +0000 (UTC) (envelope-from ssedov@mbsd.msk.ru) Received: from com1.ht-systems.ru (com1.ht-systems.ru [83.97.104.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F12A43D55 for ; Fri, 21 Jul 2006 19:30:43 +0000 (GMT) (envelope-from ssedov@mbsd.msk.ru) Received: from [213.87.72.70] (helo=fonon.realnet) by com1.ht-systems.ru with esmtpa (Exim 4.62) (envelope-from ) id 1G40pe-0006KR-Cr for FreeBSD-gnats-submit@freebsd.org; Fri, 21 Jul 2006 23:38:43 +0400 Received: by fonon.realnet (Postfix, from userid 1001) id 184D112C42; Fri, 21 Jul 2006 23:30:04 +0400 (MSD) Message-Id: <20060721193004.184D112C42@fonon.realnet> Date: Fri, 21 Jul 2006 23:30:04 +0400 (MSD) From: Stanislav Sedov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/100686: [PATCH] devel/dprog: install emacs files, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2006 19:40:21 -0000 >Number: 100686 >Category: ports >Synopsis: [PATCH] devel/dprog: install emacs files, take maintainership >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jul 21 19:40:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 >Description: - Optionally install emacs files - Take maintainership Added file(s): - pkg-plist >How-To-Repeat: >Fix: --- dprog-0.3.1_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/dprog/Makefile /var/tmp/dprog/Makefile --- /usr/ports/devel/dprog/Makefile Tue Apr 6 05:31:20 2004 +++ /var/tmp/dprog/Makefile Fri Jul 21 23:27:17 2006 @@ -8,10 +8,11 @@ PORTNAME= dprog PORTVERSION= 0.3.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.daimi.au.dk/~mailund/dprog/download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ssedov@mbsd.msk.ru COMMENT= A language for specifying dynamic programming algorithms LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt @@ -20,6 +21,20 @@ CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -PLIST_FILES= bin/dprog include/cxx_dprog.hh lib/libcxx_dprog.a +OPTIONS= EMACS "Install emacs syntax files" on -.include +.include + +.if !defined(WITHOUT_EMACS) +PLIST_SUB+= EMACS="" +.else +PLIST_SUB+= EMACS="@comment " +.endif + +post-install: +.if !defined(WITHOUT_EMACS) + @${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/elisp/*.el ${DATADIR} +.endif + +.include diff -ruN --exclude=CVS /usr/ports/devel/dprog/pkg-plist /var/tmp/dprog/pkg-plist --- /usr/ports/devel/dprog/pkg-plist Thu Jan 1 03:00:00 1970 +++ /var/tmp/dprog/pkg-plist Fri Jul 21 23:27:50 2006 @@ -0,0 +1,8 @@ +bin/dprog +include/cxx_dprog.hh +lib/libcxx_dprog.a +%%EMACS%%%%DATADIR%%/dprog-constants.el +%%EMACS%%%%DATADIR%%/dprog-font-lock.el +%%EMACS%%%%DATADIR%%/dprog-indent.el +%%EMACS%%%%DATADIR%%/dprog.el +%%EMACS%%@dirrmtry %%DATADIR%% --- dprog-0.3.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: