From owner-svn-ports-all@FreeBSD.ORG Mon Jun 30 11:38:16 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78A2E698; Mon, 30 Jun 2014 11:38:16 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 659912C2C; Mon, 30 Jun 2014 11:38:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5UBcGAo044113; Mon, 30 Jun 2014 11:38:16 GMT (envelope-from ashish@svn.freebsd.org) Received: (from ashish@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5UBcGYe044111; Mon, 30 Jun 2014 11:38:16 GMT (envelope-from ashish@svn.freebsd.org) Message-Id: <201406301138.s5UBcGYe044111@svn.freebsd.org> From: Ashish SHUKLA Date: Mon, 30 Jun 2014 11:38:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359829 - head/devel/gtkparasite X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2014 11:38:16 -0000 Author: ashish Date: Mon Jun 30 11:38:15 2014 New Revision: 359829 URL: http://svnweb.freebsd.org/changeset/ports/359829 QAT: https://qat.redports.org/buildarchive/r359829/ Log: - Add STAGE support - Move LICENSE to its own block - Fix pkg-descr - OptionsNG-ify port Modified: head/devel/gtkparasite/Makefile head/devel/gtkparasite/pkg-descr Modified: head/devel/gtkparasite/Makefile ============================================================================== --- head/devel/gtkparasite/Makefile Mon Jun 30 11:31:04 2014 (r359828) +++ head/devel/gtkparasite/Makefile Mon Jun 30 11:38:15 2014 (r359829) @@ -11,6 +11,9 @@ MASTER_SITE_SUBDIR= pav MAINTAINER= ashish@FreeBSD.org COMMENT= GTK+ UI debugging tool +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + USES= pkgconfig USE_PYTHON= yes USE_GNOME= gtk20 pygtk2 @@ -22,15 +25,16 @@ PLIST_FILES= lib/gtk-2.0/modules/libgtkp lib/gtk-2.0/modules/libgtkparasite.so USE_AUTOTOOLS= autoconf automake libtool -NO_STAGE= yes pre-configure: cd ${WRKSRC} && ${REINPLACE_CMD} -e '/.\/configure/d' ./autogen.sh \ && ./autogen.sh +.include + post-install: -.ifndef NOPORTDOCS - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/USAGE ${DOCSDIR} +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/USAGE ${STAGEDIR}/${DOCSDIR} .endif .include Modified: head/devel/gtkparasite/pkg-descr ============================================================================== --- head/devel/gtkparasite/pkg-descr Mon Jun 30 11:31:04 2014 (r359828) +++ head/devel/gtkparasite/pkg-descr Mon Jun 30 11:38:15 2014 (r359829) @@ -17,4 +17,4 @@ giving you detailed information on your X window IDs, widget properties, and more. You can modify properties on the fly in order to experiment with the look of your UI. -WWW: http://chipx86.github.com/gtkparasite/ +WWW: http://chipx86.github.com/gtkparasite/