From owner-svn-ports-head@FreeBSD.ORG Sat Feb 15 16:21:23 2014 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 ESMTPS id B11D52BC; Sat, 15 Feb 2014 16:21:23 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 920DF14A9; Sat, 15 Feb 2014 16:21:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1FGLNjs095091; Sat, 15 Feb 2014 16:21:23 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1FGLMIa095086; Sat, 15 Feb 2014 16:21:22 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201402151621.s1FGLMIa095086@svn.freebsd.org> From: Pawel Pekala Date: Sat, 15 Feb 2014 16:21:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344424 - in head/graphics/tgif: . 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.17 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: Sat, 15 Feb 2014 16:21:23 -0000 Author: pawel Date: Sat Feb 15 16:21:22 2014 New Revision: 344424 URL: http://svnweb.freebsd.org/changeset/ports/344424 QAT: https://qat.redports.org/buildarchive/r344424/ Log: - Update to version 4.2.5 [1] - Add LICENSE [1] - Support stage [1] - Remove leading article from COMMENT - PTHREAD_CFLAGS is null, don't use it - Remove info about author from pkg-descr, it's available in program's Help->About menu PR: ports/185925 [1] Submitted by: Eero Hanninen Approved by: maintainer timeout Modified: head/graphics/tgif/Makefile head/graphics/tgif/distinfo head/graphics/tgif/files/patch-tgif.man head/graphics/tgif/pkg-descr head/graphics/tgif/pkg-plist Modified: head/graphics/tgif/Makefile ============================================================================== --- head/graphics/tgif/Makefile Sat Feb 15 16:20:07 2014 (r344423) +++ head/graphics/tgif/Makefile Sat Feb 15 16:21:22 2014 (r344424) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tgif -PORTVERSION= 4.2.2 -PORTREVISION= 1 +PORTVERSION= 4.2.5 CATEGORIES= graphics MASTER_SITES= ftp://bourbon.usc.edu/pub/tgif/ \ http://groups.yahoo.com/group/tgif4-announce/files/ \ @@ -11,7 +10,12 @@ MASTER_SITES= ftp://bourbon.usc.edu/pub/ DISTNAME= ${PORTNAME}-QPL-${PORTVERSION} MAINTAINER= bmc@clapper.org -COMMENT= An Xlib-based two-dimensional drawing tool and hyper-object browser +COMMENT= Xlib-based two-dimensional drawing tool and hyper-object browser + +LICENSE= QPLv1 +LICENSE_NAME= Q PUBLIC LICENSE v1.0 +LICENSE_FILE= ${WRKSRC}/LICENSE.QPL +LICENSE_PERMS= auto-accept RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm @@ -22,11 +26,7 @@ USES= imake PORTDOCS= HISTORY README USE_XORG= x11 xext xt sm ice MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" -CFLAGS+= ${PTHREAD_CFLAGS} - -MAN1= tgif.1 -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} @@ -57,13 +57,11 @@ pre-configure: ) > ${WRKSRC}/Tgif.tmpl-freebsdports post-install: .for D in demo spice - ${MKDIR} ${EXAMPLESDIR}/${D} + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/${D} cd ${WRKSRC}/${D:S/demo//} \ - && ${INSTALL_DATA} ${EXAMPLES.${D}} ${EXAMPLESDIR}/${D} + && ${INSTALL_DATA} ${EXAMPLES.${D}} ${STAGEDIR}${EXAMPLESDIR}/${D} .endfor -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/graphics/tgif/distinfo ============================================================================== --- head/graphics/tgif/distinfo Sat Feb 15 16:20:07 2014 (r344423) +++ head/graphics/tgif/distinfo Sat Feb 15 16:21:22 2014 (r344424) @@ -1,2 +1,2 @@ -SHA256 (tgif-QPL-4.2.2.tar.gz) = 73405ce77f741e474cc7bcdf71dd556e1c48c70fb363e0a44aa6241811cd51a7 -SIZE (tgif-QPL-4.2.2.tar.gz) = 2972242 +SHA256 (tgif-QPL-4.2.5.tar.gz) = 2f24e9fecafae6e671739bd80691a06c9d032bdd1973ca164823e72ab1c567ba +SIZE (tgif-QPL-4.2.5.tar.gz) = 3093619 Modified: head/graphics/tgif/files/patch-tgif.man ============================================================================== --- head/graphics/tgif/files/patch-tgif.man Sat Feb 15 16:20:07 2014 (r344423) +++ head/graphics/tgif/files/patch-tgif.man Sat Feb 15 16:21:22 2014 (r344424) @@ -4,8 +4,8 @@ .\" .\" .\" --.TH tgif n "Version 4.2 Patchlevel 2 and Above" "Tgif" -+.TH tgif 1L "Version 4.2 Patchlevel 2 and Above" "Tgif" +-.TH tgif n "Version 4.2 Patchlevel 3 and Above" "Tgif" ++.TH tgif 1L "Version 4.2 Patchlevel 3 and Above" "Tgif" .\" .SH NAME .\" Modified: head/graphics/tgif/pkg-descr ============================================================================== --- head/graphics/tgif/pkg-descr Sat Feb 15 16:20:07 2014 (r344423) +++ head/graphics/tgif/pkg-descr Sat Feb 15 16:21:22 2014 (r344424) @@ -10,10 +10,4 @@ encapsulated PostScript and XBM. Version 4 has a completely revamped 3-D user interface, as well as a host of new features. -Tgif depends on the `netpbm' package, available from the `ports' -collection. - -Tgif is written, maintained and enhanced by -William Chia-Wei Cheng (bill.cheng@acm.org) - WWW: http://bourbon.usc.edu:8001/tgif/ Modified: head/graphics/tgif/pkg-plist ============================================================================== --- head/graphics/tgif/pkg-plist Sat Feb 15 16:20:07 2014 (r344423) +++ head/graphics/tgif/pkg-plist Sat Feb 15 16:21:22 2014 (r344424) @@ -25,6 +25,7 @@ lib/X11/tgif/tangram.sym lib/X11/tgif/eq4.sym lib/X11/tgif/eq4-2x.sym lib/X11/tgif/eq4-2x-jpg.sym +lib/X11/tgif/eq4-2x-nowin-jpg.sym lib/X11/tgif/eq4-ps2epsi.sym lib/X11/tgif/eq4-epstool.sym lib/X11/tgif/eq4xpm.sym @@ -36,6 +37,7 @@ lib/X11/tgif/keys.obj lib/X11/tgif/Copyright lib/X11/tgif/LICENSE.QPL @dirrm lib/X11/tgif +man/man1/tgif.1.gz %%EXAMPLESDIR%%/demo/an-sr-flip-flop.obj %%EXAMPLESDIR%%/demo/example.tex %%EXAMPLESDIR%%/demo/fonts.obj