From owner-svn-ports-head@freebsd.org Wed Sep 2 23:15:49 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 763099C981A; Wed, 2 Sep 2015 23:15:49 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A5953E3; Wed, 2 Sep 2015 23:15:49 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t82NFnQb084680; Wed, 2 Sep 2015 23:15:49 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t82NFmbQ084676; Wed, 2 Sep 2015 23:15:48 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201509022315.t82NFmbQ084676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Wed, 2 Sep 2015 23:15:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395929 - head/x11-wm/ratpoison 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.20 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: Wed, 02 Sep 2015 23:15:49 -0000 Author: vanilla Date: Wed Sep 2 23:15:47 2015 New Revision: 395929 URL: https://svnweb.freebsd.org/changeset/ports/395929 Log: 1: Upgrade to 1.4.8. 2: add LICENSE. 3: use ports helper function. PR: 201180 Submitted by: Ports Fury. Modified: head/x11-wm/ratpoison/Makefile head/x11-wm/ratpoison/distinfo head/x11-wm/ratpoison/pkg-descr head/x11-wm/ratpoison/pkg-plist Modified: head/x11-wm/ratpoison/Makefile ============================================================================== --- head/x11-wm/ratpoison/Makefile Wed Sep 2 23:10:49 2015 (r395928) +++ head/x11-wm/ratpoison/Makefile Wed Sep 2 23:15:47 2015 (r395929) @@ -2,35 +2,46 @@ # $FreeBSD$ PORTNAME= ratpoison -PORTVERSION= 1.4.6 +PORTVERSION= 1.4.8 CATEGORIES= x11-wm -MASTER_SITES= SAVANNAH http://mirror.4bit.ws/ +MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Simple window manager with no fat library dependencies -USE_XORG= xext xinerama xtst +LICENSE= GPLv2 # (or later) + +USES= pkgconfig +USE_XORG= ice x11 xext xinerama xtst GNU_CONFIGURE= yes -OPTIONS_DEFINE= GDM_SUPPORT DOCS -GDM_SUPPORT_DESC= Install session data files for GDM +SUB_FILES= ratpoison.desktop INFO= ratpoison -SUB_FILES= ratpoison.desktop + +OPTIONS_DEFINE= DOCS GDM_SUPPORT READLINE XFT +OPTIONS_DEFAULT= READLINE XFT +OPTIONS_SUB= yes + +GDM_SUPPORT_DESC= Install session data files for GDM +READLINE_USES= readline +READLINE_CONFIGURE_ENABLE= history +XFT_USE= xorg=xft +XFT_CONFIGURE_WITH= xft .include post-patch: - ${REINPLACE_CMD} -e 's|bash|sh|g' ${WRKSRC}/contrib/allwindows.sh - -.if ${PORT_OPTIONS:MGDM_SUPPORT} -PLIST_SUB+= WITH_GDM="" + @${REINPLACE_CMD} -e \ + '/^doc_DATA/s|COPYING||' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e \ + 's|$$(lispdir)|$$(pkgdatadir)|' ${WRKSRC}/contrib/Makefile.in post-install: - @${MKDIR} ${PREFIX}/etc/dm/Sessions - ${INSTALL_DATA} ${WRKDIR}/ratpoison.desktop ${STAGEDIR}${PREFIX}/etc/dm/Sessions -.else -PLIST_SUB+= WITH_GDM="@comment " +.if ${PORT_OPTIONS:MGDM_SUPPORT} + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/dm/Sessions + (cd ${WRKDIR} && ${INSTALL_DATA} ratpoison.desktop \ + ${STAGEDIR}${PREFIX}/etc/dm/Sessions) .endif .include Modified: head/x11-wm/ratpoison/distinfo ============================================================================== --- head/x11-wm/ratpoison/distinfo Wed Sep 2 23:10:49 2015 (r395928) +++ head/x11-wm/ratpoison/distinfo Wed Sep 2 23:15:47 2015 (r395929) @@ -1,2 +1,2 @@ -SHA256 (ratpoison-1.4.6.tar.gz) = ea8396fc69e27841745b8f55846c162be45ede875a2b50bcebca8267171a2bf8 -SIZE (ratpoison-1.4.6.tar.gz) = 460169 +SHA256 (ratpoison-1.4.8.tar.gz) = 40004bbcb5aaae6a22f86f74c47580fab47688c53ac9b88123cc83004836045f +SIZE (ratpoison-1.4.8.tar.gz) = 485609 Modified: head/x11-wm/ratpoison/pkg-descr ============================================================================== --- head/x11-wm/ratpoison/pkg-descr Wed Sep 2 23:10:49 2015 (r395928) +++ head/x11-wm/ratpoison/pkg-descr Wed Sep 2 23:15:47 2015 (r395929) @@ -1,11 +1,10 @@ -Ratpoison is a simple Window Manager with no fat library -dependencies, no fancy graphics, no window decorations, -and no flashy wank. It is largely modelled after GNU -Screen which has done wonders in virtual terminal market. +Ratpoison is a simple Window Manager with no fat library dependencies, +no fancy graphics, no window decorations, and no flashy wank. It is +largely modelled after GNU Screen which has done wonders in virtual +terminal market. -All interaction with the window manager is done through -keystrokes. ratpoison has a prefix map to minimize the -key clobbering that cripples EMACS and other quality -pieces of software. +All interaction with the window manager is done through keystrokes. +ratpoison has a prefix map to minimize the key clobbering that cripples +EMACS and other quality pieces of software. -WWW: http://www.nongnu.org/ratpoison/ +WWW: http://www.nongnu.org/ratpoison/ Modified: head/x11-wm/ratpoison/pkg-plist ============================================================================== --- head/x11-wm/ratpoison/pkg-plist Wed Sep 2 23:10:49 2015 (r395928) +++ head/x11-wm/ratpoison/pkg-plist Wed Sep 2 23:15:47 2015 (r395929) @@ -1,18 +1,18 @@ bin/ratpoison bin/rpws +%%GDM_SUPPORT%%etc/dm/Sessions/ratpoison.desktop man/man1/ratpoison.1.gz +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README %%DATADIR%%/allwindows.sh %%DATADIR%%/clickframe.pl %%DATADIR%%/genrpbindings +%%DATADIR%%/ratdate.sh %%DATADIR%%/ratpoison.el %%DATADIR%%/rpshowall.sh %%DATADIR%%/rpws -%%DATADIR%%/split.sh %%DATADIR%%/sloppy.c +%%DATADIR%%/split.sh %%DATADIR%%/unrat.c -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%WITH_GDM%%etc/dm/Sessions/ratpoison.desktop