From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 00:03:44 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 ESMTPS id 81A82F95; Sun, 24 Nov 2013 00:03:44 +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 70C31230C; Sun, 24 Nov 2013 00:03:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAO03iF2025199; Sun, 24 Nov 2013 00:03:44 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAO03iMj025197; Sun, 24 Nov 2013 00:03:44 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311240003.rAO03iMj025197@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sun, 24 Nov 2013 00:03:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334700 - head/games/quake-dpmod 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.16 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: Sun, 24 Nov 2013 00:03:44 -0000 Author: danilo Date: Sun Nov 24 00:03:43 2013 New Revision: 334700 URL: http://svnweb.freebsd.org/changeset/ports/334700 Log: - Add stage support Modified: head/games/quake-dpmod/Makefile Modified: head/games/quake-dpmod/Makefile ============================================================================== --- head/games/quake-dpmod/Makefile Sat Nov 23 23:45:59 2013 (r334699) +++ head/games/quake-dpmod/Makefile Sun Nov 24 00:03:43 2013 (r334700) @@ -20,7 +20,6 @@ NO_WRKSUBDIR= yes DATADIR= ${Q1DIR}/${PORTNAME} -NO_STAGE= yes post-extract: # Remove CVS directories @${FIND} ${WRKDIR} -type d -name CVS -print0 | ${XARGS} -0 ${RM} -rf @@ -28,8 +27,8 @@ post-extract: @${CHMOD} go-w ${WRKDIR}/dpmod/progs.dat do-install: - @${MKDIR} ${DATADIR} - ${CP} -a ${WRKSRC}/dpmod/* ${DATADIR} + @${MKDIR} ${STAGEDIR}${DATADIR} + ${CP} -a ${WRKSRC}/dpmod/* ${STAGEDIR}${DATADIR} .include "${.CURDIR}/../quake-data/Makefile.include" .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 00:13:18 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 ESMTPS id 59233387; Sun, 24 Nov 2013 00:13:18 +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 47DD32373; Sun, 24 Nov 2013 00:13:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAO0DI4Z028850; Sun, 24 Nov 2013 00:13:18 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAO0DIKm028849; Sun, 24 Nov 2013 00:13:18 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311240013.rAO0DIKm028849@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sun, 24 Nov 2013 00:13:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334701 - head/games/linux-enemyterritory-etpro 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.16 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: Sun, 24 Nov 2013 00:13:18 -0000 Author: danilo Date: Sun Nov 24 00:13:17 2013 New Revision: 334701 URL: http://svnweb.freebsd.org/changeset/ports/334701 Log: - Improve COMMENT - Add stage support Modified: head/games/linux-enemyterritory-etpro/Makefile Modified: head/games/linux-enemyterritory-etpro/Makefile ============================================================================== --- head/games/linux-enemyterritory-etpro/Makefile Sun Nov 24 00:03:43 2013 (r334700) +++ head/games/linux-enemyterritory-etpro/Makefile Sun Nov 24 00:13:17 2013 (r334701) @@ -15,7 +15,7 @@ PKGNAMEPREFIX= linux-enemyterritory- DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g} MAINTAINER= ports@FreeBSD.org -COMMENT= ET Pro - The Enemy Territory Competition Mod +COMMENT= ET Pro - Enemy Territory Competition Mod RUN_DEPENDS= et:${PORTSDIR}/games/linux-enemyterritory @@ -27,7 +27,6 @@ DATADIR= ${PREFIX}/lib/enemyterritory/${ PLIST_SUB= VERSION="${PORTVERSION:S/./_/g}" -NO_STAGE= yes do-build: .for f in et etded @(${ECHO} "#!/bin/sh"; \ @@ -37,9 +36,9 @@ do-build: do-install: .for f in et etded - ${INSTALL_SCRIPT} ${WRKSRC}/${f}-${PORTNAME} ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/${f}-${PORTNAME} ${STAGEDIR}${PREFIX}/bin .endfor - ${MKDIR} ${DATADIR} - ${CP} -R ${WRKSRC}/${PORTNAME}/* ${DATADIR} + @${MKDIR} ${STAGEDIR}${DATADIR} + ${CP} -R ${WRKSRC}/${PORTNAME}/* ${STAGEDIR}${DATADIR} .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 00:24:31 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 ESMTPS id 237E15EA; Sun, 24 Nov 2013 00:24:31 +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 1287223DB; Sun, 24 Nov 2013 00:24:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAO0OUiT032338; Sun, 24 Nov 2013 00:24:30 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAO0OUnb032337; Sun, 24 Nov 2013 00:24:30 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311240024.rAO0OUnb032337@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sun, 24 Nov 2013 00:24:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334702 - head/games/linux-quake3-demo 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.16 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: Sun, 24 Nov 2013 00:24:31 -0000 Author: danilo Date: Sun Nov 24 00:24:30 2013 New Revision: 334702 URL: http://svnweb.freebsd.org/changeset/ports/334702 Log: - Add DOCS option - Add stage support Modified: head/games/linux-quake3-demo/Makefile Modified: head/games/linux-quake3-demo/Makefile ============================================================================== --- head/games/linux-quake3-demo/Makefile Sun Nov 24 00:13:17 2013 (r334701) +++ head/games/linux-quake3-demo/Makefile Sun Nov 24 00:24:30 2013 (r334702) @@ -28,22 +28,21 @@ DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX SUB_FILES= q3demo -NO_STAGE= yes +OPTIONS_DEFINE= DOCS + do-extract: @${MKDIR} ${WRKDIR} @cd ${WRKDIR} && ${TAIL} +165 ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX} | \ ${TAR} zxf - do-install: - @${INSTALL_SCRIPT} ${WRKDIR}/q3demo ${PREFIX}/bin - @${MKDIR} ${DATADIR} - @${INSTALL_PROGRAM} ${WRKSRC}/bin/x86/glibc-2.0/q3demo ${DATADIR} - @${CP} -R ${WRKSRC}/demoq3 ${DATADIR} - @${LN} -s ${LINUXBASE}/usr/X11R6/lib/libGL.so.1 ${DATADIR}/libGL.so -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - @${CP} -R ${WRKSRC}/Help/* ${DOCSDIR} -.endif + ${INSTALL_SCRIPT} ${WRKDIR}/q3demo ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_PROGRAM} ${WRKSRC}/bin/x86/glibc-2.0/q3demo ${STAGEDIR}${DATADIR} + ${CP} -R ${WRKSRC}/demoq3 ${STAGEDIR}${DATADIR} + ${LN} -s ${LINUXBASE}/usr/X11R6/lib/libGL.so.1 ${STAGEDIR}${DATADIR}/libGL.so + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + ${CP} -R ${WRKSRC}/Help/* ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 00:48:40 2013 Return-Path: Delivered-To: svn-ports-head@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 68A74801; Sun, 24 Nov 2013 00:48:40 +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 5827D249D; Sun, 24 Nov 2013 00:48:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAO0me5H039441; Sun, 24 Nov 2013 00:48:40 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAO0me4L039440; Sun, 24 Nov 2013 00:48:40 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311240048.rAO0me4L039440@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sun, 24 Nov 2013 00:48:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334703 - head/games/quake3-ra3 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.16 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: Sun, 24 Nov 2013 00:48:40 -0000 Author: danilo Date: Sun Nov 24 00:48:39 2013 New Revision: 334703 URL: http://svnweb.freebsd.org/changeset/ports/334703 Log: - Remove NO_PACKAGE - Add stage support Modified: head/games/quake3-ra3/Makefile Modified: head/games/quake3-ra3/Makefile ============================================================================== --- head/games/quake3-ra3/Makefile Sun Nov 24 00:24:30 2013 (r334702) +++ head/games/quake3-ra3/Makefile Sun Nov 24 00:48:39 2013 (r334703) @@ -11,8 +11,6 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.// MAINTAINER= ports@FreeBSD.org COMMENT= Quake III Arena mod: Rocket Arena 3 -NO_PACKAGE= package will be 131MB, set FORCE_PACKAGE if you really want it - USE_ZIP= yes NO_BUILD= yes @@ -21,18 +19,14 @@ DATADIR= ${Q3DIR}/${PORTNAME} OPTIONS_DEFINE= DOCS -NO_STAGE= yes .include "${.CURDIR}/../quake3-data/Makefile.include" -.include do-install: - @${MKDIR} ${DATADIR} + @${MKDIR} ${STAGEDIR}${DATADIR} .for f in *.cfg *.pk3 - ${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DATADIR} .endfor -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 01:29:03 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 ESMTPS id 31C88BC6; Sun, 24 Nov 2013 01:29:03 +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 2074425E8; Sun, 24 Nov 2013 01:29:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAO1T2kK052930; Sun, 24 Nov 2013 01:29:02 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAO1T2gu052929; Sun, 24 Nov 2013 01:29:02 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311240129.rAO1T2gu052929@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sun, 24 Nov 2013 01:29:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334704 - head/games/quake-data 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.16 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: Sun, 24 Nov 2013 01:29:03 -0000 Author: danilo Date: Sun Nov 24 01:29:02 2013 New Revision: 334704 URL: http://svnweb.freebsd.org/changeset/ports/334704 Log: - Add stage support Modified: head/games/quake-data/Makefile Modified: head/games/quake-data/Makefile ============================================================================== --- head/games/quake-data/Makefile Sun Nov 24 00:48:39 2013 (r334703) +++ head/games/quake-data/Makefile Sun Nov 24 01:29:02 2013 (r334704) @@ -31,7 +31,6 @@ FULLGAME_DESC= Install full game version QW_DATA_DESC= Install QuakeWorld data QW_SKINS_DESC= Install QuakeWorld skins -NO_STAGE= yes .include "Makefile.include" # must be included before bsd.port.options.mk .include @@ -66,21 +65,21 @@ pre-fetch: .endif do-install: - @${MKDIR} ${DATADIR}/id1 - ${INSTALL_DATA} ${WRKSRC}/id1/pak0.pak ${DATADIR}/id1 + @${MKDIR} ${STAGEDIR}${DATADIR}/id1 + ${INSTALL_DATA} ${WRKSRC}/id1/pak0.pak ${STAGEDIR}${DATADIR}/id1 .if ${PORT_OPTIONS:MFULLGAME} - ${INSTALL_DATA} ${_DISTDIR}/pak1.pak ${DATADIR}/id1 + ${INSTALL_DATA} ${_DISTDIR}/pak1.pak ${STAGEDIR}${DATADIR}/id1 .endif .if ${PORT_OPTIONS:MQW_DATA} - @${MKDIR} ${DATADIR}/qw - ${INSTALL_DATA} ${WRKSRC}/qw/qwprogs.dat ${DATADIR}/qw - @${MKDIR} ${DATADIR}/qw/skins - ${INSTALL_SCRIPT} ${WRKSRC}/qw/skins/fixskins.sh ${DATADIR}/qw/skins + @${MKDIR} ${STAGEDIR}${DATADIR}/qw + ${INSTALL_DATA} ${WRKSRC}/qw/qwprogs.dat ${STAGEDIR}${DATADIR}/qw + @${MKDIR} ${STAGEDIR}${DATADIR}/qw/skins + ${INSTALL_SCRIPT} ${WRKSRC}/qw/skins/fixskins.sh ${STAGEDIR}${DATADIR}/qw/skins . if ${PORT_OPTIONS:MQW_SKINS} . for f in ${SKINFILES} - @${UNZIP_CMD} -nq ${_DISTDIR}/${f} -d ${DATADIR}/qw/skins + @${UNZIP_CMD} -nq ${_DISTDIR}/${f} -d ${STAGEDIR}${DATADIR}/qw/skins . endfor - @(cd ${DATADIR}/qw/skins && LANG=C ./fixskins.sh *) + @(cd ${STAGEDIR}${DATADIR}/qw/skins && LANG=C ./fixskins.sh *) . endif .endif From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 05:36:30 2013 Return-Path: Delivered-To: svn-ports-head@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 4B6A341A; Sun, 24 Nov 2013 05:36:30 +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 208EC2F2A; Sun, 24 Nov 2013 05:36:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAO5aTNL059373; Sun, 24 Nov 2013 05:36:29 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAO5aTAX059344; Sun, 24 Nov 2013 05:36:29 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201311240536.rAO5aTAX059344@svn.freebsd.org> From: Steve Wills Date: Sun, 24 Nov 2013 05:36:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334705 - in head: devel/ruby-gems security/vuxml 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.16 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: Sun, 24 Nov 2013 05:36:30 -0000 Author: swills Date: Sun Nov 24 05:36:28 2013 New Revision: 334705 URL: http://svnweb.freebsd.org/changeset/ports/334705 Log: - Update devel/ruby-gems to 1.8.28 - Document security issues with 1.8.26 and 1.8.27 (CVE-2013-4287 and CVE-2013-4363) Security: 742eb9e4-e3cb-4f5a-b94e-0e9a39420600 Security: 54237182-9635-4a8b-92d7-33bfaeed84cd Modified: head/devel/ruby-gems/Makefile head/devel/ruby-gems/distinfo head/devel/ruby-gems/pkg-plist (contents, props changed) head/security/vuxml/vuln.xml Modified: head/devel/ruby-gems/Makefile ============================================================================== --- head/devel/ruby-gems/Makefile Sun Nov 24 01:29:02 2013 (r334704) +++ head/devel/ruby-gems/Makefile Sun Nov 24 05:36:28 2013 (r334705) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gems -PORTVERSION= 1.8.25 +PORTVERSION= 1.8.28 CATEGORIES= devel ruby MASTER_SITES= ${MASTER_SITE_RUBYGEMS:S/\/gems\//\/rubygems\//} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -43,7 +43,7 @@ NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/${GEMS_DOC_BASE_DIR}/ @${TOUCH} ${PREFIX}/${GEMS_DOC_BASE_DIR}/.keep_this - cd ${WRKSRC}; ${RUBY} ${RUBY_SETUP} ${RUBY_SETUP_OPTIONS} + cd ${WRKSRC}; ${SETENV} ${GEM_ENV} ${RUBY} ${RUBY_SETUP} ${RUBY_SETUP_OPTIONS} post-install: @${LN} -sf ${PREFIX}/bin/gem${RUBY_VER_SHORT} ${PREFIX}/bin/gem Modified: head/devel/ruby-gems/distinfo ============================================================================== --- head/devel/ruby-gems/distinfo Sun Nov 24 01:29:02 2013 (r334704) +++ head/devel/ruby-gems/distinfo Sun Nov 24 05:36:28 2013 (r334705) @@ -1,2 +1,2 @@ -SHA256 (ruby/rubygems-1.8.25.tgz) = 649348ddf8746887fb1ee79c55dc508f0627d3d0bfa7fcdbcd4edb24908f1cc8 -SIZE (ruby/rubygems-1.8.25.tgz) = 380540 +SHA256 (ruby/rubygems-1.8.28.tgz) = f5f1aae263cd7f44634adf47733a5521f676ce76f19006db85d78c685defed39 +SIZE (ruby/rubygems-1.8.28.tgz) = 270451 Modified: head/devel/ruby-gems/pkg-plist ============================================================================== --- head/devel/ruby-gems/pkg-plist Sun Nov 24 01:29:02 2013 (r334704) +++ head/devel/ruby-gems/pkg-plist Sun Nov 24 05:36:28 2013 (r334705) @@ -84,7 +84,6 @@ bin/gem%%RUBY_VER_SHORT%% %%RUBY_SITELIBDIR%%/rubygems/source_index.rb %%RUBY_SITELIBDIR%%/rubygems/spec_fetcher.rb %%RUBY_SITELIBDIR%%/rubygems/specification.rb -%%RUBY_SITELIBDIR%%/rubygems/ssl_certs/ca-bundle.pem %%RUBY_SITELIBDIR%%/rubygems/syck_hack.rb %%RUBY_SITELIBDIR%%/rubygems/test_case.rb %%RUBY_SITELIBDIR%%/rubygems/test_utilities.rb Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sun Nov 24 01:29:02 2013 (r334704) +++ head/security/vuxml/vuln.xml Sun Nov 24 05:36:28 2013 (r334705) @@ -51,6 +51,73 @@ Note: Please add new entries to the beg --> + + ruby-gems -- Algorithmic Complexity Vulnerability + + + ruby19-gems + 1.8.27 + + + ruby20-gems + 1.8.27 + + + + +

Ruby Gem developers report:

+
+

The patch for CVE-2013-4363 was insufficiently verified so the + combined regular expression for verifying gem version remains + vulnerable following CVE-2013-4363.

+

RubyGems validates versions with a regular expression that is + vulnerable to denial of service due to backtracking. For specially + crafted RubyGems versions attackers can cause denial of service + through CPU consumption.

+
+ +
+ + CVE-2013-4363 + + + 2013-09-24 + 2013-11-24 + +
+ + + ruby-gems -- Algorithmic Complexity Vulnerability + + + ruby19-gems + 1.8.26 + + + ruby20-gems + 1.8.26 + + + + +

Ruby Gem developers report:

+
+

RubyGems validates versions with a regular expression that is + vulnerable to denial of service due to backtracking. For specially + crafted RubyGems versions attackers can cause denial of service + through CPU consumption.

+
+ +
+ + CVE-2013-4287 + + + 2013-09-09 + 2013-11-24 + +
+ ruby -- Heap Overflow in Floating Point Parsing From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 07:48:01 2013 Return-Path: Delivered-To: svn-ports-head@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 9E2EA93; Sun, 24 Nov 2013 07:48:01 +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 8E30023D1; Sun, 24 Nov 2013 07:48:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAO7m1X9042637; Sun, 24 Nov 2013 07:48:01 GMT (envelope-from osa@svn.freebsd.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAO7m1kB042634; Sun, 24 Nov 2013 07:48:01 GMT (envelope-from osa@svn.freebsd.org) Message-Id: <201311240748.rAO7m1kB042634@svn.freebsd.org> From: "Sergey A. Osokin" Date: Sun, 24 Nov 2013 07:48:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334706 - head/devel/rubygem-daemon_controller 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.16 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: Sun, 24 Nov 2013 07:48:01 -0000 Author: osa Date: Sun Nov 24 07:48:00 2013 New Revision: 334706 URL: http://svnweb.freebsd.org/changeset/ports/334706 Log: Update from 1.1.4 to 1.1.7. Modified: head/devel/rubygem-daemon_controller/Makefile head/devel/rubygem-daemon_controller/distinfo Modified: head/devel/rubygem-daemon_controller/Makefile ============================================================================== --- head/devel/rubygem-daemon_controller/Makefile Sun Nov 24 05:36:28 2013 (r334705) +++ head/devel/rubygem-daemon_controller/Makefile Sun Nov 24 07:48:00 2013 (r334706) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= daemon_controller -PORTVERSION= 1.1.4 +PORTVERSION= 1.1.7 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMEPREFIX= rubygem- Modified: head/devel/rubygem-daemon_controller/distinfo ============================================================================== --- head/devel/rubygem-daemon_controller/distinfo Sun Nov 24 05:36:28 2013 (r334705) +++ head/devel/rubygem-daemon_controller/distinfo Sun Nov 24 07:48:00 2013 (r334706) @@ -1,2 +1,2 @@ -SHA256 (rubygem/daemon_controller-1.1.4.gem) = e9c7da9652677ccd27bf38e2536b0dacbc8471a31ffd58dd4eee50312b6d2465 -SIZE (rubygem/daemon_controller-1.1.4.gem) = 28160 +SHA256 (rubygem/daemon_controller-1.1.7.gem) = ae873678c41cd25dc453db22d7f7446c06bb7a53e2cd8cf5300714857f3d000a +SIZE (rubygem/daemon_controller-1.1.7.gem) = 30720 From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 07:49:55 2013 Return-Path: Delivered-To: svn-ports-head@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 4835C1AF; Sun, 24 Nov 2013 07:49:55 +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 37DB223E9; Sun, 24 Nov 2013 07:49:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAO7ntKL043216; Sun, 24 Nov 2013 07:49:55 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAO7ns5G043214; Sun, 24 Nov 2013 07:49:54 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201311240749.rAO7ns5G043214@svn.freebsd.org> From: Antoine Brodin Date: Sun, 24 Nov 2013 07:49:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334707 - head/devel/pecl-judy 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.16 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: Sun, 24 Nov 2013 07:49:55 -0000 Author: antoine Date: Sun Nov 24 07:49:54 2013 New Revision: 334707 URL: http://svnweb.freebsd.org/changeset/ports/334707 Log: - Update to 1.0.2 - Stage support PR: ports/183675 Submitted by: Gasol Wu (maintainer) Modified: head/devel/pecl-judy/Makefile head/devel/pecl-judy/distinfo Modified: head/devel/pecl-judy/Makefile ============================================================================== --- head/devel/pecl-judy/Makefile Sun Nov 24 07:48:00 2013 (r334706) +++ head/devel/pecl-judy/Makefile Sun Nov 24 07:49:54 2013 (r334707) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= judy -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.2 CATEGORIES= devel MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -22,5 +22,4 @@ CONFIGURE_ARGS= --with-judy=${LOCALBASE} USE_PHP= yes USE_PHPEXT= yes -NO_STAGE= yes .include Modified: head/devel/pecl-judy/distinfo ============================================================================== --- head/devel/pecl-judy/distinfo Sun Nov 24 07:48:00 2013 (r334706) +++ head/devel/pecl-judy/distinfo Sun Nov 24 07:49:54 2013 (r334707) @@ -1,2 +1,2 @@ -SHA256 (PECL/Judy-1.0.0.tgz) = 80cae5672aa5a9568d8fed600a02742b2334b48f61c23745d55d09b0f0f9fa6f -SIZE (PECL/Judy-1.0.0.tgz) = 19391 +SHA256 (PECL/Judy-1.0.2.tgz) = 6b913af2c44ac84a2224fecf8a81ddcb0c753252cafd153cb0e9d7c33a333118 +SIZE (PECL/Judy-1.0.2.tgz) = 24174 From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 07:53:06 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 ESMTPS id 7C3F83C2; Sun, 24 Nov 2013 07:53:06 +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 6C00A242A; Sun, 24 Nov 2013 07:53:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAO7r6I8046235; Sun, 24 Nov 2013 07:53:06 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAO7r6a7046233; Sun, 24 Nov 2013 07:53:06 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201311240753.rAO7r6a7046233@svn.freebsd.org> From: Antoine Brodin Date: Sun, 24 Nov 2013 07:53:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334708 - head/databases/pecl-mongo 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.16 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: Sun, 24 Nov 2013 07:53:06 -0000 Author: antoine Date: Sun Nov 24 07:53:05 2013 New Revision: 334708 URL: http://svnweb.freebsd.org/changeset/ports/334708 Log: Update to 1.4.5 PR: ports/183696 Submitted by: Gasol Wu Approved by: maintainer timeout (19 days) Modified: head/databases/pecl-mongo/Makefile head/databases/pecl-mongo/distinfo Modified: head/databases/pecl-mongo/Makefile ============================================================================== --- head/databases/pecl-mongo/Makefile Sun Nov 24 07:49:54 2013 (r334707) +++ head/databases/pecl-mongo/Makefile Sun Nov 24 07:53:05 2013 (r334708) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mongo -PORTVERSION= 1.4.4 +PORTVERSION= 1.4.5 CATEGORIES= databases pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -16,7 +16,6 @@ LICENSE= AL2 USE_PHP= spl USE_PHP_BUILD= yes -USE_PHPIZE= yes USE_PHPEXT= yes CONFIGURE_ARGS= --enable-mongo SUB_FILES= pkg-message Modified: head/databases/pecl-mongo/distinfo ============================================================================== --- head/databases/pecl-mongo/distinfo Sun Nov 24 07:49:54 2013 (r334707) +++ head/databases/pecl-mongo/distinfo Sun Nov 24 07:53:05 2013 (r334708) @@ -1,2 +1,2 @@ -SHA256 (PECL/mongo-1.4.4.tgz) = fb477e447779cff794e3a976232f5741fcc59c9f6798fccd9d0bb1a911fadd71 -SIZE (PECL/mongo-1.4.4.tgz) = 141242 +SHA256 (PECL/mongo-1.4.5.tgz) = 45b20d4fc37e2ce1bc85dfb79418993ecfe61c519d6ad24e7d28cb4e1b380a55 +SIZE (PECL/mongo-1.4.5.tgz) = 141417 From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 08:12:04 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 ESMTPS id ACB5A92F; Sun, 24 Nov 2013 08:12:04 +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 8E1E02523; Sun, 24 Nov 2013 08:12:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAO8C4kT057486; Sun, 24 Nov 2013 08:12:04 GMT (envelope-from fluffy@svn.freebsd.org) Received: (from fluffy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAO8C3pk057478; Sun, 24 Nov 2013 08:12:04 GMT (envelope-from fluffy@svn.freebsd.org) Message-Id: <201311240812.rAO8C3pk057478@svn.freebsd.org> From: Dima Panov Date: Sun, 24 Nov 2013 08:12:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334709 - head/multimedia/gstreamer-qt4 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.16 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: Sun, 24 Nov 2013 08:12:04 -0000 Author: fluffy Date: Sun Nov 24 08:12:03 2013 New Revision: 334709 URL: http://svnweb.freebsd.org/changeset/ports/334709 Log: - Update to 0.10.3 stable release Modified: head/multimedia/gstreamer-qt4/Makefile head/multimedia/gstreamer-qt4/distinfo (contents, props changed) head/multimedia/gstreamer-qt4/pkg-plist Modified: head/multimedia/gstreamer-qt4/Makefile ============================================================================== --- head/multimedia/gstreamer-qt4/Makefile Sun Nov 24 07:53:05 2013 (r334708) +++ head/multimedia/gstreamer-qt4/Makefile Sun Nov 24 08:12:03 2013 (r334709) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gstreamer -PORTVERSION= 0.10.2 -PORTREVISION= 2 +PORTVERSION= 0.10.3 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/qt-${PORTNAME}/ PKGNAMESUFFIX= -qt4 @@ -25,9 +24,9 @@ USE_KDE4= automoc4 USE_QT4= corelib gui opengl declarative \ qmake_build moc_build rcc_build uic_build qtestlib_build -PLIST_SUB= VERSION="${GST_VERSION}" +PLIST_SUB= VERSION="${PORTVERSION}" GST_VERSION="${GST_VERSION}" -GST_VERSION=${PORTVERSION:C/..$//} +GST_VERSION= ${PORTVERSION:C/..$//} CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:STRING="${LOCALBASE}/include" LDFLAGS+= -L${LOCALBASE}/lib Modified: head/multimedia/gstreamer-qt4/distinfo ============================================================================== --- head/multimedia/gstreamer-qt4/distinfo Sun Nov 24 07:53:05 2013 (r334708) +++ head/multimedia/gstreamer-qt4/distinfo Sun Nov 24 08:12:03 2013 (r334709) @@ -1,2 +1,2 @@ -SHA256 (qt-gstreamer-0.10.2.tar.bz2) = 6ef1a7efcb0e134648574f1fb19f1d2c6b1b8ee2eed67662cb77b0b7cbf359d1 -SIZE (qt-gstreamer-0.10.2.tar.bz2) = 175567 +SHA256 (qt-gstreamer-0.10.3.tar.bz2) = 542f1f28153c898fdb7a03084a628a0a6b0583d8657d758fcb4da3f9bb4e0fdf +SIZE (qt-gstreamer-0.10.3.tar.bz2) = 317895 Modified: head/multimedia/gstreamer-qt4/pkg-plist ============================================================================== --- head/multimedia/gstreamer-qt4/pkg-plist Sun Nov 24 07:53:05 2013 (r334708) +++ head/multimedia/gstreamer-qt4/pkg-plist Sun Nov 24 08:12:03 2013 (r334709) @@ -17,9 +17,9 @@ include/QtGStreamer/QGlib/global.h include/QtGStreamer/QGlib/init.h include/QtGStreamer/QGlib/object.h include/QtGStreamer/QGlib/paramspec.h +include/QtGStreamer/QGlib/qglib_signal.h include/QtGStreamer/QGlib/quark.h include/QtGStreamer/QGlib/refpointer.h -include/QtGStreamer/QGlib/signal.h include/QtGStreamer/QGlib/type.h include/QtGStreamer/QGlib/value.h include/QtGStreamer/QGlib/wrap.h @@ -32,6 +32,7 @@ include/QtGStreamer/QGst/ChildProxy include/QtGStreamer/QGst/Clock include/QtGStreamer/QGst/ClockTime include/QtGStreamer/QGst/ColorBalance +include/QtGStreamer/QGst/Discoverer include/QtGStreamer/QGst/DoubleRange include/QtGStreamer/QGst/Element include/QtGStreamer/QGst/ElementFactory @@ -80,6 +81,7 @@ include/QtGStreamer/QGst/childproxy.h include/QtGStreamer/QGst/clock.h include/QtGStreamer/QGst/clocktime.h include/QtGStreamer/QGst/colorbalance.h +include/QtGStreamer/QGst/discoverer.h include/QtGStreamer/QGst/element.h include/QtGStreamer/QGst/elementfactory.h include/QtGStreamer/QGst/enums.h @@ -103,31 +105,34 @@ include/QtGStreamer/QGst/taglist.h include/QtGStreamer/QGst/urihandler.h include/QtGStreamer/QGst/videoorientation.h include/QtGStreamer/QGst/xoverlay.h -lib/QtGStreamer/QtGStreamerConfig.cmake -lib/QtGStreamer/QtGStreamerTargets-%%CMAKE_BUILD_TYPE%%.cmake -lib/QtGStreamer/QtGStreamerTargets.cmake -lib/gstreamer-%%VERSION%%/libgstqtvideosink.so +lib/cmake/QtGStreamer/QtGStreamerConfig.cmake +lib/cmake/QtGStreamer/QtGStreamerConfigCommon.cmake +lib/cmake/QtGStreamer/QtGStreamerConfigVersion.cmake +lib/cmake/QtGStreamer/QtGStreamerTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/QtGStreamer/QtGStreamerTargets.cmake +lib/gstreamer-%%GST_VERSION%%/libgstqtvideosink.so lib/libQtGLib-2.0.so lib/libQtGLib-2.0.so.0 -lib/libQtGLib-2.0.so.0.10.2 -lib/libQtGStreamer-0.10.so -lib/libQtGStreamer-0.10.so.0 -lib/libQtGStreamer-0.10.so.0.10.2 -lib/libQtGStreamerUi-0.10.so -lib/libQtGStreamerUi-0.10.so.0 -lib/libQtGStreamerUi-0.10.so.0.10.2 -lib/libQtGStreamerUtils-0.10.so -lib/libQtGStreamerUtils-0.10.so.0 -lib/libQtGStreamerUtils-0.10.so.0.10.2 -%%QT_LIBDIR%%/imports/QtGStreamer/libQtGStreamerQML.so +lib/libQtGLib-2.0.so.%%VERSION%% +lib/libQtGStreamer-%%GST_VERSION%%.so +lib/libQtGStreamer-%%GST_VERSION%%.so.0 +lib/libQtGStreamer-%%GST_VERSION%%.so.%%VERSION%% +lib/libQtGStreamerUi-%%GST_VERSION%%.so +lib/libQtGStreamerUi-%%GST_VERSION%%.so.0 +lib/libQtGStreamerUi-%%GST_VERSION%%.so.%%VERSION%% +lib/libQtGStreamerUtils-%%GST_VERSION%%.so +lib/libQtGStreamerUtils-%%GST_VERSION%%.so.0 +lib/libQtGStreamerUtils-%%GST_VERSION%%.so.%%VERSION%% +%%QT_LIBDIR%%/imports/QtGStreamer/libQtGStreamerQuick1.so %%QT_LIBDIR%%/imports/QtGStreamer/qmldir -libdata/pkgconfig/QtGLib-2.0.pc -libdata/pkgconfig/QtGStreamer-0.10.pc -libdata/pkgconfig/QtGStreamerUi-0.10.pc -libdata/pkgconfig/QtGStreamerUtils-0.10.pc +lib/pkgconfig/QtGLib-2.0.pc +lib/pkgconfig/QtGStreamer-%%GST_VERSION%%.pc +lib/pkgconfig/QtGStreamerUi-%%GST_VERSION%%.pc +lib/pkgconfig/QtGStreamerUtils-%%GST_VERSION%%.pc @dirrm %%QT_LIBDIR%%/imports/QtGStreamer @dirrmtry %%QT_LIBDIR%%/imports -@dirrm lib/QtGStreamer +@dirrm lib/cmake/QtGStreamer +@dirrmtry lib/cmake @dirrm include/QtGStreamer/QGst/Ui @dirrm include/QtGStreamer/QGst/Utils @dirrm include/QtGStreamer/QGst From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 08:28:44 2013 Return-Path: Delivered-To: svn-ports-head@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 82148E0A; Sun, 24 Nov 2013 08:28:44 +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 71F7125CB; Sun, 24 Nov 2013 08:28:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAO8SiBo064396; Sun, 24 Nov 2013 08:28:44 GMT (envelope-from fluffy@svn.freebsd.org) Received: (from fluffy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAO8Sh4S064393; Sun, 24 Nov 2013 08:28:43 GMT (envelope-from fluffy@svn.freebsd.org) Message-Id: <201311240828.rAO8Sh4S064393@svn.freebsd.org> From: Dima Panov Date: Sun, 24 Nov 2013 08:28:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334710 - head/security/libssh 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.16 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: Sun, 24 Nov 2013 08:28:44 -0000 Author: fluffy Date: Sun Nov 24 08:28:43 2013 New Revision: 334710 URL: http://svnweb.freebsd.org/changeset/ports/334710 Log: - Update libssh to 0.5.5 stable release Modified: head/security/libssh/Makefile head/security/libssh/distinfo (contents, props changed) head/security/libssh/pkg-plist (contents, props changed) Modified: head/security/libssh/Makefile ============================================================================== --- head/security/libssh/Makefile Sun Nov 24 08:12:03 2013 (r334709) +++ head/security/libssh/Makefile Sun Nov 24 08:28:43 2013 (r334710) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= libssh -PORTVERSION= 0.5.2 -PORTREVISION= 1 +DISTVERSION= 0.5.5 CATEGORIES= security devel -MASTER_SITES= http://www.libssh.org/files/0.5/ \ - LOCAL/avl +MASTER_SITES= https://red.libssh.org/attachments/download/51/ \ + LOCAL/fluffy MAINTAINER= fluffy@FreeBSD.org COMMENT= Library implementing the SSH1 and SSH2 protocol Modified: head/security/libssh/distinfo ============================================================================== --- head/security/libssh/distinfo Sun Nov 24 08:12:03 2013 (r334709) +++ head/security/libssh/distinfo Sun Nov 24 08:28:43 2013 (r334710) @@ -1,2 +1,2 @@ -SHA256 (libssh-0.5.2.tar.gz) = 41e8b9c1af077544625e8b398582f101dacc3b8457fee1811a724ca4245ab227 -SIZE (libssh-0.5.2.tar.gz) = 317336 +SHA256 (libssh-0.5.5.tar.gz) = c0df0f05fc812dbe26fd4118bec0776aa9e892c0719590f3971130489c6b8e9d +SIZE (libssh-0.5.5.tar.gz) = 321583 Modified: head/security/libssh/pkg-plist ============================================================================== --- head/security/libssh/pkg-plist Sun Nov 24 08:12:03 2013 (r334709) +++ head/security/libssh/pkg-plist Sun Nov 24 08:28:43 2013 (r334710) @@ -8,7 +8,7 @@ include/libssh/ssh2.h lib/libssh.a lib/libssh.so lib/libssh.so.4 -lib/libssh.so.4.2.2 +lib/libssh.so.4.2.5 libdata/pkgconfig/libssh.pc libdata/pkgconfig/libssh_threads.pc @dirrm include/libssh From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 08:56:45 2013 Return-Path: Delivered-To: svn-ports-head@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 78EB0156; Sun, 24 Nov 2013 08:56:45 +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 68A6B2710; Sun, 24 Nov 2013 08:56:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAO8ujam078626; Sun, 24 Nov 2013 08:56:45 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAO8ujbN078625; Sun, 24 Nov 2013 08:56:45 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201311240856.rAO8ujbN078625@svn.freebsd.org> From: David Naylor Date: Sun, 24 Nov 2013 08:56:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334711 - head/audio/soundkonverter 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.16 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: Sun, 24 Nov 2013 08:56:45 -0000 Author: dbn Date: Sun Nov 24 08:56:44 2013 New Revision: 334711 URL: http://svnweb.freebsd.org/changeset/ports/334711 Log: Fix build of audio/soundkonverter due to the use of '-pedantic'. Soundkonverter includes a C file that has a trailing comma (,) at the end of an enum, this construct is only supported by C++11 (but by C99) thus is not accepted as valid with the '-pedantic'. The base compiler (gcc) does not understand C++11 and errors on this. Remove the '-pedantic' option as it does not impact on the code produced, to allow the port to be built. PR: ports/182906 Modified: head/audio/soundkonverter/Makefile Modified: head/audio/soundkonverter/Makefile ============================================================================== --- head/audio/soundkonverter/Makefile Sun Nov 24 08:28:43 2013 (r334710) +++ head/audio/soundkonverter/Makefile Sun Nov 24 08:56:44 2013 (r334711) @@ -108,4 +108,7 @@ WAVPACK_RUN_DEPENDS= wavpack:${PORTSDIR} NLS_USES= gettext NLS_CMAKE_OFF= -DBUILD_po=FALSE +post-patch: + ${REINPLACE_CMD} "/-pedantic/d" ${WRKSRC}/CMakeLists.txt + .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 09:16:33 2013 Return-Path: Delivered-To: svn-ports-head@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 DE1E3683; Sun, 24 Nov 2013 09:16:33 +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 CE19A27D9; Sun, 24 Nov 2013 09:16:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAO9GXpk088977; Sun, 24 Nov 2013 09:16:33 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAO9GXV7088976; Sun, 24 Nov 2013 09:16:33 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201311240916.rAO9GXV7088976@svn.freebsd.org> From: Koop Mast Date: Sun, 24 Nov 2013 09:16:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334712 - head/devel/libsigc++12 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.16 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: Sun, 24 Nov 2013 09:16:33 -0000 Author: kwm Date: Sun Nov 24 09:16:33 2013 New Revision: 334712 URL: http://svnweb.freebsd.org/changeset/ports/334712 Log: Fix conflict with libsigc++20, stageify. Modified: head/devel/libsigc++12/Makefile Modified: head/devel/libsigc++12/Makefile ============================================================================== --- head/devel/libsigc++12/Makefile Sun Nov 24 08:56:44 2013 (r334711) +++ head/devel/libsigc++12/Makefile Sun Nov 24 09:16:33 2013 (r334712) @@ -7,6 +7,7 @@ PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.2 +PKGNAMESUFFIX= 12 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -15,10 +16,11 @@ COMMENT= Callback Framework for C++ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_AUTOTOOLS= libtool -LATEST_LINK= libsigc++12 USE_LDCONFIG= yes USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes -NO_STAGE= yes +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsigc-1.2.so.5 + .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 09:25:55 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 ESMTPS id 9B922BCE; Sun, 24 Nov 2013 09:25:55 +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 8AE862843; Sun, 24 Nov 2013 09:25:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAO9Pttj093551; Sun, 24 Nov 2013 09:25:55 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAO9Pt5t093550; Sun, 24 Nov 2013 09:25:55 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311240925.rAO9Pt5t093550@svn.freebsd.org> From: Marcus von Appen Date: Sun, 24 Nov 2013 09:25:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334713 - head/audio/ecasound 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.16 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: Sun, 24 Nov 2013 09:25:55 -0000 Author: mva Date: Sun Nov 24 09:25:54 2013 New Revision: 334713 URL: http://svnweb.freebsd.org/changeset/ports/334713 Log: - Fix usage of 'python' to get rid of the implicit lang/python dependency - Fix OPTIONS Modified: head/audio/ecasound/Makefile Modified: head/audio/ecasound/Makefile ============================================================================== --- head/audio/ecasound/Makefile Sun Nov 24 09:16:33 2013 (r334712) +++ head/audio/ecasound/Makefile Sun Nov 24 09:25:54 2013 (r334713) @@ -3,6 +3,7 @@ PORTNAME= ecasound PORTVERSION= 2.9.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://ecasound.seul.org/download/ \ http://nosignal.fi/download/ \ @@ -37,10 +38,10 @@ AUDIOFILE_CONFIGURE_ENABLE= audiofile AUDIOFILE_LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile JACK_CONFIGURE_ENABLE= jack JACK_LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack -LO_CONFIGURE_ENABLE= liblo -LO_LIB_DEPENDS= liblo.so:${PORTSDIR}/audio/liblo -OIL_CONFIGURE_ENABLE= liboil -OIL_LIB_DEPENDS= liboil-0.3.so:${PORTSDIR}/devel/liboil +LIBLO_CONFIGURE_ENABLE= liblo +LIBLO_LIB_DEPENDS= liblo.so:${PORTSDIR}/audio/liblo +LIBOIL_CONFIGURE_ENABLE=liboil +LIBOIL_LIB_DEPENDS= liboil-0.3.so:${PORTSDIR}/devel/liboil PYTHON_CONFIGURE_ENABLE=pyecasound SAMPLERATE_CONFIGURE_ENABLE= libsamplerate SAMPLERATE_LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate @@ -50,6 +51,7 @@ SNDFILE_LIB_DEPENDS= libsndfile.so:${POR .include .if ${PORT_OPTIONS:MPYTHON} +CONFIGURE_ENV+= PYTHONPATH="${PYTHON_CMD}" USE_PYTHON= yes .endif @@ -58,5 +60,9 @@ post-patch: s| $$EXTRAGCCFLAGS||g ; \ s| $$EXTRACPPFLAGS||g ; \ s| -D_P1003_1B_VISIBLE||' ${WRKSRC}/configure +.if ${PORT_OPTIONS:MPYTHON} + @${REINPLACE_CMD} -e 's|python -c|${PYTHON_CMD} -c|' \ + ${WRKSRC}/configure +.endif .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 09:32:54 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 ESMTPS id 399E4FD; Sun, 24 Nov 2013 09:32:54 +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 294E32895; Sun, 24 Nov 2013 09:32:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAO9Wslb097421; Sun, 24 Nov 2013 09:32:54 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAO9Ws0b097420; Sun, 24 Nov 2013 09:32:54 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311240932.rAO9Ws0b097420@svn.freebsd.org> From: Marcus von Appen Date: Sun, 24 Nov 2013 09:32:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334714 - head/audio/lv2core 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.16 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: Sun, 24 Nov 2013 09:32:54 -0000 Author: mva Date: Sun Nov 24 09:32:53 2013 New Revision: 334714 URL: http://svnweb.freebsd.org/changeset/ports/334714 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Modified: head/audio/lv2core/Makefile Modified: head/audio/lv2core/Makefile ============================================================================== --- head/audio/lv2core/Makefile Sun Nov 24 09:25:54 2013 (r334713) +++ head/audio/lv2core/Makefile Sun Nov 24 09:32:53 2013 (r334714) @@ -35,13 +35,13 @@ post-patch: s|@LV2CORE_VERSION@|${PORTVERSION}|' < lv2core.pc.in > lv2core.pc) do-configure: - @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} --prefix=${PREFIX} configure) + @(cd ${WRKSRC} && ${PYTHON_CMD} waf ${WAF_VERBOSE} --prefix=${PREFIX} configure) do-build: - @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} ${WAF_JOBS} build) + @(cd ${WRKSRC} && ${PYTHON_CMD} waf ${WAF_VERBOSE} ${WAF_JOBS} build) do-install: - @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} install) + @(cd ${WRKSRC} && ${PYTHON_CMD} waf ${WAF_VERBOSE} install) ${INSTALL_DATA} ${WRKSRC}/lv2core.pc ${PREFIX}/libdata/pkgconfig .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 09:37:36 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 ESMTPS id 290BA2AC; Sun, 24 Nov 2013 09:37:36 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F228028C0; Sun, 24 Nov 2013 09:37:35 +0000 (UTC) Received: from [192.168.0.21] (unknown [130.255.26.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 47F8B435C7; Sun, 24 Nov 2013 03:37:17 -0600 (CST) Message-ID: <5291C8BD.3070109@marino.st> Date: Sun, 24 Nov 2013 10:37:01 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Erwin Lansing Subject: Re: svn commit: r334593 - in head/dns: bind96 bind96/files bind98 bind98/files bind99 bind99/files References: <201311221341.rAMDfY3g002148@svn.freebsd.org> <01490d316b5dd7f01f1c843871542666@secure.marino.st> <2DEEB271-4795-4DF0-8F85-30316BA3070F@FreeBSD.org> In-Reply-To: <2DEEB271-4795-4DF0-8F85-30316BA3070F@FreeBSD.org> X-Enigmail-Version: 1.6 Content-Type: multipart/mixed; boundary="------------080705050105090900010207" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, owner-ports-committers@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: marino@freebsd.org 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: Sun, 24 Nov 2013 09:37:36 -0000 This is a multi-part message in MIME format. --------------080705050105090900010207 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 11/22/2013 15:23, Erwin Lansing wrote: > > On 22 Nov 2013, at 15:18, John Marino (FreeBSD) > wrote: > >> On 2013-11-22 14:41, Erwin Lansing wrote: >>> Author: erwin Date: Fri Nov 22 13:41:34 2013 New Revision: >>> 334593 URL: http://svnweb.freebsd.org/changeset/ports/334593 >>> Log: Fix startup script. PR: 184159 [1] Submitted by: Pawel >>> Biernacki [1], Trond Endrestoel >>> (private email) Modified: >>> head/dns/bind96/Makefile head/dns/bind96/files/named >>> head/dns/bind98/Makefile head/dns/bind98/files/named >>> head/dns/bind99/Makefile head/dns/bind99/files/named >> >> Hi Erwin, > > Hi John, > >> I was hoping you would have also combined OSVERSION with OPSYS == >> FreeBSD as we talked about on IRC last week. Are you still >> planning on doing that? > > I'm still fighting off jetlag after returning from the ICANN48 > conference in Buenos Aires. Committing a working rc script was > clearly higher on my todo list, as I'm sure you'll understand. > Please send me a prefab patch for testing, that will make things > easier for me and certainly will speed things up. I do not have > anything against adding those on principle, just haven't had the time > yet, so any help is much appreciated. > > Cheers, Erwin Hi Erwin, I have attached a diff with the proposed changes covering all three ports. It's pretty straight-forward. John --------------080705050105090900010207 Content-Type: text/plain; charset=windows-1252; name="fix-bind.diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="fix-bind.diff.txt" Index: dns/bind96/Makefile =================================================================== --- dns/bind96/Makefile (revision 334713) +++ dns/bind96/Makefile (working copy) @@ -135,7 +135,7 @@ .endif .if ${PORT_OPTIONS:MREPLACE_BASE} -.if ${OSVERSION} >= 1000500 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000500 IGNORE= REPLACE_BASE option not supported on this release .endif PKGNAMESUFFIX= -base @@ -142,7 +142,7 @@ PREFIX= /usr BIND_DESTETC= /etc/namedb .else -.if ${OSVERSION} >= 1000500 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000500 BIND_DESTETC= ${PREFIX}/etc/namedb .else BIND_DESTETC= ${PREFIX}/etc @@ -153,7 +153,7 @@ --sysconfdir=${BIND_DESTETC} PLIST_SUB+= BIND_DESTETC="${BIND_DESTETC}" -.if ${OSVERSION} >= 1000500 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000500 PLIST_SUB+= NOBASE="" .else PLIST_SUB+= NOBASE="@comment " @@ -221,7 +221,7 @@ ${CP} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/FAQ \ ${WRKSRC}/NSEC3-NOTES ${WRKSRC}/README* ${DOCSDIR}/ .endif -.if ${OSVERSION} >= 1000500 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000500 .for FILE in named named.conf ${SED} -e 's#%%PREFIX%%#${PREFIX}#g' \ -e 's#%%BIND_DESTETC%%#${BIND_DESTETC}#g' \ Index: dns/bind98/Makefile =================================================================== --- dns/bind98/Makefile (revision 334713) +++ dns/bind98/Makefile (working copy) @@ -162,7 +162,7 @@ .endif .if ${PORT_OPTIONS:MREPLACE_BASE} -.if ${OSVERSION} >= 1000500 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000500 IGNORE= REPLACE_BASE option is not supported on this release .endif PKGNAMESUFFIX= -base @@ -169,7 +169,7 @@ PREFIX= /usr BIND_DESTETC= /etc/namedb .else -.if ${OSVERSION} >= 1000500 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000500 BIND_DESTETC= ${PREFIX}/etc/namedb .else BIND_DESTETC= ${PREFIX}/etc @@ -180,7 +180,7 @@ --sysconfdir=${BIND_DESTETC} PLIST_SUB+= BIND_DESTETC="${BIND_DESTETC}" -.if ${OSVERSION} >= 1000500 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000500 PLIST_SUB+= NOBASE="" .else PLIST_SUB+= NOBASE="@comment " @@ -257,7 +257,7 @@ ${CP} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/FAQ \ ${WRKSRC}/HISTORY ${WRKSRC}/README ${DOCSDIR}/ .endif -.if ${OSVERSION} >= 1000500 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000500 .for FILE in named named.conf ${SED} -e 's#%%PREFIX%%#${PREFIX}#g' \ -e 's#%%BIND_DESTETC%%#${BIND_DESTETC}#g' \ Index: dns/bind99/Makefile =================================================================== --- dns/bind99/Makefile (revision 334713) +++ dns/bind99/Makefile (working copy) @@ -169,7 +169,7 @@ .endif .if ${PORT_OPTIONS:MREPLACE_BASE} -.if ${OSVERSION} >= 1000500 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000500 IGNORE= REPLACE_BASE option is not supported on this release .endif PKGNAMESUFFIX= -base @@ -176,7 +176,7 @@ PREFIX= /usr BIND_DESTETC= /etc/namedb .else -.if ${OSVERSION} >= 1000500 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000500 BIND_DESTETC= ${PREFIX}/etc/namedb .else BIND_DESTETC= ${PREFIX}/etc @@ -187,7 +187,7 @@ --sysconfdir=${BIND_DESTETC} PLIST_SUB+= BIND_DESTETC="${BIND_DESTETC}" -.if ${OSVERSION} >= 1000500 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000500 PLIST_SUB+= NOBASE="" .else PLIST_SUB+= NOBASE="@comment " @@ -268,7 +268,7 @@ ${CP} ${WRKSRC}/CHANGES ${WRKSRC}/COPYRIGHT ${WRKSRC}/FAQ \ ${WRKSRC}/HISTORY ${WRKSRC}/README ${DOCSDIR}/ .endif -.if ${OSVERSION} >= 1000500 +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000500 .for FILE in named named.conf ${SED} -e 's#%%PREFIX%%#${PREFIX}#g' \ -e 's#%%BIND_DESTETC%%#${BIND_DESTETC}#g' \ --------------080705050105090900010207-- From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 10:34:40 2013 Return-Path: Delivered-To: svn-ports-head@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 C2131DDD; Sun, 24 Nov 2013 10:34:40 +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 97F6B2B0B; Sun, 24 Nov 2013 10:34:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOAYe5s025068; Sun, 24 Nov 2013 10:34:40 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOAYeMH025065; Sun, 24 Nov 2013 10:34:40 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311241034.rAOAYeMH025065@svn.freebsd.org> From: William Grzybowski Date: Sun, 24 Nov 2013 10:34:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334715 - head/security/gnutls3 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.16 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: Sun, 24 Nov 2013 10:34:40 -0000 Author: wg Date: Sun Nov 24 10:34:39 2013 New Revision: 334715 URL: http://svnweb.freebsd.org/changeset/ports/334715 Log: security/gnutls3: update to 3.1.17 and add support for TPM Modified: head/security/gnutls3/Makefile head/security/gnutls3/distinfo head/security/gnutls3/pkg-plist Modified: head/security/gnutls3/Makefile ============================================================================== --- head/security/gnutls3/Makefile Sun Nov 24 09:32:53 2013 (r334714) +++ head/security/gnutls3/Makefile Sun Nov 24 10:34:39 2013 (r334715) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnutls -PORTVERSION= 3.1.16 -PORTREVISION= 1 +PORTVERSION= 3.1.17 CATEGORIES= security net MASTER_SITES= ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/ PKGNAMESUFFIX= ${GNUTLS_SUFFIX} @@ -15,7 +14,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo LIB_DEPENDS= libgpg-error.so:${PORTSDIR}/security/libgpg-error \ libnettle.so:${PORTSDIR}/security/nettle \ libp11-kit.so:${PORTSDIR}/security/p11-kit \ - libidn.so:${PORTSDIR}/dns/libidn + libidn.so:${PORTSDIR}/dns/libidn \ + libtspi.so:${PORTSDIR}/security/trousers GNUTLS_SUFFIX=3 Modified: head/security/gnutls3/distinfo ============================================================================== --- head/security/gnutls3/distinfo Sun Nov 24 09:32:53 2013 (r334714) +++ head/security/gnutls3/distinfo Sun Nov 24 10:34:39 2013 (r334715) @@ -1,2 +1,2 @@ -SHA256 (gnutls-3.1.16.tar.xz) = fc0f9b514d209dbe524f5ab7ec1abe0855f83d165bf3c6e102a4917b27738afd -SIZE (gnutls-3.1.16.tar.xz) = 5336488 +SHA256 (gnutls-3.1.17.tar.xz) = 5991a827025efb4978fb8f37a8b04f44c036f1f0825ea9b45be884267b9a92c1 +SIZE (gnutls-3.1.17.tar.xz) = 5183008 Modified: head/security/gnutls3/pkg-plist ============================================================================== --- head/security/gnutls3/pkg-plist Sun Nov 24 09:32:53 2013 (r334714) +++ head/security/gnutls3/pkg-plist Sun Nov 24 10:34:39 2013 (r334715) @@ -8,6 +8,7 @@ bin/ocsptool3 bin/p11tool3 bin/psktool3 bin/srptool3 +bin/tpmtool3 include/gnutls3/gnutls/abstract.h include/gnutls3/gnutls/compat.h include/gnutls3/gnutls/crypto.h From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 11:23:42 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 ESMTPS id DD161252; Sun, 24 Nov 2013 11:23:42 +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 CCB8A2C90; Sun, 24 Nov 2013 11:23:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOBNgM1047592; Sun, 24 Nov 2013 11:23:42 GMT (envelope-from alexey@svn.freebsd.org) Received: (from alexey@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOBNgJ9047591; Sun, 24 Nov 2013 11:23:42 GMT (envelope-from alexey@svn.freebsd.org) Message-Id: <201311241123.rAOBNgJ9047591@svn.freebsd.org> From: Alexey Degtyarev Date: Sun, 24 Nov 2013 11:23:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334716 - head/mail/slapd-cyrus 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.16 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: Sun, 24 Nov 2013 11:23:42 -0000 Author: alexey Date: Sun Nov 24 11:23:42 2013 New Revision: 334716 URL: http://svnweb.freebsd.org/changeset/ports/334716 Log: mail/slapd-cyrus: update dependency on cyrus-imapd version PR: ports/183814 Submitted by: Dmitry Banschikov Approved by: wg (mentor) Modified: head/mail/slapd-cyrus/Makefile Modified: head/mail/slapd-cyrus/Makefile ============================================================================== --- head/mail/slapd-cyrus/Makefile Sun Nov 24 10:34:39 2013 (r334715) +++ head/mail/slapd-cyrus/Makefile Sun Nov 24 11:23:42 2013 (r334716) @@ -11,7 +11,7 @@ DISTNAME= Slapd-Backend-Cyrus-${PORTVERS MAINTAINER= alexey@renatasystems.org COMMENT= Slapd backend to translate DIT into Cyrus configuration -BUILD_DEPENDS= cyrus-imapd>=0:${PORTSDIR}/mail/cyrus-imapd24 \ +BUILD_DEPENDS= cyrus-imapd24>=0:${PORTSDIR}/mail/cyrus-imapd24 \ p5-BerkeleyDB>=0:${PORTSDIR}/databases/p5-BerkeleyDB \ p5-Class-Accessor-Lvalue>=0:${PORTSDIR}/devel/p5-Class-Accessor-Lvalue \ p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 11:47:24 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 ESMTPS id E6E93584; Sun, 24 Nov 2013 11:47:24 +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 D6FF12D78; Sun, 24 Nov 2013 11:47:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOBlO5D057311; Sun, 24 Nov 2013 11:47:24 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOBlOba057310; Sun, 24 Nov 2013 11:47:24 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311241147.rAOBlOba057310@svn.freebsd.org> From: Marcus von Appen Date: Sun, 24 Nov 2013 11:47:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334717 - head/audio/raul 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.16 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: Sun, 24 Nov 2013 11:47:25 -0000 Author: mva Date: Sun Nov 24 11:47:24 2013 New Revision: 334717 URL: http://svnweb.freebsd.org/changeset/ports/334717 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Modified: head/audio/raul/Makefile Modified: head/audio/raul/Makefile ============================================================================== --- head/audio/raul/Makefile Sun Nov 24 11:23:42 2013 (r334716) +++ head/audio/raul/Makefile Sun Nov 24 11:47:24 2013 (r334717) @@ -39,12 +39,12 @@ post-patch: ${WRKSRC}/autowaf/autowaf.py do-configure: - @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} --prefix=${PREFIX} configure) + @(cd ${WRKSRC} && ${PYTHON_CMD} waf ${WAF_VERBOSE} --prefix=${PREFIX} configure) do-build: - @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} ${WAF_JOBS} build) + @(cd ${WRKSRC} && ${PYTHON_CMD} waf ${WAF_VERBOSE} ${WAF_JOBS} build) do-install: - @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} install) + @(cd ${WRKSRC} && ${PYTHON_CMD} waf ${WAF_VERBOSE} install) .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 11:49:08 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 ESMTPS id 171EB668; Sun, 24 Nov 2013 11:49:08 +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 0735B2D7F; Sun, 24 Nov 2013 11:49:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOBn7AM057765; Sun, 24 Nov 2013 11:49:07 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOBn7km057764; Sun, 24 Nov 2013 11:49:07 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311241149.rAOBn7km057764@svn.freebsd.org> From: Marcus von Appen Date: Sun, 24 Nov 2013 11:49:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334718 - head/audio/slv2 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.16 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: Sun, 24 Nov 2013 11:49:08 -0000 Author: mva Date: Sun Nov 24 11:49:07 2013 New Revision: 334718 URL: http://svnweb.freebsd.org/changeset/ports/334718 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency - Change LIB_DEPENDS to the new format Modified: head/audio/slv2/Makefile Modified: head/audio/slv2/Makefile ============================================================================== --- head/audio/slv2/Makefile Sun Nov 24 11:47:24 2013 (r334717) +++ head/audio/slv2/Makefile Sun Nov 24 11:49:07 2013 (r334718) @@ -13,8 +13,8 @@ LICENSE= GPLv2 # (or later) LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/lv2.h:${PORTSDIR}/audio/lv2core -LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack \ - rdf.0:${PORTSDIR}/textproc/redland +LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack \ + librdf.so:${PORTSDIR}/textproc/redland USES= pkgconfig NO_STAGE= yes @@ -41,13 +41,13 @@ post-patch: 's|^#define _XOPEN_SOURCE .*||' ${WRKSRC}/src/plugin.c do-configure: - @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} --prefix=${PREFIX} configure) + @(cd ${WRKSRC} && ${PYTHON_CMD} waf ${WAF_VERBOSE} --prefix=${PREFIX} configure) do-build: - @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} ${WAF_JOBS} build) + @(cd ${WRKSRC} && ${PYTHON_CMD} waf ${WAF_VERBOSE} ${WAF_JOBS} build) do-install: - @(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} install) + @(cd ${WRKSRC} && ${PYTHON_CMD} waf ${WAF_VERBOSE} install) .for file in lv2_inspect lv2_jack_host lv2_list lv2_simple_jack_host @${STRIP_CMD} ${PREFIX}/bin/${file} .endfor From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 12:05:35 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 ESMTPS id 88EDF950; Sun, 24 Nov 2013 12:05:35 +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 7773E2E20; Sun, 24 Nov 2013 12:05:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOC5ZSZ066233; Sun, 24 Nov 2013 12:05:35 GMT (envelope-from alexey@svn.freebsd.org) Received: (from alexey@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOC5Xev066219; Sun, 24 Nov 2013 12:05:33 GMT (envelope-from alexey@svn.freebsd.org) Message-Id: <201311241205.rAOC5Xev066219@svn.freebsd.org> From: Alexey Degtyarev Date: Sun, 24 Nov 2013 12:05:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334719 - in head/audio: . icecast-kh icecast-kh/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.16 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: Sun, 24 Nov 2013 12:05:35 -0000 Author: alexey Date: Sun Nov 24 12:05:33 2013 New Revision: 334719 URL: http://svnweb.freebsd.org/changeset/ports/334719 Log: audio/icecast-kh: a fork of icecast2 project stable and extended with many features. WWW: https://github.com/karlheyes/icecast-kh/ PR: ports/182983 Submitted by: Anes Mukhametov Approved by: wg (mentor) Added: head/audio/icecast-kh/ head/audio/icecast-kh/Makefile (contents, props changed) head/audio/icecast-kh/distinfo (contents, props changed) head/audio/icecast-kh/files/ head/audio/icecast-kh/files/icecast.in (contents, props changed) head/audio/icecast-kh/files/mv-patch-src-stats.c (contents, props changed) head/audio/icecast-kh/files/patch-Makefile.in (contents, props changed) head/audio/icecast-kh/files/patch-configure (contents, props changed) head/audio/icecast-kh/files/pkg-message.in (contents, props changed) head/audio/icecast-kh/pkg-descr (contents, props changed) head/audio/icecast-kh/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sun Nov 24 11:49:07 2013 (r334718) +++ head/audio/Makefile Sun Nov 24 12:05:33 2013 (r334719) @@ -311,6 +311,7 @@ SUBDIR += hs-OpenAL SUBDIR += hs-libmpd SUBDIR += hydrogen + SUBDIR += icecast-kh SUBDIR += icecast2 SUBDIR += icegenerator SUBDIR += ices Added: head/audio/icecast-kh/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/icecast-kh/Makefile Sun Nov 24 12:05:33 2013 (r334719) @@ -0,0 +1,75 @@ +# Created by: Anes Mukhametov +# $FreeBSD$ + +PORTNAME= icecast +PORTVERSION= ${ICVERSION}.k${KH} +CATEGORIES= audio net ipv6 +PKGNAMESUFFIX= -kh +DISTNAME= ${PORTNAME}-${ICVERSION}-kh${KH} + +MAINTAINER= anes@anes.su +COMMENT= Streaming mp3/ogg-vorbis audio server, KH branch + +LICENSE= GPLv2 + +LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg \ + libtheora.so:${PORTSDIR}/multimedia/libtheora \ + libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libxml2.so:${PORTSDIR}/textproc/libxml2 \ + libxslt.so:${PORTSDIR}/textproc/libxslt + +USE_GITHUB= yes +GH_ACCOUNT= karlheyes +GH_PROJECT= icecast-kh +GH_TAGNAME= icecast-${ICVERSION}-kh${KH} +GH_COMMIT= fc206e8 + +USES= gmake pkgconfig +GNU_CONFIGURE= yes +USE_RC_SUBR= ${PORTNAME} +SUB_FILES= pkg-message +CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE} +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +ICVERSION= 2.3.3 +KH= 9 + +OPTIONS_DEFINE= CURL DOCS KATE SPEEX SSL_PORT +OPTIONS_DEFAULT= CURL KATE SPEEX +CURL_DESC= Support Directory server interaction (YP) via curl +KATE_DESC= Support Kate/Skeleton codec within Ogg streams +SPEEX_DESC= Support Speex codec within Ogg streams +SSL_PORT_DESC= Use OpenSSL from ports instead of one in the base + +CONFLICTS_INSTALL= icecast-[0-9]* icecast2-[0-9]* + +.include + +.if ${PORT_OPTIONS:MCURL} +BUILD_DEPENDS+= curl>=7.10:${PORTSDIR}/ftp/curl +CONFIGURE_ARGS+= --with-curl=${LOCALBASE} +.else +CONFIGURE_ARGS+= --without-curl +.endif + +.if ${PORT_OPTIONS:MKATE} +LIB_DEPENDS+= libkate.so:${PORTSDIR}/multimedia/libkate +.else +CONFIGURE_ARGS+= --without-kate +.endif + +.if ${PORT_OPTIONS:MSPEEX} +BUILD_DEPENDS+= speex>=1:${PORTSDIR}/audio/speex +CONFIGURE_ARGS+= --with-speex=${LOCALBASE} +.else +CONFIGURE_ARGS+= --without-speex +.endif + +.if ${PORT_OPTIONS:MSSL_PORT} +WITH_OPENSSL_PORT= yes +.else +WITH_OPENSSL_BASE= yes +.endif + +.include Added: head/audio/icecast-kh/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/icecast-kh/distinfo Sun Nov 24 12:05:33 2013 (r334719) @@ -0,0 +1,2 @@ +SHA256 (icecast-2.3.3-kh9.tar.gz) = f07bf04bb8fecad4cd213d679d86aa223c68b69e61d1393671af018ce62f4428 +SIZE (icecast-2.3.3-kh9.tar.gz) = 918945 Added: head/audio/icecast-kh/files/icecast.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/icecast-kh/files/icecast.in Sun Nov 24 12:05:33 2013 (r334719) @@ -0,0 +1,41 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# PROVIDE: icecast +# REQUIRE: DAEMON +# BEFORE: LOGIN +# KEYWORD: shutdown + +# Add the following line to /etc/rc.conf to enable `icecast'. +# +#icecast_enable="YES" +# +# To specify a non-default configuration file, set icecast_config +# in /etc/rc.conf: +# +#icecast_config="%%PREFIX%%/etc/icecast.xml" +# +# Make sure the section in your configuration file is +# not commented out - icecast refuses to run as root. +# + +. /etc/rc.subr + +name="icecast" +rcvar=icecast_enable + +command="%%PREFIX%%/bin/icecast" +command_args="-b 1>/dev/null" +extra_commands="reload" + +# read configuration and set defaults +load_rc_config "$name" +: ${icecast_enable="NO"} +: ${icecast_config="%%PREFIX%%/etc/${name}.xml"} +: ${icecast_flags="-c ${icecast_config}"} + +required_files="${icecast_config}" + +run_rc_command "$1" Added: head/audio/icecast-kh/files/mv-patch-src-stats.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/icecast-kh/files/mv-patch-src-stats.c Sun Nov 24 12:05:33 2013 (r334719) @@ -0,0 +1,14 @@ +--- src/stats.c.orig 2008-05-01 10:22:40.000000000 +0800 ++++ src/stats.c 2012-04-24 02:22:44.574821557 +0800 +@@ -973,7 +973,11 @@ + if (event->source) + { + if (show_mount && strcmp (event->source, show_mount) != 0) ++ { ++ xmlFree (name); ++ xmlFree (value); + break; ++ } + srcnode = _find_xml_node(event->source, &src_nodes, node); + } + else Added: head/audio/icecast-kh/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/icecast-kh/files/patch-Makefile.in Sun Nov 24 12:05:33 2013 (r334719) @@ -0,0 +1,12 @@ +--- conf/Makefile.in.orig 2008-05-30 08:58:57.000000000 +0900 ++++ conf/Makefile.in 2010-05-14 17:36:16.000000000 +0900 +@@ -407,8 +407,7 @@ + + install-data-hook: + $(mkinstalldirs) $(DESTDIR)$(sysconfdir) +- test -f $(DESTDIR)$(sysconfdir)/icecast.xml || \ +- $(INSTALL_DATA) icecast.xml.dist $(DESTDIR)$(sysconfdir)/icecast.xml ++ $(INSTALL_DATA) icecast.xml.dist $(DESTDIR)$(sysconfdir)/icecast.xml.sample + + icecast.xml.dist: $(srcdir)/icecast.xml.in + $(edit) $(srcdir)/icecast.xml.in > icecast.xml.dist Added: head/audio/icecast-kh/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/icecast-kh/files/patch-configure Sun Nov 24 12:05:33 2013 (r334719) @@ -0,0 +1,35 @@ +--- configure.orig 2012-09-12 09:17:21.000000000 +0700 ++++ configure 2013-02-24 02:48:14.000000000 +0700 +@@ -793,6 +793,7 @@ + with_speex + with_curl + with_curl_config ++with_kate + enable_yp + with_openssl + ' +@@ -17610,6 +17611,16 @@ + + fi + ++# Check whether --with-kate was given. ++if test "${with_kate+set}" = set; then : ++ withval=$with_kate; kate_prefix="$withval" ++fi ++ ++if test "x$kate_prefix" = "xno" ++then ++ { $as_echo "$as_me:${as_lineno-$LINENO}: result: libkate support disabled by request" >&5 ++$as_echo "libkate support disabled by request" >&6; } ++else + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kate_decode_init in -lkate" >&5 + $as_echo_n "checking for kate_decode_init in -lkate... " >&6; } +@@ -17707,6 +17718,7 @@ + fi + #ICECAST_OPTIONAL="$ICECAST_OPTIONAL format_kate.o" + ++fi + + + Added: head/audio/icecast-kh/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/icecast-kh/files/pkg-message.in Sun Nov 24 12:05:33 2013 (r334719) @@ -0,0 +1,18 @@ +To start icecast at system boot, copy +%%PREFIX%%/etc/icecast.xml.sample to %%PREFIX%%/etc/icecast.xml, customize +to your environment as desired and add: + +icecast_enable="YES" + +to /etc/rc.conf. See the icecast -h command for optional additional +flags. To specify an alternative config file for example add: + +icecast_flags="-c /path/to/your/configuration.xml" + +********************************************************************** +** Make sure the section in your configuration file ** +** is NOT commented out. Icecast will refuse to run as root. ** +** ** +** Also make sure that the user you choose is able to write to your ** +** configured log directory, otherwise icecast will refuse to run. ** +********************************************************************** Added: head/audio/icecast-kh/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/icecast-kh/pkg-descr Sun Nov 24 12:05:33 2013 (r334719) @@ -0,0 +1,8 @@ +Icecast-kh is a fork of icecast, a streaming mp3/ogg-vorbis audio server. + +Icecast provides nearly all the functionality of the Shoutcast server. +It will accept encoding streams from encoders like winamp, shout and ices. +It can also add itself to a directory server such as our own +icecast.linuxpower.org or Nullsoft's yp.shoutcast.com. + +WWW: https://github.com/karlheyes/icecast-kh/ Added: head/audio/icecast-kh/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/icecast-kh/pkg-plist Sun Nov 24 12:05:33 2013 (r334719) @@ -0,0 +1,58 @@ +bin/icecast +etc/icecast.xml.sample +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/icecast2_admin.html +%%PORTDOCS%%%%DOCSDIR%%/icecast2_basicsetup.html +%%PORTDOCS%%%%DOCSDIR%%/icecast2_config_file.html +%%PORTDOCS%%%%DOCSDIR%%/icecast2_faq.html +%%PORTDOCS%%%%DOCSDIR%%/icecast2_glossary.html +%%PORTDOCS%%%%DOCSDIR%%/icecast2_introduction.html +%%PORTDOCS%%%%DOCSDIR%%/icecast2_listenerauth.html +%%PORTDOCS%%%%DOCSDIR%%/icecast2_relay.html +%%PORTDOCS%%%%DOCSDIR%%/icecast2_stats.html +%%PORTDOCS%%%%DOCSDIR%%/icecast2_win32.html +%%PORTDOCS%%%%DOCSDIR%%/icecast2_yp.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%DATADIR%%/admin/listclients.xsl +%%DATADIR%%/admin/listmounts.xsl +%%DATADIR%%/admin/logs.xsl +%%DATADIR%%/admin/manageauth.xsl +%%DATADIR%%/admin/managerelays.xsl +%%DATADIR%%/admin/moveclients.xsl +%%DATADIR%%/admin/response.xsl +%%DATADIR%%/admin/showlog.xsl +%%DATADIR%%/admin/stats.xsl +%%DATADIR%%/admin/updatemetadata.xsl +%%DATADIR%%/admin/viewxml.xsl +%%DATADIR%%/admin/xspf.xsl +%%DATADIR%%/doc/icecast.xml.dist +%%DATADIR%%/doc/icecast_minimal.xml.dist +%%DATADIR%%/doc/icecast_shoutcast_compat.xml.dist +%%DATADIR%%/web/7.xsl +%%DATADIR%%/web/admin.html +%%DATADIR%%/web/adminbar.html +%%DATADIR%%/web/auth.xsl +%%DATADIR%%/web/favicon.ico +%%DATADIR%%/web/images/corner_bottomleft.jpg +%%DATADIR%%/web/images/corner_bottomright.jpg +%%DATADIR%%/web/images/corner_topleft.jpg +%%DATADIR%%/web/images/corner_topright.jpg +%%DATADIR%%/web/images/icecast.png +%%DATADIR%%/web/images/key.png +%%DATADIR%%/web/images/tunein.png +%%DATADIR%%/web/index.html +%%DATADIR%%/web/server_version.xsl +%%DATADIR%%/web/status.xsl +%%DATADIR%%/web/status2.xsl +%%DATADIR%%/web/statusbar.html +%%DATADIR%%/web/style.css +@dirrmtry %%DATADIR%%/web/images +@dirrmtry %%DATADIR%%/web +@dirrmtry %%DATADIR%%/doc +@dirrmtry %%DATADIR%%/admin +@dirrmtry %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 12:29:14 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 ESMTPS id 47BF3B43; Sun, 24 Nov 2013 12:29:14 +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 3834A2ED6; Sun, 24 Nov 2013 12:29:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOCTETN076437; Sun, 24 Nov 2013 12:29:14 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOCTEDX076435; Sun, 24 Nov 2013 12:29:14 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311241229.rAOCTEDX076435@svn.freebsd.org> From: Marcus von Appen Date: Sun, 24 Nov 2013 12:29:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334720 - head/databases/hk_classes 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.16 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: Sun, 24 Nov 2013 12:29:14 -0000 Author: mva Date: Sun Nov 24 12:29:13 2013 New Revision: 334720 URL: http://svnweb.freebsd.org/changeset/ports/334720 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Modified: head/databases/hk_classes/Makefile Modified: head/databases/hk_classes/Makefile ============================================================================== --- head/databases/hk_classes/Makefile Sun Nov 24 12:05:33 2013 (r334719) +++ head/databases/hk_classes/Makefile Sun Nov 24 12:29:13 2013 (r334720) @@ -134,6 +134,8 @@ post-patch: -I./pxlib|INCLUDES = -I../hk_classes -I./pxlib \ -I${LOCALBASE}/include|g" \ ${WRKSRC}/hk_paradoxclasses/Makefile.in + ${REINPLACE_CMD} -e "s|python setup.py|${PYTHON_CMD} setup.py|" \ + ${WRKSRC}/python/Makefile.in post-configure: ${REINPLACE_CMD} -e "s| -I|','|g" ${WRKSRC}/python/setup.py From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 12:39:12 2013 Return-Path: Delivered-To: svn-ports-head@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 A336AC8A; Sun, 24 Nov 2013 12:39:12 +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 912B72F31; Sun, 24 Nov 2013 12:39:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOCdCxe081032; Sun, 24 Nov 2013 12:39:12 GMT (envelope-from alexey@svn.freebsd.org) Received: (from alexey@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOCdABH081016; Sun, 24 Nov 2013 12:39:10 GMT (envelope-from alexey@svn.freebsd.org) Message-Id: <201311241239.rAOCdABH081016@svn.freebsd.org> From: Alexey Degtyarev Date: Sun, 24 Nov 2013 12:39:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334721 - in head/devel: awscli py-bcdoc py-botocore py-jmespath 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.16 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: Sun, 24 Nov 2013 12:39:12 -0000 Author: alexey Date: Sun Nov 24 12:39:10 2013 New Revision: 334721 URL: http://svnweb.freebsd.org/changeset/ports/334721 Log: * Update devel/awscli to 1.2.5 * Update devel/py-botocore 0.25.0 * Update devel/py-bcdoc to 0.11.0 * Update devel/py-jmespath to 0.1.0 * Add STAGE support in updated ports. Approved by: wg (mentor) Modified: head/devel/awscli/Makefile head/devel/awscli/distinfo head/devel/awscli/pkg-plist head/devel/py-bcdoc/Makefile head/devel/py-bcdoc/distinfo (contents, props changed) head/devel/py-botocore/Makefile head/devel/py-botocore/distinfo (contents, props changed) head/devel/py-botocore/pkg-plist (contents, props changed) head/devel/py-jmespath/Makefile head/devel/py-jmespath/distinfo (contents, props changed) Modified: head/devel/awscli/Makefile ============================================================================== --- head/devel/awscli/Makefile Sun Nov 24 12:29:13 2013 (r334720) +++ head/devel/awscli/Makefile Sun Nov 24 12:39:10 2013 (r334721) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= awscli -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.5 CATEGORIES= devel MASTER_SITES= CHEESESHOP MASTER_SITE_SUBDIR=source/a/awscli @@ -12,8 +12,8 @@ COMMENT= Universal Command Line Interfac LICENSE= AL2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcdoc>=0.10.0:${PORTSDIR}/devel/py-bcdoc \ - ${PYTHON_PKGNAMEPREFIX}botocore>=0.17:${PORTSDIR}/devel/py-botocore \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcdoc>=0.11.0:${PORTSDIR}/devel/py-bcdoc \ + ${PYTHON_PKGNAMEPREFIX}botocore>=0.25:${PORTSDIR}/devel/py-botocore \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:${PORTSDIR}/devel/py-colorama \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils \ ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:${PORTSDIR}/security/py-rsa \ @@ -22,11 +22,10 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcdo USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include .if ${PYTHON_REL} < 270 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse .endif .include Modified: head/devel/awscli/distinfo ============================================================================== --- head/devel/awscli/distinfo Sun Nov 24 12:29:13 2013 (r334720) +++ head/devel/awscli/distinfo Sun Nov 24 12:39:10 2013 (r334721) @@ -1,2 +1,2 @@ -SHA256 (awscli-1.1.0.tar.gz) = c3802d3274618d152fc3cd0946b8f5a131ab89318b3e8ba1d89d4d27c2ecb647 -SIZE (awscli-1.1.0.tar.gz) = 121538 +SHA256 (awscli-1.2.5.tar.gz) = cfcb2c8c2ca6b991e99436f6f8ca1f411866f02f3cfe1d4bc0e8ac70294ab3ea +SIZE (awscli-1.2.5.tar.gz) = 135537 Modified: head/devel/awscli/pkg-plist ============================================================================== --- head/devel/awscli/pkg-plist Sun Nov 24 12:29:13 2013 (r334720) +++ head/devel/awscli/pkg-plist Sun Nov 24 12:39:10 2013 (r334721) @@ -39,6 +39,15 @@ bin/aws_zsh_completer.sh %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/argrename.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/argrename.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/argrename.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/cloudtrail.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/cloudtrail.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/cloudtrail.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/commands.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/commands.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/commands.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/configure.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/configure.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/configure.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/dryrundocs.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/dryrundocs.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/dryrundocs.pyo @@ -75,6 +84,9 @@ bin/aws_zsh_completer.sh %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/removals.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/removals.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/removals.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/route53resourceid.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/route53resourceid.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/route53resourceid.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/__init__.pyo @@ -87,6 +99,9 @@ bin/aws_zsh_completer.sh %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/description.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/description.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/description.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/dochandler.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/dochandler.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/dochandler.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/executer.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/executer.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/executer.pyo @@ -114,6 +129,9 @@ bin/aws_zsh_completer.sh %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/utils.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/utils.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3/utils.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/service.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/service.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/service.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/sessendemail.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/sessendemail.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/sessendemail.pyo @@ -132,6 +150,7 @@ bin/aws_zsh_completer.sh %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/autoscaling/describe-auto-scaling-groups.rst %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/autoscaling/describe-auto-scaling-instances.rst %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/autoscaling/describe-scaling-activities.rst +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/autoscaling/update-auto-scaling-group.rst %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/cloudformation/create-stack.rst %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/cloudformation/describe-stacks.rst %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/cloudformation/get-template.rst @@ -337,29 +356,32 @@ bin/aws_zsh_completer.sh %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/table.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/table.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/table.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/text.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/text.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/text.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/utils.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/utils.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/utils.pyo -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/swf -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/storagegateway -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/sqs -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/sns -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ses -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/s3api -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/s3 -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/rds -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/opsworks -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ec2 -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/cloudwatch -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/cloudformation -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/autoscaling -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/data -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3 -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/swf +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/storagegateway +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/sqs +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/sns +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ses +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/s3api +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/s3 +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/redshift +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/rds +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/opsworks +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/iam +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/ec2 +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/cloudwatch +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/cloudformation +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples/autoscaling +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/examples +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/data +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations/s3 +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli/customizations +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/awscli +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% Modified: head/devel/py-bcdoc/Makefile ============================================================================== --- head/devel/py-bcdoc/Makefile Sun Nov 24 12:29:13 2013 (r334720) +++ head/devel/py-bcdoc/Makefile Sun Nov 24 12:39:10 2013 (r334721) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bcdoc -PORTVERSION= 0.10.0 +PORTVERSION= 0.11.0 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,5 +18,4 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docu USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include Modified: head/devel/py-bcdoc/distinfo ============================================================================== --- head/devel/py-bcdoc/distinfo Sun Nov 24 12:29:13 2013 (r334720) +++ head/devel/py-bcdoc/distinfo Sun Nov 24 12:39:10 2013 (r334721) @@ -1,2 +1,2 @@ -SHA256 (bcdoc-0.10.0.tar.gz) = 0c51950fde4b92374dbfeaa54639a7872fe0ff48047461d8032416762a183cea -SIZE (bcdoc-0.10.0.tar.gz) = 11558 +SHA256 (bcdoc-0.11.0.tar.gz) = ed6fc1d85ee57cb2b1c4a4e350e126e3c522511b9965cdd0c1d440c1fb8d8356 +SIZE (bcdoc-0.11.0.tar.gz) = 11309 Modified: head/devel/py-botocore/Makefile ============================================================================== --- head/devel/py-botocore/Makefile Sun Nov 24 12:29:13 2013 (r334720) +++ head/devel/py-botocore/Makefile Sun Nov 24 12:39:10 2013 (r334721) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= botocore -PORTVERSION= 0.19.0 +PORTVERSION= 0.25.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +13,11 @@ COMMENT= Low-level, core functionality o LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}jmespath>=0.0.2:${PORTSDIR}/devel/py-jmespath \ + ${PYTHON_PKGNAMEPREFIX}jmespath>=0.1.0:${PORTSDIR}/devel/py-jmespath \ ${PYTHON_PKGNAMEPREFIX}requests>=1.2.3:${PORTSDIR}/www/py-requests \ ${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six USE_PYTHON= yes USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include Modified: head/devel/py-botocore/distinfo ============================================================================== --- head/devel/py-botocore/distinfo Sun Nov 24 12:29:13 2013 (r334720) +++ head/devel/py-botocore/distinfo Sun Nov 24 12:39:10 2013 (r334721) @@ -1,2 +1,2 @@ -SHA256 (botocore-0.19.0.tar.gz) = 550afc369f4e45a02f276feae6235d7ccd76f49140d7619f1eef133bb383ec52 -SIZE (botocore-0.19.0.tar.gz) = 920647 +SHA256 (botocore-0.25.0.tar.gz) = b6ca6419fc584eb774c5e53a422e3d886c06f1736d2aca8c1d78da9409cd832d +SIZE (botocore-0.25.0.tar.gz) = 1375950 Modified: head/devel/py-botocore/pkg-plist ============================================================================== --- head/devel/py-botocore/pkg-plist Sun Nov 24 12:29:13 2013 (r334720) +++ head/devel/py-botocore/pkg-plist Sun Nov 24 12:39:10 2013 (r334721) @@ -31,6 +31,7 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/cloudformation.json %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/cloudfront.json %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/cloudsearch.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/cloudtrail.json %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/cloudwatch.json %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/datapipeline.json %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws/directconnect.json @@ -100,8 +101,233 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/utils.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/utils.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/utils.pyo -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/adapters.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/adapters.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/adapters.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/api.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/api.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/api.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/auth.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/auth.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/auth.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/cacert.pem +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/certs.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/certs.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/certs.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/compat.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/compat.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/compat.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/cookies.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/cookies.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/cookies.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/exceptions.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/exceptions.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/exceptions.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/hooks.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/hooks.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/hooks.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/models.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/models.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/models.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/__main__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/__main__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/__main__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/big5freq.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/big5freq.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/big5freq.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/big5prober.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/big5prober.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/big5prober.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/chardistribution.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/chardistribution.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/chardistribution.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/charsetgroupprober.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/charsetgroupprober.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/charsetgroupprober.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/charsetprober.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/charsetprober.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/charsetprober.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/codingstatemachine.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/codingstatemachine.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/codingstatemachine.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/compat.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/compat.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/compat.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/constants.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/constants.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/constants.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/cp949prober.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/cp949prober.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/cp949prober.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/escprober.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/escprober.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/escprober.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/escsm.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/escsm.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/escsm.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/eucjpprober.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/eucjpprober.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/eucjpprober.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/euckrfreq.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/euckrfreq.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/euckrfreq.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/euckrprober.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/euckrprober.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/euckrprober.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/euctwfreq.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/euctwfreq.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/euctwfreq.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/euctwprober.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/euctwprober.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/euctwprober.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/gb2312freq.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/gb2312freq.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/gb2312freq.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/gb2312prober.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/gb2312prober.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/gb2312prober.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/hebrewprober.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/hebrewprober.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/hebrewprober.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/jisfreq.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/jisfreq.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/jisfreq.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/jpcntx.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/jpcntx.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/jpcntx.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/langbulgarianmodel.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/langbulgarianmodel.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/langbulgarianmodel.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/langcyrillicmodel.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/langcyrillicmodel.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/langcyrillicmodel.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/langgreekmodel.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/langgreekmodel.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/langgreekmodel.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/langhebrewmodel.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/langhebrewmodel.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/langhebrewmodel.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/langhungarianmodel.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/langhungarianmodel.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/langhungarianmodel.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/langthaimodel.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/langthaimodel.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/langthaimodel.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/latin1prober.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/latin1prober.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/latin1prober.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/mbcharsetprober.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/mbcharsetprober.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/mbcharsetprober.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/mbcsgroupprober.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/mbcsgroupprober.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/mbcsgroupprober.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/mbcssm.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/mbcssm.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/mbcssm.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/sbcharsetprober.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/sbcharsetprober.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/sbcharsetprober.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/sbcsgroupprober.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/sbcsgroupprober.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/sbcsgroupprober.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/sjisprober.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/sjisprober.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/sjisprober.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/universaldetector.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/universaldetector.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/universaldetector.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/utf8prober.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/utf8prober.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade/utf8prober.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/_collections.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/_collections.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/_collections.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/connection.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/connection.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/connection.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/connectionpool.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/connectionpool.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/connectionpool.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/contrib/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/contrib/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/contrib/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/contrib/ntlmpool.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/contrib/ntlmpool.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/contrib/ntlmpool.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/contrib/pyopenssl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/contrib/pyopenssl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/contrib/pyopenssl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/exceptions.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/exceptions.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/exceptions.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/fields.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/fields.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/fields.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/filepost.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/filepost.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/filepost.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/packages/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/packages/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/packages/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/packages/ordered_dict.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/packages/ordered_dict.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/packages/ordered_dict.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/packages/six.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/packages/six.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/packages/six.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/poolmanager.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/poolmanager.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/poolmanager.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/request.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/request.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/request.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/response.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/response.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/response.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/util.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/util.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/util.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/sessions.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/sessions.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/sessions.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/status_codes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/status_codes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/status_codes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/structures.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/structures.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/structures.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/utils.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/utils.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/utils.pyo +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/packages/ssl_match_hostname +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/packages +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3/contrib +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/urllib3 +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages/charade +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests/packages +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored/requests +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/vendored +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data/aws +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore/data +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/botocore +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% Modified: head/devel/py-jmespath/Makefile ============================================================================== --- head/devel/py-jmespath/Makefile Sun Nov 24 12:29:13 2013 (r334720) +++ head/devel/py-jmespath/Makefile Sun Nov 24 12:39:10 2013 (r334721) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= jmespath -PORTVERSION= 0.0.3 +PORTVERSION= 0.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,5 +18,4 @@ USE_PYTHON= yes USE_PYDISTUTILS=easy_install PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/py-jmespath/distinfo ============================================================================== --- head/devel/py-jmespath/distinfo Sun Nov 24 12:29:13 2013 (r334720) +++ head/devel/py-jmespath/distinfo Sun Nov 24 12:39:10 2013 (r334721) @@ -1,2 +1,2 @@ -SHA256 (jmespath-0.0.3.tar.gz) = d9a6ff1b7bec5f8f255eb0b0b33ec4824c9ca8fa0cb10ac8070527caf98659b4 -SIZE (jmespath-0.0.3.tar.gz) = 8955 +SHA256 (jmespath-0.1.0.tar.gz) = 8113f1f4188e95a54d3cb91f03e34f291e77b980f57d8bbaf5386ccbe80dae6d +SIZE (jmespath-0.1.0.tar.gz) = 11548 From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 13:05:26 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 ESMTPS id 5F065103; Sun, 24 Nov 2013 13:05:26 +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 3486C204D; Sun, 24 Nov 2013 13:05:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOD5QFr093549; Sun, 24 Nov 2013 13:05:26 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOD5PCm093546; Sun, 24 Nov 2013 13:05:25 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201311241305.rAOD5PCm093546@svn.freebsd.org> From: Alex Kozlov Date: Sun, 24 Nov 2013 13:05:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334722 - head/games/wesnoth/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.16 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: Sun, 24 Nov 2013 13:05:26 -0000 Author: ak Date: Sun Nov 24 13:05:25 2013 New Revision: 334722 URL: http://svnweb.freebsd.org/changeset/ports/334722 Log: - Fix build with clang [1] PR: ports/183627 Reported by: Pavlo Greenberg Submitted by: Oleg Ginzburg [1] Approved by: Rusty Nejdl (maintainer) Added: head/games/wesnoth/files/patch-src-chat_events.hpp (contents, props changed) head/games/wesnoth/files/patch-src-server-metrics.hpp (contents, props changed) head/games/wesnoth/files/patch-src-server-user_handler.cpp (contents, props changed) Added: head/games/wesnoth/files/patch-src-chat_events.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/wesnoth/files/patch-src-chat_events.hpp Sun Nov 24 13:05:25 2013 (r334722) @@ -0,0 +1,10 @@ +--- src/chat_events.hpp.orig 2013-11-09 20:12:59.000000000 +0400 ++++ src/chat_events.hpp 2013-11-09 20:13:07.000000000 +0400 +@@ -20,6 +20,7 @@ + #include "global.hpp" + + #include ++#include + + namespace events { + Added: head/games/wesnoth/files/patch-src-server-metrics.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/wesnoth/files/patch-src-server-metrics.hpp Sun Nov 24 13:05:25 2013 (r334722) @@ -0,0 +1,10 @@ +--- src/server/metrics.hpp.orig 2013-11-09 20:10:45.000000000 +0400 ++++ src/server/metrics.hpp 2013-11-09 20:10:50.000000000 +0400 +@@ -27,6 +27,7 @@ + #endif + + #include "simple_wml.hpp" ++#include + + class metrics + { Added: head/games/wesnoth/files/patch-src-server-user_handler.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/wesnoth/files/patch-src-server-user_handler.cpp Sun Nov 24 13:05:25 2013 (r334722) @@ -0,0 +1,10 @@ +--- src/server/user_handler.cpp.orig 2013-11-09 20:09:08.000000000 +0400 ++++ src/server/user_handler.cpp 2013-11-09 20:09:19.000000000 +0400 +@@ -18,6 +18,7 @@ + #include "serialization/string_utils.hpp" + + #include ++#include + + bool user_handler::send_mail(const std::string& to_user, + const std::string& /*subject*/, const std::string& /*message*/) { From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 13:22:41 2013 Return-Path: Delivered-To: svn-ports-head@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 E9FB42C8; Sun, 24 Nov 2013 13:22:41 +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 CA5E920DD; Sun, 24 Nov 2013 13:22:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAODMfBU002342; Sun, 24 Nov 2013 13:22:41 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAODMfUu002336; Sun, 24 Nov 2013 13:22:41 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311241322.rAODMfUu002336@svn.freebsd.org> From: Kubilay Kocak Date: Sun, 24 Nov 2013 13:22:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334723 - in head: Mk lang/python27 lang/python27/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.16 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: Sun, 24 Nov 2013 13:22:42 -0000 Author: koobs Date: Sun Nov 24 13:22:40 2013 New Revision: 334723 URL: http://svnweb.freebsd.org/changeset/ports/334723 Log: lang/python27: Update to 2.7.6 - Update to 2.7.6 - Update pkg-plist - Temporarily override OPT:Olimit using CONFIGURE_ENV (ports/182952) [1] - Replace patch: extra-patch-configure-pth with CONFIGURE_ENV instead - Remove patch: patch-Modules-_ctypes-libffi_fficonfig.py.in [2] - QA: Clean up and group related USE_*, WRKSRC and CONFIGURE entries - QA: Whitespace alignment Changes: 2.7.6 - November 10, 2013 http://www.python.org/download/releases/2.7.6/ [1] Python removed OPT:Olimit in 3.2+, requested backport or alternative upstream patch: http://bugs.python.org/issue877121 [2] Upstreamed: http://bugs.python.org/issue18178 PR: ports/182952 PR: ports/156759 Reviewed by: antoine, mva Deleted: head/lang/python27/files/extra-patch-configure-pth head/lang/python27/files/patch-Modules-_ctypes-libffi_fficonfig.py.in Modified: head/Mk/bsd.python.mk head/lang/python27/Makefile head/lang/python27/distinfo (contents, props changed) head/lang/python27/pkg-plist Modified: head/Mk/bsd.python.mk ============================================================================== --- head/Mk/bsd.python.mk Sun Nov 24 13:05:25 2013 (r334722) +++ head/Mk/bsd.python.mk Sun Nov 24 13:22:40 2013 (r334723) @@ -378,9 +378,9 @@ PYTHON_VER= 3.1 # Python-2.7 .elif ${PYTHON_VERSION} == "python2.7" -PYTHON_PORTVERSION?= 2.7.5 +PYTHON_PORTVERSION?= 2.7.6 PYTHON_PORTSDIR= ${PORTSDIR}/lang/python27 -PYTHON_REL= 275 +PYTHON_REL= 276 PYTHON_SUFFIX= 27 PYTHON_VER= 2.7 Modified: head/lang/python27/Makefile ============================================================================== --- head/lang/python27/Makefile Sun Nov 24 13:05:25 2013 (r334722) +++ head/lang/python27/Makefile Sun Nov 24 13:22:40 2013 (r334723) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= python27 -PORTVERSION= 2.7.5 -PORTREVISION= 4 +PORTVERSION= 2.7.6 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} @@ -13,22 +12,24 @@ MAINTAINER= python@FreeBSD.org COMMENT= Interpreted object-oriented programming language DIST_SUBDIR= python -WRKSRC= ${PYTHON_WRKSRC}/portbld.static -PATCH_WRKSRC= ${PYTHON_WRKSRC} GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../configure # must be relative -CONFIGURE_ENV= SVNVERSION="echo freebsd" +CONFIGURE_ENV= SVNVERSION="echo freebsd" ac_cv_opt_olimit_ok=no MAKE_ENV= VPATH="${PYTHON_WRKSRC}" -USE_LDCONFIG= yes INSTALL_TARGET= altinstall MAN1= ${PYTHON_VERSION}.1 +USE_LDCONFIG= yes USE_PYTHON= yes USE_XZ= yes -PYTHON_VERSION= python2.7 + +PYTHON_VERSION= python2.7 PYTHON_NO_DEPENDS= yes +WRKSRC= ${PYTHON_WRKSRC}/portbld.static SHARED_WRKSRC= ${PYTHON_WRKSRC}/portbld.shared +PATCH_WRKSRC= ${PYTHON_WRKSRC} + PLIST= ${WRKDIR}/PLIST PLIST_TEMPLATE?=${PKGDIR}/pkg-plist PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \ @@ -87,7 +88,7 @@ SUB_LIST= SEM=${SEM_MSG} PLIST_SUB+= THREADS="" .if ${PORT_OPTIONS:MPTH} CONFIGURE_ARGS+= --with-pth --with-system-ffi -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-configure-pth +CONFIGURE_ENV+= ac_cv_pthread=no LIB_DEPENDS+= pth:${PORTSDIR}/devel/pth \ ffi:${PORTSDIR}/devel/libffi _PTH_CPPFLAGS= "-I${LOCALBASE}/include/pth" Modified: head/lang/python27/distinfo ============================================================================== --- head/lang/python27/distinfo Sun Nov 24 13:05:25 2013 (r334722) +++ head/lang/python27/distinfo Sun Nov 24 13:22:40 2013 (r334723) @@ -1,2 +1,2 @@ -SHA256 (python/Python-2.7.5.tar.xz) = f33c4cab167dc69e10962e1cebf1c0768e2d0e8575648130c20e6bda84551db1 -SIZE (python/Python-2.7.5.tar.xz) = 10252148 +SHA256 (python/Python-2.7.6.tar.xz) = 1fd68e81f8bf7386ff239b7faee9ba387129d2cf34eab13350bd8503a0bff6a1 +SIZE (python/Python-2.7.6.tar.xz) = 10431288 Modified: head/lang/python27/pkg-plist ============================================================================== --- head/lang/python27/pkg-plist Sun Nov 24 13:05:25 2013 (r334722) +++ head/lang/python27/pkg-plist Sun Nov 24 13:22:40 2013 (r334723) @@ -812,6 +812,7 @@ lib/lib%%PYTHON_VERSION%%.so.1 %%PYTHON_LIBDIR%%/lib2to3/tests/data/bom.py %%PYTHON_LIBDIR%%/lib2to3/tests/data/crlf.py %%PYTHON_LIBDIR%%/lib2to3/tests/data/different_encoding.py +%%PYTHON_LIBDIR%%/lib2to3/tests/data/false_encoding.py %%PYTHON_LIBDIR%%/lib2to3/tests/data/fixers/bad_order.py %%PYTHON_LIBDIR%%/lib2to3/tests/data/fixers/myfixes/__init__.py %%PYTHON_LIBDIR%%/lib2to3/tests/data/fixers/myfixes/fix_explicit.py @@ -1061,6 +1062,20 @@ lib/lib%%PYTHON_VERSION%%.so.1 %%PYTHON_LIBDIR%%/test/185test.db %%PYTHON_LIBDIR%%/test/Sine-1000Hz-300ms.aif %%PYTHON_LIBDIR%%/test/__init__.py +%%PYTHON_LIBDIR%%/test/audiodata/pluck-pcm24.aiff +%%PYTHON_LIBDIR%%/test/audiodata/pluck-pcm24.wav +%%PYTHON_LIBDIR%%/test/audiodata/pluck-pcm16.aiff +%%PYTHON_LIBDIR%%/test/audiodata/pluck-pcm16.au +%%PYTHON_LIBDIR%%/test/audiodata/pluck-pcm16.wav +%%PYTHON_LIBDIR%%/test/audiodata/pluck-pcm32.aiff +%%PYTHON_LIBDIR%%/test/audiodata/pluck-pcm32.au +%%PYTHON_LIBDIR%%/test/audiodata/pluck-pcm32.wav +%%PYTHON_LIBDIR%%/test/audiodata/pluck-pcm8.aiff +%%PYTHON_LIBDIR%%/test/audiodata/pluck-pcm8.au +%%PYTHON_LIBDIR%%/test/audiodata/pluck-pcm8.wav +%%PYTHON_LIBDIR%%/test/audiodata/pluck-ulaw.aifc +%%PYTHON_LIBDIR%%/test/audiodata/pluck-ulaw.au +%%PYTHON_LIBDIR%%/test/audiotests.py %%PYTHON_LIBDIR%%/test/audiotest.au %%PYTHON_LIBDIR%%/test/autotest.py %%PYTHON_LIBDIR%%/test/bad_coding.py @@ -1275,6 +1290,7 @@ lib/lib%%PYTHON_VERSION%%.so.1 %%PYTHON_LIBDIR%%/test/mapping_tests.py %%PYTHON_LIBDIR%%/test/math_testcases.txt %%PYTHON_LIBDIR%%/test/mp_fork_bomb.py +%%PYTHON_LIBDIR%%/test/nullbytecert.pem %%PYTHON_LIBDIR%%/test/nullcert.pem %%PYTHON_LIBDIR%%/test/outstanding_bugs.py %%PYTHON_LIBDIR%%/test/pickletester.py @@ -1478,6 +1494,7 @@ lib/lib%%PYTHON_VERSION%%.so.1 %%PYTHON_LIBDIR%%/test/test_htmlparser.py %%PYTHON_LIBDIR%%/test/test_httplib.py %%PYTHON_LIBDIR%%/test/test_httpservers.py +%%PYTHON_LIBDIR%%/test/test_idle.py %%PYTHON_LIBDIR%%/test/test_imageop.py %%PYTHON_LIBDIR%%/test/test_imaplib.py %%PYTHON_LIBDIR%%/test/test_imgfile.py @@ -1510,6 +1527,7 @@ lib/lib%%PYTHON_VERSION%%.so.1 %%PYTHON_LIBDIR%%/test/test_macos.py %%PYTHON_LIBDIR%%/test/test_macostools.py %%PYTHON_LIBDIR%%/test/test_macpath.py +%%PYTHON_LIBDIR%%/test/test_macurl2path.py %%PYTHON_LIBDIR%%/test/test_mailbox.py %%PYTHON_LIBDIR%%/test/test_marshal.py %%PYTHON_LIBDIR%%/test/test_math.py @@ -1533,6 +1551,7 @@ lib/lib%%PYTHON_VERSION%%.so.1 %%PYTHON_LIBDIR%%/test/test_netrc.py %%PYTHON_LIBDIR%%/test/test_new.py %%PYTHON_LIBDIR%%/test/test_nis.py +%%PYTHON_LIBDIR%%/test/test_nntplib.py %%PYTHON_LIBDIR%%/test/test_normalization.py %%PYTHON_LIBDIR%%/test/test_ntpath.py %%PYTHON_LIBDIR%%/test/test_old_mailbox.py @@ -1613,6 +1632,7 @@ lib/lib%%PYTHON_VERSION%%.so.1 %%PYTHON_LIBDIR%%/test/test_sqlite.py %%PYTHON_LIBDIR%%/test/test_ssl.py %%PYTHON_LIBDIR%%/test/test_startfile.py +%%PYTHON_LIBDIR%%/test/test_stat.py %%PYTHON_LIBDIR%%/test/test_str.py %%PYTHON_LIBDIR%%/test/test_strftime.py %%PYTHON_LIBDIR%%/test/test_string.py @@ -1624,6 +1644,7 @@ lib/lib%%PYTHON_VERSION%%.so.1 %%PYTHON_LIBDIR%%/test/test_structmembers.py %%PYTHON_LIBDIR%%/test/test_structseq.py %%PYTHON_LIBDIR%%/test/test_subprocess.py +%%PYTHON_LIBDIR%%/test/test_sunau.py %%PYTHON_LIBDIR%%/test/test_sunaudiodev.py %%PYTHON_LIBDIR%%/test/test_sundry.py %%PYTHON_LIBDIR%%/test/test_support.py @@ -2367,6 +2388,7 @@ lib/libpython2.7.a @dirrm %%PYTHON_LIBDIR%%/wsgiref @dirrm %%PYTHON_LIBDIR%%/unittest/test @dirrm %%PYTHON_LIBDIR%%/unittest +@dirrm %%PYTHON_LIBDIR%%/test/audiodata @dirrm %%PYTHON_LIBDIR%%/test/cjkencodings @dirrm %%PYTHON_LIBDIR%%/test/data @dirrm %%PYTHON_LIBDIR%%/test/decimaltestdata From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 13:34:50 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 ESMTPS id EF3D743B; Sun, 24 Nov 2013 13:34:50 +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 DEFE1213E; Sun, 24 Nov 2013 13:34:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAODYo9N007352; Sun, 24 Nov 2013 13:34:50 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAODYoYH007348; Sun, 24 Nov 2013 13:34:50 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201311241334.rAODYoYH007348@svn.freebsd.org> From: Antoine Brodin Date: Sun, 24 Nov 2013 13:34:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334724 - head/deskutils/dosage 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.16 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: Sun, 24 Nov 2013 13:34:51 -0000 Author: antoine Date: Sun Nov 24 13:34:50 2013 New Revision: 334724 URL: http://svnweb.freebsd.org/changeset/ports/334724 Log: Update to 2.7 Modified: head/deskutils/dosage/Makefile head/deskutils/dosage/distinfo Modified: head/deskutils/dosage/Makefile ============================================================================== --- head/deskutils/dosage/Makefile Sun Nov 24 13:22:40 2013 (r334723) +++ head/deskutils/dosage/Makefile Sun Nov 24 13:34:50 2013 (r334724) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dosage -PORTVERSION= 2.6 +PORTVERSION= 2.7 CATEGORIES= deskutils python MASTER_SITES= http://wummel.github.io/dosage/dist/ Modified: head/deskutils/dosage/distinfo ============================================================================== --- head/deskutils/dosage/distinfo Sun Nov 24 13:22:40 2013 (r334723) +++ head/deskutils/dosage/distinfo Sun Nov 24 13:34:50 2013 (r334724) @@ -1,2 +1,2 @@ -SHA256 (dosage-2.6.tar.gz) = 5f64a71896896cf983d4460c65c1edf2ac5571fceb1cbb5d4bba8b759826f846 -SIZE (dosage-2.6.tar.gz) = 388294 +SHA256 (dosage-2.7.tar.gz) = 578158a2ed7a38b7b5802c4ae411f578866dc3654611bd9a9188f957b7b833f8 +SIZE (dosage-2.7.tar.gz) = 388391 From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 13:36:03 2013 Return-Path: Delivered-To: svn-ports-head@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 0DC62524; Sun, 24 Nov 2013 13:36:03 +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 F19992147; Sun, 24 Nov 2013 13:36:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAODa2Os007737; Sun, 24 Nov 2013 13:36:02 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAODa2sU007736; Sun, 24 Nov 2013 13:36:02 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201311241336.rAODa2sU007736@svn.freebsd.org> From: Tijl Coosemans Date: Sun, 24 Nov 2013 13:36:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334725 - head/Mk 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.16 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: Sun, 24 Nov 2013 13:36:03 -0000 Author: tijl Date: Sun Nov 24 13:36:02 2013 New Revision: 334725 URL: http://svnweb.freebsd.org/changeset/ports/334725 Log: Typo in MASTER_SITE_APACHE. Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Sun Nov 24 13:34:50 2013 (r334724) +++ head/Mk/bsd.sites.mk Sun Nov 24 13:36:02 2013 (r334725) @@ -65,7 +65,7 @@ MASTER_SITE_APACHE+= \ http://ftp.twaren.net/Unix/Web/apache/%SUBDIR%/ \ http://apache.mirror.uber.com.au/%SUBDIR%/ \ http://apache.spd.co.il/%SUBDIR%/ \ - http://ftp.mirrorservice.org/sites/ftp.apache.org/%SUBDIR/ \ + http://ftp.mirrorservice.org/sites/ftp.apache.org/%SUBDIR%/ \ http://ftp-stud.fht-esslingen.de/pub/Mirrors/ftp.apache.org/dist/%SUBDIR%/ \ ftp://mir1.ovh.net/ftp.apache.org/dist/%SUBDIR%/ \ ftp://ftp.forthnet.gr/pub/www/apache/%SUBDIR%/ \ From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 13:47:49 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 ESMTPS id 3B85569D; Sun, 24 Nov 2013 13:47:49 +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 2A8B1219E; Sun, 24 Nov 2013 13:47:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAODln7G012624; Sun, 24 Nov 2013 13:47:49 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAODlnDO012623; Sun, 24 Nov 2013 13:47:49 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201311241347.rAODlnDO012623@svn.freebsd.org> From: Steve Wills Date: Sun, 24 Nov 2013 13:47:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334726 - head/devel/ruby-gems 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.16 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: Sun, 24 Nov 2013 13:47:49 -0000 Author: swills Date: Sun Nov 24 13:47:48 2013 New Revision: 334726 URL: http://svnweb.freebsd.org/changeset/ports/334726 Log: - Oops, fix plist Modified: head/devel/ruby-gems/pkg-plist Modified: head/devel/ruby-gems/pkg-plist ============================================================================== --- head/devel/ruby-gems/pkg-plist Sun Nov 24 13:36:02 2013 (r334725) +++ head/devel/ruby-gems/pkg-plist Sun Nov 24 13:47:48 2013 (r334726) @@ -84,6 +84,9 @@ bin/gem%%RUBY_VER_SHORT%% %%RUBY_SITELIBDIR%%/rubygems/source_index.rb %%RUBY_SITELIBDIR%%/rubygems/spec_fetcher.rb %%RUBY_SITELIBDIR%%/rubygems/specification.rb +%%RUBY_SITELIBDIR%%/rubygems/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem +%%RUBY_SITELIBDIR%%/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem +%%RUBY_SITELIBDIR%%/rubygems/ssl_certs/GeoTrustGlobalCA.pem %%RUBY_SITELIBDIR%%/rubygems/syck_hack.rb %%RUBY_SITELIBDIR%%/rubygems/test_case.rb %%RUBY_SITELIBDIR%%/rubygems/test_utilities.rb From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 14:03:45 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 ESMTPS id 01C8E82C; Sun, 24 Nov 2013 14:03:45 +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 D63192232; Sun, 24 Nov 2013 14:03:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOE3iGe020709; Sun, 24 Nov 2013 14:03:44 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOE3i5H020708; Sun, 24 Nov 2013 14:03:44 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311241403.rAOE3i5H020708@svn.freebsd.org> From: Kubilay Kocak Date: Sun, 24 Nov 2013 14:03:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334727 - in head/lang/python26: . 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.16 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: Sun, 24 Nov 2013 14:03:45 -0000 Author: koobs Date: Sun Nov 24 14:03:44 2013 New Revision: 334727 URL: http://svnweb.freebsd.org/changeset/ports/334727 Log: lang/python26: Fix CFLAGS in python-config where cc = clang - Temporarily override OPT:Olimit using CONFIGURE_ENV (ports/182952) [1] - Replace patch: extra-patch-configure-pth with CONFIGURE_ENV instead - QA: Clean up and group related USE_*, WRKSRC and CONFIGURE entries - QA: Whitespace alignment - QA: Clarify DEPRECATED message [1] Python removed OPT:Olimit in 3.2+, requested backport or alternative upstream patch: http://bugs.python.org/issue877121 PR: ports/182952 Submitted by: pawel Reviewed by: antoine Deleted: head/lang/python26/files/extra-patch-configure-pth Modified: head/lang/python26/Makefile Modified: head/lang/python26/Makefile ============================================================================== --- head/lang/python26/Makefile Sun Nov 24 13:47:48 2013 (r334726) +++ head/lang/python26/Makefile Sun Nov 24 14:03:44 2013 (r334727) @@ -3,6 +3,7 @@ PORTNAME= python26 PORTVERSION= 2.6.9 +PORTREVISION= 1 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} @@ -11,26 +12,28 @@ DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= python@FreeBSD.org COMMENT= Interpreted object-oriented programming language -DEPRECATED= This port reached its EoL upstream, please migrate to lang/python27 +DEPRECATED= Python 2.6 is now end-of-life, please migrate to lang/python27 EXPIRATION_DATE=2014-01-01 DIST_SUBDIR= python -WRKSRC= ${PYTHON_WRKSRC}/portbld.static -PATCH_WRKSRC= ${PYTHON_WRKSRC} GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../configure # must be relative -CONFIGURE_ENV= SVNVERSION="echo freebsd" +CONFIGURE_ENV= SVNVERSION="echo freebsd" ac_cv_opt_olimit_ok=no MAKE_ENV= VPATH="${PYTHON_WRKSRC}" -USE_LDCONFIG= yes INSTALL_TARGET= altinstall MAN1= ${PYTHON_VERSION}.1 +USE_LDCONFIG= yes USE_PYTHON= yes USE_XZ= yes -PYTHON_VERSION= python2.6 + +PYTHON_VERSION= python2.6 PYTHON_NO_DEPENDS= yes +WRKSRC= ${PYTHON_WRKSRC}/portbld.static SHARED_WRKSRC= ${PYTHON_WRKSRC}/portbld.shared +PATCH_WRKSRC= ${PYTHON_WRKSRC} + PLIST= ${WRKDIR}/PLIST PLIST_TEMPLATE?=${PKGDIR}/pkg-plist PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \ @@ -53,7 +56,7 @@ BINLINKS_SUB_PYTHON_VER= ${BINLINKS_SUB_ OPTIONS_DEFINE= THREADS SEM PTH PYMALLOC IPV6 FPECTL EXAMPLES NLS OPTIONS_DEFAULT= THREADS UCS4 PYMALLOC IPV6 -OPTIONS_SINGLE= UCS +OPTIONS_SINGLE= UCS OPTIONS_SINGLE_UCS= UCS2 UCS4 NLS_DESC= Enable Gettext support for the locale module @@ -92,7 +95,7 @@ SUB_LIST= SEM=${SEM_MSG} PLIST_SUB+= THREADS="" .if ${PORT_OPTIONS:MPTH} CONFIGURE_ARGS+= --with-pth -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-configure-pth +CONFIGURE_ENV+= ac_cv_pthread=no LIB_DEPENDS+= pth:${PORTSDIR}/devel/pth _PTH_CPPFLAGS= "-I${LOCALBASE}/include/pth" _PTH_LDFLAGS= "-L${LOCALBASE}/lib/pth" From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 14:05:30 2013 Return-Path: Delivered-To: svn-ports-head@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 CA690917; Sun, 24 Nov 2013 14:05:30 +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 A04FB223C; Sun, 24 Nov 2013 14:05:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOE5UtS021281; Sun, 24 Nov 2013 14:05:30 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOE5UQJ021280; Sun, 24 Nov 2013 14:05:30 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311241405.rAOE5UQJ021280@svn.freebsd.org> From: Kubilay Kocak Date: Sun, 24 Nov 2013 14:05:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334728 - head/lang/python31 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.16 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: Sun, 24 Nov 2013 14:05:30 -0000 Author: koobs Date: Sun Nov 24 14:05:30 2013 New Revision: 334728 URL: http://svnweb.freebsd.org/changeset/ports/334728 Log: lang/python31: Fix CFLAGS in python-config where cc = clang - Temporarily override OPT:Olimit using CONFIGURE_ENV (ports/182952) [1] - QA: Clean up and group related USE_*, WRKSRC and CONFIGURE entries - QA: Whitespace alignment - QA: Clarify DEPRECATED message [1] Python removed OPT:Olimit in 3.2+, requested backport or alternative upstream patch: http://bugs.python.org/issue877121 PR: ports/182952 Submitted by: pawel Reviewed by: antoine Modified: head/lang/python31/Makefile Modified: head/lang/python31/Makefile ============================================================================== --- head/lang/python31/Makefile Sun Nov 24 14:03:44 2013 (r334727) +++ head/lang/python31/Makefile Sun Nov 24 14:05:30 2013 (r334728) @@ -2,7 +2,7 @@ PORTNAME= python31 PORTVERSION= 3.1.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang python ipv6 MASTER_SITES= PYTHON MASTER_SITE_SUBDIR= ${PYTHON_MASTER_SITE_SUBDIR} @@ -11,26 +11,28 @@ DISTFILES= ${PYTHON_DISTFILE} MAINTAINER= python@FreeBSD.org COMMENT= Interpreted object-oriented programming language -DEPRECATED= This port will reach it's EoL upstream soon, please migrate to lang/python33 +DEPRECATED= Python 3.1 will be end-of-life soon, please migrate to lang/python33 EXPIRATION_DATE=2014-06-01 DIST_SUBDIR= python -WRKSRC= ${PYTHON_WRKSRC}/portbld.static -PATCH_WRKSRC= ${PYTHON_WRKSRC} GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../configure # must be relative -CONFIGURE_ENV= OPT="" SVNVERSION="echo freebsd" +CONFIGURE_ENV= OPT="" SVNVERSION="echo freebsd" ac_cv_opt_olimit_ok=no MAKE_ENV= VPATH="${PYTHON_WRKSRC}" -USE_LDCONFIG= yes INSTALL_TARGET= altinstall MAN1= ${PYTHON_VERSION}.1 +USE_LDCONFIG= yes USE_PYTHON= yes USE_XZ= yes + PYTHON_VERSION= python3.1 PYTHON_NO_DEPENDS= yes +WRKSRC= ${PYTHON_WRKSRC}/portbld.static SHARED_WRKSRC= ${PYTHON_WRKSRC}/portbld.shared +PATCH_WRKSRC= ${PYTHON_WRKSRC} + PLIST= ${WRKDIR}/PLIST PLIST_TEMPLATE?=${PKGDIR}/pkg-plist PLIST_SUB= PYVER=${PYTHON_VERSION:S/python//} \ From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 14:20:08 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 ESMTPS id D5096B7D; Sun, 24 Nov 2013 14:20:08 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 983ED22DE; Sun, 24 Nov 2013 14:20:08 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 3B872BDC72; Sun, 24 Nov 2013 15:20:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=SsqWPQzqV7D jKZcilG/a13O5ccQ=; b=wwxOotLg6kWO7nS7lrQKzF7DV4QRLOSDVnN/hcDxfhe PTdMM29HJG7p+yIcMVIxXtu2p+1DMNkB1p5bG54R/z9F0nSXbhmRSqNQKY+XX+P/ GbWdnoliWMr4ar60KL/sLpdL8Jwc1oBZv5Ggzw/zja0h8880Y2mBgSJP2Oior3SY = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id ECFE4BDC56; Sun, 24 Nov 2013 15:20:05 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id AB380C86779C; Sun, 24 Nov 2013 15:20:05 +0100 (CET) Date: Sun, 24 Nov 2013 15:20:05 +0100 From: Mathieu Arnold To: Steve Wills , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r334726 - head/devel/ruby-gems Message-ID: <48F67A1F14E96B6C8A381210@atuin.in.mat.cc> In-Reply-To: <201311241347.rAODlnDO012623@svn.freebsd.org> References: <201311241347.rAODlnDO012623@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Sun, 24 Nov 2013 14:20:08 -0000 +--On 24 novembre 2013 13:47:49 +0000 Steve Wills wrote: | Author: swills | Date: Sun Nov 24 13:47:48 2013 | New Revision: 334726 | URL: http://svnweb.freebsd.org/changeset/ports/334726 | | Log: | - Oops, fix plist You should bump portrevision. -- Mathieu Arnold From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 14:21:09 2013 Return-Path: Delivered-To: svn-ports-head@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 1EE1BC67; Sun, 24 Nov 2013 14:21:09 +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 F3F92230B; Sun, 24 Nov 2013 14:21:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOEL8mQ029559; Sun, 24 Nov 2013 14:21:08 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOEL8mB029555; Sun, 24 Nov 2013 14:21:08 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201311241421.rAOEL8mB029555@svn.freebsd.org> From: "Vanilla I. Shu" Date: Sun, 24 Nov 2013 14:21:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334729 - in head/www: nginx nginx-devel 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.16 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: Sun, 24 Nov 2013 14:21:09 -0000 Author: vanilla Date: Sun Nov 24 14:21:07 2013 New Revision: 334729 URL: http://svnweb.freebsd.org/changeset/ports/334729 Log: Update rtmp module to 1.0.6. Approved by: osa@ (maintainer) Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx/Makefile head/www/nginx/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sun Nov 24 14:05:30 2013 (r334728) +++ head/www/nginx-devel/Makefile Sun Nov 24 14:21:07 2013 (r334729) @@ -701,12 +701,11 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/a .endif .if ${PORT_OPTIONS:MRTMP} -NGINX_RTMP_VERSION= 1.0.3 -GIT_RTMP_VERSION= 0-g7749d54 +NGINX_RTMP_VERSION= 1.0.6 FETCH_ARGS= -pRr -MASTER_SITES+= https://github.com/arut/nginx-rtmp-module/tarball/v${NGINX_RTMP_VERSION}/:rtmp -DISTFILES+= arut-rtmp-nginx-module-v${NGINX_RTMP_VERSION}-${GIT_RTMP_VERSION}.tar.gz:rtmp -CONFIGURE_ARGS+=--add-module=${WRKDIR}/arut-nginx-rtmp-module-${GIT_RTMP_VERSION:S/^0-g//} +MASTER_SITES+= https://github.com/arut/nginx-rtmp-module/archive/v${NGINX_RTMP_VERSION}/:rtmp +DISTFILES+= rtmp-nginx-module-v${NGINX_RTMP_VERSION}.tar.gz:rtmp +CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx-rtmp-module-${NGINX_RTMP_VERSION} .endif .if ${PORT_OPTIONS:MSET_MISC} Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sun Nov 24 14:05:30 2013 (r334728) +++ head/www/nginx-devel/distinfo Sun Nov 24 14:21:07 2013 (r334729) @@ -82,8 +82,8 @@ SHA256 (agentzh-rds-json-nginx-module-v0 SIZE (agentzh-rds-json-nginx-module-v0.12rc10-0-g74c21b3.tar.gz) = 32794 SHA256 (agentzh-redis2-nginx-module-v0.10-0-g78a7622.tar.gz) = c2a164df07759d2a45beacc1f72316be84e9348b7ae5509723eabd2d61cb4897 SIZE (agentzh-redis2-nginx-module-v0.10-0-g78a7622.tar.gz) = 29850 -SHA256 (arut-rtmp-nginx-module-v1.0.3-0-g7749d54.tar.gz) = 32420855317610b13d29070d855e67249df251e67c54ffed17384c973ecfb5b6 -SIZE (arut-rtmp-nginx-module-v1.0.3-0-g7749d54.tar.gz) = 446482 +SHA256 (rtmp-nginx-module-v1.0.6.tar.gz) = 73517eb1c6bdd4e25fcf59d061dfe655b9bcd001c10eb2986344775309820408 +SIZE (rtmp-nginx-module-v1.0.6.tar.gz) = 450498 SHA256 (agentzh-set-misc-nginx-module-v0.22rc8-0-g658c235.tar.gz) = 7ade6dc6d18b5ab3c2e21a4a1139359e351525ac03f34e2508e5704f157024bd SIZE (agentzh-set-misc-nginx-module-v0.22rc8-0-g658c235.tar.gz) = 37053 SHA256 (nginx-sflow-module-0.9.6.tar.gz) = 5e80d1f8e5ba0963445d8245e09de0cf289936ae9feecb11c5e3a77d021f1ad0 Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sun Nov 24 14:05:30 2013 (r334728) +++ head/www/nginx/Makefile Sun Nov 24 14:21:07 2013 (r334729) @@ -701,12 +701,11 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/a .endif .if ${PORT_OPTIONS:MRTMP} -NGINX_RTMP_VERSION= 1.0.3 -GIT_RTMP_VERSION= 0-g7749d54 +NGINX_RTMP_VERSION= 1.0.6 FETCH_ARGS= -pRr -MASTER_SITES+= https://github.com/arut/nginx-rtmp-module/tarball/v${NGINX_RTMP_VERSION}/:rtmp -DISTFILES+= arut-rtmp-nginx-module-v${NGINX_RTMP_VERSION}-${GIT_RTMP_VERSION}.tar.gz:rtmp -CONFIGURE_ARGS+=--add-module=${WRKDIR}/arut-nginx-rtmp-module-${GIT_RTMP_VERSION:S/^0-g//} +MASTER_SITES+= https://github.com/arut/nginx-rtmp-module/archive/v${NGINX_RTMP_VERSION}/:rtmp +DISTFILES+= rtmp-nginx-module-v${NGINX_RTMP_VERSION}.tar.gz:rtmp +CONFIGURE_ARGS+=--add-module=${WRKDIR}/nginx-rtmp-module-${NGINX_RTMP_VERSION} .endif .if ${PORT_OPTIONS:MSET_MISC} Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Sun Nov 24 14:05:30 2013 (r334728) +++ head/www/nginx/distinfo Sun Nov 24 14:21:07 2013 (r334729) @@ -84,8 +84,8 @@ SHA256 (agentzh-rds-json-nginx-module-v0 SIZE (agentzh-rds-json-nginx-module-v0.12rc10-0-g74c21b3.tar.gz) = 32794 SHA256 (agentzh-redis2-nginx-module-v0.10-0-g78a7622.tar.gz) = c2a164df07759d2a45beacc1f72316be84e9348b7ae5509723eabd2d61cb4897 SIZE (agentzh-redis2-nginx-module-v0.10-0-g78a7622.tar.gz) = 29850 -SHA256 (arut-rtmp-nginx-module-v1.0.3-0-g7749d54.tar.gz) = 32420855317610b13d29070d855e67249df251e67c54ffed17384c973ecfb5b6 -SIZE (arut-rtmp-nginx-module-v1.0.3-0-g7749d54.tar.gz) = 446482 +SHA256 (rtmp-nginx-module-v1.0.6.tar.gz) = 73517eb1c6bdd4e25fcf59d061dfe655b9bcd001c10eb2986344775309820408 +SIZE (rtmp-nginx-module-v1.0.6.tar.gz) = 450498 SHA256 (agentzh-set-misc-nginx-module-v0.22rc8-0-g658c235.tar.gz) = 7ade6dc6d18b5ab3c2e21a4a1139359e351525ac03f34e2508e5704f157024bd SIZE (agentzh-set-misc-nginx-module-v0.22rc8-0-g658c235.tar.gz) = 37053 SHA256 (nginx-sflow-module-0.9.6.tar.gz) = 5e80d1f8e5ba0963445d8245e09de0cf289936ae9feecb11c5e3a77d021f1ad0 From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 14:52:29 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 ESMTPS id 414C9CE; Sun, 24 Nov 2013 14:52:29 +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 30EE6245F; Sun, 24 Nov 2013 14:52:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOEqTb6043180; Sun, 24 Nov 2013 14:52:29 GMT (envelope-from alexey@svn.freebsd.org) Received: (from alexey@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOEqTKL043179; Sun, 24 Nov 2013 14:52:29 GMT (envelope-from alexey@svn.freebsd.org) Message-Id: <201311241452.rAOEqTKL043179@svn.freebsd.org> From: Alexey Degtyarev Date: Sun, 24 Nov 2013 14:52:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334730 - head/devel/py-colorama 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.16 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: Sun, 24 Nov 2013 14:52:29 -0000 Author: alexey Date: Sun Nov 24 14:52:28 2013 New Revision: 334730 URL: http://svnweb.freebsd.org/changeset/ports/334730 Log: * Use PYDISTUTILS_AUTOPLIST * STAGE support Approved by: wg (mentor) Deleted: head/devel/py-colorama/pkg-plist Modified: head/devel/py-colorama/Makefile Modified: head/devel/py-colorama/Makefile ============================================================================== --- head/devel/py-colorama/Makefile Sun Nov 24 14:21:07 2013 (r334729) +++ head/devel/py-colorama/Makefile Sun Nov 24 14:52:28 2013 (r334730) @@ -14,6 +14,6 @@ LICENSE= BSD USE_PYTHON= yes USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 14:53:41 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 ESMTPS id 8D0541EB; Sun, 24 Nov 2013 14:53:41 +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 7C68F246C; Sun, 24 Nov 2013 14:53:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOErfwi043551; Sun, 24 Nov 2013 14:53:41 GMT (envelope-from alexey@svn.freebsd.org) Received: (from alexey@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOErelT043543; Sun, 24 Nov 2013 14:53:40 GMT (envelope-from alexey@svn.freebsd.org) Message-Id: <201311241453.rAOErelT043543@svn.freebsd.org> From: Alexey Degtyarev Date: Sun, 24 Nov 2013 14:53:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334731 - in head/devel: awscli py-bcdoc py-botocore 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.16 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: Sun, 24 Nov 2013 14:53:41 -0000 Author: alexey Date: Sun Nov 24 14:53:40 2013 New Revision: 334731 URL: http://svnweb.freebsd.org/changeset/ports/334731 Log: Use PYDISTUTILS_AUTOPLIST. Approved by: wg (mentor) Deleted: head/devel/awscli/pkg-plist head/devel/py-bcdoc/pkg-plist head/devel/py-botocore/pkg-plist Modified: head/devel/awscli/Makefile head/devel/py-bcdoc/Makefile head/devel/py-botocore/Makefile Modified: head/devel/awscli/Makefile ============================================================================== --- head/devel/awscli/Makefile Sun Nov 24 14:52:28 2013 (r334730) +++ head/devel/awscli/Makefile Sun Nov 24 14:53:40 2013 (r334731) @@ -21,6 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcdo USE_PYTHON= yes USE_PYDISTUTILS=easy_install +PYDISTUTILS_AUTOPLIST= yes .include Modified: head/devel/py-bcdoc/Makefile ============================================================================== --- head/devel/py-bcdoc/Makefile Sun Nov 24 14:52:28 2013 (r334730) +++ head/devel/py-bcdoc/Makefile Sun Nov 24 14:53:40 2013 (r334731) @@ -17,5 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}docu USE_PYTHON= yes USE_PYDISTUTILS=easy_install +PYDISTUTILS_AUTOPLIST= yes .include Modified: head/devel/py-botocore/Makefile ============================================================================== --- head/devel/py-botocore/Makefile Sun Nov 24 14:52:28 2013 (r334730) +++ head/devel/py-botocore/Makefile Sun Nov 24 14:53:40 2013 (r334731) @@ -19,5 +19,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}date USE_PYTHON= yes USE_PYDISTUTILS=easy_install +PYDISTUTILS_AUTOPLIST= yes .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 15:03:54 2013 Return-Path: Delivered-To: svn-ports-head@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 F174C52E; Sun, 24 Nov 2013 15:03:53 +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 E0B1C24DF; Sun, 24 Nov 2013 15:03:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOF3rmd048601; Sun, 24 Nov 2013 15:03:53 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOF3qDj048587; Sun, 24 Nov 2013 15:03:52 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201311241503.rAOF3qDj048587@svn.freebsd.org> From: Andrej Zverev Date: Sun, 24 Nov 2013 15:03:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334732 - in head/mail/majordomo: . 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.16 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: Sun, 24 Nov 2013 15:03:54 -0000 Author: az Date: Sun Nov 24 15:03:51 2013 New Revision: 334732 URL: http://svnweb.freebsd.org/changeset/ports/334732 Log: - Add patches to allow run under perl 5.16 PR: ports/183863 Submitted by: wolfgang@lyxys.ka.sub.org With hat: perl@ Added: head/mail/majordomo/files/patch-approve (contents, props changed) head/mail/majordomo/files/patch-archive2.pl (contents, props changed) head/mail/majordomo/files/patch-config-test (contents, props changed) head/mail/majordomo/files/patch-contrib__sequencer (contents, props changed) head/mail/majordomo/files/patch-majordomo (contents, props changed) head/mail/majordomo/files/patch-md-sub__md-sub.cgi (contents, props changed) head/mail/majordomo/files/patch-resend (contents, props changed) Modified: head/mail/majordomo/Makefile Modified: head/mail/majordomo/Makefile ============================================================================== --- head/mail/majordomo/Makefile Sun Nov 24 14:53:40 2013 (r334731) +++ head/mail/majordomo/Makefile Sun Nov 24 15:03:51 2013 (r334732) @@ -3,7 +3,7 @@ PORTNAME= majordomo PORTVERSION= 1.94.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= mail MASTER_SITES= ftp://ftp.nuug.no/pub/anders/distfiles/ \ ftp://ftp.sgi.com/other/majordomo/1.94.5/ \ Added: head/mail/majordomo/files/patch-approve ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/majordomo/files/patch-approve Sun Nov 24 15:03:51 2013 (r334732) @@ -0,0 +1,14 @@ +--- ./approve.orig 2013-11-24 18:53:39.307114948 +0400 ++++ ./approve 2013-11-24 18:45:58.000000000 +0400 +@@ -70,9 +70,9 @@ + if !$MAILER; + + +-require "getopts.pl"; ++use Getopt::Std; + +-&Getopts("df:") || ++getopts("df:") || + die("USAGE: approve [-f ] [-d] [ ...]\nStopped"); + + if (!defined($opt_f)) { Added: head/mail/majordomo/files/patch-archive2.pl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/majordomo/files/patch-archive2.pl Sun Nov 24 15:03:51 2013 (r334732) @@ -0,0 +1,29 @@ +--- ./archive2.pl.orig 2013-11-24 18:52:35.932149986 +0400 ++++ ./archive2.pl 2013-11-24 18:49:56.000000000 +0400 +@@ -74,7 +74,7 @@ + + # All these should be in the standard PERL library + unshift(@INC, $homedir); +-require "ctime.pl"; # To get MoY definitions for month abbrevs ++use POSIX qw(ctime); + require "majordomo_version.pl"; # What version of Majordomo is this? + require "majordomo.pl"; # all sorts of general-purpose Majordomo subs + require "shlock.pl"; # NNTP-style file locking +@@ -85,7 +85,7 @@ + + # Here's where the fun begins... + +-require "getopts.pl"; ++use Getopt::Std; + + $m = 1; + foreach (@ctime'MoY) { +@@ -94,7 +94,7 @@ + + $usage = "Usage: $0 -f {-u|-a} [-d|-D|-m|-M|-y|-Y] [file ...]"; + +-&Getopts("f:uadDmMyY") || die("$usage\nStopped"); ++getopts("f:uadDmMyY") || die("$usage\nStopped"); + + if (!defined($opt_f)) { + print STDERR "'-f ' required\n$usage\n"; Added: head/mail/majordomo/files/patch-config-test ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/majordomo/files/patch-config-test Sun Nov 24 15:03:51 2013 (r334732) @@ -0,0 +1,13 @@ +--- ./config-test.orig 2013-11-24 18:52:22.394976553 +0400 ++++ ./config-test 2013-11-24 18:49:26.000000000 +0400 +@@ -7,8 +7,8 @@ + # execute this by cd to your majordomo dir, then 'wrapper config-test' + # + +-@requires = ( "ctime.pl", +- "majordomo_version.pl", ++use POSIX qw(ctime); ++@requires = ( "majordomo_version.pl", + "majordomo.pl", + "shlock.pl", + "config_parse.pl", Added: head/mail/majordomo/files/patch-contrib__sequencer ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/majordomo/files/patch-contrib__sequencer Sun Nov 24 15:03:51 2013 (r334732) @@ -0,0 +1,18 @@ +--- ./contrib/sequencer.orig 2013-11-24 18:53:58.067356022 +0400 ++++ ./contrib/sequencer 2013-11-24 18:48:32.000000000 +0400 +@@ -59,13 +59,13 @@ + + chdir($homedir) || die("Can't chdir(\"$homedir\"): $!"); + unshift(@INC, $homedir); ++use Getopt::Std; + require "majordomo.pl"; + require "majordomo_version.pl"; +-require "getopts.pl"; + require "config_parse.pl"; + require "shlock.pl"; + +-&Getopts("Aa:df:h:I:l:m:M:nNp:Rr:s") || die("sequencer: Getopts() failed: $!"); ++getopts("Aa:df:h:I:l:m:M:nNp:Rr:s") || die("sequencer: Getopts() failed: $!"); + + if (! defined($opt_l) || ! defined($opt_h)) { + die("sequencer: must specify both '-l list' and '-h host' arguments"); Added: head/mail/majordomo/files/patch-majordomo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/majordomo/files/patch-majordomo Sun Nov 24 15:03:51 2013 (r334732) @@ -0,0 +1,11 @@ +--- ./majordomo.orig 2013-11-24 18:52:53.333372091 +0400 ++++ ./majordomo 2013-11-24 18:50:33.000000000 +0400 +@@ -71,7 +71,7 @@ + + # All these should be in the standard PERL library + unshift(@INC, $homedir); +-require "ctime.pl"; # To get MoY definitions for month abbrevs ++use POSIX qw(ctime); # To get MoY definitions for month abbrevs + require "majordomo_version.pl"; # What version of Majordomo is this? + require "majordomo.pl"; # all sorts of general-purpose Majordomo subs + require "shlock.pl"; # NNTP-style file locking Added: head/mail/majordomo/files/patch-md-sub__md-sub.cgi ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/majordomo/files/patch-md-sub__md-sub.cgi Sun Nov 24 15:03:51 2013 (r334732) @@ -0,0 +1,20 @@ +--- ./md-sub/md-sub.cgi.orig 2013-11-24 18:54:07.634476295 +0400 ++++ ./md-sub/md-sub.cgi 2013-11-24 18:47:15.000000000 +0400 +@@ -78,7 +78,7 @@ + # + # Required file + require 'cgi-lib.pl'; +-require 'getopts.pl'; ++use Getopt::Std; + + # + # Version number +@@ -90,7 +90,7 @@ + + # + # Call Getopts +-&Getopts( 'C:v'); ++getopts( 'C:v'); + + # + # Check to see if we are creating a DB Added: head/mail/majordomo/files/patch-resend ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/majordomo/files/patch-resend Sun Nov 24 15:03:51 2013 (r334732) @@ -0,0 +1,23 @@ +--- ./resend.orig 2013-11-24 18:53:15.076805222 +0400 ++++ ./resend 2013-11-24 18:50:15.000000000 +0400 +@@ -71,8 +71,9 @@ + # getopts.pl was place where it's supposed to be. This changes previous + # behavior which allowed getopts.pl to be in the same place as + # majordomo.cf. +-require "getopts.pl"; +-&Getopts("C:c:Aa:df:h:I:l:M:p:Rr:s") || die("resend: Getopts() failed: $!"); ++use Getopt::Std; ++ ++getopts("C:c:Aa:df:h:I:l:M:p:Rr:s") || die("resend: Getopts() failed: $!"); + + if (! defined($opt_l)) { + die("resend: must specify '-l list'"); +@@ -105,7 +106,7 @@ + chdir($homedir) || die("Can't chdir(\"$homedir\"): $!"); + + unshift(@INC, $homedir); +-require "ctime.pl"; # For logging purposes ++use POSIX qw(ctime); # For logging purposes + require "majordomo.pl"; + require "majordomo_version.pl"; + require "config_parse.pl"; From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 15:20:33 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 ESMTPS id 6C205776; Sun, 24 Nov 2013 15:20:33 +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 4C99B257A; Sun, 24 Nov 2013 15:20:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOFKX6L055016; Sun, 24 Nov 2013 15:20:33 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOFKWTe055013; Sun, 24 Nov 2013 15:20:32 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201311241520.rAOFKWTe055013@svn.freebsd.org> From: Andrej Zverev Date: Sun, 24 Nov 2013 15:20:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334733 - head/databases/p5-DBICx-TestDatabase 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.16 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: Sun, 24 Nov 2013 15:20:33 -0000 Author: az Date: Sun Nov 24 15:20:32 2013 New Revision: 334733 URL: http://svnweb.freebsd.org/changeset/ports/334733 Log: - Update to 0.05 - Add LICENSE - Add STAGE support PR: ports/184190 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Approved by: maintainer (miwi@ is AFK) Modified: head/databases/p5-DBICx-TestDatabase/Makefile head/databases/p5-DBICx-TestDatabase/distinfo (contents, props changed) head/databases/p5-DBICx-TestDatabase/pkg-plist (contents, props changed) Modified: head/databases/p5-DBICx-TestDatabase/Makefile ============================================================================== --- head/databases/p5-DBICx-TestDatabase/Makefile Sun Nov 24 15:03:51 2013 (r334732) +++ head/databases/p5-DBICx-TestDatabase/Makefile Sun Nov 24 15:20:32 2013 (r334733) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= DBICx-TestDatabase -PORTVERSION= 0.04 -PORTREVISION= 1 +PORTVERSION= 0.05 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JROCKWAY @@ -12,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= miwi@FreeBSD.org COMMENT= Module to create temporary database from a DBIx::Class::Schema +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-DBIx-Class>=0.07005:${PORTSDIR}/databases/p5-DBIx-Class \ p5-DBD-SQLite>=1.12:${PORTSDIR}/databases/p5-DBD-SQLite \ p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator @@ -23,8 +25,4 @@ TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSD USES= perl5 USE_PERL5= configure -MAN3= DBICx::TestDatabase.3 \ - DBICx::TestDatabase::Subclass.3 - -NO_STAGE= yes .include Modified: head/databases/p5-DBICx-TestDatabase/distinfo ============================================================================== --- head/databases/p5-DBICx-TestDatabase/distinfo Sun Nov 24 15:03:51 2013 (r334732) +++ head/databases/p5-DBICx-TestDatabase/distinfo Sun Nov 24 15:20:32 2013 (r334733) @@ -1,2 +1,2 @@ -SHA256 (DBICx-TestDatabase-0.04.tar.gz) = 5c67cbe777fd0de8f37c546d2d558398f7b64d049728015fad3a8dc73a58e97b -SIZE (DBICx-TestDatabase-0.04.tar.gz) = 20120 +SHA256 (DBICx-TestDatabase-0.05.tar.gz) = 8e3bc2530b01216188c3aa65acdbd2f59c4e631f3ae085dfc439abd89f8f0acf +SIZE (DBICx-TestDatabase-0.05.tar.gz) = 21574 Modified: head/databases/p5-DBICx-TestDatabase/pkg-plist ============================================================================== --- head/databases/p5-DBICx-TestDatabase/pkg-plist Sun Nov 24 15:03:51 2013 (r334732) +++ head/databases/p5-DBICx-TestDatabase/pkg-plist Sun Nov 24 15:20:32 2013 (r334733) @@ -1,6 +1,8 @@ %%SITE_PERL%%/DBICx/TestDatabase.pm %%SITE_PERL%%/DBICx/TestDatabase/Subclass.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBICx/TestDatabase/.packlist +%%PERL5_MAN3%%/DBICx::TestDatabase.3.gz +%%PERL5_MAN3%%/DBICx::TestDatabase::Subclass.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBICx/TestDatabase @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBICx @dirrmtry %%SITE_PERL%%/DBICx/TestDatabase From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 15:29:33 2013 Return-Path: Delivered-To: svn-ports-head@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 273DF88C; Sun, 24 Nov 2013 15:29:33 +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 1659F2597; Sun, 24 Nov 2013 15:29:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOFTWAh057039; Sun, 24 Nov 2013 15:29:32 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOFTWYO057038; Sun, 24 Nov 2013 15:29:32 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311241529.rAOFTWYO057038@svn.freebsd.org> From: Kubilay Kocak Date: Sun, 24 Nov 2013 15:29:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334734 - head/dns/ldns 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.16 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: Sun, 24 Nov 2013 15:29:33 -0000 Author: koobs Date: Sun Nov 24 15:29:32 2013 New Revision: 334734 URL: http://svnweb.freebsd.org/changeset/ports/334734 Log: dns/ldns: Fix packaging list for ldns-config PR: ports/182709 Submitted by: Horia Racoviceanu Approved by: maintainer Modified: head/dns/ldns/pkg-plist (contents, props changed) Modified: head/dns/ldns/pkg-plist ============================================================================== --- head/dns/ldns/pkg-plist Sun Nov 24 15:20:32 2013 (r334733) +++ head/dns/ldns/pkg-plist Sun Nov 24 15:29:32 2013 (r334734) @@ -1,6 +1,6 @@ +bin/ldns-config %%EXAMPLES%%bin/ldns-chaos %%EXAMPLES%%bin/ldns-compare-zones -%%EXAMPLES%%bin/ldns-config %%EXAMPLES%%bin/ldns-dpa %%EXAMPLES%%bin/ldns-dane %%EXAMPLES%%bin/ldns-gen-zone From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 15:34:49 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 ESMTPS id C03A7A1C; Sun, 24 Nov 2013 15:34:49 +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 AF9B02605; Sun, 24 Nov 2013 15:34:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOFYnSp064425; Sun, 24 Nov 2013 15:34:49 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOFYnKA064424; Sun, 24 Nov 2013 15:34:49 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201311241534.rAOFYnKA064424@svn.freebsd.org> From: Bryan Drewery Date: Sun, 24 Nov 2013 15:34:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334735 - head/russian/koi8r-ps 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.16 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: Sun, 24 Nov 2013 15:34:49 -0000 Author: bdrewery Date: Sun Nov 24 15:34:49 2013 New Revision: 334735 URL: http://svnweb.freebsd.org/changeset/ports/334735 Log: - Fix index spam and bmake warning "Makefile", line 23: warning: "/bin/sh /usr/ports/russian/koi8r-ps/files/find-fontmap.sh" returned non-zero status WARNING (russian/koi8r-ps): GhostScript not found in PATH WARNING (russian/koi8r-ps): "Makefile", line 23: warning: "/bin/sh /usr/ports/russian/koi8r-ps/files/find-fontmap.sh" returned non-zero status With hat: portmgr Modified: head/russian/koi8r-ps/Makefile Modified: head/russian/koi8r-ps/Makefile ============================================================================== --- head/russian/koi8r-ps/Makefile Sun Nov 24 15:29:32 2013 (r334734) +++ head/russian/koi8r-ps/Makefile Sun Nov 24 15:34:49 2013 (r334735) @@ -20,7 +20,7 @@ NO_STAGE= yes .include .if !defined(FONTMAP) -FONTMAP!= ${SH} ${FILESDIR}/find-fontmap.sh +FONTMAP!= ${SH} ${FILESDIR}/find-fontmap.sh 2>/dev/null || ${ECHO_CMD} .endif NO_PACKAGE= Nothing to build, configurations only From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 15:36:00 2013 Return-Path: Delivered-To: svn-ports-head@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 23B67AFB; Sun, 24 Nov 2013 15:36:00 +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 ED604260B; Sun, 24 Nov 2013 15:35:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOFZxqn067416; Sun, 24 Nov 2013 15:35:59 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOFZxZZ067391; Sun, 24 Nov 2013 15:35:59 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201311241535.rAOFZxZZ067391@svn.freebsd.org> From: Alex Kozlov Date: Sun, 24 Nov 2013 15:35:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334736 - head/sysutils/automounter 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.16 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: Sun, 24 Nov 2013 15:36:00 -0000 Author: ak Date: Sun Nov 24 15:35:59 2013 New Revision: 334736 URL: http://svnweb.freebsd.org/changeset/ports/334736 Log: - Update to 1.5 - Support STAGEDIR PR: ports/184196 (based on) Submitted by: Dominic Fandrey (maintainer) Modified: head/sysutils/automounter/Makefile (contents, props changed) head/sysutils/automounter/distinfo (contents, props changed) head/sysutils/automounter/pkg-plist (contents, props changed) Modified: head/sysutils/automounter/Makefile ============================================================================== --- head/sysutils/automounter/Makefile Sun Nov 24 15:34:49 2013 (r334735) +++ head/sysutils/automounter/Makefile Sun Nov 24 15:35:59 2013 (r334736) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= automounter -PORTVERSION= 1.4.7 +PORTVERSION= 1.5 CATEGORIES= sysutils MASTER_SITES= SF/bsdadminscripts/${PORTNAME} EXTRACT_SUFX= .tar.xz @@ -12,25 +12,15 @@ COMMENT= Provides scripts to dynamically WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src NO_BUILD= yes -MANCOMPRESSED= yes PKGMESSAGE= ${WRKSRC}/../NOTES -MAN5= ${PORTNAME}.conf.5 -MAN8= ${PORTNAME}.8 - plist: patch - @cd ${WRKSRC}; ./plist.sh -nodoc > ${PLIST} + @(cd ${WRKSRC}; ./plist.sh > ${PLIST}) # Use "amd -S" to avoid a vm locking panic, the scope of which has not yet # been determined. See kern/181590. -NO_STAGE= yes do-install: - @cd ${WRKSRC}; ./install.sh -prefix=${PREFIX} \ - -amd="/usr/sbin/amd -S" - -post-install: - @${JOT} -s- -b- 39 - @${CAT} ${PKGMESSAGE} - @${JOT} -s- -b- 39 + @(cd ${WRKSRC}; ./install.sh -destdir=${STAGEDIR} \ + -prefix=${PREFIX} -amd="/usr/sbin/amd -S") .include Modified: head/sysutils/automounter/distinfo ============================================================================== --- head/sysutils/automounter/distinfo Sun Nov 24 15:34:49 2013 (r334735) +++ head/sysutils/automounter/distinfo Sun Nov 24 15:35:59 2013 (r334736) @@ -1,2 +1,2 @@ -SHA256 (automounter-1.4.7.tar.xz) = 5ccfa21f00d6e1c396d3db4d42b5a1ab4304f80cc83215ca9a3699498760223c -SIZE (automounter-1.4.7.tar.xz) = 21748 +SHA256 (automounter-1.5.tar.xz) = d2d99b6ee5099dcbb18d714f16f07c2a038ab2bf9e8b7c19e9126634c32bdc0f +SIZE (automounter-1.5.tar.xz) = 24932 Modified: head/sysutils/automounter/pkg-plist ============================================================================== --- head/sysutils/automounter/pkg-plist Sun Nov 24 15:34:49 2013 (r334735) +++ head/sysutils/automounter/pkg-plist Sun Nov 24 15:35:59 2013 (r334736) @@ -2,3 +2,5 @@ sbin/automounter etc/rc.d/automounter etc/automounter.conf.sample etc/devd/automounter.conf +man/man8/automounter.8.gz +man/man5/automounter.conf.5.gz From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 15:46:24 2013 Return-Path: Delivered-To: svn-ports-head@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 C3685F00; Sun, 24 Nov 2013 15:46:24 +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 B2E1426A7; Sun, 24 Nov 2013 15:46:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOFkOE4093842; Sun, 24 Nov 2013 15:46:24 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOFkODg093841; Sun, 24 Nov 2013 15:46:24 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311241546.rAOFkODg093841@svn.freebsd.org> From: Rusmir Dusko Date: Sun, 24 Nov 2013 15:46:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334737 - head/games/duckmaze 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.16 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: Sun, 24 Nov 2013 15:46:24 -0000 Author: nemysis Date: Sun Nov 24 15:46:24 2013 New Revision: 334737 URL: http://svnweb.freebsd.org/changeset/ports/334737 Log: - Change master sites Approved by: pawel / wg (mentors, implicit) Modified: head/games/duckmaze/Makefile Modified: head/games/duckmaze/Makefile ============================================================================== --- head/games/duckmaze/Makefile Sun Nov 24 15:35:59 2013 (r334736) +++ head/games/duckmaze/Makefile Sun Nov 24 15:46:24 2013 (r334737) @@ -5,7 +5,7 @@ PORTNAME= duckmaze DISTVERSION= 0.3r34 PORTREVISION= 1 CATEGORIES= games python -MASTER_SITES= SF/nemysisfreebsdp/${PORTNAME}/ +MASTER_SITES= SF/nemysisfreebsdp/games/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png DIST_SUBDIR= python From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 15:48:04 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 ESMTPS id A8B32FE5; Sun, 24 Nov 2013 15:48:04 +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 9861326AE; Sun, 24 Nov 2013 15:48:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOFm4li097318; Sun, 24 Nov 2013 15:48:04 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOFm4xu097316; Sun, 24 Nov 2013 15:48:04 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201311241548.rAOFm4xu097316@svn.freebsd.org> From: Juergen Lock Date: Sun, 24 Nov 2013 15:48:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334738 - head/multimedia/vdr-plugin-softdevice 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.16 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: Sun, 24 Nov 2013 15:48:04 -0000 Author: nox Date: Sun Nov 24 15:48:04 2013 New Revision: 334738 URL: http://svnweb.freebsd.org/changeset/ports/334738 Log: Mark BROKEN and DEPRECATED: Broken after ffmpeg update (not sure it ever worked). Modified: head/multimedia/vdr-plugin-softdevice/Makefile Modified: head/multimedia/vdr-plugin-softdevice/Makefile ============================================================================== --- head/multimedia/vdr-plugin-softdevice/Makefile Sun Nov 24 15:46:24 2013 (r334737) +++ head/multimedia/vdr-plugin-softdevice/Makefile Sun Nov 24 15:48:04 2013 (r334738) @@ -22,8 +22,12 @@ HAVE_CONFIGURE= yes PORTDOCS= COPYING README HISTORY WRKSRC= ${WRKDIR}/${PLUGIN} CONFIGURE_ARGS+= --disable-vidix --disable-fb --disable-dfb --disable-cle266 --disable-alsa #--disable-yaepg +BROKEN= Broken after ffmpeg update (not sure it ever worked) +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2014-01-31 NO_STAGE= yes + .include "${.CURDIR}/../vdr/Makefile.plugins" post-patch: post-patch-plugin From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 15:48:17 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 ESMTPS id ADCC214C; Sun, 24 Nov 2013 15:48:17 +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 9D41C26B0; Sun, 24 Nov 2013 15:48:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOFmHiZ097904; Sun, 24 Nov 2013 15:48:17 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOFmHmA097894; Sun, 24 Nov 2013 15:48:17 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201311241548.rAOFmHmA097894@svn.freebsd.org> From: Andrej Zverev Date: Sun, 24 Nov 2013 15:48:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334739 - in head/net-p2p: libtorrent-devel rtorrent-devel 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.16 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: Sun, 24 Nov 2013 15:48:17 -0000 Author: az Date: Sun Nov 24 15:48:16 2013 New Revision: 334739 URL: http://svnweb.freebsd.org/changeset/ports/334739 Log: Try to unbreak for freebsd > 10.x Modified: head/net-p2p/libtorrent-devel/Makefile head/net-p2p/rtorrent-devel/Makefile Modified: head/net-p2p/libtorrent-devel/Makefile ============================================================================== --- head/net-p2p/libtorrent-devel/Makefile Sun Nov 24 15:48:04 2013 (r334738) +++ head/net-p2p/libtorrent-devel/Makefile Sun Nov 24 15:48:16 2013 (r334739) @@ -38,8 +38,13 @@ CONFIGURE_ENV= OPENSSL_LIBS="-L/usr/lib CONFIGURE_ARGS+= --disable-debug +# Workaround to build on > 10.x +.if ${OSVERSION} >= 1000000 +USE_GCC= yes +.endif + post-patch: - @${REINPLACE_CMD} -e 's/-O3/${CFLAGS}/' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-O3|${CFLAGS}|' ${WRKSRC}/configure .if ${PORT_OPTIONS:MKQUEUE} CONFIGURE_ARGS+= --with-kqueue Modified: head/net-p2p/rtorrent-devel/Makefile ============================================================================== --- head/net-p2p/rtorrent-devel/Makefile Sun Nov 24 15:48:04 2013 (r334738) +++ head/net-p2p/rtorrent-devel/Makefile Sun Nov 24 15:48:16 2013 (r334739) @@ -36,6 +36,12 @@ NO_STAGE= yes BROKEN= Does not configure on arm .endif +# Workaround to build and segfault on > 10.x +.if ${OPSYS} == "FreeBSD" && ${OSVERSION} >= 1000000 +USE_GCC= yes +LDFLAGS+= -lc++ +.endif + .if ${PORT_OPTIONS:MXMLRPC} CONFIGURE_ARGS+= --with-xmlrpc-c LIB_DEPENDS+= xmlrpc:${PORTSDIR}/net/xmlrpc-c-devel From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 15:52:04 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 ESMTPS id F22C8256; Sun, 24 Nov 2013 15:52:03 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B50D926E6; Sun, 24 Nov 2013 15:52:03 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 5C104BDC56; Sun, 24 Nov 2013 16:52:02 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=KO2ngSeGih2 OOypPQU2Vf1n0Rvg=; b=UUhOLnrzJBsKJ/sjvEHecyVWXrPbBY+IXuh76VXCxak Qy1104glZN8nEAXtfQXBkb4HGnZz8t2C0j2k7vhRJFfGb06y28QT3+Z36MWzSbAI 7Xc3ah5TQ9KmOttItzjW6RLFOqjpdy0OLpDTa15zIMDPKF0yLohjPp/Zw10V3Gq0 = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 39E53BDC1D; Sun, 24 Nov 2013 16:52:02 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id DC917C86AD1D; Sun, 24 Nov 2013 16:52:01 +0100 (CET) Date: Sun, 24 Nov 2013 16:52:01 +0100 From: Mathieu Arnold To: Kubilay Kocak , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r334734 - head/dns/ldns Message-ID: In-Reply-To: <201311241529.rAOFTWYO057038@svn.freebsd.org> References: <201311241529.rAOFTWYO057038@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Sun, 24 Nov 2013 15:52:04 -0000 +--On 24 novembre 2013 15:29:32 +0000 Kubilay Kocak wrote: | Log: | dns/ldns: Fix packaging list for ldns-config You should bump PORTREVISION. -- Mathieu Arnold From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 16:00:49 2013 Return-Path: Delivered-To: svn-ports-head@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 B40B350B; Sun, 24 Nov 2013 16:00:49 +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 A39762759; Sun, 24 Nov 2013 16:00:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOG0nLw025918; Sun, 24 Nov 2013 16:00:49 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOG0np6025914; Sun, 24 Nov 2013 16:00:49 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311241600.rAOG0np6025914@svn.freebsd.org> From: Kubilay Kocak Date: Sun, 24 Nov 2013 16:00:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334740 - head/devel/zmq-devel 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.16 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: Sun, 24 Nov 2013 16:00:49 -0000 Author: koobs Date: Sun Nov 24 16:00:49 2013 New Revision: 334740 URL: http://svnweb.freebsd.org/changeset/ports/334740 Log: devel/zmq-devel: Take maintainership - Take maintainership - While I'm here, update COMMENT and sort Makefile Modified: head/devel/zmq-devel/Makefile Modified: head/devel/zmq-devel/Makefile ============================================================================== --- head/devel/zmq-devel/Makefile Sun Nov 24 15:48:16 2013 (r334739) +++ head/devel/zmq-devel/Makefile Sun Nov 24 16:00:49 2013 (r334740) @@ -7,13 +7,14 @@ MASTER_SITES= http://download.zeromq.org PKGNAMESUFFIX= -devel DISTNAME= zeromq-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= Open source message queue optimised for performance +MAINTAINER= koobs@FreeBSD.org +COMMENT= Lightweight messaging kernel USES= pathfix +USE_LDCONFIG= yes + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules -USE_LDCONFIG= yes CONFLICTS= zmq-[0-9]* From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 16:16:47 2013 Return-Path: Delivered-To: svn-ports-head@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 A2BD08A0; Sun, 24 Nov 2013 16:16:47 +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 914F527FD; Sun, 24 Nov 2013 16:16:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOGGlqw073399; Sun, 24 Nov 2013 16:16:47 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOGGlw0073389; Sun, 24 Nov 2013 16:16:47 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311241616.rAOGGlw0073389@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Nov 2013 16:16:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334741 - head/textproc/p5-Lingua-EN-Numbers 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.16 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: Sun, 24 Nov 2013 16:16:47 -0000 Author: sunpoet Date: Sun Nov 24 16:16:46 2013 New Revision: 334741 URL: http://svnweb.freebsd.org/changeset/ports/334741 Log: - Update to 1.05 - Add LICENSE Changes: http://search.cpan.org/dist/Lingua-EN-Numbers/Changes Modified: head/textproc/p5-Lingua-EN-Numbers/Makefile (contents, props changed) head/textproc/p5-Lingua-EN-Numbers/distinfo (contents, props changed) Modified: head/textproc/p5-Lingua-EN-Numbers/Makefile ============================================================================== --- head/textproc/p5-Lingua-EN-Numbers/Makefile Sun Nov 24 16:00:49 2013 (r334740) +++ head/textproc/p5-Lingua-EN-Numbers/Makefile Sun Nov 24 16:16:46 2013 (r334741) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Lingua-EN-Numbers -PORTVERSION= 1.04 +PORTVERSION= 1.05 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Converts numeric values into their English string equivalents +LICENSE= GPLv2 + USES= perl5 USE_PERL5= configure Modified: head/textproc/p5-Lingua-EN-Numbers/distinfo ============================================================================== --- head/textproc/p5-Lingua-EN-Numbers/distinfo Sun Nov 24 16:00:49 2013 (r334740) +++ head/textproc/p5-Lingua-EN-Numbers/distinfo Sun Nov 24 16:16:46 2013 (r334741) @@ -1,2 +1,2 @@ -SHA256 (Lingua-EN-Numbers-1.04.tar.gz) = b253408bf95dbcbd8600d519842259ad35f6700ed4d6f6d152f397349721ddad -SIZE (Lingua-EN-Numbers-1.04.tar.gz) = 8487 +SHA256 (Lingua-EN-Numbers-1.05.tar.gz) = 17fcbd25290bf622c8f1df1de9bd1ad68b24b7806b1b51f7cb2e50dc9cec7ee2 +SIZE (Lingua-EN-Numbers-1.05.tar.gz) = 8851 From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 16:16:52 2013 Return-Path: Delivered-To: svn-ports-head@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 45BF68A1; Sun, 24 Nov 2013 16:16:52 +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 34CEA27FE; Sun, 24 Nov 2013 16:16:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOGGqsv073698; Sun, 24 Nov 2013 16:16:52 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOGGpJk073688; Sun, 24 Nov 2013 16:16:51 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311241616.rAOGGpJk073688@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Nov 2013 16:16:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334742 - head/devel/p5-Config-Tiny 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.16 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: Sun, 24 Nov 2013 16:16:52 -0000 Author: sunpoet Date: Sun Nov 24 16:16:51 2013 New Revision: 334742 URL: http://svnweb.freebsd.org/changeset/ports/334742 Log: - Update to 2.20 Changes: http://search.cpan.org/dist/Config-Tiny/Changes Modified: head/devel/p5-Config-Tiny/Makefile head/devel/p5-Config-Tiny/distinfo Modified: head/devel/p5-Config-Tiny/Makefile ============================================================================== --- head/devel/p5-Config-Tiny/Makefile Sun Nov 24 16:16:46 2013 (r334741) +++ head/devel/p5-Config-Tiny/Makefile Sun Nov 24 16:16:51 2013 (r334742) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Config-Tiny -PORTVERSION= 2.19 +PORTVERSION= 2.20 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Config-Tiny/distinfo ============================================================================== --- head/devel/p5-Config-Tiny/distinfo Sun Nov 24 16:16:46 2013 (r334741) +++ head/devel/p5-Config-Tiny/distinfo Sun Nov 24 16:16:51 2013 (r334742) @@ -1,2 +1,2 @@ -SHA256 (Config-Tiny-2.19.tgz) = d00fa1b857e071f772e5713a8a541de19879c298ea7a56e8c041a296086ff5ff -SIZE (Config-Tiny-2.19.tgz) = 24325 +SHA256 (Config-Tiny-2.20.tgz) = 8262168e0bf5eddab342a330d3f78120f6a0e88d3224d881a097c3b0d5592f3f +SIZE (Config-Tiny-2.20.tgz) = 24350 From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 16:17:01 2013 Return-Path: Delivered-To: svn-ports-head@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 77CD6991; Sun, 24 Nov 2013 16:17:01 +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 679F827FF; Sun, 24 Nov 2013 16:17:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOGH11H074152; Sun, 24 Nov 2013 16:17:01 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOGH1uS074138; Sun, 24 Nov 2013 16:17:01 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311241617.rAOGH1uS074138@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Nov 2013 16:17:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334743 - head/astro/p5-Astro-SpaceTrack 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.16 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: Sun, 24 Nov 2013 16:17:01 -0000 Author: sunpoet Date: Sun Nov 24 16:17:00 2013 New Revision: 334743 URL: http://svnweb.freebsd.org/changeset/ports/334743 Log: - Update to 0.083 Changes: http://search.cpan.org/dist/Astro-SpaceTrack/Changes Modified: head/astro/p5-Astro-SpaceTrack/Makefile head/astro/p5-Astro-SpaceTrack/distinfo Modified: head/astro/p5-Astro-SpaceTrack/Makefile ============================================================================== --- head/astro/p5-Astro-SpaceTrack/Makefile Sun Nov 24 16:16:51 2013 (r334742) +++ head/astro/p5-Astro-SpaceTrack/Makefile Sun Nov 24 16:17:00 2013 (r334743) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Astro-SpaceTrack -PORTVERSION= 0.082 +PORTVERSION= 0.083 CATEGORIES= astro perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:WYANT Modified: head/astro/p5-Astro-SpaceTrack/distinfo ============================================================================== --- head/astro/p5-Astro-SpaceTrack/distinfo Sun Nov 24 16:16:51 2013 (r334742) +++ head/astro/p5-Astro-SpaceTrack/distinfo Sun Nov 24 16:17:00 2013 (r334743) @@ -1,2 +1,2 @@ -SHA256 (Astro-SpaceTrack-0.082.tar.gz) = 1728faf880d14bc74519b399abb432b79ad96175e0d1dbf2d168c18ed5fe9b18 -SIZE (Astro-SpaceTrack-0.082.tar.gz) = 123980 +SHA256 (Astro-SpaceTrack-0.083.tar.gz) = 0b77a39daffefc2f64c95a6ad9063a417670ad5e1ed4aea9600e7a0cae6ae571 +SIZE (Astro-SpaceTrack-0.083.tar.gz) = 124195 From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 16:21:08 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 ESMTPS id 9865DB57; Sun, 24 Nov 2013 16:21:08 +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 87FED2840; Sun, 24 Nov 2013 16:21:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOGL87P087258; Sun, 24 Nov 2013 16:21:08 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOGL8FY087256; Sun, 24 Nov 2013 16:21:08 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311241621.rAOGL8FY087256@svn.freebsd.org> From: Marcus von Appen Date: Sun, 24 Nov 2013 16:21:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334744 - head/deskutils/gdesklets-starterbar 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.16 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: Sun, 24 Nov 2013 16:21:08 -0000 Author: mva Date: Sun Nov 24 16:21:08 2013 New Revision: 334744 URL: http://svnweb.freebsd.org/changeset/ports/334744 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Modified: head/deskutils/gdesklets-starterbar/Makefile Modified: head/deskutils/gdesklets-starterbar/Makefile ============================================================================== --- head/deskutils/gdesklets-starterbar/Makefile Sun Nov 24 16:17:00 2013 (r334743) +++ head/deskutils/gdesklets-starterbar/Makefile Sun Nov 24 16:21:08 2013 (r334744) @@ -26,7 +26,7 @@ LANG= ca cs de en_CA en_GB es fr hr nl NO_STAGE= yes do-build: - @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC} + @${PYTHON_CMD} ${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC} do-install: @${MKDIR} ${DATADIR}/Displays/${NAME} From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 16:43:54 2013 Return-Path: Delivered-To: svn-ports-head@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 CB76B13C; Sun, 24 Nov 2013 16:43:54 +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 BA4AE290F; Sun, 24 Nov 2013 16:43:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOGhsAD052704; Sun, 24 Nov 2013 16:43:54 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOGhsld052702; Sun, 24 Nov 2013 16:43:54 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201311241643.rAOGhsld052702@svn.freebsd.org> From: Andrej Zverev Date: Sun, 24 Nov 2013 16:43:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334745 - head/www/p5-Dancer 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.16 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: Sun, 24 Nov 2013 16:43:54 -0000 Author: az Date: Sun Nov 24 16:43:54 2013 New Revision: 334745 URL: http://svnweb.freebsd.org/changeset/ports/334745 Log: - add missed runtime dep on Module::Runtime With hat: perl@ Modified: head/www/p5-Dancer/Makefile Modified: head/www/p5-Dancer/Makefile ============================================================================== --- head/www/p5-Dancer/Makefile Sun Nov 24 16:21:08 2013 (r334744) +++ head/www/p5-Dancer/Makefile Sun Nov 24 16:43:54 2013 (r334745) @@ -2,6 +2,7 @@ PORTNAME= Dancer PORTVERSION= 1.3119 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:YANICK @@ -18,6 +19,7 @@ RUN_DEPENDS= \ p5-HTTP-Body>=1.07:${PORTSDIR}/www/p5-HTTP-Body \ p5-HTTP-Server-Simple-PSGI>=0.11:${PORTSDIR}/www/p5-HTTP-Server-Simple-PSGI \ p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types \ + p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \ p5-URI>=1.59:${PORTSDIR}/net/p5-URI \ p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny BUILD_DEPENDS:= ${RUN_DEPENDS} From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 16:57:08 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 ESMTPS id 3D636309; Sun, 24 Nov 2013 16:57:08 +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 2BA5E2988; Sun, 24 Nov 2013 16:57:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOGv80v090348; Sun, 24 Nov 2013 16:57:08 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOGv7FK090326; Sun, 24 Nov 2013 16:57:07 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311241657.rAOGv7FK090326@svn.freebsd.org> From: Marcus von Appen Date: Sun, 24 Nov 2013 16:57:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334746 - in head/devel: ros ros-common_msgs ros-documentation ros-nxt ros_comm 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.16 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: Sun, 24 Nov 2013 16:57:08 -0000 Author: mva Date: Sun Nov 24 16:57:06 2013 New Revision: 334746 URL: http://svnweb.freebsd.org/changeset/ports/334746 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Modified: head/devel/ros-common_msgs/Makefile (contents, props changed) head/devel/ros-documentation/Makefile (contents, props changed) head/devel/ros-nxt/Makefile (contents, props changed) head/devel/ros/Makefile (contents, props changed) head/devel/ros_comm/Makefile Modified: head/devel/ros-common_msgs/Makefile ============================================================================== --- head/devel/ros-common_msgs/Makefile Sun Nov 24 16:43:54 2013 (r334745) +++ head/devel/ros-common_msgs/Makefile Sun Nov 24 16:57:06 2013 (r334746) @@ -5,7 +5,7 @@ PORTNAME= ros-common_msgs PORTVERSION= 1.4.0 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= https://code.ros.org/svn/release/download/stacks/common_msgs/common_msgs-${PORTVERSION}/ +MASTER_SITES= https://code.ros.org/svn/release/download/stacks/common_msgs/common_msgs-${PORTVERSION}/ DISTNAME= common_msgs-${PORTVERSION} DIST_SUBDIR= ros @@ -20,10 +20,18 @@ BUILD_DEPENDS= rosmake:${PORTSDIR}/devel ${LOCALBASE}/ros/stacks/ros_comm/stack.xml:${PORTSDIR}/devel/ros_comm RUN_DEPENDS= roscore:${PORTSDIR}/devel/ros \ ${LOCALBASE}/ros/stacks/ros_comm/stack.xml:${PORTSDIR}/devel/ros_comm -USE_PYTHON= yes + +USES= shebangfix +USE_PYTHON= 2 USE_BZIP2= yes USE_LDCONFIG= yes +python_OLD_CMD= /usr/bin/env python +python_CMD= /usr/bin/env python2 +SHEBANG_FILES= actionlib_msgs/genaction.py \ + stereo_msgs/migration_rules/split_rawstereo.py \ + test_common_msgs/test/test_common_msgs_migration.py + # rosmake does its own threading MAKE_JOBS_UNSAFE= yes @@ -55,7 +63,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/ros/stacks/${STACKNAME} .endfor #strip and symlink ELF libraries -.for f in sensor_msgs/lib/libsensor_msgs.so +.for f in sensor_msgs/lib/libsensor_msgs.so ${STRIP_CMD} ${PREFIX}/ros/stacks/${STACKNAME}/${f} ${LN} -s ${PREFIX}/ros/stacks/${STACKNAME}/${f} ${PREFIX}/lib .endfor Modified: head/devel/ros-documentation/Makefile ============================================================================== --- head/devel/ros-documentation/Makefile Sun Nov 24 16:43:54 2013 (r334745) +++ head/devel/ros-documentation/Makefile Sun Nov 24 16:57:06 2013 (r334746) @@ -23,7 +23,7 @@ RUN_DEPENDS= rosrun:${PORTSDIR}/devel/ro sphinx-build:${PORTSDIR}/textproc/py-sphinx \ doxygen:${PORTSDIR}/devel/doxygen \ epydoc:${PORTSDIR}/devel/epydoc -USE_PYTHON= yes +USE_PYTHON= 2 USE_BZIP2= yes # rosmake does its own threading @@ -40,6 +40,8 @@ MAKE_ARGS= -i --no-rosdep --status-rate= NO_STAGE= yes post-patch: + @${GREP} -l -r "^#\!/usr/bin/env python" ${WRKSRC} | ${XARGS} \ + ${REINPLACE_CMD} -E -e "s|#!/usr/bin/env python|#!/usr/bin/env python2|" # fix path to bash ${GREP} -l -r "^#\! /bin/bash" ${WRKSRC} | ${XARGS} \ ${REINPLACE_CMD} -E -e "s|#! /bin/bash|#!${LOCALBASE}/bin/bash|" Modified: head/devel/ros-nxt/Makefile ============================================================================== --- head/devel/ros-nxt/Makefile Sun Nov 24 16:43:54 2013 (r334745) +++ head/devel/ros-nxt/Makefile Sun Nov 24 16:57:06 2013 (r334746) @@ -36,7 +36,7 @@ RUN_DEPENDS= roscore:${PORTSDIR}/devel/r ${LOCALBASE}/ros/stacks/common_msgs/stack.xml:${PORTSDIR}/devel/ros-common_msgs \ ${LOCALBASE}/ros/stacks/geometry/stack.xml:${PORTSDIR}/math/ros-geometry \ ${PYTHON_SITELIBDIR}/usb.so:${PORTSDIR}/devel/py-usb -USE_PYTHON= yes +USE_PYTHON= 2 USE_BZIP2= yes # rosmake does its own threading @@ -67,6 +67,12 @@ post-extract: # and keeping it here breaks rospack ${RM} -rf ${WRKSRC}/nxt_rviz_plugin +post-patch: + @${GREP} -l -r "^#\!/usr/bin/env python" ${WRKSRC} | ${XARGS} \ + ${REINPLACE_CMD} -E -e "s|#!/usr/bin/env python|#!/usr/bin/env python2|" + @${REINPLACE_CMD} -e 's|python setup.py|python2 setup.py|' \ + ${WRKSRC}/nxt_python/Makefile + do-build: (cd ${WRKSRC} ; ${MAKE_ENV} ${LOCALBASE}/bin/rosmake ${MAKE_ARGS}) Modified: head/devel/ros/Makefile ============================================================================== --- head/devel/ros/Makefile Sun Nov 24 16:43:54 2013 (r334745) +++ head/devel/ros/Makefile Sun Nov 24 16:57:06 2013 (r334746) @@ -30,7 +30,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/yaml/_ gmake:${PORTSDIR}/devel/gmake \ sudo:${PORTSDIR}/security/sudo \ wget:${PORTSDIR}/ftp/wget -USE_PYTHON= yes +USE_PYTHON= 2 USE_BZIP2= yes USE_LDCONFIG= yes USES= pkgconfig @@ -56,12 +56,19 @@ PORTDOCS= AUTHORS README NO_STAGE= yes post-patch: + ${GREP} -l -r "^#! /usr/bin/env python" ${WRKSRC} | ${XARGS} \ + ${REINPLACE_CMD} -E -e "s|^#! /usr/bin/env python$$|#!/usr/bin/env python2|;" + ${GREP} -l -r "^#!/usr/bin/env python$$" ${WRKSRC} | ${XARGS} \ + ${REINPLACE_CMD} -E -e "s|^#!/usr/bin/env python$$|#!/usr/bin/env python2|;" # fix path to bash ${GREP} -l -r "^#\!/bin/bash" ${WRKSRC} | ${XARGS} \ - ${REINPLACE_CMD} -E -e "s|#!/bin/bash|#!${LOCALBASE}/bin/bash|" + ${REINPLACE_CMD} -E -e "s|#!/bin/bash|#!${LOCALBASE}/bin/bash|" # temporarily alter how ROS is built for the port build ${REINPLACE_CMD} -E -e "s|rosmake --rosdep-install|bin/rosmake --no-rosdep --disable-logging -i -a|" \ - ${WRKSRC}/Makefile + ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e 's|COMMAND python|COMMAND python2|' \ + ${WRKSRC}/core/rosbuild/public.cmake \ + ${WRKSRC}/core/rosbuild/private.cmake post-build: # restore original ROS Makefile Modified: head/devel/ros_comm/Makefile ============================================================================== --- head/devel/ros_comm/Makefile Sun Nov 24 16:43:54 2013 (r334745) +++ head/devel/ros_comm/Makefile Sun Nov 24 16:57:06 2013 (r334746) @@ -22,7 +22,7 @@ BUILD_DEPENDS= rosmake:${PORTSDIR}/devel RUN_DEPENDS= roscore:${PORTSDIR}/devel/ros \ f2py:${PORTSDIR}/math/py-numpy \ pilconvert.py:${PORTSDIR}/graphics/py-imaging -USE_PYTHON= yes +USE_PYTHON= 2 USE_BZIP2= yes USE_LDCONFIG= yes @@ -43,6 +43,8 @@ post-patch: # fix path to bash ${GREP} -l -r "^#\!/bin/bash" ${WRKSRC} | ${XARGS} \ ${REINPLACE_CMD} -E -e "s|#!/bin/bash|#!${LOCALBASE}/bin/bash|" + ${GREP} -l -r "^#\!/usr/bin/env python" ${WRKSRC} | ${XARGS} \ + ${REINPLACE_CMD} -E -e "s|#!/usr/bin/env python|#!/usr/bin/env python2|" do-build: (cd ${WRKSRC} ; ${MAKE_ENV} ${LOCALBASE}/bin/rosmake ${MAKE_ARGS}) @@ -58,7 +60,7 @@ do-install: ${FIND} ${WRKSRC}/${d} -name build -type d -or -name \*.bak -type f \ -or -name .svnignore -type f -or -name .cvsignore -type f \ -or -name \*.orig -type f | ${XARGS} ${RM} -rf - (cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${PREFIX}/ros/stacks/${STACKNAME}) + (cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${PREFIX}/ros/stacks/${STACKNAME}) .endfor # strip and symlink ELF libraries .for f in clients/cpp/roscpp/lib/libros.so \ From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 17:14:43 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 ESMTPS id 368CD6B8; Sun, 24 Nov 2013 17:14:43 +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 250782A4C; Sun, 24 Nov 2013 17:14:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOHEge0044588; Sun, 24 Nov 2013 17:14:42 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOHEgGQ044586; Sun, 24 Nov 2013 17:14:42 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201311241714.rAOHEgGQ044586@svn.freebsd.org> From: Koop Mast Date: Sun, 24 Nov 2013 17:14:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334747 - head/misc/iso-codes 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.16 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: Sun, 24 Nov 2013 17:14:43 -0000 Author: kwm Date: Sun Nov 24 17:14:42 2013 New Revision: 334747 URL: http://svnweb.freebsd.org/changeset/ports/334747 Log: Add local dist site, upstream ftp seems to have vanished. Modified: head/misc/iso-codes/Makefile Modified: head/misc/iso-codes/Makefile ============================================================================== --- head/misc/iso-codes/Makefile Sun Nov 24 16:57:06 2013 (r334746) +++ head/misc/iso-codes/Makefile Sun Nov 24 17:14:42 2013 (r334747) @@ -4,7 +4,8 @@ PORTNAME= iso-codes PORTVERSION= 3.46 CATEGORIES= misc -MASTER_SITES= http://pkg-isocodes.alioth.debian.org/downloads/ +MASTER_SITES= http://pkg-isocodes.alioth.debian.org/downloads/ \ + LOCAL/kwm MAINTAINER= kwm@FreeBSD.org COMMENT= Lists of the country, language, and currency iso names From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 17:40:51 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 ESMTPS id 9D890D25; Sun, 24 Nov 2013 17:40:51 +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 8A64D2B9D; Sun, 24 Nov 2013 17:40:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOHepQ6034498; Sun, 24 Nov 2013 17:40:51 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOHeixc033900; Sun, 24 Nov 2013 17:40:44 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201311241740.rAOHeixc033900@svn.freebsd.org> From: Mathieu Arnold Date: Sun, 24 Nov 2013 17:40:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334748 - in head: databases/p5-DBD-ODBC databases/p5-DBI deskutils/mirall devel/p5-DateTime-Event-Recurrence devel/p5-DateTime-Format-Builder devel/p5-DateTime-Set devel/p5-Event devel... 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.16 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: Sun, 24 Nov 2013 17:40:51 -0000 Author: mat Date: Sun Nov 24 17:40:44 2013 New Revision: 334748 URL: http://svnweb.freebsd.org/changeset/ports/334748 Log: - Wrap up cd && foo in parenthesis, it'd break with bmake -j - Replace some FIND ... CPIO with COPYTREE_SHARE. Modified: head/databases/p5-DBD-ODBC/Makefile head/databases/p5-DBI/Makefile head/deskutils/mirall/Makefile head/devel/p5-DateTime-Event-Recurrence/Makefile head/devel/p5-DateTime-Format-Builder/Makefile head/devel/p5-DateTime-Set/Makefile head/devel/p5-Event/Makefile head/devel/p5-Log-Dispatch/Makefile head/devel/p5-Module-Build/Makefile head/devel/p5-MooseX-Log-Log4perl/Makefile head/devel/p5-Params-Check/Makefile head/devel/p5-Path-Class/Makefile head/devel/p5-Proc-ProcessTable/Makefile head/devel/p5-Set-Infinite/Makefile head/devel/p5-Spiffy/Makefile head/devel/p5-Time-Local/Makefile head/finance/p5-Finance-Currency-Convert-XE/Makefile head/ftp/p5-Net-FTPServer/Makefile head/graphics/dri/Makefile head/graphics/p5-PGPLOT/Makefile head/mail/p5-Mail-Graph/Makefile head/mail/p5-qpsmtpd/Makefile head/security/p5-Authen-Radius/Makefile head/security/p5-Digest-MD4/Makefile head/security/p5-Net-SAML/Makefile head/shells/p5-Term-ShellUI/Makefile head/textproc/p5-HTML-Tidy/Makefile head/textproc/p5-PerlPoint-Converters/Makefile head/textproc/p5-PerlPoint-Package/Makefile head/textproc/p5-Text-NSP/Makefile head/www/p5-WWW-Mechanize-Shell/Makefile head/www/p5-WWW-Mechanize/Makefile Modified: head/databases/p5-DBD-ODBC/Makefile ============================================================================== --- head/databases/p5-DBD-ODBC/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/databases/p5-DBD-ODBC/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -50,17 +50,17 @@ MYODBC= unixodbc post-patch: @${REINPLACE_CMD} -e '/my $$myodbc/ s|q{}|"${MYODBC}"|' ${WRKSRC}/Makefile.PL -post-configure: .if ${PORT_OPTIONS:MUNIXODBC} +post-configure: @${PERL} -pi -e 's/-lodbc/-lodbc ${PTHREAD_LIBS}/g;' \ -e 's/$$/ ${PTHREAD_CFLAGS}/ if (/^CCFLAGS/);' \ ${WRKSRC}/Makefile .endif -post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ +post-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif Modified: head/databases/p5-DBI/Makefile ============================================================================== --- head/databases/p5-DBI/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/databases/p5-DBI/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -34,8 +34,8 @@ RUN_DEPENDS+= p5-PlRPC>=0.2001:${PORTSDI post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif Modified: head/deskutils/mirall/Makefile ============================================================================== --- head/deskutils/mirall/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/deskutils/mirall/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -39,7 +39,7 @@ post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR}/html ${INSTALL_DATA} ${INSTALL_WRKSRC}/doc/latex/ownCloudClientManual.pdf ${STAGEDIR}${DOCSDIR} - cd ${INSTALL_WRKSRC}/doc/html/unthemed ; ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/html + (cd ${INSTALL_WRKSRC}/doc/html/unthemed && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/html) .endif .include Modified: head/devel/p5-DateTime-Event-Recurrence/Makefile ============================================================================== --- head/devel/p5-DateTime-Event-Recurrence/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/devel/p5-DateTime-Event-Recurrence/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -25,8 +25,8 @@ PORTDOCS= CREDITS Changes README TODO post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif Modified: head/devel/p5-DateTime-Format-Builder/Makefile ============================================================================== --- head/devel/p5-DateTime-Format-Builder/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/devel/p5-DateTime-Format-Builder/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -31,12 +31,12 @@ PORTEXAMPLES= Apache.pm Fall.pm ICal.pm post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .endif .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/examples/ && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}/ + (cd ${WRKSRC}/examples && ${INSTALL_DATA} ${PORTEXAMPLES} ${STAGEDIR}${EXAMPLESDIR}) .endif .include Modified: head/devel/p5-DateTime-Set/Makefile ============================================================================== --- head/devel/p5-DateTime-Set/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/devel/p5-DateTime-Set/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -27,8 +27,8 @@ PORTDOCS= Changes README TODO post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif Modified: head/devel/p5-Event/Makefile ============================================================================== --- head/devel/p5-Event/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/devel/p5-Event/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -21,8 +21,8 @@ PORTDOCS= ANNOUNCE ChangeLog INSTALL MAN post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .endif .include Modified: head/devel/p5-Log-Dispatch/Makefile ============================================================================== --- head/devel/p5-Log-Dispatch/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/devel/p5-Log-Dispatch/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -55,8 +55,8 @@ RUN_DEPENDS+= p5-Mail-Sendmail>=0:${PORT post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .endif .include Modified: head/devel/p5-Module-Build/Makefile ============================================================================== --- head/devel/p5-Module-Build/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/devel/p5-Module-Build/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -49,8 +49,8 @@ post-patch: post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif Modified: head/devel/p5-MooseX-Log-Log4perl/Makefile ============================================================================== --- head/devel/p5-MooseX-Log-Log4perl/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/devel/p5-MooseX-Log-Log4perl/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -24,6 +24,6 @@ post-patch: ${WRKSRC}/Makefile.PL regression-test: build - cd ${WRKSRC}/ && ${MAKE} test + cd ${WRKSRC} && ${MAKE} test .include Modified: head/devel/p5-Params-Check/Makefile ============================================================================== --- head/devel/p5-Params-Check/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/devel/p5-Params-Check/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -22,8 +22,8 @@ PORTDOCS= CHANGES post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .endif .include Modified: head/devel/p5-Path-Class/Makefile ============================================================================== --- head/devel/p5-Path-Class/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/devel/p5-Path-Class/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -26,7 +26,7 @@ PORTDOCS= Changes README post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .endif .include Modified: head/devel/p5-Proc-ProcessTable/Makefile ============================================================================== --- head/devel/p5-Proc-ProcessTable/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/devel/p5-Proc-ProcessTable/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -19,7 +19,7 @@ PORTDOCS= README README.freebsd-kvm READ .if !defined(NOPORTDOCS) post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .endif .include Modified: head/devel/p5-Set-Infinite/Makefile ============================================================================== --- head/devel/p5-Set-Infinite/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/devel/p5-Set-Infinite/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -21,8 +21,8 @@ PORTDOCS= Changes README TODO post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .endif .include Modified: head/devel/p5-Spiffy/Makefile ============================================================================== --- head/devel/p5-Spiffy/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/devel/p5-Spiffy/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -25,8 +25,8 @@ PORTDOCS= Changes README post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .endif .include Modified: head/devel/p5-Time-Local/Makefile ============================================================================== --- head/devel/p5-Time-Local/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/devel/p5-Time-Local/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -25,8 +25,8 @@ PORTDOCS= Changes post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .endif .include Modified: head/finance/p5-Finance-Currency-Convert-XE/Makefile ============================================================================== --- head/finance/p5-Finance-Currency-Convert-XE/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/finance/p5-Finance-Currency-Convert-XE/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -27,8 +27,8 @@ PORTDOCS= Changes README post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif Modified: head/ftp/p5-Net-FTPServer/Makefile ============================================================================== --- head/ftp/p5-Net-FTPServer/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/ftp/p5-Net-FTPServer/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -67,7 +67,7 @@ post-install: .endif .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}) .endif @${CAT} ${PKGMESSAGE} Modified: head/graphics/dri/Makefile ============================================================================== --- head/graphics/dri/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/graphics/dri/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -103,13 +103,13 @@ pre-everything:: do-install: .if !defined(WITH_NEW_XORG) - cd ${WRKSRC}/src/mesa; ${GMAKE} install-dri + (cd ${WRKSRC}/src/mesa && ${GMAKE} install-dri) .else - cd ${WRKSRC}/src/mesa/libdricore; ${GMAKE} install - cd ${WRKSRC}/src/mesa/drivers/dri; ${GMAKE} install + (cd ${WRKSRC}/src/mesa/libdricore && ${GMAKE} install) + (cd ${WRKSRC}/src/mesa/drivers/dri && ${GMAKE} install) . if defined(WITH_GALLIUM) && (${ARCH} == i386 || ${ARCH} == amd64) - cd ${WRKSRC}/src/gallium/drivers/radeon; ${GMAKE} install - cd ${WRKSRC}/src/gallium/targets; ${GMAKE} install + (cd ${WRKSRC}/src/gallium/drivers/radeon && ${GMAKE} install) + (cd ${WRKSRC}/src/gallium/targets && ${GMAKE} install) . endif .endif Modified: head/graphics/p5-PGPLOT/Makefile ============================================================================== --- head/graphics/p5-PGPLOT/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/graphics/p5-PGPLOT/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -22,8 +22,8 @@ USES= perl5 .if !defined(NOPORTEXAMPLES) post-install: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} LICENSE test* ${STAGEDIR}${EXAMPLESDIR}/ + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} LICENSE test* ${STAGEDIR}${EXAMPLESDIR}) .endif .if defined(MAINTAINER_MODE) && !defined(BATCH) Modified: head/mail/p5-Mail-Graph/Makefile ============================================================================== --- head/mail/p5-Mail-Graph/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/mail/p5-Mail-Graph/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -28,14 +28,11 @@ MAN3= Mail::Graph.3 NO_STAGE= yes post-install: - @${MKDIR} ${EXAMPLESDIR} - @${MKDIR} ${EXAMPLESDIR}/archive - @${MKDIR} ${EXAMPLESDIR}/index - @${MKDIR} ${EXAMPLESDIR}/output - cd ${WRKSRC} && \ + @${MKDIR} ${EXAMPLESDIR}/archive ${EXAMPLESDIR}/index ${EXAMPLESDIR}/output + (cd ${WRKSRC} && \ ${INSTALL_SCRIPT} ${EXAMPLESCRIPT} ${EXAMPLESDIR} && \ ${INSTALL_SCRIPT} ${EXAMPLEDUMMY} ${EXAMPLESDIR}/index && \ ${INSTALL_SCRIPT} ${EXAMPLEOUTPUT} ${EXAMPLESDIR}/output && \ - ${INSTALL_SCRIPT} ${EXAMPLEARCHIVE} ${EXAMPLESDIR}/archive + ${INSTALL_SCRIPT} ${EXAMPLEARCHIVE} ${EXAMPLESDIR}/archive) .include Modified: head/mail/p5-qpsmtpd/Makefile ============================================================================== --- head/mail/p5-qpsmtpd/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/mail/p5-qpsmtpd/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -58,16 +58,16 @@ pre-configure: @${RM} ${WRKSRC}/plugins/milter post-install: - @${MKDIR} ${DATADIR}/ + @${MKDIR} ${DATADIR} @${MKDIR} ${DATADIR}/plugins - cd ${WRKSRC}/plugins/ && ${COPYTREE_SHARE} \* ${DATADIR}/plugins/ + (cd ${WRKSRC}/plugins && ${COPYTREE_SHARE} . ${DATADIR}/plugins) .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/README* ${DOCSDIR}/ + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README* ${DOCSDIR} .endif .if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR}/ - cd ${WRKSRC}/config.sample/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/ + @${MKDIR} ${EXAMPLESDIR} + (cd ${WRKSRC}/config.sample/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) .endif .include Modified: head/security/p5-Authen-Radius/Makefile ============================================================================== --- head/security/p5-Authen-Radius/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/security/p5-Authen-Radius/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -39,6 +39,6 @@ post-patch: post-install: @${MKDIR} ${STAGEDIR}${DATADIR} - cd ${WRKSRC}/raddb/ && ${INSTALL_DATA} ${RADDBFILES} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC}/raddb/ && ${INSTALL_DATA} ${RADDBFILES} ${STAGEDIR}${DATADIR}) .include Modified: head/security/p5-Digest-MD4/Makefile ============================================================================== --- head/security/p5-Digest-MD4/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/security/p5-Digest-MD4/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -24,8 +24,8 @@ PORTDOCS= Changes rfc1320.txt post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif Modified: head/security/p5-Net-SAML/Makefile ============================================================================== --- head/security/p5-Net-SAML/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/security/p5-Net-SAML/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -29,8 +29,8 @@ post-patch: post-install: .if !defined(NOPORTEXAMPLES) - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ - cd ${WRKSRC}/../ && ${INSTALL_SCRIPT} zxid.pl zxidhlo.pl ${STAGEDIR}${EXAMPLESDIR}/ + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC}/.. && ${INSTALL_SCRIPT} zxid.pl zxidhlo.pl ${STAGEDIR}${EXAMPLESDIR}) .endif .include Modified: head/shells/p5-Term-ShellUI/Makefile ============================================================================== --- head/shells/p5-Term-ShellUI/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/shells/p5-Term-ShellUI/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -19,10 +19,10 @@ USE_PERL5= configure post-install: .if !defined(NOPORTEXAMPLES) - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" - cd ${WRKSRC}/examples/ && ${INSTALL_SCRIPT} \ - fileman-example synopsis synopsis-big tui-sample ${STAGEDIR}${EXAMPLESDIR}/ + (cd ${WRKSRC}/examples/ && ${INSTALL_SCRIPT} \ + fileman-example synopsis synopsis-big tui-sample ${STAGEDIR}${EXAMPLESDIR}) .endif .include Modified: head/textproc/p5-HTML-Tidy/Makefile ============================================================================== --- head/textproc/p5-HTML-Tidy/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/textproc/p5-HTML-Tidy/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -28,8 +28,8 @@ post-patch: post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif Modified: head/textproc/p5-PerlPoint-Converters/Makefile ============================================================================== --- head/textproc/p5-PerlPoint-Converters/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/textproc/p5-PerlPoint-Converters/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -29,15 +29,15 @@ MAN3= Bundle::PerlPoint.3 \ PORTDOCS= # suck all DOCSDIR post-patch: - @cd ${WRKSRC}; ${CP} -R pp2html_styles images doc + @(cd ${WRKSRC} && ${CP} -R pp2html_styles images doc) @${PERL} -pi -e 's!../(images|pp2html_styles)!$$1!g' ${WRKSRC}/doc/*.cfg post-build: - @cd ${WRKSRC}/doc; make + @(cd ${WRKSRC}/doc && make) post-install: @${MKDIR} ${DOCSDIR} - cd ${WRKSRC}/doc; ${FIND} . | ${CPIO} -padm ${DOCSDIR} + (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR}) .endif .include Modified: head/textproc/p5-PerlPoint-Package/Makefile ============================================================================== --- head/textproc/p5-PerlPoint-Package/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/textproc/p5-PerlPoint-Package/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -23,10 +23,10 @@ PORTDOCS= # suck all DOCSDIR post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}/doc; ${FIND} . | ${CPIO} -padm ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC}; ${FIND} utilities | ${CPIO} -padm ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) + (cd ${WRKSRC} && ${COPYTREE_SHARE} utilities ${STAGEDIR}${DOCSDIR}) @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - cd ${WRKSRC}/demo; ${FIND} . | ${CPIO} -padm ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC}/demo && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .endif .include Modified: head/textproc/p5-Text-NSP/Makefile ============================================================================== --- head/textproc/p5-Text-NSP/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/textproc/p5-Text-NSP/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -20,7 +20,7 @@ PORTDOCS= CHANGES README doc/FAQ.pod doc .ifndef (NOPORTDOCS) post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) @${ECHO_MSG} "===> Installing documentation in ${DOCSDIR}" .endif Modified: head/www/p5-WWW-Mechanize-Shell/Makefile ============================================================================== --- head/www/p5-WWW-Mechanize-Shell/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/www/p5-WWW-Mechanize-Shell/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -34,13 +34,13 @@ EXAMPLES= banking.postbank.de.mech hotma post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}) @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif .if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ - cd ${WRKSRC}/bin/ && ${INSTALL_DATA} ${EXAMPLES} ${STAGEDIR}${EXAMPLESDIR}/ + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC}/bin && ${INSTALL_DATA} ${EXAMPLES} ${STAGEDIR}${EXAMPLESDIR}) @${ECHO_MSG} "===> Documentation installed in ${EXAMPLESDIR}." .endif Modified: head/www/p5-WWW-Mechanize/Makefile ============================================================================== --- head/www/p5-WWW-Mechanize/Makefile Sun Nov 24 17:14:42 2013 (r334747) +++ head/www/p5-WWW-Mechanize/Makefile Sun Nov 24 17:40:44 2013 (r334748) @@ -33,8 +33,8 @@ PORTDOCS= ${DOCS:T} post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}) @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 17:59:05 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 ESMTPS id 4771419F; Sun, 24 Nov 2013 17:59:05 +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 36C1A2C36; Sun, 24 Nov 2013 17:59:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOHx5wK098645; Sun, 24 Nov 2013 17:59:05 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOHx5TL098643; Sun, 24 Nov 2013 17:59:05 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311241759.rAOHx5TL098643@svn.freebsd.org> From: Kubilay Kocak Date: Sun, 24 Nov 2013 17:59:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334749 - head/dns/ldns 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.16 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: Sun, 24 Nov 2013 17:59:05 -0000 Author: koobs Date: Sun Nov 24 17:59:04 2013 New Revision: 334749 URL: http://svnweb.freebsd.org/changeset/ports/334749 Log: dns/ldns: Bump PORTREVISION PR: ports/182709 Reported by: Mathieu Arnold Modified: head/dns/ldns/Makefile Modified: head/dns/ldns/Makefile ============================================================================== --- head/dns/ldns/Makefile Sun Nov 24 17:40:44 2013 (r334748) +++ head/dns/ldns/Makefile Sun Nov 24 17:59:04 2013 (r334749) @@ -3,7 +3,7 @@ PORTNAME= ldns PORTVERSION= 1.6.16 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= dns MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ \ CRITICAL From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 18:24:59 2013 Return-Path: Delivered-To: svn-ports-head@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 1D109A8E; Sun, 24 Nov 2013 18:24:59 +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 0C3842DD7; Sun, 24 Nov 2013 18:24:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOIOwZG085997; Sun, 24 Nov 2013 18:24:58 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOIOw8F085995; Sun, 24 Nov 2013 18:24:58 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241824.rAOIOw8F085995@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 18:24:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334750 - head/audio/HVSC-Update 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.16 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: Sun, 24 Nov 2013 18:24:59 -0000 Author: bapt Date: Sun Nov 24 18:24:58 2013 New Revision: 334750 URL: http://svnweb.freebsd.org/changeset/ports/334750 Log: Support stage Modified: head/audio/HVSC-Update/Makefile Modified: head/audio/HVSC-Update/Makefile ============================================================================== --- head/audio/HVSC-Update/Makefile Sun Nov 24 17:59:04 2013 (r334749) +++ head/audio/HVSC-Update/Makefile Sun Nov 24 18:24:58 2013 (r334750) @@ -12,7 +12,6 @@ COMMENT= Update program for the HVSC C= BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend -NO_STAGE= yes GNU_CONFIGURE= yes USES= gmake WRKSRC= ${WRKDIR}/${PORTNAME:S/-/_/}_Tool_${PORTVERSION:S/.//g} @@ -20,15 +19,11 @@ WRKSRC= ${WRKDIR}/${PORTNAME:S/-/_/}_To PORTDOCS= HVS_file_format.txt HVSC_Update.txt SID_file_format.txt PLIST_FILES= bin/${PORTNAME} -.include - do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/Update ${PREFIX}/bin/${PORTNAME} -.if ${PORT_OPTIONS:MDOCS} + ${INSTALL_PROGRAM} ${WRKSRC}/src/Update ${STAGEDIR}${PREFIX}/bin/${PORTNAME} @${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 18:28:02 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 ESMTPS id 4696CC5C; Sun, 24 Nov 2013 18:28:02 +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 364FE2E00; Sun, 24 Nov 2013 18:28:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOIS2aq095242; Sun, 24 Nov 2013 18:28:02 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOIS2c6095238; Sun, 24 Nov 2013 18:28:02 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241828.rAOIS2c6095238@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 18:28:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334751 - head/audio/aacplusenc 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.16 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: Sun, 24 Nov 2013 18:28:02 -0000 Author: bapt Date: Sun Nov 24 18:28:01 2013 New Revision: 334751 URL: http://svnweb.freebsd.org/changeset/ports/334751 Log: Support staging Respect PREFIX Modified: head/audio/aacplusenc/Makefile Modified: head/audio/aacplusenc/Makefile ============================================================================== --- head/audio/aacplusenc/Makefile Sun Nov 24 18:24:58 2013 (r334750) +++ head/audio/aacplusenc/Makefile Sun Nov 24 18:28:01 2013 (r334751) @@ -8,7 +8,7 @@ MASTER_SITES= http://ppa.launchpad.net/t DISTFILES= ${DISTNAME:S,-,_,}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org -COMMENT= An aacPlus v2 command-line encoder +COMMENT= AacPlus v2 command-line encoder USES= gmake @@ -17,13 +17,13 @@ RESTRICTED= unclear legal status, probab CONFLICTS= libaacplus-[0-9]* PLIST_FILES= bin/aacplusenc -NO_STAGE= yes +MAKE_ARGS+= INSTDIR=${STAGEDIR}${PREFIX} .if defined(WITHOUT_FFTW3) MAKE_ARGS+= NOFFTW3=1 .else -LIB_DEPENDS+= fftw3f:${PORTSDIR}/math/fftw3-float \ - fftw3:${PORTSDIR}/math/fftw3 +LIB_DEPENDS+= libfftw3f.so:${PORTSDIR}/math/fftw3-float \ + libfftw3.so:${PORTSDIR}/math/fftw3 CFLAGS+= -I${LOCALBASE}/include .endif From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 18:28:47 2013 Return-Path: Delivered-To: svn-ports-head@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 1AA35D41; Sun, 24 Nov 2013 18:28:47 +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 0A50C2E0D; Sun, 24 Nov 2013 18:28:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOISkxd097547; Sun, 24 Nov 2013 18:28:46 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOISk9Q097546; Sun, 24 Nov 2013 18:28:46 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241828.rAOISk9Q097546@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 18:28:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334752 - head/audio/abcselect 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.16 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: Sun, 24 Nov 2013 18:28:47 -0000 Author: bapt Date: Sun Nov 24 18:28:46 2013 New Revision: 334752 URL: http://svnweb.freebsd.org/changeset/ports/334752 Log: Support staging Modified: head/audio/abcselect/Makefile Modified: head/audio/abcselect/Makefile ============================================================================== --- head/audio/abcselect/Makefile Sun Nov 24 18:28:01 2013 (r334751) +++ head/audio/abcselect/Makefile Sun Nov 24 18:28:46 2013 (r334752) @@ -13,15 +13,14 @@ COMMENT= Extract parts, movements, etc f USES= shebangfix perl5 USE_PERL5= run NO_BUILD= yes -NO_STAGE= yes SHEBANG_FILES= abcselect -MAN1= abcselect.1 -PLIST_FILES= bin/abcselect +PLIST_FILES= bin/abcselect \ + man/man1/abcselect.1.gz do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/abcselect ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/abcselect.1 ${MANPREFIX}/man/man1 + ${INSTALL_SCRIPT} ${WRKSRC}/abcselect ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/abcselect.1 ${STAGEDIR}${MANPREFIX}/man/man1 .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 18:30:13 2013 Return-Path: Delivered-To: svn-ports-head@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 90A65E4F; Sun, 24 Nov 2013 18:30:13 +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 801532E43; Sun, 24 Nov 2013 18:30:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOIUDgW001930; Sun, 24 Nov 2013 18:30:13 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOIUD76001929; Sun, 24 Nov 2013 18:30:13 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241830.rAOIUD76001929@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 18:30:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334753 - head/audio/alienwah 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.16 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: Sun, 24 Nov 2013 18:30:13 -0000 Author: bapt Date: Sun Nov 24 18:30:13 2013 New Revision: 334753 URL: http://svnweb.freebsd.org/changeset/ports/334753 Log: Support NO_STAGE Strip binaries Modified: head/audio/alienwah/Makefile Modified: head/audio/alienwah/Makefile ============================================================================== --- head/audio/alienwah/Makefile Sun Nov 24 18:28:46 2013 (r334752) +++ head/audio/alienwah/Makefile Sun Nov 24 18:30:13 2013 (r334753) @@ -12,7 +12,6 @@ COMMENT= Paul Nasca's AlienWah LADSPA Pl BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -NO_STAGE= yes USES= gmake MAKE_ARGS= CPP="${CXX}" CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -fPIC" @@ -20,6 +19,6 @@ PLIST_FILES= lib/ladspa/aw.so do-install: @${MKDIR} ${PREFIX}/lib/ladspa - ${INSTALL_DATA} ${WRKSRC}/aw.so ${PREFIX}/lib/ladspa + ${INSTALL_LIB} ${WRKSRC}/aw.so ${STAGEDIR}${PREFIX}/lib/ladspa .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 18:32:03 2013 Return-Path: Delivered-To: svn-ports-head@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 3E0D1F81; Sun, 24 Nov 2013 18:32:03 +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 2DA292E53; Sun, 24 Nov 2013 18:32:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOIW3t8009590; Sun, 24 Nov 2013 18:32:03 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOIW2QE009577; Sun, 24 Nov 2013 18:32:02 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241832.rAOIW2QE009577@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 18:32:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334754 - head/audio/amrcoder 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.16 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: Sun, 24 Nov 2013 18:32:03 -0000 Author: bapt Date: Sun Nov 24 18:32:02 2013 New Revision: 334754 URL: http://svnweb.freebsd.org/changeset/ports/334754 Log: Support staging Allow packaging as a user Modified: head/audio/amrcoder/Makefile head/audio/amrcoder/pkg-plist Modified: head/audio/amrcoder/Makefile ============================================================================== --- head/audio/amrcoder/Makefile Sun Nov 24 18:30:13 2013 (r334753) +++ head/audio/amrcoder/Makefile Sun Nov 24 18:32:02 2013 (r334754) @@ -11,10 +11,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= AMR encoder/decoder for Mbuni MMS Gateway (www.mbuni.org) -MAN1= amrdecoder.1 amrencoder.1 - -NO_STAGE= yes -MANCOMPRESSED= yes +USES= uidfix post-extract: @${RM} ${WRKSRC}/*.o Modified: head/audio/amrcoder/pkg-plist ============================================================================== --- head/audio/amrcoder/pkg-plist Sun Nov 24 18:30:13 2013 (r334753) +++ head/audio/amrcoder/pkg-plist Sun Nov 24 18:32:02 2013 (r334754) @@ -1,2 +1,4 @@ bin/amrencoder bin/amrdecoder +man/man1/amrdecoder.1.gz +man/man1/amrencoder.1.gz From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 18:36:37 2013 Return-Path: Delivered-To: svn-ports-head@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 6A605162; Sun, 24 Nov 2013 18:36:37 +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 3FAE72E76; Sun, 24 Nov 2013 18:36:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOIabGo022727; Sun, 24 Nov 2013 18:36:37 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOIabAm022725; Sun, 24 Nov 2013 18:36:37 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241836.rAOIabAm022725@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 18:36:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334755 - head/audio/audiotag 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.16 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: Sun, 24 Nov 2013 18:36:37 -0000 Author: bapt Date: Sun Nov 24 18:36:36 2013 New Revision: 334755 URL: http://svnweb.freebsd.org/changeset/ports/334755 Log: Support staging Use optiosn helpers Modified: head/audio/audiotag/Makefile Modified: head/audio/audiotag/Makefile ============================================================================== --- head/audio/audiotag/Makefile Sun Nov 24 18:32:02 2013 (r334754) +++ head/audio/audiotag/Makefile Sun Nov 24 18:36:36 2013 (r334755) @@ -7,7 +7,7 @@ CATEGORIES= audio multimedia MASTER_SITES= GHC MAINTAINER= ports@FreeBSD.org -COMMENT= A command-line tool for mass tagging/renaming of audio files +COMMENT= Command-line tool for mass tagging/renaming of audio files LICENSE= GPLv2 @@ -16,7 +16,6 @@ OPTIONS_DEFAULT= VORBIS ID3 MP4 FLAC NO_BUILD= yes -NO_STAGE= yes USES= shebangfix perl5 USE_BZIP2= yes USE_PERL5= run @@ -26,32 +25,21 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER SHEBANG_FILES= audiotag -.include - -.if ${PORT_OPTIONS:MVORBIS} -RUN_DEPENDS+= vorbiscomment:${PORTSDIR}/audio/vorbis-tools -.endif -.if ${PORT_OPTIONS:MFLAC} -RUN_DEPENDS+= flac:${PORTSDIR}/audio/flac -.endif -.if ${PORT_OPTIONS:MID3} -RUN_DEPENDS+= id3tag:${PORTSDIR}/audio/id3lib -.endif -.if ${PORT_OPTIONS:MMP4} -RUN_DEPENDS+= AtomicParsley:${PORTSDIR}/multimedia/atomicparsley -.endif +VORBIS_RUN_DEPENDS= vorbiscomment:${PORTSDIR}/audio/vorbis-tools +FLAC_RUN_DEPENDS= flac:${PORTSDIR}/audio/flac +ID3_RUN_DEPENDS= id3tag:${PORTSDIR}/audio/id3lib +MP4_RUN_DEPENDS= AtomicParsley:${PORTSDIR}/multimedia/atomicparsley PORTDOCS= COPYING ChangeLog README PLIST_FILES= bin/audiotag do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/audiotag ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/audiotag ${STAGEDIR}${PREFIX}/bin post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .endif From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 18:36:58 2013 Return-Path: Delivered-To: svn-ports-head@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 8924423C; Sun, 24 Nov 2013 18:36:58 +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 78E282E79; Sun, 24 Nov 2013 18:36:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOIawhQ023919; Sun, 24 Nov 2013 18:36:58 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOIaw0g023916; Sun, 24 Nov 2013 18:36:58 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241836.rAOIaw0g023916@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 18:36:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334756 - head/audio/HVSC-Update 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.16 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: Sun, 24 Nov 2013 18:36:58 -0000 Author: bapt Date: Sun Nov 24 18:36:57 2013 New Revision: 334756 URL: http://svnweb.freebsd.org/changeset/ports/334756 Log: Fix staging Modified: head/audio/HVSC-Update/Makefile Modified: head/audio/HVSC-Update/Makefile ============================================================================== --- head/audio/HVSC-Update/Makefile Sun Nov 24 18:36:36 2013 (r334755) +++ head/audio/HVSC-Update/Makefile Sun Nov 24 18:36:57 2013 (r334756) @@ -21,7 +21,7 @@ PLIST_FILES= bin/${PORTNAME} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/Update ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 18:38:15 2013 Return-Path: Delivered-To: svn-ports-head@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 70D75323; Sun, 24 Nov 2013 18:38:15 +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 602DD2E82; Sun, 24 Nov 2013 18:38:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOIcFWE027970; Sun, 24 Nov 2013 18:38:15 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOIcFIW027967; Sun, 24 Nov 2013 18:38:15 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241838.rAOIcFIW027967@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 18:38:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334757 - head/audio/autotalent 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.16 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: Sun, 24 Nov 2013 18:38:15 -0000 Author: bapt Date: Sun Nov 24 18:38:14 2013 New Revision: 334757 URL: http://svnweb.freebsd.org/changeset/ports/334757 Log: Support staging Strip binaries Modified: head/audio/autotalent/Makefile Modified: head/audio/autotalent/Makefile ============================================================================== --- head/audio/autotalent/Makefile Sun Nov 24 18:36:57 2013 (r334756) +++ head/audio/autotalent/Makefile Sun Nov 24 18:38:14 2013 (r334757) @@ -12,7 +12,6 @@ COMMENT= Real-time pitch correction plug BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa RUN_DEPENDS:= ${BUILD_DEPENDS} -NO_STAGE= yes USES= gmake MAKE_ARGS= CXX="${CXX}" CC=${CC} CPP=${CPP} \ @@ -28,7 +27,7 @@ post-patch: ${REINPLACE_CMD} -e "s,-O3 -Wall -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math,${CFLAGS}," ${WRKSRC}/Makefile do-install: - @${MKDIR} ${PREFIX}/lib/ladspa - ${INSTALL_DATA} ${WRKSRC}/autotalent.so ${PREFIX}/lib/ladspa + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/ladspa + ${INSTALL_LIB} ${WRKSRC}/autotalent.so ${STAGEDIR}${PREFIX}/lib/ladspa .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 18:38:39 2013 Return-Path: Delivered-To: svn-ports-head@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 67B853FD; Sun, 24 Nov 2013 18:38:39 +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 3DCAE2E85; Sun, 24 Nov 2013 18:38:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOIcdFZ029211; Sun, 24 Nov 2013 18:38:39 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOIcdu6029209; Sun, 24 Nov 2013 18:38:39 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241838.rAOIcdu6029209@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 18:38:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334758 - head/audio/audiotag 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.16 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: Sun, 24 Nov 2013 18:38:39 -0000 Author: bapt Date: Sun Nov 24 18:38:38 2013 New Revision: 334758 URL: http://svnweb.freebsd.org/changeset/ports/334758 Log: Remove cruft Modified: head/audio/audiotag/Makefile Modified: head/audio/audiotag/Makefile ============================================================================== --- head/audio/audiotag/Makefile Sun Nov 24 18:38:14 2013 (r334757) +++ head/audio/audiotag/Makefile Sun Nov 24 18:38:38 2013 (r334758) @@ -41,6 +41,5 @@ post-install: .for f in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 18:45:54 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 ESMTPS id E3B37581; Sun, 24 Nov 2013 18:45:54 +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 D30372EE0; Sun, 24 Nov 2013 18:45:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOIjs7q052838; Sun, 24 Nov 2013 18:45:54 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOIjs2j052836; Sun, 24 Nov 2013 18:45:54 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241845.rAOIjs2j052836@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 18:45:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334759 - head/audio/bebocd 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.16 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: Sun, 24 Nov 2013 18:45:55 -0000 Author: bapt Date: Sun Nov 24 18:45:54 2013 New Revision: 334759 URL: http://svnweb.freebsd.org/changeset/ports/334759 Log: Use modern lib_depends Support staging Modified: head/audio/bebocd/Makefile Modified: head/audio/bebocd/Makefile ============================================================================== --- head/audio/bebocd/Makefile Sun Nov 24 18:38:38 2013 (r334758) +++ head/audio/bebocd/Makefile Sun Nov 24 18:45:54 2013 (r334759) @@ -10,10 +10,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 CD Player -LIB_DEPENDS= cdaudio.1:${PORTSDIR}/audio/libcdaudio +LIB_DEPENDS= libcdaudio.so:${PORTSDIR}/audio/libcdaudio USE_XORG= x11 -NO_STAGE= yes USES= gmake pathfix pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 18:49:36 2013 Return-Path: Delivered-To: svn-ports-head@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 B0949689; Sun, 24 Nov 2013 18:49:36 +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 85F162EFC; Sun, 24 Nov 2013 18:49:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOInaSQ063917; Sun, 24 Nov 2013 18:49:36 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOInZXc063895; Sun, 24 Nov 2013 18:49:35 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241849.rAOInZXc063895@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 18:49:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334760 - in head/audio: bmp-faad xmms-faad 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.16 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: Sun, 24 Nov 2013 18:49:36 -0000 Author: bapt Date: Sun Nov 24 18:49:35 2013 New Revision: 334760 URL: http://svnweb.freebsd.org/changeset/ports/334760 Log: Support staging Strip binaries Remove useless .pre.mk/.post.mk inclusions Modified: head/audio/bmp-faad/Makefile head/audio/xmms-faad/Makefile head/audio/xmms-faad/Makefile.inc Modified: head/audio/bmp-faad/Makefile ============================================================================== --- head/audio/bmp-faad/Makefile Sun Nov 24 18:45:54 2013 (r334759) +++ head/audio/bmp-faad/Makefile Sun Nov 24 18:49:35 2013 (r334760) @@ -6,7 +6,6 @@ PKGNAMEPREFIX= bmp- MAINTAINER= ports@FreeBSD.org COMMENT= Beep Media Player (BMP) plugin for faad -NO_STAGE= yes MASTERDIR= ${.CURDIR}/../xmms-faad .include "${MASTERDIR}/Makefile.inc" Modified: head/audio/xmms-faad/Makefile ============================================================================== --- head/audio/xmms-faad/Makefile Sun Nov 24 18:45:54 2013 (r334759) +++ head/audio/xmms-faad/Makefile Sun Nov 24 18:49:35 2013 (r334760) @@ -7,6 +7,5 @@ MAINTAINER= ports@FreeBSD.org COMMENT= XMMS plugin for faad MASTERDIR= ${.CURDIR} -NO_STAGE= yes .include "${MASTERDIR}/Makefile.inc" Modified: head/audio/xmms-faad/Makefile.inc ============================================================================== --- head/audio/xmms-faad/Makefile.inc Sun Nov 24 18:45:54 2013 (r334759) +++ head/audio/xmms-faad/Makefile.inc Sun Nov 24 18:49:35 2013 (r334760) @@ -18,10 +18,8 @@ WANT_GNOME= yes DESCR= ${PORTSDIR}/audio/faad/pkg-descr PLIST_FILES= ${PLUGINS_DIR:S,^${PREFIX}/,,}/libmp4.so -.include - .if ${PKGNAMEPREFIX} == "bmp-" -LIB_DEPENDS+= beep.2:${PORTSDIR}/multimedia/beep-media-player +LIB_DEPENDS+= libbeep.so:${PORTSDIR}/multimedia/beep-media-player USE_GNOME+= gtk20 PLUGINS_DIR= ${PREFIX}/lib/bmp/Input EXTRA_CFLAGS= `pkg-config --cflags bmp` -DHAVE_BMP @@ -29,7 +27,7 @@ EXTRA_LDFLAGS= `pkg-config --libs bmp` .endif .if ${PKGNAMEPREFIX} == "xmms-" -LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms +LIB_DEPENDS+= libxmms.so:${PORTSDIR}/multimedia/xmms USE_GNOME+= gtk12 PLUGINS_DIR= ${PREFIX}/lib/xmms/Input EXTRA_CFLAGS= `xmms-config --cflags` @@ -44,7 +42,7 @@ do-build: ${EXTRA_LDFLAGS} do-install: - @${MKDIR} ${PLUGINS_DIR} - cd ${WRKSRC}; ${INSTALL_DATA} libmp4.so ${PLUGINS_DIR} + @${MKDIR} ${STAGEDIR}${PLUGINS_DIR} + cd ${WRKSRC}; ${INSTALL_LIB} libmp4.so ${STAGEDIR}${PLUGINS_DIR} -.include +.include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 18:53:16 2013 Return-Path: Delivered-To: svn-ports-head@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 B0D798C2; Sun, 24 Nov 2013 18:53: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F1D12F5C; Sun, 24 Nov 2013 18:53:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOIrGo6077017; Sun, 24 Nov 2013 18:53:16 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOIrGC6077015; Sun, 24 Nov 2013 18:53:16 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241853.rAOIrGC6077015@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 18:53:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334761 - head/audio/bmp-flac 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.16 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: Sun, 24 Nov 2013 18:53:16 -0000 Author: bapt Date: Sun Nov 24 18:53:16 2013 New Revision: 334761 URL: http://svnweb.freebsd.org/changeset/ports/334761 Log: modernize LIB_DEPENDS Support staging Modified: head/audio/bmp-flac/Makefile Modified: head/audio/bmp-flac/Makefile ============================================================================== --- head/audio/bmp-flac/Makefile Sun Nov 24 18:49:35 2013 (r334760) +++ head/audio/bmp-flac/Makefile Sun Nov 24 18:53:16 2013 (r334761) @@ -12,12 +12,11 @@ DISTNAME= ${PORTNAME}-CVS-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= FLAC input plugin for beep-media-player -LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player \ - FLAC:${PORTSDIR}/audio/flac +LIB_DEPENDS= libbeep.so:${PORTSDIR}/multimedia/beep-media-player \ + libFLAC.so:${PORTSDIR}/audio/flac PLIST_FILES= lib/bmp/Input/libbmp-flac.so -NO_STAGE= yes USES= iconv pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes @@ -38,8 +37,8 @@ post-configure: # This is to avoid libtool running ldconfig -m ${LOCALBASE}/lib/bmp/Input do-install: - @${MKDIR} ${PREFIX}/lib/bmp/Input - ${INSTALL_DATA} ${WRKSRC}/src/plugin_bmp/.libs/libbmp-flac.so ${PREFIX}/lib/bmp/Input + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/bmp/Input + ${INSTALL_LIB} ${WRKSRC}/src/plugin_bmp/.libs/libbmp-flac.so ${STAGEDIR}${PREFIX}/lib/bmp/Input .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 18:55:15 2013 Return-Path: Delivered-To: svn-ports-head@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 ED611AE5; Sun, 24 Nov 2013 18:55:15 +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 DD7BB2F71; Sun, 24 Nov 2013 18:55:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOItFY3083012; Sun, 24 Nov 2013 18:55:15 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOItFoQ083010; Sun, 24 Nov 2013 18:55:15 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241855.rAOItFoQ083010@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 18:55:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334762 - head/audio/blop 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.16 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: Sun, 24 Nov 2013 18:55:16 -0000 Author: bapt Date: Sun Nov 24 18:55:15 2013 New Revision: 334762 URL: http://svnweb.freebsd.org/changeset/ports/334762 Log: Support staging Use options helpers Modified: head/audio/blop/Makefile Modified: head/audio/blop/Makefile ============================================================================== --- head/audio/blop/Makefile Sun Nov 24 18:53:16 2013 (r334761) +++ head/audio/blop/Makefile Sun Nov 24 18:55:15 2013 (r334762) @@ -12,7 +12,6 @@ COMMENT= Bandlimited oscillator plugins BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa -NO_STAGE= yes USES= gmake GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ladspa-prefix="${LOCALBASE}" @@ -22,15 +21,9 @@ OPTIONS_DEFINE= NLS CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif +OPTIONS_SUB= yes +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 18:57:50 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 ESMTPS id A43BCBD6; Sun, 24 Nov 2013 18:57:50 +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 916952F81; Sun, 24 Nov 2013 18:57:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOIvoYl090495; Sun, 24 Nov 2013 18:57:50 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOIvoFc090494; Sun, 24 Nov 2013 18:57:50 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241857.rAOIvoFc090494@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 18:57:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334763 - head/audio/bmp-mac 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.16 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: Sun, 24 Nov 2013 18:57:50 -0000 Author: bapt Date: Sun Nov 24 18:57:50 2013 New Revision: 334763 URL: http://svnweb.freebsd.org/changeset/ports/334763 Log: Support staging Use modern lib_depends Modified: head/audio/bmp-mac/Makefile Modified: head/audio/bmp-mac/Makefile ============================================================================== --- head/audio/bmp-mac/Makefile Sun Nov 24 18:55:15 2013 (r334762) +++ head/audio/bmp-mac/Makefile Sun Nov 24 18:57:50 2013 (r334763) @@ -12,10 +12,9 @@ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${ MAINTAINER= ports@FreeBSD.org COMMENT= Monkey's Audio Codec non-win32 port -LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player \ - mac.2:${PORTSDIR}/audio/mac +LIB_DEPENDS= libbeep.so:${PORTSDIR}/multimedia/beep-media-player \ + libmac.so:${PORTSDIR}/audio/mac -NO_STAGE= yes USES= gmake pkgconfig GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf libtool @@ -29,7 +28,7 @@ post-patch: 's|-D.*_DISABLE_DEPRECATED||g' do-install: - @${MKDIR} ${PREFIX}/${PLUGDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/src/.libs/${PLUGFILE} ${PREFIX}/${PLUGDIR}/ + @${MKDIR} ${STAGEDIR}${PREFIX}/${PLUGDIR} + ${INSTALL_LIB} ${WRKSRC}/src/.libs/${PLUGFILE} ${STAGEDIR}${PREFIX}/${PLUGDIR}/ .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 18:59:34 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 ESMTPS id E1406CE6; Sun, 24 Nov 2013 18:59:34 +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 D10562F91; Sun, 24 Nov 2013 18:59:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOIxYmk095319; Sun, 24 Nov 2013 18:59:34 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOIxYjZ095316; Sun, 24 Nov 2013 18:59:34 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241859.rAOIxYjZ095316@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 18:59:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334764 - head/audio/bmp-modplug 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.16 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: Sun, 24 Nov 2013 18:59:35 -0000 Author: bapt Date: Sun Nov 24 18:59:34 2013 New Revision: 334764 URL: http://svnweb.freebsd.org/changeset/ports/334764 Log: Support staging Use modern LIB_DEPENDS Modified: head/audio/bmp-modplug/Makefile Modified: head/audio/bmp-modplug/Makefile ============================================================================== --- head/audio/bmp-modplug/Makefile Sun Nov 24 18:57:50 2013 (r334763) +++ head/audio/bmp-modplug/Makefile Sun Nov 24 18:59:34 2013 (r334764) @@ -16,10 +16,9 @@ DISTNAME= ${PORTNAME}${PKGNAMEPREFIX}2.0 MAINTAINER= ports@FreeBSD.org COMMENT= ModPlug-based plugin for beep-media-player -LIB_DEPENDS?= beep:${PORTSDIR}/multimedia/beep-media-player -LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug +LIB_DEPENDS= libeep.so:${PORTSDIR}/multimedia/beep-media-player \ + libmodplug.so:${PORTSDIR}/audio/libmodplug -NO_STAGE= yes USES= pkgconfig USE_AUTOTOOLS= libtool USE_BZIP2= yes @@ -28,8 +27,8 @@ PLUGDIR?= lib/bmp/Input PLIST_FILES= ${PLUGDIR}/libmodplugbmp.so do-install: - @${MKDIR} ${PREFIX}/${PLUGDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/${PLUGDIR} ${INSTALL_PROGRAM} ${WRKSRC}/modplugbmp/.libs/libmodplugbmp.so \ - ${PREFIX}/${PLUGDIR} + ${STAGEDIR}${PREFIX}/${PLUGDIR} .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:01:36 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 ESMTPS id 40446ED1; Sun, 24 Nov 2013 19:01:36 +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 25F822FDC; Sun, 24 Nov 2013 19:01:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOJ1ZDS003604; Sun, 24 Nov 2013 19:01:36 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOJ1Z8s003602; Sun, 24 Nov 2013 19:01:35 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241901.rAOJ1Z8s003602@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 19:01:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334765 - head/audio/bmp-songchange 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.16 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: Sun, 24 Nov 2013 19:01:36 -0000 Author: bapt Date: Sun Nov 24 19:01:35 2013 New Revision: 334765 URL: http://svnweb.freebsd.org/changeset/ports/334765 Log: Deprecate (no public distfiles available) While here stagify Modified: head/audio/bmp-songchange/Makefile Modified: head/audio/bmp-songchange/Makefile ============================================================================== --- head/audio/bmp-songchange/Makefile Sun Nov 24 18:59:34 2013 (r334764) +++ head/audio/bmp-songchange/Makefile Sun Nov 24 19:01:35 2013 (r334765) @@ -10,21 +10,20 @@ MASTER_SITES= BERLIOS/bmp-plugins MAINTAINER= ports@FreeBSD.org COMMENT= Beep Media Player do-this-on-song-change plugin +EXPIRATION_DATE= 2013-12-24 +DEPRECATED= No public distfiles available anymore + LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= beep.2:${PORTSDIR}/multimedia/beep-media-player +LIB_DEPENDS= libbeep.so:${PORTSDIR}/multimedia/beep-media-player -NO_STAGE= yes USES= pkgconfig GNU_CONFIGURE= yes PLIST_FILES= lib/bmp/General/libsong_change.so -.include - post-patch: ${REINPLACE_CMD} -e "s,echo aout, echo elf," ${WRKSRC}/configure -.include +.include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:06:10 2013 Return-Path: Delivered-To: svn-ports-head@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 0B0D592; Sun, 24 Nov 2013 19:06:10 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C1D682FFF; Sun, 24 Nov 2013 19:06:09 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 69AADBDC5D; Sun, 24 Nov 2013 20:06:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=CneuFTXLqsY s9RNH1ucblAVULBk=; b=xQaE6bZMI3v0Ym8EIw1eUxN7hL1NZvWVrC4eFYQcU2L FkWgQGFoCfIb/vBrwedRu0f01c+A+LvXZyV9lmUgkCoWMTato5AA6803cmR5p8jS if9IXpWHnyttq9KeH3tQoZd8D0spYhU5cWM2EE9pkcH8TP4CTGg005qL+OSCC/oQ = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 37091BDC56; Sun, 24 Nov 2013 20:06:08 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 65DECC86EF6C; Sun, 24 Nov 2013 20:06:07 +0100 (CET) Date: Sun, 24 Nov 2013 20:06:07 +0100 From: Mathieu Arnold To: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r334764 - head/audio/bmp-modplug Message-ID: <666B56A9DB446D1BE7E2F6A2@atuin.in.mat.cc> In-Reply-To: <201311241859.rAOIxYjZ095316@svn.freebsd.org> References: <201311241859.rAOIxYjZ095316@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Sun, 24 Nov 2013 19:06:10 -0000 +--On 24 novembre 2013 18:59:34 +0000 Baptiste Daroussin wrote: | -LIB_DEPENDS?= beep:${PORTSDIR}/multimedia/beep-media-player | -LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug | +LIB_DEPENDS= libeep.so:${PORTSDIR}/multimedia/beep-media-player \ | + libmodplug.so:${PORTSDIR}/audio/libmodplug Are you sure it's equivalent ? -- Mathieu Arnold From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:07:38 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 ESMTPS id 9C88A18A; Sun, 24 Nov 2013 19:07:38 +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 8C186200A; Sun, 24 Nov 2013 19:07:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOJ7caU020917; Sun, 24 Nov 2013 19:07:38 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOJ7cba020915; Sun, 24 Nov 2013 19:07:38 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241907.rAOJ7cba020915@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 19:07:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334766 - head/audio/btc 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.16 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: Sun, 24 Nov 2013 19:07:38 -0000 Author: bapt Date: Sun Nov 24 19:07:38 2013 New Revision: 334766 URL: http://svnweb.freebsd.org/changeset/ports/334766 Log: Support staging Modified: head/audio/btc/Makefile Modified: head/audio/btc/Makefile ============================================================================== --- head/audio/btc/Makefile Sun Nov 24 19:01:35 2013 (r334765) +++ head/audio/btc/Makefile Sun Nov 24 19:07:38 2013 (r334766) @@ -12,22 +12,17 @@ COMMENT= Tool for creating bass tablatur WRKSRC= ${WRKDIR} -NO_STAGE= yes PLIST_FILES= bin/btc PORTDOCS= btc.doc OPTIONS_DEFINE= DOCS -.include - do-build: ${CC} ${CFLAGS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.doc ${DOCSDIR} -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.doc ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:08:55 2013 Return-Path: Delivered-To: svn-ports-head@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 35A80270; Sun, 24 Nov 2013 19:08:55 +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 259482037; Sun, 24 Nov 2013 19:08:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOJ8tw4024779; Sun, 24 Nov 2013 19:08:55 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOJ8tAb024777; Sun, 24 Nov 2013 19:08:55 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241908.rAOJ8tAb024777@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 19:08:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334767 - head/audio/cam 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.16 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: Sun, 24 Nov 2013 19:08:55 -0000 Author: bapt Date: Sun Nov 24 19:08:54 2013 New Revision: 334767 URL: http://svnweb.freebsd.org/changeset/ports/334767 Log: Support staging Modified: head/audio/cam/Makefile Modified: head/audio/cam/Makefile ============================================================================== --- head/audio/cam/Makefile Sun Nov 24 19:07:38 2013 (r334766) +++ head/audio/cam/Makefile Sun Nov 24 19:08:54 2013 (r334767) @@ -16,12 +16,11 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" MANDIR="${MAN1PREFIX}/man/man1" \ XEFILE="" -NO_STAGE= yes -MAN1= cam.1 -PLIST_FILES= bin/cam +PLIST_FILES= bin/cam \ + man/man1/cam.1.gz do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/cam ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/cam.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/cam ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/cam.1 ${STAGEDIR}${PREFIX}/man/man1 .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:10:44 2013 Return-Path: Delivered-To: svn-ports-head@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 5EA8A356; Sun, 24 Nov 2013 19:10:44 +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 345D42041; Sun, 24 Nov 2013 19:10:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOJAi8a032128; Sun, 24 Nov 2013 19:10:44 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOJAhoZ032120; Sun, 24 Nov 2013 19:10:43 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241910.rAOJAhoZ032120@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 19:10:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334768 - head/audio/calf 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.16 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: Sun, 24 Nov 2013 19:10:44 -0000 Author: bapt Date: Sun Nov 24 19:10:43 2013 New Revision: 334768 URL: http://svnweb.freebsd.org/changeset/ports/334768 Log: Support stage Use options helpers Modified: head/audio/calf/Makefile head/audio/calf/pkg-plist Modified: head/audio/calf/Makefile ============================================================================== --- head/audio/calf/Makefile Sun Nov 24 19:08:54 2013 (r334767) +++ head/audio/calf/Makefile Sun Nov 24 19:10:43 2013 (r334768) @@ -13,44 +13,30 @@ LICENSE= GPLv2 LGPL21 LICENSE_COMB= multi BUILD_DEPENDS= fftw3>0:${PORTSDIR}/math/fftw3 -LIB_DEPENDS= fluidsynth:${PORTSDIR}/audio/fluidsynth \ - jack:${PORTSDIR}/audio/jack \ - fftw3f:${PORTSDIR}/math/fftw3-float \ - expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libfluidsynth.so:${PORTSDIR}/audio/fluidsynth \ + libjack.so:${PORTSDIR}/audio/jack \ + libfftw3f.so:${PORTSDIR}/math/fftw3-float \ + libexpat.so:${PORTSDIR}/textproc/expat2 OPTIONS_DEFINE= LASH LV2 OPTIONS_DEFAULT=LASH LV2 LV2_DESC= LV2 audio plugin -NO_STAGE= yes USES= gmake pkgconfig -USE_GCC= any USE_GNOME= gtk20 +USE_CSTD= gnu89 GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= calfjackhost.1 -MAN7= calf.7 - -.include - -.if ${PORT_OPTIONS:MLASH} -LIB_DEPENDS+= lash:${PORTSDIR}/audio/lash -.else -CONFIGURE_ARGS+=--without-lash -.endif - -.if ${PORT_OPTIONS:MLV2} -BUILD_DEPENDS+= lv2core>0:${PORTSDIR}/audio/lv2core -RUN_DEPENDS+= lv2core>0:${PORTSDIR}/audio/lv2core -PLIST_SUB+= LV2="" -.else -CONFIGURE_ARGS+=--without-lv2 -PLIST_SUB+= LV2="@comment " -.endif +OPTIONS_SUB= yes +LASH_LIB_DEPENDS= liblash.so:${PORTSDIR}/audio/lash +LASH_CONFIGURE_WITH= lash +LV2_BUILD_DEPENDS+= lv2core>0:${PORTSDIR}/audio/lv2core +LV2_RUN_DEPENDS+= lv2core>0:${PORTSDIR}/audio/lv2core +LV2_CONFIGURE_WITH= lv2 post-patch: @${FIND} ${BUILD_WRKSRC} -name '*.cpp' | ${XARGS} ${REINPLACE_CMD} -e \ @@ -60,9 +46,7 @@ post-patch: ${WRKSRC}/Makefile.in post-install: -.if ${PORT_OPTIONS:MDOCS} @(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install-data-local) -.endif .include Modified: head/audio/calf/pkg-plist ============================================================================== --- head/audio/calf/pkg-plist Sun Nov 24 19:08:54 2013 (r334767) +++ head/audio/calf/pkg-plist Sun Nov 24 19:10:43 2013 (r334768) @@ -39,6 +39,8 @@ lib/calf/calf.so %%LV2%%lib/lv2/calf.lv2/presets-Monosynth.ttl %%LV2%%lib/lv2/calf.lv2/presets-Organ.ttl %%LV2%%lib/lv2/calf.lv2/presets-Reverb.ttl +man/man1/calfjackhost.1.gz +man/man7/calf.7.gz share/applications/calf.desktop %%DATADIR%%/background_black.png %%DATADIR%%/background_blue.png From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:13:44 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 ESMTPS id E5698578; Sun, 24 Nov 2013 19:13:44 +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 D53B32094; Sun, 24 Nov 2013 19:13:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOJDiFK041088; Sun, 24 Nov 2013 19:13:44 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOJDi8o041085; Sun, 24 Nov 2013 19:13:44 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241913.rAOJDi8o041085@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 19:13:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334769 - head/audio/cdplay 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.16 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: Sun, 24 Nov 2013 19:13:45 -0000 Author: bapt Date: Sun Nov 24 19:13:44 2013 New Revision: 334769 URL: http://svnweb.freebsd.org/changeset/ports/334769 Log: Support staging Remove useless patching Modified: head/audio/cdplay/Makefile Modified: head/audio/cdplay/Makefile ============================================================================== --- head/audio/cdplay/Makefile Sun Nov 24 19:10:43 2013 (r334768) +++ head/audio/cdplay/Makefile Sun Nov 24 19:13:44 2013 (r334769) @@ -13,27 +13,23 @@ COMMENT= CD-player with text-based user MAKE_ARGS= CFLAGS="${CFLAGS} -c -ansi" \ BINPATH="${PREFIX}/bin/" \ - MANPATH="${MANPREFIX}/man/man1/" + MANPATH="${MANPREFIX}/man/man1/" \ + CC="${CC}" MAKE_JOBS_UNSAFE= yes -NO_STAGE= yes -MAN1= cdplay.1 -PLIST_FILES= bin/cdplay +PLIST_FILES= bin/cdplay \ + man/man1/cdplay.1.gz post-patch: ${REINPLACE_CMD} \ - -e 's/^CC=/CC?=/' \ -e 's/^OPTIMISE=.*$$/OPTIMISE=/'\ - -e 's/^CFLAGS=/CFLAGS+=/' \ - -e 's/^BINPATH=/BINPATH?=/' \ - -e 's/^MANPATH=/MANPATH?=/' \ ${WRKSRC}/Makefile pre-patch: @${GUNZIP_CMD} ${WRKSRC}/cdplay.1.gz do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/cdplay ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/cdplay.1 ${MAN1PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/cdplay ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/cdplay.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:15:33 2013 Return-Path: Delivered-To: svn-ports-head@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 9F40B7CA; Sun, 24 Nov 2013 19:15:33 +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 8F36A20AE; Sun, 24 Nov 2013 19:15:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOJFXr1046225; Sun, 24 Nov 2013 19:15:33 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOJFXGv046223; Sun, 24 Nov 2013 19:15:33 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241915.rAOJFXGv046223@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 19:15:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334770 - head/audio/cmt 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.16 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: Sun, 24 Nov 2013 19:15:33 -0000 Author: bapt Date: Sun Nov 24 19:15:33 2013 New Revision: 334770 URL: http://svnweb.freebsd.org/changeset/ports/334770 Log: Support staging Modified: head/audio/cmt/Makefile Modified: head/audio/cmt/Makefile ============================================================================== --- head/audio/cmt/Makefile Sun Nov 24 19:13:44 2013 (r334769) +++ head/audio/cmt/Makefile Sun Nov 24 19:15:33 2013 (r334770) @@ -18,7 +18,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} BUILD_WRKSRC= ${WRKDIR}/${PORTNAME}/src USES= gmake -NO_STAGE= yes MAKEFILE= makefile MAKE_ARGS= CXX="${CXX}" \ CXXFLAGS="${CXXFLAGS} -fPIC -I${LOCALBASE}/include" @@ -31,7 +30,7 @@ post-patch: ${REINPLACE_CMD} -e "s|||g" do-install: - @${MKDIR} ${PREFIX}/lib/ladspa - ${INSTALL_DATA} ${WRKSRC}/plugins/cmt.so ${PREFIX}/lib/ladspa/ + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/ladspa + ${INSTALL_LIB} ${WRKSRC}/plugins/cmt.so ${STAGEDIR}${PREFIX}/lib/ladspa/ .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:17:49 2013 Return-Path: Delivered-To: svn-ports-head@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 DFF5C8CF for ; Sun, 24 Nov 2013 19:17:49 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7757820BA for ; Sun, 24 Nov 2013 19:17:49 +0000 (UTC) Received: from [192.168.0.100] ([87.139.233.65]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0LzGV3-1VXpEo2JBB-014V29 for ; Sun, 24 Nov 2013 20:17:47 +0100 Message-ID: <529250E5.5040408@gmx.de> Date: Sun, 24 Nov 2013 20:17:57 +0100 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: Baptiste Daroussin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r334764 - head/audio/bmp-modplug References: <201311241859.rAOIxYjZ095316@svn.freebsd.org> <666B56A9DB446D1BE7E2F6A2@atuin.in.mat.cc> In-Reply-To: <666B56A9DB446D1BE7E2F6A2@atuin.in.mat.cc> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:OBZmrfkrfQantWmAHC1RA4BfRqW8B+XvYtBH8gSc6xnMKYWf5yY G6rie7P+DnS1ZtXz8GIH/cz/Mus7KvyrQUg3VK0JmLUZm0TB8JtmmMxB2+FJJ5tjO4ZFiOS lZDHqb2x4VhluLXZ+Gs3iPkooDnqQRmGNYI+Hw++SZ4GUdBZdCAsNhVCDpXsDK8/EXJvtXs mn9Ys+zgV1mC0x31oiFyw== Cc: Mathieu Arnold X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Sun, 24 Nov 2013 19:17:49 -0000 On 2013-11-24 20:06, Mathieu Arnold wrote: > +--On 24 novembre 2013 18:59:34 +0000 Baptiste Daroussin > wrote: > | -LIB_DEPENDS?= beep:${PORTSDIR}/multimedia/beep-media-player > | -LIB_DEPENDS+= modplug:${PORTSDIR}/audio/libmodplug > | +LIB_DEPENDS= libeep.so:${PORTSDIR}/multimedia/beep-media-player \ > | + libmodplug.so:${PORTSDIR}/audio/libmodplug > > Are you sure it's equivalent ? > seems there is a 'b' missing s/libeep.so/libbeep.so/ From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:18:08 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 ESMTPS id BFBD29AF; Sun, 24 Nov 2013 19:18:08 +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 AFA5320C0; Sun, 24 Nov 2013 19:18:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOJI89r054268; Sun, 24 Nov 2013 19:18:08 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOJI8Qw054258; Sun, 24 Nov 2013 19:18:08 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241918.rAOJI8Qw054258@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 19:18:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334771 - head/audio/cplay 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.16 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: Sun, 24 Nov 2013 19:18:08 -0000 Author: bapt Date: Sun Nov 24 19:18:07 2013 New Revision: 334771 URL: http://svnweb.freebsd.org/changeset/ports/334771 Log: Support Staging by cheating on PREFIX Modified: head/audio/cplay/Makefile head/audio/cplay/pkg-plist Modified: head/audio/cplay/Makefile ============================================================================== --- head/audio/cplay/Makefile Sun Nov 24 19:15:33 2013 (r334770) +++ head/audio/cplay/Makefile Sun Nov 24 19:18:07 2013 (r334771) @@ -13,23 +13,14 @@ COMMENT= Curses-based front-end for vari LICENSE= GPLv2 USES= gettext gmake -NO_STAGE= yes USE_PYTHON= yes -MAKE_ARGS= PREFIX="${PREFIX}" +MAKE_ARGS= PREFIX="${STAGEDIR}${PREFIX}" -MAN1= cplay.1 PORTDOCS= README -.include - post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} -.endif - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Modified: head/audio/cplay/pkg-plist ============================================================================== --- head/audio/cplay/pkg-plist Sun Nov 24 19:15:33 2013 (r334770) +++ head/audio/cplay/pkg-plist Sun Nov 24 19:18:07 2013 (r334771) @@ -1,4 +1,5 @@ bin/cplay +man/man1/cplay.1.gz share/locale/da/LC_MESSAGES/cplay.mo share/locale/de/LC_MESSAGES/cplay.mo share/locale/hu/LC_MESSAGES/cplay.mo From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:18:58 2013 Return-Path: Delivered-To: svn-ports-head@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 02312AAB; Sun, 24 Nov 2013 19:18:58 +0000 (UTC) Received: from mail-we0-x234.google.com (mail-we0-x234.google.com [IPv6:2a00:1450:400c:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 494C520C7; Sun, 24 Nov 2013 19:18:57 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id u56so2958910wes.25 for ; Sun, 24 Nov 2013 11:18:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=IHs+KVORMYJCtLMeepkaRZ+265tw6yg2IfvDKnXI5SU=; b=FZveemH+OpkzXGluI1CxvlyTJxx9+r7MwXMS9eM89Ls8DgjOLPLk7ur3rTttk1S68Q A45dZTe2Zts70dyt9Z7WiOM2H7eD9ThcPz6PcoOuLl5UZAxtf86mlrTvvySYANJSz3FJ RntZ/R4q5BgYhyCJgWM34BmbcL/DLvgPjotAkVEYIEqGtBAlRG6aPl0Zmbr565wHyB9f 3qCM1QpP+LJi3yNvp42p3qIMeRcwWtp0o1gW4uPQWg7h0udo06asGDZSO7xFdr/fPMt/ Zrrpekx35QrsZxBBfw38oaEgQTuDVCVLa93H1sJUbegQUR9iMBFF2NsxfKuKw4o7k/9b x+DA== X-Received: by 10.180.14.226 with SMTP id s2mr10789269wic.41.1385320735783; Sun, 24 Nov 2013 11:18:55 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id y20sm39222768wib.0.2013.11.24.11.18.54 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 24 Nov 2013 11:18:54 -0800 (PST) Sender: Baptiste Daroussin Date: Sun, 24 Nov 2013 20:18:52 +0100 From: Baptiste Daroussin To: Mathieu Arnold Subject: Re: svn commit: r334764 - head/audio/bmp-modplug Message-ID: <20131124191852.GJ12196@ithaqua.etoilebsd.net> References: <201311241859.rAOIxYjZ095316@svn.freebsd.org> <666B56A9DB446D1BE7E2F6A2@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="0jdOO2+ODOkP2/E4" Content-Disposition: inline In-Reply-To: <666B56A9DB446D1BE7E2F6A2@atuin.in.mat.cc> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Sun, 24 Nov 2013 19:18:58 -0000 --0jdOO2+ODOkP2/E4 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 24, 2013 at 08:06:07PM +0100, Mathieu Arnold wrote: > +--On 24 novembre 2013 18:59:34 +0000 Baptiste Daroussin > wrote: > | -LIB_DEPENDS?=3D beep:${PORTSDIR}/multimedia/beep-media-player > | -LIB_DEPENDS+=3D modplug:${PORTSDIR}/audio/libmodplug > | +LIB_DEPENDS=3D libeep.so:${PORTSDIR}/multimedia/beep-media-player \ > | + libmodplug.so:${PORTSDIR}/audio/libmodplug >=20 > Are you sure it's equivalent ? Yes I checked regards, Bapt --0jdOO2+ODOkP2/E4 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlKSURwACgkQ8kTtMUmk6EyP8gCgiojDJjlnPpL3TCRw7pDhG/VA MV4An05NtZ9vU2Oo+9OWWvX5AXceOMSx =qtlH -----END PGP SIGNATURE----- --0jdOO2+ODOkP2/E4-- From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:20:20 2013 Return-Path: Delivered-To: svn-ports-head@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 9D700C27; Sun, 24 Nov 2013 19:20:20 +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 8D6C120FD; Sun, 24 Nov 2013 19:20:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOJKKMj060877; Sun, 24 Nov 2013 19:20:20 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOJKKk6060874; Sun, 24 Nov 2013 19:20:20 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241920.rAOJKKk6060874@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 19:20:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334772 - head/audio/bmp-modplug 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.16 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: Sun, 24 Nov 2013 19:20:20 -0000 Author: bapt Date: Sun Nov 24 19:20:20 2013 New Revision: 334772 URL: http://svnweb.freebsd.org/changeset/ports/334772 Log: Fix typo [1] While here properly use INSTALL_LIB Reported by: ohauer Modified: head/audio/bmp-modplug/Makefile Modified: head/audio/bmp-modplug/Makefile ============================================================================== --- head/audio/bmp-modplug/Makefile Sun Nov 24 19:18:07 2013 (r334771) +++ head/audio/bmp-modplug/Makefile Sun Nov 24 19:20:20 2013 (r334772) @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}${PKGNAMEPREFIX}2.0 MAINTAINER= ports@FreeBSD.org COMMENT= ModPlug-based plugin for beep-media-player -LIB_DEPENDS= libeep.so:${PORTSDIR}/multimedia/beep-media-player \ +LIB_DEPENDS= libbeep.so:${PORTSDIR}/multimedia/beep-media-player \ libmodplug.so:${PORTSDIR}/audio/libmodplug USES= pkgconfig @@ -28,7 +28,7 @@ PLIST_FILES= ${PLUGDIR}/libmodplugbmp.so do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${PLUGDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/modplugbmp/.libs/libmodplugbmp.so \ + ${INSTALL_LIB} ${WRKSRC}/modplugbmp/.libs/libmodplugbmp.so \ ${STAGEDIR}${PREFIX}/${PLUGDIR} .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:26:12 2013 Return-Path: Delivered-To: svn-ports-head@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 686F2E6B; Sun, 24 Nov 2013 19:26:12 +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 584AA212A; Sun, 24 Nov 2013 19:26:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOJQC3E079728; Sun, 24 Nov 2013 19:26:12 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOJQCml079727; Sun, 24 Nov 2013 19:26:12 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241926.rAOJQCml079727@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 19:26:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334773 - head/audio/dir2ogg 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.16 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: Sun, 24 Nov 2013 19:26:12 -0000 Author: bapt Date: Sun Nov 24 19:26:11 2013 New Revision: 334773 URL: http://svnweb.freebsd.org/changeset/ports/334773 Log: Support staging Modified: head/audio/dir2ogg/Makefile Modified: head/audio/dir2ogg/Makefile ============================================================================== --- head/audio/dir2ogg/Makefile Sun Nov 24 19:20:20 2013 (r334772) +++ head/audio/dir2ogg/Makefile Sun Nov 24 19:26:11 2013 (r334773) @@ -16,27 +16,23 @@ RUN_DEPENDS= faad:${PORTSDIR}/audio/faad mplayer:${PORTSDIR}/multimedia/mplayer \ oggenc:${PORTSDIR}/audio/vorbis-tools -NO_STAGE= yes USE_PYTHON= yes NO_BUILD= yes -MAN1= ${PORTNAME}.1 PORTDOCS= NEWS README -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} \ + man/man1/${PORTNAME}.1.gz -.include post-patch: @${REINPLACE_CMD} -e \ '/^#!/s|/.*python|${SETENV} python|g' ${WRKSRC}/${PORTNAME} do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1 -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:27:20 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 ESMTPS id A19D0F4A; Sun, 24 Nov 2013 19:27:20 +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 90B002130; Sun, 24 Nov 2013 19:27:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOJRKAp083148; Sun, 24 Nov 2013 19:27:20 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOJRKxh083145; Sun, 24 Nov 2013 19:27:20 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241927.rAOJRKxh083145@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 19:27:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334774 - head/audio/discid 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.16 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: Sun, 24 Nov 2013 19:27:20 -0000 Author: bapt Date: Sun Nov 24 19:27:20 2013 New Revision: 334774 URL: http://svnweb.freebsd.org/changeset/ports/334774 Log: Support staging Modified: head/audio/discid/Makefile Modified: head/audio/discid/Makefile ============================================================================== --- head/audio/discid/Makefile Sun Nov 24 19:26:11 2013 (r334773) +++ head/audio/discid/Makefile Sun Nov 24 19:27:20 2013 (r334774) @@ -13,7 +13,6 @@ COMMENT= Identify audio cd in your drive WRKSRC= ${WRKDIR}/freebsd -NO_STAGE= yes PLIST_FILES= bin/discid post-patch: @@ -23,6 +22,6 @@ do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c do-install: - cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin + cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:29:49 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 ESMTPS id 8EF1DC7; Sun, 24 Nov 2013 19:29:49 +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 D40FB213F; Sun, 24 Nov 2013 19:29:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOJTmmc090439; Sun, 24 Nov 2013 19:29:48 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOJTm5a090432; Sun, 24 Nov 2013 19:29:48 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311241929.rAOJTm5a090432@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Nov 2013 19:29:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334775 - head/www/py-cssutils 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.16 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: Sun, 24 Nov 2013 19:29:49 -0000 Author: sunpoet Date: Sun Nov 24 19:29:48 2013 New Revision: 334775 URL: http://svnweb.freebsd.org/changeset/ports/334775 Log: - Respect PORTEXAMPLES - Simplify Makefile Reported by: Yuri Modified: head/www/py-cssutils/Makefile head/www/py-cssutils/pkg-plist Modified: head/www/py-cssutils/Makefile ============================================================================== --- head/www/py-cssutils/Makefile Sun Nov 24 19:27:20 2013 (r334774) +++ head/www/py-cssutils/Makefile Sun Nov 24 19:29:48 2013 (r334775) @@ -22,12 +22,8 @@ USE_ZIP= yes EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} -.include - post-install: -.if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}/ -.endif .include Modified: head/www/py-cssutils/pkg-plist ============================================================================== --- head/www/py-cssutils/pkg-plist Sun Nov 24 19:27:20 2013 (r334774) +++ head/www/py-cssutils/pkg-plist Sun Nov 24 19:29:48 2013 (r334775) @@ -298,21 +298,21 @@ bin/cssparse %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/encutils/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/encutils/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/encutils/__init__.pyo -%%EXAMPLESDIR%%/build.py -%%EXAMPLESDIR%%/codec.py -%%EXAMPLESDIR%%/cssencodings.py -%%EXAMPLESDIR%%/customlog.py -%%EXAMPLESDIR%%/imports.py -%%EXAMPLESDIR%%/minify.py -%%EXAMPLESDIR%%/parse.py -%%EXAMPLESDIR%%/properties_with_same_name.py -%%EXAMPLESDIR%%/selectors_tolower.py -%%EXAMPLESDIR%%/serialize.py -%%EXAMPLESDIR%%/style.py -%%EXAMPLESDIR%%/styledeclaration.py -%%EXAMPLESDIR%%/testutil.py -%%EXAMPLESDIR%%/website.py -@dirrm %%EXAMPLESDIR%% +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/build.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/codec.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cssencodings.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/customlog.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/imports.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/minify.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/parse.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/properties_with_same_name.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/selectors_tolower.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/serialize.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/style.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/styledeclaration.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/testutil.py +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/website.py +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/encutils @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/cssutils/tests/test_encutils @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/cssutils/tests From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:41:44 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 ESMTPS id 90331473; Sun, 24 Nov 2013 19:41:44 +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 7F64321DA; Sun, 24 Nov 2013 19:41:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOJfiFC029669; Sun, 24 Nov 2013 19:41:44 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOJfiMO029668; Sun, 24 Nov 2013 19:41:44 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241941.rAOJfiMO029668@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 19:41:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334776 - head/audio/drumpiler 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.16 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: Sun, 24 Nov 2013 19:41:44 -0000 Author: bapt Date: Sun Nov 24 19:41:44 2013 New Revision: 334776 URL: http://svnweb.freebsd.org/changeset/ports/334776 Log: Support staging Modified: head/audio/drumpiler/Makefile Modified: head/audio/drumpiler/Makefile ============================================================================== --- head/audio/drumpiler/Makefile Sun Nov 24 19:29:48 2013 (r334775) +++ head/audio/drumpiler/Makefile Sun Nov 24 19:41:44 2013 (r334776) @@ -10,7 +10,6 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Drum machine compiler -NO_STAGE= yes USE_SDL= sdl CFLAGS+= `${SDL_CONFIG} --cflags` -Wno-return-type LIBS+= `${SDL_CONFIG} --libs` @@ -20,6 +19,6 @@ do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -DUSESDL -o drumpiler drumpiler.c ${LIBS} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/drumpiler ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/drumpiler ${STAGEDIR}${PREFIX}/bin .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:42:03 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 ESMTPS id 7932254F; Sun, 24 Nov 2013 19:42:03 +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 50C7A21DE; Sun, 24 Nov 2013 19:42:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOJg3t3030658; Sun, 24 Nov 2013 19:42:03 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOJg3Wt030655; Sun, 24 Nov 2013 19:42:03 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311241942.rAOJg3Wt030655@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Nov 2013 19:42:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334777 - head/graphics/gdal/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.16 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: Sun, 24 Nov 2013 19:42:03 -0000 Author: sunpoet Date: Sun Nov 24 19:42:02 2013 New Revision: 334777 URL: http://svnweb.freebsd.org/changeset/ports/334777 Log: - Remove unnecessary patch Deleted: head/graphics/gdal/files/ From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:42:16 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 ESMTPS id 6662B62A; Sun, 24 Nov 2013 19:42: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5620821E1; Sun, 24 Nov 2013 19:42:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOJgG9k031535; Sun, 24 Nov 2013 19:42:16 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOJgFGY031509; Sun, 24 Nov 2013 19:42:15 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201311241942.rAOJgFGY031509@svn.freebsd.org> From: Olli Hauer Date: Sun, 24 Nov 2013 19:42:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334778 - in head/devel/apr1: . 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.16 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: Sun, 24 Nov 2013 19:42:16 -0000 Author: ohauer Date: Sun Nov 24 19:42:15 2013 New Revision: 334778 URL: http://svnweb.freebsd.org/changeset/ports/334778 Log: - update apr-util to 1.5.3 - *no update* to apr-1.5.0 [1] Changes with APR-util 1.5.3 *) Fix warnings in odbc driver on 64bit systems. PR 55197 [Tom Donovan] *) Add support to apr_memcache for unix domain sockets. PR 54573 [Remi Gacogne ] *) Add support for Berkeley DB 6.0. [Rainer Jung] [1] apache24 is broken if build against apr-1.5.0 and enable-v4-mapped is set to ON (the default) Modified: head/devel/apr1/Makefile head/devel/apr1/distinfo head/devel/apr1/files/patch-apr-util__dbd__apr_dbd_freetds.c Modified: head/devel/apr1/Makefile ============================================================================== --- head/devel/apr1/Makefile Sun Nov 24 19:42:02 2013 (r334777) +++ head/devel/apr1/Makefile Sun Nov 24 19:42:15 2013 (r334778) @@ -11,7 +11,7 @@ DISTFILES= apr-${APR_VERSION}.tar.gz apr MAINTAINER= apache@FreeBSD.org COMMENT= Apache Portability Library -LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 OPTIONS_GROUP= APR APU @@ -27,7 +27,7 @@ SSL_DESC= OpenSSL crypto driver NSS_DESC= NSS crypto driver APR_VERSION= 1.4.8 -APU_VERSION= 1.5.2 +APU_VERSION= 1.5.3 USES= iconv pathfix USE_LDCONFIG= yes @@ -37,12 +37,10 @@ NO_WRKSUBDIR= yes APR_WRKDIR= ${WRKDIR}/apr-${APR_VERSION} APU_WRKDIR= ${WRKDIR}/apr-util-${APU_VERSION} -PLIST_SUB= SHLIB_APR_MAJOR="${SHLIB_APR_MAJOR}" SHLIB_APU_MAJOR="${SHLIB_APU_MAJOR}" +PLIST_SUB+= SHLIB_APR_MAJOR="${SHLIB_APR_MAJOR}" SHLIB_APU_MAJOR="${SHLIB_APU_MAJOR}" SHLIB_APR_MAJOR= 4 SHLIB_APU_MAJOR= 5 -# candidate for next release -#CFLAGS+= -fPIC APR_CONF_ARGS= --with-installbuilddir=${DATADIR}/build-1 APU_CONF_ARGS= --with-apr=${APR_WRKDIR} \ --with-expat=${LOCALBASE} \ @@ -73,7 +71,7 @@ APR_CONF_ARGS+= --without-devrandom .if ${PORT_OPTIONS:MGDBM} PLIST_SUB+= GDBM="" APU_EXTRAS= yes -LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm +LIB_DEPENDS+= libgdbm.so:${PORTSDIR}/databases/gdbm APU_CONF_ARGS+= --with-gdbm=${LOCALBASE} .else PLIST_SUB+= GDBM="@comment " @@ -114,7 +112,7 @@ APU_CONF_ARGS+= --without-ldap APU_EXTRAS= yes PLIST_SUB+= FREETDS="" APU_CONF_ARGS+= --with-freetds=${LOCALBASE} -LIB_DEPENDS+= sybdb:${PORTSDIR}/databases/freetds +LIB_DEPENDS+= libsybdb.so:${PORTSDIR}/databases/freetds .else PLIST_SUB+= FREETDS="@comment " APU_CONF_ARGS+= --without-freetds @@ -174,7 +172,7 @@ APU_CONF_ARGS+= --without-openssl .if ${PORT_OPTIONS:MNSS} APU_EXTRAS= yes PLIST_SUB+= NSS="" -LIB_DEPENDS+= nss3:${PORTSDIR}/security/nss +LIB_DEPENDS+= libnss3.so:${PORTSDIR}/security/nss CPPFLAGS+= -I${LOCALBASE}/include/nss LDFLAGS+= -L${LOCALBASE}/lib/nss APU_CONF_ARGS+= --with-nss=${LOCALBASE} Modified: head/devel/apr1/distinfo ============================================================================== --- head/devel/apr1/distinfo Sun Nov 24 19:42:02 2013 (r334777) +++ head/devel/apr1/distinfo Sun Nov 24 19:42:15 2013 (r334778) @@ -1,4 +1,4 @@ SHA256 (apr-1.4.8.tar.gz) = 1689e415bdfab6aaa41f07836b5dd9ed4901d22ddeb99feffdb2cee3124adf49 SIZE (apr-1.4.8.tar.gz) = 979397 -SHA256 (apr-util-1.5.2.tar.gz) = a1ec5025373815795d2fa5bfac40c0984675feffc88e049be9a162c408c2f613 -SIZE (apr-util-1.5.2.tar.gz) = 867573 +SHA256 (apr-util-1.5.3.tar.gz) = 76db34cb508e346e3bf69347c29ed1500bf0b71bcc48d54271ad9d1c25703743 +SIZE (apr-util-1.5.3.tar.gz) = 874462 Modified: head/devel/apr1/files/patch-apr-util__dbd__apr_dbd_freetds.c ============================================================================== --- head/devel/apr1/files/patch-apr-util__dbd__apr_dbd_freetds.c Sun Nov 24 19:42:02 2013 (r334777) +++ head/devel/apr1/files/patch-apr-util__dbd__apr_dbd_freetds.c Sun Nov 24 19:42:15 2013 (r334778) @@ -4,8 +4,8 @@ # I've made the FreeTDS-driver work again -- and submitted the patch to Apache: # https://issues.apache.org/bugzilla/show_bug.cgi?id=53666 =================================================================================== ---- ./apr-util-1.5.2/dbd/apr_dbd_freetds.c.orig 2012-08-05 23:09:15.000000000 +0200 -+++ ./apr-util-1.5.2/dbd/apr_dbd_freetds.c 2013-07-04 22:55:08.000000000 +0200 +--- ./apr-util-1.5.3/dbd/apr_dbd_freetds.c.orig 2012-08-05 23:09:15.000000000 +0200 ++++ ./apr-util-1.5.3/dbd/apr_dbd_freetds.c 2013-07-04 22:55:08.000000000 +0200 @@ -40,12 +40,12 @@ #include #endif From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:42:48 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 ESMTPS id E996670E; Sun, 24 Nov 2013 19:42:48 +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 D96FD21E8; Sun, 24 Nov 2013 19:42:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOJgmbv033187; Sun, 24 Nov 2013 19:42:48 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOJgmCq033186; Sun, 24 Nov 2013 19:42:48 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241942.rAOJgmCq033186@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 19:42:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334779 - head/audio/dtmfdial 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.16 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: Sun, 24 Nov 2013 19:42:49 -0000 Author: bapt Date: Sun Nov 24 19:42:48 2013 New Revision: 334779 URL: http://svnweb.freebsd.org/changeset/ports/334779 Log: Support staging Modified: head/audio/dtmfdial/Makefile Modified: head/audio/dtmfdial/Makefile ============================================================================== --- head/audio/dtmfdial/Makefile Sun Nov 24 19:42:15 2013 (r334778) +++ head/audio/dtmfdial/Makefile Sun Nov 24 19:42:48 2013 (r334779) @@ -11,19 +11,15 @@ DISTNAME= dtmf-dial-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Generate DTMF dial tones from the command line -NO_STAGE= yes WRKSRC= ${WRKDIR}/dial MAKE_ARGS= CFLAGS="${CFLAGS}" PORTDOCS= README TODO PLIST_FILES= bin/dtmfdial -.include do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/dial ${PREFIX}/bin/dtmfdial -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/dial ${STAGEDIR}${PREFIX}/bin/dtmfdial + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:44:17 2013 Return-Path: Delivered-To: svn-ports-head@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 EB3C87F5; Sun, 24 Nov 2013 19:44:17 +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 DABCA21F2; Sun, 24 Nov 2013 19:44:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOJiHsg037858; Sun, 24 Nov 2013 19:44:17 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOJiH0N037836; Sun, 24 Nov 2013 19:44:17 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311241944.rAOJiH0N037836@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Nov 2013 19:44:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334780 - in head/x11-wm: aewm sapphire swm 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.16 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: Sun, 24 Nov 2013 19:44:18 -0000 Author: sunpoet Date: Sun Nov 24 19:44:16 2013 New Revision: 334780 URL: http://svnweb.freebsd.org/changeset/ports/334780 Log: - Use USES=gmake Modified: head/x11-wm/aewm/Makefile head/x11-wm/sapphire/Makefile head/x11-wm/swm/Makefile Modified: head/x11-wm/aewm/Makefile ============================================================================== --- head/x11-wm/aewm/Makefile Sun Nov 24 19:42:48 2013 (r334779) +++ head/x11-wm/aewm/Makefile Sun Nov 24 19:44:16 2013 (r334780) @@ -10,7 +10,7 @@ MASTER_SITES= http://www.red-bean.com/de MAINTAINER= ports@FreeBSD.org COMMENT= ICCCM-compliant window manager based on 9wm -USE_GMAKE= yes +USES= gmake MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" XROOT="${LOCALBASE}" USE_XORG= x11 xext xt xaw WANT_GNOME= yes Modified: head/x11-wm/sapphire/Makefile ============================================================================== --- head/x11-wm/sapphire/Makefile Sun Nov 24 19:42:48 2013 (r334779) +++ head/x11-wm/sapphire/Makefile Sun Nov 24 19:44:16 2013 (r334780) @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Small window manager USE_XORG= x11 xext -USE_GMAKE= yes +USES= gmake REINPLACE_ARGS= -i '' -e CC= ${CXX} Modified: head/x11-wm/swm/Makefile ============================================================================== --- head/x11-wm/swm/Makefile Sun Nov 24 19:42:48 2013 (r334779) +++ head/x11-wm/swm/Makefile Sun Nov 24 19:44:16 2013 (r334780) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/../doc/COPYING WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S,c,,}/src USE_XORG= xpm -USE_GMAKE= yes +USES= gmake MAKEFILE= Makefile-xpm MAKE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="" CC="${CC}" XROOT="${LOCALBASE}" From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:44:46 2013 Return-Path: Delivered-To: svn-ports-head@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 E9D4C8D5; Sun, 24 Nov 2013 19:44:46 +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 D96D821F6; Sun, 24 Nov 2013 19:44:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOJikqI039156; Sun, 24 Nov 2013 19:44:46 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOJikbS039143; Sun, 24 Nov 2013 19:44:46 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241944.rAOJikbS039143@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 19:44:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334781 - head/audio/cuetools 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.16 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: Sun, 24 Nov 2013 19:44:47 -0000 Author: bapt Date: Sun Nov 24 19:44:46 2013 New Revision: 334781 URL: http://svnweb.freebsd.org/changeset/ports/334781 Log: Support staging Added: head/audio/cuetools/pkg-plist (contents, props changed) Modified: head/audio/cuetools/Makefile Modified: head/audio/cuetools/Makefile ============================================================================== --- head/audio/cuetools/Makefile Sun Nov 24 19:44:16 2013 (r334780) +++ head/audio/cuetools/Makefile Sun Nov 24 19:44:46 2013 (r334781) @@ -13,26 +13,17 @@ COMMENT= Utilities for working with CUE LICENSE= GPLv2 USES= gmake -NO_STAGE= yes GNU_CONFIGURE= yes -MAN1= cuebreakpoints.1 cueconvert.1 cueprint.1 PORTDOCS= README PORTEXAMPLES= cuetag.sh -PLIST_FILES= bin/cuebreakpoints bin/cueconvert bin/cueprint OPTIONS_DEFINE= DOCS EXAMPLES -.include - post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif -.if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/extras/cuetag.sh ${EXAMPLESDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/extras/cuetag.sh ${STAGEDIR}${EXAMPLESDIR} .include Added: head/audio/cuetools/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/cuetools/pkg-plist Sun Nov 24 19:44:46 2013 (r334781) @@ -0,0 +1,6 @@ +bin/cuebreakpoints +bin/cueconvert +bin/cueprint +man/man1/cuebreakpoints.1.gz +man/man1/cueconvert.1.gz +man/man1/cueprint.1.gz From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:48:43 2013 Return-Path: Delivered-To: svn-ports-head@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 8E753B77; Sun, 24 Nov 2013 19:48:43 +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 7C7C7220D; Sun, 24 Nov 2013 19:48:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOJmh3E050303; Sun, 24 Nov 2013 19:48:43 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOJmh1E050301; Sun, 24 Nov 2013 19:48:43 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311241948.rAOJmh1E050301@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 24 Nov 2013 19:48:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334782 - head/audio/cue2toc 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.16 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: Sun, 24 Nov 2013 19:48:43 -0000 Author: bapt Date: Sun Nov 24 19:48:42 2013 New Revision: 334782 URL: http://svnweb.freebsd.org/changeset/ports/334782 Log: Support staging, Use shebangfix Modified: head/audio/cue2toc/Makefile Modified: head/audio/cue2toc/Makefile ============================================================================== --- head/audio/cue2toc/Makefile Sun Nov 24 19:44:46 2013 (r334781) +++ head/audio/cue2toc/Makefile Sun Nov 24 19:48:42 2013 (r334782) @@ -12,15 +12,16 @@ COMMENT= Perl script that converts CUE f RUN_DEPENDS= p5-Audio-Wav>=0:${PORTSDIR}/audio/p5-Audio-Wav -USES= perl5 -NO_STAGE= yes +USES= perl5 shebangfix +NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= bin/cue2toc.pl +SHEBANG_FILES= cue2toc pre-patch: @${REINPLACE_CMD} -e 's|use warnings;||' ${WRKDIR}/cue2toc do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/cue2toc ${PREFIX}/bin/cue2toc.pl + ${INSTALL_SCRIPT} ${WRKDIR}/cue2toc ${STAGEDIR}${PREFIX}/bin/cue2toc.pl .include From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 19:56:28 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 ESMTPS id 52A7CC9A; Sun, 24 Nov 2013 19:56:28 +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 41BCD2253; Sun, 24 Nov 2013 19:56:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOJuSZg075239; Sun, 24 Nov 2013 19:56:28 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOJuRDJ075188; Sun, 24 Nov 2013 19:56:27 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201311241956.rAOJuRDJ075188@svn.freebsd.org> From: Olli Hauer Date: Sun, 24 Nov 2013 19:56:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334783 - in head/www/apache22: . 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.16 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: Sun, 24 Nov 2013 19:56:28 -0000 Author: ohauer Date: Sun Nov 24 19:56:26 2013 New Revision: 334783 URL: http://svnweb.freebsd.org/changeset/ports/334783 Log: - update to 2.2.26 - add new directory for modules (APACHEETCDIR/modules.d) New modules can be registered here with a simple file that contains the LoadModule directives. Additonal Maintaines can write instructions to the conf file and keep pkg-message short. As bonus the config file can be installed like every other config file with a .sample extention so modules are not disabled during pkg upgrades. Module config files should begin with three digits followed by '_' e.g. 100_php5.conf. The load order can be controlled via the three digits. Please wait some time before adopting the new directory so users have time to update and adjust axisting configs Changes with Apache 2.2.26 *) mod_dav: dav_resource->uri treated as unencoded. This was an unnecessary ABI changed introduced in 2.2.25 PR 55397. [Ben Reser] *) mod_dav: Do not validate locks against parent collection of COPY source URI. PR 55304. [Ben Reser] *) mod_ssl: Check SNI hostname against Host header case-insensitively. PR 49491. [Mayank Agrawal ] *) mod_ssl: enable support for ECC keys and ECDH ciphers. Tested against OpenSSL 1.0.0b3. [Vipul Gupta vipul.gupta sun.com, Sander Temme, Stefan Fritsch] *) mod_ssl: Change default for SSLCompression to off, as compression causes security issues in most setups. (The so called "CRIME" attack). [Stefan Fritsch] *) mod_ssl: Fix compilation error when OpenSSL does not contain support for SSLv2. Problem was introduced in 2.2.25. PR 55194. [Rainer Jung, Kaspar Brand] *) mod_dav: Fix double encoding of URIs in XML and Location header (caused by unintential ABI change in 2.2.25). PR 55397. [Ben Reser] Added: head/www/apache22/files/README_modules.d (contents, props changed) Deleted: head/www/apache22/files/patch-bug-55306 Modified: head/www/apache22/Makefile head/www/apache22/distinfo head/www/apache22/files/patch-docs__conf__httpd.conf.in head/www/apache22/pkg-plist Modified: head/www/apache22/Makefile ============================================================================== --- head/www/apache22/Makefile Sun Nov 24 19:48:42 2013 (r334782) +++ head/www/apache22/Makefile Sun Nov 24 19:56:26 2013 (r334783) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= apache22 -PORTVERSION= 2.2.25 -PORTREVISION?= 1 +PORTVERSION= 2.2.26 +#PORTREVISION?= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= httpd-${PORTVERSION} @@ -62,7 +62,7 @@ SUEXEC_USERDIR_EXTRA_PATCHES= ${FILESDIR .include -ETC_SUBDIRS= Includes envvars.d extra +ETC_SUBDIRS= Includes envvars.d extra modules.d .if ! ${PORT_OPTIONS:MDOCS} MAKE_ENV+= NOPORTDOCS=yes @@ -151,7 +151,8 @@ post-configure: post-install: @${MKDIR} ${ETC_SUBDIRS:S|^|${STAGEDIR}${ETCDIR}/|} - @${INSTALL_DATA} ${FILESDIR}/no-accf.conf ${STAGEDIR}${ETCDIR}/Includes/ + ${INSTALL_DATA} ${FILESDIR}/no-accf.conf ${STAGEDIR}${ETCDIR}/Includes/ + ${INSTALL_DATA} ${FILESDIR}/README_modules.d ${STAGEDIR}/${ETCDIR}/modules.d/ .if ${PORT_OPTIONS:MLOG_FORENSIC} @${INSTALL_SCRIPT} ${WRKSRC}/support/check_forensic ${STAGEDIR}${PREFIX}/sbin Modified: head/www/apache22/distinfo ============================================================================== --- head/www/apache22/distinfo Sun Nov 24 19:48:42 2013 (r334782) +++ head/www/apache22/distinfo Sun Nov 24 19:56:26 2013 (r334783) @@ -1,2 +1,2 @@ -SHA256 (apache22/httpd-2.2.25.tar.bz2) = 4bcaf3524796a514b31aa5c64ce80b0cdb484bab5735416de29d00f6d50fa65a -SIZE (apache22/httpd-2.2.25.tar.bz2) = 5524905 +SHA256 (apache22/httpd-2.2.26.tar.bz2) = af908e3dd5673f1c6f0ccc615e11d435e77517940af00e518e68ea25284b42b6 +SIZE (apache22/httpd-2.2.26.tar.bz2) = 5390190 Added: head/www/apache22/files/README_modules.d ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/apache22/files/README_modules.d Sun Nov 24 19:56:26 2013 (r334783) @@ -0,0 +1,14 @@ +# =================================================== +# Directory for third party module config files. +# +# Modules can be disabled by adding a '#' in front +# of the "LoadModule" line e.g. "#LoadModule" +# +# Files are automatically included if the name +# begins with a three digit number followed by '_' +# and ending in '.conf' e.g. '080_mod_php.conf' +# +# Maintainers can also include instructions how to +# use the module (instead pkg-message). +# + Modified: head/www/apache22/files/patch-docs__conf__httpd.conf.in ============================================================================== --- head/www/apache22/files/patch-docs__conf__httpd.conf.in Sun Nov 24 19:48:42 2013 (r334782) +++ head/www/apache22/files/patch-docs__conf__httpd.conf.in Sun Nov 24 19:56:26 2013 (r334783) @@ -1,5 +1,15 @@ --- ./docs/conf/httpd.conf.in.orig 2007-12-21 06:43:00.000000000 -0500 +++ ./docs/conf/httpd.conf.in 2010-05-06 19:37:54.224731824 -0400 +@@ -54,6 +54,9 @@ + # + @@LoadModule@@ + ++# Third party modules ++Include @rel_sysconfdir@/modules.d/[0-9][0-9][0-9]_*.conf ++ + + + # @@ -63,8 +63,8 @@ # It is usually good practice to create a dedicated user and group for # running httpd, as with most system services. Modified: head/www/apache22/pkg-plist ============================================================================== --- head/www/apache22/pkg-plist Sun Nov 24 19:48:42 2013 (r334782) +++ head/www/apache22/pkg-plist Sun Nov 24 19:56:26 2013 (r334783) @@ -4,6 +4,7 @@ @exec mkdir -p %D/%%ETCDIR%%/extra @exec mkdir -p %D/%%ETCDIR%%/Includes %%ETCDIR%%/Includes/no-accf.conf +%%ETCDIR%%/modules.d/README_modules.d include/apache22/ap_compat.h include/apache22/ap_config.h include/apache22/ap_config_auto.h @@ -475,6 +476,7 @@ sbin/split-logfile @dirrmtry libexec/apache22 @dirrmtry include/apache22 @unexec rm -f %D/%%ETCDIR%%/httpd.conf.bak 2> /dev/null || true +@dirrmtry %%ETCDIR%%/modules.d @dirrmtry %%ETCDIR%%/extra @dirrmtry %%ETCDIR%%/envvars.d @dirrmtry %%ETCDIR%%/Includes From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 20:03:27 2013 Return-Path: Delivered-To: svn-ports-head@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 8227612F; Sun, 24 Nov 2013 20:03:27 +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 6F6C722F8; Sun, 24 Nov 2013 20:03:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOK3Rt0093636; Sun, 24 Nov 2013 20:03:27 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOK3RNe093635; Sun, 24 Nov 2013 20:03:27 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311242003.rAOK3RNe093635@svn.freebsd.org> From: Marcus von Appen Date: Sun, 24 Nov 2013 20:03:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334784 - head/devel/py-tconfpy 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.16 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: Sun, 24 Nov 2013 20:03:27 -0000 Author: mva Date: Sun Nov 24 20:03:26 2013 New Revision: 334784 URL: http://svnweb.freebsd.org/changeset/ports/334784 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Approved by: tconfpy@tundraware.com (maintainer) Modified: head/devel/py-tconfpy/Makefile (contents, props changed) Modified: head/devel/py-tconfpy/Makefile ============================================================================== --- head/devel/py-tconfpy/Makefile Sun Nov 24 19:56:26 2013 (r334783) +++ head/devel/py-tconfpy/Makefile Sun Nov 24 20:03:26 2013 (r334784) @@ -22,6 +22,11 @@ MAN3= tconfpy.3 PORTDOCS= READ-1ST.txt WHATSNEW.txt tconfpy-license.txt tconfpy.html tconfpy.pdf tconfpy.ps tconfpy.txt test-tc.html test-tc.pdf test-tc.ps test-tc.txt NO_STAGE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|python setup.py|${PYTHON_CMD} setup.py|' \ + ${WRKSRC}/Makefile + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 20:08:16 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 ESMTPS id 2AE0A264; Sun, 24 Nov 2013 20:08: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1AB97232D; Sun, 24 Nov 2013 20:08:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOK8FWW094412; Sun, 24 Nov 2013 20:08:15 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOK8FjA094410; Sun, 24 Nov 2013 20:08:15 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201311242008.rAOK8FjA094410@svn.freebsd.org> From: Boris Samorodov Date: Sun, 24 Nov 2013 20:08:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334785 - head 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.16 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: Sun, 24 Nov 2013 20:08:16 -0000 Author: bsam Date: Sun Nov 24 20:08:15 2013 New Revision: 334785 URL: http://svnweb.freebsd.org/changeset/ports/334785 Log: Reserve group and user IDs for the upcomming sysutils/slurm-hpc port. PR: ports/184215 Submitted by: Jason Bacon Modified: head/GIDs head/UIDs Modified: head/GIDs ============================================================================== --- head/GIDs Sun Nov 24 20:03:26 2013 (r334784) +++ head/GIDs Sun Nov 24 20:08:15 2013 (r334785) @@ -161,6 +161,7 @@ callweaver:*:444: courier:*:465: condor:*:466: netmon:*:467: +slurm:*:468: _bbstored:*:505: radmind:*:506: skkserv:*:507: Modified: head/UIDs ============================================================================== --- head/UIDs Sun Nov 24 20:03:26 2013 (r334784) +++ head/UIDs Sun Nov 24 20:08:15 2013 (r334785) @@ -169,6 +169,7 @@ callweaver:*:444:444::0:0:Callweaver acc courier:*:465:465::0:0:Courier Mail Server:/nonexistent:/usr/sbin/nologin condor:*:466:466::0:0:& user:/home/condor:/usr/sbin/nologin netmon:*:467:467::0:0:Network monitor account:/var/netmon:/usr/sbin/nologin +slurm:*:468:468::0:0:SLURM Daemon:/home/slurm:/usr/sbin/nologin _bbstored:*:505:505::0:0:Box Backup Store Daemon:/nonexistent:/usr/sbin/nologin radmind:*:506:506::0:0:radmind User:/var/radmind:/usr/sbin/nologin skkserv:*:507:507::0:0:skkserv User:/nonexistent:/usr/sbin/nologin From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 20:09:08 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 ESMTPS id 48C7D378; Sun, 24 Nov 2013 20:09:08 +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 28E3E2332; Sun, 24 Nov 2013 20:09:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOK98rm094634; Sun, 24 Nov 2013 20:09:08 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOK97xe094630; Sun, 24 Nov 2013 20:09:07 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201311242009.rAOK97xe094630@svn.freebsd.org> From: Olli Hauer Date: Sun, 24 Nov 2013 20:09:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334786 - in head/www/apache24: . 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.16 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: Sun, 24 Nov 2013 20:09:08 -0000 Author: ohauer Date: Sun Nov 24 20:09:07 2013 New Revision: 334786 URL: http://svnweb.freebsd.org/changeset/ports/334786 Log: - add new directory for modules (APACHEETCDIR/modules.d) New modules can be registered here with a simple file that contains the LoadModule directives. Additonal Maintaines can write instructions to the conf file and keep pkg-message short. As bonus the config file can be installed like every other config file with a .sample extention so modules are not disabled during pkg upgrades. Module config files should begin with three digits followed by '_' e.g. 100_php5.conf. The load order can be controlled via the three digits. Please wait some time before adopting the new directory so users have time to update and adjust axisting configs - no revision bump, devel/apr was updated and we will see apache 2.2.7 in the next days (I only want to have the modules.d directory adopted) Added: head/www/apache24/files/README_modules.d (contents, props changed) Modified: head/www/apache24/Makefile head/www/apache24/files/patch-docs__conf__httpd.conf.in head/www/apache24/pkg-plist Modified: head/www/apache24/Makefile ============================================================================== --- head/www/apache24/Makefile Sun Nov 24 20:08:15 2013 (r334785) +++ head/www/apache24/Makefile Sun Nov 24 20:09:07 2013 (r334786) @@ -64,7 +64,7 @@ SSL_USE= OPENSSL=yes .include -ETC_SUBDIRS= Includes envvars.d extra +ETC_SUBDIRS= Includes envvars.d extra modules.d .if ! ${PORT_OPTIONS:MDOCS} MAKE_ENV+= NOPORTDOCS=yes @@ -148,7 +148,8 @@ post-configure: post-install: @${MKDIR} ${ETC_SUBDIRS:S|^|${STAGEDIR}${ETCDIR}/|} - @${INSTALL_DATA} ${FILESDIR}/no-accf.conf ${STAGEDIR}${ETCDIR}/Includes/ + ${INSTALL_DATA} ${FILESDIR}/no-accf.conf ${STAGEDIR}${ETCDIR}/Includes/ + ${INSTALL_DATA} ${FILESDIR}/README_modules.d ${STAGEDIR}/${ETCDIR}/modules.d/ .if ${PORT_OPTIONS:MLOG_FORENSIC} @${INSTALL_SCRIPT} ${WRKSRC}/support/check_forensic ${STAGEDIR}${PREFIX}/sbin Added: head/www/apache24/files/README_modules.d ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/apache24/files/README_modules.d Sun Nov 24 20:09:07 2013 (r334786) @@ -0,0 +1,14 @@ +# =================================================== +# Directory for third party module config files. +# +# Modules can be disabled by adding a '#' in front +# of the "LoadModule" line e.g. "#LoadModule" +# +# Files are automatically included if the name +# begins with a three digit number followed by '_' +# and ending in '.conf' e.g. '080_mod_php.conf' +# +# Maintainers can also include instructions how to +# use the module (instead pkg-message). +# + Modified: head/www/apache24/files/patch-docs__conf__httpd.conf.in ============================================================================== --- head/www/apache24/files/patch-docs__conf__httpd.conf.in Sun Nov 24 20:08:15 2013 (r334785) +++ head/www/apache24/files/patch-docs__conf__httpd.conf.in Sun Nov 24 20:09:07 2013 (r334786) @@ -1,6 +1,16 @@ --- ./docs/conf/httpd.conf.in.orig 2012-11-08 04:05:38.000000000 +0100 +++ ./docs/conf/httpd.conf.in 2013-10-26 19:29:20.000000000 +0200 -@@ -74,8 +74,8 @@ +@@ -65,6 +65,9 @@ + # + @@LoadModule@@ + ++# Third party modules ++IncludeOptional @rel_sysconfdir@/modules.d/[0-9[0-9][0-9]_*.conf ++ + + # + # If you wish httpd to run as a different user or group, you must run +@@ -74,8 +77,8 @@ # It is usually good practice to create a dedicated user and group for # running httpd, as with most system services. # @@ -11,7 +21,7 @@ -@@ -181,7 +181,7 @@ +@@ -181,7 +184,7 @@ # logged here. If you *do* define an error logfile for a # container, that host's errors will be logged there and not here. # @@ -20,7 +30,7 @@ # # LogLevel: Control the number of messages logged to the error_log. -@@ -210,13 +210,13 @@ +@@ -210,13 +213,13 @@ # define per- access logfiles, transactions will be # logged therein and *not* in this file. # @@ -36,7 +46,7 @@ -@@ -418,3 +418,5 @@ +@@ -418,3 +421,5 @@ #RequestHeader unset DNT env=bad_DNT # Modified: head/www/apache24/pkg-plist ============================================================================== --- head/www/apache24/pkg-plist Sun Nov 24 20:08:15 2013 (r334785) +++ head/www/apache24/pkg-plist Sun Nov 24 20:09:07 2013 (r334786) @@ -10,6 +10,7 @@ bin/htpasswd bin/httxt2dbm bin/logresolve %%ETCDIR%%/Includes/no-accf.conf +%%ETCDIR%%/modules.d/README_modules.d include/apache24/ap_compat.h include/apache24/ap_config.h include/apache24/ap_config_auto.h @@ -558,6 +559,7 @@ sbin/split-logfile @dirrmtry libexec/apache24 @dirrmtry include/apache24 @unexec rm -f %D/%%ETCDIR%%/httpd.conf.bak 2> /dev/null || true +@dirrmtry %%ETCDIR%%/modules.d @dirrmtry %%ETCDIR%%/extra @dirrmtry %%ETCDIR%%/envvars.d @dirrmtry %%ETCDIR%%/Includes From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 20:20:49 2013 Return-Path: Delivered-To: svn-ports-head@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 CD03D572; Sun, 24 Nov 2013 20:20:49 +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 BCB9E23BF; Sun, 24 Nov 2013 20:20:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOKKnuR000602; Sun, 24 Nov 2013 20:20:49 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOKKnFX000601; Sun, 24 Nov 2013 20:20:49 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201311242020.rAOKKnFX000601@svn.freebsd.org> From: Olli Hauer Date: Sun, 24 Nov 2013 20:20:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334787 - head/www/apache24/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.16 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: Sun, 24 Nov 2013 20:20:49 -0000 Author: ohauer Date: Sun Nov 24 20:20:49 2013 New Revision: 334787 URL: http://svnweb.freebsd.org/changeset/ports/334787 Log: - fix include line Modified: head/www/apache24/files/patch-docs__conf__httpd.conf.in Modified: head/www/apache24/files/patch-docs__conf__httpd.conf.in ============================================================================== --- head/www/apache24/files/patch-docs__conf__httpd.conf.in Sun Nov 24 20:09:07 2013 (r334786) +++ head/www/apache24/files/patch-docs__conf__httpd.conf.in Sun Nov 24 20:20:49 2013 (r334787) @@ -5,7 +5,7 @@ @@LoadModule@@ +# Third party modules -+IncludeOptional @rel_sysconfdir@/modules.d/[0-9[0-9][0-9]_*.conf ++IncludeOptional @rel_sysconfdir@/modules.d/[0-9][0-9][0-9]_*.conf + # From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 20:23:05 2013 Return-Path: Delivered-To: svn-ports-head@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 5FDC966C; Sun, 24 Nov 2013 20:23:05 +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 4D78423CE; Sun, 24 Nov 2013 20:23:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOKN5eO001124; Sun, 24 Nov 2013 20:23:05 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOKN248001110; Sun, 24 Nov 2013 20:23:02 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201311242023.rAOKN248001110@svn.freebsd.org> From: Boris Samorodov Date: Sun, 24 Nov 2013 20:23:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334788 - in head/sysutils: . slurm-hpc slurm-hpc/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.16 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: Sun, 24 Nov 2013 20:23:05 -0000 Author: bsam Date: Sun Nov 24 20:23:02 2013 New Revision: 334788 URL: http://svnweb.freebsd.org/changeset/ports/334788 Log: SLURM is an open-source resource manager designed for *nix clusters of all sizes. It provides three key functions. First it allocates exclusive and/or non-exclusive access to resources (computer nodes) to users for some duration of time so they can perform work. Second, it provides a framework for starting, executing, and monitoring work (typically a parallel job) on a set of allocated nodes. Finally, it arbitrates contention for resources by managing a queue of pending work. WWW: https://computing.llnl.gov/linux/slurm/ PR: ports/184215 Submitted by: Jason Bacon Added: head/sysutils/slurm-hpc/ head/sysutils/slurm-hpc/Makefile (contents, props changed) head/sysutils/slurm-hpc/distinfo (contents, props changed) head/sysutils/slurm-hpc/files/ head/sysutils/slurm-hpc/files/patch-configure (contents, props changed) head/sysutils/slurm-hpc/files/patch-src-plugins-acct_gather_filesystem-lustre-acct_gather_filesystem_lustre.c (contents, props changed) head/sysutils/slurm-hpc/files/patch-src-plugins-select-cons_res-dist_tasks.c (contents, props changed) head/sysutils/slurm-hpc/files/patch-src-plugins-task-cgroup-task_cgroup_cpuset.c (contents, props changed) head/sysutils/slurm-hpc/files/slurm.conf.in (contents, props changed) head/sysutils/slurm-hpc/files/slurmctld.in (contents, props changed) head/sysutils/slurm-hpc/files/slurmd.in (contents, props changed) head/sysutils/slurm-hpc/pkg-descr (contents, props changed) head/sysutils/slurm-hpc/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Nov 24 20:20:49 2013 (r334787) +++ head/sysutils/Makefile Sun Nov 24 20:23:02 2013 (r334788) @@ -871,6 +871,7 @@ SUBDIR += slmon SUBDIR += sloth SUBDIR += slst + SUBDIR += slurm-hpc SUBDIR += smartmontools SUBDIR += smp_utils SUBDIR += snap Added: head/sysutils/slurm-hpc/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/slurm-hpc/Makefile Sun Nov 24 20:23:02 2013 (r334788) @@ -0,0 +1,87 @@ +# Created by: Jason Bacon +# $FreeBSD$ + +PORTNAME= slurm +PORTVERSION= 2.6.4 +CATEGORIES= sysutils +MASTER_SITES= http://www.schedmd.com/download/archive/ \ + http://www.schedmd.com/download/latest/ \ + http://www.schedmd.com/download/development/ + +MAINTAINER= jwbacon@tds.net +COMMENT= Simple Linux Utility for Resource Management + +LICENSE= GPLv1 + +LIB_DEPENDS= libsysinfo.so:${PORTSDIR}/devel/libsysinfo \ + libhwloc.so:${PORTSDIR}/devel/hwloc \ + libmunge.so:${PORTSDIR}/security/munge \ + librrd.so:${PORTSDIR}/databases/rrdtool +# Testing for hdf5.so is insufficient. It will accept hdf5 1.6 and +# slurm requires hdf5 1.8. h5copy is present only in 1.8. +BUILD_DEPENDS+= ${LOCALBASE}/bin/h5copy:${PORTSDIR}/science/hdf5-18 +RUN_DEPENDS+= ${BUILD_DEPENDS} + +USE_BZIP2= yes +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +USE_PYTHON= yes +USES= perl5 gmake + +OPTIONS_DEFINE= DOCS MYSQL PGSQL GTK2 + +USERS= slurm +GROUPS= ${USERS} + +USE_RC_SUBR= slurmctld slurmd +SUB_FILES+= slurm.conf + +# This is a new and complex port. Allow debugging. +STRIP_CMD= # NONE +CFLAGS+= -I${LOCALBASE}/include -g -O1 +LDFLAGS+= -L${LOCALBASE}/lib -lsysinfo -lkvm + +post-install: + ${INSTALL_DATA} ${WRKDIR}/slurm.conf ${STAGEDIR}${PREFIX}/etc/slurm.conf.sample + +.include + +.if ${PORT_OPTIONS:MMYSQL} +USE_MYSQL= yes # Job accounting +PLIST_FILES+= lib/slurm/accounting_storage_mysql.a \ + lib/slurm/accounting_storage_mysql.la \ + lib/slurm/accounting_storage_mysql.so \ + lib/slurm/jobcomp_mysql.a \ + lib/slurm/jobcomp_mysql.la \ + lib/slurm/jobcomp_mysql.so +.else +# Can't disable configure test, so make it fail +CONFIGURE_ARGS+=--with-mysql_config=/nomysql +.endif + +.if ${PORT_OPTIONS:MPGSQL} +USE_PGSQL= yes # Job accounting +PLIST_FILES+= lib/slurm/accounting_storage_pgsql.a \ + lib/slurm/accounting_storage_pgsql.la \ + lib/slurm/accounting_storage_pgsql.so \ + lib/slurm/jobcomp_pgsql.a \ + lib/slurm/jobcomp_pgsql.la \ + lib/slurm/jobcomp_pgsql.so +.else +# Can't disable configure test, so make it fail +CONFIGURE_ARGS+=--with-pg_config=/nopostgres +.endif + +.if ${PORT_OPTIONS:MGTK2} +# Note: Configure could not find pcre when building with no ports +# preinstalled on 9.1-RELEASE. Worked fine on second try. +USE_GNOME= glib20 gtk20 # sview +PLIST_FILES+= bin/sview +.else +# Can't disable configure test, so make it fail +post-patch: + ${REINPLACE_CMD} -e 's|min_gtk_version=2.7.1|min_gtk_version=200.7.1|' \ + ${WRKSRC}/configure +.endif + +.include Added: head/sysutils/slurm-hpc/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/slurm-hpc/distinfo Sun Nov 24 20:23:02 2013 (r334788) @@ -0,0 +1,2 @@ +SHA256 (slurm-2.6.4.tar.bz2) = f44a9a80c502dba9809127dc2a04069fd7c87d6b1e10824fe254b2077f9adac8 +SIZE (slurm-2.6.4.tar.bz2) = 5954130 Added: head/sysutils/slurm-hpc/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/slurm-hpc/files/patch-configure Sun Nov 24 20:23:02 2013 (r334788) @@ -0,0 +1,41 @@ +--- configure.orig 2013-09-10 16:44:33.000000000 -0500 ++++ configure 2013-11-14 10:23:02.000000000 -0600 +@@ -21594,12 +21594,9 @@ + main () + { + +- int main() +- { + MYSQL mysql; + (void) mysql_init(&mysql); + (void) mysql_close(&mysql); +- } + + ; + return 0; +@@ -21636,12 +21633,9 @@ + main () + { + +- int main() +- { + MYSQL mysql; + (void) mysql_init(&mysql); + (void) mysql_close(&mysql); +- } + + ; + return 0; +@@ -21803,12 +21797,9 @@ + main () + { + +- int main() +- { + PGconn *conn; + conn = PQconnectdb("dbname = postgres"); + (void) PQfinish(conn); +- } + + ; + return 0; Added: head/sysutils/slurm-hpc/files/patch-src-plugins-acct_gather_filesystem-lustre-acct_gather_filesystem_lustre.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/slurm-hpc/files/patch-src-plugins-acct_gather_filesystem-lustre-acct_gather_filesystem_lustre.c Sun Nov 24 20:23:02 2013 (r334788) @@ -0,0 +1,11 @@ +--- src/plugins/acct_gather_filesystem/lustre/acct_gather_filesystem_lustre.c.orig 2013-09-10 16:44:33.000000000 -0500 ++++ src/plugins/acct_gather_filesystem/lustre/acct_gather_filesystem_lustre.c 2013-11-14 10:23:02.000000000 -0600 +@@ -49,6 +49,8 @@ + #include + #include + ++#include ++ + + #include "src/common/slurm_xlator.h" + #include "src/common/slurm_acct_gather_filesystem.h" Added: head/sysutils/slurm-hpc/files/patch-src-plugins-select-cons_res-dist_tasks.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/slurm-hpc/files/patch-src-plugins-select-cons_res-dist_tasks.c Sun Nov 24 20:23:02 2013 (r334788) @@ -0,0 +1,68 @@ +--- src/plugins/select/cons_res/dist_tasks.c.orig 2013-09-10 16:44:33.000000000 -0500 ++++ src/plugins/select/cons_res/dist_tasks.c 2013-11-14 10:23:02.000000000 -0600 +@@ -271,6 +271,30 @@ + return SLURM_SUCCESS; + } + ++// These were nested below, which is not legal in standard C ++ ++ /* qsort compare function for ascending int list */ ++ int _cmp_int_ascend (const void *a, const void *b) ++ { ++ return (*(int*)a - *(int*)b); ++ } ++ ++ /* qsort compare function for descending int list */ ++ int _cmp_int_descend (const void *a, const void *b) ++ { ++ return (*(int*)b - *(int*)a); ++ } ++ ++ int* sockets_cpu_cnt; ++ ++ /* qsort compare function for board combination socket ++ * list */ ++ int _cmp_sock (const void *a, const void *b) ++ { ++ return (sockets_cpu_cnt[*(int*)b] - ++ sockets_cpu_cnt[*(int*)a]); ++ } ++ + /* sync up core bitmap with new CPU count using a best-fit approach + * on the available resources on each node + * +@@ -298,7 +322,6 @@ + int elig_idx, comb_brd_idx, sock_list_idx, comb_min, board_num; + int* boards_cpu_cnt; + int* sort_brds_cpu_cnt; +- int* sockets_cpu_cnt; + int* board_combs; + int* socket_list; + int* elig_brd_combs; +@@ -316,26 +339,6 @@ + uint64_t ncomb_brd; + bool sufficient,best_fit_sufficient; + +- /* qsort compare function for ascending int list */ +- int _cmp_int_ascend (const void *a, const void *b) +- { +- return (*(int*)a - *(int*)b); +- } +- +- /* qsort compare function for descending int list */ +- int _cmp_int_descend (const void *a, const void *b) +- { +- return (*(int*)b - *(int*)a); +- } +- +- /* qsort compare function for board combination socket +- * list */ +- int _cmp_sock (const void *a, const void *b) +- { +- return (sockets_cpu_cnt[*(int*)b] - +- sockets_cpu_cnt[*(int*)a]); +- } +- + if (!job_res) + return; + Added: head/sysutils/slurm-hpc/files/patch-src-plugins-task-cgroup-task_cgroup_cpuset.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/slurm-hpc/files/patch-src-plugins-task-cgroup-task_cgroup_cpuset.c Sun Nov 24 20:23:02 2013 (r334788) @@ -0,0 +1,33 @@ +--- src/plugins/task/cgroup/task_cgroup_cpuset.c.orig 2013-11-14 10:56:33.000000000 -0600 ++++ src/plugins/task/cgroup/task_cgroup_cpuset.c 2013-11-14 11:10:51.000000000 -0600 +@@ -59,7 +59,12 @@ + + #ifdef HAVE_HWLOC + #include ++#if !defined(__FreeBSD__) + #include ++#else ++// For cpuset ++#include ++#endif + + # if HWLOC_API_VERSION <= 0x00010000 + /* After this version the cpuset structure and all it's functions +@@ -714,7 +719,7 @@ + hwloc_obj_type_t req_hwtype; + + size_t tssize; +- cpu_set_t ts; ++ cpuset_t ts; + + bind_type = job->cpu_bind_type ; + if (conf->task_plugin_param & CPU_BIND_VERBOSE || +@@ -900,7 +905,7 @@ + + hwloc_bitmap_asprintf(&str, cpuset); + +- tssize = sizeof(cpu_set_t); ++ tssize = sizeof(cpuset_t); + if (hwloc_cpuset_to_glibc_sched_affinity(topology,cpuset, + &ts,tssize) == 0) { + fstatus = SLURM_SUCCESS; Added: head/sysutils/slurm-hpc/files/slurm.conf.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/slurm-hpc/files/slurm.conf.in Sun Nov 24 20:23:02 2013 (r334788) @@ -0,0 +1,169 @@ +# slurm.conf file generated by configurator.html. +# Put this file on all nodes of your cluster. +# See the slurm.conf man page for more information. +# +ControlMachine=%%CONTROL_MACHINE%% +#ControlAddr= +#BackupController=%%BACKUP_CONTROL_MACHINE%% +#BackupAddr= +# +AuthType=auth/munge +CacheGroups=0 +#CheckpointType=checkpoint/none +CryptoType=crypto/munge +#DisableRootJobs=NO +#EnforcePartLimits=NO +#Epilog= +#EpilogSlurmctld= +#FirstJobId=1 +#MaxJobId=999999 +#GresTypes= +#GroupUpdateForce=0 +#GroupUpdateTime=600 +#JobCheckpointDir=/var/slurm/checkpoint +#JobCredentialPrivateKey= +#JobCredentialPublicCertificate= +#JobFileAppend=0 +#JobRequeue=1 +#JobSubmitPlugins=1 +#KillOnBadExit=0 +#LaunchType=launch/slurm +#Licenses=foo*4,bar +MailProg=/usr/bin/mail +#MaxJobCount=5000 +#MaxStepCount=40000 +#MaxTasksPerNode=128 +MpiDefault=none +#MpiParams=ports=#-# +#PluginDir= +#PlugStackConfig= +#PrivateData=jobs +ProctrackType=proctrack/pgid +#Prolog= +#PrologSlurmctld= +#PropagatePrioProcess=0 +#PropagateResourceLimits= +# Prevent head node limits from being applied to jobs! +PropagateResourceLimitsExcept=ALL +#RebootProgram= +ReturnToService=1 +#SallocDefaultCommand= +SlurmctldPidFile=/var/run/slurmctld.pid +SlurmctldPort=6817 +SlurmdPidFile=/var/run/slurmd.pid +SlurmdPort=6818 +SlurmdSpoolDir=/var/spool/slurmd +SlurmUser=slurm +#SlurmdUser=root +#SrunEpilog= +#SrunProlog= +StateSaveLocation=/home/slurm/slurmctld +SwitchType=switch/none +#TaskEpilog= +TaskPlugin=task/none +#TaskPluginParam= +#TaskProlog= +#TopologyPlugin=topology/tree +#TmpFs=/tmp +#TrackWCKey=no +#TreeWidth= +#UnkillableStepProgram= +#UsePAM=0 +# +# +# TIMERS +#BatchStartTimeout=10 +#CompleteWait=0 +#EpilogMsgTime=2000 +#GetEnvTimeout=2 +#HealthCheckInterval=0 +#HealthCheckProgram= +InactiveLimit=0 +KillWait=30 +#MessageTimeout=10 +#ResvOverRun=0 +MinJobAge=300 +#OverTimeLimit=0 +SlurmctldTimeout=120 +SlurmdTimeout=300 +#UnkillableStepTimeout=60 +#VSizeFactor=0 +Waittime=0 +# +# +# SCHEDULING +#DefMemPerCPU=0 +FastSchedule=1 +#MaxMemPerCPU=0 +#SchedulerRootFilter=1 +#SchedulerTimeSlice=30 +SchedulerType=sched/backfill +SchedulerPort=7321 +SelectType=select/cons_res +#SelectTypeParameters= +# +# +# JOB PRIORITY +#PriorityType=priority/basic +#PriorityDecayHalfLife= +#PriorityCalcPeriod= +#PriorityFavorSmall= +#PriorityMaxAge= +#PriorityUsageResetPeriod= +#PriorityWeightAge= +#PriorityWeightFairshare= +#PriorityWeightJobSize= +#PriorityWeightPartition= +#PriorityWeightQOS= +# +# +# LOGGING AND ACCOUNTING +#AccountingStorageEnforce=0 +#AccountingStorageHost= +#AccountingStorageLoc= +#AccountingStoragePass= +#AccountingStoragePort= +AccountingStorageType=accounting_storage/none +#AccountingStorageUser= +AccountingStoreJobComment=YES +ClusterName=cluster +#DebugFlags= +#JobCompHost= +#JobCompLoc= +#JobCompPass= +#JobCompPort= +JobCompType=jobcomp/none +#JobCompUser= +JobAcctGatherFrequency=30 +JobAcctGatherType=jobacct_gather/none +SlurmctldDebug=5 +SlurmctldLogFile=/var/log/slurmctld +SlurmdDebug=5 +SlurmdLogFile=/var/log/slurmd +#SlurmSchedLogFile= +#SlurmSchedLogLevel= +# +# +# POWER SAVE SUPPORT FOR IDLE NODES (optional) +#SuspendProgram= +#ResumeProgram= +#SuspendTimeout= +#ResumeTimeout= +#ResumeRate= +#SuspendExcNodes= +#SuspendExcParts= +#SuspendRate= +#SuspendTime= +# +# +# COMPUTE NODES + +############################################################################# +# Note: Using CPUs=2 or Sockets=2 causes slurmctld to seg fault on FreeBSD. +# Use Sockets=1, CoresPerSocket=total-cores-in-node, and +# ThreadsPerCore=N, even if your motherboard has more than 1 socket. +# This issue is related to get_cpuinfo() and is being investigated. +############################################################################# + +NodeName=compute-[001-002] Sockets=1 CoresPerSocket=1 ThreadsPerCore=1 State=UNKNOWN +PartitionName=default-partition Nodes=compute-[001-002] Default=YES MaxTime=INFINITE State=UP Added: head/sysutils/slurm-hpc/files/slurmctld.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/slurm-hpc/files/slurmctld.in Sun Nov 24 20:23:02 2013 (r334788) @@ -0,0 +1,43 @@ +#!/bin/sh + +# PROVIDE: slurmctld +# REQUIRE: DAEMON munge +# BEFORE: LOGIN +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# slurmctld_enable (bool): Set to NO by default. +# Set it to YES to enable slurmctld. +# + +. /etc/rc.subr + +name="slurmctld" +rcvar=slurmctld_enable + +pidfile=/var/run/$name.pid + +load_rc_config $name + +: ${slurmctld_enable="NO"} + +start_cmd=slurmctld_start +stop_cmd=slurmctld_stop + +slurmctld_start() { + checkyesno slurmctld_enable && echo "Starting $name." && \ + %%PREFIX%%/sbin/$name $slurmctld_flags +} + +slurmctld_stop() { + if [ -e $pidfile ]; then + checkyesno slurmctld_enable && echo "Stopping $name." && \ + kill `cat $pidfile` + else + killall $name + fi +} + +run_rc_command "$1" Added: head/sysutils/slurm-hpc/files/slurmd.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/slurm-hpc/files/slurmd.in Sun Nov 24 20:23:02 2013 (r334788) @@ -0,0 +1,43 @@ +#!/bin/sh + +# PROVIDE: slurmd +# REQUIRE: DAEMON munge +# BEFORE: LOGIN +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# slurmd_enable (bool): Set to NO by default. +# Set it to YES to enable slurmd. +# + +. /etc/rc.subr + +name="slurmd" +rcvar=slurmd_enable + +pidfile=/var/run/$name.pid + +load_rc_config $name + +: ${slurmd_enable="NO"} + +start_cmd=slurmd_start +stop_cmd=slurmd_stop + +slurmd_start() { + checkyesno slurmd_enable && echo "Starting $name." && \ + %%PREFIX%%/sbin/$name $slurmd_flags +} + +slurmd_stop() { + if [ -e $pidfile ]; then + checkyesno slurmd_enable && echo "Stopping $name." && \ + kill `cat $pidfile` + else + killall $name + fi +} + +run_rc_command "$1" Added: head/sysutils/slurm-hpc/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/slurm-hpc/pkg-descr Sun Nov 24 20:23:02 2013 (r334788) @@ -0,0 +1,9 @@ +SLURM is an open-source resource manager designed for *nix clusters of all +sizes. It provides three key functions. First it allocates exclusive and/or +non-exclusive access to resources (computer nodes) to users for some duration +of time so they can perform work. Second, it provides a framework for starting, +executing, and monitoring work (typically a parallel job) on a set of allocated +nodes. Finally, it arbitrates contention for resources by managing a queue of +pending work. + +WWW: https://computing.llnl.gov/linux/slurm/ Added: head/sysutils/slurm-hpc/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/slurm-hpc/pkg-plist Sun Nov 24 20:23:02 2013 (r334788) @@ -0,0 +1,554 @@ +bin/sacct +bin/sacctmgr +bin/salloc +bin/sattach +bin/sbatch +bin/sbcast +bin/scancel +bin/scontrol +bin/sdiag +bin/sh5util +bin/sinfo +bin/smap +bin/sprio +bin/squeue +bin/sreport +bin/srun +bin/sshare +bin/sstat +bin/strigger +@unexec if cmp -s %D/etc/slurm.conf.sample %D/etc/slurm.conf; then rm -f %D/etc/slurm.conf; fi +etc/slurm.conf.sample +@exec if [ ! -f %D/etc/slurm.conf ] ; then cp -p %D/%F %B/slurm.conf; fi +include/slurm/pmi.h +include/slurm/slurm.h +include/slurm/slurm_errno.h +include/slurm/slurmdb.h +include/slurm/spank.h +lib/libpmi.a +lib/libpmi.la +lib/libpmi.so +lib/libpmi.so.0 +lib/libslurm.a +lib/libslurm.la +lib/libslurm.so +lib/libslurm.so.26 +lib/libslurmdb.a +lib/libslurmdb.la +lib/libslurmdb.so +lib/libslurmdb.so.26 +lib/slurm/accounting_storage_filetxt.a +lib/slurm/accounting_storage_filetxt.la +lib/slurm/accounting_storage_filetxt.so +lib/slurm/accounting_storage_none.a +lib/slurm/accounting_storage_none.la +lib/slurm/accounting_storage_none.so +lib/slurm/accounting_storage_slurmdbd.a +lib/slurm/accounting_storage_slurmdbd.la +lib/slurm/accounting_storage_slurmdbd.so +lib/slurm/acct_gather_energy_none.a +lib/slurm/acct_gather_energy_none.la +lib/slurm/acct_gather_energy_none.so +lib/slurm/acct_gather_energy_rapl.a +lib/slurm/acct_gather_energy_rapl.la +lib/slurm/acct_gather_energy_rapl.so +lib/slurm/acct_gather_filesystem_lustre.a +lib/slurm/acct_gather_filesystem_lustre.la +lib/slurm/acct_gather_filesystem_lustre.so +lib/slurm/acct_gather_filesystem_none.a +lib/slurm/acct_gather_filesystem_none.la +lib/slurm/acct_gather_filesystem_none.so +lib/slurm/acct_gather_infiniband_none.a +lib/slurm/acct_gather_infiniband_none.la +lib/slurm/acct_gather_infiniband_none.so +lib/slurm/acct_gather_profile_hdf5.a +lib/slurm/acct_gather_profile_hdf5.la +lib/slurm/acct_gather_profile_hdf5.so +lib/slurm/acct_gather_profile_none.a +lib/slurm/acct_gather_profile_none.la +lib/slurm/acct_gather_profile_none.so +lib/slurm/auth_munge.a +lib/slurm/auth_munge.la +lib/slurm/auth_munge.so +lib/slurm/auth_none.a +lib/slurm/auth_none.la +lib/slurm/auth_none.so +lib/slurm/checkpoint_none.a +lib/slurm/checkpoint_none.la +lib/slurm/checkpoint_none.so +lib/slurm/checkpoint_ompi.a +lib/slurm/checkpoint_ompi.la +lib/slurm/checkpoint_ompi.so +lib/slurm/crypto_munge.a +lib/slurm/crypto_munge.la +lib/slurm/crypto_munge.so +lib/slurm/crypto_openssl.a +lib/slurm/crypto_openssl.la +lib/slurm/crypto_openssl.so +lib/slurm/ext_sensors_none.a +lib/slurm/ext_sensors_none.la +lib/slurm/ext_sensors_none.so +lib/slurm/ext_sensors_rrd.a +lib/slurm/ext_sensors_rrd.la +lib/slurm/ext_sensors_rrd.so +lib/slurm/gres_gpu.a +lib/slurm/gres_gpu.la +lib/slurm/gres_gpu.so +lib/slurm/gres_mic.a +lib/slurm/gres_mic.la +lib/slurm/gres_mic.so +lib/slurm/gres_nic.a +lib/slurm/gres_nic.la +lib/slurm/gres_nic.so +lib/slurm/job_submit_all_partitions.a +lib/slurm/job_submit_all_partitions.la +lib/slurm/job_submit_all_partitions.so +lib/slurm/job_submit_cnode.a +lib/slurm/job_submit_cnode.la +lib/slurm/job_submit_cnode.so +lib/slurm/job_submit_defaults.a +lib/slurm/job_submit_defaults.la +lib/slurm/job_submit_defaults.so +lib/slurm/job_submit_logging.a +lib/slurm/job_submit_logging.la +lib/slurm/job_submit_logging.so +lib/slurm/job_submit_partition.a +lib/slurm/job_submit_partition.la +lib/slurm/job_submit_partition.so +lib/slurm/job_submit_pbs.a +lib/slurm/job_submit_pbs.la +lib/slurm/job_submit_pbs.so +lib/slurm/job_submit_require_timelimit.a +lib/slurm/job_submit_require_timelimit.la +lib/slurm/job_submit_require_timelimit.so +lib/slurm/jobacct_gather_aix.a +lib/slurm/jobacct_gather_aix.la +lib/slurm/jobacct_gather_aix.so +lib/slurm/jobacct_gather_cgroup.a +lib/slurm/jobacct_gather_cgroup.la +lib/slurm/jobacct_gather_cgroup.so +lib/slurm/jobacct_gather_linux.a +lib/slurm/jobacct_gather_linux.la +lib/slurm/jobacct_gather_linux.so +lib/slurm/jobacct_gather_none.a +lib/slurm/jobacct_gather_none.la +lib/slurm/jobacct_gather_none.so +lib/slurm/jobcomp_filetxt.a +lib/slurm/jobcomp_filetxt.la +lib/slurm/jobcomp_filetxt.so +lib/slurm/jobcomp_none.a +lib/slurm/jobcomp_none.la +lib/slurm/jobcomp_none.so +lib/slurm/jobcomp_script.a +lib/slurm/jobcomp_script.la +lib/slurm/jobcomp_script.so +lib/slurm/launch_slurm.a +lib/slurm/launch_slurm.la +lib/slurm/launch_slurm.so +lib/slurm/mpi_lam.a +lib/slurm/mpi_lam.la +lib/slurm/mpi_lam.so +lib/slurm/mpi_mpich1_p4.a +lib/slurm/mpi_mpich1_p4.la +lib/slurm/mpi_mpich1_p4.so +lib/slurm/mpi_mpich1_shmem.a +lib/slurm/mpi_mpich1_shmem.la +lib/slurm/mpi_mpich1_shmem.so +lib/slurm/mpi_mpichgm.a +lib/slurm/mpi_mpichgm.la +lib/slurm/mpi_mpichgm.so +lib/slurm/mpi_mpichmx.a +lib/slurm/mpi_mpichmx.la +lib/slurm/mpi_mpichmx.so +lib/slurm/mpi_mvapich.a +lib/slurm/mpi_mvapich.la +lib/slurm/mpi_mvapich.so +lib/slurm/mpi_none.a +lib/slurm/mpi_none.la +lib/slurm/mpi_none.so +lib/slurm/mpi_openmpi.a +lib/slurm/mpi_openmpi.la +lib/slurm/mpi_openmpi.so +lib/slurm/mpi_pmi2.a +lib/slurm/mpi_pmi2.la +lib/slurm/mpi_pmi2.so +lib/slurm/preempt_none.a +lib/slurm/preempt_none.la +lib/slurm/preempt_none.so +lib/slurm/preempt_partition_prio.a +lib/slurm/preempt_partition_prio.la +lib/slurm/preempt_partition_prio.so +lib/slurm/preempt_qos.a +lib/slurm/preempt_qos.la +lib/slurm/preempt_qos.so +lib/slurm/priority_basic.a +lib/slurm/priority_basic.la +lib/slurm/priority_basic.so +lib/slurm/priority_multifactor.a +lib/slurm/priority_multifactor.la +lib/slurm/priority_multifactor.so +lib/slurm/proctrack_cgroup.a +lib/slurm/proctrack_cgroup.la +lib/slurm/proctrack_cgroup.so +lib/slurm/proctrack_linuxproc.a +lib/slurm/proctrack_linuxproc.la +lib/slurm/proctrack_linuxproc.so +lib/slurm/proctrack_pgid.a +lib/slurm/proctrack_pgid.la +lib/slurm/proctrack_pgid.so +lib/slurm/sched_backfill.a +lib/slurm/sched_backfill.la +lib/slurm/sched_backfill.so +lib/slurm/sched_builtin.a +lib/slurm/sched_builtin.la +lib/slurm/sched_builtin.so +lib/slurm/sched_hold.a +lib/slurm/sched_hold.la +lib/slurm/sched_hold.so +lib/slurm/sched_wiki.a +lib/slurm/sched_wiki.la +lib/slurm/sched_wiki.so +lib/slurm/sched_wiki2.a +lib/slurm/sched_wiki2.la +lib/slurm/sched_wiki2.so +lib/slurm/select_cons_res.a +lib/slurm/select_cons_res.la +lib/slurm/select_cons_res.so +lib/slurm/select_cray.a +lib/slurm/select_cray.la +lib/slurm/select_cray.so +lib/slurm/select_linear.a +lib/slurm/select_linear.la +lib/slurm/select_linear.so +lib/slurm/select_serial.a +lib/slurm/select_serial.la +lib/slurm/select_serial.so +lib/slurm/spank_pbs.a +lib/slurm/spank_pbs.la +lib/slurm/spank_pbs.so +lib/slurm/src/sattach/sattach.wrapper.c +lib/slurm/src/srun/srun.wrapper.c +lib/slurm/switch_none.a +lib/slurm/switch_none.la +lib/slurm/switch_none.so +lib/slurm/task_cgroup.a +lib/slurm/task_cgroup.la +lib/slurm/task_cgroup.so +lib/slurm/task_none.a +lib/slurm/task_none.la +lib/slurm/task_none.so +lib/slurm/topology_3d_torus.a +lib/slurm/topology_3d_torus.la +lib/slurm/topology_3d_torus.so +lib/slurm/topology_node_rank.a +lib/slurm/topology_node_rank.la +lib/slurm/topology_node_rank.so +lib/slurm/topology_none.a +lib/slurm/topology_none.la +lib/slurm/topology_none.so +lib/slurm/topology_tree.a +lib/slurm/topology_tree.la +lib/slurm/topology_tree.so +man/man1/sacct.1.gz +man/man1/sacctmgr.1.gz +man/man1/salloc.1.gz +man/man1/sattach.1.gz +man/man1/sbatch.1.gz +man/man1/sbcast.1.gz +man/man1/scancel.1.gz +man/man1/scontrol.1.gz +man/man1/sdiag.1.gz +man/man1/sh5util.1.gz +man/man1/sinfo.1.gz +man/man1/slurm.1.gz +man/man1/smap.1.gz +man/man1/sprio.1.gz +man/man1/squeue.1.gz +man/man1/sreport.1.gz +man/man1/srun.1.gz +man/man1/srun_cr.1.gz +man/man1/sshare.1.gz +man/man1/sstat.1.gz +man/man1/strigger.1.gz +man/man1/sview.1.gz +man/man3/slurm_allocate_resources.3.gz +man/man3/slurm_allocate_resources_blocking.3.gz +man/man3/slurm_allocation_lookup.3.gz +man/man3/slurm_allocation_lookup_lite.3.gz +man/man3/slurm_allocation_msg_thr_create.3.gz +man/man3/slurm_allocation_msg_thr_destroy.3.gz +man/man3/slurm_api_version.3.gz +man/man3/slurm_checkpoint.3.gz +man/man3/slurm_checkpoint_able.3.gz +man/man3/slurm_checkpoint_complete.3.gz +man/man3/slurm_checkpoint_create.3.gz +man/man3/slurm_checkpoint_disable.3.gz +man/man3/slurm_checkpoint_enable.3.gz +man/man3/slurm_checkpoint_error.3.gz +man/man3/slurm_checkpoint_failed.3.gz +man/man3/slurm_checkpoint_restart.3.gz +man/man3/slurm_checkpoint_task_complete.3.gz +man/man3/slurm_checkpoint_tasks.3.gz +man/man3/slurm_checkpoint_vacate.3.gz +man/man3/slurm_clear_trigger.3.gz +man/man3/slurm_complete_job.3.gz +man/man3/slurm_confirm_allocation.3.gz +man/man3/slurm_create_partition.3.gz +man/man3/slurm_create_reservation.3.gz +man/man3/slurm_delete_partition.3.gz +man/man3/slurm_delete_reservation.3.gz +man/man3/slurm_free_ctl_conf.3.gz +man/man3/slurm_free_front_end_info_msg.3.gz +man/man3/slurm_free_job_alloc_info_response_msg.3.gz +man/man3/slurm_free_job_info_msg.3.gz +man/man3/slurm_free_job_step_create_response_msg.3.gz +man/man3/slurm_free_job_step_info_response_msg.3.gz +man/man3/slurm_free_node_info.3.gz +man/man3/slurm_free_node_info_msg.3.gz +man/man3/slurm_free_partition_info.3.gz +man/man3/slurm_free_partition_info_msg.3.gz +man/man3/slurm_free_reservation_info_msg.3.gz +man/man3/slurm_free_resource_allocation_response_msg.3.gz +man/man3/slurm_free_slurmd_status.3.gz +man/man3/slurm_free_submit_response_response_msg.3.gz +man/man3/slurm_free_trigger_msg.3.gz +man/man3/slurm_get_end_time.3.gz +man/man3/slurm_get_errno.3.gz +man/man3/slurm_get_job_steps.3.gz +man/man3/slurm_get_rem_time.3.gz +man/man3/slurm_get_select_jobinfo.3.gz +man/man3/slurm_get_triggers.3.gz +man/man3/slurm_hostlist_create.3.gz +man/man3/slurm_hostlist_destroy.3.gz +man/man3/slurm_hostlist_shift.3.gz +man/man3/slurm_init_job_desc_msg.3.gz +man/man3/slurm_init_part_desc_msg.3.gz +man/man3/slurm_init_resv_desc_msg.3.gz +man/man3/slurm_init_trigger_msg.3.gz +man/man3/slurm_init_update_front_end_msg.3.gz +man/man3/slurm_init_update_node_msg.3.gz +man/man3/slurm_init_update_step_msg.3.gz +man/man3/slurm_job_cpus_allocated_on_node.3.gz +man/man3/slurm_job_cpus_allocated_on_node_id.3.gz +man/man3/slurm_job_step_create.3.gz +man/man3/slurm_job_step_launch_t_init.3.gz +man/man3/slurm_job_step_layout_free.3.gz +man/man3/slurm_job_step_layout_get.3.gz +man/man3/slurm_job_will_run.3.gz +man/man3/slurm_jobinfo_ctx_get.3.gz +man/man3/slurm_kill_job.3.gz +man/man3/slurm_kill_job_step.3.gz +man/man3/slurm_load_ctl_conf.3.gz +man/man3/slurm_load_front_end.3.gz +man/man3/slurm_load_job.3.gz +man/man3/slurm_load_job_user.3.gz +man/man3/slurm_load_jobs.3.gz +man/man3/slurm_load_node.3.gz +man/man3/slurm_load_node_single.3.gz +man/man3/slurm_load_partitions.3.gz +man/man3/slurm_load_reservations.3.gz +man/man3/slurm_load_slurmd_status.3.gz +man/man3/slurm_notify_job.3.gz +man/man3/slurm_perror.3.gz +man/man3/slurm_pid2jobid.3.gz +man/man3/slurm_ping.3.gz +man/man3/slurm_print_ctl_conf.3.gz +man/man3/slurm_print_front_end_info_msg.3.gz +man/man3/slurm_print_front_end_table.3.gz +man/man3/slurm_print_job_info.3.gz +man/man3/slurm_print_job_info_msg.3.gz +man/man3/slurm_print_job_step_info.3.gz +man/man3/slurm_print_job_step_info_msg.3.gz +man/man3/slurm_print_node_info_msg.3.gz +man/man3/slurm_print_node_table.3.gz +man/man3/slurm_print_partition_info.3.gz +man/man3/slurm_print_partition_info_msg.3.gz +man/man3/slurm_print_reservation_info.3.gz +man/man3/slurm_print_reservation_info_msg.3.gz +man/man3/slurm_print_slurmd_status.3.gz +man/man3/slurm_read_hostfile.3.gz +man/man3/slurm_reconfigure.3.gz +man/man3/slurm_requeue.3.gz +man/man3/slurm_resume.3.gz +man/man3/slurm_set_debug_level.3.gz +man/man3/slurm_set_trigger.3.gz +man/man3/slurm_shutdown.3.gz +man/man3/slurm_signal_job.3.gz +man/man3/slurm_signal_job_step.3.gz +man/man3/slurm_slurmd_status.3.gz +man/man3/slurm_sprint_front_end_table.3.gz +man/man3/slurm_sprint_job_info.3.gz +man/man3/slurm_sprint_job_step_info.3.gz +man/man3/slurm_sprint_node_table.3.gz +man/man3/slurm_sprint_partition_info.3.gz +man/man3/slurm_sprint_reservation_info.3.gz +man/man3/slurm_step_ctx_create.3.gz +man/man3/slurm_step_ctx_create_no_alloc.3.gz +man/man3/slurm_step_ctx_daemon_per_node_hack.3.gz +man/man3/slurm_step_ctx_destroy.3.gz +man/man3/slurm_step_ctx_get.3.gz +man/man3/slurm_step_ctx_params_t_init.3.gz +man/man3/slurm_step_launch.3.gz +man/man3/slurm_step_launch_abort.3.gz +man/man3/slurm_step_launch_fwd_signal.3.gz +man/man3/slurm_step_launch_wait_finish.3.gz +man/man3/slurm_step_launch_wait_start.3.gz +man/man3/slurm_strerror.3.gz +man/man3/slurm_submit_batch_job.3.gz +man/man3/slurm_suspend.3.gz +man/man3/slurm_takeover.3.gz +man/man3/slurm_terminate_job.3.gz +man/man3/slurm_terminate_job_step.3.gz +man/man3/slurm_update_front_end.3.gz +man/man3/slurm_update_job.3.gz +man/man3/slurm_update_node.3.gz +man/man3/slurm_update_partition.3.gz +man/man3/slurm_update_reservation.3.gz +man/man3/slurm_update_step.3.gz +man/man5/acct_gather.conf.5.gz +man/man5/bluegene.conf.5.gz +man/man5/cgroup.conf.5.gz +man/man5/cray.conf.5.gz +man/man5/ext_sensors.conf.5.gz +man/man5/gres.conf.5.gz +man/man5/slurm.conf.5.gz +man/man5/slurmdbd.conf.5.gz +man/man5/topology.conf.5.gz +man/man5/wiki.conf.5.gz +man/man8/slurmctld.8.gz +man/man8/slurmd.8.gz +man/man8/slurmdbd.8.gz +man/man8/slurmstepd.8.gz +man/man8/spank.8.gz +sbin/slurmctld +sbin/slurmd +sbin/slurmdbd +sbin/slurmstepd +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/Slurm_Entity.pdf +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/Slurm_Individual.pdf +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/accounting.html +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/accounting_storageplugins.html +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/acct_gather_energy_plugins.html +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/acct_gather_profile_plugins.html +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/add.html +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/allocation_pies.gif +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/api.html +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/arch.gif +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/authplugins.html +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/big_sys.html +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/bluegene.html +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/bull.jpg +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/cgroups.html +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/checkpoint_blcr.html +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/checkpoint_plugins.html +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/coding_style.pdf +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/configurator.easy.html +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/configurator.html +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/cons_res.html +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/cons_res_share.html +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/contributor.html +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/cpu_management.html +%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/cray.html *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 20:36:41 2013 Return-Path: Delivered-To: svn-ports-head@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 B3742B30; Sun, 24 Nov 2013 20:36:41 +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 A24A4245E; Sun, 24 Nov 2013 20:36:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOKafkY005015; Sun, 24 Nov 2013 20:36:41 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOKaf5j005013; Sun, 24 Nov 2013 20:36:41 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201311242036.rAOKaf5j005013@svn.freebsd.org> From: Carlo Strub Date: Sun, 24 Nov 2013 20:36:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334789 - in head/www: py-django-tables2 py-django-tinymce 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.16 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: Sun, 24 Nov 2013 20:36:41 -0000 Author: cs Date: Sun Nov 24 20:36:40 2013 New Revision: 334789 URL: http://svnweb.freebsd.org/changeset/ports/334789 Log: - Allow ports to work with any django version avaliable. - Allow staging and use AUTOPLIST option for www/py-django-tables2 PR: ports/184147 Submitted by: Kozlov Sergey (maintainer) Deleted: head/www/py-django-tables2/pkg-plist Modified: head/www/py-django-tables2/Makefile head/www/py-django-tinymce/Makefile Modified: head/www/py-django-tables2/Makefile ============================================================================== --- head/www/py-django-tables2/Makefile Sun Nov 24 20:23:02 2013 (r334788) +++ head/www/py-django-tables2/Makefile Sun Nov 24 20:36:40 2013 (r334789) @@ -12,13 +12,13 @@ COMMENT= Table/data-grid framework for D LICENSE= BSD -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.2:${PORTSDIR}/www/py-django \ +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django \ ${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=easy_install +PYDISTUTILS_AUTOPLIST=yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|classifiers=\[|zip_safe=False, classifiers=\[|' \ ${WRKSRC}/setup.py Modified: head/www/py-django-tinymce/Makefile ============================================================================== --- head/www/py-django-tinymce/Makefile Sun Nov 24 20:23:02 2013 (r334788) +++ head/www/py-django-tinymce/Makefile Sun Nov 24 20:36:40 2013 (r334789) @@ -12,7 +12,7 @@ COMMENT= Django application to use TinyM LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.0:${PORTSDIR}/www/py-django +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django USE_PYTHON= yes USE_PYDISTUTILS= easy_install From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 20:51:21 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 ESMTPS id 60736E15; Sun, 24 Nov 2013 20:51:21 +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 4FC872514; Sun, 24 Nov 2013 20:51:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOKpLgr011124; Sun, 24 Nov 2013 20:51:21 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOKpKSu011119; Sun, 24 Nov 2013 20:51:20 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201311242051.rAOKpKSu011119@svn.freebsd.org> From: Olli Hauer Date: Sun, 24 Nov 2013 20:51:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334790 - in head/www/apache24: . 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.16 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: Sun, 24 Nov 2013 20:51:21 -0000 Author: ohauer Date: Sun Nov 24 20:51:20 2013 New Revision: 334790 URL: http://svnweb.freebsd.org/changeset/ports/334790 Log: - add patch for apache bug-id 55306 - bump PORTREVISION There is an subversion update on the way and we will see the new subversion before apache24-2.4.7 so adopt the mod_dav patches from upstrem. Added: head/www/apache24/files/patch-bug55306 (contents, props changed) Modified: head/www/apache24/Makefile Modified: head/www/apache24/Makefile ============================================================================== --- head/www/apache24/Makefile Sun Nov 24 20:36:40 2013 (r334789) +++ head/www/apache24/Makefile Sun Nov 24 20:51:20 2013 (r334790) @@ -2,6 +2,7 @@ PORTNAME= apache24 PORTVERSION= 2.4.6 +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= httpd-${PORTVERSION} Added: head/www/apache24/files/patch-bug55306 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/apache24/files/patch-bug55306 Sun Nov 24 20:51:20 2013 (r334790) @@ -0,0 +1,46 @@ +--- ./modules/dav/main/util.c.orig 2013-11-24 21:27:34.000000000 +0100 ++++ ./modules/dav/main/util.c 2013-11-24 21:28:13.000000000 +0100 +@@ -954,13 +954,16 @@ + /* + ** For methods other than LOCK: + ** +- ** If we have no locks, then can be set to true -- ++ ** If we have no locks or if the resource is not being modified ++ ** (per RFC 4918 the lock token is not required on resources ++ ** we are not changing), then can be set to true -- + ** pretending that we've already met the requirement of seeing one + ** of the resource's locks in the If: header. + ** + ** Otherwise, it must be cleared and we'll look for one. + */ +- seen_locktoken = (lock_list == NULL); ++ seen_locktoken = (lock_list == NULL ++ || flags & DAV_VALIDATE_NO_MODIFY); + } + + /* +--- ./modules/dav/main/mod_dav.h.orig 2013-11-24 21:28:30.000000000 +0100 ++++ ./modules/dav/main/mod_dav.h 2013-11-24 21:29:00.000000000 +0100 +@@ -1297,6 +1297,9 @@ + the 424 DAV:response */ + #define DAV_VALIDATE_USE_424 0x0080 /* return 424 status, not 207 */ + #define DAV_VALIDATE_IS_PARENT 0x0100 /* for internal use */ ++#define DAV_VALIDATE_NO_MODIFY 0x0200 /* resource is not being modified ++ so allow even if lock token ++ is not provided */ + + /* Lock-null related public lock functions */ + DAV_DECLARE(int) dav_get_resource_state(request_rec *r, +--- ./modules/dav/main/mod_dav.c.orig 2013-11-24 21:29:13.000000000 +0100 ++++ ./modules/dav/main/mod_dav.c 2013-11-24 21:37:17.000000000 +0100 +@@ -2765,7 +2765,9 @@ + */ + if ((err = dav_validate_request(r, resource, depth, NULL, + &multi_response, +- DAV_VALIDATE_PARENT ++ (is_move ? DAV_VALIDATE_PARENT ++ : DAV_VALIDATE_RESOURCE ++ | DAV_VALIDATE_NO_MODIFY) + | DAV_VALIDATE_USE_424, + NULL)) != NULL) { + err = dav_push_error(r->pool, err->status, 0, From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 20:55:36 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 ESMTPS id 792AD235; Sun, 24 Nov 2013 20:55:36 +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 68F27253A; Sun, 24 Nov 2013 20:55:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOKtauM011792; Sun, 24 Nov 2013 20:55:36 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOKtan8011790; Sun, 24 Nov 2013 20:55:36 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311242055.rAOKtan8011790@svn.freebsd.org> From: Gerald Pfeifer Date: Sun, 24 Nov 2013 20:55:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334791 - head/lang/gcc48 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.16 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: Sun, 24 Nov 2013 20:55:36 -0000 Author: gerald Date: Sun Nov 24 20:55:35 2013 New Revision: 334791 URL: http://svnweb.freebsd.org/changeset/ports/334791 Log: Change PORTNAME from gcc to gcc48 to match the actual name of this port and avoid a package name collision with other GCC ports. This also allows us to remove LATEST_LINK. On the way update to the 20131121 snapshot of GCC 4.8.3. Modified: head/lang/gcc48/Makefile head/lang/gcc48/distinfo Modified: head/lang/gcc48/Makefile ============================================================================== --- head/lang/gcc48/Makefile Sun Nov 24 20:51:20 2013 (r334790) +++ head/lang/gcc48/Makefile Sun Nov 24 20:55:35 2013 (r334791) @@ -1,11 +1,12 @@ # Created by: Gerald Pfeifer # $FreeBSD$ -PORTNAME= gcc -PORTVERSION= 4.8.3.s20131114 +PORTNAME= gcc48 +PORTVERSION= 4.8.3.s20131121 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} +DISTNAME= gcc-${DISTVERSION} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.8 @@ -27,7 +28,6 @@ BUILD_DEPENDS+= runtest:${PORTSDIR}/misc DISTVERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.s([0-9]+)/\1-\2/} GCC_VERSION= ${PORTVERSION:C/(.+)\.s[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} -LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 USES= gmake iconv perl5 USE_BINUTILS= yes Modified: head/lang/gcc48/distinfo ============================================================================== --- head/lang/gcc48/distinfo Sun Nov 24 20:51:20 2013 (r334790) +++ head/lang/gcc48/distinfo Sun Nov 24 20:55:35 2013 (r334791) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.8-20131114.tar.bz2) = 9be7bbb865b1587c98eebb367d71f7a31b6e978a0f650a4fdfd97653104e3c0a -SIZE (gcc-4.8-20131114.tar.bz2) = 81759843 +SHA256 (gcc-4.8-20131121.tar.bz2) = bac142c47fdd04c9f38ac604d0826011a4fda172ea3c06e31b82756a3823b135 +SIZE (gcc-4.8-20131121.tar.bz2) = 81845987 From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 21:09:23 2013 Return-Path: Delivered-To: svn-ports-head@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 5A1D73DB; Sun, 24 Nov 2013 21:09: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 49E8325B6; Sun, 24 Nov 2013 21:09:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOL9N5k016074; Sun, 24 Nov 2013 21:09:23 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOL9Nue016073; Sun, 24 Nov 2013 21:09:23 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311242109.rAOL9Nue016073@svn.freebsd.org> From: Marcus von Appen Date: Sun, 24 Nov 2013 21:09:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334792 - head/emulators/mame 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.16 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: Sun, 24 Nov 2013 21:09:23 -0000 Author: mva Date: Sun Nov 24 21:09:22 2013 New Revision: 334792 URL: http://svnweb.freebsd.org/changeset/ports/334792 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Modified: head/emulators/mame/Makefile Modified: head/emulators/mame/Makefile ============================================================================== --- head/emulators/mame/Makefile Sun Nov 24 20:55:35 2013 (r334791) +++ head/emulators/mame/Makefile Sun Nov 24 21:09:22 2013 (r334792) @@ -41,7 +41,7 @@ DOS2UNIX_FILES= src/osd/sdl/input.c \ src/osd/sdl/testkeys.c USE_XORG= xext xi xinerama xrender USE_GL= gl -USE_PYTHON_BUILD=yes +USE_PYTHON_BUILD=-2.7 MAKE_ENV= NOWERROR=1 USE_NETWORK=1 \ OPT_FLAGS="${CXXFLAGS}" GCC_LDFLAGS="${LDFLAGS}" \ TARGET="${PORTNAME}" FULLNAME="${PORTNAME}" @@ -127,6 +127,7 @@ post-patch: s| = @gcc| := $$(CC)| ; \ s| = @g++| := $$(CXX)| ; \ s|-O$$(OPTIMIZE)|| ; \ + s| = @python| = ${PYTHON_CMD}| ; \ /--warn-common/s|= -Wl,|= $$(GCC_LDFLAGS) -Wl,| ; \ /LDFLAGS/s|-s|| ; \ /LIBS/s|-lstdc++|| ; \ From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 21:32:28 2013 Return-Path: Delivered-To: svn-ports-head@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 65CCC677; Sun, 24 Nov 2013 21:32:28 +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 553D526CF; Sun, 24 Nov 2013 21:32:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOLWSPa025218; Sun, 24 Nov 2013 21:32:28 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOLWSIS025217; Sun, 24 Nov 2013 21:32:28 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311242132.rAOLWSIS025217@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 24 Nov 2013 21:32:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334793 - head/multimedia/mediainfo 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.16 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: Sun, 24 Nov 2013 21:32:28 -0000 Author: sunpoet Date: Sun Nov 24 21:32:27 2013 New Revision: 334793 URL: http://svnweb.freebsd.org/changeset/ports/334793 Log: - Reformat pkg-descr Modified: head/multimedia/mediainfo/pkg-descr (contents, props changed) Modified: head/multimedia/mediainfo/pkg-descr ============================================================================== --- head/multimedia/mediainfo/pkg-descr Sun Nov 24 21:09:22 2013 (r334792) +++ head/multimedia/mediainfo/pkg-descr Sun Nov 24 21:32:27 2013 (r334793) @@ -1,6 +1,6 @@ MediaInfo supplies technical and tag information about a video or audio file. Supported formats: - Video: AVI/OGM/MKV/MPG/VOB/MP4/3GP/... - Audio: MP3/OGG/MKA/MP4/AAC/... +- Video: AVI, OGM, MKV, MPG, VOB, MP4, 3GP, ... +- Audio: MP3, OGG, MKA, MP4, AAC, ... WWW: http://mediainfo.sourceforge.net/ From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 21:59:10 2013 Return-Path: Delivered-To: svn-ports-head@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 8D05BBA5; Sun, 24 Nov 2013 21:59:10 +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 7D39C2800; Sun, 24 Nov 2013 21:59:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOLxAsQ032472; Sun, 24 Nov 2013 21:59:10 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOLxAn3032470; Sun, 24 Nov 2013 21:59:10 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201311242159.rAOLxAn3032470@svn.freebsd.org> From: Alex Kozlov Date: Sun, 24 Nov 2013 21:59:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334794 - head/textproc/igor 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.16 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: Sun, 24 Nov 2013 21:59:10 -0000 Author: ak Date: Sun Nov 24 21:59:09 2013 New Revision: 334794 URL: http://svnweb.freebsd.org/changeset/ports/334794 Log: - Update to 1.397 - Support STAGEDIR PR: ports/184253 Submitted by: wblock (maintainer) Modified: head/textproc/igor/Makefile head/textproc/igor/distinfo (contents, props changed) Modified: head/textproc/igor/Makefile ============================================================================== --- head/textproc/igor/Makefile Sun Nov 24 21:32:27 2013 (r334793) +++ head/textproc/igor/Makefile Sun Nov 24 21:59:09 2013 (r334794) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= igor -PORTVERSION= 1.376 +PORTVERSION= 1.397 CATEGORIES= textproc MASTER_SITES= https://docscripts.glenbarber.us/tags/${PORTNAME}/${PORTVERSION}/ @@ -15,15 +15,14 @@ USE_PERL5= run NO_BUILD= yes -PLIST_FILES= bin/${PORTNAME} -MAN1= ${PORTNAME}.1 +PLIST_FILES= bin/${PORTNAME} \ + man/man1/${PORTNAME}.1.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|/usr/local|${PREFIX}|' ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.1 do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/ + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ .include Modified: head/textproc/igor/distinfo ============================================================================== --- head/textproc/igor/distinfo Sun Nov 24 21:32:27 2013 (r334793) +++ head/textproc/igor/distinfo Sun Nov 24 21:59:09 2013 (r334794) @@ -1,2 +1,2 @@ -SHA256 (igor-1.376.tar.gz) = c8e6047fd30bf6d0e65287b66cbdbbc920aba48642ca1395312e1d5ae93cd621 -SIZE (igor-1.376.tar.gz) = 23389 +SHA256 (igor-1.397.tar.gz) = f548b19244bc7529bd59b856d5a17b8435d218ccd2473185781e52725c9c8fe6 +SIZE (igor-1.397.tar.gz) = 23737 From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 22:21:48 2013 Return-Path: Delivered-To: svn-ports-head@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 3B94D314; Sun, 24 Nov 2013 22:21:48 +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 2B1D2292B; Sun, 24 Nov 2013 22:21:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOMLmXJ042912; Sun, 24 Nov 2013 22:21:48 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOMLlO7042910; Sun, 24 Nov 2013 22:21:47 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311242221.rAOMLlO7042910@svn.freebsd.org> From: Gerald Pfeifer Date: Sun, 24 Nov 2013 22:21:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334795 - head/lang/gcc47 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.16 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: Sun, 24 Nov 2013 22:21:48 -0000 Author: gerald Date: Sun Nov 24 22:21:47 2013 New Revision: 334795 URL: http://svnweb.freebsd.org/changeset/ports/334795 Log: Change PORTNAME from gcc to gcc47 to match the actual name of this port and avoid a package name collision with other GCC ports. This also allows us to remove LATEST_LINK. On the way update to the 20131123 snapshot of GCC 4.7.4. Modified: head/lang/gcc47/Makefile head/lang/gcc47/distinfo Modified: head/lang/gcc47/Makefile ============================================================================== --- head/lang/gcc47/Makefile Sun Nov 24 21:59:09 2013 (r334794) +++ head/lang/gcc47/Makefile Sun Nov 24 22:21:47 2013 (r334795) @@ -1,11 +1,12 @@ # Created by: Gerald Pfeifer # $FreeBSD$ -PORTNAME= gcc -PORTVERSION= 4.7.4.20131109 +PORTNAME= gcc47 +PORTVERSION= 4.7.4.20131123 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} +DISTNAME= gcc-${DISTVERSION} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.7 @@ -27,7 +28,6 @@ BUILD_DEPENDS+= runtest:${PORTSDIR}/misc DISTVERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/} GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} -LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 USES= gmake iconv perl5 USE_BINUTILS= yes Modified: head/lang/gcc47/distinfo ============================================================================== --- head/lang/gcc47/distinfo Sun Nov 24 21:59:09 2013 (r334794) +++ head/lang/gcc47/distinfo Sun Nov 24 22:21:47 2013 (r334795) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.7-20131109.tar.bz2) = 0cb2127a2af15568769d5103539de5c5360ff476c434e64dac326fb0f589d9a3 -SIZE (gcc-4.7-20131109.tar.bz2) = 78826285 +SHA256 (gcc-4.7-20131123.tar.bz2) = a472af65c30aaaab5ae0d419a04e10c8451ac38666b8bd214f8fc597629a4f0d +SIZE (gcc-4.7-20131123.tar.bz2) = 78831736 From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 23:11:10 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 ESMTPS id C701FC38; Sun, 24 Nov 2013 23:11:10 +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 B6D482B45; Sun, 24 Nov 2013 23:11:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAONBAKx059703; Sun, 24 Nov 2013 23:11:10 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAONBAn2059702; Sun, 24 Nov 2013 23:11:10 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311242311.rAONBAn2059702@svn.freebsd.org> From: Gerald Pfeifer Date: Sun, 24 Nov 2013 23:11:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334796 - head/lang/gcc44 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.16 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: Sun, 24 Nov 2013 23:11:10 -0000 Author: gerald Date: Sun Nov 24 23:11:10 2013 New Revision: 334796 URL: http://svnweb.freebsd.org/changeset/ports/334796 Log: Change PORTNAME from gcc to gcc44 to match the actual name of this port and avoid a package name collision with other GCC ports. This also allows us to remove LATEST_LINK. Move to the new LIB_DEPENDS standard. Sync the debugging output in pre-everything with later GCC ports. Modified: head/lang/gcc44/Makefile Modified: head/lang/gcc44/Makefile ============================================================================== --- head/lang/gcc44/Makefile Sun Nov 24 22:21:47 2013 (r334795) +++ head/lang/gcc44/Makefile Sun Nov 24 23:11:10 2013 (r334796) @@ -1,25 +1,25 @@ # Created by: Gerald Pfeifer # $FreeBSD$ -PORTNAME= gcc +PORTNAME= gcc47 PORTVERSION= 4.4.7 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= releases/gcc-${VERSIONSTRING} +DISTNAME= gcc-${DISTVERSION} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.4 -LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ - mpfr:${PORTSDIR}/math/mpfr +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ + libmpfr.so:${PORTSDIR}/math/mpfr RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils DEPRECATED= Superseded by GCC 4.6, only kept for the sake of cad/salome VERSIONSTRING= ${PORTVERSION} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} -LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} ONLY_FOR_ARCHS= amd64 i386 sparc64 USE_BINUTILS= yes USES= bison gmake iconv perl5 @@ -78,7 +78,7 @@ INFO= gcc${SUFFIX}/cpp \ gcc${SUFFIX}/libgomp pre-everything:: - @${ECHO_MSG} "Making GCC ${PORTVERSION} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}" + @${ECHO_MSG} "Making GCC ${PORTVERSION} for ${CONFIGURE_TARGET} [${LANGUAGES}]" pre-configure: cd ${SRCDIR} ; contrib/gcc_update --touch From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 23:33:18 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 ESMTPS id 4055F22A; Sun, 24 Nov 2013 23:33:18 +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 2E0392C27; Sun, 24 Nov 2013 23:33:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAONXIXo066825; Sun, 24 Nov 2013 23:33:18 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAONXGDY066816; Sun, 24 Nov 2013 23:33:16 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201311242333.rAONXGDY066816@svn.freebsd.org> From: Olli Hauer Date: Sun, 24 Nov 2013 23:33:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334797 - in head: . mail/automx www www/linkchecker www/mod_wsgi www/mod_wsgi2 www/mod_wsgi3 www/mod_wsgi3/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.16 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: Sun, 24 Nov 2013 23:33:18 -0000 Author: ohauer Date: Sun Nov 24 23:33:15 2013 New Revision: 334797 URL: http://svnweb.freebsd.org/changeset/ports/334797 Log: - svn mv www/mod_wsgi www/mod_wsgi2 [1] - update ports to reflect new location - fix mod_wsgi3 build with python3 PR: 184065 [1] PR 183353 [2] Submitted by: Douglas William Thrift (maintainer) Added: head/www/mod_wsgi2/ - copied from r334795, head/www/mod_wsgi/ head/www/mod_wsgi3/files/patch-configure (contents, props changed) head/www/mod_wsgi3/files/patch-configure.ac (contents, props changed) Deleted: head/www/mod_wsgi/ Modified: head/MOVED head/UPDATING head/mail/automx/Makefile head/www/Makefile head/www/linkchecker/Makefile head/www/mod_wsgi2/Makefile head/www/mod_wsgi3/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sun Nov 24 23:11:10 2013 (r334796) +++ head/MOVED Sun Nov 24 23:33:15 2013 (r334797) @@ -5251,3 +5251,4 @@ audio/gstreamer1-plugins-celt||2013-11-2 math/p5-MatrixReal|math/p5-Math-MatrixReal|2013-11-22|Rename to match upstream naming lang/gcc42|lang/gcc46|2013-11-23|Superseded by GCC 4.6 or later devel/p5-IO||2013-11-23|Removed: newer versions are included in all supported Perl releases +www/mod_wsgi|www/mod_wsgi2|2013-11-24|Rename to match version Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Nov 24 23:11:10 2013 (r334796) +++ head/UPDATING Sun Nov 24 23:33:15 2013 (r334797) @@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20131125: + AFFECTS: users of www/mod_wsgi + AUTHOR: ohauer@FreeBSD.org + + The port www/mod_wsgi moved to www/mod_wsgi2 to reflect the port version. + + # portmaster -o www/mod_wsgi2 www/mod_wsgi + or + # portupgrade -fo www/mod_wsgi2 www/mod_wsgi + or + # pkg set -o www/mod_wsgi:www/mod_wsgi2 + 20131120: AFFECTS: users of lang/perl5.12 lang/perl5.14 lang/perl5.16 and lang/perl5.18 AUTHOR: mat@FreeBSD.org Modified: head/mail/automx/Makefile ============================================================================== --- head/mail/automx/Makefile Sun Nov 24 23:11:10 2013 (r334796) +++ head/mail/automx/Makefile Sun Nov 24 23:33:15 2013 (r334797) @@ -2,6 +2,7 @@ PORTNAME= automx PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.automx.org/download/ @@ -10,7 +11,7 @@ COMMENT= Handles mail account profile re LICENSE= GPLv3 -RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_wsgi.so:${PORTSDIR}/www/mod_wsgi \ +RUN_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_wsgi.so:${PORTSDIR}/www/mod_wsgi2 \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \ bash:${PORTSDIR}/shells/bash \ wget:${PORTSDIR}/ftp/wget Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Nov 24 23:11:10 2013 (r334796) +++ head/www/Makefile Sun Nov 24 23:33:15 2013 (r334797) @@ -535,7 +535,7 @@ SUBDIR += mod_vhs SUBDIR += mod_webkit SUBDIR += mod_whatkilledus - SUBDIR += mod_wsgi + SUBDIR += mod_wsgi2 SUBDIR += mod_wsgi3 SUBDIR += mod_xml2enc SUBDIR += mod_xmlns Modified: head/www/linkchecker/Makefile ============================================================================== --- head/www/linkchecker/Makefile Sun Nov 24 23:11:10 2013 (r334796) +++ head/www/linkchecker/Makefile Sun Nov 24 23:33:15 2013 (r334797) @@ -3,6 +3,7 @@ PORTNAME= linkchecker PORTVERSION= 8.4 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= GHC DISTNAME= LinkChecker-${PORTVERSION} @@ -86,7 +87,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}css # To run the WSGI Web interface .if ${PORT_OPTIONS:MWSGI} -RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_wsg>0:${PORTSDIR}/www/mod_wsgi +RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_wsg>0:${PORTSDIR}/www/mod_wsgi2 USE_APACHE_RUN= 22 .endif Modified: head/www/mod_wsgi2/Makefile ============================================================================== --- head/www/mod_wsgi/Makefile Sun Nov 24 22:21:47 2013 (r334795) +++ head/www/mod_wsgi2/Makefile Sun Nov 24 23:33:15 2013 (r334797) @@ -7,14 +7,13 @@ PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} +PKGNAMESUFFIX= 2 MAINTAINER= douglas@douglasthrift.net COMMENT= Python WSGI adapter module for Apache LICENSE= AL2 - -LATEST_LINK= mod_wsgi2 CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-3.* ${PKGNAMEPREFIX}mod_wsgi3.* mod_wsgi-3.* PROJECTHOST= modwsgi Modified: head/www/mod_wsgi3/Makefile ============================================================================== --- head/www/mod_wsgi3/Makefile Sun Nov 24 23:11:10 2013 (r334796) +++ head/www/mod_wsgi3/Makefile Sun Nov 24 23:33:15 2013 (r334797) @@ -13,7 +13,8 @@ COMMENT= Python WSGI adapter module for LICENSE= AL2 -CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-2.* mod_wsgi-2.* +CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi2.* mod_wsgi2.* \ + ${PKGNAMEPREFIX}mod_wsgi-2.* mod_wsgi-2.* PROJECTHOST= modwsgi Added: head/www/mod_wsgi3/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_wsgi3/files/patch-configure Sun Nov 24 23:33:15 2013 (r334797) @@ -0,0 +1,49 @@ +--- configure.orig Thu Oct 18 21:12:46 2012 +1100 ++++ configure Thu Oct 18 21:14:28 2012 +1100 +@@ -1785,7 +1785,15 @@ + + PYTHON_VERSION=`${PYTHON} -c 'from sys import stdout; \ + from distutils import sysconfig; \ +- stdout.write((sysconfig.get_config_var("VERSION")))'` ++ stdout.write(sysconfig.get_config_var("VERSION"))'` ++ ++PYTHON_LDVERSION=`${PYTHON} -c 'from sys import stdout; \ ++ from distutils import sysconfig; \ ++ stdout.write(sysconfig.get_config_var("LDVERSION") or "")'` ++ ++if test x"${PYTHON_LDVERSION}" = x""; then ++ PYTHON_LDVERSION=${PYTHON_VERSION} ++fi + + CPPFLAGS1=`${PYTHON} -c 'from sys import stdout; \ + from distutils import sysconfig; \ +@@ -1823,12 +1831,28 @@ + from distutils import sysconfig; \ + stdout.write(sysconfig.get_config_var("PYTHONFRAMEWORK"))'` + ++if test "${PYTHON_LDVERSION}" != "${PYTHON_VERSION}"; then ++ PYTHONCFGDIR="${PYTHONCFGDIR}-${PYTHON_LDVERSION}" ++fi ++ + if test "${PYTHONFRAMEWORKDIR}" = "no-framework" -o \ + "${ENABLE_FRAMEWORK}" != "yes"; then + LDFLAGS1="-L${PYTHONLIBDIR}" + LDFLAGS2="-L${PYTHONCFGDIR}" + +- LDLIBS1="-lpython${PYTHON_VERSION}" ++ LDLIBS1="-lpython${PYTHON_LDVERSION}" ++ ++ # MacOS X seems to be broken and doesn't use ABIFLAGS suffix ++ # so add a check to try and work out what we need to do. ++ ++ if test -f "${PYTHONLIBDIR}/libpython${PYTHON_VERSION}.a"; then ++ LDLIBS1="-lpython${PYTHON_VERSION}" ++ fi ++ ++ if test -f "${PYTHONCFGDIR}/libpython${PYTHON_VERSION}.a"; then ++ LDLIBS1="-lpython${PYTHON_VERSION}" ++ fi ++ + LDLIBS2=`${PYTHON} -c 'from sys import stdout; \ + from distutils import sysconfig; \ + stdout.write(sysconfig.get_config_var("LIBS"))'` Added: head/www/mod_wsgi3/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_wsgi3/files/patch-configure.ac Sun Nov 24 23:33:15 2013 (r334797) @@ -0,0 +1,50 @@ +--- configure.ac.orig Thu Oct 18 21:12:46 2012 +1100 ++++ configure.ac Thu Oct 18 21:14:28 2012 +1100 +@@ -75,7 +75,15 @@ + + PYTHON_VERSION=`${PYTHON} -c 'from sys import stdout; \ + from distutils import sysconfig; \ +- stdout.write((sysconfig.get_config_var("VERSION")))'` ++ stdout.write(sysconfig.get_config_var("VERSION"))'` ++ ++PYTHON_LDVERSION=`${PYTHON} -c 'from sys import stdout; \ ++ from distutils import sysconfig; \ ++ stdout.write(sysconfig.get_config_var("LDVERSION") or "")'` ++ ++if test x"${PYTHON_LDVERSION}" = x""; then ++ PYTHON_LDVERSION=${PYTHON_VERSION} ++fi + + CPPFLAGS1=`${PYTHON} -c 'from sys import stdout; \ + from distutils import sysconfig; \ +@@ -113,12 +121,28 @@ + from distutils import sysconfig; \ + stdout.write(sysconfig.get_config_var("PYTHONFRAMEWORK"))'` + ++if test "${PYTHON_LDVERSION}" != "${PYTHON_VERSION}"; then ++ PYTHONCFGDIR="${PYTHONCFGDIR}-${PYTHON_LDVERSION}" ++fi ++ + if test "${PYTHONFRAMEWORKDIR}" = "no-framework" -o \ + "${ENABLE_FRAMEWORK}" != "yes"; then + LDFLAGS1="-L${PYTHONLIBDIR}" + LDFLAGS2="-L${PYTHONCFGDIR}" + +- LDLIBS1="-lpython${PYTHON_VERSION}" ++ LDLIBS1="-lpython${PYTHON_LDVERSION}" ++ ++ # MacOS X seems to be broken and doesn't use ABIFLAGS suffix ++ # so add a check to try and work out what we need to do. ++ ++ if test -f "${PYTHONLIBDIR}/libpython${PYTHON_VERSION}.a"; then ++ LDLIBS1="-lpython${PYTHON_VERSION}" ++ fi ++ ++ if test -f "${PYTHONCFGDIR}/libpython${PYTHON_VERSION}.a"; then ++ LDLIBS1="-lpython${PYTHON_VERSION}" ++ fi ++ + LDLIBS2=`${PYTHON} -c 'from sys import stdout; \ + from distutils import sysconfig; \ + stdout.write(sysconfig.get_config_var("LIBS"))'` + From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 23:37:42 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 ESMTPS id E7E48338; Sun, 24 Nov 2013 23:37:42 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AAF7D2C48; Sun, 24 Nov 2013 23:37:42 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 2A223BDC64; Mon, 25 Nov 2013 00:37:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=UDovt+CbizL xdYL7G627wSKJbCc=; b=xBx0veUe6MFY2BhrZP6M5w5rlcvNSKYckDZuNpWMdly /1Zl44LYxcI7LnT4zfe/mh13CuNauSjw5D2N9KGZERi4oikbt2IHHQmqTjLfYS7g spddPH8hd+Vp0tDVs5aGI2boTB/Nx0/fSJzx8fizl8FbFkltwHXqWUZK2r2LvuQ4 = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id EE73FBDC5C; Mon, 25 Nov 2013 00:37:40 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 88AF8C879541; Mon, 25 Nov 2013 00:37:40 +0100 (CET) Date: Mon, 25 Nov 2013 00:37:40 +0100 From: Mathieu Arnold To: Gerald Pfeifer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r334796 - head/lang/gcc44 Message-ID: <0A5CE73D095D35D1C1F04476@atuin.in.mat.cc> In-Reply-To: <201311242311.rAONBAn2059702@svn.freebsd.org> References: <201311242311.rAONBAn2059702@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Sun, 24 Nov 2013 23:37:43 -0000 +--On 24 novembre 2013 23:11:10 +0000 Gerald Pfeifer wrote: | +PORTNAME= gcc47 | PORTVERSION= 4.4.7 You meant gcc44, right ? BTW, why not use PKGNAMESUFFIX= 44 here (and in the other ports) so that you don't have to add distname ? -- Mathieu Arnold From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 23:40:05 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 ESMTPS id 99389484; Sun, 24 Nov 2013 23:40:05 +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 88ECD2C65; Sun, 24 Nov 2013 23:40:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAONe51R067815; Sun, 24 Nov 2013 23:40:05 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAONe54H067814; Sun, 24 Nov 2013 23:40:05 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201311242340.rAONe54H067814@svn.freebsd.org> From: Olli Hauer Date: Sun, 24 Nov 2013 23:40:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334798 - head/www/linkchecker 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.16 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: Sun, 24 Nov 2013 23:40:05 -0000 Author: ohauer Date: Sun Nov 24 23:40:05 2013 New Revision: 334798 URL: http://svnweb.freebsd.org/changeset/ports/334798 Log: - fix non default dependency Modified: head/www/linkchecker/Makefile Modified: head/www/linkchecker/Makefile ============================================================================== --- head/www/linkchecker/Makefile Sun Nov 24 23:33:15 2013 (r334797) +++ head/www/linkchecker/Makefile Sun Nov 24 23:40:05 2013 (r334798) @@ -87,7 +87,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}css # To run the WSGI Web interface .if ${PORT_OPTIONS:MWSGI} -RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_wsg>0:${PORTSDIR}/www/mod_wsgi2 +RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_wsg2>0:${PORTSDIR}/www/mod_wsgi2 USE_APACHE_RUN= 22 .endif From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 23:58:13 2013 Return-Path: Delivered-To: svn-ports-head@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 D7C5D83B; Sun, 24 Nov 2013 23:58:13 +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 B69F82D4F; Sun, 24 Nov 2013 23:58:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAONwDC0073923; Sun, 24 Nov 2013 23:58:13 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAONwDcC073919; Sun, 24 Nov 2013 23:58:13 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311242358.rAONwDcC073919@svn.freebsd.org> From: Rusmir Dusko Date: Sun, 24 Nov 2013 23:58:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334799 - head/games/nelly 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.16 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: Sun, 24 Nov 2013 23:58:14 -0000 Author: nemysis Date: Sun Nov 24 23:58:13 2013 New Revision: 334799 URL: http://svnweb.freebsd.org/changeset/ports/334799 Log: - Change master sites - Change maintainer email to @FreeBSD.org - Change Desktop entry file - Support STAGEDIR - Add DOCS Option - Use only one WWW Approved by: pawel / wg (mentors, implicit) Modified: head/games/nelly/Makefile head/games/nelly/pkg-descr (contents, props changed) Modified: head/games/nelly/Makefile ============================================================================== --- head/games/nelly/Makefile Sun Nov 24 23:40:05 2013 (r334798) +++ head/games/nelly/Makefile Sun Nov 24 23:58:13 2013 (r334799) @@ -7,13 +7,13 @@ PORTREVISION= 3 CATEGORIES= games python MASTER_SITES= http://www.partiallydisassembled.net/nelly/ \ http://media.pyweek.org/dl/2/rushed/ \ - SF/nemysisfreebsdp/:icons + SF/nemysisfreebsdp/games/${PORTNAME}/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Nelly's Rooftop Garden, physics-based puzzle game RUN_DEPENDS= ${PYGAME} \ @@ -26,12 +26,10 @@ PORTDOCS= README SUB_FILES= ${PORTNAME} -DESKTOP_ENTRIES="Nelly's Rooftop Garden" "${COMMENT}" \ - "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ +DESKTOP_ENTRIES="Nelly's Rooftop Garden" "${COMMENT}" "${PORTNAME}" \ "${PORTNAME}" "Game;ArcadeGame;" false -NO_STAGE= yes -.include +OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|' \ @@ -39,19 +37,18 @@ post-patch: @${FIND} ${WRKSRC} -name "*.bak" -delete do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/ - ${MKDIR} ${DATADIR} - ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${DATADIR} + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${STAGEDIR}${DATADIR} .for d in fonts levels textures - @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR}) + @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR}) .endfor - ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${PREFIX}/share/pixmaps/ + ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Modified: head/games/nelly/pkg-descr ============================================================================== --- head/games/nelly/pkg-descr Sun Nov 24 23:40:05 2013 (r334798) +++ head/games/nelly/pkg-descr Sun Nov 24 23:58:13 2013 (r334799) @@ -2,4 +2,3 @@ A physics-based puzzle game written in P Features over 15 levels, a free-play mode and an integrated level editor. WWW: http://www.partiallydisassembled.net/nelly/ -WWW: http://pyweek.org/e/rushed/ From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 23:59:54 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 ESMTPS id 68576954; Sun, 24 Nov 2013 23:59:54 +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 562352D5D; Sun, 24 Nov 2013 23:59:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAONxsoX074187; Sun, 24 Nov 2013 23:59:54 GMT (envelope-from daichi@svn.freebsd.org) Received: (from daichi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAONxsLV074186; Sun, 24 Nov 2013 23:59:54 GMT (envelope-from daichi@svn.freebsd.org) Message-Id: <201311242359.rAONxsLV074186@svn.freebsd.org> From: Daichi GOTO Date: Sun, 24 Nov 2013 23:59:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334800 - head/graphics/impressive 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.16 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: Sun, 24 Nov 2013 23:59:54 -0000 Author: daichi Date: Sun Nov 24 23:59:53 2013 New Revision: 334800 URL: http://svnweb.freebsd.org/changeset/ports/334800 Log: fixed a wrong RUN_DEPENDS PR: ports/183944 Submitted by: Koichiro IWAO Modified: head/graphics/impressive/Makefile Modified: head/graphics/impressive/Makefile ============================================================================== --- head/graphics/impressive/Makefile Sun Nov 24 23:58:13 2013 (r334799) +++ head/graphics/impressive/Makefile Sun Nov 24 23:59:53 2013 (r334800) @@ -3,7 +3,7 @@ PORTNAME= impressive PORTVERSION= 0.10.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/Impressive/${PORTVERSION}/ DISTNAME= Impressive-${PORTVERSION} @@ -18,8 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}open xpdf:${PORTSDIR}/graphics/xpdf \ pdftk:${PORTSDIR}/print/pdftk \ xdg-open:${PORTSDIR}/devel/xdg-utils \ - mplayer:${PORTSDIR}/multimedia/mplayer -RUN_DEPENDS= ${PYGAME} + mplayer:${PORTSDIR}/multimedia/mplayer \ + ${PYGAME} USE_PYTHON= yes USE_GHOSTSCRIPT_RUN= yes From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 00:03:41 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 ESMTPS id ADE55ACD; Mon, 25 Nov 2013 00:03:41 +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 8DAEC2DAC; Mon, 25 Nov 2013 00:03:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP03fIB077917; Mon, 25 Nov 2013 00:03:41 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP03dKs077892; Mon, 25 Nov 2013 00:03:39 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201311250003.rAP03dKs077892@svn.freebsd.org> From: Mark Linimon Date: Mon, 25 Nov 2013 00:03:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334801 - in head: audio/csound devel/clanlib devel/clanlib1 devel/clanlib22 games/doom games/super_methane_brothers games/viruskiller net/liveMedia www/analog www/tikiwiki 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.16 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: Mon, 25 Nov 2013 00:03:41 -0000 Author: linimon Date: Mon Nov 25 00:03:38 2013 New Revision: 334801 URL: http://svnweb.freebsd.org/changeset/ports/334801 Log: Reset maintainer at his request. PR: ports/184260 Modified: head/audio/csound/Makefile head/devel/clanlib/Makefile head/devel/clanlib1/Makefile head/devel/clanlib22/Makefile head/games/doom/Makefile head/games/super_methane_brothers/Makefile head/games/viruskiller/Makefile head/net/liveMedia/Makefile head/www/analog/Makefile head/www/tikiwiki/Makefile Modified: head/audio/csound/Makefile ============================================================================== --- head/audio/csound/Makefile Sun Nov 24 23:59:53 2013 (r334800) +++ head/audio/csound/Makefile Mon Nov 25 00:03:38 2013 (r334801) @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME:S/c/C/}${PORTVERSIO DISTFILES= ${DISTNAME}${EXTRACT_SUFX} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Sound synthesizer LICENSE= LGPL21 Modified: head/devel/clanlib/Makefile ============================================================================== --- head/devel/clanlib/Makefile Sun Nov 24 23:59:53 2013 (r334800) +++ head/devel/clanlib/Makefile Mon Nov 25 00:03:38 2013 (r334801) @@ -10,7 +10,7 @@ MASTER_SITES= http://www.clanlib.org/dow DISTNAME= ClanLib-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform game SDK LICENSE= ZLIB Modified: head/devel/clanlib1/Makefile ============================================================================== --- head/devel/clanlib1/Makefile Sun Nov 24 23:59:53 2013 (r334800) +++ head/devel/clanlib1/Makefile Mon Nov 25 00:03:38 2013 (r334801) @@ -9,7 +9,7 @@ DISTNAME= ClanLib-${PORTVERSION} PKGNAMESUFFIX= 1 EXTRACT_SUFX= .tgz -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform game SDK LICENSE= ZLIB Modified: head/devel/clanlib22/Makefile ============================================================================== --- head/devel/clanlib22/Makefile Sun Nov 24 23:59:53 2013 (r334800) +++ head/devel/clanlib22/Makefile Mon Nov 25 00:03:38 2013 (r334801) @@ -10,7 +10,7 @@ DISTNAME= ClanLib-${PORTVERSION} PKGNAMESUFFIX= 22 EXTRACT_SUFX= .tgz -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform game SDK LICENSE= ZLIB Modified: head/games/doom/Makefile ============================================================================== --- head/games/doom/Makefile Sun Nov 24 23:59:53 2013 (r334800) +++ head/games/doom/Makefile Mon Nov 25 00:03:38 2013 (r334801) @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= ${MASTER_SITE_IDSOFTWARE:S|$|source/|} DISTNAME= doomsrc -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= DOOM: the game and the sound server LICENSE= GPLv1 Modified: head/games/super_methane_brothers/Makefile ============================================================================== --- head/games/super_methane_brothers/Makefile Sun Nov 24 23:59:53 2013 (r334800) +++ head/games/super_methane_brothers/Makefile Mon Nov 25 00:03:38 2013 (r334801) @@ -9,7 +9,7 @@ MASTER_SITES= SF/methane/Methane%20Stabl DISTNAME= methane-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Port of the Amiga platform game of the same name LICENSE= GPLv2 Modified: head/games/viruskiller/Makefile ============================================================================== --- head/games/viruskiller/Makefile Sun Nov 24 23:59:53 2013 (r334800) +++ head/games/viruskiller/Makefile Mon Nov 25 00:03:38 2013 (r334801) @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= FRUGALWARE/games-extra/${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION}-1 -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Arcade game that relies on quick reflexes LICENSE= GPLv2 Modified: head/net/liveMedia/Makefile ============================================================================== --- head/net/liveMedia/Makefile Sun Nov 24 23:59:53 2013 (r334800) +++ head/net/liveMedia/Makefile Mon Nov 25 00:03:38 2013 (r334801) @@ -9,7 +9,7 @@ MASTER_SITES= SF/fbsdports/distfiles/ \ http://www.live555.com/liveMedia/public/ DISTNAME= live.${PORTVERSION} -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= LIVE.COM Streaming Media LICENSE= LGPL21 Modified: head/www/analog/Makefile ============================================================================== --- head/www/analog/Makefile Sun Nov 24 23:59:53 2013 (r334800) +++ head/www/analog/Makefile Mon Nov 25 00:03:38 2013 (r334801) @@ -12,7 +12,7 @@ MASTER_SITES= http://www.analog.cx/ \ ftp://ftp.polytechnic.edu.na/pub/analog/ \ http://analog.tzone.it/ -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Extremely fast program for analysing WWW logfiles LICENSE= GPLv2 Modified: head/www/tikiwiki/Makefile ============================================================================== --- head/www/tikiwiki/Makefile Sun Nov 24 23:59:53 2013 (r334800) +++ head/www/tikiwiki/Makefile Mon Nov 25 00:03:38 2013 (r334801) @@ -7,7 +7,7 @@ CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/Tiki_11.x_Vega/${PORTVERSION}/ DISTNAME= tiki-${PORTVERSION} -MAINTAINER= c.petrik.sosa@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Powerful PHP based Wiki/CMS/Groupware LICENSE= LGPL20 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 00:14:01 2013 Return-Path: Delivered-To: svn-ports-head@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 DD17ADB9; Mon, 25 Nov 2013 00:14:00 +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 CC0DB2E22; Mon, 25 Nov 2013 00:14:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP0E0N6081846; Mon, 25 Nov 2013 00:14:00 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP0DxeL081828; Mon, 25 Nov 2013 00:13:59 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311250013.rAP0DxeL081828@svn.freebsd.org> From: Rusmir Dusko Date: Mon, 25 Nov 2013 00:13:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334803 - in head/games/rockdodger: . 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.16 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: Mon, 25 Nov 2013 00:14:01 -0000 Author: nemysis Date: Mon Nov 25 00:13:59 2013 New Revision: 334803 URL: http://svnweb.freebsd.org/changeset/ports/334803 Log: - Update to 0.9.0 - Change master sites, add icon - Pass maintainership to submitter - Add license (GPLv2) - Add Desktop entry file - Simplify Makefile - Remove obsolete patch, add patch-Makefile Approved by: pawel / wg (mentors, implicit) Added: head/games/rockdodger/files/patch-Makefile (contents, props changed) Deleted: head/games/rockdodger/files/patch-main.c Modified: head/games/rockdodger/Makefile (contents, props changed) head/games/rockdodger/distinfo (contents, props changed) head/games/rockdodger/pkg-descr (contents, props changed) head/games/rockdodger/pkg-plist (contents, props changed) Modified: head/games/rockdodger/Makefile ============================================================================== --- head/games/rockdodger/Makefile Mon Nov 25 00:13:54 2013 (r334802) +++ head/games/rockdodger/Makefile Mon Nov 25 00:13:59 2013 (r334803) @@ -2,34 +2,27 @@ # $FreeBSD$ PORTNAME= rockdodger -PORTVERSION= 0.6.0a -PORTREVISION= 6 +PORTVERSION= 0.9.0 CATEGORIES= games -MASTER_SITES= SF/spacerocks/spacerocks/${PORTVERSION} +MASTER_SITES= GOOGLE_CODE \ + SF/nemysisfreebsdp/${CATEGORIES}/:icons +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}.png:icons +EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@FreeBSD.org COMMENT= Addictive rock-dodging greeblie-killing platform game -USE_SDL= mixer image sdl -USES= gmake +LICENSE= GPLv2 -GAMESDIR?= /var/games +USES= gmake +USE_SDL= mixer image sdl -pre-patch: - @${REINPLACE_CMD} \ - -e "s%/usr/share/rockdodger/.highscore%${GAMESDIR}/rockdodger.highscore%" \ - -e "s%/usr/share/rockdodger%${PREFIX}/share/rockdodger%" \ - -e "s%/usr/games%${PREFIX}/bin%" \ - ${WRKSRC}/main.c - @${REINPLACE_CMD} \ - -e "s%/usr/share/rockdodger/.highscore%${STAGEDIR}${GAMESDIR}/rockdodger.highscore%" \ - -e "s%/usr/games%${STAGEDIR}${PREFIX}/bin%" \ - -e "s%/usr/share/rockdodger%${STAGEDIR}${PREFIX}/share/rockdodger%" \ - -e "s%data/\*.{bmp,png,wav,mod}%data/*%" \ - ${WRKSRC}/Makefile - @cd ${WRKSRC} && ${REINPLACE_CMD} -e "s%#include Modified: head/games/rockdodger/distinfo ============================================================================== --- head/games/rockdodger/distinfo Mon Nov 25 00:13:54 2013 (r334802) +++ head/games/rockdodger/distinfo Mon Nov 25 00:13:59 2013 (r334803) @@ -1,2 +1,4 @@ -SHA256 (rockdodger-0.6.0a.tar.gz) = 3b6676676d47c1a4d6074c6b811f7a0449f1e4774b2200127c9096c489def17e -SIZE (rockdodger-0.6.0a.tar.gz) = 410223 +SHA256 (rockdodger-0.9.0.tar.gz) = 7adcb0a4e6e835c7efaecee8cc12546ff4d439e1bfc2ddab8bbd15d4e1cab3b4 +SIZE (rockdodger-0.9.0.tar.gz) = 937247 +SHA256 (rockdodger.png) = 3ed4cdd14a583e0b2ec99693459808b241a70b4c5901bfe67e76855d4f7de8a9 +SIZE (rockdodger.png) = 2192 Added: head/games/rockdodger/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/rockdodger/files/patch-Makefile Mon Nov 25 00:13:59 2013 (r334803) @@ -0,0 +1,41 @@ +--- ./Makefile.orig 2013-05-19 00:02:10.000000000 +0200 ++++ ./Makefile 2013-11-25 00:26:42.000000000 +0100 +@@ -34,9 +34,9 @@ + datadir = $(datarootdir) + bindir = $(exec_prefix)/bin + docdir = $(datarootdir)/doc/$(PACKAGENAME) +-mandir = $(datarootdir)/man +-localstatedir = $(prefix)/var +-gamesdir = $(localstatedir)/games ++#mandir = $(datarootdir)/man ++#localstatedir = $(prefix)/var ++gamesdir = $(prefix)/share/$(PACKAGENAME) + + NEWD=$(PACKAGENAME)-$(VERSION) + COMPILEDATE=$(shell date '+%Y-%m-%d') +@@ -53,7 +53,7 @@ + blubats.o greeblies.o powerup.o rocks.o spacedots.o ship.o engine_exhaust.o laser.o \ + mood_item.o sparkles.o \ + rockdodger_globals.o intro.o main.o +-MANPAGE=rockdodger.6 ++#MANPAGE=rockdodger.6 + + ifeq ($(profile),1) + OPTIONS+=-pg +@@ -102,11 +102,11 @@ + -chgrp games $(bindir)/$(EXENAME) + chmod g+s $(bindir)/$(EXENAME) + $(MAKE) -C data install +- touch $(gamesdir)/rockdodger.scores +- -chgrp games $(gamesdir)/rockdodger.scores +- chmod g+rw $(gamesdir)/rockdodger.scores +- mkdir -p $(mandir)/man6 +- gzip < $(MANPAGE) > $(mandir)/man6/$(MANPAGE).gz ++# touch $(gamesdir)/rockdodger.scores ++# -chgrp games $(gamesdir)/rockdodger.scores ++# chmod g+rw $(gamesdir)/rockdodger.scores ++# mkdir -p $(mandir)/man6 ++# gzip < $(MANPAGE) > $(mandir)/man6/$(MANPAGE).gz + + uninstall: + rm -f $(gamesdir)/rockdodger.scores Modified: head/games/rockdodger/pkg-descr ============================================================================== --- head/games/rockdodger/pkg-descr Mon Nov 25 00:13:54 2013 (r334802) +++ head/games/rockdodger/pkg-descr Mon Nov 25 00:13:59 2013 (r334803) @@ -1,6 +1,6 @@ Addictive rock-dodging greeblie-killing platform game. -Dodge the rocks for as long as possible until you die. Kill greeblies to +Dodge the rocks for as long as possible until you die. Kill greeblies to make the universe safe for non-greeblie life once again. -WWW: http://spacerocks.sourceforge.net/ +WWW: https://code.google.com/p/rockdodger/ Modified: head/games/rockdodger/pkg-plist ============================================================================== --- head/games/rockdodger/pkg-plist Mon Nov 25 00:13:54 2013 (r334802) +++ head/games/rockdodger/pkg-plist Mon Nov 25 00:13:59 2013 (r334803) @@ -1,51 +1,137 @@ -@group games -@mode 2755 bin/rockdodger -@mode -@group -@exec touch /var/games/rockdodger.highscore ; chmod 664 /var/games/rockdodger.highscore -@unexec if [ -f /var/games/rockdodger.highscore ] ; then rm /var/games/rockdodger.highscore; fi -%%DATADIR%%/data/20P_Betadance.png -%%DATADIR%%/data/4est_fulla3s.mod -%%DATADIR%%/data/boom.wav -%%DATADIR%%/data/booom.wav -%%DATADIR%%/data/bzboom.wav -%%DATADIR%%/data/cboom.wav -%%DATADIR%%/data/deadrock0.bmp -%%DATADIR%%/data/deadrock1.bmp -%%DATADIR%%/data/deadrock2.bmp -%%DATADIR%%/data/deadrock3.bmp -%%DATADIR%%/data/deadrock4.bmp -%%DATADIR%%/data/deadrock5.bmp -%%DATADIR%%/data/dodgers.png -%%DATADIR%%/data/game.png -%%DATADIR%%/data/gameover.png -%%DATADIR%%/data/gameover2.png -%%DATADIR%%/data/gauge.png -%%DATADIR%%/data/getzznew.mod -%%DATADIR%%/data/greeblie0.bmp -%%DATADIR%%/data/laser.png -%%DATADIR%%/data/laser0.png -%%DATADIR%%/data/laser1.png -%%DATADIR%%/data/laserpowerup.png -%%DATADIR%%/data/magic.mod -%%DATADIR%%/data/over.png -%%DATADIR%%/data/paused.png -%%DATADIR%%/data/rock.png -%%DATADIR%%/data/rock0.bmp -%%DATADIR%%/data/rock1.bmp -%%DATADIR%%/data/rock2.bmp -%%DATADIR%%/data/rock3.bmp -%%DATADIR%%/data/rock4.bmp -%%DATADIR%%/data/rock5.bmp -%%DATADIR%%/data/shield.png -%%DATADIR%%/data/shield0.png -%%DATADIR%%/data/shield1.png -%%DATADIR%%/data/shieldpowerup.png -%%DATADIR%%/data/ship.bmp -%%DATADIR%%/data/ship2.bmp -%%DATADIR%%/data/ship_small.bmp -%%DATADIR%%/data/speedup.wav -%%DATADIR%%/data/url.png -@dirrm %%DATADIR%%/data +share/pixmaps/rockdodger.png +%%DATADIR%%/20P_Betadance.png +%%DATADIR%%/24P_Arial_NeonYellow.png +%%DATADIR%%/4est_fulla3s.mod +%%DATADIR%%/SmallNeon.png +%%DATADIR%%/boom.wav +%%DATADIR%%/booom.wav +%%DATADIR%%/bzboom.wav +%%DATADIR%%/cboom.wav +%%DATADIR%%/drip.wav +%%DATADIR%%/fart.1.aiff +%%DATADIR%%/fart.2.aiff +%%DATADIR%%/fart.3.aiff +%%DATADIR%%/fart.4.aiff +%%DATADIR%%/front_1.mod +%%DATADIR%%/getzznew.mod +%%DATADIR%%/images/bb-dropping.00.xpm +%%DATADIR%%/images/bb-dropping.01.xpm +%%DATADIR%%/images/bb-dropping.02.xpm +%%DATADIR%%/images/bb-dropping.03.xpm +%%DATADIR%%/images/bb-dropping.04.xpm +%%DATADIR%%/images/bb-dropping.05.xpm +%%DATADIR%%/images/blubat.00.xpm +%%DATADIR%%/images/blubat.01.xpm +%%DATADIR%%/images/blubat.02.xpm +%%DATADIR%%/images/blubat.03.xpm +%%DATADIR%%/images/blubat.04.xpm +%%DATADIR%%/images/deadicerock.00.png +%%DATADIR%%/images/deadicerock.01.png +%%DATADIR%%/images/deadicerock.02.png +%%DATADIR%%/images/deadicerock.03.png +%%DATADIR%%/images/deadlithiumrock.00.ilbm +%%DATADIR%%/images/deadlithiumrock.01.ilbm +%%DATADIR%%/images/deadrock0.bmp +%%DATADIR%%/images/deadrock1.bmp +%%DATADIR%%/images/deadrock2.bmp +%%DATADIR%%/images/deadrock3.bmp +%%DATADIR%%/images/deadrock4.bmp +%%DATADIR%%/images/deadrock5.bmp +%%DATADIR%%/images/deadrock6.bmp +%%DATADIR%%/images/deadrock7.bmp +%%DATADIR%%/images/dodgers.png +%%DATADIR%%/images/exploding_rock.png +%%DATADIR%%/images/game.png +%%DATADIR%%/images/greeblie0.bmp +%%DATADIR%%/images/greeblie1.bmp +%%DATADIR%%/images/greeblie2.bmp +%%DATADIR%%/images/greeblie3.bmp +%%DATADIR%%/images/greeblie4.bmp +%%DATADIR%%/images/greeblie5.bmp +%%DATADIR%%/images/icerock.00.png +%%DATADIR%%/images/icerock.01.png +%%DATADIR%%/images/icerock.02.png +%%DATADIR%%/images/icerock.03.png +%%DATADIR%%/images/laserpowerup.00.png +%%DATADIR%%/images/laserpowerup.01.png +%%DATADIR%%/images/laserpowerup.02.png +%%DATADIR%%/images/laserpowerup.03.png +%%DATADIR%%/images/laserpowerup.04.png +%%DATADIR%%/images/laserpowerup.05.png +%%DATADIR%%/images/laserpowerup.06.png +%%DATADIR%%/images/laserpowerup.07.png +%%DATADIR%%/images/laserpowerup.08.png +%%DATADIR%%/images/laserpowerup.09.png +%%DATADIR%%/images/laserpowerup.0A.png +%%DATADIR%%/images/laserpowerup.0B.png +%%DATADIR%%/images/laserpowerup.0C.png +%%DATADIR%%/images/laserpowerup.0D.png +%%DATADIR%%/images/laserpowerup.0E.png +%%DATADIR%%/images/laserpowerup.0F.png +%%DATADIR%%/images/laserpowerup.10.png +%%DATADIR%%/images/laserpowerup.11.png +%%DATADIR%%/images/laserpowerup.12.png +%%DATADIR%%/images/laserpowerup.13.png +%%DATADIR%%/images/laserpowerup.14.png +%%DATADIR%%/images/laserpowerup.15.png +%%DATADIR%%/images/laserpowerup.16.png +%%DATADIR%%/images/laserpowerup.17.png +%%DATADIR%%/images/laserpowerup.18.png +%%DATADIR%%/images/laserpowerup.19.png +%%DATADIR%%/images/laserpowerup.1A.png +%%DATADIR%%/images/laserpowerup.1B.png +%%DATADIR%%/images/laserpowerup.1C.png +%%DATADIR%%/images/laserpowerup.1D.png +%%DATADIR%%/images/laserpowerup.1E.png +%%DATADIR%%/images/laserpowerup.1F.png +%%DATADIR%%/images/laserpowerup.png +%%DATADIR%%/images/lithiumrock.00.ilbm +%%DATADIR%%/images/lithiumrock.01.ilbm +%%DATADIR%%/images/mood_item.00.png +%%DATADIR%%/images/mood_item.01.png +%%DATADIR%%/images/mood_item.02.png +%%DATADIR%%/images/mood_item.03.png +%%DATADIR%%/images/mood_item.04.png +%%DATADIR%%/images/over.png +%%DATADIR%%/images/rock.png +%%DATADIR%%/images/rock0.bmp +%%DATADIR%%/images/rock1.bmp +%%DATADIR%%/images/rock2.bmp +%%DATADIR%%/images/rock3.bmp +%%DATADIR%%/images/rock4.bmp +%%DATADIR%%/images/rock5.bmp +%%DATADIR%%/images/rock6.bmp +%%DATADIR%%/images/rock7.bmp +%%DATADIR%%/images/shieldpowerup.00.png +%%DATADIR%%/images/shieldpowerup.01.png +%%DATADIR%%/images/shieldpowerup.02.png +%%DATADIR%%/images/shieldpowerup.03.png +%%DATADIR%%/images/shieldpowerup.04.png +%%DATADIR%%/images/shieldpowerup.05.png +%%DATADIR%%/images/shieldpowerup.06.png +%%DATADIR%%/images/shieldpowerup.07.png +%%DATADIR%%/images/shieldpowerup.png +%%DATADIR%%/images/ship.00.png +%%DATADIR%%/images/ship.01.png +%%DATADIR%%/images/ship.02.png +%%DATADIR%%/images/ship.03.png +%%DATADIR%%/images/ship.04.png +%%DATADIR%%/images/ship.05.png +%%DATADIR%%/images/ship.06.png +%%DATADIR%%/images/ship.07.png +%%DATADIR%%/images/ship.08.png +%%DATADIR%%/images/ship.09.png +%%DATADIR%%/images/ship.0a.png +%%DATADIR%%/images/ship.0b.png +%%DATADIR%%/images/ship_small.png +%%DATADIR%%/laser0.png +%%DATADIR%%/laser1.png +%%DATADIR%%/magic.mod +%%DATADIR%%/paused.png +%%DATADIR%%/ramcharg.mod +%%DATADIR%%/shield0.png +%%DATADIR%%/shield1.png +%%DATADIR%%/speedup.wav +@dirrm %%DATADIR%%/images @dirrm %%DATADIR%% From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 00:13:54 2013 Return-Path: Delivered-To: svn-ports-head@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 BDE2ECF9; Mon, 25 Nov 2013 00:13:54 +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 AE3642E1D; Mon, 25 Nov 2013 00:13:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP0Ds70081706; Mon, 25 Nov 2013 00:13:54 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP0Dsvk081705; Mon, 25 Nov 2013 00:13:54 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311250013.rAP0Dsvk081705@svn.freebsd.org> From: Gerald Pfeifer Date: Mon, 25 Nov 2013 00:13:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334802 - head/lang/gcc44 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.16 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: Mon, 25 Nov 2013 00:13:54 -0000 Author: gerald Date: Mon Nov 25 00:13:54 2013 New Revision: 334802 URL: http://svnweb.freebsd.org/changeset/ports/334802 Log: Fix PORTNAME from gcc47 to gcc44. Modified: head/lang/gcc44/Makefile Modified: head/lang/gcc44/Makefile ============================================================================== --- head/lang/gcc44/Makefile Mon Nov 25 00:03:38 2013 (r334801) +++ head/lang/gcc44/Makefile Mon Nov 25 00:13:54 2013 (r334802) @@ -1,7 +1,7 @@ # Created by: Gerald Pfeifer # $FreeBSD$ -PORTNAME= gcc47 +PORTNAME= gcc44 PORTVERSION= 4.4.7 PORTEPOCH= 1 CATEGORIES= lang From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 00:17:58 2013 Return-Path: Delivered-To: svn-ports-head@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 76E26ED5; Mon, 25 Nov 2013 00:17:58 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 54CE32E3A; Mon, 25 Nov 2013 00:17:58 +0000 (UTC) Received: from [192.168.0.132] (vie-91-186-148-049.dsl.sil.at [91.186.148.49]) by ainaz.pair.com (Postfix) with ESMTPSA id B14463F465; Sun, 24 Nov 2013 19:17:53 -0500 (EST) Date: Mon, 25 Nov 2013 01:17:52 +0100 (CET) From: Gerald Pfeifer To: Mathieu Arnold Subject: Re: svn commit: r334796 - head/lang/gcc44 In-Reply-To: <0A5CE73D095D35D1C1F04476@atuin.in.mat.cc> Message-ID: References: <201311242311.rAONBAn2059702@svn.freebsd.org> <0A5CE73D095D35D1C1F04476@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Gerald Pfeifer , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Mon, 25 Nov 2013 00:17:58 -0000 On Mon, 25 Nov 2013, Mathieu Arnold wrote: > | +PORTNAME= gcc47 > | PORTVERSION= 4.4.7 > > You meant gcc44, right ? Oops, right. All the full fledged testing unfortunately did not catch this kind of silly mistake. Thanks for raising it (and sorry for committing the fix so quickly that I failed to acknowledge that in the commit log). > BTW, why not use PKGNAMESUFFIX= 44 here (and in the other ports) so > that you don't have to add distname ? Bapt asked the same. :-) Below is what I responded. FWIW the description of UNIQUENAME does not mention PKGNAMESUFFIX either: # UNIQUENAME - A name for your port that is globally unique. By default, # this is set to ${LATEST_LINK} when LATEST_LINK is set, # and to ${PKGNAMEPREFIX}${PORTNAME} otherwise. Gerald ==== forwarded message ==== From: Gerald Pfeifer Date: Sun, 24 Nov 2013 22:21:19 +0100 (CET) Subject: Re: Package name collision : Looking at it from a distance, it felt a bit wrong to me to have PORTNAME for lang/gcc48 read gcc, not gcc48. And Mk/bsd.port.mk did not properly document that. The latter we can address, of course. Do you approve the patch below? Gerald Index: bsd.port.mk =================================================================== --- bsd.port.mk (revision 334791) +++ bsd.port.mk (working copy) @@ -68,9 +68,11 @@ # Do not define this in your Makefile. # PKGNAMEPREFIX - Prefix to specify that port is language-specific, etc. # Optional. -# PKGNAMESUFFIX - Suffix to specify compilation options. Optional. -# PKGVERSION - Always defined as -# ${PORTVERSION}. +# PKGNAMESUFFIX - Suffix to specify compilation options or a version +# designator (in case there are different versions of +# one port as is the case for Tcl). +# Optional. +# PKGVERSION - Always defined as ${PORTVERSION}. # Do not define this in your Makefile. # UNIQUENAME - A name for your port that is globally unique. By default, # this is set to ${LATEST_LINK} when LATEST_LINK is set, From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 00:36:18 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 ESMTPS id DA3A3132; Mon, 25 Nov 2013 00:36:18 +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 C93C82EED; Mon, 25 Nov 2013 00:36:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP0aInK088976; Mon, 25 Nov 2013 00:36:18 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP0aI7M088974; Mon, 25 Nov 2013 00:36:18 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311250036.rAP0aI7M088974@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Mon, 25 Nov 2013 00:36:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334804 - head/x11/yad 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.16 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: Mon, 25 Nov 2013 00:36:18 -0000 Author: danilo Date: Mon Nov 25 00:36:18 2013 New Revision: 334804 URL: http://svnweb.freebsd.org/changeset/ports/334804 Log: - Update from 0.24.0 to 0.24.1 - Convert GTK selection to options helpers Modified: head/x11/yad/Makefile head/x11/yad/distinfo Modified: head/x11/yad/Makefile ============================================================================== --- head/x11/yad/Makefile Mon Nov 25 00:13:59 2013 (r334803) +++ head/x11/yad/Makefile Mon Nov 25 00:36:18 2013 (r334804) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yad -PORTVERSION= 0.24.0 +PORTVERSION= 0.24.1 CATEGORIES= x11 gnome MASTER_SITES= GOOGLE_CODE @@ -28,17 +28,13 @@ OPTIONS_DEFAULT= GTK2 NLS_CONFIGURE_OFF= --disable-nls NLS_USES= gettext GTK2_CONFIGURE_ON= --with-gtk=gtk2 +GTK2_USE= GNOME=gtk20 GTK3_CONFIGURE_ON= --with-gtk=gtk3 +GTK3_USE= GNOME=gtk30 ICONBROWSER_CONFIGURE_ENABLE= icon-browser .include -.if ${PORT_OPTIONS:MGTK2} -USE_GNOME= gtk20 -.else -USE_GNOME= gtk30 -.endif - post-configure: .if empty(PORT_OPTIONS:MNLS) @${REINPLACE_CMD} -e '/^SUBDIRS =/ s/ po//' ${WRKSRC}/Makefile Modified: head/x11/yad/distinfo ============================================================================== --- head/x11/yad/distinfo Mon Nov 25 00:13:59 2013 (r334803) +++ head/x11/yad/distinfo Mon Nov 25 00:36:18 2013 (r334804) @@ -1,2 +1,2 @@ -SHA256 (yad-0.24.0.tar.xz) = a7e9a190fafbde41391b1fabc2718e4815bd4833b5f441ef786978ca87730e2a -SIZE (yad-0.24.0.tar.xz) = 228180 +SHA256 (yad-0.24.1.tar.xz) = ae9724d2e9c1e03e2a0de84fd6afd6c6d62d20ae7dadb4fa9b1003a60ac5fa03 +SIZE (yad-0.24.1.tar.xz) = 227968 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 00:38:49 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 ESMTPS id 26F2A3B2; Mon, 25 Nov 2013 00:38:49 +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 15F672EFF; Mon, 25 Nov 2013 00:38:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP0cm3U089286; Mon, 25 Nov 2013 00:38:48 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP0cm88089285; Mon, 25 Nov 2013 00:38:48 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311250038.rAP0cm88089285@svn.freebsd.org> From: Gerald Pfeifer Date: Mon, 25 Nov 2013 00:38:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334805 - head/science/elmer-matc 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.16 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: Mon, 25 Nov 2013 00:38:49 -0000 Author: gerald Date: Mon Nov 25 00:38:48 2013 New Revision: 334805 URL: http://svnweb.freebsd.org/changeset/ports/334805 Log: Mark deprecated with a deadline of 33 days from today since this is one of two ports that makes us keep lang/gcc34 (which does not even support FreeBSD 10 and later) and general infrastructure. Approved by: portmgr (itetcu, 2013-03-31) Modified: head/science/elmer-matc/Makefile Modified: head/science/elmer-matc/Makefile ============================================================================== --- head/science/elmer-matc/Makefile Mon Nov 25 00:36:18 2013 (r334804) +++ head/science/elmer-matc/Makefile Mon Nov 25 00:38:48 2013 (r334805) @@ -11,6 +11,9 @@ PKGNAMEPREFIX= elmer- MAINTAINER= sylvio@FreeBSD.org COMMENT= MatC language library used by ELMER FEM package +DEPRECATED= Relies on long obsolete version of GCC, does not build on FreeBSD 10 and later +EXPIRATION_DATE=2013-12-27 + CXXFLAGS+= -Wno-deprecated GNU_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 00:43:11 2013 Return-Path: Delivered-To: svn-ports-head@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 0316F4C0; Mon, 25 Nov 2013 00:43:11 +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 E615C2F42; Mon, 25 Nov 2013 00:43:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP0hAK6091906; Mon, 25 Nov 2013 00:43:10 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP0hALZ091905; Mon, 25 Nov 2013 00:43:10 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311250043.rAP0hALZ091905@svn.freebsd.org> From: Gerald Pfeifer Date: Mon, 25 Nov 2013 00:43:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334806 - head/science/elmerpost 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.16 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: Mon, 25 Nov 2013 00:43:11 -0000 Author: gerald Date: Mon Nov 25 00:43:10 2013 New Revision: 334806 URL: http://svnweb.freebsd.org/changeset/ports/334806 Log: Mark deprecated with a deadline of 33 days from today since this is one of two ports that makes us keep lang/gcc34 (which does not even support FreeBSD 10 and later) and general infrastructure and it does not even build on FreeBSD 9 nor amd64. Approved by: portmgr (itetcu, 2013-03-31) Modified: head/science/elmerpost/Makefile Modified: head/science/elmerpost/Makefile ============================================================================== --- head/science/elmerpost/Makefile Mon Nov 25 00:38:48 2013 (r334805) +++ head/science/elmerpost/Makefile Mon Nov 25 00:43:10 2013 (r334806) @@ -14,6 +14,9 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libmatc. wish8.4:${PORTSDIR}/x11-toolkits/tk84 RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 +DEPRECATED= Relies on long obsolete version of GCC, does not build on FreeBSD 9 and later nor amd64 +EXPIRATION_DATE=2013-12-27 + # Elmer avoids the new C++ headers because they cause problems # on older systems (Irix) CXXFLAGS+= -Wno-deprecated From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 01:11:19 2013 Return-Path: Delivered-To: svn-ports-head@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 F40EE6C3; Mon, 25 Nov 2013 01:11:18 +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 E345D207B; Mon, 25 Nov 2013 01:11:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP1BILk002106; Mon, 25 Nov 2013 01:11:18 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP1BIh0002105; Mon, 25 Nov 2013 01:11:18 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311250111.rAP1BIh0002105@svn.freebsd.org> From: Gerald Pfeifer Date: Mon, 25 Nov 2013 01:11:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334807 - head 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.16 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: Mon, 25 Nov 2013 01:11:19 -0000 Author: gerald Date: Mon Nov 25 01:11:18 2013 New Revision: 334807 URL: http://svnweb.freebsd.org/changeset/ports/334807 Log: BRoken -> Broken Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Mon Nov 25 00:43:10 2013 (r334806) +++ head/MOVED Mon Nov 25 01:11:18 2013 (r334807) @@ -5206,7 +5206,7 @@ security/linux-pam-docs||2013-11-18|Has net-p2p/mooseekd||2013-11-18|Has expired: Broken for more than 6 month textproc/p5-Lucene||2013-11-18|Has expired: Broken for more than 6 month net-mgmt/zenpack-dellmonitor||2013-11-18|Has expired: Broken for more than 6 month -x11-wm/fbpager||2013-11-18|Has expired: BRoken for more than 6 month +x11-wm/fbpager||2013-11-18|Has expired: Broken for more than 6 month net/hf6to4||2013-11-18|Has expired: Broken for more than 6 month x11-themes/kde-icons-exquisite||2013-11-18|Has expired: Broken for more than 6 month x11-themes/kde-icons-marbles-translucent||2013-11-18|Has expired: Broken for more than 6 month @@ -5219,7 +5219,7 @@ databases/drizzle||2013-11-18|Has expire devel/p5-File-Lock||2013-11-18|Has expired: Broken for more than 6 month devel/valide||2013-11-18|Has expired: Broken for more than 6 month databases/gomysql||2013-11-18|Has expired: Broken for more than 6 month -databases/p5-DBZ_File||2013-11-18|Has expired: BRoken for more than 6 month +databases/p5-DBZ_File||2013-11-18|Has expired: Broken for more than 6 month devel/monodevelop-vala||2013-11-18|Has expired: Broken for more than 6 month devel/gonzui||2013-11-18|Has expired: Broken for more than 6 month devel/monodevelop-java||2013-11-18|Has expired: Broken for more than 6 month From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 02:43:37 2013 Return-Path: Delivered-To: svn-ports-head@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 517FA873; Mon, 25 Nov 2013 02:43:37 +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 2624F246A; Mon, 25 Nov 2013 02:43:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP2haes032669; Mon, 25 Nov 2013 02:43:36 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP2haCC032663; Mon, 25 Nov 2013 02:43:36 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201311250243.rAP2haCC032663@svn.freebsd.org> From: Steve Wills Date: Mon, 25 Nov 2013 02:43:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334808 - head/devel/ruby-gems 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.16 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: Mon, 25 Nov 2013 02:43:37 -0000 Author: swills Date: Mon Nov 25 02:43:36 2013 New Revision: 334808 URL: http://svnweb.freebsd.org/changeset/ports/334808 Log: - Update to 1.8.29 Modified: head/devel/ruby-gems/Makefile head/devel/ruby-gems/distinfo head/devel/ruby-gems/pkg-plist Modified: head/devel/ruby-gems/Makefile ============================================================================== --- head/devel/ruby-gems/Makefile Mon Nov 25 01:11:18 2013 (r334807) +++ head/devel/ruby-gems/Makefile Mon Nov 25 02:43:36 2013 (r334808) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gems -PORTVERSION= 1.8.28 +PORTVERSION= 1.8.29 CATEGORIES= devel ruby MASTER_SITES= ${MASTER_SITE_RUBYGEMS:S/\/gems\//\/rubygems\//} PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} Modified: head/devel/ruby-gems/distinfo ============================================================================== --- head/devel/ruby-gems/distinfo Mon Nov 25 01:11:18 2013 (r334807) +++ head/devel/ruby-gems/distinfo Mon Nov 25 02:43:36 2013 (r334808) @@ -1,2 +1,2 @@ -SHA256 (ruby/rubygems-1.8.28.tgz) = f5f1aae263cd7f44634adf47733a5521f676ce76f19006db85d78c685defed39 -SIZE (ruby/rubygems-1.8.28.tgz) = 270451 +SHA256 (ruby/rubygems-1.8.29.tgz) = a6369a13e32b550b1bc1b17126ad729e9e542326696d9f872486eae78dfd4e63 +SIZE (ruby/rubygems-1.8.29.tgz) = 271594 Modified: head/devel/ruby-gems/pkg-plist ============================================================================== --- head/devel/ruby-gems/pkg-plist Mon Nov 25 01:11:18 2013 (r334807) +++ head/devel/ruby-gems/pkg-plist Mon Nov 25 02:43:36 2013 (r334808) @@ -85,6 +85,7 @@ bin/gem%%RUBY_VER_SHORT%% %%RUBY_SITELIBDIR%%/rubygems/spec_fetcher.rb %%RUBY_SITELIBDIR%%/rubygems/specification.rb %%RUBY_SITELIBDIR%%/rubygems/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem +%%RUBY_SITELIBDIR%%/rubygems/ssl_certs/DigiCertHighAssuranceEVRootCA.pem %%RUBY_SITELIBDIR%%/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem %%RUBY_SITELIBDIR%%/rubygems/ssl_certs/GeoTrustGlobalCA.pem %%RUBY_SITELIBDIR%%/rubygems/syck_hack.rb From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 03:12:36 2013 Return-Path: Delivered-To: svn-ports-head@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 49B5AC52; Mon, 25 Nov 2013 03:12:36 +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 1DE7B25F7; Mon, 25 Nov 2013 03:12:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP3CZV6044028; Mon, 25 Nov 2013 03:12:35 GMT (envelope-from fluffy@svn.freebsd.org) Received: (from fluffy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP3CZsX044025; Mon, 25 Nov 2013 03:12:35 GMT (envelope-from fluffy@svn.freebsd.org) Message-Id: <201311250312.rAP3CZsX044025@svn.freebsd.org> From: Dima Panov Date: Mon, 25 Nov 2013 03:12:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334809 - head/devel/librcd 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.16 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: Mon, 25 Nov 2013 03:12:36 -0000 Author: fluffy Date: Mon Nov 25 03:12:35 2013 New Revision: 334809 URL: http://svnweb.freebsd.org/changeset/ports/334809 Log: - Update librcd to 0.1.14 stable release Modified: head/devel/librcd/Makefile (contents, props changed) head/devel/librcd/distinfo (contents, props changed) head/devel/librcd/pkg-plist (contents, props changed) Modified: head/devel/librcd/Makefile ============================================================================== --- head/devel/librcd/Makefile Mon Nov 25 02:43:36 2013 (r334808) +++ head/devel/librcd/Makefile Mon Nov 25 03:12:35 2013 (r334809) @@ -2,20 +2,17 @@ # $FreeBSD$ PORTNAME= librcd -PORTVERSION= 0.1.13 +PORTVERSION= 0.1.14 CATEGORIES= devel -#MASTER_SITES= SF/rusxmms/Charset%20Detection%20Library/${PORTVERSION} \ -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://ns.ael.ru/~fluffy.khv/distfiles/ \ - http://dside.dyndns.org/files/rusxmms/ -MASTER_SITE_SUBDIR= fluffy - +MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \ + LOCAL/fluffy MAINTAINER= fluffy@FreeBSD.org COMMENT= Library used by rusxmms for autodetection of Russian charset USE_BZIP2= yes GNU_CONFIGURE= yes +USES= gmake pathfix USE_LDCONFIG= yes .include Modified: head/devel/librcd/distinfo ============================================================================== --- head/devel/librcd/distinfo Mon Nov 25 02:43:36 2013 (r334808) +++ head/devel/librcd/distinfo Mon Nov 25 03:12:35 2013 (r334809) @@ -1,2 +1,2 @@ -SHA256 (librcd-0.1.13.tar.bz2) = e346ad01915eccd24c0551254b9fad2628eceefa7ad54533ea2be04bc3cf95fb -SIZE (librcd-0.1.13.tar.bz2) = 272627 +SHA256 (librcd-0.1.14.tar.bz2) = 261db28bc864fd4b2d3ba88403b2e421944281e323c1e39c0e61f5160c16b664 +SIZE (librcd-0.1.14.tar.bz2) = 308041 Modified: head/devel/librcd/pkg-plist ============================================================================== --- head/devel/librcd/pkg-plist Mon Nov 25 02:43:36 2013 (r334808) +++ head/devel/librcd/pkg-plist Mon Nov 25 03:12:35 2013 (r334809) @@ -3,3 +3,4 @@ lib/librcd.a lib/librcd.la lib/librcd.so lib/librcd.so.1 +libdata/pkgconfig/librcd.pc From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 03:13:53 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 ESMTPS id C03AFD55; Mon, 25 Nov 2013 03:13:53 +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 A09C2260D; Mon, 25 Nov 2013 03:13:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP3DrWW044471; Mon, 25 Nov 2013 03:13:53 GMT (envelope-from fluffy@svn.freebsd.org) Received: (from fluffy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP3DqlP044464; Mon, 25 Nov 2013 03:13:52 GMT (envelope-from fluffy@svn.freebsd.org) Message-Id: <201311250313.rAP3DqlP044464@svn.freebsd.org> From: Dima Panov Date: Mon, 25 Nov 2013 03:13:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334810 - in head/devel/librcc: . 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.16 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: Mon, 25 Nov 2013 03:13:53 -0000 Author: fluffy Date: Mon Nov 25 03:13:52 2013 New Revision: 334810 URL: http://svnweb.freebsd.org/changeset/ports/334810 Log: - Update librcc to 0.2.12 stable release - Add GTK3 support Modified: head/devel/librcc/Makefile head/devel/librcc/distinfo (contents, props changed) head/devel/librcc/files/extrapatch-rcc-config (contents, props changed) head/devel/librcc/pkg-plist (contents, props changed) Modified: head/devel/librcc/Makefile ============================================================================== --- head/devel/librcc/Makefile Mon Nov 25 03:12:35 2013 (r334809) +++ head/devel/librcc/Makefile Mon Nov 25 03:13:52 2013 (r334810) @@ -2,21 +2,17 @@ # $FreeBSD$ PORTNAME= librcc -PORTVERSION= 0.2.9 -PORTREVISION= 6 +PORTVERSION= 0.2.12 CATEGORIES= devel -#MASTER_SITES= SF/rusxmms/Charset%20Conversion%20Library/${PORTVERSION} \ -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://ns.ael.ru/~fluffy.khv/distfiles/ \ - http://dside.dyndns.org/files/rusxmms/ -MASTER_SITE_SUBDIR= fluffy +MASTER_SITES= http://dside.dyndns.org/files/rusxmms/ \ + LOCAL/fluffy MAINTAINER= fluffy@FreeBSD.org COMMENT= Library used by rusxmms for language autodetection -LIB_DEPENDS= rcd.1:${PORTSDIR}/devel/librcd \ - enca.5:${PORTSDIR}/converters/enca \ - aspell.16:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= librcd.so:${PORTSDIR}/devel/librcd \ + libenca.so:${PORTSDIR}/converters/enca \ + libaspell.so:${PORTSDIR}/textproc/aspell USE_BZIP2= yes GNU_CONFIGURE= yes @@ -30,14 +26,14 @@ LIBS= -L${LOCALBASE}/lib CONFIGURE_ENV= LIBS="${LIBS}" -OPTIONS_DEFINE= BDB TRANSLATE TOOLS GTK1 GTK2 +OPTIONS_DEFINE= BDB TRANSLATE TOOLS GTK1 GTK2 GTK3 BDB_DESC= Translation database support TRANSLATE_DESC= Online translation support TOOLS_DESC= Recode configuration utility -OPTIONS_DEFAULT= TOOLS GTK1 GTK2 +OPTIONS_DEFAULT= TOOLS GTK2 -NO_STAGE= yes +#NO_STAGE= yes .include .if ${PORT_OPTIONS:MBDB} @@ -68,10 +64,26 @@ PLIST_SUB+= WITH_GTK1="@comment " USE_GNOME+= gtk20 PLIST_SUB+= WITH_GTK2="" .else -CONFIGURE_ARGS+=--disable-glib2 --disable-gtk2 +CONFIGURE_ARGS+=--disable-gtk2 PLIST_SUB+= WITH_GTK2="@comment " .endif +.if ${PORT_OPTIONS:MGTK3} +USE_GNOME+= gtk30 +PLIST_SUB+= WITH_GTK3="" +.else +CONFIGURE_ARGS+=--disable-gtk3 +PLIST_SUB+= WITH_GTK3="@comment " +.endif + +.if ${PORT_OPTIONS:MGTK2} || ${PORT_OPTIONS:MGTK3} +CONFIGURE_ARGS+=--enable-glib2 +PLIST_SUB+= WITH_GLIB2="" +.else +CONFIGURE_ARGS+=--disable-glib2 +PLIST_SUB+= WITH_GLIB2="@comment " +.endif + .if ${PORT_OPTIONS:MTOOLS} EXTRA_PATCHES+= ${FILESDIR}/extrapatch-rcc-config PLIST_SUB+= TOOLS="" Modified: head/devel/librcc/distinfo ============================================================================== --- head/devel/librcc/distinfo Mon Nov 25 03:12:35 2013 (r334809) +++ head/devel/librcc/distinfo Mon Nov 25 03:13:52 2013 (r334810) @@ -1,2 +1,2 @@ -SHA256 (librcc-0.2.9.tar.bz2) = 8d3bd4083edfd54dcd866d5b9f3f3f2a4f63013c895eeabb00e3be79e44e3a43 -SIZE (librcc-0.2.9.tar.bz2) = 411294 +SHA256 (librcc-0.2.12.tar.bz2) = 207973fbb73e1e376dad7542af17fe428efece91ea7f92a4efbcee676d2cb74b +SIZE (librcc-0.2.12.tar.bz2) = 466527 Modified: head/devel/librcc/files/extrapatch-rcc-config ============================================================================== --- head/devel/librcc/files/extrapatch-rcc-config Mon Nov 25 03:12:35 2013 (r334809) +++ head/devel/librcc/files/extrapatch-rcc-config Mon Nov 25 03:13:52 2013 (r334810) @@ -1,23 +1,11 @@ ---- Makefile.in.orig 2009-10-11 10:58:12.000000000 +1100 -+++ Makefile.in 2010-01-13 00:18:18.951041257 +1000 -@@ -223,7 +223,7 @@ +--- Makefile.in.orig 2013-11-25 13:56:47.000000000 +1100 ++++ Makefile.in 2013-11-25 13:57:14.868607062 +1100 +@@ -251,7 +251,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ target_alias = @target_alias@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ -SUBDIRS = src engines external ui +SUBDIRS = src engines external ui examples - EXTRA_DIST = librcd.spec - ACLOCAL_AMFLAGS = -I m4 - all: config.h ---- examples/Makefile.in.orig 2009-10-11 10:58:12.000000000 +1100 -+++ examples/Makefile.in 2010-01-13 00:16:51.098228400 +1000 -@@ -31,8 +31,7 @@ - POST_UNINSTALL = : - build_triplet = @build@ - host_triplet = @host@ --bin_PROGRAMS = example1$(EXEEXT) example2$(EXEEXT) $(am__EXEEXT_1) \ -- $(am__EXEEXT_2) -+bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) - @HAVE_GTK_TRUE@am__append_1 = rcc-gtk-config - @HAVE_GTK2_TRUE@am__append_2 = rcc-gtk2-config - subdir = examples + DIST_SUBDIRS = ${SUBDIRS} examples + EXTRA_DIST = librcc.spec + pkgconfigdir = $(prefix)/libdata/pkgconfig Modified: head/devel/librcc/pkg-plist ============================================================================== --- head/devel/librcc/pkg-plist Mon Nov 25 03:12:35 2013 (r334809) +++ head/devel/librcc/pkg-plist Mon Nov 25 03:13:52 2013 (r334810) @@ -1,5 +1,6 @@ %%TOOLS%%%%WITH_GTK1%%bin/rcc-gtk-config %%TOOLS%%%%WITH_GTK2%%bin/rcc-gtk2-config +%%TOOLS%%%%WITH_GTK3%%bin/rcc-gtk3-config include/librcc.h include/librccui.h lib/librcc.a @@ -14,6 +15,10 @@ lib/librcc.so.2 %%WITH_GTK2%%lib/librccgtk2.la %%WITH_GTK2%%lib/librccgtk2.so %%WITH_GTK2%%lib/librccgtk2.so.2 +%%WITH_GTK3%%lib/librccgtk3.a +%%WITH_GTK3%%lib/librccgtk3.la +%%WITH_GTK3%%lib/librccgtk3.so +%%WITH_GTK3%%lib/librccgtk3.so.2 lib/librccui.a lib/librccui.la lib/librccui.so @@ -24,6 +29,7 @@ lib/rcc/engines/librcd_engine.so lib/rcc/engines/western_engine.a lib/rcc/engines/western_engine.la lib/rcc/engines/western_engine.so -%%WITH_GTK2%%lib/rcc/rccexternal +%%WITH_GLIB2%%lib/rcc/rccexternal +libdata/pkgconfig/librcc.pc @dirrm lib/rcc/engines @dirrm lib/rcc From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 05:20:19 2013 Return-Path: Delivered-To: svn-ports-head@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 31DA4EC2; Mon, 25 Nov 2013 05:20:19 +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 22B9C2B09; Mon, 25 Nov 2013 05:20:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP5KIkt085517; Mon, 25 Nov 2013 05:20:18 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP5KIRL085516; Mon, 25 Nov 2013 05:20:18 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201311250520.rAP5KIRL085516@svn.freebsd.org> From: Cy Schubert Date: Mon, 25 Nov 2013 05:20:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334811 - head/deskutils/gdesklets 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.16 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: Mon, 25 Nov 2013 05:20:19 -0000 Author: cy Date: Mon Nov 25 05:20:18 2013 New Revision: 334811 URL: http://svnweb.freebsd.org/changeset/ports/334811 Log: Get rid of implicit python build dependency. Submitted by: marcus Modified: head/deskutils/gdesklets/Makefile Modified: head/deskutils/gdesklets/Makefile ============================================================================== --- head/deskutils/gdesklets/Makefile Mon Nov 25 03:13:52 2013 (r334810) +++ head/deskutils/gdesklets/Makefile Mon Nov 25 05:20:18 2013 (r334811) @@ -39,6 +39,10 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gdb RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}bsddb>0:${PORTSDIR}/databases/py-bsddb .endif +post-patch: + @${REINPLACE_CMD} -e 's|`python -c|`$$PYTHON -c|' \ + ${WRKSRC}/configure + post-install: @${MKDIR} ${DATADIR}/Displays @${TOUCH} ${DATADIR}/Displays/.keep_me From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 05:53:49 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 ESMTPS id 7B3A7329; Mon, 25 Nov 2013 05:53:49 +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 517062C62; Mon, 25 Nov 2013 05:53:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP5rnVC097302; Mon, 25 Nov 2013 05:53:49 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP5rn35097301; Mon, 25 Nov 2013 05:53:49 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311250553.rAP5rn35097301@svn.freebsd.org> From: Kubilay Kocak Date: Mon, 25 Nov 2013 05:53:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334812 - head/lang/python-doc-html 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.16 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: Mon, 25 Nov 2013 05:53:49 -0000 Author: koobs Date: Mon Nov 25 05:53:48 2013 New Revision: 334812 URL: http://svnweb.freebsd.org/changeset/ports/334812 Log: lang/python-doc-html: Update distinfo for Python 2.7.6 documentation Submitted by: Andrzej Tobola (via email) Modified: head/lang/python-doc-html/distinfo Modified: head/lang/python-doc-html/distinfo ============================================================================== --- head/lang/python-doc-html/distinfo Mon Nov 25 05:20:18 2013 (r334811) +++ head/lang/python-doc-html/distinfo Mon Nov 25 05:53:48 2013 (r334812) @@ -6,14 +6,14 @@ SHA256 (python/python-2.6.8-docs-pdf-let SIZE (python/python-2.6.8-docs-pdf-letter.tar.bz2) = 9153933 SHA256 (python/python-2.6.8-docs-text.tar.bz2) = 0ca9c15942a2377fb388dd3784719dd4cdd2b53bd82530d5a36c3e1a0d6c9a17 SIZE (python/python-2.6.8-docs-text.tar.bz2) = 1400092 -SHA256 (python/python-2.7.5-docs-html.tar.bz2) = bb1b8ada858bae3b9e94a7fefe77536f68ce924f2c19b57e5f47c111c29415a3 -SIZE (python/python-2.7.5-docs-html.tar.bz2) = 4467730 -SHA256 (python/python-2.7.5-docs-pdf-a4.tar.bz2) = cd0eafb8dfff0a4d29ac0d00c173cff9e3dc54073372e375cc7557d08ee5e13d -SIZE (python/python-2.7.5-docs-pdf-a4.tar.bz2) = 10679646 -SHA256 (python/python-2.7.5-docs-pdf-letter.tar.bz2) = c29af0e12120ba9ef3e4829c0cb16f8ec66767863ea99629f9e67f6f20aa63be -SIZE (python/python-2.7.5-docs-pdf-letter.tar.bz2) = 10731307 -SHA256 (python/python-2.7.5-docs-text.tar.bz2) = f274003bf6568cc4a1536ea3390e64ee306ba5d676c3803357fc93033346e58b -SIZE (python/python-2.7.5-docs-text.tar.bz2) = 1576869 +SHA256 (python/python-2.7.6-docs-html.tar.bz2) = 73c21e3c5f3167467b40641ec9b9909ce1bba752b095899767d0332c241bb6e5 +SIZE (python/python-2.7.6-docs-html.tar.bz2) = 4490031 +SHA256 (python/python-2.7.6-docs-pdf-a4.tar.bz2) = bce93333c9cd707e014e6de61d596981fbc60bc00583bc1f30997cf93f486f15 +SIZE (python/python-2.7.6-docs-pdf-a4.tar.bz2) = 10693289 +SHA256 (python/python-2.7.6-docs-pdf-letter.tar.bz2) = 39da03c537b88149625df0d76f3e8447af3d42068b45938d1eba5f4038f6a042 +SIZE (python/python-2.7.6-docs-pdf-letter.tar.bz2) = 10749080 +SHA256 (python/python-2.7.6-docs-text.tar.bz2) = 74d2ccce0d449114fb6f8222407c6d1e175e566f802adc74b5c0190594baf191 +SIZE (python/python-2.7.6-docs-text.tar.bz2) = 1579755 SHA256 (python/python-3.1.5-docs-html.tar.bz2) = ff327cfaa1219d8d82fcb4f3bae3ec4ce28567982a49784004130521d282faa0 SIZE (python/python-3.1.5-docs-html.tar.bz2) = 3798597 SHA256 (python/python-3.1.5-docs-pdf-a4.tar.bz2) = a1c3ba2c8617c19c745a34034c2f08320c56b5cab1fef9595894db37c832724d From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 06:08:40 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 ESMTPS id BA033532; Mon, 25 Nov 2013 06:08:40 +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 A9E6C2CDE; Mon, 25 Nov 2013 06:08:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP68ev4001705; Mon, 25 Nov 2013 06:08:40 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP68ek7001703; Mon, 25 Nov 2013 06:08:40 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201311250608.rAP68ek7001703@svn.freebsd.org> From: Andrej Zverev Date: Mon, 25 Nov 2013 06:08:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334813 - head/net/p5-Net-Ping-External 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.16 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: Mon, 25 Nov 2013 06:08:40 -0000 Author: az Date: Mon Nov 25 06:08:39 2013 New Revision: 334813 URL: http://svnweb.freebsd.org/changeset/ports/334813 Log: - add stage support PR: ports/184268 Submitted by: Douglas William Thrift (maintainer) Modified: head/net/p5-Net-Ping-External/Makefile head/net/p5-Net-Ping-External/pkg-plist (contents, props changed) Modified: head/net/p5-Net-Ping-External/Makefile ============================================================================== --- head/net/p5-Net-Ping-External/Makefile Mon Nov 25 05:53:48 2013 (r334812) +++ head/net/p5-Net-Ping-External/Makefile Mon Nov 25 06:08:39 2013 (r334813) @@ -17,7 +17,4 @@ USE_ZIP= yes USES= perl5 USE_PERL5= configure -MAN3= Net::Ping::External.3 - -NO_STAGE= yes .include Modified: head/net/p5-Net-Ping-External/pkg-plist ============================================================================== --- head/net/p5-Net-Ping-External/pkg-plist Mon Nov 25 05:53:48 2013 (r334812) +++ head/net/p5-Net-Ping-External/pkg-plist Mon Nov 25 06:08:39 2013 (r334813) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Net/Ping/External.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ping/External/.packlist +%%PERL5_MAN3%%/Net::Ping::External.3.gz @dirrmtry %%SITE_PERL%%/Net/Ping @dirrmtry %%SITE_PERL%%/Net @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ping/External From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 06:22:24 2013 Return-Path: Delivered-To: svn-ports-head@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 912658B2; Mon, 25 Nov 2013 06:22:24 +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 66F5C2D88; Mon, 25 Nov 2013 06:22:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP6MOGY007952; Mon, 25 Nov 2013 06:22:24 GMT (envelope-from fluffy@svn.freebsd.org) Received: (from fluffy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP6MOAa007950; Mon, 25 Nov 2013 06:22:24 GMT (envelope-from fluffy@svn.freebsd.org) Message-Id: <201311250622.rAP6MOAa007950@svn.freebsd.org> From: Dima Panov Date: Mon, 25 Nov 2013 06:22:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334814 - head/multimedia/gstreamer-qt4 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.16 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: Mon, 25 Nov 2013 06:22:24 -0000 Author: fluffy Date: Mon Nov 25 06:22:23 2013 New Revision: 334814 URL: http://svnweb.freebsd.org/changeset/ports/334814 Log: - Argh! Install pkgconfig data to right place! Modified: head/multimedia/gstreamer-qt4/Makefile head/multimedia/gstreamer-qt4/pkg-plist Modified: head/multimedia/gstreamer-qt4/Makefile ============================================================================== --- head/multimedia/gstreamer-qt4/Makefile Mon Nov 25 06:08:39 2013 (r334813) +++ head/multimedia/gstreamer-qt4/Makefile Mon Nov 25 06:22:23 2013 (r334814) @@ -3,6 +3,7 @@ PORTNAME= gstreamer PORTVERSION= 0.10.3 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://gstreamer.freedesktop.org/src/qt-${PORTNAME}/ PKGNAMESUFFIX= -qt4 @@ -32,7 +33,7 @@ CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:STRING LDFLAGS+= -L${LOCALBASE}/lib post-extract: - ${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \ - ${WRKSRC}/src/CMakeLists.txt + ${REINPLACE_CMD} -e 's|$${CMAKE_INSTALL_LIBDIR}/pkgconfig|$${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig|' \ + ${WRKSRC}/CMakeLists.txt .include Modified: head/multimedia/gstreamer-qt4/pkg-plist ============================================================================== --- head/multimedia/gstreamer-qt4/pkg-plist Mon Nov 25 06:08:39 2013 (r334813) +++ head/multimedia/gstreamer-qt4/pkg-plist Mon Nov 25 06:22:23 2013 (r334814) @@ -125,10 +125,10 @@ lib/libQtGStreamerUtils-%%GST_VERSION%%. lib/libQtGStreamerUtils-%%GST_VERSION%%.so.%%VERSION%% %%QT_LIBDIR%%/imports/QtGStreamer/libQtGStreamerQuick1.so %%QT_LIBDIR%%/imports/QtGStreamer/qmldir -lib/pkgconfig/QtGLib-2.0.pc -lib/pkgconfig/QtGStreamer-%%GST_VERSION%%.pc -lib/pkgconfig/QtGStreamerUi-%%GST_VERSION%%.pc -lib/pkgconfig/QtGStreamerUtils-%%GST_VERSION%%.pc +libdata/pkgconfig/QtGLib-2.0.pc +libdata/pkgconfig/QtGStreamer-%%GST_VERSION%%.pc +libdata/pkgconfig/QtGStreamerUi-%%GST_VERSION%%.pc +libdata/pkgconfig/QtGStreamerUtils-%%GST_VERSION%%.pc @dirrm %%QT_LIBDIR%%/imports/QtGStreamer @dirrmtry %%QT_LIBDIR%%/imports @dirrm lib/cmake/QtGStreamer From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 06:56:08 2013 Return-Path: Delivered-To: svn-ports-head@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 6824329D; Mon, 25 Nov 2013 06:56:08 +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 587862EF8; Mon, 25 Nov 2013 06:56:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP6u82O018109; Mon, 25 Nov 2013 06:56:08 GMT (envelope-from remko@svn.freebsd.org) Received: (from remko@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP6u8js018108; Mon, 25 Nov 2013 06:56:08 GMT (envelope-from remko@svn.freebsd.org) Message-Id: <201311250656.rAP6u8js018108@svn.freebsd.org> From: Remko Lodder Date: Mon, 25 Nov 2013 06:56:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334815 - head/security/vuxml/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.16 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: Mon, 25 Nov 2013 06:56:08 -0000 Author: remko (src,doc committer) Date: Mon Nov 25 06:56:07 2013 New Revision: 334815 URL: http://svnweb.freebsd.org/changeset/ports/334815 Log: Make it more clear that "SAME URL" is actually the blockquote url. hat: secteam Modified: head/security/vuxml/files/newentry.sh Modified: head/security/vuxml/files/newentry.sh ============================================================================== --- head/security/vuxml/files/newentry.sh Mon Nov 25 06:22:23 2013 (r334814) +++ head/security/vuxml/files/newentry.sh Mon Nov 25 06:56:07 2013 (r334815) @@ -39,7 +39,7 @@ cat << EOF >> "${tmp}" || exit 1 - INSERT SAME URL HERE + INSERT BLOCKQUOTE URL HERE ${discovery} From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 07:48:49 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 ESMTPS id 23E90E11; Mon, 25 Nov 2013 07:48:49 +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 13D732188; Mon, 25 Nov 2013 07:48:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP7mm3p035301; Mon, 25 Nov 2013 07:48:48 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP7mmp3035300; Mon, 25 Nov 2013 07:48:48 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201311250748.rAP7mmp3035300@svn.freebsd.org> From: Ganael LAPLANCHE Date: Mon, 25 Nov 2013 07:48:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334816 - head/sysutils/evtviewer 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.16 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: Mon, 25 Nov 2013 07:48:49 -0000 Author: martymac Date: Mon Nov 25 07:48:48 2013 New Revision: 334816 URL: http://svnweb.freebsd.org/changeset/ports/334816 Log: - Enable staging - Fix shebang using shebangfix - Use INSTALL_SCRIPT to install main script Modified: head/sysutils/evtviewer/Makefile Modified: head/sysutils/evtviewer/Makefile ============================================================================== --- head/sysutils/evtviewer/Makefile Mon Nov 25 06:56:07 2013 (r334815) +++ head/sysutils/evtviewer/Makefile Mon Nov 25 07:48:48 2013 (r334816) @@ -3,25 +3,24 @@ PORTNAME= evtViewer PORTVERSION= 0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}-${PORTVERSION} \ http://contribs.martymac.org/evtViewer/ EXTRACT_SUFX= .tgz MAINTAINER= martymac@FreeBSD.org -COMMENT= PERL-based Event viewer +COMMENT= Ms event log viewer LICENSE= GPLv2 -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= evtViewer NO_BUILD= yes PLIST_FILES= bin/evtViewer -# Just copy the script -NO_STAGE= yes do-install: - ${CP} ${WRKSRC}/evtViewer ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/evtViewer ${STAGEDIR}${PREFIX}/bin .include From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 07:51:23 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 ESMTPS id ABE53173; Mon, 25 Nov 2013 07:51: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 83A1F21D5; Mon, 25 Nov 2013 07:51:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP7pNGZ037709; Mon, 25 Nov 2013 07:51:23 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP7pNVb037708; Mon, 25 Nov 2013 07:51:23 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201311250751.rAP7pNVb037708@svn.freebsd.org> From: Ganael LAPLANCHE Date: Mon, 25 Nov 2013 07:51:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334817 - head/sysutils/pv 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.16 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: Mon, 25 Nov 2013 07:51:23 -0000 Author: martymac Date: Mon Nov 25 07:51:23 2013 New Revision: 334817 URL: http://svnweb.freebsd.org/changeset/ports/334817 Log: - Enable staging - Update USES - Use new OPTIONS framework - Use program's native install target - Strip binary Modified: head/sysutils/pv/Makefile Modified: head/sysutils/pv/Makefile ============================================================================== --- head/sysutils/pv/Makefile Mon Nov 25 07:48:48 2013 (r334816) +++ head/sysutils/pv/Makefile Mon Nov 25 07:51:23 2013 (r334817) @@ -3,6 +3,7 @@ PORTNAME= pv PORTVERSION= 1.4.6 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.ivarch.com/programs/sources/ @@ -15,43 +16,26 @@ CONFLICTS= waon-[0-9]* PROJECTHOST= pipeviewer USE_BZIP2= yes -USE_GMAKE= yes + +USES= gmake GNU_CONFIGURE= yes -MAN1= pv.1 -PLIST_FILES= bin/pv -PORTDOCS= README INSTALL NEWS PACKAGE \ - TODO VERSION release-checklist +PLIST_FILES= bin/pv man/man1/pv.1.gz + +PORTDOCS= README INSTALL NEWS PACKAGE TODO VERSION release-checklist OPTIONS_DEFINE= NLS LFS OPTIONS_DEFAULT= LFS - -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MLFS} -CONFIGURE_ARGS+= --enable-lfs -.else -CONFIGURE_ARGS+= --disable-lfs -.endif - -.if ${PORT_OPTIONS:MNLS} -CONFIGURE_ARGS+= --enable-static-nls -.else -CONFIGURE_ARGS+= --disable-nls -.endif +NLS_CONFIGURE_ON= --enable-static-nls +NLS_CONFIGURE_OFF= --disable-nls +LFS_CONFIGURE_ENABLE= lfs post-patch: @${CP} ${WRKSRC}/README ${WRKSRC}/doc -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pv ${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/doc/quickref.1 ${MAN1PREFIX}/man/man1/pv.1 -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} -.for doc in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${DOCSDIR} -.endfor -.endif +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pv + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} -.include +.include From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 07:56:15 2013 Return-Path: Delivered-To: svn-ports-head@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 E3A904BD; Mon, 25 Nov 2013 07:56:15 +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 B973E2225; Mon, 25 Nov 2013 07:56:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP7uFsP038426; Mon, 25 Nov 2013 07:56:15 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP7uFee038423; Mon, 25 Nov 2013 07:56:15 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201311250756.rAP7uFee038423@svn.freebsd.org> From: Matthias Andree Date: Mon, 25 Nov 2013 07:56:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334818 - in head/mail/mailman: . 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.16 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: Mon, 25 Nov 2013 07:56:16 -0000 Author: mandree Date: Mon Nov 25 07:56:14 2013 New Revision: 334818 URL: http://svnweb.freebsd.org/changeset/ports/334818 Log: - Update to new upstream release 2.1.17, resetting PORTREVISION. - Remove patch-Makefile.in, which has been integrated by upstream. - Announcement: - Poudriere 3.0.13 ticket filed about misreported orphans in testport: Deleted: head/mail/mailman/files/patch-Makefile.in Modified: head/mail/mailman/Makefile head/mail/mailman/distinfo head/mail/mailman/pkg-plist Modified: head/mail/mailman/Makefile ============================================================================== --- head/mail/mailman/Makefile Mon Nov 25 07:51:23 2013 (r334817) +++ head/mail/mailman/Makefile Mon Nov 25 07:56:14 2013 (r334818) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mailman -DISTVERSION= 2.1.16 -PORTREVISION= 1 +DISTVERSION= 2.1.17 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GNU} \ SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION} \ Modified: head/mail/mailman/distinfo ============================================================================== --- head/mail/mailman/distinfo Mon Nov 25 07:51:23 2013 (r334817) +++ head/mail/mailman/distinfo Mon Nov 25 07:56:14 2013 (r334818) @@ -1,6 +1,2 @@ -SHA256 (mailman/mailman-2.1.16.tgz) = 5d152b069338f5b814222f981c389b050f5c143a11ccf8796cf380e824b64f63 -SIZE (mailman/mailman-2.1.16.tgz) = 9009817 -SHA256 (mailman/indexing-2.1.12-0.1.patch.gz) = c9bb8398695d79bbaa1079063d8327f4b7208a1f3cde7766d2f39390da1d820e -SIZE (mailman/indexing-2.1.12-0.1.patch.gz) = 8178 -SHA256 (mailman/htdig-2.1.12-0.1.patch.gz) = 4675fafe1ba978ec8ebfeb9306363d3ee0468bdbb32f204267ab54e0f15057d4 -SIZE (mailman/htdig-2.1.12-0.1.patch.gz) = 61296 +SHA256 (mailman/mailman-2.1.17.tgz) = c430a8b4ee546ace88174b4213cd4394ccb063bde48fa8c36d141d7ce1239ae7 +SIZE (mailman/mailman-2.1.17.tgz) = 9011239 Modified: head/mail/mailman/pkg-plist ============================================================================== --- head/mail/mailman/pkg-plist Mon Nov 25 07:51:23 2013 (r334817) +++ head/mail/mailman/pkg-plist Mon Nov 25 07:56:14 2013 (r334818) @@ -385,6 +385,7 @@ %%MMDIR%%/cron/mailpasswds %%MMDIR%%/cron/nightly_gzip %%SUB_HTDIG%%%%MMDIR%%/cron/nightly_htdig +@unexec rm -f %%MMDIR%%/cron/paths.pyc %%MMDIR%%/cron/paths.py %%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig %%SUB_HTDIG%%%%MMDIR%%/cron/remote_nightly_htdig.pl From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 07:59:48 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 ESMTPS id 639F08FE; Mon, 25 Nov 2013 07:59:48 +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 5325B224D; Mon, 25 Nov 2013 07:59:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP7xmYk038847; Mon, 25 Nov 2013 07:59:48 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP7xlxh038845; Mon, 25 Nov 2013 07:59:47 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201311250759.rAP7xlxh038845@svn.freebsd.org> From: Frederic Culot Date: Mon, 25 Nov 2013 07:59:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334819 - head/devel/p5-Term-Menus 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.16 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: Mon, 25 Nov 2013 07:59:48 -0000 Author: culot Date: Mon Nov 25 07:59:47 2013 New Revision: 334819 URL: http://svnweb.freebsd.org/changeset/ports/334819 Log: - Update to 2.49 Changes: http://search.cpan.org/dist/Term-Menus/ChangeLog Modified: head/devel/p5-Term-Menus/Makefile head/devel/p5-Term-Menus/distinfo Modified: head/devel/p5-Term-Menus/Makefile ============================================================================== --- head/devel/p5-Term-Menus/Makefile Mon Nov 25 07:56:14 2013 (r334818) +++ head/devel/p5-Term-Menus/Makefile Mon Nov 25 07:59:47 2013 (r334819) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Term-Menus -PORTVERSION= 2.47 +PORTVERSION= 2.49 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:REEDFISH Modified: head/devel/p5-Term-Menus/distinfo ============================================================================== --- head/devel/p5-Term-Menus/distinfo Mon Nov 25 07:56:14 2013 (r334818) +++ head/devel/p5-Term-Menus/distinfo Mon Nov 25 07:59:47 2013 (r334819) @@ -1,2 +1,2 @@ -SHA256 (Term-Menus-2.47.tar.gz) = 66f87ecfe572879f433f730732a55fb3ac4e02e249bde17346617601f0046ade -SIZE (Term-Menus-2.47.tar.gz) = 105726 +SHA256 (Term-Menus-2.49.tar.gz) = 46f75af2a6656a7491a35def2e5b26229e1d24dafdeea9b558d3aefc7ed10354 +SIZE (Term-Menus-2.49.tar.gz) = 106792 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 08:13:36 2013 Return-Path: Delivered-To: svn-ports-head@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 EF49FDCA; Mon, 25 Nov 2013 08:13:36 +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 DF029237D; Mon, 25 Nov 2013 08:13:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP8Daf8045370; Mon, 25 Nov 2013 08:13:36 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP8DaeH045369; Mon, 25 Nov 2013 08:13:36 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201311250813.rAP8DaeH045369@svn.freebsd.org> From: Pietro Cerutti Date: Mon, 25 Nov 2013 08:13:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334820 - head/devel/pypersrc 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.16 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: Mon, 25 Nov 2013 08:13:37 -0000 Author: gahr Date: Mon Nov 25 08:13:36 2013 New Revision: 334820 URL: http://svnweb.freebsd.org/changeset/ports/334820 Log: - Use PYTHON_CMD instead of plain python during the build process Submitted by: mva (on behalf of python@) Modified: head/devel/pypersrc/Makefile Modified: head/devel/pypersrc/Makefile ============================================================================== --- head/devel/pypersrc/Makefile Mon Nov 25 07:59:47 2013 (r334819) +++ head/devel/pypersrc/Makefile Mon Nov 25 08:13:36 2013 (r334820) @@ -32,9 +32,10 @@ post-patch: ${REINPLACE_CMD} -e \ '/INSTALL_DIR/s|=.*|=$$(PREFIX)/bin| ; \ /MAN_DIR/s|\/usr\/local|$$(PREFIX)| ; \ + s|^PYTHON\(.*\)= python|PYTHON\1= ${PYTHON_CMD}| ; \ /-O2/s|^|#|' ${WRKSRC}/GNUmakefile - ${REINPLACE_CMD} -e \ - 's|/bin/bash|${SH}|g' ${WRKSRC}/configure.sh + ${REINPLACE_CMD} -e 's|/bin/bash|${SH}|g ; \ + s|python |${PYTHON_CMD} |' ${WRKSRC}/configure.sh ${REINPLACE_CMD} -e 's|g++|${CXX}|g' ${WRKSRC}/tests/GNUmakefile @${REINPLACE_CMD} -e 's|tolower|::tolower|' ${WRKSRC}/src/cc/utils_string.hh From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 08:25:59 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 ESMTPS id 8303839E; Mon, 25 Nov 2013 08:25:59 +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 723552440; Mon, 25 Nov 2013 08:25:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP8Px3N049146; Mon, 25 Nov 2013 08:25:59 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP8PxU4049144; Mon, 25 Nov 2013 08:25:59 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201311250825.rAP8PxU4049144@svn.freebsd.org> From: Mark Linimon Date: Mon, 25 Nov 2013 08:25:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334821 - in head/japanese: skk-jisyo skk-jisyo-cdb 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.16 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: Mon, 25 Nov 2013 08:25:59 -0000 Author: linimon Date: Mon Nov 25 08:25:58 2013 New Revision: 334821 URL: http://svnweb.freebsd.org/changeset/ports/334821 Log: Reset maintainer by his request on freebsd-ports@. Modified: head/japanese/skk-jisyo-cdb/Makefile head/japanese/skk-jisyo/Makefile Modified: head/japanese/skk-jisyo-cdb/Makefile ============================================================================== --- head/japanese/skk-jisyo-cdb/Makefile Mon Nov 25 08:13:36 2013 (r334820) +++ head/japanese/skk-jisyo-cdb/Makefile Mon Nov 25 08:25:58 2013 (r334821) @@ -1,7 +1,7 @@ # Created by: KOMATSU Shinichiro # $FreeBSD$ -MAINTAINER= meta+ports@vmeta.jp +MAINTAINER= ports@FreeBSD.org COMMENT= CDB jisyo (dictionary) files for the SKK Japanese-input software WITH_SKKJISYO_CDB= yes Modified: head/japanese/skk-jisyo/Makefile ============================================================================== --- head/japanese/skk-jisyo/Makefile Mon Nov 25 08:13:36 2013 (r334820) +++ head/japanese/skk-jisyo/Makefile Mon Nov 25 08:25:58 2013 (r334821) @@ -11,7 +11,7 @@ PKGNAMESUFFIX= -cdb .endif DIST_SUBDIR= skk-jisyo -MAINTAINER?= meta+ports@vmeta.jp +MAINTAINER?= ports@FreeBSD.org COMMENT?= Jisyo (dictionary) files for the SKK Japanese-input software .if defined(WITH_SKKJISYO_CDB) From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 08:31:28 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 ESMTPS id 53806811; Mon, 25 Nov 2013 08:31:28 +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 42EAB24CD; Mon, 25 Nov 2013 08:31:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP8VSUS052022; Mon, 25 Nov 2013 08:31:28 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP8VRUA052019; Mon, 25 Nov 2013 08:31:27 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201311250831.rAP8VRUA052019@svn.freebsd.org> From: Hiroki Sato Date: Mon, 25 Nov 2013 08:31:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334822 - in head/textproc/libxml2: . 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.16 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: Mon, 25 Nov 2013 08:31:28 -0000 Author: hrs Date: Mon Nov 25 08:31:27 2013 New Revision: 334822 URL: http://svnweb.freebsd.org/changeset/ports/334822 Log: - Add STAGEDIR support. - Use *_CONFIGURE_WITH. - Add workaround for an iconv incompatibility on 10.X and later. Added: head/textproc/libxml2/files/patch-encoding.c (contents, props changed) Modified: head/textproc/libxml2/Makefile head/textproc/libxml2/pkg-plist Modified: head/textproc/libxml2/Makefile ============================================================================== --- head/textproc/libxml2/Makefile Mon Nov 25 08:25:58 2013 (r334821) +++ head/textproc/libxml2/Makefile Mon Nov 25 08:31:27 2013 (r334822) @@ -4,7 +4,7 @@ PORTNAME= libxml2 PORTVERSION= 2.8.0 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= textproc gnome MASTER_SITES= ftp://xmlsoft.org/libxml2/ \ http://xmlsoft.org/sources/ \ @@ -15,7 +15,6 @@ MAINTAINER?= gnome@FreeBSD.org COMMENT?= XML parser library for GNOME .if !defined(REFERENCE_PORT) - USE_CSTD= gnu89 GNU_CONFIGURE= yes USES= pathfix gmake iconv pkgconfig @@ -27,50 +26,31 @@ CONFIGURE_ARGS?=--with-iconv=${ICONV_PRE --without-python .if !defined(MASTERDIR) -MAN1= xml2-config.1 xmllint.1 xmlcatalog.1 -MAN3= libxml.3 - OPTIONS_DEFINE= SCHEMA THREADS MEM_DEBUG XMLLINT_HIST THREAD_ALLOC OPTIONS_DEFAULT=SCHEMA THREADS + SCHEMA_DESC= XML schema support +SCHEMA_CONFIGURE_WITH= schemas THREADS_DESC= Threads support +THREADS_CONFIGURE_WITH= threads MEM_DEBUG_DESC= Memory debugging (DEVELOPERS ONLY!) +MEM_DEBUG_CONFIGURE_WITH= mem-debug XMLLINT_HIST_DESC= History for xmllint +XMLLINT_HIST_CONFIGURE_WITH= history THREAD_ALLOC_DESC= Per-thread memory (DEVELOPERS ONLY!) - -NO_STAGE= yes -.include - -.if ! ${PORT_OPTIONS:MSCHEMA} -CONFIGURE_ARGS+= --without-schemas -.endif - -.if ! ${PORT_OPTIONS:MTHREADS} -CONFIGURE_ARGS+= --without-threads -.endif - -.if ${PORT_OPTIONS:MMEM_DEBUG} -CONFIGURE_ARGS+= --with-mem-debug -.endif - -.if ${PORT_OPTIONS:MXMLLINT_HIST} -CONFIGURE_ARGS+= --with-history -.endif - -.if ${PORT_OPTIONS:MTHREAD_ALLOC} -CONFIGURE_ARGS+= --with-thread-alloc -.endif +THREAD_ALLOC_CONFIGURE_WITH= thread-alloc .endif # !defined(MASTERDIR) post-patch: .for d in . doc doc/devhelp doc/examples @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||' \ - ${WRKSRC}/${d}/Makefile.in + ${WRKSRC}/${d}/Makefile.in .endfor .for f in catalog.c xmlcatalog.c xmllint.c doc/xmllint.1 @${REINPLACE_CMD} -e \ - 's|/etc/xml/catalog|${LOCALBASE}/share/xml/catalog|g; \ - s|/etc/sgml/catalog|${LOCALBASE}/share/sgml/catalog|g' ${WRKSRC}/${f} + 's|/etc/xml/catalog|${LOCALBASE}/share/xml/catalog|g; \ + s|/etc/sgml/catalog|${LOCALBASE}/share/sgml/catalog|g' \ + ${WRKSRC}/${f} .endfor # manual patch because WITH_FBSD10_FIX break the python bindings ${FIND} ${WRKSRC} -type f -name configure \ Added: head/textproc/libxml2/files/patch-encoding.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/libxml2/files/patch-encoding.c Mon Nov 25 08:31:27 2013 (r334822) @@ -0,0 +1,21 @@ +--- encoding.c.orig 2012-05-08 22:55:13.000000000 +0900 ++++ encoding.c 2013-11-22 04:59:54.000000000 +0900 +@@ -1789,13 +1789,18 @@ + const char *icv_in = (const char *) in; + char *icv_out = (char *) out; + int ret; ++ int one; + ++ one = 1; + if ((out == NULL) || (outlen == NULL) || (inlen == NULL) || (in == NULL)) { + if (outlen != NULL) *outlen = 0; + return(-1); + } + icv_inlen = *inlen; + icv_outlen = *outlen; ++#ifdef ICONV_SET_ILSEQ_INVALID ++ iconvctl(cd, ICONV_SET_ILSEQ_INVALID, &one); ++#endif + ret = iconv(cd, (ICONV_CONST char **) &icv_in, &icv_inlen, &icv_out, &icv_outlen); + *inlen -= icv_inlen; + *outlen -= icv_outlen; Modified: head/textproc/libxml2/pkg-plist ============================================================================== --- head/textproc/libxml2/pkg-plist Mon Nov 25 08:25:58 2013 (r334821) +++ head/textproc/libxml2/pkg-plist Mon Nov 25 08:31:27 2013 (r334822) @@ -55,5 +55,9 @@ lib/libxml2.so lib/libxml2.so.5 libdata/pkgconfig/libxml-2.0.pc share/aclocal/libxml.m4 +man/man1/xml2-config.1.gz +man/man1/xmlcatalog.1.gz +man/man1/xmllint.1.gz +man/man3/libxml.3.gz @dirrm include/libxml2/libxml @dirrm include/libxml2 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 08:44:12 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 ESMTPS id 01DDBF03; Mon, 25 Nov 2013 08:44:12 +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 E680B2600; Mon, 25 Nov 2013 08:44:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP8iBcb055767; Mon, 25 Nov 2013 08:44:11 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP8iBf6055765; Mon, 25 Nov 2013 08:44:11 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311250844.rAP8iBf6055765@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 08:44:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334824 - head/polish/hunspell 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.16 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: Mon, 25 Nov 2013 08:44:12 -0000 Author: sunpoet Date: Mon Nov 25 08:44:11 2013 New Revision: 334824 URL: http://svnweb.freebsd.org/changeset/ports/334824 Log: - Update to 20131124 Modified: head/polish/hunspell/Makefile head/polish/hunspell/distinfo Modified: head/polish/hunspell/Makefile ============================================================================== --- head/polish/hunspell/Makefile Mon Nov 25 08:44:05 2013 (r334823) +++ head/polish/hunspell/Makefile Mon Nov 25 08:44:11 2013 (r334824) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hunspell -PORTVERSION= 20131117 +PORTVERSION= 20131124 CATEGORIES= polish textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME} DISTNAME= sjp-myspell-pl-${PORTVERSION} Modified: head/polish/hunspell/distinfo ============================================================================== --- head/polish/hunspell/distinfo Mon Nov 25 08:44:05 2013 (r334823) +++ head/polish/hunspell/distinfo Mon Nov 25 08:44:11 2013 (r334824) @@ -1,2 +1,2 @@ -SHA256 (hunspell/sjp-myspell-pl-20131117.zip) = b4b7c31b93dfab7e83fcef6975c2dc4286e824689e3b6d20a11dc7f3dd18949f -SIZE (hunspell/sjp-myspell-pl-20131117.zip) = 1127255 +SHA256 (hunspell/sjp-myspell-pl-20131124.zip) = 9dc9ae31276d1f135c83bb9a7c5946227fb45fc779d2f93239f91d6378d1e046 +SIZE (hunspell/sjp-myspell-pl-20131124.zip) = 1127256 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 08:44:05 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 ESMTPS id E4186E32; Mon, 25 Nov 2013 08:44:05 +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 D375525FF; Mon, 25 Nov 2013 08:44:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP8i56r055681; Mon, 25 Nov 2013 08:44:05 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP8i5Pe055679; Mon, 25 Nov 2013 08:44:05 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311250844.rAP8i5Pe055679@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 08:44:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334823 - head/german/mythes 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.16 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: Mon, 25 Nov 2013 08:44:06 -0000 Author: sunpoet Date: Mon Nov 25 08:44:05 2013 New Revision: 334823 URL: http://svnweb.freebsd.org/changeset/ports/334823 Log: - Update to 2013.11.24 Modified: head/german/mythes/Makefile head/german/mythes/distinfo Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Mon Nov 25 08:31:27 2013 (r334822) +++ head/german/mythes/Makefile Mon Nov 25 08:44:05 2013 (r334823) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2013.11.17 +PORTVERSION= 2013.11.24 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Mon Nov 25 08:31:27 2013 (r334822) +++ head/german/mythes/distinfo Mon Nov 25 08:44:05 2013 (r334823) @@ -1,2 +1,2 @@ -SHA256 (mythes/Deutscher-Thesaurus-20131117.oxt) = db0b4176d718d4674115dbe567cc805ff56f8f1ea29106fca9b27930f81f7f53 -SIZE (mythes/Deutscher-Thesaurus-20131117.oxt) = 5044123 +SHA256 (mythes/Deutscher-Thesaurus-20131124.oxt) = c01788d5282b3fa19b77527974d7ed867024be43ce65fcf32ace344022f763b2 +SIZE (mythes/Deutscher-Thesaurus-20131124.oxt) = 5058597 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 08:44:18 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 ESMTPS id 3349CFA1; Mon, 25 Nov 2013 08:44:17 +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 5AAC42605; Mon, 25 Nov 2013 08:44:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP8iHc6055848; Mon, 25 Nov 2013 08:44:17 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP8iHMi055844; Mon, 25 Nov 2013 08:44:17 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311250844.rAP8iHMi055844@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 08:44:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334825 - head/textproc/sk-mythes 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.16 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: Mon, 25 Nov 2013 08:44:18 -0000 Author: sunpoet Date: Mon Nov 25 08:44:16 2013 New Revision: 334825 URL: http://svnweb.freebsd.org/changeset/ports/334825 Log: - Update to 2013.11.24 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Mon Nov 25 08:44:11 2013 (r334824) +++ head/textproc/sk-mythes/Makefile Mon Nov 25 08:44:16 2013 (r334825) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2013.11.17 +PORTVERSION= 2013.11.24 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Mon Nov 25 08:44:11 2013 (r334824) +++ head/textproc/sk-mythes/distinfo Mon Nov 25 08:44:16 2013 (r334825) @@ -1,2 +1,2 @@ -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20131117.zip) = 1412ea9aa324da37ba211214dcf722ad5ebd6683934243830bafb1c727ad7c79 -SIZE (mythes/OOo-Thesaurus2-sk_SK-20131117.zip) = 332357 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20131124.zip) = 4ee91cc3c4194be4dde692fcdb488ecc055cd677d8f7862dc01ca5d1ac58897d +SIZE (mythes/OOo-Thesaurus2-sk_SK-20131124.zip) = 332357 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 08:44:22 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 ESMTPS id 8C093FE9; Mon, 25 Nov 2013 08:44:22 +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 7C2922607; Mon, 25 Nov 2013 08:44:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP8iMAh055930; Mon, 25 Nov 2013 08:44:22 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP8iM3X055928; Mon, 25 Nov 2013 08:44:22 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311250844.rAP8iM3X055928@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 08:44:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334826 - head/textproc/sl-mythes 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.16 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: Mon, 25 Nov 2013 08:44:22 -0000 Author: sunpoet Date: Mon Nov 25 08:44:21 2013 New Revision: 334826 URL: http://svnweb.freebsd.org/changeset/ports/334826 Log: - Update to 2013.11.24 Modified: head/textproc/sl-mythes/Makefile head/textproc/sl-mythes/distinfo Modified: head/textproc/sl-mythes/Makefile ============================================================================== --- head/textproc/sl-mythes/Makefile Mon Nov 25 08:44:16 2013 (r334825) +++ head/textproc/sl-mythes/Makefile Mon Nov 25 08:44:21 2013 (r334826) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mythes -PORTVERSION= 2013.11.17 +PORTVERSION= 2013.11.24 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sl- Modified: head/textproc/sl-mythes/distinfo ============================================================================== --- head/textproc/sl-mythes/distinfo Mon Nov 25 08:44:16 2013 (r334825) +++ head/textproc/sl-mythes/distinfo Mon Nov 25 08:44:21 2013 (r334826) @@ -1,2 +1,2 @@ -SHA256 (mythes/thes_sl_SI_v2-20131117.zip) = 8150674d389a418a57623f61774207d95d832721f08d30cd3d21bb2b67a44de0 -SIZE (mythes/thes_sl_SI_v2-20131117.zip) = 342234 +SHA256 (mythes/thes_sl_SI_v2-20131124.zip) = 6c9e438c8de62b00cf9ab00adce3ab61a778e4794b3d5d46588f40a7c02380e4 +SIZE (mythes/thes_sl_SI_v2-20131124.zip) = 342225 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 09:43:33 2013 Return-Path: Delivered-To: svn-ports-head@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 131BBED1; Mon, 25 Nov 2013 09:43:33 +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 026A429C2; Mon, 25 Nov 2013 09:43:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP9hWDL075927; Mon, 25 Nov 2013 09:43:32 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP9hWR8075925; Mon, 25 Nov 2013 09:43:32 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201311250943.rAP9hWR8075925@svn.freebsd.org> From: Philippe Audeoud Date: Mon, 25 Nov 2013 09:43:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334827 - head/mail/p5-Mail-IMAPClient 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.16 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: Mon, 25 Nov 2013 09:43:33 -0000 Author: jadawin Date: Mon Nov 25 09:43:32 2013 New Revision: 334827 URL: http://svnweb.freebsd.org/changeset/ports/334827 Log: - Update to 3.35 Sponsored by: OBS Modified: head/mail/p5-Mail-IMAPClient/Makefile head/mail/p5-Mail-IMAPClient/distinfo Modified: head/mail/p5-Mail-IMAPClient/Makefile ============================================================================== --- head/mail/p5-Mail-IMAPClient/Makefile Mon Nov 25 08:44:21 2013 (r334826) +++ head/mail/p5-Mail-IMAPClient/Makefile Mon Nov 25 09:43:32 2013 (r334827) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mail-IMAPClient -PORTVERSION= 3.34 +PORTVERSION= 3.35 CATEGORIES= mail perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PLOBBES Modified: head/mail/p5-Mail-IMAPClient/distinfo ============================================================================== --- head/mail/p5-Mail-IMAPClient/distinfo Mon Nov 25 08:44:21 2013 (r334826) +++ head/mail/p5-Mail-IMAPClient/distinfo Mon Nov 25 09:43:32 2013 (r334827) @@ -1,2 +1,2 @@ -SHA256 (Mail-IMAPClient-3.34.tar.gz) = c36367733e6dd9dd936aadf8b05fe54d254773ec36947909b1072ba716a90b17 -SIZE (Mail-IMAPClient-3.34.tar.gz) = 186062 +SHA256 (Mail-IMAPClient-3.35.tar.gz) = 8a4503833ce87d980be2d54603d94de4b365c2369eab19b095216506ce40f663 +SIZE (Mail-IMAPClient-3.35.tar.gz) = 186010 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 11:10:15 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 ESMTPS id E1C63E95; Mon, 25 Nov 2013 11:10:14 +0000 (UTC) Received: from mail-we0-x233.google.com (mail-we0-x233.google.com [IPv6:2a00:1450:400c:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DE66D20F2; Mon, 25 Nov 2013 11:10:13 +0000 (UTC) Received: by mail-we0-f179.google.com with SMTP id q59so3733530wes.10 for ; Mon, 25 Nov 2013 03:10:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=zbeeszMwmiJhq+eEeKMJqkcRs/T2epSFqzlqXm3kANY=; b=RfdAK2042pB18Glm5ysUjjOL/ORjzieuOgUsK0/1mvAe925sTe+w/YmQBcwo5bHmRb v7m7faTusRfqVA0Xnje/LmC4K/yQkcACCzGNceasfZDGGPi6mfEPa8priJwhvP13+Ep1 b/wuHrnsXxDvNFjNU+6C8YIXhmaaZ2wzmpGart4AoEMyU7Df1or180Kwv0zf2lCn60vl +IdvmMbXPFTxb2GVgMMJKFaVWzj8zMCeEqHhpVEp5VE0uQTFFeHqe0l+z/edo/4v79af y1IjqQ2bzHC06u3CbWtfZgmk8Krucxe3QgvjYTovh9Lhovze/OGXBYwp6DZb+a64Ikn7 9Wsw== X-Received: by 10.180.75.235 with SMTP id f11mr13155818wiw.27.1385377812323; Mon, 25 Nov 2013 03:10:12 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id qc10sm49193394wic.9.2013.11.25.03.10.10 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 25 Nov 2013 03:10:10 -0800 (PST) Sender: Baptiste Daroussin Date: Mon, 25 Nov 2013 12:10:08 +0100 From: Baptiste Daroussin To: Gerald Pfeifer Subject: Re: svn commit: r334796 - head/lang/gcc44 Message-ID: <20131125111008.GL12196@ithaqua.etoilebsd.net> References: <201311242311.rAONBAn2059702@svn.freebsd.org> <0A5CE73D095D35D1C1F04476@atuin.in.mat.cc> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5mN69Y7OHXGepfYh" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Gerald Pfeifer , Mathieu Arnold , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Mon, 25 Nov 2013 11:10:15 -0000 --5mN69Y7OHXGepfYh Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 25, 2013 at 01:17:52AM +0100, Gerald Pfeifer wrote: > On Mon, 25 Nov 2013, Mathieu Arnold wrote: > > | +PORTNAME=3D gcc47 > > | PORTVERSION=3D 4.4.7 > >=20 > > You meant gcc44, right ? >=20 > Oops, right. All the full fledged testing unfortunately did not > catch this kind of silly mistake. Thanks for raising it (and sorry > for committing the fix so quickly that I failed to acknowledge that > in the commit log). >=20 > > BTW, why not use PKGNAMESUFFIX=3D 44 here (and in the other ports) so= =20 > > that you don't have to add distname ? >=20 > Bapt asked the same. :-) Below is what I responded. >=20 > FWIW the description of UNIQUENAME does not mention PKGNAMESUFFIX either: >=20 > # UNIQUENAME - A name for your port that is globally unique. By defau= lt, > # this is set to ${LATEST_LINK} when LATEST_LINK is set, > # and to ${PKGNAMEPREFIX}${PORTNAME} otherwise. >=20 > Gerald UNIQUENAME is not unique and will slowly die and be replaced by PKGBASE whi= ch take in account the PKGNAMESUFFIX. except that for now UNIQUENAME is used for the ldconfig file meaning that if gerald would have chosen something different than changing the PORTNAME all= gcc would have conflict with each others which is something we don't want :) regards, Bapt --5mN69Y7OHXGepfYh Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlKTMBAACgkQ8kTtMUmk6ExtmgCgvB6bh0jK2CtBmP0oEM+0Aypc QzAAoLZfnYIrXLdBebLv8d36bkcYCME6 =YgYU -----END PGP SIGNATURE----- --5mN69Y7OHXGepfYh-- From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 11:30:18 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 ESMTPS id 575E13BF; Mon, 25 Nov 2013 11:30:18 +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 476A72215; Mon, 25 Nov 2013 11:30:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPBUIOK010990; Mon, 25 Nov 2013 11:30:18 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPBUH2a010988; Mon, 25 Nov 2013 11:30:17 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311251130.rAPBUH2a010988@svn.freebsd.org> From: Gerald Pfeifer Date: Mon, 25 Nov 2013 11:30:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334828 - head/Mk 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.16 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: Mon, 25 Nov 2013 11:30:18 -0000 Author: gerald Date: Mon Nov 25 11:30:17 2013 New Revision: 334828 URL: http://svnweb.freebsd.org/changeset/ports/334828 Log: Expand the description of PKGNAMESUFFIX to also cover its use as a version designator. Approved by: portmgr (bapt) Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Mon Nov 25 09:43:32 2013 (r334827) +++ head/Mk/bsd.port.mk Mon Nov 25 11:30:17 2013 (r334828) @@ -68,9 +68,11 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # Do not define this in your Makefile. # PKGNAMEPREFIX - Prefix to specify that port is language-specific, etc. # Optional. -# PKGNAMESUFFIX - Suffix to specify compilation options. Optional. -# PKGVERSION - Always defined as -# ${PORTVERSION}. +# PKGNAMESUFFIX - Suffix to specify compilation options or a version +# designator (in case there are different versions of +# one port as is the case for Tcl). +# Optional. +# PKGVERSION - Always defined as ${PORTVERSION}. # Do not define this in your Makefile. # UNIQUENAME - A name for your port that is globally unique. By default, # this is set to ${LATEST_LINK} when LATEST_LINK is set, From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 11:33:23 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 ESMTPS id A42CF5F5; Mon, 25 Nov 2013 11:33: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 935F52258; Mon, 25 Nov 2013 11:33:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPBXNLO013613; Mon, 25 Nov 2013 11:33:23 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPBXN0x013608; Mon, 25 Nov 2013 11:33:23 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251133.rAPBXN0x013608@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 11:33:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334830 - head/net-im/rubygem-hipchat 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.16 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: Mon, 25 Nov 2013 11:33:23 -0000 Author: sunpoet Date: Mon Nov 25 11:33:22 2013 New Revision: 334830 URL: http://svnweb.freebsd.org/changeset/ports/334830 Log: - Update to 0.14.0 Changes: https://github.com/hipchat/hipchat-rb/commits/master Modified: head/net-im/rubygem-hipchat/Makefile head/net-im/rubygem-hipchat/distinfo Modified: head/net-im/rubygem-hipchat/Makefile ============================================================================== --- head/net-im/rubygem-hipchat/Makefile Mon Nov 25 11:33:17 2013 (r334829) +++ head/net-im/rubygem-hipchat/Makefile Mon Nov 25 11:33:22 2013 (r334830) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hipchat -PORTVERSION= 0.13.0 +PORTVERSION= 0.14.0 CATEGORIES= net-im rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ COMMENT= Ruby library to interact with H LICENSE= MIT -RUN_DEPENDS= rubygem-httparty>=0.11.0:${PORTSDIR}/www/rubygem-httparty +RUN_DEPENDS= rubygem-httparty>=0:${PORTSDIR}/www/rubygem-httparty USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/net-im/rubygem-hipchat/distinfo ============================================================================== --- head/net-im/rubygem-hipchat/distinfo Mon Nov 25 11:33:17 2013 (r334829) +++ head/net-im/rubygem-hipchat/distinfo Mon Nov 25 11:33:22 2013 (r334830) @@ -1,2 +1,2 @@ -SHA256 (rubygem/hipchat-0.13.0.gem) = b345fd2019dc7a0bb1278157c61ebc7de63e9773cad4303d342830cc02bcbe11 -SIZE (rubygem/hipchat-0.13.0.gem) = 12288 +SHA256 (rubygem/hipchat-0.14.0.gem) = 1678c4ee7de2beacc2986792c29dbe5008b09247f1088046f02a062155896bf8 +SIZE (rubygem/hipchat-0.14.0.gem) = 12288 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 11:33:19 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 ESMTPS id E6EE45F4; Mon, 25 Nov 2013 11:33:18 +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 C7A7A2257; Mon, 25 Nov 2013 11:33:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPBXICI013534; Mon, 25 Nov 2013 11:33:18 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPBXIM5013531; Mon, 25 Nov 2013 11:33:18 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251133.rAPBXIM5013531@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 11:33:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334829 - in head/astro/cfitsio: . 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.16 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: Mon, 25 Nov 2013 11:33:19 -0000 Author: sunpoet Date: Mon Nov 25 11:33:17 2013 New Revision: 334829 URL: http://svnweb.freebsd.org/changeset/ports/334829 Log: - Update to 3.350 - Convert to new LIB_DEPENDS format Changes: http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/changes.txt Modified: head/astro/cfitsio/Makefile head/astro/cfitsio/distinfo head/astro/cfitsio/files/patch-Makefile.in Modified: head/astro/cfitsio/Makefile ============================================================================== --- head/astro/cfitsio/Makefile Mon Nov 25 11:30:17 2013 (r334828) +++ head/astro/cfitsio/Makefile Mon Nov 25 11:33:17 2013 (r334829) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cfitsio -PORTVERSION= 3.330 +PORTVERSION= 3.350 CATEGORIES= astro MASTER_SITES= http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/ \ http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/oldvers/ \ @@ -16,7 +16,7 @@ COMMENT= Library for reading and writing LICENSE= MIT -LIB_DEPENDS= f2c:${PORTSDIR}/lang/f2c +LIB_DEPENDS= libf2c.so:${PORTSDIR}/lang/f2c OPTIONS_DEFINE= DOCS Modified: head/astro/cfitsio/distinfo ============================================================================== --- head/astro/cfitsio/distinfo Mon Nov 25 11:30:17 2013 (r334828) +++ head/astro/cfitsio/distinfo Mon Nov 25 11:33:17 2013 (r334829) @@ -1,2 +1,2 @@ -SHA256 (cfitsio3330.tar.gz) = ed686cc776641d4352f8670d3dd9a4750bdb54f2fe04c8d81fb8eeb79c1d2b25 -SIZE (cfitsio3330.tar.gz) = 4481323 +SHA256 (cfitsio3350.tar.gz) = eb195f227a21cb5c1334c14ec5de3cc1cfbea6255c772f62e3fb5111b078af0e +SIZE (cfitsio3350.tar.gz) = 4655732 Modified: head/astro/cfitsio/files/patch-Makefile.in ============================================================================== --- head/astro/cfitsio/files/patch-Makefile.in Mon Nov 25 11:30:17 2013 (r334828) +++ head/astro/cfitsio/files/patch-Makefile.in Mon Nov 25 11:33:17 2013 (r334829) @@ -1,6 +1,6 @@ ---- Makefile.in.orig 2012-07-18 05:38:34.000000000 +0900 -+++ Makefile.in 2012-08-10 01:18:07.000000000 +0900 -@@ -52,9 +52,7 @@ +--- Makefile.in.orig 2013-07-09 00:43:01.000000000 +0800 ++++ Makefile.in 2013-11-25 05:28:16.512550644 +0800 +@@ -60,9 +60,7 @@ putcolj.c putcolk.c putcoluk.c putcoll.c putcols.c putcolsb.c \ putcolu.c putcolui.c putcoluj.c putkey.c region.c scalnull.c \ swapproc.c wcssub.c wcsutil.c imcompress.c quantize.c ricecomp.c \ @@ -11,12 +11,12 @@ SOURCES = ${CORE_SOURCES} @F77_WRAPPERS@ -@@ -87,7 +85,7 @@ +@@ -95,7 +93,7 @@ shared: libcfitsio${SHLIB_SUFFIX} libcfitsio${SHLIB_SUFFIX}: ${OBJECTS} -- ${SHLIB_LD} ${LDFLAGS} -o $@ ${OBJECTS} -lm ${LIBS} -+ ${SHLIB_LD} ${LDFLAGS} -o $@ ${OBJECTS} -lm -lz ${LIBS} - - install: libcfitsio.a $(INSTALL_DIRS) - @if [ -f libcfitsio.a ]; then \ +- ${SHLIB_LD} ${LDFLAGS} -o ${CFITSIO_SHLIB} ${OBJECTS} -lm ${LIBS} ++ ${SHLIB_LD} ${LDFLAGS} -o ${CFITSIO_SHLIB} ${OBJECTS} -lm -lz ${LIBS} + @if [ "x${CFITSIO_SHLIB_SONAME}" != x ]; then \ + ln -sf ${CFITSIO_SHLIB} ${CFITSIO_SHLIB_SONAME}; \ + ln -sf ${CFITSIO_SHLIB_SONAME} $@; \ From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 11:33:27 2013 Return-Path: Delivered-To: svn-ports-head@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 8F0D16CB; Mon, 25 Nov 2013 11:33:27 +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 7F182225A; Mon, 25 Nov 2013 11:33:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPBXRHa013693; Mon, 25 Nov 2013 11:33:27 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPBXR8E013690; Mon, 25 Nov 2013 11:33:27 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251133.rAPBXR8E013690@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 11:33:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334831 - in head/audio/id3v2: . 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.16 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: Mon, 25 Nov 2013 11:33:27 -0000 Author: sunpoet Date: Mon Nov 25 11:33:26 2013 New Revision: 334831 URL: http://svnweb.freebsd.org/changeset/ports/334831 Log: - Add LICENSE - Convert to new LIB_DEPENDS format - Support STAGEDIR Modified: head/audio/id3v2/Makefile head/audio/id3v2/files/patch-Makefile (contents, props changed) Modified: head/audio/id3v2/Makefile ============================================================================== --- head/audio/id3v2/Makefile Mon Nov 25 11:33:22 2013 (r334830) +++ head/audio/id3v2/Makefile Mon Nov 25 11:33:26 2013 (r334831) @@ -9,12 +9,13 @@ MASTER_SITES= SF MAINTAINER= sunpoet@FreeBSD.org COMMENT= Command line id3v2 tag editor -LIB_DEPENDS= id3-3.8.3:${PORTSDIR}/audio/id3lib +LICENSE= LGPL21 + +LIB_DEPENDS= libid3.so:${PORTSDIR}/audio/id3lib MAKE_JOBS_UNSAFE= yes -NO_STAGE= yes -MAN1= id3v2.1 -PLIST_FILES= bin/id3v2 +PLIST_FILES= bin/id3v2 \ + man/man1/id3v2.1.gz .include Modified: head/audio/id3v2/files/patch-Makefile ============================================================================== --- head/audio/id3v2/files/patch-Makefile Mon Nov 25 11:33:22 2013 (r334830) +++ head/audio/id3v2/files/patch-Makefile Mon Nov 25 11:33:26 2013 (r334831) @@ -25,8 +25,8 @@ - install -c -s id3v2 ${PREFIX}/bin/id3v2 - nroff -man id3v2.1 > ${PREFIX}/share/man/man1/id3v2.1 +install: -+ ${BSD_INSTALL_PROGRAM} id3v2 ${PREFIX}/bin -+ ${BSD_INSTALL_MAN} id3v2.1 ${PREFIX}/man/man1 ++ ${BSD_INSTALL_PROGRAM} id3v2 ${DESTDIR}${PREFIX}/bin ++ ${BSD_INSTALL_MAN} id3v2.1 ${DESTDIR}${PREFIX}/man/man1 clean: rm -f id3v2 create_map core *.o From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 11:33:31 2013 Return-Path: Delivered-To: svn-ports-head@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 C897477A; Mon, 25 Nov 2013 11:33:31 +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 29238225B; Mon, 25 Nov 2013 11:33:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPBXVpC013764; Mon, 25 Nov 2013 11:33:31 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPBXVeH013763; Mon, 25 Nov 2013 11:33:31 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251133.rAPBXVeH013763@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 11:33:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334832 - head/audio/libfishsound 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.16 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: Mon, 25 Nov 2013 11:33:31 -0000 Author: sunpoet Date: Mon Nov 25 11:33:30 2013 New Revision: 334832 URL: http://svnweb.freebsd.org/changeset/ports/334832 Log: - Support STAGEDIR Modified: head/audio/libfishsound/Makefile Modified: head/audio/libfishsound/Makefile ============================================================================== --- head/audio/libfishsound/Makefile Mon Nov 25 11:33:26 2013 (r334831) +++ head/audio/libfishsound/Makefile Mon Nov 25 11:33:30 2013 (r334832) @@ -21,7 +21,7 @@ OPTIONS_DEFINE= DOCS DOXYGEN GNU_CONFIGURE= yes USE_LDCONFIG= yes -NO_STAGE= yes +#NO_STAGE= yes USES= pathfix pkgconfig PORTDOCS= * From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 11:33:50 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 ESMTPS id 60241A1B; Mon, 25 Nov 2013 11:33:50 +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 5071E2269; Mon, 25 Nov 2013 11:33:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPBXoAQ014108; Mon, 25 Nov 2013 11:33:50 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPBXoYt014107; Mon, 25 Nov 2013 11:33:50 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251133.rAPBXoYt014107@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 11:33:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334837 - head/ftp/curlpp 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.16 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: Mon, 25 Nov 2013 11:33:50 -0000 Author: sunpoet Date: Mon Nov 25 11:33:49 2013 New Revision: 334837 URL: http://svnweb.freebsd.org/changeset/ports/334837 Log: - Add LICENSE - Support STAGEDIR Modified: head/ftp/curlpp/Makefile Modified: head/ftp/curlpp/Makefile ============================================================================== --- head/ftp/curlpp/Makefile Mon Nov 25 11:33:45 2013 (r334836) +++ head/ftp/curlpp/Makefile Mon Nov 25 11:33:49 2013 (r334837) @@ -10,6 +10,8 @@ MASTER_SITES= GOOGLE_CODE MAINTAINER= sunpoet@FreeBSD.org COMMENT= C++ wrapper for libcurl +LICENSE= MIT + LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl OPTIONS_DEFINE= BOOST DOCS EXAMPLES @@ -26,7 +28,6 @@ BOOST_RUN_DEPENDS= ${BOOST_BUILD_DEPENDS BOOST_CONFIGURE_ON= --with-boost=${LOCALBASE} BOOST_CONFIGURE_OFF= --without-boost -NO_STAGE= yes .include post-patch: @@ -34,12 +35,12 @@ post-patch: post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/doc/guide.pdf ${DOCSDIR}/ + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/doc/guide.pdf ${STAGEDIR}${DOCSDIR}/ .endif .if ${PORT_OPTIONS:MEXAMPLES} - ${MKDIR} ${EXAMPLESDIR}/ - ${INSTALL_DATA} ${WRKSRC}/examples/README ${WRKSRC}/examples/example*.cpp ${EXAMPLESDIR}/ + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ + ${INSTALL_DATA} ${WRKSRC}/examples/README ${WRKSRC}/examples/example*.cpp ${STAGEDIR}${EXAMPLESDIR}/ .endif .include From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 11:34:07 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 ESMTPS id F310FCAA; Mon, 25 Nov 2013 11:34:06 +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 D354B2275; Mon, 25 Nov 2013 11:34:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPBY6iY014385; Mon, 25 Nov 2013 11:34:06 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPBY69B014382; Mon, 25 Nov 2013 11:34:06 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251134.rAPBY69B014382@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 11:34:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334840 - head/security/py-fail2ban 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.16 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: Mon, 25 Nov 2013 11:34:07 -0000 Author: sunpoet Date: Mon Nov 25 11:34:05 2013 New Revision: 334840 URL: http://svnweb.freebsd.org/changeset/ports/334840 Log: - Update to 0.8.11 Changes: https://github.com/fail2ban/fail2ban/releases PR: ports/184213 Submitted by: Christoph Theis (maintainer) Modified: head/security/py-fail2ban/Makefile head/security/py-fail2ban/distinfo head/security/py-fail2ban/pkg-plist Modified: head/security/py-fail2ban/Makefile ============================================================================== --- head/security/py-fail2ban/Makefile Mon Nov 25 11:33:59 2013 (r334839) +++ head/security/py-fail2ban/Makefile Mon Nov 25 11:34:05 2013 (r334840) @@ -1,20 +1,20 @@ # $FreeBSD$ PORTNAME= fail2ban -PORTVERSION= 0.8.10 +PORTVERSION= 0.8.11 CATEGORIES= security python -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION} MAINTAINER= theis@gmx.at COMMENT= Scans log files and bans IP that makes too many password failures LICENSE= GPLv2 -GITVERSION= 0-g921d9a8 -FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-d56f01a +USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME} +GH_PROJECT= ${PORTNAME} +GH_COMMIT= fc213a1 +GH_TAGNAME= ${PORTVERSION} USE_PYTHON= -2.7 USE_PYDISTUTILS= yes @@ -24,7 +24,7 @@ SUB_LIST+= PYTHON_CMD=${PYTHON_CMD} PYDISTUTILS_INSTALLARGS+= --install-purelib=${PYTHON_SITELIBDIR} \ --install-data=${ETCDIR} -PYDISTUTILS_PKGVERSION= 0.8.10 +PYDISTUTILS_PKGVERSION= ${PORTVERSION} PORTDOCS= README.md DEVELOP @@ -35,7 +35,6 @@ FILES= ${WRKSRC}/fail2ban-regex \ ${WRKSRC}/client/configreader.py \ ${WRKSRC}/fail2ban-client -NO_STAGE= yes .include post-patch: @@ -46,13 +45,7 @@ post-patch: ${WRKSRC}/config/jail.conf post-install: -.if ${PORT_OPTIONS:MDOCS} - @${ECHO_MSG} "===> Installing additional documentation in ${DOCSDIR}." - @${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.endif - @${CAT} ${PKGMESSAGE} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .include Modified: head/security/py-fail2ban/distinfo ============================================================================== --- head/security/py-fail2ban/distinfo Mon Nov 25 11:33:59 2013 (r334839) +++ head/security/py-fail2ban/distinfo Mon Nov 25 11:34:05 2013 (r334840) @@ -1,2 +1,2 @@ -SHA256 (fail2ban-fail2ban-0.8.10-0-g921d9a8.tar.gz) = 7bed38372a24e35268d9c9ff5b272f7e88e91074f9bb24d5be5c70196f19e7be -SIZE (fail2ban-fail2ban-0.8.10-0-g921d9a8.tar.gz) = 161952 +SHA256 (fail2ban-0.8.11.tar.gz) = d53b7522875777be879bcce51b77a25ab97c4a9a7552f823ee2d085172656d16 +SIZE (fail2ban-0.8.11.tar.gz) = 204765 Modified: head/security/py-fail2ban/pkg-plist ============================================================================== --- head/security/py-fail2ban/pkg-plist Mon Nov 25 11:33:59 2013 (r334839) +++ head/security/py-fail2ban/pkg-plist Mon Nov 25 11:34:05 2013 (r334840) @@ -1,7 +1,9 @@ +%%ETCDIR%%/action.d/apf.conf %%ETCDIR%%/action.d/bsd-ipfw.conf %%ETCDIR%%/action.d/complain.conf %%ETCDIR%%/action.d/dshield.conf %%ETCDIR%%/action.d/dummy.conf +%%ETCDIR%%/action.d/firewall-cmd-direct-new.conf %%ETCDIR%%/action.d/hostsdeny.conf %%ETCDIR%%/action.d/ipfilter.conf %%ETCDIR%%/action.d/ipfw.conf @@ -9,6 +11,7 @@ %%ETCDIR%%/action.d/iptables-blocktype.conf %%ETCDIR%%/action.d/iptables-ipset-proto4.conf %%ETCDIR%%/action.d/iptables-ipset-proto6.conf +%%ETCDIR%%/action.d/iptables-ipset-proto6-allports.conf %%ETCDIR%%/action.d/iptables-multiport-log.conf %%ETCDIR%%/action.d/iptables-multiport.conf %%ETCDIR%%/action.d/iptables-new.conf @@ -19,14 +22,18 @@ %%ETCDIR%%/action.d/mail-whois.conf %%ETCDIR%%/action.d/mail.conf %%ETCDIR%%/action.d/mynetwatchman.conf +%%ETCDIR%%/action.d/osx-afctl.conf +%%ETCDIR%%/action.d/osx-ipfw.conf %%ETCDIR%%/action.d/pf.conf %%ETCDIR%%/action.d/route.conf %%ETCDIR%%/action.d/sendmail-buffered.conf +%%ETCDIR%%/action.d/sendmail-common.conf %%ETCDIR%%/action.d/sendmail-whois-lines.conf %%ETCDIR%%/action.d/sendmail-whois.conf %%ETCDIR%%/action.d/sendmail.conf %%ETCDIR%%/action.d/shorewall.conf %%ETCDIR%%/fail2ban.conf +%%ETCDIR%%/filter.d/3proxy.conf %%ETCDIR%%/filter.d/apache-auth.conf %%ETCDIR%%/filter.d/apache-badbots.conf %%ETCDIR%%/filter.d/apache-common.conf @@ -45,24 +52,31 @@ %%ETCDIR%%/filter.d/dovecot.conf %%ETCDIR%%/filter.d/dropbear.conf %%ETCDIR%%/filter.d/exim.conf +%%ETCDIR%%/filter.d/exim-common.conf +%%ETCDIR%%/filter.d/exim-spam.conf %%ETCDIR%%/filter.d/gssftpd.conf %%ETCDIR%%/filter.d/lighttpd-auth.conf -%%ETCDIR%%/filter.d/lighttpd-fastcgi.conf %%ETCDIR%%/filter.d/mysqld-auth.conf %%ETCDIR%%/filter.d/named-refused.conf +%%ETCDIR%%/filter.d/nginx-http-auth.conf %%ETCDIR%%/filter.d/pam-generic.conf +%%ETCDIR%%/filter.d/perdition.conf %%ETCDIR%%/filter.d/php-url-fopen.conf %%ETCDIR%%/filter.d/postfix.conf +%%ETCDIR%%/filter.d/postfix-sasl.conf %%ETCDIR%%/filter.d/proftpd.conf %%ETCDIR%%/filter.d/pure-ftpd.conf %%ETCDIR%%/filter.d/qmail.conf %%ETCDIR%%/filter.d/recidive.conf %%ETCDIR%%/filter.d/roundcube-auth.conf -%%ETCDIR%%/filter.d/sasl.conf +%%ETCDIR%%/filter.d/selinux-common.conf +%%ETCDIR%%/filter.d/selinux-ssh.conf %%ETCDIR%%/filter.d/sieve.conf %%ETCDIR%%/filter.d/sogo-auth.conf %%ETCDIR%%/filter.d/sshd-ddos.conf %%ETCDIR%%/filter.d/sshd.conf +%%ETCDIR%%/filter.d/suhosin.conf +%%ETCDIR%%/filter.d/uwimap-auth.conf %%ETCDIR%%/filter.d/vsftpd.conf %%ETCDIR%%/filter.d/webmin-auth.conf %%ETCDIR%%/filter.d/wuftpd.conf @@ -147,7 +161,9 @@ bin/fail2ban-client bin/fail2ban-regex bin/fail2ban-server +@dirrmtry %%ETCDIR%%/jail.d @dirrmtry %%ETCDIR%%/filter.d +@dirrmtry %%ETCDIR%%/fail2ban.d @dirrmtry %%ETCDIR%%/action.d @dirrmtry %%ETCDIR%% @dirrm %%PYTHON_SITELIBDIR%%/server From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 11:33:35 2013 Return-Path: Delivered-To: svn-ports-head@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 5DF647A6; Mon, 25 Nov 2013 11:33:35 +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 348EE225E; Mon, 25 Nov 2013 11:33:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPBXZdS013842; Mon, 25 Nov 2013 11:33:35 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPBXYQJ013840; Mon, 25 Nov 2013 11:33:34 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251133.rAPBXYQJ013840@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 11:33:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334833 - head/audio/libshout2 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.16 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: Mon, 25 Nov 2013 11:33:35 -0000 Author: sunpoet Date: Mon Nov 25 11:33:34 2013 New Revision: 334833 URL: http://svnweb.freebsd.org/changeset/ports/334833 Log: - Add LICENSE - Use PKGNAMESUFFIX - Remove unnecessary DISTNAME and DOCSDIR - Convert to new LIB_DEPENDS format - Remove deprecated PTHREAD_* - Respect PORTDOCS - Support STAGEDIR Modified: head/audio/libshout2/Makefile head/audio/libshout2/pkg-plist (contents, props changed) Modified: head/audio/libshout2/Makefile ============================================================================== --- head/audio/libshout2/Makefile Mon Nov 25 11:33:30 2013 (r334832) +++ head/audio/libshout2/Makefile Mon Nov 25 11:33:34 2013 (r334833) @@ -1,33 +1,33 @@ # Created by: Zach Zurflu # $FreeBSD$ -PORTNAME= libshout2 +PORTNAME= libshout PORTVERSION= 2.3.1 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio net -MASTER_SITES= http://downloads.xiph.org/releases/libshout/ \ +MASTER_SITES= http://downloads.xiph.org/releases/${PORTNAME}/ \ LOCAL/sunpoet -DISTNAME= libshout-${PORTVERSION} +PKGNAMESUFFIX= 2 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Connect and transmit data to an Icecast media streaming server -LIB_DEPENDS= speex:${PORTSDIR}/audio/speex \ - theora:${PORTSDIR}/multimedia/libtheora \ - vorbis:${PORTSDIR}/audio/libvorbis +LICENSE= LGPL20 + +LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex \ + libtheora.so:${PORTSDIR}/multimedia/libtheora \ + libvorbis.so:${PORTSDIR}/audio/libvorbis CONFLICTS= libshout-[0-9]* -CFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include +CFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -pthread USE_LDCONFIG= yes -NO_STAGE= yes +#NO_STAGE= yes USES= gmake pathfix pkgconfig -DOCSDIR= ${PREFIX}/share/doc/libshout - post-patch: @${REINPLACE_CMD} -e 's|-ffast-math||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|^Requires: |Requires.private: |' ${WRKSRC}/shout.pc.in Modified: head/audio/libshout2/pkg-plist ============================================================================== --- head/audio/libshout2/pkg-plist Mon Nov 25 11:33:30 2013 (r334832) +++ head/audio/libshout2/pkg-plist Mon Nov 25 11:33:34 2013 (r334833) @@ -5,10 +5,10 @@ lib/libshout.so lib/libshout.so.5 libdata/pkgconfig/shout.pc share/aclocal/shout.m4 -%%DOCSDIR%%/COPYING -%%DOCSDIR%%/NEWS -%%DOCSDIR%%/README -%%DOCSDIR%%/example.c -%%DOCSDIR%%/nonblocking.c -@dirrm %%DOCSDIR%% +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/example.c +%%PORTDOCS%%%%DOCSDIR%%/nonblocking.c +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/shout From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 11:33:38 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 ESMTPS id E017287B; Mon, 25 Nov 2013 11:33:38 +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 D0F142260; Mon, 25 Nov 2013 11:33:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPBXcYA013905; Mon, 25 Nov 2013 11:33:38 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPBXcxt013904; Mon, 25 Nov 2013 11:33:38 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251133.rAPBXcxt013904@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 11:33:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334834 - head/audio/mp3val 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.16 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: Mon, 25 Nov 2013 11:33:39 -0000 Author: sunpoet Date: Mon Nov 25 11:33:38 2013 New Revision: 334834 URL: http://svnweb.freebsd.org/changeset/ports/334834 Log: - Add LICENSE - Simplify MAKEFILE - Support STAGEDIR Modified: head/audio/mp3val/Makefile Modified: head/audio/mp3val/Makefile ============================================================================== --- head/audio/mp3val/Makefile Mon Nov 25 11:33:34 2013 (r334833) +++ head/audio/mp3val/Makefile Mon Nov 25 11:33:38 2013 (r334834) @@ -10,14 +10,15 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= sunpoet@FreeBSD.org COMMENT= Program for MPEG audio stream validation +LICENSE= GPLv2 + ALL_TARGET= mp3val -MAKEFILE= ${WRKSRC}/Makefile.linux +MAKEFILE= Makefile.linux USES= gmake -NO_STAGE= yes PLIST_FILES= bin/mp3val do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/mp3val ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/mp3val ${STAGEDIR}${PREFIX}/bin/ .include From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 11:33:43 2013 Return-Path: Delivered-To: svn-ports-head@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 18F15924; Mon, 25 Nov 2013 11:33:42 +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 6A9542262; Mon, 25 Nov 2013 11:33:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPBXgra013974; Mon, 25 Nov 2013 11:33:42 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPBXgn0013973; Mon, 25 Nov 2013 11:33:42 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251133.rAPBXgn0013973@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 11:33:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334835 - head/benchmarks/iperf 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.16 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: Mon, 25 Nov 2013 11:33:43 -0000 Author: sunpoet Date: Mon Nov 25 11:33:41 2013 New Revision: 334835 URL: http://svnweb.freebsd.org/changeset/ports/334835 Log: - Convert to new options helper - Remove deprecated PTHREAD_* - Support STAGEDIR Modified: head/benchmarks/iperf/Makefile Modified: head/benchmarks/iperf/Makefile ============================================================================== --- head/benchmarks/iperf/Makefile Mon Nov 25 11:33:38 2013 (r334834) +++ head/benchmarks/iperf/Makefile Mon Nov 25 11:33:41 2013 (r334835) @@ -16,31 +16,21 @@ OPTIONS_DEFAULT=THREADS GNU_CONFIGURE= yes -MAN1= iperf.1 -PLIST_FILES= bin/iperf +PLIST_FILES= bin/iperf \ + man/man1/iperf.1.gz PORTDOCS= * -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MIPV6} -CATEGORIES+= ipv6 -CONFIGURE_ARGS+=--enable-ipv6 -.else -CONFIGURE_ARGS+=--disable-ipv6 -.endif +IPV6_CATEGORIES= ipv6 +IPV6_CONFIGURE_ENABLE= ipv6 +THREADS_CONFIGURE_ENABLE= threads +THREADS_LDFLAGS= -pthread -.if ${PORT_OPTIONS:MTHREADS} -CONFIGURE_ARGS+=--enable-threads -LDFLAGS+= ${PTHREAD_LIBS} -.else -CONFIGURE_ARGS+=--disable-threads -.endif +.include post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} README doc/*.gif doc/*.html ${DOCSDIR}/ + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} README doc/*.gif doc/*.html ${STAGEDIR}${DOCSDIR}/ .endif .include From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 11:33:48 2013 Return-Path: Delivered-To: svn-ports-head@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 294BFA06; Mon, 25 Nov 2013 11:33:46 +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 5AD542265; Mon, 25 Nov 2013 11:33:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPBXkxQ014044; Mon, 25 Nov 2013 11:33:46 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPBXk4r014043; Mon, 25 Nov 2013 11:33:46 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251133.rAPBXk4r014043@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 11:33:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334836 - head/devel/libmaa 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.16 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: Mon, 25 Nov 2013 11:33:48 -0000 Author: sunpoet Date: Mon Nov 25 11:33:45 2013 New Revision: 334836 URL: http://svnweb.freebsd.org/changeset/ports/334836 Log: - Support STAGEDIR Modified: head/devel/libmaa/Makefile Modified: head/devel/libmaa/Makefile ============================================================================== --- head/devel/libmaa/Makefile Mon Nov 25 11:33:41 2013 (r334835) +++ head/devel/libmaa/Makefile Mon Nov 25 11:33:45 2013 (r334836) @@ -20,8 +20,8 @@ CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib USE_AUTOTOOLS= libtool -USES= gmake USE_LDCONFIG= yes +USES= gmake DOCS= README doc/libmaa.600dpi.ps PLIST_FILES= include/maa.h \ @@ -31,13 +31,12 @@ PLIST_FILES= include/maa.h \ lib/libmaa.so.3 PORTDOCS= ${DOCS:T} -NO_STAGE= yes .include post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}/ + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/ .endif .include From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 11:33:54 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 ESMTPS id 99549AF6; Mon, 25 Nov 2013 11:33:54 +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 89D74226C; Mon, 25 Nov 2013 11:33:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPBXshJ014174; Mon, 25 Nov 2013 11:33:54 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPBXsSR014173; Mon, 25 Nov 2013 11:33:54 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251133.rAPBXsSR014173@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 11:33:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334838 - head/multimedia/umph 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.16 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: Mon, 25 Nov 2013 11:33:54 -0000 Author: sunpoet Date: Mon Nov 25 11:33:54 2013 New Revision: 334838 URL: http://svnweb.freebsd.org/changeset/ports/334838 Log: - Support STAGEDIR Modified: head/multimedia/umph/Makefile Modified: head/multimedia/umph/Makefile ============================================================================== --- head/multimedia/umph/Makefile Mon Nov 25 11:33:49 2013 (r334837) +++ head/multimedia/umph/Makefile Mon Nov 25 11:33:54 2013 (r334838) @@ -19,10 +19,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 -MAN1= umph.1 PLIST_DIRS= ${SITE_PERL_REL}/${PERL_ARCH}/auto/umph PLIST_FILES= bin/umph \ - ${SITE_PERL_REL}/${PERL_ARCH}/auto/umph/.packlist + ${SITE_PERL_REL}/${PERL_ARCH}/auto/umph/.packlist \ + man/man1/umph.1.gz -NO_STAGE= yes .include From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 11:34:00 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 ESMTPS id D61CEBD1; Mon, 25 Nov 2013 11:34:00 +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 ACD5C2270; Mon, 25 Nov 2013 11:34:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPBY01r014277; Mon, 25 Nov 2013 11:34:00 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPBY0Wk014266; Mon, 25 Nov 2013 11:34:00 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251134.rAPBY0Wk014266@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 11:34:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334839 - head/textproc/apache-solr 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.16 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: Mon, 25 Nov 2013 11:34:00 -0000 Author: sunpoet Date: Mon Nov 25 11:33:59 2013 New Revision: 334839 URL: http://svnweb.freebsd.org/changeset/ports/334839 Log: - Update to 4.6.0 Changes: http://lucene.apache.org/solr/4_6_0/changes/Changes.html PR: ports/184262 Submitted by: Hung-Yi Chen (maintainer) Modified: head/textproc/apache-solr/Makefile head/textproc/apache-solr/distinfo head/textproc/apache-solr/pkg-plist Modified: head/textproc/apache-solr/Makefile ============================================================================== --- head/textproc/apache-solr/Makefile Mon Nov 25 11:33:54 2013 (r334838) +++ head/textproc/apache-solr/Makefile Mon Nov 25 11:33:59 2013 (r334839) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= apache-solr -PORTVERSION= 4.5.1 +PORTVERSION= 4.6.0 CATEGORIES= textproc java MASTER_SITES= APACHE MASTER_SITE_SUBDIR= lucene/solr/${PORTVERSION} Modified: head/textproc/apache-solr/distinfo ============================================================================== --- head/textproc/apache-solr/distinfo Mon Nov 25 11:33:54 2013 (r334838) +++ head/textproc/apache-solr/distinfo Mon Nov 25 11:33:59 2013 (r334839) @@ -1,2 +1,2 @@ -SHA256 (solr-4.5.1.tgz) = 8726fa10c6b92aa1d2235768092ee2d4cd486eea1738695f91b33c3fd8bc4bd7 -SIZE (solr-4.5.1.tgz) = 133383663 +SHA256 (solr-4.6.0.tgz) = 2a4a6559665363236653bec749f580a5da973e1088227ceb1fca87802bd06a3f +SIZE (solr-4.6.0.tgz) = 138704246 Modified: head/textproc/apache-solr/pkg-plist ============================================================================== --- head/textproc/apache-solr/pkg-plist Mon Nov 25 11:33:54 2013 (r334838) +++ head/textproc/apache-solr/pkg-plist Mon Nov 25 11:33:59 2013 (r334839) @@ -12,9 +12,9 @@ %%JAVAJARDIR%%/solr-uima-%%PORTVERSION%%.jar %%JAVAJARDIR%%/solr-velocity-%%PORTVERSION%%.jar %%JAVAJARDIR%%/solrj-lib/commons-io-2.1.jar -%%JAVAJARDIR%%/solrj-lib/httpclient-4.2.3.jar -%%JAVAJARDIR%%/solrj-lib/httpcore-4.2.2.jar -%%JAVAJARDIR%%/solrj-lib/httpmime-4.2.3.jar +%%JAVAJARDIR%%/solrj-lib/httpclient-4.2.6.jar +%%JAVAJARDIR%%/solrj-lib/httpcore-4.2.5.jar +%%JAVAJARDIR%%/solrj-lib/httpmime-4.2.6.jar %%JAVAJARDIR%%/solrj-lib/jcl-over-slf4j-1.6.6.jar %%JAVAJARDIR%%/solrj-lib/jul-to-slf4j-1.6.6.jar %%JAVAJARDIR%%/solrj-lib/log4j-1.2.16.jar @@ -26,8 +26,8 @@ %%JAVAJARDIR%%/test-framework/README.txt %%JAVAJARDIR%%/test-framework/lib/ant-1.8.2.jar %%JAVAJARDIR%%/test-framework/lib/junit-4.10.jar -%%JAVAJARDIR%%/test-framework/lib/junit4-ant-2.0.10.jar -%%JAVAJARDIR%%/test-framework/lib/randomizedtesting-runner-2.0.10.jar +%%JAVAJARDIR%%/test-framework/lib/junit4-ant-2.0.13.jar +%%JAVAJARDIR%%/test-framework/lib/randomizedtesting-runner-2.0.13.jar %%JAVAJARDIR%%/test-framework/lucene-libs/lucene-test-framework-%%PORTVERSION%%.jar @dirrmtry %%JAVAJARDIR%%/solrj-lib @dirrmtry %%JAVAJARDIR%%/test-framework/lib From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 11:37:35 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 ESMTPS id 768A3117; Mon, 25 Nov 2013 11:37:35 +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 657BD22BB; Mon, 25 Nov 2013 11:37:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPBbZNa014883; Mon, 25 Nov 2013 11:37:35 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPBbZG1014878; Mon, 25 Nov 2013 11:37:35 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311251137.rAPBbZG1014878@svn.freebsd.org> From: Rusmir Dusko Date: Mon, 25 Nov 2013 11:37:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334841 - head/games/rocksndiamonds 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.16 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: Mon, 25 Nov 2013 11:37:35 -0000 Author: nemysis Date: Mon Nov 25 11:37:34 2013 New Revision: 334841 URL: http://svnweb.freebsd.org/changeset/ports/334841 Log: - Update to 3.3.1.2 Approved by: pawel / wg (mentors, implicit) Modified: head/games/rocksndiamonds/Makefile head/games/rocksndiamonds/distinfo Modified: head/games/rocksndiamonds/Makefile ============================================================================== --- head/games/rocksndiamonds/Makefile Mon Nov 25 11:34:05 2013 (r334840) +++ head/games/rocksndiamonds/Makefile Mon Nov 25 11:37:34 2013 (r334841) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rocksndiamonds -PORTVERSION= 3.3.1.0 +PORTVERSION= 3.3.1.2 CATEGORIES= games MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/:game \ http://www.artsoft.org/RELEASES/rocksndiamonds/levels/:levels_artsoft \ Modified: head/games/rocksndiamonds/distinfo ============================================================================== --- head/games/rocksndiamonds/distinfo Mon Nov 25 11:34:05 2013 (r334840) +++ head/games/rocksndiamonds/distinfo Mon Nov 25 11:37:34 2013 (r334841) @@ -1,5 +1,5 @@ -SHA256 (rocksndiamonds/rocksndiamonds-3.3.1.0.tar.gz) = be8bc5dba7b0daa325e8d65f2b7326785290ea23b325b174f25ea600911c7cf3 -SIZE (rocksndiamonds/rocksndiamonds-3.3.1.0.tar.gz) = 2600896 +SHA256 (rocksndiamonds/rocksndiamonds-3.3.1.2.tar.gz) = c117c20026299c6c935bd531ef9b0dc767731f600881d12ceb80c831483755f3 +SIZE (rocksndiamonds/rocksndiamonds-3.3.1.2.tar.gz) = 2614904 SHA256 (rocksndiamonds/rnd_jue-3.3.0.0.tar.gz) = 9594656bab084fea2ecf104e48c4dea3ccd8153f86a6ddbab04cdd0d5f6899a6 SIZE (rocksndiamonds/rnd_jue-3.3.0.0.tar.gz) = 35414851 SHA256 (rocksndiamonds/Sokoban-1.0.0.zip) = 63f9d36789edca22c0f9454202f9fd21fcee89111642459b5882314f13ebdc0e From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 11:46:37 2013 Return-Path: Delivered-To: svn-ports-head@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 10DE02D0; Mon, 25 Nov 2013 11:46:37 +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 004422340; Mon, 25 Nov 2013 11:46:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPBkaMV018516; Mon, 25 Nov 2013 11:46:36 GMT (envelope-from fluffy@svn.freebsd.org) Received: (from fluffy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPBkaLX018514; Mon, 25 Nov 2013 11:46:36 GMT (envelope-from fluffy@svn.freebsd.org) Message-Id: <201311251146.rAPBkaLX018514@svn.freebsd.org> From: Dima Panov Date: Mon, 25 Nov 2013 11:46:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334842 - head/textproc/libunibreak 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.16 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: Mon, 25 Nov 2013 11:46:37 -0000 Author: fluffy Date: Mon Nov 25 11:46:36 2013 New Revision: 334842 URL: http://svnweb.freebsd.org/changeset/ports/334842 Log: - Update libunibreak to 1.1 minor release Modified: head/textproc/libunibreak/Makefile head/textproc/libunibreak/distinfo Modified: head/textproc/libunibreak/Makefile ============================================================================== --- head/textproc/libunibreak/Makefile Mon Nov 25 11:37:34 2013 (r334841) +++ head/textproc/libunibreak/Makefile Mon Nov 25 11:46:36 2013 (r334842) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libunibreak -PORTVERSION= 1.0 +PORTVERSION= 1.1 PORTEPOCH= 1 CATEGORIES= textproc MASTER_SITES= SF/vimgadgets/${PORTNAME}/${PORTVERSION} Modified: head/textproc/libunibreak/distinfo ============================================================================== --- head/textproc/libunibreak/distinfo Mon Nov 25 11:37:34 2013 (r334841) +++ head/textproc/libunibreak/distinfo Mon Nov 25 11:46:36 2013 (r334842) @@ -1,2 +1,2 @@ -SHA256 (libunibreak-1.0.tar.gz) = 45b432b0b49d77e86dd9b69c2f196caf168dca263eba81dcb3cea66bbbdf5167 -SIZE (libunibreak-1.0.tar.gz) = 398144 +SHA256 (libunibreak-1.1.tar.gz) = 968bc1314f40c336ad008fff457a058551167cef312d41206a652e23083dc508 +SIZE (libunibreak-1.1.tar.gz) = 601337 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 11:49:31 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 ESMTPS id 4B6383F0; Mon, 25 Nov 2013 11:49:31 +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 3AE34235E; Mon, 25 Nov 2013 11:49:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPBnVPh018894; Mon, 25 Nov 2013 11:49:31 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPBnUhX018892; Mon, 25 Nov 2013 11:49:30 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251149.rAPBnUhX018892@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 11:49:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334843 - head/misc/pciids 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.16 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: Mon, 25 Nov 2013 11:49:31 -0000 Author: sunpoet Date: Mon Nov 25 11:49:30 2013 New Revision: 334843 URL: http://svnweb.freebsd.org/changeset/ports/334843 Log: - Update to 20131123 Changes: http://people.FreeBSD.org/~sunpoet/pciids-20131123.diff Modified: head/misc/pciids/Makefile head/misc/pciids/distinfo Modified: head/misc/pciids/Makefile ============================================================================== --- head/misc/pciids/Makefile Mon Nov 25 11:46:36 2013 (r334842) +++ head/misc/pciids/Makefile Mon Nov 25 11:49:30 2013 (r334843) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pciids -PORTVERSION= 20131119 +PORTVERSION= 20131123 CATEGORIES= misc MASTER_SITES= LOCAL/sunpoet Modified: head/misc/pciids/distinfo ============================================================================== --- head/misc/pciids/distinfo Mon Nov 25 11:46:36 2013 (r334842) +++ head/misc/pciids/distinfo Mon Nov 25 11:49:30 2013 (r334843) @@ -1,2 +1,2 @@ -SHA256 (pciids-20131119.tar.xz) = 080acab66c7f08c346d30c845bfa42f34a4ae854d373bfd8b9de7d1972c07895 -SIZE (pciids-20131119.tar.xz) = 163888 +SHA256 (pciids-20131123.tar.xz) = 08a1bd0740ccd23bb3df6dbe33ad23836e731d17d5bec8df22aa486b546b4905 +SIZE (pciids-20131123.tar.xz) = 163992 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 11:50:19 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 ESMTPS id 4DC794CE; Mon, 25 Nov 2013 11:50:19 +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 3D8642363; Mon, 25 Nov 2013 11:50:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPBoJQx020601; Mon, 25 Nov 2013 11:50:19 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPBoIIl020597; Mon, 25 Nov 2013 11:50:18 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311251150.rAPBoIIl020597@svn.freebsd.org> From: Rusmir Dusko Date: Mon, 25 Nov 2013 11:50:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334844 - head/games/pacmanarena 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.16 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: Mon, 25 Nov 2013 11:50:19 -0000 Author: nemysis Date: Mon Nov 25 11:50:18 2013 New Revision: 334844 URL: http://svnweb.freebsd.org/changeset/ports/334844 Log: - Change Makefile header - Bump PORTREVISION - Change master sites and icons - Change maintainer email to @FreeBSD.org - Use pkg-plist instead of PLIST_FILES, PLIST_DIRS and PORTDATA - Support STAGEDIR - Simplify Makefile Approved by: pawel / wg (mentors, implicit) Added: head/games/pacmanarena/pkg-plist (contents, props changed) Modified: head/games/pacmanarena/Makefile head/games/pacmanarena/distinfo (contents, props changed) Modified: head/games/pacmanarena/Makefile ============================================================================== --- head/games/pacmanarena/Makefile Mon Nov 25 11:49:30 2013 (r334843) +++ head/games/pacmanarena/Makefile Mon Nov 25 11:50:18 2013 (r334844) @@ -1,15 +1,17 @@ +# Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= pacmanarena PORTVERSION= 0.15 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v0.0/ \ - SF/nemysisfreebsdp/:icons + SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/:icons DISTFILES= ${DISTNAME:S/na/n-a/}.tar.bz2 \ ${PORTNAME:S/arena/-data/}-0.0.zip \ - ${PORTNAME}_icons.tar.gz:icons + ${PORTNAME}_icons_1.tar.gz:icons -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Pacman clone in full 3D with a few surprises LICENSE= GPLv2 @@ -18,43 +20,37 @@ EXTRACT_DEPENDS= unzip:${PORTSDIR}/archi WRKSRC= ${WRKDIR}/${PORTNAME:S/arena//} -GNU_CONFIGURE= yes USE_SDL= mixer net sdl +GNU_CONFIGURE= yes -PLIST_FILES= bin/${PORTNAME} \ - share/pixmaps/${PORTNAME}_48.png \ - share/pixmaps/${PORTNAME}_64.png \ - share/pixmaps/${PORTNAME}_72.png \ - share/pixmaps/${PORTNAME}_96.png - -PORTDATA= * PORTDOCS= README -NO_STAGE= yes -post-patch: -# Fix data location - @${REINPLACE_CMD} -e 's|@prefix@|${DATADIR}|' \ - -e 's|@datadir@/pacman|${DATADIR}|' ${WRKSRC}/Makefile.in +INSTALLS_ICONS= yes +ICON_SIZES= 32x32 48x48 64x64 72x72 96x96 -.include +DESKTOP_ENTRIES="Pacman Arena" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Game;ArcadeGame;" false -do-install: -# Executable - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME:S/arena//} ${PREFIX}/bin/${PORTNAME} +post-patch: + @${REINPLACE_CMD} -e 's|@prefix@|${DATADIR}| ; \ + s|@datadir@/pacman|${DATADIR}|' \ + ${WRKSRC}/Makefile.in -# Data - ${MKDIR} ${DATADIR} +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME:S/arena//} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .for d in gfx sfx - @(cd ${WRKSRC}/../ && ${COPYTREE_SHARE} ${d} ${DATADIR}) + @(cd ${WRKSRC}/../ && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR}) .endfor -# Pixmaps - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}*.png ${PREFIX}/share/pixmaps +.for s in ${ICON_SIZES} + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/ + ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_${s}.png \ + ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png +.endfor + ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ -# Documentation -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Modified: head/games/pacmanarena/distinfo ============================================================================== --- head/games/pacmanarena/distinfo Mon Nov 25 11:49:30 2013 (r334843) +++ head/games/pacmanarena/distinfo Mon Nov 25 11:50:18 2013 (r334844) @@ -2,5 +2,5 @@ SHA256 (pacman-arena-0.15.tar.bz2) = 3f1 SIZE (pacman-arena-0.15.tar.bz2) = 100112 SHA256 (pacman-data-0.0.zip) = 7949f080ca0ba4c02d737c5bb365856c3e66f103838329be8c1857d6c297b9b8 SIZE (pacman-data-0.0.zip) = 11994364 -SHA256 (pacmanarena_icons.tar.gz) = 55a6e8e4144f4fc3c49597a11bb9482ff980935d43f993da9080db837fdcc3d7 -SIZE (pacmanarena_icons.tar.gz) = 14848 +SHA256 (pacmanarena_icons_1.tar.gz) = 70f4217e1141d07190e2a892b4f0d383c95af0a4036cbf25c7741a0d19b2b0a0 +SIZE (pacmanarena_icons_1.tar.gz) = 11532 Added: head/games/pacmanarena/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/pacmanarena/pkg-plist Mon Nov 25 11:50:18 2013 (r334844) @@ -0,0 +1,59 @@ +bin/pacmanarena +share/icons/hicolor/32x32/apps/pacmanarena.png +share/icons/hicolor/48x48/apps/pacmanarena.png +share/icons/hicolor/64x64/apps/pacmanarena.png +share/icons/hicolor/72x72/apps/pacmanarena.png +share/icons/hicolor/96x96/apps/pacmanarena.png +%%DATADIR%%/gfx/1024-768-high.tga +%%DATADIR%%/gfx/1024-768-low.tga +%%DATADIR%%/gfx/1400-1050-high.tga +%%DATADIR%%/gfx/1400-1050-low.tga +%%DATADIR%%/gfx/640-480-high.tga +%%DATADIR%%/gfx/640-480-low.tga +%%DATADIR%%/gfx/800-600-high.tga +%%DATADIR%%/gfx/800-600-low.tga +%%DATADIR%%/gfx/bomb.3d +%%DATADIR%%/gfx/dot-yellow.tga +%%DATADIR%%/gfx/dot.tga +%%DATADIR%%/gfx/exit-high.tga +%%DATADIR%%/gfx/exit-low.tga +%%DATADIR%%/gfx/game-over.tga +%%DATADIR%%/gfx/ghost-green-dying.3d +%%DATADIR%%/gfx/ghost-green-moving.3d +%%DATADIR%%/gfx/ghost-green-returning.3d +%%DATADIR%%/gfx/level-complete.tga +%%DATADIR%%/gfx/pacman-arena-banner.tga +%%DATADIR%%/gfx/pacman-dying.3d +%%DATADIR%%/gfx/pacman-jumping.3d +%%DATADIR%%/gfx/pacman-moving.3d +%%DATADIR%%/gfx/pacman-stopped.3d +%%DATADIR%%/gfx/pacman_arena1.tga +%%DATADIR%%/gfx/particle.tga +%%DATADIR%%/gfx/resolution-high.tga +%%DATADIR%%/gfx/resolution-low.tga +%%DATADIR%%/gfx/rocket-highlight.tga +%%DATADIR%%/gfx/rocket.3d +%%DATADIR%%/gfx/start-game-high.tga +%%DATADIR%%/gfx/start-game-low.tga +%%DATADIR%%/gfx/wall-horizontal.3d +%%DATADIR%%/gfx/wall-ll.3d +%%DATADIR%%/gfx/wall-lr.3d +%%DATADIR%%/gfx/wall-ul.3d +%%DATADIR%%/gfx/wall-ur.3d +%%DATADIR%%/gfx/wall-vertical.3d +%%DATADIR%%/gfx/wall.tga +%%DATADIR%%/sfx/chomp.wav +%%DATADIR%%/sfx/eat-ghost.wav +%%DATADIR%%/sfx/explosion.wav +%%DATADIR%%/sfx/gameover.ogg +%%DATADIR%%/sfx/ghost-return.wav +%%DATADIR%%/sfx/glomp.wav +%%DATADIR%%/sfx/hiscore.ogg +%%DATADIR%%/sfx/hummingbird.ogg +%%DATADIR%%/sfx/pacman-die.wav +%%DATADIR%%/sfx/rocket-launch.wav +%%DATADIR%%/sfx/tranzy.ogg +share/pixmaps/pacmanarena.png +@dirrm %%DATADIR%%/sfx +@dirrm %%DATADIR%%/gfx +@dirrm %%DATADIR%% From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 12:02:46 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 ESMTPS id D1E86957; Mon, 25 Nov 2013 12:02:46 +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 BFC082434; Mon, 25 Nov 2013 12:02:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPC2kf2025237; Mon, 25 Nov 2013 12:02:46 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPC2jkO025228; Mon, 25 Nov 2013 12:02:45 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201311251202.rAPC2jkO025228@svn.freebsd.org> From: Rene Ladan Date: Mon, 25 Nov 2013 12:02:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334845 - in head: . games games/BillardGL net net/ftelnetd sysutils sysutils/rsyslog6 sysutils/rsyslog6-dbi sysutils/rsyslog6-gnutls sysutils/rsyslog6-gssapi sysutils/rsyslog6-mysql sy... 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.16 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: Mon, 25 Nov 2013 12:02:47 -0000 Author: rene Date: Mon Nov 25 12:02:45 2013 New Revision: 334845 URL: http://svnweb.freebsd.org/changeset/ports/334845 Log: Remove expired ports: 2013-11-24 net/ftelnetd: "Unfetchable due to parked MASTER_SITES" 2013-11-24 games/BillardGL: Unplayable, development ceased 2013-11-25 sysutils/rsyslog6-pgsql: Use sysutils/rsyslog7 2013-11-25 sysutils/rsyslog6-relp: Use sysutils/rsyslog7 2013-11-25 sysutils/rsyslog6-gnutls: Use sysutils/rsyslog7 2013-11-25 sysutils/rsyslog6-rfc3195: Use sysutils/rsyslog7 2013-11-25 sysutils/rsyslog6-gssapi: Use sysutils/rsyslog7 2013-11-25 sysutils/rsyslog6: Use sysutils/rsyslog7 2013-11-25 sysutils/rsyslog6-snmp: Use sysutils/rsyslog7 2013-11-25 sysutils/rsyslog6-mysql: Use sysutils/rsyslog7 2013-11-25 sysutils/rsyslog6-dbi: Use sysutils/rsyslog7 Deleted: head/games/BillardGL/ head/net/ftelnetd/ head/sysutils/rsyslog6/ head/sysutils/rsyslog6-dbi/ head/sysutils/rsyslog6-gnutls/ head/sysutils/rsyslog6-gssapi/ head/sysutils/rsyslog6-mysql/ head/sysutils/rsyslog6-pgsql/ head/sysutils/rsyslog6-relp/ head/sysutils/rsyslog6-rfc3195/ head/sysutils/rsyslog6-snmp/ Modified: head/MOVED head/games/Makefile head/net/Makefile head/sysutils/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Mon Nov 25 11:50:18 2013 (r334844) +++ head/MOVED Mon Nov 25 12:02:45 2013 (r334845) @@ -5252,3 +5252,14 @@ math/p5-MatrixReal|math/p5-Math-MatrixRe lang/gcc42|lang/gcc46|2013-11-23|Superseded by GCC 4.6 or later devel/p5-IO||2013-11-23|Removed: newer versions are included in all supported Perl releases www/mod_wsgi|www/mod_wsgi2|2013-11-24|Rename to match version +net/ftelnetd||2013-11-25|Has expired: "Unfetchable due to parked MASTER_SITES" +games/BillardGL||2013-11-25|Has expired: Unplayable, development ceased +sysutils/rsyslog6-pgsql||2013-11-25|Has expired: Use sysutils/rsyslog7 +sysutils/rsyslog6-relp||2013-11-25|Has expired: Use sysutils/rsyslog7 +sysutils/rsyslog6-gnutls||2013-11-25|Has expired: Use sysutils/rsyslog7 +sysutils/rsyslog6-rfc3195||2013-11-25|Has expired: Use sysutils/rsyslog7 +sysutils/rsyslog6-gssapi||2013-11-25|Has expired: Use sysutils/rsyslog7 +sysutils/rsyslog6||2013-11-25|Has expired: Use sysutils/rsyslog7 +sysutils/rsyslog6-snmp||2013-11-25|Has expired: Use sysutils/rsyslog7 +sysutils/rsyslog6-mysql||2013-11-25|Has expired: Use sysutils/rsyslog7 +sysutils/rsyslog6-dbi||2013-11-25|Has expired: Use sysutils/rsyslog7 Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Mon Nov 25 11:50:18 2013 (r334844) +++ head/games/Makefile Mon Nov 25 12:02:45 2013 (r334845) @@ -9,7 +9,6 @@ SUBDIR += 3dpong SUBDIR += 4stattack SUBDIR += 54321 - SUBDIR += BillardGL SUBDIR += CaribbeanStud SUBDIR += HeroesOfMightAndMagic SUBDIR += KnightCap Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Nov 25 11:50:18 2013 (r334844) +++ head/net/Makefile Mon Nov 25 12:02:45 2013 (r334845) @@ -161,7 +161,6 @@ SUBDIR += fspclient SUBDIR += fspd SUBDIR += fsplib - SUBDIR += ftelnetd SUBDIR += g2ipmsg SUBDIR += gateway6 SUBDIR += get_iplayer Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Nov 25 11:50:18 2013 (r334844) +++ head/sysutils/Makefile Mon Nov 25 12:02:45 2013 (r334845) @@ -786,15 +786,6 @@ SUBDIR += rsyncbackup SUBDIR += rsyncmanager SUBDIR += rsyncrypto - SUBDIR += rsyslog6 - SUBDIR += rsyslog6-dbi - SUBDIR += rsyslog6-gnutls - SUBDIR += rsyslog6-gssapi - SUBDIR += rsyslog6-mysql - SUBDIR += rsyslog6-pgsql - SUBDIR += rsyslog6-relp - SUBDIR += rsyslog6-rfc3195 - SUBDIR += rsyslog6-snmp SUBDIR += rsyslog7 SUBDIR += rsyslog7-devel SUBDIR += rtty From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 12:34:54 2013 Return-Path: Delivered-To: svn-ports-head@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 32E6BFD7; Mon, 25 Nov 2013 12:34:54 +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 222EE262C; Mon, 25 Nov 2013 12:34:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPCYsg3035667; Mon, 25 Nov 2013 12:34:54 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPCYrKb035664; Mon, 25 Nov 2013 12:34:53 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201311251234.rAPCYrKb035664@svn.freebsd.org> From: Pietro Cerutti Date: Mon, 25 Nov 2013 12:34:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334846 - head/lang/seed7 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.16 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: Mon, 25 Nov 2013 12:34:54 -0000 Author: gahr Date: Mon Nov 25 12:34:53 2013 New Revision: 334846 URL: http://svnweb.freebsd.org/changeset/ports/334846 Log: - Update to 05_20131124 Changes: * The new library pic_util.s7i has been added. It contains utility functions for pictures. A picture is a simple way to describe graphic images as readable text. A picture is an array of strings, where every character describes the color of a pixel. * The programs castle.sd7, mahjong.sd7, pairs.sd7, panic.sd7, shisen.sd7, sokoban.sd7 and sudoku7.sd7 have been adjusted to use pic_util.s7i. * The pictures in pic16.s7i and pic32.s7i have been adjusted to be useable by pic_util.s7i. * The pictures cancel_pic, folder_pic and reset_pic have been added to pic16.s7i and pic32.s7i. * A function to convert a pixmap image to BMP format has been added to draw.s7i. * The function getPixelColor has been added to draw.s7i. * In the example programs all usages of the function clear without parameters have been replaced with clear(black). The function clear without parameters is deprecated. * Interpreter and compiler have been improved to support the actions DRW_GETIMAGE and DRW_GETIMAGEPIXEL. * The performance of the function strCLit in str_rtl.c has been improved by a factor of 10. * The function init_bstri_constants in s7c.sd7 has been improved to use the function c_literal instead of cCharLiteral. This way it cannot happen that a sequence like ??( is interpreted as trigraph sequence. As a side effect the performance has been improved also. * The function init_win_constants in s7c.sd7 has been improved to call getImage instead of getPixel. This improves the performance dramatically. * The functions prc_return and prc_return2 in prclib.c have been improved to avoid using block_body when it is NULL. * Spelling errors in chlog.txt, faq.htm, faq.txt, install.txt, manual.htm, manual.txt, problems.txt read_me.txt, src/read_me.txt, flistutl.c, flistutl.h, heaputl.c, heaputl.h and striutl.c have been fixed. * The function drwGetImage has been added to drw_x11.c and drw_win.c. * The function drwGetImagePixel has been added to drw_rtl.c. * The program chkccomp.c has been improved to write defines for NO_EMPTY_STRUCTS, HAS_SYMLINKS and HAS_FIFO_FILES to version.h. Modified: head/lang/seed7/Makefile head/lang/seed7/distinfo head/lang/seed7/pkg-plist Modified: head/lang/seed7/Makefile ============================================================================== --- head/lang/seed7/Makefile Mon Nov 25 12:02:45 2013 (r334845) +++ head/lang/seed7/Makefile Mon Nov 25 12:34:53 2013 (r334846) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= seed7 -DISTVERSION= 05_20131110 +DISTVERSION= 05_20131124 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/lang/seed7/distinfo ============================================================================== --- head/lang/seed7/distinfo Mon Nov 25 12:02:45 2013 (r334845) +++ head/lang/seed7/distinfo Mon Nov 25 12:34:53 2013 (r334846) @@ -1,2 +1,2 @@ -SHA256 (seed7_05_20131110.tgz) = 4f54c768e88c1ff9649cc4dd4044ed2bcf0dc14774feac01a2a039f6d3a4fa7a -SIZE (seed7_05_20131110.tgz) = 1990251 +SHA256 (seed7_05_20131124.tgz) = 9d1f63cd58313dc8aa02afcd356c0ab8a50c3f6d95c8529dda9115b62a132830 +SIZE (seed7_05_20131124.tgz) = 1990629 Modified: head/lang/seed7/pkg-plist ============================================================================== --- head/lang/seed7/pkg-plist Mon Nov 25 12:02:45 2013 (r334845) +++ head/lang/seed7/pkg-plist Mon Nov 25 12:34:53 2013 (r334846) @@ -86,6 +86,7 @@ lib/seed7/lib/more.s7i lib/seed7/lib/multiscr.s7i lib/seed7/lib/null_file.s7i lib/seed7/lib/osfiles.s7i +lib/seed7/lib/pic_util.s7i lib/seed7/lib/pic16.s7i lib/seed7/lib/pic32.s7i lib/seed7/lib/pixmap_file.s7i From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 13:05:22 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 ESMTPS id 4B38A98D; Mon, 25 Nov 2013 13:05:22 +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 20E2D27D3; Mon, 25 Nov 2013 13:05:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPD5LXr045730; Mon, 25 Nov 2013 13:05:21 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPD5Ljs045728; Mon, 25 Nov 2013 13:05:21 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251305.rAPD5Ljs045728@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 13:05:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334847 - head/devel/p5-Devel-PartialDump 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.16 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: Mon, 25 Nov 2013 13:05:22 -0000 Author: sunpoet Date: Mon Nov 25 13:05:21 2013 New Revision: 334847 URL: http://svnweb.freebsd.org/changeset/ports/334847 Log: - Update to 0.16 - Add LICENSE Changes: http://search.cpan.org/dist/Devel-PartialDump/Changes Modified: head/devel/p5-Devel-PartialDump/Makefile head/devel/p5-Devel-PartialDump/distinfo (contents, props changed) Modified: head/devel/p5-Devel-PartialDump/Makefile ============================================================================== --- head/devel/p5-Devel-PartialDump/Makefile Mon Nov 25 12:34:53 2013 (r334846) +++ head/devel/p5-Devel-PartialDump/Makefile Mon Nov 25 13:05:21 2013 (r334847) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Devel-PartialDump -PORTVERSION= 0.15 -PORTREVISION= 1 +PORTVERSION= 0.16 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,16 +10,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Partial dumping of data structures, optimized for argument printing -BUILD_DEPENDS= p5-Moose>0:${PORTSDIR}/devel/p5-Moose \ - p5-namespace-clean>=0.20:${PORTSDIR}/devel/p5-namespace-clean \ - p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual +BUILD_DEPENDS= p5-Class-Tiny>=0:${PORTSDIR}/devel/p5-Class-Tiny \ + p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ + p5-namespace-clean>=0.20:${PORTSDIR}/devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn \ p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny .include Modified: head/devel/p5-Devel-PartialDump/distinfo ============================================================================== --- head/devel/p5-Devel-PartialDump/distinfo Mon Nov 25 12:34:53 2013 (r334846) +++ head/devel/p5-Devel-PartialDump/distinfo Mon Nov 25 13:05:21 2013 (r334847) @@ -1,2 +1,2 @@ -SHA256 (Devel-PartialDump-0.15.tar.gz) = f6fc56b80c29b88f7a63ad8ba8a28d6c106581945a9c5ebcaa71510c0610a476 -SIZE (Devel-PartialDump-0.15.tar.gz) = 7640 +SHA256 (Devel-PartialDump-0.16.tar.gz) = 5b079073adfc0bfacb8c7a9e815a00efc5e3af435d1fbc38e7890e0a624bf5aa +SIZE (Devel-PartialDump-0.16.tar.gz) = 26216 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 13:18:43 2013 Return-Path: Delivered-To: svn-ports-head@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 86CA1C13; Mon, 25 Nov 2013 13:18:43 +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 7615928B3; Mon, 25 Nov 2013 13:18:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPDIhJd049743; Mon, 25 Nov 2013 13:18:43 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPDIhn9049741; Mon, 25 Nov 2013 13:18:43 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201311251318.rAPDIhn9049741@svn.freebsd.org> From: Mathieu Arnold Date: Mon, 25 Nov 2013 13:18:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334848 - head/security/pam_jail 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.16 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: Mon, 25 Nov 2013 13:18:43 -0000 Author: mat Date: Mon Nov 25 13:18:42 2013 New Revision: 334848 URL: http://svnweb.freebsd.org/changeset/ports/334848 Log: Update to 0.4. (10- compability) PR: ports/182477 Submitted by: maintainer Modified: head/security/pam_jail/Makefile head/security/pam_jail/distinfo Modified: head/security/pam_jail/Makefile ============================================================================== --- head/security/pam_jail/Makefile Mon Nov 25 13:05:21 2013 (r334847) +++ head/security/pam_jail/Makefile Mon Nov 25 13:18:42 2013 (r334848) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pam_jail -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= security MASTER_SITES= http://www.triades.net/downloads/ Modified: head/security/pam_jail/distinfo ============================================================================== --- head/security/pam_jail/distinfo Mon Nov 25 13:05:21 2013 (r334847) +++ head/security/pam_jail/distinfo Mon Nov 25 13:18:42 2013 (r334848) @@ -1,2 +1,2 @@ -SHA256 (pam_jail-0.3.tar.gz) = 7ed0dd71133d3c9b2ca9cd5c1af7e56b812d5661e2ea379b29c3d852b7c58de7 -SIZE (pam_jail-0.3.tar.gz) = 3158 +SHA256 (pam_jail-0.4.tar.gz) = d0a99e2ee89995266a7f95cd0e91a99370be968855da9dbdc7b0d1522c09d5fd +SIZE (pam_jail-0.4.tar.gz) = 3262 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 13:35:29 2013 Return-Path: Delivered-To: svn-ports-head@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 9258C2EB; Mon, 25 Nov 2013 13:35:29 +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 6741A29CB; Mon, 25 Nov 2013 13:35:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPDZTIq056028; Mon, 25 Nov 2013 13:35:29 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPDZTj8056023; Mon, 25 Nov 2013 13:35:29 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201311251335.rAPDZTj8056023@svn.freebsd.org> From: Alex Kozlov Date: Mon, 25 Nov 2013 13:35:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334849 - in head/graphics/png2ico: . 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.16 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: Mon, 25 Nov 2013 13:35:29 -0000 Author: ak Date: Mon Nov 25 13:35:28 2013 New Revision: 334849 URL: http://svnweb.freebsd.org/changeset/ports/334849 Log: - Fix build with clang - Support STAGEDIR - Convert to new LIB_DEPENDS syntax PR: ports/184232 Submitted by: KATO Tsuguru Added: head/graphics/png2ico/files/patch-png2ico.cpp (contents, props changed) Deleted: head/graphics/png2ico/files/patch-Makefile Modified: head/graphics/png2ico/Makefile Modified: head/graphics/png2ico/Makefile ============================================================================== --- head/graphics/png2ico/Makefile Mon Nov 25 13:18:42 2013 (r334848) +++ head/graphics/png2ico/Makefile Mon Nov 25 13:35:28 2013 (r334849) @@ -13,24 +13,24 @@ COMMENT= Converts PNG files to Windows i LICENSE= GPLv2 -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png - -MAN1= png2ico.1 -PLIST_FILES= bin/png2ico -PORTDOCS= bmp.txt +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/${PORTNAME} -NO_STAGE= yes -.include +CPPFLAGS+= $$(libpng-config --cflags) +LDFLAGS+= $$(libpng-config --ldflags) -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1 +PORTDOCS= bmp.txt +PLIST_FILES= bin/png2ico man/man1/png2ico.1.gz + +do-build: + (cd ${WRKSRC} && ${CXX} ${CXXFLAGS} ${CPPFLAGS} -o png2ico \ + png2ico.cpp ${LDFLAGS}) -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${DOCSDIR} -.endif +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/png2ico ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/doc/png2ico.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} .include Added: head/graphics/png2ico/files/patch-png2ico.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/png2ico/files/patch-png2ico.cpp Mon Nov 25 13:35:28 2013 (r334849) @@ -0,0 +1,10 @@ +--- png2ico.cpp.orig ++++ png2ico.cpp +@@ -33,6 +33,7 @@ + + + #include ++#include + #include + #include + From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 13:36:45 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 ESMTPS id 229464E3; Mon, 25 Nov 2013 13:36:45 +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 1263C29EE; Mon, 25 Nov 2013 13:36:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPDaiP2056238; Mon, 25 Nov 2013 13:36:44 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPDaif3056235; Mon, 25 Nov 2013 13:36:44 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311251336.rAPDaif3056235@svn.freebsd.org> From: William Grzybowski Date: Mon, 25 Nov 2013 13:36:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334850 - head/databases/rrdtool 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.16 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: Mon, 25 Nov 2013 13:36:45 -0000 Author: wg Date: Mon Nov 25 13:36:44 2013 New Revision: 334850 URL: http://svnweb.freebsd.org/changeset/ports/334850 Log: databases/rrdtool: update to 1.4.8 - Update to 1.4.8 [1] (based on) - Allow staging PR: ports/182192 [1] Submitted by: Christoph Moench-Tegeder Approved by: maintainer (timeout) Modified: head/databases/rrdtool/Makefile head/databases/rrdtool/distinfo head/databases/rrdtool/pkg-plist Modified: head/databases/rrdtool/Makefile ============================================================================== --- head/databases/rrdtool/Makefile Mon Nov 25 13:35:28 2013 (r334849) +++ head/databases/rrdtool/Makefile Mon Nov 25 13:36:44 2013 (r334850) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rrdtool -PORTVERSION= 1.4.7 -PORTREVISION= 2 +PORTVERSION= 1.4.8 CATEGORIES= databases graphics MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/ @@ -12,11 +11,11 @@ COMMENT= Round Robin Database Tools LICENSE= GPLv2 -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - cairo.2:${PORTSDIR}/graphics/cairo \ - png15:${PORTSDIR}/graphics/png \ - xml2:${PORTSDIR}/textproc/libxml2 \ - pangocairo-1\.0.0:${PORTSDIR}/x11-toolkits/pango +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ + libcairo.so:${PORTSDIR}/graphics/cairo \ + libpng15.so:${PORTSDIR}/graphics/png \ + libxml2.so:${PORTSDIR}/textproc/libxml2 \ + libpangocairo-1.0.so:${PORTSDIR}/x11-toolkits/pango CONFLICTS= rrdtool-1.0* rrdtool-1.2* @@ -42,7 +41,6 @@ PERL_MODULE_DESC= Build PERL module PYTHON_MODULE_DESC= Build PYTHON bindings RUBY_MODULE_DESC= Build RUBY bindings -NO_STAGE= yes .include .if ${PORT_OPTIONS:MPYTHON_MODULE} @@ -92,19 +90,6 @@ CPPFLAGS+= -I${LOCALBASE}/include -I${LO ##LDFLAGS+= -L${LOCALBASE}/lib CFLAGS:= ${CFLAGS:N-ffast-math} -MAN1= bin_dec_hex.1 cdeftutorial.1 rpntutorial.1 rrd-beginners.1 \ - rrdbuild.1 rrdcached.1 rrdcgi.1 rrdcreate.1 rrddump.1 \ - rrdfetch.1 rrdfirst.1 rrdflushcached.1 rrdgraph.1 \ - rrdgraph_data.1 rrdgraph_examples.1 rrdgraph_graph.1 \ - rrdgraph_rpn.1 rrdinfo.1 rrdlast.1 rrdlastupdate.1 \ - rrdresize.1 rrdrestore.1 rrdthreads.1 rrdtool.1 rrdtune.1 \ - rrdtutorial.1 rrdupdate.1 rrdxport.1 - -.if ${PORT_OPTIONS:MPERL_MODULE} -MAN3= RRDp.3 RRDs.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VER} -.endif - post-extract: @${REINPLACE_CMD} -e 's/^POD3/#POD3/' ${WRKSRC}/doc/Makefile.in .if ! ${PORT_OPTIONS:MDOCS} Modified: head/databases/rrdtool/distinfo ============================================================================== --- head/databases/rrdtool/distinfo Mon Nov 25 13:35:28 2013 (r334849) +++ head/databases/rrdtool/distinfo Mon Nov 25 13:36:44 2013 (r334850) @@ -1,2 +1,2 @@ -SHA256 (rrdtool-1.4.7.tar.gz) = 956aaf431c955ba88dd7d98920ade3a8c4bad04adb1f9431377950a813a7af11 -SIZE (rrdtool-1.4.7.tar.gz) = 1349040 +SHA256 (rrdtool-1.4.8.tar.gz) = de95b9f5aa488b0683600aad5a07c316f8d98cbe8d00aa0a1c87e2b2ef89f3d6 +SIZE (rrdtool-1.4.8.tar.gz) = 1379482 Modified: head/databases/rrdtool/pkg-plist ============================================================================== --- head/databases/rrdtool/pkg-plist Mon Nov 25 13:35:28 2013 (r334849) +++ head/databases/rrdtool/pkg-plist Mon Nov 25 13:36:44 2013 (r334850) @@ -1,5 +1,7 @@ bin/rrdcached bin/rrdcgi +bin/rrdcreate +bin/rrdinfo bin/rrdtool bin/rrdupdate include/rrd.h @@ -14,6 +16,36 @@ lib/librrd_th.la lib/librrd_th.so lib/librrd_th.so.6 libdata/pkgconfig/librrd.pc +man/man1/bin_dec_hex.1.gz +man/man1/cdeftutorial.1.gz +man/man1/rpntutorial.1.gz +man/man1/rrd-beginners.1.gz +man/man1/rrdbuild.1.gz +man/man1/rrdcached.1.gz +man/man1/rrdcgi.1.gz +man/man1/rrdcreate.1.gz +man/man1/rrddump.1.gz +man/man1/rrdfetch.1.gz +man/man1/rrdfirst.1.gz +man/man1/rrdflushcached.1.gz +man/man1/rrdgraph.1.gz +man/man1/rrdgraph_data.1.gz +man/man1/rrdgraph_examples.1.gz +man/man1/rrdgraph_graph.1.gz +man/man1/rrdgraph_rpn.1.gz +man/man1/rrdinfo.1.gz +man/man1/rrdlast.1.gz +man/man1/rrdlastupdate.1.gz +man/man1/rrdresize.1.gz +man/man1/rrdrestore.1.gz +man/man1/rrdthreads.1.gz +man/man1/rrdtool.1.gz +man/man1/rrdtune.1.gz +man/man1/rrdtutorial.1.gz +man/man1/rrdupdate.1.gz +man/man1/rrdxport.1.gz +%%WITH_PERL%%%%PERL5_MAN3%%/RRDp.3.gz +%%WITH_PERL%%%%PERL5_MAN3%%/RRDs.3.gz %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDp/.packlist %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs/RRDs.so %%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/RRDs/RRDs.bs From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 14:15:33 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 ESMTPS id 2586EF2C; Mon, 25 Nov 2013 14:15:33 +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 156472C81; Mon, 25 Nov 2013 14:15:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPEFWJx069651; Mon, 25 Nov 2013 14:15:32 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPEFWZI069650; Mon, 25 Nov 2013 14:15:32 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311251415.rAPEFWZI069650@svn.freebsd.org> From: William Grzybowski Date: Mon, 25 Nov 2013 14:15:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334851 - head/databases/rrdtool 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.16 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: Mon, 25 Nov 2013 14:15:33 -0000 Author: wg Date: Mon Nov 25 14:15:32 2013 New Revision: 334851 URL: http://svnweb.freebsd.org/changeset/ports/334851 Log: databases/rrdtool: fix build with python module Modified: head/databases/rrdtool/Makefile Modified: head/databases/rrdtool/Makefile ============================================================================== --- head/databases/rrdtool/Makefile Mon Nov 25 13:36:44 2013 (r334850) +++ head/databases/rrdtool/Makefile Mon Nov 25 14:15:32 2013 (r334851) @@ -46,7 +46,7 @@ RUBY_MODULE_DESC= Build RUBY bindings .if ${PORT_OPTIONS:MPYTHON_MODULE} USE_PYTHON= yes INSTALLS_EGGINFO=yes -PYDISTUTILS_EGGINFO=py_rrdtool-0.2.1-${PYTHON_VERSION:S/thon//}.egg-info +PYDISTUTILS_EGGINFO=py_rrdtool-0.2.2-${PYTHON_VERSION:S/thon//}.egg-info .include "${PORTSDIR}/Mk/bsd.python.mk" PLIST_SUB+= WITH_PYTHON="" CONFIGURE_ARGS+= --enable-python From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 14:21:30 2013 Return-Path: Delivered-To: svn-ports-head@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 7BC61156; Mon, 25 Nov 2013 14:21:30 +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 6B8022CFA; Mon, 25 Nov 2013 14:21:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPELUnB072419; Mon, 25 Nov 2013 14:21:30 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPELUl7072418; Mon, 25 Nov 2013 14:21:30 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201311251421.rAPELUl7072418@svn.freebsd.org> From: Mathieu Arnold Date: Mon, 25 Nov 2013 14:21:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334852 - head/dns/yadifa 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.16 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: Mon, 25 Nov 2013 14:21:30 -0000 Author: mat Date: Mon Nov 25 14:21:29 2013 New Revision: 334852 URL: http://svnweb.freebsd.org/changeset/ports/334852 Log: Fix build. Reported by: Leo Vandewoestijne Modified: head/dns/yadifa/Makefile Modified: head/dns/yadifa/Makefile ============================================================================== --- head/dns/yadifa/Makefile Mon Nov 25 14:15:32 2013 (r334851) +++ head/dns/yadifa/Makefile Mon Nov 25 14:21:29 2013 (r334852) @@ -3,6 +3,7 @@ PORTNAME= yadifa PORTVERSION= 1.0.3 +PORTREVISION= 1 DISTVERSIONSUFFIX= -2880 CATEGORIES= dns ipv6 MASTER_SITES= http://cdn.yadifa.eu/sites/default/files/releases/ @@ -33,6 +34,7 @@ post-configure: .include post-install: + ${INSTALL_DATA} ${WRKSRC}/etc/yadifad.conf.example ${STAGEDIR}${PREFIX}/etc/ .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 14:38:48 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 ESMTPS id 5DFCF794; Mon, 25 Nov 2013 14:38:48 +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 4CD812E31; Mon, 25 Nov 2013 14:38:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPEcm2R076587; Mon, 25 Nov 2013 14:38:48 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPEclBv076583; Mon, 25 Nov 2013 14:38:47 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311251438.rAPEclBv076583@svn.freebsd.org> From: Max Brazhnikov Date: Mon, 25 Nov 2013 14:38:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334853 - head/print/qpdfview 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.16 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: Mon, 25 Nov 2013 14:38:48 -0000 Author: makc Date: Mon Nov 25 14:38:47 2013 New Revision: 334853 URL: http://svnweb.freebsd.org/changeset/ports/334853 Log: - Convert to USES=qmake - Use options helpers - Add stage support - Update port comment/description - Fix PDF option, add CUPS option Approved by: vg (maintainer) Modified: head/print/qpdfview/Makefile head/print/qpdfview/pkg-descr head/print/qpdfview/pkg-plist Modified: head/print/qpdfview/Makefile ============================================================================== --- head/print/qpdfview/Makefile Mon Nov 25 14:21:29 2013 (r334852) +++ head/print/qpdfview/Makefile Mon Nov 25 14:38:47 2013 (r334853) @@ -7,59 +7,40 @@ CATEGORIES= print MASTER_SITES= https://launchpadlibrarian.net/140746246/ MAINTAINER= vg@FreeBSD.org -COMMENT= Tabbed PDF viewer using the poppler library +COMMENT= Tabbed DjVu/PDF/PS document viewer LICENSE= GPLv2 -LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ - cups:${PORTSDIR}/print/cups-client - -USES= pkgconfig -USE_QT4= corelib dbus gui imageformats linguist_build moc_build \ - qmake_build rcc_build sql sql-sqlite3_run svg xml -QMAKEFLAGS+= QMAKE_CFLAGS_RELEASE="" QMAKE_CXXFLAGS_RELEASE="" +USES= desktop-file-utils pkgconfig qmake +USE_QT4= corelib dbus gui imageformats_run linguist_build moc_build \ + rcc_build sql sql-sqlite3_run svg xml +QMAKE_ARGS+= QMAKE_CFLAGS_RELEASE="" QMAKE_CXXFLAGS_RELEASE="" +QMAKE_SOURCE_PATH= ${PORTNAME}.pro DATADIR= ${PREFIX}/share/${PORTNAME} -MAN1= ${PORTNAME}.1 +OPTIONS_DEFINE= CUPS +OPTIONS_MULTI= BACKEND +OPTIONS_MULTI_BACKEND= DJVU PDF PS +BACKEND_DESC= Documents support +OPTIONS_DEFAULT= CUPS PDF +OPTIONS_SUB= yes + +CUPS_QMAKE_OFF= "CONFIG+=without_cups" +CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client + +DJVU_LIB_DEPENDS= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre +DJVU_QMAKE_OFF= "CONFIG+=without_djvu" -OPTIONS_DEFINE= DJVU PDF PS -DJVU_DESC= DjVu support -PS_DESC= PostScript support -OPTIONS_DEFAULT= PDF - -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MDJVU} -PLIST_SUB+= DJVU="" -LIB_DEPENDS+= djvulibre:${PORTSDIR}/graphics/djvulibre -.else -QMAKEFLAGS+= "CONFIG+=without_djvu" -PLIST_SUB+= DJVU="@comment " -.endif - -.if ${PORT_OPTIONS:MPDF} -PLIST_SUB+= PDF="" -.else -QMAKEFLAGS+= "CONFIG+=without_pdf" -PLIST_SUB+= PDF="@comment " -.endif - -.if ${PORT_OPTIONS:MPS} -PLIST_SUB+= PS="" -LIB_DEPENDS+= spectre:${PORTSDIR}/print/libspectre -.else -QMAKEFLAGS+= "CONFIG+=without_ps" -PLIST_SUB+= PS="@comment " -.endif +PDF_LIB_DEPENDS= libpoppler-qt4.so:${PORTSDIR}/graphics/poppler-qt4 +PDF_QMAKE_OFF= "CONFIG+=without_pdf" + +PS_LIB_DEPENDS= libspectre.so:${PORTSDIR}/print/libspectre +PS_QMAKE_OFF= "CONFIG+=without_ps" pre-configure: ${REINPLACE_CMD} -e 's#/usr#${PREFIX}#g;s#${PREFIX}/share/man#${PREFIX}/man#g' \ ${WRKSRC}/${PORTNAME}.pri - -do-configure: - cd ${WRKSRC} && lrelease-qt4 ${PORTNAME}.pro - cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS} ${PORTNAME}.pro + cd ${WRKSRC} && ${LRELEASE} ${PORTNAME}.pro .include Modified: head/print/qpdfview/pkg-descr ============================================================================== --- head/print/qpdfview/pkg-descr Mon Nov 25 14:21:29 2013 (r334852) +++ head/print/qpdfview/pkg-descr Mon Nov 25 14:38:47 2013 (r334853) @@ -1,3 +1,5 @@ -qpdfview is a tabbed PDF viewer using the poppler library. +qpdfview is a tabbed document viewer. It uses Poppler for PDF +support, libspectre for PS support, DjVuLibre for DjVu support, +CUPS for printing support and the Qt toolkit for its interface. WWW: https://launchpad.net/qpdfview Modified: head/print/qpdfview/pkg-plist ============================================================================== --- head/print/qpdfview/pkg-plist Mon Nov 25 14:21:29 2013 (r334852) +++ head/print/qpdfview/pkg-plist Mon Nov 25 14:38:47 2013 (r334853) @@ -2,6 +2,7 @@ bin/qpdfview %%DJVU%%lib/qpdfview/libqpdfview_djvu.so %%PDF%%lib/qpdfview/libqpdfview_pdf.so %%PS%%lib/qpdfview/libqpdfview_ps.so +man/man1/qpdfview.1.gz share/applications/qpdfview.desktop %%DATADIR%%/help.html %%DATADIR%%/qpdfview.svg From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 14:45:38 2013 Return-Path: Delivered-To: svn-ports-head@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 4812AA65; Mon, 25 Nov 2013 14:45:38 +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 33A7B2EB7; Mon, 25 Nov 2013 14:45:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPEjcxk079589; Mon, 25 Nov 2013 14:45:38 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPEjbY5079586; Mon, 25 Nov 2013 14:45:37 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201311251445.rAPEjbY5079586@svn.freebsd.org> From: "Jason E. Hale" Date: Mon, 25 Nov 2013 14:45:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334854 - in head/audio/taglib: . 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.16 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: Mon, 25 Nov 2013 14:45:38 -0000 Author: jhale Date: Mon Nov 25 14:45:37 2013 New Revision: 334854 URL: http://svnweb.freebsd.org/changeset/ports/334854 Log: - Restore support for librcc charset conversation library PR: ports/184280 Submitted by: fluffy Added: head/audio/taglib/files/ head/audio/taglib/files/extrapatch-rcc (contents, props changed) Modified: head/audio/taglib/Makefile head/audio/taglib/pkg-plist Modified: head/audio/taglib/Makefile ============================================================================== --- head/audio/taglib/Makefile Mon Nov 25 14:38:47 2013 (r334853) +++ head/audio/taglib/Makefile Mon Nov 25 14:45:37 2013 (r334854) @@ -18,7 +18,24 @@ CMAKE_ARGS= -DWITH_ASF:BOOL=ON \ -DWITH_MP4:BOOL=ON USE_LDCONFIG= yes +OPTIONS_DEFINE= RCC +OPTIONS_SUB= yes + +RCC_DESC= Build with RusXMMS librcc patches (experimental) +RCC_LIB_DEPENDS= librcc.so:${PORTSDIR}/devel/librcc +RCC_EXTRA_PATCHES= ${FILESDIR}/extrapatch-rcc +RCC_CFLAGS= -I${LOCALBASE}/include +RCC_LDFLAGS= -L${LOCALBASE}/lib + +.include + post-patch: +.if ${PORT_OPTIONS:MRCC} + @${REINPLACE_CMD} -e 's|-ltag|-ltag -lrcc|g' \ + ${WRKSRC}/taglib.pc.cmake ${WRKSRC}/taglib-config.cmake + @${REINPLACE_CMD} -e 's|-ltag_c|-ltag_c -lrcc|g' \ + ${WRKSRC}/bindings/c/taglib_c.pc.cmake +.endif ${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \ ${WRKSRC}/CMakeLists.txt ${WRKSRC}/bindings/c/CMakeLists.txt Added: head/audio/taglib/files/extrapatch-rcc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/taglib/files/extrapatch-rcc Mon Nov 25 14:45:37 2013 (r334854) @@ -0,0 +1,676 @@ +diff -dPNur ./config.h.cmake ./config.h.cmake +--- ./config.h.cmake 2013-10-08 17:50:01.000000000 +0200 ++++ ./config.h.cmake 2013-11-11 13:43:48.500304915 +0100 +@@ -31,6 +31,9 @@ + /* Defined if you have libz */ + #cmakedefine HAVE_ZLIB 1 + ++/* Defined if you have LibRCC from RusXMMS project */ ++#cmakedefine HAVE_LIBRCC 1 ++ + /* Indicates whether debug messages are shown even in release mode */ + #cmakedefine TRACE_IN_RELEASE 1 + +diff -dPNur ./ConfigureChecks.cmake ./ConfigureChecks.cmake +--- ./ConfigureChecks.cmake 2013-10-08 17:50:01.000000000 +0200 ++++ ./ConfigureChecks.cmake 2013-11-11 13:42:53.017126134 +0100 +@@ -216,6 +216,7 @@ + set(HAVE_ZLIB 0) + endif() + ++SET(HAVE_LIBRCC 1) + + set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules) + +diff -dPNur ./examples/tagreader_c.c ./examples/tagreader_c.c +--- ./examples/tagreader_c.c 2013-10-08 17:50:01.000000000 +0200 ++++ ./examples/tagreader_c.c 2013-11-11 13:42:53.017126134 +0100 +@@ -38,7 +38,7 @@ + TagLib_Tag *tag; + const TagLib_AudioProperties *properties; + +- taglib_set_strings_unicode(FALSE); ++// taglib_set_strings_unicode(FALSE); + + for(i = 1; i < argc; i++) { + printf("******************** \"%s\" ********************\n", argv[i]); +diff -dPNur ./examples/tagwriter.cpp ./examples/tagwriter.cpp +--- ./examples/tagwriter.cpp 2013-10-08 17:50:01.000000000 +0200 ++++ ./examples/tagwriter.cpp 2013-11-11 13:42:53.028126368 +0100 +@@ -92,7 +92,7 @@ + if(isArgument(argv[i]) && i + 1 < argc && !isArgument(argv[i + 1])) { + + char field = argv[i][1]; +- TagLib::String value = argv[i + 1]; ++ TagLib::String value(argv[i + 1], TagLib::String::Locale); + + TagLib::List::Iterator it; + for(it = fileList.begin(); it != fileList.end(); ++it) { +diff -dPNur ./taglib/CMakeLists.txt ./taglib/CMakeLists.txt +--- ./taglib/CMakeLists.txt 2013-10-08 17:50:01.000000000 +0200 ++++ ./taglib/CMakeLists.txt 2013-11-11 13:42:53.042126665 +0100 +@@ -36,6 +36,7 @@ + audioproperties.h + taglib_export.h + ${CMAKE_BINARY_DIR}/taglib_config.h ++ toolkit/rccpatch.h + toolkit/taglib.h + toolkit/tstring.h + toolkit/tlist.h +@@ -281,6 +282,7 @@ + ) + + set(toolkit_SRCS ++ toolkit/rccpatch.cpp + toolkit/tstring.cpp + toolkit/tstringlist.cpp + toolkit/tbytevector.cpp +@@ -310,7 +312,7 @@ + add_library(tag ${tag_LIB_SRCS} ${tag_HDRS}) + + if(ZLIB_FOUND) +- target_link_libraries(tag ${ZLIB_LIBRARIES}) ++ target_link_libraries(tag rcc ${ZLIB_LIBRARIES}) + endif() + + set_target_properties(tag PROPERTIES +diff -dPNur ./taglib/mpeg/id3v1/id3v1tag.cpp ./taglib/mpeg/id3v1/id3v1tag.cpp +--- ./taglib/mpeg/id3v1/id3v1tag.cpp 2013-10-08 17:50:01.000000000 +0200 ++++ ./taglib/mpeg/id3v1/id3v1tag.cpp 2013-11-11 13:42:53.043126686 +0100 +@@ -64,17 +64,18 @@ + + String ID3v1::StringHandler::parse(const ByteVector &data) const + { +- return String(data, String::Latin1).stripWhiteSpace(); ++ return String(data, String::Latin1ID3).stripWhiteSpace(); + } + + ByteVector ID3v1::StringHandler::render(const String &s) const + { + if(!s.isLatin1()) + { ++ if (String::ID3WType(String::Latin1) == String::Latin1) + return ByteVector(); + } + +- return s.data(String::Latin1); ++ return s.data(String::Latin1ID3); + } + + //////////////////////////////////////////////////////////////////////////////// +@@ -257,7 +258,7 @@ + d->track = uchar(data[offset + 29]); + } + else +- d->comment = data.mid(offset, 30); ++ d->comment = TagPrivate::stringHandler->parse(data.mid(offset, 30)); + + offset += 30; + +diff -dPNur ./taglib/mpeg/id3v2/frames/commentsframe.cpp ./taglib/mpeg/id3v2/frames/commentsframe.cpp +--- ./taglib/mpeg/id3v2/frames/commentsframe.cpp 2013-10-08 17:50:01.000000000 +0200 ++++ ./taglib/mpeg/id3v2/frames/commentsframe.cpp 2013-11-11 13:42:53.043126686 +0100 +@@ -150,10 +150,10 @@ + return; + } + +- d->textEncoding = String::Type(data[0]); ++ d->textEncoding = String::ID3Type(data[0]); + d->language = data.mid(1, 3); + +- int byteAlign = d->textEncoding == String::Latin1 || d->textEncoding == String::UTF8 ? 1 : 2; ++ int byteAlign = (d->textEncoding == String::Latin1 || d->textEncoding == String::Latin1ID3 || d->textEncoding == String::Latin1ID3V2 || d->textEncoding == String::UTF8) ? 1 : 2; + + ByteVectorList l = ByteVectorList::split(data.mid(4), textDelimiter(d->textEncoding), byteAlign, 2); + +@@ -174,10 +174,12 @@ + + String::Type encoding = d->textEncoding; + ++ encoding = String::ID3WType(encoding); ++ + encoding = checkTextEncoding(d->description, encoding); + encoding = checkTextEncoding(d->text, encoding); + +- v.append(char(encoding)); ++ v.append(char(String::ID3RealType(encoding))); + v.append(d->language.size() == 3 ? d->language : "XXX"); + v.append(d->description.data(encoding)); + v.append(textDelimiter(encoding)); +diff -dPNur ./taglib/mpeg/id3v2/frames/textidentificationframe.cpp ./taglib/mpeg/id3v2/frames/textidentificationframe.cpp +--- ./taglib/mpeg/id3v2/frames/textidentificationframe.cpp 2013-10-08 17:50:01.000000000 +0200 ++++ ./taglib/mpeg/id3v2/frames/textidentificationframe.cpp 2013-11-11 13:42:53.044126708 +0100 +@@ -187,12 +187,12 @@ + + // read the string data type (the first byte of the field data) + +- d->textEncoding = String::Type(data[0]); ++ d->textEncoding = String::ID3Type(data[0]); + + // split the byte array into chunks based on the string type (two byte delimiter + // for unicode encodings) + +- int byteAlign = d->textEncoding == String::Latin1 || d->textEncoding == String::UTF8 ? 1 : 2; ++ int byteAlign = (d->textEncoding == String::Latin1 || d->textEncoding == String::Latin1ID3 || d->textEncoding == String::Latin1ID3V2 || d->textEncoding == String::UTF8) ? 1 : 2; + + // build a small counter to strip nulls off the end of the field + +@@ -223,11 +223,14 @@ + + ByteVector TextIdentificationFrame::renderFields() const + { +- String::Type encoding = checkTextEncoding(d->fieldList, d->textEncoding); ++ String::Type encoding = d->textEncoding; ++ ++ encoding = String::ID3WType(encoding); ++ encoding = checkTextEncoding(d->fieldList, encoding); + + ByteVector v; + +- v.append(char(encoding)); ++ v.append(char(String::ID3RealType(encoding))); + + for(StringList::ConstIterator it = d->fieldList.begin(); it != d->fieldList.end(); it++) { + +diff -dPNur ./taglib/mpeg/id3v2/id3v2frame.cpp ./taglib/mpeg/id3v2/id3v2frame.cpp +--- ./taglib/mpeg/id3v2/id3v2frame.cpp 2013-10-08 17:50:01.000000000 +0200 ++++ ./taglib/mpeg/id3v2/id3v2frame.cpp 2013-11-11 13:42:53.045126729 +0100 +@@ -302,7 +302,7 @@ + if((encoding == String::UTF8 || encoding == String::UTF16BE) && version != 4) + return String::UTF16; + +- if(encoding != String::Latin1) ++ if((encoding != String::Latin1)&&(encoding != String::Latin1ID3V2)) + return encoding; + + for(StringList::ConstIterator it = fields.begin(); it != fields.end(); ++it) { +diff -dPNur ./taglib/toolkit/rccpatch.cpp ./taglib/toolkit/rccpatch.cpp +--- ./taglib/toolkit/rccpatch.cpp 1970-01-01 01:00:00.000000000 +0100 ++++ ./taglib/toolkit/rccpatch.cpp 2013-11-11 13:42:53.045126729 +0100 +@@ -0,0 +1,237 @@ ++#include ++ ++#include ++#include "tstring.h" ++#include "tbytevector.h" ++ ++//#define RCC_DEBUG ++ ++ ++#ifndef HAVE_LIBRCC ++# include ++#endif ++ ++#ifdef HAVE_LIBRCC ++# ifdef RCC_DEBUG ++# include ++# endif /* RCC_DEBUG */ ++# include ++# include ++#endif /* HAVE_LIBRCC */ ++ ++ ++#ifdef HAVE_LIBRCC ++# define ID3_CLASS 0 ++# define ID3V2_CLASS 1 ++# define UTF_CLASS 2 ++# define OUT_CLASS 3 ++static rcc_class classes[] = { ++ { "id3", RCC_CLASS_STANDARD, NULL, NULL, "ID3 Encoding", 0 }, ++ { "id3v2", RCC_CLASS_STANDARD, "id3", NULL, "ID3 v.2 Encoding", 0 }, ++ { "utf", RCC_CLASS_KNOWN, "UTF-8", NULL, "Unicode Encoding", 0}, ++ { "out", RCC_CLASS_TRANSLATE_LOCALE, "LC_CTYPE", NULL, "Output Encoding", 0 }, ++ { NULL, RCC_CLASS_STANDARD, NULL, NULL, NULL, 0 } ++}; ++ ++static int rcc_initialized = 0; ++ ++static rcc_context ctx = NULL; ++#endif /* HAVE_LIBRCC */ ++ ++ ++void rccTaglibPatchFree() { ++#ifdef HAVE_LIBRCC ++ if (rcc_initialized) { ++ rccFree(); ++ rcc_initialized = 0; ++ } ++#endif /* HAVE_LIBRCC */ ++} ++ ++void rccTaglibPatchInit() { ++#ifdef HAVE_LIBRCC ++ if (rcc_initialized) return; ++ rccInit(); ++ rccInitDefaultContext(NULL, 0, 0, classes, 0); ++ rccLoad(NULL, "xmms"); ++ rccInitDb4(NULL, NULL, 0); ++ rcc_initialized = 1; ++#endif /* HAVE_LIBRCC */ ++} ++ ++void rccTaglibPatchSetContext(void *newctx) { ++#ifdef HAVE_LIBRCC ++ if (newctx) { ++ ctx = (rcc_context)newctx; ++ rcc_initialized = 1; ++ } ++#endif /* HAVE_LIBRCC */ ++} ++ ++static void rccTaglibPatchTryInit() { ++#ifdef HAVE_LIBRCC ++ if (!rcc_initialized) { ++ rccTaglibPatchInit(); ++ if (rcc_initialized) atexit(rccTaglibPatchFree); ++ } ++#endif /* HAVE_LIBRCC */ ++} ++ ++ ++TagLib::ByteVector rccTaglibPatchRecodeOutput(const std::string &s) { ++ TagLib::ByteVector v; ++#ifdef HAVE_LIBRCC ++ size_t rlen; ++ char *res; ++ ++ rccTaglibPatchTryInit(); ++ ++ res = rccSizedRecode(ctx, UTF_CLASS, OUT_CLASS, s.c_str(), s.length(), &rlen); ++#ifdef RCC_DEBUG ++ for (const unsigned char *c = (const unsigned char*)s.c_str(); *c; c++) { ++ if (*c > 127) { ++ printf(" Output: %s - %s\n", s.c_str(), res?res:"null"); ++ break; ++ } ++ } ++#endif /* RCC_DEBUG */ ++ ++ if (res) v.setData(res, rlen); ++ else v.setData("", 0); ++ //v.setData(s.c_str(), s.length()); ++ ++ return v; ++#else ++ v.setData("", 0); ++ ++ return v; ++#endif /* HAVE_LIBRCC */ ++} ++ ++TagLib::ByteVector rccTaglibPatchRecodeOutputID3(const std::string &s, bool v2 = false) { ++ TagLib::ByteVector v; ++#ifdef HAVE_LIBRCC ++ size_t rlen; ++ char *res; ++ ++ rccTaglibPatchTryInit(); ++ ++ res = rccSizedRecode(ctx, UTF_CLASS, v2?ID3V2_CLASS:ID3_CLASS, s.c_str(), s.length(), &rlen); ++#ifdef RCC_DEBUG ++ for (const unsigned char *c = (const unsigned char*)s.c_str(); *c; c++) { ++ if (*c > 127) { ++ printf(" OutputID3(%i): %s - %s\n", v2, s.c_str(), res?res:"null"); ++ break; ++ } ++ } ++#endif /* RCC_DEBUG */ ++ ++ if (res) v.setData(res, rlen); ++ else v.setData("", 0); ++ //v.setData(s.c_str(), s.length()); ++ ++ return v; ++#else ++ v.setData("", 0); ++ ++ return v; ++#endif /* HAVE_LIBRCC */ ++} ++ ++TagLib::ByteVector rccTaglibPatchRecodeInput(const std::string &s) { ++ TagLib::ByteVector v; ++#ifdef HAVE_LIBRCC ++ size_t rlen; ++ char *res; ++ ++ rccTaglibPatchTryInit(); ++ ++ res = rccSizedRecode(ctx, OUT_CLASS, UTF_CLASS, s.c_str(), s.length(), &rlen); ++#ifdef RCC_DEBUG ++ for (const unsigned char *c = (const unsigned char*)s.c_str(); *c; c++) { ++ if (*c > 127) { ++ printf(" Input: %s - %s\n", s.c_str(), res?res:"null"); ++ break; ++ } ++ } ++#endif /* RCC_DEBUG */ ++ ++ if (res) v.setData(res, rlen); ++ else ++#endif /* HAVE_LIBRCC */ ++ v.setData("", 0); ++ ++ return v; ++} ++ ++TagLib::ByteVector rccTaglibPatchRecodeInputID3(const std::string &s, bool v2 = false) { ++ TagLib::ByteVector v; ++#ifdef HAVE_LIBRCC ++ size_t rlen; ++ char *res; ++ ++ rccTaglibPatchTryInit(); ++ ++ res = rccSizedRecode(ctx, v2?ID3V2_CLASS:ID3_CLASS, UTF_CLASS, s.c_str(), s.length(), &rlen); ++#ifdef RCC_DEBUG ++ for (const unsigned char *c = (const unsigned char*)s.c_str(); *c; c++) { ++ if (*c > 127) { ++ printf(" InputID3(%i): %s - %s\n", v2, s.c_str(), res?res:"null"); ++ break; ++ } ++ } ++#endif /* RCC_DEBUG */ ++ if (res) v.setData(res, rlen + 1); ++ else ++#endif /* HAVE_LIBRCC */ ++ v.setData("", 0); ++ ++ return v; ++} ++ ++TagLib::String::Type rccTaglibPatchGetLocaleType() { ++#ifdef HAVE_LIBRCC ++ size_t len; ++ char charset[32]; ++ ++ rccTaglibPatchTryInit(); ++ if (!rccLocaleGetCharset(charset, NULL, 31)) { ++ if (!strncmp(charset, "UTF", 3)) { ++ len = strlen(charset); ++ ++ if (charset[len-1]=='8') return TagLib::String::UTF8; ++ if (!strcmp(charset+(len-2),"16")) return TagLib::String::UTF16; ++ if (!strcmp(charset+(len-4),"16LE")) return TagLib::String::UTF16LE; ++ if (!strcmp(charset+(len-4),"16BE")) return TagLib::String::UTF16BE; ++ } ++ return TagLib::String::Latin1; ++ } ++#endif /* HAVE_LIBRCC */ ++ return TagLib::String::UTF8; ++} ++ ++TagLib::String::Type rccTaglibPatchGetID3Type() { ++#ifdef HAVE_LIBRCC ++ size_t len; ++ const char *charset; ++ ++ rccTaglibPatchTryInit(); ++ ++ charset = rccGetCurrentCharsetName(ctx, ID3V2_CLASS); ++ if (charset) { ++ if (!strncmp(charset, "UTF", 3)) { ++ len = strlen(charset); ++ ++ if (charset[len-1]=='8') return TagLib::String::UTF8; ++ if (!strcmp(charset+(len-2),"16")) return TagLib::String::UTF16; ++ if (!strcmp(charset+(len-4),"16LE")) return TagLib::String::UTF16LE; ++ if (!strcmp(charset+(len-4),"16BE")) return TagLib::String::UTF16BE; ++ } ++ return TagLib::String::Latin1ID3V2; ++ } else { ++ // Error or no-language configured: If Latin1ID3V2 is returned we normally will use the default unicode encoding unless Latin1 is selected by taglib ++ return TagLib::String::Latin1ID3V2; ++ } ++#endif /* HAVE_LIBRCC */ ++ return TagLib::String::Latin1; ++} +diff -dPNur ./taglib/toolkit/rccpatch.h ./taglib/toolkit/rccpatch.h +--- ./taglib/toolkit/rccpatch.h 1970-01-01 01:00:00.000000000 +0100 ++++ ./taglib/toolkit/rccpatch.h 2013-11-11 13:42:53.045126729 +0100 +@@ -0,0 +1,20 @@ ++#ifndef _RCC_PATCH_H ++#define _RCC_PATCH_H ++ ++#include ++#include "tstring.h" ++#include "tbytevector.h" ++ ++void rccTaglibPatchFree(); ++void rccTaglibPatchInit(); ++void rccTaglibPatchSetContext(void *newctx); ++ ++TagLib::ByteVector rccTaglibPatchRecodeOutput(const std::string &s); ++TagLib::ByteVector rccTaglibPatchRecodeInput(const std::string &s); ++TagLib::ByteVector rccTaglibPatchRecodeOutputID3(const std::string &s, bool v2 = false); ++TagLib::ByteVector rccTaglibPatchRecodeInputID3(const std::string &s, bool v2 = false); ++ ++TagLib::String::Type rccTaglibPatchGetLocaleType(); ++TagLib::String::Type rccTaglibPatchGetID3Type(); ++ ++#endif /* _RCC_PATCH_H */ +diff -dPNur ./taglib/toolkit/tstring.cpp ./taglib/toolkit/tstring.cpp +--- ./taglib/toolkit/tstring.cpp 2013-10-08 17:50:01.000000000 +0200 ++++ ./taglib/toolkit/tstring.cpp 2013-11-11 13:42:53.046126750 +0100 +@@ -29,6 +29,7 @@ + #include + #endif + ++#include "rccpatch.h" + #include "tstring.h" + #include "tdebug.h" + #include "tstringlist.h" +@@ -197,8 +198,11 @@ + String::String(const std::string &s, Type t) + : d(new StringPrivate()) + { +- if(t == Latin1) +- copyFromLatin1(&s[0], s.length()); ++ if(t == Locale) ++ t = rccTaglibPatchGetLocaleType(); ++ ++ if(t == Latin1 || t == Latin1ID3 || t == Latin1ID3V2) ++ copyFromLatin1(&s[0], s.length(), true, t); + else if(t == String::UTF8) + copyFromUTF8(&s[0], s.length()); + else { +@@ -229,8 +233,11 @@ + String::String(const char *s, Type t) + : d(new StringPrivate()) + { +- if(t == Latin1) +- copyFromLatin1(s, ::strlen(s)); ++ if(t == Locale) ++ t = rccTaglibPatchGetLocaleType(); ++ ++ if(t == Latin1 || t == Latin1ID3 || t == Latin1ID3V2) ++ copyFromLatin1(s, ::strlen(s), true, t); + else if(t == String::UTF8) + copyFromUTF8(s, ::strlen(s)); + else { +@@ -251,7 +258,10 @@ + String::String(char c, Type t) + : d(new StringPrivate(1, static_cast(c))) + { +- if(t != Latin1 && t != UTF8) { ++ if(t == Locale) ++ t = rccTaglibPatchGetLocaleType(); ++ ++ if(t != Latin1 && t != Latin1ID3 && t != Latin1ID3V2 && t != UTF8) { + debug("String::String() -- A char should not contain UTF16."); + } + } +@@ -262,8 +272,11 @@ + if(v.isEmpty()) + return; + +- if(t == Latin1) +- copyFromLatin1(v.data(), v.size()); ++ if(t == Locale) ++ t = rccTaglibPatchGetLocaleType(); ++ ++ if(t == Latin1 || t == Latin1ID3 || t == Latin1ID3V2) ++ copyFromLatin1(v.data(), v.size(), true, t); + else if(t == UTF8) + copyFromUTF8(v.data(), v.size()); + else +@@ -428,16 +441,46 @@ + + ByteVector String::data(Type t) const + { +- switch(t) +- { ++ ByteVector v; ++ ++ if (t == Locale) { ++ // The source is either Unicode or real Latin1 (if rcc is bypassed) ++ std::string s = to8Bit(true); ++ ++ // In case of UTF8 locale, this probably will return NULL (no recoding needed), but we will take UTF8 path in the next swtich ++ v = rccTaglibPatchRecodeOutput(s); ++ if (v.size()) return v; ++ ++ t = rccTaglibPatchGetLocaleType(); ++ } ++ ++ switch(t) { ++ case Latin1ID3: ++ case Latin1ID3V2: ++ { ++ std::string s = to8Bit(true); ++ if (t == Latin1ID3) v = rccTaglibPatchRecodeOutputID3(s, false); ++ else if (t == Latin1ID3V2) v = rccTaglibPatchRecodeOutputID3(s, true); ++ if (v.size()) ++ return v; ++ ++ // we don't know if we got NULL because rcc is disabled (error) or UTF8 output is required ++ if ((t == Latin1ID3V2)&&(rccTaglibPatchGetID3Type() == UTF8)) { ++ v.setData(s.c_str(), s.length()); ++ } else { ++ for(wstring::const_iterator it = d->data.begin(); it != d->data.end(); it++) ++ v.append(char(*it)); ++ } ++ return v; ++ } + case Latin1: + { + ByteVector v(size(), 0); + char *p = v.data(); +- ++ + for(wstring::const_iterator it = d->data.begin(); it != d->data.end(); it++) + *p++ = static_cast(*it); +- ++ + return v; + } + case UTF8: +@@ -763,12 +806,29 @@ + // private members + //////////////////////////////////////////////////////////////////////////////// + +-void String::copyFromLatin1(const char *s, size_t length) ++void String::copyFromLatin1(const char *s, size_t length, bool prepare, Type t) + { + d->data.resize(length); +- + for(size_t i = 0; i < length; ++i) + d->data[i] = static_cast(s[i]); ++ ++ // librcc conversation ++ if (prepare) { ++ std::string s = to8Bit(false); ++ ByteVector v; ++ ++ if (t == Latin1ID3) v = rccTaglibPatchRecodeInputID3(s, false); ++ else if (t == Latin1ID3V2) v = rccTaglibPatchRecodeInputID3(s, true); ++ else /* Latin1 converted from Locale */ v = rccTaglibPatchRecodeInput(s); ++ ++ if (v.size()) { ++ copyFromUTF8(v.data(), v.size()); ++ } else { ++ // We don't know if we got UTF-8 encoded string or either rcc is disable or something is failed, ++ // since standard applications are really expecting here Latin1, it is safe to just check if we have violations of UTF8 ++ //if (Unicode::isLegalUTF8(s)) t = UTF8; ++ } ++ } + } + + void String::copyFromUTF8(const char *s, size_t length) +@@ -874,7 +934,33 @@ + + std::ostream &operator<<(std::ostream &s, const TagLib::String &str) + { +- s << str.to8Bit(); ++ TagLib::ByteVector bv = str.data(TagLib::String::Locale); ++ s << bv; + return s; + } + ++TagLib::String::Type TagLib::String::ID3Type(int i) ++{ ++ if(i == Latin1) ++ return Latin1ID3V2; ++ return Type(i); ++}; ++ ++TagLib::String::Type TagLib::String::ID3WType(Type type) ++{ ++ Type rcc_type = rccTaglibPatchGetID3Type(); ++ if((rcc_type == Latin1ID3)||(rcc_type == Latin1ID3V2)||(rcc_type == Latin1)) { ++ if(type == Latin1) return ++ rcc_type; ++ return type; ++ } ++ ++ return rcc_type; ++}; ++ ++TagLib::String::Type TagLib::String::ID3RealType(Type type) ++{ ++ if((type == Latin1ID3) || (type == Latin1ID3V2)) ++ return Latin1; ++ return type; ++} +diff -dPNur ./taglib/toolkit/tstring.h ./taglib/toolkit/tstring.h +--- ./taglib/toolkit/tstring.h 2013-10-08 17:50:01.000000000 +0200 ++++ ./taglib/toolkit/tstring.h 2013-11-11 13:42:53.047126771 +0100 +@@ -90,6 +90,18 @@ + */ + enum Type { + /*! ++ * Determine using current locale settings ++ */ ++ Locale = -1, ++ /*! ++ * Latin1 for ID3 tags. ++ */ ++ Latin1ID3 = 65, ++ /*! ++ * Latin1 for ID3v2 tags. ++ */ ++ Latin1ID3V2 = 66, ++ /*! + * IS08859-1, or Latin1 encoding. 8 bit characters. + */ + Latin1 = 0, +@@ -112,6 +124,10 @@ + UTF16LE = 4 + }; + ++ static Type ID3Type(int i); ++ static Type ID3WType(Type type); ++ static Type ID3RealType(Type type); ++ + /*! + * Constructs an empty String. + */ +@@ -479,7 +495,7 @@ + * Converts a \e Latin-1 string into \e UTF-16(without BOM/CPU byte order) + * and copies it to the internal buffer. + */ +- void copyFromLatin1(const char *s, size_t length); ++ void copyFromLatin1(const char *s, size_t length, bool prepare = false, Type t = Latin1); + + /*! + * Converts a \e UTF-8 string into \e UTF-16(without BOM/CPU byte order) Modified: head/audio/taglib/pkg-plist ============================================================================== --- head/audio/taglib/pkg-plist Mon Nov 25 14:38:47 2013 (r334853) +++ head/audio/taglib/pkg-plist Mon Nov 25 14:45:37 2013 (r334854) @@ -56,6 +56,7 @@ include/taglib/opusproperties.h include/taglib/ownershipframe.h include/taglib/popularimeterframe.h include/taglib/privateframe.h +%%RCC%%include/taglib/rccpatch.h include/taglib/relativevolumeframe.h include/taglib/rifffile.h include/taglib/s3mfile.h From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 15:07:00 2013 Return-Path: Delivered-To: svn-ports-head@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 1CB4B701; Mon, 25 Nov 2013 15:07:00 +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 E626B2059; Mon, 25 Nov 2013 15:06:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPF6xCe086644; Mon, 25 Nov 2013 15:06:59 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPF6xU4086641; Mon, 25 Nov 2013 15:06:59 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311251506.rAPF6xU4086641@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Mon, 25 Nov 2013 15:06:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334855 - in head/textproc/urlview: . 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.16 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: Mon, 25 Nov 2013 15:07:00 -0000 Author: danilo Date: Mon Nov 25 15:06:59 2013 New Revision: 334855 URL: http://svnweb.freebsd.org/changeset/ports/334855 Log: - Fix warnings in urlview.c [1] - Add LICENSE - Add stage support PR: ports/180681 Submitted by: Anton Shterenlikht (maintainer) [1] Modified: head/textproc/urlview/Makefile head/textproc/urlview/files/patch-urlview.c Modified: head/textproc/urlview/Makefile ============================================================================== --- head/textproc/urlview/Makefile Mon Nov 25 14:45:37 2013 (r334854) +++ head/textproc/urlview/Makefile Mon Nov 25 15:06:59 2013 (r334855) @@ -15,19 +15,23 @@ MASTER_SITES= ftp://ftp.mutt.org/mutt/co MAINTAINER= mexas@bris.ac.uk COMMENT= URL extractor/launcher +LICENSE= GPLv2 + GNU_CONFIGURE= yes -MAN1= urlview.1 PLIST_FILES= bin/urlview \ - etc/urlview.conf.sample + etc/urlview.conf.sample \ + man/man1/urlview.1.gz +MAKE_ENV= DESTDIR=${STAGEDIR} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \ -e 's/url_handler.sh/firefox/' \ ${WRKSRC}/* -post-install: +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/urlview ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/urlview.man ${STAGEDIR}${MAN1PREFIX}/man/man1/urlview.1 ${INSTALL_DATA} ${WRKSRC}/sample.urlview \ - ${PREFIX}/etc/urlview.conf.sample + ${STAGEDIR}${PREFIX}/etc/urlview.conf.sample .include Modified: head/textproc/urlview/files/patch-urlview.c ============================================================================== --- head/textproc/urlview/files/patch-urlview.c Mon Nov 25 14:45:37 2013 (r334854) +++ head/textproc/urlview/files/patch-urlview.c Mon Nov 25 15:06:59 2013 (r334855) @@ -1,5 +1,5 @@ ---- urlview.c.orig Wed Nov 9 15:34:39 2005 -+++ urlview.c Wed Nov 9 15:35:06 2005 +--- urlview.c.orig 2013-07-19 22:44:59.000000000 +0100 ++++ urlview.c 2013-07-19 22:45:22.000000000 +0100 @@ -46,6 +46,8 @@ #include #endif @@ -7,5 +7,14 @@ +#include "quote.h" + #define DEFAULT_REGEXP "(((https?|ftp|gopher)://|(mailto|file|news):)[^' \t<>\"]+|(www|web|w3)\\.[-a-z0-9.]+)[^' \t.,;<>\"\\):]" - #define DEFAULT_COMMAND "url_handler.sh %s" + #define DEFAULT_COMMAND "firefox %s" #define SYSTEM_INITFILE "/usr/local/etc/urlview.conf" +@@ -61,7 +63,7 @@ + MOTION + }; + +-extern int mutt_enter_string (unsigned char *buf, size_t buflen, int y, int x, ++extern int mutt_enter_string (char *buf, size_t buflen, int y, int x, + int flags); + + void search_forward (char *search, int urlcount, char **url, int *redraw, int *current, int *top) From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 15:19:01 2013 Return-Path: Delivered-To: svn-ports-head@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 879C6BFB; Mon, 25 Nov 2013 15:19:01 +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 5C0BA2106; Mon, 25 Nov 2013 15:19:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPFJ1Oq090539; Mon, 25 Nov 2013 15:19:01 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPFJ08W090535; Mon, 25 Nov 2013 15:19:00 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201311251519.rAPFJ08W090535@svn.freebsd.org> From: "Jason E. Hale" Date: Mon, 25 Nov 2013 15:19:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334856 - in head/graphics/opencv: . 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.16 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: Mon, 25 Nov 2013 15:19:01 -0000 Author: jhale Date: Mon Nov 25 15:19:00 2013 New Revision: 334856 URL: http://svnweb.freebsd.org/changeset/ports/334856 Log: - Allow build with clang without libc++ on 8.x and 9.x [1][2][3] - Fix build on powerpc64 [4] PR: ports/183238 [1], ports/183954 [2], ports/182046 [4] Submitted by: Chess Griffin [1], Guillaume Bibaut [2], jhibbits [4] Patched by: tijl (via private mail) [3] Modified: head/graphics/opencv/Makefile head/graphics/opencv/files/patch-modules__ts__include__opencv2__ts__ts_gtest.h Modified: head/graphics/opencv/Makefile ============================================================================== --- head/graphics/opencv/Makefile Mon Nov 25 15:06:59 2013 (r334855) +++ head/graphics/opencv/Makefile Mon Nov 25 15:19:00 2013 (r334856) @@ -17,12 +17,14 @@ LICENSE_FILE= ${WRKSRC}/doc/license.txt WANT_GSTREAMER= yes MAKE_JOBS_UNSAFE= yes USE_BZIP2= yes -USES= compiler:features cmake pkgconfig +USES= cmake pkgconfig USE_DOS2UNIX= yes USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/OpenCV-${DISTVERSION} +CXXFLAGS+= -DGTEST_USE_OWN_TR1_TUPLE=1 + NOT_FOR_ARCHS= sparc64 NOT_FOR_ARCHS_REASON_sparc64= does not compile on sparc64 @@ -154,6 +156,9 @@ CMAKE_ARGS+= -DBUILD_EXAMPLES:BOOL=Off \ -DWITH_PVAPI:BOOL=Off \ -DWITH_1394:BOOL=Off \ -DWITH_CUDA:BOOL=Off + +.include + .endif # defined(_BUILDING_OPENCV_CORE) || defined(_BUILDING_OPENCV_PYTHON) .if defined(_BUILDING_OPENCV_PYTHON) @@ -162,19 +167,13 @@ CMAKE_ARGS+= -DBUILD_NEW_PYTHON_SUPPORT: CMAKE_ARGS+= -DBUILD_NEW_PYTHON_SUPPORT:BOOL=Off .endif -.include - -.if ${COMPILER_TYPE}=="clang" -USE_CXXSTD= c++11 -CXXFLAGS+= -stdlib=libc++ -Wno-error -Wno-c++11-narrowing -.endif - post-patch: @${MKDIR} ${CONFIGURE_WRKSRC} @${REINPLACE_CMD} -e 's:set(OPENCV_SOVERSION.*:set(OPENCV_SOVERSION "$${OPENCV_VERSION_MAJOR}"):' \ -e 's:-pthread:${PTHREAD_LIBS}:g' \ -e 's:$${OPENCV_LIB_INSTALL_PATH}/pkgconfig:$${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig:g' \ -e 's:share/OpenCV/doc:share/doc/opencv:g' \ + -e 's:-mcpu=G3::g' \ ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e 's|${PORTNAME}/samples|examples/${PORTNAME}|g' \ ${WRKSRC}/samples/*/CMakeLists.txt \ @@ -210,4 +209,4 @@ post-patch: ${WRKSRC}/CMakeLists.txt .endif -.include +.include Modified: head/graphics/opencv/files/patch-modules__ts__include__opencv2__ts__ts_gtest.h ============================================================================== --- head/graphics/opencv/files/patch-modules__ts__include__opencv2__ts__ts_gtest.h Mon Nov 25 15:06:59 2013 (r334855) +++ head/graphics/opencv/files/patch-modules__ts__include__opencv2__ts__ts_gtest.h Mon Nov 25 15:19:00 2013 (r334856) @@ -8,265 +8,3 @@ // Copyright 2005, Google Inc. // All rights reserved. -@@ -543,7 +544,7 @@ - // Author: wan@google.com (Zhanyong Wan) - - // Implements a subset of TR1 tuple needed by Google Test and Google Mock. -- -+#define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TUPLE_H_ 1 - #ifndef GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TUPLE_H_ - #define GTEST_INCLUDE_GTEST_INTERNAL_GTEST_TUPLE_H_ - -@@ -1504,11 +1505,35 @@ - // . Hence the following #define is a hack to prevent - // from being included. - #define _TR1_FUNCTIONAL 1 -+#ifdef __clang__ -+#if __has_include() -+#include -+namespace gtest { -+ using ::std::tuple; -+} -+#endif -+#else - #include -+namespace gtest { -+ using ::std::tr1::tuple; -+} -+#endif - #undef _TR1_FUNCTIONAL // Allows the user to #include - // if he chooses to. - #else --#include // NOLINT -+#if defined(__clang__) -+#if __has_include() -+#include -+namespace gtest { -+ using ::std::tuple; -+} -+#endif -+#else -+#include -+namespace gtest { -+ using ::std::tr1::tuple; -+} -+#endif - #endif // !GTEST_HAS_RTTI && GTEST_GCC_VER_ < 40302 - - #else -@@ -11951,9 +11976,9 @@ - // - template - class CartesianProductGenerator2 -- : public ParamGeneratorInterface< ::std::tr1::tuple > { -+ : public ParamGeneratorInterface< gtest::tuple > { - public: -- typedef ::std::tr1::tuple ParamType; -+ typedef gtest::tuple ParamType; - - CartesianProductGenerator2(const ParamGenerator& g1, - const ParamGenerator& g2) -@@ -12066,9 +12091,9 @@ - - template - class CartesianProductGenerator3 -- : public ParamGeneratorInterface< ::std::tr1::tuple > { -+ : public ParamGeneratorInterface< gtest::tuple > { - public: -- typedef ::std::tr1::tuple ParamType; -+ typedef gtest::tuple ParamType; - - CartesianProductGenerator3(const ParamGenerator& g1, - const ParamGenerator& g2, const ParamGenerator& g3) -@@ -12198,9 +12223,9 @@ - - template - class CartesianProductGenerator4 -- : public ParamGeneratorInterface< ::std::tr1::tuple > { -+ : public ParamGeneratorInterface< gtest::tuple > { - public: -- typedef ::std::tr1::tuple ParamType; -+ typedef gtest::tuple ParamType; - - CartesianProductGenerator4(const ParamGenerator& g1, - const ParamGenerator& g2, const ParamGenerator& g3, -@@ -12349,9 +12374,9 @@ - - template - class CartesianProductGenerator5 -- : public ParamGeneratorInterface< ::std::tr1::tuple > { -+ : public ParamGeneratorInterface< gtest::tuple > { - public: -- typedef ::std::tr1::tuple ParamType; -+ typedef gtest::tuple ParamType; - - CartesianProductGenerator5(const ParamGenerator& g1, - const ParamGenerator& g2, const ParamGenerator& g3, -@@ -12517,10 +12542,10 @@ - template - class CartesianProductGenerator6 -- : public ParamGeneratorInterface< ::std::tr1::tuple > { - public: -- typedef ::std::tr1::tuple ParamType; -+ typedef gtest::tuple ParamType; - - CartesianProductGenerator6(const ParamGenerator& g1, - const ParamGenerator& g2, const ParamGenerator& g3, -@@ -12703,10 +12728,10 @@ - template - class CartesianProductGenerator7 -- : public ParamGeneratorInterface< ::std::tr1::tuple > { - public: -- typedef ::std::tr1::tuple ParamType; -+ typedef gtest::tuple ParamType; - - CartesianProductGenerator7(const ParamGenerator& g1, - const ParamGenerator& g2, const ParamGenerator& g3, -@@ -12906,10 +12931,10 @@ - template - class CartesianProductGenerator8 -- : public ParamGeneratorInterface< ::std::tr1::tuple > { - public: -- typedef ::std::tr1::tuple ParamType; -+ typedef gtest::tuple ParamType; - - CartesianProductGenerator8(const ParamGenerator& g1, - const ParamGenerator& g2, const ParamGenerator& g3, -@@ -13128,10 +13153,10 @@ - template - class CartesianProductGenerator9 -- : public ParamGeneratorInterface< ::std::tr1::tuple > { - public: -- typedef ::std::tr1::tuple ParamType; -+ typedef gtest::tuple ParamType; - - CartesianProductGenerator9(const ParamGenerator& g1, - const ParamGenerator& g2, const ParamGenerator& g3, -@@ -13367,10 +13392,10 @@ - template - class CartesianProductGenerator10 -- : public ParamGeneratorInterface< ::std::tr1::tuple > { - public: -- typedef ::std::tr1::tuple ParamType; -+ typedef gtest::tuple ParamType; - - CartesianProductGenerator10(const ParamGenerator& g1, - const ParamGenerator& g2, const ParamGenerator& g3, -@@ -13632,8 +13657,8 @@ - CartesianProductHolder2(const Generator1& g1, const Generator2& g2) - : g1_(g1), g2_(g2) {} - template -- operator ParamGenerator< ::std::tr1::tuple >() const { -- return ParamGenerator< ::std::tr1::tuple >( -+ operator ParamGenerator< gtest::tuple >() const { -+ return ParamGenerator< gtest::tuple >( - new CartesianProductGenerator2( - static_cast >(g1_), - static_cast >(g2_))); -@@ -13654,8 +13679,8 @@ - const Generator3& g3) - : g1_(g1), g2_(g2), g3_(g3) {} - template -- operator ParamGenerator< ::std::tr1::tuple >() const { -- return ParamGenerator< ::std::tr1::tuple >( -+ operator ParamGenerator< gtest::tuple >() const { -+ return ParamGenerator< gtest::tuple >( - new CartesianProductGenerator3( - static_cast >(g1_), - static_cast >(g2_), -@@ -13679,8 +13704,8 @@ - const Generator3& g3, const Generator4& g4) - : g1_(g1), g2_(g2), g3_(g3), g4_(g4) {} - template -- operator ParamGenerator< ::std::tr1::tuple >() const { -- return ParamGenerator< ::std::tr1::tuple >( -+ operator ParamGenerator< gtest::tuple >() const { -+ return ParamGenerator< gtest::tuple >( - new CartesianProductGenerator4( - static_cast >(g1_), - static_cast >(g2_), -@@ -13706,8 +13731,8 @@ - const Generator3& g3, const Generator4& g4, const Generator5& g5) - : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5) {} - template -- operator ParamGenerator< ::std::tr1::tuple >() const { -- return ParamGenerator< ::std::tr1::tuple >( -+ operator ParamGenerator< gtest::tuple >() const { -+ return ParamGenerator< gtest::tuple >( - new CartesianProductGenerator5( - static_cast >(g1_), - static_cast >(g2_), -@@ -13737,8 +13762,8 @@ - : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6) {} - template -- operator ParamGenerator< ::std::tr1::tuple >() const { -- return ParamGenerator< ::std::tr1::tuple >( -+ operator ParamGenerator< gtest::tuple >() const { -+ return ParamGenerator< gtest::tuple >( - new CartesianProductGenerator6( - static_cast >(g1_), - static_cast >(g2_), -@@ -13770,9 +13795,9 @@ - : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7) {} - template -- operator ParamGenerator< ::std::tr1::tuple >() const { -- return ParamGenerator< ::std::tr1::tuple >( -+ return ParamGenerator< gtest::tuple >( - new CartesianProductGenerator7( - static_cast >(g1_), - static_cast >(g2_), -@@ -13808,9 +13833,9 @@ - g8_(g8) {} - template -- operator ParamGenerator< ::std::tr1::tuple >() const { -- return ParamGenerator< ::std::tr1::tuple >( -+ return ParamGenerator< gtest::tuple >( - new CartesianProductGenerator8( - static_cast >(g1_), - static_cast >(g2_), -@@ -13849,9 +13874,9 @@ - g9_(g9) {} - template -- operator ParamGenerator< ::std::tr1::tuple >() const { -- return ParamGenerator< ::std::tr1::tuple >( - new CartesianProductGenerator9( - static_cast >(g1_), -@@ -13893,9 +13918,9 @@ - g9_(g9), g10_(g10) {} - template -- operator ParamGenerator< ::std::tr1::tuple >() const { -- return ParamGenerator< ::std::tr1::tuple >( - new CartesianProductGenerator10( From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 15:27:47 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 ESMTPS id 73ABADAB; Mon, 25 Nov 2013 15:27:47 +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 62E3D2197; Mon, 25 Nov 2013 15:27:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPFRlT4093648; Mon, 25 Nov 2013 15:27:47 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPFRlhh093645; Mon, 25 Nov 2013 15:27:47 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201311251527.rAPFRlhh093645@svn.freebsd.org> From: Li-Wen Hsu Date: Mon, 25 Nov 2013 15:27:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334857 - head/devel/jenkins 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.16 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: Mon, 25 Nov 2013 15:27:47 -0000 Author: lwhsu Date: Mon Nov 25 15:27:46 2013 New Revision: 334857 URL: http://svnweb.freebsd.org/changeset/ports/334857 Log: - Update to 1.540 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Mon Nov 25 15:19:00 2013 (r334856) +++ head/devel/jenkins/Makefile Mon Nov 25 15:27:46 2013 (r334857) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 1.539 +PORTVERSION= 1.540 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Mon Nov 25 15:19:00 2013 (r334856) +++ head/devel/jenkins/distinfo Mon Nov 25 15:27:46 2013 (r334857) @@ -1,2 +1,2 @@ -SHA256 (jenkins/1.539/jenkins.war) = 0f610b395dfd5555afce08da86b3123d88c73cc87a732d593e90106e76715650 -SIZE (jenkins/1.539/jenkins.war) = 67609980 +SHA256 (jenkins/1.540/jenkins.war) = a1b2544bfe289d74020eb5a5cad2bc637a50339254f337fdf3ec98b1650d75cf +SIZE (jenkins/1.540/jenkins.war) = 65686598 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 15:54:39 2013 Return-Path: Delivered-To: svn-ports-head@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 1F836D79; Mon, 25 Nov 2013 15:54:39 +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 0EFC02384; Mon, 25 Nov 2013 15:54:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPFscDq003386; Mon, 25 Nov 2013 15:54:38 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPFsccA003385; Mon, 25 Nov 2013 15:54:38 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201311251554.rAPFsccA003385@svn.freebsd.org> From: Boris Samorodov Date: Mon, 25 Nov 2013 15:54:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334858 - head/sysutils/slurm-hpc 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.16 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: Mon, 25 Nov 2013 15:54:39 -0000 Author: bsam Date: Mon Nov 25 15:54:38 2013 New Revision: 334858 URL: http://svnweb.freebsd.org/changeset/ports/334858 Log: Add PKGNAMESUFFIX=-hpc to have a non-conflict package name with net/slurm. Submitted by: Jason Bacon (maintainer, via e-mail) Modified: head/sysutils/slurm-hpc/Makefile Modified: head/sysutils/slurm-hpc/Makefile ============================================================================== --- head/sysutils/slurm-hpc/Makefile Mon Nov 25 15:27:46 2013 (r334857) +++ head/sysutils/slurm-hpc/Makefile Mon Nov 25 15:54:38 2013 (r334858) @@ -7,6 +7,7 @@ CATEGORIES= sysutils MASTER_SITES= http://www.schedmd.com/download/archive/ \ http://www.schedmd.com/download/latest/ \ http://www.schedmd.com/download/development/ +PKGNAMESUFFIX= -hpc MAINTAINER= jwbacon@tds.net COMMENT= Simple Linux Utility for Resource Management From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 16:11:06 2013 Return-Path: Delivered-To: svn-ports-head@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 73DB252C; Mon, 25 Nov 2013 16:11:06 +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 6222D249F; Mon, 25 Nov 2013 16:11:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPGB6WR010344; Mon, 25 Nov 2013 16:11:06 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPGB6AF010341; Mon, 25 Nov 2013 16:11:06 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201311251611.rAPGB6AF010341@svn.freebsd.org> From: Mathieu Arnold Date: Mon, 25 Nov 2013 16:11:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334859 - head/dns/maradns 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.16 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: Mon, 25 Nov 2013 16:11:06 -0000 Author: mat Date: Mon Nov 25 16:11:05 2013 New Revision: 334859 URL: http://svnweb.freebsd.org/changeset/ports/334859 Log: - Convert to staging. - Take maintainership. Modified: head/dns/maradns/Makefile head/dns/maradns/pkg-plist (contents, props changed) Modified: head/dns/maradns/Makefile ============================================================================== --- head/dns/maradns/Makefile Mon Nov 25 15:54:38 2013 (r334858) +++ head/dns/maradns/Makefile Mon Nov 25 16:11:05 2013 (r334859) @@ -6,7 +6,7 @@ PORTVERSION= 1.4.12 CATEGORIES= dns MASTER_SITES= http://www.maradns.org/download/1.4/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= mat@FreeBSD.org COMMENT= DNS server with focus on security and simplicity LICENSE= BSD @@ -21,11 +21,6 @@ USE_RC_SUBR= ${PORTNAME} zoneserver USERS= bind GROUPS= bind -MAN1= askmara.1 getzone.1 fetchzone.1 -MAN5= mararc.5 csv1.5 csv2.5 csv2_txt.5 -MAN8= maradns.8 zoneserver.8 duende.8 - -NO_STAGE= yes .include post-patch: @@ -36,43 +31,43 @@ post-patch: s|^FLAGS =|#FLAGS =|g' do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/server/maradns ${PREFIX}/sbin - ${INSTALL_PROGRAM} ${WRKSRC}/tcp/getzone ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/tcp/fetchzone ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/tcp/zoneserver ${PREFIX}/sbin - ${INSTALL_PROGRAM} ${WRKSRC}/tools/askmara ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/tools/duende ${PREFIX}/bin - - ${INSTALL_MAN} ${WRKSRC}/doc/en/man/askmara.1 ${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/en/man/getzone.1 ${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/en/man/fetchzone.1 ${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/en/man/maradns.8 ${MANPREFIX}/man/man8 - ${INSTALL_MAN} ${WRKSRC}/doc/en/man/zoneserver.8 ${MANPREFIX}/man/man8 - ${INSTALL_MAN} ${WRKSRC}/doc/en/man/duende.8 ${MANPREFIX}/man/man8 - ${INSTALL_MAN} ${WRKSRC}/doc/en/man/mararc.5 ${MANPREFIX}/man/man5 - ${INSTALL_MAN} ${WRKSRC}/doc/en/man/csv1.5 ${MANPREFIX}/man/man5 - ${INSTALL_MAN} ${WRKSRC}/doc/en/man/csv2.5 ${MANPREFIX}/man/man5 - ${INSTALL_MAN} ${WRKSRC}/doc/en/man/csv2_txt.5 ${MANPREFIX}/man/man5 - - ${INSTALL_DATA} ${WRKSRC}/doc/en/examples/example_full_mararc ${PREFIX}/etc/mararc.sample - - ${MKDIR} ${ETCDIR}/ - ${INSTALL_DATA} ${WRKSRC}/doc/en/examples/example_csv2 ${ETCDIR}/example_csv2 - ${MKDIR} ${ETCDIR}/logger + ${INSTALL_PROGRAM} ${WRKSRC}/server/maradns ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/tcp/getzone ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/tcp/fetchzone ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/tcp/zoneserver ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/tools/askmara ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/tools/duende ${STAGEDIR}${PREFIX}/bin + + ${INSTALL_MAN} ${WRKSRC}/doc/en/man/askmara.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/en/man/getzone.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/en/man/fetchzone.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/en/man/maradns.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/doc/en/man/zoneserver.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/doc/en/man/duende.8 ${STAGEDIR}${MANPREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/doc/en/man/mararc.5 ${STAGEDIR}${MANPREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/doc/en/man/csv1.5 ${STAGEDIR}${MANPREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/doc/en/man/csv2.5 ${STAGEDIR}${MANPREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/doc/en/man/csv2_txt.5 ${STAGEDIR}${MANPREFIX}/man/man5 + + ${INSTALL_DATA} ${WRKSRC}/doc/en/examples/example_full_mararc ${STAGEDIR}${PREFIX}/etc/mararc.sample + + ${MKDIR} ${STAGEDIR}${ETCDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/en/examples/example_csv2 ${STAGEDIR}${ETCDIR}/example_csv2 + ${MKDIR} ${STAGEDIR}${ETCDIR}/logger .if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR}/ - ${INSTALL_DATA} ${WRKSRC}/doc/en/examples/* ${EXAMPLESDIR}/ + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC}/doc/en/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .endif .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR}/en - ${INSTALL_DATA} ${WRKSRC}/doc/en/*.* ${DOCSDIR}/en - ${INSTALL_DATA} ${WRKSRC}/doc/en/QuickStart ${DOCSDIR}/en - ${INSTALL_DATA} ${WRKSRC}/doc/en/README ${DOCSDIR}/en - ${CP} -R ${WRKSRC}/doc/en/misc ${DOCSDIR}/en - ${CP} -R ${WRKSRC}/doc/en/pdf ${DOCSDIR}/en - ${CP} -R ${WRKSRC}/doc/en/tutorial ${DOCSDIR}/en - ${CP} -R ${WRKSRC}/doc/en/text ${DOCSDIR}/en + @${MKDIR} ${STAGEDIR}${DOCSDIR}/en + ${INSTALL_DATA} ${WRKSRC}/doc/en/*.* ${STAGEDIR}${DOCSDIR}/en + ${INSTALL_DATA} ${WRKSRC}/doc/en/QuickStart ${STAGEDIR}${DOCSDIR}/en + ${INSTALL_DATA} ${WRKSRC}/doc/en/README ${STAGEDIR}${DOCSDIR}/en + (cd ${WRKSRC}/doc/en && ${COPYTREE_SHARE} misc ${STAGEDIR}${DOCSDIR}/en) + (cd ${WRKSRC}/doc/en && ${COPYTREE_SHARE} pdf ${STAGEDIR}${DOCSDIR}/en) + (cd ${WRKSRC}/doc/en && ${COPYTREE_SHARE} tutorial ${STAGEDIR}${DOCSDIR}/en) + (cd ${WRKSRC}/doc/en && ${COPYTREE_SHARE} text ${STAGEDIR}${DOCSDIR}/en) .endif .include Modified: head/dns/maradns/pkg-plist ============================================================================== --- head/dns/maradns/pkg-plist Mon Nov 25 15:54:38 2013 (r334858) +++ head/dns/maradns/pkg-plist Mon Nov 25 16:11:05 2013 (r334859) @@ -1,134 +1,144 @@ -bin/getzone -bin/fetchzone bin/askmara bin/duende -etc/mararc.sample +bin/fetchzone +bin/getzone %%ETCDIR%%/example_csv2 +etc/mararc.sample +man/man1/askmara.1.gz +man/man1/fetchzone.1.gz +man/man1/getzone.1.gz +man/man5/csv1.5.gz +man/man5/csv2.5.gz +man/man5/csv2_txt.5.gz +man/man5/mararc.5.gz +man/man8/duende.8.gz +man/man8/maradns.8.gz +man/man8/zoneserver.8.gz sbin/maradns sbin/zoneserver +%%PORTDOCS%%%%DOCSDIR%%/en/QuickStart +%%PORTDOCS%%%%DOCSDIR%%/en/README %%PORTDOCS%%%%DOCSDIR%%/en/changelog.txt %%PORTDOCS%%%%DOCSDIR%%/en/credits.txt %%PORTDOCS%%%%DOCSDIR%%/en/faq.html %%PORTDOCS%%%%DOCSDIR%%/en/faq.txt %%PORTDOCS%%%%DOCSDIR%%/en/files.txt -%%PORTDOCS%%%%DOCSDIR%%/en/QuickStart -%%PORTDOCS%%%%DOCSDIR%%/en/README -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_getline_stdin.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_destroy.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/0README +%%PORTDOCS%%%%DOCSDIR%%/en/misc/csv2.regexmatch.functionlist +%%PORTDOCS%%%%DOCSDIR%%/en/misc/dns-record-types.txt %%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/README -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_insert.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_val.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_octets.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_tolower.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_qstr2js.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_substr.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_copy.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_write.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_open.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_open_write.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_nonmatch.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_dealloc.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_set_chsize.3 %%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_alloc.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_append.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_atoi.3 %%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_buf_eof.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_has_sanity.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_read.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_buf_getline.3 %%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_buf_read.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_close.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_copy.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_create.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_dealloc.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_destroy.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_destroy_force.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_fgrep.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_fgrep_offset.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_get_encode.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_getline_stdin.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_has_sanity.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_insert.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_issame.3 %%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_js2str.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_length.3 %%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_lock.3 %%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_match.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_match_offset.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_newline_chars.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_nonmatch.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_nonmatch_offset.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_octets.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_open.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_open_append.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_open_read.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_open_write.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_qstr2js.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_read.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_set_chsize.3 %%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_set_encode.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_issame.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_atoi.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_fgrep.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_fgrep_offset.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_append.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_destroy_force.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_close.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_show_stdout.3 %%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_space_chars.3 %%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_str2js.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_show_stdout.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_substr.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_tolower.3 %%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_unlock.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_match_offset.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_newline_chars.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_length.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_create.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_open_read.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_buf_getline.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_get_encode.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_open_append.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_nonmatch_offset.3 -%%PORTDOCS%%%%DOCSDIR%%/en/misc/csv2.regexmatch.functionlist +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_val.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/js-manpages/js_write.3 +%%PORTDOCS%%%%DOCSDIR%%/en/misc/multiple.qdcount +%%PORTDOCS%%%%DOCSDIR%%/en/misc/propagation.txt %%PORTDOCS%%%%DOCSDIR%%/en/misc/recursive.algorithm -%%PORTDOCS%%%%DOCSDIR%%/en/misc/vim.cheatsheet -%%PORTDOCS%%%%DOCSDIR%%/en/misc/dns-record-types.txt %%PORTDOCS%%%%DOCSDIR%%/en/misc/setup.bind.djbdns.axfr.test +%%PORTDOCS%%%%DOCSDIR%%/en/misc/vim.cheatsheet %%PORTDOCS%%%%DOCSDIR%%/en/misc/year_2038_statement.txt -%%PORTDOCS%%%%DOCSDIR%%/en/misc/propagation.txt -%%PORTDOCS%%%%DOCSDIR%%/en/misc/multiple.qdcount -%%PORTDOCS%%%%DOCSDIR%%/en/misc/0README -%%PORTDOCS%%%%DOCSDIR%%/en/pdf/README %%PORTDOCS%%%%DOCSDIR%%/en/pdf/Makefile +%%PORTDOCS%%%%DOCSDIR%%/en/pdf/README %%PORTDOCS%%%%DOCSDIR%%/en/pdf/tmac.an.patch +%%PORTDOCS%%%%DOCSDIR%%/en/text/Makefile +%%PORTDOCS%%%%DOCSDIR%%/en/text/authoritative.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/bind2csv2.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/coding_style.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/compile.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/convert.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/dangling.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/default_zonefile.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/dnsintro.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/dnsmaster.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/dnsslave.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/dnstcp.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/glossary.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/man.askmara.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/man.csv2.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/man.csv2_txt.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/man.duende.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/man.fetchzone.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/man.maradns.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/man.mararc.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/man.zoneserver.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/quick_start.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/recordtypes.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/recursive.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/troubleshoot.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/tutorial.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/update.txt +%%PORTDOCS%%%%DOCSDIR%%/en/text/win_service.txt %%PORTDOCS%%%%DOCSDIR%%/en/tutorial/00index.html -%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/make.index -%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/recordtypes.html -%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/man.fetchzone.html -%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/man.csv2.html %%PORTDOCS%%%%DOCSDIR%%/en/tutorial/Makefile -%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/authoritative.html +%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/bind2csv2.html +%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/coding_style.html +%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/compile.html +%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/convert.html +%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/dangling.html %%PORTDOCS%%%%DOCSDIR%%/en/tutorial/default_zonefile.html -%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/dnsslave.html %%PORTDOCS%%%%DOCSDIR%%/en/tutorial/dnsintro.html -%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/coding_style.html %%PORTDOCS%%%%DOCSDIR%%/en/tutorial/dnsmaster.html +%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/dnsslave.html +%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/dnstcp.html +%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/glossary.html +%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/index.html +%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/make.index %%PORTDOCS%%%%DOCSDIR%%/en/tutorial/man.askmara.html -%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/bind2csv2.html -%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/update.html +%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/man.csv2.html %%PORTDOCS%%%%DOCSDIR%%/en/tutorial/man.csv2_txt.html -%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/compile.html -%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/glossary.html %%PORTDOCS%%%%DOCSDIR%%/en/tutorial/man.duende.html -%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/authoritative.html -%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/index.html -%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/troubleshoot.html +%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/man.fetchzone.html +%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/man.maradns.html %%PORTDOCS%%%%DOCSDIR%%/en/tutorial/man.mararc.html -%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/quick_start.html %%PORTDOCS%%%%DOCSDIR%%/en/tutorial/man.zoneserver.html -%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/convert.html -%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/dangling.html -%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/win_service.html -%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/dnstcp.html +%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/quick_start.html +%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/recordtypes.html %%PORTDOCS%%%%DOCSDIR%%/en/tutorial/recursive.html -%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/man.maradns.html -%%PORTDOCS%%%%DOCSDIR%%/en/text/recursive.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/authoritative.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/win_service.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/bind2csv2.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/compile.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/default_zonefile.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/man.csv2.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/Makefile -%%PORTDOCS%%%%DOCSDIR%%/en/text/man.csv2_txt.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/dangling.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/quick_start.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/man.maradns.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/dnsslave.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/dnsmaster.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/man.mararc.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/man.fetchzone.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/dnsintro.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/convert.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/coding_style.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/update.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/man.askmara.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/troubleshoot.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/recordtypes.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/glossary.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/man.duende.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/tutorial.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/man.zoneserver.txt -%%PORTDOCS%%%%DOCSDIR%%/en/text/dnstcp.txt +%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/troubleshoot.html +%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/update.html +%%PORTDOCS%%%%DOCSDIR%%/en/tutorial/win_service.html %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_authoritative_mararc.txt %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_csv1 @@ -138,14 +148,13 @@ sbin/zoneserver %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_full_mararc.orig %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_mararc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_recursive_mararc.txt -@exec mkdir -p %D/%%ETCDIR%%/logger -@dirrmtry %%ETCDIR%%/logger -@dirrmtry %%ETCDIR%% %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/text %%PORTDOCS%%@dirrm %%DOCSDIR%%/en/tutorial +%%PORTDOCS%%@dirrm %%DOCSDIR%%/en/text %%PORTDOCS%%@dirrm %%DOCSDIR%%/en/pdf %%PORTDOCS%%@dirrm %%DOCSDIR%%/en/misc/js-manpages %%PORTDOCS%%@dirrm %%DOCSDIR%%/en/misc %%PORTDOCS%%@dirrm %%DOCSDIR%%/en %%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrmtry etc/maradns/logger +@dirrmtry etc/maradns From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 16:11:54 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 ESMTPS id F267F626; Mon, 25 Nov 2013 16:11:53 +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 E1C4B24B1; Mon, 25 Nov 2013 16:11:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPGBrvW010513; Mon, 25 Nov 2013 16:11:53 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPGBr00010512; Mon, 25 Nov 2013 16:11:53 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201311251611.rAPGBr00010512@svn.freebsd.org> From: Philippe Audeoud Date: Mon, 25 Nov 2013 16:11:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334860 - head/audio/moc 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.16 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: Mon, 25 Nov 2013 16:11:54 -0000 Author: jadawin Date: Mon Nov 25 16:11:53 2013 New Revision: 334860 URL: http://svnweb.freebsd.org/changeset/ports/334860 Log: - FLAC support by default PR: ports/177193 Submitted by: Luke Approved by: maintainer Modified: head/audio/moc/Makefile Modified: head/audio/moc/Makefile ============================================================================== --- head/audio/moc/Makefile Mon Nov 25 16:11:05 2013 (r334859) +++ head/audio/moc/Makefile Mon Nov 25 16:11:53 2013 (r334860) @@ -3,7 +3,7 @@ PORTNAME= moc PORTVERSION= 2.4.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/ @@ -22,7 +22,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= JACK MP3 FFMPEG MUSEPACK VORBIS FLAC SNDFILE SPEEX SAMPLERATE CURL RCC -OPTIONS_DEFAULT= MP3 VORBIS CURL +OPTIONS_DEFAULT= MP3 VORBIS FLAC CURL CURL_DESC= curl support (Internet streams) RCC_DESC= RCC support From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 16:31:08 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 ESMTPS id 1A782D57; Mon, 25 Nov 2013 16:31:08 +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 E3D0925E4; Mon, 25 Nov 2013 16:31:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPGV7sx017204; Mon, 25 Nov 2013 16:31:07 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPGV7x5017196; Mon, 25 Nov 2013 16:31:07 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311251631.rAPGV7x5017196@svn.freebsd.org> From: William Grzybowski Date: Mon, 25 Nov 2013 16:31:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334861 - head/devel/libgit2 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.16 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: Mon, 25 Nov 2013 16:31:08 -0000 Author: wg Date: Mon Nov 25 16:31:06 2013 New Revision: 334861 URL: http://svnweb.freebsd.org/changeset/ports/334861 Log: devel/libgit2: update to 0.20.0 Modified: head/devel/libgit2/Makefile head/devel/libgit2/distinfo head/devel/libgit2/pkg-plist Modified: head/devel/libgit2/Makefile ============================================================================== --- head/devel/libgit2/Makefile Mon Nov 25 16:11:53 2013 (r334860) +++ head/devel/libgit2/Makefile Mon Nov 25 16:31:06 2013 (r334861) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libgit2 -PORTVERSION= 0.19.0 +PORTVERSION= 0.20.0 CATEGORIES= devel MAINTAINER= wg@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= libgit2 GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= eddc1f1 +GH_COMMIT= 43cb8b3 USES= cmake USE_LDCONFIG= yes Modified: head/devel/libgit2/distinfo ============================================================================== --- head/devel/libgit2/distinfo Mon Nov 25 16:11:53 2013 (r334860) +++ head/devel/libgit2/distinfo Mon Nov 25 16:31:06 2013 (r334861) @@ -1,2 +1,2 @@ -SHA256 (libgit2-0.19.0.tar.gz) = fd7fa191f679038e39e52d9c7ca11c007a9d7fde50cef6717b2d119828f00f15 -SIZE (libgit2-0.19.0.tar.gz) = 3124332 +SHA256 (libgit2-0.20.0.tar.gz) = 7251daf92958b7f3e59e90a989542d6ef05b1c1d9acade0632fc2becd067d6c7 +SIZE (libgit2-0.20.0.tar.gz) = 3257907 Modified: head/devel/libgit2/pkg-plist ============================================================================== --- head/devel/libgit2/pkg-plist Mon Nov 25 16:11:53 2013 (r334860) +++ head/devel/libgit2/pkg-plist Mon Nov 25 16:31:06 2013 (r334861) @@ -1,7 +1,9 @@ include/git2.h include/git2/attr.h +include/git2/blame.h include/git2/blob.h include/git2/branch.h +include/git2/buffer.h include/git2/checkout.h include/git2/clone.h include/git2/commit.h @@ -10,6 +12,7 @@ include/git2/config.h include/git2/cred_helpers.h include/git2/diff.h include/git2/errors.h +include/git2/filter.h include/git2/graph.h include/git2/ignore.h include/git2/index.h @@ -24,6 +27,8 @@ include/git2/odb.h include/git2/odb_backend.h include/git2/oid.h include/git2/pack.h +include/git2/patch.h +include/git2/pathspec.h include/git2/push.h include/git2/refdb.h include/git2/reflog.h @@ -49,9 +54,11 @@ include/git2/types.h include/git2/version.h include/git2/sys/commit.h include/git2/sys/config.h +include/git2/sys/filter.h include/git2/sys/index.h include/git2/sys/odb_backend.h include/git2/sys/refdb_backend.h +include/git2/sys/reflog.h include/git2/sys/refs.h include/git2/sys/repository.h lib/libgit2.so From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 16:31:45 2013 Return-Path: Delivered-To: svn-ports-head@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 F2A75F5D; Mon, 25 Nov 2013 16:31:44 +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 E249E25EE; Mon, 25 Nov 2013 16:31:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPGViXe017382; Mon, 25 Nov 2013 16:31:44 GMT (envelope-from feld@svn.freebsd.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPGViPD017379; Mon, 25 Nov 2013 16:31:44 GMT (envelope-from feld@svn.freebsd.org) Message-Id: <201311251631.rAPGViPD017379@svn.freebsd.org> From: Mark Felder Date: Mon, 25 Nov 2013 16:31:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334862 - head 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.16 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: Mon, 25 Nov 2013 16:31:45 -0000 Author: feld Date: Mon Nov 25 16:31:44 2013 New Revision: 334862 URL: http://svnweb.freebsd.org/changeset/ports/334862 Log: Preparing for new port net-mgmt/unifi Approved by: crees (mentor) Modified: head/GIDs head/LEGAL head/UIDs Modified: head/GIDs ============================================================================== --- head/GIDs Mon Nov 25 16:31:06 2013 (r334861) +++ head/GIDs Mon Nov 25 16:31:44 2013 (r334862) @@ -265,5 +265,6 @@ shibd:*:971: plex:*:972: boinc:*:973: radicale:*:974: +unifi:*:975: nogroup:*:65533: nobody:*:65534: Modified: head/LEGAL ============================================================================== --- head/LEGAL Mon Nov 25 16:31:06 2013 (r334861) +++ head/LEGAL Mon Nov 25 16:31:44 2013 (r334862) @@ -262,6 +262,7 @@ twelf-* lang/twelf License is current tw_cli-* sysutils/tw_cli Redistribution forbidden by license uDrawGraph-* graphics/uDrawGraph Binary under GNU LGPL without accompanying source ue*dev.zip editors/uemacs Resale allowed for media cost only +UniFi.unix.zip net-mgmt/unifi Redistribution limited uplink-demo games/linux-uplink-demo Redistribution limited uppaal-*.zip devel/uppaal Downloading requires completion of a license agreement ut2004-lnx-* games/linux-ut2004-demo Redistribution limited Modified: head/UIDs ============================================================================== --- head/UIDs Mon Nov 25 16:31:06 2013 (r334861) +++ head/UIDs Mon Nov 25 16:31:44 2013 (r334862) @@ -271,4 +271,5 @@ shibd:*:971:971::0:0:Shibboleth SAML dae plex:*:972:972::0:0:Plex Media Server:/nonexistent:/usr/sbin/nologin boinc:*:973:973::0:0:BOINC user:/var/db/boinc:/usr/sbin/nologin radicale:*:974:974::0:0:Radicale daemon:/nonexistent:/usr/sbin/nologin +unifi:*:975:975::0:0:Unifi Wireless Controller:/nonexistent:/usr/sbin/nologin nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 16:33:40 2013 Return-Path: Delivered-To: svn-ports-head@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 65915E7; Mon, 25 Nov 2013 16:33:40 +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 54C4025FF; Mon, 25 Nov 2013 16:33:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPGXea1017738; Mon, 25 Nov 2013 16:33:40 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPGXe2I017737; Mon, 25 Nov 2013 16:33:40 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311251633.rAPGXe2I017737@svn.freebsd.org> From: Max Brazhnikov Date: Mon, 25 Nov 2013 16:33:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334863 - head/games/chessx 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.16 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: Mon, 25 Nov 2013 16:33:40 -0000 Author: makc Date: Mon Nov 25 16:33:39 2013 New Revision: 334863 URL: http://svnweb.freebsd.org/changeset/ports/334863 Log: - Don't force pkg users to install optional dependencies PR: ports/184034 Submitted by: Yamagi Burmeister (maintainter) Modified: head/games/chessx/Makefile Modified: head/games/chessx/Makefile ============================================================================== --- head/games/chessx/Makefile Mon Nov 25 16:31:44 2013 (r334862) +++ head/games/chessx/Makefile Mon Nov 25 16:33:39 2013 (r334863) @@ -17,7 +17,6 @@ USE_QT4= corelib gui svg xml network lin QMAKE_ARGS+= QMAKE_LRELEASE=${LRELEASE} OPTIONS_DEFINE= STOCKFISH CRAFTY -OPTIONS_DEFAULT= STOCKFISH CRAFTY STOCKFISH_DESC= Install Stockfish Chess Engine STOCKFISH_RUN_DEPENDS= stockfish:${PORTSDIR}/games/stockfish From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 16:47:33 2013 Return-Path: Delivered-To: svn-ports-head@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 A7C317CA; Mon, 25 Nov 2013 16:47:33 +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 94EFD2773; Mon, 25 Nov 2013 16:47:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPGlXrP021548; Mon, 25 Nov 2013 16:47:33 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPGlXQe021545; Mon, 25 Nov 2013 16:47:33 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201311251647.rAPGlXQe021545@svn.freebsd.org> From: Adam Weinberger Date: Mon, 25 Nov 2013 16:47:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334864 - in head/www/hastymail2: . 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.16 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: Mon, 25 Nov 2013 16:47:33 -0000 Author: adamw Date: Mon Nov 25 16:47:32 2013 New Revision: 334864 URL: http://svnweb.freebsd.org/changeset/ports/334864 Log: Don't clobber config files. Also adds stage support. PR: ports/171669 Added: head/www/hastymail2/pkg-plist (contents, props changed) Modified: head/www/hastymail2/Makefile head/www/hastymail2/files/pkg-message.in Modified: head/www/hastymail2/Makefile ============================================================================== --- head/www/hastymail2/Makefile Mon Nov 25 16:33:39 2013 (r334863) +++ head/www/hastymail2/Makefile Mon Nov 25 16:47:32 2013 (r334864) @@ -3,7 +3,7 @@ PORTNAME= hastymail2 PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www mail MASTER_SITES= SF/hastymail/Hastymail2%20Stable%20Releases/Hastymail2%201.1/ @@ -19,8 +19,6 @@ SUB_FILES= pkg-message CONFLICTS= hastymail-* hastymail2-devel-* -PLIST= ${WRKDIR}/pkg-plist - WANT_PHP_WEB= yes USE_PHP= ctype pcre session xml @@ -34,7 +32,6 @@ OPTIONS_DEFINE= PGSQL MYSQL DB ICONV MBS DB_DESC= Use older pear DB (instead of MDB2) MBSTRING_DESC= Support multi-byte character sets -NO_STAGE= yes .include .if ${PORT_OPTIONS:MMYSQL} @@ -64,29 +61,17 @@ USE_PHP+= mbstring .endif post-patch: - @${SED} -I.orig -e "s#'/etc/hastymail2/hastymail2.rc'#'${PREFIX}/etc/hastymail2/hastymail2.rc'#" \ - ${WRKSRC}/index.php - @${SED} -I.orig -e "s# /etc/hastymail/hastyamil2.rc# ${PREFIX}/etc/hastymail2/hastyamil2.rc#" \ - ${WRKSRC}/hastymail2.conf.example - -pre-install: - @${FIND} -s -d ${WRKSRC}/ -type f ${FIND_SKIP_OPTS} \ - | ${SED} "s#${WRKSRC}#${WWWDIR_REL}#g" > ${PLIST} - @${ECHO_CMD} etc/hastymail2/hastymail2.conf.sample >> ${PLIST} - @${FIND} -s -d ${WRKSRC}/ -type d ${FIND_SKIP_OPTS} \ - | ${SED} "s#${WRKSRC}#@dirrm ${WWWDIR_REL}#g" >> ${PLIST} - @${ECHO_CMD} @dirrmtry etc/hastymail2 >> ${PLIST} + @${REINPLACE_CMD} -E "s#/etc/hastymail[2]*/hasty[ma][ma]il2.rc#${PREFIX}/etc/hastymail2/hastymail2.rc#" \ + ${WRKSRC}/index.php ${WRKSRC}/hastymail2.conf.example + @${FIND} ${WRKSRC}/plugins -name config.php | ${XARGS} -I % ${MV} % %.sample do-install: - @${MKDIR} ${WWWDIR} + @${MKDIR} ${STAGEDIR}${WWWDIR} @cd ${WRKSRC} && ${FIND} . ${FIND_SKIP_OPTS} \ - | ${PAX} -rwd ${WWWDIR} - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} - @${MKDIR} ${PREFIX}/etc/hastymail2 + | ${PAX} -rwd ${STAGEDIR}${WWWDIR} + @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} + @${MKDIR} ${STAGEDIR}${ETCDIR} @${INSTALL_DATA} ${WRKSRC}/hastymail2.conf.example \ - ${PREFIX}/etc/hastymail2/hastymail2.conf.sample - -post-install: - @${CAT} ${PKGMESSAGE} + ${STAGEDIR}${ETCDIR}/hastymail2.conf.sample .include Modified: head/www/hastymail2/files/pkg-message.in ============================================================================== --- head/www/hastymail2/files/pkg-message.in Mon Nov 25 16:33:39 2013 (r334863) +++ head/www/hastymail2/files/pkg-message.in Mon Nov 25 16:47:32 2013 (r334864) @@ -1,12 +1,8 @@ ****************************************************** You have successfully installed Hastymail webmail client. -Don't forget to edit your own config file. A sample config -has been installed in: - -%%PREFIX%%/etc/hastymail2/hastymail2.conf.sample - -The proper config file path is: +If this is a new install, don't forget to edit your +config file and read the instructions at the top of: %%PREFIX%%/etc/hastymail2/hastymail2.conf Added: head/www/hastymail2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/hastymail2/pkg-plist Mon Nov 25 16:47:32 2013 (r334864) @@ -0,0 +1,1619 @@ +@unexec if cmp -s %D/%%ETCDIR%%/hastymail2.conf.sample %D/%%ETCDIR%%/hastymail2.conf; then rm -f %D/%%ETCDIR%%/hastymail2.conf; fi +%%ETCDIR%%/hastymail2.conf.sample +@exec if [ ! -f %D/%%ETCDIR%%/hastymail2.conf ]; then cp -p %D/%F %B/hastymail2.conf; fi +%%WWWDIR%%/CHANGES +%%WWWDIR%%/COPYING +%%WWWDIR%%/INSTALL +%%WWWDIR%%/README +%%WWWDIR%%/RELEASE_NOTES +%%WWWDIR%%/UPGRADING +%%WWWDIR%%/contrib/hastymail2.conf.example-JP +%%WWWDIR%%/db/contacts.mysql.sql +%%WWWDIR%%/db/contacts.pgsql.sql +%%WWWDIR%%/db/db.php +%%WWWDIR%%/db/user_setting.mysql.sql +%%WWWDIR%%/db/user_setting.pgsql.sql +%%WWWDIR%%/docs/plugin_ajax.txt +%%WWWDIR%%/docs/plugin_basics.txt +%%WWWDIR%%/docs/plugin_display_hooks.txt +%%WWWDIR%%/docs/plugin_languages.txt +%%WWWDIR%%/docs/plugin_pages.txt +%%WWWDIR%%/docs/plugin_tools.txt +%%WWWDIR%%/docs/plugin_work_hooks.txt +%%WWWDIR%%/hastymail2.conf.example.bak +%%WWWDIR%%/images/arrow.png +%%WWWDIR%%/images/php.png +%%WWWDIR%%/images/place_holder.png +%%WWWDIR%%/images/sf.png +%%WWWDIR%%/images/spacer.png +%%WWWDIR%%/images/w3c_1.png +%%WWWDIR%%/images/w3c_2.png +%%WWWDIR%%/index.php +%%WWWDIR%%/index.php.bak +%%WWWDIR%%/install_scripts/convert_contacts.php +%%WWWDIR%%/install_scripts/convert_settings.php +%%WWWDIR%%/install_scripts/install_config.php +%%WWWDIR%%/install_scripts/web_install_config.php +%%WWWDIR%%/js/sajax_wrappers.js +%%WWWDIR%%/js/site-min.js +%%WWWDIR%%/js/site-min2.js +%%WWWDIR%%/js/site.js +%%WWWDIR%%/lang/.htaccess +%%WWWDIR%%/lang/bg_BG.php +%%WWWDIR%%/lang/ca_ES.php +%%WWWDIR%%/lang/charsets.php +%%WWWDIR%%/lang/de_DE.php +%%WWWDIR%%/lang/en_US.php +%%WWWDIR%%/lang/es_ES.php +%%WWWDIR%%/lang/fi_FI.php +%%WWWDIR%%/lang/fr_FR.php +%%WWWDIR%%/lang/gr_GR.php +%%WWWDIR%%/lang/hu_HU.php +%%WWWDIR%%/lang/it_IT.php +%%WWWDIR%%/lang/ja_JP.php +%%WWWDIR%%/lang/nl_NL.php +%%WWWDIR%%/lang/pl_PL.php +%%WWWDIR%%/lang/ro_RO.php +%%WWWDIR%%/lang/ru_RU.php +%%WWWDIR%%/lang/tr_TR.php +%%WWWDIR%%/lang/uk_UA.php +%%WWWDIR%%/lang/zh_CN.php +%%WWWDIR%%/lib/.htaccess +%%WWWDIR%%/lib/HTMLPurifier.standalone.php +%%WWWDIR%%/lib/ajax_functions.php +%%WWWDIR%%/lib/class.html2text.inc +%%WWWDIR%%/lib/htmLawed.php +%%WWWDIR%%/lib/htmlfilter.inc +%%WWWDIR%%/lib/imap_class.php +%%WWWDIR%%/lib/misc_functions.php +%%WWWDIR%%/lib/post_action_class.php +%%WWWDIR%%/lib/post_action_classes/compose.php +%%WWWDIR%%/lib/post_action_classes/contacts.php +%%WWWDIR%%/lib/post_action_classes/folders.php +%%WWWDIR%%/lib/post_action_classes/mailbox.php +%%WWWDIR%%/lib/post_action_classes/options.php +%%WWWDIR%%/lib/post_action_classes/profile.php +%%WWWDIR%%/lib/post_action_classes/search.php +%%WWWDIR%%/lib/site_page_class.php +%%WWWDIR%%/lib/smtp_class.php +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/Builder/Xml.php +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/Exception.php +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/Interchange.php +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/Interchange/Directive.php +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/Interchange/Id.php +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/InterchangeBuilder.php +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/Validator.php +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/ValidatorAtom.php +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema.ser +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedClasses.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedFrameTargets.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRel.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRev.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Attr.ClassUseCDATA.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImage.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImageAlt.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultTextDir.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Attr.EnableID.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Attr.ForbiddenClasses.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklist.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklistRegexp.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefix.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefixLocal.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.AutoParagraph.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.Custom.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.DisplayLinkURI.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.Linkify.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.DocURL.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.RemoveNbsp.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveSpansWithoutAttributes.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowedFonts.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/CSS.ForbiddenProperties.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/CSS.Proprietary.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/CSS.Trusted.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPath.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPermissions.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Core.EscapeNonASCIICharacters.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Core.HiddenElements.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Core.Language.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Core.LexerImpl.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Core.NormalizeNewlines.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Core.RemoveInvalidImg.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Core.RemoveProcessingInstructions.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Core.RemoveScriptContents.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Filter.Custom.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Escaping.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.Scope.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.TidyImpl.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Filter.YouTube.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.BlockWrapper.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.CoreModules.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.CustomDoctype.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionID.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionRev.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Doctype.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.FlashAllowFullScreen.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Nofollow.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Trusted.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/HTML.XHTML.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Output.CommentScriptContents.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Output.FixInnerHTML.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Output.FlashCompat.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Output.Newline.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Output.TidyFormat.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/URI.Base.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/URI.DefaultScheme.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/URI.DefinitionID.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/URI.DefinitionRev.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/URI.Disable.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/URI.DisableExternal.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/URI.DisableExternalResources.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/URI.Host.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/URI.HostBlacklist.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/URI.MakeAbsolute.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/URI.Munge.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt +%%WWWDIR%%/lib/standalone/HTMLPurifier/ConfigSchema/schema/info.ini +%%WWWDIR%%/lib/standalone/HTMLPurifier/EntityLookup/entities.ser +%%WWWDIR%%/lib/standalone/HTMLPurifier/Filter/ExtractStyleBlocks.php +%%WWWDIR%%/lib/standalone/HTMLPurifier/Filter/YouTube.php +%%WWWDIR%%/lib/standalone/HTMLPurifier/Language/classes/en-x-test.php +%%WWWDIR%%/lib/standalone/HTMLPurifier/Language/messages/en-x-test.php +%%WWWDIR%%/lib/standalone/HTMLPurifier/Language/messages/en-x-testmini.php +%%WWWDIR%%/lib/standalone/HTMLPurifier/Language/messages/en.php +%%WWWDIR%%/lib/standalone/HTMLPurifier/Lexer/PEARSax3.php +%%WWWDIR%%/lib/standalone/HTMLPurifier/Lexer/PH5P.php +%%WWWDIR%%/lib/standalone/HTMLPurifier/Printer.php +%%WWWDIR%%/lib/standalone/HTMLPurifier/Printer/CSSDefinition.php +%%WWWDIR%%/lib/standalone/HTMLPurifier/Printer/ConfigForm.css +%%WWWDIR%%/lib/standalone/HTMLPurifier/Printer/ConfigForm.js +%%WWWDIR%%/lib/standalone/HTMLPurifier/Printer/ConfigForm.php +%%WWWDIR%%/lib/standalone/HTMLPurifier/Printer/HTMLDefinition.php +%%WWWDIR%%/lib/url_action_class.php +%%WWWDIR%%/lib/url_action_classes/compose.php +%%WWWDIR%%/lib/url_action_classes/contacts.php +%%WWWDIR%%/lib/url_action_classes/mailbox.php +%%WWWDIR%%/lib/url_action_classes/message.php +%%WWWDIR%%/lib/url_action_classes/misc.php +%%WWWDIR%%/lib/url_action_classes/new.php +%%WWWDIR%%/lib/url_action_classes/options.php +%%WWWDIR%%/lib/url_action_classes/search.php +%%WWWDIR%%/lib/utility_classes.php +%%WWWDIR%%/lib/vcard.php +%%WWWDIR%%/plugins/auto_address/README +%%WWWDIR%%/plugins/auto_address/ajax.php +@unexec if cmp -s %D/%%WWWDIR%%/plugins/auto_address/config.php.sample %D/%%WWWDIR%%/plugins/auto_address/config.php; then rm -f %D/%%WWWDIR%%/plugins/auto_address/config.php; fi +%%WWWDIR%%/plugins/auto_address/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/auto_address/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/auto_address/display.php +%%WWWDIR%%/plugins/auto_address/work.php +%%WWWDIR%%/plugins/calendar/README +%%WWWDIR%%/plugins/calendar/cal_include.php +%%WWWDIR%%/plugins/calendar/calendar.mysql.sql +%%WWWDIR%%/plugins/calendar/calendar.pgsql.sql +@unexec if cmp -s %D/%%WWWDIR%%/plugins/calendar/config.php.sample %D/%%WWWDIR%%/plugins/calendar/config.php; then rm -f %D/%%WWWDIR%%/plugins/calendar/config.php; fi +%%WWWDIR%%/plugins/calendar/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/calendar/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/calendar/css/calendar.css +%%WWWDIR%%/plugins/calendar/display.php +%%WWWDIR%%/plugins/calendar/page.php +%%WWWDIR%%/plugins/calendar/work.php +%%WWWDIR%%/plugins/compose_warning/README +@unexec if cmp -s %D/%%WWWDIR%%/plugins/compose_warning/config.php.sample %D/%%WWWDIR%%/plugins/compose_warning/config.php; then rm -f %D/%%WWWDIR%%/plugins/compose_warning/config.php; fi +%%WWWDIR%%/plugins/compose_warning/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/compose_warning/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/compose_warning/display.php +%%WWWDIR%%/plugins/compose_warning/work.php +%%WWWDIR%%/plugins/context/README +%%WWWDIR%%/plugins/context/ajax.php +@unexec if cmp -s %D/%%WWWDIR%%/plugins/context/config.php.sample %D/%%WWWDIR%%/plugins/context/config.php; then rm -f %D/%%WWWDIR%%/plugins/context/config.php; fi +%%WWWDIR%%/plugins/context/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/context/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/context/css/hello_world.css +%%WWWDIR%%/plugins/context/display.php +%%WWWDIR%%/plugins/context/page.php +%%WWWDIR%%/plugins/context/settings.php +%%WWWDIR%%/plugins/context/work.php +%%WWWDIR%%/plugins/custom_headers/README +@unexec if cmp -s %D/%%WWWDIR%%/plugins/custom_headers/config.php.sample %D/%%WWWDIR%%/plugins/custom_headers/config.php; then rm -f %D/%%WWWDIR%%/plugins/custom_headers/config.php; fi +%%WWWDIR%%/plugins/custom_headers/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/custom_headers/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/custom_headers/display.php +%%WWWDIR%%/plugins/custom_headers/work.php +%%WWWDIR%%/plugins/custom_reply_to/README +@unexec if cmp -s %D/%%WWWDIR%%/plugins/custom_reply_to/config.php.sample %D/%%WWWDIR%%/plugins/custom_reply_to/config.php; then rm -f %D/%%WWWDIR%%/plugins/custom_reply_to/config.php; fi +%%WWWDIR%%/plugins/custom_reply_to/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/custom_reply_to/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/custom_reply_to/display.php +%%WWWDIR%%/plugins/custom_reply_to/work.php +%%WWWDIR%%/plugins/display_switch/README +@unexec if cmp -s %D/%%WWWDIR%%/plugins/display_switch/config.php.sample %D/%%WWWDIR%%/plugins/display_switch/config.php; then rm -f %D/%%WWWDIR%%/plugins/display_switch/config.php; fi +%%WWWDIR%%/plugins/display_switch/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/display_switch/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/display_switch/display.php +%%WWWDIR%%/plugins/display_switch/page.php +%%WWWDIR%%/plugins/filters/README +@unexec if cmp -s %D/%%WWWDIR%%/plugins/filters/config.php.sample %D/%%WWWDIR%%/plugins/filters/config.php; then rm -f %D/%%WWWDIR%%/plugins/filters/config.php; fi +%%WWWDIR%%/plugins/filters/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/filters/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/filters/css/filters.css +%%WWWDIR%%/plugins/filters/display.php +%%WWWDIR%%/plugins/filters/page.php +%%WWWDIR%%/plugins/filters/work.php +%%WWWDIR%%/plugins/hello_world/README +%%WWWDIR%%/plugins/hello_world/ajax.php +@unexec if cmp -s %D/%%WWWDIR%%/plugins/hello_world/config.php.sample %D/%%WWWDIR%%/plugins/hello_world/config.php; then rm -f %D/%%WWWDIR%%/plugins/hello_world/config.php; fi +%%WWWDIR%%/plugins/hello_world/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/hello_world/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/hello_world/css/hello_world.css +%%WWWDIR%%/plugins/hello_world/display.php +%%WWWDIR%%/plugins/hello_world/page.php +%%WWWDIR%%/plugins/hello_world/work.php +%%WWWDIR%%/plugins/html_mail/README +%%WWWDIR%%/plugins/html_mail/ajax.php +@unexec if cmp -s %D/%%WWWDIR%%/plugins/html_mail/config.php.sample %D/%%WWWDIR%%/plugins/html_mail/config.php; then rm -f %D/%%WWWDIR%%/plugins/html_mail/config.php; fi +%%WWWDIR%%/plugins/html_mail/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/html_mail/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/html_mail/display.php +%%WWWDIR%%/plugins/html_mail/page.php +%%WWWDIR%%/plugins/html_mail/tiny_mce/langs/en.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/license.txt +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/advhr/css/advhr.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/advhr/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/advhr/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/advhr/js/rule.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/advhr/langs/en_dlg.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/advhr/rule.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/advimage/css/advimage.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/advimage/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/advimage/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/advimage/image.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/advimage/img/sample.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/advimage/js/image.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/advimage/langs/en_dlg.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/advlink/css/advlink.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/advlink/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/advlink/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/advlink/js/advlink.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/advlink/langs/en_dlg.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/advlink/link.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/advlist/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/advlist/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/autolink/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/autolink/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/autoresize/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/autoresize/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/autosave/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/autosave/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/autosave/langs/en.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/bbcode/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/bbcode/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/contextmenu/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/contextmenu/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/directionality/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/directionality/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/emotions/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/emotions/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/emotions/emotions.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/emotions/img/smiley-cool.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/emotions/img/smiley-cry.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/emotions/img/smiley-embarassed.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/emotions/img/smiley-foot-in-mouth.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/emotions/img/smiley-frown.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/emotions/img/smiley-innocent.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/emotions/img/smiley-kiss.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/emotions/img/smiley-laughing.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/emotions/img/smiley-money-mouth.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/emotions/img/smiley-sealed.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/emotions/img/smiley-smile.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/emotions/img/smiley-surprised.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/emotions/img/smiley-undecided.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/emotions/img/smiley-wink.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/emotions/img/smiley-yell.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/emotions/js/emotions.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/emotions/langs/en_dlg.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/fullpage/css/fullpage.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/fullpage/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/fullpage/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/fullpage/fullpage.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/fullpage/js/fullpage.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/fullpage/langs/en_dlg.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/fullscreen/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/fullscreen/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/fullscreen/fullscreen.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/iespell/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/iespell/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/inlinepopups/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/inlinepopups/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/inlinepopups/template.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/insertdatetime/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/insertdatetime/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/layer/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/layer/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/legacyoutput/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/legacyoutput/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/lists/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/lists/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/media/css/media.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/media/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/media/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/media/js/embed.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/media/js/media.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/media/langs/en_dlg.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/media/media.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/media/moxieplayer.swf +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/nonbreaking/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/nonbreaking/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/noneditable/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/noneditable/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/pagebreak/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/pagebreak/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/paste/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/paste/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/paste/js/pastetext.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/paste/js/pasteword.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/paste/langs/en_dlg.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/paste/pastetext.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/paste/pasteword.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/preview/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/preview/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/preview/example.html +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/preview/jscripts/embed.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/preview/preview.html +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/print/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/print/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/save/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/save/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/searchreplace/css/searchreplace.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/searchreplace/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/searchreplace/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/searchreplace/js/searchreplace.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/searchreplace/langs/en_dlg.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/searchreplace/searchreplace.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/changelog.txt +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/classes/EnchantSpell.php +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/classes/GoogleSpell.php +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/classes/PSpell.php +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/classes/PSpellShell.php +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/classes/SpellChecker.php +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/classes/utils/JSON.php +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/classes/utils/Logger.php +@unexec if cmp -s %D/%%WWWDIR%%/plugins/spellchecker/config.php.sample %D/%%WWWDIR%%/plugins/spellchecker/config.php; then rm -f %D/%%WWWDIR%%/plugins/spellchecker/config.php; fi +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/spellchecker/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/css/content.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/img/wline.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/includes/general.php +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/rpc.php +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker_old/css/content.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker_old/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker_old/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker_old/img/wline.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/style/css/props.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/style/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/style/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/style/js/props.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/style/langs/en_dlg.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/style/props.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/tabfocus/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/tabfocus/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/table/cell.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/table/css/cell.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/table/css/row.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/table/css/table.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/table/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/table/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/table/js/cell.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/table/js/merge_cells.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/table/js/row.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/table/js/table.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/table/langs/en_dlg.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/table/merge_cells.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/table/row.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/table/table.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/template/blank.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/template/css/template.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/template/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/template/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/template/js/template.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/template/langs/en_dlg.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/template/template.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/visualblocks/css/visualblocks.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/visualblocks/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/visualblocks/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/visualchars/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/visualchars/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/wordcount/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/wordcount/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/xhtmlxtras/abbr.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/xhtmlxtras/acronym.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/xhtmlxtras/attributes.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/xhtmlxtras/cite.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/xhtmlxtras/css/attributes.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/xhtmlxtras/css/popup.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/xhtmlxtras/del.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/xhtmlxtras/editor_plugin.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/xhtmlxtras/ins.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/xhtmlxtras/js/abbr.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/xhtmlxtras/js/acronym.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/xhtmlxtras/js/attributes.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/xhtmlxtras/js/cite.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/xhtmlxtras/js/del.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/xhtmlxtras/js/element_common.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/xhtmlxtras/js/ins.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/about.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/anchor.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/charmap.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/color_picker.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/editor_template.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/editor_template_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/image.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/img/colorpicker.jpg +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/img/flash.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/img/icons.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/img/iframe.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/img/pagebreak.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/img/quicktime.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/img/realmedia.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/img/shockwave.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/img/trans.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/img/video.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/img/windowsmedia.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/js/about.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/js/anchor.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/js/charmap.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/js/color_picker.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/js/image.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/js/link.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/js/source_editor.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/langs/en.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/langs/en_dlg.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/link.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/shortcuts.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/skins/default/content.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/skins/default/dialog.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/skins/default/img/buttons.png +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/skins/default/img/items.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/skins/default/img/menu_check.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/skins/default/img/progress.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/skins/default/img/tabs.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/skins/default/ui.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/skins/highcontrast/content.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/skins/highcontrast/dialog.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/skins/highcontrast/ui.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/skins/o2k7/content.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/skins/o2k7/dialog.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/skins/o2k7/ui.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/skins/o2k7/ui_black.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/advanced/source_editor.htm +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/simple/editor_template.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/simple/editor_template_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/simple/img/icons.gif +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/simple/langs/en.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/simple/skins/default/content.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/simple/skins/default/ui.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/simple/skins/o2k7/content.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png +%%WWWDIR%%/plugins/html_mail/tiny_mce/themes/simple/skins/o2k7/ui.css +%%WWWDIR%%/plugins/html_mail/tiny_mce/tiny_mce.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/tiny_mce_gzip.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/tiny_mce_gzip.php +%%WWWDIR%%/plugins/html_mail/tiny_mce/tiny_mce_popup.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/tiny_mce_src.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/utils/editable_selects.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/utils/form_utils.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/utils/mctabs.js +%%WWWDIR%%/plugins/html_mail/tiny_mce/utils/validate.js +%%WWWDIR%%/plugins/html_mail/work.php +%%WWWDIR%%/plugins/imap_domain_map/README +@unexec if cmp -s %D/%%WWWDIR%%/plugins/imap_domain_map/config.php.sample %D/%%WWWDIR%%/plugins/imap_domain_map/config.php; then rm -f %D/%%WWWDIR%%/plugins/imap_domain_map/config.php; fi +%%WWWDIR%%/plugins/imap_domain_map/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/imap_domain_map/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/imap_domain_map/settings.php +%%WWWDIR%%/plugins/imap_domain_map/work.php +%%WWWDIR%%/plugins/js_help/README +%%WWWDIR%%/plugins/js_help/ajax.php +@unexec if cmp -s %D/%%WWWDIR%%/plugins/js_help/config.php.sample %D/%%WWWDIR%%/plugins/js_help/config.php; then rm -f %D/%%WWWDIR%%/plugins/js_help/config.php; fi +%%WWWDIR%%/plugins/js_help/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/js_help/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/js_help/display.php +%%WWWDIR%%/plugins/js_help/work.php +%%WWWDIR%%/plugins/js_notice/README +@unexec if cmp -s %D/%%WWWDIR%%/plugins/js_notice/config.php.sample %D/%%WWWDIR%%/plugins/js_notice/config.php; then rm -f %D/%%WWWDIR%%/plugins/js_notice/config.php; fi +%%WWWDIR%%/plugins/js_notice/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/js_notice/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/js_notice/display.php +%%WWWDIR%%/plugins/js_notice/work.php +%%WWWDIR%%/plugins/js_sign/README +%%WWWDIR%%/plugins/js_sign/ajax.php +@unexec if cmp -s %D/%%WWWDIR%%/plugins/js_sign/config.php.sample %D/%%WWWDIR%%/plugins/js_sign/config.php; then rm -f %D/%%WWWDIR%%/plugins/js_sign/config.php; fi +%%WWWDIR%%/plugins/js_sign/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/js_sign/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/js_sign/display.php +%%WWWDIR%%/plugins/js_sign/work.php +%%WWWDIR%%/plugins/ldap_addressbook/README +@unexec if cmp -s %D/%%WWWDIR%%/plugins/ldap_addressbook/config.php.sample %D/%%WWWDIR%%/plugins/ldap_addressbook/config.php; then rm -f %D/%%WWWDIR%%/plugins/ldap_addressbook/config.php; fi +%%WWWDIR%%/plugins/ldap_addressbook/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/ldap_addressbook/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/ldap_addressbook/settings.php +%%WWWDIR%%/plugins/ldap_addressbook/work.php +%%WWWDIR%%/plugins/ldap_mailhost/README +@unexec if cmp -s %D/%%WWWDIR%%/plugins/ldap_mailhost/config.php.sample %D/%%WWWDIR%%/plugins/ldap_mailhost/config.php; then rm -f %D/%%WWWDIR%%/plugins/ldap_mailhost/config.php; fi +%%WWWDIR%%/plugins/ldap_mailhost/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/ldap_mailhost/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/ldap_mailhost/settings.php +%%WWWDIR%%/plugins/ldap_mailhost/work.php +%%WWWDIR%%/plugins/logger/README +@unexec if cmp -s %D/%%WWWDIR%%/plugins/logger/config.php.sample %D/%%WWWDIR%%/plugins/logger/config.php; then rm -f %D/%%WWWDIR%%/plugins/logger/config.php; fi +%%WWWDIR%%/plugins/logger/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/logger/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/logger/log.mysql.sql +%%WWWDIR%%/plugins/logger/log.pgsql.sql +%%WWWDIR%%/plugins/logger/settings.php +%%WWWDIR%%/plugins/logger/work.php +%%WWWDIR%%/plugins/login_alias/README +@unexec if cmp -s %D/%%WWWDIR%%/plugins/login_alias/config.php.sample %D/%%WWWDIR%%/plugins/login_alias/config.php; then rm -f %D/%%WWWDIR%%/plugins/login_alias/config.php; fi +%%WWWDIR%%/plugins/login_alias/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/login_alias/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/login_alias/login_alias_table.mysql.sql +%%WWWDIR%%/plugins/login_alias/login_alias_table.psql.sql +%%WWWDIR%%/plugins/login_alias/settings.php +%%WWWDIR%%/plugins/login_alias/work.php +%%WWWDIR%%/plugins/message_digest/README +@unexec if cmp -s %D/%%WWWDIR%%/plugins/message_digest/config.php.sample %D/%%WWWDIR%%/plugins/message_digest/config.php; then rm -f %D/%%WWWDIR%%/plugins/message_digest/config.php; fi +%%WWWDIR%%/plugins/message_digest/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/message_digest/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/message_digest/display.php +%%WWWDIR%%/plugins/message_digest/work.php +%%WWWDIR%%/plugins/message_tags/README +%%WWWDIR%%/plugins/message_tags/ajax.php +@unexec if cmp -s %D/%%WWWDIR%%/plugins/message_tags/config.php.sample %D/%%WWWDIR%%/plugins/message_tags/config.php; then rm -f %D/%%WWWDIR%%/plugins/message_tags/config.php; fi +%%WWWDIR%%/plugins/message_tags/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/message_tags/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/message_tags/css/message_tags.css +%%WWWDIR%%/plugins/message_tags/display.php +%%WWWDIR%%/plugins/message_tags/page.php +%%WWWDIR%%/plugins/message_tags/tag-icon.png +%%WWWDIR%%/plugins/message_tags/work.php +%%WWWDIR%%/plugins/move_sent/README +@unexec if cmp -s %D/%%WWWDIR%%/plugins/move_sent/config.php.sample %D/%%WWWDIR%%/plugins/move_sent/config.php; then rm -f %D/%%WWWDIR%%/plugins/move_sent/config.php; fi +%%WWWDIR%%/plugins/move_sent/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/move_sent/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/move_sent/display.php +%%WWWDIR%%/plugins/move_sent/work.php +%%WWWDIR%%/plugins/news/README +@unexec if cmp -s %D/%%WWWDIR%%/plugins/news/config.php.sample %D/%%WWWDIR%%/plugins/news/config.php; then rm -f %D/%%WWWDIR%%/plugins/news/config.php; fi +%%WWWDIR%%/plugins/news/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/news/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/news/css/news.css +%%WWWDIR%%/plugins/news/display.php +%%WWWDIR%%/plugins/news/page.php +%%WWWDIR%%/plugins/news/work.php +%%WWWDIR%%/plugins/notices/README +@unexec if cmp -s %D/%%WWWDIR%%/plugins/notices/config.php.sample %D/%%WWWDIR%%/plugins/notices/config.php; then rm -f %D/%%WWWDIR%%/plugins/notices/config.php; fi +%%WWWDIR%%/plugins/notices/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/notices/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/notices/display.php +%%WWWDIR%%/plugins/notices/new_message_window.html +%%WWWDIR%%/plugins/notices/script/soundmanager2-min.js +%%WWWDIR%%/plugins/notices/script/soundmanager2.js +%%WWWDIR%%/plugins/notices/sounds.php +%%WWWDIR%%/plugins/notices/sounds/apmail.mp3 +%%WWWDIR%%/plugins/notices/sounds/carlin.mp3 +%%WWWDIR%%/plugins/notices/sounds/elephant.mp3 +%%WWWDIR%%/plugins/notices/sounds/elk.mp3 +%%WWWDIR%%/plugins/notices/sounds/frog.mp3 +%%WWWDIR%%/plugins/notices/sounds/havemail.mp3 +%%WWWDIR%%/plugins/notices/sounds/loon.mp3 +%%WWWDIR%%/plugins/notices/sounds/rsnake.mp3 +%%WWWDIR%%/plugins/notices/sounds/swamp.mp3 +%%WWWDIR%%/plugins/notices/sounds/worf.mp3 +%%WWWDIR%%/plugins/notices/swf/soundmanager2.swf +%%WWWDIR%%/plugins/notices/swf/soundmanager2_flash9.swf +%%WWWDIR%%/plugins/notices/test_sound.php +%%WWWDIR%%/plugins/notices/work.php +%%WWWDIR%%/plugins/pop_fetch/README +%%WWWDIR%%/plugins/pop_fetch/ajax.php +@unexec if cmp -s %D/%%WWWDIR%%/plugins/pop_fetch/config.php.sample %D/%%WWWDIR%%/plugins/pop_fetch/config.php; then rm -f %D/%%WWWDIR%%/plugins/pop_fetch/config.php; fi +%%WWWDIR%%/plugins/pop_fetch/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/pop_fetch/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/pop_fetch/css/pop_fetch.css +%%WWWDIR%%/plugins/pop_fetch/display.php +%%WWWDIR%%/plugins/pop_fetch/page.php +%%WWWDIR%%/plugins/pop_fetch/pop3_class.php +%%WWWDIR%%/plugins/pop_fetch/settings.php +%%WWWDIR%%/plugins/pop_fetch/work.php +%%WWWDIR%%/plugins/quota/README +@unexec if cmp -s %D/%%WWWDIR%%/plugins/quota/config.php.sample %D/%%WWWDIR%%/plugins/quota/config.php; then rm -f %D/%%WWWDIR%%/plugins/quota/config.php; fi +%%WWWDIR%%/plugins/quota/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/quota/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/quota/display.php +%%WWWDIR%%/plugins/quota/work.php +%%WWWDIR%%/plugins/saved_search/README +@unexec if cmp -s %D/%%WWWDIR%%/plugins/saved_search/config.php.sample %D/%%WWWDIR%%/plugins/saved_search/config.php; then rm -f %D/%%WWWDIR%%/plugins/saved_search/config.php; fi +%%WWWDIR%%/plugins/saved_search/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/saved_search/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/saved_search/display.php +%%WWWDIR%%/plugins/saved_search/work.php +%%WWWDIR%%/plugins/select_range/README +@unexec if cmp -s %D/%%WWWDIR%%/plugins/select_range/config.php.sample %D/%%WWWDIR%%/plugins/select_range/config.php; then rm -f %D/%%WWWDIR%%/plugins/select_range/config.php; fi +%%WWWDIR%%/plugins/select_range/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/select_range/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/select_range/work.php +%%WWWDIR%%/plugins/spam_folder/README +@unexec if cmp -s %D/%%WWWDIR%%/plugins/spam_folder/config.php.sample %D/%%WWWDIR%%/plugins/spam_folder/config.php; then rm -f %D/%%WWWDIR%%/plugins/spam_folder/config.php; fi +%%WWWDIR%%/plugins/spam_folder/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/spam_folder/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/spam_folder/display.php +%%WWWDIR%%/plugins/spam_folder/work.php +%%WWWDIR%%/plugins/username/README +@unexec if cmp -s %D/%%WWWDIR%%/plugins/username/config.php.sample %D/%%WWWDIR%%/plugins/username/config.php; then rm -f %D/%%WWWDIR%%/plugins/username/config.php; fi +%%WWWDIR%%/plugins/username/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/username/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/username/display.php +%%WWWDIR%%/plugins/uuencode/README +@unexec if cmp -s %D/%%WWWDIR%%/plugins/uuencode/config.php.sample %D/%%WWWDIR%%/plugins/uuencode/config.php; then rm -f %D/%%WWWDIR%%/plugins/uuencode/config.php; fi +%%WWWDIR%%/plugins/uuencode/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/plugins/uuencode/config.php ]; then cp -p %D/%F %B/config.php; fi +%%WWWDIR%%/plugins/uuencode/display.php +%%WWWDIR%%/plugins/uuencode/include.php +%%WWWDIR%%/plugins/uuencode/work.php +%%WWWDIR%%/themes/albook_sepia/README.txt +%%WWWDIR%%/themes/albook_sepia/css/about.css +%%WWWDIR%%/themes/albook_sepia/css/compose.css +%%WWWDIR%%/themes/albook_sepia/css/contact_groups.css +%%WWWDIR%%/themes/albook_sepia/css/contacts.css +%%WWWDIR%%/themes/albook_sepia/css/folders.css +%%WWWDIR%%/themes/albook_sepia/css/login.css +%%WWWDIR%%/themes/albook_sepia/css/mailbox.css +%%WWWDIR%%/themes/albook_sepia/css/main.css +%%WWWDIR%%/themes/albook_sepia/css/message.css +%%WWWDIR%%/themes/albook_sepia/css/new.css +%%WWWDIR%%/themes/albook_sepia/css/not_found.css +%%WWWDIR%%/themes/albook_sepia/css/options.css +%%WWWDIR%%/themes/albook_sepia/css/profile.css +%%WWWDIR%%/themes/albook_sepia/css/search.css +%%WWWDIR%%/themes/albook_sepia/css/thread_view.css +%%WWWDIR%%/themes/albook_sepia/icons/about.png +%%WWWDIR%%/themes/albook_sepia/icons/compose.png +%%WWWDIR%%/themes/albook_sepia/icons/contacts.png +%%WWWDIR%%/themes/albook_sepia/icons/default.png +%%WWWDIR%%/themes/albook_sepia/icons/empty_mailbox.png +%%WWWDIR%%/themes/albook_sepia/icons/emptytrash.png +%%WWWDIR%%/themes/albook_sepia/icons/folders.png +%%WWWDIR%%/themes/albook_sepia/icons/mailbox.png +%%WWWDIR%%/themes/albook_sepia/icons/message.png +%%WWWDIR%%/themes/albook_sepia/icons/new.png +%%WWWDIR%%/themes/albook_sepia/icons/options.png +%%WWWDIR%%/themes/albook_sepia/icons/profile.png +%%WWWDIR%%/themes/albook_sepia/icons/search.png +%%WWWDIR%%/themes/albook_sepia/icons/trash.png +%%WWWDIR%%/themes/albook_sepia/images/arrow.png +%%WWWDIR%%/themes/albook_sepia/images/calendar.png +%%WWWDIR%%/themes/albook_sepia/images/compose.png +%%WWWDIR%%/themes/albook_sepia/images/contacts.png +%%WWWDIR%%/themes/albook_sepia/images/filter.png +%%WWWDIR%%/themes/albook_sepia/images/folder.png +%%WWWDIR%%/themes/albook_sepia/images/folders.png +%%WWWDIR%%/themes/albook_sepia/images/hastymail.ico +%%WWWDIR%%/themes/albook_sepia/images/next.png +%%WWWDIR%%/themes/albook_sepia/images/nw.png +%%WWWDIR%%/themes/albook_sepia/images/open_folder.png +%%WWWDIR%%/themes/albook_sepia/images/options.png +%%WWWDIR%%/themes/albook_sepia/images/prev.png +%%WWWDIR%%/themes/albook_sepia/images/profile.png +%%WWWDIR%%/themes/albook_sepia/images/quit.png +%%WWWDIR%%/themes/albook_sepia/images/read_msg.png +%%WWWDIR%%/themes/albook_sepia/images/search.png +%%WWWDIR%%/themes/albook_sepia/images/unread_msg.png +%%WWWDIR%%/themes/albook_sepia/images/up.png +%%WWWDIR%%/themes/albook_sepia/templates/about.php +%%WWWDIR%%/themes/albook_sepia/templates/compose.php +%%WWWDIR%%/themes/albook_sepia/templates/contact_groups.php +%%WWWDIR%%/themes/albook_sepia/templates/contacts.php +%%WWWDIR%%/themes/albook_sepia/templates/folders.php +%%WWWDIR%%/themes/albook_sepia/templates/login.php +%%WWWDIR%%/themes/albook_sepia/templates/mailbox.php +%%WWWDIR%%/themes/albook_sepia/templates/main.php +%%WWWDIR%%/themes/albook_sepia/templates/message.php +%%WWWDIR%%/themes/albook_sepia/templates/new.php +%%WWWDIR%%/themes/albook_sepia/templates/not_found.php +%%WWWDIR%%/themes/albook_sepia/templates/options.php +%%WWWDIR%%/themes/albook_sepia/templates/profile.php +%%WWWDIR%%/themes/albook_sepia/templates/search.php +%%WWWDIR%%/themes/albook_sepia/templates/thread_view.php +%%WWWDIR%%/themes/aqua/css/about.css +%%WWWDIR%%/themes/aqua/css/compose.css +%%WWWDIR%%/themes/aqua/css/contact_groups.css +%%WWWDIR%%/themes/aqua/css/contacts.css +%%WWWDIR%%/themes/aqua/css/folders.css +%%WWWDIR%%/themes/aqua/css/login.css +%%WWWDIR%%/themes/aqua/css/mailbox.css +%%WWWDIR%%/themes/aqua/css/main.css +%%WWWDIR%%/themes/aqua/css/message.css +%%WWWDIR%%/themes/aqua/css/new.css +%%WWWDIR%%/themes/aqua/css/not_found.css +%%WWWDIR%%/themes/aqua/css/options.css +%%WWWDIR%%/themes/aqua/css/profile.css +%%WWWDIR%%/themes/aqua/css/search.css +%%WWWDIR%%/themes/aqua/css/thread_view.css +%%WWWDIR%%/themes/aqua/icons/about.png +%%WWWDIR%%/themes/aqua/icons/compose.png +%%WWWDIR%%/themes/aqua/icons/contacts.png +%%WWWDIR%%/themes/aqua/icons/default.png +%%WWWDIR%%/themes/aqua/icons/empty_mailbox.png +%%WWWDIR%%/themes/aqua/icons/empty_trash.png +%%WWWDIR%%/themes/aqua/icons/folders.png +%%WWWDIR%%/themes/aqua/icons/mailbox.png +%%WWWDIR%%/themes/aqua/icons/message.png +%%WWWDIR%%/themes/aqua/icons/new.png +%%WWWDIR%%/themes/aqua/icons/options.png +%%WWWDIR%%/themes/aqua/icons/profile.png +%%WWWDIR%%/themes/aqua/icons/search.png +%%WWWDIR%%/themes/aqua/icons/trash.png +%%WWWDIR%%/themes/aqua/images/arrow.png +%%WWWDIR%%/themes/aqua/images/bg.png +%%WWWDIR%%/themes/aqua/images/folder.png +%%WWWDIR%%/themes/aqua/images/hastymail.ico +%%WWWDIR%%/themes/aqua/images/next.png +%%WWWDIR%%/themes/aqua/images/nw.png +%%WWWDIR%%/themes/aqua/images/open_folder.png +%%WWWDIR%%/themes/aqua/images/prev.png +%%WWWDIR%%/themes/aqua/images/read_msg.png +%%WWWDIR%%/themes/aqua/images/unread_msg.png +%%WWWDIR%%/themes/aqua/images/up.png +%%WWWDIR%%/themes/buuf/README.txt +%%WWWDIR%%/themes/buuf/css/about.css +%%WWWDIR%%/themes/buuf/css/compose.css +%%WWWDIR%%/themes/buuf/css/contact_groups.css +%%WWWDIR%%/themes/buuf/css/contacts.css +%%WWWDIR%%/themes/buuf/css/folders.css +%%WWWDIR%%/themes/buuf/css/login.css +%%WWWDIR%%/themes/buuf/css/mailbox.css +%%WWWDIR%%/themes/buuf/css/main.css +%%WWWDIR%%/themes/buuf/css/message.css +%%WWWDIR%%/themes/buuf/css/new.css +%%WWWDIR%%/themes/buuf/css/not_found.css +%%WWWDIR%%/themes/buuf/css/options.css +%%WWWDIR%%/themes/buuf/css/profile.css +%%WWWDIR%%/themes/buuf/css/search.css +%%WWWDIR%%/themes/buuf/css/thread_view.css +%%WWWDIR%%/themes/buuf/icons/about.png +%%WWWDIR%%/themes/buuf/icons/compose.png +%%WWWDIR%%/themes/buuf/icons/contacts.png +%%WWWDIR%%/themes/buuf/icons/default.png +%%WWWDIR%%/themes/buuf/icons/empty_mailbox.png +%%WWWDIR%%/themes/buuf/icons/empty_trash.png +%%WWWDIR%%/themes/buuf/icons/folders.png +%%WWWDIR%%/themes/buuf/icons/mailbox.png +%%WWWDIR%%/themes/buuf/icons/message.png +%%WWWDIR%%/themes/buuf/icons/new.png +%%WWWDIR%%/themes/buuf/icons/options.png +%%WWWDIR%%/themes/buuf/icons/profile.png +%%WWWDIR%%/themes/buuf/icons/search.png +%%WWWDIR%%/themes/buuf/icons/trash.png +%%WWWDIR%%/themes/buuf/images/about.png +%%WWWDIR%%/themes/buuf/images/arrow.png +%%WWWDIR%%/themes/buuf/images/bg.png +%%WWWDIR%%/themes/buuf/images/calendar.png +%%WWWDIR%%/themes/buuf/images/compose.png +%%WWWDIR%%/themes/buuf/images/contacts.png +%%WWWDIR%%/themes/buuf/images/default.png +%%WWWDIR%%/themes/buuf/images/empty_mailbox.png +%%WWWDIR%%/themes/buuf/images/empty_trash.png +%%WWWDIR%%/themes/buuf/images/filter.png +%%WWWDIR%%/themes/buuf/images/folder.png +%%WWWDIR%%/themes/buuf/images/folders.png +%%WWWDIR%%/themes/buuf/images/hastymail.ico +%%WWWDIR%%/themes/buuf/images/mailbox.png +%%WWWDIR%%/themes/buuf/images/message.png +%%WWWDIR%%/themes/buuf/images/new.png +%%WWWDIR%%/themes/buuf/images/news.png +%%WWWDIR%%/themes/buuf/images/next.png +%%WWWDIR%%/themes/buuf/images/nw.png +%%WWWDIR%%/themes/buuf/images/open_folder.png +%%WWWDIR%%/themes/buuf/images/options.png +%%WWWDIR%%/themes/buuf/images/prev.png +%%WWWDIR%%/themes/buuf/images/profile.png +%%WWWDIR%%/themes/buuf/images/quit.png +%%WWWDIR%%/themes/buuf/images/read_msg.png +%%WWWDIR%%/themes/buuf/images/search.png +%%WWWDIR%%/themes/buuf/images/trash.png +%%WWWDIR%%/themes/buuf/images/unread_msg.png +%%WWWDIR%%/themes/buuf/images/up.png +%%WWWDIR%%/themes/buuf/templates/.htaccess +%%WWWDIR%%/themes/buuf/templates/about.php +%%WWWDIR%%/themes/buuf/templates/compose.php +%%WWWDIR%%/themes/buuf/templates/contact_groups.php +%%WWWDIR%%/themes/buuf/templates/contacts.php +%%WWWDIR%%/themes/buuf/templates/folders.php +%%WWWDIR%%/themes/buuf/templates/login.php +%%WWWDIR%%/themes/buuf/templates/mailbox.php +%%WWWDIR%%/themes/buuf/templates/main.php +%%WWWDIR%%/themes/buuf/templates/message.php +%%WWWDIR%%/themes/buuf/templates/new.php +%%WWWDIR%%/themes/buuf/templates/not_found.php +%%WWWDIR%%/themes/buuf/templates/options.php +%%WWWDIR%%/themes/buuf/templates/profile.php +%%WWWDIR%%/themes/buuf/templates/search.php +%%WWWDIR%%/themes/buuf/templates/thread_view.php +%%WWWDIR%%/themes/buuf_deuce/README.txt +%%WWWDIR%%/themes/buuf_deuce/css/about.css +%%WWWDIR%%/themes/buuf_deuce/css/compose.css +%%WWWDIR%%/themes/buuf_deuce/css/contact_groups.css +%%WWWDIR%%/themes/buuf_deuce/css/contacts.css +%%WWWDIR%%/themes/buuf_deuce/css/folders.css +%%WWWDIR%%/themes/buuf_deuce/css/login.css +%%WWWDIR%%/themes/buuf_deuce/css/mailbox.css +%%WWWDIR%%/themes/buuf_deuce/css/main.css +%%WWWDIR%%/themes/buuf_deuce/css/message.css +%%WWWDIR%%/themes/buuf_deuce/css/new.css +%%WWWDIR%%/themes/buuf_deuce/css/not_found.css +%%WWWDIR%%/themes/buuf_deuce/css/options.css +%%WWWDIR%%/themes/buuf_deuce/css/profile.css +%%WWWDIR%%/themes/buuf_deuce/css/search.css *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 16:52:23 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 ESMTPS id A3555A66; Mon, 25 Nov 2013 16:52: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 83BD327E4; Mon, 25 Nov 2013 16:52:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPGqNfW024369; Mon, 25 Nov 2013 16:52:23 GMT (envelope-from feld@svn.freebsd.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPGqMQJ024360; Mon, 25 Nov 2013 16:52:22 GMT (envelope-from feld@svn.freebsd.org) Message-Id: <201311251652.rAPGqMQJ024360@svn.freebsd.org> From: Mark Felder Date: Mon, 25 Nov 2013 16:52:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334865 - in head/net-mgmt: . unifi unifi/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.16 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: Mon, 25 Nov 2013 16:52:23 -0000 Author: feld Date: Mon Nov 25 16:52:21 2013 New Revision: 334865 URL: http://svnweb.freebsd.org/changeset/ports/334865 Log: Unifi is the wireless controller software for Ubiquiti's Unifi APs Approved by: crees (mentor) Added: head/net-mgmt/unifi/ head/net-mgmt/unifi/Makefile (contents, props changed) head/net-mgmt/unifi/distinfo (contents, props changed) head/net-mgmt/unifi/files/ head/net-mgmt/unifi/files/unifi.in (contents, props changed) head/net-mgmt/unifi/pkg-descr (contents, props changed) head/net-mgmt/unifi/pkg-plist (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Mon Nov 25 16:47:32 2013 (r334864) +++ head/net-mgmt/Makefile Mon Nov 25 16:52:21 2013 (r334865) @@ -312,6 +312,7 @@ SUBDIR += tcpreplay SUBDIR += tcptrack SUBDIR += torrus + SUBDIR += unifi SUBDIR += vidalia SUBDIR += virt-viewer SUBDIR += virtinst Added: head/net-mgmt/unifi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/unifi/Makefile Mon Nov 25 16:52:21 2013 (r334865) @@ -0,0 +1,42 @@ +# Created by: Mark Felder +# $FreeBSD$ + +PORTNAME= unifi +PORTVERSION= 3.1.6 +CATEGORIES= net-mgmt java +MASTER_SITES= http://dl.ubnt.com/unifi/${PORTVERSION}/ +DISTNAME= UniFi.unix +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= feld@FreeBSD.org +COMMENT= UniFi Wireless Controller + +RUN_DEPENDS= mongodb>0:${PORTSDIR}/databases/mongodb + +SUB_LIST+= USERS=${USERS} GROUPS=${GROUPS} JAVASHAREDIR=${JAVASHAREDIR} + +USE_ZIP= yes +USE_JAVA= yes +JAVA_VERSION= 1.6+ +JAVA_OS= native +JAVA_VENDOR= openjdk bsdjava +JAVA_RUN= yes + +NO_BUILD= yes + +USE_RC_SUBR= ${PORTNAME} + +USERS= unifi +GROUPS= unifi + +PLIST_SUB+= USERS="${USERS}" +PLIST_SUB+= GROUPS="${GROUPS}" +WRKSRC= ${WRKDIR}/UniFi + +RESTRICTED= Redistribution of bundled firmware images is not permitted + +do-install: + ${MKDIR} ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME} + (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${JAVASHAREDIR}/${PORTNAME}/) + +.include Added: head/net-mgmt/unifi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/unifi/distinfo Mon Nov 25 16:52:21 2013 (r334865) @@ -0,0 +1,2 @@ +SHA256 (unifi-3.1.6/UniFi.unix.zip) = 1eddda84eed13c0f244a02126bebaf260caf72ae84955361f18e2c9096d9bd84 +SIZE (unifi-3.1.6/UniFi.unix.zip) = 34522586 Added: head/net-mgmt/unifi/files/unifi.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/unifi/files/unifi.in Mon Nov 25 16:52:21 2013 (r334865) @@ -0,0 +1,74 @@ +#!/bin/sh +# +# Created by: Mark Felder +# $FreeBSD$ +# + +# PROVIDE: unifi +# REQUIRE: LOGIN +# KEYWORD: shutdown + +# +# Add the following line to /etc/rc.conf to enable `unifi': +# +# unifi_enable="YES" + +. /etc/rc.subr +name=unifi + +rcvar=unifi_enable +load_rc_config ${name} + +: ${unifi_enable:=NO} +: ${unifi_user:=%%USERS%%} +: ${unifi_group:=%%GROUPS%%} +: ${unifi_chdir=%%JAVASHAREDIR%%/unifi} + +command_interpreter=. +command="%%PREFIX%%/bin/java" +command_args="-Djava.awt.headless=true -Xmx1024M -jar lib/ace.jar" +start_cmd=start_cmd +start_precmd=start_precmd +stop_cmd=stop_cmd +status_cmd=status_cmd +pidfile="/var/run/${name}.pid" + +procname=$(JAVAVM_DRYRUN=yes ${command} | fgrep JAVAVM_COMMAND) + +start_precmd() +{ + if [ ! -e /var/run/unifi ] ; then + install -d -o %%USERS%% -g %%GROUPS%% /var/run/unifi; + fi +} + +start_cmd() +{ + check_startmsgs && echo "Starting ${name}." + cd ${unifi_chdir} + daemon -u %%USERS%% -f -p ${pidfile} ${command} ${command_args} start +} + +stop_cmd() +{ + check_startmsgs && echo "Stopping ${name}." + rc_pid=$(check_pidfile $pidfile $procname) + cd ${unifi_chdir} + ${command} ${command_args} stop + wait_for_pids $rc_pid +} + +status_cmd() +{ + if [ -e ${pidfile} ] && $(pgrep -F ${pidfile} > /dev/null) ; then + mypid=$(cat ${pidfile}) + fi + + if [ ! ${mypid} = '' ]; then + echo "${name} is running with PID ${mypid}."; + else + echo "${name} not running?"; + fi +} + +run_rc_command "$1" Added: head/net-mgmt/unifi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/unifi/pkg-descr Mon Nov 25 16:52:21 2013 (r334865) @@ -0,0 +1,3 @@ +The UniFi Controller allows you to manage a UniFi Wireless Network. + +WWW: http://wiki.ubnt.com/UniFi_FAQ Added: head/net-mgmt/unifi/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/unifi/pkg-plist Mon Nov 25 16:52:21 2013 (r334865) @@ -0,0 +1,73 @@ +%%JAVASHAREDIR%%/unifi/bin/mongod +%%JAVASHAREDIR%%/unifi/dl/firmware/BZ2/3.1.6.2316/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/U2S48/3.1.6.2316/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/U7E/3.1.6.2316/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/U7P/3.1.6.2316/firmware.bin +%%JAVASHAREDIR%%/unifi/dl/firmware/bundles.json +%%JAVASHAREDIR%%/unifi/lib/MRJAdapter.jar +%%JAVASHAREDIR%%/unifi/lib/ace.jar +%%JAVASHAREDIR%%/unifi/lib/annotations-api.jar +%%JAVASHAREDIR%%/unifi/lib/asm.jar +%%JAVASHAREDIR%%/unifi/lib/bootstrap.jar +%%JAVASHAREDIR%%/unifi/lib/catalina-ant.jar +%%JAVASHAREDIR%%/unifi/lib/catalina-ha.jar +%%JAVASHAREDIR%%/unifi/lib/catalina-tribes.jar +%%JAVASHAREDIR%%/unifi/lib/catalina.jar +%%JAVASHAREDIR%%/unifi/lib/cglib.jar +%%JAVASHAREDIR%%/unifi/lib/commons-beanutils.jar +%%JAVASHAREDIR%%/unifi/lib/commons-codec.jar +%%JAVASHAREDIR%%/unifi/lib/commons-daemon.jar +%%JAVASHAREDIR%%/unifi/lib/commons-httpclient.jar +%%JAVASHAREDIR%%/unifi/lib/commons-lang.jar +%%JAVASHAREDIR%%/unifi/lib/commons-logging.jar +%%JAVASHAREDIR%%/unifi/lib/commons-net.jar +%%JAVASHAREDIR%%/unifi/lib/dom4j.jar +%%JAVASHAREDIR%%/unifi/lib/ecj-4.2.1.jar +%%JAVASHAREDIR%%/unifi/lib/el-api.jar +%%JAVASHAREDIR%%/unifi/lib/jasper-el.jar +%%JAVASHAREDIR%%/unifi/lib/jasper.jar +%%JAVASHAREDIR%%/unifi/lib/jmdns.jar +%%JAVASHAREDIR%%/unifi/lib/jsp-api.jar +%%JAVASHAREDIR%%/unifi/lib/jstl.jar +%%JAVASHAREDIR%%/unifi/lib/jstun-0.7.3.jar +%%JAVASHAREDIR%%/unifi/lib/jul-log4j-bridge.jar +%%JAVASHAREDIR%%/unifi/lib/log4j.jar +%%JAVASHAREDIR%%/unifi/lib/mail.jar +%%JAVASHAREDIR%%/unifi/lib/mongo.jar +%%JAVASHAREDIR%%/unifi/lib/org.springframework.config.java-1.0.0.M4.jar +%%JAVASHAREDIR%%/unifi/lib/servlet-api.jar +%%JAVASHAREDIR%%/unifi/lib/slf4j-api.jar +%%JAVASHAREDIR%%/unifi/lib/slf4j-log4j12.jar +%%JAVASHAREDIR%%/unifi/lib/spring-beans-2.5.6.jar +%%JAVASHAREDIR%%/unifi/lib/spring-context-2.5.6.jar +%%JAVASHAREDIR%%/unifi/lib/spring-core-2.5.6.jar +%%JAVASHAREDIR%%/unifi/lib/sshj.jar +%%JAVASHAREDIR%%/unifi/lib/tomcat-api.jar +%%JAVASHAREDIR%%/unifi/lib/tomcat-coyote.jar +%%JAVASHAREDIR%%/unifi/lib/tomcat-dbcp.jar +%%JAVASHAREDIR%%/unifi/lib/tomcat-i18n-es.jar +%%JAVASHAREDIR%%/unifi/lib/tomcat-i18n-fr.jar +%%JAVASHAREDIR%%/unifi/lib/tomcat-i18n-ja.jar +%%JAVASHAREDIR%%/unifi/lib/tomcat-jdbc.jar +%%JAVASHAREDIR%%/unifi/lib/tomcat-juli-adapters.jar +%%JAVASHAREDIR%%/unifi/lib/tomcat-juli.jar +%%JAVASHAREDIR%%/unifi/lib/tomcat-util.jar +%%JAVASHAREDIR%%/unifi/readme.txt +%%JAVASHAREDIR%%/unifi/webapps/ROOT.war +@dirrmtry %%JAVASHAREDIR%%/unifi/webapps +@dirrmtry %%JAVASHAREDIR%%/unifi/lib +@dirrmtry %%JAVASHAREDIR%%/unifi/dl/firmware/U7P/3.1.6.2316 +@dirrmtry %%JAVASHAREDIR%%/unifi/dl/firmware/U7P +@dirrmtry %%JAVASHAREDIR%%/unifi/dl/firmware/U7E/3.1.6.2316 +@dirrmtry %%JAVASHAREDIR%%/unifi/dl/firmware/U7E +@dirrmtry %%JAVASHAREDIR%%/unifi/dl/firmware/U2S48/3.1.6.2316 +@dirrmtry %%JAVASHAREDIR%%/unifi/dl/firmware/U2S48 +@dirrmtry %%JAVASHAREDIR%%/unifi/dl/firmware/BZ2/3.1.6.2316 +@dirrmtry %%JAVASHAREDIR%%/unifi/dl/firmware/BZ2 +@dirrmtry %%JAVASHAREDIR%%/unifi/dl/firmware +@dirrmtry %%JAVASHAREDIR%%/unifi/dl +@dirrmtry %%JAVASHAREDIR%%/unifi/conf +@dirrmtry %%JAVASHAREDIR%%/unifi/bin +@dirrmtry %%JAVASHAREDIR%%/unifi +@exec chown -R %%USERS%%:%%GROUPS%% %D/%%JAVASHAREDIR%%/unifi +@exec ln -sf %D/bin/mongod %D/%%JAVASHAREDIR%%/unifi/bin/mongod From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 17:03:33 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 ESMTPS id CA559C19; Mon, 25 Nov 2013 17:03:33 +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 B98D72876; Mon, 25 Nov 2013 17:03:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPH3XvD028112; Mon, 25 Nov 2013 17:03:33 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPH3XeC028110; Mon, 25 Nov 2013 17:03:33 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201311251703.rAPH3XeC028110@svn.freebsd.org> From: Li-Wen Hsu Date: Mon, 25 Nov 2013 17:03:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334866 - head/devel/jenkins 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.16 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: Mon, 25 Nov 2013 17:03:33 -0000 Author: lwhsu Date: Mon Nov 25 17:03:32 2013 New Revision: 334866 URL: http://svnweb.freebsd.org/changeset/ports/334866 Log: - Update to 1.541 Modified: head/devel/jenkins/Makefile head/devel/jenkins/distinfo Modified: head/devel/jenkins/Makefile ============================================================================== --- head/devel/jenkins/Makefile Mon Nov 25 16:52:21 2013 (r334865) +++ head/devel/jenkins/Makefile Mon Nov 25 17:03:32 2013 (r334866) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 1.540 +PORTVERSION= 1.541 CATEGORIES= devel java MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ DISTNAME= jenkins Modified: head/devel/jenkins/distinfo ============================================================================== --- head/devel/jenkins/distinfo Mon Nov 25 16:52:21 2013 (r334865) +++ head/devel/jenkins/distinfo Mon Nov 25 17:03:32 2013 (r334866) @@ -1,2 +1,2 @@ -SHA256 (jenkins/1.540/jenkins.war) = a1b2544bfe289d74020eb5a5cad2bc637a50339254f337fdf3ec98b1650d75cf -SIZE (jenkins/1.540/jenkins.war) = 65686598 +SHA256 (jenkins/1.541/jenkins.war) = c4853208a72de71e38f97e81a72f794ce862dc02b2dca7e63682d568db9b3daa +SIZE (jenkins/1.541/jenkins.war) = 65703345 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 17:04:18 2013 Return-Path: Delivered-To: svn-ports-head@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 9C8DAD09; Mon, 25 Nov 2013 17:04:18 +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 8C2A72882; Mon, 25 Nov 2013 17:04:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPH4I9j028291; Mon, 25 Nov 2013 17:04:18 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPH4IRw028286; Mon, 25 Nov 2013 17:04:18 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311251704.rAPH4IRw028286@svn.freebsd.org> From: William Grzybowski Date: Mon, 25 Nov 2013 17:04:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334867 - head/devel/py-pygit2 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.16 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: Mon, 25 Nov 2013 17:04:18 -0000 Author: wg Date: Mon Nov 25 17:04:17 2013 New Revision: 334867 URL: http://svnweb.freebsd.org/changeset/ports/334867 Log: devel/py-pygit2: update to 0.20.0 Modified: head/devel/py-pygit2/Makefile head/devel/py-pygit2/distinfo Modified: head/devel/py-pygit2/Makefile ============================================================================== --- head/devel/py-pygit2/Makefile Mon Nov 25 17:03:32 2013 (r334866) +++ head/devel/py-pygit2/Makefile Mon Nov 25 17:04:17 2013 (r334867) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pygit2 -PORTVERSION= 0.19.1 +PORTVERSION= 0.20.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wg@FreeBSD.org COMMENT= Python bindings for libgit2 -LIB_DEPENDS= libgit2.so:${PORTSDIR}/devel/libgit2 +LIB_DEPENDS= libgit2.so.0.20.0:${PORTSDIR}/devel/libgit2 USE_PYTHON= yes USE_PYDISTUTILS=yes Modified: head/devel/py-pygit2/distinfo ============================================================================== --- head/devel/py-pygit2/distinfo Mon Nov 25 17:03:32 2013 (r334866) +++ head/devel/py-pygit2/distinfo Mon Nov 25 17:04:17 2013 (r334867) @@ -1,2 +1,2 @@ -SHA256 (pygit2-0.19.1.tar.gz) = 7a7f60c73981803739e4c65e2bb7cf69a0a01ff18764a15a9c971463aa491396 -SIZE (pygit2-0.19.1.tar.gz) = 109762 +SHA256 (pygit2-0.20.0.tar.gz) = 800c687a685abe6c963064bbdbe69f3d65a4fe5c43dae3e7c16722bb0e162310 +SIZE (pygit2-0.20.0.tar.gz) = 113474 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 17:13:38 2013 Return-Path: Delivered-To: svn-ports-head@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 D2506F41; Mon, 25 Nov 2013 17:13:38 +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 A75972908; Mon, 25 Nov 2013 17:13:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPHDckG031857; Mon, 25 Nov 2013 17:13:38 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPHDc20031855; Mon, 25 Nov 2013 17:13:38 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201311251713.rAPHDc20031855@svn.freebsd.org> From: Adam Weinberger Date: Mon, 25 Nov 2013 17:13:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334868 - head/www/hastymail2 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.16 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: Mon, 25 Nov 2013 17:13:38 -0000 Author: adamw Date: Mon Nov 25 17:13:37 2013 New Revision: 334868 URL: http://svnweb.freebsd.org/changeset/ports/334868 Log: Correct plist error Modified: head/www/hastymail2/Makefile head/www/hastymail2/pkg-plist Modified: head/www/hastymail2/Makefile ============================================================================== --- head/www/hastymail2/Makefile Mon Nov 25 17:04:17 2013 (r334867) +++ head/www/hastymail2/Makefile Mon Nov 25 17:13:37 2013 (r334868) @@ -3,7 +3,7 @@ PORTNAME= hastymail2 PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= www mail MASTER_SITES= SF/hastymail/Hastymail2%20Stable%20Releases/Hastymail2%201.1/ Modified: head/www/hastymail2/pkg-plist ============================================================================== --- head/www/hastymail2/pkg-plist Mon Nov 25 17:04:17 2013 (r334867) +++ head/www/hastymail2/pkg-plist Mon Nov 25 17:13:37 2013 (r334868) @@ -429,9 +429,9 @@ %%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/classes/SpellChecker.php %%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/classes/utils/JSON.php %%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/classes/utils/Logger.php -@unexec if cmp -s %D/%%WWWDIR%%/plugins/spellchecker/config.php.sample %D/%%WWWDIR%%/plugins/spellchecker/config.php; then rm -f %D/%%WWWDIR%%/plugins/spellchecker/config.php; fi +@unexec if cmp -s %D/%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/config.php.sample %D/%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/config.php; then rm -f %D/%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/config.php; fi %%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/config.php.sample -@exec if [ ! -f %D/%%WWWDIR%%/plugins/spellchecker/config.php ]; then cp -p %D/%F %B/config.php; fi +@exec if [ ! -f %D/%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/config.php ]; then cp -p %D/%F %B/config.php; fi %%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/css/content.css %%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/editor_plugin.js %%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/editor_plugin_src.js From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 17:51:18 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 ESMTPS id A6BD8195; Mon, 25 Nov 2013 17:51:18 +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 7B6002BCD; Mon, 25 Nov 2013 17:51:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPHpIFN045257; Mon, 25 Nov 2013 17:51:18 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPHpIMe045250; Mon, 25 Nov 2013 17:51:18 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201311251751.rAPHpIMe045250@svn.freebsd.org> From: TAKATSU Tomonari Date: Mon, 25 Nov 2013 17:51:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334869 - head/net-im/mikutter 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.16 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: Mon, 25 Nov 2013 17:51:18 -0000 Author: tota Date: Mon Nov 25 17:51:17 2013 New Revision: 334869 URL: http://svnweb.freebsd.org/changeset/ports/334869 Log: - Update to 0.2.2.1430 - Remove RUBY_REQUIRE - Improve x-generate-plist target for maintenance - Cosmetic change Modified: head/net-im/mikutter/Makefile head/net-im/mikutter/distinfo Modified: head/net-im/mikutter/Makefile ============================================================================== --- head/net-im/mikutter/Makefile Mon Nov 25 17:13:37 2013 (r334868) +++ head/net-im/mikutter/Makefile Mon Nov 25 17:51:17 2013 (r334869) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mikutter -PORTVERSION= 0.2.2.1410 +PORTVERSION= 0.2.2.1430 CATEGORIES= net-im ruby MASTER_SITES= http://mikutter.hachune.net/bin/ \ LOCAL @@ -29,15 +29,15 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_RUBY= yes NO_BUILD= yes -RUBY_REQUIRE= Ruby >= 193 RUBY_SHEBANG_FILES= mikutter.rb \ core/miku/miku.rb \ devel/makechi.rb +PORTDOCS= README SUB_FILES= mikutter.desktop SUB_LIST= RUBY_SITELIBDIR=${RUBY_SITELIBDIR} -PORTDOCS= README +REINPLACE_ARGS= -i '' OPTIONS_DEFINE= HTTPCLIENT NOTIFY HTTPCLIENT_DESC= httpclient support @@ -71,10 +71,11 @@ do-install: ${INSTALL_DATA} ${INSTALL_WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif -x-generate-plist: +x-generate-plist: stage ${ECHO} bin/mikutter > pkg-plist.new - ${FIND} ${RUBY_SITELIBDIR}/mikutter -type f | ${SORT} | ${SED} -e 's,${RUBY_SITELIBDIR},%%RUBY_SITELIBDIR%%,' >> pkg-plist.new + ${FIND} ${STAGEDIR}${RUBY_SITELIBDIR}/mikutter -type f | ${SORT} | ${SED} -e 's,${STAGEDIR}${RUBY_SITELIBDIR},%%RUBY_SITELIBDIR%%,' >> pkg-plist.new ${ECHO} share/applications/mikutter.desktop >> pkg-plist.new - ${FIND} ${RUBY_SITELIBDIR}/mikutter -type d -depth | ${SORT} -r | ${SED} -e 's,${RUBY_SITELIBDIR},@dirrm %%RUBY_SITELIBDIR%%,' >> pkg-plist.new + ${FIND} ${STAGEDIR}${RUBY_SITELIBDIR}/mikutter -type d -depth | ${SORT} -r | ${SED} -e 's,${STAGEDIR}${RUBY_SITELIBDIR},@dirrm %%RUBY_SITELIBDIR%%,' >> pkg-plist.new + ${REINPLACE_CMD} -E 's|@dirrm (%%RUBY_SITELIBDIR%%/mikutter/plugin)|@dirrmtry \1|' pkg-plist.new .include Modified: head/net-im/mikutter/distinfo ============================================================================== --- head/net-im/mikutter/distinfo Mon Nov 25 17:13:37 2013 (r334868) +++ head/net-im/mikutter/distinfo Mon Nov 25 17:51:17 2013 (r334869) @@ -1,2 +1,2 @@ -SHA256 (mikutter.0.2.2.1410.tar.gz) = 73302b36e348a73706a2d7353c781d44ff1b89fae14611613e6b6ec8d74f7a51 -SIZE (mikutter.0.2.2.1410.tar.gz) = 2334586 +SHA256 (mikutter.0.2.2.1430.tar.gz) = f75c21e6e64e6a23a1df9dec7e007dffbd0a2ea835a1aa818f7d85bd63e4d1b6 +SIZE (mikutter.0.2.2.1430.tar.gz) = 2334672 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 17:54:10 2013 Return-Path: Delivered-To: svn-ports-head@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 EC0633D3; Mon, 25 Nov 2013 17:54:09 +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 DB75E2BE8; Mon, 25 Nov 2013 17:54:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPHs997048624; Mon, 25 Nov 2013 17:54:09 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPHs9aK048611; Mon, 25 Nov 2013 17:54:09 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311251754.rAPHs9aK048611@svn.freebsd.org> From: Max Brazhnikov Date: Mon, 25 Nov 2013 17:54:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334870 - head/deskutils/znotes 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.16 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: Mon, 25 Nov 2013 17:54:10 -0000 Author: makc Date: Mon Nov 25 17:54:08 2013 New Revision: 334870 URL: http://svnweb.freebsd.org/changeset/ports/334870 Log: - Convert to USES=qmake - Add stage support - Update port comment/description - Convert to pkg-plist Approved by: vg (maintainer) Added: head/deskutils/znotes/pkg-plist (contents, props changed) Modified: head/deskutils/znotes/Makefile head/deskutils/znotes/pkg-descr (contents, props changed) Modified: head/deskutils/znotes/Makefile ============================================================================== --- head/deskutils/znotes/Makefile Mon Nov 25 17:51:17 2013 (r334869) +++ head/deskutils/znotes/Makefile Mon Nov 25 17:54:08 2013 (r334870) @@ -8,52 +8,28 @@ CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ MAINTAINER= vg@FreeBSD.org -COMMENT= Simple notes based on QT4 +COMMENT= Simple notes managment application based on Qt 4 LICENSE= GPLv3 -USE_QT4= gui network xml qmake_build uic_build moc_build rcc_build \ +USES= qmake +USE_QT4= gui network xml uic_build moc_build rcc_build \ linguist_build +QMAKE_ARGS= QMAKE_LRELEASE=${LRELEASE} -DESKTOP_ENTRIES="zNotes" "Simple notes" \ +DESKTOP_ENTRIES="zNotes" "Notes managment" \ "${PREFIX}/share/pixmaps/${PORTNAME}.png" "${PORTNAME}" \ - "Utility;TextEditor;Qt;" ${FALSE} + "Utility;TextEditor;Qt;" true OPTIONS_DEFINE= NLS -PLIST_FILES= bin/${PORTNAME} \ - share/pixmaps/${PORTNAME}.png - -NO_STAGE= yes post-patch: - @${REINPLACE_CMD} -e 's|lrelease|lrelease-qt4|g' \ + @${REINPLACE_CMD} -e '/.path =/s|/usr|$$$$PREFIX|g' \ + -e '/PREFIX = /d' \ ${WRKSRC}/${PORTNAME}.pro - @${REINPLACE_CMD} -i -e 's,QCoreApplication::applicationDirPath()+"/translations","${DATADIR}/translations",g' \ + @${REINPLACE_CMD} -i -e 's,QCoreApplication::applicationDirPath()+"/translations","${DATADIR}/translations",g' \ ${WRKSRC}/settings.cpp - -.include - -do-configure: - cd ${WRKSRC} && ${QMAKE} ${QMAKEFLAGS} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.png ${PREFIX}/share/pixmaps/ - -.if ${PORT_OPTIONS:MNLS} - ${MKDIR} ${DATADIR}/translations - ${INSTALL_DATA} ${WRKSRC}/translations/*.qm ${DATADIR}/translations -PLIST_FILES+= %%DATADIR%%/translations/${PORTNAME}_cs.qm \ - %%DATADIR%%/translations/${PORTNAME}_es.qm \ - %%DATADIR%%/translations/${PORTNAME}_en.qm \ - %%DATADIR%%/translations/${PORTNAME}_ru.qm \ - %%DATADIR%%/translations/${PORTNAME}_sk.qm \ - %%DATADIR%%/translations/${PORTNAME}_pt_BR.qm \ - %%DATADIR%%/translations/${PORTNAME}_uk.qm - -PLIST_DIRS+= %%DATADIR%%/translations \ - %%DATADIR%% -.else -.endif +#Work around badly written .pro + ${LRELEASE} ${WRKSRC}/${PORTNAME}.pro .include Modified: head/deskutils/znotes/pkg-descr ============================================================================== --- head/deskutils/znotes/pkg-descr Mon Nov 25 17:51:17 2013 (r334869) +++ head/deskutils/znotes/pkg-descr Mon Nov 25 17:54:08 2013 (r334870) @@ -1,4 +1,4 @@ -When I migrated from XFCE, I could not find a program simular to -xfce4-Notes-plugin, so I created this program. +Simple lightweight crossplatform application for notes managment +based on Qt 4. -WWW: http://znotes.sourceforge.net/ +WWW: http://znotes.sourceforge.net Added: head/deskutils/znotes/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/znotes/pkg-plist Mon Nov 25 17:54:08 2013 (r334870) @@ -0,0 +1,12 @@ +bin/znotes +share/applications/znotes.desktop +share/pixmaps/znotes.png +%%NLS%%%%DATADIR%%/translations/znotes_cs.qm +%%NLS%%%%DATADIR%%/translations/znotes_en.qm +%%NLS%%%%DATADIR%%/translations/znotes_es.qm +%%NLS%%%%DATADIR%%/translations/znotes_pt_BR.qm +%%NLS%%%%DATADIR%%/translations/znotes_ru.qm +%%NLS%%%%DATADIR%%/translations/znotes_sk.qm +%%NLS%%%%DATADIR%%/translations/znotes_uk.qm +%%NLS%%@dirrmtry %%DATADIR%%/translations +%%NLS%%@dirrmtry %%DATADIR%% From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 18:00:20 2013 Return-Path: Delivered-To: svn-ports-head@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 BF00E534; Mon, 25 Nov 2013 18:00:20 +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 AC1722C1E; Mon, 25 Nov 2013 18:00:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPI0KeF059673; Mon, 25 Nov 2013 18:00:20 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPHxxP3057632; Mon, 25 Nov 2013 17:59:59 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201311251759.rAPHxxP3057632@svn.freebsd.org> From: Antoine Brodin Date: Mon, 25 Nov 2013 17:59:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334871 - in head: archivers/pear-File_Archive archivers/pear-Horde_Compress archivers/pear-Horde_Compress_Fast archivers/pear-PHP_Archiv audio/pear-Text_Spell_Audio benchmarks/pear-Ben... 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.16 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: Mon, 25 Nov 2013 18:00:20 -0000 Author: antoine Date: Mon Nov 25 17:59:58 2013 New Revision: 334871 URL: http://svnweb.freebsd.org/changeset/ports/334871 Log: Stage support for non-IGNORED pear classes Tested by: poudriere Approved by: portmgr (bapt) Modified: head/archivers/pear-File_Archive/Makefile head/archivers/pear-Horde_Compress/Makefile head/archivers/pear-Horde_Compress_Fast/Makefile head/archivers/pear-PHP_Archiv/Makefile head/audio/pear-Text_Spell_Audio/Makefile head/benchmarks/pear-Benchmark/Makefile head/comms/pear-Horde_ActiveSync/Makefile head/comms/pear-Horde_SyncMl/Makefile head/converters/pear-Services_JSON/Makefile head/databases/pear-DB/Makefile head/databases/pear-DBA/Makefile head/databases/pear-DBA_Relational/Makefile head/databases/pear-DB_DataObject/Makefile head/databases/pear-DB_DataObject_FormBuilder/Makefile head/databases/pear-DB_Pager/Makefile head/databases/pear-DB_QueryTool/Makefile head/databases/pear-DB_Sqlite_Tools/Makefile head/databases/pear-DB_Table/Makefile head/databases/pear-DB_ldap/Makefile head/databases/pear-DB_ldap2/Makefile head/databases/pear-DoctrineCommon/Makefile head/databases/pear-DoctrineDBAL/Makefile head/databases/pear-DoctrineORM/Makefile head/databases/pear-Horde_Db/Makefile head/databases/pear-Horde_HashTable/Makefile head/databases/pear-Horde_Imsp/Makefile head/databases/pear-Horde_Memcache/Makefile head/databases/pear-Horde_Mongo/Makefile head/databases/pear-MDB/Makefile head/databases/pear-MDB2/Makefile head/databases/pear-MDB2_Driver_mysql/Makefile head/databases/pear-MDB2_Driver_mysqli/Makefile head/databases/pear-MDB2_Driver_pgsql/Makefile head/databases/pear-MDB2_Schema/Makefile head/databases/pear-MDB_QueryTool/Makefile head/databases/pear-Structures_DataGrid_DataSource_Array/Makefile head/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile head/databases/pear-Structures_DataGrid_DataSource_DB/Makefile head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile head/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile head/databases/pear-XML_Query2XML/Makefile head/devel/pear-PHP_UML/Makefile head/dns/pear-File_DNS/Makefile head/dns/pear-Net_DNS/Makefile head/dns/pear-Net_DNS2/Makefile head/ftp/pear-Net_FTP/Makefile head/games/pear-Games_Chess/Makefile head/graphics/pear-Horde_Image/Makefile head/graphics/pear-IO_SWF/Makefile head/graphics/pear-Image_3D/Makefile head/graphics/pear-Image_Barcode/Makefile head/graphics/pear-Image_Barcode2/Makefile head/graphics/pear-Image_Canvas/Makefile head/graphics/pear-Image_Color/Makefile head/graphics/pear-Image_Graph/Makefile head/graphics/pear-Image_GraphViz/Makefile head/graphics/pear-Image_Transform/Makefile head/irc/pear-Net_SmartIRC/Makefile head/mail/pear-Contact_Vcard_Build/Makefile head/mail/pear-Contact_Vcard_Parse/Makefile head/mail/pear-Horde_Imap_Client/Makefile head/mail/pear-Horde_Kolab_Storage/Makefile head/mail/pear-Horde_ListHeaders/Makefile head/mail/pear-Horde_Mail/Makefile head/mail/pear-Horde_Mime/Makefile head/mail/pear-Horde_Mime_Viewer/Makefile head/mail/pear-Horde_Smtp/Makefile head/mail/pear-MIME_Type/Makefile head/mail/pear-Mail/Makefile head/mail/pear-Mail_Mbox/Makefile head/mail/pear-Mail_Mime/Makefile head/mail/pear-Mail_Queue/Makefile head/mail/pear-Mail_mimeDecode/Makefile head/mail/pear-Net_Cyrus/Makefile head/mail/pear-Net_IMAP/Makefile head/mail/pear-Net_LMTP/Makefile head/math/pear-Math_BigInteger/Makefile head/math/pear-Math_Combinatorics/Makefile head/misc/pear-Services_Weather/Makefile head/misc/pear-Text_Figlet/Makefile head/net/pear-Auth_RADIUS/Makefile head/net/pear-File_Bittorrent2/Makefile head/net/pear-Horde_Kolab_Server/Makefile head/net/pear-Horde_Kolab_Session/Makefile head/net/pear-Horde_Ldap/Makefile head/net/pear-Horde_Rpc/Makefile head/net/pear-Horde_Scribe/Makefile head/net/pear-Horde_Socket_Client/Makefile head/net/pear-Horde_Url/Makefile head/net/pear-Net_CDDB/Makefile head/net/pear-Net_CheckIP/Makefile head/net/pear-Net_DIME/Makefile head/net/pear-Net_DNSBL/Makefile head/net/pear-Net_Dict/Makefile head/net/pear-Net_Finger/Makefile head/net/pear-Net_Geo/Makefile head/net/pear-Net_GeoIP/Makefile head/net/pear-Net_IDNA/Makefile head/net/pear-Net_IPv4/Makefile head/net/pear-Net_IPv6/Makefile head/net/pear-Net_Ident/Makefile head/net/pear-Net_LDAP/Makefile head/net/pear-Net_LDAP2/Makefile head/net/pear-Net_MAC/Makefile head/net/pear-Net_NNTP/Makefile head/net/pear-Net_Nmap/Makefile head/net/pear-Net_POP3/Makefile head/net/pear-Net_Ping/Makefile head/net/pear-Net_SMS/Makefile head/net/pear-Net_SMTP/Makefile head/net/pear-Net_Server/Makefile head/net/pear-Net_Sieve/Makefile head/net/pear-Net_Socket/Makefile head/net/pear-Net_Traceroute/Makefile head/net/pear-Net_URL/Makefile head/net/pear-Net_URL2/Makefile head/net/pear-Net_URL_Mapper/Makefile head/net/pear-Net_UserAgent_Detect/Makefile head/net/pear-Net_UserAgent_Mobile/Makefile head/net/pear-Net_Vpopmaild/Makefile head/net/pear-Net_Whois/Makefile head/net/pear-SOAP/Makefile head/net/pear-Services_Pingback/Makefile head/net/pear-Services_Twitter/Makefile head/net/pear-URI_Template/Makefile head/net/pear-XML_RPC/Makefile head/net/pear-XML_RPC2/Makefile head/print/pear-File_PDF/Makefile head/security/pear-Auth/Makefile head/security/pear-Auth_HTTP/Makefile head/security/pear-Auth_OpenID/Makefile head/security/pear-Auth_PrefManager/Makefile head/security/pear-Crypt_Blowfish/Makefile head/security/pear-Crypt_CBC/Makefile head/security/pear-Crypt_CHAP/Makefile head/security/pear-Crypt_DiffieHellman/Makefile head/security/pear-Crypt_GPG/Makefile head/security/pear-Crypt_HMAC2/Makefile head/security/pear-Crypt_MicroID/Makefile head/security/pear-Crypt_RC4/Makefile head/security/pear-Crypt_RSA/Makefile head/security/pear-Crypt_XXTEA/Makefile head/security/pear-File_HtAccess/Makefile head/security/pear-File_Passwd/Makefile head/security/pear-File_SMBPasswd/Makefile head/security/pear-HTML_Crypt/Makefile head/security/pear-Horde_Auth/Makefile head/security/pear-Horde_Crypt/Makefile head/security/pear-Horde_Crypt_Blowfish/Makefile head/security/pear-Horde_Group/Makefile head/security/pear-Horde_Oauth/Makefile head/security/pear-Horde_Perms/Makefile head/security/pear-Horde_Secret/Makefile head/security/pear-Horde_Share/Makefile head/security/pear-LiveUser/Makefile head/security/pear-LiveUser_Admin/Makefile head/security/pear-Net_Portscan/Makefile head/security/pear-Text_Password/Makefile head/shells/pear-PHP_Shell/Makefile head/sysutils/pear-Cache/Makefile head/sysutils/pear-Cache_Lite/Makefile head/sysutils/pear-File/Makefile head/sysutils/pear-File_Find/Makefile head/sysutils/pear-File_Fstab/Makefile head/sysutils/pear-File_Gettext/Makefile head/sysutils/pear-Horde_Log/Makefile head/sysutils/pear-Horde_Vfs/Makefile head/sysutils/pear-I18Nv2/Makefile head/sysutils/pear-Log/Makefile head/sysutils/pear-Translation2/Makefile head/textproc/pear-File_Fortune/Makefile head/textproc/pear-File_MARC/Makefile head/textproc/pear-Horde_Kolab_Format/Makefile head/textproc/pear-Horde_Pdf/Makefile head/textproc/pear-Horde_SpellChecker/Makefile head/textproc/pear-Horde_Text_Diff/Makefile head/textproc/pear-Horde_Text_Filter/Makefile head/textproc/pear-Horde_Text_Filter_Csstidy/Makefile head/textproc/pear-Horde_Text_Flowed/Makefile head/textproc/pear-Horde_Xml_Element/Makefile head/textproc/pear-Horde_Xml_Wbxml/Makefile head/textproc/pear-Numbers_Roman/Makefile head/textproc/pear-Numbers_Words/Makefile head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile head/textproc/pear-Structures_DataGrid_Renderer_CSV/Makefile head/textproc/pear-Structures_DataGrid_Renderer_XLS/Makefile head/textproc/pear-Structures_DataGrid_Renderer_XML/Makefile head/textproc/pear-Symfony_Component_Yaml/Makefile head/textproc/pear-Text_Highlighter/Makefile head/textproc/pear-Text_Template/Makefile head/textproc/pear-XML_Beautifier/Makefile head/textproc/pear-XML_DTD/Makefile head/textproc/pear-XML_Feed_Parser/Makefile head/textproc/pear-XML_HTMLSax/Makefile head/textproc/pear-XML_Wddx/Makefile head/textproc/pear-YAML/Makefile head/www/pear-HTML_AJAX/Makefile head/www/pear-HTML_TagCloud/Makefile head/www/pear-HTTP/Makefile head/www/pear-HTTP_Client/Makefile head/www/pear-HTTP_Download/Makefile head/www/pear-HTTP_FloodControl/Makefile head/www/pear-HTTP_Header/Makefile head/www/pear-HTTP_Request/Makefile head/www/pear-HTTP_Request2/Makefile head/www/pear-HTTP_Server/Makefile head/www/pear-HTTP_Session2/Makefile head/www/pear-HTTP_Upload/Makefile head/www/pear-HTTP_WebDAV_Client/Makefile head/www/pear-HTTP_WebDAV_Server/Makefile head/www/pear-Horde_Browser/Makefile head/www/pear-Horde_Css_Parser/Makefile head/www/pear-Horde_Dav/Makefile head/www/pear-Horde_Editor/Makefile head/www/pear-Horde_Feed/Makefile head/www/pear-Horde_Form/Makefile head/www/pear-Horde_Http/Makefile head/www/pear-Horde_Routes/Makefile head/www/pear-Horde_Service_Facebook/Makefile head/www/pear-Horde_Service_Twitter/Makefile head/www/pear-Horde_Service_UrlShortener/Makefile head/www/pear-Horde_Service_Weather/Makefile head/www/pear-Horde_SessionHandler/Makefile head/www/pear-Horde_Template/Makefile head/www/pear-Services_Amazon/Makefile head/www/pear-Services_Amazon_S3/Makefile head/www/pear-Services_Blogging/Makefile head/www/pear-Services_Compete/Makefile head/www/pear-Services_Delicious/Makefile head/www/pear-Services_Digg/Makefile head/www/pear-Services_Facebook/Makefile head/www/pear-Services_GeoNames/Makefile head/www/pear-Services_Google/Makefile head/www/pear-Services_OpenSearch/Makefile head/www/pear-Services_SharedBook/Makefile head/www/pear-Services_ShortURL/Makefile head/www/pear-Services_TinyURL/Makefile head/www/pear-Services_TwitPic/Makefile head/www/pear-Services_W3C_CSSValidator/Makefile head/www/pear-Services_W3C_HTMLValidator/Makefile head/www/pear-Services_Yadis/Makefile head/www/pear-Services_Yahoo/Makefile head/www/pear-Services_urlTea/Makefile head/www/pear-Structures_DataGrid_Renderer_Flexy/Makefile head/www/pear-Structures_DataGrid_Renderer_Pager/Makefile head/www/pear-Structures_DataGrid_Renderer_Smarty/Makefile head/www/pear-Text_Wiki/Makefile head/www/pear-UDDI/Makefile head/www/pear-XML_GRDDL/Makefile Modified: head/archivers/pear-File_Archive/Makefile ============================================================================== --- head/archivers/pear-File_Archive/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/archivers/pear-File_Archive/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -13,7 +13,6 @@ BUILD_DEPENDS= ${PEARDIR}/MIME/Type.php: RUN_DEPENDS= ${PEARDIR}/MIME/Type.php:${PORTSDIR}/mail/pear-MIME_Type \ ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -NO_STAGE= yes USE_PHP= bz2 pcre zlib LATEST_LINK= pear-${PORTNAME} Modified: head/archivers/pear-Horde_Compress/Makefile ============================================================================== --- head/archivers/pear-Horde_Compress/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/archivers/pear-Horde_Compress/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -12,7 +12,6 @@ OPTIONS_DEFAULT= ZLIB OPTIONS_DEFINE= ZLIB ZLIB_DESC= Depend on PHP zlib extension -NO_STAGE= yes USE_HORDE_RUN= Horde_Exception \ Horde_Translation \ Horde_Util \ Modified: head/archivers/pear-Horde_Compress_Fast/Makefile ============================================================================== --- head/archivers/pear-Horde_Compress_Fast/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/archivers/pear-Horde_Compress_Fast/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -8,7 +8,6 @@ PKGNAMEPREFIX= pear- MAINTAINER= horde@FreeBSD.org COMMENT= Horde Fast Compression Library -NO_STAGE= yes USE_HORDE_RUN= Horde_Exception .include Modified: head/archivers/pear-PHP_Archiv/Makefile ============================================================================== --- head/archivers/pear-PHP_Archiv/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/archivers/pear-PHP_Archiv/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -11,7 +11,6 @@ COMMENT= Create and Use PHP Archive file BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -NO_STAGE= yes PEAR_AUTOINSTALL= yes .include Modified: head/audio/pear-Text_Spell_Audio/Makefile ============================================================================== --- head/audio/pear-Text_Spell_Audio/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/audio/pear-Text_Spell_Audio/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -11,7 +11,6 @@ COMMENT= Generates a sound clip saying t BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -NO_STAGE= yes PEAR_AUTOINSTALL= yes .include Modified: head/benchmarks/pear-Benchmark/Makefile ============================================================================== --- head/benchmarks/pear-Benchmark/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/benchmarks/pear-Benchmark/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -14,7 +14,6 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORT USE_PHP= bcmath PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/comms/pear-Horde_ActiveSync/Makefile ============================================================================== --- head/comms/pear-Horde_ActiveSync/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/comms/pear-Horde_ActiveSync/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -14,7 +14,6 @@ USE_HORDE_RUN= Horde_Date \ Horde_Support \ Horde_Util -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include Modified: head/comms/pear-Horde_SyncMl/Makefile ============================================================================== --- head/comms/pear-Horde_SyncMl/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/comms/pear-Horde_SyncMl/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -20,7 +20,6 @@ USE_HORDE_RUN= Horde_Date \ USE_HORDE_RUN+= Horde_Auth \ Horde_Core -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include Modified: head/converters/pear-Services_JSON/Makefile ============================================================================== --- head/converters/pear-Services_JSON/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/converters/pear-Services_JSON/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-DB/Makefile ============================================================================== --- head/databases/pear-DB/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-DB/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-DBA/Makefile ============================================================================== --- head/databases/pear-DBA/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-DBA/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-DBA_Relational/Makefile ============================================================================== --- head/databases/pear-DBA_Relational/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-DBA_Relational/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -15,7 +15,6 @@ PORTSCOUT= skipv:0.19 PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-DB_DataObject/Makefile ============================================================================== --- head/databases/pear-DB_DataObject/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-DB_DataObject/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -22,7 +22,6 @@ PEAR_VALIDATE_DESC= "PEAR::Validate supp PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .if ${PORT_OPTIONS:MPEAR_MDB2} Modified: head/databases/pear-DB_DataObject_FormBuilder/Makefile ============================================================================== --- head/databases/pear-DB_DataObject_FormBuilder/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-DB_DataObject_FormBuilder/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -20,7 +20,6 @@ PEAR_HTML_TABLE_DESC= PEAR::HTML_Table s PEAR_AUTOINSTALL=yes -NO_STAGE= yes .include .if ${PORT_OPTIONS:MPEAR_DATE} Modified: head/databases/pear-DB_Pager/Makefile ============================================================================== --- head/databases/pear-DB_Pager/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-DB_Pager/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-DB_QueryTool/Makefile ============================================================================== --- head/databases/pear-DB_QueryTool/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-DB_QueryTool/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDI PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-DB_Sqlite_Tools/Makefile ============================================================================== --- head/databases/pear-DB_Sqlite_Tools/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-DB_Sqlite_Tools/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDI PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-DB_Table/Makefile ============================================================================== --- head/databases/pear-DB_Table/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-DB_Table/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -20,7 +20,6 @@ PEAR_DB_DESC= PEAR::DB support PEAR_MDB2_DESC= PEAR::MDB2 support PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .if ${PORT_OPTIONS:MPEAR_HTML_QUICKFORM} Modified: head/databases/pear-DB_ldap/Makefile ============================================================================== --- head/databases/pear-DB_ldap/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-DB_ldap/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDI PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-DB_ldap2/Makefile ============================================================================== --- head/databases/pear-DB_ldap2/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-DB_ldap2/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDI USE_PHP= ldap PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-DoctrineCommon/Makefile ============================================================================== --- head/databases/pear-DoctrineCommon/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-DoctrineCommon/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -17,7 +17,6 @@ RUN_DEPENDS= ${PEARDIR}/.channels/pear.d PEAR_CHANNEL= doctrine PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-DoctrineDBAL/Makefile ============================================================================== --- head/databases/pear-DoctrineDBAL/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-DoctrineDBAL/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -32,7 +32,6 @@ PEAR_AUTOINSTALL= yes USE_PHP= pdo WANT_PHP_CLI= yes -NO_STAGE= yes .include .if ${PORT_OPTIONS:MDBLIB} Modified: head/databases/pear-DoctrineORM/Makefile ============================================================================== --- head/databases/pear-DoctrineORM/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-DoctrineORM/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -21,7 +21,6 @@ RUN_DEPENDS= ${PEARDIR}/.channels/pear.d PEAR_CHANNEL= doctrine PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-Horde_Db/Makefile ============================================================================== --- head/databases/pear-Horde_Db/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-Horde_Db/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -18,7 +18,6 @@ USE_HORDE_RUN= Horde_Date \ Horde_Exception \ Horde_Support -NO_STAGE= yes .include .if ${PORT_OPTIONS:MMYSQL} Modified: head/databases/pear-Horde_HashTable/Makefile ============================================================================== --- head/databases/pear-Horde_HashTable/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-Horde_HashTable/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -11,7 +11,6 @@ COMMENT= Horde Hash Table Interface OPTIONS_DEFINE= MEMCACHE USE_HORDE_RUN= Horde_Exception -NO_STAGE= yes .include .if ${PORT_OPTIONS:MMEMCACHE} Modified: head/databases/pear-Horde_Imsp/Makefile ============================================================================== --- head/databases/pear-Horde_Imsp/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-Horde_Imsp/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -10,7 +10,6 @@ COMMENT= Horde IMSP API USE_HORDE_RUN= Horde_Translation -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include Modified: head/databases/pear-Horde_Memcache/Makefile ============================================================================== --- head/databases/pear-Horde_Memcache/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-Horde_Memcache/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -10,7 +10,6 @@ COMMENT= Horde Memcache API USE_PHP= memcache hash USE_HORDE_RUN= Horde_Exception -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include Modified: head/databases/pear-Horde_Mongo/Makefile ============================================================================== --- head/databases/pear-Horde_Mongo/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-Horde_Mongo/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -10,7 +10,6 @@ COMMENT= Horde Mongo Configuration #RUN_DEPENDS= ${PHPBASE}/lib/php/${PHP_EXT_DIR}/mongo.so:${PORTSDIR}/databases/pecl-mongo -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include Modified: head/databases/pear-MDB/Makefile ============================================================================== --- head/databases/pear-MDB/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-MDB/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/XML/Parser.php:$ PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-MDB2/Makefile ============================================================================== --- head/databases/pear-MDB2/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-MDB2/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -13,7 +13,6 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORT PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-MDB2_Driver_mysql/Makefile ============================================================================== --- head/databases/pear-MDB2_Driver_mysql/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-MDB2_Driver_mysql/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -16,7 +16,6 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORT USE_PHP= mysql PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-MDB2_Driver_mysqli/Makefile ============================================================================== --- head/databases/pear-MDB2_Driver_mysqli/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-MDB2_Driver_mysqli/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -16,7 +16,6 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORT USE_PHP= mysqli PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-MDB2_Driver_pgsql/Makefile ============================================================================== --- head/databases/pear-MDB2_Driver_pgsql/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-MDB2_Driver_pgsql/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -16,7 +16,6 @@ RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORT USE_PHP= pgsql PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-MDB2_Schema/Makefile ============================================================================== --- head/databases/pear-MDB2_Schema/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-MDB2_Schema/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -21,7 +21,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-MDB_QueryTool/Makefile ============================================================================== --- head/databases/pear-MDB_QueryTool/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-MDB_QueryTool/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -15,7 +15,6 @@ RUN_DEPENDS:= ${PEARDIR}/MDB.php:${PORTS PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-Structures_DataGrid_DataSource_Array/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_Array/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-Structures_DataGrid_DataSource_Array/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataG PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataG PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-Structures_DataGrid_DataSource_DB/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DB/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-Structures_DataGrid_DataSource_DB/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataG PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-Structures_DataGrid_DataSource_DBQuery/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -16,7 +16,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataG USE_PHP= mysql PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-Structures_DataGrid_DataSource_DBTable/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -16,7 +16,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataG USE_PHP= mysql PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -16,7 +16,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataG USE_PHP= mysql PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-Structures_DataGrid_DataSource_MDB2/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -16,7 +16,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataG USE_PHP= mysql PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile ============================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/Structures/DataG PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/databases/pear-XML_Query2XML/Makefile ============================================================================== --- head/databases/pear-XML_Query2XML/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/databases/pear-XML_Query2XML/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -18,7 +18,6 @@ PEAR_NET_LDAP2_DESC= Add support for pea PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .if ${PORT_OPTIONS:MPEAR_MDB2} Modified: head/devel/pear-PHP_UML/Makefile ============================================================================== --- head/devel/pear-PHP_UML/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/devel/pear-PHP_UML/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -16,7 +16,6 @@ PEAR_AUTOINSTALL= yes DEFAULT_PHP_VER= 5 USE_PHP= spl xsl -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/dns/pear-File_DNS/Makefile ============================================================================== --- head/dns/pear-File_DNS/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/dns/pear-File_DNS/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/File.php:${PORTS PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/dns/pear-Net_DNS/Makefile ============================================================================== --- head/dns/pear-Net_DNS/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/dns/pear-Net_DNS/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -16,7 +16,6 @@ PORTSCOUT= skipv:1.00b2,1.00b1 USE_PHP= mhash PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/dns/pear-Net_DNS2/Makefile ============================================================================== --- head/dns/pear-Net_DNS2/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/dns/pear-Net_DNS2/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/ftp/pear-Net_FTP/Makefile ============================================================================== --- head/ftp/pear-Net_FTP/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/ftp/pear-Net_FTP/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS USE_PHP= ftp PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/games/pear-Games_Chess/Makefile ============================================================================== --- head/games/pear-Games_Chess/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/games/pear-Games_Chess/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/graphics/pear-Horde_Image/Makefile ============================================================================== --- head/graphics/pear-Horde_Image/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/graphics/pear-Horde_Image/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -16,7 +16,6 @@ USE_HORDE_RUN= Horde_Exception \ OPTIONS_DEFINE= GD GD_DESC= Depend on PHP gd extension -NO_STAGE= yes .include .if ${PORT_OPTIONS:MGD} Modified: head/graphics/pear-IO_SWF/Makefile ============================================================================== --- head/graphics/pear-IO_SWF/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/graphics/pear-IO_SWF/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -21,7 +21,6 @@ USE_PHP= yes PEAR_CHANNEL= openpear PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/graphics/pear-Image_3D/Makefile ============================================================================== --- head/graphics/pear-Image_3D/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/graphics/pear-Image_3D/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -17,7 +17,6 @@ LATEST_LINK= pear-${PORTNAME} PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/graphics/pear-Image_Barcode/Makefile ============================================================================== --- head/graphics/pear-Image_Barcode/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/graphics/pear-Image_Barcode/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -20,7 +20,6 @@ PEAR_PHP_COMPAT_DESC= "PEAR::PHP_Compat PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .if ${PORT_OPTIONS:MPEAR_PHP_COMPAT} Modified: head/graphics/pear-Image_Barcode2/Makefile ============================================================================== --- head/graphics/pear-Image_Barcode2/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/graphics/pear-Image_Barcode2/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -16,7 +16,6 @@ PEAR_AUTOINSTALL= yes LATEST_LINK= pear-${PORTNAME} -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/graphics/pear-Image_Canvas/Makefile ============================================================================== --- head/graphics/pear-Image_Canvas/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/graphics/pear-Image_Canvas/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -19,7 +19,6 @@ PEAR_AUTOINSTALL= yes LATEST_LINK= pear-Image_Canvas -NO_STAGE= yes post-patch: .for file in ${FILES} @${REINPLACE_CMD} -e "s|@package_version@|${DISTVERSION}|" ${WRKSRC}/${file} Modified: head/graphics/pear-Image_Color/Makefile ============================================================================== --- head/graphics/pear-Image_Color/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/graphics/pear-Image_Color/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -14,7 +14,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PHP= gd PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/graphics/pear-Image_Graph/Makefile ============================================================================== --- head/graphics/pear-Image_Graph/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/graphics/pear-Image_Graph/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -20,7 +20,6 @@ DEFAULT_PHP_VER= 5 LATEST_LINK= pear-Image_Graph -NO_STAGE= yes .include post-patch: # don't modify images Modified: head/graphics/pear-Image_GraphViz/Makefile ============================================================================== --- head/graphics/pear-Image_GraphViz/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/graphics/pear-Image_GraphViz/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -14,7 +14,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \ PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/graphics/pear-Image_Transform/Makefile ============================================================================== --- head/graphics/pear-Image_Transform/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/graphics/pear-Image_Transform/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -14,7 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS USE_PHP= gd PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/irc/pear-Net_SmartIRC/Makefile ============================================================================== --- head/irc/pear-Net_SmartIRC/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/irc/pear-Net_SmartIRC/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/mail/pear-Contact_Vcard_Build/Makefile ============================================================================== --- head/mail/pear-Contact_Vcard_Build/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/mail/pear-Contact_Vcard_Build/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/mail/pear-Contact_Vcard_Parse/Makefile ============================================================================== --- head/mail/pear-Contact_Vcard_Parse/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/mail/pear-Contact_Vcard_Parse/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/mail/pear-Horde_Imap_Client/Makefile ============================================================================== --- head/mail/pear-Horde_Imap_Client/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/mail/pear-Horde_Imap_Client/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -21,7 +21,6 @@ IMAP_DESC= Require PHP imap extension MBSTRING_DESC= Require PHP mbstring extension SASL_DESC= Support SASL Authentication -NO_STAGE= yes .include .if ${PORT_OPTIONS:MIMAP} Modified: head/mail/pear-Horde_Kolab_Storage/Makefile ============================================================================== --- head/mail/pear-Horde_Kolab_Storage/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/mail/pear-Horde_Kolab_Storage/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -20,7 +20,6 @@ USE_HORDE_RUN= Horde_Cache \ USE_PHP+= imap USE_HORDE_RUN+= Horde_Imap_Client -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include Modified: head/mail/pear-Horde_ListHeaders/Makefile ============================================================================== --- head/mail/pear-Horde_ListHeaders/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/mail/pear-Horde_ListHeaders/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -10,7 +10,6 @@ COMMENT= Horde List Headers Parsing Libr USE_HORDE_RUN= Horde_Mail -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include Modified: head/mail/pear-Horde_Mail/Makefile ============================================================================== --- head/mail/pear-Horde_Mail/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/mail/pear-Horde_Mail/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -16,7 +16,6 @@ USE_HORDE_RUN= Horde_Exception \ # Optional but we want it RUN_DEPENDS+= ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include Modified: head/mail/pear-Horde_Mime/Makefile ============================================================================== --- head/mail/pear-Horde_Mime/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/mail/pear-Horde_Mime/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -15,7 +15,6 @@ USE_HORDE_RUN= Horde_Exception \ Horde_Translation \ Horde_Util -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include Modified: head/mail/pear-Horde_Mime_Viewer/Makefile ============================================================================== --- head/mail/pear-Horde_Mime_Viewer/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/mail/pear-Horde_Mime_Viewer/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -24,7 +24,6 @@ USE_HORDE_RUN= Horde_Role \ USE_PHP= xml -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include Modified: head/mail/pear-Horde_Smtp/Makefile ============================================================================== --- head/mail/pear-Horde_Smtp/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/mail/pear-Horde_Smtp/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -13,7 +13,6 @@ USE_HORDE_RUN= Horde_Exception \ Horde_Socket_Client \ Horde_Support -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include Modified: head/mail/pear-MIME_Type/Makefile ============================================================================== --- head/mail/pear-MIME_Type/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/mail/pear-MIME_Type/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -17,7 +17,6 @@ PEAR_SYSTEM_COMMAND_DESC= PEAR::System_C PEAR_AUTOINSTALL=yes -NO_STAGE= yes .include .if ${PORT_OPTIONS:MPEAR_SYSTEM_COMMAND} Modified: head/mail/pear-Mail/Makefile ============================================================================== --- head/mail/pear-Mail/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/mail/pear-Mail/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -18,7 +18,6 @@ LATEST_LINK= pear-${PORTNAME} OPTIONS_DEFINE= PEAR_NET_SMTP PEAR_NET_SMTP_DESC= PEAR::Net_SMTP support -NO_STAGE= yes .include .if ${PORT_OPTIONS:MPEAR_NET_SMTP} Modified: head/mail/pear-Mail_Mbox/Makefile ============================================================================== --- head/mail/pear-Mail_Mbox/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/mail/pear-Mail_Mbox/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/mail/pear-Mail_Mime/Makefile ============================================================================== --- head/mail/pear-Mail_Mime/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/mail/pear-Mail_Mime/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -16,7 +16,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/mail/pear-Mail_Queue/Makefile ============================================================================== --- head/mail/pear-Mail_Queue/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/mail/pear-Mail_Queue/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -20,7 +20,6 @@ PEAR_DB_DESC= PEAR::DB support PEAR_MDB_DESC= PEAR::MDB support PEAR_MDB2_DESC= PEAR::MDB2 support -NO_STAGE= yes .include .if ${PORT_OPTIONS:MPEAR_DB} Modified: head/mail/pear-Mail_mimeDecode/Makefile ============================================================================== --- head/mail/pear-Mail_mimeDecode/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/mail/pear-Mail_mimeDecode/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -18,7 +18,6 @@ LICENSE= BSD PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/mail/pear-Net_Cyrus/Makefile ============================================================================== --- head/mail/pear-Net_Cyrus/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/mail/pear-Net_Cyrus/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:$ PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/mail/pear-Net_IMAP/Makefile ============================================================================== --- head/mail/pear-Net_IMAP/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/mail/pear-Net_IMAP/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:$ PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/mail/pear-Net_LMTP/Makefile ============================================================================== --- head/mail/pear-Net_LMTP/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/mail/pear-Net_LMTP/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:$ PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/math/pear-Math_BigInteger/Makefile ============================================================================== --- head/math/pear-Math_BigInteger/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/math/pear-Math_BigInteger/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -14,7 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS USE_PHP= pcre PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/math/pear-Math_Combinatorics/Makefile ============================================================================== --- head/math/pear-Math_Combinatorics/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/math/pear-Math_Combinatorics/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -14,7 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/misc/pear-Services_Weather/Makefile ============================================================================== --- head/misc/pear-Services_Weather/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/misc/pear-Services_Weather/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -25,7 +25,6 @@ PEAR_XML_SERIALIZER_DESC= PEAR::XML::Ser PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .if ${PORT_OPTIONS:MPEAR_NET_FTP} Modified: head/misc/pear-Text_Figlet/Makefile ============================================================================== --- head/misc/pear-Text_Figlet/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/misc/pear-Text_Figlet/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/net/pear-Auth_RADIUS/Makefile ============================================================================== --- head/net/pear-Auth_RADIUS/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/net/pear-Auth_RADIUS/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -15,7 +15,6 @@ USE_PHP= radius PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/net/pear-File_Bittorrent2/Makefile ============================================================================== --- head/net/pear-File_Bittorrent2/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/net/pear-File_Bittorrent2/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/net/pear-Horde_Kolab_Server/Makefile ============================================================================== --- head/net/pear-Horde_Kolab_Server/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/net/pear-Horde_Kolab_Server/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -20,7 +20,6 @@ LDAP_DESC= Enable LDAP support # Not required but we want it USE_HORDE_RUN+= Horde_Date -NO_STAGE= yes .include .if ${PORT_OPTIONS:MLDAP} Modified: head/net/pear-Horde_Kolab_Session/Makefile ============================================================================== --- head/net/pear-Horde_Kolab_Session/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/net/pear-Horde_Kolab_Session/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -14,7 +14,6 @@ USE_HORDE_RUN= Horde_Exception USE_HORDE_RUN+= Horde_Kolab_Server \ Horde_Log -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include Modified: head/net/pear-Horde_Ldap/Makefile ============================================================================== --- head/net/pear-Horde_Ldap/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/net/pear-Horde_Ldap/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -12,7 +12,6 @@ USE_PHP= ldap USE_HORDE_RUN= Horde_Exception \ Horde_Util -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include Modified: head/net/pear-Horde_Rpc/Makefile ============================================================================== --- head/net/pear-Horde_Rpc/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/net/pear-Horde_Rpc/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -23,7 +23,6 @@ USE_HORDE_RUN+= Horde_ActiveSync \ Horde_SyncMl \ Horde_Http -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include Modified: head/net/pear-Horde_Scribe/Makefile ============================================================================== --- head/net/pear-Horde_Scribe/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/net/pear-Horde_Scribe/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -10,7 +10,6 @@ COMMENT= Horde Scribe client USE_HORDE_RUN= Horde_Thrift -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include Modified: head/net/pear-Horde_Socket_Client/Makefile ============================================================================== --- head/net/pear-Horde_Socket_Client/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/net/pear-Horde_Socket_Client/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -10,7 +10,6 @@ COMMENT= Horde Socket Client USE_HORDE_RUN= Horde_Exception -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include Modified: head/net/pear-Horde_Url/Makefile ============================================================================== --- head/net/pear-Horde_Url/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/net/pear-Horde_Url/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -10,7 +10,6 @@ COMMENT= Horde URL class USE_HORDE_RUN= Horde_Exception -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" .include Modified: head/net/pear-Net_CDDB/Makefile ============================================================================== --- head/net/pear-Net_CDDB/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/net/pear-Net_CDDB/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -18,7 +18,6 @@ RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:$ USE_DOS2UNIX= yes PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/net/pear-Net_CheckIP/Makefile ============================================================================== --- head/net/pear-Net_CheckIP/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/net/pear-Net_CheckIP/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/net/pear-Net_DIME/Makefile ============================================================================== --- head/net/pear-Net_DIME/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/net/pear-Net_DIME/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -14,7 +14,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/net/pear-Net_DNSBL/Makefile ============================================================================== --- head/net/pear-Net_DNSBL/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/net/pear-Net_DNSBL/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -23,7 +23,6 @@ PEAR_AUTOINSTALL= yes PORTSCOUT= skipv:1.3.0a1 -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/net/pear-Net_Dict/Makefile ============================================================================== --- head/net/pear-Net_Dict/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/net/pear-Net_Dict/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -15,7 +15,6 @@ RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:$ PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/net/pear-Net_Finger/Makefile ============================================================================== --- head/net/pear-Net_Finger/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/net/pear-Net_Finger/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -13,7 +13,6 @@ RUN_DEPENDS= ${PEARDIR}/Net/Socket.php:$ PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/net/pear-Net_Geo/Makefile ============================================================================== --- head/net/pear-Net_Geo/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/net/pear-Net_Geo/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -17,7 +17,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include Modified: head/net/pear-Net_GeoIP/Makefile ============================================================================== --- head/net/pear-Net_GeoIP/Makefile Mon Nov 25 17:54:08 2013 (r334870) +++ head/net/pear-Net_GeoIP/Makefile Mon Nov 25 17:59:58 2013 (r334871) @@ -18,7 +18,6 @@ RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTS PEAR_AUTOINSTALL= yes -NO_STAGE= yes .include .include "${PORTSDIR}/devel/pear/bsd.pear.mk" .include *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 18:00:56 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 ESMTPS id D916674B; Mon, 25 Nov 2013 18:00:56 +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 AEE452C5B; Mon, 25 Nov 2013 18:00:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPI0uLH060758; Mon, 25 Nov 2013 18:00:56 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPI0uSs060753; Mon, 25 Nov 2013 18:00:56 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311251800.rAPI0uSs060753@svn.freebsd.org> From: Max Brazhnikov Date: Mon, 25 Nov 2013 18:00:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334872 - in head/deskutils: fet qrfcview 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.16 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: Mon, 25 Nov 2013 18:00:56 -0000 Author: makc Date: Mon Nov 25 18:00:55 2013 New Revision: 334872 URL: http://svnweb.freebsd.org/changeset/ports/334872 Log: - Convert to USES=qmake Approved by: portmgr (blanket approval) Modified: head/deskutils/fet/Makefile head/deskutils/qrfcview/Makefile (contents, props changed) Modified: head/deskutils/fet/Makefile ============================================================================== --- head/deskutils/fet/Makefile Mon Nov 25 17:59:58 2013 (r334871) +++ head/deskutils/fet/Makefile Mon Nov 25 18:00:55 2013 (r334872) @@ -15,10 +15,10 @@ COMMENT= Free timetabling software LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual +USES= qmake USE_BZIP2= yes USE_QT4= gui network xml \ - moc_build qmake_build rcc_build uic_build -HAS_CONFIGURE= yes + moc_build rcc_build uic_build PORTEXAMPLES= * @@ -38,10 +38,6 @@ post-patch: ${REINPLACE_CMD} -e 's|/usr/share/fet|${DATADIR}|g' \ ${WRKSRC}/src/interface/fet.cpp -do-configure: - cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS} - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fet ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/fet-cl ${STAGEDIR}${PREFIX}/bin Modified: head/deskutils/qrfcview/Makefile ============================================================================== --- head/deskutils/qrfcview/Makefile Mon Nov 25 17:59:58 2013 (r334871) +++ head/deskutils/qrfcview/Makefile Mon Nov 25 18:00:55 2013 (r334872) @@ -11,16 +11,14 @@ EXTRACT_SUFX= .tgz MAINTAINER= amdmi3@FreeBSD.org COMMENT= Graphical RFC viewer -USE_QT4= gui network corelib qmake_build uic_build moc_build rcc_build +USES= qmake +USE_QT4= gui network corelib uic_build moc_build rcc_build PLIST_FILES= bin/qRFCView PORTDOCS= * OPTIONS_DEFINE= DOCS OPTIONS_DEFAULT=DOCS -do-configure: - @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} -unix rfcview.pro - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/qRFCView ${STAGEDIR}${PREFIX}/bin/ ${MKDIR} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 18:01:04 2013 Return-Path: Delivered-To: svn-ports-head@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 0D27F822; Mon, 25 Nov 2013 18:01:04 +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 E20682C5E; Mon, 25 Nov 2013 18:01:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPI13T3061205; Mon, 25 Nov 2013 18:01:03 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPI12Ah061166; Mon, 25 Nov 2013 18:01:02 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311251801.rAPI12Ah061166@svn.freebsd.org> From: Max Brazhnikov Date: Mon, 25 Nov 2013 18:01:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334873 - in head: deskutils/epoch deskutils/vym devel/edb devel/fuel devel/qt4-qtsolutions-singleapplication devel/svn2git x11-toolkits/qt4pas 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.16 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: Mon, 25 Nov 2013 18:01:04 -0000 Author: makc Date: Mon Nov 25 18:01:01 2013 New Revision: 334873 URL: http://svnweb.freebsd.org/changeset/ports/334873 Log: - Convert to USES=qmake - Add state support - Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc. Approved by: portmgr (blanket approval) Modified: head/deskutils/epoch/Makefile head/deskutils/vym/Makefile head/devel/edb/Makefile head/devel/edb/pkg-plist head/devel/fuel/Makefile head/devel/qt4-qtsolutions-singleapplication/Makefile (contents, props changed) head/devel/svn2git/Makefile head/x11-toolkits/qt4pas/Makefile (contents, props changed) Modified: head/deskutils/epoch/Makefile ============================================================================== --- head/deskutils/epoch/Makefile Mon Nov 25 18:00:55 2013 (r334872) +++ head/deskutils/epoch/Makefile Mon Nov 25 18:01:01 2013 (r334873) @@ -9,13 +9,14 @@ MASTER_SITES= GOOGLE_CODE DISTNAME= ${PORTNAME}${PORTVERSION}src MAINTAINER= vg@FreeBSD.org -COMMENT= Epoch is small and handy timeline application +COMMENT= Small and handy timeline application LINCENSE= GPLv3 PROJECTHOST= gepoch +USES= qmake USE_ZIP= yes -USE_QT4= gui qmake_build moc_build rcc_build +USE_QT4= gui moc_build rcc_build PLIST_FILES= bin/${PORTNAME} share/pixmaps/${PORTNAME}.png @@ -23,14 +24,10 @@ WRKSRC= ${WRKDIR} DESKTOP_ENTRIES="Epoch" "Timeline application" \ "${PREFIX}/share/pixmaps/${PORTNAME}.png" "${PORTNAME}" \ - "" false - -NO_STAGE= yes -do-configure: - cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} + "" true do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/epoch ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/images/epoha.png ${PREFIX}/share/pixmaps/${PORTNAME}.png + ${INSTALL_PROGRAM} ${WRKSRC}/epoch ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/images/epoha.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png .include Modified: head/deskutils/vym/Makefile ============================================================================== --- head/deskutils/vym/Makefile Mon Nov 25 18:00:55 2013 (r334872) +++ head/deskutils/vym/Makefile Mon Nov 25 18:01:01 2013 (r334873) @@ -10,13 +10,12 @@ MASTER_SITES= SF/vym/${PORTVERSION} MAINTAINER= lichray@gmail.com COMMENT= VYM is a tool to generate and manipulate mind maps +USES= qmake USE_BZIP2= yes -USE_QT4= qmake_build uic_build moc_build \ +USE_QT4= uic_build moc_build \ qt3support network xml dbus svg -QMAKE_ARGS= PREFIX=${PREFIX} \ - DATADIR=${DATADIR:C,/vym$,,} \ +QMAKE_ARGS= DATADIR=${DATADIR:C,/vym$,,} \ DOCDIR=${DOCSDIR} -QT_LRELEASE= ${LOCALBASE}/bin/lrelease-qt4 STRIP_FILES= bin/vym @@ -25,35 +24,27 @@ DESKTOP_ENTRIES= "VYM" \ "${DATADIR}/icons/vym.png" \ "vym" \ "" \ - false + true -NO_STAGE= yes -.include +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes +NLS_USE= QT4=linguist_build -.if ${PORT_OPTIONS:MNLS} -USE_QT4+= linguist_build -PLIST_SUB+= NLS="" -.else -PLIST_SUB+= NLS="@comment " -.endif +.include post-patch: .if !${PORT_OPTIONS:MDOCS} ${REINPLACE_CMD} -e '/INSTALLS += doc/d' ${WRKSRC}/vym.pro .endif - -do-configure: .if ${PORT_OPTIONS:MNLS} - cd ${WRKSRC} && ${QT_LRELEASE} vym.pro + cd ${WRKSRC} && ${LRELEASE} vym.pro .endif - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} \ - ${QMAKEFLAGS} ${QMAKE_ARGS} vym.pro post-install: - ${STRIP_CMD} ${STRIP_FILES:S,^,${PREFIX}/,} + ${STRIP_CMD} ${STRIP_FILES:S,^,${STAGEDIR}${PREFIX}/,} .if ${PORT_OPTIONS:MNLS} - ${MKDIR} ${DATADIR}/lang - ${INSTALL_DATA} ${WRKSRC}/lang/*.qm ${DATADIR}/lang/ + ${MKDIR} ${STAGEDIR}${DATADIR}/lang + ${INSTALL_DATA} ${WRKSRC}/lang/*.qm ${STAGEDIR}${DATADIR}/lang/ .endif .include Modified: head/devel/edb/Makefile ============================================================================== --- head/devel/edb/Makefile Mon Nov 25 18:00:55 2013 (r334872) +++ head/devel/edb/Makefile Mon Nov 25 18:01:01 2013 (r334873) @@ -13,42 +13,30 @@ COMMENT= Cross-platform x86/x86-64 debug LICENSE= GPLv2 -LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= libboost_thread.so:${PORTSDIR}/devel/boost-libs -USE_QT4= gui network xml moc_build qmake_build rcc_build uic_build -HAS_CONFIGURE= yes -QMAKE_ARGS= -recursive PREFIX=${PREFIX} \ - DEFAULT_PLUGIN_PATH="${PREFIX}/libexec/${PORTNAME}" +USES= qmake +USE_QT4= gui network xml moc_build rcc_build uic_build +QMAKE_ARGS= DEFAULT_PLUGIN_PATH="${PREFIX}/libexec/${PORTNAME}" WRKSRC= ${WRKDIR}/debugger -MAN1= edb.1 PORTDOCS= * ONLY_FOR_ARCHS= i386 amd64 STRIP_FILES= bin/${PORTNAME} libexec/${PORTNAME}/*.so -NO_STAGE= yes -.include - -.if ${OSVERSION} < 800505 -BROKEN= doesn't build due to lack of memory map of ptrace -.endif - .include -do-configure: - cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKE_ARGS} ${QMAKEFLAGS} - post-install: .if ${PORT_OPTIONS:MDOCS} - cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${DOCSDIR} + (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) .endif - ${INSTALL_DATA} ${WRKSRC}/edb.desktop ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/src/images/edb48-logo.png ${PREFIX}/share/pixmaps/edb.png - ${INSTALL_MAN} ${WRKSRC}/edb.1 ${MANPREFIX}/man/man1/edb.1 - ${STRIP_CMD} ${STRIP_FILES:S,^,${PREFIX}/,} + ${INSTALL_DATA} ${WRKSRC}/edb.desktop ${STAGEDIR}${PREFIX}/share/applications + ${INSTALL_DATA} ${WRKSRC}/src/images/edb48-logo.png ${STAGEDIR}${PREFIX}/share/pixmaps/edb.png + ${INSTALL_MAN} ${WRKSRC}/edb.1 ${STAGEDIR}${MANPREFIX}/man/man1/edb.1 + (cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) + ${STRIP_CMD} ${STRIP_FILES:S,^,${STAGEDIR}${PREFIX}/,} -.include +.include Modified: head/devel/edb/pkg-plist ============================================================================== --- head/devel/edb/pkg-plist Mon Nov 25 18:00:55 2013 (r334872) +++ head/devel/edb/pkg-plist Mon Nov 25 18:01:01 2013 (r334873) @@ -17,6 +17,7 @@ libexec/edb/libReferences.so libexec/edb/libSessionManager.so libexec/edb/libStringSearcher.so libexec/edb/libSymbolViewer.so +man/man1/edb.1.gz share/applications/edb.desktop share/pixmaps/edb.png @dirrm libexec/edb Modified: head/devel/fuel/Makefile ============================================================================== --- head/devel/fuel/Makefile Mon Nov 25 18:00:55 2013 (r334872) +++ head/devel/fuel/Makefile Mon Nov 25 18:01:01 2013 (r334873) @@ -13,18 +13,13 @@ LICENSE= GPLv2 RUN_DEPENDS= ${LOCALBASE}/bin/fossil:${PORTSDIR}/devel/fossil +USES= qmake USE_QT4= corelib gui \ - qmake_build moc_build rcc_build uic_build + moc_build rcc_build uic_build -HAS_CONFIGURE= yes - -PLIST_FILES+= bin/Fuel - -NO_STAGE= yes -do-configure: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} +PLIST_FILES= bin/Fuel do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/Fuel ${PREFIX}/bin/Fuel + ${INSTALL_PROGRAM} ${WRKSRC}/Fuel ${STAGEDIR}${PREFIX}/bin/Fuel .include Modified: head/devel/qt4-qtsolutions-singleapplication/Makefile ============================================================================== --- head/devel/qt4-qtsolutions-singleapplication/Makefile Mon Nov 25 18:00:55 2013 (r334872) +++ head/devel/qt4-qtsolutions-singleapplication/Makefile Mon Nov 25 18:01:01 2013 (r334873) @@ -10,33 +10,27 @@ MASTER_SITES= ftp://ftp.pcbsd.org/pub/so DISTNAME= qt4-qtsolutions-singleinstance-${PORTVERSION} MAINTAINER= yurkis@gmail.com -COMMENT= QT4 Solutions Single Application Framework +COMMENT= Qt 4 Solutions Single Application Framework -USE_QT4?= qmake_build moc_build rcc_build uic_build gui network -HAS_CONFIGURE= yes +USES= qmake +USE_QT4= moc_build rcc_build uic_build gui network USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/qt-solutions-qt-solutions/${SUB_PROJECT_NAME} +WRKSRC= ${WRKDIR}/qt-solutions-qt-solutions/qtsingleapplication BUILD_WRKSRC= ${WRKSRC}/buildlib +CONFIGURE_WRKSRC= ${BUILD_WRKSRC} PLIST_FILES= ${LIBRARY_HEADERS:S,^,include/,} \ lib/${LIBRARY_NAME} \ lib/${LIBRARY_NAME}.1 -SUB_PROJECT_NAME= qtsingleapplication -QMAKE_PRO= buildlib.pro - LIBRARY_NAME= libQtSolutions_SingleApplication-head.so LIBRARY_HEADERS= qtsingleapplication.h qtsinglecoreapplication.h -NO_STAGE= yes -do-configure: - cd ${BUILD_WRKSRC} && ${QMAKE} ${QMAKEFLAGS} ${QMAKE_PRO} - do-install: - ${MKDIR} ${PREFIX}/include ${PREFIX}/lib - cd ${WRKSRC}/src && ${INSTALL_DATA} ${LIBRARY_HEADERS} ${PREFIX}/include - ${INSTALL_LIB} ${WRKSRC}/lib/${LIBRARY_NAME}.1.0.0 ${PREFIX}/lib/${LIBRARY_NAME}.1 - ${LN} -sf ${PREFIX}/lib/${LIBRARY_NAME}.1 ${PREFIX}/lib/${LIBRARY_NAME} + ${MKDIR} ${STAGEDIR}${PREFIX}/include ${STAGEDIR}${PREFIX}/lib + ${INSTALL_DATA} ${LIBRARY_HEADERS:S,^,${WRKSRC}/src/,} ${STAGEDIR}${PREFIX}/include + ${INSTALL_LIB} ${WRKSRC}/lib/${LIBRARY_NAME}.1.0.0 ${STAGEDIR}${PREFIX}/lib/${LIBRARY_NAME}.1 + ${LN} -sf ${LIBRARY_NAME}.1 ${STAGEDIR}${PREFIX}/lib/${LIBRARY_NAME} .include Modified: head/devel/svn2git/Makefile ============================================================================== --- head/devel/svn2git/Makefile Mon Nov 25 18:00:55 2013 (r334872) +++ head/devel/svn2git/Makefile Mon Nov 25 18:01:01 2013 (r334873) @@ -11,13 +11,14 @@ COMMENT= Imports svn repositories into g LICENSE= GPLv3 -LIB_DEPENDS= svn_client-1:${PORTSDIR}/devel/subversion +LIB_DEPENDS= libsvn_client-1.so:${PORTSDIR}/devel/subversion RUN_DEPENDS+= git:${PORTSDIR}/devel/git \ p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \ p5-subversion>=0:${PORTSDIR}/devel/p5-subversion +USES= qmake USE_XZ= yes -USE_QT4= corelib qmake_build +USE_QT4= corelib OPTIONS_DEFINE= FREEBSD_REPO FREEBSD_REPO_DESC= FreeBSD-repo only mode @@ -33,9 +34,6 @@ EXTRA_PATCHES= ${PATCHDIR}/freebsd-expor post-patch: ${REINPLACE_CMD} "s|/usr/local|${LOCALBASE}|" ${WRKSRC}/src/src.pro -do-configure: - (cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKEFLAGS} fast-export2.pro) - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/svn2git ${STAGEDIR}${PREFIX}/bin/ Modified: head/x11-toolkits/qt4pas/Makefile ============================================================================== --- head/x11-toolkits/qt4pas/Makefile Mon Nov 25 18:00:55 2013 (r334872) +++ head/x11-toolkits/qt4pas/Makefile Mon Nov 25 18:01:01 2013 (r334873) @@ -12,12 +12,12 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Qt4 binding for FreePascal USE_LDCONFIG= yes -USE_QT4= corelib gui network script webkit qmake_build \ +USE_QT4= corelib gui network script webkit \ moc_build +USES= qmake QT4_VER_MIN= 4.5.3 -NO_STAGE= yes .include .if ${QT4_VERSION:S/.//g} < ${QT4_VER_MIN:S/.//g} @@ -27,7 +27,4 @@ IGNORE= Please update your current qt4 v post-patch: @${REINPLACE_CMD} -e 's|-mincoming-stack-boundary=2||g' ${WRKSRC}/Qt4Pas.pro -pre-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} - .include From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 18:01:09 2013 Return-Path: Delivered-To: svn-ports-head@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 4C19C82E; Mon, 25 Nov 2013 18:01:09 +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 219F32C62; Mon, 25 Nov 2013 18:01:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPI198a061371; Mon, 25 Nov 2013 18:01:09 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPI18qK061368; Mon, 25 Nov 2013 18:01:08 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311251801.rAPI18qK061368@svn.freebsd.org> From: Max Brazhnikov Date: Mon, 25 Nov 2013 18:01:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334874 - in head: deskutils/recoll sysutils/qpxtool 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.16 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: Mon, 25 Nov 2013 18:01:09 -0000 Author: makc Date: Mon Nov 25 18:01:08 2013 New Revision: 334874 URL: http://svnweb.freebsd.org/changeset/ports/334874 Log: - Pass QMAKE_ARGS to qmake Approved by: portmgr (blanket approval) Modified: head/deskutils/recoll/Makefile head/sysutils/qpxtool/Makefile Modified: head/deskutils/recoll/Makefile ============================================================================== --- head/deskutils/recoll/Makefile Mon Nov 25 18:01:01 2013 (r334873) +++ head/deskutils/recoll/Makefile Mon Nov 25 18:01:08 2013 (r334874) @@ -46,8 +46,8 @@ PYDISTUTILS_EGGINFO= Recoll-1.0-py${PYTH .endif .if ${PORT_OPTIONS:MQT4} -USE_QT4= moc_build qmake_build rcc_build uic_build iconengines imageformats \ - corelib gui xml webkit +USE_QT4= moc_build qmake_build rcc_build uic_build iconengines_run \ + imageformats_run corelib gui xml webkit QT_NONSTANDARD= yes CONFIGURE_ENV+= QTDIR="${QT_PREFIX}" QMAKE="${QMAKE}" INSTALLS_ICONS= yes @@ -71,8 +71,8 @@ post-patch: post-configure: .if ${PORT_OPTIONS:MQT4} - @cd ${WRKSRC}/qtgui && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} + @cd ${WRKSRC}/qtgui && ${SETENV} ${QMAKE_ENV} \ + ${QMAKE} ${QMAKE_ARGS} .endif .include Modified: head/sysutils/qpxtool/Makefile ============================================================================== --- head/sysutils/qpxtool/Makefile Mon Nov 25 18:01:01 2013 (r334873) +++ head/sysutils/qpxtool/Makefile Mon Nov 25 18:01:08 2013 (r334874) @@ -7,7 +7,7 @@ CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION:C/\.[^.]*$/.x/}/${DISTVERSION} MAINTAINER= horia@racoviceanu.com -COMMENT= A GUI for testing CD/DVD quality and transfer rate +COMMENT= GUI for testing CD/DVD quality and transfer rate LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png @@ -20,7 +20,7 @@ CONFIGURE_ENV= PREFIX=${PREFIX} USE_LDCONFIG= yes post-configure: - @${REINPLACE_CMD} -e 's|$$(QMAKE4)|& ${QMAKEFLAGS}|' \ + @${REINPLACE_CMD} -e 's|$$(QMAKE4)|& ${QMAKE_AGRS}|' \ ${WRKSRC}/gui/Makefile @${REINPLACE_CMD} -e 's|S_ISBLK|S_ISCHR|' \ ${WRKSRC}/lib/qpxtransport/qpx_mmc.cpp From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 18:10:13 2013 Return-Path: Delivered-To: svn-ports-head@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 6BB05BE8; Mon, 25 Nov 2013 18:10:13 +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 413432CD3; Mon, 25 Nov 2013 18:10:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPIADRQ011644; Mon, 25 Nov 2013 18:10:13 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPIADtK011643; Mon, 25 Nov 2013 18:10:13 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311251810.rAPIADtK011643@svn.freebsd.org> From: Max Brazhnikov Date: Mon, 25 Nov 2013 18:10:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334875 - head/devel/qscintilla2 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.16 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: Mon, 25 Nov 2013 18:10:13 -0000 Author: makc Date: Mon Nov 25 18:10:12 2013 New Revision: 334875 URL: http://svnweb.freebsd.org/changeset/ports/334875 Log: - Convert to USES=qamke - Support staging properly Modified: head/devel/qscintilla2/Makefile Modified: head/devel/qscintilla2/Makefile ============================================================================== --- head/devel/qscintilla2/Makefile Mon Nov 25 18:01:08 2013 (r334874) +++ head/devel/qscintilla2/Makefile Mon Nov 25 18:10:12 2013 (r334875) @@ -9,35 +9,31 @@ MASTER_SITES= ${MASTER_SITES_QSCI2} DISTNAME= ${QSCI2_DISTNAME} MAINTAINER= kde@FreeBSD.org -COMMENT= Qt4 port of the Scintilla C++ editor class +COMMENT= Qt 4 port of the Scintilla C++ editor class -USE_QT4= qmake_build moc_build gui xml designer -HAS_CONFIGURE= yes +USES= qmake +USE_QT4= moc_build gui xml designer USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} BUILD_WRKSRC= ${WRKSRC}/Qt4Qt5 +CONFIGURE_WRKSRC= ${BUILD_WRKSRC} INSTALL_WRKSRC= ${BUILD_WRKSRC} -QMAKE_ARGS= -unix PREFIX=${PREFIX} - PORTDOCS= * PORTEXAMPLES= * +OPTIONS_DEFINE= DOCS EXAMPLES NLS +OPTIONS_SUB= yes + .include "${.CURDIR}/../py-qt4/bsd.pyqt.mk" .include -.if ${PORT_OPTIONS:MNLS} -PLIST_SUB+= NLS="" -.else -PLIST_SUB+= NLS="@comment " -.endif - post-patch: cd ${BUILD_WRKSRC} && ${REINPLACE_CMD} -e \ - 's|$$$$\[QT_INSTALL_HEADERS\]|${STAGEDIR}${PREFIX}/${QT_INCDIR_REL}|; \ - s|$$$$\[QT_INSTALL_LIBS\]|${STAGEDIR}${PREFIX}/${QT_LIBDIR_REL}|; \ - s|$$$$\[QT_INSTALL_TRANSLATIONS\]|${STAGEDIR}${PREFIX}/share/qt4/translations|; \ - s|$$$$\[QT_INSTALL_DATA\]|${STAGEDIR}${PREFIX}/share/qt4|' \ + 's|$$$$\[QT_INSTALL_HEADERS\]|${PREFIX}/${QT_INCDIR_REL}|; \ + s|$$$$\[QT_INSTALL_LIBS\]|${PREFIX}/${QT_LIBDIR_REL}|; \ + s|$$$$\[QT_INSTALL_TRANSLATIONS\]|${PREFIX}/share/qt4/translations|; \ + s|$$$$\[QT_INSTALL_DATA\]|${PREFIX}/share/qt4|' \ qscintilla.pro .if empty(PORT_OPTIONS:MNLS) @@ -45,10 +41,6 @@ post-patch: 's|trans qsci|qsci|' qscintilla.pro .endif -do-configure: - cd ${BUILD_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS} qscintilla.pro - post-install: .if ${PORT_OPTIONS:MDOCS} cd ${WRKSRC} &&\ From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 18:11:03 2013 Return-Path: Delivered-To: svn-ports-head@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 247CBD31; Mon, 25 Nov 2013 18:11:03 +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 13F3A2D1B; Mon, 25 Nov 2013 18:11:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPIB2EK016904; Mon, 25 Nov 2013 18:11:02 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPIB2xS016903; Mon, 25 Nov 2013 18:11:02 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311251811.rAPIB2xS016903@svn.freebsd.org> From: Max Brazhnikov Date: Mon, 25 Nov 2013 18:11:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334876 - head/devel/qtcreator 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.16 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: Mon, 25 Nov 2013 18:11:03 -0000 Author: makc Date: Mon Nov 25 18:11:02 2013 New Revision: 334876 URL: http://svnweb.freebsd.org/changeset/ports/334876 Log: Convert to USES=qmake Modified: head/devel/qtcreator/Makefile Modified: head/devel/qtcreator/Makefile ============================================================================== --- head/devel/qtcreator/Makefile Mon Nov 25 18:10:12 2013 (r334875) +++ head/devel/qtcreator/Makefile Mon Nov 25 18:11:02 2013 (r334876) @@ -22,21 +22,19 @@ LIB_DEPENDS= Imath:${PORTSDIR}/graphics/ jasper:${PORTSDIR}/graphics/jasper \ jpeg:${PORTSDIR}/graphics/jpeg -USE_QT4= qmake_build moc_build rcc_build uic_build \ +USES= qmake +USE_QT4= moc_build rcc_build uic_build \ linguist_build assistant_run qt3support \ dbus designer gui help-tools_build network script \ sql svg xml webkit qdoc3_build -HAS_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes ALL_TARGET= all docs INSTALL_TARGET= install install_docs MAKE_ENV= XDG_CONFIG_HOME=/dev/null USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME} -QMAKE_ARGS= -recursive CONFIG+="configure" QTC_PREFIX=${PREFIX} ${QMAKE_PRO} -QMAKE_PRO= ${WRKSRC}/${PORTNAME}.pro -# stage support -DESTDIRNAME= INSTALL_ROOT +QMAKE_ARGS= CONFIG+="configure" QTC_PREFIX=${PREFIX} +QMAKE_SOURCE_PATH= ${WRKSRC} # Build Qt Quick Designer (requires update on every Qt update). QT_DISTNAME= qt-everywhere-opensource-src-${QT4_VERSION} @@ -66,9 +64,7 @@ post-patch: ${RM} ${WRKSRC}/share/qtcreator/dumper/gbridge.py.bak -do-configure: +pre-configure: ${MKDIR} ${CONFIGURE_WRKSRC} - cd ${CONFIGURE_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKEFLAGS} ${QMAKE_ARGS} .include From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 18:14:34 2013 Return-Path: Delivered-To: svn-ports-head@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 8CD41FD7; Mon, 25 Nov 2013 18:14:34 +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 7BBA02D42; Mon, 25 Nov 2013 18:14:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPIEYfI067987; Mon, 25 Nov 2013 18:14:34 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPIEYHb067986; Mon, 25 Nov 2013 18:14:34 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251814.rAPIEYHb067986@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 18:14:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334877 - head/astro/cfitsio 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.16 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: Mon, 25 Nov 2013 18:14:34 -0000 Author: sunpoet Date: Mon Nov 25 18:14:33 2013 New Revision: 334877 URL: http://svnweb.freebsd.org/changeset/ports/334877 Log: - Support STAGEDIR - Simplify Makefile Modified: head/astro/cfitsio/Makefile Modified: head/astro/cfitsio/Makefile ============================================================================== --- head/astro/cfitsio/Makefile Mon Nov 25 18:11:02 2013 (r334876) +++ head/astro/cfitsio/Makefile Mon Nov 25 18:14:33 2013 (r334877) @@ -20,7 +20,6 @@ LIB_DEPENDS= libf2c.so:${PORTSDIR}/lang/ OPTIONS_DEFINE= DOCS -NO_STAGE= yes ALL_TARGET= shared CONFIGURE_ARGS= ac_cv_prog_FC="f2c" GNU_CONFIGURE= yes @@ -30,23 +29,17 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= * -.include - post-patch: @${REINPLACE_CMD} -e 's|="\.so"|=".so.0"|g' ${WRKSRC}/configure @${MV} ${WRKSRC}/zlib.h ${WRKSRC}/zlib.h.dist - @${GREP} -lR "" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ - 's|||g' + @${GREP} -lR "" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e 's|||g' do-install: - cd ${WRKSRC}/ && \ - ${INSTALL_DATA} drvrsmem.h fitsio.h fitsio2.h longnam.h ${PREFIX}/include/ && \ - ${INSTALL_LIB} libcfitsio.so.0 ${PREFIX}/lib/ && \ - ${INSTALL_DATA} cfitsio.pc ${PREFIX}/libdata/pkgconfig/ - ${LN} -fs libcfitsio.so.0 ${PREFIX}/lib/libcfitsio.so -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/*.doc ${DOCSDIR}/ -.endif + cd ${WRKSRC}/ && ${INSTALL_DATA} drvrsmem.h fitsio.h fitsio2.h longnam.h ${STAGEDIR}${PREFIX}/include/ + cd ${WRKSRC}/ && ${INSTALL_LIB} libcfitsio.so.0 ${STAGEDIR}${PREFIX}/lib/ + cd ${WRKSRC}/ && ${INSTALL_DATA} cfitsio.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/ + ${LN} -fs libcfitsio.so.0 ${STAGEDIR}${PREFIX}/lib/libcfitsio.so + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/*.doc ${STAGEDIR}${DOCSDIR}/ .include From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 18:17:17 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 ESMTPS id 15D28296; Mon, 25 Nov 2013 18:17:17 +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 053912D7A; Mon, 25 Nov 2013 18:17:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPIHGis068557; Mon, 25 Nov 2013 18:17:16 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPIHGh2068555; Mon, 25 Nov 2013 18:17:16 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201311251817.rAPIHGh2068555@svn.freebsd.org> From: Mathieu Arnold Date: Mon, 25 Nov 2013 18:17:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334878 - head/dns/dns_mre 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.16 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: Mon, 25 Nov 2013 18:17:17 -0000 Author: mat Date: Mon Nov 25 18:17:16 2013 New Revision: 334878 URL: http://svnweb.freebsd.org/changeset/ports/334878 Log: Support staging. Modified: head/dns/dns_mre/Makefile Modified: head/dns/dns_mre/Makefile ============================================================================== --- head/dns/dns_mre/Makefile Mon Nov 25 18:14:33 2013 (r334877) +++ head/dns/dns_mre/Makefile Mon Nov 25 18:17:16 2013 (r334878) @@ -15,11 +15,10 @@ NO_WRKSUBDIR= Yes PLIST_FILES= bin/dns_mre -NO_STAGE= yes do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -Wall main.c dns_mre.c -o dns_mre do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/dns_mre ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/dns_mre ${STAGEDIR}${PREFIX}/bin/ .include From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 18:31:40 2013 Return-Path: Delivered-To: svn-ports-head@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 CD647AF2; Mon, 25 Nov 2013 18:31:39 +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 8807A2E87; Mon, 25 Nov 2013 18:31:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPIVd7U078107; Mon, 25 Nov 2013 18:31:39 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPIVdZp078106; Mon, 25 Nov 2013 18:31:39 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251831.rAPIVdZp078106@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 18:31:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334880 - head/www/cakephp21 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.16 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: Mon, 25 Nov 2013 18:31:40 -0000 Author: sunpoet Date: Mon Nov 25 18:31:39 2013 New Revision: 334880 URL: http://svnweb.freebsd.org/changeset/ports/334880 Log: - Fix PKGNAME collision: - Add PKGNAMESUFFIX - Remove LATEST_LINK - While I'm here, remove leading indefinite article from COMMENT PR: ports/184251 Submitted by: Christoph Theis (maintainer) Modified: head/www/cakephp21/Makefile Modified: head/www/cakephp21/Makefile ============================================================================== --- head/www/cakephp21/Makefile Mon Nov 25 18:31:33 2013 (r334879) +++ head/www/cakephp21/Makefile Mon Nov 25 18:31:39 2013 (r334880) @@ -5,15 +5,14 @@ PORTNAME= cakephp PORTVERSION= 2.1.3 CATEGORIES= www MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ +PKGNAMESUFFIX= 21 DISTNAME= ${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION} MAINTAINER= theis@gmx.at -COMMENT= A framework for developing PHP web applications +COMMENT= Framework for developing PHP web applications LICENSE= MIT -LATEST_LINK= cakephp21 - GITVERSION= 0-gc26df70 FETCH_ARGS= -pRr WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-4b81775 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 18:31:34 2013 Return-Path: Delivered-To: svn-ports-head@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 F3E0FA41; Mon, 25 Nov 2013 18:31:33 +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 E33C82E85; Mon, 25 Nov 2013 18:31:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPIVX3E078034; Mon, 25 Nov 2013 18:31:33 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPIVXAc078032; Mon, 25 Nov 2013 18:31:33 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251831.rAPIVXAc078032@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 18:31:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334879 - head/www/cakephp13 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.16 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: Mon, 25 Nov 2013 18:31:34 -0000 Author: sunpoet Date: Mon Nov 25 18:31:33 2013 New Revision: 334879 URL: http://svnweb.freebsd.org/changeset/ports/334879 Log: - Fix PKGNAME collision: - Add PKGNAMESUFFIX - Remove LATEST_LINK - While I'm here: - Update MASTER_SITES - Remove leading indefinite article from COMMENT PR: ports/184250 Submitted by: Christoph Theis (maintainer) Modified: head/www/cakephp13/Makefile head/www/cakephp13/distinfo (contents, props changed) Modified: head/www/cakephp13/Makefile ============================================================================== --- head/www/cakephp13/Makefile Mon Nov 25 18:17:16 2013 (r334878) +++ head/www/cakephp13/Makefile Mon Nov 25 18:31:33 2013 (r334879) @@ -4,14 +4,12 @@ PORTNAME= cakephp PORTVERSION= 1.3.15 CATEGORIES= www -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ \ - LOCAL/glarkin +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ +PKGNAMESUFFIX= 13 DISTNAME= ${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION} MAINTAINER= theis@gmx.at -COMMENT= A framework for developing PHP web applications - -LATEST_LINK= cakephp13 +COMMENT= Framework for developing PHP web applications LICENSE= MIT Modified: head/www/cakephp13/distinfo ============================================================================== --- head/www/cakephp13/distinfo Mon Nov 25 18:17:16 2013 (r334878) +++ head/www/cakephp13/distinfo Mon Nov 25 18:31:33 2013 (r334879) @@ -1,2 +1,2 @@ -SHA256 (cakephp-cakephp-1.3.15-0-g3ff1ff1.tar.gz) = 3cf8c91f34077509993154b9f86c27812fcb55e21c5a61844af293ad710587c7 -SIZE (cakephp-cakephp-1.3.15-0-g3ff1ff1.tar.gz) = 989878 +SHA256 (cakephp-cakephp-1.3.15-0-g3ff1ff1.tar.gz) = 1f3dc2c426647c57ae7790920c291100bc022656b06fe0a49ef75792a83abfac +SIZE (cakephp-cakephp-1.3.15-0-g3ff1ff1.tar.gz) = 117760 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 18:44:35 2013 Return-Path: Delivered-To: svn-ports-head@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 AFDE923D; Mon, 25 Nov 2013 18:44:35 +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 9FB412F8C; Mon, 25 Nov 2013 18:44:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPIiZV3081887; Mon, 25 Nov 2013 18:44:35 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPIiZQH081886; Mon, 25 Nov 2013 18:44:35 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311251844.rAPIiZQH081886@svn.freebsd.org> From: Marcus von Appen Date: Mon, 25 Nov 2013 18:44:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334881 - head/devel/py-kqueue 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.16 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: Mon, 25 Nov 2013 18:44:35 -0000 Author: mva Date: Mon Nov 25 18:44:35 2013 New Revision: 334881 URL: http://svnweb.freebsd.org/changeset/ports/334881 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Approved by: David Gilbert (maintainer) Modified: head/devel/py-kqueue/Makefile (contents, props changed) Modified: head/devel/py-kqueue/Makefile ============================================================================== --- head/devel/py-kqueue/Makefile Mon Nov 25 18:31:39 2013 (r334880) +++ head/devel/py-kqueue/Makefile Mon Nov 25 18:44:35 2013 (r334881) @@ -23,7 +23,9 @@ NO_STAGE= yes .include post-patch: - @${REINPLACE_CMD} -e 's,@DEFS@,,' ${WRKSRC}/Makefile.pre.in + @${REINPLACE_CMD} -e 's,@DEFS@,,' \ + -e 's,^PYTHON=\(.*\)python,PYTHON=\1${PYTHON_CMD},' \ + ${WRKSRC}/Makefile.pre.in do-configure: @(cd ${WRKSRC} && \ From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 19:03:17 2013 Return-Path: Delivered-To: svn-ports-head@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 D9D249E; Mon, 25 Nov 2013 19:03:17 +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 AF6612112; Mon, 25 Nov 2013 19:03:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPJ3Hrf089220; Mon, 25 Nov 2013 19:03:17 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPJ3GMg089216; Mon, 25 Nov 2013 19:03:16 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311251903.rAPJ3GMg089216@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Mon, 25 Nov 2013 19:03:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334882 - in head/mail: dovecot2 dovecot2-antispam-plugin dovecot2-pigeonhole 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.16 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: Mon, 25 Nov 2013 19:03:17 -0000 Author: danilo Date: Mon Nov 25 19:03:16 2013 New Revision: 334882 URL: http://svnweb.freebsd.org/changeset/ports/334882 Log: - Update from 2.2.6 to 2.2.9 - And, following the instructions in Makefile, bump PORTREVISION of mail/dovecot2-antispam-plugin and mail/dovecot-pigeonhole PR: ports/184273 Submitted by: Attila Nagy (maintainer) Modified: head/mail/dovecot2-antispam-plugin/Makefile head/mail/dovecot2-pigeonhole/Makefile head/mail/dovecot2/Makefile head/mail/dovecot2/distinfo Modified: head/mail/dovecot2-antispam-plugin/Makefile ============================================================================== --- head/mail/dovecot2-antispam-plugin/Makefile Mon Nov 25 18:44:35 2013 (r334881) +++ head/mail/dovecot2-antispam-plugin/Makefile Mon Nov 25 19:03:16 2013 (r334882) @@ -3,7 +3,7 @@ PORTNAME= dovecot2-antispam-plugin PORTVERSION= 20130429 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail MASTER_SITES= http://olgeni.olgeni.com/~olgeni/distfiles/ \ LOCAL/olgeni Modified: head/mail/dovecot2-pigeonhole/Makefile ============================================================================== --- head/mail/dovecot2-pigeonhole/Makefile Mon Nov 25 18:44:35 2013 (r334881) +++ head/mail/dovecot2-pigeonhole/Makefile Mon Nov 25 19:03:16 2013 (r334882) @@ -3,6 +3,7 @@ PORTNAME= dovecot-pigeonhole PORTVERSION= 0.4.2 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Mon Nov 25 18:44:35 2013 (r334881) +++ head/mail/dovecot2/Makefile Mon Nov 25 19:03:16 2013 (r334882) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot -PORTVERSION= 2.2.6 +PORTVERSION= 2.2.9 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ Modified: head/mail/dovecot2/distinfo ============================================================================== --- head/mail/dovecot2/distinfo Mon Nov 25 18:44:35 2013 (r334881) +++ head/mail/dovecot2/distinfo Mon Nov 25 19:03:16 2013 (r334882) @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.2.6.tar.gz) = 62272bce0ba4b992f44b6eaf72543860ecd21694032243af009b9da2c0d3d6e5 -SIZE (dovecot-2.2.6.tar.gz) = 4483169 +SHA256 (dovecot-2.2.9.tar.gz) = 7c3b6b8a05f6ebcc9fd01736fdcac0de12158959f5b99d1f7077f7a8626ee2d5 +SIZE (dovecot-2.2.9.tar.gz) = 4540858 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 19:11:29 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 ESMTPS id A3445A49; Mon, 25 Nov 2013 19:11:29 +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 92F0B21C2; Mon, 25 Nov 2013 19:11:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPJBTir093225; Mon, 25 Nov 2013 19:11:29 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPJBT3E093224; Mon, 25 Nov 2013 19:11:29 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251911.rAPJBT3E093224@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 19:11:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334883 - head/security/py-keyczar 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.16 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: Mon, 25 Nov 2013 19:11:29 -0000 Author: sunpoet Date: Mon Nov 25 19:11:29 2013 New Revision: 334883 URL: http://svnweb.freebsd.org/changeset/ports/334883 Log: - Use PYDISTUTILS_AUTOPLIST - Support STAGEDIR PR: ports/184269 Submitted by: Douglas William Thrift (maintainer) Deleted: head/security/py-keyczar/pkg-plist Modified: head/security/py-keyczar/Makefile (contents, props changed) Modified: head/security/py-keyczar/Makefile ============================================================================== --- head/security/py-keyczar/Makefile Mon Nov 25 19:03:16 2013 (r334882) +++ head/security/py-keyczar/Makefile Mon Nov 25 19:11:29 2013 (r334883) @@ -17,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycr USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= python-${PORTNAME} -NO_STAGE= yes .include From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 19:13:22 2013 Return-Path: Delivered-To: svn-ports-head@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 EEDB2C3D; Mon, 25 Nov 2013 19:13:22 +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 DE1F221DF; Mon, 25 Nov 2013 19:13:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPJDMtE093594; Mon, 25 Nov 2013 19:13:22 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPJDMH6093591; Mon, 25 Nov 2013 19:13:22 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251913.rAPJDMH6093591@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 19:13:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334884 - head/graphics/rubygem-geokit 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.16 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: Mon, 25 Nov 2013 19:13:23 -0000 Author: sunpoet Date: Mon Nov 25 19:13:22 2013 New Revision: 334884 URL: http://svnweb.freebsd.org/changeset/ports/334884 Log: - Update to 1.7.0 - Add LICENSE Changes: https://github.com/geokit/geokit/blob/master/CHANGELOG.md Modified: head/graphics/rubygem-geokit/Makefile head/graphics/rubygem-geokit/distinfo Modified: head/graphics/rubygem-geokit/Makefile ============================================================================== --- head/graphics/rubygem-geokit/Makefile Mon Nov 25 19:11:29 2013 (r334883) +++ head/graphics/rubygem-geokit/Makefile Mon Nov 25 19:13:22 2013 (r334884) @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= geokit -PORTVERSION= 1.6.5 +PORTVERSION= 1.7.0 CATEGORIES= graphics rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= A Ruby gem for maps-based apps +COMMENT= Ruby gem for maps-based apps -RUN_DEPENDS= rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json +LICENSE= MIT + +RUN_DEPENDS= rubygem-multi_json>=1.3.2:${PORTSDIR}/devel/rubygem-multi_json USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/graphics/rubygem-geokit/distinfo ============================================================================== --- head/graphics/rubygem-geokit/distinfo Mon Nov 25 19:11:29 2013 (r334883) +++ head/graphics/rubygem-geokit/distinfo Mon Nov 25 19:13:22 2013 (r334884) @@ -1,2 +1,2 @@ -SHA256 (rubygem/geokit-1.6.5.gem) = d1a581193a8ec1634e2b18fe4e026b9652dc78c90349f39debd1668d2bd3dcf4 -SIZE (rubygem/geokit-1.6.5.gem) = 35840 +SHA256 (rubygem/geokit-1.7.0.gem) = e071e877bd47f09ce3c14cafd7491bf73ff5d94391c49e6fd9c3eb84f1070bef +SIZE (rubygem/geokit-1.7.0.gem) = 12039168 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 19:13:57 2013 Return-Path: Delivered-To: svn-ports-head@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 28517D24; Mon, 25 Nov 2013 19:13:57 +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 1807421E7; Mon, 25 Nov 2013 19:13: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 rAPJDut5093735; Mon, 25 Nov 2013 19:13:56 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPJDuOj093734; Mon, 25 Nov 2013 19:13:56 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251913.rAPJDuOj093734@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 19:13:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334885 - in head/www: . trac-gitplugin 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.16 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: Mon, 25 Nov 2013 19:13:57 -0000 Author: sunpoet Date: Mon Nov 25 19:13:56 2013 New Revision: 334885 URL: http://svnweb.freebsd.org/changeset/ports/334885 Log: - Remove www/trac-gitplugin PR: ports/184266 Submitted by: Douglas William Thrift (maintainer) Reference: http://trac-hacks.org/wiki/GitPlugin Deleted: head/www/trac-gitplugin/ Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Nov 25 19:13:22 2013 (r334884) +++ head/www/Makefile Mon Nov 25 19:13:56 2013 (r334885) @@ -1972,7 +1972,6 @@ SUBDIR += trac-fullblog SUBDIR += trac-fullblognotification SUBDIR += trac-gantt - SUBDIR += trac-gitplugin SUBDIR += trac-graphviz SUBDIR += trac-hierwiki SUBDIR += trac-iniadmin From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 19:15:12 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 ESMTPS id 2569BEFB; Mon, 25 Nov 2013 19:15:12 +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 1569A21F9; Mon, 25 Nov 2013 19:15:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPJFBfK094017; Mon, 25 Nov 2013 19:15:11 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPJFBgt094016; Mon, 25 Nov 2013 19:15:11 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251915.rAPJFBgt094016@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 19:15:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334886 - head 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.16 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: Mon, 25 Nov 2013 19:15:12 -0000 Author: sunpoet Date: Mon Nov 25 19:15:11 2013 New Revision: 334886 URL: http://svnweb.freebsd.org/changeset/ports/334886 Log: - Document the removal of www/trac-gitplugin Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Mon Nov 25 19:13:56 2013 (r334885) +++ head/MOVED Mon Nov 25 19:15:11 2013 (r334886) @@ -5263,3 +5263,4 @@ sysutils/rsyslog6||2013-11-25|Has expire sysutils/rsyslog6-snmp||2013-11-25|Has expired: Use sysutils/rsyslog7 sysutils/rsyslog6-mysql||2013-11-25|Has expired: Use sysutils/rsyslog7 sysutils/rsyslog6-dbi||2013-11-25|Has expired: Use sysutils/rsyslog7 +www/trac-gitplugin||2013-11-25|Removed: this plugin has been included in the Trac 1.0 distribution From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 19:18:46 2013 Return-Path: Delivered-To: svn-ports-head@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 886A096; Mon, 25 Nov 2013 19:18:46 +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 77E3C221C; Mon, 25 Nov 2013 19:18:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPJIkAb094473; Mon, 25 Nov 2013 19:18:46 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPJIki0094472; Mon, 25 Nov 2013 19:18:46 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251918.rAPJIki0094472@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 19:18:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334887 - head/devel/py-gitosis 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.16 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: Mon, 25 Nov 2013 19:18:46 -0000 Author: sunpoet Date: Mon Nov 25 19:18:45 2013 New Revision: 334887 URL: http://svnweb.freebsd.org/changeset/ports/334887 Log: - Use PYDISTUTILS_AUTOPLIST - Support STAGEDIR PR: ports/184267 Submitted by: Douglas William Thrift (maintainer) Deleted: head/devel/py-gitosis/pkg-plist Modified: head/devel/py-gitosis/Makefile (contents, props changed) Modified: head/devel/py-gitosis/Makefile ============================================================================== --- head/devel/py-gitosis/Makefile Mon Nov 25 19:15:11 2013 (r334886) +++ head/devel/py-gitosis/Makefile Mon Nov 25 19:18:45 2013 (r334887) @@ -18,15 +18,16 @@ RUN_DEPENDS= git:${PORTSDIR}/devel/git USE_BZIP2= yes USE_PYTHON= yes USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes USERS= git GROUPS= ${USERS} WRKSRC= ${WRKDIR}/${PORTNAME} PYDISTUTILS_PKGVERSION= ${PORTVERSION:R} -NO_STAGE= yes +PLIST_DIRSTRY= git + post-install: - ${CHMOD} +x ${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG}/gitosis/templates/admin/hooks/post-update - @${CAT} ${PKGMESSAGE} + ${CHMOD} +x ${STAGEDIR}${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG}/gitosis/templates/admin/hooks/post-update .include From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 19:52:27 2013 Return-Path: Delivered-To: svn-ports-head@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 19843F86; Mon, 25 Nov 2013 19:52:27 +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 06F6524E2; Mon, 25 Nov 2013 19:52:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPJqQaJ008372; Mon, 25 Nov 2013 19:52:26 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPJqOuK008340; Mon, 25 Nov 2013 19:52:24 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201311251952.rAPJqOuK008340@svn.freebsd.org> From: Olli Hauer Date: Mon, 25 Nov 2013 19:52:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334888 - in head: devel/subversion devel/subversion/files devel/subversion16 devel/subversion17 devel/subversion17/files security/vuxml 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.16 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: Mon, 25 Nov 2013 19:52:27 -0000 Author: ohauer Date: Mon Nov 25 19:52:24 2013 New Revision: 334888 URL: http://svnweb.freebsd.org/changeset/ports/334888 Log: - security update subversion-1.8.5 / 1.7.14 [1] - add vuxml entry - let bindings ports load options file [2] [1] Version 1.8.5 (25 November 2013, from /branches/1.8.x) http://svn.apache.org/repos/asf/subversion/tags/1.8.5 User-visible changes: - Client-side bugfixes: * fix externals that point at redirected locations (issues #4428, #4429) * diff: fix assertion with move inside a copy (issue #4444) - Server-side bugfixes: * mod_dav_svn: Prevent crashes with some 3rd party modules (r1537360 et al) * mod_dav_svn: canonicalize paths properly (r1542071) * mod_authz_svn: fix crash of mod_authz_svn with invalid config (r1541432) * hotcopy: fix hotcopy losing revprop files in packed repos (issue #4448) - Other tool improvements and bugfixes: * mod_dontdothat: Fix the uri parser (r1542069 et al) Developer-visible changes: - General: * fix compilation with '--enable-optimize' with clang (r1534860) * fix copmpilation with debug build of BDB on Windows (r1501656, r1501702) * fix '--with-openssl' option when building on Windows (r1535139) * add test to fail when built against broken ZLib (r1537193 et al) - Bindings: * swig-rb: fix tests to run without installing on OS X (r1535161) * ctypes-python: build with compiler selected via configure (r1536537) Version 1.7.14 (25 Nov 2013, from /branches/1.7.x) http://svn.apache.org/repos/asf/subversion/tags/1.7.14 User-visible changes: - Client- and server-side bugfixes: * fix assertion on urls of the form 'file://./' (r1516806) - Client-side bugfixes: * upgrade: fix an assertion when used with pre-1.3 wcs (r1530849) * ra_local: fix error with repository in Windows drive root (r1518184) * fix crash on windows when piped command is interrupted (r1522892) * fix externals that point at redirected locations (issues #4428, #4429) * diff: fix incorrect calculation of changes in some cases (issue #4283) * diff: fix errors with added/deleted targets (issues #4153, #4421) - Server-side bugfixes: * mod_dav_svn: Prevent crashes with some 3rd party modules (r1537360 et al) * fix OOM on concurrent requests at threaded server start (r1527103 et al) * fsfs: limit commit time of files with deep change histories (r1536790) * mod_dav_svn: canonicalize paths properly (r1542071) - Other tool improvements and bugfixes: * mod_dontdothat: Fix the uri parser (r1542069 et al) Developer-visible changes: - Bindings: * javahl: canonicalize path for streamFileContent method (r1524869) [2] - Set OPTIONS_NAME to let bindings ports load the new options file. Leave OPTIONSFILE for now to load the old file on systems where it hasn't been moved to the new location yet. - Remove an old hack. PR: ports/180612 [2] Submitted by: Tijl Coosemans Security: e3244a7b-5603-11e3-878d-20cf30e32f6d CVE-2013-4505 CVE-2013-4558 Modified: head/devel/subversion/Makefile.common head/devel/subversion/distinfo head/devel/subversion/files/build-outputs.mk head/devel/subversion/pkg-plist head/devel/subversion16/Makefile.common head/devel/subversion16/pkg-plist head/devel/subversion17/Makefile.common head/devel/subversion17/distinfo head/devel/subversion17/files/build-outputs.mk head/devel/subversion17/pkg-plist head/security/vuxml/vuln.xml Modified: head/devel/subversion/Makefile.common ============================================================================== --- head/devel/subversion/Makefile.common Mon Nov 25 19:18:45 2013 (r334887) +++ head/devel/subversion/Makefile.common Mon Nov 25 19:52:24 2013 (r334888) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= subversion -PORTVERSION= 1.8.4 +PORTVERSION= 1.8.5 PORTREVISION?= 0 CATEGORIES+= devel MASTER_SITES= ${MASTER_SITE_APACHE} DIST_SUBDIR= subversion18 -MASTER_SITE_SUBDIR= subversion/ +MASTER_SITE_SUBDIR= subversion USE_BZIP2= yes USE_AUTOTOOLS= libtool @@ -30,7 +30,7 @@ CONFIGURE_ARGS+= --without-swig \ CONFLICTS_BUILD+= ${PORTNAME}-1.[^8].[0-9]* LIB_DEPENDS+= libsvn_client-1.so:${PORTSDIR}/devel/subversion OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options -OPTIONS= # Dirty hack: if OPTIONS is not defined, OPTIONSFILE will not be included +OPTIONS_NAME= devel_subversion .endif # =============================================================== Modified: head/devel/subversion/distinfo ============================================================================== --- head/devel/subversion/distinfo Mon Nov 25 19:18:45 2013 (r334887) +++ head/devel/subversion/distinfo Mon Nov 25 19:52:24 2013 (r334888) @@ -1,2 +1,2 @@ -SHA256 (subversion18/subversion-1.8.4.tar.bz2) = 87df1e36750d20b8206b97c2603848da6ccbf8d1ec40cf62c1d7a83b0f2f8276 -SIZE (subversion18/subversion-1.8.4.tar.bz2) = 6777387 +SHA256 (subversion18/subversion-1.8.5.tar.bz2) = fd522bf1ecda1c09426ed6c436f0744ab95c31702b0904add089864c73ee7564 +SIZE (subversion18/subversion-1.8.5.tar.bz2) = 6881572 Modified: head/devel/subversion/files/build-outputs.mk ============================================================================== --- head/devel/subversion/files/build-outputs.mk Mon Nov 25 19:18:45 2013 (r334887) +++ head/devel/subversion/files/build-outputs.mk Mon Nov 25 19:52:24 2013 (r334888) @@ -115,7 +115,7 @@ checksum_test_PATH = subversion/tests/li checksum_test_DEPS = subversion/tests/libsvn_subr/checksum-test.lo subversion/tests/libsvn_test-1.la checksum_test_OBJECTS = checksum-test.lo subversion/tests/libsvn_subr/checksum-test$(EXEEXT): $(checksum_test_DEPS) - cd subversion/tests/libsvn_subr && $(LINK) $(checksum_test_LDFLAGS) -o checksum-test$(EXEEXT) $(checksum_test_OBJECTS) ../../../subversion/tests/libsvn_test-1.la -lsvn_subr-1 $(SVN_APR_LIBS) $(LIBS) + cd subversion/tests/libsvn_subr && $(LINK) $(checksum_test_LDFLAGS) -o checksum-test$(EXEEXT) $(checksum_test_OBJECTS) ../../../subversion/tests/libsvn_test-1.la -lsvn_subr-1 $(SVN_APR_LIBS) $(SVN_ZLIB_LIBS) $(LIBS) client_test_PATH = subversion/tests/libsvn_client client_test_DEPS = subversion/tests/libsvn_client/client-test.lo subversion/tests/libsvn_test-1.la @@ -1977,7 +1977,7 @@ subversion/libsvn_client/compat_provider subversion/libsvn_client/copy.lo: subversion/libsvn_client/copy.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_magic.h subversion/include/private/svn_mergeinfo_private.h subversion/include/private/svn_ra_private.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/inclu de/svn_time.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversion/libsvn_client/mergeinfo.h subversion/svn_private_config.h -subversion/libsvn_client/copy_foreign.lo: subversion/libsvn_client/copy_foreign.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_magic.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include /svn_wc.h subversion/libsvn_client/client.h subversion/svn_private_config.h subversion/include/svn_version.h +subversion/libsvn_client/copy_foreign.lo: subversion/libsvn_client/copy_foreign.c subversion/include/private/svn_client_private.h subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_editor.h subversion/include/private/svn_magic.h subversion/include/private/svn_subr_private.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include /svn_version.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversion/svn_private_config.h subversion/libsvn_client/ctx.lo: subversion/libsvn_client/ctx.c subversion/include/private/svn_debug.h subversion/include/private/svn_diff_tree.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_wc.h @@ -2303,7 +2303,7 @@ subversion/libsvn_subr/cache-memcache.lo subversion/libsvn_subr/cache.lo: subversion/libsvn_subr/cache.c subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_iter.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_subr/cache.h -subversion/libsvn_subr/cache_config.lo: subversion/libsvn_subr/cache_config.c subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/svn_cache_config.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_iter.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h +subversion/libsvn_subr/cache_config.lo: subversion/libsvn_subr/cache_config.c subversion/include/private/svn_atomic.h subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/svn_cache_config.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_iter.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_subr/checksum.lo: subversion/libsvn_subr/checksum.c subversion/include/private/svn_debug.h subversion/include/private/svn_subr_private.h subversion/include/svn_checksum.h subversion/include/svn_ctype.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/libsvn_subr/md5.h subversion/libsvn_subr/sha1.h subversion/svn_private_config.h @@ -2851,7 +2851,7 @@ subversion/tests/libsvn_wc/wc-test.lo: s subversion/tests/svn_test_fs.lo: subversion/tests/svn_test_fs.c subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/tests/svn_test.h subversion/tests/svn_test_fs.h -subversion/tests/svn_test_main.lo: subversion/tests/svn_test_main.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_ctype.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/svn_private_config.h subversion/tests/svn_test.h +subversion/tests/svn_test_main.lo: subversion/tests/svn_test_main.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_ctype.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/svn_private_config.h subversion/tests/svn_test.h tools/client-side/svn-bench/help-cmd.lo: tools/client-side/svn-bench/help-cmd.c subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_version.h subversion/include/svn_wc.h subversion/svn_private_config.h tools/client-side/svn-bench/cl.h @@ -2881,7 +2881,7 @@ tools/diff/diff4.lo: tools/diff/diff4.c tools/server-side/fsfs-stats.lo: tools/server-side/fsfs-stats.c subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_string_private.h subversion/include/private/svn_subr_private.h subversion/include/svn_cache_config.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_iter.h subversion/include/svn_pools.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_version.h -tools/server-side/mod_dontdothat/mod_dontdothat.lo: tools/server-side/mod_dontdothat/mod_dontdothat.c subversion/include/mod_dav_svn.h subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_string.h subversion/include/svn_types.h +tools/server-side/mod_dontdothat/mod_dontdothat.lo: tools/server-side/mod_dontdothat/mod_dontdothat.c subversion/include/mod_dav_svn.h subversion/include/private/svn_debug.h subversion/include/private/svn_fspath.h subversion/include/svn_checksum.h subversion/include/svn_config.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_path.h subversion/include/svn_string.h subversion/include/svn_types.h if $(INSTALL_APACHE_MODS) ; then $(COMPILE_APACHE_MOD) $(canonicalized_srcdir)tools/server-side/mod_dontdothat/mod_dontdothat.c ; else echo "fake" > tools/server-side/mod_dontdothat/mod_dontdothat.lo ; fi tools/server-side/svn-populate-node-origins-index.lo: tools/server-side/svn-populate-node-origins-index.c subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h Modified: head/devel/subversion/pkg-plist ============================================================================== --- head/devel/subversion/pkg-plist Mon Nov 25 19:18:45 2013 (r334887) +++ head/devel/subversion/pkg-plist Mon Nov 25 19:52:24 2013 (r334888) @@ -146,11 +146,6 @@ man/man1/svnsync.1.gz man/man1/svnversion.1.gz man/man5/svnserve.conf.5.gz man/man8/svnserve.8.gz -%%PORTDOCS%%%%DOCSDIR%%/BUGS -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/COMMITTERS -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/README %%NLS%%share/locale/de/LC_MESSAGES/subversion.mo %%NLS%%share/locale/es/LC_MESSAGES/subversion.mo %%NLS%%share/locale/fr/LC_MESSAGES/subversion.mo @@ -455,5 +450,4 @@ man/man8/svnserve.8.gz @dirrm %%DATADIR%%/bdb @dirrm %%DATADIR%%/backup @dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/subversion-1 Modified: head/devel/subversion16/Makefile.common ============================================================================== --- head/devel/subversion16/Makefile.common Mon Nov 25 19:18:45 2013 (r334887) +++ head/devel/subversion16/Makefile.common Mon Nov 25 19:52:24 2013 (r334888) @@ -34,7 +34,7 @@ CONFIGURE_ARGS+= --without-swig \ CONFLICTS_BUILD+= ${PORTNAME}-1.[^6].[0-9]* LIB_DEPENDS+= libsvn_client-1.so:${PORTSDIR}/devel/subversion16 OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}16/options -OPTIONS= # Dirty hack: if OPTIONS is not defined, OPTIONSFILE will not be included +OPTIONS_NAME= devel_subversion16 .endif # =============================================================== Modified: head/devel/subversion16/pkg-plist ============================================================================== --- head/devel/subversion16/pkg-plist Mon Nov 25 19:18:45 2013 (r334887) +++ head/devel/subversion16/pkg-plist Mon Nov 25 19:52:24 2013 (r334888) @@ -140,13 +140,6 @@ man/man1/svnsync.1.gz man/man1/svnversion.1.gz man/man5/svnserve.conf.5.gz man/man8/svnserve.8.gz -%%PORTDOCS%%%%DOCSDIR%%/BUGS -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/COMMITTERS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/HACKING -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/README %%NLS%%share/locale/de/LC_MESSAGES/subversion.mo %%NLS%%share/locale/es/LC_MESSAGES/subversion.mo %%NLS%%share/locale/fr/LC_MESSAGES/subversion.mo @@ -318,5 +311,4 @@ man/man8/svnserve.8.gz @dirrm %%DATADIR%%/bdb @dirrm %%DATADIR%%/backup @dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/subversion-1 Modified: head/devel/subversion17/Makefile.common ============================================================================== --- head/devel/subversion17/Makefile.common Mon Nov 25 19:18:45 2013 (r334887) +++ head/devel/subversion17/Makefile.common Mon Nov 25 19:52:24 2013 (r334888) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= subversion -PORTVERSION= 1.7.13 +PORTVERSION= 1.7.14 PORTREVISION?= 0 CATEGORIES+= devel MASTER_SITES= ${MASTER_SITE_APACHE} @@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --without-swig \ CONFLICTS_BUILD+= ${PORTNAME}-1.[^7].[0-9]* LIB_DEPENDS+= libsvn_client-1.so:${PORTSDIR}/devel/subversion17 OPTIONSFILE= ${PORT_DBDIR}/${PORTNAME}/options -OPTIONS= # Dirty hack: if OPTIONS is not defined, OPTIONSFILE will not be included +OPTIONS_NAME= devel_subversion17 .endif # =============================================================== Modified: head/devel/subversion17/distinfo ============================================================================== --- head/devel/subversion17/distinfo Mon Nov 25 19:18:45 2013 (r334887) +++ head/devel/subversion17/distinfo Mon Nov 25 19:52:24 2013 (r334888) @@ -1,2 +1,2 @@ -SHA256 (subversion17/subversion-1.7.13.tar.bz2) = e07b3b8559b7b74f8d8fd602424bfc9e4eef95b4ca415eab98a25439d97fe2e9 -SIZE (subversion17/subversion-1.7.13.tar.bz2) = 6043884 +SHA256 (subversion17/subversion-1.7.14.tar.bz2) = c4ac8f37eb0ebd38901bfa6f1c7e4d7716d32d7460ee0cee520381ca2f5b120d +SIZE (subversion17/subversion-1.7.14.tar.bz2) = 6045932 Modified: head/devel/subversion17/files/build-outputs.mk ============================================================================== --- head/devel/subversion17/files/build-outputs.mk Mon Nov 25 19:18:45 2013 (r334887) +++ head/devel/subversion17/files/build-outputs.mk Mon Nov 25 19:52:24 2013 (r334888) @@ -299,8 +299,8 @@ subversion/libsvn_auth_kwallet/libsvn_au cd subversion/libsvn_auth_kwallet && $(LINK_CXX_LIB) $(libsvn_auth_kwallet_LDFLAGS) -o libsvn_auth_kwallet-1.la $(LT_NO_UNDEFINED) $(libsvn_auth_kwallet_OBJECTS) -lsvn_subr-1 $(SVN_APR_LIBS) $(SVN_KWALLET_LIBS) $(LIBS) libsvn_client_PATH = subversion/libsvn_client -libsvn_client_DEPS = subversion/libsvn_client/add.lo subversion/libsvn_client/blame.lo subversion/libsvn_client/cat.lo subversion/libsvn_client/changelist.lo subversion/libsvn_client/checkout.lo subversion/libsvn_client/cleanup.lo subversion/libsvn_client/cmdline.lo subversion/libsvn_client/commit.lo subversion/libsvn_client/commit_util.lo subversion/libsvn_client/compat_providers.lo subversion/libsvn_client/copy.lo subversion/libsvn_client/ctx.lo subversion/libsvn_client/delete.lo subversion/libsvn_client/deprecated.lo subversion/libsvn_client/diff.lo subversion/libsvn_client/export.lo subversion/libsvn_client/externals.lo subversion/libsvn_client/info.lo subversion/libsvn_client/list.lo subversion/libsvn_client/locking_commands.lo subversion/libsvn_client/log.lo subversion/libsvn_client/merge.lo subversion/libsvn_client/mergeinfo.lo subversion/libsvn_client/patch.lo subversion/libsvn_client/prop_commands.lo subversion/libsvn_client/ra.lo subversion/libsvn_client/relocate.lo subve rsion/libsvn_client/repos_diff.lo subversion/libsvn_client/repos_diff_summarize.lo subversion/libsvn_client/resolved.lo subversion/libsvn_client/revert.lo subversion/libsvn_client/revisions.lo subversion/libsvn_client/status.lo subversion/libsvn_client/switch.lo subversion/libsvn_client/update.lo subversion/libsvn_client/url.lo subversion/libsvn_client/util.lo subversion/libsvn_client/version.lo -libsvn_client_OBJECTS = add.lo blame.lo cat.lo changelist.lo checkout.lo cleanup.lo cmdline.lo commit.lo commit_util.lo compat_providers.lo copy.lo ctx.lo delete.lo deprecated.lo diff.lo export.lo externals.lo info.lo list.lo locking_commands.lo log.lo merge.lo mergeinfo.lo patch.lo prop_commands.lo ra.lo relocate.lo repos_diff.lo repos_diff_summarize.lo resolved.lo revert.lo revisions.lo status.lo switch.lo update.lo url.lo util.lo version.lo +libsvn_client_DEPS = subversion/libsvn_client/add.lo subversion/libsvn_client/blame.lo subversion/libsvn_client/cat.lo subversion/libsvn_client/changelist.lo subversion/libsvn_client/checkout.lo subversion/libsvn_client/cleanup.lo subversion/libsvn_client/cmdline.lo subversion/libsvn_client/commit.lo subversion/libsvn_client/commit_util.lo subversion/libsvn_client/compat_providers.lo subversion/libsvn_client/copy.lo subversion/libsvn_client/ctx.lo subversion/libsvn_client/delete.lo subversion/libsvn_client/deprecated.lo subversion/libsvn_client/diff.lo subversion/libsvn_client/diff_summarize.lo subversion/libsvn_client/export.lo subversion/libsvn_client/externals.lo subversion/libsvn_client/info.lo subversion/libsvn_client/list.lo subversion/libsvn_client/locking_commands.lo subversion/libsvn_client/log.lo subversion/libsvn_client/merge.lo subversion/libsvn_client/mergeinfo.lo subversion/libsvn_client/patch.lo subversion/libsvn_client/prop_commands.lo subversion/libsvn_client/ra.lo subversion/libsvn_client/relocate.lo subversion/libsvn_client/repos_diff.lo subversion/libsvn_client/repos_diff_summarize.lo subversion/libsvn_client/resolved.lo subversion/libsvn_client/revert.lo subversion/libsvn_client/revisions.lo subversion/libsvn_client/status.lo subversion/libsvn_client/switch.lo subversion/libsvn_client/update.lo subversion/libsvn_client/url.lo subversion/libsvn_client/util.lo subversion/libsvn_client/version.lo +libsvn_client_OBJECTS = add.lo blame.lo cat.lo changelist.lo checkout.lo cleanup.lo cmdline.lo commit.lo commit_util.lo compat_providers.lo copy.lo ctx.lo delete.lo deprecated.lo diff.lo diff_summarize.lo export.lo externals.lo info.lo list.lo locking_commands.lo log.lo merge.lo mergeinfo.lo patch.lo prop_commands.lo ra.lo relocate.lo repos_diff.lo repos_diff_summarize.lo resolved.lo revert.lo revisions.lo status.lo switch.lo update.lo url.lo util.lo version.lo subversion/libsvn_client/libsvn_client-1.la: $(libsvn_client_DEPS) cd subversion/libsvn_client && $(LINK_LIB) $(libsvn_client_LDFLAGS) -o libsvn_client-1.la $(LT_NO_UNDEFINED) $(libsvn_client_OBJECTS) -lsvn_wc-1 -lsvn_ra-1 -lsvn_delta-1 -lsvn_diff-1 -lsvn_subr-1 $(SVN_APRUTIL_LIBS) $(SVN_APR_LIBS) $(LIBS) @@ -1824,6 +1824,8 @@ subversion/libsvn_client/deprecated.lo: subversion/libsvn_client/diff.lo: subversion/libsvn_client/diff.c subversion/include/private/svn_debug.h subversion/include/private/svn_magic.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_hash.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_sorts.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversion/svn_private_confi g.h +subversion/libsvn_client/diff_summarize.lo: subversion/libsvn_client/diff_summarize.c subversion/include/private/svn_debug.h subversion/include/private/svn_magic.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_client/client.h + subversion/libsvn_client/export.lo: subversion/libsvn_client/export.c subversion/include/private/svn_debug.h subversion/include/private/svn_magic.h subversion/include/private/svn_subst_private.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversion/svn_private_config.h subversion/libsvn_client/externals.lo: subversion/libsvn_client/externals.c subversion/include/private/svn_debug.h subversion/include/private/svn_magic.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_diff.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_client/client.h subversion/svn_private_config.h @@ -2236,7 +2238,7 @@ subversion/libsvn_subr/subst.lo: subvers subversion/libsvn_subr/svn_base64.lo: subversion/libsvn_subr/svn_base64.c subversion/include/private/svn_debug.h subversion/include/private/svn_string_private.h subversion/include/svn_base64.h subversion/include/svn_checksum.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h -subversion/libsvn_subr/svn_cache_config.lo: subversion/libsvn_subr/svn_cache_config.c subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/svn_cache_config.h subversion/include/svn_config.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_iter.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h +subversion/libsvn_subr/svn_cache_config.lo: subversion/libsvn_subr/svn_cache_config.c subversion/include/private/svn_atomic.h subversion/include/private/svn_cache.h subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/svn_cache_config.h subversion/include/svn_config.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_iter.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/libsvn_subr/svn_string.lo: subversion/libsvn_subr/svn_string.c subversion/include/private/svn_debug.h subversion/include/private/svn_dep_compat.h subversion/include/private/svn_string_private.h subversion/include/svn_ctype.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/svn_private_config.h @@ -2659,7 +2661,7 @@ tools/diff/diff3.lo: tools/diff/diff3.c tools/diff/diff4.lo: tools/diff/diff4.c subversion/include/private/svn_debug.h subversion/include/svn_checksum.h subversion/include/svn_diff.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_io.h subversion/include/svn_pools.h subversion/include/svn_string.h subversion/include/svn_types.h -tools/server-side/mod_dontdothat/mod_dontdothat.lo: tools/server-side/mod_dontdothat/mod_dontdothat.c subversion/include/mod_dav_svn.h subversion/include/private/svn_debug.h subversion/include/svn_config.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_string.h subversion/include/svn_types.h +tools/server-side/mod_dontdothat/mod_dontdothat.lo: tools/server-side/mod_dontdothat/mod_dontdothat.c subversion/include/mod_dav_svn.h subversion/include/private/svn_debug.h subversion/include/private/svn_fspath.h subversion/include/svn_config.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_path.h subversion/include/svn_string.h subversion/include/svn_types.h $(COMPILE_APACHE_MOD) $(canonicalized_srcdir)tools/server-side/mod_dontdothat/mod_dontdothat.c tools/server-side/svn-populate-node-origins-index.lo: tools/server-side/svn-populate-node-origins-index.c subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_checksum.h subversion/include/svn_cmdline.h subversion/include/svn_config.h subversion/include/svn_delta.h subversion/include/svn_dirent_uri.h subversion/include/svn_error.h subversion/include/svn_error_codes.h subversion/include/svn_fs.h subversion/include/svn_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_path.h subversion/include/svn_pools.h subversion/include/svn_repos.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_utf.h Modified: head/devel/subversion17/pkg-plist ============================================================================== --- head/devel/subversion17/pkg-plist Mon Nov 25 19:18:45 2013 (r334887) +++ head/devel/subversion17/pkg-plist Mon Nov 25 19:52:24 2013 (r334888) @@ -147,11 +147,6 @@ man/man1/svnsync.1.gz man/man1/svnversion.1.gz man/man5/svnserve.conf.5.gz man/man8/svnserve.8.gz -%%PORTDOCS%%%%DOCSDIR%%/BUGS -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/COMMITTERS -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/README %%NLS%%share/locale/de/LC_MESSAGES/subversion.mo %%NLS%%share/locale/es/LC_MESSAGES/subversion.mo %%NLS%%share/locale/fr/LC_MESSAGES/subversion.mo @@ -398,6 +393,5 @@ man/man8/svnserve.8.gz @dirrm %%DATADIR%%/bdb @dirrm %%DATADIR%%/backup @dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/subversion-1 %%TOOLS%%@dirrm bin/svn-tools Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Mon Nov 25 19:18:45 2013 (r334887) +++ head/security/vuxml/vuln.xml Mon Nov 25 19:52:24 2013 (r334888) @@ -51,6 +51,48 @@ Note: Please add new entries to the beg --> + + subversion -- multiple vulnerabilities + + + subversion + 1.8.01.8.5 + 1.7.01.7.14 + 1.6.01.6.24 + + + + +

Subversion Project reports:

+
+

mod_dontdothat does not restrict requests from serf based clients

+

mod_dontdothat allows you to block update REPORT requests against certain + paths in the repository. It expects the paths in the REPORT request + to be absolute URLs. Serf based clients send relative URLs instead + of absolute URLs in many cases. As a result these clients are not blocked + as configured by mod_dontdothat.

+

mod_dav_svn assertion triggered by non-canonical URLs in autoversioning commits

+

When SVNAutoversioning is enabled via SVNAutoversioning on + commits can be made by single HTTP requests such as MKCOL and + PUT. If Subversion is built with assertions enabled any such + requests that have non-canonical URLs, such as URLs with a + trailing /, may trigger an assert. An assert will cause the + Apache process to abort.

+
+ +
+ + CVE-2013-4505 + CVE-2013-4558 + http://subversion.apache.org/security/CVE-2013-4505-advisory.txt + http://subversion.apache.org/security/CVE-2013-4558-advisory.txt + + + 2013-11-15 + 2013-11-25 + +
+ ruby-gems -- Algorithmic Complexity Vulnerability From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 19:58:06 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 ESMTPS id E7E2A27F; Mon, 25 Nov 2013 19:58:05 +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 C8F542531; Mon, 25 Nov 2013 19:58:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPJw5eJ010902; Mon, 25 Nov 2013 19:58:05 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPJw5Mk010897; Mon, 25 Nov 2013 19:58:05 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251958.rAPJw5Mk010897@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 19:58:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334889 - head/astro/p5-Astro-satpass 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.16 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: Mon, 25 Nov 2013 19:58:06 -0000 Author: sunpoet Date: Mon Nov 25 19:58:05 2013 New Revision: 334889 URL: http://svnweb.freebsd.org/changeset/ports/334889 Log: - Update to 0.58 - Convert to new options helper Changes: http://search.cpan.org/dist/Astro-satpass/Changes Modified: head/astro/p5-Astro-satpass/Makefile head/astro/p5-Astro-satpass/distinfo Modified: head/astro/p5-Astro-satpass/Makefile ============================================================================== --- head/astro/p5-Astro-satpass/Makefile Mon Nov 25 19:52:24 2013 (r334888) +++ head/astro/p5-Astro-satpass/Makefile Mon Nov 25 19:58:05 2013 (r334889) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Astro-satpass -PORTVERSION= 0.057 +PORTVERSION= 0.058 CATEGORIES= astro perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:WYANT @@ -19,7 +19,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-JSON>=0:${PORTSDIR}/converters/p5-JSON OPTIONS_DEFINE= GEOCODER_US SIMBAD SOAPLITE SPACETRACK USGS -OPTIONS_DEFAULT= GEOCODER_US SIMBAD SPACETRACK USGS +OPTIONS_DEFAULT=GEOCODER_US SIMBAD SPACETRACK USGS GEOCODER_US_DESC= Add support for Geo::Coder::Geocoder::US SIMBAD_DESC= Add support for Astro::SIMBAD::Client SOAPLITE_DESC= Add support for SOAP::Lite (deprecated) @@ -30,26 +30,10 @@ CONFIGURE_ARGS= -y USES= perl5 USE_PERL5= configure -.include - -.if ${PORT_OPTIONS:MGEOCODER_US} -RUN_DEPENDS+= p5-Geo-Coder-Geocoder-US>=0:${PORTSDIR}/misc/p5-Geo-Coder-Geocoder-US -.endif - -.if ${PORT_OPTIONS:MSIMBAD} -RUN_DEPENDS+= p5-Astro-SIMBAD-Client>=0:${PORTSDIR}/astro/p5-Astro-SIMBAD-Client -.endif - -.if ${PORT_OPTIONS:MSPACETRACK} -RUN_DEPENDS+= p5-Astro-SpaceTrack>=0:${PORTSDIR}/astro/p5-Astro-SpaceTrack -.endif - -.if ${PORT_OPTIONS:MUSGS} -RUN_DEPENDS+= p5-Geo-WebService-Elevation-USGS>=0:${PORTSDIR}/science/p5-Geo-WebService-Elevation-USGS -.endif - -.if ${PORT_OPTIONS:MSOAPLITE} -RUN_DEPENDS+= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite -.endif +GEOCODER_US_RUN_DEPENDS=p5-Geo-Coder-Geocoder-US>=0:${PORTSDIR}/misc/p5-Geo-Coder-Geocoder-US +SIMBAD_RUN_DEPENDS= p5-Astro-SIMBAD-Client>=0:${PORTSDIR}/astro/p5-Astro-SIMBAD-Client +SOAPLITE_RUN_DEPENDS= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite +SPACETRACK_RUN_DEPENDS= p5-Astro-SpaceTrack>=0:${PORTSDIR}/astro/p5-Astro-SpaceTrack +USGS_RUN_DEPENDS= p5-Geo-WebService-Elevation-USGS>=0:${PORTSDIR}/science/p5-Geo-WebService-Elevation-USGS .include Modified: head/astro/p5-Astro-satpass/distinfo ============================================================================== --- head/astro/p5-Astro-satpass/distinfo Mon Nov 25 19:52:24 2013 (r334888) +++ head/astro/p5-Astro-satpass/distinfo Mon Nov 25 19:58:05 2013 (r334889) @@ -1,2 +1,2 @@ -SHA256 (Astro-satpass-0.057.tar.gz) = 4794042f8c8b8b3a9c3046dcd59c222ed30471c1b2e5e948ab26b047670eb04d -SIZE (Astro-satpass-0.057.tar.gz) = 497119 +SHA256 (Astro-satpass-0.058.tar.gz) = d99e98a15d766939c55448a47e4df9beb9d80fec534236876b19cee40ac11c8d +SIZE (Astro-satpass-0.058.tar.gz) = 497906 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 19:58:48 2013 Return-Path: Delivered-To: svn-ports-head@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 45E5536A; Mon, 25 Nov 2013 19:58:48 +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 35859253A; Mon, 25 Nov 2013 19:58:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPJwmpF011107; Mon, 25 Nov 2013 19:58:48 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPJwl3m011105; Mon, 25 Nov 2013 19:58:47 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251958.rAPJwl3m011105@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 19:58:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334890 - head/www/p5-HTTP-BrowserDetect 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.16 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: Mon, 25 Nov 2013 19:58:48 -0000 Author: sunpoet Date: Mon Nov 25 19:58:47 2013 New Revision: 334890 URL: http://svnweb.freebsd.org/changeset/ports/334890 Log: - Update to 1.64 Changes: http://search.cpan.org/dist/HTTP-BrowserDetect/Changes Modified: head/www/p5-HTTP-BrowserDetect/Makefile head/www/p5-HTTP-BrowserDetect/distinfo Modified: head/www/p5-HTTP-BrowserDetect/Makefile ============================================================================== --- head/www/p5-HTTP-BrowserDetect/Makefile Mon Nov 25 19:58:05 2013 (r334889) +++ head/www/p5-HTTP-BrowserDetect/Makefile Mon Nov 25 19:58:47 2013 (r334890) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-BrowserDetect -PORTVERSION= 1.63 +PORTVERSION= 1.64 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:OALDERS Modified: head/www/p5-HTTP-BrowserDetect/distinfo ============================================================================== --- head/www/p5-HTTP-BrowserDetect/distinfo Mon Nov 25 19:58:05 2013 (r334889) +++ head/www/p5-HTTP-BrowserDetect/distinfo Mon Nov 25 19:58:47 2013 (r334890) @@ -1,2 +1,2 @@ -SHA256 (HTTP-BrowserDetect-1.63.tar.gz) = db936227b4f1400f28d05ee9b6d343d8bd74861f174f6f444d6c4f7cc6b1fcd0 -SIZE (HTTP-BrowserDetect-1.63.tar.gz) = 45126 +SHA256 (HTTP-BrowserDetect-1.64.tar.gz) = 4d1868f410e4063965c8b90cc6157ef2aae9add3f3406800ac297790a2ceb074 +SIZE (HTTP-BrowserDetect-1.64.tar.gz) = 45273 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 19:58:52 2013 Return-Path: Delivered-To: svn-ports-head@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 9594C36B; Mon, 25 Nov 2013 19:58:52 +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 85505253B; Mon, 25 Nov 2013 19:58:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPJwqjL011173; Mon, 25 Nov 2013 19:58:52 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPJwqw8011172; Mon, 25 Nov 2013 19:58:52 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251958.rAPJwqw8011172@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 19:58:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334891 - head/devel/rubygem-debugger-linecache 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.16 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: Mon, 25 Nov 2013 19:58:52 -0000 Author: sunpoet Date: Mon Nov 25 19:58:51 2013 New Revision: 334891 URL: http://svnweb.freebsd.org/changeset/ports/334891 Log: - Add LICENSE - Support STAGEDIR PR: ports/184212 Submitted by: Vladimir Kondratiev (maintainer) Modified: head/devel/rubygem-debugger-linecache/Makefile Modified: head/devel/rubygem-debugger-linecache/Makefile ============================================================================== --- head/devel/rubygem-debugger-linecache/Makefile Mon Nov 25 19:58:47 2013 (r334890) +++ head/devel/rubygem-debugger-linecache/Makefile Mon Nov 25 19:58:51 2013 (r334891) @@ -9,9 +9,10 @@ MASTER_SITES= RG MAINTAINER= wulf@cicgroup.ru COMMENT= Caches(Ruby source) Files as Might Be Used in a Debugger +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 19:58:57 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 ESMTPS id 0EB05443; Mon, 25 Nov 2013 19:58:57 +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 F2B99253E; Mon, 25 Nov 2013 19:58:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPJwu7j011237; Mon, 25 Nov 2013 19:58:56 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPJwubk011235; Mon, 25 Nov 2013 19:58:56 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251958.rAPJwubk011235@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 19:58:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334892 - head/devel/rubygem-debugger 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.16 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: Mon, 25 Nov 2013 19:58:57 -0000 Author: sunpoet Date: Mon Nov 25 19:58:56 2013 New Revision: 334892 URL: http://svnweb.freebsd.org/changeset/ports/334892 Log: - Add LICENSE - Remove outdated RUBY_VER check - Support STAGEDIR - While I'm here, silence post-extract: message and unsilence installation message PR: ports/184212 Submitted by: Vladimir Kondratiev (maintainer) Modified: head/devel/rubygem-debugger/Makefile Modified: head/devel/rubygem-debugger/Makefile ============================================================================== --- head/devel/rubygem-debugger/Makefile Mon Nov 25 19:58:51 2013 (r334891) +++ head/devel/rubygem-debugger/Makefile Mon Nov 25 19:58:56 2013 (r334892) @@ -9,31 +9,23 @@ MASTER_SITES= RG MAINTAINER= wulf@cicgroup.ru COMMENT= Fast implementation of the standard Ruby debugger +LICENSE= BSD + +FETCH_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch RUN_DEPENDS= rubygem-columnize>=0.3.1:${PORTSDIR}/devel/rubygem-columnize \ rubygem-debugger-linecache>=1.2.0:${PORTSDIR}/devel/rubygem-debugger-linecache USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES= bin/rdebug -MAN1= rdebug.1 +PLIST_FILES= bin/rdebug man/man1/rdebug.1.gz CONFIGURE_ARGS= --with-ruby-include=${WRKDIR}/ruby post-extract: - ${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT}; make -V WRKSRC` ${WRKDIR}/ruby + @${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT}; make -V WRKSRC` ${WRKDIR}/ruby post-install: - @${INSTALL_MAN} ${WRKSRC}/man/rdebug.1 ${PREFIX}/man/man1 - -NO_STAGE= yes - -.include - -BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch - -.if ${RUBY_VER} == 1.8 -BROKEN= does not work with ruby 1.8 -.endif + ${INSTALL_MAN} ${WRKSRC}/man/rdebug.1 ${STAGEDIR}${PREFIX}/man/man1 -.include +.include From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 19:59:03 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 ESMTPS id 2E24051F; Mon, 25 Nov 2013 19:59:03 +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 0539F2541; Mon, 25 Nov 2013 19:59:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPJx2pR011339; Mon, 25 Nov 2013 19:59:02 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPJx2sN011333; Mon, 25 Nov 2013 19:59:02 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311251959.rAPJx2sN011333@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Mon, 25 Nov 2013 19:59:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334893 - head/devel/rubygem-debugger-xml 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.16 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: Mon, 25 Nov 2013 19:59:03 -0000 Author: sunpoet Date: Mon Nov 25 19:59:02 2013 New Revision: 334893 URL: http://svnweb.freebsd.org/changeset/ports/334893 Log: - Update to 0.3.2 - Add LICENSE - Support STAGEDIR - While I'm here, sort RUN_DEPENDS PR: ports/184212 Submitted by: Vladimir Kondratiev (maintainer) Modified: head/devel/rubygem-debugger-xml/Makefile head/devel/rubygem-debugger-xml/distinfo (contents, props changed) Modified: head/devel/rubygem-debugger-xml/Makefile ============================================================================== --- head/devel/rubygem-debugger-xml/Makefile Mon Nov 25 19:58:56 2013 (r334892) +++ head/devel/rubygem-debugger-xml/Makefile Mon Nov 25 19:59:02 2013 (r334893) @@ -2,21 +2,21 @@ # $FreeBSD$ PORTNAME= debugger-xml -PORTVERSION= 0.1.6 +PORTVERSION= 0.3.2 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= wulf@cicgroup.ru COMMENT= XML interface for rubygem-debugger -RUN_DEPENDS= rubygem-debugger>=1.6.2:${PORTSDIR}/devel/rubygem-debugger \ - rubygem-builder>=2.0.0:${PORTSDIR}/devel/rubygem-builder +LICENSE= MIT + +RUN_DEPENDS= rubygem-builder>=2.0.0:${PORTSDIR}/devel/rubygem-builder \ + rubygem-debugger>=1.6.2:${PORTSDIR}/devel/rubygem-debugger USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/rdebug-ide bin/rdebug-vim -NO_STAGE= yes - .include Modified: head/devel/rubygem-debugger-xml/distinfo ============================================================================== --- head/devel/rubygem-debugger-xml/distinfo Mon Nov 25 19:58:56 2013 (r334892) +++ head/devel/rubygem-debugger-xml/distinfo Mon Nov 25 19:59:02 2013 (r334893) @@ -1,2 +1,2 @@ -SHA256 (rubygem/debugger-xml-0.1.6.gem) = d816ba903a536c355730daa5763fd410d570a5df5210bba78a15a5e3b4c5d536 -SIZE (rubygem/debugger-xml-0.1.6.gem) = 24576 +SHA256 (rubygem/debugger-xml-0.3.2.gem) = 610d6be5654cad09c3d689ef51e92a613fcf994d64131b016d07c760d6ccfe3b +SIZE (rubygem/debugger-xml-0.3.2.gem) = 26624 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 20:06:36 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 ESMTPS id 4257CB49; Mon, 25 Nov 2013 20:06:36 +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 3200F25D7; Mon, 25 Nov 2013 20:06:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPK6a6R014984; Mon, 25 Nov 2013 20:06:36 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPK6aKK014983; Mon, 25 Nov 2013 20:06:36 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201311252006.rAPK6aKK014983@svn.freebsd.org> From: Olli Hauer Date: Mon, 25 Nov 2013 20:06:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334894 - head/devel/viewvc 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.16 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: Mon, 25 Nov 2013 20:06:36 -0000 Author: ohauer Date: Mon Nov 25 20:06:35 2013 New Revision: 334894 URL: http://svnweb.freebsd.org/changeset/ports/334894 Log: - adopt new ${opt}_USE - followup PR ports/183353 (non default setting, therefore no PORTREVISION bump) Modified: head/devel/viewvc/Makefile Modified: head/devel/viewvc/Makefile ============================================================================== --- head/devel/viewvc/Makefile Mon Nov 25 19:59:02 2013 (r334893) +++ head/devel/viewvc/Makefile Mon Nov 25 20:06:35 2013 (r334894) @@ -27,9 +27,10 @@ MODWSGI3_DESC= Enable mod_wsgi3 support MODPYTHON3_DESC= Enable mod_python3 support MYSQL_DESC= Bonsai-like repository query facilities +APACHE_USE= APACHE_RUN=22+ LIGHTTPD_RUN_DEPENDS= lighttpd:${PORTSDIR}/www/lighttpd MODPYTHON3_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_python>=3.3:${PORTSDIR}/www/mod_python3 -MODWSGI3_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_wsgi>=3.3:${PORTSDIR}/www/mod_wsgi3 +MODWSGI3_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_wsgi3>=3.3:${PORTSDIR}/www/mod_wsgi3 SVN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion>=0:${PORTSDIR}/devel/py-subversion MYSQL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb @@ -43,10 +44,6 @@ SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \ ECHO=${ECHO} EGREP=${EGREP} TOUCH=${TOUCH} \ CHOWN=${CHOWN} RM=${RM} -.if ${PORT_OPTIONS:MAPACHE} -USE_APACHE_RUN= 22+ -.endif - RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:${PORTSDIR}/textproc/py-pygments pre-everything:: From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 20:18:53 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 ESMTPS id B2A61F04; Mon, 25 Nov 2013 20:18:53 +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 A24222687; Mon, 25 Nov 2013 20:18:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPKIrPR019046; Mon, 25 Nov 2013 20:18:53 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPKIrbE019044; Mon, 25 Nov 2013 20:18:53 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311252018.rAPKIrbE019044@svn.freebsd.org> From: Marcus von Appen Date: Mon, 25 Nov 2013 20:18:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334895 - in head/games/childsplay: . 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.16 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: Mon, 25 Nov 2013 20:18:53 -0000 Author: mva Date: Mon Nov 25 20:18:52 2013 New Revision: 334895 URL: http://svnweb.freebsd.org/changeset/ports/334895 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency - Reset maintainer Approved by: Bruno Schwander Modified: head/games/childsplay/Makefile (contents, props changed) head/games/childsplay/files/patch-Makefile (contents, props changed) Modified: head/games/childsplay/Makefile ============================================================================== --- head/games/childsplay/Makefile Mon Nov 25 20:06:35 2013 (r334894) +++ head/games/childsplay/Makefile Mon Nov 25 20:18:52 2013 (r334895) @@ -8,16 +8,21 @@ CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= bruno@tinkerbox.org +MAINTAINER= ports@FreeBSD.org COMMENT= Educative games for children BUILD_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/devel/py-game RUN_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/devel/py-game LIB_DEPENDS= assetml.0:${PORTSDIR}/devel/libassetml -USE_PYTHON= yes +USES= shebangfix +USE_PYTHON= 2 NO_BUILD= yes +python_OLD_CMD= /usr/bin/env python +python_CMD= /usr/bin/env python2 +SHEBANG_FILES= childsplay.py + # avoid asking for translation to your local language on install MAKE_ENV= LANG=C Modified: head/games/childsplay/files/patch-Makefile ============================================================================== --- head/games/childsplay/files/patch-Makefile Mon Nov 25 20:06:35 2013 (r334894) +++ head/games/childsplay/files/patch-Makefile Mon Nov 25 20:18:52 2013 (r334895) @@ -1,7 +1,7 @@ --- Makefile.orig Sat May 7 23:13:35 2005 +++ Makefile Sat May 7 23:15:11 2005 @@ -0,0 +1,7 @@ -+PYTHON = /usr/bin/env python ++PYTHON = /usr/bin/env python2 + +install: + ./INSTALL.sh From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 20:30:55 2013 Return-Path: Delivered-To: svn-ports-head@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 7562968E; Mon, 25 Nov 2013 20:30:55 +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 657142768; Mon, 25 Nov 2013 20:30:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPKUtUa024573; Mon, 25 Nov 2013 20:30:55 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPKUtL1024572; Mon, 25 Nov 2013 20:30:55 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311252030.rAPKUtL1024572@svn.freebsd.org> From: Marcus von Appen Date: Mon, 25 Nov 2013 20:30:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334896 - head/graphics/libGL 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.16 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: Mon, 25 Nov 2013 20:30:55 -0000 Author: mva Date: Mon Nov 25 20:30:54 2013 New Revision: 334896 URL: http://svnweb.freebsd.org/changeset/ports/334896 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency in the mesa ports Approved by: x11@ (via kwm@) Modified: head/graphics/libGL/bsd.mesalib.mk Modified: head/graphics/libGL/bsd.mesalib.mk ============================================================================== --- head/graphics/libGL/bsd.mesalib.mk Mon Nov 25 20:18:52 2013 (r334895) +++ head/graphics/libGL/bsd.mesalib.mk Mon Nov 25 20:30:54 2013 (r334896) @@ -120,6 +120,8 @@ post-patch: ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \ ${WRKSRC}/src/mesa/drivers/dri/common/xmlconfig.c + @${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|' \ + ${WRKSRC}/src/gallium/auxiliary/util/Makefile .if !defined(WITH_NEW_XORG) @${REINPLACE_CMD} -e 's|[$$](INSTALL_LIB_DIR)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/src/glu/Makefile \ From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 20:49:59 2013 Return-Path: Delivered-To: svn-ports-head@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 29F1BF5F; Mon, 25 Nov 2013 20:49:59 +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 186862863; Mon, 25 Nov 2013 20:49:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPKnw13029538; Mon, 25 Nov 2013 20:49:58 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPKnwGK029536; Mon, 25 Nov 2013 20:49:58 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201311252049.rAPKnwGK029536@svn.freebsd.org> From: Olli Hauer Date: Mon, 25 Nov 2013 20:49:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334897 - in head/security/nmap: . 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.16 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: Mon, 25 Nov 2013 20:49:59 -0000 Author: ohauer Date: Mon Nov 25 20:49:58 2013 New Revision: 334897 URL: http://svnweb.freebsd.org/changeset/ports/334897 Log: - fix security/nmap runtime on current (FreeBSD 11) - adopt ${opt}_USE style - remove ${opt} PKGNAMEPREFIX - bump PORTREVISION PR: ports/184288 Submitted by: Ruslan Makhmatkhanov Added: head/security/nmap/files/patch-libnetutil__netutil.cc (contents, props changed) Modified: head/security/nmap/Makefile Modified: head/security/nmap/Makefile ============================================================================== --- head/security/nmap/Makefile Mon Nov 25 20:30:54 2013 (r334896) +++ head/security/nmap/Makefile Mon Nov 25 20:49:58 2013 (r334897) @@ -3,6 +3,7 @@ PORTNAME= nmap DISTVERSION= 6.40 +PORTREVISION= 1 CATEGORIES= security ipv6 MASTER_SITES= http://nmap.org/dist/ \ LOCAL/ohauer @@ -28,16 +29,18 @@ OPTIONS_SUB= yes OPTIONS_DEFINE= DOCS IPV6 SSL OPTIONS_DEFAULT=IPV6 SSL +SSL_USE= OPENSSL=yes SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE} SSL_CONFIGURE_OFF= --without-openssl SSL_CFLAGS= -I${OPENSSLINC} +IPV6_CONFIGURE_OFF= --with-libpcap=${LOCALBASE}/IPv6 + .include -.if ${PORT_OPTIONS:MSSL} -USE_OPENSSL= yes -.else -PKGNAMESUFFIX= -nossl +# PR: ports/159376 Workaround if OS is build with WITHOUT_INET6 +.if ! ${PORT_OPTIONS:MIPV6} +LIB_DEPENDS+= libpcap.so:${PORTSDIR}/net/libpcap .endif CONFIGURE_ARGS+=--without-localdirs \ @@ -58,12 +61,6 @@ NDCC= true PORTDOCS= CHANGELOG HACKING -# PR: ports/159376 Workaround if OS is build with WITHOUT_INET6 -.if ! ${PORT_OPTIONS:MIPV6} -LIB_DEPENDS+= libpcap.so:${PORTSDIR}/net/libpcap -CONFIGURE_ARGS+= --with-libpcap=${LOCALBASE} -.endif - # XXX limit results if we do a grep in the sources! post-extract: @${RM} -rf ${WRKSRC}/mswin32 @@ -78,10 +75,8 @@ post-configure: @${REINPLACE_CMD} -e "s|^DESTDIR *=|& ${DESTDIR}|" ${WRKSRC}/Makefile post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} -.endif # gcc from ports is in use .if defined(NDCC) Added: head/security/nmap/files/patch-libnetutil__netutil.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/nmap/files/patch-libnetutil__netutil.cc Mon Nov 25 20:49:58 2013 (r334897) @@ -0,0 +1,31 @@ +PR: ports/184288 +Fix security/nmap runtime on current (FreeBSD 11) +========================================================================== +--- ./libnetutil/netutil.cc.orig 2013-07-29 00:08:48.000000000 +0200 ++++ ./libnetutil/netutil.cc 2013-11-25 21:26:22.000000000 +0100 +@@ -1319,7 +1319,11 @@ + /* The first time through the loop we add the primary interface record. + After that we add the aliases one at a time. */ + if (!primary_done) { +- if (addr_ntos(&entry->intf_addr, (struct sockaddr *) &tmpss) == -1) { ++ if ( (addr_ntos(&entry->intf_addr, (struct sockaddr *) &tmpss) == -1) ++#ifdef AF_LINK ++ || (tmpss.ss_family == AF_LINK) ++#endif ++ ) { + dcrn->ifaces[dcrn->numifaces].addr.ss_family = 0; + } else { + rc = canonicalize_address(&tmpss, &dcrn->ifaces[dcrn->numifaces].addr); +@@ -1328,7 +1332,11 @@ + dcrn->ifaces[dcrn->numifaces].netmask_bits = entry->intf_addr.addr_bits; + primary_done = true; + } else if (num_aliases_done < entry->intf_alias_num) { +- if (addr_ntos(&entry->intf_alias_addrs[num_aliases_done], (struct sockaddr *) &tmpss) == -1) { ++ if ( (addr_ntos(&entry->intf_alias_addrs[num_aliases_done], (struct sockaddr *) &tmpss) == -1) ++#ifdef AF_LINK ++ || (tmpss.ss_family == AF_LINK) ++#endif ++ ) { + dcrn->ifaces[dcrn->numifaces].addr.ss_family = 0; + } else { + rc = canonicalize_address(&tmpss, &dcrn->ifaces[dcrn->numifaces].addr); From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 22:04:37 2013 Return-Path: Delivered-To: svn-ports-head@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 BA86A625; Mon, 25 Nov 2013 22:04:37 +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 9B3562D0C; Mon, 25 Nov 2013 22:04:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPM4bZJ056176; Mon, 25 Nov 2013 22:04:37 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPM4bYL056173; Mon, 25 Nov 2013 22:04:37 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201311252204.rAPM4bYL056173@svn.freebsd.org> From: Antoine Brodin Date: Mon, 25 Nov 2013 22:04:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334898 - head/graphics/epix 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.16 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: Mon, 25 Nov 2013 22:04:37 -0000 Author: antoine Date: Mon Nov 25 22:04:36 2013 New Revision: 334898 URL: http://svnweb.freebsd.org/changeset/ports/334898 Log: - Update to 1.2.13 - Stage support PR: ports/181058 Submitted by: Kato Tsuguru Modified: head/graphics/epix/Makefile head/graphics/epix/distinfo head/graphics/epix/pkg-plist Modified: head/graphics/epix/Makefile ============================================================================== --- head/graphics/epix/Makefile Mon Nov 25 20:49:58 2013 (r334897) +++ head/graphics/epix/Makefile Mon Nov 25 22:04:36 2013 (r334898) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= epix -PORTVERSION= 1.2.11 +PORTVERSION= 1.2.13 CATEGORIES= graphics MASTER_SITES= http://mathcs.holycross.edu/~ahwang/epix/ @@ -15,6 +15,8 @@ BUILD_DEPENDS= latex-pgf>=0:${PORTSDIR}/ bash:${PORTSDIR}/shells/bash RUN_DEPENDS= bash:${PORTSDIR}/shells/bash +OPTIONS_DEFINE= DOCS + USE_BZIP2= yes USES= gmake USE_TEX= latex dvipsk:build @@ -22,30 +24,10 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-bash=${LOCALBASE}/bin/bash \ --with-runtime=${CXX} -MAN1= elaps.1 epix.1 flix.1 laps.1 INFO= epix -NO_STAGE= yes -.include - post-patch: - @${REINPLACE_CMD} -e '/^install-data-am:/s|install-data-local||' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e '/^install-data-am:/s|install-docDATA||' \ - ${WRKSRC}/doc/Makefile.in @${REINPLACE_CMD} -e '/usepackage/s|pstricks,xcolor|pstricks,tikz,xcolor|' \ ${WRKSRC}/doc/manual.tex - @${REINPLACE_CMD} -e '/^install-data-am:/s|install-docDATA||' \ - ${WRKSRC}/samples/Makefile.in - -post-install: -.if ${PORT_OPTIONS:MDOCS} - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} install-data-local) - @(cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} install-docDATA) - @(cd ${WRKSRC}/samples && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ - ${MAKEFILE} ${MAKE_ARGS} install-docDATA) -.endif .include Modified: head/graphics/epix/distinfo ============================================================================== --- head/graphics/epix/distinfo Mon Nov 25 20:49:58 2013 (r334897) +++ head/graphics/epix/distinfo Mon Nov 25 22:04:36 2013 (r334898) @@ -1,2 +1,2 @@ -SHA256 (epix-1.2.11.tar.bz2) = 9cddcf135b04ffcb7640b581a4dfee406e1b743285490d21888eda0e2234ca44 -SIZE (epix-1.2.11.tar.bz2) = 503858 +SHA256 (epix-1.2.13.tar.bz2) = caffa4bae2c1d6c802bf7bcaef6e3b2cdcfa4b64ef2ca1b5f1c069e991fdb24a +SIZE (epix-1.2.13.tar.bz2) = 504585 Modified: head/graphics/epix/pkg-plist ============================================================================== --- head/graphics/epix/pkg-plist Mon Nov 25 20:49:58 2013 (r334897) +++ head/graphics/epix/pkg-plist Mon Nov 25 22:04:36 2013 (r334898) @@ -89,6 +89,10 @@ include/epix/triples.h include/epix/utils.h include/epix/verbatim.h lib/epix/libepix.a +man/man1/elaps.1.gz +man/man1/epix.1.gz +man/man1/flix.1.gz +man/man1/laps.1.gz %%PORTDOCS%%%%DOCSDIR%%/config/bash_completions %%PORTDOCS%%%%DOCSDIR%%/config/epix.el %%PORTDOCS%%%%DOCSDIR%%/manual.pdf.gz From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 22:07:23 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 ESMTPS id 1681A721; Mon, 25 Nov 2013 22:07: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 EB1252D24; Mon, 25 Nov 2013 22:07:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPM7MD9056785; Mon, 25 Nov 2013 22:07:22 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPM7LWk056776; Mon, 25 Nov 2013 22:07:21 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201311252207.rAPM7LWk056776@svn.freebsd.org> From: Antoine Brodin Date: Mon, 25 Nov 2013 22:07:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334899 - in head/www: . faup faup/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.16 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: Mon, 25 Nov 2013 22:07:23 -0000 Author: antoine Date: Mon Nov 25 22:07:21 2013 New Revision: 334899 URL: http://svnweb.freebsd.org/changeset/ports/334899 Log: New port: www/faup Faup stands for Finally An Url Parser and is a library and command line tool to parse URLs and normalize fields with two constraints: - Work with real-life urls (resilient to badly formated ones) - Be fast: no allocation for string parsing and read characters only once WWW: http://stricaud.github.io/faup/ Added: head/www/faup/ head/www/faup/Makefile (contents, props changed) head/www/faup/distinfo (contents, props changed) head/www/faup/files/ head/www/faup/files/patch-CMakeLists.txt (contents, props changed) head/www/faup/files/patch-src__lib__modules__CMakeLists.txt (contents, props changed) head/www/faup/pkg-descr (contents, props changed) head/www/faup/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Nov 25 22:04:36 2013 (r334898) +++ head/www/Makefile Mon Nov 25 22:07:21 2013 (r334899) @@ -204,6 +204,7 @@ SUBDIR += eyeos SUBDIR += eyeos-themes SUBDIR += fancybox + SUBDIR += faup SUBDIR += fcgi SUBDIR += fcgiwrap SUBDIR += feedjack Added: head/www/faup/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/faup/Makefile Mon Nov 25 22:07:21 2013 (r334899) @@ -0,0 +1,35 @@ +# Created by: Antoine Brodin +# $FreeBSD$ + +PORTNAME= faup +PORTVERSION= 1.4 +CATEGORIES= www devel +MASTER_SITES= http://github.com/stricaud/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/ \ + LOCAL/antoine + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Fast URL decoder library + +LICENSE= WTFPL +LICENSE_NAME= Do What The [expletive] You Want To Public License, Version 2 +LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +FETCH_ARGS= -Fpr +USES= cmake:outsource +USE_LDCONFIG= yes +USE_LUA= 5.1 + +PORTDOCS= * + +OPTIONS_DEFINE= DOCS + +.include + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} +.endif + +.include Added: head/www/faup/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/faup/distinfo Mon Nov 25 22:07:21 2013 (r334899) @@ -0,0 +1,2 @@ +SHA256 (faup-1.4.tar.gz) = 4cee73571ae35694b4a741c4a6b6fac7039c5e014bc63b67aab716b6ae177086 +SIZE (faup-1.4.tar.gz) = 570002 Added: head/www/faup/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/faup/files/patch-CMakeLists.txt Mon Nov 25 22:07:21 2013 (r334899) @@ -0,0 +1,11 @@ +--- ./CMakeLists.txt.orig 2013-09-25 08:53:24.000000000 +0000 ++++ ./CMakeLists.txt 2013-11-16 12:02:09.000000000 +0000 +@@ -74,7 +74,7 @@ + + set(FAUP_INCLUDE_DIRS "${faup-project_SOURCE_DIR}/src/lib/include/" "${faup-project_BINARY_DIR}/src/lib/include") + +-set(FAUP_LIBRARY "${faup-project_BINARY_DIR}/src/lib/libfaupl.so") ++set(FAUP_LIBRARY faupl) + if(WIN32) + set(FAUP_LIBRARY "${faup-project_BINARY_DIR}/src/lib/${CMAKE_BUILD_TYPE}/faup_static.lib") + endif(WIN32) Added: head/www/faup/files/patch-src__lib__modules__CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/faup/files/patch-src__lib__modules__CMakeLists.txt Mon Nov 25 22:07:21 2013 (r334899) @@ -0,0 +1,8 @@ +--- ./src/lib/modules/CMakeLists.txt.orig 2013-09-25 08:53:24.000000000 +0000 ++++ ./src/lib/modules/CMakeLists.txt 2013-11-16 12:02:09.000000000 +0000 +@@ -5,4 +5,4 @@ + + install(FILES ${MODULES_AVAILABLE} DESTINATION share/faup/modules_available) + +-install(CODE "file(MAKE_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/faup/modules_enabled)") ++install(DIRECTORY DESTINATION share/faup/modules_enabled) Added: head/www/faup/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/faup/pkg-descr Mon Nov 25 22:07:21 2013 (r334899) @@ -0,0 +1,6 @@ +Faup stands for Finally An Url Parser and is a library and command line tool to +parse URLs and normalize fields with two constraints: +- Work with real-life urls (resilient to badly formated ones) +- Be fast: no allocation for string parsing and read characters only once + +WWW: http://stricaud.github.io/faup/ Added: head/www/faup/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/faup/pkg-plist Mon Nov 25 22:07:21 2013 (r334899) @@ -0,0 +1,23 @@ +bin/faup +include/faup/compat.h +include/faup/datadir.h +include/faup/decode.h +include/faup/faup.h +include/faup/features.h +include/faup/modules.h +include/faup/options.h +include/faup/output.h +include/faup/portable.h +include/faup/tld-tree.h +include/faup/tld.h +lib/libfaupl.so +lib/libfaupl.so.1 +%%DATADIR%%/README.txt +%%DATADIR%%/mozilla.tlds +%%DATADIR%%/modules_available/emulation_ie.lua +%%DATADIR%%/modules_available/uppercase.lua +@exec mkdir -p %D/%%DATADIR%%/modules_enabled +@dirrm %%DATADIR%%/modules_available +@dirrm %%DATADIR%%/modules_enabled +@dirrm %%DATADIR%% +@dirrm include/faup From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 22:09:52 2013 Return-Path: Delivered-To: svn-ports-head@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 4815B8CD; Mon, 25 Nov 2013 22:09:52 +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 1E0442D48; Mon, 25 Nov 2013 22:09:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPM9p82057209; Mon, 25 Nov 2013 22:09:51 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPM9pkE057207; Mon, 25 Nov 2013 22:09:51 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201311252209.rAPM9pkE057207@svn.freebsd.org> From: Antoine Brodin Date: Mon, 25 Nov 2013 22:09:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334900 - head/sysutils/py-pytsk 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.16 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: Mon, 25 Nov 2013 22:09:52 -0000 Author: antoine Date: Mon Nov 25 22:09:51 2013 New Revision: 334900 URL: http://svnweb.freebsd.org/changeset/ports/334900 Log: - Update to 2013-11-24 - Shebangfix example files Modified: head/sysutils/py-pytsk/Makefile head/sysutils/py-pytsk/distinfo Modified: head/sysutils/py-pytsk/Makefile ============================================================================== --- head/sysutils/py-pytsk/Makefile Mon Nov 25 22:07:21 2013 (r334899) +++ head/sysutils/py-pytsk/Makefile Mon Nov 25 22:09:51 2013 (r334900) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pytsk -DISTVERSION= 2013-09-10 -PORTREVISION= 1 +DISTVERSION= 2013-11-24 CATEGORIES= sysutils security devel python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,16 +17,17 @@ LIB_DEPENDS= libtsk.so:${PORTSDIR}/sysut WRKSRC= ${WRKDIR}/${PORTNAME} +USES= shebangfix +SHEBANG_FILES= samples/*.py +python_OLD_CMD= .* +python_CMD= ${PYTHON_CMD} USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME=pytsk3 -PYDISTUTILS_PKGVERSION=0.1 +PYDISTUTILS_PKGVERSION=4.1.2 post-patch: - ${REINPLACE_CMD} -e '/socket\.h/ { h; s|socket|types|; G; }' ${WRKSRC}/misc.h - ${REINPLACE_CMD} -e 's|/usr/local/include/tsk/|${LOCALBASE}/include/tsk/|' \ - -e "s|LIBRARY_DIRS = \[\]|LIBRARY_DIRS = ['${LOCALBASE}/lib']|" \ - -e "s|= \[CONFIG\['TSK_HEADERS_LOCATION'\]\]|= ['${LOCALBASE}/include']|" \ + ${REINPLACE_CMD} -e "s|'/', 'usr', 'local'|'${LOCALBASE}'|" \ ${WRKSRC}/setup.py DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} Modified: head/sysutils/py-pytsk/distinfo ============================================================================== --- head/sysutils/py-pytsk/distinfo Mon Nov 25 22:07:21 2013 (r334899) +++ head/sysutils/py-pytsk/distinfo Mon Nov 25 22:09:51 2013 (r334900) @@ -1,2 +1,2 @@ -SHA256 (pytsk-2013-09-10.tgz) = 2ce6cc73c600c2c2511ff9047e22f10281431d97e3bf2cee1967c14d2b3cb24a -SIZE (pytsk-2013-09-10.tgz) = 66094 +SHA256 (pytsk-2013-11-24.tgz) = a61be70df8d10cf029e02d56067389c0a42b4ee91c1172d171196603510cf965 +SIZE (pytsk-2013-11-24.tgz) = 85316 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 22:13:06 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 ESMTPS id A0106B26; Mon, 25 Nov 2013 22:13:06 +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 8FD8C2DAD; Mon, 25 Nov 2013 22:13:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPMD68T059869; Mon, 25 Nov 2013 22:13:06 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPMD6gZ059868; Mon, 25 Nov 2013 22:13:06 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201311252213.rAPMD6gZ059868@svn.freebsd.org> From: Guido Falsi Date: Mon, 25 Nov 2013 22:13:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334901 - head/audio/xmms2 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.16 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: Mon, 25 Nov 2013 22:13:06 -0000 Author: madpilot Date: Mon Nov 25 22:13:06 2013 New Revision: 334901 URL: http://svnweb.freebsd.org/changeset/ports/334901 Log: Fix calls to waf scripts to allow depending on any python version, instead of the one hardcoded in the script itself. Submitted by: python@ (mva@) Modified: head/audio/xmms2/Makefile Modified: head/audio/xmms2/Makefile ============================================================================== --- head/audio/xmms2/Makefile Mon Nov 25 22:09:51 2013 (r334900) +++ head/audio/xmms2/Makefile Mon Nov 25 22:13:06 2013 (r334901) @@ -375,15 +375,15 @@ post-patch: @${REINPLACE_CMD} -e "s|%%WRKSRC%%|${WRKSRC}|" ${WRKSRC}/wscript do-configure: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf ${_MAKE_JOBS} configure \ + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} waf ${_MAKE_JOBS} configure \ --conf-prefix=${LOCALBASE} --prefix=${PREFIX} \ --mandir=${PREFIX}/man ${EXCLUDE} do-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf ${_MAKE_JOBS} build + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} waf ${_MAKE_JOBS} build do-install: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./waf install --destdir=${STAGEDIR} --without-ldconfig + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} waf install --destdir=${STAGEDIR} --without-ldconfig .if !defined(XMMS2_SLAVE) if [ ! -d ${STAGEDIR}${DATADIR}/scripts/startup.d ]; then \ ${MKDIR} ${STAGEDIR}${DATADIR}/scripts/startup.d; \ From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 22:38:18 2013 Return-Path: Delivered-To: svn-ports-head@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 20FDF713; Mon, 25 Nov 2013 22:38:18 +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 104392F22; Mon, 25 Nov 2013 22:38:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPMcH3s067420; Mon, 25 Nov 2013 22:38:17 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPMcH48067415; Mon, 25 Nov 2013 22:38:17 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201311252238.rAPMcH48067415@svn.freebsd.org> From: Raphael Kubo da Costa Date: Mon, 25 Nov 2013 22:38:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334902 - in head/x11-fonts: . cosmic-sans-neue-mono 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.16 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: Mon, 25 Nov 2013 22:38:18 -0000 Author: rakuco Date: Mon Nov 25 22:38:16 2013 New Revision: 334902 URL: http://svnweb.freebsd.org/changeset/ports/334902 Log: Add x11-fonts/cosmic-sans-neue-mono. A programming font, designed with functionality in mind, and with some wibbly-wobbly handwriting-like fuzziness that makes it unassumingly cool. WWW: http://openfontlibrary.org/en/font/cosmic-sans-neue-mono Added: head/x11-fonts/cosmic-sans-neue-mono/ head/x11-fonts/cosmic-sans-neue-mono/Makefile (contents, props changed) head/x11-fonts/cosmic-sans-neue-mono/distinfo (contents, props changed) head/x11-fonts/cosmic-sans-neue-mono/pkg-descr (contents, props changed) head/x11-fonts/cosmic-sans-neue-mono/pkg-plist (contents, props changed) Modified: head/x11-fonts/Makefile Modified: head/x11-fonts/Makefile ============================================================================== --- head/x11-fonts/Makefile Mon Nov 25 22:13:06 2013 (r334901) +++ head/x11-fonts/Makefile Mon Nov 25 22:38:16 2013 (r334902) @@ -20,6 +20,7 @@ SUBDIR += code2001 SUBDIR += comfortaa-ttf SUBDIR += consolamono-ttf + SUBDIR += cosmic-sans-neue-mono SUBDIR += croscorefonts-fonts-ttf SUBDIR += cyberbit-ttfonts SUBDIR += cyr-rfx Added: head/x11-fonts/cosmic-sans-neue-mono/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/cosmic-sans-neue-mono/Makefile Mon Nov 25 22:38:16 2013 (r334902) @@ -0,0 +1,31 @@ +# $FreeBSD$ + +PORTNAME= cosmic-sans-neue-mono +PORTVERSION= 1.3 +CATEGORIES= x11-fonts +MASTER_SITES= http://openfontlibrary.org/assets/downloads/${PORTNAME}/bf42dd6dc411076a2dfc12aa6cf60e7d/ +DISTNAME= ${PORTNAME} + +MAINTAINER= rakuco@FreeBSD.org +COMMENT= Programming font, designed with functionality in mind + +LICENSE= OFL11 + +NO_BUILD= yes +USE_ZIP= yes + +FONTDIR= ${STAGEDIR}${PREFIX}/lib/X11/fonts/${PORTNAME} +WRKSRC= ${WRKDIR} + +OPTIONS_DEFINE= DOCS + +do-install: + ${MKDIR} ${FONTDIR} + cd ${WRKSRC}/OTF && \ + ${INSTALL_DATA} *.otf ${FONTDIR} + + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && \ + ${INSTALL_DATA} README.md ${STAGEDIR}${DOCSDIR} + +.include Added: head/x11-fonts/cosmic-sans-neue-mono/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/cosmic-sans-neue-mono/distinfo Mon Nov 25 22:38:16 2013 (r334902) @@ -0,0 +1,2 @@ +SHA256 (cosmic-sans-neue-mono.zip) = b401c5fa4ea1f45f58e8fc248dcd61d5dea961a1924ae86d9e7ee8b15a6b409b +SIZE (cosmic-sans-neue-mono.zip) = 347283 Added: head/x11-fonts/cosmic-sans-neue-mono/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/cosmic-sans-neue-mono/pkg-descr Mon Nov 25 22:38:16 2013 (r334902) @@ -0,0 +1,4 @@ +A programming font, designed with functionality in mind, and with some +wibbly-wobbly handwriting-like fuzziness that makes it unassumingly cool. + +WWW: http://openfontlibrary.org/en/font/cosmic-sans-neue-mono/ Added: head/x11-fonts/cosmic-sans-neue-mono/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fonts/cosmic-sans-neue-mono/pkg-plist Mon Nov 25 22:38:16 2013 (r334902) @@ -0,0 +1,5 @@ +lib/X11/fonts/cosmic-sans-neue-mono/CosmicSansNeueMono.otf +lib/X11/fonts/cosmic-sans-neue-mono/CosmicSansNeueMonoBold.otf +@dirrm lib/X11/fonts/cosmic-sans-neue-mono +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 22:46:29 2013 Return-Path: Delivered-To: svn-ports-head@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 208488A3; Mon, 25 Nov 2013 22:46:29 +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 0F9F92F80; Mon, 25 Nov 2013 22:46:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPMkSCU070527; Mon, 25 Nov 2013 22:46:28 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPMkS9d070525; Mon, 25 Nov 2013 22:46:28 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201311252246.rAPMkS9d070525@svn.freebsd.org> From: Matthias Andree Date: Mon, 25 Nov 2013 22:46:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334903 - head/dns/dnsmasq-devel 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.16 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: Mon, 25 Nov 2013 22:46:29 -0000 Author: mandree Date: Mon Nov 25 22:46:28 2013 New Revision: 334903 URL: http://svnweb.freebsd.org/changeset/ports/334903 Log: Update to new upstream release candidate #3, with three changes since RC1: 2543906 Segfault with some CNAMEs. Also memory leak on reload of /etc/hosts. 241fa9c Remove arc4random, we have a good RNG and it's a portability problem. e142a83 Merge messages to .po files. Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Mon Nov 25 22:38:16 2013 (r334902) +++ head/dns/dnsmasq-devel/Makefile Mon Nov 25 22:46:28 2013 (r334903) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.68rc1 +DISTVERSION= 2.68rc3 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ PKGNAMESUFFIX= -devel Modified: head/dns/dnsmasq-devel/distinfo ============================================================================== --- head/dns/dnsmasq-devel/distinfo Mon Nov 25 22:38:16 2013 (r334902) +++ head/dns/dnsmasq-devel/distinfo Mon Nov 25 22:46:28 2013 (r334903) @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.68rc1.tar.xz) = 19de42463ad5815f659afeb993e5a03b7adc266305001b050d2346978a2bec1e -SIZE (dnsmasq-2.68rc1.tar.xz) = 435168 +SHA256 (dnsmasq-2.68rc3.tar.xz) = f332b21282d1854a019bedafe972df536914636f8cdf278527ea0ef956a0eef8 +SIZE (dnsmasq-2.68rc3.tar.xz) = 435256 From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 22:47:01 2013 Return-Path: Delivered-To: svn-ports-head@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 15C3D993; Mon, 25 Nov 2013 22:47:01 +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 0528D2F8C; Mon, 25 Nov 2013 22:47:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPMl0HM070653; Mon, 25 Nov 2013 22:47:00 GMT (envelope-from feld@svn.freebsd.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPMl0jd070649; Mon, 25 Nov 2013 22:47:00 GMT (envelope-from feld@svn.freebsd.org) Message-Id: <201311252247.rAPMl0jd070649@svn.freebsd.org> From: Mark Felder Date: Mon, 25 Nov 2013 22:47:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334904 - head/accessibility/redshift 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.16 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: Mon, 25 Nov 2013 22:47:01 -0000 Author: feld Date: Mon Nov 25 22:47:00 2013 New Revision: 334904 URL: http://svnweb.freebsd.org/changeset/ports/334904 Log: Fix building with the GUI option Split the Gnome clock integration into its own option PR: ports/182925 Approved by: swills (mentor) Modified: head/accessibility/redshift/Makefile head/accessibility/redshift/pkg-plist Modified: head/accessibility/redshift/Makefile ============================================================================== --- head/accessibility/redshift/Makefile Mon Nov 25 22:46:28 2013 (r334903) +++ head/accessibility/redshift/Makefile Mon Nov 25 22:47:00 2013 (r334904) @@ -18,10 +18,11 @@ INSTALLS_ICONS= yes CONFIGURE_ARGS+= --disable-wingdi -OPTIONS_DEFINE= GUI NLS RANDR VIDMODE +OPTIONS_DEFINE= GNOME GUI NLS RANDR VIDMODE OPTIONS_DEFAULT= RANDR -GUI_DESC= Tray icon and location via Gnome clock +GNOME_DESC= GNOME clock support +GUI_DESC= Tray icon RANDR_DESC= Support RANDR for changing colors VIDMODE_DESC= Support VIDMODE for changing colors (NVIDIA) @@ -51,13 +52,24 @@ CONFIGURE_ARGS+=--disable-vidmode .endif .if ${PORT_OPTIONS:MGUI} -CONFIGURE_ARGS+=--enable-gui --enable-gnome-clock -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 \ - ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg +USE_PYTHON= yes +CONFIGURE_ARGS+=--enable-gui +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gtk2>0:${PORTSDIR}/x11-toolkits/py-gtk2 \ + ${PYTHON_PKGNAMEPREFIX}xdg>0:${PORTSDIR}/devel/py-xdg PLIST_SUB+= GUI="" .else -CONFIGURE_ARGS+=--disable-gui --disable-gnome-clock +CONFIGURE_ARGS+=--disable-gui PLIST_SUB+= GUI="@comment " .endif +.if ${PORT_OPTIONS:MGNOME} +CONFIGURE_ARGS+=--enable-gnome-clock +BUILD_DEPENDS+= glib>0:${PORTSDIR}/devel/glib20 \ + gconf2>0:${PORTSDIR}/devel/gconf2 +RUN_DEPENDS+= glib>0:${PORTSDIR}/devel/glib20 \ + gconf2>0:${PORTSDIR}/devel/gconf2 +.else +CONFIGURE_ARGS+=--disable-gnome-clock +.endif + .include Modified: head/accessibility/redshift/pkg-plist ============================================================================== --- head/accessibility/redshift/pkg-plist Mon Nov 25 22:46:28 2013 (r334903) +++ head/accessibility/redshift/pkg-plist Mon Nov 25 22:47:00 2013 (r334904) @@ -23,21 +23,21 @@ share/icons/hicolor/scalable/apps/redshi %%NLS%%share/locale/ru/LC_MESSAGES/redshift.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/redshift.mo %%GUI%%bin/gtk-redshift -%%GUI%%lib/python2.6/site-packages/gtk_redshift/__init__.py -%%GUI%%lib/python2.6/site-packages/gtk_redshift/__init__.pyc -%%GUI%%lib/python2.6/site-packages/gtk_redshift/__init__.pyo -%%GUI%%lib/python2.6/site-packages/gtk_redshift/defs.py -%%GUI%%lib/python2.6/site-packages/gtk_redshift/defs.pyc -%%GUI%%lib/python2.6/site-packages/gtk_redshift/defs.pyo -%%GUI%%lib/python2.6/site-packages/gtk_redshift/statusicon.py -%%GUI%%lib/python2.6/site-packages/gtk_redshift/statusicon.pyc -%%GUI%%lib/python2.6/site-packages/gtk_redshift/statusicon.pyo -%%GUI%%lib/python2.6/site-packages/gtk_redshift/utils.py -%%GUI%%lib/python2.6/site-packages/gtk_redshift/utils.pyc -%%GUI%%lib/python2.6/site-packages/gtk_redshift/utils.pyo +%%GUI%%%%PYTHON_SITELIBDIR%%/gtk_redshift/__init__.py +%%GUI%%%%PYTHON_SITELIBDIR%%/gtk_redshift/__init__.pyc +%%GUI%%%%PYTHON_SITELIBDIR%%/gtk_redshift/__init__.pyo +%%GUI%%%%PYTHON_SITELIBDIR%%/gtk_redshift/defs.py +%%GUI%%%%PYTHON_SITELIBDIR%%/gtk_redshift/defs.pyc +%%GUI%%%%PYTHON_SITELIBDIR%%/gtk_redshift/defs.pyo +%%GUI%%%%PYTHON_SITELIBDIR%%/gtk_redshift/statusicon.py +%%GUI%%%%PYTHON_SITELIBDIR%%/gtk_redshift/statusicon.pyc +%%GUI%%%%PYTHON_SITELIBDIR%%/gtk_redshift/statusicon.pyo +%%GUI%%%%PYTHON_SITELIBDIR%%/gtk_redshift/utils.py +%%GUI%%%%PYTHON_SITELIBDIR%%/gtk_redshift/utils.pyc +%%GUI%%%%PYTHON_SITELIBDIR%%/gtk_redshift/utils.pyo %%GUI%%share/applications/gtk-redshift.desktop @dirrmtry share/icons/hicolor/scalable/apps @dirrmtry share/icons/hicolor/scalable @dirrmtry share/icons/hicolor @dirrmtry share/icons -%%GUI%%@dirrmtry lib/python2.6/site-packages/gtk_redshift +%%GUI%%@dirrmtry %%PYTHON_SITELIBDIR%%/gtk_redshift From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 22:49:30 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 ESMTPS id 22E87A9C; Mon, 25 Nov 2013 22:49:30 +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 12C9C2FB3; Mon, 25 Nov 2013 22:49:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPMnTQ8070987; Mon, 25 Nov 2013 22:49:29 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPMnTWN070986; Mon, 25 Nov 2013 22:49:29 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201311252249.rAPMnTWN070986@svn.freebsd.org> From: Raphael Kubo da Costa Date: Mon, 25 Nov 2013 22:49:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334905 - head/Mk 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.16 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: Mon, 25 Nov 2013 22:49:30 -0000 Author: rakuco Date: Mon Nov 25 22:49:29 2013 New Revision: 334905 URL: http://svnweb.freebsd.org/changeset/ports/334905 Log: Fix typo (PKGPOSRDEINSTALL -> PKGPOSTDEINSTALL). Approved by: portmgr (bapt) Modified: head/Mk/bsd.pkgng.mk Modified: head/Mk/bsd.pkgng.mk ============================================================================== --- head/Mk/bsd.pkgng.mk Mon Nov 25 22:47:00 2013 (r334904) +++ head/Mk/bsd.pkgng.mk Mon Nov 25 22:49:29 2013 (r334905) @@ -96,7 +96,7 @@ create-manifest: [ -f $$a ] && ${CAT} $$a >> ${METADIR}/+PRE_DEINSTALL ; \ done ; \ ${RM} -f ${METADIR}/+POST_DEINSTALL ; \ - for a in ${PKGPOSRDEINSTALL}; do \ + for a in ${PKGPOSTDEINSTALL}; do \ [ -f $$a ] && ${CAT} $$a >> ${METADIR}/+POST_DEINSTALL ; \ done ; \ [ -f ${PKGPOSTDEINSTALL} ] && ${CP} ${PKGPOSTDEINSTALL} ${METADIR}/+POST_DEINSTALL; \ From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 23:59:05 2013 Return-Path: Delivered-To: svn-ports-head@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 0CB79D78; Mon, 25 Nov 2013 23:59:05 +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 F0AEC2356; Mon, 25 Nov 2013 23:59:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAPNx43V098521; Mon, 25 Nov 2013 23:59:04 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAPNx4NO098520; Mon, 25 Nov 2013 23:59:04 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311252359.rAPNx4NO098520@svn.freebsd.org> From: William Grzybowski Date: Mon, 25 Nov 2013 23:59:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334906 - head/security/gnutls3 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.16 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: Mon, 25 Nov 2013 23:59:05 -0000 Author: wg Date: Mon Nov 25 23:59:04 2013 New Revision: 334906 URL: http://svnweb.freebsd.org/changeset/ports/334906 Log: security/gnutls3: fix build without autogen PR: ports/184279 Submitted by: mandree Modified: head/security/gnutls3/Makefile Modified: head/security/gnutls3/Makefile ============================================================================== --- head/security/gnutls3/Makefile Mon Nov 25 22:49:29 2013 (r334905) +++ head/security/gnutls3/Makefile Mon Nov 25 23:59:04 2013 (r334906) @@ -17,7 +17,7 @@ LIB_DEPENDS= libgpg-error.so:${PORTSDIR} libidn.so:${PORTSDIR}/dns/libidn \ libtspi.so:${PORTSDIR}/security/trousers -GNUTLS_SUFFIX=3 +GNUTLS_SUFFIX= 3 USES= gmake iconv pkgconfig USE_AUTOTOOLS= libtool @@ -34,7 +34,8 @@ CONFIGURE_ARGS= --program-suffix=${GNUTL --disable-guile \ --disable-nls \ --disable-silent-rules \ - --disable-hardware-acceleration + --disable-hardware-acceleration \ + --enable-local-libopts DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${GNUTLS_SUFFIX} EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}${GNUTLS_SUFFIX} From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 00:06: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 ESMTPS id 95481F00; Tue, 26 Nov 2013 00:06:58 +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 6AD4423C7; Tue, 26 Nov 2013 00:06:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQ06whB002898; Tue, 26 Nov 2013 00:06:58 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQ06woi002896; Tue, 26 Nov 2013 00:06:58 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201311260006.rAQ06woi002896@svn.freebsd.org> From: Guido Falsi Date: Tue, 26 Nov 2013 00:06:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334907 - head/devel/php-libawl 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.16 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, 26 Nov 2013 00:06:58 -0000 Author: madpilot Date: Tue Nov 26 00:06:57 2013 New Revision: 334907 URL: http://svnweb.freebsd.org/changeset/ports/334907 Log: - Update to 0.54 - Convert to staging PR: ports/182537 Submitted by: Maurice Castro Approved by: maintainer timeout Modified: head/devel/php-libawl/Makefile head/devel/php-libawl/distinfo (contents, props changed) Modified: head/devel/php-libawl/Makefile ============================================================================== --- head/devel/php-libawl/Makefile Mon Nov 25 23:59:04 2013 (r334906) +++ head/devel/php-libawl/Makefile Tue Nov 26 00:06:57 2013 (r334907) @@ -2,13 +2,12 @@ # $FreeBSD$ PORTNAME= php-libawl -PORTVERSION= 0.53 +PORTVERSION= 0.54 CATEGORIES= devel -MASTER_SITES= http://debian.mcmillan.net.nz/packages/awl/ \ - SF/rscds/awl/${PORTVERSION} +MASTER_SITES= http://debian.mcmillan.net.nz/debian/pool/awm/a/awl/ DISTNAME= awl-${PORTVERSION} -MAINTAINER= cristianorolim@hotmail.com +MAINTAINER= cristianorolim@outlook.com COMMENT= Andrew.s Web Libraries - PHP Utility Libraries WRKSRC= ${WRKDIR}/awl-${PORTVERSION} @@ -16,7 +15,6 @@ WRKSRC= ${WRKDIR}/awl-${PORTVERSION} OPTIONS_DEFINE= PHP OPTIONS_DEFAULT= PHP -NO_STAGE= yes .include .if ${PORT_OPTIONS:MPHP} @@ -34,7 +32,7 @@ post-patch: ${RM} -f ${WRKSRC}/inc/*.orig do-install: - ${MKDIR} ${PREFIX}/${LIBAWLDIR}/ - cd ${WRKSRC} && ${CP} -pR dba inc ${PREFIX}/${LIBAWLDIR}/ + ${MKDIR} ${STAGEDIR}${PREFIX}/${LIBAWLDIR} + cd ${WRKSRC} && ${CP} -pR dba inc ${STAGEDIR}${PREFIX}/${LIBAWLDIR}/ .include Modified: head/devel/php-libawl/distinfo ============================================================================== --- head/devel/php-libawl/distinfo Mon Nov 25 23:59:04 2013 (r334906) +++ head/devel/php-libawl/distinfo Tue Nov 26 00:06:57 2013 (r334907) @@ -1,2 +1,2 @@ -SHA256 (awl-0.53.tar.gz) = 8b012f6df172c70af2eb7f9f860b391429b3a261499c904d906532c34aee59ee -SIZE (awl-0.53.tar.gz) = 308256 +SHA256 (awl-0.54.tar.gz) = 9bfdae0ce11009bfb225ce6bc96313a4f655754fd9dc490decdadffedead3ae7 +SIZE (awl-0.54.tar.gz) = 309467 From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 00:07:42 2013 Return-Path: Delivered-To: svn-ports-head@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 3C8C9FE1; Tue, 26 Nov 2013 00:07:42 +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 2A72F23CB; Tue, 26 Nov 2013 00:07:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQ07gYE003121; Tue, 26 Nov 2013 00:07:42 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQ07fnw003116; Tue, 26 Nov 2013 00:07:41 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201311260007.rAQ07fnw003116@svn.freebsd.org> From: Guido Falsi Date: Tue, 26 Nov 2013 00:07:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334908 - in head/www/davical: . 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.16 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, 26 Nov 2013 00:07:42 -0000 Author: madpilot Date: Tue Nov 26 00:07:41 2013 New Revision: 334908 URL: http://svnweb.freebsd.org/changeset/ports/334908 Log: - Update to 1.1.2 - Add LICENSE - Use GitHub mirrors - Cnvert to staging - Properly handle configuration file PR: ports/182539 Submitted by: Maurice Castro (maintainer) Modified: head/www/davical/Makefile head/www/davical/distinfo (contents, props changed) head/www/davical/files/pkg-message.in (contents, props changed) head/www/davical/pkg-plist (contents, props changed) Modified: head/www/davical/Makefile ============================================================================== --- head/www/davical/Makefile Tue Nov 26 00:06:57 2013 (r334907) +++ head/www/davical/Makefile Tue Nov 26 00:07:41 2013 (r334908) @@ -2,51 +2,55 @@ # $FreeBSD$ PORTNAME= davical -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES?= www -MASTER_SITES= http://debian.mcmillan.net.nz/packages/davical/ \ - SF/rscds/${PORTNAME}/${PORTVERSION} -DISTNAME= davical-${PORTVERSION} MAINTAINER= maurice@castro.aus.net COMMENT= A simple CalDAV server using a postgres backend +LICENSE= GPLv2 LGPL21 +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/COPYING + RUN_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \ p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg \ ${LOCALBASE}/bin/pwgen:${PORTSDIR}/sysutils/pwgen \ - php-libawl>=0.53:${PORTSDIR}/devel/php-libawl + php-libawl>=0.54:${PORTSDIR}/devel/php-libawl +USE_GITHUB= yes +GH_ACCOUNT= DAViCal +GH_TAGNAME= r${DISTVERSION} +GH_COMMIT= cc8e6a0 NO_BUILD= yes USE_PGSQL= yes USE_PHP= gettext iconv pcre pdo pdo_pgsql pgsql xml calendar +USES= shebangfix +SHEBANG_FILES= scripts/sync-remote-caldav.php SUB_FILES= pkg-message httpd-davical.conf -NO_STAGE= yes +OPTIONS_DEFINE= DOCS + +post-extract: + @${FIND} ${WRKSRC} -name .gitignore -delete + do-install: .for dirs in htdocs inc config - ${MKDIR} ${WWWDIR}/${dirs} + ${MKDIR} ${STAGEDIR}${WWWDIR}/${dirs} .endfor - cd ${WRKSRC}/htdocs && ${COPYTREE_SHARE} . ${WWWDIR}/htdocs - cd ${WRKSRC}/inc && ${COPYTREE_SHARE} . ${WWWDIR}/inc "! -name *.in" - ${CP} -pv ${WRKSRC}/config/example-config.php ${WWWDIR}/config/ - -.include + cd ${WRKSRC}/htdocs && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/htdocs + cd ${WRKSRC}/inc && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}/inc "! -name always.php.in" + ${CP} -p ${WRKSRC}/config/example-config.php ${STAGEDIR}${WWWDIR}/config/config.php.sample post-install: -.if ${PORT_OPTIONS:MDOCS} .for docdirs in config docs scripts dba - ${MKDIR} ${DOCSDIR}/${docdirs} - cd ${WRKSRC}/${docdirs} && ${COPYTREE_SHARE} . ${DOCSDIR}/${docdirs} + ${MKDIR} ${STAGEDIR}${DOCSDIR}/${docdirs} + cd ${WRKSRC}/${docdirs} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/${docdirs} .endfor - ${INSTALL_DATA} ${WRKDIR}/httpd-davical.conf ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/INSTALL ${DOCSDIR} - ${CHMOD} a+x ${DOCSDIR}/dba/update-davical-database - -.endif - - @${CAT} ${PKGMESSAGE} + ${INSTALL_DATA} ${WRKDIR}/httpd-davical.conf ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR} + ${CHMOD} a+x ${STAGEDIR}${DOCSDIR}/dba/update-davical-database .include Modified: head/www/davical/distinfo ============================================================================== --- head/www/davical/distinfo Tue Nov 26 00:06:57 2013 (r334907) +++ head/www/davical/distinfo Tue Nov 26 00:07:41 2013 (r334908) @@ -1,2 +1,2 @@ -SHA256 (davical-1.1.1.tar.gz) = 09bd92a35d2730fe687f6801796d8da1090cb8e36c2910c056a01b00cb73cafc -SIZE (davical-1.1.1.tar.gz) = 2979425 +SHA256 (davical-1.1.2.tar.gz) = b2ed7f552dde4abbd4a47911c291d77359a71547743a2577df4bbfdc359d80b1 +SIZE (davical-1.1.2.tar.gz) = 2986181 Modified: head/www/davical/files/pkg-message.in ============================================================================== --- head/www/davical/files/pkg-message.in Tue Nov 26 00:06:57 2013 (r334907) +++ head/www/davical/files/pkg-message.in Tue Nov 26 00:07:41 2013 (r334908) @@ -9,9 +9,9 @@ top of the accounts local davical davical_app trust -3. Copy and edit your config file +3. Edit your config file in: - cp %%WWWDIR%%/config/example-config.php %%WWWDIR%%/config/config.php + %%WWWDIR%%/config/config.php 4. Enable in apache by copying the httpd-davical.conf from the documentation directory to the Apache Include directory and restart Modified: head/www/davical/pkg-plist ============================================================================== --- head/www/davical/pkg-plist Tue Nov 26 00:06:57 2013 (r334907) +++ head/www/davical/pkg-plist Tue Nov 26 00:07:41 2013 (r334908) @@ -47,7 +47,10 @@ %%PORTDOCS%%%%DOCSDIR%%/dba/update-davical-database %%PORTDOCS%%%%DOCSDIR%%/dba/views/dav_principal.sql %%PORTDOCS%%%%DOCSDIR%%/dba/windows/create-database.bat +%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/CalDAVSyncCalendar.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/_inc---CalDAVSyncCalendar.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/CalDAVClient.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/CalDAVSyncClient.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/CalendarInfo.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/RRule.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/RepeatRule.html @@ -55,6 +58,7 @@ %%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/RepeatRuleDateTime.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/RepeatRuleTimeZone.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/Rfc5545Duration.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/_inc---CalDAVSyncClient.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/_inc---RRule-v2.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/_inc---RRule.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/awl/caldav/_inc---caldav-client-v2.php.html @@ -66,6 +70,8 @@ %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/AtomEntry.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/AtomFeed.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/AtomXHTMLContent.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/CalDAVSyncCache.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/CalDAVSyncState.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/CheckResult.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/DAVTicket/DAVTicket.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/DAVTicket/_inc---DAVTicket.php.html @@ -73,6 +79,7 @@ %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/DAViCalSession/Tools.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/DAViCalSession/_htdocs---tools.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/DAViCalSession/_inc---DAViCalSession.php.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/FakeSession.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/HTTPAuthSession/HTTPAuthSession.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/HTTPAuthSession/_inc---HTTPAuthSession.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/Principal/DAVPrincipal.html @@ -106,6 +113,9 @@ %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---upgrade.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_htdocs---well-known.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---AtomFeed.php.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---CalDAVSyncCache.php.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---CalDAVSyncState.php.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---FakeSession.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---WritableCollection.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---autodiscover-handler.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---caldav-LOCK.php.html @@ -126,12 +136,12 @@ %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---pubsub.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---test-RRULE-v2.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---test-RRULE.php.html -%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---vtimezone.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---ui---collection-edit.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---ui---external-browse.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---ui---principal-browse.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---ui---principal-edit.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---vcard.php.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---vtimezone.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/_inc---well-known.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/authentication/_inc---auth-functions.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_htdocs---caldav.php.html @@ -140,8 +150,8 @@ %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-BIND.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-DELETE.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-DELTICKET.php.html -%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-GET.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-GET-functions.php.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-GET.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-MKCOL.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-MKTICKET.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-MOVE.php.html @@ -157,10 +167,10 @@ %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---caldav-REPORT.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/caldav/_inc---schedule-functions.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/external-bind/_inc---external-fetch.php.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/iSchedule-POST/FakeSession.html +%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/iSchedule-POST/_inc---iSchedule-POST.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/iSchedule/_inc---iSchedule.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/iSchedule/iSchedule.html -%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/iSchedule-POST/_inc---iSchedule-POST.php.html -%%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/iSchedule-POST/FakeSession.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/ldap/_inc---drivers_imap_pam.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/ldap/_inc---drivers_ldap.php.html %%PORTDOCS%%%%DOCSDIR%%/docs/api/davical/ldap/_inc---drivers_rimap.php.html @@ -293,6 +303,7 @@ %%PORTDOCS%%%%DOCSDIR%%/docs/website/style.css %%PORTDOCS%%%%DOCSDIR%%/docs/website/wikiheader.css %%PORTDOCS%%%%DOCSDIR%%/httpd-davical.conf +%%PORTDOCS%%%%DOCSDIR%%/scripts/archive-old-events.php %%PORTDOCS%%%%DOCSDIR%%/scripts/build-always.sh %%PORTDOCS%%%%DOCSDIR%%/scripts/cron-sync-ldap.php %%PORTDOCS%%%%DOCSDIR%%/scripts/export_calendar.php @@ -301,7 +312,9 @@ %%PORTDOCS%%%%DOCSDIR%%/scripts/refresh-alarms.php %%PORTDOCS%%%%DOCSDIR%%/scripts/sync-remote-caldav.php %%PORTDOCS%%%%DOCSDIR%%/scripts/tz-update.php -%%WWWDIR%%/config/example-config.php +@unexec if cmp -s %D/%%WWWDIR%%/config/config.php.sample %D/%%WWWDIR%%/config/config.php; then rm -f %D/%%WWWDIR%%/config/config.php; fi +%%WWWDIR%%/config/config.php.sample +@exec if [ ! -f %D/%%WWWDIR%%/config/config.conf ] ; then cp -p %D/%F %B/config.php; fi %%WWWDIR%%/htdocs/.htaccess %%WWWDIR%%/htdocs/admin.php %%WWWDIR%%/htdocs/always.php @@ -399,7 +412,7 @@ %%WWWDIR%%/inc/well-known.php @dirrm %%WWWDIR%%/inc/ui @dirrm %%WWWDIR%%/inc/tz -@dirrm %%WWWDIR%%/inc +@dirrmtry %%WWWDIR%%/inc @dirrm %%WWWDIR%%/htdocs/js @dirrm %%WWWDIR%%/htdocs/images @dirrm %%WWWDIR%%/htdocs/css @@ -443,5 +456,3 @@ %%PORTDOCS%%@dirrm %%DOCSDIR%%/dba %%PORTDOCS%%@dirrm %%DOCSDIR%%/config %%PORTDOCS%%@dirrm %%DOCSDIR%% -@exec touch %D/%%WWWDIR%%/inc/config.php;chown www %D/%%WWWDIR%%/inc/config.php -@unexec if [ ! -s %D/%%WWWDIR%%/inc/config.php ];then rm -f %D/%%WWWDIR%%/inc/config.php;fi From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 00:15:25 2013 Return-Path: Delivered-To: svn-ports-head@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 E542A1C4; Tue, 26 Nov 2013 00:15:25 +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 BA96C242C; Tue, 26 Nov 2013 00:15:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQ0FPDe006467; Tue, 26 Nov 2013 00:15:25 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQ0FPEt006466; Tue, 26 Nov 2013 00:15:25 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201311260015.rAQ0FPEt006466@svn.freebsd.org> From: Guido Falsi Date: Tue, 26 Nov 2013 00:15:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334909 - head/irc/ircservices 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.16 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, 26 Nov 2013 00:15:26 -0000 Author: madpilot Date: Tue Nov 26 00:15:25 2013 New Revision: 334909 URL: http://svnweb.freebsd.org/changeset/ports/334909 Log: - Force gcc usage, port depends on gnu extensions - Add LICENSE - Convert to staging - Remove compatibility bits for unsupported OS versions PR: ports/183883 Submitted by: Ilya A. Arkhipov (maintainer) Modified: head/irc/ircservices/Makefile Modified: head/irc/ircservices/Makefile ============================================================================== --- head/irc/ircservices/Makefile Tue Nov 26 00:07:41 2013 (r334908) +++ head/irc/ircservices/Makefile Tue Nov 26 00:15:25 2013 (r334909) @@ -11,23 +11,25 @@ MASTER_SITES= http://www.ircservices.za. MAINTAINER= rum1cro@yandex.ru COMMENT= A system of IRC services for IRC networks +LICENSE= GPLv2 + USES= gmake perl5 +USE_GCC= any USE_PERL5= build HAS_CONFIGURE= yes USE_RC_SUBR= ircservices +SUB_FILES= pkg-message DIST_SUBDIR= ${PORTNAME} -CONFIGURE_ARGS= -bindest ${PREFIX}/sbin -datdest ${PREFIX}/etc/ircservices -cflags "${CFLAGS}" -cc "${CC}" +CONFIGURE_ARGS= -bindest ${PREFIX}/sbin -datdest ${PREFIX}/etc/ircservices \ + -cflags "${CFLAGS}" -cc "${CC}" +MAKE_JOBS_UNSAFE= yes +NEED_ROOT= yes IRCSERVICES_LANG?= EN_US -NO_STAGE= yes .include -.if ${OSVERSION} > 700042 -CFLAGS+= -fno-stack-protector -.endif - .if ${ARCH} == "amd64" CFLAGS+= -fPIC .endif @@ -41,19 +43,19 @@ pre-patch: @${ECHO_MSG} "DE EN_US ES FR HU IT JA_EUC JA_SJIS NL PT TR" post-patch: - @${REINPLACE_CMD} -e 's|LANG_EN_US|LANG_${IRCSERVICES_LANG}|' \ + @${REINPLACE_CMD} -e 's#LANG_EN_US#LANG_${IRCSERVICES_LANG}#' \ ${WRKSRC}/defs.h +post-build: + @${REINPLACE_CMD} -e 's#BINDEST=.*#BINDEST=${STAGEDIR}${PREFIX}/sbin# ; \ + s#DATDEST=.*#DATDEST=${STAGEDIR}${PREFIX}/etc/ircservices#' \ + ${WRKSRC}/Makefile.inc + @${REINPLACE_CMD} -e 's#@BINDEST@#${PREFIX}/sbin# ; \ + s#@DATDEST@#${PREFIX}/etc/ircservices#' \ + ${WRKSRC}/tools/ircservices-chk.in + post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - (cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} \* ${DOCSDIR}) - @${ECHO_MSG} "" - @${ECHO_MSG} "********** IMPORTANT **********" - @${ECHO_MSG} "The configuration directory has changed to ${PREFIX}/etc/ircservices" - @${ECHO_MSG} "Please copy your old config files there if updating" - @${ECHO_MSG} "********** IMPORTANT *********" - @${ECHO_MSG} "" -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/docs/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) .include From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 00:30:45 2013 Return-Path: Delivered-To: svn-ports-head@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 56E28658; Tue, 26 Nov 2013 00:30:45 +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 468FB2506; Tue, 26 Nov 2013 00:30:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQ0Uj8x012113; Tue, 26 Nov 2013 00:30:45 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQ0Uijb012111; Tue, 26 Nov 2013 00:30:44 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311260030.rAQ0Uijb012111@svn.freebsd.org> From: William Grzybowski Date: Tue, 26 Nov 2013 00:30:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334910 - head/databases/cego 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.16 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, 26 Nov 2013 00:30:45 -0000 Author: wg Date: Tue Nov 26 00:30:44 2013 New Revision: 334910 URL: http://svnweb.freebsd.org/changeset/ports/334910 Log: databases/cego: update to 2.19.13 PR: ports/184200 Submitted by: maintainer Modified: head/databases/cego/Makefile head/databases/cego/distinfo Modified: head/databases/cego/Makefile ============================================================================== --- head/databases/cego/Makefile Tue Nov 26 00:15:25 2013 (r334909) +++ head/databases/cego/Makefile Tue Nov 26 00:30:44 2013 (r334910) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.19.12 +PORTVERSION= 2.19.13 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ Modified: head/databases/cego/distinfo ============================================================================== --- head/databases/cego/distinfo Tue Nov 26 00:15:25 2013 (r334909) +++ head/databases/cego/distinfo Tue Nov 26 00:30:44 2013 (r334910) @@ -1,2 +1,2 @@ -SHA256 (cego-2.19.12.tar.gz) = 227a202965ee6c677c254413ecd21e86337630c4faef6873fa47650010121986 -SIZE (cego-2.19.12.tar.gz) = 908558 +SHA256 (cego-2.19.13.tar.gz) = aa6734832540856d35dae18e029dbaff7f880c0eb4c559ff5fb7c04d0018a873 +SIZE (cego-2.19.13.tar.gz) = 908667 From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 01:45:40 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 ESMTPS id B4D27A3E; Tue, 26 Nov 2013 01:45:40 +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 A46CB2894; Tue, 26 Nov 2013 01:45:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQ1jerj036357; Tue, 26 Nov 2013 01:45:40 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQ1jeL3036356; Tue, 26 Nov 2013 01:45:40 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311260145.rAQ1jeL3036356@svn.freebsd.org> From: Max Brazhnikov Date: Tue, 26 Nov 2013 01:45:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334911 - head/games/tetzle 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.16 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, 26 Nov 2013 01:45:40 -0000 Author: makc Date: Tue Nov 26 01:45:40 2013 New Revision: 334911 URL: http://svnweb.freebsd.org/changeset/ports/334911 Log: - Convert to USES=qmake Approved by: portmgr (blanket approval) Modified: head/games/tetzle/Makefile Modified: head/games/tetzle/Makefile ============================================================================== --- head/games/tetzle/Makefile Tue Nov 26 00:30:44 2013 (r334910) +++ head/games/tetzle/Makefile Tue Nov 26 01:45:40 2013 (r334911) @@ -11,17 +11,13 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Jigsaw puzzle with tetrominoes +USES= qmake USE_BZIP2= yes -USE_QT4= corelib gui moc_build opengl qmake_build rcc_build xml +USE_QT4= corelib gui moc_build opengl rcc_build xml INSTALLS_ICONS= yes -DESTDIRNAME= INSTALL_ROOT WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -do-configure: - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} \ - PREFIX=${PREFIX} tetzle.pro - post-install: ${CHMOD} ${BINMODE} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 01:46:41 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 ESMTPS id 6EB47B22; Tue, 26 Nov 2013 01:46:41 +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 5DCA1289D; Tue, 26 Nov 2013 01:46:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQ1kfnD036548; Tue, 26 Nov 2013 01:46:41 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQ1keQL036542; Tue, 26 Nov 2013 01:46:40 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311260146.rAQ1keQL036542@svn.freebsd.org> From: Max Brazhnikov Date: Tue, 26 Nov 2013 01:46:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334912 - in head/www: arora cutycapt 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.16 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, 26 Nov 2013 01:46:41 -0000 Author: makc Date: Tue Nov 26 01:46:40 2013 New Revision: 334912 URL: http://svnweb.freebsd.org/changeset/ports/334912 Log: - Convert to USES=qmake - Add stage support - Adjust USE_QT4 components Approved by: portmgr (blanket approval) Modified: head/www/arora/Makefile head/www/arora/pkg-plist (contents, props changed) head/www/cutycapt/Makefile Modified: head/www/arora/Makefile ============================================================================== --- head/www/arora/Makefile Tue Nov 26 01:45:40 2013 (r334911) +++ head/www/arora/Makefile Tue Nov 26 01:46:40 2013 (r334912) @@ -8,32 +8,23 @@ CATEGORIES= www MASTER_SITES= GOOGLE_CODE MAINTAINER= shanjobe@gmail.com -COMMENT= Simple Qt4 based browser +COMMENT= Simple Qt 4 based browser LICENSE= GPLv3 -USE_QT4= network webkit qmake_build moc_build uic_build rcc_build \ - imageformats gui script sql -HAS_CONFIGURE= yes -QMAKE_ARGS+= -unix -recursive PREFIX=${PREFIX} +USES= desktop-file-utils qmake +USE_QT4= network webkit moc_build uic_build rcc_build \ + imageformats_run gui script sql + +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes +NLS_USE= QT4=linguist_build -MAN1= arora.1 arora-cacheinfo.1 arora-placesimport.1 htmlToXBel.1 +BROKEN_ia64= core dump on application startup -NO_STAGE= yes .include -.if ${ARCH} == ia64 -BROKEN= core dump on application startup -.endif - -.if ! ${PORT_OPTIONS:MNLS} -PLIST_SUB+= NLS="@comment " -.else -USE_QT4+= linguist_build -PLIST_SUB+= NLS="" -.endif - -do-configure: +pre-configure: .if ! ${PORT_OPTIONS:MNLS} @${REINPLACE_CMD} -e "/INSTALLS/s|translations||" \ ${WRKSRC}/src/src.pro @@ -49,12 +40,8 @@ do-configure: ${WRKSRC}/src/locale/locale.pri @${REINPLACE_CMD} "/pkg-config/d" \ ${WRKSRC}/src/src.pro - @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${QMAKE} ${QMAKE_ARGS} post-configure: - @${REINPLACE_CMD} -e \ - 's|^CC .*|CC=${CC}|; s|^CXX .*|CXX=${CXX}|; s|^LINK .*|LINK=${CXX}|' \ - ${WRKSRC}/src/Makefile @${REINPLACE_CMD} 's|raster||' ${WRKSRC}/src/main.cpp post-install: @@ -62,6 +49,6 @@ post-install: ${WRKSRC}/tools/cacheinfo/data/arora-cacheinfo.1 \ ${WRKSRC}/tools/htmlToXBel/data/htmlToXBel.1 \ ${WRKSRC}/tools/placesimport/data/arora-placesimport.1 \ - ${PREFIX}/man/man1 + ${STAGEDIR}${PREFIX}/man/man1 .include Modified: head/www/arora/pkg-plist ============================================================================== --- head/www/arora/pkg-plist Tue Nov 26 01:45:40 2013 (r334911) +++ head/www/arora/pkg-plist Tue Nov 26 01:46:40 2013 (r334912) @@ -2,6 +2,10 @@ bin/arora bin/arora-cacheinfo bin/arora-placesimport bin/htmlToXBel +man/man1/arora.1.gz +man/man1/arora-cacheinfo.1.gz +man/man1/arora-placesimport.1.gz +man/man1/htmlToXBel.1.gz share/applications/arora.desktop %%NLS%%share/arora/locale/ast.qm %%NLS%%share/arora/locale/ca.qm Modified: head/www/cutycapt/Makefile ============================================================================== --- head/www/cutycapt/Makefile Tue Nov 26 01:45:40 2013 (r334911) +++ head/www/cutycapt/Makefile Tue Nov 26 01:46:40 2013 (r334912) @@ -8,21 +8,18 @@ CATEGORIES= www MASTER_SITES= http://bsd.e-shell.net/local/ MAINTAINER= loox@e-shell.net -COMMENT= A command-line utility to capture WebKit's rendering of a web page +COMMENT= Command-line utility to capture WebKit's rendering of a web page LICENSE= GPLv2 WRKSRC= ${WRKDIR}/CutyCapt -USE_QT4= qmake_build moc_build imageformats webkit +USES= qmake +USE_QT4= moc_build imageformats_run webkit PLIST_FILES= bin/CutyCapt -NO_STAGE= yes -do-configure: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} - post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/CutyCapt ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/CutyCapt ${STAGEDIR}${PREFIX}/bin .include From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 02:16:55 2013 Return-Path: Delivered-To: svn-ports-head@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 48EDA249; Tue, 26 Nov 2013 02:16:55 +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 1E7362A11; Tue, 26 Nov 2013 02:16:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQ2GspA047110; Tue, 26 Nov 2013 02:16:54 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQ2Gs45047108; Tue, 26 Nov 2013 02:16:54 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201311260216.rAQ2Gs45047108@svn.freebsd.org> From: Kevin Lo Date: Tue, 26 Nov 2013 02:16:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334913 - in head/sysutils/synergy: . 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.16 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, 26 Nov 2013 02:16:55 -0000 Author: kevlo Date: Tue Nov 26 02:16:54 2013 New Revision: 334913 URL: http://svnweb.freebsd.org/changeset/ports/334913 Log: - Fix hang on reading config [1] - support STAGE PR: ports/184015 [1] Submitted by: Henry Hu Modified: head/sysutils/synergy/Makefile head/sysutils/synergy/files/patch-CConfig.cpp Modified: head/sysutils/synergy/Makefile ============================================================================== --- head/sysutils/synergy/Makefile Tue Nov 26 01:46:40 2013 (r334912) +++ head/sysutils/synergy/Makefile Tue Nov 26 02:16:54 2013 (r334913) @@ -2,6 +2,7 @@ PORTNAME= synergy PORTVERSION= 1.3.8 +PORTREVISION= 1 DISTVERSIONSUFFIX= -Source CATEGORIES= sysutils MASTER_SITES= GOOGLE_CODE @@ -23,15 +24,14 @@ PLIST_FILES= bin/synergys bin/synergyc PORTEXAMPLES= synergy.conf.example synergy.conf.example-basic \ synergy.conf.example-advanced -NO_STAGE= yes do-install: .for f in synergys synergyc - ${INSTALL_PROGRAM} ${WRKSRC}/bin/${f} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/bin/${f} ${STAGEDIR}${PREFIX}/bin .endfor .if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for f in ${PORTEXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${EXAMPLESDIR} .endfor .endif Modified: head/sysutils/synergy/files/patch-CConfig.cpp ============================================================================== --- head/sysutils/synergy/files/patch-CConfig.cpp Tue Nov 26 01:46:40 2013 (r334912) +++ head/sysutils/synergy/files/patch-CConfig.cpp Tue Nov 26 02:16:54 2013 (r334913) @@ -1,5 +1,5 @@ --- src/lib/server/CConfig.cpp.orig 2011-01-21 11:51:35.000000000 +0800 -+++ src/lib/server/CConfig.cpp 2013-09-12 17:23:04.000000000 +0800 ++++ src/lib/server/CConfig.cpp 2013-11-26 10:00:44.000000000 +0800 @@ -1908,9 +1908,9 @@ return m_line; } @@ -8,7 +8,7 @@ +CConfigReadContext::operator bool() const { - return m_stream; -+ return !m_stream.bad(); ++ return m_stream.good(); } bool From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 02:27:09 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 6CCE43A1; Tue, 26 Nov 2013 02:27:09 +0000 (UTC) Date: Tue, 26 Nov 2013 02:27:09 +0000 From: Alexey Dokuchaev To: Koop Mast Subject: Re: svn commit: r334661 - in head: Mk archivers archivers/mate-file-archiver audio audio/mate-media audio/mate-media/files deskutils deskutils/mate-character-map deskutils/mate-file-manager-open-termin... Message-ID: <20131126022709.GA25405@FreeBSD.org> References: <201311231139.rANBd864072467@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201311231139.rANBd864072467@svn.freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 26 Nov 2013 02:27:09 -0000 On Sat, Nov 23, 2013 at 11:39:08AM +0000, Koop Mast wrote: > New Revision: 334661 > URL: http://svnweb.freebsd.org/changeset/ports/334661 > > Log: > Say hello to Mate 1.6. > > Mate is a lite desktop forked from gnome2. This is totally awesome. While I never really used Gnome2, many regard it as one of the last true DE's (the other being KDE3), since both G3/K4 had missed the turn and going a wrong direction. So it's nice to have Mate in ports. I wish we had someone ported Trinity, but apparently, despite all the nice words, no one cared enough to actually sit down and do all the hard work. :( ./danfe From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 02:33:08 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 ESMTPS id 32A094C7; Tue, 26 Nov 2013 02:33:08 +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 225F72AC4; Tue, 26 Nov 2013 02:33:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQ2X7OX053373; Tue, 26 Nov 2013 02:33:07 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQ2X7ao053371; Tue, 26 Nov 2013 02:33:07 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201311260233.rAQ2X7ao053371@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Tue, 26 Nov 2013 02:33:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334914 - head/math/octave-forge-ncarray 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.16 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, 26 Nov 2013 02:33:08 -0000 Author: stephen Date: Tue Nov 26 02:33:07 2013 New Revision: 334914 URL: http://svnweb.freebsd.org/changeset/ports/334914 Log: - Update to 1.0.1. Modified: head/math/octave-forge-ncarray/Makefile head/math/octave-forge-ncarray/distinfo Modified: head/math/octave-forge-ncarray/Makefile ============================================================================== --- head/math/octave-forge-ncarray/Makefile Tue Nov 26 02:16:54 2013 (r334913) +++ head/math/octave-forge-ncarray/Makefile Tue Nov 26 02:33:07 2013 (r334914) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-ncarray -PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTVERSION= 1.0.1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org Modified: head/math/octave-forge-ncarray/distinfo ============================================================================== --- head/math/octave-forge-ncarray/distinfo Tue Nov 26 02:16:54 2013 (r334913) +++ head/math/octave-forge-ncarray/distinfo Tue Nov 26 02:33:07 2013 (r334914) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/ncarray-1.0.0.tar.gz) = deef2a9de5f087c8cae84e84da10dc42e7336f2a18a97d1ba337b98e678bed20 -SIZE (octave-forge/ncarray-1.0.0.tar.gz) = 18379 +SHA256 (octave-forge/ncarray-1.0.1.tar.gz) = 34e1e18f17a27eb3a88f0c3839d5c9b41b81485732b8120debc7a7064dde3c35 +SIZE (octave-forge/ncarray-1.0.1.tar.gz) = 21136 From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 03:17:52 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 ESMTPS id B6180C0A; Tue, 26 Nov 2013 03:17:52 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 95C012D1F; Tue, 26 Nov 2013 03:17:52 +0000 (UTC) Received: from [10.216.192.189] (unknown [210.160.37.30]) by ainaz.pair.com (Postfix) with ESMTPSA id A5A323F44B; Mon, 25 Nov 2013 22:17:49 -0500 (EST) Date: Tue, 26 Nov 2013 12:17:46 +0900 (JST) From: Gerald Pfeifer To: ports-committers@freebsd.org Subject: Re: svn commit: r331810 - in head: Mk/Uses archivers/lha archivers/lha-ac audio/mp3gain comms/vrflash converters/mpack emulators/vmw german/dtaus graphics/hobbes-icons-xpm irc/iroffer irc/iroffer-dinoe... In-Reply-To: <526E39C2.2000806@FreeBSD.org> Message-ID: References: <201310272229.r9RMTkd2060648@svn.freebsd.org> <526E39C2.2000806@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 26 Nov 2013 03:17:52 -0000 On Mon, 28 Oct 2013, Bryan Drewery wrote: > portmgr has decided that manpages should be in the plist; you > should not unilaterally decide to re-add a macro for it again. One question on this that's been in my head for a while: Should we ever move man pages from .gz to .xz, say, how will we go about this in ports? To me that is the main design disadvantage of moving from MAN= to pkg-plist. I am sure this has been considered and I just have not seen the answer. Gerald From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 03:35:34 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 ESMTPS id D670BE7F; Tue, 26 Nov 2013 03:35:34 +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 C46202DFD; Tue, 26 Nov 2013 03:35:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQ3ZYIs075277; Tue, 26 Nov 2013 03:35:34 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQ3ZWka075268; Tue, 26 Nov 2013 03:35:32 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201311260335.rAQ3ZWka075268@svn.freebsd.org> From: Dmitry Marakasov Date: Tue, 26 Nov 2013 03:35:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334915 - in head: . games/minetest games/minetest/files games/minetest_game 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.16 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, 26 Nov 2013 03:35:34 -0000 Author: amdmi3 Date: Tue Nov 26 03:35:32 2013 New Revision: 334915 URL: http://svnweb.freebsd.org/changeset/ports/334915 Log: - Update minetest and minetest_game to 0.4.8 - Support staging - Add rc.d script for minetestserver PR: 178244 Submitted by: Kevin Zheng , Oleg Alexeenkov Added: head/games/minetest/files/minetest.in (contents, props changed) Deleted: head/games/minetest/files/patch-src-CMakeLists.txt head/games/minetest_game/pkg-plist Modified: head/GIDs head/UIDs head/games/minetest/Makefile head/games/minetest/distinfo head/games/minetest/pkg-descr head/games/minetest/pkg-plist head/games/minetest_game/Makefile head/games/minetest_game/distinfo Modified: head/GIDs ============================================================================== --- head/GIDs Tue Nov 26 02:33:07 2013 (r334914) +++ head/GIDs Tue Nov 26 03:35:32 2013 (r334915) @@ -266,5 +266,6 @@ plex:*:972: boinc:*:973: radicale:*:974: unifi:*:975: +minetest:*:976: nogroup:*:65533: nobody:*:65534: Modified: head/UIDs ============================================================================== --- head/UIDs Tue Nov 26 02:33:07 2013 (r334914) +++ head/UIDs Tue Nov 26 03:35:32 2013 (r334915) @@ -272,4 +272,5 @@ plex:*:972:972::0:0:Plex Media Server:/n boinc:*:973:973::0:0:BOINC user:/var/db/boinc:/usr/sbin/nologin radicale:*:974:974::0:0:Radicale daemon:/nonexistent:/usr/sbin/nologin unifi:*:975:975::0:0:Unifi Wireless Controller:/nonexistent:/usr/sbin/nologin +minetest:*:976:976::0:0:& server:/nonexistent:/usr/sbin/nologin nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin Modified: head/games/minetest/Makefile ============================================================================== --- head/games/minetest/Makefile Tue Nov 26 02:33:07 2013 (r334914) +++ head/games/minetest/Makefile Tue Nov 26 03:35:32 2013 (r334915) @@ -2,88 +2,71 @@ # $FreeBSD$ PORTNAME= minetest -PORTVERSION= 0.4.4 +PORTVERSION= 0.4.8 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org -COMMENT= An Infiniminer/Minecraft inspired game - -LIB_DEPENDS= Irrlicht:${PORTSDIR}/x11-toolkits/irrlicht \ - sqlite3:${PORTSDIR}/databases/sqlite3 +COMMENT= Infiniminer/Minecraft inspired game LICENSE= LGPL21 +LIB_DEPENDS= libIrrlicht.so:${PORTSDIR}/x11-toolkits/irrlicht \ + sqlite3:${PORTSDIR}/databases/sqlite3 + USE_GITHUB= yes -GH_ACCOUNT= celeron55 -GH_TAGNAME= 0.4.4 -GH_COMMIT= ab06fca +GH_ACCOUNT= minetest +GH_COMMIT= 122875c USES= cmake CMAKE_ARGS= -DCUSTOM_MANDIR="${PREFIX}/man" \ - -DCUSTOM_EXAMPLE_CONF_DIR="${EXAMPLESDIR}" + -DCUSTOM_EXAMPLE_CONF_DIR="${PREFIX}/etc" +PORTDATA= * PORTDOCS= * -PORTEXAMPLES= * -MAN6= minetest.6 minetestserver.6 +OPTIONS_DEFINE= CLIENT SERVER CURL NLS SOUND DOCS EXAMPLES +OPTIONS_DEFAULT=CLIENT SERVER CURL SOUND +OPTIONS_SUB= yes -OPTIONS_DEFINE= CLIENT SERVER SOUND NLS DOCS EXAMPLES -OPTIONS_DEFAULT=CLIENT SERVER SOUND NLS DOCS EXAMPLES CLIENT_DESC= Build client SERVER_DESC= Build server +CURL_DESC= Enable cURL support for fetching media SOUND_DESC= Enable sound -NO_STAGE= yes -.include +CLIENT_CMAKE_ON= -DBUILD_CLIENT=1 +CLIENT_CMAKE_OFF= -DBUILD_CLIENT=0 +CLIENT_LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng.so:${PORTSDIR}/graphics/png +CLIENT_USE= GL=gl XORG=x11 +SERVER_CMAKE_ON= -DBUILD_SERVER=1 +SERVER_CMAKE_OFF= -DBUILD_SERVER=0 +CURL_CMAKE_ON= -DENABLE_CURL=1 +CURL_CMAKE_OFF= -DENABLE_CURL=0 +CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +NLS_CMAKE_ON= -DENABLE_GETTEXT=1 +NLS_CMAKE_OFF= -DENABLE_GETTEXT=0 +NLS_USES= gettext +NLS_LDFLAGS= -L${LOCALBASE}/lib +SOUND_CMAKE_ON= -DENABLE_SOUND=1 +SOUND_CMAKE_OFF= -DENABLE_SOUND=0 -.if ${PORT_OPTIONS:MNLS} -CMAKE_ARGS+= -DENABLE_GETTEXT:BOOL=YES -USES+= gettext -LDFLAGS+= -L${LOCALBASE}/lib -PLIST_SUB+= NLS="" -.else -CMAKE_ARGS+= -DENABLE_GETTEXT:BOOL=NO -PLIST_SUB+= NLS="@comment " -.endif +.include -.if ${PORT_OPTIONS:MCLIENT} -USE_GL= gl -LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png -CMAKE_ARGS+= -DBUILD_CLIENT=1 -PLIST_SUB+= CLIENT="" -.else -CMAKE_ARGS+= -DBUILD_CLIENT=0 -PLIST_SUB+= CLIENT="@comment " +.if ${PORT_OPTIONS:MCLIENT} && ${PORT_OPTIONS:MSOUND} +USE_OPENAL+= yes +LIB_DEPENDS+= libvorbis.so:${PORTSDIR}/audio/libvorbis .endif .if ${PORT_OPTIONS:MSERVER} -CMAKE_ARGS+= -DBUILD_SERVER=1 -PLIST_SUB+= SERVER="" -.else -CMAKE_ARGS+= -DBUILD_SERVER=0 -PLIST_SUB+= SERVER="@comment " -.endif - -.if ${PORT_OPTIONS:MSOUND} -USE_OPENAL= yes -LIB_DEPENDS+= vorbis:${PORTSDIR}/audio/libvorbis -.else -CMAKE_ARGS+= -DENABLE_SOUND:BOOL=OFF +USE_RC_SUBR= ${PORTNAME} +USERS= ${PORTNAME} +GROUPS= ${PORTNAME} .endif post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ - ${WRKSRC}/cmake/Modules/FindIrrlicht.cmake - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ + ${WRKSRC}/cmake/Modules/*.cmake + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|; /find_/ s|LUA_|NO&|g' \ ${WRKSRC}/src/CMakeLists.txt -# @${REINPLACE_CMD} -e 's|share/man|man|; /EXAMPLE_CONF_DIR/ s|..DOCDIR.|"${EXAMPLESDIR}"|' \ -# ${WRKSRC}/CMakeLists.txt -.if ! ${PORT_OPTIONS:MDOCS} - @${REINPLACE_CMD} -e '/install.*DESTINATION.*DOCDIR/I d' ${WRKSRC}/CMakeLists.txt -.endif -.if ! ${PORT_OPTIONS:MEXAMPLES} - @${REINPLACE_CMD} -e '/install.*DESTINATION.*EXAMPLE_CONF_DIR/I d' ${WRKSRC}/CMakeLists.txt -.endif .include Modified: head/games/minetest/distinfo ============================================================================== --- head/games/minetest/distinfo Tue Nov 26 02:33:07 2013 (r334914) +++ head/games/minetest/distinfo Tue Nov 26 03:35:32 2013 (r334915) @@ -1,2 +1,2 @@ -SHA256 (minetest-0.4.4.tar.gz) = 127741d361e8642dd5b7e3aaad4b38bae4c19a5d1b8fac8f5acafbc2225f5de0 -SIZE (minetest-0.4.4.tar.gz) = 2104959 +SHA256 (minetest-0.4.8.tar.gz) = 657329dd4733801617f32f110e527ce6e0fc93d30168683842f881414d28c309 +SIZE (minetest-0.4.8.tar.gz) = 5157034 Added: head/games/minetest/files/minetest.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/minetest/files/minetest.in Tue Nov 26 03:35:32 2013 (r334915) @@ -0,0 +1,76 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: minetest +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add the following line to /etc/rc.conf[.local] to enable minetest server +# +# minetest_enable (bool): Set to "NO" by default +# Set it to "YES" to enable minetest server +# minetest_conffile (str): Path to config file (required). +# (default: /usr/local/etc/minetest.conf) +# minetest_rundir (str): Path to directory holding a pidfile. +# (default: /var/run/minetest) +# minetest_user (str): User to run as +# (default: minetest) +# minetest_group (str): Group to run as +# (default: minetest) +# minetest_logdir (str): Path to log directory +# (default: /var/log/minetest) +# minetest_dbdir (str): Path to world database directory +# (default: /var/db/minetest) + +. /etc/rc.subr + +name=minetest +rcvar=minetest_enable + +load_rc_config ${name} + +: ${minetest_enable="NO"} +: ${minetest_config="/usr/local/etc/minetest.conf"} +: ${minetest_rundir="/var/run/minetest"} +: ${minetest_user="minetest"} +: ${minetest_group="minetest"} +: ${minetest_logdir="/var/log/minetest"} +: ${minetest_dbdir="/var/db/minetest"} +: ${minetest_args:="--logfile ${minetest_logdir}/debug.log --world ${minetest_dbdir}/world ${minetest_flags}"} + +pidfile= + +case "${minetest_args}" in +*--config\ *) + echo "Warning \$minetest_args includes --config option." \ + "Please use \$minetest_conffile instead." + ;; +*) + minetest_args="--config ${minetest_config} ${minetest_args}" + ;; +esac + +command=/usr/sbin/daemon +procname=/usr/local/bin/minetestserver +pidfile=${minetest_rundir}/minetest.pid +command_args="-c -f -p ${pidfile} ${procname} ${minetest_args}" +required_files=${minetest_config} +start_precmd=minetest_prestart + +minetest_prestart () { + if [ ! -d ${minetest_rundir} ]; then + mkdir -m 755 -p ${minetest_rundir} + chown -R ${minetest_user}:${minetest_group} ${minetest_rundir} + fi + if [ ! -d ${minetest_logdir} ]; then + mkdir -m 755 -p ${minetest_logdir} + chown -R ${minetest_user}:${minetest_group} ${minetest_logdir} + fi + if [ ! -d ${minetest_dbdir} ]; then + mkdir -m 755 -p ${minetest_dbdir}/data + chown -R ${minetest_user}:${minetest_group} ${minetest_dbdir} + fi +} + +run_rc_command "$1" Modified: head/games/minetest/pkg-descr ============================================================================== --- head/games/minetest/pkg-descr Tue Nov 26 02:33:07 2013 (r334914) +++ head/games/minetest/pkg-descr Tue Nov 26 03:35:32 2013 (r334915) @@ -1,3 +1,4 @@ -An InfiniMiner/Minecraft inspired game. +Minetest is an infinite-world block sandbox game and a game engine, +inspired by InfiniMiner, Minecraft and the like. WWW: http://minetest.net/ Modified: head/games/minetest/pkg-plist ============================================================================== --- head/games/minetest/pkg-plist Tue Nov 26 02:33:07 2013 (r334914) +++ head/games/minetest/pkg-plist Tue Nov 26 03:35:32 2013 (r334915) @@ -1,181 +1,12 @@ %%CLIENT%%bin/minetest %%SERVER%%bin/minetestserver +@unexec if cmp -s %D/etc/minetest.conf.example %D/etc/minetest.conf; then rm -f %D/etc/minetest.conf; fi +etc/minetest.conf.example +@exec if [ ! -f %B/minetest.conf ]; then cp -p %D/%F %B/minetest.conf; fi +man/man6/minetest.6.gz +man/man6/minetestserver.6.gz share/applications/minetest.desktop share/icons/hicolor/scalable/apps/minetest-icon.svg -%%CLIENT%%%%NLS%%share/locale/da/LC_MESSAGES/minetest.mo -%%CLIENT%%%%NLS%%share/locale/de/LC_MESSAGES/minetest.mo -%%CLIENT%%%%NLS%%share/locale/fr/LC_MESSAGES/minetest.mo -%%CLIENT%%%%NLS%%share/locale/it/LC_MESSAGES/minetest.mo -%%DATADIR%%/builtin/auth.lua -%%DATADIR%%/builtin/builtin.lua -%%DATADIR%%/builtin/chatcommands.lua -%%DATADIR%%/builtin/deprecated.lua -%%DATADIR%%/builtin/detached_inventory.lua -%%DATADIR%%/builtin/falling.lua -%%DATADIR%%/builtin/item.lua -%%DATADIR%%/builtin/item_entity.lua -%%DATADIR%%/builtin/misc.lua -%%DATADIR%%/builtin/misc_helpers.lua -%%DATADIR%%/builtin/misc_register.lua -%%DATADIR%%/builtin/privileges.lua -%%DATADIR%%/builtin/serialize.lua -%%DATADIR%%/builtin/static_spawn.lua -%%DATADIR%%/client/shaders/test_shader_1/base.txt -%%DATADIR%%/client/shaders/test_shader_1/opengl_fragment.glsl -%%DATADIR%%/client/shaders/test_shader_1/opengl_vertex.glsl -%%DATADIR%%/client/shaders/test_shader_2/base.txt -%%DATADIR%%/client/shaders/test_shader_2/opengl_fragment.glsl -%%DATADIR%%/client/shaders/test_shader_2/opengl_vertex.glsl -%%DATADIR%%/games/minimal/game.conf -%%DATADIR%%/games/minimal/mods/bucket/depends.txt -%%DATADIR%%/games/minimal/mods/bucket/init.lua -%%DATADIR%%/games/minimal/mods/bucket/textures/bucket.png -%%DATADIR%%/games/minimal/mods/bucket/textures/bucket_lava.png -%%DATADIR%%/games/minimal/mods/bucket/textures/bucket_water.png -%%DATADIR%%/games/minimal/mods/default/init.lua -%%DATADIR%%/games/minimal/mods/default/mapgen.lua -%%DATADIR%%/games/minimal/mods/default/sounds/default_grass_footstep.1.ogg -%%DATADIR%%/games/minimal/mods/default/textures/crack_anylength.png -%%DATADIR%%/games/minimal/mods/default/textures/default_apple.png -%%DATADIR%%/games/minimal/mods/default/textures/default_book.png -%%DATADIR%%/games/minimal/mods/default/textures/default_bookshelf.png -%%DATADIR%%/games/minimal/mods/default/textures/default_brick.png -%%DATADIR%%/games/minimal/mods/default/textures/default_cactus_side.png -%%DATADIR%%/games/minimal/mods/default/textures/default_cactus_top.png -%%DATADIR%%/games/minimal/mods/default/textures/default_chest_front.png -%%DATADIR%%/games/minimal/mods/default/textures/default_chest_lock.png -%%DATADIR%%/games/minimal/mods/default/textures/default_chest_side.png -%%DATADIR%%/games/minimal/mods/default/textures/default_chest_top.png -%%DATADIR%%/games/minimal/mods/default/textures/default_clay.png -%%DATADIR%%/games/minimal/mods/default/textures/default_clay_brick.png -%%DATADIR%%/games/minimal/mods/default/textures/default_clay_lump.png -%%DATADIR%%/games/minimal/mods/default/textures/default_cloud.png -%%DATADIR%%/games/minimal/mods/default/textures/default_coal_lump.png -%%DATADIR%%/games/minimal/mods/default/textures/default_cobble.png -%%DATADIR%%/games/minimal/mods/default/textures/default_dirt.png -%%DATADIR%%/games/minimal/mods/default/textures/default_fence.png -%%DATADIR%%/games/minimal/mods/default/textures/default_furnace_fire_bg.png -%%DATADIR%%/games/minimal/mods/default/textures/default_furnace_fire_fg.png -%%DATADIR%%/games/minimal/mods/default/textures/default_furnace_front.png -%%DATADIR%%/games/minimal/mods/default/textures/default_furnace_front_active.png -%%DATADIR%%/games/minimal/mods/default/textures/default_furnace_side.png -%%DATADIR%%/games/minimal/mods/default/textures/default_glass.png -%%DATADIR%%/games/minimal/mods/default/textures/default_grass.png -%%DATADIR%%/games/minimal/mods/default/textures/default_grass_footsteps.png -%%DATADIR%%/games/minimal/mods/default/textures/default_grass_side.png -%%DATADIR%%/games/minimal/mods/default/textures/default_gravel.png -%%DATADIR%%/games/minimal/mods/default/textures/default_iron_lump.png -%%DATADIR%%/games/minimal/mods/default/textures/default_junglegrass.png -%%DATADIR%%/games/minimal/mods/default/textures/default_jungletree.png -%%DATADIR%%/games/minimal/mods/default/textures/default_jungletree_top.png -%%DATADIR%%/games/minimal/mods/default/textures/default_ladder.png -%%DATADIR%%/games/minimal/mods/default/textures/default_lava.png -%%DATADIR%%/games/minimal/mods/default/textures/default_lava_flowing_animated.png -%%DATADIR%%/games/minimal/mods/default/textures/default_lava_source_animated.png -%%DATADIR%%/games/minimal/mods/default/textures/default_leaves.png -%%DATADIR%%/games/minimal/mods/default/textures/default_mese.png -%%DATADIR%%/games/minimal/mods/default/textures/default_mineral_coal.png -%%DATADIR%%/games/minimal/mods/default/textures/default_mineral_iron.png -%%DATADIR%%/games/minimal/mods/default/textures/default_mossycobble.png -%%DATADIR%%/games/minimal/mods/default/textures/default_nc_back.png -%%DATADIR%%/games/minimal/mods/default/textures/default_nc_front.png -%%DATADIR%%/games/minimal/mods/default/textures/default_nc_rb.png -%%DATADIR%%/games/minimal/mods/default/textures/default_nc_side.png -%%DATADIR%%/games/minimal/mods/default/textures/default_paper.png -%%DATADIR%%/games/minimal/mods/default/textures/default_papyrus.png -%%DATADIR%%/games/minimal/mods/default/textures/default_rail.png -%%DATADIR%%/games/minimal/mods/default/textures/default_rail_crossing.png -%%DATADIR%%/games/minimal/mods/default/textures/default_rail_curved.png -%%DATADIR%%/games/minimal/mods/default/textures/default_rail_t_junction.png -%%DATADIR%%/games/minimal/mods/default/textures/default_sand.png -%%DATADIR%%/games/minimal/mods/default/textures/default_sandstone.png -%%DATADIR%%/games/minimal/mods/default/textures/default_sapling.png -%%DATADIR%%/games/minimal/mods/default/textures/default_scorched_stuff.png -%%DATADIR%%/games/minimal/mods/default/textures/default_sign_wall.png -%%DATADIR%%/games/minimal/mods/default/textures/default_steel_block.png -%%DATADIR%%/games/minimal/mods/default/textures/default_steel_ingot.png -%%DATADIR%%/games/minimal/mods/default/textures/default_stick.png -%%DATADIR%%/games/minimal/mods/default/textures/default_stone.png -%%DATADIR%%/games/minimal/mods/default/textures/default_tnt_bottom.png -%%DATADIR%%/games/minimal/mods/default/textures/default_tnt_side.png -%%DATADIR%%/games/minimal/mods/default/textures/default_tnt_top.png -%%DATADIR%%/games/minimal/mods/default/textures/default_tool_mesepick.png -%%DATADIR%%/games/minimal/mods/default/textures/default_tool_steelaxe.png -%%DATADIR%%/games/minimal/mods/default/textures/default_tool_steelpick.png -%%DATADIR%%/games/minimal/mods/default/textures/default_tool_steelshovel.png -%%DATADIR%%/games/minimal/mods/default/textures/default_tool_steelsword.png -%%DATADIR%%/games/minimal/mods/default/textures/default_tool_stoneaxe.png -%%DATADIR%%/games/minimal/mods/default/textures/default_tool_stonepick.png -%%DATADIR%%/games/minimal/mods/default/textures/default_tool_stoneshovel.png -%%DATADIR%%/games/minimal/mods/default/textures/default_tool_stonesword.png -%%DATADIR%%/games/minimal/mods/default/textures/default_tool_woodaxe.png -%%DATADIR%%/games/minimal/mods/default/textures/default_tool_woodpick.png -%%DATADIR%%/games/minimal/mods/default/textures/default_tool_woodshovel.png -%%DATADIR%%/games/minimal/mods/default/textures/default_tool_woodsword.png -%%DATADIR%%/games/minimal/mods/default/textures/default_torch.png -%%DATADIR%%/games/minimal/mods/default/textures/default_torch_on_ceiling.png -%%DATADIR%%/games/minimal/mods/default/textures/default_torch_on_floor.png -%%DATADIR%%/games/minimal/mods/default/textures/default_tree.png -%%DATADIR%%/games/minimal/mods/default/textures/default_tree_top.png -%%DATADIR%%/games/minimal/mods/default/textures/default_water.png -%%DATADIR%%/games/minimal/mods/default/textures/default_wood.png -%%DATADIR%%/games/minimal/mods/default/textures/heart.png -%%DATADIR%%/games/minimal/mods/default/textures/player.png -%%DATADIR%%/games/minimal/mods/default/textures/player_back.png -%%DATADIR%%/games/minimal/mods/default/textures/treeprop.png -%%DATADIR%%/games/minimal/mods/default/textures/wieldhand.png -%%DATADIR%%/games/minimal/mods/experimental/depends.txt -%%DATADIR%%/games/minimal/mods/experimental/init.lua -%%DATADIR%%/games/minimal/mods/experimental/textures/experimental_dummyball.png -%%DATADIR%%/games/minimal/mods/experimental/textures/experimental_tester_tool_1.png -%%DATADIR%%/games/minimal/mods/give_initial_stuff/depends.txt -%%DATADIR%%/games/minimal/mods/give_initial_stuff/init.lua -%%DATADIR%%/games/minimal/mods/legacy/depends.txt -%%DATADIR%%/games/minimal/mods/legacy/init.lua -%%DATADIR%%/games/minimal/mods/legacy/textures/apple_iron.png -%%DATADIR%%/games/minimal/mods/legacy/textures/cooked_rat.png -%%DATADIR%%/games/minimal/mods/legacy/textures/dungeon_master.png -%%DATADIR%%/games/minimal/mods/legacy/textures/fireball.png -%%DATADIR%%/games/minimal/mods/legacy/textures/firefly.png -%%DATADIR%%/games/minimal/mods/legacy/textures/oerkki1.png -%%DATADIR%%/games/minimal/mods/legacy/textures/oerkki1_damaged.png -%%DATADIR%%/games/minimal/mods/legacy/textures/rat.png -%%DATADIR%%/games/minimal/mods/stairs/depends.txt -%%DATADIR%%/games/minimal/mods/stairs/init.lua -%%DATADIR%%/games/minimal/mods/test/init.lua -%%CLIENT%%%%DATADIR%%/textures/base/pack/fontdejavusansmono.png -%%CLIENT%%%%DATADIR%%/textures/base/pack/fontlucida.png -%%CLIENT%%%%DATADIR%%/textures/base/pack/menubg.png -%%CLIENT%%%%DATADIR%%/textures/base/pack/menulogo.png -%%CLIENT%%%%DATADIR%%/textures/base/pack/smoke_puff.png -%%CLIENT%%%%DATADIR%%/textures/base/pack/sunrisebg.png -%%CLIENT%%%%DATADIR%%/textures/base/pack/unknown_block.png -%%CLIENT%%%%DATADIR%%/textures/base/pack/unknown_item.png -%%CLIENT%%%%DATADIR%%/textures/base/pack/unknown_object.png -%%CLIENT%%@dirrm %%DATADIR%%/textures/base/pack -%%CLIENT%%@dirrm %%DATADIR%%/textures/base -%%CLIENT%%@dirrm %%DATADIR%%/textures -@dirrm %%DATADIR%%/games/minimal/mods/test -@dirrm %%DATADIR%%/games/minimal/mods/stairs -@dirrm %%DATADIR%%/games/minimal/mods/legacy/textures -@dirrm %%DATADIR%%/games/minimal/mods/legacy -@dirrm %%DATADIR%%/games/minimal/mods/give_initial_stuff -@dirrm %%DATADIR%%/games/minimal/mods/experimental/textures -@dirrm %%DATADIR%%/games/minimal/mods/experimental -@dirrm %%DATADIR%%/games/minimal/mods/default/textures -@dirrm %%DATADIR%%/games/minimal/mods/default/sounds -@dirrm %%DATADIR%%/games/minimal/mods/default -@dirrm %%DATADIR%%/games/minimal/mods/bucket/textures -@dirrm %%DATADIR%%/games/minimal/mods/bucket -@dirrm %%DATADIR%%/games/minimal/mods -@dirrm %%DATADIR%%/games/minimal -@dirrm %%DATADIR%%/games -@dirrm %%DATADIR%%/client/shaders/test_shader_2 -@dirrm %%DATADIR%%/client/shaders/test_shader_1 -@dirrm %%DATADIR%%/client/shaders -@dirrm %%DATADIR%%/client -@dirrm %%DATADIR%%/builtin -@dirrm %%DATADIR%% @dirrmtry share/icons/hicolor/scalable/apps @dirrmtry share/icons/hicolor/scalable @dirrmtry share/icons/hicolor Modified: head/games/minetest_game/Makefile ============================================================================== --- head/games/minetest_game/Makefile Tue Nov 26 02:33:07 2013 (r334914) +++ head/games/minetest_game/Makefile Tue Nov 26 03:35:32 2013 (r334915) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= minetest_game -PORTVERSION= 0.4.4 +PORTVERSION= 0.4.8 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org @@ -14,15 +14,14 @@ RUN_DEPENDS= minetest:${PORTSDIR}/games/ USE_GITHUB= yes GH_ACCOUNT= minetest -GH_TAGNAME= 0.4.4 -GH_COMMIT= 3928ecc +GH_COMMIT= 51de423 NO_BUILD= yes DATADIR= ${PREFIX}/share/minetest/games/${PORTNAME} +PORTDATA= * -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR} - cd ${WRKSRC} && ${COPYTREE_SHARE} '*' ${DATADIR}/ + ${MKDIR} ${STAGEDIR}${DATADIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/ .include Modified: head/games/minetest_game/distinfo ============================================================================== --- head/games/minetest_game/distinfo Tue Nov 26 02:33:07 2013 (r334914) +++ head/games/minetest_game/distinfo Tue Nov 26 03:35:32 2013 (r334915) @@ -1,2 +1,2 @@ -SHA256 (minetest_game-0.4.4.tar.gz) = aaed4ea81b0b301c6e6fe440d494cbc6d3cfa3bbcf9516bf53cd44d4b4bea1a9 -SIZE (minetest_game-0.4.4.tar.gz) = 451453 +SHA256 (minetest_game-0.4.8.tar.gz) = a323beed31db267c220fbab2621ae025d623b32be34ac28bbdd6ef7d15feea1c +SIZE (minetest_game-0.4.8.tar.gz) = 751763 From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 03:48:14 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 ESMTPS id 86A5D14E; Tue, 26 Nov 2013 03:48:14 +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 769862E75; Tue, 26 Nov 2013 03:48:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQ3mETp079001; Tue, 26 Nov 2013 03:48:14 GMT (envelope-from osa@svn.freebsd.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQ3mDC8078995; Tue, 26 Nov 2013 03:48:13 GMT (envelope-from osa@svn.freebsd.org) Message-Id: <201311260348.rAQ3mDC8078995@svn.freebsd.org> From: "Sergey A. Osokin" Date: Tue, 26 Nov 2013 03:48:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334916 - in head/benchmarks/wrk: . 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.16 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, 26 Nov 2013 03:48:14 -0000 Author: osa Date: Tue Nov 26 03:48:13 2013 New Revision: 334916 URL: http://svnweb.freebsd.org/changeset/ports/334916 Log: Upgrade from 2.2.2 to 3.0.4. Stagefy. Added: head/benchmarks/wrk/files/ head/benchmarks/wrk/files/patch-Makefile (contents, props changed) Modified: head/benchmarks/wrk/Makefile head/benchmarks/wrk/distinfo Modified: head/benchmarks/wrk/Makefile ============================================================================== --- head/benchmarks/wrk/Makefile Tue Nov 26 03:35:32 2013 (r334915) +++ head/benchmarks/wrk/Makefile Tue Nov 26 03:48:13 2013 (r334916) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wrk -PORTVERSION= 2.2.2 +PORTVERSION= 3.0.4 CATEGORIES= benchmarks www MASTER_SITES= https://github.com/wg/wrk/archive/ DISTNAME= ${PORTVERSION} @@ -14,6 +14,7 @@ COMMENT= The modern HTTP benchmarking to LICENSE= AL2 FETCH_ARGS= -pRr +LIB_DEPENDS+= libluajit-5.1.so:${PORTSDIR}/lang/luajit WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USES= gmake CFLAGS+= -std=c99 -D_DECLARE_C99_LDBL_MATH @@ -28,9 +29,9 @@ BROKEN= does not link on FreeBSD 7.x .endif post-patch: - @${REINPLACE_CMD} '1d;2s/-lpthread/${PTHREAD_LIBS}/' ${WRKSRC}/Makefile + @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g;' ${WRKSRC}/Makefile do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include Modified: head/benchmarks/wrk/distinfo ============================================================================== --- head/benchmarks/wrk/distinfo Tue Nov 26 03:35:32 2013 (r334915) +++ head/benchmarks/wrk/distinfo Tue Nov 26 03:48:13 2013 (r334916) @@ -1,2 +1,2 @@ -SHA256 (wrk/2.2.2.tar.gz) = c33e0d6dbb49819f41b46a65974203988401ee893d8bf64ad9836484a0d3b897 -SIZE (wrk/2.2.2.tar.gz) = 44112 +SHA256 (wrk/3.0.4.tar.gz) = 9d0b58b6123dd61bf1b00c180e39e80ea92cc90e14c758e899e0e7772c647661 +SIZE (wrk/3.0.4.tar.gz) = 897909 Added: head/benchmarks/wrk/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/wrk/files/patch-Makefile Tue Nov 26 03:48:13 2013 (r334916) @@ -0,0 +1,41 @@ +--- Makefile.bak 2013-11-16 07:06:29.000000000 +0400 ++++ Makefile 2013-11-26 07:17:32.000000000 +0400 +@@ -1,5 +1,4 @@ +-CFLAGS := -std=c99 -Wall -O2 -D_REENTRANT +-LIBS := -lpthread -lm -lcrypto -lssl ++LIBS := -pthread -lm -lcrypto -lssl + + TARGET := $(shell uname -s | tr [A-Z] [a-z] 2>/dev/null || echo unknown) + +@@ -23,10 +22,10 @@ + ODIR := obj + OBJ := $(patsubst %.c,$(ODIR)/%.o,$(SRC)) $(ODIR)/bytecode.o + +-LDIR = deps/luajit/src +-LIBS := -lluajit $(LIBS) +-CFLAGS += -I $(LDIR) +-LDFLAGS += -L $(LDIR) ++#LDIR = deps/luajit/src ++LIBS := -lluajit-5.1 $(LIBS) ++CFLAGS += -I %%PREFIX%%/include/luajit-2.0 ++LDFLAGS += -L %%PREFIX%%/lib + + all: $(BIN) + +@@ -38,14 +37,14 @@ + @echo LINK $(BIN) + @$(CC) $(LDFLAGS) -o $@ $^ $(LIBS) + +-$(OBJ): config.h Makefile $(LDIR)/libluajit.a | $(ODIR) ++$(OBJ): config.h Makefile | $(ODIR) + + $(ODIR): + @mkdir -p $@ + + $(ODIR)/bytecode.o: scripts/wrk.lua + @echo LUAJIT $< +- @$(SHELL) -c 'cd $(LDIR) && ./luajit -b $(CURDIR)/$< $(CURDIR)/$@' ++ @$(SHELL) -c 'cd $(LDIR) && %%PREFIX%%/bin/luajit -b $(CURDIR)/$< $(CURDIR)/$@' + + $(ODIR)/%.o : %.c + @echo CC $< From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 03:53:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 6629125D; Tue, 26 Nov 2013 03:53:39 +0000 (UTC) Date: Tue, 26 Nov 2013 03:53:39 +0000 From: Alexey Dokuchaev To: marino@freebsd.org Subject: Re: svn commit: r334593 - in head/dns: bind96 bind96/files bind98 bind98/files bind99 bind99/files Message-ID: <20131126035339.GA43389@FreeBSD.org> References: <201311221341.rAMDfY3g002148@svn.freebsd.org> <01490d316b5dd7f01f1c843871542666@secure.marino.st> <2DEEB271-4795-4DF0-8F85-30316BA3070F@FreeBSD.org> <5291C8BD.3070109@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5291C8BD.3070109@marino.st> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, owner-ports-committers@freebsd.org, Erwin Lansing , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 26 Nov 2013 03:53:39 -0000 On Sun, Nov 24, 2013 at 10:37:01AM +0100, John Marino wrote: > I have attached a diff with the proposed changes covering all three > ports. It's pretty straight-forward. > > .if ${PORT_OPTIONS:MREPLACE_BASE} > -.if ${OSVERSION} >= 1000500 > +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000500 Given that OSVERSION is used extensively in the tree, I'm worrying that adding these extra "${OPSYS} == FreeBSD" checks will our makefiles less readable. Wouldn't it make more sense to place this check somewhere in single place, and define whatever OSVERSION that looks reasonable when OPSYS == FreeBSD instead of patching every port? ./danfe From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 04:10:12 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id C241445E; Tue, 26 Nov 2013 04:10:12 +0000 (UTC) Date: Tue, 26 Nov 2013 04:10:12 +0000 From: Alexey Dokuchaev To: "Sergey A. Osokin" Subject: Re: svn commit: r334916 - in head/benchmarks/wrk: . files Message-ID: <20131126041012.GA48093@FreeBSD.org> References: <201311260348.rAQ3mDC8078995@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201311260348.rAQ3mDC8078995@svn.freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 26 Nov 2013 04:10:12 -0000 On Tue, Nov 26, 2013 at 03:48:13AM +0000, Sergey A. Osokin wrote: > New Revision: 334916 > URL: http://svnweb.freebsd.org/changeset/ports/334916 > > do-install: > - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin > + @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin Hey Serge, Muting of installation commands pessimizes debugging and thus should not be used (i.e. you should've dropped the @ to make it vocal). Not that it requires immediate action; it can be fixed next time something happens to this port, or together with other similar bugs. ./danfe From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 05:46:39 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 ESMTPS id A1291EA6; Tue, 26 Nov 2013 05:46:39 +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 82C792388; Tue, 26 Nov 2013 05:46:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQ5kdjp019515; Tue, 26 Nov 2013 05:46:39 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQ5kcS4019512; Tue, 26 Nov 2013 05:46:38 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201311260546.rAQ5kcS4019512@svn.freebsd.org> From: Dirk Meyer Date: Tue, 26 Nov 2013 05:46:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334917 - in head/games/xzip: . 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.16 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, 26 Nov 2013 05:46:39 -0000 Author: dinoex Date: Tue Nov 26 05:46:38 2013 New Revision: 334917 URL: http://svnweb.freebsd.org/changeset/ports/334917 Log: - use STAGEDIR - rename patchfiles Added: head/games/xzip/files/patch-Makefile - copied, changed from r334916, head/games/xzip/files/patch-aa head/games/xzip/files/patch-ztypes.h - copied unchanged from r334916, head/games/xzip/files/patch-ab Deleted: head/games/xzip/files/patch-aa head/games/xzip/files/patch-ab Modified: head/games/xzip/Makefile Modified: head/games/xzip/Makefile ============================================================================== --- head/games/xzip/Makefile Tue Nov 26 03:48:13 2013 (r334916) +++ head/games/xzip/Makefile Tue Nov 26 05:46:38 2013 (r334917) @@ -14,13 +14,10 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= dinoex@FreeBSD.org COMMENT= An Infocom game interpreter that runs under X11 -NO_STAGE= yes - USE_XORG= x11 WRKSRC= ${WRKDIR}/xzip ALL_TARGET= -MAN1= xzip.1 -PLIST_FILES= bin/xzip +PLIST_FILES= bin/xzip man/man1/xzip.1.gz .include Copied and modified: head/games/xzip/files/patch-Makefile (from r334916, head/games/xzip/files/patch-aa) ============================================================================== --- head/games/xzip/files/patch-aa Tue Nov 26 03:48:13 2013 (r334916, copy source) +++ head/games/xzip/files/patch-Makefile Tue Nov 26 05:46:38 2013 (r334917) @@ -1,6 +1,6 @@ ---- Makefile.orig Sat Jul 11 18:27:32 1998 -+++ Makefile Mon Jul 20 14:38:38 1998 -@@ -64,8 +64,10 @@ +--- Makefile.orig 2000-10-19 05:48:30.000000000 +0200 ++++ Makefile 2013-11-26 06:29:42.000000000 +0100 +@@ -67,8 +67,10 @@ # definitions for where the X lib and include directories are. # The following are defaults that might work. @@ -13,12 +13,12 @@ # If your compiler can't find these things, try commenting out the # above, and uncommenting various versions below. Also look around -@@ -90,11 +92,11 @@ +@@ -97,11 +99,11 @@ # -------------------- # definition for where to install xzip executable and man page -DESTDIR = /usr/local -+DESTDIR = $(PREFIX) ++PREFIX?= /usr/local # -------------------- @@ -27,14 +27,14 @@ LDFLAGS = LIBS = -L$(XLIB) -lX11 $(SYSTEMLIBS) -@@ -152,8 +154,8 @@ +@@ -159,8 +161,8 @@ $(CC) $(CFLAGS) $(FONTDEFAULTLIST) -c xinit.c install: $(PROGRAM) - install -s $(PROGRAM) $(DESTDIR)/bin - install $(PROGRAM).1 $(DESTDIR)/man/man1 -+ ${BSD_INSTALL_PROGRAM} $(PROGRAM) $(DESTDIR)/bin -+ ${BSD_INSTALL_DATA} $(PROGRAM).1 $(DESTDIR)/man/man1 ++ ${BSD_INSTALL_PROGRAM} $(PROGRAM) $(DESTDIR)$(PREFIX)/bin/ ++ ${BSD_INSTALL_DATA} $(PROGRAM).1 $(DESTDIR)$(PREFIX)/man/man1/ clean : -rm -f *~ *.o $(PROGRAM) test Copied: head/games/xzip/files/patch-ztypes.h (from r334916, head/games/xzip/files/patch-ab) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/xzip/files/patch-ztypes.h Tue Nov 26 05:46:38 2013 (r334917, copy of r334916, head/games/xzip/files/patch-ab) @@ -0,0 +1,11 @@ +--- ztypes.h.orig Sun May 9 16:02:32 1999 ++++ ztypes.h Sun May 9 16:02:52 1999 +@@ -19,6 +19,8 @@ + #include + #endif /* MSDOS */ + ++#include ++ + /* Try the endianness auto-detect. */ + + #ifdef AUTO_END_MODE From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 06:05:20 2013 Return-Path: Delivered-To: svn-ports-head@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 782082E5; Tue, 26 Nov 2013 06:05:20 +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 675222446; Tue, 26 Nov 2013 06:05:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQ65KN7026142; Tue, 26 Nov 2013 06:05:20 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQ65J6G026136; Tue, 26 Nov 2013 06:05:19 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201311260605.rAQ65J6G026136@svn.freebsd.org> From: Dirk Meyer Date: Tue, 26 Nov 2013 06:05:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334918 - in head/games: xinfocom xneko xrubik xscrabble 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.16 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, 26 Nov 2013 06:05:20 -0000 Author: dinoex Date: Tue Nov 26 06:05:19 2013 New Revision: 334918 URL: http://svnweb.freebsd.org/changeset/ports/334918 Log: - use STAGEDIR Modified: head/games/xinfocom/Makefile head/games/xneko/Makefile head/games/xrubik/Makefile head/games/xrubik/pkg-plist head/games/xscrabble/Makefile Modified: head/games/xinfocom/Makefile ============================================================================== --- head/games/xinfocom/Makefile Tue Nov 26 05:46:38 2013 (r334917) +++ head/games/xinfocom/Makefile Tue Nov 26 06:05:19 2013 (r334918) @@ -14,8 +14,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.org COMMENT= An Infocom game interpreter for X11 -NO_STAGE= yes - USES= imake USE_XORG= xt sm ice xext x11 WRKSRC= ${WRKDIR}/xinfocom Modified: head/games/xneko/Makefile ============================================================================== --- head/games/xneko/Makefile Tue Nov 26 05:46:38 2013 (r334917) +++ head/games/xneko/Makefile Tue Nov 26 06:05:19 2013 (r334918) @@ -13,12 +13,9 @@ DISTNAME= ${PORTNAME} MAINTAINER= dinoex@FreeBSD.org COMMENT= The classic cat-and-mouse -NO_STAGE= yes - NO_WRKSUBDIR= yes USES= imake USE_XORG= x11 -MAN6= xneko.6 -PLIST_FILES= bin/xneko +PLIST_FILES= bin/xneko man/man6/xneko.6.gz .include Modified: head/games/xrubik/Makefile ============================================================================== --- head/games/xrubik/Makefile Tue Nov 26 05:46:38 2013 (r334917) +++ head/games/xrubik/Makefile Tue Nov 26 06:05:19 2013 (r334918) @@ -11,18 +11,14 @@ MASTER_SITE_SUBDIR= games/xpuzzles MAINTAINER= dinoex@FreeBSD.org COMMENT= X-based rubik's cube(tm) -NO_STAGE= yes - WRKSRC= ${WRKDIR}/xrubik USES= imake USE_XORG= xt sm ice xext x11 XFREE86_HTML_MAN= no -NO_INSTALL_MANPAGES= yes -MAN1= xrubik.1 do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xrubik ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/Rubik.ad ${PREFIX}/lib/X11/app-defaults/Rubik - ${INSTALL_MAN} ${WRKSRC}/xrubik.man ${PREFIX}/man/man1/xrubik.1 + ${INSTALL_PROGRAM} ${WRKSRC}/xrubik ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKSRC}/Rubik.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Rubik + ${INSTALL_MAN} ${WRKSRC}/xrubik.man ${STAGEDIR}${PREFIX}/man/man1/xrubik.1 .include Modified: head/games/xrubik/pkg-plist ============================================================================== --- head/games/xrubik/pkg-plist Tue Nov 26 05:46:38 2013 (r334917) +++ head/games/xrubik/pkg-plist Tue Nov 26 06:05:19 2013 (r334918) @@ -1,2 +1,3 @@ bin/xrubik lib/X11/app-defaults/Rubik +man/man1/xrubik.1.gz Modified: head/games/xscrabble/Makefile ============================================================================== --- head/games/xscrabble/Makefile Tue Nov 26 05:46:38 2013 (r334917) +++ head/games/xscrabble/Makefile Tue Nov 26 06:05:19 2013 (r334918) @@ -11,12 +11,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${ MAINTAINER= dinoex@FreeBSD.org COMMENT= X version of the popular board game -NO_STAGE= yes - USES= imake USE_BZIP2= yes USE_XORG= xaw -NO_INSTALL_MANPAGES= yes XSCRABBLEDIR= ${PREFIX}/lib/X11/xscrabble @@ -32,15 +29,16 @@ post-patch: @${SED} -e 's|/usr/share/games/scrabble/en|${XSCRABBLEDIR}|g' \ ${WRKSRC}/../xscrabble_en/app-defaults/XScrabble_en \ > ${WRKSRC}/XScrabble - @${REINPLACE_CMD} -e 's|= -O|=$$(CDEBUGFLAGS)|g' ${WRKSRC}/Imakefile + ${REINPLACE_CMD} -e 's|= -O|=$$(CDEBUGFLAGS)|g' ${WRKSRC}/Imakefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/xscrab ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/src/xscrabble ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/XScrabble ${PREFIX}/lib/X11/app-defaults - @${MKDIR} ${XSCRABBLEDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/src/xscrab ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/src/xscrabble ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKSRC}/XScrabble ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/ + ${MKDIR} ${STAGEDIR}${XSCRABBLEDIR} .for file in OSPD3.gz duplicate scrabble_rules scrabble_scores - ${INSTALL_DATA} ${WRKSRC}/../xscrabble_en/lib/${file} ${XSCRABBLEDIR} + ${INSTALL_DATA} ${WRKSRC}/../xscrabble_en/lib/${file} \ + ${STAGEDIR}${XSCRABBLEDIR}/ .endfor .include From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 06:16:57 2013 Return-Path: Delivered-To: svn-ports-head@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 E6915780; Tue, 26 Nov 2013 06:16:57 +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 BDD8924C3; Tue, 26 Nov 2013 06:16: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 rAQ6GvwL029939; Tue, 26 Nov 2013 06:16:57 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQ6Gvhb029934; Tue, 26 Nov 2013 06:16:57 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201311260616.rAQ6Gvhb029934@svn.freebsd.org> From: Dirk Meyer Date: Tue, 26 Nov 2013 06:16:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334919 - head/graphics/png 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.16 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, 26 Nov 2013 06:16:58 -0000 Author: dinoex Date: Tue Nov 26 06:16:57 2013 New Revision: 334919 URL: http://svnweb.freebsd.org/changeset/ports/334919 Log: - use STAGEDIR Modified: head/graphics/png/Makefile head/graphics/png/pkg-plist Modified: head/graphics/png/Makefile ============================================================================== --- head/graphics/png/Makefile Tue Nov 26 06:05:19 2013 (r334918) +++ head/graphics/png/Makefile Tue Nov 26 06:16:57 2013 (r334919) @@ -12,7 +12,6 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Library for manipulating PNG images PORTSCOUT= limit:^1\.5\. -NO_STAGE= yes USE_XZ= yes GNU_CONFIGURE= yes @@ -22,9 +21,6 @@ USE_LDCONFIG= yes CMAKE_ARGS+= -DPNG_MAN_DIR:STRING=man SOSUFFIX= .${PORTVERSION:E} -MAN3= libpng.3 libpngpf.3 -MAN5= png.5 - OPTIONS_DEFINE=APNG OPTIONS_DEFAULT=APNG APNG_DESC=Enable Animated PNG support @@ -62,18 +58,18 @@ post-build: ${FALSE}; \ fi) -pre-su-install: - @${MKDIR} ${PREFIX}/include/libpng - @${MKDIR} ${PREFIX}/libdata/pkgconfig +pre-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/include/libpng + ${MKDIR} ${STAGEDIR}${PREFIX}/libdata/pkgconfig post-install: ${INSTALL_DATA} ${WRKSRC}/pngdebug.h ${WRKSRC}/pnginfo.h \ ${WRKSRC}/pngpriv.h ${WRKSRC}/pngstruct.h \ - ${PREFIX}/include/libpng15/ - -${RMDIR} ${PREFIX}/include/libpng - ${RM} ${PREFIX}/libdata/pkgconfig/libpng.pc - ${LN} -sf libpng15.pc ${PREFIX}/libdata/pkgconfig/libpng.pc - ${RM} ${PREFIX}/lib/libpng15.so.15 - ${MV} ${PREFIX}/lib/libpng15.so.15${SOSUFFIX} ${PREFIX}/lib/libpng15.so.15 + ${STAGEDIR}${PREFIX}/include/libpng15/ + -${RMDIR} ${STAGEDIR}${PREFIX}/include/libpng + ${RM} ${STAGEDIR}${PREFIX}/libdata/pkgconfig/libpng.pc + ${LN} -sf libpng15.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/libpng.pc + ${RM} ${STAGEDIR}${PREFIX}/lib/libpng15.so.15 + ${MV} ${STAGEDIR}${PREFIX}/lib/libpng15.so.15${SOSUFFIX} ${STAGEDIR}${PREFIX}/lib/libpng15.so.15 .include Modified: head/graphics/png/pkg-plist ============================================================================== --- head/graphics/png/pkg-plist Tue Nov 26 06:05:19 2013 (r334918) +++ head/graphics/png/pkg-plist Tue Nov 26 06:16:57 2013 (r334919) @@ -19,5 +19,8 @@ lib/libpng/libpng15.cmake lib/libpng15.a lib/libpng15.so lib/libpng15.so.15 +man/man3/libpng.3.gz +man/man3/libpngpf.3.gz +man/man5/png.5.gz @dirrm lib/libpng @dirrm include/libpng15 From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 06:51:26 2013 Return-Path: Delivered-To: svn-ports-head@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 6F47FD07; Tue, 26 Nov 2013 06:51:26 +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 5EC732630; Tue, 26 Nov 2013 06:51:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQ6pQrO042167; Tue, 26 Nov 2013 06:51:26 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQ6pQKk042166; Tue, 26 Nov 2013 06:51:26 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311260651.rAQ6pQKk042166@svn.freebsd.org> From: Gerald Pfeifer Date: Tue, 26 Nov 2013 06:51:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334920 - head/lang/gcc34 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.16 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, 26 Nov 2013 06:51:26 -0000 Author: gerald Date: Tue Nov 26 06:51:25 2013 New Revision: 334920 URL: http://svnweb.freebsd.org/changeset/ports/334920 Log: Change PORTNAME from gcc to gcc34 to match the actual name of this port and avoid a package name collision with other GCC ports. This also allows us to remove LATEST_LINK. Modified: head/lang/gcc34/Makefile Modified: head/lang/gcc34/Makefile ============================================================================== --- head/lang/gcc34/Makefile Tue Nov 26 06:16:57 2013 (r334919) +++ head/lang/gcc34/Makefile Tue Nov 26 06:51:25 2013 (r334920) @@ -1,7 +1,7 @@ # Created by: John Polstra # $FreeBSD$ -PORTNAME= gcc +PORTNAME= gcc34 PORTVERSION= 3.4.6 PORTREVISION= 3 PORTEPOCH= 1 @@ -17,7 +17,6 @@ MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 3.4 SUFFIX= 34 -LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} USES= bison gmake iconv perl5 USE_BZIP2= yes USE_PERL= build From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 07:34:20 2013 Return-Path: Delivered-To: svn-ports-head@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 760FF273; Tue, 26 Nov 2013 07:34:20 +0000 (UTC) Received: from mail-wg0-x22a.google.com (mail-wg0-x22a.google.com [IPv6:2a00:1450:400c:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A8459280C; Tue, 26 Nov 2013 07:34:19 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id a1so2787211wgh.5 for ; Mon, 25 Nov 2013 23:34:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=7BSguwqxPHnvrwDdAm7YGb4im+vq5f+6DG7K+H5EfHw=; b=kvXFlJINR1EKYMk0M8+8t8cScOsIIF8gIR7gzM/OAlXoGeacfgpK35hp4HZ+NSdZk/ DnqVWvZz9ZxZyyxmQoVgVW/8U8HgWmOLc2yEhmL8DB2LV+HsFfrfT0ncTeZmYEiMxX3i PzgKcrrnEMiPz2ROzOXa6uIyZ+kuN2YVppZHaZV9qCfl0Lz2sccEi4zfRfv40IYMEwkt Ikj1bTaLgtuEozFZbXAhm7UhFu0GBvUC2xMtgFJgtGKtuQk3aayEJxr+hnKu0d9WkuqM OxedqofiyRWr5dllJ389lwhC255/f8iKpTHvUL2u/3kCynjzN7Dk+yinkVkWHTrdCGHm BfxA== X-Received: by 10.194.216.225 with SMTP id ot1mr264588wjc.80.1385451258033; Mon, 25 Nov 2013 23:34:18 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id w1sm22013119wib.6.2013.11.25.23.34.16 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 25 Nov 2013 23:34:16 -0800 (PST) Sender: Baptiste Daroussin Date: Tue, 26 Nov 2013 08:34:14 +0100 From: Baptiste Daroussin To: Gerald Pfeifer Subject: Re: svn commit: r331810 - in head: Mk/Uses archivers/lha archivers/lha-ac audio/mp3gain comms/vrflash converters/mpack emulators/vmw german/dtaus graphics/hobbes-icons-xpm irc/iroffer irc/iroffer-dinoe... Message-ID: <20131126073414.GD19582@ithaqua.etoilebsd.net> References: <201310272229.r9RMTkd2060648@svn.freebsd.org> <526E39C2.2000806@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="T7mxYSe680VjQnyC" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 26 Nov 2013 07:34:20 -0000 --T7mxYSe680VjQnyC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 26, 2013 at 12:17:46PM +0900, Gerald Pfeifer wrote: > On Mon, 28 Oct 2013, Bryan Drewery wrote: > > portmgr has decided that manpages should be in the plist; you=20 > > should not unilaterally decide to re-add a macro for it again. >=20 > One question on this that's been in my head for a while: Should > we ever move man pages from .gz to .xz, say, how will we go about > this in ports? >=20 > To me that is the main design disadvantage of moving from MAN=3D to=20 > pkg-plist. I am sure this has been considered and I just have not > seen the answer. >=20 lates discussions and tests shown that it was absolutly useless to use .xz = for manpages, we had a couple of discussions about it on the mailin lists regards, Bapt --T7mxYSe680VjQnyC Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlKUTvYACgkQ8kTtMUmk6EysVQCfcvmtBCFmUUSVYvoIfVquWKnM N88An1074NlZE+oG/nHX1Mh9n6LTDt9x =Lf7w -----END PGP SIGNATURE----- --T7mxYSe680VjQnyC-- From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 07:38:58 2013 Return-Path: Delivered-To: svn-ports-head@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 184665A4; Tue, 26 Nov 2013 07:38:58 +0000 (UTC) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A53DA283C; Tue, 26 Nov 2013 07:38:56 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id ey16so15138wid.13 for ; Mon, 25 Nov 2013 23:38:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=aBId44jVxwL/CFA6TJ1WeNw8xL4CfADs2c2ogOU8Cg0=; b=K/xqrpPf1K12/fp1PFrN7TprsMkVEXnfbs2q9UcQaEbDeW0ZVjG4qDuzsJTiECkYQb N//utk+5EEkRjf03xDLR/szP+RqG/gQ7bCfkLTzEEH0vRlP+MMFOAbyE021FAxbQor4X 5NsLQSFnGj6fBrpmdRqHCiuufuHvXX57HY9ME/GfrYqAGC5hIswRxYmEAsXQopw4IHQN 9F5nyZTPcqGFsZ1CJD+L53yCexiHFqqOsgOhHFbX1DVAAg4ba0CbNr7g3YtRsGLyOPR6 VJfgPN2kT/TqRx6eewqNbtuiLmJWtrZCxDGjoqiolVA7VUu8l7JdMJumwDdal1BX8/3M jwIg== X-Received: by 10.181.5.40 with SMTP id cj8mr16780027wid.18.1385451535012; Mon, 25 Nov 2013 23:38:55 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id je17sm57474095wic.4.2013.11.25.23.38.53 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 25 Nov 2013 23:38:54 -0800 (PST) Sender: Baptiste Daroussin Date: Tue, 26 Nov 2013 08:38:52 +0100 From: Baptiste Daroussin To: Alexey Dokuchaev Subject: Re: svn commit: r334593 - in head/dns: bind96 bind96/files bind98 bind98/files bind99 bind99/files Message-ID: <20131126073851.GE19582@ithaqua.etoilebsd.net> References: <201311221341.rAMDfY3g002148@svn.freebsd.org> <01490d316b5dd7f01f1c843871542666@secure.marino.st> <2DEEB271-4795-4DF0-8F85-30316BA3070F@FreeBSD.org> <5291C8BD.3070109@marino.st> <20131126035339.GA43389@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="CGDBiGfvSTbxKZlW" Content-Disposition: inline In-Reply-To: <20131126035339.GA43389@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org, svn-ports-all@freebsd.org, marino@freebsd.org, ports-committers@freebsd.org, Erwin Lansing X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 26 Nov 2013 07:38:58 -0000 --CGDBiGfvSTbxKZlW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 26, 2013 at 03:53:39AM +0000, Alexey Dokuchaev wrote: > On Sun, Nov 24, 2013 at 10:37:01AM +0100, John Marino wrote: > > I have attached a diff with the proposed changes covering all three > > ports. It's pretty straight-forward. > > =20 > > .if ${PORT_OPTIONS:MREPLACE_BASE} > > -.if ${OSVERSION} >=3D 1000500 > > +.if ${OPSYS} =3D=3D FreeBSD && ${OSVERSION} >=3D 1000500 >=20 > Given that OSVERSION is used extensively in the tree, I'm worrying that > adding these extra "${OPSYS} =3D=3D FreeBSD" checks will our makefiles le= ss > readable. Wouldn't it make more sense to place this check somewhere in > single place, and define whatever OSVERSION that looks reasonable when > OPSYS =3D=3D FreeBSD instead of patching every port? >=20 > ./danfe except that lots/most of the osversion checking in the ports tree is also w= rong and was due to a design bug of pointyhat/tinderbox, pointyhat is gone, and tinderbox had been fixed. there is no need anymore for most of them which a= lso are often wrong given the flexibility we have with buildworld. I do plan to remove most of the useless osversion. regards, Bapt --CGDBiGfvSTbxKZlW Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlKUUAsACgkQ8kTtMUmk6ExIwgCdF336k4IlAVvo0K+xdfwzKCQ1 GCMAniU0iAmkUdouastuu10mlmkDQLNQ =ZwHk -----END PGP SIGNATURE----- --CGDBiGfvSTbxKZlW-- From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 07:47:29 2013 Return-Path: Delivered-To: svn-ports-head@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 45C126C9; Tue, 26 Nov 2013 07:47:29 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1ADEB288D; Tue, 26 Nov 2013 07:47:27 +0000 (UTC) Received: from [192.168.0.21] (unknown [130.255.26.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 3A470435A3; Tue, 26 Nov 2013 01:47:06 -0600 (CST) Message-ID: <529451E7.4010801@marino.st> Date: Tue, 26 Nov 2013 08:46:47 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Alexey Dokuchaev Subject: Re: svn commit: r334593 - in head/dns: bind96 bind96/files bind98 bind98/files bind99 bind99/files References: <201311221341.rAMDfY3g002148@svn.freebsd.org> <01490d316b5dd7f01f1c843871542666@secure.marino.st> <2DEEB271-4795-4DF0-8F85-30316BA3070F@FreeBSD.org> <5291C8BD.3070109@marino.st> <20131126035339.GA43389@FreeBSD.org> In-Reply-To: <20131126035339.GA43389@FreeBSD.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org, svn-ports-all@freebsd.org, marino@freebsd.org, ports-committers@freebsd.org, Erwin Lansing X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: marino@freebsd.org 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, 26 Nov 2013 07:47:29 -0000 On 11/26/2013 04:53, Alexey Dokuchaev wrote: > On Sun, Nov 24, 2013 at 10:37:01AM +0100, John Marino wrote: >> I have attached a diff with the proposed changes covering all three >> ports. It's pretty straight-forward. >> >> .if ${PORT_OPTIONS:MREPLACE_BASE} >> -.if ${OSVERSION} >= 1000500 >> +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000500 > > Given that OSVERSION is used extensively in the tree, I'm worrying that > adding these extra "${OPSYS} == FreeBSD" checks will our makefiles less > readable. Wouldn't it make more sense to place this check somewhere in > single place, and define whatever OSVERSION that looks reasonable when > OPSYS == FreeBSD instead of patching every port? There is a "discussion" about this on the portmgr list. Well, it's not really a discussion. I started it, bapt answered it once, and the portmgr stopped talking about it. As far as "less readable", that really should not be a concern at all. It is simply invalid to use OSVERSION without OPSYS since it's OPSYS specific. However: 1) There are OSVERSION in use that can easily be replaced by existence check 2) Most OSVERSION checks could be moved to a separate, automatically included makefile called "Makefile.FreeBSD". This functionality exists today. Only FreeBSD platforms include Makefile.FreeBSD 3) Any remaining OSVERSION use in Makefiles should have a sweep to add OPSYS with it. I would encourage further discussion on portmgr@ list though, that's where it has moved (well, at least attempted to be moved). John From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 07:51:22 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id AD1117E9; Tue, 26 Nov 2013 07:51:22 +0000 (UTC) Date: Tue, 26 Nov 2013 07:51:22 +0000 From: Alexey Dokuchaev To: Baptiste Daroussin Subject: Re: svn commit: r334593 - in head/dns: bind96 bind96/files bind98 bind98/files bind99 bind99/files Message-ID: <20131126075122.GA88351@FreeBSD.org> References: <201311221341.rAMDfY3g002148@svn.freebsd.org> <01490d316b5dd7f01f1c843871542666@secure.marino.st> <2DEEB271-4795-4DF0-8F85-30316BA3070F@FreeBSD.org> <5291C8BD.3070109@marino.st> <20131126035339.GA43389@FreeBSD.org> <20131126073851.GE19582@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131126073851.GE19582@ithaqua.etoilebsd.net> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org, svn-ports-all@freebsd.org, marino@freebsd.org, ports-committers@freebsd.org, Erwin Lansing X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 26 Nov 2013 07:51:22 -0000 On Tue, Nov 26, 2013 at 08:38:52AM +0100, Baptiste Daroussin wrote: > On Tue, Nov 26, 2013 at 03:53:39AM +0000, Alexey Dokuchaev wrote: > > Given that OSVERSION is used extensively in the tree, I'm worrying that > > adding these extra "${OPSYS} == FreeBSD" checks will our makefiles less > > readable. Wouldn't it make more sense to place this check somewhere in > > single place, and define whatever OSVERSION that looks reasonable when > > OPSYS == FreeBSD instead of patching every port? > > except that lots/most of the osversion checking in the ports tree is also > wrong and was due to a design bug of pointyhat/tinderbox, pointyhat is gone, > and tinderbox had been fixed. there is no need anymore for most of them > which also are often wrong given the flexibility we have with buildworld. > > I do plan to remove most of the useless osversion. Yup, I remember this was discussed on IRC a few times. I'm only looking forward to it. However, introducing "${OPSYS} == FreeBSD" checks in, uhm, *FreeBSD* ports collection looks bogus to me. If BSD wants to make use of it, fine, but please let's keep their little hacks outside of FreeBSD ports. :) ./danfe From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 07:54:57 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 6C9AAB5B; Tue, 26 Nov 2013 07:54:57 +0000 (UTC) Date: Tue, 26 Nov 2013 07:54:57 +0000 From: Alexey Dokuchaev To: marino@freebsd.org Subject: Re: svn commit: r334593 - in head/dns: bind96 bind96/files bind98 bind98/files bind99 bind99/files Message-ID: <20131126075457.GB88351@FreeBSD.org> References: <201311221341.rAMDfY3g002148@svn.freebsd.org> <01490d316b5dd7f01f1c843871542666@secure.marino.st> <2DEEB271-4795-4DF0-8F85-30316BA3070F@FreeBSD.org> <5291C8BD.3070109@marino.st> <20131126035339.GA43389@FreeBSD.org> <529451E7.4010801@marino.st> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <529451E7.4010801@marino.st> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, owner-ports-committers@freebsd.org, Erwin Lansing , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 26 Nov 2013 07:54:57 -0000 On Tue, Nov 26, 2013 at 08:46:47AM +0100, John Marino wrote: > However: > 1) There are OSVERSION in use that can easily be replaced by existence check > 2) Most OSVERSION checks could be moved to a separate, automatically > included makefile called "Makefile.FreeBSD". This functionality exists :) I prefer that other platforms included their Makefile.FooBSD instead. > today. Only FreeBSD platforms include Makefile.FreeBSD > 3) Any remaining OSVERSION use in Makefiles should have a sweep to add > OPSYS with it. > > I would encourage further discussion on portmgr@ list though, that's > where it has moved (well, at least attempted to be moved). I don't really see why it was/being discussed on portmgr@. It is more of technical issue than organizational one; ports@ or at least ports-committers@ looks more appropriate to me. ./danfe From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 07:59:05 2013 Return-Path: Delivered-To: svn-ports-head@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 6D7EECFA; Tue, 26 Nov 2013 07:59:05 +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 5BD36291A; Tue, 26 Nov 2013 07:59:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQ7x5CZ063181; Tue, 26 Nov 2013 07:59:05 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQ7x4dw063174; Tue, 26 Nov 2013 07:59:04 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201311260759.rAQ7x4dw063174@svn.freebsd.org> From: Ganael LAPLANCHE Date: Tue, 26 Nov 2013 07:59:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334921 - in head: devel/raknet devel/tbb emulators/jzintv games/flightgear-aircraft games/flightgear-data games/flightgear-mb339-pan 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.16 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, 26 Nov 2013 07:59:05 -0000 Author: martymac Date: Tue Nov 26 07:59:03 2013 New Revision: 334921 URL: http://svnweb.freebsd.org/changeset/ports/334921 Log: Use '${COPYTREE_SHARE} .' instead of '${COPYTREE_SHARE} \*' in my ports Suggested by: danfe Modified: head/devel/raknet/Makefile head/devel/tbb/Makefile head/emulators/jzintv/Makefile head/games/flightgear-aircraft/Makefile head/games/flightgear-data/Makefile head/games/flightgear-mb339-pan/Makefile Modified: head/devel/raknet/Makefile ============================================================================== --- head/devel/raknet/Makefile Tue Nov 26 06:51:25 2013 (r334920) +++ head/devel/raknet/Makefile Tue Nov 26 07:59:03 2013 (r334921) @@ -61,7 +61,7 @@ do-install: ${INSTALL_LIB} ${WRKSRC}/Lib/LibStatic/libRakNetStatic.a \ ${STAGEDIR}${PREFIX}/lib/libraknet.a @${MKDIR} ${STAGEDIR}${DOCSDIR}/Help - (cd ${WRKSRC}/Help/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}/Help) + (cd ${WRKSRC}/Help/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/Help) ${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR} .include Modified: head/devel/tbb/Makefile ============================================================================== --- head/devel/tbb/Makefile Tue Nov 26 06:51:25 2013 (r334920) +++ head/devel/tbb/Makefile Tue Nov 26 07:59:03 2013 (r334921) @@ -45,7 +45,7 @@ do-install: ${LN} -sf ${PREFIX}/lib/libtbbmalloc.so.4 \ ${STAGEDIR}${PREFIX}/lib/libtbbmalloc.so; \ ${MKDIR} ${STAGEDIR}${PREFIX}/include/tbb/; \ - cd include/tbb/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/include/tbb/ + cd include/tbb/ && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/tbb/ post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtbb.so.4 Modified: head/emulators/jzintv/Makefile ============================================================================== --- head/emulators/jzintv/Makefile Tue Nov 26 06:51:25 2013 (r334920) +++ head/emulators/jzintv/Makefile Tue Nov 26 07:59:03 2013 (r334921) @@ -59,11 +59,11 @@ do-install: .endif .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR}/doc - (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}/doc) + (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/doc) .endif .if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) + (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .endif @${CAT} ${PKGMESSAGE} Modified: head/games/flightgear-aircraft/Makefile ============================================================================== --- head/games/flightgear-aircraft/Makefile Tue Nov 26 06:51:25 2013 (r334920) +++ head/games/flightgear-aircraft/Makefile Tue Nov 26 07:59:03 2013 (r334921) @@ -85,6 +85,6 @@ pre-install: do-install: ${MKDIR} ${STAGEDIR}${DATADIR} - (cd ${WRKSRC}/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}) + (cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) .include Modified: head/games/flightgear-data/Makefile ============================================================================== --- head/games/flightgear-data/Makefile Tue Nov 26 06:51:25 2013 (r334920) +++ head/games/flightgear-data/Makefile Tue Nov 26 07:59:03 2013 (r334921) @@ -43,6 +43,6 @@ pre-install: do-install: ${MKDIR} ${STAGEDIR}${DATADIR} - (cd ${WRKSRC}/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}) + (cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR} '! -name .gitignore') .include Modified: head/games/flightgear-mb339-pan/Makefile ============================================================================== --- head/games/flightgear-mb339-pan/Makefile Tue Nov 26 06:51:25 2013 (r334920) +++ head/games/flightgear-mb339-pan/Makefile Tue Nov 26 07:59:03 2013 (r334921) @@ -39,6 +39,6 @@ pre-install: do-install: ${MKDIR} ${STAGEDIR}${DATADIR} - (cd ${WRKSRC}/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}) + (cd ${WRKSRC}/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) .include From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 08:05:39 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mandree.no-ip.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2CBCAECE; Tue, 26 Nov 2013 08:05:39 +0000 (UTC) Received: from [IPv6:::1] (localhost6.localdomain6 [IPv6:::1]) by apollo.emma.line.org (Postfix) with ESMTP id 7873223CE8F; Tue, 26 Nov 2013 09:05:37 +0100 (CET) Message-ID: <52945651.8010403@FreeBSD.org> Date: Tue, 26 Nov 2013 09:05:37 +0100 From: Matthias Andree User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r334906 - head/security/gnutls3 References: <201311252359.rAPNx4NO098520@svn.freebsd.org> In-Reply-To: <201311252359.rAPNx4NO098520@svn.freebsd.org> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: William Grzybowski X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 26 Nov 2013 08:05:39 -0000 Am 26.11.2013 00:59, schrieb William Grzybowski: > Author: wg > Date: Mon Nov 25 23:59:04 2013 > New Revision: 334906 > URL: http://svnweb.freebsd.org/changeset/ports/334906 > > Log: > security/gnutls3: fix build without autogen That should have been "fix build on systems that do have autogen installed" because the build somehow fails if autogen is in the system and its libopts apparently introduces the build failures I had observed. autogen isn't a dependency, so you would not see this failure in Tinderbox, Poudriere, or minimal build systems. The --enable-local-libopts I proposed to add bypasses the system's autogen libopts and uses its local packaged version, which builds fine. From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 08:13:12 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 ESMTPS id 00DB540A; Tue, 26 Nov 2013 08:13:11 +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 CA41029DF; Tue, 26 Nov 2013 08:13:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQ8DBVJ069859; Tue, 26 Nov 2013 08:13:11 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQ8DBCw069856; Tue, 26 Nov 2013 08:13:11 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201311260813.rAQ8DBCw069856@svn.freebsd.org> From: Frederic Culot Date: Tue, 26 Nov 2013 08:13:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334922 - head/textproc/p5-Text-WikiFormat 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.16 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, 26 Nov 2013 08:13:12 -0000 Author: culot Date: Tue Nov 26 08:13:10 2013 New Revision: 334922 URL: http://svnweb.freebsd.org/changeset/ports/334922 Log: - Update to 0.81 - Support staging Changes: http://search.cpan.org/dist/Text-WikiFormat/Changes Modified: head/textproc/p5-Text-WikiFormat/Makefile head/textproc/p5-Text-WikiFormat/distinfo head/textproc/p5-Text-WikiFormat/pkg-plist Modified: head/textproc/p5-Text-WikiFormat/Makefile ============================================================================== --- head/textproc/p5-Text-WikiFormat/Makefile Tue Nov 26 07:59:03 2013 (r334921) +++ head/textproc/p5-Text-WikiFormat/Makefile Tue Nov 26 08:13:10 2013 (r334922) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Text-WikiFormat -PORTVERSION= 0.80 +PORTVERSION= 0.81 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -13,14 +13,10 @@ COMMENT= Module for translating Wiki for LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-URI>0:${PORTSDIR}/net/p5-URI +BUILD_DEPENDS= p5-URI>=0.01:${PORTSDIR}/net/p5-URI RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure -MAN3= Text::WikiFormat.3 \ - Text::WikiFormat::Blocks.3 - -NO_STAGE= yes .include Modified: head/textproc/p5-Text-WikiFormat/distinfo ============================================================================== --- head/textproc/p5-Text-WikiFormat/distinfo Tue Nov 26 07:59:03 2013 (r334921) +++ head/textproc/p5-Text-WikiFormat/distinfo Tue Nov 26 08:13:10 2013 (r334922) @@ -1,2 +1,2 @@ -SHA256 (Text-WikiFormat-0.80.tar.gz) = 3ed72a028f49274c61bdf001c831b77389c47e2c611ac0414fa0c3bee3783544 -SIZE (Text-WikiFormat-0.80.tar.gz) = 28845 +SHA256 (Text-WikiFormat-0.81.tar.gz) = e43cd995ad9157a7e839d993ee7b6c4d1854947e557d096d9d5aaf74507fab33 +SIZE (Text-WikiFormat-0.81.tar.gz) = 34409 Modified: head/textproc/p5-Text-WikiFormat/pkg-plist ============================================================================== --- head/textproc/p5-Text-WikiFormat/pkg-plist Tue Nov 26 07:59:03 2013 (r334921) +++ head/textproc/p5-Text-WikiFormat/pkg-plist Tue Nov 26 08:13:10 2013 (r334922) @@ -1,4 +1,9 @@ %%SITE_PERL%%/Text/WikiFormat.pm %%SITE_PERL%%/Text/WikiFormat/Blocks.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/WikiFormat/.packlist +%%PERL5_MAN3%%/Text::WikiFormat.3.gz +%%PERL5_MAN3%%/Text::WikiFormat::Blocks.3.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/WikiFormat +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text @dirrmtry %%SITE_PERL%%/Text/WikiFormat @dirrmtry %%SITE_PERL%%/Text From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 08:40:04 2013 Return-Path: Delivered-To: svn-ports-head@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 DACD2B62; Tue, 26 Nov 2013 08:40:04 +0000 (UTC) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 723262BC8; Tue, 26 Nov 2013 08:40:03 +0000 (UTC) Received: by mail-wi0-f176.google.com with SMTP id hq4so4809285wib.15 for ; Tue, 26 Nov 2013 00:40:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=XUDEMshLGleJfe31+lAQZLZwjCfrGhxzuJaV+TLjMFE=; b=YzskzFppb+G8aYI178PKFKUfmhOOV3UQMH3caqFuVkxMWhFJBB2QlLlQY11CH4WTC/ /FLwdKxs7glPyvJ/Rkdp+uPxOy8IAvcdyp1TDBKwAFkj4qtlhTGgBnjV4ClMKnmrmAQK tB5hUzfOBuchZhG3Cdnk5aNpmSL2Y+JBcsAvHE7ikZUVH3vnNBsCR9L7n/vXTPqwXZ4Y Jf3w8WbpMb1mjGyobZHJeC9xF871WGVmmXXqfWOlrnXCxdDgo96pAeWGG+P9RixLAxi+ 01TxUSuX05BLa6lkJhmdnGkIOTYvwv3GMer0Mb5b5j6AOaIPcIIrRLRyIHNkg2tG63sI DV1Q== X-Received: by 10.194.21.131 with SMTP id v3mr5431939wje.44.1385455201442; Tue, 26 Nov 2013 00:40:01 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id bs15sm58020733wib.10.2013.11.26.00.39.59 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 26 Nov 2013 00:40:00 -0800 (PST) Sender: Baptiste Daroussin Date: Tue, 26 Nov 2013 09:39:58 +0100 From: Baptiste Daroussin To: Alexey Dokuchaev Subject: Re: svn commit: r334593 - in head/dns: bind96 bind96/files bind98 bind98/files bind99 bind99/files Message-ID: <20131126083958.GG19582@ithaqua.etoilebsd.net> References: <201311221341.rAMDfY3g002148@svn.freebsd.org> <01490d316b5dd7f01f1c843871542666@secure.marino.st> <2DEEB271-4795-4DF0-8F85-30316BA3070F@FreeBSD.org> <5291C8BD.3070109@marino.st> <20131126035339.GA43389@FreeBSD.org> <20131126073851.GE19582@ithaqua.etoilebsd.net> <20131126075122.GA88351@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="Fnm8lRGFTVS/3GuM" Content-Disposition: inline In-Reply-To: <20131126075122.GA88351@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org, svn-ports-all@freebsd.org, marino@freebsd.org, ports-committers@freebsd.org, Erwin Lansing X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 26 Nov 2013 08:40:05 -0000 --Fnm8lRGFTVS/3GuM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 26, 2013 at 07:51:22AM +0000, Alexey Dokuchaev wrote: > On Tue, Nov 26, 2013 at 08:38:52AM +0100, Baptiste Daroussin wrote: > > On Tue, Nov 26, 2013 at 03:53:39AM +0000, Alexey Dokuchaev wrote: > > > Given that OSVERSION is used extensively in the tree, I'm worrying th= at > > > adding these extra "${OPSYS} =3D=3D FreeBSD" checks will our makefile= s less > > > readable. Wouldn't it make more sense to place this check somewhere = in > > > single place, and define whatever OSVERSION that looks reasonable when > > > OPSYS =3D=3D FreeBSD instead of patching every port? > >=20 > > except that lots/most of the osversion checking in the ports tree is al= so > > wrong and was due to a design bug of pointyhat/tinderbox, pointyhat is = gone, > > and tinderbox had been fixed. there is no need anymore for most of them > > which also are often wrong given the flexibility we have with buildworl= d. > >=20 > > I do plan to remove most of the useless osversion. >=20 > Yup, I remember this was discussed on IRC a few times. I'm only looking > forward to it. However, introducing "${OPSYS} =3D=3D FreeBSD" checks in,= uhm, > *FreeBSD* ports collection looks bogus to me. If BSD wants to > make use of it, fine, but please let's keep their little hacks outside of > FreeBSD ports. :) >=20 > ./danfe We need to be friendly with other OS if they want to use the ports tree like Dragonfly does. and I disagree to let their little hacks outside of the por= ts tree. Their little hacks often shows a deficiency of the port system! for example= the little hack dragonfly had about config.guess/config.sub showed me that we h= ave never upstream our patches to it and we were using a really really old vers= ion, this is one of the reason why most of the autotooled software does not beha= ve the same when built inside and outside of the ports tree. Tricky no? but instead of fixing and upstreaming we have prefered yelling at autotools. (We right know have the same kind of problems with libtool) Their "little hacks" revealed a lot, let allow them to bring it into the "FreeBSD" ports tree! OSVERSION means nothing outside of OSTYPE, and btw OSVERSION is also killin= g the dozens of vendor that keep an old version of freebsd but backporting new th= ings into it! or using a newer version of freebsd but lying on the version to pl= ease the management, or version using "vanilla" freebsd but naming it another na= me or another version. Last thing is their "little hacks" allows me to discover lots of defficiencies about our toolchain and friends, in particular how we handle = it inside the ports tree, this has driven me to the right direction (I hope :)= ) to allow cross building. and OSVERSION is killing me with cross building btw :) My 2cts on the subject. regards, Bapt --Fnm8lRGFTVS/3GuM Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlKUXl4ACgkQ8kTtMUmk6EwtmACfcsfX1ctIiuiAnML9NYk8t46N f/cAn2umDmP9QqFnb3VeLGG+0o1VCL89 =Bc2Y -----END PGP SIGNATURE----- --Fnm8lRGFTVS/3GuM-- From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 10:44:19 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 ESMTPS id 46A75ACF; Tue, 26 Nov 2013 10:44:19 +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 EABC12382; Tue, 26 Nov 2013 10:44:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQAiIQf021188; Tue, 26 Nov 2013 10:44:18 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQAiIVi021185; Tue, 26 Nov 2013 10:44:18 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311261044.rAQAiIVi021185@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Tue, 26 Nov 2013 10:44:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334923 - head/sysutils/froxlor 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.16 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, 26 Nov 2013 10:44:19 -0000 Author: danilo Date: Tue Nov 26 10:44:18 2013 New Revision: 334923 URL: http://svnweb.freebsd.org/changeset/ports/334923 Log: - Update from 0.9.29 to 0.9.30 [1] - Convert all if's in options helpers PR: ports/184256 Submitted by: Marco Steinbach (maintainer) [1] Modified: head/sysutils/froxlor/Makefile head/sysutils/froxlor/distinfo head/sysutils/froxlor/pkg-plist Modified: head/sysutils/froxlor/Makefile ============================================================================== --- head/sysutils/froxlor/Makefile Tue Nov 26 08:13:10 2013 (r334922) +++ head/sysutils/froxlor/Makefile Tue Nov 26 10:44:18 2013 (r334923) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= froxlor -DISTVERSION= 0.9.29 +DISTVERSION= 0.9.30 CATEGORIES= sysutils www MASTER_SITES= http://files.froxlor.org/releases/ @@ -85,24 +85,14 @@ LIGHTTPD_RUN_DEPENDS= lighttpd:${PORTSDI NGINX_RUN_DEPENDS= nginx:${PORTSDIR}/www/nginx -.include +APACHE_USE= APACHE_RUN=22 -.if ${PORT_OPTIONS:MAPACHE} -USE_APACHE_RUN= 22 -.endif - -.if ${PORT_OPTIONS:MMYSQLS} -USE_MYSQL= server -.endif - -.if ${PORT_OPTIONS:MPCNTL} -USE_PHP+= pcntl -.endif - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext:run -USE_PHP+= gettext -.endif +MYSQLS_USE= MYSQL=server + +PCNTL_USE= PHP=pcntl + +NLS_USES= gettext:run +NLS_USE= PHP=gettext do-install: cd ${WRKDIR}/${PORTNAME} && \ Modified: head/sysutils/froxlor/distinfo ============================================================================== --- head/sysutils/froxlor/distinfo Tue Nov 26 08:13:10 2013 (r334922) +++ head/sysutils/froxlor/distinfo Tue Nov 26 10:44:18 2013 (r334923) @@ -1,2 +1,2 @@ -SHA256 (froxlor-0.9.29.tar.gz) = ed69457dca9e9945965c7965abbbfe94132898cc3a492f0e37a74b2e2cd099e7 -SIZE (froxlor-0.9.29.tar.gz) = 1586982 +SHA256 (froxlor-0.9.30.tar.gz) = 5cb1ee68051671b8e4d264befe57b77a13a7b1b290fef1b576d68d9c954ef8b7 +SIZE (froxlor-0.9.30.tar.gz) = 1899021 Modified: head/sysutils/froxlor/pkg-plist ============================================================================== --- head/sysutils/froxlor/pkg-plist Tue Nov 26 08:13:10 2013 (r334922) +++ head/sysutils/froxlor/pkg-plist Tue Nov 26 10:44:18 2013 (r334923) @@ -22,7 +22,6 @@ %%WWWDIR%%/actions/admin/settings/210.security.php %%WWWDIR%%/actions/admin/settings/215.backup.php %%WWWDIR%%/actions/admin/settings/220.quota.php -%%WWWDIR%%/actions/admin/settings/225.logrotate.php %%WWWDIR%%/admin_admins.php %%WWWDIR%%/admin_aps.php %%WWWDIR%%/admin_configfiles.php @@ -40,9 +39,8 @@ %%WWWDIR%%/admin_traffic.php %%WWWDIR%%/admin_updates.php %%WWWDIR%%/cache/.keep -%%WWWDIR%%/css/jquery.jqplot.css +%%WWWDIR%%/css/jquery-ui.min.css %%WWWDIR%%/css/jquery.jqplot.min.css -%%WWWDIR%%/css/jquery.jquery-ui.css %%WWWDIR%%/customer_aps.php %%WWWDIR%%/customer_autoresponder.php %%WWWDIR%%/customer_domains.php @@ -56,11 +54,27 @@ %%WWWDIR%%/index.php %%WWWDIR%%/install/froxlor.sql %%WWWDIR%%/install/install.php +%%WWWDIR%%/install/lib/class.FroxlorInstall.php %%WWWDIR%%/install/lng/english.lng.php -%%WWWDIR%%/install/lng/french.lng.php %%WWWDIR%%/install/lng/german.lng.php %%WWWDIR%%/install/scripts/htpasswd-htaccess-remover.php %%WWWDIR%%/install/scripts/language-check.php +%%WWWDIR%%/install/templates/assets/css/install.css +%%WWWDIR%%/install/templates/assets/img/favicon.ico +%%WWWDIR%%/install/templates/assets/img/logo.png +%%WWWDIR%%/install/templates/assets/img/password.png +%%WWWDIR%%/install/templates/assets/img/text_align_left.png +%%WWWDIR%%/install/templates/dataform.tpl +%%WWWDIR%%/install/templates/dataform2.tpl +%%WWWDIR%%/install/templates/dataitem.tpl +%%WWWDIR%%/install/templates/dataitemchk.tpl +%%WWWDIR%%/install/templates/datasection.tpl +%%WWWDIR%%/install/templates/footer.tpl +%%WWWDIR%%/install/templates/header.tpl +%%WWWDIR%%/install/templates/lngform.tpl +%%WWWDIR%%/install/templates/page.tpl +%%WWWDIR%%/install/templates/pagebottom.tpl +%%WWWDIR%%/install/templates/textarea.tpl %%WWWDIR%%/install/tsmarty2c.php %%WWWDIR%%/install/updates/froxlor/0.9/update_0.9.inc.php %%WWWDIR%%/install/updates/froxlor/upgrade_syscp.inc.php @@ -73,181 +87,180 @@ %%WWWDIR%%/install/updates/syscp/1.4/update_1.4.inc.php %%WWWDIR%%/install/updatesql.php %%WWWDIR%%/js/excanvas.min.js -%%WWWDIR%%/js/jquery-ui-1.8.13.min.js +%%WWWDIR%%/js/html5shiv.js +%%WWWDIR%%/js/jquery-ui-1.9.2.min.js %%WWWDIR%%/js/jquery-ui.min.js %%WWWDIR%%/js/jquery.jqplot.min.js %%WWWDIR%%/js/jquery.min.js %%WWWDIR%%/js/jquery.tablesorter.min.js -%%WWWDIR%%/js/plugins/jqplot.BezierCurveRenderer.js %%WWWDIR%%/js/plugins/jqplot.BezierCurveRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.barRenderer.js %%WWWDIR%%/js/plugins/jqplot.barRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.blockRenderer.js %%WWWDIR%%/js/plugins/jqplot.blockRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.bubbleRenderer.js %%WWWDIR%%/js/plugins/jqplot.bubbleRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.canvasAxisLabelRenderer.js %%WWWDIR%%/js/plugins/jqplot.canvasAxisLabelRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.canvasAxisTickRenderer.js %%WWWDIR%%/js/plugins/jqplot.canvasAxisTickRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.canvasOverlay.js %%WWWDIR%%/js/plugins/jqplot.canvasOverlay.min.js -%%WWWDIR%%/js/plugins/jqplot.canvasTextRenderer.js %%WWWDIR%%/js/plugins/jqplot.canvasTextRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.categoryAxisRenderer.js %%WWWDIR%%/js/plugins/jqplot.categoryAxisRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.ciParser.js %%WWWDIR%%/js/plugins/jqplot.ciParser.min.js -%%WWWDIR%%/js/plugins/jqplot.cursor.js %%WWWDIR%%/js/plugins/jqplot.cursor.min.js -%%WWWDIR%%/js/plugins/jqplot.dateAxisRenderer.js %%WWWDIR%%/js/plugins/jqplot.dateAxisRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.donutRenderer.js %%WWWDIR%%/js/plugins/jqplot.donutRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.dragable.js %%WWWDIR%%/js/plugins/jqplot.dragable.min.js -%%WWWDIR%%/js/plugins/jqplot.enhancedLegendRenderer.js %%WWWDIR%%/js/plugins/jqplot.enhancedLegendRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.funnelRenderer.js %%WWWDIR%%/js/plugins/jqplot.funnelRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.highlighter.js %%WWWDIR%%/js/plugins/jqplot.highlighter.min.js -%%WWWDIR%%/js/plugins/jqplot.json2.js %%WWWDIR%%/js/plugins/jqplot.json2.min.js -%%WWWDIR%%/js/plugins/jqplot.logAxisRenderer.js %%WWWDIR%%/js/plugins/jqplot.logAxisRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.mekkoAxisRenderer.js %%WWWDIR%%/js/plugins/jqplot.mekkoAxisRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.mekkoRenderer.js %%WWWDIR%%/js/plugins/jqplot.mekkoRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.meterGaugeRenderer.js %%WWWDIR%%/js/plugins/jqplot.meterGaugeRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.ohlcRenderer.js +%%WWWDIR%%/js/plugins/jqplot.mobile.min.js %%WWWDIR%%/js/plugins/jqplot.ohlcRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.pieRenderer.js %%WWWDIR%%/js/plugins/jqplot.pieRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.pointLabels.js %%WWWDIR%%/js/plugins/jqplot.pointLabels.min.js -%%WWWDIR%%/js/plugins/jqplot.trendline.js +%%WWWDIR%%/js/plugins/jqplot.pyramidAxisRenderer.min.js +%%WWWDIR%%/js/plugins/jqplot.pyramidGridRenderer.min.js +%%WWWDIR%%/js/plugins/jqplot.pyramidRenderer.min.js %%WWWDIR%%/js/plugins/jqplot.trendline.min.js %%WWWDIR%%/lib/classes/Smarty -%%WWWDIR%%/lib/classes/Smarty-3.0.8/COPYING.lib -%%WWWDIR%%/lib/classes/Smarty-3.0.8/README -%%WWWDIR%%/lib/classes/Smarty-3.0.8/SMARTY2_BC_NOTES -%%WWWDIR%%/lib/classes/Smarty-3.0.8/change_log.txt -%%WWWDIR%%/lib/classes/Smarty-3.0.8/demo/configs/test.conf -%%WWWDIR%%/lib/classes/Smarty-3.0.8/demo/index.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/demo/index_php_template.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/demo/templates/footer.tpl -%%WWWDIR%%/lib/classes/Smarty-3.0.8/demo/templates/header.tpl -%%WWWDIR%%/lib/classes/Smarty-3.0.8/demo/templates/index.tpl -%%WWWDIR%%/lib/classes/Smarty-3.0.8/demo/templates/index_view.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/Smarty.class.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/debug.tpl -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/block.php.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/block.textformat.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.counter.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.cycle.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.fetch.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.html_checkboxes.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.html_image.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.html_options.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.html_radios.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.html_select_date.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.html_select_time.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.html_table.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.mailto.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.math.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifier.capitalize.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifier.date_format.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifier.debug_print_var.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifier.escape.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifier.regex_replace.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifier.replace.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifier.spacify.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifier.truncate.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.cat.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.count_characters.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.count_paragraphs.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.count_sentences.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.count_words.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.default.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.indent.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.lower.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.noprint.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.string_format.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.strip.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.strip_tags.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.upper.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.wordwrap.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/outputfilter.trimwhitespace.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/shared.escape_special_chars.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/shared.make_timestamp.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/shared.mb_str_replace.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/variablefilter.htmlspecialchars.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_cacheresource_file.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_append.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_assign.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_block.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_break.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_call.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_capture.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_config_load.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_continue.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_debug.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_eval.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_extends.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_for.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_foreach.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_function.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_if.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_include.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_include_php.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_insert.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_ldelim.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_nocache.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_private_block_plugin.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_private_function_plugin.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_private_modifier.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_private_object_block_function.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_private_object_function.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_private_print_expression.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_private_registered_block.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_private_registered_function.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_private_special_variable.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_rdelim.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_section.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_while.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compilebase.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_config.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_config_file_compiler.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_configfilelexer.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_configfileparser.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_data.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_debug.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_filter.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_filter_handler.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_function_call_handler.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_get_include_path.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_nocache_insert.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_parsetree.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_register.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_resource_eval.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_resource_extends.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_resource_file.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_resource_php.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_resource_registered.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_resource_stream.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_resource_string.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_smartytemplatecompiler.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_template.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_templatecompilerbase.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_templatelexer.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_templateparser.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_utility.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_wrapper.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_write_file.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_security.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/COPYING.lib +%%WWWDIR%%/lib/classes/Smarty-3.1.15/README +%%WWWDIR%%/lib/classes/Smarty-3.1.15/SMARTY_2_BC_NOTES.txt +%%WWWDIR%%/lib/classes/Smarty-3.1.15/SMARTY_3.0_BC_NOTES.txt +%%WWWDIR%%/lib/classes/Smarty-3.1.15/SMARTY_3.1_NOTES.txt +%%WWWDIR%%/lib/classes/Smarty-3.1.15/change_log.txt +%%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/configs/test.conf +%%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/index.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/plugins/cacheresource.apc.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/plugins/cacheresource.memcache.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/plugins/cacheresource.mysql.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/plugins/resource.extendsall.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/plugins/resource.mysql.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/plugins/resource.mysqls.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/templates/footer.tpl +%%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/templates/header.tpl +%%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/templates/index.tpl +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/Smarty.class.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/SmartyBC.class.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/debug.tpl +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/block.textformat.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.counter.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.cycle.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.fetch.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.html_checkboxes.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.html_image.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.html_options.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.html_radios.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.html_select_date.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.html_select_time.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.html_table.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.mailto.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.math.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifier.capitalize.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifier.date_format.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifier.debug_print_var.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifier.escape.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifier.regex_replace.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifier.replace.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifier.spacify.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifier.truncate.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.cat.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.count_characters.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.count_paragraphs.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.count_sentences.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.count_words.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.default.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.escape.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.from_charset.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.indent.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.lower.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.noprint.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.string_format.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.strip.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.strip_tags.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.to_charset.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.unescape.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.upper.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.wordwrap.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/outputfilter.trimwhitespace.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/shared.escape_special_chars.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/shared.literal_compiler_param.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/shared.make_timestamp.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/shared.mb_str_replace.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/shared.mb_unicode.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/shared.mb_wordwrap.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/variablefilter.htmlspecialchars.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_cacheresource.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_cacheresource_custom.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_cacheresource_keyvaluestore.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_config_source.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_cacheresource_file.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_append.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_assign.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_block.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_break.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_call.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_capture.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_config_load.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_continue.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_debug.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_eval.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_extends.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_for.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_foreach.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_function.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_if.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_include.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_include_php.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_insert.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_ldelim.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_nocache.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_private_block_plugin.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_private_function_plugin.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_private_modifier.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_private_object_block_function.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_private_object_function.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_private_print_expression.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_private_registered_block.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_private_registered_function.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_private_special_variable.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_rdelim.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_section.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_setfilter.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_while.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compilebase.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_config.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_config_file_compiler.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_configfilelexer.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_configfileparser.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_data.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_debug.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_filter_handler.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_function_call_handler.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_get_include_path.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_nocache_insert.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_parsetree.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_resource_eval.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_resource_extends.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_resource_file.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_resource_php.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_resource_registered.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_resource_stream.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_resource_string.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_smartytemplatecompiler.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_template.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_templatebase.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_templatecompilerbase.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_templatelexer.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_templateparser.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_utility.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_write_file.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_resource.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_resource_custom.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_resource_recompiled.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_resource_uncompiled.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_security.php %%WWWDIR%%/lib/classes/aps/class.ApsInstaller.php %%WWWDIR%%/lib/classes/aps/class.ApsParser.php %%WWWDIR%%/lib/classes/aps/class.ApsUpdater.php @@ -260,6 +273,7 @@ %%WWWDIR%%/lib/classes/htmlpurifier/VERSION %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier.auto.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier.autoload.php +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier.composer.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier.func.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier.includes.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier.kses.php @@ -279,6 +293,7 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Filter.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Font.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Ident.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ImportantDecorator.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Length.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ListStyle.php @@ -287,6 +302,7 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Percentage.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/TextDecoration.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/URI.php +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/Clone.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/Enum.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Bool.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Class.php @@ -322,10 +338,12 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTransform/Length.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTransform/Name.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTransform/NameSync.php +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTransform/Nofollow.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTransform/SafeEmbed.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTransform/SafeObject.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTransform/SafeParam.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTransform/ScriptRequired.php +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTransform/TargetBlank.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTransform/Textarea.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTypes.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrValidator.php @@ -335,6 +353,7 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ChildDef/Chameleon.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ChildDef/Custom.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ChildDef/Empty.php +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ChildDef/List.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ChildDef/Optional.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ChildDef/Required.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ChildDef/StrictBlockquote.php @@ -378,18 +397,23 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveSpansWithoutAttributes.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowedFonts.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.ForbiddenProperties.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.Proprietary.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.Trusted.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPath.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPermissions.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.DisableExcludes.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.EnableIDNA.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt @@ -410,6 +434,8 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Filter.YouTube.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedComments.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedCommentsRegexp.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt @@ -423,17 +449,22 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Nofollow.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeIframe.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeScripting.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TargetBlank.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Trusted.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.XHTML.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.CommentScriptContents.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.FixInnerHTML.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.FlashCompat.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.Newline.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt @@ -455,6 +486,7 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.SafeIframeRegexp.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/info.ini %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ContentSets.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/Context.php @@ -489,10 +521,12 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Edit.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Forms.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Hypertext.php +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Iframe.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Image.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Legacy.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/List.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Name.php +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Nofollow.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Object.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Presentation.php @@ -500,10 +534,12 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Ruby.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/SafeEmbed.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/SafeObject.php +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/SafeScripting.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Scripting.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/StyleAttribute.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Tables.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Target.php +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/TargetBlank.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Text.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Name.php @@ -573,6 +609,7 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/URIFilter/HostBlacklist.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/URIFilter/MakeAbsolute.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/URIFilter/Munge.php +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/URIFilter/SafeIframe.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/URIParser.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/URIScheme.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/URIScheme/data.php @@ -605,7 +642,9 @@ %%WWWDIR%%/lib/classes/phpinterface/class.phpinterface.php %%WWWDIR%%/lib/classes/phpinterface/class.phpinterface_fcgid.php %%WWWDIR%%/lib/classes/phpinterface/class.phpinterface_fpm.php +%%WWWDIR%%/lib/classes/phpmailer/PHPMailerAutoload.php %%WWWDIR%%/lib/classes/phpmailer/class.PHPMailer.php +%%WWWDIR%%/lib/classes/phpmailer/class.PHPMailerAutoload.php %%WWWDIR%%/lib/classes/phpmailer/class.SMTP.php %%WWWDIR%%/lib/classes/ticket/class.ticket.php %%WWWDIR%%/lib/classes/webserver/class.ConfigIO.php @@ -670,8 +709,6 @@ %%WWWDIR%%/lib/functions/aps/function.sys_get_temp_dir.php %%WWWDIR%%/lib/functions/database/function.correctMysqlUsers.php %%WWWDIR%%/lib/functions/database/function.getTables.php -%%WWWDIR%%/lib/functions/database/function.remove_remarks.php -%%WWWDIR%%/lib/functions/database/function.split_sql_file.php %%WWWDIR%%/lib/functions/filedir/function.fileImmutable.php %%WWWDIR%%/lib/functions/filedir/function.findDirs.php %%WWWDIR%%/lib/functions/filedir/function.isConfigDir.php @@ -730,6 +767,7 @@ %%WWWDIR%%/lib/functions/froxlor/function.createAWStatsVhost.php %%WWWDIR%%/lib/functions/froxlor/function.customerHasPerlEnabled.php %%WWWDIR%%/lib/functions/froxlor/function.domainHasMainSubDomains.php +%%WWWDIR%%/lib/functions/froxlor/function.domainHasSslIpPort.php %%WWWDIR%%/lib/functions/froxlor/function.generatePassword.php %%WWWDIR%%/lib/functions/froxlor/function.getAdmins.php %%WWWDIR%%/lib/functions/froxlor/function.getCustomerDetail.php @@ -781,6 +819,7 @@ %%WWWDIR%%/lib/functions/settings/function.loadSettings.php %%WWWDIR%%/lib/functions/settings/function.saveSetting.php %%WWWDIR%%/lib/functions/settings/function.storeSettingDefaultIp.php +%%WWWDIR%%/lib/functions/settings/function.storeSettingDefaultTheme.php %%WWWDIR%%/lib/functions/settings/function.storeSettingField.php %%WWWDIR%%/lib/functions/settings/function.storeSettingHostname.php %%WWWDIR%%/lib/functions/settings/function.storeSettingIpAddress.php @@ -791,6 +830,7 @@ %%WWWDIR%%/lib/functions/system/function.makeCryptPassword.php %%WWWDIR%%/lib/functions/validate/function.appendOpenbasedirPath.php %%WWWDIR%%/lib/functions/validate/function.buildValidMailFrom.php +%%WWWDIR%%/lib/functions/validate/function.checkDisallowedPaths.php %%WWWDIR%%/lib/functions/validate/function.checkFcgidPhpFpm.php %%WWWDIR%%/lib/functions/validate/function.checkHostname.php %%WWWDIR%%/lib/functions/validate/function.checkMysqlAccessHost.php @@ -818,11 +858,11 @@ %%WWWDIR%%/lng/danish.lng.php %%WWWDIR%%/lng/dutch.lng.php %%WWWDIR%%/lng/english.lng.php -%%WWWDIR%%/lng/error_references.php %%WWWDIR%%/lng/french.lng.php %%WWWDIR%%/lng/german.lng.php %%WWWDIR%%/lng/hungarian.lng.php %%WWWDIR%%/lng/italian.lng.php +%%WWWDIR%%/lng/lng_references.php %%WWWDIR%%/lng/polish.lng.php %%WWWDIR%%/lng/portugues.lng.php %%WWWDIR%%/lng/russian.lng.php @@ -834,19 +874,13 @@ %%WWWDIR%%/locales/de/LC_MESSAGES/default.po %%WWWDIR%%/locales/en/LC_MESSAGES/default.po %%WWWDIR%%/packages/.keep -%%WWWDIR%%/scripts/cron_apsinstaller.php -%%WWWDIR%%/scripts/cron_apsupdater.php -%%WWWDIR%%/scripts/cron_autoresponder.php -%%WWWDIR%%/scripts/cron_tasks.php -%%WWWDIR%%/scripts/cron_ticketarchive.php -%%WWWDIR%%/scripts/cron_traffic.php -%%WWWDIR%%/scripts/cron_used_tickets_reset.php %%WWWDIR%%/scripts/froxlor_master_cronjob.php %%WWWDIR%%/scripts/jobs/cron_apsinstaller.php %%WWWDIR%%/scripts/jobs/cron_apsupdater.php %%WWWDIR%%/scripts/jobs/cron_autoresponder.php %%WWWDIR%%/scripts/jobs/cron_backup.php %%WWWDIR%%/scripts/jobs/cron_lighttp.htaccess.php +%%WWWDIR%%/scripts/jobs/cron_mailboxsize.php %%WWWDIR%%/scripts/jobs/cron_tasks.inc.dns.10.bind.php %%WWWDIR%%/scripts/jobs/cron_tasks.inc.http.10.apache.php %%WWWDIR%%/scripts/jobs/cron_tasks.inc.http.15.apache_fcgid.php @@ -929,6 +963,11 @@ %%WWWDIR%%/templates/Froxlor/admin/phpconfig/overview_add.tpl %%WWWDIR%%/templates/Froxlor/admin/phpconfig/overview_edit.tpl %%WWWDIR%%/templates/Froxlor/admin/phpconfig/overview_overview.tpl +%%WWWDIR%%/templates/Froxlor/admin/settings/phpinfo.tpl +%%WWWDIR%%/templates/Froxlor/admin/settings/phpinfo/phpinfo_1.tpl +%%WWWDIR%%/templates/Froxlor/admin/settings/phpinfo/phpinfo_2.tpl +%%WWWDIR%%/templates/Froxlor/admin/settings/phpinfo/phpinfo_3.tpl +%%WWWDIR%%/templates/Froxlor/admin/settings/phpinfo/phpinfo_table.tpl %%WWWDIR%%/templates/Froxlor/admin/settings/settings.tpl %%WWWDIR%%/templates/Froxlor/admin/settings/settings_form_begin.tpl %%WWWDIR%%/templates/Froxlor/admin/settings/settings_form_end.tpl @@ -1073,6 +1112,9 @@ %%WWWDIR%%/templates/Froxlor/assets/img/icons/settings.png %%WWWDIR%%/templates/Froxlor/assets/img/icons/settings_big.png %%WWWDIR%%/templates/Froxlor/assets/img/icons/ssl.png +%%WWWDIR%%/templates/Froxlor/assets/img/icons/ssl_customer_green.png +%%WWWDIR%%/templates/Froxlor/assets/img/icons/ssl_global.png +%%WWWDIR%%/templates/Froxlor/assets/img/icons/ssl_shared.png %%WWWDIR%%/templates/Froxlor/assets/img/icons/syslog.png %%WWWDIR%%/templates/Froxlor/assets/img/icons/syslog_big.png %%WWWDIR%%/templates/Froxlor/assets/img/icons/syslog_truncate.png @@ -1109,6 +1151,7 @@ %%WWWDIR%%/templates/Froxlor/assets/img/icons/traffic_big.png %%WWWDIR%%/templates/Froxlor/assets/img/icons/trash.png %%WWWDIR%%/templates/Froxlor/assets/img/icons/trash_big.png +%%WWWDIR%%/templates/Froxlor/assets/img/icons/unlock.png %%WWWDIR%%/templates/Froxlor/assets/img/icons/up.png %%WWWDIR%%/templates/Froxlor/assets/img/icons/user_add.png %%WWWDIR%%/templates/Froxlor/assets/img/icons/user_add_big.png @@ -1203,6 +1246,7 @@ %%WWWDIR%%/templates/Froxlor/login/login_ftp.tpl %%WWWDIR%%/templates/Froxlor/misc/alreadyinstalledhint.tpl %%WWWDIR%%/templates/Froxlor/misc/configurehint.tpl +%%WWWDIR%%/templates/Froxlor/misc/dberrornice.tpl %%WWWDIR%%/templates/Froxlor/misc/error.tpl %%WWWDIR%%/templates/Froxlor/misc/form/input_text.tpl %%WWWDIR%%/templates/Froxlor/misc/form/input_textarea.tpl @@ -1212,6 +1256,7 @@ %%WWWDIR%%/templates/Froxlor/misc/htmlarrowcode.tpl %%WWWDIR%%/templates/Froxlor/misc/htmlsearchcode.tpl %%WWWDIR%%/templates/Froxlor/misc/htmlsortcode.tpl +%%WWWDIR%%/templates/Froxlor/misc/ownershiphint.tpl %%WWWDIR%%/templates/Froxlor/misc/question_yesno.tpl %%WWWDIR%%/templates/Froxlor/misc/question_yesno_checkbox.tpl %%WWWDIR%%/templates/Froxlor/misc/success.tpl @@ -1228,6 +1273,422 @@ %%WWWDIR%%/templates/Froxlor/webftp/webftp_main_multiple.tpl %%WWWDIR%%/templates/Froxlor/webftp/webftp_main_prompt.tpl %%WWWDIR%%/templates/Froxlor/webftp/webftp_main_rename.tpl +%%WWWDIR%%/templates/Sparkle/AUTHORS +%%WWWDIR%%/templates/Sparkle/admin/admins/admins.tpl +%%WWWDIR%%/templates/Sparkle/admin/admins/admins_add.tpl +%%WWWDIR%%/templates/Sparkle/admin/admins/admins_admin.tpl +%%WWWDIR%%/templates/Sparkle/admin/admins/admins_edit.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/askyesno.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/footer.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/header.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/infobox.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/manage_instances.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/manage_instances_detail.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/manage_instances_package.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/manage_instances_status.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/manage_packages.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/manage_packages_detail.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/manage_packages_download.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/manage_packages_row.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/upload.tpl +%%WWWDIR%%/templates/Sparkle/admin/configfiles/choose.tpl +%%WWWDIR%%/templates/Sparkle/admin/configfiles/choose_daemon.tpl +%%WWWDIR%%/templates/Sparkle/admin/configfiles/choose_distribution.tpl +%%WWWDIR%%/templates/Sparkle/admin/configfiles/choose_service.tpl +%%WWWDIR%%/templates/Sparkle/admin/configfiles/configfiles.tpl +%%WWWDIR%%/templates/Sparkle/admin/configfiles/configfiles_commands.tpl +%%WWWDIR%%/templates/Sparkle/admin/configfiles/configfiles_file.tpl +%%WWWDIR%%/templates/Sparkle/admin/configfiles/configfiles_files.tpl +%%WWWDIR%%/templates/Sparkle/admin/configfiles/wizard.tpl +%%WWWDIR%%/templates/Sparkle/admin/cronjobs/cronjob_edit.tpl +%%WWWDIR%%/templates/Sparkle/admin/cronjobs/cronjobs.tpl +%%WWWDIR%%/templates/Sparkle/admin/cronjobs/cronjobs_cronjob.tpl +%%WWWDIR%%/templates/Sparkle/admin/customers/customers.tpl +%%WWWDIR%%/templates/Sparkle/admin/customers/customers_add.tpl +%%WWWDIR%%/templates/Sparkle/admin/customers/customers_customer.tpl +%%WWWDIR%%/templates/Sparkle/admin/customers/customers_edit.tpl +%%WWWDIR%%/templates/Sparkle/admin/domains/domains.tpl +%%WWWDIR%%/templates/Sparkle/admin/domains/domains_add.tpl +%%WWWDIR%%/templates/Sparkle/admin/domains/domains_domain.tpl +%%WWWDIR%%/templates/Sparkle/admin/domains/domains_edit.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclient_settings.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclient_settingsend.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclient_settingsoverview.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclient_settingsoverviewgroup.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients_add.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients_client.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients_edit.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients_tasks.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients_tasks_head.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients_view.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients_view_clientinfo.tpl +%%WWWDIR%%/templates/Sparkle/admin/index/change_language.tpl +%%WWWDIR%%/templates/Sparkle/admin/index/change_password.tpl +%%WWWDIR%%/templates/Sparkle/admin/index/change_theme.tpl +%%WWWDIR%%/templates/Sparkle/admin/index/index.tpl +%%WWWDIR%%/templates/Sparkle/admin/index/overview_item.tpl +%%WWWDIR%%/templates/Sparkle/admin/ipsandports/ipsandports.tpl +%%WWWDIR%%/templates/Sparkle/admin/ipsandports/ipsandports_add.tpl +%%WWWDIR%%/templates/Sparkle/admin/ipsandports/ipsandports_edit.tpl +%%WWWDIR%%/templates/Sparkle/admin/ipsandports/ipsandports_ipandport.tpl +%%WWWDIR%%/templates/Sparkle/admin/logger/logger.tpl +%%WWWDIR%%/templates/Sparkle/admin/logger/logger_action.tpl +%%WWWDIR%%/templates/Sparkle/admin/logger/logger_log.tpl +%%WWWDIR%%/templates/Sparkle/admin/message/message.tpl +%%WWWDIR%%/templates/Sparkle/admin/phpconfig/overview.tpl +%%WWWDIR%%/templates/Sparkle/admin/phpconfig/overview_add.tpl +%%WWWDIR%%/templates/Sparkle/admin/phpconfig/overview_edit.tpl +%%WWWDIR%%/templates/Sparkle/admin/phpconfig/overview_overview.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/phpinfo.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/phpinfo/phpinfo_1.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/phpinfo/phpinfo_2.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/phpinfo/phpinfo_3.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/phpinfo/phpinfo_table.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/settings.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/settings_form_begin.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/settings_form_end.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/settings_group.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/settings_overview.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/settings_overviewgroup.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/updatecounters.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/updatecounters_row_admin.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/updatecounters_row_customer.tpl +%%WWWDIR%%/templates/Sparkle/admin/templates/filetemplates_add.tpl +%%WWWDIR%%/templates/Sparkle/admin/templates/filetemplates_edit.tpl +%%WWWDIR%%/templates/Sparkle/admin/templates/templates.tpl +%%WWWDIR%%/templates/Sparkle/admin/templates/templates_add_1.tpl +%%WWWDIR%%/templates/Sparkle/admin/templates/templates_add_2.tpl +%%WWWDIR%%/templates/Sparkle/admin/templates/templates_edit.tpl +%%WWWDIR%%/templates/Sparkle/admin/templates/templates_filetemplate.tpl +%%WWWDIR%%/templates/Sparkle/admin/templates/templates_template.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/archive.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/archived_tickets.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/archivesearch.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/categories.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/tickets.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/tickets_categories.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/tickets_customer.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/tickets_editcategory.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/tickets_new.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/tickets_newcategory.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/tickets_reply.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/tickets_tickets.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/tickets_tickets_list.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/tickets_tickets_main.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/tickets_view.tpl +%%WWWDIR%%/templates/Sparkle/admin/traffic/index.tpl +%%WWWDIR%%/templates/Sparkle/admin/traffic/index_table.tpl +%%WWWDIR%%/templates/Sparkle/admin/traffic/index_table_row.tpl +%%WWWDIR%%/templates/Sparkle/admin/update/index.tpl +%%WWWDIR%%/templates/Sparkle/admin/update/noupdatesavail.tpl +%%WWWDIR%%/templates/Sparkle/admin/update/preconfigitem.tpl +%%WWWDIR%%/templates/Sparkle/admin/update/update_end.tpl +%%WWWDIR%%/templates/Sparkle/admin/update/update_start.tpl +%%WWWDIR%%/templates/Sparkle/assets/css/main.css +%%WWWDIR%%/templates/Sparkle/assets/css/main_ie.css +%%WWWDIR%%/templates/Sparkle/assets/img/default.png +%%WWWDIR%%/templates/Sparkle/assets/img/favicon.ico +%%WWWDIR%%/templates/Sparkle/assets/img/icons/aps.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/aps_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/aps_upload.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/aps_upload_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/archive_ticket.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/autoresponder.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/autoresponder_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/autoresponder_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/autoresponder_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/autoresponder_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/autoresponder_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/backup.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/backup_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/categories.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/categories_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/categories_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/categories_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/categories_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/categories_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_delete.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_delete_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_error.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_go.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_link.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_pause.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_play.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_red.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_stop.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/delete.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/delete_20.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/delete_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/display.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/display_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/domain_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/domain_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/domain_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/domain_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/domains.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/domains_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/down.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/edit_20.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/email_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/email_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/email_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/email_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/email_forwarder_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/email_forwarder_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/emails.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/emails_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/encrypted.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/encrypted_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/error.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/error_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/file_20.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/find.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/find_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/flag.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/folder.gif +%%WWWDIR%%/templates/Sparkle/assets/img/icons/folder_20.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/group_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/group_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/help.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htaccess.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htaccess_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htaccess_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htaccess_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htaccess_edit_big copy.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htaccess_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd_edit_big copy.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/info.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/info_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ipsports.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ipsports_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ipsports_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ipsports_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ipsports_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ipsports_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/link.gif +%%WWWDIR%%/templates/Sparkle/assets/img/icons/link.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/link_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/mail.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/mail_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/menubar_tickets.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/menubar_tickets_null.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/messages.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/messages_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysql.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysql_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysql_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysql_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysql_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysql_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysqls.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysqls_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ok_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/parent.gif +%%WWWDIR%%/templates/Sparkle/assets/img/icons/parent_20.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/password.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/password_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings_edit_big copy.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/rename.gif +%%WWWDIR%%/templates/Sparkle/assets/img/icons/rename_20.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/res_recalculate.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/res_recalculate_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/settings.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/settings_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/sort_both.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/sort_down.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/sort_up.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_customer.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_customer_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_global.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_global_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_shared.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_shared_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/syslog.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/syslog_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/syslog_truncate.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/syslog_truncate_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/tag_blue.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/tag_orange.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/templates.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/templates_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/templates_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/templates_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/templates_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/templates_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/text_align_center.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/text_align_justify.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/text_align_left.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/text_align_right.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_answer.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_answer_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_archive.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_archive_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_archive_search.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_archive_search_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_close.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_close_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_new.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_new_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_reopen.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_reopen_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_reply.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_reply_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_show.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_show_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/tickets.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/tickets_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/traffic.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/traffic_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/traffic_big_old.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/trash.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/trash_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/unlock.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/up.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/user.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/user_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/user_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/user_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/user_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/warning.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/warning_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/logo.png +%%WWWDIR%%/templates/Sparkle/assets/img/logo_grey.png *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 11:39:45 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 ESMTPS id 8A55AB73; Tue, 26 Nov 2013 11:39:45 +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 79B5126D1; Tue, 26 Nov 2013 11:39:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQBdjeD039228; Tue, 26 Nov 2013 11:39:45 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQBdjvw039226; Tue, 26 Nov 2013 11:39:45 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311261139.rAQBdjvw039226@svn.freebsd.org> From: Max Brazhnikov Date: Tue, 26 Nov 2013 11:39:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334924 - head/www/qupzilla 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.16 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, 26 Nov 2013 11:39:45 -0000 Author: makc Date: Tue Nov 26 11:39:44 2013 New Revision: 334924 URL: http://svnweb.freebsd.org/changeset/ports/334924 Log: - Convert to USES=qmake - Add missing USES=desktop-file-utils - Add stage support - Adjust USE_QT4 components - Fix plist Approved by: portmgr (blanket approval) Modified: head/www/qupzilla/Makefile head/www/qupzilla/pkg-plist Modified: head/www/qupzilla/Makefile ============================================================================== --- head/www/qupzilla/Makefile Tue Nov 26 10:44:18 2013 (r334923) +++ head/www/qupzilla/Makefile Tue Nov 26 11:39:44 2013 (r334924) @@ -13,18 +13,13 @@ LICENSE= GPLv3 LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell -HAS_CONFIGURE= yes -USE_QT4= gui moc_build qmake_build rcc_build uic_build webkit \ - dbus xml script sql network imageformats linguist_build -MAKE_ENV+= QUPZILLA_PREFIX=${PREFIX}/ USE_LIBPATH=${PREFIX}/lib/ +USES= desktop-file-utils qmake +USE_QT4= gui moc_build rcc_build uic_build webkit \ + dbus xml script sql network imageformats_run linguist_build +QMAKE_ENV= QUPZILLA_PREFIX=${PREFIX}/ USE_LDCONFIG= yes INSTALLS_ICONS= yes -NO_STAGE= yes -do-configure: - @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} ${QMAKEFLAGS} QupZilla.pro - post-patch: @${REINPLACE_CMD} -e 's|/usr|${LOCALBASE}|g' \ ${WRKSRC}/tests/autotests/qztoolstest.cpp \ Modified: head/www/qupzilla/pkg-plist ============================================================================== --- head/www/qupzilla/pkg-plist Tue Nov 26 10:44:18 2013 (r334923) +++ head/www/qupzilla/pkg-plist Tue Nov 26 11:39:44 2013 (r334924) @@ -7,6 +7,7 @@ lib/qupzilla/libAccessKeysNavigation.so lib/qupzilla/libGreaseMonkey.so lib/qupzilla/libMouseGestures.so lib/qupzilla/libPIM.so +lib/qupzilla/libTestPlugin.so share/applications/qupzilla.desktop share/bash-completion/completions/qupzilla share/icons/hicolor/128x128/apps/qupzilla.png From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 12:22:43 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 ESMTPS id B12E7255; Tue, 26 Nov 2013 12:22:43 +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 869EC2966; Tue, 26 Nov 2013 12:22:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQCMhNp055241; Tue, 26 Nov 2013 12:22:43 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQCMhwq055240; Tue, 26 Nov 2013 12:22:43 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311261222.rAQCMhwq055240@svn.freebsd.org> From: Rusmir Dusko Date: Tue, 26 Nov 2013 12:22:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334925 - head/games/iceicepenguin 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.16 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, 26 Nov 2013 12:22:43 -0000 Author: nemysis Date: Tue Nov 26 12:22:43 2013 New Revision: 334925 URL: http://svnweb.freebsd.org/changeset/ports/334925 Log: - Change master sites - Change maintainer email to @FreeBSD.org - Support STAGEDIR Approved by: pawel / wg (mentors, implicit) Modified: head/games/iceicepenguin/Makefile Modified: head/games/iceicepenguin/Makefile ============================================================================== --- head/games/iceicepenguin/Makefile Tue Nov 26 11:39:44 2013 (r334924) +++ head/games/iceicepenguin/Makefile Tue Nov 26 12:22:43 2013 (r334925) @@ -6,12 +6,12 @@ PORTVERSION= 1.5.1 PORTREVISION= 3 CATEGORIES= games python MASTER_SITES= SF/${PORTNAME}/Default/Ice%20Ice%20Penguin/ \ - SF/nemysisfreebsdp/:icons + SF/nemysisfreebsdp/games/:icons DISTFILES= iip.${DISTVERSION}-final${EXTRACT_SUFX} \ ${PORTNAME}_icons_1${EXTRACT_SUFX}:icons DIST_SUBDIR= python -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Remake of an old SEGA Dreamcast game called Chu Chu Rocket LICENSE= GPLv3 @@ -34,28 +34,23 @@ SUB_FILES= ${PORTNAME} DESKTOP_ENTRIES="Ice Ice Penguin" "${COMMENT}" "${PORTNAME}" \ "${PORTNAME}" "Game;ArcadeGame;" false -NO_STAGE= yes -.include - do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ .for d in fonts gfx lvls menu sfx - @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR}) + @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR}) .endfor - ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${DATADIR} + ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${STAGEDIR}${DATADIR} -post-install: .for s in ${ICON_SIZES} - ${MKDIR} ${PREFIX}/share/icons/hicolor/${s}/apps + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_${s}.png \ - ${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png + ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png .endfor - ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps + ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 12:58:56 2013 Return-Path: Delivered-To: svn-ports-head@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 69E77D5C; Tue, 26 Nov 2013 12:58:56 +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 58F272C46; Tue, 26 Nov 2013 12:58:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQCwuGJ065665; Tue, 26 Nov 2013 12:58:56 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQCwt1J065662; Tue, 26 Nov 2013 12:58:55 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311261258.rAQCwt1J065662@svn.freebsd.org> From: Max Brazhnikov Date: Tue, 26 Nov 2013 12:58:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334926 - in head: devel/qdevelop multimedia/minitube 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.16 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, 26 Nov 2013 12:58:56 -0000 Author: makc Date: Tue Nov 26 12:58:55 2013 New Revision: 334926 URL: http://svnweb.freebsd.org/changeset/ports/334926 Log: - Clean up after conversion to USES=qmake - Use options helpels Modified: head/devel/qdevelop/Makefile head/multimedia/minitube/Makefile Modified: head/devel/qdevelop/Makefile ============================================================================== --- head/devel/qdevelop/Makefile Tue Nov 26 12:22:43 2013 (r334925) +++ head/devel/qdevelop/Makefile Tue Nov 26 12:58:55 2013 (r334926) @@ -9,7 +9,7 @@ MASTER_SITES= http://biord-software.org/ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= makc@FreeBSD.org -COMMENT= Development environment entirely dedicated to Qt4 +COMMENT= Development environment entirely dedicated to Qt 4 RUN_DEPENDS= exctags:${PORTSDIR}/devel/ctags @@ -17,11 +17,10 @@ USE_QT4= gui sql network xml designer sq moc_build uic_build rcc_build USES= qmake -QMAKE_PRO= QDevelop.pro STRIP_FILES= bin/${PORTNAME} DESKTOP_ENTRIES= "QDevelop" \ - "Qt4 development environment" \ + "Qt 4 development environment" \ "${PREFIX}/share/pixmaps/qdevelop.png" \ "qdevelop" \ "Development;IDE;Qt;" \ @@ -29,22 +28,14 @@ DESKTOP_ENTRIES= "QDevelop" \ OPTIONS_DEFINE= TOOLS DOCS NLS OPTIONS_DEFAULT= ${OPTIONS_DEFINE} -TOOLS_DESC= Install Qt4 dev. tools (qmake, moc, etc.) +OPTIONS_SUB= yes +NLS_USE= QT4=linguist_build +TOOLS_DESC= Install Qt 4 development tools (qmake, moc, etc.) +TOOLS_USE= ${_TOOLS:C|.*|QT4=&_run|} +_TOOLS= assistant linguist moc qmake rcc uic .include -.if ${PORT_OPTIONS:MNLS} -USE_QT4+= linguist_build -PLIST_SUB+= NLS="" -.else -PLIST_SUB+= NLS="@comment " -.endif - -.if ${PORT_OPTIONS:MTOOLS} -USE_QT4+= assistant_run linguist_run \ - qmake_run moc_run uic_run rcc_run -.endif - post-patch: @${REINPLACE_CMD} -e "s|\"qmake\"|\"qmake-qt4\"|g" \ -e "s|\"linguist\"|\"linguist-qt4\"|g" \ @@ -56,7 +47,7 @@ post-patch: -e "s|\"/usr/bin/ctags\"|\"${LOCALBASE}/bin/exctags\"|g" \ ${WRKSRC}/src/toolscontrolimpl.cpp ${REINPLACE_CMD} -e "/target.path/s|/usr/bin/|${PREFIX}/bin|g" \ - ${WRKSRC}/${QMAKE_PRO} + ${WRKSRC}/QDevelop.pro ${REINPLACE_CMD} -e "s,lib/qdevelop/translations,${DATADIR_REL}/translations,g" \ ${WRKSRC}/src/main.cpp \ ${WRKSRC}/plugins/tools-regexp-planner/replugin.cpp \ @@ -64,7 +55,7 @@ post-patch: post-configure: .if ${PORT_OPTIONS:MNLS} - cd ${WRKSRC} && ${LRELEASE} ${QMAKE_PRO} + ${LRELEASE} ${WRKSRC}/QDevelop.pro .endif post-install: Modified: head/multimedia/minitube/Makefile ============================================================================== --- head/multimedia/minitube/Makefile Tue Nov 26 12:22:43 2013 (r334925) +++ head/multimedia/minitube/Makefile Tue Nov 26 12:58:55 2013 (r334926) @@ -16,25 +16,19 @@ INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/${PORTNAME} QMAKE_ARGS= QMAKE_LRELEASE=${LRELEASE} -QMAKE_PRO= ${WRKSRC}/${PORTNAME}.pro STRIP_FILES= bin/minitube OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes +NLS_USE= QT4=linguist_build .include -.if ${PORT_OPTIONS:MNLS} -USE_QT4+= linguist_build -PLIST_SUB+= NLS="" -.else -PLIST_SUB+= NLS="@comment " -.endif - pre-configure: - ${REINPLACE_CMD} -e 's,$$$$PKGDATADIR,${DATADIR},g' ${QMAKE_PRO} + ${REINPLACE_CMD} -e 's,$$$$PKGDATADIR,${DATADIR},g' ${WRKSRC}/minitube.pro .if !${PORT_OPTIONS:MNLS} - ${REINPLACE_CMD} -e '/include(locale\/locale.pri)/d' ${QMAKE_PRO} + ${REINPLACE_CMD} -e '/include(locale\/locale.pri)/d' ${WRKSRC}/minitube.pro .endif post-install: From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 12:59:36 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 ESMTPS id 2BE99E47; Tue, 26 Nov 2013 12:59:36 +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 1B1962C52; Tue, 26 Nov 2013 12:59:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQCxZu9065826; Tue, 26 Nov 2013 12:59:35 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQCxZJ4065822; Tue, 26 Nov 2013 12:59:35 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311261259.rAQCxZJ4065822@svn.freebsd.org> From: Max Brazhnikov Date: Tue, 26 Nov 2013 12:59:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334927 - in head: games/pokerth net/hupnp 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.16 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, 26 Nov 2013 12:59:36 -0000 Author: makc Date: Tue Nov 26 12:59:35 2013 New Revision: 334927 URL: http://svnweb.freebsd.org/changeset/ports/334927 Log: - Clean up after conversion to USES=qmake Approved by: portmgr (blanket approval) Modified: head/games/pokerth/Makefile head/net/hupnp/Makefile (contents, props changed) Modified: head/games/pokerth/Makefile ============================================================================== --- head/games/pokerth/Makefile Tue Nov 26 12:58:55 2013 (r334926) +++ head/games/pokerth/Makefile Tue Nov 26 12:59:35 2013 (r334927) @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} DISTNAME= PokerTH-${PORTVERSION}-src MAINTAINER= madpilot@FreeBSD.org -COMMENT= A poker game written in C++/QT4 +COMMENT= Poker game written in C++/Qt4 LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -25,10 +25,10 @@ BUILD_DEPENDS= ${LOCALBASE}/include/libi USES= iconv gmake qmake USE_BZIP2= yes -USE_QT4= gui corelib network sql sql-sqlite3 qmake_build \ +USE_QT4= gui corelib network sql sql-sqlite3 \ moc_build rcc_build uic_build USE_SDL= mixer -QMAKE_PRO= pokerth.pro +QMAKE_SOURCE_PATH= pokerth.pro PORTDOCS= server_setup_howto.txt Modified: head/net/hupnp/Makefile ============================================================================== --- head/net/hupnp/Makefile Tue Nov 26 12:58:55 2013 (r334926) +++ head/net/hupnp/Makefile Tue Nov 26 12:59:35 2013 (r334927) @@ -9,14 +9,13 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} DISTNAME= herqq-${PORTVERSION} MAINTAINER= fluffy@FreeBSD.org -COMMENT= A library for building UPnP devices and control points +COMMENT= Library for building UPnP devices and control points USES= gmake qmake USE_ZIP= yes USE_QT4= corelib network xml dbus gui \ - qmake_build moc_build rcc_build uic_build + moc_build rcc_build uic_build QMAKE_ARGS= "CONFIG+=DISABLE_AVTESTAPP DISABLE_TESTAPP" -QMAKE_PRO= herqq.pro .include From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 13:06:15 2013 Return-Path: Delivered-To: svn-ports-head@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 CF20BF9B; Tue, 26 Nov 2013 13:06:15 +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 BF1B62CBF; Tue, 26 Nov 2013 13:06:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQD6FtA069075; Tue, 26 Nov 2013 13:06:15 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQD6FpE069073; Tue, 26 Nov 2013 13:06:15 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311261306.rAQD6FpE069073@svn.freebsd.org> From: Gerald Pfeifer Date: Tue, 26 Nov 2013 13:06:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334928 - head/emulators/wine-devel 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.16 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, 26 Nov 2013 13:06:15 -0000 Author: gerald Date: Tue Nov 26 13:06:15 2013 New Revision: 334928 URL: http://svnweb.freebsd.org/changeset/ports/334928 Log: Update to Wine 1.7.7. This includes the following changes: - Support for configuring remote shares using Samba's NetAPI library. - Improved embedding support through XEMBED. - Support for arrays in VBScript. - Various bug fixes. Process two scripts installed with USES=shebangfix. [1] Reported by: dbn [1] Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/distinfo Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Tue Nov 26 12:59:35 2013 (r334927) +++ head/emulators/wine-devel/Makefile Tue Nov 26 13:06:15 2013 (r334928) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.6 +DISTVERSION= 1.7.7 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ @@ -36,7 +36,8 @@ WINELIBDIR?= ${PREFIX}/lib USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine .endif ONLY_FOR_ARCHS= i386 -USES= bison compiler:c11 gmake +USES= bison compiler:c11 gmake shebangfix +SHEBANG_FILES= tools/winemaker tools/winedump/function_grep.pl USE_BZIP2= yes SUB_FILES= pkg-message Modified: head/emulators/wine-devel/distinfo ============================================================================== --- head/emulators/wine-devel/distinfo Tue Nov 26 12:59:35 2013 (r334927) +++ head/emulators/wine-devel/distinfo Tue Nov 26 13:06:15 2013 (r334928) @@ -1,2 +1,2 @@ -SHA256 (wine-1.7.6.tar.bz2) = ea26fa5b7f24069c4e44b8ef24e1c6d2d2ec3aac99adc1fecdf14dcbe357be86 -SIZE (wine-1.7.6.tar.bz2) = 21521738 +SHA256 (wine-1.7.7.tar.bz2) = 110603b6bff33441356ef6e72f94a70abf3b4822be1f0fb6c84b5240e9d5aca7 +SIZE (wine-1.7.7.tar.bz2) = 21437899 From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 13:21:15 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 ESMTPS id 7A663320; Tue, 26 Nov 2013 13:21:15 +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 5C43B2DAA; Tue, 26 Nov 2013 13:21:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQDLFBe075477; Tue, 26 Nov 2013 13:21:15 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQDLEBT075472; Tue, 26 Nov 2013 13:21:14 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311261321.rAQDLEBT075472@svn.freebsd.org> From: Rusmir Dusko Date: Tue, 26 Nov 2013 13:21:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334929 - in head/games: . entombed 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.16 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, 26 Nov 2013 13:21:15 -0000 Author: nemysis Date: Tue Nov 26 13:21:14 2013 New Revision: 334929 URL: http://svnweb.freebsd.org/changeset/ports/334929 Log: Entombed! is a one- or two-player maze game based on the classic Atari 2600 game "Entombed", 1982 U.S. Games. Wikipedia "Entombed (video game)" You and your team of archeologists have fallen into the "catacombs of the zombies". There's no time for research, though; the walls are closing in, and the zombies have sprung to life! Fortunately, you've discovered an ancient mystical potion which allows you to create and destroy walls. Bottles of this potion are strewn about the catacombs. Grab them, and you can break through walls when you get stuck, or create a wall behind you, if you're being chased. The longer you survive, the faster you have to move. WWW: http://www.newbreedsoftware.com/entombed/ PR: ports/170918 Submitted by: nemysis (self) Approved by: wg (mentor) Added: head/games/entombed/ head/games/entombed/Makefile (contents, props changed) head/games/entombed/distinfo (contents, props changed) head/games/entombed/pkg-descr (contents, props changed) head/games/entombed/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Tue Nov 26 13:06:15 2013 (r334928) +++ head/games/Makefile Tue Nov 26 13:21:14 2013 (r334929) @@ -226,6 +226,7 @@ SUBDIR += endgame-singularity-music SUBDIR += enigma SUBDIR += ensemblist + SUBDIR += entombed SUBDIR += enygma SUBDIR += epiar SUBDIR += etracer Added: head/games/entombed/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/entombed/Makefile Tue Nov 26 13:21:14 2013 (r334929) @@ -0,0 +1,46 @@ +# Created by: Rusmir Dusko +# $FreeBSD$ + +PORTNAME= entombed +PORTVERSION= 2007.07.04 +CATEGORIES= games +MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/entombed/ \ + ftp://ftp.billsgames.com/unix/x/entombed/ \ + SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/:icons +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}.png:icons +EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} + +MAINTAINER= nemysis@FreeBSD.org +COMMENT= One- or two-player maze game based on the Entombed + +LICENSE= GPLv2 + +USES= gmake +USE_SDL= image mixer sdl + +PORTDOCS= AUTHORS.txt CHANGES.txt README.txt TODO.txt + +DESKTOP_ENTRIES="Entombed" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Game;ArcadeGame;" false + +OPTIONS_DEFINE= DOCS + +post-patch: + @${REINPLACE_CMD} -e 's|CC=gcc|CC=${CC}|' \ + ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + +.for d in embedded images images_halfsize music sounds + @(cd ${WRKSRC}/data && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR}) +.endfor + + ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ + + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${STAGEDIR}${DOCSDIR} + +.include Added: head/games/entombed/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/entombed/distinfo Tue Nov 26 13:21:14 2013 (r334929) @@ -0,0 +1,4 @@ +SHA256 (entombed-2007.07.04.tar.gz) = a0c392d86901fbc2e263b7a9531dc8a87634c0799f114e856150bf3e8b374ab1 +SIZE (entombed-2007.07.04.tar.gz) = 304328 +SHA256 (entombed.png) = 0783e9d7322b24584e93e60034ee7d40ccd5afe11429a39c31b2caa72747d48c +SIZE (entombed.png) = 2937 Added: head/games/entombed/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/entombed/pkg-descr Tue Nov 26 13:21:14 2013 (r334929) @@ -0,0 +1,17 @@ +Entombed! is a one- or two-player maze game based on the classic Atari 2600 +game "Entombed", 1982 U.S. Games. + +Wikipedia "Entombed (video game)" + +You and your team of archeologists have fallen into the +"catacombs of the zombies". There's no time for research, though; +the walls are closing in, and the zombies have sprung to life! + +Fortunately, you've discovered an ancient mystical potion which allows you to +create and destroy walls. Bottles of this potion are strewn about the catacombs. +Grab them, and you can break through walls when you get stuck, +or create a wall behind you, if you're being chased. + +The longer you survive, the faster you have to move. + +WWW: http://www.newbreedsoftware.com/entombed/ Added: head/games/entombed/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/entombed/pkg-plist Tue Nov 26 13:21:14 2013 (r334929) @@ -0,0 +1,75 @@ +bin/entombed +%%DATADIR%%/embedded/images/title.bmp.bz2 +%%DATADIR%%/images/1.png +%%DATADIR%%/images/2.png +%%DATADIR%%/images/brick1.png +%%DATADIR%%/images/brick2.png +%%DATADIR%%/images/brick3.png +%%DATADIR%%/images/brick4.png +%%DATADIR%%/images/brick5.png +%%DATADIR%%/images/credits1.png +%%DATADIR%%/images/credits2.png +%%DATADIR%%/images/credits3.png +%%DATADIR%%/images/credits4.png +%%DATADIR%%/images/icon.png +%%DATADIR%%/images/makebreak1.png +%%DATADIR%%/images/makebreak2.png +%%DATADIR%%/images/makebreak3.png +%%DATADIR%%/images/makebreak4.png +%%DATADIR%%/images/makebreak5.png +%%DATADIR%%/images/man1.png +%%DATADIR%%/images/man2.png +%%DATADIR%%/images/numbers.png +%%DATADIR%%/images/paused.png +%%DATADIR%%/images/title.jpg +%%DATADIR%%/images/woman1.png +%%DATADIR%%/images/woman2.png +%%DATADIR%%/images/zombie1.png +%%DATADIR%%/images/zombie2.png +%%DATADIR%%/images/zombie_mad1.png +%%DATADIR%%/images/zombie_mad2.png +%%DATADIR%%/images_halfsize/1.png +%%DATADIR%%/images_halfsize/2.png +%%DATADIR%%/images_halfsize/brick1.png +%%DATADIR%%/images_halfsize/brick2.png +%%DATADIR%%/images_halfsize/brick3.png +%%DATADIR%%/images_halfsize/brick4.png +%%DATADIR%%/images_halfsize/brick5.png +%%DATADIR%%/images_halfsize/credits1.png +%%DATADIR%%/images_halfsize/credits2.png +%%DATADIR%%/images_halfsize/credits3.png +%%DATADIR%%/images_halfsize/credits4.png +%%DATADIR%%/images_halfsize/icon.png +%%DATADIR%%/images_halfsize/makebreak1.png +%%DATADIR%%/images_halfsize/makebreak2.png +%%DATADIR%%/images_halfsize/makebreak3.png +%%DATADIR%%/images_halfsize/makebreak4.png +%%DATADIR%%/images_halfsize/makebreak5.png +%%DATADIR%%/images_halfsize/man1.png +%%DATADIR%%/images_halfsize/man2.png +%%DATADIR%%/images_halfsize/numbers.png +%%DATADIR%%/images_halfsize/paused.png +%%DATADIR%%/images_halfsize/title.jpg +%%DATADIR%%/images_halfsize/woman1.png +%%DATADIR%%/images_halfsize/woman2.png +%%DATADIR%%/images_halfsize/zombie1.png +%%DATADIR%%/images_halfsize/zombie2.png +%%DATADIR%%/images_halfsize/zombie_mad1.png +%%DATADIR%%/images_halfsize/zombie_mad2.png +%%DATADIR%%/music/AMAZE.S3M +%%DATADIR%%/music/Suggestive_vibes_01.mod +%%DATADIR%%/sounds/die.wav +%%DATADIR%%/sounds/gameover.wav +%%DATADIR%%/sounds/makebreak_get.wav +%%DATADIR%%/sounds/makebreak_use.wav +%%DATADIR%%/sounds/zombie_appear.wav +%%DATADIR%%/sounds/zombie_eat.wav +%%DATADIR%%/sounds/zombie_mad.wav +share/pixmaps/entombed.png +@dirrm %%DATADIR%%/sounds +@dirrm %%DATADIR%%/music +@dirrm %%DATADIR%%/images_halfsize +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%%/embedded/images +@dirrm %%DATADIR%%/embedded +@dirrm %%DATADIR%% From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 13:27:01 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 ESMTPS id 5DC8F5A9; Tue, 26 Nov 2013 13:27:01 +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 3DD6F2DD8; Tue, 26 Nov 2013 13:27:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQDR1ka076262; Tue, 26 Nov 2013 13:27:01 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQDR0H1076248; Tue, 26 Nov 2013 13:27:00 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311261327.rAQDR0H1076248@svn.freebsd.org> From: Rusmir Dusko Date: Tue, 26 Nov 2013 13:27:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334930 - in head/games: . popstar 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.16 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, 26 Nov 2013 13:27:01 -0000 Author: nemysis Date: Tue Nov 26 13:26:59 2013 New Revision: 334930 URL: http://svnweb.freebsd.org/changeset/ports/334930 Log: Pop Star is a simple puzzle game where you must use floating stars to form polygons. The stars are continuously moving, which makes this tricky. Various opportunities exist to gain bonus points. WWW: http://www.newbreedsoftware.com/popstar/ PR: ports/170939 Submitted by: nemysis (self) Approved by: wg (mentor) Added: head/games/popstar/ head/games/popstar/Makefile (contents, props changed) head/games/popstar/distinfo (contents, props changed) head/games/popstar/pkg-descr (contents, props changed) head/games/popstar/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Tue Nov 26 13:21:14 2013 (r334929) +++ head/games/Makefile Tue Nov 26 13:26:59 2013 (r334930) @@ -728,6 +728,7 @@ SUBDIR += pokerth SUBDIR += polypuzzle SUBDIR += pongix + SUBDIR += popstar SUBDIR += pouetchess SUBDIR += powder SUBDIR += powermanga Added: head/games/popstar/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/popstar/Makefile Tue Nov 26 13:26:59 2013 (r334930) @@ -0,0 +1,46 @@ +# Created by: Rusmir Dusko +# $FreeBSD$ + +PORTNAME= popstar +PORTVERSION= 0.0.2 +CATEGORIES= games +MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/popstar/ \ + ftp://ftp.billsgames.com/unix/x/popstar/ \ + SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/:icons +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}.png:icons +EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} + +MAINTAINER= nemysis@FreeBSD.org +COMMENT= Simple puzzle game involving floating stars + +LICENSE= GPLv2 CCbyNCSA3 +LICENSE_COMB= dual +LICENSE_NAME_CCbyNCSA3=Attribution-NonCommercial-ShareAlike 3.0 Unported +LICENSE_FILE_CCbyNCSA3=${WRKSRC}/docs/COPYING-CC-Attrib30.txt +LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept + +USES= gmake +USE_SDL= image mixer sdl + +PORTDOCS= AUTHORS.txt CHANGES.txt README.txt TODO.txt + +DESKTOP_ENTRIES="Pop Star" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Game;ArcadeGame;" false + +OPTIONS_DEFINE= DOCS + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + +.for d in images music sounds + @(cd ${WRKSRC}/data && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR}) +.endfor + + ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ + + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${STAGEDIR}${DOCSDIR} + +.include Added: head/games/popstar/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/popstar/distinfo Tue Nov 26 13:26:59 2013 (r334930) @@ -0,0 +1,4 @@ +SHA256 (popstar-0.0.2.tar.gz) = 1c52bdac549b3cd67ac84a61f371503ff987e4e457f9accd36e6f133bd61f6ce +SIZE (popstar-0.0.2.tar.gz) = 7774410 +SHA256 (popstar.png) = 8cc60b4244c845550616ce706932a3bb0955ee58feffd2f3901726529eff0ad3 +SIZE (popstar.png) = 1574 Added: head/games/popstar/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/popstar/pkg-descr Tue Nov 26 13:26:59 2013 (r334930) @@ -0,0 +1,5 @@ +Pop Star is a simple puzzle game where you must use floating stars to +form polygons. The stars are continuously moving, which makes this tricky. +Various opportunities exist to gain bonus points. + +WWW: http://www.newbreedsoftware.com/popstar/ Added: head/games/popstar/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/popstar/pkg-plist Tue Nov 26 13:26:59 2013 (r334930) @@ -0,0 +1,25 @@ +bin/popstar +share/pixmaps/popstar.png +%%DATADIR%%/images/bkgd1.png +%%DATADIR%%/images/bkgd2.png +%%DATADIR%%/images/bonus.png +%%DATADIR%%/images/complete.png +%%DATADIR%%/images/cursor.png +%%DATADIR%%/images/gameover.png +%%DATADIR%%/images/incomplete.png +%%DATADIR%%/images/stars.png +%%DATADIR%%/images/title.png +%%DATADIR%%/music/bull_fight.ogg +%%DATADIR%%/music/ethereal_jaunt.ogg +%%DATADIR%%/music/ph1lipina_sunris3.ogg +%%DATADIR%%/music/popstar_song2.ogg +%%DATADIR%%/sounds/bonus.wav +%%DATADIR%%/sounds/line_break.wav +%%DATADIR%%/sounds/missed1.wav +%%DATADIR%%/sounds/move.wav +%%DATADIR%%/sounds/pop.wav +%%DATADIR%%/sounds/select.wav +@dirrm %%DATADIR%%/sounds +@dirrm %%DATADIR%%/music +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%% From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 13:27:46 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 ESMTPS id 2ED0768D; Tue, 26 Nov 2013 13:27:46 +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 1DF262DDF; Tue, 26 Nov 2013 13:27:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQDRjL0076398; Tue, 26 Nov 2013 13:27:45 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQDRjlL076397; Tue, 26 Nov 2013 13:27:45 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311261327.rAQDRjlL076397@svn.freebsd.org> From: Max Brazhnikov Date: Tue, 26 Nov 2013 13:27:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334931 - head/misc/qbrew 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.16 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, 26 Nov 2013 13:27:46 -0000 Author: makc Date: Tue Nov 26 13:27:45 2013 New Revision: 334931 URL: http://svnweb.freebsd.org/changeset/ports/334931 Log: - Fix staging Pointyhat to: makc Reported by: marino Modified: head/misc/qbrew/Makefile Modified: head/misc/qbrew/Makefile ============================================================================== --- head/misc/qbrew/Makefile Tue Nov 26 13:26:59 2013 (r334930) +++ head/misc/qbrew/Makefile Tue Nov 26 13:27:45 2013 (r334931) @@ -20,6 +20,6 @@ QMAKE_ENV+= BINDIR="${PREFIX}/bin" \ DOCDIR="${DOCSDIR}" post-install: - ${STRIP_CMD} ${PREFIX}/bin/qbrew + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qbrew .include From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 13:53:37 2013 Return-Path: Delivered-To: svn-ports-head@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 9D586B02; Tue, 26 Nov 2013 13:53:37 +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 8CB762F42; Tue, 26 Nov 2013 13:53:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQDrbl0085632; Tue, 26 Nov 2013 13:53:37 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQDrbm3085631; Tue, 26 Nov 2013 13:53:37 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311261353.rAQDrbm3085631@svn.freebsd.org> From: Kubilay Kocak Date: Tue, 26 Nov 2013 13:53:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334932 - head/devel/czmq 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.16 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, 26 Nov 2013 13:53:37 -0000 Author: koobs Date: Tue Nov 26 13:53:37 2013 New Revision: 334932 URL: http://svnweb.freebsd.org/changeset/ports/334932 Log: devel/czmq: Take maintainership Modified: head/devel/czmq/Makefile Modified: head/devel/czmq/Makefile ============================================================================== --- head/devel/czmq/Makefile Tue Nov 26 13:27:45 2013 (r334931) +++ head/devel/czmq/Makefile Tue Nov 26 13:53:37 2013 (r334932) @@ -6,7 +6,7 @@ PORTVERSION= 1.4.1 CATEGORIES= devel net MASTER_SITES= http://download.zeromq.org/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= koobs@FreeBSD.org COMMENT= High-level C Binding for zmq LICENSE= LGPL3 From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 14:02:44 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 ESMTPS id BB5C8CF; Tue, 26 Nov 2013 14:02:44 +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 AA87D2108; Tue, 26 Nov 2013 14:02:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQE2ils089176; Tue, 26 Nov 2013 14:02:44 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQE2hHd089166; Tue, 26 Nov 2013 14:02:43 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311261402.rAQE2hHd089166@svn.freebsd.org> From: Gerald Pfeifer Date: Tue, 26 Nov 2013 14:02:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334933 - in head: . audio audio/mpc audio/musicpc audio/pm3umpdl 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.16 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, 26 Nov 2013 14:02:44 -0000 Author: gerald Date: Tue Nov 26 14:02:43 2013 New Revision: 334933 URL: http://svnweb.freebsd.org/changeset/ports/334933 Log: Rename audio/mpc to audio/musicpc to avoid a package name conflict with math/mpc. [1] Adjust to new LIB_DEPENDS standard. Broker a maintainer handover. [2] Approved by: portmgr (bapt) [1] Mark Reidel (old maintainer) [2] gblach (new maintainer) [2] Added: head/audio/musicpc/ - copied from r334931, head/audio/mpc/ Deleted: head/audio/mpc/ Modified: head/MOVED head/audio/Makefile head/audio/musicpc/Makefile head/audio/pm3umpdl/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Tue Nov 26 13:53:37 2013 (r334932) +++ head/MOVED Tue Nov 26 14:02:43 2013 (r334933) @@ -5264,3 +5264,4 @@ sysutils/rsyslog6-snmp||2013-11-25|Has e sysutils/rsyslog6-mysql||2013-11-25|Has expired: Use sysutils/rsyslog7 sysutils/rsyslog6-dbi||2013-11-25|Has expired: Use sysutils/rsyslog7 www/trac-gitplugin||2013-11-25|Removed: this plugin has been included in the Trac 1.0 distribution +audio/mpc|audio/musicpc|2013-11-19|Renamed to avoid conflict with math/mpc Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Tue Nov 26 13:53:37 2013 (r334932) +++ head/audio/Makefile Tue Nov 26 14:02:43 2013 (r334933) @@ -496,7 +496,6 @@ SUBDIR += mp3unicode SUBDIR += mp3val SUBDIR += mp3wrap - SUBDIR += mpc SUBDIR += mpdas SUBDIR += mpdbrowser SUBDIR += mpdcon @@ -515,6 +514,7 @@ SUBDIR += musica SUBDIR += musicbox-tag-editor SUBDIR += musiccontrol + SUBDIR += musicpc SUBDIR += musicpd SUBDIR += mythplugin-mythmusic SUBDIR += napster Modified: head/audio/musicpc/Makefile ============================================================================== --- head/audio/mpc/Makefile Tue Nov 26 13:27:45 2013 (r334931) +++ head/audio/musicpc/Makefile Tue Nov 26 14:02:43 2013 (r334933) @@ -1,17 +1,18 @@ # Created by: Mark Reidel # $FreeBSD$ -PORTNAME= mpc +PORTNAME= musicpc PORTVERSION= 0.22 CATEGORIES= audio ipv6 -MASTER_SITES= SF/musicpd/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= SF/musicpd/mpc/${PORTVERSION}/ +DISTNAME= mpc-${PORTVERSION} -MAINTAINER= ports@mark.reidel.info +MAINTAINER= gblach@FreeBSD.org COMMENT= Command line client for the musicpd LICENSE= GPLv2 -LIB_DEPENDS= mpdclient:${PORTSDIR}/audio/libmpdclient +LIB_DEPENDS= libmpdclient.so:${PORTSDIR}/audio/libmpdclient OPTIONS_DEFINE= EXAMPLES DOCS ICONV OPTIONS_DEFAULT= ICONV @@ -23,12 +24,12 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include -MAN1= ${PORTNAME}.1 +MAN1= mpc.1 PORTDOCS= AUTHORS README NEWS PORTEXAMPLES= * -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/mpc .include @@ -43,7 +44,7 @@ post-patch: @${REINPLACE_CMD} -e 's|-lintl|${ICONV_LIB}|g' ${WRKSRC}/configure do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/src/mpc ${PREFIX}/bin .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @@ -52,9 +53,9 @@ do-install: .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/${PORTNAME}-completion.bash ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/mpc-completion.bash ${EXAMPLESDIR} .endif - ${INSTALL_MAN} ${WRKSRC}/doc/${PORTNAME}.1 ${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1 .include Modified: head/audio/pm3umpdl/Makefile ============================================================================== --- head/audio/pm3umpdl/Makefile Tue Nov 26 13:53:37 2013 (r334932) +++ head/audio/pm3umpdl/Makefile Tue Nov 26 14:02:43 2013 (r334933) @@ -12,7 +12,7 @@ EXTRACT_ONLY= MAINTAINER= vvelox@vvelox.net COMMENT= Loading a M3U file into musicpd -RUN_DEPENDS= ${LOCALBASE}/bin/mpc:${PORTSDIR}/audio/mpc +RUN_DEPENDS= ${LOCALBASE}/bin/mpc:${PORTSDIR}/audio/musicpc USES= perl5 NO_STAGE= yes From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 14:13:16 2013 Return-Path: Delivered-To: svn-ports-head@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 B79B82D9; Tue, 26 Nov 2013 14:13: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D71C21A5; Tue, 26 Nov 2013 14:13:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQEDGok092937; Tue, 26 Nov 2013 14:13:16 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQEDGjh092935; Tue, 26 Nov 2013 14:13:16 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311261413.rAQEDGjh092935@svn.freebsd.org> From: Gerald Pfeifer Date: Tue, 26 Nov 2013 14:13:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334934 - in head/lang: gcc gcc46 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.16 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, 26 Nov 2013 14:13:16 -0000 Author: gerald Date: Tue Nov 26 14:13:15 2013 New Revision: 334934 URL: http://svnweb.freebsd.org/changeset/ports/334934 Log: Change PORTNAME for lang/gcc46 from gcc to gcc46 to match the actual name of this port and avoid a package name collision with other GCC ports. This also allows us to remove LATEST_LINK. And it finally allows for a simple and proper CONFLICTS between lang/gcc and lang/gcc46. Modified: head/lang/gcc/Makefile head/lang/gcc46/Makefile Modified: head/lang/gcc/Makefile ============================================================================== --- head/lang/gcc/Makefile Tue Nov 26 14:02:43 2013 (r334933) +++ head/lang/gcc/Makefile Tue Nov 26 14:13:15 2013 (r334934) @@ -20,7 +20,7 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORT BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu .endif -CONFLICTS= gcc-4.6.4*,1 +CONFLICTS= gcc46* # DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names # of executables and directories once installed. Modified: head/lang/gcc46/Makefile ============================================================================== --- head/lang/gcc46/Makefile Tue Nov 26 14:02:43 2013 (r334933) +++ head/lang/gcc46/Makefile Tue Nov 26 14:13:15 2013 (r334934) @@ -1,13 +1,14 @@ # Created by: Gerald Pfeifer # $FreeBSD$ -PORTNAME= gcc +PORTNAME= gcc46 PORTVERSION= 4.6.4 PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION} +DISTNAME= gcc-${DISTVERSION} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.6 @@ -22,14 +23,13 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORT BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu .endif -CONFLICTS= gcc-4.6.[123]* +CONFLICTS= gcc-4.6.* # DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names # of executables and directories once installed. DISTVERSION= ${PORTVERSION} GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} -LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} ONLY_FOR_ARCHS= amd64 i386 ia64 powerpc sparc64 USES= gmake iconv perl5 USE_BINUTILS= yes From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 14:19:51 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 ESMTPS id 1D785413; Tue, 26 Nov 2013 14:19:51 +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 0CF8B21DB; Tue, 26 Nov 2013 14:19:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQEJowm094141; Tue, 26 Nov 2013 14:19:50 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQEJoor094140; Tue, 26 Nov 2013 14:19:50 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311261419.rAQEJoor094140@svn.freebsd.org> From: Gerald Pfeifer Date: Tue, 26 Nov 2013 14:19:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334935 - head/emulators/wine 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.16 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, 26 Nov 2013 14:19:51 -0000 Author: gerald Date: Tue Nov 26 14:19:50 2013 New Revision: 334935 URL: http://svnweb.freebsd.org/changeset/ports/334935 Log: Replace USE_GCC by USES=compiler:c11. [1] Process two scripts installed with USES=shebangfix. [2] Wine 1.6 actually depends on lcms, not lcms2. [3] Suggested by: dbn [1] Reported by: dbn [2], fiziologus@gmail.com [3] Modified: head/emulators/wine/Makefile Modified: head/emulators/wine/Makefile ============================================================================== --- head/emulators/wine/Makefile Tue Nov 26 14:13:15 2013 (r334934) +++ head/emulators/wine/Makefile Tue Nov 26 14:19:50 2013 (r334935) @@ -19,7 +19,7 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${P LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libfreetype.so:${PORTSDIR}/print/freetype2 \ libjpeg.so:${PORTSDIR}/graphics/jpeg \ - liblcms2.so:${PORTSDIR}/graphics/lcms2 \ + liblcms.so:${PORTSDIR}/graphics/lcms \ libpng15.so:${PORTSDIR}/graphics/png \ libxml2.so:${PORTSDIR}/textproc/libxml2 @@ -27,7 +27,6 @@ CONFLICTS_INSTALL= i386-wine-* wine-1.5* CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GCC= any GNU_CONFIGURE= yes CONFIGURE_ARGS+=--verbose --disable-tests \ --without-alsa --without-capi --without-dbus \ @@ -43,7 +42,8 @@ WINELIBDIR?= ${PREFIX}/lib USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine .endif ONLY_FOR_ARCHS= i386 -USES= bison gmake +USES= bison compiler:c11 gmake shebangfix +SHEBANG_FILES= tools/winemaker tools/winedump/function_grep.pl USE_BZIP2= yes USE_GL= glu USE_XORG= xcursor xi xpm xrandr xrender From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 14:33:36 2013 Return-Path: Delivered-To: svn-ports-head@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 D1F627C5; Tue, 26 Nov 2013 14:33:36 +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 C159D22EB; Tue, 26 Nov 2013 14:33:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQEXaon002067; Tue, 26 Nov 2013 14:33:36 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQEXa5h002064; Tue, 26 Nov 2013 14:33:36 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311261433.rAQEXa5h002064@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 26 Nov 2013 14:33:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334936 - head/ports-mgmt/pkg-devel 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.16 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, 26 Nov 2013 14:33:36 -0000 Author: bapt Date: Tue Nov 26 14:33:36 2013 New Revision: 334936 URL: http://svnweb.freebsd.org/changeset/ports/334936 Log: Release final pkg 1.2 version: - changes since 1.2.0 rc1: * Couple of style fixes * Fix loading yaml keywords * Fix building on Dragonfly * Autodetect if libelf should be used bundled * Fix a bug if pkg audit -F got interrupted * Allow 'enabled' entry from repo configuration to be a string and raise a warning about it Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Tue Nov 26 14:19:50 2013 (r334935) +++ head/ports-mgmt/pkg-devel/Makefile Tue Nov 26 14:33:36 2013 (r334936) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.2.0.rc1 +DISTVERSION= 1.2 CATEGORIES= ports-mgmt MASTER_SITES= http://files.etoilebsd.net/pkg/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Tue Nov 26 14:19:50 2013 (r334935) +++ head/ports-mgmt/pkg-devel/distinfo Tue Nov 26 14:33:36 2013 (r334936) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.2.0.rc1.tar.xz) = d281448f01d3270d361c88e03d8aad953a2ad7eda18ed5c2559ee3061992ba78 -SIZE (pkg-1.2.0.rc1.tar.xz) = 1802340 +SHA256 (pkg-1.2.tar.xz) = 1e353780a9f78ab4b962108c8fa245406823467eb81e762cb682c6fb72c60a38 +SIZE (pkg-1.2.tar.xz) = 1802740 From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 14:49:05 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 ESMTPS id 34738A69; Tue, 26 Nov 2013 14:49:05 +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 2328423AC; Tue, 26 Nov 2013 14:49:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQEn59l006839; Tue, 26 Nov 2013 14:49:05 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQEn466006835; Tue, 26 Nov 2013 14:49:04 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311261449.rAQEn466006835@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 26 Nov 2013 14:49:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334937 - in head/ports-mgmt/pkg: . 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.16 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, 26 Nov 2013 14:49:05 -0000 Author: bapt Date: Tue Nov 26 14:49:04 2013 New Revision: 334937 URL: http://svnweb.freebsd.org/changeset/ports/334937 Log: Welcome pkg 1.2 final Changelog: - Improved build system - Allow to hook plugins, before closing the local db if it was opened in RW mode - Allow ARCH to be printed by pkg info - New pkg bootstrap subcommand that is the counter part of the pkg(7) bootstrap subcommand - Use port specified in the SRV entries to connect to a given mirror - Properly support srv priority/weigh when ordering mirrors - Lots of spelling/grammar fixes - Broken incremental pkg repo support was removed. - ABI is now checked again using globs: * a 'noarch' package should just specify: ARCH: 'freebsd:*' * a package working on both i386 and amd64: ARCH: 'freebsd:9:x86:*' - new pkg config subcommand to allow direct query of options - options can now have a description - pkg repo can now take new arguments: pkg repo [path] [rsa_key|'signing_command: '] This allow calling external command to perform the signing and pass the checksum to be signed in the command stdin. - in case pkg info is querying a file or is a single direct match query then default on -f - pkg info -q is now equivalent of pkg info -qa - expat is now always bundled (for vuxml) - vuxml is now the default source for pkg audit - Accept empty/comment only configuration files - Print a pkg name only once - even if multiple vulns were found - when using -q in pkg audit - pkg info now default on glob matching - Support for pkg+foo url scheme where foo can be (http, https, ftp). - pkg add is now able to read the packages from a pipe or a non-regular file '-' is an alias for stdin, this also works from pipes, fifos, unix domain sockets etc. - New 'fingerprint' kind of signature: if a repository is declared using the fingerprint type of signature, a fingerprint directory should also be provided. Inside that fingerprint directory should be 2 directories: trusted and revoked. Those directories will contains files (in yaml/ucl format) containing the fingerprint of the trusted certificated and the revoked ones: --- begins -- function: sha256 fingerprint: an_hex_representation_of_the_fingerprint --- ends --- All unknown attribute will be silently ignored to allow extending in the future. It also support multiple signatures inside the catalog. the catalog should provide the signature in the following form: name.sig name.cert - packagesite in pkg.conf is deprecated in favour using dedicated repository configuration files - REPO_DIR is now a list instead of a simple string - New git like aliases to allow creating custom commands - Allow using '?' operator in pkg query expressions - Fix ssh:// support - New PKG_SSH_ARGS to allow passing custom arguments to ssh command used for the ssh:// protocol - Do not generate catalogs in pkg 1.0 format anymore. - YAML is replaced by UCL format: Both formats are really simular. pkg(8) will falls back on parsing YAML when the UCL parser fail. And will emit a warning to the user showing a syntax that is compatible with both YAML and UCL. More informations on UCL: https://github.com/vstakhov/libucl - Dependencies on library is now automatic via pkg register and pkg create - Auto upgrade of pkg(8) now restart the upgrade process automatically - Lots of bug fixes discovered by Coverity Scan - New debug level traces - Bug fixes in zsh completion - rquery can now take a -I argument to output index like lines (needed for bsdconfig) - Skip self upgrade with -F is passed - Autodetect if libelf should be used bundled - Lots of bug fixes Thanks a lot to all people allowed this release to happen, may that be from providing code, ideas, submitting bugs, documenting or just supporting. Deleted: head/ports-mgmt/pkg/files/ Modified: head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo head/ports-mgmt/pkg/pkg-plist Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Tue Nov 26 14:33:36 2013 (r334936) +++ head/ports-mgmt/pkg/Makefile Tue Nov 26 14:49:04 2013 (r334937) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.1.4 -PORTREVISION= 10 +DISTVERSION= 1.2 CATEGORIES= ports-mgmt MASTER_SITES= http://files.etoilebsd.net/pkg/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ @@ -77,7 +76,7 @@ pre-everything:: PKG_DEPENDS= .undef INSTALLS_DEPENDS .if !exists(${LOCALBASE}/sbin/pkg) -PKG_BIN= ${WRKSRC}/pkg-static/pkg-static +PKG_BIN= ${WRKSRC}/pkg/pkg-static .endif .endif Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Tue Nov 26 14:33:36 2013 (r334936) +++ head/ports-mgmt/pkg/distinfo Tue Nov 26 14:49:04 2013 (r334937) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.1.4.tar.xz) = d84c9052f18c9d64cb369b9f3e8c1542f79f1152032169b1d28fbc2308c2dcbd -SIZE (pkg-1.1.4.tar.xz) = 1554804 +SHA256 (pkg-1.2.tar.xz) = 1e353780a9f78ab4b962108c8fa245406823467eb81e762cb682c6fb72c60a38 +SIZE (pkg-1.2.tar.xz) = 1802740 Modified: head/ports-mgmt/pkg/pkg-plist ============================================================================== --- head/ports-mgmt/pkg/pkg-plist Tue Nov 26 14:33:36 2013 (r334936) +++ head/ports-mgmt/pkg/pkg-plist Tue Nov 26 14:49:04 2013 (r334937) @@ -1,16 +1,14 @@ -etc/pkg.conf.sample -sbin/pkg -sbin/pkg-static -sbin/pkg2ng -include/pkg.h -lib/libpkg.so.1 -lib/libpkg.so -lib/libpkg.a -etc/periodic/daily/400.status-pkg +etc/bash_completion.d/_pkg.bash etc/periodic/daily/411.pkg-backup etc/periodic/daily/490.status-pkg-changes etc/periodic/security/410.pkg-audit etc/periodic/security/460.pkg-checksum +etc/periodic/weekly/400.status-pkg +etc/pkg.conf.sample +include/pkg.h +lib/libpkg.a +lib/libpkg.so +lib/libpkg.so.1 libdata/pkgconfig/pkg.pc man/man3/pkg_printf.3.gz man/man5/pkg-repository.5.gz @@ -47,11 +45,14 @@ man/man8/pkg-upgrade.8.gz man/man8/pkg-version.8.gz man/man8/pkg-which.8.gz man/man8/pkg.8.gz +sbin/pkg +sbin/pkg-static +sbin/pkg2ng share/zsh/site-functions/_pkg -etc/bash_completion.d/_pkg.bash @dirrmtry etc/bash_completion.d @dirrmtry etc/periodic/daily @dirrmtry etc/periodic/security +@dirrmtry etc/periodic/weekly @dirrmtry etc/periodic @dirrmtry share/zsh/site-functions @dirrmtry share/zsh From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 14:52:20 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 ESMTPS id 412D1D0A; Tue, 26 Nov 2013 14:52:20 +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 30ABA2408; Tue, 26 Nov 2013 14:52:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQEqK9p009391; Tue, 26 Nov 2013 14:52:20 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQEqKcI009390; Tue, 26 Nov 2013 14:52:20 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311261452.rAQEqKcI009390@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Nov 2013 14:52:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334938 - head/devel/py-gitosis 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.16 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, 26 Nov 2013 14:52:20 -0000 Author: sunpoet Date: Tue Nov 26 14:52:19 2013 New Revision: 334938 URL: http://svnweb.freebsd.org/changeset/ports/334938 Log: - Remove PLIST_DIRSTRY: it causes packaging failure with pkgng Approved by: maintainer (implicit) Modified: head/devel/py-gitosis/Makefile Modified: head/devel/py-gitosis/Makefile ============================================================================== --- head/devel/py-gitosis/Makefile Tue Nov 26 14:49:04 2013 (r334937) +++ head/devel/py-gitosis/Makefile Tue Nov 26 14:52:19 2013 (r334938) @@ -25,8 +25,6 @@ GROUPS= ${USERS} WRKSRC= ${WRKDIR}/${PORTNAME} PYDISTUTILS_PKGVERSION= ${PORTVERSION:R} -PLIST_DIRSTRY= git - post-install: ${CHMOD} +x ${STAGEDIR}${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG}/gitosis/templates/admin/hooks/post-update From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 14:57:01 2013 Return-Path: Delivered-To: svn-ports-head@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 67228FCB; Tue, 26 Nov 2013 14:57:01 +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 3C55F2444; Tue, 26 Nov 2013 14:57:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQEv1Vb010093; Tue, 26 Nov 2013 14:57:01 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQEv0VP010088; Tue, 26 Nov 2013 14:57:00 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201311261457.rAQEv0VP010088@svn.freebsd.org> From: Raphael Kubo da Costa Date: Tue, 26 Nov 2013 14:57:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334939 - head/textproc/raptor2 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.16 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, 26 Nov 2013 14:57:01 -0000 Author: rakuco Date: Tue Nov 26 14:57:00 2013 New Revision: 334939 URL: http://svnweb.freebsd.org/changeset/ports/334939 Log: Update to 2.0.11. Submitted by: Schaich Alonso Modified: head/textproc/raptor2/Makefile head/textproc/raptor2/distinfo head/textproc/raptor2/pkg-plist Modified: head/textproc/raptor2/Makefile ============================================================================== --- head/textproc/raptor2/Makefile Tue Nov 26 14:52:19 2013 (r334938) +++ head/textproc/raptor2/Makefile Tue Nov 26 14:57:00 2013 (r334939) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= raptor2 -PORTVERSION= 2.0.10 +PORTVERSION= 2.0.11 CATEGORIES= textproc MASTER_SITES= http://download.librdf.org/source/ \ SF/librdf/${PORTNAME}/${PORTVERSION} Modified: head/textproc/raptor2/distinfo ============================================================================== --- head/textproc/raptor2/distinfo Tue Nov 26 14:52:19 2013 (r334938) +++ head/textproc/raptor2/distinfo Tue Nov 26 14:57:00 2013 (r334939) @@ -1,2 +1,2 @@ -SHA256 (raptor2-2.0.10.tar.gz) = dabc84634dbdbd428908a713affcfb0193912714c9595f71100ece28b98b2e30 -SIZE (raptor2-2.0.10.tar.gz) = 1837898 +SHA256 (raptor2-2.0.11.tar.gz) = ae033e10f8a87afda4e18ff47ddbbd201b288c38b6bd43932f987131b42371fc +SIZE (raptor2-2.0.11.tar.gz) = 1849212 Modified: head/textproc/raptor2/pkg-plist ============================================================================== --- head/textproc/raptor2/pkg-plist Tue Nov 26 14:52:19 2013 (r334938) +++ head/textproc/raptor2/pkg-plist Tue Nov 26 14:57:00 2013 (r334939) @@ -30,6 +30,7 @@ share/gtk-doc/html/raptor2/raptor-format share/gtk-doc/html/raptor2/raptor-parsers.html share/gtk-doc/html/raptor2/raptor-serializers.html share/gtk-doc/html/raptor2/raptor2-changes-1-4-21-to-2-0-0.html +share/gtk-doc/html/raptor2/raptor2-changes-2-0-10-to-2-0-10.html share/gtk-doc/html/raptor2/raptor2-changes-2-0-3-to-2-0-4.html share/gtk-doc/html/raptor2/raptor2-changes-2-0-4-to-2-0-5.html share/gtk-doc/html/raptor2/raptor2-changes-2-0-5-to-2-0-6.html From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 14:57:46 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 ESMTPS id 158F613B; Tue, 26 Nov 2013 14:57:46 +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 0500D244A; Tue, 26 Nov 2013 14:57:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQEvjYO010242; Tue, 26 Nov 2013 14:57:45 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQEvjrv010240; Tue, 26 Nov 2013 14:57:45 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201311261457.rAQEvjrv010240@svn.freebsd.org> From: Mathieu Arnold Date: Tue, 26 Nov 2013 14:57:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334940 - in head/www: squid32 squid33 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.16 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, 26 Nov 2013 14:57:46 -0000 Author: mat Date: Tue Nov 26 14:57:45 2013 New Revision: 334940 URL: http://svnweb.freebsd.org/changeset/ports/334940 Log: Fix build with ECAP. USES can't be fiddled with after including bsd.port.pre.mk. maintainer timeout PR: ports/183894 Submitted by: mat Modified: head/www/squid32/Makefile head/www/squid33/Makefile Modified: head/www/squid32/Makefile ============================================================================== --- head/www/squid32/Makefile Tue Nov 26 14:57:00 2013 (r334939) +++ head/www/squid32/Makefile Tue Nov 26 14:57:45 2013 (r334940) @@ -101,6 +101,8 @@ WCCP_DESC= Enable Web Cache Coordination OPTIONS_DEFAULT= AUTH_KERB AUTH_NIS FS_AUFS HTCP IDENT KQUEUE \ SNMP WCCP WCCPV2 +ECAP_USES= pkgconfig:build + etc_files= squid/cachemgr.conf.default \ squid/errorpage.css.default \ squid/mib.txt \ @@ -423,7 +425,6 @@ CONFIGURE_ARGS+= --enable-ecap LIB_DEPENDS+= ecap:${PORTSDIR}/www/libecap CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES+= pkgconfig:build .else CONFIGURE_ARGS+= --disable-ecap .endif Modified: head/www/squid33/Makefile ============================================================================== --- head/www/squid33/Makefile Tue Nov 26 14:57:00 2013 (r334939) +++ head/www/squid33/Makefile Tue Nov 26 14:57:45 2013 (r334940) @@ -107,6 +107,8 @@ WCCP_DESC= Enable Web Cache Coordination OPTIONS_DEFAULT= AUTH_KERB AUTH_NIS FS_AUFS HTCP IDENT KQUEUE \ SNMP WCCP WCCPV2 +ECAP_USES= pkgconfig:build + etc_files= squid/cachemgr.conf.default \ squid/errorpage.css.default \ squid/mib.txt \ @@ -433,7 +435,6 @@ CONFIGURE_ARGS+= --enable-ecap LIB_DEPENDS+= ecap:${PORTSDIR}/www/libecap CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES+= pkgconfig:build .else CONFIGURE_ARGS+= --disable-ecap .endif From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 14:59:41 2013 Return-Path: Delivered-To: svn-ports-head@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 6E63D3A9; Tue, 26 Nov 2013 14:59:41 +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 5E7002459; Tue, 26 Nov 2013 14:59:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQExfLs010588; Tue, 26 Nov 2013 14:59:41 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQExfAi010586; Tue, 26 Nov 2013 14:59:41 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201311261459.rAQExfAi010586@svn.freebsd.org> From: Mathieu Arnold Date: Tue, 26 Nov 2013 14:59:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334941 - head/irc/bitchx 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.16 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, 26 Nov 2013 14:59:41 -0000 Author: mat Date: Tue Nov 26 14:59:40 2013 New Revision: 334941 URL: http://svnweb.freebsd.org/changeset/ports/334941 Log: Mark MAKE_JOBS_UNSAFE. maintainer timeout. PR: ports/183898 Submitted by: mat Modified: head/irc/bitchx/Makefile Modified: head/irc/bitchx/Makefile ============================================================================== --- head/irc/bitchx/Makefile Tue Nov 26 14:57:45 2013 (r334940) +++ head/irc/bitchx/Makefile Tue Nov 26 14:59:40 2013 (r334941) @@ -35,6 +35,7 @@ PLUGINS_DESC= Build a handful of BitchX OPTIONS_DEFAULT=PLUGINS SSL NO_STAGE= yes +MAKE_JOBS_UNSAFE= yes .include .if ${PORT_OPTIONS:MIPV6} From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 15:07:17 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 ESMTPS id 51302731; Tue, 26 Nov 2013 15:07:17 +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 4060324DA; Tue, 26 Nov 2013 15:07:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQF7HvI014019; Tue, 26 Nov 2013 15:07:17 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQF7HUV014018; Tue, 26 Nov 2013 15:07:17 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311261507.rAQF7HUV014018@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Nov 2013 15:07:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334942 - head/sysutils/hardlink 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.16 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, 26 Nov 2013 15:07:17 -0000 Author: sunpoet Date: Tue Nov 26 15:07:16 2013 New Revision: 334942 URL: http://svnweb.freebsd.org/changeset/ports/334942 Log: - Convert to new options framework - Support STAGEDIR - While I'm here, convert to new LIB_DEPENDS format PR: ports/184272 Submitted by: Douglas William Thrift (maintainer) Modified: head/sysutils/hardlink/Makefile (contents, props changed) Modified: head/sysutils/hardlink/Makefile ============================================================================== --- head/sysutils/hardlink/Makefile Tue Nov 26 14:59:40 2013 (r334941) +++ head/sysutils/hardlink/Makefile Tue Nov 26 15:07:16 2013 (r334942) @@ -15,8 +15,8 @@ LICENSE= MIT USES= pkgconfig -MAN1= hardlink.1 -PLIST_FILES= bin/hardlink +PLIST_FILES= bin/hardlink \ + man/man1/hardlink.1.gz WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} OPTIONS_DEFINE= PCRE @@ -25,17 +25,16 @@ OPTIONS_DEFAULT=PCRE PORTSCOUT= limit:(? -.if defined(WITHOUT_PCRE) -MAKE_ENV+= ENABLE= +.if ${PORT_OPTIONS:MPCRE} +LIB_DEPENDS+= libpcreposix.so:${PORTSDIR}/devel/pcre .else -LIB_DEPENDS+= pcreposix:${PORTSDIR}/devel/pcre +MAKE_ENV+= ENABLE= .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/hardlink ${PREFIX}/bin/hardlink - ${INSTALL_MAN} ${WRKSRC}/hardlink.1 ${MAN1PREFIX}/man/man1/hardlink.1 + ${INSTALL_PROGRAM} ${WRKSRC}/hardlink ${STAGEDIR}${PREFIX}/bin/hardlink + ${INSTALL_MAN} ${WRKSRC}/hardlink.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/hardlink.1 .include From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 15:07:23 2013 Return-Path: Delivered-To: svn-ports-head@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 CD2B87EE; Tue, 26 Nov 2013 15:07: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 BD6EE24DC; Tue, 26 Nov 2013 15:07:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQF7Nck014107; Tue, 26 Nov 2013 15:07:23 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQF7NK3014105; Tue, 26 Nov 2013 15:07:23 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311261507.rAQF7NK3014105@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Nov 2013 15:07:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334943 - head/sysutils/psmisc 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.16 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, 26 Nov 2013 15:07:23 -0000 Author: sunpoet Date: Tue Nov 26 15:07:23 2013 New Revision: 334943 URL: http://svnweb.freebsd.org/changeset/ports/334943 Log: - Support STAGEDIR - While I'm here: - Convert to new options helper - Use USES=gmake PR: ports/184275 Submitted by: Douglas William Thrift (maintainer) Modified: head/sysutils/psmisc/Makefile head/sysutils/psmisc/pkg-plist (contents, props changed) Modified: head/sysutils/psmisc/Makefile ============================================================================== --- head/sysutils/psmisc/Makefile Tue Nov 26 15:07:16 2013 (r334942) +++ head/sysutils/psmisc/Makefile Tue Nov 26 15:07:23 2013 (r334943) @@ -16,28 +16,17 @@ BUILD_DEPENDS= gsed:${PORTSDIR}/textproc CONFLICTS= pidof-[0-9]* pstree-2.[0-9]* GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake OPTIONS_DEFINE= NLS - -NO_STAGE= yes -.include - -MAN1= killall.1 pstree.1 - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -CONFIGURE_ARGS= --enable-nls -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif +OPTIONS_SUB= yes +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext post-patch: @${REINPLACE_CMD} -e '/^#define COMM_LEN / s|16|254|' ${WRKSRC}/src/comm.h post-install: - @${LN} -fs ${PREFIX}/bin/killall ${PREFIX}/bin/pidof + @${LN} -fs killall ${STAGEDIR}${PREFIX}/bin/pidof .include Modified: head/sysutils/psmisc/pkg-plist ============================================================================== --- head/sysutils/psmisc/pkg-plist Tue Nov 26 15:07:16 2013 (r334942) +++ head/sysutils/psmisc/pkg-plist Tue Nov 26 15:07:23 2013 (r334943) @@ -1,8 +1,9 @@ -@comment $FreeBSD$ bin/killall bin/pidof bin/pstree bin/pstree.x11 +man/man1/killall.1.gz +man/man1/pstree.1.gz %%NLS%%share/locale/bg/LC_MESSAGES/psmisc.mo %%NLS%%share/locale/ca/LC_MESSAGES/psmisc.mo %%NLS%%share/locale/cs/LC_MESSAGES/psmisc.mo From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 15:07:41 2013 Return-Path: Delivered-To: svn-ports-head@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 6ACF28F4; Tue, 26 Nov 2013 15:07:41 +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 43F2424E6; Tue, 26 Nov 2013 15:07:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQF7fXA014222; Tue, 26 Nov 2013 15:07:41 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQF7eFw014220; Tue, 26 Nov 2013 15:07:40 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311261507.rAQF7eFw014220@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Nov 2013 15:07:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334944 - head/sysutils/parallel 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.16 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, 26 Nov 2013 15:07:41 -0000 Author: sunpoet Date: Tue Nov 26 15:07:40 2013 New Revision: 334944 URL: http://svnweb.freebsd.org/changeset/ports/334944 Log: - Update to 20131122 Changes: https://savannah.gnu.org/forum/forum.php?forum_id=7796 PR: ports/184308 Submitted by: Chris Howey (maintainer) Modified: head/sysutils/parallel/Makefile head/sysutils/parallel/distinfo Modified: head/sysutils/parallel/Makefile ============================================================================== --- head/sysutils/parallel/Makefile Tue Nov 26 15:07:23 2013 (r334943) +++ head/sysutils/parallel/Makefile Tue Nov 26 15:07:40 2013 (r334944) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= parallel -PORTVERSION= 20131022 +PORTVERSION= 20131122 CATEGORIES= sysutils MASTER_SITES= GNU Modified: head/sysutils/parallel/distinfo ============================================================================== --- head/sysutils/parallel/distinfo Tue Nov 26 15:07:23 2013 (r334943) +++ head/sysutils/parallel/distinfo Tue Nov 26 15:07:40 2013 (r334944) @@ -1,2 +1,2 @@ -SHA256 (parallel-20131022.tar.bz2) = 93280c7a03c18b07685157af36f2dfc82bbc59828acbdfe86ed27171a442b6f9 -SIZE (parallel-20131022.tar.bz2) = 772831 +SHA256 (parallel-20131122.tar.bz2) = ef5e0af618cd71c2a2d96ab3aa800ca44e6fab830092176db4b3468b747e29d0 +SIZE (parallel-20131122.tar.bz2) = 808204 From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 15:37:06 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 ESMTPS id 1B84F177; Tue, 26 Nov 2013 15:37:06 +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 0B98926C0; Tue, 26 Nov 2013 15:37:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQFb5ia024356; Tue, 26 Nov 2013 15:37:05 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQFb5CG024354; Tue, 26 Nov 2013 15:37:05 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311261537.rAQFb5CG024354@svn.freebsd.org> From: William Grzybowski Date: Tue, 26 Nov 2013 15:37:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334945 - in head/biology/lamarc: . 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.16 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, 26 Nov 2013 15:37:06 -0000 Author: wg Date: Tue Nov 26 15:37:05 2013 New Revision: 334945 URL: http://svnweb.freebsd.org/changeset/ports/334945 Log: biology/lamarc: fix build on current PR: ports/184219 Submitted by: KATO Tsuguru Added: head/biology/lamarc/files/patch-src__control__defaults.h (contents, props changed) Modified: head/biology/lamarc/Makefile Modified: head/biology/lamarc/Makefile ============================================================================== --- head/biology/lamarc/Makefile Tue Nov 26 15:07:40 2013 (r334944) +++ head/biology/lamarc/Makefile Tue Nov 26 15:37:05 2013 (r334945) @@ -32,10 +32,6 @@ PLIST_FILES+= bin/lam_conv CONFIGURE_ARGS+= --disable-converter .endif -.if empty(PORT_OPTIONS:MDOCS) -INSTALL_TARGET= install-exec-am -.endif - post-patch: @${REINPLACE_CMD} -e \ 's|/html/lamarc|/${DOCSDIR_REL}|' ${WRKSRC}/Makefile.in Added: head/biology/lamarc/files/patch-src__control__defaults.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/lamarc/files/patch-src__control__defaults.h Tue Nov 26 15:37:05 2013 (r334945) @@ -0,0 +1,10 @@ +--- src/control/defaults.h.orig ++++ src/control/defaults.h +@@ -3,6 +3,7 @@ + #ifndef DEFAULTS_H + #define DEFAULTS_H + ++#include + #include + #include "constants.h" + #include "local_build.h" From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 15:40:35 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 ESMTPS id DA4762D6; Tue, 26 Nov 2013 15:40:35 +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 BA9AA2710; Tue, 26 Nov 2013 15:40:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQFeZc4026911; Tue, 26 Nov 2013 15:40:35 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQFeZar026908; Tue, 26 Nov 2013 15:40:35 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201311261540.rAQFeZar026908@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 26 Nov 2013 15:40:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334946 - in head/x11-fm/xfe: . 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.16 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, 26 Nov 2013 15:40:35 -0000 Author: gahr Date: Tue Nov 26 15:40:34 2013 New Revision: 334946 URL: http://svnweb.freebsd.org/changeset/ports/334946 Log: - Update to 1.37 This release contains a new file search dialog based on the find and grep commands that allows to quickly retrieve files and folders and perform the usual file operations on them. Many bugs were also fixed. Spanish, italian, greek, czesch, german, swedish and brazilian portuguese translations were updated. - Support NLS - STAGE-clean Deleted: head/x11-fm/xfe/files/patch-src_FilePanel head/x11-fm/xfe/files/patch-xvt_ttyinit.c Modified: head/x11-fm/xfe/Makefile head/x11-fm/xfe/distinfo head/x11-fm/xfe/pkg-plist Modified: head/x11-fm/xfe/Makefile ============================================================================== --- head/x11-fm/xfe/Makefile Tue Nov 26 15:37:05 2013 (r334945) +++ head/x11-fm/xfe/Makefile Tue Nov 26 15:40:34 2013 (r334946) @@ -2,30 +2,39 @@ # $FreeBSD$ PORTNAME= xfe -PORTVERSION= 1.35 -PORTREVISION= 1 +PORTVERSION= 1.37 CATEGORIES= x11-fm MASTER_SITES= SF MAINTAINER= gahr@FreeBSD.org -COMMENT= Fast MS-Explorer like filemanager for X +COMMENT= Fast MS-Explorer like file manager for X -LIB_DEPENDS= FOX-1.6:${PORTSDIR}/x11-toolkits/fox16 +LICENSE= GPLv2 + +LIB_DEPENDS= libFOX-1.6.so:${PORTSDIR}/x11-toolkits/fox16 + +OPTIONS_DEFINE= NLS USE_XORG= xft -USE_GNOME= gnomehack intltool -USES= gettext gmake +USE_GNOME= intltool +USES= gettext gmake pathfix GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include -g -O0 +CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -pthread -MAN1= xfe.1 xfi.1 xfp.1 xfv.1 xfw.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|/usr/local/share/xfe|${DATADIR}|g' \ ${WRKSRC}/src/XFileExplorer.cpp \ ${WRKSRC}/src/help.h \ ${WRKSRC}/src/xfedefs.h +.include + +.if ${PORT_OPTIONS:MNLS} +PLIST_SUB+= NLS="" +.else +PLIST_SUB+= NLS="@comment " +CONFIGURE_ARGS+=--disable-nls +.endif + .include Modified: head/x11-fm/xfe/distinfo ============================================================================== --- head/x11-fm/xfe/distinfo Tue Nov 26 15:37:05 2013 (r334945) +++ head/x11-fm/xfe/distinfo Tue Nov 26 15:40:34 2013 (r334946) @@ -1,2 +1,2 @@ -SHA256 (xfe-1.35.tar.gz) = 9f001cc9c07a9703b2874cd41635b1b2402cd1d7d270ab436d3daf0015369850 -SIZE (xfe-1.35.tar.gz) = 2447267 +SHA256 (xfe-1.37.tar.gz) = 4dbb2e24b18a63d78afd0219232f05cd7401370750e2db5f8fa70a6fef022abd +SIZE (xfe-1.37.tar.gz) = 2480940 Modified: head/x11-fm/xfe/pkg-plist ============================================================================== --- head/x11-fm/xfe/pkg-plist Tue Nov 26 15:37:05 2013 (r334945) +++ head/x11-fm/xfe/pkg-plist Tue Nov 26 15:40:34 2013 (r334946) @@ -3,29 +3,34 @@ bin/xfi bin/xfp bin/xfv bin/xfw -share/locale/bs/LC_MESSAGES/xfe.mo -share/locale/ca/LC_MESSAGES/xfe.mo -share/locale/cs/LC_MESSAGES/xfe.mo -share/locale/da/LC_MESSAGES/xfe.mo -share/locale/de/LC_MESSAGES/xfe.mo -share/locale/el/LC_MESSAGES/xfe.mo -share/locale/es/LC_MESSAGES/xfe.mo -share/locale/es_AR/LC_MESSAGES/xfe.mo -share/locale/es_CO/LC_MESSAGES/xfe.mo -share/locale/fr/LC_MESSAGES/xfe.mo -share/locale/hu/LC_MESSAGES/xfe.mo -share/locale/it/LC_MESSAGES/xfe.mo -share/locale/ja/LC_MESSAGES/xfe.mo -share/locale/nl/LC_MESSAGES/xfe.mo -share/locale/no/LC_MESSAGES/xfe.mo -share/locale/pl/LC_MESSAGES/xfe.mo -share/locale/pt_BR/LC_MESSAGES/xfe.mo -share/locale/pt_PT/LC_MESSAGES/xfe.mo -share/locale/ru/LC_MESSAGES/xfe.mo -share/locale/sv/LC_MESSAGES/xfe.mo -share/locale/tr/LC_MESSAGES/xfe.mo -share/locale/zh_CN/LC_MESSAGES/xfe.mo -share/locale/zh_TW/LC_MESSAGES/xfe.mo +man/man1/xfe.1.gz +man/man1/xfi.1.gz +man/man1/xfp.1.gz +man/man1/xfv.1.gz +man/man1/xfw.1.gz +%%NLS%%share/locale/bs/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/ca/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/cs/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/da/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/de/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/el/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/es/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/es_AR/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/es_CO/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/fr/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/hu/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/it/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/ja/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/nl/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/no/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/pl/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/pt_PT/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/ru/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/sv/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/tr/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfe.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfe.mo share/pixmaps/xfe.png share/pixmaps/xfi.png share/pixmaps/xfp.png @@ -2834,7 +2839,7 @@ share/applications/xfp.desktop @dirrm %%DATADIR%%/icons/blue-theme @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%% -@dirrmtry share/locale/es_CO/LC_MESSAGES -@dirrmtry share/locale/es_CO -@dirrmtry share/locale/es_AR/LC_MESSAGES -@dirrmtry share/locale/es_AR +%%NLS%%@dirrmtry share/locale/es_CO/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/es_CO +%%NLS%%@dirrmtry share/locale/es_AR/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/es_AR From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 15:43:21 2013 Return-Path: Delivered-To: svn-ports-head@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 A211A408; Tue, 26 Nov 2013 15:43:21 +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 906362731; Tue, 26 Nov 2013 15:43:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQFhLZe027302; Tue, 26 Nov 2013 15:43:21 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQFhLkf027299; Tue, 26 Nov 2013 15:43:21 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311261543.rAQFhLkf027299@svn.freebsd.org> From: William Grzybowski Date: Tue, 26 Nov 2013 15:43:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334947 - in head/games/freedoko: . 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.16 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, 26 Nov 2013 15:43:21 -0000 Author: wg Date: Tue Nov 26 15:43:20 2013 New Revision: 334947 URL: http://svnweb.freebsd.org/changeset/ports/334947 Log: games/freedoko: fix build on current PR: ports/184220 Submitted by: KATO Tsuguru Added: head/games/freedoko/files/ head/games/freedoko/files/patch-src__freedoko.cpp (contents, props changed) Modified: head/games/freedoko/Makefile Modified: head/games/freedoko/Makefile ============================================================================== --- head/games/freedoko/Makefile Tue Nov 26 15:40:34 2013 (r334946) +++ head/games/freedoko/Makefile Tue Nov 26 15:43:20 2013 (r334947) @@ -12,7 +12,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Play the card game Doppelkopf LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/../COPYING LIB_DEPENDS= libgnet-2.0.so:${PORTSDIR}/net/gnet2 \ libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 Added: head/games/freedoko/files/patch-src__freedoko.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/freedoko/files/patch-src__freedoko.cpp Tue Nov 26 15:43:20 2013 (r334947) @@ -0,0 +1,10 @@ +--- freedoko.cpp.orig 2011-12-18 06:05:12.000000000 -0200 ++++ freedoko.cpp 2013-11-26 13:40:09.390150518 -0200 +@@ -43,6 +43,7 @@ + #else + // for 'mkdir' + #include ++#include + #endif + + #include "class/getopt/getopt.h" From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 15:45:01 2013 Return-Path: Delivered-To: svn-ports-head@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 3F56154E; Tue, 26 Nov 2013 15:45:01 +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 1528F2746; Tue, 26 Nov 2013 15:45:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQFj0uG027611; Tue, 26 Nov 2013 15:45:00 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQFj0Va027604; Tue, 26 Nov 2013 15:45:00 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311261545.rAQFj0Va027604@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Nov 2013 15:45:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334948 - head/lang/ruby20 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.16 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, 26 Nov 2013 15:45:01 -0000 Author: sunpoet Date: Tue Nov 26 15:45:00 2013 New Revision: 334948 URL: http://svnweb.freebsd.org/changeset/ports/334948 Log: - Fix PLIST - While I'm here: - Remove leading indefinite article from COMMENT - Convert to new LIB_DEPENDS format PR: ports/184306 Submitted by: Alexey Markov Modified: head/lang/ruby20/Makefile head/lang/ruby20/pkg-plist Modified: head/lang/ruby20/Makefile ============================================================================== --- head/lang/ruby20/Makefile Tue Nov 26 15:43:20 2013 (r334947) +++ head/lang/ruby20/Makefile Tue Nov 26 15:45:00 2013 (r334948) @@ -12,11 +12,11 @@ DISTNAME= ${RUBY_DISTNAME} DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org -COMMENT?= An object-oriented interpreted scripting language +COMMENT?= Object-oriented interpreted scripting language -LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi \ - yaml-0.2:${PORTSDIR}/textproc/libyaml \ - execinfo.1:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ + libffi.so:${PORTSDIR}/devel/libffi \ + libyaml.so:${PORTSDIR}/textproc/libyaml GNU_CONFIGURE= yes WRKSRC= ${RUBY_WRKSRC} Modified: head/lang/ruby20/pkg-plist ============================================================================== --- head/lang/ruby20/pkg-plist Tue Nov 26 15:43:20 2013 (r334947) +++ head/lang/ruby20/pkg-plist Tue Nov 26 15:45:00 2013 (r334948) @@ -927,15 +927,10 @@ include/ruby-2.0/ruby.h %%RUBY_LIBDIR%%/rubygems/source_specific_file.rb %%RUBY_LIBDIR%%/rubygems/spec_fetcher.rb %%RUBY_LIBDIR%%/rubygems/specification.rb -%%RUBY_LIBDIR%%/rubygems/ssl_certs/AddTrustExternalCARoot.pem %%RUBY_LIBDIR%%/rubygems/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem %%RUBY_LIBDIR%%/rubygems/ssl_certs/DigiCertHighAssuranceEVRootCA.pem -%%RUBY_LIBDIR%%/rubygems/ssl_certs/Entrust_net-Secure-Server-Certification-Authority.pem %%RUBY_LIBDIR%%/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem %%RUBY_LIBDIR%%/rubygems/ssl_certs/GeoTrustGlobalCA.pem -%%RUBY_LIBDIR%%/rubygems/ssl_certs/GeoTrust_Global_CA.pem -%%RUBY_LIBDIR%%/rubygems/ssl_certs/VerisignClass3PublicPrimaryCertificationAuthority-G2.pem -%%RUBY_LIBDIR%%/rubygems/ssl_certs/ca-bundle.pem %%RUBY_LIBDIR%%/rubygems/syck_hack.rb %%RUBY_LIBDIR%%/rubygems/test_case.rb %%RUBY_LIBDIR%%/rubygems/test_utilities.rb From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 15:45:51 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 ESMTPS id 5DDB063E; Tue, 26 Nov 2013 15:45:51 +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 33D212751; Tue, 26 Nov 2013 15:45:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQFjpOe027779; Tue, 26 Nov 2013 15:45:51 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQFjoHE027774; Tue, 26 Nov 2013 15:45:50 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311261545.rAQFjoHE027774@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Nov 2013 15:45:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334949 - in head/www/dtse: . 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.16 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, 26 Nov 2013 15:45:51 -0000 Author: sunpoet Date: Tue Nov 26 15:45:50 2013 New Revision: 334949 URL: http://svnweb.freebsd.org/changeset/ports/334949 Log: - Support STAGEDIR - While I'm here, use USES=gmake PR: ports/184274 Submitted by: Douglas William Thrift (maintainer) Added: head/www/dtse/files/patch-GNUmakefile.in (contents, props changed) Modified: head/www/dtse/Makefile Modified: head/www/dtse/Makefile ============================================================================== --- head/www/dtse/Makefile Tue Nov 26 15:45:00 2013 (r334948) +++ head/www/dtse/Makefile Tue Nov 26 15:45:50 2013 (r334949) @@ -20,9 +20,8 @@ USE_OPENSSL= yes CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} .endif -USES= perl5 +USES= gmake perl5 USE_BZIP2= yes -USE_GMAKE= yes USE_AUTOTOOLS= aclocal:env automake:env autoconf:env HAS_CONFIGURE= yes @@ -32,7 +31,6 @@ MAKEFILE= GNUmakefile WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -NO_STAGE= yes pre-configure: cd ${WRKSRC}; ${SH} autogen.sh Added: head/www/dtse/files/patch-GNUmakefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/dtse/files/patch-GNUmakefile.in Tue Nov 26 15:45:50 2013 (r334949) @@ -0,0 +1,26 @@ +--- ./GNUmakefile.in.orig 2013-11-24 15:43:48.000000000 -0800 ++++ ./GNUmakefile.in 2013-11-24 15:43:56.000000000 -0800 +@@ -40,16 +40,16 @@ + -include ${cxxdep} + + install: installdirs +- ${INSTALL_DATA} LICENSE LICENSE.html ${prefix} +- ${INSTALL_DATA} README README.html osi-certified-90x75.png ${prefix} +- ${INSTALL_PROGRAM} ${exe} ${bindir} +- ${INSTALL_SCRIPT} search.cgi ${prefix}/http +- ${INSTALL_DATA} dtse_pb.png ${prefix}/http ++ ${INSTALL_DATA} LICENSE LICENSE.html ${DESTDIR}${prefix} ++ ${INSTALL_DATA} README README.html osi-certified-90x75.png ${DESTDIR}${prefix} ++ ${INSTALL_PROGRAM} ${exe} ${DESTDIR}${bindir} ++ ${INSTALL_SCRIPT} search.cgi ${DESTDIR}${prefix}/http ++ ${INSTALL_DATA} dtse_pb.png ${DESTDIR}${prefix}/http + ${INSTALL_DATA} header.html body.html footer.html notfound.html \ +- pages.html ${prefix}/data ++ pages.html ${DESTDIR}${prefix}/data + + installdirs: mkinstalldirs +- ./mkinstalldirs ${bindir} ${prefix}/http ${prefix}/data ++ ./mkinstalldirs ${DESTDIR}${bindir} ${DESTDIR}${prefix}/http ${DESTDIR}${prefix}/data + + clean: + -rm -rf object ${exe} core $(patsubst %, %.core, ${exe}) $(patsubst %, \ From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 15:48:21 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 ESMTPS id 00AD6740; Tue, 26 Nov 2013 15:48:20 +0000 (UTC) Received: from 0.mx.codelabs.ru (0.mx.codelabs.ru [144.206.233.71]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8DB8F2764; Tue, 26 Nov 2013 15:48:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=codelabs.ru; s=three; h=Sender:In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=K1c6m1T/98hRAuy7O+tLZY6MjZz5ipipHNEFR+4vMZk=; b=qz74phGC+IBvMspemCEBBB0a/CeqQJVhhkCDW9AxdDf0OP5ca4ZCiXXrS+oOMFf/m//M6PGCX3lncXCyw4ztHpI7pfDSonKq1eo8eXwE0BqCPCQoaTyLmoD4irBzFYVVhwMMYi96u9y6JguVcK47nnS0thDnrYd6Qc/PB9r+ckG3DyPWTYK/2rLWzj5/HFnzh+Eaqo9VCpG78O51S49gS9+2o0uD0B7fnXn/oxOAHeiSI7/XUrJi38VCjDh0KyXosVw6ZD7R2r3IKJd+R8L0KCMLz+QiALphPapPDGl0wcfToOdUTHpDyIWaFo6wCIu19nGC4QNP/gxYFLY3FqGQ9QNu81V0nzoJNGIE5S4NpG6TOYP7SYh2yTmjCFAg7dV1TbapYUB+xRH+Wy7FZB0lhHMy7gjyHaH15Y7UvaxDLOfZP8kHK2LF3umekFb9fgp7o5WeCg5WHBGfcVaj9uBfyaSRW1zLurVAj2qrWhFJYfkO5XK52/njtlgKZnaSdxMLoC4McYku+tZTy7z6R0WVgn2+n5LBEPhwynbeytBjJTocDMf4GI4YoGcY3maKwHF7xU/Rben1rqyNF0dYr1qbFSHRs8ySSWiPMfXuLgvHsgYBIA/qUg1tH6g3Ce9lbh2ed2JnEfDw/b2q6pYgcck9+OQRAxRe99T6fvunMFM/IE0=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.233.66]) by 0.mx.codelabs.ru with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) id 1VlKs5-000Mll-A4; Tue, 26 Nov 2013 19:48:17 +0400 Date: Tue, 26 Nov 2013 19:48:14 +0400 From: Eygene Ryabinkin To: marino@freebsd.org Subject: Re: svn commit: r334593 - in head/dns: bind96 bind96/files bind98 bind98/files bind99 bind99/files Message-ID: References: <201311221341.rAMDfY3g002148@svn.freebsd.org> <01490d316b5dd7f01f1c843871542666@secure.marino.st> <2DEEB271-4795-4DF0-8F85-30316BA3070F@FreeBSD.org> <5291C8BD.3070109@marino.st> <20131126035339.GA43389@FreeBSD.org> <529451E7.4010801@marino.st> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="J/zg8ciPNcraoWb6" Content-Disposition: inline In-Reply-To: <529451E7.4010801@marino.st> Sender: rea@codelabs.ru Cc: svn-ports-head@freebsd.org, Alexey Dokuchaev , owner-ports-committers@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Erwin Lansing X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 26 Nov 2013 15:48:21 -0000 --J/zg8ciPNcraoWb6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Tue, Nov 26, 2013 at 08:46:47AM +0100, John Marino wrote: > On 11/26/2013 04:53, Alexey Dokuchaev wrote: > > On Sun, Nov 24, 2013 at 10:37:01AM +0100, John Marino wrote: > >> I have attached a diff with the proposed changes covering all three > >> ports. It's pretty straight-forward. > >> =20 > >> .if ${PORT_OPTIONS:MREPLACE_BASE} > >> -.if ${OSVERSION} >=3D 1000500 > >> +.if ${OPSYS} =3D=3D FreeBSD && ${OSVERSION} >=3D 1000500 > >=20 > > Given that OSVERSION is used extensively in the tree, I'm worrying that > > adding these extra "${OPSYS} =3D=3D FreeBSD" checks will our makefiles = less > > readable. Wouldn't it make more sense to place this check somewhere in > > single place, and define whatever OSVERSION that looks reasonable when > > OPSYS =3D=3D FreeBSD instead of patching every port? >=20 > There is a "discussion" about this on the portmgr list. Well, it's not > really a discussion. I started it, bapt answered it once, and the > portmgr stopped talking about it. >=20 > As far as "less readable", that really should not be a concern at all. > It is simply invalid to use OSVERSION without OPSYS since it's OPSYS > specific. What are the other OPSYS that FreeBSD ports collection should support? If there are any that are really needed, then OPSYS must be combined with OSVERSION, but if there is no strong current demand for that, it is probably not the right time to add complexity to the Makefiles. --=20 Eygene Ryabinkin ,,,^..^,,, [ Life's unfair - but root password helps! | codelabs.ru ] [ 82FE 06BC D497 C0DE 49EC 4FF0 16AF 9EAE 8152 ECFB | freebsd.org ] --J/zg8ciPNcraoWb6 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iF4EABEIAAYFAlKUwr4ACgkQFq+eroFS7PsllwD/c+huJ6Dk1mq5ZOr9PrMlud6s UUIAonMnCG+NQ17y9IQA/j7Y3gcvSB987dUxe2N5KFPV80nRbWJ0n7ueeJocla1a =opUh -----END PGP SIGNATURE----- --J/zg8ciPNcraoWb6-- From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 15:50:48 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 ESMTPS id 030B988E; Tue, 26 Nov 2013 15:50:48 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BADE9279F; Tue, 26 Nov 2013 15:50:47 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id AC283BDC2E; Tue, 26 Nov 2013 16:50:41 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 96816BDC24; Tue, 26 Nov 2013 16:50:41 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id E3B1F61A0; Tue, 26 Nov 2013 16:50:40 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 7DF4764FAC99; Tue, 26 Nov 2013 16:50:40 +0100 (CET) Date: Tue, 26 Nov 2013 16:50:40 +0100 From: Mathieu Arnold To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r334948 - head/lang/ruby20 Message-ID: In-Reply-To: <201311261545.rAQFj0Va027604@svn.freebsd.org> References: <201311261545.rAQFj0Va027604@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 26 Nov 2013 15:50:48 -0000 +--On 26 novembre 2013 15:45:00 +0000 Sunpoet Po-Chuan Hsieh wrote: | - Fix PLIST PORTREVISION bump ? -- Mathieu Arnold From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 15:51:22 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 ESMTPS id 104C5977; Tue, 26 Nov 2013 15:51:22 +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 E5B5527A9; Tue, 26 Nov 2013 15:51:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQFpLue030536; Tue, 26 Nov 2013 15:51:21 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQFpLSd030534; Tue, 26 Nov 2013 15:51:21 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311261551.rAQFpLSd030534@svn.freebsd.org> From: William Grzybowski Date: Tue, 26 Nov 2013 15:51:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334950 - head/games/nighthawk 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.16 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, 26 Nov 2013 15:51:22 -0000 Author: wg Date: Tue Nov 26 15:51:21 2013 New Revision: 334950 URL: http://svnweb.freebsd.org/changeset/ports/334950 Log: games/nighthawk: Support CC/CFLAGS properly - Support CC/CFLAGS properly - Allow staging - USES gmake PR: ports/184221 Submitted by: KATO Tsuguru Modified: head/games/nighthawk/Makefile head/games/nighthawk/pkg-plist Modified: head/games/nighthawk/Makefile ============================================================================== --- head/games/nighthawk/Makefile Tue Nov 26 15:45:50 2013 (r334949) +++ head/games/nighthawk/Makefile Tue Nov 26 15:51:21 2013 (r334950) @@ -5,28 +5,24 @@ PORTNAME= nighthawk PORTVERSION= 3.0.0 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= games/arcade +MASTER_SITES= SUNSITE/games/arcade MAINTAINER= ports@FreeBSD.org -COMMENT= An X11 shoot-'em up which requires some lateral thinking +COMMENT= X11 shoot-'em up which requires some lateral thinking WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes +USES= gmake USE_GL= glut -USE_GMAKE= yes MAKE_ARGS= CC="${CC}" CPP="${CXX}" CC_FLAGS="${CXXFLAGS}" \ - LIB_FLAGS="${LDFLAGS}" - -MAN6= nighthawk.6 + LIB_FLAGS="${LDFLAGS}" GCC="${CC}" CFLAGS="${CFLAGS}" CFLAGS+= -DINSTALL_DIR=\\\"\${DATADIR}\\\" \ -DSCORES_FILE=\\\"/var/games/nighthawk.scores\\\" \ -I${LOCALBASE}/include LDFLAGS+= -lm -L${LOCALBASE}/lib -lX11 -lGL -lGLU -lglut -NO_STAGE= yes post-patch: ${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ 's|make|$$(MAKE)|g ; \ @@ -36,16 +32,12 @@ post-patch: ${REINPLACE_CMD} -e 's|^|#|g' ${WRKSRC}/config.user do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/nighthawk ${PREFIX}/bin - ${CHOWN} root:games ${PREFIX}/bin/nighthawk - ${CHMOD} g+s ${PREFIX}/bin/nighthawk - ${INSTALL_DATA} ${WRKSRC}/doc/nighthawk.6 ${MANPREFIX}/man/man6 - @${MKDIR} ${DATADIR} + (cd ${WRKSRC}/src && ${INSTALL_PROGRAM} nighthawk \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC}/doc && ${INSTALL_MAN} nighthawk.6 \ + ${STAGEDIR}${MANPREFIX}/man/man6) + @${MKDIR} ${STAGEDIR}${DATADIR} ${TAR} -C ${WRKSRC} --exclude ".xvpics" -cf - data | \ - ${TAR} -C ${DATADIR} --unlink -xf - - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} - @${FIND} ${DATADIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE} - @${FIND} ${DATADIR} -type d | ${XARGS} ${CHMOD} a+rx - @${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL + ${TAR} -C ${STAGEDIR}${DATADIR} --unlink -xf - .include Modified: head/games/nighthawk/pkg-plist ============================================================================== --- head/games/nighthawk/pkg-plist Tue Nov 26 15:45:50 2013 (r334949) +++ head/games/nighthawk/pkg-plist Tue Nov 26 15:51:21 2013 (r334950) @@ -1,4 +1,11 @@ +@owner root +@group games +@mode 6755 bin/nighthawk +@owner +@group +@mode +man/man6/nighthawk.6.gz %%DATADIR%%/data/Anoyle/Bridge.f %%DATADIR%%/data/Anoyle/Bridge.m %%DATADIR%%/data/Anoyle/Engineering.f @@ -215,4 +222,4 @@ bin/nighthawk @dirrm %%DATADIR%%/data/Anoyle @dirrm %%DATADIR%%/data @dirrm %%DATADIR%% -@unexec if [ -s /var/games/nighthawk.scores ] || rm -f /var/games/nighthawk.scores +@unexec if [ ! -s /var/games/nighthawk.scores ]; then rm -f /var/games/nighthawk.scores; fi From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 16:08:14 2013 Return-Path: Delivered-To: svn-ports-head@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 0C89DEF3; Tue, 26 Nov 2013 16:08:14 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5B732989; Tue, 26 Nov 2013 16:08:12 +0000 (UTC) Received: from [192.168.0.21] (unknown [130.255.26.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 3C1DE435A3; Tue, 26 Nov 2013 10:07:47 -0600 (CST) Message-ID: <5294C740.1080207@marino.st> Date: Tue, 26 Nov 2013 17:07:28 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: Eygene Ryabinkin Subject: Re: svn commit: r334593 - in head/dns: bind96 bind96/files bind98 bind98/files bind99 bind99/files References: <201311221341.rAMDfY3g002148@svn.freebsd.org> <01490d316b5dd7f01f1c843871542666@secure.marino.st> <2DEEB271-4795-4DF0-8F85-30316BA3070F@FreeBSD.org> <5291C8BD.3070109@marino.st> <20131126035339.GA43389@FreeBSD.org> <529451E7.4010801@marino.st> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, Alexey Dokuchaev , owner-ports-committers@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, Erwin Lansing X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: marino@freebsd.org 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, 26 Nov 2013 16:08:14 -0000 On 11/26/2013 16:48, Eygene Ryabinkin wrote: > Tue, Nov 26, 2013 at 08:46:47AM +0100, John Marino wrote: >> On 11/26/2013 04:53, Alexey Dokuchaev wrote: >>> On Sun, Nov 24, 2013 at 10:37:01AM +0100, John Marino wrote: >>>> I have attached a diff with the proposed changes covering all three >>>> ports. It's pretty straight-forward. >>>> >>>> .if ${PORT_OPTIONS:MREPLACE_BASE} >>>> -.if ${OSVERSION} >= 1000500 >>>> +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000500 >>> >>> Given that OSVERSION is used extensively in the tree, I'm worrying that >>> adding these extra "${OPSYS} == FreeBSD" checks will our makefiles less >>> readable. Wouldn't it make more sense to place this check somewhere in >>> single place, and define whatever OSVERSION that looks reasonable when >>> OPSYS == FreeBSD instead of patching every port? >> >> There is a "discussion" about this on the portmgr list. Well, it's not >> really a discussion. I started it, bapt answered it once, and the >> portmgr stopped talking about it. >> >> As far as "less readable", that really should not be a concern at all. >> It is simply invalid to use OSVERSION without OPSYS since it's OPSYS >> specific. > > What are the other OPSYS that FreeBSD ports collection should support? > > If there are any that are really needed, then OPSYS must be combined > with OSVERSION, but if there is no strong current demand for that, it > is probably not the right time to add complexity to the Makefiles. *Hundreds* of problems with ports have already been detected and fixed as a direct result of the creation in dports. In many cases, problems were fixed on F10 before the general users saw them. Based on that track record alone, does that not merit using OSVERSION properly to support another system that brings those benefits? And yes, it's possible that yet other platforms can use ports in the future. Right now each new instance of OSVERSION can break a port, so now is the right time to not only make developers aware of that but to reducing its use. I am also not agreeing that prefixing OSVERSION with "OPSYS == &&" is "complex". People seriously are not going to have trouble with the concept that OSVERSION is platform specific. John From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 16:11:39 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 ESMTPS id C782E188 for ; Tue, 26 Nov 2013 16:11:39 +0000 (UTC) Received: from mail-lb0-f169.google.com (mail-lb0-f169.google.com [209.85.217.169]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BBF3A29E8 for ; Tue, 26 Nov 2013 16:11:38 +0000 (UTC) Received: by mail-lb0-f169.google.com with SMTP id y6so4744268lbh.28 for ; Tue, 26 Nov 2013 08:11:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=Z90MQ8aeoe+EIjkEbLqkeIrA7zSjHfUV4RshK0c4Cuc=; b=MgBl2i595DXwjwQuqqUjNU/eoLsofZqLegOO8Szg3S8PyqF9/9U0dtlhKILo26d0/J HHQ/Foi3Vn5dvD2TdEWgABi2Eecm6kP/ZgQHSdvvA2hCig0T8PiNW98L4nUv72VPKLUf 8NOS537WX1bFUogSBo8TouQv7yu0YfKc1slUgsuGCovSzZGueL13QaKf+GrVTYysKGms TmHdtnAiUhggXr1rQynxCNmckxhWHW7Z9LQV613yuHuHkVp6Ovet6uRS21UqhmukugSK TH/JYsXb0nGNvx2YRfJnCN/X6QenYcWraRJcS5ChpjUgCQU+59mrItZwIqqvTbAsTBTP JCOA== X-Gm-Message-State: ALoCoQmYV3SIhla98N86wZT0T1EX1ZuRpXL1js2tdHwlx/uwS0igrxyj6/RMR3+VLvZNZU1glLKT X-Received: by 10.152.180.228 with SMTP id dr4mr5642504lac.32.1385482290855; Tue, 26 Nov 2013 08:11:30 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.31.131 with HTTP; Tue, 26 Nov 2013 08:11:10 -0800 (PST) In-Reply-To: References: <201311261545.rAQFj0Va027604@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 00:11:10 +0800 X-Google-Sender-Auth: zQrQ1fxPxujB6hyu7gp9--HDGKQ Message-ID: Subject: Re: svn commit: r334948 - head/lang/ruby20 To: Mathieu Arnold Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 26 Nov 2013 16:11:39 -0000 On Tue, Nov 26, 2013 at 11:50 PM, Mathieu Arnold wrote: > +--On 26 novembre 2013 15:45:00 +0000 Sunpoet Po-Chuan Hsieh > wrote: > | - Fix PLIST > > PORTREVISION bump ? > > -- > Mathieu Arnold > No need on this case since we don't add things to the package. It remains the same (but no warning/failure while packaging). Regards, sunpoet From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 16:15:06 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 ESMTPS id 17B7A5D9; Tue, 26 Nov 2013 16:15:06 +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 0753A2A35; Tue, 26 Nov 2013 16:15:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQGF5gs038584; Tue, 26 Nov 2013 16:15:05 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQGF5t2038583; Tue, 26 Nov 2013 16:15:05 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311261615.rAQGF5t2038583@svn.freebsd.org> From: Max Brazhnikov Date: Tue, 26 Nov 2013 16:15:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334951 - head/games/cutemaze 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.16 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, 26 Nov 2013 16:15:06 -0000 Author: makc Date: Tue Nov 26 16:15:05 2013 New Revision: 334951 URL: http://svnweb.freebsd.org/changeset/ports/334951 Log: - Add missing USE_QT4 components to fix build after my previous commit Reported by: marino Modified: head/games/cutemaze/Makefile Modified: head/games/cutemaze/Makefile ============================================================================== --- head/games/cutemaze/Makefile Tue Nov 26 15:51:21 2013 (r334950) +++ head/games/cutemaze/Makefile Tue Nov 26 16:15:05 2013 (r334951) @@ -16,7 +16,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER USES= qmake USE_BZIP2= yes -USE_QT4= moc_build rcc_build uic_build iconengines_run imageformats_run +USE_QT4= moc_build rcc_build uic_build iconengines_run imageformats_run \ + corelib gui svg INSTALLS_ICONS= yes PORTDOCS= ChangeLog README From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 16:17:43 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 ESMTPS id C3F717DB; Tue, 26 Nov 2013 16:17:43 +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 B3C602A6F; Tue, 26 Nov 2013 16:17:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQGHhP1038920; Tue, 26 Nov 2013 16:17:43 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQGHhkc038919; Tue, 26 Nov 2013 16:17:43 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311261617.rAQGHhkc038919@svn.freebsd.org> From: Max Brazhnikov Date: Tue, 26 Nov 2013 16:17:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334952 - head/deskutils/cdcat 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.16 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, 26 Nov 2013 16:17:43 -0000 Author: makc Date: Tue Nov 26 16:17:43 2013 New Revision: 334952 URL: http://svnweb.freebsd.org/changeset/ports/334952 Log: - QMAKE_PRO is deprecated Modified: head/deskutils/cdcat/Makefile Modified: head/deskutils/cdcat/Makefile ============================================================================== --- head/deskutils/cdcat/Makefile Tue Nov 26 16:15:05 2013 (r334951) +++ head/deskutils/cdcat/Makefile Tue Nov 26 16:17:43 2013 (r334952) @@ -44,7 +44,7 @@ QMAKE_ARGS+= INCLUDEPATH+="${L7Z_WRKSRC} DEFINES+="MEDIAINFO_STATIC" \ DEFINES+="MEDIAINFO_UNICODE" \ DEFINES+="USE_LIBEXIF" -QMAKE_PRO= ${PORTNAME}.pro +QMAKE_SOURCE_PATH= ${BUILD_WRKSRC}/cdcat.pro # spoof tinderbox: build deps for multimedia/mediainfo USE_AUTOTOOLS= autoconf:env automake:env libtool:env @@ -76,7 +76,7 @@ post-extract: post-patch: @${REINPLACE_CMD} -e \ - '/LIBS/s|^|#|' ${BUILD_WRKSRC}/${QMAKE_PRO} + '/LIBS/s|^|#|' ${BUILD_WRKSRC}/cdcat.pro @${REINPLACE_CMD} -e \ 's|/dev/sr0|/dev/cd0|' ${BUILD_WRKSRC}/config.cpp @${REINPLACE_CMD} -e \ @@ -87,7 +87,7 @@ pre-configure: CC="${CC}" CFLAGS="${CFLAGS}" \ CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ P7ZIP_SOURCE_DIR="${P7Z_WRKSRC}" - @${LRELEASE} ${BUILD_WRKSRC}/${QMAKE_PRO} + @${LRELEASE} ${BUILD_WRKSRC}/cdcat.pro pre-build: @cd ${L7Z_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} \ From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 17:01:09 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 ESMTPS id 76A523A9; Tue, 26 Nov 2013 17:01:09 +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 645142D87; Tue, 26 Nov 2013 17:01:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQH19AL055036; Tue, 26 Nov 2013 17:01:09 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQH185D055032; Tue, 26 Nov 2013 17:01:08 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201311261701.rAQH185D055032@svn.freebsd.org> From: Johan van Selst Date: Tue, 26 Nov 2013 17:01:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334953 - head/lang/swi-pl 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.16 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, 26 Nov 2013 17:01:09 -0000 Author: johans Date: Tue Nov 26 17:01:08 2013 New Revision: 334953 URL: http://svnweb.freebsd.org/changeset/ports/334953 Log: - Update SWI Prolog to 6.6.0 - Enable stage support Modified: head/lang/swi-pl/Makefile head/lang/swi-pl/distinfo head/lang/swi-pl/pkg-plist Modified: head/lang/swi-pl/Makefile ============================================================================== --- head/lang/swi-pl/Makefile Tue Nov 26 16:17:43 2013 (r334952) +++ head/lang/swi-pl/Makefile Tue Nov 26 17:01:08 2013 (r334953) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= swi-pl -PORTVERSION= 6.4.1 -PORTREVISION= 1 +PORTVERSION= 6.6.0 CATEGORIES= lang MASTER_SITES= http://www.swi-prolog.org/download/stable/src/ DISTNAME= pl-${PORTVERSION} @@ -23,12 +22,9 @@ LDFLAGS+= -L${LOCALBASE}/lib SWIPLDIR= ${PORTNAME:C/-//}-${PORTVERSION} -MAN1= swipl.1 swipl-rc.1 swipl-ld.1 xpce-client.1 -MANCOMPRESSED= no - NOPRECIOUSMAKEVARS= yes USE_XORG= xft xpm xt -USES= pkgconfig pathfix gmake +USES= pkgconfig pathfix gmake shebangfix MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ARCH=${ARCH}-${OPSYS:L} @@ -37,9 +33,14 @@ CONFIGURE_ARGS= --with-world --without-j MAKE_ARGS= DISABLE_PKGS=jpl \ ac_cv_lib_ossp_uuid_uuid_create=no ac_cv_lib_uuid_uuid_create=no +SHEBANG_LANG= swipl +swipl_OLD_CMD= /usr/bin/swipl +swipl_CMD= ${LOCALBASE}/bin/swipl +SHEBANG_FILES= library/dialect/sicstus/swipl-lfr.pl \ + packages/http/examples/demo_inetd + PLIST_SUB= DISTNAME=${SWIPLDIR} ARCH=${ARCH} OS=${OPSYS:L} -NO_STAGE= yes .include .if ${PORT_OPTIONS:MUNIXODBC} @@ -76,4 +77,8 @@ post-patch: ${WRKSRC}/packages/http/Makefile.in \ ${WRKSRC}/packages/pldoc/Makefile.in +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xpce-client \ + ${STAGEDIR}${PREFIX}/lib/${SWIPLDIR}/lib/${ARCH}-freebsd/pl2xpce.so + .include Modified: head/lang/swi-pl/distinfo ============================================================================== --- head/lang/swi-pl/distinfo Tue Nov 26 16:17:43 2013 (r334952) +++ head/lang/swi-pl/distinfo Tue Nov 26 17:01:08 2013 (r334953) @@ -1,2 +1,2 @@ -SHA256 (pl-6.4.1.tar.gz) = 48439529784a855ce9246419b51ebe5388acc28d1483a947c6a0397c3dc7f8eb -SIZE (pl-6.4.1.tar.gz) = 14616444 +SHA256 (pl-6.6.0.tar.gz) = b85ac27a8afeb29640fe2b98c088e5f9c753adacb20114f8c10ba4835b26f9cd +SIZE (pl-6.6.0.tar.gz) = 14764935 Modified: head/lang/swi-pl/pkg-plist ============================================================================== --- head/lang/swi-pl/pkg-plist Tue Nov 26 16:17:43 2013 (r334952) +++ head/lang/swi-pl/pkg-plist Tue Nov 26 17:01:08 2013 (r334953) @@ -2,6 +2,10 @@ bin/swipl bin/swipl-ld bin/swipl-rc bin/xpce-client +man/man1/swipl-ld.1.gz +man/man1/swipl-rc.1.gz +man/man1/swipl.1.gz +man/man1/xpce-client.1.gz lib/%%DISTNAME%%/Makefile lib/%%DISTNAME%%/bin/swipl.home lib/%%DISTNAME%%/bin/%%ARCH%%-%%OS%%/swipl @@ -47,11 +51,13 @@ lib/%%DISTNAME%%/doc/Manual/acknowledge. lib/%%DISTNAME%%/doc/Manual/aggregate.html lib/%%DISTNAME%%/doc/Manual/allsolutions.html lib/%%DISTNAME%%/doc/Manual/altmoduleapi.html +lib/%%DISTNAME%%/doc/Manual/ancestral-cut.html lib/%%DISTNAME%%/doc/Manual/apply.html lib/%%DISTNAME%%/doc/Manual/arith.html lib/%%DISTNAME%%/doc/Manual/assoc.html lib/%%DISTNAME%%/doc/Manual/attvar.html lib/%%DISTNAME%%/doc/Manual/autoload.html +lib/%%DISTNAME%%/doc/Manual/breakpoint.html lib/%%DISTNAME%%/doc/Manual/broadcast.gif lib/%%DISTNAME%%/doc/Manual/broadcast.html lib/%%DISTNAME%%/doc/Manual/builtin.html @@ -113,7 +119,6 @@ lib/%%DISTNAME%%/doc/Manual/funcsummary. lib/%%DISTNAME%%/doc/Manual/gc.html lib/%%DISTNAME%%/doc/Manual/gemacs.html lib/%%DISTNAME%%/doc/Manual/gensym.html -lib/%%DISTNAME%%/doc/Manual/globalcut.html lib/%%DISTNAME%%/doc/Manual/glossary.html lib/%%DISTNAME%%/doc/Manual/guidelines.html lib/%%DISTNAME%%/doc/Manual/guitracer.html @@ -386,6 +391,7 @@ lib/%%DISTNAME%%/library/charsio.pl lib/%%DISTNAME%%/library/check.pl lib/%%DISTNAME%%/library/checklast.pl lib/%%DISTNAME%%/library/checkselect.pl +lib/%%DISTNAME%%/library/chr.pl lib/%%DISTNAME%%/library/chr/README lib/%%DISTNAME%%/library/chr/a_star.pl lib/%%DISTNAME%%/library/chr/binomialheap.pl @@ -405,11 +411,11 @@ lib/%%DISTNAME%%/library/chr/find.pl lib/%%DISTNAME%%/library/chr/guard_entailment.pl lib/%%DISTNAME%%/library/chr/listmap.pl lib/%%DISTNAME%%/library/chr/pairlist.pl -lib/%%DISTNAME%%/library/chr.pl lib/%%DISTNAME%%/library/clp/bounds.pl lib/%%DISTNAME%%/library/clp/clp_distinct.pl lib/%%DISTNAME%%/library/clp/clp_events.pl lib/%%DISTNAME%%/library/clp/clpfd.pl +lib/%%DISTNAME%%/library/clp/clpq.pl lib/%%DISTNAME%%/library/clp/clpq/bb_q.pl lib/%%DISTNAME%%/library/clp/clpq/bv_q.pl lib/%%DISTNAME%%/library/clp/clpq/fourmotz_q.pl @@ -417,7 +423,6 @@ lib/%%DISTNAME%%/library/clp/clpq/ineq_q lib/%%DISTNAME%%/library/clp/clpq/itf_q.pl lib/%%DISTNAME%%/library/clp/clpq/nf_q.pl lib/%%DISTNAME%%/library/clp/clpq/store_q.pl -lib/%%DISTNAME%%/library/clp/clpq.pl lib/%%DISTNAME%%/library/clp/clpqr/README lib/%%DISTNAME%%/library/clp/clpqr/class.pl lib/%%DISTNAME%%/library/clp/clpqr/dump.pl @@ -426,6 +431,7 @@ lib/%%DISTNAME%%/library/clp/clpqr/itf.p lib/%%DISTNAME%%/library/clp/clpqr/ordering.pl lib/%%DISTNAME%%/library/clp/clpqr/project.pl lib/%%DISTNAME%%/library/clp/clpqr/redund.pl +lib/%%DISTNAME%%/library/clp/clpr.pl lib/%%DISTNAME%%/library/clp/clpr/bb_r.pl lib/%%DISTNAME%%/library/clp/clpr/bv_r.pl lib/%%DISTNAME%%/library/clp/clpr/fourmotz_r.pl @@ -433,16 +439,17 @@ lib/%%DISTNAME%%/library/clp/clpr/ineq_r lib/%%DISTNAME%%/library/clp/clpr/itf_r.pl lib/%%DISTNAME%%/library/clp/clpr/nf_r.pl lib/%%DISTNAME%%/library/clp/clpr/store_r.pl -lib/%%DISTNAME%%/library/clp/clpr.pl lib/%%DISTNAME%%/library/clp/simplex.pl lib/%%DISTNAME%%/library/codesio.pl lib/%%DISTNAME%%/library/coinduction.pl +lib/%%DISTNAME%%/library/console_input.pl lib/%%DISTNAME%%/library/crypt.pl lib/%%DISTNAME%%/library/csv.pl lib/%%DISTNAME%%/library/ctypes.pl lib/%%DISTNAME%%/library/date.pl lib/%%DISTNAME%%/library/dcg/basics.pl lib/%%DISTNAME%%/library/debug.pl +lib/%%DISTNAME%%/library/dialect.pl lib/%%DISTNAME%%/library/dialect/bim.pl lib/%%DISTNAME%%/library/dialect/ciao.pl lib/%%DISTNAME%%/library/dialect/ciao/aggregates.pl @@ -490,6 +497,7 @@ lib/%%DISTNAME%%/library/dialect/hprolog lib/%%DISTNAME%%/library/dialect/hprolog/format.pl lib/%%DISTNAME%%/library/dialect/ifprolog.pl lib/%%DISTNAME%%/library/dialect/iso/iso_predicates.pl +lib/%%DISTNAME%%/library/dialect/sicstus.pl lib/%%DISTNAME%%/library/dialect/sicstus/arrays.pl lib/%%DISTNAME%%/library/dialect/sicstus/block.pl lib/%%DISTNAME%%/library/dialect/sicstus/lists.pl @@ -498,11 +506,9 @@ lib/%%DISTNAME%%/library/dialect/sicstus lib/%%DISTNAME%%/library/dialect/sicstus/system.pl lib/%%DISTNAME%%/library/dialect/sicstus/terms.pl lib/%%DISTNAME%%/library/dialect/sicstus/timeout.pl -lib/%%DISTNAME%%/library/dialect/sicstus.pl lib/%%DISTNAME%%/library/dialect/swi/syspred_options.pl -lib/%%DISTNAME%%/library/dialect/yap/README.TXT lib/%%DISTNAME%%/library/dialect/yap.pl -lib/%%DISTNAME%%/library/dialect.pl +lib/%%DISTNAME%%/library/dialect/yap/README.TXT lib/%%DISTNAME%%/library/dif.pl lib/%%DISTNAME%%/library/doc_files.pl lib/%%DISTNAME%%/library/doc_http.pl @@ -527,16 +533,6 @@ lib/%%DISTNAME%%/library/http/ax.pl lib/%%DISTNAME%%/library/http/dcg_basics.pl lib/%%DISTNAME%%/library/http/html_head.pl lib/%%DISTNAME%%/library/http/html_quasiquotations.pl -lib/%%DISTNAME%%/library/http/http_load.pl -lib/%%DISTNAME%%/library/http/http_unix_daemon.pl -lib/%%DISTNAME%%/library/http/js_grammar.pl -lib/%%DISTNAME%%/library/http/yadis.pl -lib/%%DISTNAME%%/library/quasi_quotations.pl -lib/%%DISTNAME%%/library/sandbox.pl -lib/%%DISTNAME%%/library/semweb/rdf_ntriples.pl -lib/%%DISTNAME%%/library/semweb/turtle.pl -lib/%%DISTNAME%%/library/syslog.pl -lib/%%DISTNAME%%/library/win_menu.pl lib/%%DISTNAME%%/library/http/html_write.pl lib/%%DISTNAME%%/library/http/http_authenticate.pl lib/%%DISTNAME%%/library/http/http_client.pl @@ -551,6 +547,7 @@ lib/%%DISTNAME%%/library/http/http_heade lib/%%DISTNAME%%/library/http/http_hook.pl lib/%%DISTNAME%%/library/http/http_host.pl lib/%%DISTNAME%%/library/http/http_json.pl +lib/%%DISTNAME%%/library/http/http_load.pl lib/%%DISTNAME%%/library/http/http_log.pl lib/%%DISTNAME%%/library/http/http_mime_plugin.pl lib/%%DISTNAME%%/library/http/http_open.pl @@ -563,8 +560,10 @@ lib/%%DISTNAME%%/library/http/http_sessi lib/%%DISTNAME%%/library/http/http_sgml_plugin.pl lib/%%DISTNAME%%/library/http/http_ssl_plugin.pl lib/%%DISTNAME%%/library/http/http_stream.pl +lib/%%DISTNAME%%/library/http/http_unix_daemon.pl lib/%%DISTNAME%%/library/http/http_wrapper.pl lib/%%DISTNAME%%/library/http/inetd_httpd.pl +lib/%%DISTNAME%%/library/http/js_grammar.pl lib/%%DISTNAME%%/library/http/js_write.pl lib/%%DISTNAME%%/library/http/json.pl lib/%%DISTNAME%%/library/http/json_convert.pl @@ -582,6 +581,7 @@ lib/%%DISTNAME%%/library/http/web/icons/ lib/%%DISTNAME%%/library/http/web/icons/openid-logo-square.png lib/%%DISTNAME%%/library/http/web/icons/openid-logo-tiny.png lib/%%DISTNAME%%/library/http/xpce_httpd.pl +lib/%%DISTNAME%%/library/http/yadis.pl lib/%%DISTNAME%%/library/iso_639.pl lib/%%DISTNAME%%/library/isub.pl lib/%%DISTNAME%%/library/listing.pl @@ -603,6 +603,7 @@ lib/%%DISTNAME%%/library/pairs.pl lib/%%DISTNAME%%/library/pdt_console.pl lib/%%DISTNAME%%/library/persistency.pl lib/%%DISTNAME%%/library/pio.pl +lib/%%DISTNAME%%/library/pldoc.pl lib/%%DISTNAME%%/library/pldoc/README lib/%%DISTNAME%%/library/pldoc/doc_access.pl lib/%%DISTNAME%%/library/pldoc/doc_colour.pl @@ -635,7 +636,6 @@ lib/%%DISTNAME%%/library/pldoc/public.pn lib/%%DISTNAME%%/library/pldoc/reload.gif lib/%%DISTNAME%%/library/pldoc/source.png lib/%%DISTNAME%%/library/pldoc/up.gif -lib/%%DISTNAME%%/library/pldoc.pl lib/%%DISTNAME%%/library/plunit.pl lib/%%DISTNAME%%/library/porter_stem.pl lib/%%DISTNAME%%/library/portray_text.pl @@ -658,6 +658,7 @@ lib/%%DISTNAME%%/library/pure_input.pl lib/%%DISTNAME%%/library/pwp.pl lib/%%DISTNAME%%/library/qpforeign.pl lib/%%DISTNAME%%/library/qsave.pl +lib/%%DISTNAME%%/library/quasi_quotations.pl lib/%%DISTNAME%%/library/quintus.pl lib/%%DISTNAME%%/library/random.pl lib/%%DISTNAME%%/library/rbtrees.pl @@ -671,6 +672,7 @@ lib/%%DISTNAME%%/library/readutil.pl lib/%%DISTNAME%%/library/record.pl lib/%%DISTNAME%%/library/rewrite.pl lib/%%DISTNAME%%/library/rlimit.pl +lib/%%DISTNAME%%/library/sandbox.pl lib/%%DISTNAME%%/library/semweb/INDEX.pl lib/%%DISTNAME%%/library/semweb/README lib/%%DISTNAME%%/library/semweb/dc.rdfs @@ -684,6 +686,7 @@ lib/%%DISTNAME%%/library/semweb/rdf_http lib/%%DISTNAME%%/library/semweb/rdf_library.pl lib/%%DISTNAME%%/library/semweb/rdf_library.ttl lib/%%DISTNAME%%/library/semweb/rdf_litindex.pl +lib/%%DISTNAME%%/library/semweb/rdf_ntriples.pl lib/%%DISTNAME%%/library/semweb/rdf_persistency.pl lib/%%DISTNAME%%/library/semweb/rdf_portray.pl lib/%%DISTNAME%%/library/semweb/rdf_turtle.pl @@ -692,6 +695,7 @@ lib/%%DISTNAME%%/library/semweb/rdf_zlib lib/%%DISTNAME%%/library/semweb/rdfs.pl lib/%%DISTNAME%%/library/semweb/rdfs.rdfs lib/%%DISTNAME%%/library/semweb/sparql_client.pl +lib/%%DISTNAME%%/library/semweb/turtle.pl lib/%%DISTNAME%%/library/settings.pl lib/%%DISTNAME%%/library/sgml.pl lib/%%DISTNAME%%/library/sgml_write.pl @@ -705,6 +709,7 @@ lib/%%DISTNAME%%/library/ssl.pl lib/%%DISTNAME%%/library/statistics.pl lib/%%DISTNAME%%/library/streaminfo.pl lib/%%DISTNAME%%/library/streampool.pl +lib/%%DISTNAME%%/library/syslog.pl lib/%%DISTNAME%%/library/system.pl lib/%%DISTNAME%%/library/table.pl lib/%%DISTNAME%%/library/table_util.pl @@ -719,9 +724,9 @@ lib/%%DISTNAME%%/library/tty.pl lib/%%DISTNAME%%/library/udp_broadcast.pl lib/%%DISTNAME%%/library/ugraphs.pl lib/%%DISTNAME%%/library/uid.pl +lib/%%DISTNAME%%/library/unicode.pl lib/%%DISTNAME%%/library/unicode/blocks.pl lib/%%DISTNAME%%/library/unicode/unicode_data.pl -lib/%%DISTNAME%%/library/unicode.pl lib/%%DISTNAME%%/library/unix.pl lib/%%DISTNAME%%/library/uri.pl lib/%%DISTNAME%%/library/url.pl @@ -729,11 +734,13 @@ lib/%%DISTNAME%%/library/utf8.pl lib/%%DISTNAME%%/library/varnumbers.pl lib/%%DISTNAME%%/library/vm.pl lib/%%DISTNAME%%/library/when.pl +lib/%%DISTNAME%%/library/win_menu.pl lib/%%DISTNAME%%/library/writef.pl lib/%%DISTNAME%%/library/www_browser.pl lib/%%DISTNAME%%/library/xpath.pl lib/%%DISTNAME%%/library/xsdp_types.pl lib/%%DISTNAME%%/library/zlib.pl +lib/%%DISTNAME%%/swipl-win.rc lib/%%DISTNAME%%/swipl.home lib/%%DISTNAME%%/swipl.rc lib/%%DISTNAME%%/xpce/COPYING @@ -1368,7 +1375,6 @@ lib/%%DISTNAME%%/xpce/prolog/demo/ispell lib/%%DISTNAME%%/xpce/prolog/demo/juggler.pl lib/%%DISTNAME%%/xpce/prolog/demo/kangaroo.pl lib/%%DISTNAME%%/xpce/prolog/demo/pce_demo.pl -lib/%%DISTNAME%%/xpce/prolog/lib/.pwd lib/%%DISTNAME%%/xpce/prolog/lib/CLASSINDEX.pl lib/%%DISTNAME%%/xpce/prolog/lib/INDEX.pl lib/%%DISTNAME%%/xpce/prolog/lib/MKINDEX.pl @@ -1398,7 +1404,6 @@ lib/%%DISTNAME%%/xpce/prolog/lib/dialog/ lib/%%DISTNAME%%/xpce/prolog/lib/dialog/bitmaps/text_item.bm lib/%%DISTNAME%%/xpce/prolog/lib/dialog/bitmaps/toggle.bm lib/%%DISTNAME%%/xpce/prolog/lib/dialog/dialog.pl -lib/%%DISTNAME%%/xpce/prolog/lib/dialog/dialog.qlf lib/%%DISTNAME%%/xpce/prolog/lib/dialog/font.pl lib/%%DISTNAME%%/xpce/prolog/lib/dialog/generate.pl lib/%%DISTNAME%%/xpce/prolog/lib/dialog/image_item.pl @@ -1459,7 +1464,6 @@ lib/%%DISTNAME%%/xpce/prolog/lib/emacs/c lib/%%DISTNAME%%/xpce/prolog/lib/emacs/cpp_mode.pl lib/%%DISTNAME%%/xpce/prolog/lib/emacs/dde_server.pl lib/%%DISTNAME%%/xpce/prolog/lib/emacs/emacs.pl -lib/%%DISTNAME%%/xpce/prolog/lib/emacs/emacs.qlf lib/%%DISTNAME%%/xpce/prolog/lib/emacs/find.pl lib/%%DISTNAME%%/xpce/prolog/lib/emacs/fundamental_mode.pl lib/%%DISTNAME%%/xpce/prolog/lib/emacs/gdb.pl @@ -1475,7 +1479,6 @@ lib/%%DISTNAME%%/xpce/prolog/lib/emacs/l lib/%%DISTNAME%%/xpce/prolog/lib/emacs/man_mode.pl lib/%%DISTNAME%%/xpce/prolog/lib/emacs/outline_mode.pl lib/%%DISTNAME%%/xpce/prolog/lib/emacs/prolog_mode.pl -lib/%%DISTNAME%%/xpce/prolog/lib/emacs/prolog_mode.qlf lib/%%DISTNAME%%/xpce/prolog/lib/emacs/prompt.pl lib/%%DISTNAME%%/xpce/prolog/lib/emacs/rdf_mode.pl lib/%%DISTNAME%%/xpce/prolog/lib/emacs/script_mode.pl @@ -1542,7 +1545,6 @@ lib/%%DISTNAME%%/xpce/prolog/lib/man/v_v lib/%%DISTNAME%%/xpce/prolog/lib/math/expandmath.pl lib/%%DISTNAME%%/xpce/prolog/lib/password_item.pl lib/%%DISTNAME%%/xpce/prolog/lib/pce.pl -lib/%%DISTNAME%%/xpce/prolog/lib/pce.qlf lib/%%DISTNAME%%/xpce/prolog/lib/pce_arm.pl lib/%%DISTNAME%%/xpce/prolog/lib/pce_arrow_item.pl lib/%%DISTNAME%%/xpce/prolog/lib/pce_class_index.pl @@ -1571,7 +1573,6 @@ lib/%%DISTNAME%%/xpce/prolog/lib/pce_ima lib/%%DISTNAME%%/xpce/prolog/lib/pce_loadcxx.pl lib/%%DISTNAME%%/xpce/prolog/lib/pce_main.pl lib/%%DISTNAME%%/xpce/prolog/lib/pce_manual.pl -lib/%%DISTNAME%%/xpce/prolog/lib/pce_manual.qlf lib/%%DISTNAME%%/xpce/prolog/lib/pce_meta.pl lib/%%DISTNAME%%/xpce/prolog/lib/pce_objects.pl lib/%%DISTNAME%%/xpce/prolog/lib/pce_postscript.pl @@ -1597,7 +1598,6 @@ lib/%%DISTNAME%%/xpce/prolog/lib/pce_unc lib/%%DISTNAME%%/xpce/prolog/lib/pce_util.pl lib/%%DISTNAME%%/xpce/prolog/lib/pce_xref.pl lib/%%DISTNAME%%/xpce/prolog/lib/pcedraw.pl -lib/%%DISTNAME%%/xpce/prolog/lib/pcedraw.qlf lib/%%DISTNAME%%/xpce/prolog/lib/persistent_frame.pl lib/%%DISTNAME%%/xpce/prolog/lib/plot/README lib/%%DISTNAME%%/xpce/prolog/lib/plot/axis.pl @@ -1716,7 +1716,6 @@ lib/%%DISTNAME%%/xpce/prolog/lib/trace/s lib/%%DISTNAME%%/xpce/prolog/lib/trace/status.pl lib/%%DISTNAME%%/xpce/prolog/lib/trace/test.pl lib/%%DISTNAME%%/xpce/prolog/lib/trace/trace.pl -lib/%%DISTNAME%%/xpce/prolog/lib/trace/trace.qlf lib/%%DISTNAME%%/xpce/prolog/lib/trace/util.pl lib/%%DISTNAME%%/xpce/prolog/lib/trace/viewterm.pl lib/%%DISTNAME%%/xpce/prolog/lib/url_image.pl @@ -1724,96 +1723,94 @@ lib/%%DISTNAME%%/xpce/prolog/lib/xref/co lib/%%DISTNAME%%/xpce/prolog/lib/xref/mkcommon.pl lib/%%DISTNAME%%/xpce/prolog/lib/xref/quintus.pl lib/%%DISTNAME%%/xpce/prolog/lib/xref/sicstus.pl -lib/%%DISTNAME%%/swipl-win.rc libdata/pkgconfig/swipl.pc -@dirrm lib/%%DISTNAME%%/bin/%%ARCH%%-%%OS%% -@dirrm lib/%%DISTNAME%%/bin -@dirrm lib/%%DISTNAME%%/lib/%%ARCH%%-%%OS%% -@dirrm lib/%%DISTNAME%%/lib -@dirrm lib/%%DISTNAME%%/demo -@dirrm lib/%%DISTNAME%%/boot -@dirrm lib/%%DISTNAME%%/library/clp/clpr -@dirrm lib/%%DISTNAME%%/library/clp/clpq -@dirrm lib/%%DISTNAME%%/library/clp/clpqr -@dirrm lib/%%DISTNAME%%/library/clp +@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/xref +@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/trace/icons/16x16 +@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/trace/icons +@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/trace +@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/swi +@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/plot +@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/math +@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/man +@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/http +@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/english +@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/emacs +@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/draw +@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/doc/icons +@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/doc +@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/dialog/bitmaps +@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/dialog +@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/compatibility +@dirrm lib/%%DISTNAME%%/xpce/prolog/lib +@dirrm lib/%%DISTNAME%%/xpce/prolog/demo +@dirrm lib/%%DISTNAME%%/xpce/prolog/contrib/rubik +@dirrm lib/%%DISTNAME%%/xpce/prolog/contrib +@dirrm lib/%%DISTNAME%%/xpce/prolog/boot +@dirrm lib/%%DISTNAME%%/xpce/prolog +@dirrm lib/%%DISTNAME%%/xpce/pl +@dirrm lib/%%DISTNAME%%/xpce/man/reference/class +@dirrm lib/%%DISTNAME%%/xpce/man/reference +@dirrm lib/%%DISTNAME%%/xpce/man/faq +@dirrm lib/%%DISTNAME%%/xpce/man +@dirrm lib/%%DISTNAME%%/xpce/bitmaps/patterns +@dirrm lib/%%DISTNAME%%/xpce/bitmaps/32x32 +@dirrm lib/%%DISTNAME%%/xpce/bitmaps/16x16 +@dirrm lib/%%DISTNAME%%/xpce/bitmaps +@dirrm lib/%%DISTNAME%%/xpce/bin/x86_64-freebsd +@dirrm lib/%%DISTNAME%%/xpce/bin +@dirrm lib/%%DISTNAME%%/xpce/appl-help +@dirrm lib/%%DISTNAME%%/xpce @dirrm lib/%%DISTNAME%%/library/unicode +@dirrm lib/%%DISTNAME%%/library/semweb +@dirrm lib/%%DISTNAME%%/library/pldoc +@dirrm lib/%%DISTNAME%%/library/http/web/icons +@dirrm lib/%%DISTNAME%%/library/http/web/css +@dirrm lib/%%DISTNAME%%/library/http/web +@dirrm lib/%%DISTNAME%%/library/http @dirrm lib/%%DISTNAME%%/library/dialect/yap +@dirrm lib/%%DISTNAME%%/library/dialect/swi +@dirrm lib/%%DISTNAME%%/library/dialect/sicstus @dirrm lib/%%DISTNAME%%/library/dialect/iso +@dirrm lib/%%DISTNAME%%/library/dialect/ifprolog +@dirrm lib/%%DISTNAME%%/library/dialect/hprolog @dirrm lib/%%DISTNAME%%/library/dialect/ciao/regtypes @dirrm lib/%%DISTNAME%%/library/dialect/ciao/engine @dirrm lib/%%DISTNAME%%/library/dialect/ciao -@dirrm lib/%%DISTNAME%%/library/dialect/sicstus -@dirrm lib/%%DISTNAME%%/library/dialect/swi -@dirrm lib/%%DISTNAME%%/library/dialect/ifprolog -@dirrm lib/%%DISTNAME%%/library/dialect/hprolog @dirrm lib/%%DISTNAME%%/library/dialect @dirrm lib/%%DISTNAME%%/library/dcg -@dirrm lib/%%DISTNAME%%/library/DTD -@dirrm lib/%%DISTNAME%%/library/semweb -@dirrm lib/%%DISTNAME%%/library/http/web/icons -@dirrm lib/%%DISTNAME%%/library/http/web/css -@dirrm lib/%%DISTNAME%%/library/http/web -@dirrm lib/%%DISTNAME%%/library/http +@dirrm lib/%%DISTNAME%%/library/clp/clpr +@dirrm lib/%%DISTNAME%%/library/clp/clpqr +@dirrm lib/%%DISTNAME%%/library/clp/clpq +@dirrm lib/%%DISTNAME%%/library/clp @dirrm lib/%%DISTNAME%%/library/chr -@dirrm lib/%%DISTNAME%%/library/pldoc +@dirrm lib/%%DISTNAME%%/library/DTD @dirrm lib/%%DISTNAME%%/library +@dirrm lib/%%DISTNAME%%/lib/x86_64-freebsd +@dirrm lib/%%DISTNAME%%/lib @dirrm lib/%%DISTNAME%%/include/sicstus @dirrm lib/%%DISTNAME%%/include/Yap @dirrm lib/%%DISTNAME%%/include -@dirrm lib/%%DISTNAME%%/customize -@dirrm lib/%%DISTNAME%%/doc/Manual -@dirrm lib/%%DISTNAME%%/doc/packages/examples/http/pwp -@dirrm lib/%%DISTNAME%%/doc/packages/examples/http -@dirrm lib/%%DISTNAME%%/doc/packages/examples/chr -@dirrm lib/%%DISTNAME%%/doc/packages/examples/ssl/etc/client +@dirrm lib/%%DISTNAME%%/doc/packages/examples/ssl/etc/server @dirrm lib/%%DISTNAME%%/doc/packages/examples/ssl/etc/demoCA/private @dirrm lib/%%DISTNAME%%/doc/packages/examples/ssl/etc/demoCA/newcerts @dirrm lib/%%DISTNAME%%/doc/packages/examples/ssl/etc/demoCA -@dirrm lib/%%DISTNAME%%/doc/packages/examples/ssl/etc/server +@dirrm lib/%%DISTNAME%%/doc/packages/examples/ssl/etc/client @dirrm lib/%%DISTNAME%%/doc/packages/examples/ssl/etc @dirrm lib/%%DISTNAME%%/doc/packages/examples/ssl -@dirrm lib/%%DISTNAME%%/doc/packages/examples/pldoc +@dirrm lib/%%DISTNAME%%/doc/packages/examples/protobufs @dirrm lib/%%DISTNAME%%/doc/packages/examples/plunit +@dirrm lib/%%DISTNAME%%/doc/packages/examples/pldoc +@dirrm lib/%%DISTNAME%%/doc/packages/examples/http/pwp +@dirrm lib/%%DISTNAME%%/doc/packages/examples/http +@dirrm lib/%%DISTNAME%%/doc/packages/examples/chr @dirrm lib/%%DISTNAME%%/doc/packages/examples/R -@dirrm lib/%%DISTNAME%%/doc/packages/examples/protobufs @dirrm lib/%%DISTNAME%%/doc/packages/examples @dirrm lib/%%DISTNAME%%/doc/packages +@dirrm lib/%%DISTNAME%%/doc/Manual @dirrm lib/%%DISTNAME%%/doc -@dirrm lib/%%DISTNAME%%/xpce/bitmaps/16x16 -@dirrm lib/%%DISTNAME%%/xpce/bitmaps/32x32 -@dirrm lib/%%DISTNAME%%/xpce/bitmaps/patterns -@dirrm lib/%%DISTNAME%%/xpce/bitmaps -@dirrm lib/%%DISTNAME%%/xpce/bin/%%ARCH%%-%%OS%% -@dirrm lib/%%DISTNAME%%/xpce/bin -@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/dialog/bitmaps -@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/dialog -@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/draw -@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/compatibility -@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/emacs -@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/man -@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/xref -@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/english -@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/trace/icons/16x16 -@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/trace/icons -@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/trace -@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/http -@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/swi -@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/plot -@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/doc/icons -@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/doc -@dirrm lib/%%DISTNAME%%/xpce/prolog/lib/math -@dirrm lib/%%DISTNAME%%/xpce/prolog/lib -@dirrm lib/%%DISTNAME%%/xpce/prolog/demo -@dirrm lib/%%DISTNAME%%/xpce/prolog/contrib/rubik -@dirrm lib/%%DISTNAME%%/xpce/prolog/contrib -@dirrm lib/%%DISTNAME%%/xpce/prolog/boot -@dirrm lib/%%DISTNAME%%/xpce/prolog -@dirrm lib/%%DISTNAME%%/xpce/appl-help -@dirrm lib/%%DISTNAME%%/xpce/pl -@dirrm lib/%%DISTNAME%%/xpce/man/reference/class -@dirrm lib/%%DISTNAME%%/xpce/man/reference -@dirrm lib/%%DISTNAME%%/xpce/man/faq -@dirrm lib/%%DISTNAME%%/xpce/man -@dirrm lib/%%DISTNAME%%/xpce +@dirrm lib/%%DISTNAME%%/demo +@dirrm lib/%%DISTNAME%%/customize +@dirrm lib/%%DISTNAME%%/boot +@dirrm lib/%%DISTNAME%%/bin/x86_64-freebsd +@dirrm lib/%%DISTNAME%%/bin @dirrm lib/%%DISTNAME%% -@dirrmtry lib/pkgconfig From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 17:18:33 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 ESMTPS id BE1C3AA7; Tue, 26 Nov 2013 17:18:33 +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 AD4622E76; Tue, 26 Nov 2013 17:18:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQHIXYm059784; Tue, 26 Nov 2013 17:18:33 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQHIXKO059781; Tue, 26 Nov 2013 17:18:33 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311261718.rAQHIXKO059781@svn.freebsd.org> From: William Grzybowski Date: Tue, 26 Nov 2013 17:18:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334954 - head/sysutils/eiciel 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.16 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, 26 Nov 2013 17:18:33 -0000 Author: wg Date: Tue Nov 26 17:18:32 2013 New Revision: 334954 URL: http://svnweb.freebsd.org/changeset/ports/334954 Log: sysutils/eiciel: update to 0.9.8.2 - Update to 0.9.8.2 - Allow staging - USES gettext gmake PR: ports/184222 Submitted by: KATO Tsuguru Modified: head/sysutils/eiciel/Makefile head/sysutils/eiciel/distinfo head/sysutils/eiciel/pkg-plist Modified: head/sysutils/eiciel/Makefile ============================================================================== --- head/sysutils/eiciel/Makefile Tue Nov 26 17:01:08 2013 (r334953) +++ head/sysutils/eiciel/Makefile Tue Nov 26 17:18:32 2013 (r334954) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= eiciel -PORTVERSION= 0.9.8.1 -PORTREVISION= 2 +PORTVERSION= 0.9.8.2 CATEGORIES= sysutils security MASTER_SITES= http://rofi.roger-ferrer.org/eiciel/download/ @@ -12,32 +11,14 @@ COMMENT= GNOME-based ACL editor, with in LICENSE= GPLv2 -LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 - USE_BZIP2= yes -USES= pathfix pkgconfig -USE_GNOME= gnomeprefix intlhack nautilus2 libgnomeui - -USE_GMAKE= yes +USES= gettext gmake pathfix pkgconfig +USE_GNOME= gnomeprefix gtkmm24 libgnome nautilus2 USE_AUTOTOOLS= libtool +CONFIGURE_ARGS= --with-gnome-version=2 \ + --with-nautilus-extensions-dir=${PREFIX}/lib/nautilus/extensions-2.0 + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --with-nautilus-extensions-dir=${PREFIX}/lib/nautilus/extensions-2.0 - -MAN1= eiciel.1 - -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -post-install: - @${CAT} ${PKGMESSAGE} .include Modified: head/sysutils/eiciel/distinfo ============================================================================== --- head/sysutils/eiciel/distinfo Tue Nov 26 17:01:08 2013 (r334953) +++ head/sysutils/eiciel/distinfo Tue Nov 26 17:18:32 2013 (r334954) @@ -1,2 +1,2 @@ -SHA256 (eiciel-0.9.8.1.tar.bz2) = 1e0e16e624235d4e93770146fec3665d362421f277322fd50b02c33d774e6b8a -SIZE (eiciel-0.9.8.1.tar.bz2) = 617663 +SHA256 (eiciel-0.9.8.2.tar.bz2) = fd99837a57adf83767765a4f096ae81c0af7e33f81df24c55c304b3b649c2079 +SIZE (eiciel-0.9.8.2.tar.bz2) = 648067 Modified: head/sysutils/eiciel/pkg-plist ============================================================================== --- head/sysutils/eiciel/pkg-plist Tue Nov 26 17:01:08 2013 (r334953) +++ head/sysutils/eiciel/pkg-plist Tue Nov 26 17:18:32 2013 (r334954) @@ -2,6 +2,7 @@ bin/eiciel lib/nautilus/extensions-2.0/libeiciel-nautilus.a lib/nautilus/extensions-2.0/libeiciel-nautilus.la lib/nautilus/extensions-2.0/libeiciel-nautilus.so +man/man1/eiciel.1.gz share/applications/eiciel.desktop %%DATADIR%%/img/group-acl-default.png %%DATADIR%%/img/group-acl.png @@ -40,10 +41,10 @@ share/gnome/help/eiciel/C/figures/user-a share/gnome/help/eiciel/C/figures/user-acl.png share/gnome/help/eiciel/C/figures/user-default.png share/gnome/help/eiciel/C/figures/user.png -%%NLS%%share/locale/ca/LC_MESSAGES/eiciel.mo -%%NLS%%share/locale/de/LC_MESSAGES/eiciel.mo -%%NLS%%share/locale/es/LC_MESSAGES/eiciel.mo -%%NLS%%share/locale/sv/LC_MESSAGES/eiciel.mo +share/locale/ca/LC_MESSAGES/eiciel.mo +share/locale/de/LC_MESSAGES/eiciel.mo +share/locale/es/LC_MESSAGES/eiciel.mo +share/locale/sv/LC_MESSAGES/eiciel.mo @dirrm share/gnome/help/eiciel/C/figures @dirrm share/gnome/help/eiciel/C @dirrm share/gnome/help/eiciel From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 17:28:23 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 ESMTPS id AB6D9C75; Tue, 26 Nov 2013 17:28: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 9ACAC2EF1; Tue, 26 Nov 2013 17:28:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQHSN0e063019; Tue, 26 Nov 2013 17:28:23 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQHSN72063017; Tue, 26 Nov 2013 17:28:23 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311261728.rAQHSN72063017@svn.freebsd.org> From: William Grzybowski Date: Tue, 26 Nov 2013 17:28:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334955 - head/x11/roxterm 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.16 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, 26 Nov 2013 17:28:23 -0000 Author: wg Date: Tue Nov 26 17:28:22 2013 New Revision: 334955 URL: http://svnweb.freebsd.org/changeset/ports/334955 Log: x11/roxterm: fix build on current - Fix build on current (respect CC) - Allow staging PR: ports/184223 Submitted by: KATO Tsuguru Modified: head/x11/roxterm/Makefile head/x11/roxterm/pkg-plist Modified: head/x11/roxterm/Makefile ============================================================================== --- head/x11/roxterm/Makefile Tue Nov 26 17:18:32 2013 (r334954) +++ head/x11/roxterm/Makefile Tue Nov 26 17:28:22 2013 (r334955) @@ -14,7 +14,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>0:${PORTSDIR}/devel/py-lockfile \ docbook-xsl>0:${PORTSDIR}/textproc/docbook-xsl \ xsltproc:${PORTSDIR}/textproc/libxslt -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils OPTIONS_DEFINE= DOCS @@ -26,12 +26,8 @@ USE_PYTHON_BUILD= yes USE_AUTOTOOLS= libtool:env INSTALLS_ICONS= yes -MAN1= roxterm.1 \ - roxterm-config.1 +MAITCHFLAGS= CC=${CC};GCC=${CC};CPP=${CC};CFLAGS=${CFLAGS};PARALLEL=${MAKE_JOBS_NUMBER} -MAITCHFLAGS= CC=${CC};CPP=${CC};CFLAGS=${CFLAGS};PARALLEL=${MAKE_JOBS_NUMBER} - -NO_STAGE= yes .include post-patch: @@ -43,42 +39,39 @@ post-patch: do-configure: @(cd ${WRKSRC} && ${SETENV} MAITCHFLAGS="${MAITCHFLAGS}" \ ${PYTHON_CMD} mscript.py configure --prefix=${PREFIX} \ - --disable-gtk3 --disable-gettext --disable-po4a --disable-git) + --disable-gtk3 --disable-po4a --disable-git) do-build: @(cd ${WRKSRC} && ${PYTHON_CMD} mscript.py build) - @${MKDIR} ${WRKSRC}/build/po -.for i in es fr pt_BR ru uk - @(cd ${WRKSRC}/po && ${LOCALBASE}/bin/msgfmt \ - -o ${WRKSRC}/build/po/${i}.mo ${i}.po) -.endfor do-install: - (cd ${WRKSRC}/build && ${INSTALL_PROGRAM} roxterm ${PREFIX}/bin) - (cd ${WRKSRC}/build && ${INSTALL_SCRIPT} roxterm-config ${PREFIX}/bin) - (cd ${WRKSRC}/build && ${INSTALL_MAN} *.1 ${MANPREFIX}/man/man1) - @${MKDIR} ${DESKTOPDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} roxterm.desktop ${DESKTOPDIR}) - @${MKDIR} ${PREFIX}/share/icons/hicolor/scalable/apps + (cd ${WRKSRC}/build && ${INSTALL_PROGRAM} roxterm \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC}/build && ${INSTALL_SCRIPT} roxterm-config \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC}/build && ${INSTALL_MAN} *.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1) + (cd ${WRKSRC} && ${INSTALL_DATA} roxterm.desktop \ + ${STAGEDIR}${DESKTOPDIR}) + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps (cd ${WRKSRC} && ${INSTALL_DATA} roxterm.svg \ - ${PREFIX}/share/icons/hicolor/scalable/apps) - @${MKDIR} ${DATADIR} - (cd ${WRKSRC}/src && ${INSTALL_DATA} roxterm-config.ui ${DATADIR}) - @(cd ${WRKSRC} && ${COPYTREE_SHARE} Config ${DATADIR}) + ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps) + @${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC}/src && ${INSTALL_DATA} roxterm-config.ui \ + ${STAGEDIR}${DATADIR}) + @(cd ${WRKSRC} && ${COPYTREE_SHARE} Config ${STAGEDIR}${DATADIR}) .for i in es fr pt_BR ru uk - @${MKDIR} ${PREFIX}/share/locale/${i}/LC_MESSAGES + @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${i}/LC_MESSAGES (cd ${WRKSRC}/build/po && ${INSTALL_DATA} ${i}.mo \ - ${PREFIX}/share/locale/${i}/LC_MESSAGES/roxterm.mo) + ${STAGEDIR}${PREFIX}/share/locale/${i}/LC_MESSAGES/roxterm.mo) .endfor -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in AUTHORS ChangeLog README - @(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR}) + @(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) .endfor - @${MKDIR} ${DOCSDIR}/en - @(cd ${WRKSRC}/Help/en && ${INSTALL_DATA} * ${DOCSDIR}/en) - @${MKDIR} ${DOCSDIR}/lib - @(cd ${WRKSRC}/Help/lib && ${INSTALL_DATA} * ${DOCSDIR}/lib) -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR}/en + @(cd ${WRKSRC}/Help/en && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR}/en) + @${MKDIR} ${STAGEDIR}${DOCSDIR}/lib + @(cd ${WRKSRC}/Help/lib && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR}/lib) .include Modified: head/x11/roxterm/pkg-plist ============================================================================== --- head/x11/roxterm/pkg-plist Tue Nov 26 17:18:32 2013 (r334954) +++ head/x11/roxterm/pkg-plist Tue Nov 26 17:28:22 2013 (r334955) @@ -1,5 +1,7 @@ bin/roxterm bin/roxterm-config +man/man1/roxterm.1.gz +man/man1/roxterm-config.1.gz share/applications/roxterm.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 17:39:35 2013 Return-Path: Delivered-To: svn-ports-head@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 37CA020F; Tue, 26 Nov 2013 17:39:35 +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 273922F99; Tue, 26 Nov 2013 17:39:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQHdZv8066502; Tue, 26 Nov 2013 17:39:35 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQHdZC1066501; Tue, 26 Nov 2013 17:39:35 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311261739.rAQHdZC1066501@svn.freebsd.org> From: Marcus von Appen Date: Tue, 26 Nov 2013 17:39:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334956 - head/graphics/opencolorio 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.16 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, 26 Nov 2013 17:39:35 -0000 Author: mva Date: Tue Nov 26 17:39:34 2013 New Revision: 334956 URL: http://svnweb.freebsd.org/changeset/ports/334956 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Approved by: Shane Ambler (maintainer) Modified: head/graphics/opencolorio/Makefile Modified: head/graphics/opencolorio/Makefile ============================================================================== --- head/graphics/opencolorio/Makefile Tue Nov 26 17:28:22 2013 (r334955) +++ head/graphics/opencolorio/Makefile Tue Nov 26 17:39:34 2013 (r334956) @@ -43,7 +43,8 @@ USE_PYTHON= 2.6+ USE_LDCONFIG= yes CMAKE_ARGS+= -DOCIO_BUILD_APPS:BOOL=OFF \ -DOCIO_BUILD_SHARED:BOOL=ON \ - -DOCIO_BUILD_PYGLUE:BOOL=ON + -DOCIO_BUILD_PYGLUE:BOOL=ON \ + -DPYTHON:FILEPATH=${PYTHON_CMD} .else LIB_DEPENDS= libOpenImageIO.so:${PORTSDIR}/graphics/openimageio \ libOpenColorIO.so:${PORTSDIR}/graphics/opencolorio From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 17:39:41 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 ESMTPS id AFEB42C9; Tue, 26 Nov 2013 17:39:41 +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 9F6F92F9A; Tue, 26 Nov 2013 17:39:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQHdfWH066636; Tue, 26 Nov 2013 17:39:41 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQHdeVS066632; Tue, 26 Nov 2013 17:39:40 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311261739.rAQHdeVS066632@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 26 Nov 2013 17:39:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334957 - in head/ports-mgmt: pkg pkg-devel pkg-devel/files pkg/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.16 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, 26 Nov 2013 17:39:41 -0000 Author: bapt Date: Tue Nov 26 17:39:40 2013 New Revision: 334957 URL: http://svnweb.freebsd.org/changeset/ports/334957 Log: First errata: - Fix pkg rquery always printing index like lines [1] - Fix pkg -vv suggestion so it print something actually usable [2] Reported by: gjb [1] Reported by: ohauer [2] Added: head/ports-mgmt/pkg-devel/files/ head/ports-mgmt/pkg-devel/files/patch-errata1 (contents, props changed) head/ports-mgmt/pkg/files/ head/ports-mgmt/pkg/files/patch-errata1 (contents, props changed) Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg/Makefile Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Tue Nov 26 17:39:34 2013 (r334956) +++ head/ports-mgmt/pkg-devel/Makefile Tue Nov 26 17:39:40 2013 (r334957) @@ -2,6 +2,7 @@ PORTNAME= pkg DISTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= http://files.etoilebsd.net/pkg/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Added: head/ports-mgmt/pkg-devel/files/patch-errata1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/pkg-devel/files/patch-errata1 Tue Nov 26 17:39:40 2013 (r334957) @@ -0,0 +1,62 @@ +diff --git COPYING COPYING +index a8adb39..d6bd4e1 100644 +--- COPYING ++++ COPYING +@@ -1,6 +1,6 @@ + See the AUTHORS file to get the list of authors + +-Copyright (c) 2010-2012 ++Copyright (c) 2010-2013 + All rights reserved. + + Redistribution and use in source and binary forms, with or without +diff --git pkg/main.c pkg/main.c +index c562ac8..ec382c5 100644 +--- pkg/main.c ++++ pkg/main.c +@@ -442,17 +442,23 @@ show_repository_info(void) + break; + } + +- printf(" %s: { \n %-16s: %s,\n %-16s: %s,\n %-16s: %s,\n" +- " %-16s: %s,\n %-16s: %s,\n %-16s: %s\n } \n", ++ printf(" %s: { \n %-16s: \"%s\",\n %-16s: %s", + pkg_repo_ident(repo), + "url", pkg_repo_url(repo), +- "signature_type", sig, +- "pubkey", pkg_repo_key(repo) == NULL ? +- "" : pkg_repo_key(repo), +- "fingerprints", pkg_repo_fingerprints(repo) == NULL ? +- "" : pkg_repo_fingerprints(repo), +- "enabled", pkg_repo_enabled(repo) ? "yes" : "no", +- "mirror_type", mirror); ++ "enabled", pkg_repo_enabled(repo) ? "yes" : "no"); ++ if (pkg_repo_mirror_type(repo) != NOMIRROR) ++ printf(",\n %-16s: \"%s\"", ++ "mirror_type", mirror); ++ if (pkg_repo_signature_type(repo) != SIG_NONE) ++ printf(",\n %-16s: \"%s\"", ++ "signature_type", sig); ++ if (pkg_repo_fingerprints(repo) != NULL) ++ printf(",\n %-16s: \"%s\"", ++ "fingerprints", pkg_repo_fingerprints(repo)); ++ if (pkg_repo_key(repo) != NULL) ++ printf(",\n %-16s: \"%s\"", ++ "pubkey", pkg_repo_key(repo)); ++ printf("\n }\n"); + } + } + +diff --git pkg/rquery.c pkg/rquery.c +index d4c3868..e97ece5 100644 +--- pkg/rquery.c ++++ pkg/rquery.c +@@ -110,7 +110,7 @@ exec_rquery(int argc, char **argv) + bool auto_update; + bool onematched = false; + bool old_quiet; +- bool index_output = true; ++ bool index_output = false; + + pkg_config_bool(PKG_CONFIG_REPO_AUTOUPDATE, &auto_update); + Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Tue Nov 26 17:39:34 2013 (r334956) +++ head/ports-mgmt/pkg/Makefile Tue Nov 26 17:39:40 2013 (r334957) @@ -2,6 +2,7 @@ PORTNAME= pkg DISTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= http://files.etoilebsd.net/pkg/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Added: head/ports-mgmt/pkg/files/patch-errata1 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/pkg/files/patch-errata1 Tue Nov 26 17:39:40 2013 (r334957) @@ -0,0 +1,62 @@ +diff --git COPYING COPYING +index a8adb39..d6bd4e1 100644 +--- COPYING ++++ COPYING +@@ -1,6 +1,6 @@ + See the AUTHORS file to get the list of authors + +-Copyright (c) 2010-2012 ++Copyright (c) 2010-2013 + All rights reserved. + + Redistribution and use in source and binary forms, with or without +diff --git pkg/main.c pkg/main.c +index c562ac8..ec382c5 100644 +--- pkg/main.c ++++ pkg/main.c +@@ -442,17 +442,23 @@ show_repository_info(void) + break; + } + +- printf(" %s: { \n %-16s: %s,\n %-16s: %s,\n %-16s: %s,\n" +- " %-16s: %s,\n %-16s: %s,\n %-16s: %s\n } \n", ++ printf(" %s: { \n %-16s: \"%s\",\n %-16s: %s", + pkg_repo_ident(repo), + "url", pkg_repo_url(repo), +- "signature_type", sig, +- "pubkey", pkg_repo_key(repo) == NULL ? +- "" : pkg_repo_key(repo), +- "fingerprints", pkg_repo_fingerprints(repo) == NULL ? +- "" : pkg_repo_fingerprints(repo), +- "enabled", pkg_repo_enabled(repo) ? "yes" : "no", +- "mirror_type", mirror); ++ "enabled", pkg_repo_enabled(repo) ? "yes" : "no"); ++ if (pkg_repo_mirror_type(repo) != NOMIRROR) ++ printf(",\n %-16s: \"%s\"", ++ "mirror_type", mirror); ++ if (pkg_repo_signature_type(repo) != SIG_NONE) ++ printf(",\n %-16s: \"%s\"", ++ "signature_type", sig); ++ if (pkg_repo_fingerprints(repo) != NULL) ++ printf(",\n %-16s: \"%s\"", ++ "fingerprints", pkg_repo_fingerprints(repo)); ++ if (pkg_repo_key(repo) != NULL) ++ printf(",\n %-16s: \"%s\"", ++ "pubkey", pkg_repo_key(repo)); ++ printf("\n }\n"); + } + } + +diff --git pkg/rquery.c pkg/rquery.c +index d4c3868..e97ece5 100644 +--- pkg/rquery.c ++++ pkg/rquery.c +@@ -110,7 +110,7 @@ exec_rquery(int argc, char **argv) + bool auto_update; + bool onematched = false; + bool old_quiet; +- bool index_output = true; ++ bool index_output = false; + + pkg_config_bool(PKG_CONFIG_REPO_AUTOUPDATE, &auto_update); + From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 17:41:43 2013 Return-Path: Delivered-To: svn-ports-head@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 1B3A13FE; Tue, 26 Nov 2013 17:41:43 +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 0AE202FDE; Tue, 26 Nov 2013 17:41:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQHfgU4069013; Tue, 26 Nov 2013 17:41:42 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQHfgMW069012; Tue, 26 Nov 2013 17:41:42 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311261741.rAQHfgMW069012@svn.freebsd.org> From: Marcus von Appen Date: Tue, 26 Nov 2013 17:41:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334958 - head/multimedia/mythtv 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.16 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, 26 Nov 2013 17:41:43 -0000 Author: mva Date: Tue Nov 26 17:41:42 2013 New Revision: 334958 URL: http://svnweb.freebsd.org/changeset/ports/334958 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Approved by: decke@ (maintainer) Modified: head/multimedia/mythtv/Makefile Modified: head/multimedia/mythtv/Makefile ============================================================================== --- head/multimedia/mythtv/Makefile Tue Nov 26 17:39:40 2013 (r334957) +++ head/multimedia/mythtv/Makefile Tue Nov 26 17:41:42 2013 (r334958) @@ -79,6 +79,7 @@ MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bi .endif .if ${PORT_OPTIONS:MBINDINGS} +CONFIGURE_ARGS+= --python=${PYTHON_CMD} USE_PYTHON= yes INSTALLS_EGGINFO=yes PYDISTUTILS_PKGNAME=MythTV From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 17:43:02 2013 Return-Path: Delivered-To: svn-ports-head@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 255084F8; Tue, 26 Nov 2013 17:43:02 +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 154192FEF; Tue, 26 Nov 2013 17:43:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQHh183069221; Tue, 26 Nov 2013 17:43:01 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQHh1v5069220; Tue, 26 Nov 2013 17:43:01 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311261743.rAQHh1v5069220@svn.freebsd.org> From: Marcus von Appen Date: Tue, 26 Nov 2013 17:43:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334959 - head/devel/coccinelle 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.16 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, 26 Nov 2013 17:43:02 -0000 Author: mva Date: Tue Nov 26 17:43:01 2013 New Revision: 334959 URL: http://svnweb.freebsd.org/changeset/ports/334959 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Approved by: Andriy Gapon (maintainer) Modified: head/devel/coccinelle/Makefile Modified: head/devel/coccinelle/Makefile ============================================================================== --- head/devel/coccinelle/Makefile Tue Nov 26 17:41:42 2013 (r334958) +++ head/devel/coccinelle/Makefile Tue Nov 26 17:43:01 2013 (r334959) @@ -23,5 +23,7 @@ NO_STAGE= yes post-patch: @${REINPLACE_CMD} 's|CAMLreturn0|return 0|' \ ${WRKSRC}/pycaml/pycaml_ml.c + @${REINPLACE_CMD} 's|shell python|shell ${PYTHON_CMD}|' \ + ${WRKSRC}/pycaml/Makefile .include From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 17:45:43 2013 Return-Path: Delivered-To: svn-ports-head@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 23B796AF; Tue, 26 Nov 2013 17:45:43 +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 047702048; Tue, 26 Nov 2013 17:45:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQHjgsB069662; Tue, 26 Nov 2013 17:45:42 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQHjgDQ069659; Tue, 26 Nov 2013 17:45:42 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311261745.rAQHjgDQ069659@svn.freebsd.org> From: William Grzybowski Date: Tue, 26 Nov 2013 17:45:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334960 - head/science/gromacs 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.16 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, 26 Nov 2013 17:45:43 -0000 Author: wg Date: Tue Nov 26 17:45:42 2013 New Revision: 334960 URL: http://svnweb.freebsd.org/changeset/ports/334960 Log: science/gromacs: Update to version 4.6.4 - Update to version 4.6.4 - Allow staging PR: ports/184224 Submitted by: KATO Tsuguru Modified: head/science/gromacs/Makefile head/science/gromacs/distinfo head/science/gromacs/pkg-plist Modified: head/science/gromacs/Makefile ============================================================================== --- head/science/gromacs/Makefile Tue Nov 26 17:43:01 2013 (r334959) +++ head/science/gromacs/Makefile Tue Nov 26 17:45:42 2013 (r334960) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gromacs -PORTVERSION= 4.6.3 -PORTREVISION= 2 +PORTVERSION= 4.6.4 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ @@ -31,59 +30,32 @@ CMAKE_ARGS= -DBLAS_LIBRARIES:FILEPATH="$ -DLAPACK_LIBRARIES:FILEPATH="${LAPACK_LIBS}" USE_LDCONFIG= yes -MAN1= do_dssp.1 editconf.1 eneconv.1 g_anadock.1 \ - g_anaeig.1 g_analyze.1 g_angle.1 g_bar.1 \ - g_bond.1 g_bundle.1 g_chi.1 g_cluster.1 \ - g_clustsize.1 g_confrms.1 g_covar.1 g_current.1 \ - g_density.1 g_densmap.1 g_densorder.1 g_dielectric.1 \ - g_dipoles.1 g_disre.1 g_dist.1 g_dos.1 \ - g_dyecoupl.1 g_dyndom.1 g_enemat.1 g_energy.1 \ - g_filter.1 g_gyrate.1 g_h2order.1 g_hbond.1 \ - g_helix.1 g_helixorient.1 g_hydorder.1 g_kinetics.1 \ - g_lie.1 g_mdmat.1 g_membed.1 g_mindist.1 \ - g_morph.1 g_msd.1 g_nmeig.1 g_nmens.1 \ - g_nmtraj.1 g_order.1 g_pme_error.1 g_polystat.1 \ - g_potential.1 g_principal.1 g_protonate.1 g_rama.1 \ - g_rdf.1 g_rms.1 g_rmsdist.1 g_rmsf.1 \ - g_rotacf.1 g_rotmat.1 g_saltbr.1 g_sans.1 \ - g_sas.1 g_select.1 g_sgangle.1 g_sham.1 \ - g_sigeps.1 g_sorient.1 g_spatial.1 g_spol.1 \ - g_tcaf.1 g_traj.1 g_tune_pme.1 g_vanhove.1 \ - g_velacc.1 g_wham.1 g_wheel.1 g_x2top.1 \ - genbox.1 genconf.1 genion.1 genrestr.1 \ - gmxcheck.1 gmxdump.1 grompp.1 make_edi.1 \ - make_ndx.1 mdrun.1 mk_angndx.1 pdb2gmx.1 \ - tpbconv.1 trjcat.1 trjconv.1 trjorder.1 \ - xpm2ps.1 -MAN7= gromacs.7 - -NO_STAGE= yes .include .if ${PORT_OPTIONS:MATLAS} -LIB_DEPENDS+= alapack:${PORTSDIR}/math/atlas +LIB_DEPENDS+= libalapack.so:${PORTSDIR}/math/atlas BLAS_LIBS= ${LOCALBASE}/lib/libcblas.so;${LOCALBASE}/lib/libf77blas.so LAPACK_LIBS= ${LOCALBASE}/lib/libalapack.so .else -LIB_DEPENDS+= blas:${PORTSDIR}/math/blas \ - lapack:${PORTSDIR}/math/lapack +LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas \ + liblapack.so:${PORTSDIR}/math/lapack BLAS_LIBS= ${LOCALBASE}/lib/libblas.so LAPACK_LIBS= ${LOCALBASE}/lib/liblapack.so .endif .if ${PORT_OPTIONS:MFLOAT} BUILD_DEPENDS+= fftw3>0:${PORTSDIR}/math/fftw3 -LIB_DEPENDS+= fftw3f:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS+= libfftw3f.so:${PORTSDIR}/math/fftw3-float CMAKE_ARGS+= -DGMX_DOUBLE:BOOL=OFF PLIST_SUB+= SUFFIX_D="" .else -LIB_DEPENDS+= fftw3:${PORTSDIR}/math/fftw3 +LIB_DEPENDS+= libfftw3.so:${PORTSDIR}/math/fftw3 CMAKE_ARGS+= -DGMX_DOUBLE:BOOL=ON PLIST_SUB+= SUFFIX_D="_d" .endif .if ${PORT_OPTIONS:MGSL} -LIB_DEPENDS+= gsl:${PORTSDIR}/math/gsl +LIB_DEPENDS+= libgsl.so:${PORTSDIR}/math/gsl CMAKE_ARGS+= -DGMX_GSL:BOOL=ON .else CMAKE_ARGS+= -DGMX_GSL:BOOL=OFF @@ -97,7 +69,6 @@ CMAKE_ARGS+= -DGMX_CPU_ACCELERATION:STRI USE_XORG= xext x11 CMAKE_ARGS+= -DGMX_X11:BOOL=ON PLIST_SUB+= X11="" -MAN1+= g_xrama.1 ngmx.1 .else CMAKE_ARGS+= -DGMX_X11:BOOL=OFF PLIST_SUB+= X11="@comment " Modified: head/science/gromacs/distinfo ============================================================================== --- head/science/gromacs/distinfo Tue Nov 26 17:43:01 2013 (r334959) +++ head/science/gromacs/distinfo Tue Nov 26 17:45:42 2013 (r334960) @@ -1,2 +1,2 @@ -SHA256 (gromacs-4.6.3.tar.gz) = b748f912b606032471e7da2db349db44f53d717b2490ad9316eb962bd75eccd4 -SIZE (gromacs-4.6.3.tar.gz) = 10985615 +SHA256 (gromacs-4.6.4.tar.gz) = 4d4f15e6d10e97aff7a21d3bb5536283cf8ba669589310c456c1bb22bdfe7d8e +SIZE (gromacs-4.6.4.tar.gz) = 10990996 Modified: head/science/gromacs/pkg-plist ============================================================================== --- head/science/gromacs/pkg-plist Tue Nov 26 17:43:01 2013 (r334959) +++ head/science/gromacs/pkg-plist Tue Nov 26 17:45:42 2013 (r334960) @@ -159,7 +159,13 @@ include/gromacs/gmx_omp.h include/gromacs/gmx_omp_nthreads.h include/gromacs/gmx_parallel_3dfft.h include/gromacs/gmx_random.h +include/gromacs/gmx_simd4_macros.h +include/gromacs/gmx_simd4_ref.h include/gromacs/gmx_simd_macros.h +include/gromacs/gmx_simd_math_double.h +include/gromacs/gmx_simd_math_single.h +include/gromacs/gmx_simd_ref.h +include/gromacs/gmx_simd_vec.h include/gromacs/gmx_sort.h include/gromacs/gmx_statistics.h include/gromacs/gmx_system_xdr.h @@ -167,8 +173,6 @@ include/gromacs/gmx_thread_affinity.h include/gromacs/gmx_wallcycle.h include/gromacs/gmx_x86_avx_128_fma.h include/gromacs/gmx_x86_avx_256.h -include/gromacs/gmx_x86_simd_double.h -include/gromacs/gmx_x86_simd_single.h include/gromacs/gmx_x86_sse2.h include/gromacs/gmx_x86_sse4_1.h include/gromacs/gmxcomplex.h @@ -356,11 +360,106 @@ libdata/pkgconfig/libgmx%%SUFFIX_MPI%%%% libdata/pkgconfig/libgmxana%%SUFFIX_MPI%%%%SUFFIX_D%%.pc libdata/pkgconfig/libgmxpreprocess%%SUFFIX_MPI%%%%SUFFIX_D%%.pc libdata/pkgconfig/libmd%%SUFFIX_MPI%%%%SUFFIX_D%%.pc +man/man1/do_dssp.1.gz +man/man1/editconf.1.gz +man/man1/eneconv.1.gz +man/man1/g_anadock.1.gz +man/man1/g_anaeig.1.gz +man/man1/g_analyze.1.gz +man/man1/g_angle.1.gz +man/man1/g_bar.1.gz +man/man1/g_bond.1.gz +man/man1/g_bundle.1.gz +man/man1/g_chi.1.gz +man/man1/g_cluster.1.gz +man/man1/g_clustsize.1.gz +man/man1/g_confrms.1.gz +man/man1/g_covar.1.gz +man/man1/g_current.1.gz +man/man1/g_density.1.gz +man/man1/g_densmap.1.gz +man/man1/g_densorder.1.gz +man/man1/g_dielectric.1.gz +man/man1/g_dipoles.1.gz +man/man1/g_disre.1.gz +man/man1/g_dist.1.gz +man/man1/g_dos.1.gz +man/man1/g_dyecoupl.1.gz +man/man1/g_dyndom.1.gz +man/man1/g_enemat.1.gz +man/man1/g_energy.1.gz +man/man1/g_filter.1.gz +man/man1/g_gyrate.1.gz +man/man1/g_h2order.1.gz +man/man1/g_hbond.1.gz +man/man1/g_helix.1.gz +man/man1/g_helixorient.1.gz +man/man1/g_hydorder.1.gz +man/man1/g_kinetics.1.gz +man/man1/g_lie.1.gz +man/man1/g_mdmat.1.gz +man/man1/g_membed.1.gz +man/man1/g_mindist.1.gz +man/man1/g_morph.1.gz +man/man1/g_msd.1.gz +man/man1/g_nmeig.1.gz +man/man1/g_nmens.1.gz +man/man1/g_nmtraj.1.gz +man/man1/g_order.1.gz +man/man1/g_pme_error.1.gz +man/man1/g_polystat.1.gz +man/man1/g_potential.1.gz +man/man1/g_principal.1.gz +man/man1/g_protonate.1.gz +man/man1/g_rama.1.gz +man/man1/g_rdf.1.gz +man/man1/g_rms.1.gz +man/man1/g_rmsdist.1.gz +man/man1/g_rmsf.1.gz +man/man1/g_rotacf.1.gz +man/man1/g_rotmat.1.gz +man/man1/g_saltbr.1.gz +man/man1/g_sans.1.gz +man/man1/g_sas.1.gz +man/man1/g_select.1.gz +man/man1/g_sgangle.1.gz +man/man1/g_sham.1.gz +man/man1/g_sigeps.1.gz +man/man1/g_sorient.1.gz +man/man1/g_spatial.1.gz +man/man1/g_spol.1.gz +man/man1/g_tcaf.1.gz +man/man1/g_traj.1.gz +man/man1/g_tune_pme.1.gz +man/man1/g_vanhove.1.gz +man/man1/g_velacc.1.gz +man/man1/g_wham.1.gz +man/man1/g_wheel.1.gz +man/man1/g_x2top.1.gz +%%X11%%man/man1/g_xrama.1.gz +man/man1/genbox.1.gz +man/man1/genconf.1.gz +man/man1/genion.1.gz +man/man1/genrestr.1.gz +man/man1/gmxcheck.1.gz +man/man1/gmxdump.1.gz +man/man1/grompp.1.gz +man/man1/make_edi.1.gz +man/man1/make_ndx.1.gz +man/man1/mdrun.1.gz +man/man1/mk_angndx.1.gz +%%X11%%man/man1/ngmx.1.gz +man/man1/pdb2gmx.1.gz +man/man1/tpbconv.1.gz +man/man1/trjcat.1.gz +man/man1/trjconv.1.gz +man/man1/trjorder.1.gz +man/man1/xpm2ps.1.gz +man/man7/gromacs.7.gz %%DATADIR%%/COPYING %%DATADIR%%/CTestTestfile.cmake %%DATADIR%%/README.tutor %%DATADIR%%/README_FreeEnergyModifications.txt -%%DATADIR%%/html/gmxfaq.html %%DATADIR%%/html/images/1ctf-0.2.jpg %%DATADIR%%/html/images/1ctf-0.5.jpg %%DATADIR%%/html/images/1ctf-0.jpg @@ -547,7 +646,6 @@ libdata/pkgconfig/libmd%%SUFFIX_MPI%%%%S %%DATADIR%%/html/online/xtc.html %%DATADIR%%/html/online/xvg.html %%DATADIR%%/html/online/yourown.html -%%DATADIR%%/html/online.html %%DATADIR%%/template/CMakeLists.txt %%DATADIR%%/template/Makefile.pkg %%DATADIR%%/template/README From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 18:26:42 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 ESMTPS id 728BC6E3; Tue, 26 Nov 2013 18:26:42 +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 61CCA22FF; Tue, 26 Nov 2013 18:26:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQIQgkn083517; Tue, 26 Nov 2013 18:26:42 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQIQgke083515; Tue, 26 Nov 2013 18:26:42 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201311261826.rAQIQgke083515@svn.freebsd.org> From: Johan van Selst Date: Tue, 26 Nov 2013 18:26:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334961 - head/print/texinfo 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.16 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, 26 Nov 2013 18:26:42 -0000 Author: johans Date: Tue Nov 26 18:26:41 2013 New Revision: 334961 URL: http://svnweb.freebsd.org/changeset/ports/334961 Log: Update htmlxref.cnf to latest version Modified: head/print/texinfo/Makefile head/print/texinfo/distinfo Modified: head/print/texinfo/Makefile ============================================================================== --- head/print/texinfo/Makefile Tue Nov 26 17:45:42 2013 (r334960) +++ head/print/texinfo/Makefile Tue Nov 26 18:26:41 2013 (r334961) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= texinfo -PORTVERSION= 5.2.20130926 -PORTREVISION= 1 +PORTVERSION= 5.2.20131109 CATEGORIES= print MASTER_SITES= GNU \ ftp://ftp.stack.nl/pub/users/johans/texinfo/${PORTVERSION:E}/ @@ -23,7 +22,7 @@ INSTALL_TARGET= install install-tex PKGDEINSTALL= ${PKGINSTALL} USES+= charsetfix gmake perl5 -MAKE_ARGS= TEXMF=${PREFIX}/${TEXMF} +MAKE_ARGS= TEXMF=${PREFIX}/${TEXMF} PERL=${LOCALBASE}/bin/perl INFO= ${PORTNAME} info-stnd info TEXMF= share/texmf Modified: head/print/texinfo/distinfo ============================================================================== --- head/print/texinfo/distinfo Tue Nov 26 17:45:42 2013 (r334960) +++ head/print/texinfo/distinfo Tue Nov 26 18:26:41 2013 (r334961) @@ -1,7 +1,7 @@ SHA256 (texinfo-5.2.tar.xz) = 5471ef683a64588a7cfef46ef2bdd3fbcbca89d847e10832612293f105e44eda SIZE (texinfo-5.2.tar.xz) = 3812944 -SHA256 (htmlxref.cnf) = 4e9213642a5c22757ac1831aa4515404b2955cd7be83a4ee96e11ab5b9e3de49 -SIZE (htmlxref.cnf) = 19086 +SHA256 (htmlxref.cnf) = 9877939a6724d54d5992894c1b32bb930fdf63e4d32eb84a288cf7d6539694b1 +SIZE (htmlxref.cnf) = 19291 SHA256 (texinfo.tex) = f62cf03a7e7922d55df7fb8ec6a9c491aede54e407585fe9fd932532c6218c96 SIZE (texinfo.tex) = 325892 SHA256 (texi2dvi) = 1544ebfe146908dc9a221723b6981eeed63675fc05f76b7820e903a2b40f30a1 From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 18:40:11 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 ESMTPS id 449268A9; Tue, 26 Nov 2013 18:40:11 +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 33F0723A8; Tue, 26 Nov 2013 18:40:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQIeBRM087495; Tue, 26 Nov 2013 18:40:11 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQIeAtj087492; Tue, 26 Nov 2013 18:40:10 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311261840.rAQIeAtj087492@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 26 Nov 2013 18:40:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334962 - head/sysutils/rubygem-parallel 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.16 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, 26 Nov 2013 18:40:11 -0000 Author: sunpoet Date: Tue Nov 26 18:40:10 2013 New Revision: 334962 URL: http://svnweb.freebsd.org/changeset/ports/334962 Log: - Update to 0.9.1 Changes: https://github.com/grosser/parallel/commits/master Modified: head/sysutils/rubygem-parallel/Makefile head/sysutils/rubygem-parallel/distinfo Modified: head/sysutils/rubygem-parallel/Makefile ============================================================================== --- head/sysutils/rubygem-parallel/Makefile Tue Nov 26 18:26:41 2013 (r334961) +++ head/sysutils/rubygem-parallel/Makefile Tue Nov 26 18:40:10 2013 (r334962) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= parallel -PORTVERSION= 0.9.0 +PORTVERSION= 0.9.1 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-parallel/distinfo ============================================================================== --- head/sysutils/rubygem-parallel/distinfo Tue Nov 26 18:26:41 2013 (r334961) +++ head/sysutils/rubygem-parallel/distinfo Tue Nov 26 18:40:10 2013 (r334962) @@ -1,2 +1,2 @@ -SHA256 (rubygem/parallel-0.9.0.gem) = 4bd7f930633c31ee61a851953adbd71d4a3a26354b8255c31c7ca97412d29aad -SIZE (rubygem/parallel-0.9.0.gem) = 11264 +SHA256 (rubygem/parallel-0.9.1.gem) = 7f9fea293557aba78089f9b9f886c478c57c8c12755e385d14c28288c9bb8007 +SIZE (rubygem/parallel-0.9.1.gem) = 12288 From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 18:44:28 2013 Return-Path: Delivered-To: svn-ports-head@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 760FD9CE; Tue, 26 Nov 2013 18:44:28 +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 644AD23F7; Tue, 26 Nov 2013 18:44:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQIiSoj089941; Tue, 26 Nov 2013 18:44:28 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQIiRiQ089929; Tue, 26 Nov 2013 18:44:27 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311261844.rAQIiRiQ089929@svn.freebsd.org> From: Rusmir Dusko Date: Tue, 26 Nov 2013 18:44:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334963 - in head/games: . bouncy bouncy/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.16 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, 26 Nov 2013 18:44:28 -0000 Author: nemysis Date: Tue Nov 26 18:44:26 2013 New Revision: 334963 URL: http://svnweb.freebsd.org/changeset/ports/334963 Log: You play Bouncy the Hungry Rabbit. You're in a garden with yummy veggies and a farmer who's not keen on you eating them. You can hide (and move around) under the ground. Bouncy was written so it could be enjoyed by my daughter, who is about to turn 3, and by older gamers. Hence it's not a violent game and "easy" is really, really easy, and "hard" is challenging. WWW: http://pyweek.org/e/bouncy/ PR: ports/171224 Submitted by: nemysis (self) Approved by: wg (mentor) Added: head/games/bouncy/ head/games/bouncy/Makefile (contents, props changed) head/games/bouncy/distinfo (contents, props changed) head/games/bouncy/files/ head/games/bouncy/files/bouncy.in (contents, props changed) head/games/bouncy/pkg-descr (contents, props changed) head/games/bouncy/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Tue Nov 26 18:40:10 2013 (r334962) +++ head/games/Makefile Tue Nov 26 18:44:26 2013 (r334963) @@ -96,6 +96,7 @@ SUBDIR += bombz SUBDIR += bomns SUBDIR += boswars + SUBDIR += bouncy SUBDIR += bovo SUBDIR += braincurses SUBDIR += brainparty Added: head/games/bouncy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/bouncy/Makefile Tue Nov 26 18:44:26 2013 (r334963) @@ -0,0 +1,71 @@ +# Created by: Rusmir Dusko +# $FreeBSD$ + +PORTNAME= bouncy +PORTVERSION= r6 +CATEGORIES= games python +MASTER_SITES= http://media.pyweek.org/dl/3/bouncy/ \ + SF/nemysisfreebsdp/games/${PORTNAME}/:icons +DISTFILES= ${PORTNAME}-post-${DISTVERSION}.tgz \ + ${PORTNAME}.png:icons +DIST_SUBDIR= python +EXTRACT_ONLY= ${PORTNAME}-post-${DISTVERSION}.tgz + +MAINTAINER= nemysis@FreeBSD.org +COMMENT= You are a hungry rabbit. Eat food to complete the level + +LICENSE= GPLv2 + +RUN_DEPENDS= ${PYGAME} \ + ${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl + +WRKSRC= ${WRKDIR}/${PORTNAME}-post-${DISTVERSION} + +USE_PYTHON= 2.7 + +PORTDOCS= README.txt + +INSTALLS_ICONS= yes + +SUB_FILES= ${PORTNAME} + +DESKTOP_ENTRIES="Bouncy the Hungry Rabbit" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Game;ArcadeGame;" false + +OPTIONS_DEFINE= SHADER +SHADER_DESC= Hardware shader support +OPTIONS_DEFAULT= SHADER + +.include + +post-extract: +.if ${PORT_OPTIONS:MSHADER} + @${REINPLACE_CMD} -i '' '/#try/,/# print/s/#//' ${WRKSRC}/objects.py +.endif + +do-build: + @${PYTHON_CMD} -m compileall ${WRKSRC} + @${PYTHON_CMD} -O -m compileall ${WRKSRC} + +do-install: + @${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' \ + ${WRKDIR}/${PORTNAME} + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + + @${MKDIR} ${STAGEDIR}${DATADIR} + +.for d in *.py *.pyc *.pyo + @(cd ${WRKSRC} ; ${INSTALL_SCRIPT} ${d} ${STAGEDIR}${DATADIR}) +.endfor + +.for d in data pyglyph + @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR}) +.endfor + + ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ + + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include Added: head/games/bouncy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/bouncy/distinfo Tue Nov 26 18:44:26 2013 (r334963) @@ -0,0 +1,4 @@ +SHA256 (python/bouncy-post-r6.tgz) = 0aeb48bd4c90fe814798b74d93cd760500cfe66018c1285283a122b96ad44d81 +SIZE (python/bouncy-post-r6.tgz) = 413823 +SHA256 (python/bouncy.png) = 9ec8e2c5f13818ec3b1716239852bb551b9aad9e32429e78fa80cddf78d2b5dd +SIZE (python/bouncy.png) = 5104 Added: head/games/bouncy/files/bouncy.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/bouncy/files/bouncy.in Tue Nov 26 18:44:26 2013 (r334963) @@ -0,0 +1,7 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +cd "%%DATADIR%%" +exec %%PYTHON_CMD%% ./game.py "${@}" Added: head/games/bouncy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/bouncy/pkg-descr Tue Nov 26 18:44:26 2013 (r334963) @@ -0,0 +1,10 @@ +You play Bouncy the Hungry Rabbit. + +You're in a garden with yummy veggies and a farmer who's not keen on you +eating them. You can hide (and move around) under the ground. + +Bouncy was written so it could be enjoyed by my daughter, +who is about to turn 3, and by older gamers. Hence it's not a violent game +and "easy" is really, really easy, and "hard" is challenging. + +WWW: http://pyweek.org/e/bouncy/ Added: head/games/bouncy/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/bouncy/pkg-plist Tue Nov 26 18:44:26 2013 (r334963) @@ -0,0 +1,141 @@ +bin/bouncy +%%DATADIR%%/astar.py +%%DATADIR%%/astar.pyc +%%DATADIR%%/astar.pyo +%%DATADIR%%/collide.py +%%DATADIR%%/collide.pyc +%%DATADIR%%/collide.pyo +%%DATADIR%%/data/Vera.ttf +%%DATADIR%%/data/VeraMono.ttf +%%DATADIR%%/data/VeraSe.ttf +%%DATADIR%%/data/alert.mtl +%%DATADIR%%/data/alert.obj +%%DATADIR%%/data/bouncy-title.png +%%DATADIR%%/data/bucket.mtl +%%DATADIR%%/data/bucket.obj +%%DATADIR%%/data/bump.mtl +%%DATADIR%%/data/bump.obj +%%DATADIR%%/data/carrot-eat1.mtl +%%DATADIR%%/data/carrot-eat1.obj +%%DATADIR%%/data/carrot-grey.png +%%DATADIR%%/data/carrot.mtl +%%DATADIR%%/data/carrot.obj +%%DATADIR%%/data/carrot.png +%%DATADIR%%/data/farmer.mtl +%%DATADIR%%/data/farmer.obj +%%DATADIR%%/data/fence.mtl +%%DATADIR%%/data/fence.obj +%%DATADIR%%/data/gate.mtl +%%DATADIR%%/data/gate.obj +%%DATADIR%%/data/hedge.mtl +%%DATADIR%%/data/hedge.obj +%%DATADIR%%/data/hole.mtl +%%DATADIR%%/data/hole.obj +%%DATADIR%%/data/lettuce-eat1.mtl +%%DATADIR%%/data/lettuce-eat1.obj +%%DATADIR%%/data/lettuce-eat2.mtl +%%DATADIR%%/data/lettuce-eat2.obj +%%DATADIR%%/data/lettuce-eat3.mtl +%%DATADIR%%/data/lettuce-eat3.obj +%%DATADIR%%/data/lettuce-eat4.mtl +%%DATADIR%%/data/lettuce-eat4.obj +%%DATADIR%%/data/lettuce-grey.png +%%DATADIR%%/data/lettuce.mtl +%%DATADIR%%/data/lettuce.obj +%%DATADIR%%/data/lettuce.png +%%DATADIR%%/data/level1.csv +%%DATADIR%%/data/level2.csv +%%DATADIR%%/data/level3.csv +%%DATADIR%%/data/long-hedge.mtl +%%DATADIR%%/data/long-hedge.obj +%%DATADIR%%/data/pie.mtl +%%DATADIR%%/data/pie.obj +%%DATADIR%%/data/question.mtl +%%DATADIR%%/data/question.obj +%%DATADIR%%/data/rabbit-dig1.mtl +%%DATADIR%%/data/rabbit-dig1.obj +%%DATADIR%%/data/rabbit-dig2.mtl +%%DATADIR%%/data/rabbit-dig2.obj +%%DATADIR%%/data/rabbit-hopping.mtl +%%DATADIR%%/data/rabbit-hopping.obj +%%DATADIR%%/data/rabbit-landing.mtl +%%DATADIR%%/data/rabbit-landing.obj +%%DATADIR%%/data/rabbit-sitting.mtl +%%DATADIR%%/data/rabbit-sitting.obj +%%DATADIR%%/data/row.mtl +%%DATADIR%%/data/row.obj +%%DATADIR%%/data/scarecrow.mtl +%%DATADIR%%/data/scarecrow.obj +%%DATADIR%%/data/test_level.csv +%%DATADIR%%/data/tomato-eat1.mtl +%%DATADIR%%/data/tomato-eat1.obj +%%DATADIR%%/data/tomato-eat2.mtl +%%DATADIR%%/data/tomato-eat2.obj +%%DATADIR%%/data/tomato-eat3.mtl +%%DATADIR%%/data/tomato-eat3.obj +%%DATADIR%%/data/tomato-eat4.mtl +%%DATADIR%%/data/tomato-eat4.obj +%%DATADIR%%/data/tomato-grey.png +%%DATADIR%%/data/tomato.mtl +%%DATADIR%%/data/tomato.obj +%%DATADIR%%/data/tomato.png +%%DATADIR%%/data/tree.mtl +%%DATADIR%%/data/tree.obj +%%DATADIR%%/euclid.py +%%DATADIR%%/euclid.pyc +%%DATADIR%%/euclid.pyo +%%DATADIR%%/farmer.py +%%DATADIR%%/farmer.pyc +%%DATADIR%%/farmer.pyo +%%DATADIR%%/fonts.py +%%DATADIR%%/fonts.pyc +%%DATADIR%%/fonts.pyo +%%DATADIR%%/game.py +%%DATADIR%%/game.pyc +%%DATADIR%%/game.pyo +%%DATADIR%%/leveledit.py +%%DATADIR%%/leveledit.pyc +%%DATADIR%%/leveledit.pyo +%%DATADIR%%/map.py +%%DATADIR%%/map.pyc +%%DATADIR%%/map.pyo +%%DATADIR%%/objects.py +%%DATADIR%%/objects.pyc +%%DATADIR%%/objects.pyo +%%DATADIR%%/objloader.py +%%DATADIR%%/objloader.pyc +%%DATADIR%%/objloader.pyo +%%DATADIR%%/pyglyph/__init__.py +%%DATADIR%%/pyglyph/__init__.pyc +%%DATADIR%%/pyglyph/__init__.pyo +%%DATADIR%%/pyglyph/font.py +%%DATADIR%%/pyglyph/font.pyc +%%DATADIR%%/pyglyph/font.pyo +%%DATADIR%%/pyglyph/html.py +%%DATADIR%%/pyglyph/html.pyc +%%DATADIR%%/pyglyph/html.pyo +%%DATADIR%%/pyglyph/layout.py +%%DATADIR%%/pyglyph/layout.pyc +%%DATADIR%%/pyglyph/layout.pyo +%%DATADIR%%/pyglyph/ttf.py +%%DATADIR%%/pyglyph/ttf.pyc +%%DATADIR%%/pyglyph/ttf.pyo +%%DATADIR%%/rabbit.py +%%DATADIR%%/rabbit.pyc +%%DATADIR%%/rabbit.pyo +%%DATADIR%%/shaders.py +%%DATADIR%%/shaders.pyc +%%DATADIR%%/shaders.pyo +%%DATADIR%%/showobj.py +%%DATADIR%%/showobj.pyc +%%DATADIR%%/showobj.pyo +%%DATADIR%%/textures.py +%%DATADIR%%/textures.pyc +%%DATADIR%%/textures.pyo +%%DATADIR%%/ui.py +%%DATADIR%%/ui.pyc +%%DATADIR%%/ui.pyo +share/pixmaps/bouncy.png +@dirrm %%DATADIR%%/pyglyph +@dirrm %%DATADIR%%/data +@dirrm %%DATADIR%% From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 19:59:57 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 ESMTPS id E7EDAE28; Tue, 26 Nov 2013 19:59:56 +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 C857228BF; Tue, 26 Nov 2013 19:59:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQJxu67014351; Tue, 26 Nov 2013 19:59:56 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQJxuSr014346; Tue, 26 Nov 2013 19:59:56 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311261959.rAQJxuSr014346@svn.freebsd.org> From: Rusmir Dusko Date: Tue, 26 Nov 2013 19:59:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334964 - head/emulators/swine 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.16 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, 26 Nov 2013 19:59:57 -0000 Author: nemysis Date: Tue Nov 26 19:59:55 2013 New Revision: 334964 URL: http://svnweb.freebsd.org/changeset/ports/334964 Log: - Update to 1.0.4 - Change Makefile header - Remove master sites, use GitHub=yes - Change maintainer email to @FreeBSD.org - USES gmake instead of USE_GMAKE - Support STAGEDIR - Add DOCS Option - Change REINPLACE_CMD - Change pkg-message Approved by: pawel / wg (mentors, implicit) Modified: head/emulators/swine/Makefile head/emulators/swine/distinfo head/emulators/swine/pkg-message (contents, props changed) head/emulators/swine/pkg-plist Modified: head/emulators/swine/Makefile ============================================================================== --- head/emulators/swine/Makefile Tue Nov 26 18:44:26 2013 (r334963) +++ head/emulators/swine/Makefile Tue Nov 26 19:59:55 2013 (r334964) @@ -1,13 +1,11 @@ -# Created by: nemysis@gmx.ch +# Created by: nemysis # $FreeBSD$ PORTNAME= swine -PORTVERSION= 1.0.3 -PORTREVISION= 3 +PORTVERSION= 1.0.4 CATEGORIES= emulators deskutils python -MASTER_SITES= https://github.com/downloads/dswd/Swine/ -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Qt4 graphical Wine frontend LICENSE= GPLv2 @@ -20,16 +18,22 @@ RUN_DEPENDS= xterm:${PORTSDIR}/x11/xterm DATADIRLIB= ${PREFIX}/lib/${PORTNAME} -FETCH_ARGS?= -Fpr +USE_GITHUB= yes +GH_ACCOUNT= dswd +GH_PROJECT= Swine +GH_TAGNAME= ${GH_COMMIT} +GH_COMMIT= 1770c40 + +USES= gmake USE_PYTHON= yes NO_BUILD= yes -USE_GMAKE= yes USE_QT4= linguist_build ONLY_FOR_ARCHS= i386 amd64 PORTDOCS= README -NO_STAGE= yes +OPTIONS_DEFINE= DOCS + .include .if ${ARCH} == "i386" @@ -38,28 +42,18 @@ RUN_DEPENDS+= wine:${PORTSDIR}/emulators post-patch: @${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' ${WRKSRC}/version.sh - @${REINPLACE_CMD} -e 's|/usr/share/swine/images/swine32.png|${PREFIX}/share/pixmaps/swine.png|' ${WRKSRC}/resources/swine.desktop - @${FIND} ${WRKSRC} -name "*.bak" -delete - -do-install: - ${MKDIR} ${DATADIRLIB} - ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${DATADIRLIB} - ${LN} -sf ${DATADIRLIB}/${PORTNAME}.py ${PREFIX}/bin/${PORTNAME} - ${LN} -sf ${DATADIRLIB}/${PORTNAME}cli.py ${PREFIX}/bin/${PORTNAME}cli - ${LN} -sf ${DATADIRLIB}/${PORTNAME}run.py ${PREFIX}/bin/${PORTNAME}run - ${MKDIR} ${DATADIR} - @(cd ${WRKSRC} && ${COPYTREE_SHARE} "translations images" ${DATADIR}) - - ${LN} -sf ${DATADIR}/images/swine32.png ${PREFIX}/share/pixmaps/${PORTNAME}.png - ${INSTALL_DATA} ${WRKSRC}/resources/*.desktop ${PREFIX}/share/applications/ - -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + @${REINPLACE_CMD} -e 's|/usr|${PREFIX}| ; \ + s|swine32.png|*|' \ + ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's|/usr/share/swine/images/swine32.png|swine|' \ + -e 's|^Categories=.*|Categories=Wine;System;Emulator;Utility;Game;|' \ + ${WRKSRC}/resources/swine.desktop + +post-install: + ${LN} -sf ${DATADIR}/images/swine32.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png - @${ECHO_CMD} - @${CAT} ${PKGMESSAGE} - @${ECHO_CMD} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Modified: head/emulators/swine/distinfo ============================================================================== --- head/emulators/swine/distinfo Tue Nov 26 18:44:26 2013 (r334963) +++ head/emulators/swine/distinfo Tue Nov 26 19:59:55 2013 (r334964) @@ -1,2 +1,2 @@ -SHA256 (swine-1.0.3.tar.gz) = e474a5657b8b7822d5417237044201d72bda41b3402bc5556e497df8eabd9de0 -SIZE (swine-1.0.3.tar.gz) = 172820 +SHA256 (swine-1.0.4.tar.gz) = 3b3efd55af2aff561224e004de845705c2d23a0aa39ed9dda447ae90000eef06 +SIZE (swine-1.0.4.tar.gz) = 214039 Modified: head/emulators/swine/pkg-message ============================================================================== --- head/emulators/swine/pkg-message Tue Nov 26 18:44:26 2013 (r334963) +++ head/emulators/swine/pkg-message Tue Nov 26 19:59:55 2013 (r334964) @@ -1,12 +1,19 @@ ################################################################################ -FreeBSD/amd64 users: -You need to manually install Wine 32bit binary from: -http://www.mediafire.com/wine_fbsd64 +Swine has been installed. + For more info about running wine on FreeBSD please see: + http://wiki.freebsd.org/Wine + +FreeBSD/amd64 users: +You need to manually install Wine 32bit binary from: + +https://wiki.freebsd.org/i386-Wine + + This program will attempt to obtain some system information by accessing files in procfs. You must mount procfs filesystem for this to work correctly. This can be accomplished by adding the following line to your /etc/fstab file: @@ -18,4 +25,7 @@ and then, as root, executing the command mount /proc +Also you need passwordless sudo for mdconfig, mount_cd9660, umount commands for +work with ISO images. + ################################################################################ Modified: head/emulators/swine/pkg-plist ============================================================================== --- head/emulators/swine/pkg-plist Tue Nov 26 18:44:26 2013 (r334963) +++ head/emulators/swine/pkg-plist Tue Nov 26 19:59:55 2013 (r334964) @@ -74,8 +74,12 @@ share/pixmaps/swine.png %%DATADIR%%/translations/de.qm %%DATADIR%%/translations/en.qm %%DATADIR%%/translations/es.qm +%%DATADIR%%/translations/fi.qm %%DATADIR%%/translations/fr.qm %%DATADIR%%/translations/he.qm +%%DATADIR%%/translations/pl.qm +%%DATADIR%%/translations/tr.qm +%%DATADIR%%/translations/vi.qm @dirrm %%DATADIR%%/translations @dirrm %%DATADIR%%/images @dirrm %%DATADIR%% From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 20:11:40 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 ESMTPS id 24124595; Tue, 26 Nov 2013 20:11:40 +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 13BAB29B5; Tue, 26 Nov 2013 20:11:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQKBdmd020728; Tue, 26 Nov 2013 20:11:39 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQKBdr0020727; Tue, 26 Nov 2013 20:11:39 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201311262011.rAQKBdr0020727@svn.freebsd.org> From: Koop Mast Date: Tue, 26 Nov 2013 20:11:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334965 - head/graphics/libGL 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.16 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, 26 Nov 2013 20:11:40 -0000 Author: kwm Date: Tue Nov 26 20:11:39 2013 New Revision: 334965 URL: http://svnweb.freebsd.org/changeset/ports/334965 Log: Unbreak WITH_NEW_XORG patch stage. Modified: head/graphics/libGL/bsd.mesalib.mk Modified: head/graphics/libGL/bsd.mesalib.mk ============================================================================== --- head/graphics/libGL/bsd.mesalib.mk Tue Nov 26 19:59:55 2013 (r334964) +++ head/graphics/libGL/bsd.mesalib.mk Tue Nov 26 20:11:39 2013 (r334965) @@ -120,9 +120,9 @@ post-patch: ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \ ${WRKSRC}/src/mesa/drivers/dri/common/xmlconfig.c +.if !defined(WITH_NEW_XORG) @${REINPLACE_CMD} -e 's|python|${PYTHON_CMD}|' \ ${WRKSRC}/src/gallium/auxiliary/util/Makefile -.if !defined(WITH_NEW_XORG) @${REINPLACE_CMD} -e 's|[$$](INSTALL_LIB_DIR)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/src/glu/Makefile \ ${WRKSRC}/src/mesa/Makefile \ From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 20:25:33 2013 Return-Path: Delivered-To: svn-ports-head@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 4FEB5ADB; Tue, 26 Nov 2013 20:25:33 +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 3DF092AB4; Tue, 26 Nov 2013 20:25:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQKPXH5024596; Tue, 26 Nov 2013 20:25:33 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQKPWAh024592; Tue, 26 Nov 2013 20:25:32 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311262025.rAQKPWAh024592@svn.freebsd.org> From: William Grzybowski Date: Tue, 26 Nov 2013 20:25:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334966 - head/editors/leo 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.16 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, 26 Nov 2013 20:25:33 -0000 Author: wg Date: Tue Nov 26 20:25:32 2013 New Revision: 334966 URL: http://svnweb.freebsd.org/changeset/ports/334966 Log: editors/leo: update to 4.11 - Update to 4.11 - Allow staging - USES shebangfix PR: ports/184225 Submitted by: KATO Tsuguru Modified: head/editors/leo/Makefile head/editors/leo/distinfo head/editors/leo/pkg-descr head/editors/leo/pkg-plist (contents, props changed) Modified: head/editors/leo/Makefile ============================================================================== --- head/editors/leo/Makefile Tue Nov 26 20:11:39 2013 (r334965) +++ head/editors/leo/Makefile Tue Nov 26 20:25:32 2013 (r334966) @@ -2,65 +2,69 @@ # $FreeBSD$ PORTNAME= leo -PORTVERSION= 4.10 -PORTREVISION= 4 +PORTVERSION= 4.11 CATEGORIES= editors python -MASTER_SITES= SF/${PORTNAME}/Leo/${PORTVERSION}%20final -DISTNAME= Leo-${PORTVERSION}-final +MASTER_SITES= SF/${PORTNAME}/Leo/${PORTVERSION}-final +DISTFILES= Leo-${PORTVERSION}-final.zip DIST_SUBDIR= leo MAINTAINER= ports@FreeBSD.org COMMENT= Advanced outline editor for programmers LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.TXT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}qt4-svg>=0:${PORTSDIR}/graphics/py-qt4-svg \ ${PYTHON_PKGNAMEPREFIX}docutils>=0:${PORTSDIR}/textproc/py-docutils \ silvercity>=0:${PORTSDIR}/textproc/silvercity \ - ${PYTHON_PKGNAMEPREFIX}Pmw>=0:${PORTSDIR}/x11-toolkits/py-Pmw \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui OPTIONS_DEFINE= PYENCHANT DOCS PYENCHANT_DESC= Enable PyEnchant support +PYENCHANT_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}enchant>=0:${PORTSDIR}/textproc/py-enchant WRKSRC= ${WRKDIR}/Leo-${PORTVERSION}-final -USE_ZIP= yes +USES= shebangfix +SHEBANG_FILES= leo/doc/html/fixup.pl leo/scripts/LinixInstall.py USE_PYTHON= yes +DESKTOP_ENTRIES="Leo" "Literate Editor with Outlines" \ + "${LEO_DIR}/Icons/leoapp32.png" "leo" "" "" + LEO_DIR= ${PYTHONPREFIX_SITELIBDIR}/leo -NO_STAGE= yes .include -.if ${PORT_OPTIONS:MPYENCHANT} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enchant>=0:${PORTSDIR}/textproc/py-enchant -.endif - post-extract: @-${FIND} ${WRKSRC}/leo -type d -empty -delete +post-patch: + @${REINPLACE_CMD} -i '' -e \ + '1s|^\#![[:space:]].*|#!${PYTHON_CMD}|' \ + ${WRKSRC}/leo/test/cgi-bin/edward.py + do-build: ${SED} -e 's|@PKGDATADIR@/leo.py|${LEO_DIR}/core/runLeo.py|' \ ${FILESDIR}/leo.in > ${WRKDIR}/leo do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/leo ${PREFIX}/bin/leo - @${MKDIR} ${LEO_DIR} - ${INSTALL_DATA} ${WRKSRC}/leo/__init__.py ${LEO_DIR} - @${MKDIR} ${LEO_DIR}/Icons - ${INSTALL_DATA} ${WRKSRC}/leo/Icons/*.GIF ${LEO_DIR}/Icons - ${INSTALL_DATA} ${WRKSRC}/leo/Icons/*.gif ${LEO_DIR}/Icons - ${INSTALL_DATA} ${WRKSRC}/leo/Icons/*.png ${LEO_DIR}/Icons - ${INSTALL_DATA} ${WRKSRC}/leo/Icons/*.svg ${LEO_DIR}/Icons - @(cd ${WRKSRC}/leo/Icons && ${COPYTREE_SHARE} cleo ${LEO_DIR}/Icons) -.for dir in config core external extensions modes plugins scripts test www - @(cd ${WRKSRC}/leo; ${COPYTREE_SHARE} ${dir} ${LEO_DIR}) + (cd ${WRKDIR} && ${INSTALL_SCRIPT} leo ${STAGEDIR}${PREFIX}/bin) + @${MKDIR} ${STAGEDIR}${LEO_DIR} + (cd ${WRKSRC}/leo && ${INSTALL_DATA} __init__.py ${STAGEDIR}${LEO_DIR}) + @${MKDIR} ${STAGEDIR}${LEO_DIR}/Icons +.for i in GIF gif png svg + (cd ${WRKSRC}/leo/Icons && ${INSTALL_DATA} *.${i} \ + ${STAGEDIR}${LEO_DIR}/Icons) +.endfor +.for i in cleo recorder + (cd ${WRKSRC}/leo/Icons && ${COPYTREE_SHARE} ${i} \ + ${STAGEDIR}${LEO_DIR}/Icons) +.endfor +.for i in config core doc external extensions modes plugins scripts test www + (cd ${WRKSRC}/leo && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${LEO_DIR}) .endfor -.if ${PORT_OPTIONS:MDOCS} - @(cd ${WRKSRC}/leo; ${COPYTREE_SHARE} doc ${LEO_DIR}) -.endif + @-(cd ${STAGEDIR}/${PREFIX} && ${PYTHON_CMD} -m compileall \ + -d ${PREFIX} -f ${LEO_DIR:S,${PREFIX}/,,}) .include Modified: head/editors/leo/distinfo ============================================================================== --- head/editors/leo/distinfo Tue Nov 26 20:11:39 2013 (r334965) +++ head/editors/leo/distinfo Tue Nov 26 20:25:32 2013 (r334966) @@ -1,2 +1,2 @@ -SHA256 (leo/Leo-4.10-final.zip) = 3c27d28e8127094aee9a9dba3d4b5093275e5f35af1b2d3ea1e8b76e5a9f7c7b -SIZE (leo/Leo-4.10-final.zip) = 5467948 +SHA256 (leo/Leo-4.11-final.zip) = eb1fd0e07533db4886fd7962a7d7431244b75239fd161395859e20a7e0f6ba62 +SIZE (leo/Leo-4.11-final.zip) = 7282503 Modified: head/editors/leo/pkg-descr ============================================================================== --- head/editors/leo/pkg-descr Tue Nov 26 20:11:39 2013 (r334965) +++ head/editors/leo/pkg-descr Tue Nov 26 20:25:32 2013 (r334966) @@ -1,18 +1,22 @@ * Leo is a programmer's editor and a flexible browser for projects, - programs, classes or data. Leo clarifies design, coding, debugging, testing - and maintenance. + programs, classes or data. Leo clarifies design, coding, debugging, + testing and maintenance. * Leo is an outlining editor. Outlines clarify the big picture while providing unlimited space for details. -* Leo is a literate programming tool, compatible with noweb and CWEB. Leo - enhances any text-based programming language, from assembly language and C - to Java, Python and XML. -* Leo is also a data organizer. A single Leo outline can generate complex - data spanning many different files. Leo has been used to manage web sites. -* Leo is a project manager. Leo provides multiple views of a project within - a single outline. Leo naturally represents tasks that remain up-to-date. -* Leo is fully scriptable using Python and saves its files in XML format. -* Leo is portable. Leo.py is 100% pure Python and will run on any platform - supporting Python and Tk/tcl, including Windows, Linux and MacOS X. -* Leo is Open Software, distributed under the Python License. +* Leo is a literate programming tool, compatible with noweb and CWEB. + Leo enhances any text-based programming language, from assembly + language and C to Java, Python and XML. +* Leo is also a data organizer. A single Leo outline can generate + complex data spanning many different files. Leo has been used to + manage web sites. +* Leo is a project manager. Leo provides multiple views of a project + within a single outline. Leo naturally represents tasks that remain + up-to-date. +* Leo is fully scriptable using Python and saves its files in XML + format. +* Leo is portable. Leo.py is 100% pure Python and will run on any + platform supporting Python and Tk/tcl, including Windows, Linux and + MacOS X. +* Leo is Open Software, distributed under the Python License. -WWW: http://webpages.charter.net/edreamleo/front.html +WWW: http://leoeditor.com/ Modified: head/editors/leo/pkg-plist ============================================================================== --- head/editors/leo/pkg-plist Tue Nov 26 20:11:39 2013 (r334965) +++ head/editors/leo/pkg-plist Tue Nov 26 20:25:32 2013 (r334966) @@ -1,11 +1,9 @@ -@comment $FreeBSD$ bin/leo %%PYTHON_SITELIBDIR%%/leo/Icons/LeoWin.gif %%PYTHON_SITELIBDIR%%/leo/Icons/Leoapp.GIF %%PYTHON_SITELIBDIR%%/leo/Icons/Leosplash.GIF %%PYTHON_SITELIBDIR%%/leo/Icons/application-x-leo-outline.png %%PYTHON_SITELIBDIR%%/leo/Icons/arrows.svg -%%PYTHON_SITELIBDIR%%/leo/Icons/bubbles.svg %%PYTHON_SITELIBDIR%%/leo/Icons/box00.GIF %%PYTHON_SITELIBDIR%%/leo/Icons/box01.GIF %%PYTHON_SITELIBDIR%%/leo/Icons/box02.GIF @@ -22,12 +20,20 @@ bin/leo %%PYTHON_SITELIBDIR%%/leo/Icons/box13.GIF %%PYTHON_SITELIBDIR%%/leo/Icons/box14.GIF %%PYTHON_SITELIBDIR%%/leo/Icons/box15.GIF +%%PYTHON_SITELIBDIR%%/leo/Icons/bubbles.svg %%PYTHON_SITELIBDIR%%/leo/Icons/cleo/LeoTaskTab.png %%PYTHON_SITELIBDIR%%/leo/Icons/cleo/bngblk.png +%%PYTHON_SITELIBDIR%%/leo/Icons/cleo/bottom.png %%PYTHON_SITELIBDIR%%/leo/Icons/cleo/bullet.png %%PYTHON_SITELIBDIR%%/leo/Icons/cleo/chkblk.png %%PYTHON_SITELIBDIR%%/leo/Icons/cleo/chkboxblk.png %%PYTHON_SITELIBDIR%%/leo/Icons/cleo/cleo_icons.svg +%%PYTHON_SITELIBDIR%%/leo/Icons/cleo/date_future.png +%%PYTHON_SITELIBDIR%%/leo/Icons/cleo/date_past.png +%%PYTHON_SITELIBDIR%%/leo/Icons/cleo/date_today.png +%%PYTHON_SITELIBDIR%%/leo/Icons/cleo/document-save.png +%%PYTHON_SITELIBDIR%%/leo/Icons/cleo/down.png +%%PYTHON_SITELIBDIR%%/leo/Icons/cleo/edit-clear.png %%PYTHON_SITELIBDIR%%/leo/Icons/cleo/index.html %%PYTHON_SITELIBDIR%%/leo/Icons/cleo/prg000.png %%PYTHON_SITELIBDIR%%/leo/Icons/cleo/prg010.png @@ -87,67 +93,110 @@ bin/leo %%PYTHON_SITELIBDIR%%/leo/Icons/lt_arrow_enabled.gif %%PYTHON_SITELIBDIR%%/leo/Icons/minusnode.gif %%PYTHON_SITELIBDIR%%/leo/Icons/plusnode.gif +%%PYTHON_SITELIBDIR%%/leo/Icons/recorder/pointer.png %%PYTHON_SITELIBDIR%%/leo/Icons/rt_arrow_disabled.gif %%PYTHON_SITELIBDIR%%/leo/Icons/rt_arrow_enabled.gif %%PYTHON_SITELIBDIR%%/leo/__init__.py +%%PYTHON_SITELIBDIR%%/leo/__init__.pyc %%PYTHON_SITELIBDIR%%/leo/config/leoSettings.leo %%PYTHON_SITELIBDIR%%/leo/core/LeoPyRef.leo %%PYTHON_SITELIBDIR%%/leo/core/__init__.py +%%PYTHON_SITELIBDIR%%/leo/core/__init__.pyc %%PYTHON_SITELIBDIR%%/leo/core/buttons.txt %%PYTHON_SITELIBDIR%%/leo/core/bzr_version.py +%%PYTHON_SITELIBDIR%%/leo/core/bzr_version.pyc %%PYTHON_SITELIBDIR%%/leo/core/format-code.py +%%PYTHON_SITELIBDIR%%/leo/core/format-code.pyc %%PYTHON_SITELIBDIR%%/leo/core/key-handling-notes.txt %%PYTHON_SITELIBDIR%%/leo/core/leoApp.py +%%PYTHON_SITELIBDIR%%/leo/core/leoApp.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoAtFile.py +%%PYTHON_SITELIBDIR%%/leo/core/leoAtFile.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoBridge.py +%%PYTHON_SITELIBDIR%%/leo/core/leoBridge.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoBridgeTest.py +%%PYTHON_SITELIBDIR%%/leo/core/leoBridgeTest.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoCache.py +%%PYTHON_SITELIBDIR%%/leo/core/leoCache.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoChapters.py +%%PYTHON_SITELIBDIR%%/leo/core/leoChapters.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoColor.py +%%PYTHON_SITELIBDIR%%/leo/core/leoColor.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoCommands.py +%%PYTHON_SITELIBDIR%%/leo/core/leoCommands.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoCompare.py +%%PYTHON_SITELIBDIR%%/leo/core/leoCompare.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoConfig.py +%%PYTHON_SITELIBDIR%%/leo/core/leoConfig.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoDebugger.py +%%PYTHON_SITELIBDIR%%/leo/core/leoDebugger.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoDynamicTest.py +%%PYTHON_SITELIBDIR%%/leo/core/leoDynamicTest.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoEditCommands.py +%%PYTHON_SITELIBDIR%%/leo/core/leoEditCommands.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoFileCommands.py +%%PYTHON_SITELIBDIR%%/leo/core/leoFileCommands.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoFind.py +%%PYTHON_SITELIBDIR%%/leo/core/leoFind.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoFrame.py +%%PYTHON_SITELIBDIR%%/leo/core/leoFrame.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoGlobals.py +%%PYTHON_SITELIBDIR%%/leo/core/leoGlobals.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoGui.py +%%PYTHON_SITELIBDIR%%/leo/core/leoGui.pyc +%%PYTHON_SITELIBDIR%%/leo/core/leoIPython.py +%%PYTHON_SITELIBDIR%%/leo/core/leoIPython.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoImport.py +%%PYTHON_SITELIBDIR%%/leo/core/leoImport.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoInspect.py +%%PYTHON_SITELIBDIR%%/leo/core/leoInspect.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoKeys.py +%%PYTHON_SITELIBDIR%%/leo/core/leoKeys.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoMenu.py +%%PYTHON_SITELIBDIR%%/leo/core/leoMenu.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoNodes.py +%%PYTHON_SITELIBDIR%%/leo/core/leoNodes.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoPlugins.py +%%PYTHON_SITELIBDIR%%/leo/core/leoPlugins.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoPymacs.py +%%PYTHON_SITELIBDIR%%/leo/core/leoPymacs.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoRst.py +%%PYTHON_SITELIBDIR%%/leo/core/leoRst.pyc +%%PYTHON_SITELIBDIR%%/leo/core/leoSessions.py +%%PYTHON_SITELIBDIR%%/leo/core/leoSessions.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoShadow.py +%%PYTHON_SITELIBDIR%%/leo/core/leoShadow.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoTangle.py +%%PYTHON_SITELIBDIR%%/leo/core/leoTangle.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoTest.py +%%PYTHON_SITELIBDIR%%/leo/core/leoTest.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoUndo.py +%%PYTHON_SITELIBDIR%%/leo/core/leoUndo.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoVersion.py +%%PYTHON_SITELIBDIR%%/leo/core/leoVersion.pyc +%%PYTHON_SITELIBDIR%%/leo/core/qsyntaxhighlighter.py +%%PYTHON_SITELIBDIR%%/leo/core/qsyntaxhighlighter.pyc %%PYTHON_SITELIBDIR%%/leo/core/runLeo.py +%%PYTHON_SITELIBDIR%%/leo/core/runLeo.pyc %%PYTHON_SITELIBDIR%%/leo/core/test_core.txt +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/CheatSheet.leo %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/FAQ.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/IpythonBridge.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/LeoDocs.leo %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/appendices.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/atShadow.txt +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/cheatsheet.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/coloring.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/commands.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/customizing.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/debuggers.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/default.css +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/default_workbook.leo %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/design.txt -%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/directives.txt -%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/doc-startup.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/download.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/emacs.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/frontMatter.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/glossary.txt -%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/history.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/Blank.gif %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/Leo4-80-border.jpg %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/LeoCodeGray.gif @@ -157,11 +206,13 @@ bin/leo %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/arrow_lt.gif %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/arrow_rt.gif %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/conf.py +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/conf.pyc %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/default.css %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/docModeOnlyTest.html %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/fixup.pl -%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/front.html +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/index.html %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/jythonShell.html +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/leoLinks.html %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/leo_rst.css %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/leo_toc.html.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/make.bat @@ -170,6 +221,7 @@ bin/leo %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/techReport.html %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/inkscape-template.svg %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/installing.txt +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/intermediatetopics.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/intro.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/leoBridge.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/leoInspect.txt @@ -181,337 +233,700 @@ bin/leo %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/leoUserGuide.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/leo_rst.css %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/leo_toc.html +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/leoandotherprograms.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/nutshell.txt -%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/other_docs.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/outline-commands.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/outlines.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/plugin_catalog.py +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/plugin_catalog.pyc %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/plugins.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/preface.txt +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/preliminaries.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/quickstart.leo %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/release_notes.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/rstplugin3.txt +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/running.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/screen-shots.txt -%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/scripting.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sidebar.js %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/silver_city.css %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/slides.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/slideshows.txt +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/Makefile +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/conf.py +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/conf.pyc +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/index.rst +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/leo.core.rst +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/leo.extensions.rst +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/leo.external.concurrent.futures.rst +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/leo.external.concurrent.rst +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/leo.external.rst +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/leo.plugins.pygeotag.rst +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/leo.plugins.rst +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/leo.rst +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/make.bat +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/make.log +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/requirements.txt +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/sphinxDocs.leo %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/testimonials.txt -%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/theory.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/treecaching.txt +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/tutorial.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/underscore.js %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/unitTesting.txt +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/usersguide.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/vimBindings.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/whatsnew.txt -%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/whitepapers.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/writingPlugins.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/zodb.txt %%PYTHON_SITELIBDIR%%/leo/extensions/__init__.py +%%PYTHON_SITELIBDIR%%/leo/extensions/__init__.pyc %%PYTHON_SITELIBDIR%%/leo/extensions/asciidoc.py +%%PYTHON_SITELIBDIR%%/leo/extensions/asciidoc.pyc %%PYTHON_SITELIBDIR%%/leo/extensions/colors.py +%%PYTHON_SITELIBDIR%%/leo/extensions/colors.pyc %%PYTHON_SITELIBDIR%%/leo/extensions/patch_11_01.py +%%PYTHON_SITELIBDIR%%/leo/extensions/patch_11_01.pyc +%%PYTHON_SITELIBDIR%%/leo/extensions/sh.py +%%PYTHON_SITELIBDIR%%/leo/extensions/sh.pyc %%PYTHON_SITELIBDIR%%/leo/extensions/testExtension.py +%%PYTHON_SITELIBDIR%%/leo/extensions/testExtension.pyc +%%PYTHON_SITELIBDIR%%/leo/external/README.ckeditor.txt %%PYTHON_SITELIBDIR%%/leo/external/__init__.py +%%PYTHON_SITELIBDIR%%/leo/external/__init__.pyc +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/CHANGES.md +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/LICENSE.md +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/README.md +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/adapters/jquery.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/build-config.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/ckeditor.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/config.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/contents.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/af.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/ar.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/bg.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/bn.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/bs.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/ca.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/cs.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/cy.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/da.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/de.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/el.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/en-au.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/en-ca.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/en-gb.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/en.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/eo.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/es.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/et.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/eu.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/fa.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/fi.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/fo.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/fr-ca.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/fr.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/gl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/gu.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/he.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/hi.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/hr.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/hu.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/id.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/is.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/it.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/ja.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/ka.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/km.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/ko.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/ku.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/lt.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/lv.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/mk.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/mn.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/ms.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/nb.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/nl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/no.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/pl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/pt-br.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/pt.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/ro.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/ru.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/si.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/sk.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/sl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/sq.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/sr-latn.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/sr.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/sv.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/th.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/tr.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/ug.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/uk.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/vi.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/zh-cn.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/zh.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/da.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/de.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/el.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/en.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/es.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/et.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/he.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/id.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/it.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/km.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/no.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/si.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/th.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/about/dialogs/about.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/about/dialogs/logo_ckeditor.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/clipboard/dialogs/paste.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/colordialog/dialogs/colordialog.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/dialog/dialogDefinition.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/div/dialogs/div.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/fakeobjects/images/spacer.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/find/dialogs/find.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/flash/dialogs/flash.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/flash/images/placeholder.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/forms/dialogs/button.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/forms/dialogs/checkbox.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/forms/dialogs/form.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/forms/dialogs/hiddenfield.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/forms/dialogs/radio.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/forms/dialogs/select.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/forms/dialogs/textarea.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/forms/dialogs/textfield.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/forms/images/hiddenfield.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/icons.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/icons_hidpi.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/iframe/dialogs/iframe.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/iframe/images/placeholder.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/image/dialogs/image.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/image/images/noimage.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/link/dialogs/anchor.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/link/dialogs/link.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/link/images/anchor.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/link/images/hidpi/anchor.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/liststyle/dialogs/liststyle.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/magicline/images/hidpi/icon.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/magicline/images/icon.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/pagebreak/images/pagebreak.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/pastefromword/filter/default.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/preview/preview.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/scayt/LICENSE.md +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/scayt/README.md +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/scayt/dialogs/options.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/scayt/dialogs/toolbar.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images/block_address.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images/block_blockquote.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images/block_div.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images/block_h1.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images/block_h2.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images/block_h3.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images/block_h4.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images/block_h5.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images/block_h6.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images/block_p.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images/block_pre.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/dialogs/smiley.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/angel_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/angry_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/broken_heart.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/confused_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/cry_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/devil_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/embaressed_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/embarrassed_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/envelope.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/heart.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/kiss.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/lightbulb.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/omg_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/regular_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/sad_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/shades_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/teeth_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/thumbs_down.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/thumbs_up.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/tongue_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/tounge_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/wink_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/ar.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/bg.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/ca.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/cs.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/cy.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/de.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/el.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/en.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/eo.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/es.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/et.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/fa.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/fi.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/fr.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/gl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/he.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/hr.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/hu.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/id.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/it.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/ja.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/ku.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/lv.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/nb.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/nl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/no.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/pl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/pt.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/ru.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/si.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/sk.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/sl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/sq.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/sv.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/th.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/tr.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/ug.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/uk.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/vi.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/specialchar.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/table/dialogs/table.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/tabletools/dialogs/tableCell.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/templates/dialogs/templates.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/templates/dialogs/templates.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/templates/templates/default.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/templates/templates/images/template1.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/templates/templates/images/template2.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/templates/templates/images/template3.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/wsc/LICENSE.md +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/wsc/README.md +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/wsc/dialogs/ciframe.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/wsc/dialogs/tmp.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/wsc/dialogs/wsc.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/wsc/dialogs/wsc.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/wsc/dialogs/wsc_ie.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/ajax.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/api.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/appendto.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/assets/inlineall/logo.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/assets/outputxhtml/outputxhtml.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/assets/posteddata.php +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/assets/sample.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/assets/sample.jpg +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/assets/uilanguages/languages.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/datafiltering.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/divreplace.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/index.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/inlineall.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/inlinebycode.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/inlinetextarea.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/jquery.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/dialog/assets/my_dialog.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/dialog/dialog.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/enterkey/enterkey.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/htmlwriter/outputforflash.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/htmlwriter/outputhtml.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/magicline/magicline.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/toolbar/toolbar.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/wysiwygarea/fullpage.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/readonly.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/replacebyclass.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/replacebycode.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/sample.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/sample.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/sample_posteddata.php +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/tabindex.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/uicolor.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/uilanguages.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/xhtmlstyle.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/dialog.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/dialog_ie.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/dialog_ie7.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/dialog_ie8.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/dialog_iequirks.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/dialog_opera.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/editor.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/editor_gecko.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/editor_ie.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/editor_ie7.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/editor_ie8.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/editor_iequirks.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/icons.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/icons_hidpi.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/images/arrow.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/images/close.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/images/hidpi/close.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/images/hidpi/lock-open.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/images/hidpi/lock.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/images/hidpi/refresh.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/images/lock-open.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/images/lock.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/images/refresh.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/readme.md +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/styles.js %%PYTHON_SITELIBDIR%%/leo/external/codewise.py +%%PYTHON_SITELIBDIR%%/leo/external/codewise.pyc +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/__init__.py +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/__init__.pyc +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/futures/__init__.py +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/futures/__init__.pyc +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/futures/_base.py +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/futures/_base.pyc +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/futures/_compat.py +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/futures/_compat.pyc +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/futures/process.py +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/futures/process.pyc +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/futures/thread.py +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/futures/thread.pyc %%PYTHON_SITELIBDIR%%/leo/external/edb.py -%%PYTHON_SITELIBDIR%%/leo/external/ipy_leo.py +%%PYTHON_SITELIBDIR%%/leo/external/edb.pyc %%PYTHON_SITELIBDIR%%/leo/external/leoSAGlobals.py +%%PYTHON_SITELIBDIR%%/leo/external/leoSAGlobals.pyc +%%PYTHON_SITELIBDIR%%/leo/external/leoftsindex.py +%%PYTHON_SITELIBDIR%%/leo/external/leoftsindex.pyc %%PYTHON_SITELIBDIR%%/leo/external/leosax.py +%%PYTHON_SITELIBDIR%%/leo/external/leosax.pyc %%PYTHON_SITELIBDIR%%/leo/external/lproto.py +%%PYTHON_SITELIBDIR%%/leo/external/lproto.pyc +%%PYTHON_SITELIBDIR%%/leo/external/obsolete/ipy_leo.py +%%PYTHON_SITELIBDIR%%/leo/external/obsolete/ipy_leo.pyc %%PYTHON_SITELIBDIR%%/leo/external/stringlist.py +%%PYTHON_SITELIBDIR%%/leo/external/stringlist.pyc %%PYTHON_SITELIBDIR%%/leo/modes/__init__.py +%%PYTHON_SITELIBDIR%%/leo/modes/__init__.pyc %%PYTHON_SITELIBDIR%%/leo/modes/actionscript.py -%%PYTHON_SITELIBDIR%%/leo/modes/actionscript.xml +%%PYTHON_SITELIBDIR%%/leo/modes/actionscript.pyc %%PYTHON_SITELIBDIR%%/leo/modes/ada95.py -%%PYTHON_SITELIBDIR%%/leo/modes/ada95.xml +%%PYTHON_SITELIBDIR%%/leo/modes/ada95.pyc %%PYTHON_SITELIBDIR%%/leo/modes/ahk.py -%%PYTHON_SITELIBDIR%%/leo/modes/ahk.xml +%%PYTHON_SITELIBDIR%%/leo/modes/ahk.pyc %%PYTHON_SITELIBDIR%%/leo/modes/antlr.py -%%PYTHON_SITELIBDIR%%/leo/modes/antlr.xml +%%PYTHON_SITELIBDIR%%/leo/modes/antlr.pyc %%PYTHON_SITELIBDIR%%/leo/modes/apacheconf.py -%%PYTHON_SITELIBDIR%%/leo/modes/apacheconf.xml +%%PYTHON_SITELIBDIR%%/leo/modes/apacheconf.pyc %%PYTHON_SITELIBDIR%%/leo/modes/apdl.py -%%PYTHON_SITELIBDIR%%/leo/modes/apdl.xml +%%PYTHON_SITELIBDIR%%/leo/modes/apdl.pyc %%PYTHON_SITELIBDIR%%/leo/modes/applescript.py -%%PYTHON_SITELIBDIR%%/leo/modes/applescript.xml +%%PYTHON_SITELIBDIR%%/leo/modes/applescript.pyc %%PYTHON_SITELIBDIR%%/leo/modes/asp.py -%%PYTHON_SITELIBDIR%%/leo/modes/asp.xml +%%PYTHON_SITELIBDIR%%/leo/modes/asp.pyc %%PYTHON_SITELIBDIR%%/leo/modes/aspect_j.py -%%PYTHON_SITELIBDIR%%/leo/modes/aspect_j.xml +%%PYTHON_SITELIBDIR%%/leo/modes/aspect_j.pyc %%PYTHON_SITELIBDIR%%/leo/modes/assembly_macro32.py -%%PYTHON_SITELIBDIR%%/leo/modes/assembly_macro32.xml +%%PYTHON_SITELIBDIR%%/leo/modes/assembly_macro32.pyc %%PYTHON_SITELIBDIR%%/leo/modes/assembly_mcs51.py -%%PYTHON_SITELIBDIR%%/leo/modes/assembly_mcs51.xml +%%PYTHON_SITELIBDIR%%/leo/modes/assembly_mcs51.pyc %%PYTHON_SITELIBDIR%%/leo/modes/assembly_parrot.py -%%PYTHON_SITELIBDIR%%/leo/modes/assembly_parrot.xml +%%PYTHON_SITELIBDIR%%/leo/modes/assembly_parrot.pyc %%PYTHON_SITELIBDIR%%/leo/modes/assembly_r2000.py -%%PYTHON_SITELIBDIR%%/leo/modes/assembly_r2000.xml +%%PYTHON_SITELIBDIR%%/leo/modes/assembly_r2000.pyc %%PYTHON_SITELIBDIR%%/leo/modes/assembly_x86.py -%%PYTHON_SITELIBDIR%%/leo/modes/assembly_x86.xml +%%PYTHON_SITELIBDIR%%/leo/modes/assembly_x86.pyc %%PYTHON_SITELIBDIR%%/leo/modes/awk.py -%%PYTHON_SITELIBDIR%%/leo/modes/awk.xml +%%PYTHON_SITELIBDIR%%/leo/modes/awk.pyc %%PYTHON_SITELIBDIR%%/leo/modes/b.py -%%PYTHON_SITELIBDIR%%/leo/modes/b.xml +%%PYTHON_SITELIBDIR%%/leo/modes/b.pyc %%PYTHON_SITELIBDIR%%/leo/modes/batch.py -%%PYTHON_SITELIBDIR%%/leo/modes/batch.xml +%%PYTHON_SITELIBDIR%%/leo/modes/batch.pyc %%PYTHON_SITELIBDIR%%/leo/modes/bbj.py -%%PYTHON_SITELIBDIR%%/leo/modes/bbj.xml +%%PYTHON_SITELIBDIR%%/leo/modes/bbj.pyc %%PYTHON_SITELIBDIR%%/leo/modes/bcel.py -%%PYTHON_SITELIBDIR%%/leo/modes/bcel.xml +%%PYTHON_SITELIBDIR%%/leo/modes/bcel.pyc %%PYTHON_SITELIBDIR%%/leo/modes/bibtex.py -%%PYTHON_SITELIBDIR%%/leo/modes/bibtex.xml +%%PYTHON_SITELIBDIR%%/leo/modes/bibtex.pyc %%PYTHON_SITELIBDIR%%/leo/modes/c.py -%%PYTHON_SITELIBDIR%%/leo/modes/c.xml +%%PYTHON_SITELIBDIR%%/leo/modes/c.pyc %%PYTHON_SITELIBDIR%%/leo/modes/catalog %%PYTHON_SITELIBDIR%%/leo/modes/chill.py -%%PYTHON_SITELIBDIR%%/leo/modes/chill.xml -%%PYTHON_SITELIBDIR%%/leo/modes/cil.xml +%%PYTHON_SITELIBDIR%%/leo/modes/chill.pyc +%%PYTHON_SITELIBDIR%%/leo/modes/clojure.py +%%PYTHON_SITELIBDIR%%/leo/modes/clojure.pyc +%%PYTHON_SITELIBDIR%%/leo/modes/clojure.xml %%PYTHON_SITELIBDIR%%/leo/modes/cobol.py -%%PYTHON_SITELIBDIR%%/leo/modes/cobol.xml +%%PYTHON_SITELIBDIR%%/leo/modes/cobol.pyc %%PYTHON_SITELIBDIR%%/leo/modes/coldfusion.py -%%PYTHON_SITELIBDIR%%/leo/modes/coldfusion.xml +%%PYTHON_SITELIBDIR%%/leo/modes/coldfusion.pyc %%PYTHON_SITELIBDIR%%/leo/modes/cplusplus.py -%%PYTHON_SITELIBDIR%%/leo/modes/cplusplus.xml +%%PYTHON_SITELIBDIR%%/leo/modes/cplusplus.pyc %%PYTHON_SITELIBDIR%%/leo/modes/csharp.py -%%PYTHON_SITELIBDIR%%/leo/modes/csharp.xml +%%PYTHON_SITELIBDIR%%/leo/modes/csharp.pyc %%PYTHON_SITELIBDIR%%/leo/modes/css.py -%%PYTHON_SITELIBDIR%%/leo/modes/css.xml -%%PYTHON_SITELIBDIR%%/leo/modes/cvs_commit.py -%%PYTHON_SITELIBDIR%%/leo/modes/cvs_commit.xml +%%PYTHON_SITELIBDIR%%/leo/modes/css.pyc %%PYTHON_SITELIBDIR%%/leo/modes/cython.py +%%PYTHON_SITELIBDIR%%/leo/modes/cython.pyc %%PYTHON_SITELIBDIR%%/leo/modes/d.py -%%PYTHON_SITELIBDIR%%/leo/modes/d.xml +%%PYTHON_SITELIBDIR%%/leo/modes/d.pyc %%PYTHON_SITELIBDIR%%/leo/modes/doxygen.py -%%PYTHON_SITELIBDIR%%/leo/modes/doxygen.xml -%%PYTHON_SITELIBDIR%%/leo/modes/dsssl.py -%%PYTHON_SITELIBDIR%%/leo/modes/dsssl.xml +%%PYTHON_SITELIBDIR%%/leo/modes/doxygen.pyc %%PYTHON_SITELIBDIR%%/leo/modes/eiffel.py -%%PYTHON_SITELIBDIR%%/leo/modes/eiffel.xml +%%PYTHON_SITELIBDIR%%/leo/modes/eiffel.pyc %%PYTHON_SITELIBDIR%%/leo/modes/embperl.py -%%PYTHON_SITELIBDIR%%/leo/modes/embperl.xml +%%PYTHON_SITELIBDIR%%/leo/modes/embperl.pyc %%PYTHON_SITELIBDIR%%/leo/modes/erlang.py -%%PYTHON_SITELIBDIR%%/leo/modes/erlang.xml +%%PYTHON_SITELIBDIR%%/leo/modes/erlang.pyc %%PYTHON_SITELIBDIR%%/leo/modes/factor.py -%%PYTHON_SITELIBDIR%%/leo/modes/factor.xml +%%PYTHON_SITELIBDIR%%/leo/modes/factor.pyc %%PYTHON_SITELIBDIR%%/leo/modes/forth.py +%%PYTHON_SITELIBDIR%%/leo/modes/forth.pyc %%PYTHON_SITELIBDIR%%/leo/modes/fortran.py -%%PYTHON_SITELIBDIR%%/leo/modes/fortran.xml +%%PYTHON_SITELIBDIR%%/leo/modes/fortran.pyc %%PYTHON_SITELIBDIR%%/leo/modes/fortran90.py -%%PYTHON_SITELIBDIR%%/leo/modes/fortran90.xml +%%PYTHON_SITELIBDIR%%/leo/modes/fortran90.pyc %%PYTHON_SITELIBDIR%%/leo/modes/foxpro.py -%%PYTHON_SITELIBDIR%%/leo/modes/foxpro.xml -%%PYTHON_SITELIBDIR%%/leo/modes/freemarker.py -%%PYTHON_SITELIBDIR%%/leo/modes/freemarker.xml +%%PYTHON_SITELIBDIR%%/leo/modes/foxpro.pyc %%PYTHON_SITELIBDIR%%/leo/modes/gettext.py -%%PYTHON_SITELIBDIR%%/leo/modes/gettext.xml +%%PYTHON_SITELIBDIR%%/leo/modes/gettext.pyc %%PYTHON_SITELIBDIR%%/leo/modes/groovy.py -%%PYTHON_SITELIBDIR%%/leo/modes/groovy.xml +%%PYTHON_SITELIBDIR%%/leo/modes/groovy.pyc %%PYTHON_SITELIBDIR%%/leo/modes/haskell.py -%%PYTHON_SITELIBDIR%%/leo/modes/haskell.xml +%%PYTHON_SITELIBDIR%%/leo/modes/haskell.pyc %%PYTHON_SITELIBDIR%%/leo/modes/haxe.py -%%PYTHON_SITELIBDIR%%/leo/modes/haxe.xml -%%PYTHON_SITELIBDIR%%/leo/modes/hex.py -%%PYTHON_SITELIBDIR%%/leo/modes/hex.xml +%%PYTHON_SITELIBDIR%%/leo/modes/haxe.pyc %%PYTHON_SITELIBDIR%%/leo/modes/html.py -%%PYTHON_SITELIBDIR%%/leo/modes/html.xml +%%PYTHON_SITELIBDIR%%/leo/modes/html.pyc %%PYTHON_SITELIBDIR%%/leo/modes/i4gl.py -%%PYTHON_SITELIBDIR%%/leo/modes/i4gl.xml +%%PYTHON_SITELIBDIR%%/leo/modes/i4gl.pyc %%PYTHON_SITELIBDIR%%/leo/modes/icon.py -%%PYTHON_SITELIBDIR%%/leo/modes/icon.xml +%%PYTHON_SITELIBDIR%%/leo/modes/icon.pyc %%PYTHON_SITELIBDIR%%/leo/modes/idl.py -%%PYTHON_SITELIBDIR%%/leo/modes/idl.xml +%%PYTHON_SITELIBDIR%%/leo/modes/idl.pyc %%PYTHON_SITELIBDIR%%/leo/modes/inform.py -%%PYTHON_SITELIBDIR%%/leo/modes/inform.xml +%%PYTHON_SITELIBDIR%%/leo/modes/inform.pyc %%PYTHON_SITELIBDIR%%/leo/modes/ini.py -%%PYTHON_SITELIBDIR%%/leo/modes/ini.xml +%%PYTHON_SITELIBDIR%%/leo/modes/ini.pyc %%PYTHON_SITELIBDIR%%/leo/modes/inno_setup.py -%%PYTHON_SITELIBDIR%%/leo/modes/inno_setup.xml +%%PYTHON_SITELIBDIR%%/leo/modes/inno_setup.pyc %%PYTHON_SITELIBDIR%%/leo/modes/interlis.py -%%PYTHON_SITELIBDIR%%/leo/modes/interlis.xml +%%PYTHON_SITELIBDIR%%/leo/modes/interlis.pyc %%PYTHON_SITELIBDIR%%/leo/modes/io.py -%%PYTHON_SITELIBDIR%%/leo/modes/io.xml +%%PYTHON_SITELIBDIR%%/leo/modes/io.pyc %%PYTHON_SITELIBDIR%%/leo/modes/java.py -%%PYTHON_SITELIBDIR%%/leo/modes/java.xml +%%PYTHON_SITELIBDIR%%/leo/modes/java.pyc %%PYTHON_SITELIBDIR%%/leo/modes/javascript.py -%%PYTHON_SITELIBDIR%%/leo/modes/javascript.xml -%%PYTHON_SITELIBDIR%%/leo/modes/jcl.py -%%PYTHON_SITELIBDIR%%/leo/modes/jcl.xml +%%PYTHON_SITELIBDIR%%/leo/modes/javascript.pyc %%PYTHON_SITELIBDIR%%/leo/modes/jhtml.py -%%PYTHON_SITELIBDIR%%/leo/modes/jhtml.xml +%%PYTHON_SITELIBDIR%%/leo/modes/jhtml.pyc %%PYTHON_SITELIBDIR%%/leo/modes/jmk.py -%%PYTHON_SITELIBDIR%%/leo/modes/jmk.xml +%%PYTHON_SITELIBDIR%%/leo/modes/jmk.pyc %%PYTHON_SITELIBDIR%%/leo/modes/jsp.py -%%PYTHON_SITELIBDIR%%/leo/modes/jsp.xml +%%PYTHON_SITELIBDIR%%/leo/modes/jsp.pyc %%PYTHON_SITELIBDIR%%/leo/modes/latex.py -%%PYTHON_SITELIBDIR%%/leo/modes/latex.xml +%%PYTHON_SITELIBDIR%%/leo/modes/latex.pyc %%PYTHON_SITELIBDIR%%/leo/modes/lilypond.py -%%PYTHON_SITELIBDIR%%/leo/modes/lilypond.xml +%%PYTHON_SITELIBDIR%%/leo/modes/lilypond.pyc %%PYTHON_SITELIBDIR%%/leo/modes/lisp.py -%%PYTHON_SITELIBDIR%%/leo/modes/lisp.xml +%%PYTHON_SITELIBDIR%%/leo/modes/lisp.pyc %%PYTHON_SITELIBDIR%%/leo/modes/lotos.py -%%PYTHON_SITELIBDIR%%/leo/modes/lotos.xml +%%PYTHON_SITELIBDIR%%/leo/modes/lotos.pyc %%PYTHON_SITELIBDIR%%/leo/modes/lua.py -%%PYTHON_SITELIBDIR%%/leo/modes/lua.xml +%%PYTHON_SITELIBDIR%%/leo/modes/lua.pyc %%PYTHON_SITELIBDIR%%/leo/modes/mail.py -%%PYTHON_SITELIBDIR%%/leo/modes/mail.xml +%%PYTHON_SITELIBDIR%%/leo/modes/mail.pyc %%PYTHON_SITELIBDIR%%/leo/modes/makefile.py -%%PYTHON_SITELIBDIR%%/leo/modes/makefile.xml +%%PYTHON_SITELIBDIR%%/leo/modes/makefile.pyc %%PYTHON_SITELIBDIR%%/leo/modes/maple.py -%%PYTHON_SITELIBDIR%%/leo/modes/maple.xml +%%PYTHON_SITELIBDIR%%/leo/modes/maple.pyc %%PYTHON_SITELIBDIR%%/leo/modes/matlab.py -%%PYTHON_SITELIBDIR%%/leo/modes/matlab.xml +%%PYTHON_SITELIBDIR%%/leo/modes/matlab.pyc +%%PYTHON_SITELIBDIR%%/leo/modes/md.py +%%PYTHON_SITELIBDIR%%/leo/modes/md.pyc %%PYTHON_SITELIBDIR%%/leo/modes/ml.py -%%PYTHON_SITELIBDIR%%/leo/modes/ml.xml +%%PYTHON_SITELIBDIR%%/leo/modes/ml.pyc %%PYTHON_SITELIBDIR%%/leo/modes/modula3.py -%%PYTHON_SITELIBDIR%%/leo/modes/modula3.xml +%%PYTHON_SITELIBDIR%%/leo/modes/modula3.pyc %%PYTHON_SITELIBDIR%%/leo/modes/moin.py -%%PYTHON_SITELIBDIR%%/leo/modes/moin.xml +%%PYTHON_SITELIBDIR%%/leo/modes/moin.pyc %%PYTHON_SITELIBDIR%%/leo/modes/mqsc.py -%%PYTHON_SITELIBDIR%%/leo/modes/mqsc.xml +%%PYTHON_SITELIBDIR%%/leo/modes/mqsc.pyc %%PYTHON_SITELIBDIR%%/leo/modes/netrexx.py -%%PYTHON_SITELIBDIR%%/leo/modes/netrexx.xml +%%PYTHON_SITELIBDIR%%/leo/modes/netrexx.pyc %%PYTHON_SITELIBDIR%%/leo/modes/nqc.py -%%PYTHON_SITELIBDIR%%/leo/modes/nqc.xml +%%PYTHON_SITELIBDIR%%/leo/modes/nqc.pyc %%PYTHON_SITELIBDIR%%/leo/modes/nsi.py +%%PYTHON_SITELIBDIR%%/leo/modes/nsi.pyc %%PYTHON_SITELIBDIR%%/leo/modes/nsis2.py -%%PYTHON_SITELIBDIR%%/leo/modes/nsis2.xml +%%PYTHON_SITELIBDIR%%/leo/modes/nsis2.pyc %%PYTHON_SITELIBDIR%%/leo/modes/objective_c.py -%%PYTHON_SITELIBDIR%%/leo/modes/objective_c.xml +%%PYTHON_SITELIBDIR%%/leo/modes/objective_c.pyc %%PYTHON_SITELIBDIR%%/leo/modes/objectrexx.py -%%PYTHON_SITELIBDIR%%/leo/modes/objectrexx.xml +%%PYTHON_SITELIBDIR%%/leo/modes/objectrexx.pyc %%PYTHON_SITELIBDIR%%/leo/modes/occam.py -%%PYTHON_SITELIBDIR%%/leo/modes/occam.xml +%%PYTHON_SITELIBDIR%%/leo/modes/occam.pyc %%PYTHON_SITELIBDIR%%/leo/modes/omnimark.py -%%PYTHON_SITELIBDIR%%/leo/modes/omnimark.xml +%%PYTHON_SITELIBDIR%%/leo/modes/omnimark.pyc %%PYTHON_SITELIBDIR%%/leo/modes/pascal.py -%%PYTHON_SITELIBDIR%%/leo/modes/pascal.xml +%%PYTHON_SITELIBDIR%%/leo/modes/pascal.pyc %%PYTHON_SITELIBDIR%%/leo/modes/patch.py -%%PYTHON_SITELIBDIR%%/leo/modes/patch.xml +%%PYTHON_SITELIBDIR%%/leo/modes/patch.pyc %%PYTHON_SITELIBDIR%%/leo/modes/perl.py -%%PYTHON_SITELIBDIR%%/leo/modes/perl.xml +%%PYTHON_SITELIBDIR%%/leo/modes/perl.pyc %%PYTHON_SITELIBDIR%%/leo/modes/php.py -%%PYTHON_SITELIBDIR%%/leo/modes/php.xml +%%PYTHON_SITELIBDIR%%/leo/modes/php.pyc %%PYTHON_SITELIBDIR%%/leo/modes/phpsection.py -%%PYTHON_SITELIBDIR%%/leo/modes/phpsection.xml +%%PYTHON_SITELIBDIR%%/leo/modes/phpsection.pyc %%PYTHON_SITELIBDIR%%/leo/modes/pike.py -%%PYTHON_SITELIBDIR%%/leo/modes/pike.xml *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 20:35:15 2013 Return-Path: Delivered-To: svn-ports-head@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 7E45010E; Tue, 26 Nov 2013 20:35:15 +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 540122B84; Tue, 26 Nov 2013 20:35:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQKZFHn027983; Tue, 26 Nov 2013 20:35:15 GMT (envelope-from gblach@svn.freebsd.org) Received: (from gblach@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQKZE4K027981; Tue, 26 Nov 2013 20:35:14 GMT (envelope-from gblach@svn.freebsd.org) Message-Id: <201311262035.rAQKZE4K027981@svn.freebsd.org> From: Grzegorz Blach Date: Tue, 26 Nov 2013 20:35:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334967 - head/audio/musicpc 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.16 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, 26 Nov 2013 20:35:15 -0000 Author: gblach Date: Tue Nov 26 20:35:14 2013 New Revision: 334967 URL: http://svnweb.freebsd.org/changeset/ports/334967 Log: - Update to 0.25 - Support staging Modified: head/audio/musicpc/Makefile head/audio/musicpc/distinfo Modified: head/audio/musicpc/Makefile ============================================================================== --- head/audio/musicpc/Makefile Tue Nov 26 20:25:32 2013 (r334966) +++ head/audio/musicpc/Makefile Tue Nov 26 20:35:14 2013 (r334967) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= musicpc -PORTVERSION= 0.22 +PORTVERSION= 0.25 CATEGORIES= audio ipv6 -MASTER_SITES= SF/musicpd/mpc/${PORTVERSION}/ +MASTER_SITES= http://musicpd.org/download/mpc/0/ DISTNAME= mpc-${PORTVERSION} MAINTAINER= gblach@FreeBSD.org @@ -18,19 +18,16 @@ OPTIONS_DEFINE= EXAMPLES DOCS ICONV OPTIONS_DEFAULT= ICONV USES= pkgconfig -NO_STAGE= yes -USE_BZIP2= yes +USE_XZ= yes GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -I${LOCALBASE}/include -MAN1= mpc.1 +PLIST_FILES= bin/mpc man/man1/mpc.1.gz PORTDOCS= AUTHORS README NEWS PORTEXAMPLES= * -PLIST_FILES= bin/mpc - .include .if ${PORT_OPTIONS:MICONV} @@ -44,18 +41,18 @@ post-patch: @${REINPLACE_CMD} -e 's|-lintl|${ICONV_LIB}|g' ${WRKSRC}/configure do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/mpc ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/src/mpc ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/doc/mpc.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .endif .if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/mpc-completion.bash ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/mpc-completion.bash \ + ${STAGEDIR}${EXAMPLESDIR} .endif - ${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1 - .include Modified: head/audio/musicpc/distinfo ============================================================================== --- head/audio/musicpc/distinfo Tue Nov 26 20:25:32 2013 (r334966) +++ head/audio/musicpc/distinfo Tue Nov 26 20:35:14 2013 (r334967) @@ -1,2 +1,2 @@ -SHA256 (mpc-0.22.tar.bz2) = cc42811d7ed8e65d50a0aaf1edf29597e3e264b06026b40da88a8a763a2dd334 -SIZE (mpc-0.22.tar.bz2) = 102296 +SHA256 (mpc-0.25.tar.xz) = 70cfa4f734a275a3c76df481ec5222872362ed8f58a4175459cae65d66acaf24 +SIZE (mpc-0.25.tar.xz) = 100880 From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 20:35:38 2013 Return-Path: Delivered-To: svn-ports-head@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 825981F2; Tue, 26 Nov 2013 20:35:38 +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 71D2F2B8F; Tue, 26 Nov 2013 20:35:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQKZcK2028099; Tue, 26 Nov 2013 20:35:38 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQKZb3m028096; Tue, 26 Nov 2013 20:35:37 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311262035.rAQKZb3m028096@svn.freebsd.org> From: William Grzybowski Date: Tue, 26 Nov 2013 20:35:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334968 - in head/print/xmbibtex: . 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.16 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, 26 Nov 2013 20:35:38 -0000 Author: wg Date: Tue Nov 26 20:35:37 2013 New Revision: 334968 URL: http://svnweb.freebsd.org/changeset/ports/334968 Log: print/xmbibtex: fix build on current PR: ports/184226 Submitted by: KATO Tsuguru Added: head/print/xmbibtex/files/patch-print_cb.cc (contents, props changed) Modified: head/print/xmbibtex/Makefile head/print/xmbibtex/files/patch-aa Modified: head/print/xmbibtex/Makefile ============================================================================== --- head/print/xmbibtex/Makefile Tue Nov 26 20:35:14 2013 (r334967) +++ head/print/xmbibtex/Makefile Tue Nov 26 20:35:37 2013 (r334968) @@ -5,8 +5,7 @@ PORTNAME= xmbibtex PORTVERSION= 1.7 PORTREVISION= 3 CATEGORIES= print databases -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/tex +MASTER_SITES= SUNSITE/apps/tex MAINTAINER= ports@FreeBSD.org COMMENT= Reference manager based on the BibTeX file format @@ -19,9 +18,4 @@ NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xmbibtex lib/X11/app-defaults/XmBibTeX -NO_STAGE= yes -post-configure: - @${REINPLACE_CMD} -e 's,(CCLINK,(CXXLINK, ; s,/usr/local,${PREFIX},' \ - ${WRKSRC}/Makefile - .include Modified: head/print/xmbibtex/files/patch-aa ============================================================================== --- head/print/xmbibtex/files/patch-aa Tue Nov 26 20:35:14 2013 (r334967) +++ head/print/xmbibtex/files/patch-aa Tue Nov 26 20:35:37 2013 (r334968) @@ -1,11 +1,11 @@ --- Imakefile.orig Sun Oct 19 02:50:16 1997 +++ Imakefile Sun Nov 12 20:17:11 2000 -@@ -1,11 +1,11 @@ --SYS_LIBRARIES = -lXm -lXt -lSM -lICE -lX11 -lXpm -lXext -lXmu +@@ -1,11 +1,12 @@ + SYS_LIBRARIES = -lXm -lXt -lSM -lICE -lX11 -lXpm -lXext -lXmu -CC = g++ -INCLUDES = -I/usr/include/g++ -+SYS_LIBRARIES = ${MOTIFLIB} -lXt -lSM -lICE -lX11 -lXpm -lXext -lXmu +CC = $(CXX) ++CCLINK = $(CXXLINK) +XCOMM INCLUDES = -I/usr/include/g++ -BINDIR = /usr/local/bin Added: head/print/xmbibtex/files/patch-print_cb.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/xmbibtex/files/patch-print_cb.cc Tue Nov 26 20:35:37 2013 (r334968) @@ -0,0 +1,45 @@ +--- print_cb.cc.orig ++++ print_cb.cc +@@ -2,9 +2,9 @@ + /* Print LaTeX Module */ + /* Last change 18.08.1996 */ + +-#include +-#include +-#include ++#include ++#include ++#include + #include + #include "globals.h" + +@@ -13,18 +13,18 @@ + char *filename; + char *db, *pdb; + unsigned long n; +- ofstream out; ++ std::ofstream out; + Cursor uhr, pfeil; + + XmFileSelectionBoxCallbackStruct *cbs= + (XmFileSelectionBoxCallbackStruct *) call_data; + + if (!XmStringGetLtoR(cbs->value, XmFONTLIST_DEFAULT_TAG, &filename)) { +- cout << "Internal error pasting filename! \n"; ++ std::cout << "Internal error pasting filename! \n"; + return; + } + if (!*filename) { +- cout << "No file selected! \n"; ++ std::cout << "No file selected! \n"; + XtFree(filename); + return; + } +@@ -37,7 +37,7 @@ + + out.open(filename); + if(!out) { +- cout << "Cannot open LaTeX file for output! \n"; ++ std::cout << "Cannot open LaTeX file for output! \n"; + return; + } From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 20:37:48 2013 Return-Path: Delivered-To: svn-ports-head@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 8C87A31D; Tue, 26 Nov 2013 20:37:48 +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 7C26D2BA6; Tue, 26 Nov 2013 20:37:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQKbmij028406; Tue, 26 Nov 2013 20:37:48 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQKbmO1028404; Tue, 26 Nov 2013 20:37:48 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201311262037.rAQKbmO1028404@svn.freebsd.org> From: Johan van Selst Date: Tue, 26 Nov 2013 20:37:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334969 - head/games/gnuchess 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.16 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, 26 Nov 2013 20:37:48 -0000 Author: johans Date: Tue Nov 26 20:37:47 2013 New Revision: 334969 URL: http://svnweb.freebsd.org/changeset/ports/334969 Log: Update GNU Chess to 6.1.1 Modified: head/games/gnuchess/Makefile head/games/gnuchess/distinfo Modified: head/games/gnuchess/Makefile ============================================================================== --- head/games/gnuchess/Makefile Tue Nov 26 20:35:37 2013 (r334968) +++ head/games/gnuchess/Makefile Tue Nov 26 20:37:47 2013 (r334969) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnuchess -PORTVERSION= 6.1.0 +PORTVERSION= 6.1.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= chess Modified: head/games/gnuchess/distinfo ============================================================================== --- head/games/gnuchess/distinfo Tue Nov 26 20:35:37 2013 (r334968) +++ head/games/gnuchess/distinfo Tue Nov 26 20:37:47 2013 (r334969) @@ -1,4 +1,4 @@ -SHA256 (gnuchess-6.1.0.tar.gz) = 9501e6bceef22bdbdbdb3fc71c9745ebc125a06fdafacb270bb2c29b15c6379b -SIZE (gnuchess-6.1.0.tar.gz) = 674863 +SHA256 (gnuchess-6.1.1.tar.gz) = 76a24fb1e86cec886fa6ae0fd3e97c15d89ac78db6018defc8728788c3bb93c9 +SIZE (gnuchess-6.1.1.tar.gz) = 699439 SHA256 (book_1.02.pgn.gz) = deac77edb061a59249a19deb03da349cae051e52527a6cb5af808d9398d32d44 SIZE (book_1.02.pgn.gz) = 26265281 From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 20:37:54 2013 Return-Path: Delivered-To: svn-ports-head@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 DADF23F5; Tue, 26 Nov 2013 20:37:54 +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 CB7352BA8; Tue, 26 Nov 2013 20:37:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQKbsxt028475; Tue, 26 Nov 2013 20:37:54 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQKbsmR028474; Tue, 26 Nov 2013 20:37:54 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311262037.rAQKbsmR028474@svn.freebsd.org> From: William Grzybowski Date: Tue, 26 Nov 2013 20:37:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334970 - head/games/xspacewarp 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.16 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, 26 Nov 2013 20:37:54 -0000 Author: wg Date: Tue Nov 26 20:37:54 2013 New Revision: 334970 URL: http://svnweb.freebsd.org/changeset/ports/334970 Log: games/xspacewarp: fix build on current PR: ports/184227 Submitted by: KATO Tsuguru Modified: head/games/xspacewarp/Makefile Modified: head/games/xspacewarp/Makefile ============================================================================== --- head/games/xspacewarp/Makefile Tue Nov 26 20:37:47 2013 (r334969) +++ head/games/xspacewarp/Makefile Tue Nov 26 20:37:54 2013 (r334970) @@ -5,8 +5,7 @@ PORTNAME= xspacewarp PORTVERSION= 1.2 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= games +MASTER_SITES= XCONTRIB/games MAINTAINER= ports@FreeBSD.org COMMENT= Time Trek - like game for X Window System @@ -19,6 +18,14 @@ PLIST_FILES= bin/xspacewarp \ lib/X11/app-defaults/XSpacewarp post-extract: - @${CP} ${WRKSRC}/XSpacewarp.app_def ${WRKSRC}/XSpacewarp.ad + @${LN} -sf XSpacewarp.app_def ${WRKSRC}/XSpacewarp.ad + +post-patch: + @${FIND} ${WRKSRC} -name "*.cc" -or -name "*.hh" | ${XARGS} \ + ${REINPLACE_CMD} -e \ + 's||| ; \ + s| cerr| std::cerr| ; \ + s| cout| std::cout| ; \ + s| endl| std::endl|' .include From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 20:42:36 2013 Return-Path: Delivered-To: svn-ports-head@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 515D0567; Tue, 26 Nov 2013 20:42:36 +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 311C62BF9; Tue, 26 Nov 2013 20:42:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQKgamm031196; Tue, 26 Nov 2013 20:42:36 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQKgZtd031192; Tue, 26 Nov 2013 20:42:35 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311262042.rAQKgZtd031192@svn.freebsd.org> From: William Grzybowski Date: Tue, 26 Nov 2013 20:42:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334971 - in head: databases/sqlrelay devel/rudiments 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.16 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, 26 Nov 2013 20:42:36 -0000 Author: wg Date: Tue Nov 26 20:42:34 2013 New Revision: 334971 URL: http://svnweb.freebsd.org/changeset/ports/334971 Log: devel/rudiments: update to 0.44.1 - Update to 0.44.1 [1] - Bump dependent ports revision PR: ports/184228 [1] Submitted by: KATO Tsuguru Modified: head/databases/sqlrelay/Makefile head/devel/rudiments/Makefile head/devel/rudiments/distinfo head/devel/rudiments/pkg-plist Modified: head/databases/sqlrelay/Makefile ============================================================================== --- head/databases/sqlrelay/Makefile Tue Nov 26 20:37:54 2013 (r334970) +++ head/databases/sqlrelay/Makefile Tue Nov 26 20:42:34 2013 (r334971) @@ -3,6 +3,7 @@ PORTNAME= ${SQLRELAY_PORTNAME} PORTVERSION= ${SQLRELAY_PORTVERSION} +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= SF Modified: head/devel/rudiments/Makefile ============================================================================== --- head/devel/rudiments/Makefile Tue Nov 26 20:37:54 2013 (r334970) +++ head/devel/rudiments/Makefile Tue Nov 26 20:42:34 2013 (r334971) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rudiments -PORTVERSION= 0.44 +PORTVERSION= 0.44.1 CATEGORIES= devel MASTER_SITES= SF Modified: head/devel/rudiments/distinfo ============================================================================== --- head/devel/rudiments/distinfo Tue Nov 26 20:37:54 2013 (r334970) +++ head/devel/rudiments/distinfo Tue Nov 26 20:42:34 2013 (r334971) @@ -1,2 +1,2 @@ -SHA256 (rudiments-0.44.tar.gz) = be262df2ac624306351ae58017069b452b6311afd1fc0b86f662153c165880a9 -SIZE (rudiments-0.44.tar.gz) = 1664741 +SHA256 (rudiments-0.44.1.tar.gz) = 3c66fed7ef4d68200af9d0ccba4d35ac6777fa76fb0182fec614493725cc8d20 +SIZE (rudiments-0.44.1.tar.gz) = 1637638 Modified: head/devel/rudiments/pkg-plist ============================================================================== --- head/devel/rudiments/pkg-plist Tue Nov 26 20:37:54 2013 (r334970) +++ head/devel/rudiments/pkg-plist Tue Nov 26 20:42:34 2013 (r334971) @@ -221,8 +221,6 @@ man/man1/rudiments-config.1.gz %%PORTDOCS%%%%DOCSDIR%%/classes/html/classchat.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classclient-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classclient.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classclientserverfactory-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classclientserverfactory.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classcodetree-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classcodetree.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classcommandline-members.html @@ -367,8 +365,6 @@ man/man1/rudiments-config.1.gz %%PORTDOCS%%%%DOCSDIR%%/classes/html/classxmlsax.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/client_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/clientincludes_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/clientserverfactory_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/clientserverfactoryincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/closed.png %%PORTDOCS%%%%DOCSDIR%%/classes/html/codetree_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/codetreeincludes_8h_source.html @@ -386,9 +382,9 @@ man/man1/rudiments-config.1.gz %%PORTDOCS%%%%DOCSDIR%%/classes/html/dictionaryincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/dictionaryinlines_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/dictionarynode_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/dictionarynodeinlines_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/dir_112db68a333403863d626f7c0db30bfe.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/dir_4df9bcb2c843055bc10a65c25bb4048a.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/dir_64fdbe0393e8a2dda2fc39e144de80a9.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/dir_d44c64559bbebec7f509842c48db8b23.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/directory_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/directoryincludes_8h_source.html @@ -574,6 +570,7 @@ man/man1/rudiments-config.1.gz %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2pseudotty_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2regularexpression_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2rpcentry_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2save_2linkedlist_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2semaphoreset_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2serialport_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2serialportprofile_8h_source.html @@ -612,6 +609,10 @@ man/man1/rudiments-config.1.gz %%PORTDOCS%%%%DOCSDIR%%/classes/html/rpcentry_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/rpcentryincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/rudimentsinlines_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/save_2linkedlistincludes_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/save_2linkedlistinlines_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/save_2linkedlistnode_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/save_2linkedlistutilinlines_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/semaphoreset_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/semaphoresetincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/serialport_8h_source.html From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 20:58:55 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 ESMTPS id A266C9D5; Tue, 26 Nov 2013 20:58:55 +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 831A82CFA; Tue, 26 Nov 2013 20:58:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQKwt9k035330; Tue, 26 Nov 2013 20:58:55 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQKwsHv035322; Tue, 26 Nov 2013 20:58:54 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201311262058.rAQKwsHv035322@svn.freebsd.org> From: Koop Mast Date: Tue, 26 Nov 2013 20:58:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334972 - in head/graphics: dri libEGL libGL libglesv2 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.16 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, 26 Nov 2013 20:58:55 -0000 Author: kwm Date: Tue Nov 26 20:58:53 2013 New Revision: 334972 URL: http://svnweb.freebsd.org/changeset/ports/334972 Log: Update to 9.1.7. Stagify, abuse stage dir and plist to only install files we want to install. So we don't have to do complex do-install anymore, yay. For the WITH_GALLIUM option we don't need llvm at run-time. Obtained from: xorg-dev repo Modified: head/graphics/dri/Makefile head/graphics/libEGL/Makefile head/graphics/libGL/Makefile head/graphics/libGL/bsd.mesalib.mk head/graphics/libGL/distinfo head/graphics/libglesv2/Makefile Modified: head/graphics/dri/Makefile ============================================================================== --- head/graphics/dri/Makefile Tue Nov 26 20:42:34 2013 (r334971) +++ head/graphics/dri/Makefile Tue Nov 26 20:58:53 2013 (r334972) @@ -41,7 +41,6 @@ ALL_DRI_DRIVERS=I915 I965 R200 RADEON SW ALL_DRI_DRIVERS+=I810 MACH64 MGA R128 R300 R600 SAVAGE SIS TDFX UNICHROME .endif -NO_STAGE= yes .include "${.CURDIR}/../../graphics/libGL/bsd.mesalib.mk" PLIST_SUB+= VERSION=${MESADISTVERSION} @@ -53,7 +52,6 @@ DRI_DRIVERS= ${ALL_DRI_DRIVERS} .if defined(WITH_NEW_XORG) . if defined(WITH_GALLIUM) && (${ARCH} == i386 || ${ARCH} == amd64) BUILD_DEPENDS+= llvm-config33:${PORTSDIR}/devel/llvm33 -RUN_DEPENDS+= llvm-config33:${PORTSDIR}/devel/llvm33 CONFIGURE_ENV+= LLVM_CONFIG=${LOCALBASE}/bin/llvm-config33 CONFIGURE_ARGS+=--enable-gallium-llvm --disable-gallium-egl @@ -101,16 +99,4 @@ pre-everything:: @${ECHO_MSG} "" .endif -do-install: -.if !defined(WITH_NEW_XORG) - (cd ${WRKSRC}/src/mesa && ${GMAKE} install-dri) -.else - (cd ${WRKSRC}/src/mesa/libdricore && ${GMAKE} install) - (cd ${WRKSRC}/src/mesa/drivers/dri && ${GMAKE} install) -. if defined(WITH_GALLIUM) && (${ARCH} == i386 || ${ARCH} == amd64) - (cd ${WRKSRC}/src/gallium/drivers/radeon && ${GMAKE} install) - (cd ${WRKSRC}/src/gallium/targets && ${GMAKE} install) -. endif -.endif - .include Modified: head/graphics/libEGL/Makefile ============================================================================== --- head/graphics/libEGL/Makefile Tue Nov 26 20:42:34 2013 (r334971) +++ head/graphics/libEGL/Makefile Tue Nov 26 20:58:53 2013 (r334972) @@ -20,8 +20,7 @@ USE_XORG+= glproto dri2proto xext xdamag LIB_DEPENDS+= libexpat.so:${PORTSDIR}/textproc/expat2 \ libdrm.so:${PORTSDIR}/graphics/libdrm -NO_STAGE= yes -BUILD_WKRSRC= ${WRKSRC}/src/egl +BUILD_WRKSRC= ${WRKSRC}/src/egl INSTALL_WRKSRC= ${WRKSRC}/src/egl WITH_NEW_XORG= yes Modified: head/graphics/libGL/Makefile ============================================================================== --- head/graphics/libGL/Makefile Tue Nov 26 20:42:34 2013 (r334971) +++ head/graphics/libGL/Makefile Tue Nov 26 20:58:53 2013 (r334972) @@ -16,7 +16,6 @@ USE_XORG= glproto x11 xext xxf86vm xdama SUB_FILES= pkg-install pkg-deinstall -NO_STAGE= yes .include .if defined(WITH_NEW_XORG) @@ -25,24 +24,6 @@ LIBGLREVISION= 0 LIBGLREVISION= 4 .endif -do-install: -.if ! defined(WITH_NEW_XORG) - ${RM} -f ${WRKSRC}/include/GL/glu*.h - @${MKDIR} ${PREFIX}/lib/.libGL - cd ${WRKSRC}/src/mesa; ${GMAKE} install-libgl -.else - cd ${WRKSRC}/src/mesa; ${GMAKE} install-pkgconfigDATA - cd ${WRKSRC}/src/glx; ${GMAKE} install - ${MKDIR} ${PREFIX}/include/GL - cd ${WRKSRC}/include/GL && ${COPYTREE_SHARE} \*.h ${PREFIX}/include/GL/ - @${MKDIR} ${PREFIX}/lib/.libGL - ${INSTALL_LIB} ${WRKSRC}/src/glx/.libs/libGL.so ${PREFIX}/lib/.libGL/ - ${INSTALL_LIB} ${WRKSRC}/src/glx/.libs/libGL.so.1 ${PREFIX}/lib/.libGL/ -.endif - -post-install: - @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - .include "${.CURDIR}/bsd.mesalib.mk" .if !(${ARCH} == "amd64" || ${ARCH} == "i386") Modified: head/graphics/libGL/bsd.mesalib.mk ============================================================================== --- head/graphics/libGL/bsd.mesalib.mk Tue Nov 26 20:42:34 2013 (r334971) +++ head/graphics/libGL/bsd.mesalib.mk Tue Nov 26 20:58:53 2013 (r334972) @@ -17,7 +17,7 @@ MESAVERSION= ${MESABASEVERSION}${MESASUB MESADISTVERSION=${MESABASEVERSION}${MESASUBVERSION:C/^(.)/-\1/} .if defined(WITH_NEW_XORG) -MESABASEVERSION= 9.1.6 +MESABASEVERSION= 9.1.7 # if there is a subversion, include the '-' between 7.11-rc2 for example. MESASUBVERSION= PLIST_SUB+= OLD="@comment " NEW="" Modified: head/graphics/libGL/distinfo ============================================================================== --- head/graphics/libGL/distinfo Tue Nov 26 20:42:34 2013 (r334971) +++ head/graphics/libGL/distinfo Tue Nov 26 20:58:53 2013 (r334972) @@ -1,4 +1,4 @@ SHA256 (MesaLib-7.6.1.tar.bz2) = 701f0e4cb85d6298181651b780d1c0a439fadd02aad29ee6623fc05588bb8d44 SIZE (MesaLib-7.6.1.tar.bz2) = 4886995 -SHA256 (MesaLib-9.1.6.tar.bz2) = e632dff0acafad0a59dc208d16dedb37f7bd58f94c5d58c4b51912e41d005e3d -SIZE (MesaLib-9.1.6.tar.bz2) = 6134267 +SHA256 (MesaLib-9.1.7.tar.bz2) = 30e6b878b457c716221a9730b179b2846c38cfd5aa1b02d54aff685f50b844a0 +SIZE (MesaLib-9.1.7.tar.bz2) = 6134393 Modified: head/graphics/libglesv2/Makefile ============================================================================== --- head/graphics/libglesv2/Makefile Tue Nov 26 20:42:34 2013 (r334971) +++ head/graphics/libglesv2/Makefile Tue Nov 26 20:58:53 2013 (r334972) @@ -20,7 +20,6 @@ USE_XORG+= glproto dri2proto xext xdamag BUILD_WKRSRC= ${WRKSRC}/src/mapi/es2api INSTALL_WRKSRC= ${WRKSRC}/src/mapi/es2api -NO_STAGE= yes # this library doesn't exist in Mesa 7.6 so use newer WITH_NEW_XORG=yes From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 20:59:56 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 ESMTPS id 63CA7ACB; Tue, 26 Nov 2013 20:59:56 +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 533CF2D0C; Tue, 26 Nov 2013 20:59:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQKxuAG035500; Tue, 26 Nov 2013 20:59:56 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQKxuhA035499; Tue, 26 Nov 2013 20:59:56 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311262059.rAQKxuhA035499@svn.freebsd.org> From: Rusmir Dusko Date: Tue, 26 Nov 2013 20:59:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334973 - head/games/connectagram 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.16 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, 26 Nov 2013 20:59:56 -0000 Author: nemysis Date: Tue Nov 26 20:59:55 2013 New Revision: 334973 URL: http://svnweb.freebsd.org/changeset/ports/334973 Log: - Change maintainer email to @FreeBSD.org - Support STAGEDIR Approved by: pawel / wg (mentors, implicit) Modified: head/games/connectagram/Makefile Modified: head/games/connectagram/Makefile ============================================================================== --- head/games/connectagram/Makefile Tue Nov 26 20:58:53 2013 (r334972) +++ head/games/connectagram/Makefile Tue Nov 26 20:59:55 2013 (r334973) @@ -7,7 +7,7 @@ CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ EXTRACT_SUFX= -src.tar.bz2 -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Word unscrambling game LICENSE= GPLv3 @@ -20,18 +20,16 @@ INSTALLS_ICONS= yes PORTDOCS= CREDITS ChangeLog -NO_STAGE= yes .include post-install: - @(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${DATADIR}) - @(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} patterns ${DATADIR}) - @(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} hicolor ${PREFIX}/share/icons/) - ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps - -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + @(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR}) + @(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} patterns ${STAGEDIR}${DATADIR}) + @(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} hicolor ${STAGEDIR}${PREFIX}/share/icons/) + ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png + ${STAGEDIR}${PREFIX}/share/pixmaps/ + + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 21:05:22 2013 Return-Path: Delivered-To: svn-ports-head@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 446FCC57; Tue, 26 Nov 2013 21:05:22 +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 33AD72D92; Tue, 26 Nov 2013 21:05:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQL5Mmj038632; Tue, 26 Nov 2013 21:05:22 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQL5Llk038630; Tue, 26 Nov 2013 21:05:21 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311262105.rAQL5Llk038630@svn.freebsd.org> From: William Grzybowski Date: Tue, 26 Nov 2013 21:05:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334974 - head/devel/ace 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.16 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, 26 Nov 2013 21:05:22 -0000 Author: wg Date: Tue Nov 26 21:05:21 2013 New Revision: 334974 URL: http://svnweb.freebsd.org/changeset/ports/334974 Log: devel/ace: update to 6.2.3 PR: ports/184230 Submitted by: KATO Tsuguru Modified: head/devel/ace/Makefile head/devel/ace/distinfo Modified: head/devel/ace/Makefile ============================================================================== --- head/devel/ace/Makefile Tue Nov 26 20:59:55 2013 (r334973) +++ head/devel/ace/Makefile Tue Nov 26 21:05:21 2013 (r334974) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ace -PORTVERSION= 6.2.2 +PORTVERSION= 6.2.3 CATEGORIES= devel MASTER_SITES= ftp://download.dre.vanderbilt.edu/previous_versions/ \ http://download.dre.vanderbilt.edu/previous_versions/ Modified: head/devel/ace/distinfo ============================================================================== --- head/devel/ace/distinfo Tue Nov 26 20:59:55 2013 (r334973) +++ head/devel/ace/distinfo Tue Nov 26 21:05:21 2013 (r334974) @@ -1,2 +1,2 @@ -SHA256 (ACE-6.2.2.tar.bz2) = a2615c069299668fea46197acf3e9adfd8ad925aea075ccd35767604e5bae734 -SIZE (ACE-6.2.2.tar.bz2) = 8052120 +SHA256 (ACE-6.2.3.tar.bz2) = f967a5f07dd48c9d49ecafa2c3fcab2560780f0c30742ec8983f1794fa9bc1b5 +SIZE (ACE-6.2.3.tar.bz2) = 8232226 From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 21:15:15 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 ESMTPS id A1574F8E; Tue, 26 Nov 2013 21:15:15 +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 8FE9E2E7F; Tue, 26 Nov 2013 21:15:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQLFFUQ042300; Tue, 26 Nov 2013 21:15:15 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQLFFww042298; Tue, 26 Nov 2013 21:15:15 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201311262115.rAQLFFww042298@svn.freebsd.org> From: Koop Mast Date: Tue, 26 Nov 2013 21:15:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334975 - in head/graphics: libGLU libGLw 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.16 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, 26 Nov 2013 21:15:15 -0000 Author: kwm Date: Tue Nov 26 21:15:14 2013 New Revision: 334975 URL: http://svnweb.freebsd.org/changeset/ports/334975 Log: Stageify. Modified: head/graphics/libGLU/Makefile head/graphics/libGLw/Makefile Modified: head/graphics/libGLU/Makefile ============================================================================== --- head/graphics/libGLU/Makefile Tue Nov 26 21:05:21 2013 (r334974) +++ head/graphics/libGLU/Makefile Tue Nov 26 21:15:14 2013 (r334975) @@ -17,5 +17,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static USE_LDCONFIG= yes -NO_STAGE= yes +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libGLU.so.1 + .include Modified: head/graphics/libGLw/Makefile ============================================================================== --- head/graphics/libGLw/Makefile Tue Nov 26 21:05:21 2013 (r334974) +++ head/graphics/libGLw/Makefile Tue Nov 26 21:15:14 2013 (r334975) @@ -21,5 +21,7 @@ CONFIGURE_ARGS= --disable-static --enabl CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libGLw.so.1 + .include From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 21:30:23 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 ESMTPS id E57E7518; Tue, 26 Nov 2013 21:30: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 BBA6C2FAA; Tue, 26 Nov 2013 21:30:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQLUNun046349; Tue, 26 Nov 2013 21:30:23 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQLUNMA046346; Tue, 26 Nov 2013 21:30:23 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201311262130.rAQLUNMA046346@svn.freebsd.org> From: Thierry Thomas Date: Tue, 26 Nov 2013 21:30:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334976 - head/science/mei 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.16 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, 26 Nov 2013 21:30:24 -0000 Author: thierry Date: Tue Nov 26 21:30:22 2013 New Revision: 334976 URL: http://svnweb.freebsd.org/changeset/ports/334976 Log: - Upgrade to 1.0.4; - Stagify; - let the port use a specific python version (A). Submitted by: mva (A) Modified: head/science/mei/Makefile (contents, props changed) head/science/mei/distinfo (contents, props changed) head/science/mei/pkg-plist (contents, props changed) Modified: head/science/mei/Makefile ============================================================================== --- head/science/mei/Makefile Tue Nov 26 21:15:14 2013 (r334975) +++ head/science/mei/Makefile Tue Nov 26 21:30:22 2013 (r334976) @@ -2,30 +2,24 @@ # $FreeBSD$ PORTNAME= mei -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.4 CATEGORIES= science parallel -MASTER_SITES= http://research.edf.com/fichiers/fckeditor/Commun/Innovation/logiciels/code_saturne/Releases/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} +MASTER_SITES= http://code-saturne.org/releases/ MAINTAINER= thierry@FreeBSD.org COMMENT= Code_Saturne Mathematical Expression Interpreter LICENSE= LGPL21 -LIB_DEPENDS= bft.1:${PORTSDIR}/science/bft +LIB_DEPENDS= libbft.so:${PORTSDIR}/science/bft BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -USE_ZIP= yes USE_LDCONFIG= yes USE_PYTHON= yes -NO_STAGE= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_path_PYEXE=${PYTHON_CMD} CONFIGURE_ARGS= --with-bft=${LOCALBASE} -MAN1= mei-config.1 - .if defined(MAINTAINER_MODE) regression-test: (cd ${WRKSRC}/tests && \ Modified: head/science/mei/distinfo ============================================================================== --- head/science/mei/distinfo Tue Nov 26 21:15:14 2013 (r334975) +++ head/science/mei/distinfo Tue Nov 26 21:30:22 2013 (r334976) @@ -1,2 +1,2 @@ -SHA256 (mei-103.zip) = 89a960a1b7526a5e2be359f7b0f2fdb5400de698b384950307d1c8c5c627ad38 -SIZE (mei-103.zip) = 518740 +SHA256 (mei-1.0.4.tar.gz) = 9f8aeaf8d36afd185723ea1e8765f950720e3db5e4078ea5f239a20e2a1bec47 +SIZE (mei-1.0.4.tar.gz) = 484410 Modified: head/science/mei/pkg-plist ============================================================================== --- head/science/mei/pkg-plist Tue Nov 26 21:15:14 2013 (r334975) +++ head/science/mei/pkg-plist Tue Nov 26 21:30:22 2013 (r334976) @@ -13,4 +13,7 @@ lib/libmei.so.0 %%PYTHON_SITELIBDIR%%/mei/mei.py %%PYTHON_SITELIBDIR%%/mei/mei.pyc %%PYTHON_SITELIBDIR%%/mei/mei.pyo +man/man1/mei-config.1.gz @dirrm %%PYTHON_SITELIBDIR%%/mei +@dirrmtry %%PYTHON_SITELIBDIR%% +@dirrmtry %%PYTHON_LIBDIR%% From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 21:42:19 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 ESMTPS id 715B47E8; Tue, 26 Nov 2013 21:42:19 +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 60C762083; Tue, 26 Nov 2013 21:42:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQLgJUH051727; Tue, 26 Nov 2013 21:42:19 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQLgJpd051722; Tue, 26 Nov 2013 21:42:19 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201311262142.rAQLgJpd051722@svn.freebsd.org> From: Koop Mast Date: Tue, 26 Nov 2013 21:42:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334977 - in head/graphics: dri libGL 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.16 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, 26 Nov 2013 21:42:19 -0000 Author: kwm Date: Tue Nov 26 21:42:18 2013 New Revision: 334977 URL: http://svnweb.freebsd.org/changeset/ports/334977 Log: Unbreak build with global unset NLS. Modified: head/graphics/dri/Makefile head/graphics/libGL/bsd.mesalib.mk Modified: head/graphics/dri/Makefile ============================================================================== --- head/graphics/dri/Makefile Tue Nov 26 21:30:22 2013 (r334976) +++ head/graphics/dri/Makefile Tue Nov 26 21:42:18 2013 (r334977) @@ -12,7 +12,7 @@ COMMENT= OpenGL hardware acceleration dr LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm \ libexpat.so:${PORTSDIR}/textproc/expat2 -USES= pkgconfig +USES+= gettext:build USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto .include Modified: head/graphics/libGL/bsd.mesalib.mk ============================================================================== --- head/graphics/libGL/bsd.mesalib.mk Tue Nov 26 21:30:22 2013 (r334976) +++ head/graphics/libGL/bsd.mesalib.mk Tue Nov 26 21:42:18 2013 (r334977) @@ -35,7 +35,7 @@ BUILD_DEPENDS+= makedepend:${PORTSDIR}/d python2:${PORTSDIR}/lang/python2 \ ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 -USES= bison gmake pathfix pkgconfig shebangfix +USES+= bison gmake pathfix pkgconfig shebangfix USE_PYTHON_BUILD=-2.7 USE_BZIP2= yes USE_LDCONFIG= yes From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 21:48:03 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 ESMTPS id EF316B9D; Tue, 26 Nov 2013 21:48:03 +0000 (UTC) Received: from fep17.mx.upcmail.net (fep17.mx.upcmail.net [62.179.121.37]) by mx1.freebsd.org (Postfix) with ESMTP id AFA9820DC; Tue, 26 Nov 2013 21:48:02 +0000 (UTC) Received: from edge01.upcmail.net ([192.168.13.236]) by viefep13-int.chello.at (InterMail vM.8.01.05.05 201-2260-151-110-20120111) with ESMTP id <20131126214740.WLTZ22152.viefep13-int.chello.at@edge01.upcmail.net>; Tue, 26 Nov 2013 22:47:40 +0100 Received: from crashalot.rainbow-runner.nl ([178.84.134.112]) by edge01.upcmail.net with edge id uMnf1m00s2Rg3Ey01MnfY9; Tue, 26 Nov 2013 22:47:40 +0100 X-SourceIP: 178.84.134.112 Message-ID: <52951684.3000905@rainbow-runner.nl> Date: Tue, 26 Nov 2013 22:45:40 +0100 From: Koop Mast User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Koop Mast , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r334977 - in head/graphics: dri libGL References: <201311262142.rAQLgJpd051722@svn.freebsd.org> In-Reply-To: <201311262142.rAQLgJpd051722@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 26 Nov 2013 21:48:04 -0000 On 26/11/2013 22:42, Koop Mast wrote: > Author: kwm > Date: Tue Nov 26 21:42:18 2013 > New Revision: 334977 > URL: http://svnweb.freebsd.org/changeset/ports/334977 > > Log: > Unbreak build with global unset NLS. Submitted by: ak@ From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 22:32:56 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 ESMTPS id B082B3BB; Tue, 26 Nov 2013 22:32:56 +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 900C8238C; Tue, 26 Nov 2013 22:32:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQMWuRY068747; Tue, 26 Nov 2013 22:32:56 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQMWtom068738; Tue, 26 Nov 2013 22:32:55 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311262232.rAQMWtom068738@svn.freebsd.org> From: Rusmir Dusko Date: Tue, 26 Nov 2013 22:32:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334978 - in head: . deskutils deskutils/q4wine emulators emulators/q4wine emulators/q4wine/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.16 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, 26 Nov 2013 22:32:56 -0000 Author: nemysis Date: Tue Nov 26 22:32:54 2013 New Revision: 334978 URL: http://svnweb.freebsd.org/changeset/ports/334978 Log: - Update to 1.1 - Change CATEGORIES deskutils to emulators - Adjust patches - Change pkg-message Approved by: pawel (mentor) Added: head/emulators/q4wine/ - copied from r334974, head/deskutils/q4wine/ Deleted: head/deskutils/q4wine/ head/emulators/q4wine/files/patch-src__q4wine-lib__q4wine-lib.h Modified: head/MOVED head/deskutils/Makefile head/emulators/Makefile head/emulators/q4wine/Makefile head/emulators/q4wine/distinfo head/emulators/q4wine/files/patch-src__q4wine-gui__process.h head/emulators/q4wine/pkg-message Modified: head/MOVED ============================================================================== --- head/MOVED Tue Nov 26 21:42:18 2013 (r334977) +++ head/MOVED Tue Nov 26 22:32:54 2013 (r334978) @@ -5265,3 +5265,4 @@ sysutils/rsyslog6-mysql||2013-11-25|Has sysutils/rsyslog6-dbi||2013-11-25|Has expired: Use sysutils/rsyslog7 www/trac-gitplugin||2013-11-25|Removed: this plugin has been included in the Trac 1.0 distribution audio/mpc|audio/musicpc|2013-11-19|Renamed to avoid conflict with math/mpc +deskutils/q4wine|emulators/q4wine|2013-11-26|Move to better category Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Tue Nov 26 21:42:18 2013 (r334977) +++ head/deskutils/Makefile Tue Nov 26 22:32:54 2013 (r334978) @@ -202,7 +202,6 @@ SUBDIR += py-vobject SUBDIR += pybookreader SUBDIR += pypanel - SUBDIR += q4wine SUBDIR += qlabels SUBDIR += qorganizer SUBDIR += qrfcview Modified: head/emulators/Makefile ============================================================================== --- head/emulators/Makefile Tue Nov 26 21:42:18 2013 (r334977) +++ head/emulators/Makefile Tue Nov 26 22:32:54 2013 (r334978) @@ -129,6 +129,7 @@ SUBDIR += prodosemu SUBDIR += psim-freebsd SUBDIR += pyxmame + SUBDIR += q4wine SUBDIR += qemu SUBDIR += qemu-devel SUBDIR += qemu-launcher Modified: head/emulators/q4wine/Makefile ============================================================================== --- head/deskutils/q4wine/Makefile Tue Nov 26 21:05:21 2013 (r334974) +++ head/emulators/q4wine/Makefile Tue Nov 26 22:32:54 2013 (r334978) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= q4wine -PORTVERSION= 1.0r3 -CATEGORIES= deskutils emulators +PORTVERSION= 1.1 +CATEGORIES= emulators deskutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20$${PORTVERSION:S/r/-r/}/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/-r/} @@ -35,6 +35,7 @@ OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext + DBUS_CMAKE_ON= -DWITH_DBUS:BOOL=ON DBUS_CMAKE_OFF= -DWITH_DBUS:BOOL=OFF Modified: head/emulators/q4wine/distinfo ============================================================================== --- head/deskutils/q4wine/distinfo Tue Nov 26 21:05:21 2013 (r334974) +++ head/emulators/q4wine/distinfo Tue Nov 26 22:32:54 2013 (r334978) @@ -1,2 +1,2 @@ -SHA256 (q4wine-1.0-r3.tar.gz) = c23c0dfa30fec67794663cd000100da5633a286c55c86dbdc1c49984d0e72fc9 -SIZE (q4wine-1.0-r3.tar.gz) = 1105792 +SHA256 (q4wine-1.1.tar.gz) = 2a08d9283ba861bb53e5ad3bfb1fc9d052af77006b89512fc04bdfe42c2eb210 +SIZE (q4wine-1.1.tar.gz) = 1113549 Modified: head/emulators/q4wine/files/patch-src__q4wine-gui__process.h ============================================================================== --- head/deskutils/q4wine/files/patch-src__q4wine-gui__process.h Tue Nov 26 21:05:21 2013 (r334974) +++ head/emulators/q4wine/files/patch-src__q4wine-gui__process.h Tue Nov 26 22:32:54 2013 (r334978) @@ -1,6 +1,6 @@ ---- ./src/q4wine-gui/process.h.orig 2013-05-02 22:38:39.000000000 +0200 -+++ ./src/q4wine-gui/process.h 2013-10-29 00:24:57.000000000 +0100 -@@ -32,6 +32,7 @@ +--- ./src/q4wine-gui/process.h.orig 2013-11-10 13:35:22.000000000 +0100 ++++ ./src/q4wine-gui/process.h 2013-11-14 00:37:10.000000000 +0100 +@@ -31,6 +31,7 @@ #include #include #include Modified: head/emulators/q4wine/pkg-message ============================================================================== --- head/deskutils/q4wine/pkg-message Tue Nov 26 21:05:21 2013 (r334974) +++ head/emulators/q4wine/pkg-message Tue Nov 26 22:32:54 2013 (r334978) @@ -1,12 +1,19 @@ ################################################################################ -FreeBSD/amd64 users: -You need to manually install Wine 32bit binary from: -http://www.mediafire.com/wine_fbsd64 +Q4Wine has been installed. + For more info about running wine on FreeBSD please see: + http://wiki.freebsd.org/Wine + +FreeBSD/amd64 users: +You need to manually install Wine 32bit binary from: + +https://wiki.freebsd.org/i386-Wine + + This program will attempt to obtain some system information by accessing files in procfs. You must mount procfs filesystem for this to work correctly. This can be accomplished by adding the following line to your /etc/fstab file: @@ -19,6 +26,6 @@ and then, as root, executing the command mount /proc Also you need passwordless sudo for mdconfig, mount_cd9660, umount commands for -work with ISO images +work with ISO images. ################################################################################ From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 23:41:06 2013 Return-Path: Delivered-To: svn-ports-head@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 6EE10FFC; Tue, 26 Nov 2013 23:41:06 +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 5E98C2741; Tue, 26 Nov 2013 23:41:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQNf60L093521; Tue, 26 Nov 2013 23:41:06 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQNf6lh093517; Tue, 26 Nov 2013 23:41:06 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201311262341.rAQNf6lh093517@svn.freebsd.org> From: Matthias Andree Date: Tue, 26 Nov 2013 23:41:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334979 - head/dns/dnsmasq-devel 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.16 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, 26 Nov 2013 23:41:06 -0000 Author: mandree Date: Tue Nov 26 23:41:05 2013 New Revision: 334979 URL: http://svnweb.freebsd.org/changeset/ports/334979 Log: Update to new release candidate #4. Upstream changes: - Add missing malloc() return-code check. - Do immediate RA when a prefix goes from old->current. - Fixes to various compiler warnings. Modified: head/dns/dnsmasq-devel/Makefile head/dns/dnsmasq-devel/distinfo Modified: head/dns/dnsmasq-devel/Makefile ============================================================================== --- head/dns/dnsmasq-devel/Makefile Tue Nov 26 22:32:54 2013 (r334978) +++ head/dns/dnsmasq-devel/Makefile Tue Nov 26 23:41:05 2013 (r334979) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.68rc3 +DISTVERSION= 2.68rc4 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ PKGNAMESUFFIX= -devel Modified: head/dns/dnsmasq-devel/distinfo ============================================================================== --- head/dns/dnsmasq-devel/distinfo Tue Nov 26 22:32:54 2013 (r334978) +++ head/dns/dnsmasq-devel/distinfo Tue Nov 26 23:41:05 2013 (r334979) @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.68rc3.tar.xz) = f332b21282d1854a019bedafe972df536914636f8cdf278527ea0ef956a0eef8 -SIZE (dnsmasq-2.68rc3.tar.xz) = 435256 +SHA256 (dnsmasq-2.68rc4.tar.xz) = 1e536356ea3bf1ad1e120c2a54e0456ab8992b9dc925700484282a34b3c57e26 +SIZE (dnsmasq-2.68rc4.tar.xz) = 435256 From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 23:49:22 2013 Return-Path: Delivered-To: svn-ports-head@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 1AC2339D; Tue, 26 Nov 2013 23:49:22 +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 09E0727A5; Tue, 26 Nov 2013 23:49:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQNnLLT094613; Tue, 26 Nov 2013 23:49:21 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQNnLpl094604; Tue, 26 Nov 2013 23:49:21 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201311262349.rAQNnLpl094604@svn.freebsd.org> From: Matthew Seaman Date: Tue, 26 Nov 2013 23:49:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334980 - in head/devel: . p5-Date-Extract 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.16 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, 26 Nov 2013 23:49:22 -0000 Author: matthew Date: Tue Nov 26 23:49:20 2013 New Revision: 334980 URL: http://svnweb.freebsd.org/changeset/ports/334980 Log: Added: head/devel/p5-Date-Extract/ head/devel/p5-Date-Extract/Makefile (contents, props changed) head/devel/p5-Date-Extract/distinfo (contents, props changed) head/devel/p5-Date-Extract/pkg-descr (contents, props changed) head/devel/p5-Date-Extract/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Nov 26 23:41:05 2013 (r334979) +++ head/devel/Makefile Tue Nov 26 23:49:20 2013 (r334980) @@ -1740,6 +1740,7 @@ SUBDIR += p5-Date-Calc-XS SUBDIR += p5-Date-DayOfWeek SUBDIR += p5-Date-Easter + SUBDIR += p5-Date-Extract SUBDIR += p5-Date-EzDate SUBDIR += p5-Date-Holidays-DK SUBDIR += p5-Date-ICal Added: head/devel/p5-Date-Extract/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Date-Extract/Makefile Tue Nov 26 23:49:20 2013 (r334980) @@ -0,0 +1,24 @@ +# Created by: Matthew Seaman +# $FreeBSD$ + +PORTNAME= Date-Extract +PORTVERSION= 0.04 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= matthew@FreeBSD.org +COMMENT= Extract probable dates from strings + +BUILD_DEPENDS= p5-DateTime-Format-Natural>0:${PORTSDIR}/devel/p5-DateTime-Format-Natural \ + p5-Class-Data-Inheritable>0:${PORTSDIR}/devel/p5-Class-Data-Inheritable +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-MockTime>=0:${PORTSDIR}/devel/p5-Test-MockTime + +USES= perl5 +USE_PERL5= configure + +regression-test: build + @cd ${WRKSRC} && ${MAKE} test + +.include Added: head/devel/p5-Date-Extract/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Date-Extract/distinfo Tue Nov 26 23:49:20 2013 (r334980) @@ -0,0 +1,2 @@ +SHA256 (Date-Extract-0.04.tar.gz) = 7124d9e8d745544080f612a42d8cf6b3a27eda0f4ec607d25d255ddaadb1957a +SIZE (Date-Extract-0.04.tar.gz) = 27262 Added: head/devel/p5-Date-Extract/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Date-Extract/pkg-descr Tue Nov 26 23:49:20 2013 (r334980) @@ -0,0 +1,8 @@ +Date::Extract takes an arbitrary block of text, searches it for +something that looks like a date string, and builds a DateTime object +out of it. By design it will produce few false positives. This means +it will not catch nearly everything that looks like a date string. So +if you have the string "do homework for class 2019" it won't return a +DateTime object with the year set to 2019. + +WWW: http://search.cpan.org/dist/Date-Extract/ Added: head/devel/p5-Date-Extract/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Date-Extract/pkg-plist Tue Nov 26 23:49:20 2013 (r334980) @@ -0,0 +1,6 @@ +%%PERL5_MAN3%%/Date::Extract.3.gz +%%SITE_PERL%%/Date/Extract.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Extract/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date/Extract +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Date +@dirrmtry %%SITE_PERL%%/Date From owner-svn-ports-head@FreeBSD.ORG Tue Nov 26 23:57:00 2013 Return-Path: Delivered-To: svn-ports-head@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 EE6E051A; Tue, 26 Nov 2013 23:56:59 +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 DD7D32817; Tue, 26 Nov 2013 23:56:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQNuxNI097769; Tue, 26 Nov 2013 23:56:59 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAQNuwo8097762; Tue, 26 Nov 2013 23:56:58 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201311262356.rAQNuwo8097762@svn.freebsd.org> From: Matthew Seaman Date: Tue, 26 Nov 2013 23:56:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334981 - in head/mail: . p5-Email-Address-List 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.16 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, 26 Nov 2013 23:57:00 -0000 Author: matthew Date: Tue Nov 26 23:56:58 2013 New Revision: 334981 URL: http://svnweb.freebsd.org/changeset/ports/334981 Log: Parser for From, To, Cc, Bcc, Reply-To, Sender and previous prefixed with Resent- (eg Resent-From) headers. Mentioned headers are structured and contain lists of addresses. Most of the time you want to parse such field from start to end keeping everything even if it's an invalid input. WWW: http://search.cpan.org/dist/Email-Address-List/ Added: head/mail/p5-Email-Address-List/ head/mail/p5-Email-Address-List/Makefile (contents, props changed) head/mail/p5-Email-Address-List/distinfo (contents, props changed) head/mail/p5-Email-Address-List/pkg-descr (contents, props changed) head/mail/p5-Email-Address-List/pkg-plist (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Tue Nov 26 23:49:20 2013 (r334980) +++ head/mail/Makefile Tue Nov 26 23:56:58 2013 (r334981) @@ -327,6 +327,7 @@ SUBDIR += p5-Data-Validate-Email SUBDIR += p5-Email-Abstract SUBDIR += p5-Email-Address + SUBDIR += p5-Email-Address-List SUBDIR += p5-Email-Address-Loose SUBDIR += p5-Email-AddressParser SUBDIR += p5-Email-Date Added: head/mail/p5-Email-Address-List/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Email-Address-List/Makefile Tue Nov 26 23:56:58 2013 (r334981) @@ -0,0 +1,22 @@ +# Created by: Matthew Seaman +# $FreeBSD$ + +PORTNAME= Email-Address-List +PORTVERSION= 0.01 +CATEGORIES= mail perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= matthew@FreeBSD.org +COMMENT= RFC-close address list parsing + +BUILD_DEPENDS= p5-Email-Address>0:${PORTSDIR}/mail/p5-Email-Address +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +regression-test: build + @cd ${WRKSRC} && ${MAKE} test + +.include Added: head/mail/p5-Email-Address-List/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Email-Address-List/distinfo Tue Nov 26 23:56:58 2013 (r334981) @@ -0,0 +1,2 @@ +SHA256 (Email-Address-List-0.01.tar.gz) = 8ff17fc06ff6d67d378e30f16e2e1930f2a1d5db2f7f59973b4166d38cac4a3e +SIZE (Email-Address-List-0.01.tar.gz) = 26082 Added: head/mail/p5-Email-Address-List/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Email-Address-List/pkg-descr Tue Nov 26 23:56:58 2013 (r334981) @@ -0,0 +1,8 @@ +Parser for From, To, Cc, Bcc, Reply-To, Sender and previous prefixed +with Resent- (eg Resent-From) headers. + +Mentioned headers are structured and contain lists of addresses. Most +of the time you want to parse such field from start to end keeping +everything even if it's an invalid input. + +WWW: http://search.cpan.org/dist/Email-Address-List/ Added: head/mail/p5-Email-Address-List/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Email-Address-List/pkg-plist Tue Nov 26 23:56:58 2013 (r334981) @@ -0,0 +1,9 @@ +%%PERL5_MAN3%%/Email::Address::List.3.gz +%%SITE_PERL%%/Email/Address/List.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Address/List/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Address/List +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Address +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email +@dirrmtry %%SITE_PERL%%/Email/Address +@dirrmtry %%SITE_PERL%%/Email + From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 00:00:55 2013 Return-Path: Delivered-To: svn-ports-head@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 BC392652; Wed, 27 Nov 2013 00:00:55 +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 AB1312870; Wed, 27 Nov 2013 00:00:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR00tDZ000538; Wed, 27 Nov 2013 00:00:55 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR00sYn000526; Wed, 27 Nov 2013 00:00:54 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201311270000.rAR00sYn000526@svn.freebsd.org> From: Matthew Seaman Date: Wed, 27 Nov 2013 00:00:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334982 - in head/devel: . p5-Role-Basic 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.16 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, 27 Nov 2013 00:00:55 -0000 Author: matthew Date: Wed Nov 27 00:00:54 2013 New Revision: 334982 URL: http://svnweb.freebsd.org/changeset/ports/334982 Log: Sometimes you want roles. You're not sure about Moose, Mouse, Moo and what was that damned Squirrel thing anyway? Then there's Class::Trait, but it has a funky syntax and the maintainer's deprecated it in favor of Moose::Role and you really don't care that it handles overloading, instance application or has a workaround for the SUPER:: bug. You think a meta-object protocol sounds nifty, but you don't understand it. Maybe you're not sure you want the syntactic sugar for object declaration. Maybe you've convinced your colleagues that roles are a good idea but they're leery of dragging in Moose (your author has had this happen more than once and heard of others making the same complaint). Sometimes you just want good old-fashioned roles which let you separate class responsibility from code reuse. WWW: http://search.cpan.org/dist/Role-Basic/ Added: head/devel/p5-Role-Basic/ head/devel/p5-Role-Basic/Makefile (contents, props changed) head/devel/p5-Role-Basic/distinfo (contents, props changed) head/devel/p5-Role-Basic/pkg-descr (contents, props changed) head/devel/p5-Role-Basic/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Nov 26 23:56:58 2013 (r334981) +++ head/devel/Makefile Wed Nov 27 00:00:54 2013 (r334982) @@ -2596,6 +2596,7 @@ SUBDIR += p5-ResourcePool SUBDIR += p5-Resources SUBDIR += p5-Return-Value + SUBDIR += p5-Role-Basic SUBDIR += p5-Role-HasMessage SUBDIR += p5-Role-Identifiable SUBDIR += p5-Role-Tiny Added: head/devel/p5-Role-Basic/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Role-Basic/Makefile Wed Nov 27 00:00:54 2013 (r334982) @@ -0,0 +1,21 @@ +# Created by: Matthew Seaman +# $FreeBSD$ + +PORTNAME= Role-Basic +PORTVERSION= 0.13 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:OVID + +MAINTAINER= matthew@FreeBSD.org +COMMENT= Just roles. Nothing else + +PKGNAMEPREFIX= p5- + +USES= perl5 +USE_PERL5= configure + +regression-test: build + @cd ${WRKSRC} && ${MAKE} test + +.include Added: head/devel/p5-Role-Basic/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Role-Basic/distinfo Wed Nov 27 00:00:54 2013 (r334982) @@ -0,0 +1,2 @@ +SHA256 (Role-Basic-0.13.tar.gz) = 38a0959ef9f193ff76e72c325a9e9211bc4868689bd0e2b005778f53f8b6f36a +SIZE (Role-Basic-0.13.tar.gz) = 39625 Added: head/devel/p5-Role-Basic/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Role-Basic/pkg-descr Wed Nov 27 00:00:54 2013 (r334982) @@ -0,0 +1,14 @@ +Sometimes you want roles. You're not sure about Moose, Mouse, Moo and +what was that damned Squirrel thing anyway? Then there's Class::Trait, +but it has a funky syntax and the maintainer's deprecated it in favor +of Moose::Role and you really don't care that it handles overloading, +instance application or has a workaround for the SUPER:: bug. You +think a meta-object protocol sounds nifty, but you don't understand +it. Maybe you're not sure you want the syntactic sugar for object +declaration. Maybe you've convinced your colleagues that roles are a +good idea but they're leery of dragging in Moose (your author has had +this happen more than once and heard of others making the same +complaint). Sometimes you just want good old-fashioned roles which let +you separate class responsibility from code reuse. + +WWW: http://search.cpan.org/dist/Role-Basic/ Added: head/devel/p5-Role-Basic/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Role-Basic/pkg-plist Wed Nov 27 00:00:54 2013 (r334982) @@ -0,0 +1,9 @@ +%%PERL5_MAN3%%/Role::Basic.3.gz +%%PERL5_MAN3%%/Role::Basic::Philosophy.3.gz +%%SITE_PERL%%/Role/Basic.pm +%%SITE_PERL%%/Role/Basic/Philosophy.pod +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Role/Basic/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Role/Basic +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Role +@dirrmtry %%SITE_PERL%%/Role/Basic +@dirrmtry %%SITE_PERL%%/Role From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 00:02:08 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 ESMTPS id 287DB747; Wed, 27 Nov 2013 00:02:08 +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 175AC287C; Wed, 27 Nov 2013 00:02:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR0278J001451; Wed, 27 Nov 2013 00:02:07 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR027DK001443; Wed, 27 Nov 2013 00:02:07 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201311270002.rAR027DK001443@svn.freebsd.org> From: Matthew Seaman Date: Wed, 27 Nov 2013 00:02:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334983 - in head/devel: . p5-Symbol-Global-Name 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.16 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, 27 Nov 2013 00:02:08 -0000 Author: matthew Date: Wed Nov 27 00:02:06 2013 New Revision: 334983 URL: http://svnweb.freebsd.org/changeset/ports/334983 Log: Symbol::Global::Name takes a reference and optional package name. It returns the name of the referenced variable as long as it's in the package or sub-package and it's a global variable. Returned name is prefixed with type sigil, eg. '$', '@', '%', '&' or '*'. WWW: http://search.cpan.org/dist/Symbol-Global-Name/ Added: head/devel/p5-Symbol-Global-Name/ head/devel/p5-Symbol-Global-Name/Makefile (contents, props changed) head/devel/p5-Symbol-Global-Name/distinfo (contents, props changed) head/devel/p5-Symbol-Global-Name/pkg-descr (contents, props changed) head/devel/p5-Symbol-Global-Name/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Nov 27 00:00:54 2013 (r334982) +++ head/devel/Makefile Wed Nov 27 00:02:06 2013 (r334983) @@ -2705,6 +2705,7 @@ SUBDIR += p5-Sub-Signatures SUBDIR += p5-Sub-Uplevel SUBDIR += p5-Sub-WrapPackages + SUBDIR += p5-Symbol-Global-Name SUBDIR += p5-Symbol-Util SUBDIR += p5-Syntax-Keyword-Junction SUBDIR += p5-Sys-Cpu Added: head/devel/p5-Symbol-Global-Name/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Symbol-Global-Name/Makefile Wed Nov 27 00:02:06 2013 (r334983) @@ -0,0 +1,19 @@ +# Created by: Matthew Seaman +# $FreeBSD$ + +PORTNAME= Symbol-Global-Name +PORTVERSION= 0.04 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= matthew@FreeBSD.org +COMMENT= Finds name and type of a global variable + +USES= perl5 +USE_PERL5= configure + +regression-test: build + @cd ${WRKSRC} && ${MAKE} test + +.include Added: head/devel/p5-Symbol-Global-Name/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Symbol-Global-Name/distinfo Wed Nov 27 00:02:06 2013 (r334983) @@ -0,0 +1,2 @@ +SHA256 (Symbol-Global-Name-0.04.tar.gz) = 252c9ada77dbe49a247ccb2cae3e7af91b6368027c13af12e8fad2c0c3bf093a +SIZE (Symbol-Global-Name-0.04.tar.gz) = 21635 Added: head/devel/p5-Symbol-Global-Name/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Symbol-Global-Name/pkg-descr Wed Nov 27 00:02:06 2013 (r334983) @@ -0,0 +1,6 @@ +Symbol::Global::Name takes a reference and optional package name. It +returns the name of the referenced variable as long as it's in the +package or sub-package and it's a global variable. Returned name is +prefixed with type sigil, eg. '$', '@', '%', '&' or '*'. + +WWW: http://search.cpan.org/dist/Symbol-Global-Name/ Added: head/devel/p5-Symbol-Global-Name/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Symbol-Global-Name/pkg-plist Wed Nov 27 00:02:06 2013 (r334983) @@ -0,0 +1,9 @@ +%%PERL5_MAN3%%/Symbol::Global::Name.3.gz +%%SITE_PERL%%/Symbol/Global/Name.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Symbol/Global/Name/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Symbol/Global/Name +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Symbol/Global +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Symbol +@dirrmtry %%SITE_PERL%%/Symbol/Global +@dirrmtry %%SITE_PERL%%/Symbol + From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 00:04:02 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 ESMTPS id 5F969845; Wed, 27 Nov 2013 00:04:02 +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 4E780288E; Wed, 27 Nov 2013 00:04:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR042aW002314; Wed, 27 Nov 2013 00:04:02 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR0410i002304; Wed, 27 Nov 2013 00:04:01 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201311270004.rAR0410i002304@svn.freebsd.org> From: Matthew Seaman Date: Wed, 27 Nov 2013 00:04:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334984 - in head/www: . p5-Plack-Middleware-Test-StashWarnings 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.16 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, 27 Nov 2013 00:04:02 -0000 Author: matthew Date: Wed Nov 27 00:04:00 2013 New Revision: 334984 URL: http://svnweb.freebsd.org/changeset/ports/334984 Log: Plack::Middleware::Test::StashWarnings is a Plack middleware component to record warnings generated by your application so that you can test them to make sure your application complains about the right things. WWW: http://search.cpan.org/dist/Plack-Middleware-Test-StashWarnings/ Added: head/www/p5-Plack-Middleware-Test-StashWarnings/ head/www/p5-Plack-Middleware-Test-StashWarnings/Makefile (contents, props changed) head/www/p5-Plack-Middleware-Test-StashWarnings/distinfo (contents, props changed) head/www/p5-Plack-Middleware-Test-StashWarnings/pkg-descr (contents, props changed) head/www/p5-Plack-Middleware-Test-StashWarnings/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Nov 27 00:02:06 2013 (r334983) +++ head/www/Makefile Wed Nov 27 00:04:00 2013 (r334984) @@ -1140,6 +1140,7 @@ SUBDIR += p5-Plack-Middleware-Session SUBDIR += p5-Plack-Middleware-SocketIO SUBDIR += p5-Plack-Middleware-Status + SUBDIR += p5-Plack-Middleware-Test-StashWarnings SUBDIR += p5-Plack-Middleware-Throttle SUBDIR += p5-Plack-Middleware-XForwardedFor SUBDIR += p5-Plack-Server-Coro Added: head/www/p5-Plack-Middleware-Test-StashWarnings/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Plack-Middleware-Test-StashWarnings/Makefile Wed Nov 27 00:04:00 2013 (r334984) @@ -0,0 +1,22 @@ +# Created by: Matthew Seaman +# $FreeBSD$ + +PORTNAME= Plack-Middleware-Test-StashWarnings +PORTVERSION= 0.07 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= matthew@FreeBSD.org +COMMENT= Test your application's warnings + +BUILD_DEPENDS= p5-Plack>0:${PORTSDIR}/www/p5-Plack +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +regression-test: build + @cd ${WRKSRC} && ${MAKE} test + +.include Added: head/www/p5-Plack-Middleware-Test-StashWarnings/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Plack-Middleware-Test-StashWarnings/distinfo Wed Nov 27 00:04:00 2013 (r334984) @@ -0,0 +1,2 @@ +SHA256 (Plack-Middleware-Test-StashWarnings-0.07.tar.gz) = 54b1640ad12d60f3997fcc38748faa754fed56bce43d5372488aad501861f93f +SIZE (Plack-Middleware-Test-StashWarnings-0.07.tar.gz) = 22792 Added: head/www/p5-Plack-Middleware-Test-StashWarnings/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Plack-Middleware-Test-StashWarnings/pkg-descr Wed Nov 27 00:04:00 2013 (r334984) @@ -0,0 +1,5 @@ +Plack::Middleware::Test::StashWarnings is a Plack middleware component +to record warnings generated by your application so that you can test +them to make sure your application complains about the right things. + +WWW: http://search.cpan.org/dist/Plack-Middleware-Test-StashWarnings/ Added: head/www/p5-Plack-Middleware-Test-StashWarnings/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/p5-Plack-Middleware-Test-StashWarnings/pkg-plist Wed Nov 27 00:04:00 2013 (r334984) @@ -0,0 +1,11 @@ +%%PERL5_MAN3%%/Plack::Middleware::Test::StashWarnings.3.gz +%%SITE_PERL%%/Plack/Middleware/Test/StashWarnings.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/Test/StashWarnings/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/Test/StashWarnings +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware/Test +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack/Middleware +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plack +@dirrmtry %%SITE_PERL%%/Plack/Middleware/Test +@dirrmtry %%SITE_PERL%%/Plack/Middleware +@dirrmtry %%SITE_PERL%%/Plack + From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 00:05:10 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 ESMTPS id 77E92936; Wed, 27 Nov 2013 00:05:10 +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 58573289C; Wed, 27 Nov 2013 00:05:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR05A4K002650; Wed, 27 Nov 2013 00:05:10 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR05992002644; Wed, 27 Nov 2013 00:05:09 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201311270005.rAR05992002644@svn.freebsd.org> From: Matthew Seaman Date: Wed, 27 Nov 2013 00:05:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334985 - in head/devel: . p5-Set-Tiny 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.16 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, 27 Nov 2013 00:05:10 -0000 Author: matthew Date: Wed Nov 27 00:05:08 2013 New Revision: 334985 URL: http://svnweb.freebsd.org/changeset/ports/334985 Log: Set::Tiny is a thin wrapper around regular Perl hashes to perform often needed set operations, such as testing two sets of strings for equality, or checking whether one is contained within the other. WWW: http://search.cpan.org/dist/Set-Tiny/ Added: head/devel/p5-Set-Tiny/ head/devel/p5-Set-Tiny/Makefile (contents, props changed) head/devel/p5-Set-Tiny/distinfo (contents, props changed) head/devel/p5-Set-Tiny/pkg-descr (contents, props changed) head/devel/p5-Set-Tiny/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Nov 27 00:04:00 2013 (r334984) +++ head/devel/Makefile Wed Nov 27 00:05:08 2013 (r334985) @@ -2649,6 +2649,7 @@ SUBDIR += p5-Set-NestedGroups SUBDIR += p5-Set-Object SUBDIR += p5-Set-Scalar + SUBDIR += p5-Set-Tiny SUBDIR += p5-Shape SUBDIR += p5-Shell-Base SUBDIR += p5-Shell-EnvImporter Added: head/devel/p5-Set-Tiny/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Set-Tiny/Makefile Wed Nov 27 00:05:08 2013 (r334985) @@ -0,0 +1,19 @@ +# Created by: Matthew Seaman +# $FreeBSD$ + +PORTNAME= Set-Tiny +PORTVERSION= 0.01 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= matthew@FreeBSD.org +COMMENT= Simple sets of strings + +USES= perl5 +USE_PERL5= configure + +regression-test: build + @cd ${WRKSRC} && ${MAKE} test + +.include Added: head/devel/p5-Set-Tiny/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Set-Tiny/distinfo Wed Nov 27 00:05:08 2013 (r334985) @@ -0,0 +1,2 @@ +SHA256 (Set-Tiny-0.01.tar.gz) = 41f9fea3b7c94a95284c6cb46d828bd5c30719054e2eca4c95fdb4ad58a03687 +SIZE (Set-Tiny-0.01.tar.gz) = 5799 Added: head/devel/p5-Set-Tiny/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Set-Tiny/pkg-descr Wed Nov 27 00:05:08 2013 (r334985) @@ -0,0 +1,5 @@ +Set::Tiny is a thin wrapper around regular Perl hashes to perform +often needed set operations, such as testing two sets of strings for +equality, or checking whether one is contained within the other. + +WWW: http://search.cpan.org/dist/Set-Tiny/ Added: head/devel/p5-Set-Tiny/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Set-Tiny/pkg-plist Wed Nov 27 00:05:08 2013 (r334985) @@ -0,0 +1,7 @@ +%%PERL5_MAN3%%/Set::Tiny.3.gz +%%SITE_PERL%%/Set/Tiny.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/Tiny/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/Tiny +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set +@dirrmtry %%SITE_PERL%%/Set + From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 00:09:30 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 ESMTPS id EDFABA67; Wed, 27 Nov 2013 00:09:29 +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 CE36628C2; Wed, 27 Nov 2013 00:09:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR09TTS003511; Wed, 27 Nov 2013 00:09:29 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR09SfD003502; Wed, 27 Nov 2013 00:09:28 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201311270009.rAR09SfD003502@svn.freebsd.org> From: Matthew Seaman Date: Wed, 27 Nov 2013 00:09:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334986 - in head/mail: . p5-Test-Email 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.16 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, 27 Nov 2013 00:09:30 -0000 Author: matthew Date: Wed Nov 27 00:09:28 2013 New Revision: 334986 URL: http://svnweb.freebsd.org/changeset/ports/334986 Log: Test::Email - Test Email Contents. WWW: http://search.cpan.org/dist/Test-Email/ Added: head/mail/p5-Test-Email/ head/mail/p5-Test-Email/Makefile (contents, props changed) head/mail/p5-Test-Email/distinfo (contents, props changed) head/mail/p5-Test-Email/pkg-descr (contents, props changed) head/mail/p5-Test-Email/pkg-plist (contents, props changed) Modified: head/mail/Makefile Modified: head/mail/Makefile ============================================================================== --- head/mail/Makefile Wed Nov 27 00:05:08 2013 (r334985) +++ head/mail/Makefile Wed Nov 27 00:09:28 2013 (r334986) @@ -450,6 +450,7 @@ SUBDIR += p5-SES SUBDIR += p5-Sendmail-AccessDB SUBDIR += p5-Sendmail-Milter + SUBDIR += p5-Test-Email SUBDIR += p5-URI-imap SUBDIR += p5-URI-imaps SUBDIR += p5-WWW-GMail Added: head/mail/p5-Test-Email/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Test-Email/Makefile Wed Nov 27 00:09:28 2013 (r334986) @@ -0,0 +1,26 @@ +# Created by: Matthew Seaman +# $FreeBSD$ + +PORTNAME= Test-Email +PORTVERSION= 0.07 +CATEGORIES= mail perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:JAMES +PKGNAMEPREFIX= p5- + +MAINTAINER= matthew@FreeBSD.org +COMMENT= Test Email Contents + +BUILD_DEPENDS= p5-Mail-POP3Client>=2:${PORTSDIR}/mail/p5-Mail-POP3Client \ + p5-Mail-Sendmail>=0.79:${PORTSDIR}/mail/p5-Mail-Sendmail \ + p5-MIME-Tools>=5.4:${PORTSDIR}/mail/p5-MIME-Tools \ + p5-Test-Simple>=0.7:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +regression-test: build + @cd ${WRKSRC} && ${MAKE} test + +.include Added: head/mail/p5-Test-Email/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Test-Email/distinfo Wed Nov 27 00:09:28 2013 (r334986) @@ -0,0 +1,2 @@ +SHA256 (Test-Email-0.07.tar.gz) = 559b2dd654b65de900414468d5870856fa9dbaf759cfefac88c00e0659eb1776 +SIZE (Test-Email-0.07.tar.gz) = 11043 Added: head/mail/p5-Test-Email/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Test-Email/pkg-descr Wed Nov 27 00:09:28 2013 (r334986) @@ -0,0 +1,3 @@ +Test::Email - Test Email Contents. + +WWW: http://search.cpan.org/dist/Test-Email/ Added: head/mail/p5-Test-Email/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/p5-Test-Email/pkg-plist Wed Nov 27 00:09:28 2013 (r334986) @@ -0,0 +1,8 @@ +%%PERL5_MAN3%%/Test::Email.3.gz +%%PERL5_MAN3%%/Test::POP3.3.gz +%%SITE_PERL%%/Test/Email.pm +%%SITE_PERL%%/Test/POP3.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Email/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Email +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test +@dirrmtry %%SITE_PERL%%/Test From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 00:11:25 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 ESMTPS id 4B7FBB96; Wed, 27 Nov 2013 00:11:25 +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 39BB6290E; Wed, 27 Nov 2013 00:11:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR0BPkm006147; Wed, 27 Nov 2013 00:11:25 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR0BNj6006132; Wed, 27 Nov 2013 00:11:23 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201311270011.rAR0BNj6006132@svn.freebsd.org> From: Matthew Seaman Date: Wed, 27 Nov 2013 00:11:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334987 - in head/www: . rt42 rt42/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.16 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, 27 Nov 2013 00:11:25 -0000 Author: matthew Date: Wed Nov 27 00:11:22 2013 New Revision: 334987 URL: http://svnweb.freebsd.org/changeset/ports/334987 Log: RT is a battle-tested issue tracking system which thousands of organizations use for bug tracking, help desk ticketing, customer service, workflow processes, change management, network operations, youth counselling and even more. Organizations around the world have been running smoothly thanks to RT for over 10 years. WWW: http://www.bestpractical.com/rt/ Added: head/www/rt42/ head/www/rt42/Makefile (contents, props changed) head/www/rt42/Makefile.cpan (contents, props changed) head/www/rt42/distinfo (contents, props changed) head/www/rt42/files/ head/www/rt42/files/extra-patch-noportdocs-Makefile.in (contents, props changed) head/www/rt42/files/patch-Makefile.in (contents, props changed) head/www/rt42/files/patch-aclocal.m4 (contents, props changed) head/www/rt42/files/patch-config.layout (contents, props changed) head/www/rt42/files/pkg-message.in (contents, props changed) head/www/rt42/pkg-descr (contents, props changed) head/www/rt42/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Wed Nov 27 00:09:28 2013 (r334986) +++ head/www/Makefile Wed Nov 27 00:11:22 2013 (r334987) @@ -1730,6 +1730,7 @@ SUBDIR += rsstool SUBDIR += rt38 SUBDIR += rt40 + SUBDIR += rt42 SUBDIR += ruboard SUBDIR += ruby-amazon SUBDIR += ruby-aws Added: head/www/rt42/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rt42/Makefile Wed Nov 27 00:11:22 2013 (r334987) @@ -0,0 +1,243 @@ +# $FreeBSD$ + +PORTNAME= rt +DISTVERSION= 4.2.1 +CATEGORIES= www +MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ +PKGNAMESUFFIX= 42 + +MAINTAINER= matthew@FreeBSD.org +COMMENT= RT is an industrial-grade ticketing system written in Perl + +CONFLICTS= rt-3.8* rt-4.0* brlcad-[0-9]* +NEED_ROOT= yes + +# See doc/web_deployment.pod for info on the choices of webserver / +# webapp combinations. Note: if using apache, apache-2.2+ is +# recommended. For deployment with nginx, use the SPAWN_FCGI method +# or the builtin webserver with a FCGI handler. +# +# The builtin standalone PSGI based webserver is always available, no +# mater what choice of web deployment platform, or none, that you +# make. Best Practical state that this is really only suitable for +# development usage, although I have heard reports of people using it +# successfully for medium sized deployments. If you only want the +# builtin webserver, simply deselect all of the web options. +# +# See doc/full_text_indexing.pod if you need to set up full text +# indexes on your ticket database. PostgreSQL or Oracle are +# recommended in this case: the MYSQL / SphinxSearch combination +# mentioned in the docs is currently unsupported in the ports, but see +# http://www.infracaninophile.co.uk/articles/sphinxse.html + +OPTIONS_DEFINE= DEV GD GPG GRAPHVIZ SMIME +OPTIONS_SINGLE= DB +OPTIONS_SINGLE_DB= MYSQL ORACLE PGSQL SQLITE +OPTIONS_RADIO= WEB +OPTIONS_RADIO_WEB= AP_MODFASTCGI AP_MODPERL LIGHTTPD SPAWN_FCGI + +OPTIONS_DEFAULT= AP_MODPERL GD GPG MYSQL + +AP_MODFASTCGI_DESC= Deploy with apache and mod_fastcgi +AP_MODPERL_DESC= Deploy with apache and mod_perl +DEV_DESC= Configure for Developers +GD_DESC= Enable GD Graphs and Charts +GPG_DESC= Enable GnuPG support +SMIME_DESC= Enable Secure MIME support +LIGHTTPD_DESC= Deploy with lighttpd and mod_fastcgi +SPAWN_FCGI_DESC= Deploy with spawn_fcgi + +USERS?= www +GROUPS?= rt www + +BUILD_DEPENDS+= ${LOCALBASE}/bin/jsmin:${PORTSDIR}/devel/jsmin + +.include "${.CURDIR}/Makefile.cpan" + +BUILD_DEPENDS+= ${CLI_DEPS} \ + ${CORE_DEPS} \ + ${DASHBOARDS_DEPS} \ + ${ICAL_DEPS} \ + ${MAILGATE_DEPS} \ + ${USERLOGO_DEPS} + +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES+= perl5 +USE_AUTOTOOLS= autoconf + +DATADIR= ${LOCALBASE}/share/${PORTNAME}${PKGNAMESUFFIX} + +.include + +.if !${PORT_OPTIONS:MDOCS} +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-noportdocs-Makefile.in +.endif + +.if ${PORT_OPTIONS:MAP_MODPERL} +BUILD_DEPENDS+= ${MODPERL2_DEPS} +RUN_DEPENDS+= ${MODPERL2_DEPS} +.endif + +.if ${PORT_OPTIONS:MAP_MODFASTCGI} +USE_APACHE_RUN= 22+ +BUILD_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi +RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi \ + ${FASTCGI_DEPS} +.endif + +.if ${PORT_OPTIONS:MLIGHTTPD} +BUILD_DEPENDS+= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd +RUN_DEPENDS+= ${LOCALBASE}/sbin/lighttpd:${PORTSDIR}/www/lighttpd +.endif + +.if ${PORT_OPTIONS:MSPAWN_FCGI} +BUILD_DEPENDS+= ${LOCALBASE}/bin/spawn-fcgi:${PORTSDIR}/www/spawn-fcgi +RUN_DEPENDS+= ${LOCALBASE}/bin/spawn-fcgi:${PORTSDIR}/www/spawn-fcgi +.endif + +.if !${PORT_OPTIONS:MMYSQL} && !${PORT_OPTIONS:MPGSQL} && \ + ! ${PORT_OPTIONS:MORACLE} && !${PORT_OPTIONS:MSQLITE} +IGNORE= please select one of MYSQL, PGSQL, ORACLE or SQLITE +.endif + +.if ${PORT_OPTIONS:MMYSQL} +DB_TYPE= mysql +USE_MYSQL= yes +BUILD_DEPENDS+= ${MYSQL_DEPS} +RUN_DEPENDS+= ${MYSQL_DEPS} +.endif + +.if ${PORT_OPTIONS:MPGSQL} +DB_TYPE= Pg +USE_PGSQL= yes +BUILD_DEPENDS+= ${PGSQL_DEPS} +RUN_DEPENDS+= ${PGSQL_DEPS} +.endif + +.if ${PORT_OPTIONS:MORACLE} +DB_TYPE= Oracle +BUILD_DEPENDS+= ${ORACLE_DEPS} +RUN_DEPENDS+= ${ORACLE_DEPS} +.endif + +.if ${PORT_OPTIONS:MSQLITE} +DB_TYPE= SQLite +USE_SQLITE= yes +BUILD_DEPENDS+= ${SQLITE_DEPS} +RUN_DEPENDS+= ${SQLITE_DEPS} +.endif + +.if ${PORT_OPTIONS:MDEV} +BUILD_DEPENDS+= ${DEVELOPER_DEPS} +RUN_DEPENDS+= ${DEVELOPER_DEPS} +CONFIGURE_ARGS+= --enable-developer +.else +CONFIGURE_ARGS+= --disable-developer +.endif + +.if ${PORT_OPTIONS:MSMIME} +BUILD_DEPENDS+= ${SMIME_DEPS} +RUN_DEPENDS+= ${SMIME_DEPS} +CONFIGURE_ARGS+= --enable-smime +.else +CONFIGURE_ARGS+= --disable-smime +.endif + +.if ${PORT_OPTIONS:MGRAPHVIZ} +BUILD_DEPENDS+= ${GRAPHVIZ_DEPS} +RUN_DEPENDS+= ${GRAPHVIZ_DEPS} +CONFIGURE_ARGS+= --enable-graphviz +.else +CONFIGURE_ARGS+= --disable-graphviz +.endif + +.if ${PORT_OPTIONS:MGPG} +BUILD_DEPENDS+= ${GPG_DEPS} +RUN_DEPENDS+= ${GPG_DEPS} +CONFIGURE_ARGS+= --enable-gpg +.else +CONFIGURE_ARGS+= --disable-gpg +.endif + +.if ${PORT_OPTIONS:MGD} +BUILD_DEPENDS+= ${GD_DEPS} +RUN_DEPENDS+= ${GD_DEPS} +CONFIGURE_ARGS+= --enable-gd +.else +CONFIGURE_ARGS+= --disable-gd +.endif + +RT_ETC_PATH?= ${PREFIX}/etc/${PORTNAME}${PKGNAMESUFFIX} +RT_LAYOUT= FreeBSD +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +DB_DBA_USER?= root +DB_DBA_PASSWORD?= +DB_USER?= rt_user +DB_PASSWORD?= rt_pass +DB_HOST?= localhost +DB_DATABASE?= rt4 + +WEB_USER?= ${WWWOWN} +WEB_GROUP?= ${WWWGRP} +LIBS_GROUP?= wheel + +HAS_CONFIGURE= yes +NO_BUILD= yes + +CONFIGURE_ARGS+= --enable-layout=${RT_LAYOUT} \ + --with-web-user=${WEB_USER} \ + --with-web-group=${WEB_GROUP} \ + --with-libs-group=${LIBS_GROUP} \ + --with-db-host=${DB_HOST} \ + --with-db-port=${DB_PORT} \ + --with-db-type=${DB_TYPE} \ + --with-db-rt-user=${DB_USER} \ + --with-db-rt-pass=${DB_PASSWORD} \ + --with-db-database=${DB_DATABASE} \ + --with-db-dba=${DB_DBA_USER} + +CONFIGURE_ENV+= PERL=${LOCALBASE}/bin/perl + +PKGMESSAGE= ${WRKDIR}/pkg-message +SUB_FILES= pkg-message +SUB_LIST= RT_ETC_PATH=${RT_ETC_PATH} + +run-autotools: run-autotools-autoconf + +pre-fetch: + @${ECHO} "" + @${ECHO} "Additional database related settings you can use:" + @${ECHO} " DB_HOST=hostname The database host (localhost)" + @${ECHO} " DB_PORT=port The database port" + @${ECHO} " DB_DATABASE=dbname The database name (rt4)" + @${ECHO} "" + @${ECHO} " DB_DBA_USER=username Name of database administrator (root)" + @${ECHO} " DB_DBA_PASSWORD=password Password of database administrator" + @${ECHO} " DB_USER=username Name of database user for RT (rt_user)" + @${ECHO} " DB_PASSWORD=password Name of database password for RT (rt_pass)" +.if ${PORT_OPTIONS:MSQLITE} + @${ECHO} "" + @${ECHO} "SQLITE is not recommended for production use" +.endif + +post-patch: + @${RM} -f ${WRKSRC}/lib/RT.pm.in.orig + @${REINPLACE_CMD} -e 's!%%PREFIX%%!${PREFIX}!g' ${WRKSRC}/config.layout + @${REINPLACE_CMD} -e 's!%%SITE_PERL%%!${SITE_PERL}!g' ${WRKSRC}/config.layout + @${REINPLACE_CMD} -e 's!/path/to/your/etc!${RT_ETC_PATH}!g' ${WRKSRC}/etc/RT_SiteConfig.pm + @${REINPLACE_CMD} -e 's!/bin:/usr/bin!/bin:/usr/bin:${LOCALBASE}/bin!' ${WRKSRC}/lib/RT/Interface/CLI.pm && \ + ${RM} ${WRKSRC}/lib/RT/Interface/CLI.pm.bak + +pre-install: + @${RM} -f ${WRKSRC}/lib/RT.pm.in + +post-install: +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${DOCSDIR}/upgrade + (cd ${WRKSRC}/etc && \ + ${COPYTREE_SHARE} upgrade ${STAGEDIR}${DOCSDIR} "! -name *\.in") +.endif + +.include Added: head/www/rt42/Makefile.cpan ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rt42/Makefile.cpan Wed Nov 27 00:11:22 2013 (r334987) @@ -0,0 +1,298 @@ +############################################################################### +### --- Core_DEPS --- +### Apache::Session 1.53 +### CGI 3.38 perl std +### CGI::Cookie 1.20 perl std +### CGI::Emulate::PSGI +### CGI::PSGI 0.12 +### CSS::Squish 0.06 +### Class::Accessor 0.34 +### Crypt::Eksblowfish +### DBI 1.37 +### DBIx::SearchBuilder 1.65 +### Data::GUID +### Date::Extract 0.02 +### Date::Manip +### DateTime 0.44 +### DateTime::Format::Natural 0.67 +### DateTime::Locale 0.40 +### Devel::GlobalDestruction +### Devel::StackTrace 1.19 +### Digest::MD5 2.27 perl std +### Digest::SHA perl std +### Digest::base perl std +### Email::Address 1.897 +### Email::Address::List +### Encode 2.39 perl std +### Errno perl std +### File::Glob perl std +### File::ShareDir +### File::Spec 0.8 perl std +### File::Temp 0.19 perl std +### HTML::Entities +### HTML::FormatText::WithLinks 0.14 +### HTML::FormatText::WithLinks::AndTables +### HTML::Mason 1.43 +### HTML::Mason::PSGIHandler 0.52 +### HTML::Quoted +### HTML::RewriteAttributes 0.05 +### HTML::Scrubber 0.08 +### HTTP::Message 6.0 +### IPC::Run3 +### JSON +### LWP::Simple +### List::MoreUtils +### Locale::Maketext 1.06 perl std +### Locale::Maketext::Fuzzy 0.11 +### Locale::Maketext::Lexicon 0.32 +### Log::Dispatch 2.30 +### MIME::Entity 5.504 +### Mail::Header 2.12 +### Mail::Mailer 1.57 +### Module::Refresh 0.03 +### Module::Versions::Report 1.05 +### Net::CIDR +### Plack 1.0002 +### Plack::Handler::Starlet +### Regexp::Common +### Regexp::Common::net::CIDR +### Regexp::IPv6 +### Role::Basic 0.12 +### Scalar::Util perl std +### Storable 2.08 perl std +### Symbol::Global::Name 0.04 +### Sys::Syslog 0.16 perl std +### Text::Password::Pronounceable +### Text::Quoted 2.07 +### Text::Template 1.44 +### Text::WikiFormat 0.76 +### Text::Wrapper +### Time::HiRes perl std +### Time::ParseDate +### Tree::Simple 1.04 +### UNIVERSAL::require +### XML::RSS 1.05 + +CORE_DEPS= p5-Apache-Session>=1.53:${PORTSDIR}/www/p5-Apache-Session \ + p5-CGI-Emulate-PSGI>0:${PORTSDIR}/www/p5-CGI-Emulate-PSGI \ + p5-CGI-PSGI>=0.12:${PORTSDIR}/www/p5-CGI-PSGI \ + p5-CSS-Squish>=0.06:${PORTSDIR}/textproc/p5-CSS-Squish \ + p5-Class-Accessor>=0.34:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \ + p5-DBI>=1.37:${PORTSDIR}/databases/p5-DBI \ + p5-DBIx-SearchBuilder>=1.59:${PORTSDIR}/databases/p5-DBIx-SearchBuilder \ + p5-Data-GUID>0:${PORTSDIR}/devel/p5-Data-GUID \ + p5-Date-Extract>=0.02:${PORTSDIR}/devel/p5-Date-Extract \ + p5-Date-Manip>0:${PORTSDIR}/devel/p5-Date-Manip \ + p5-DateTime>=0.44:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Format-Natural>=0.67:${PORTSDIR}/devel/p5-DateTime-Format-Natural \ + p5-DateTime-Locale>=0.40:${PORTSDIR}/devel/p5-DateTime-Locale \ + p5-DateTime>=0.44:${PORTSDIR}/devel/p5-DateTime \ + p5-Devel-GlobalDestruction>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction \ + p5-Devel-StackTrace>=1.30:${PORTSDIR}/devel/p5-Devel-StackTrace \ + p5-Email-Address>=1.89.7:${PORTSDIR}/mail/p5-Email-Address \ + p5-Email-Address-List>0:${PORTSDIR}/mail/p5-Email-Address-List \ + p5-File-ShareDir>0:${PORTSDIR}/devel/p5-File-ShareDir \ + p5-HTML-FormatText-WithLinks-AndTables>0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks-AndTables \ + p5-HTML-FormatText-WithLinks>=0.14:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks \ + p5-HTML-Mason-PSGIHandler>=0.52:${PORTSDIR}/www/p5-HTML-Mason-PSGIHandler \ + p5-HTML-Mason>=1.43:${PORTSDIR}/www/p5-HTML-Mason \ + p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-HTML-Quoted>0:${PORTSDIR}/textproc/p5-HTML-Quoted \ + p5-HTML-Scrubber>=0.08:${PORTSDIR}/www/p5-HTML-Scrubber \ + p5-HTTP-Message>=6.0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-IPC-Run3>0:${PORTSDIR}/devel/p5-IPC-Run3 \ + p5-JSON>0:${PORTSDIR}/converters/p5-JSON \ + p5-libwww>0:${PORTSDIR}/www/p5-libwww \ + p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Locale-Maketext-Fuzzy>=0.11:${PORTSDIR}/devel/p5-Locale-Maketext-Fuzzy \ + p5-Locale-Maketext-Lexicon>=0.32:${PORTSDIR}/devel/p5-Locale-Maketext-Lexicon \ + p5-Log-Dispatch>=2.30:${PORTSDIR}/devel/p5-Log-Dispatch \ + p5-MIME-Tools>=5.504,2:${PORTSDIR}/mail/p5-MIME-Tools \ + p5-Mail-Tools>=2.12:${PORTSDIR}/mail/p5-Mail-Tools \ + p5-Module-Refresh>=0.03:${PORTSDIR}/devel/p5-Module-Refresh \ + p5-Module-Versions-Report>=1.05:${PORTSDIR}/devel/p5-Module-Versions-Report \ + p5-Net-CIDR>0:${PORTSDIR}/net-mgmt/p5-Net-CIDR \ + p5-Plack>=1.0002:${PORTSDIR}/www/p5-Plack \ + p5-Starlet>0:${PORTSDIR}/www/p5-Starlet \ + p5-Regexp-Common-net-CIDR>0:${PORTSDIR}/textproc/p5-Regexp-Common-net-CIDR \ + p5-Regexp-Common>0:${PORTSDIR}/textproc/p5-Regexp-Common \ + p5-Regexp-IPv6>0:${PORTSDIR}/textproc/p5-Regexp-IPv6 \ + p5-Role-Basic>=0.12:${PORTSDIR}/devel/p5-Role-Basic \ + p5-Symbol-Global-Name>=0.04:${PORTSDIR}/devel/p5-Symbol-Global-Name \ + p5-Text-Password-Pronounceable>0:${PORTSDIR}/security/p5-Text-Password-Pronounceable \ + p5-Text-Quoted>=2.07:${PORTSDIR}/textproc/p5-Text-Quoted \ + p5-Text-Template>=1.44:${PORTSDIR}/textproc/p5-Text-Template \ + p5-Text-WikiFormat>=0.76:${PORTSDIR}/textproc/p5-Text-WikiFormat \ + p5-Text-Wrapper>0:${PORTSDIR}/textproc/p5-Text-Wrapper \ + p5-Time-modules>0:${PORTSDIR}/devel/p5-Time-modules \ + p5-Tree-Simple>=1.04:${PORTSDIR}/devel/p5-Tree-Simple \ + p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require \ + p5-XML-RSS>=1.05:${PORTSDIR}/textproc/p5-XML-RSS + + +### --- MAILGATE --- +### Crypt::SSLeay +### Getopt::Long perl std +### LWP::Protocol::https +### LWP::UserAgent 6.0 +### Mozilla::CA +### Net::SSL +### Pod::Usage perl std + +MAILGATE_DEPS= p5-libwww>6.0:${PORTSDIR}/www/p5-libwww \ + p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \ + p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https \ + p5-Mozilla-CA>0:${PORTSDIR}/www/p5-Mozilla-CA + +### --- CLI --- +### Getopt::Long 2.24 perl std +### HTTP::Request::Common +### LWP +### Term::ReadKey +### Term::ReadLine perl std +### Text::ParseWords perl std + +CLI_DEPS= p5-HTTP-Message>0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-libwww>0:${PORTSDIR}/www/p5-libwww \ + p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey + +### --- DEVELOPER --- +### Email::Abstract +### File::Find perl std +### File::Which +### Locale::PO +### Log::Dispatch::Perl +### Mojo::DOM +### Plack::Middleware::Test::StashWarnings 0.06 +### Set::Tiny +### String::ShellQuote 0 # needed for gnupg-incoming.t +### Test::Builder 0.90 # needed for is_passing perl std +### Test::Deep 0 # needed for shredder tests +### Test::Email +### Test::Expect 0.31 +### Test::LongString +### Test::MockTime +### Test::NoWarnings +### Test::Warn +### Test::WWW::Mechanize 1.30 +### Test::WWW::Mechanize::PSGI +### WWW::Mechanize 1.52 +### XML::Simple + +DEVELOPER_DEPS= p5-Email-Abstract>0:${PORTSDIR}/mail/p5-Email-Abstract \ + p5-File-Which>0:${PORTSDIR}/sysutils/p5-File-Which \ + p5-Locale-PO>0:${PORTSDIR}/devel/p5-Locale-PO \ + p5-Log-Dispatch-Perl>0:${PORTSDIR}/devel/p5-Log-Dispatch-Perl \ + p5-Mojolicious>0:${PORTSDIR}/www/p5-Mojolicious \ + p5-Plack-Middleware-Test-StashWarnings>=0.06:${PORTSDIR}/www/p5-Plack-Middleware-Test-StashWarnings \ + p5-Set-Tiny>0:${PORTSDIR}/devel/p5-Set-Tiny \ + p5-String-ShellQuote>0:${PORTSDIR}/textproc/p5-String-ShellQuote \ + p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep \ + p5-Test-Email>0:${PORTSDIR}/mail/p5-Test-Email \ + p5-Test-Expect>=0.31:${PORTSDIR}/devel/p5-Test-Expect \ + p5-Test-LongString>0:${PORTSDIR}/devel/p5-Test-LongString \ + p5-Test-MockTime>0:${PORTSDIR}/devel/p5-Test-MockTime \ + p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings \ + p5-Test-WWW-Mechanize-PSGI>0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-PSGI \ + p5-Test-WWW-Mechanize>=1.30:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \ + p5-Test-Warn>0:${PORTSDIR}devel/p5-Test-Warn \ + p5-WWW-Mechanize>=1.52:${PORTSDIR}/www/p5-WWW-Mechanize \ + p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple + +### --- FASTCGI --- +### FCGI 0.74 +### FCGI::ProcManager + +FASTCGI_DEPS= p5-FCGI-ProcManager>0:${PORTSDIR}/www/p5-FCGI-ProcManager \ + p5-FCGI>=0.74:${PORTSDIR}/www/p5-FCGI + + +### --- MODPERL2 --- +### Apache::DBI + +MODPERL2_DEPS= p5-libapreq2>0:${PORTSDIR}/www/p5-libapreq2 \ + p5-Apache-DBI>0:${PORTSDIR}/www/p5-Apache-DBI + +### --- MYSQL --- +### DBD::mysql 2.1018 + +MYSQL_DEPS= p5-DBD-mysql>=2.1018:${PORTSDIR}/databases/p5-DBD-mysql + +### --- ORACLE --- +### DBD::Oracle (avoid 1.23 -- ports has 1.19) + +ORACLE_DEPS= p5-DBD-Oracle>0:${PORTSDIR}/databases/p5-DBD-Oracle + +### --- PG --- +### DBD::Pg 1.43 + +PG_DEPS= p5-DBD-Pg>=1.43:${PORTSDIR}/databases/p5-DBD-Pg + +### --- SQLITE --- +### DBD::SQLite 1.00 + +SQLITE_DEPS= p5-DBD-SQLite>=1.00:${PORTSDIR}/databases/p5-DBD-SQLite + +### --- GPG --- +### File::Which +### GnuPG::Interface +### PerlIO::eol + +GPG_DEPS= p5-File-Which>0:${PORTSDIR}/sysutils/p5-File-Which \ + p5-GnuPG-Interface>0:${PORTSDIR}/security/p5-GnuPG-Interface \ + p5-PerlIO-eol>0:${PORTSDIR}/devel/p5-PerlIO-eol + +### --- SMIME--- +### Crypt::X509 +### File::Which +### String::ShellQuote + +SMIME_DEPS= p5-Crypt-X509>0:${PORTSDIR}/security/p5-Crypt-X509 \ + p5-File-Which>0:${PORTSDIR}/sysutils/p5-File-Which \ + p5-String-ShellQuote>0:${PORTSDIR}/textproc/p5-String-ShellQuote + +### --- ICAL --- +### Data::ICal + +ICAL_DEPS= p5-Data-ICal>0:${PORTSDIR}/deskutils/p5-Data-ICal + +### --- DASHBOARDS --- +### MIME::Types +### URI 1.59 +### URI::QueryParam + +DASHBOARDS_DEPS= p5-HTML-RewriteAttributes>=0.05:${PORTSDIR}/textproc/p5-HTML-RewriteAttributes \ + p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types \ + p5-URI>=1.59:${PORTSDIR}/net/p5-URI + +### --- GRAPHVIZ --- +### GraphViz +### IPC::Run 0.90 + +GRAPHVIZ_DEPS= p5-GraphViz>0:${PORTSDIR}/graphics/p5-GraphViz \ + p5-IPC-Run>=0.90:${PORTSDIR}/devel/p5-IPC-Run + +### -- GD -- +### GD +### GD::Graph 1.47 +### GD::Text + +GD_DEPS= p5-GD>0:${PORTSDIR}/graphics/p5-GD \ + p5-GD-Graph>0:${PORTSDIR}/graphics/p5-GD-Graph \ + p5-GD-TextUtil>0:${PORTSDIR}/graphics/p5-GD-TextUtil + +### --- USERLOGO --- +### Convert::Color + +USERLOGO_DEPS= p5-Convert-Color>0:${PORTSDIR}/graphics/p5-Convert-Color + +### --- HTML-DOC --- +### HTML::Entities +### Pod::Simple 3.24 perl std + +HTML_DOC_DEPS= p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser + +### --- AVOID --- +### 'DBD::Oracle' => [qw(1.23)], +### 'Devel::StackTrace' => [qw(1.28 1.29)], Added: head/www/rt42/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rt42/distinfo Wed Nov 27 00:11:22 2013 (r334987) @@ -0,0 +1,2 @@ +SHA256 (rt-4.2.1.tar.gz) = 5c83b7d2869bcf59f8f26b5ef38ec80cecd711609b960eb91a6a796971eddc3c +SIZE (rt-4.2.1.tar.gz) = 7630594 Added: head/www/rt42/files/extra-patch-noportdocs-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rt42/files/extra-patch-noportdocs-Makefile.in Wed Nov 27 00:11:22 2013 (r334987) @@ -0,0 +1,20 @@ +--- Makefile.in.orig 2011-10-07 09:19:16.000000000 +0200 ++++ Makefile.in 2011-10-07 09:18:51.000000000 +0200 +@@ -404,16 +404,7 @@ + + + doc-install: +-@COMMENT_INPLACE_LAYOUT@ # RT 3.0.0 - RT 3.0.2 would accidentally create a file instead of a dir +-@COMMENT_INPLACE_LAYOUT@ -[ -f $(DESTDIR)$(RT_DOC_PATH) ] && rm $(DESTDIR)$(RT_DOC_PATH) +-@COMMENT_INPLACE_LAYOUT@ [ -d $(DESTDIR)$(RT_DOC_PATH) ] || $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_DOC_PATH) +-@COMMENT_INPLACE_LAYOUT@ -( cd docs && find . -type d -print ) | while read dir ; do \ +-@COMMENT_INPLACE_LAYOUT@ $(INSTALL) -m 0755 -d "$(DESTDIR)$(RT_DOC_PATH)/$$dir" ; \ +-@COMMENT_INPLACE_LAYOUT@ done +-@COMMENT_INPLACE_LAYOUT@ -( cd docs && find . -type f -print ) | while read file ; do \ +-@COMMENT_INPLACE_LAYOUT@ $(INSTALL) -m 0644 "docs/$$file" "$(DESTDIR)$(RT_DOC_PATH)/$$file" ; \ +-@COMMENT_INPLACE_LAYOUT@ done +-@COMMENT_INPLACE_LAYOUT@ -$(INSTALL) -m 0644 ./README $(DESTDIR)$(RT_DOC_PATH)/ ++@COMMENT_INPLACE_LAYOUT@ /usr/bin/true + + + etc-install: Added: head/www/rt42/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rt42/files/patch-Makefile.in Wed Nov 27 00:11:22 2013 (r334987) @@ -0,0 +1,79 @@ +--- ./Makefile.in.orig 2013-11-13 18:25:50.000000000 +0000 ++++ ./Makefile.in 2013-11-25 07:19:20.572253485 +0000 +@@ -59,7 +59,7 @@ + + CONFIG_FILE_PATH = @CONFIG_FILE_PATH_R@ + CONFIG_FILE = $(CONFIG_FILE_PATH)/RT_Config.pm +-SITE_CONFIG_FILE = $(CONFIG_FILE_PATH)/RT_SiteConfig.pm ++SITE_CONFIG_FILE = $(CONFIG_FILE_PATH)/RT_SiteConfig.pm-dist + + + RT_VERSION_MAJOR = @RT_VERSION_MAJOR@ +@@ -106,7 +106,7 @@ + RT_LEXICON_PATH = @RT_LEXICON_PATH_R@ + RT_STATIC_PATH = @RT_STATIC_PATH_R@ + RT_LOCAL_PATH = @RT_LOCAL_PATH_R@ +-LOCAL_PLUGIN_PATH = @RT_LOCAL_PATH_R@/plugins ++LOCAL_PLUGIN_PATH = @RT_LOCAL_PATH_R@/share/rt42/plugins + LOCAL_ETC_PATH = @LOCAL_ETC_PATH_R@ + LOCAL_LIB_PATH = @LOCAL_LIB_PATH_R@ + LOCAL_LEXICON_PATH = @LOCAL_LEXICON_PATH_R@ +@@ -267,16 +267,13 @@ + depends: fixdeps + + fixdeps: +- $(PERL) ./sbin/rt-test-dependencies --verbose --install --with-$(DB_TYPE) $(my_with_web_handlers) ++ $(PERL) ./sbin/rt-test-dependencies --verbose --with-$(DB_TYPE) $(my_with_web_handlers) + + #}}} + + fixperms: + # Make the libraries readable + chmod $(RT_READABLE_DIR_MODE) $(DESTDIR)$(RT_PATH) +- chown -R $(LIBS_OWNER) $(DESTDIR)$(RT_LIB_PATH) +- chgrp -R $(LIBS_GROUP) $(DESTDIR)$(RT_LIB_PATH) +- chmod -R u+rwX,go-w,go+rX $(DESTDIR)$(RT_LIB_PATH) + + + chmod $(RT_READABLE_DIR_MODE) $(DESTDIR)$(RT_BIN_PATH) +@@ -298,14 +295,6 @@ + # Make the system binaries executable also + cd $(DESTDIR)$(RT_SBIN_PATH) && ( chmod 0755 $(SYSTEM_BINARIES) ; chown $(BIN_OWNER) $(SYSTEM_BINARIES); chgrp $(RTGROUP) $(SYSTEM_BINARIES)) + +- # Make upgrade scripts executable if they are in the source. +- # +- # Note that we use the deprecated (by GNU/POSIX find) -perm +0NNN syntax +- # instead of -perm /0NNN since BSD find doesn't support the latter. +- ( cd etc/upgrade && find . -type f -not -name '*.in' -perm +0111 -print ) | while read file ; do \ +- chmod a+x "$(DESTDIR)$(RT_ETC_PATH)/upgrade/$$file" ; \ +- done +- + # Make the web ui readable by all. + chmod -R u+rwX,go-w,go+rX $(DESTDIR)$(MASON_HTML_PATH) \ + $(DESTDIR)$(MASON_LOCAL_HTML_PATH) \ +@@ -352,9 +341,9 @@ + $(INSTALL) -m 0755 -d $(DESTDIR)$(LOCAL_LEXICON_PATH) + $(INSTALL) -m 0755 -d $(DESTDIR)$(LOCAL_STATIC_PATH) + +-install: testdeps config-install dirs files-install fixperms instruct ++install: config-install dirs files-install + +-files-install: libs-install etc-install config-install bin-install sbin-install html-install local-install doc-install font-install po-install static-install ++files-install: libs-install etc-install config-install bin-install sbin-install html-install doc-install font-install po-install static-install + + config-install: + @COMMENT_INPLACE_LAYOUT@ $(INSTALL) -m 0755 -o $(BIN_OWNER) -g $(RTGROUP) -d $(DESTDIR)$(CONFIG_FILE_PATH) +@@ -449,13 +438,6 @@ + @COMMENT_INPLACE_LAYOUT@ for file in $(ETC_FILES) ; do \ + @COMMENT_INPLACE_LAYOUT@ $(INSTALL) -m 0644 "etc/$$file" "$(DESTDIR)$(RT_ETC_PATH)/" ; \ + @COMMENT_INPLACE_LAYOUT@ done +-@COMMENT_INPLACE_LAYOUT@ [ -d $(DESTDIR)$(RT_ETC_PATH)/upgrade ] || $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_ETC_PATH)/upgrade +-@COMMENT_INPLACE_LAYOUT@ -( cd etc/upgrade && find . -type d -print ) | while read dir ; do \ +-@COMMENT_INPLACE_LAYOUT@ $(INSTALL) -m 0755 -d "$(DESTDIR)$(RT_ETC_PATH)/upgrade/$$dir" ; \ +-@COMMENT_INPLACE_LAYOUT@ done +-@COMMENT_INPLACE_LAYOUT@ -( cd etc/upgrade && find . -type f -not -name '*.in' -print ) | while read file ; do \ +-@COMMENT_INPLACE_LAYOUT@ $(INSTALL) -m 0644 "etc/upgrade/$$file" "$(DESTDIR)$(RT_ETC_PATH)/upgrade/$$file" ; \ +-@COMMENT_INPLACE_LAYOUT@ done + + + sbin-install: Added: head/www/rt42/files/patch-aclocal.m4 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rt42/files/patch-aclocal.m4 Wed Nov 27 00:11:22 2013 (r334987) @@ -0,0 +1,11 @@ +--- ./aclocal.m4.orig 2013-11-13 18:25:50.000000000 +0000 ++++ ./aclocal.m4 2013-11-24 17:58:35.428302772 +0000 +@@ -79,7 +79,7 @@ + s/^#.*$//m; + s/^\s+//gim; + s/\s+$/\n/gim; +- s/\+$/\/rt3/gim; ++ s/\+$/\/rt42/gim; + # m4 will not let us just use $1, we need @S|@1 + s/^\s*((?:bin|sbin|libexec|data|sysconf|sharedstate|localstate|lib|include|oldinclude|info|man|html)dir)\s*:\s*(.*)$/@S|@1=@S|@2/gim; + s/^\s*(.*?)\s*:\s*(.*)$/\(test "x\@S|@@S|@1" = "xNONE" || test "x\@S|@@S|@1" = "x") && @S|@1=@S|@2/gim; Added: head/www/rt42/files/patch-config.layout ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rt42/files/patch-config.layout Wed Nov 27 00:11:22 2013 (r334987) @@ -0,0 +1,32 @@ +--- ./config.layout.orig 2013-11-13 18:25:50.000000000 +0000 ++++ ./config.layout 2013-11-24 17:58:35.433301257 +0000 +@@ -110,7 +110,7 @@ + sysconfdir: ${prefix}/etc+ + mandir: ${prefix}/man + plugindir: ${prefix}/plugins +- libdir: ${prefix}/lib+ ++ libdir: /usr/local/lib/perl5/site_perl/5.16 + datadir: ${prefix}/share+ + htmldir: ${datadir}/html + lexdir: ${datadir}/po +@@ -149,13 +149,13 @@ + logfiledir: ${localstatedir}/log + masonstatedir: ${localstatedir}/mason_data + sessionstatedir: ${localstatedir}/session_data +- customdir: ${prefix}/local +- custometcdir: ${customdir}/etc +- customhtmldir: ${customdir}/html +- customlexdir: ${customdir}/po +- customstaticdir: ${customdir}/static +- customlibdir: ${customdir}/lib +- customplugindir: ${customdir}/plugins ++ customdir: ${prefix} ++ custometcdir: ${datadir}/etc ++ customhtmldir: ${customdir}/www+ ++ customlexdir: ${datadir}/po ++ customstaticdir: ${datadir}/static ++ customlibdir: ${datadir}/lib ++ customplugindir: ${datadir}/plugins + + + # RH path layout. Added: head/www/rt42/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rt42/files/pkg-message.in Wed Nov 27 00:11:22 2013 (r334987) @@ -0,0 +1,47 @@ +===================================================================== + +To initialize RT's database: + +$ sudo perl rt-setup-database --action init --dba dba --dba-password X + +To clear a previously created RT database: + +$ sudo perl rt-setup-database --action drop --dba dba --dba-password X + +To complete the installation of this port, please follow these steps: + +1. Edit %%RT_ETC_PATH%%/RT_SiteConfig.pm, by referring to + the default config file (%%RT_ETC_PATH%%/RT_Config.pm). +2. Configure the email and web gateways. Please refer to + 'SETTING UP THE MAIL GATEWAY' in %%DOCSDIR%%/README +3. Restart Apache or whichever web delivery mechanism you selected.. +4. Do remember to *CHANGE* the root's password for the web interface. + The default is "password" (without the quotes.) +5. Configure RT per the instructions at + http://www.bestpractical.com/rt/docs.html + +RT does not work with perl taint mode (-T) you must disable it. +Note, some other ports like devel/bugzilla have you add this to your +httpd.conf. This isn't actually a flaw of RT, but of a subset of the +CPAN modules that RT uses. + +If you're upgrading RT then it is worth reading the UPGRADING document +at this point. Some extension you're using may have been integrated +into core. It's recommended to use new clean directory when you're +upgrading to new release (for example from 4.0.x to 4.2.x). + +To upgrade your database schema, preserving ticket history: + +1. Backup your RT database. +2. If upgrading to a new major release, create a new database named + rt4 with appropriate rights for the rt_user and reload your + database backup into it. +3. Run: + +# /usr/local/sbin/rt-setup-database \ + --datadir %%DOCSDIR%%/upgrade \ + --action upgrade --prompt-for-dba-password + +and answer the prompts. + +===================================================================== Added: head/www/rt42/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rt42/pkg-descr Wed Nov 27 00:11:22 2013 (r334987) @@ -0,0 +1,7 @@ +RT is a battle-tested issue tracking system which thousands of +organizations use for bug tracking, help desk ticketing, customer +service, workflow processes, change management, network operations, +youth counselling and even more. Organizations around the world have +been running smoothly thanks to RT for over 10 years. + +WWW: http://www.bestpractical.com/rt/ Added: head/www/rt42/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rt42/pkg-plist Wed Nov 27 00:11:22 2013 (r334987) @@ -0,0 +1,1799 @@ +@group rt +bin/rt +bin/rt-crontool +bin/rt-mailgate +@mode 0440 +etc/rt42/RT_Config.pm +@unexec if cmp -s %D/etc/rt42/RT_SiteConfig.pm-dist %D/etc/rt42/RT_SiteConfig.pm ; then rm -f %D/etc/rt42/RT_SiteConfig.pm; fi +etc/rt42/RT_SiteConfig.pm-dist +@exec [ -f %B/RT_SiteConfig.pm ] || cp -p %D/%F %B/RT_SiteConfig.pm +@mode +etc/rt42/acl.Oracle +etc/rt42/acl.Pg +etc/rt42/acl.mysql +etc/rt42/initialdata +etc/rt42/schema.Oracle +etc/rt42/schema.Pg +etc/rt42/schema.SQLite +etc/rt42/schema.mysql +@exec chmod 0750 %D/etc/rt42 +@exec chgrp rt %D/etc/rt42 +@group +%%SITE_PERL%%/RT.pm +%%SITE_PERL%%/RT/ACE.pm +%%SITE_PERL%%/RT/ACL.pm +%%SITE_PERL%%/RT/Action.pm +%%SITE_PERL%%/RT/Action/AutoOpen.pm +%%SITE_PERL%%/RT/Action/AutoOpenInactive.pm +%%SITE_PERL%%/RT/Action/Autoreply.pm +%%SITE_PERL%%/RT/Action/CreateTickets.pm +%%SITE_PERL%%/RT/Action/EscalatePriority.pm +%%SITE_PERL%%/RT/Action/ExtractSubjectTag.pm +%%SITE_PERL%%/RT/Action/LinearEscalate.pm +%%SITE_PERL%%/RT/Action/Notify.pm +%%SITE_PERL%%/RT/Action/NotifyAsComment.pm +%%SITE_PERL%%/RT/Action/NotifyGroup.pm +%%SITE_PERL%%/RT/Action/NotifyGroupAsComment.pm +%%SITE_PERL%%/RT/Action/OpenOnStarted.pm +%%SITE_PERL%%/RT/Action/RecordComment.pm +%%SITE_PERL%%/RT/Action/RecordCorrespondence.pm +%%SITE_PERL%%/RT/Action/SendEmail.pm +%%SITE_PERL%%/RT/Action/SendForward.pm +%%SITE_PERL%%/RT/Action/SetPriority.pm +%%SITE_PERL%%/RT/Action/SetStatus.pm +%%SITE_PERL%%/RT/Action/UserDefined.pm +%%SITE_PERL%%/RT/Approval.pm +%%SITE_PERL%%/RT/Approval/Rule.pm +%%SITE_PERL%%/RT/Approval/Rule/Created.pm +%%SITE_PERL%%/RT/Approval/Rule/NewPending.pm +%%SITE_PERL%%/RT/Approval/Rule/Passed.pm +%%SITE_PERL%%/RT/Approval/Rule/Rejected.pm +%%SITE_PERL%%/RT/Article.pm +%%SITE_PERL%%/RT/Articles.pm +%%SITE_PERL%%/RT/Attachment.pm +%%SITE_PERL%%/RT/Attachments.pm +%%SITE_PERL%%/RT/Attribute.pm +%%SITE_PERL%%/RT/Attributes.pm +%%SITE_PERL%%/RT/Base.pm +%%SITE_PERL%%/RT/CachedGroupMember.pm +%%SITE_PERL%%/RT/CachedGroupMembers.pm +%%SITE_PERL%%/RT/Class.pm +%%SITE_PERL%%/RT/Classes.pm +%%SITE_PERL%%/RT/Condition.pm +%%SITE_PERL%%/RT/Condition/AnyTransaction.pm +%%SITE_PERL%%/RT/Condition/BeforeDue.pm +%%SITE_PERL%%/RT/Condition/CloseTicket.pm +%%SITE_PERL%%/RT/Condition/Overdue.pm +%%SITE_PERL%%/RT/Condition/OwnerChange.pm +%%SITE_PERL%%/RT/Condition/PriorityChange.pm +%%SITE_PERL%%/RT/Condition/PriorityExceeds.pm +%%SITE_PERL%%/RT/Condition/QueueChange.pm +%%SITE_PERL%%/RT/Condition/ReopenTicket.pm +%%SITE_PERL%%/RT/Condition/StatusChange.pm +%%SITE_PERL%%/RT/Condition/UserDefined.pm +%%SITE_PERL%%/RT/Config.pm +%%SITE_PERL%%/RT/Crypt.pm +%%SITE_PERL%%/RT/Crypt/GnuPG.pm +%%SITE_PERL%%/RT/Crypt/GnuPG/CRLFHandle.pm +%%SITE_PERL%%/RT/Crypt/Role.pm +%%SITE_PERL%%/RT/Crypt/SMIME.pm +%%SITE_PERL%%/RT/CurrentUser.pm +%%SITE_PERL%%/RT/CustomField.pm +%%SITE_PERL%%/RT/CustomFieldValue.pm +%%SITE_PERL%%/RT/CustomFieldValues.pm +%%SITE_PERL%%/RT/CustomFieldValues/External.pm +%%SITE_PERL%%/RT/CustomFieldValues/Groups.pm +%%SITE_PERL%%/RT/CustomFields.pm +%%SITE_PERL%%/RT/Dashboard.pm +%%SITE_PERL%%/RT/Dashboard/Mailer.pm +%%SITE_PERL%%/RT/Dashboards.pm +%%SITE_PERL%%/RT/Date.pm +%%SITE_PERL%%/RT/DependencyWalker.pm +%%SITE_PERL%%/RT/DependencyWalker/FindDependencies.pm +%%SITE_PERL%%/RT/EmailParser.pm +%%SITE_PERL%%/RT/Generated.pm +%%SITE_PERL%%/RT/Generated.pm.in +%%SITE_PERL%%/RT/Graph/Tickets.pm +%%SITE_PERL%%/RT/Group.pm +%%SITE_PERL%%/RT/GroupMember.pm +%%SITE_PERL%%/RT/GroupMembers.pm +%%SITE_PERL%%/RT/Groups.pm +%%SITE_PERL%%/RT/Handle.pm +%%SITE_PERL%%/RT/I18N.pm +%%SITE_PERL%%/RT/I18N/cs.pm +%%SITE_PERL%%/RT/I18N/de.pm +%%SITE_PERL%%/RT/I18N/fr.pm +%%SITE_PERL%%/RT/I18N/i_default.pm +%%SITE_PERL%%/RT/I18N/ru.pm +%%SITE_PERL%%/RT/Installer.pm +%%SITE_PERL%%/RT/Interface/CLI.pm +%%SITE_PERL%%/RT/Interface/Email.pm +%%SITE_PERL%%/RT/Interface/Email/Auth/Crypt.pm +%%SITE_PERL%%/RT/Interface/Email/Auth/MailFrom.pm +%%SITE_PERL%%/RT/Interface/REST.pm +%%SITE_PERL%%/RT/Interface/Web.pm +%%SITE_PERL%%/RT/Interface/Web/Handler.pm +%%SITE_PERL%%/RT/Interface/Web/Menu.pm +%%SITE_PERL%%/RT/Interface/Web/QueryBuilder.pm +%%SITE_PERL%%/RT/Interface/Web/QueryBuilder/Tree.pm +%%SITE_PERL%%/RT/Interface/Web/Request.pm +%%SITE_PERL%%/RT/Interface/Web/Session.pm +%%SITE_PERL%%/RT/Lifecycle.pm +%%SITE_PERL%%/RT/Lifecycle/Ticket.pm +%%SITE_PERL%%/RT/Link.pm +%%SITE_PERL%%/RT/Links.pm +%%SITE_PERL%%/RT/Migrate.pm +%%SITE_PERL%%/RT/Migrate/Importer.pm +%%SITE_PERL%%/RT/Migrate/Importer/File.pm +%%SITE_PERL%%/RT/Migrate/Incremental.pm +%%SITE_PERL%%/RT/Migrate/Serializer.pm +%%SITE_PERL%%/RT/Migrate/Serializer/File.pm +%%SITE_PERL%%/RT/Migrate/Serializer/IncrementalRecord.pm +%%SITE_PERL%%/RT/Migrate/Serializer/IncrementalRecords.pm +%%SITE_PERL%%/RT/ObjectClass.pm +%%SITE_PERL%%/RT/ObjectClasses.pm +%%SITE_PERL%%/RT/ObjectCustomField.pm +%%SITE_PERL%%/RT/ObjectCustomFieldValue.pm +%%SITE_PERL%%/RT/ObjectCustomFieldValues.pm +%%SITE_PERL%%/RT/ObjectCustomFields.pm +%%SITE_PERL%%/RT/ObjectScrip.pm +%%SITE_PERL%%/RT/ObjectScrips.pm +%%SITE_PERL%%/RT/ObjectTopic.pm +%%SITE_PERL%%/RT/ObjectTopics.pm +%%SITE_PERL%%/RT/PlackRunner.pm +%%SITE_PERL%%/RT/Plugin.pm +%%SITE_PERL%%/RT/Pod/HTML.pm +%%SITE_PERL%%/RT/Pod/HTMLBatch.pm +%%SITE_PERL%%/RT/Pod/Search.pm +%%SITE_PERL%%/RT/Principal.pm +%%SITE_PERL%%/RT/Principals.pm +%%SITE_PERL%%/RT/Queue.pm +%%SITE_PERL%%/RT/Queues.pm +%%SITE_PERL%%/RT/Record.pm +%%SITE_PERL%%/RT/Record/AddAndSort.pm +%%SITE_PERL%%/RT/Record/Role.pm +%%SITE_PERL%%/RT/Record/Role/Lifecycle.pm +%%SITE_PERL%%/RT/Record/Role/Links.pm +%%SITE_PERL%%/RT/Record/Role/Rights.pm +%%SITE_PERL%%/RT/Record/Role/Roles.pm +%%SITE_PERL%%/RT/Record/Role/Status.pm +%%SITE_PERL%%/RT/Reminders.pm +%%SITE_PERL%%/RT/Report/Tickets.pm +%%SITE_PERL%%/RT/Report/Tickets/Entry.pm +%%SITE_PERL%%/RT/Rule.pm +%%SITE_PERL%%/RT/Ruleset.pm +%%SITE_PERL%%/RT/SQL.pm +%%SITE_PERL%%/RT/SavedSearch.pm +%%SITE_PERL%%/RT/SavedSearches.pm +%%SITE_PERL%%/RT/Scrip.pm +%%SITE_PERL%%/RT/ScripAction.pm +%%SITE_PERL%%/RT/ScripActions.pm +%%SITE_PERL%%/RT/ScripCondition.pm +%%SITE_PERL%%/RT/ScripConditions.pm +%%SITE_PERL%%/RT/Scrips.pm +%%SITE_PERL%%/RT/Search.pm +%%SITE_PERL%%/RT/Search/ActiveTicketsInQueue.pm +%%SITE_PERL%%/RT/Search/FromSQL.pm +%%SITE_PERL%%/RT/Search/Simple.pm +%%SITE_PERL%%/RT/SearchBuilder.pm +%%SITE_PERL%%/RT/SearchBuilder/AddAndSort.pm +%%SITE_PERL%%/RT/SearchBuilder/Role.pm +%%SITE_PERL%%/RT/SearchBuilder/Role/Roles.pm +%%SITE_PERL%%/RT/SharedSetting.pm +%%SITE_PERL%%/RT/SharedSettings.pm +%%SITE_PERL%%/RT/Shredder.pm +%%SITE_PERL%%/RT/Shredder/ACE.pm +%%SITE_PERL%%/RT/Shredder/Attachment.pm +%%SITE_PERL%%/RT/Shredder/CachedGroupMember.pm +%%SITE_PERL%%/RT/Shredder/Constants.pm +%%SITE_PERL%%/RT/Shredder/CustomField.pm +%%SITE_PERL%%/RT/Shredder/CustomFieldValue.pm +%%SITE_PERL%%/RT/Shredder/Dependencies.pm +%%SITE_PERL%%/RT/Shredder/Dependency.pm +%%SITE_PERL%%/RT/Shredder/Exceptions.pm +%%SITE_PERL%%/RT/Shredder/Group.pm +%%SITE_PERL%%/RT/Shredder/GroupMember.pm +%%SITE_PERL%%/RT/Shredder/Link.pm +%%SITE_PERL%%/RT/Shredder/ObjectCustomFieldValue.pm +%%SITE_PERL%%/RT/Shredder/POD.pm +%%SITE_PERL%%/RT/Shredder/Plugin.pm +%%SITE_PERL%%/RT/Shredder/Plugin/Attachments.pm +%%SITE_PERL%%/RT/Shredder/Plugin/Base.pm +%%SITE_PERL%%/RT/Shredder/Plugin/Base/Dump.pm +%%SITE_PERL%%/RT/Shredder/Plugin/Base/Search.pm +%%SITE_PERL%%/RT/Shredder/Plugin/Objects.pm +%%SITE_PERL%%/RT/Shredder/Plugin/SQLDump.pm +%%SITE_PERL%%/RT/Shredder/Plugin/Summary.pm +%%SITE_PERL%%/RT/Shredder/Plugin/Tickets.pm +%%SITE_PERL%%/RT/Shredder/Plugin/Users.pm +%%SITE_PERL%%/RT/Shredder/Principal.pm +%%SITE_PERL%%/RT/Shredder/Queue.pm +%%SITE_PERL%%/RT/Shredder/Record.pm +%%SITE_PERL%%/RT/Shredder/Scrip.pm +%%SITE_PERL%%/RT/Shredder/ScripAction.pm +%%SITE_PERL%%/RT/Shredder/ScripCondition.pm +%%SITE_PERL%%/RT/Shredder/Template.pm +%%SITE_PERL%%/RT/Shredder/Ticket.pm +%%SITE_PERL%%/RT/Shredder/Transaction.pm +%%SITE_PERL%%/RT/Shredder/User.pm +%%SITE_PERL%%/RT/Squish.pm +%%SITE_PERL%%/RT/Squish/CSS.pm +%%SITE_PERL%%/RT/Squish/JS.pm *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 00:14:57 2013 Return-Path: Delivered-To: svn-ports-head@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 B1885CAD; Wed, 27 Nov 2013 00:14:57 +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 A11052929; Wed, 27 Nov 2013 00:14: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 rAR0EvYl006704; Wed, 27 Nov 2013 00:14:57 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR0EvE8006702; Wed, 27 Nov 2013 00:14:57 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201311270014.rAR0EvE8006702@svn.freebsd.org> From: Matthew Seaman Date: Wed, 27 Nov 2013 00:14:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334988 - head/www/rt40 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.16 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, 27 Nov 2013 00:14:57 -0000 Author: matthew Date: Wed Nov 27 00:14:57 2013 New Revision: 334988 URL: http://svnweb.freebsd.org/changeset/ports/334988 Log: Add conflict with newly committed www/rt42 port. Modified: head/www/rt40/Makefile Modified: head/www/rt40/Makefile ============================================================================== --- head/www/rt40/Makefile Wed Nov 27 00:11:22 2013 (r334987) +++ head/www/rt40/Makefile Wed Nov 27 00:14:57 2013 (r334988) @@ -9,7 +9,7 @@ MASTER_SITES= http://download.bestpracti MAINTAINER= matthew@FreeBSD.org COMMENT= RT is an industrial-grade ticketing system written in Perl -CONFLICTS= rt-3.8* brlcad-[0-9]* +CONFLICTS= rt-3.8* rt42-4.2* brlcad-[0-9]* PKGNAMESUFFIX= 40 NEED_ROOT= yes From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 00:27:52 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 ESMTPS id 59934FB3; Wed, 27 Nov 2013 00:27:52 +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 4923A29CC; Wed, 27 Nov 2013 00:27:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR0RqL0010411; Wed, 27 Nov 2013 00:27:52 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR0RqYN010410; Wed, 27 Nov 2013 00:27:52 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201311270027.rAR0RqYN010410@svn.freebsd.org> From: Matthew Seaman Date: Wed, 27 Nov 2013 00:27:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334989 - head/www/rt42 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.16 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, 27 Nov 2013 00:27:52 -0000 Author: matthew Date: Wed Nov 27 00:27:51 2013 New Revision: 334989 URL: http://svnweb.freebsd.org/changeset/ports/334989 Log: Fix CONFLICTS Modified: head/www/rt42/Makefile Modified: head/www/rt42/Makefile ============================================================================== --- head/www/rt42/Makefile Wed Nov 27 00:14:57 2013 (r334988) +++ head/www/rt42/Makefile Wed Nov 27 00:27:51 2013 (r334989) @@ -9,7 +9,7 @@ PKGNAMESUFFIX= 42 MAINTAINER= matthew@FreeBSD.org COMMENT= RT is an industrial-grade ticketing system written in Perl -CONFLICTS= rt-3.8* rt-4.0* brlcad-[0-9]* +CONFLICTS= rt-3.8* rt40-4.0* brlcad-[0-9]* NEED_ROOT= yes # See doc/web_deployment.pod for info on the choices of webserver / From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 01:10:08 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 ESMTPS id EEE3F4E0; Wed, 27 Nov 2013 01:10:08 +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 DEC0C2BE1; Wed, 27 Nov 2013 01:10:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR1A8Ql024230; Wed, 27 Nov 2013 01:10:08 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR1A8A1024229; Wed, 27 Nov 2013 01:10:08 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201311270110.rAR1A8A1024229@svn.freebsd.org> From: Steve Wills Date: Wed, 27 Nov 2013 01:10:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334990 - head/lang/ruby20 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.16 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, 27 Nov 2013 01:10:09 -0000 Author: swills Date: Wed Nov 27 01:10:08 2013 New Revision: 334990 URL: http://svnweb.freebsd.org/changeset/ports/334990 Log: - Remove unneeded variables - Mark JOBS safe Modified: head/lang/ruby20/Makefile Modified: head/lang/ruby20/Makefile ============================================================================== --- head/lang/ruby20/Makefile Wed Nov 27 00:27:51 2013 (r334989) +++ head/lang/ruby20/Makefile Wed Nov 27 01:10:08 2013 (r334990) @@ -37,10 +37,6 @@ USE_BZIP2= yes USE_RUBY= yes RUBY_NO_BUILD_DEPENDS= yes RUBY_NO_RUN_DEPENDS= yes -_RUBY_SYSLIBDIR= ${PREFIX}/lib -_RUBY_EXTDIR= ${PREFIX}/lib/ruby19 - -MAKE_JOBS_UNSAFE= yes NO_LATEST_LINK= yes From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 01:10:25 2013 Return-Path: Delivered-To: svn-ports-head@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 D32925BA; Wed, 27 Nov 2013 01:10:25 +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 C25F12BE3; Wed, 27 Nov 2013 01:10:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR1APN7024494; Wed, 27 Nov 2013 01:10:25 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR1APQS024492; Wed, 27 Nov 2013 01:10:25 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311270110.rAR1APQS024492@svn.freebsd.org> From: Gerald Pfeifer Date: Wed, 27 Nov 2013 01:10:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334991 - head/lang/gcc49 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.16 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, 27 Nov 2013 01:10:25 -0000 Author: gerald Date: Wed Nov 27 01:10:25 2013 New Revision: 334991 URL: http://svnweb.freebsd.org/changeset/ports/334991 Log: Change PORTNAME from gcc to gcc49 to match the actual name of this port and avoid a package name collision with other GCC ports. This also allows us to remove LATEST_LINK. On the way update to the 20131124 snapshot of GCC 4.9.0. Modified: head/lang/gcc49/Makefile head/lang/gcc49/distinfo Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Wed Nov 27 01:10:08 2013 (r334990) +++ head/lang/gcc49/Makefile Wed Nov 27 01:10:25 2013 (r334991) @@ -1,12 +1,12 @@ # Created by: Gerald Pfeifer # $FreeBSD$ -PORTNAME= gcc -PORTVERSION= 4.9.0.20131020 -PORTREVISION= 1 +PORTNAME= gcc49 +PORTVERSION= 4.9.0.20131124 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${DISTVERSION} +DISTNAME= gcc-${DISTVERSION} MAINTAINER= gerald@FreeBSD.org COMMENT= GNU Compiler Collection 4.9 @@ -28,7 +28,6 @@ BUILD_DEPENDS+= runtest:${PORTSDIR}/misc DISTVERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.([0-9]+)/\1-\2/} GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} -LATEST_LINK= gcc${SUFFIX}${PKGNAMESUFFIX} ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 USES= gmake iconv perl5 USE_BINUTILS= yes Modified: head/lang/gcc49/distinfo ============================================================================== --- head/lang/gcc49/distinfo Wed Nov 27 01:10:08 2013 (r334990) +++ head/lang/gcc49/distinfo Wed Nov 27 01:10:25 2013 (r334991) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.9-20131020.tar.bz2) = dbb42ac3de84d0f05f07d0fbb34238e8463a2129521b3a165b5117c17ff9ae74 -SIZE (gcc-4.9-20131020.tar.bz2) = 83332124 +SHA256 (gcc-4.9-20131124.tar.bz2) = 0dc5d49c45a1a2e8075abc7e36a23fbf5bd35ff69ad1d4a601089af3ffe6fc20 +SIZE (gcc-4.9-20131124.tar.bz2) = 84417625 From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 01:56:48 2013 Return-Path: Delivered-To: svn-ports-head@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 33368E10; Wed, 27 Nov 2013 01:56:48 +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 22E282E5B; Wed, 27 Nov 2013 01:56:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR1ulJr040225; Wed, 27 Nov 2013 01:56:48 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR1ulj6040224; Wed, 27 Nov 2013 01:56:47 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201311270156.rAR1ulj6040224@svn.freebsd.org> From: Steve Wills Date: Wed, 27 Nov 2013 01:56:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334992 - head/lang/harbour 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.16 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, 27 Nov 2013 01:56:48 -0000 Author: swills Date: Wed Nov 27 01:56:47 2013 New Revision: 334992 URL: http://svnweb.freebsd.org/changeset/ports/334992 Log: - Update to new LIB_DEPENDS format as should have been done in previous commit Reported by: Gerald Pfeifer Modified: head/lang/harbour/Makefile Modified: head/lang/harbour/Makefile ============================================================================== --- head/lang/harbour/Makefile Wed Nov 27 01:10:25 2013 (r334991) +++ head/lang/harbour/Makefile Wed Nov 27 01:56:47 2013 (r334992) @@ -10,8 +10,8 @@ MASTER_SITES= SF/${PORTNAME}-project/sou MAINTAINER= m.tsatsenko@gmail.com COMMENT= An open source Clipper-compatible compiler -LIB_DEPENDS= slang:${PORTSDIR}/devel/libslang2\ - pcre:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2\ + libpcre.so:${PORTSDIR}/devel/pcre BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -104,7 +104,7 @@ MAKE_ENV+= HB_WITH_FIREBIRD=no .endif .if ${PORT_OPTIONS:MSQLITE} -LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3 MAKE_ENV+= HB_WITH_SQLITE3=nolocal PLIST_SUB+= SQLITE="" .else From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 02:52:02 2013 Return-Path: Delivered-To: svn-ports-head@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 A34EA35F; Wed, 27 Nov 2013 02:52:02 +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 8411B20E9; Wed, 27 Nov 2013 02:52:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR2q2FQ062259; Wed, 27 Nov 2013 02:52:02 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR2q2NE062256; Wed, 27 Nov 2013 02:52:02 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311270252.rAR2q2NE062256@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Wed, 27 Nov 2013 02:52:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334993 - head/devel/libbegemot 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.16 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, 27 Nov 2013 02:52:02 -0000 Author: danilo Date: Wed Nov 27 02:52:01 2013 New Revision: 334993 URL: http://svnweb.freebsd.org/changeset/ports/334993 Log: - Add stage support - Add one additional site in MASTER_SITES - Add LICENSE - Convert USE_GMAKE to USES (while here) - Remove the indefinite article from COMMENT PR: ports/184317 Submitted by: Ilya A. Arkhipov Modified: head/devel/libbegemot/Makefile head/devel/libbegemot/pkg-plist Modified: head/devel/libbegemot/Makefile ============================================================================== --- head/devel/libbegemot/Makefile Wed Nov 27 01:56:47 2013 (r334992) +++ head/devel/libbegemot/Makefile Wed Nov 27 02:52:01 2013 (r334993) @@ -5,23 +5,26 @@ PORTNAME= libbegemot PORTVERSION= 1.11 PORTREVISION= 3 CATEGORIES= devel -MASTER_SITES= http://people.freebsd.org/~harti/libbegemot/ -DISTNAME= libbegemot-${PORTVERSION} +MASTER_SITES= http://people.freebsd.org/~harti/libbegemot/ \ + http://m1cro.tk/ports/distfiles/libbegemot/ MAINTAINER= rum1cro@yandex.ru -COMMENT= A function library for begemot tools +COMMENT= Function library for begemot tools + +LICENSE= BSD2CLAUSE +LICENSE_NAME= FreeBSD BSD Variant (2 clause BSD) +LICENSE_FILE= ${WRKDIR}/libbegemot-${PORTVERSION}/COPYRIGHT +LICENSE_PERMS= auto-accept GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_AUTOTOOLS= automake:env autoconf:env libltdl libtool USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes -MAN1= cstrc.1 frame.1 getfields.1 intro.1 panic.1 prstat.1 readline.1 \ +MAN_FILES= cstrc.1 frame.1 getfields.1 intro.1 panic.1 prstat.1 readline.1 \ rpoll.1 strnchr.1 strnlen.1 strsave.1 strtrimsp.1 verb.1 xalloc.1 -MLINKS= xalloc.1 xrealloc.1 -NO_STAGE= yes run-autotools:: @(cd ${CONFIGURE_WRKSRC} && ${ACLOCAL} -I ${LIBTOOL_SHAREDIR}/libltdl/) @(cd ${CONFIGURE_WRKSRC} && ${AUTOCONF}) @@ -30,9 +33,9 @@ run-autotools:: ${WRKSRC}/configure post-install: -.for i in ${MAN1} +.for i in ${MAN_FILES} @${CP} ${WRKSRC}/${i:S/.1/.man/} ${WRKSRC}/${i} - ${INSTALL_MAN} ${WRKSRC}/${i} ${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${MANPREFIX}/man/man1 .endfor .include Modified: head/devel/libbegemot/pkg-plist ============================================================================== --- head/devel/libbegemot/pkg-plist Wed Nov 27 01:56:47 2013 (r334992) +++ head/devel/libbegemot/pkg-plist Wed Nov 27 02:52:01 2013 (r334993) @@ -1,6 +1,20 @@ +include/begemot.h +include/rpoll.h lib/libbegemot.a lib/libbegemot.la lib/libbegemot.so lib/libbegemot.so.1 -include/begemot.h -include/rpoll.h +man/man1/cstrc.1.gz +man/man1/frame.1.gz +man/man1/getfields.1.gz +man/man1/intro.1.gz +man/man1/panic.1.gz +man/man1/prstat.1.gz +man/man1/readline.1.gz +man/man1/rpoll.1.gz +man/man1/strnchr.1.gz +man/man1/strnlen.1.gz +man/man1/strsave.1.gz +man/man1/strtrimsp.1.gz +man/man1/verb.1.gz +man/man1/xalloc.1.gz From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 03:08:06 2013 Return-Path: Delivered-To: svn-ports-head@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 1FD7888C; Wed, 27 Nov 2013 03:08:06 +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 0E11E220E; Wed, 27 Nov 2013 03:08:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR385J8067780; Wed, 27 Nov 2013 03:08:05 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR385Lf067777; Wed, 27 Nov 2013 03:08:05 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311270308.rAR385Lf067777@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Wed, 27 Nov 2013 03:08:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334994 - head/www/redaxo 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.16 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, 27 Nov 2013 03:08:06 -0000 Author: danilo Date: Wed Nov 27 03:08:05 2013 New Revision: 334994 URL: http://svnweb.freebsd.org/changeset/ports/334994 Log: - Update from 4.5 to 4.5.1 - Add stage support - Use options helpers (while here) - Improve COMMENT PR: ports/184314 Submitted by: Marco Steinbach (maintainer) Modified: head/www/redaxo/Makefile head/www/redaxo/distinfo head/www/redaxo/pkg-plist Modified: head/www/redaxo/Makefile ============================================================================== --- head/www/redaxo/Makefile Wed Nov 27 02:52:01 2013 (r334993) +++ head/www/redaxo/Makefile Wed Nov 27 03:08:05 2013 (r334994) @@ -2,17 +2,18 @@ # $FreeBSD$ PORTNAME= redaxo -PORTVERSION= 4.5 +PORTVERSION= 4.5.1 CATEGORIES= www MASTER_SITES= http://www.redaxo.org/files/ -DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/} +DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/g} MAINTAINER= coco@executive-computing.de -COMMENT= The REDAXO content management system +COMMENT= REDAXO content management system LICENSE= GPLv2 NO_BUILD= yes + SUB_FILES+= pkg-message pkg-deinstall USE_PHP= mysql session xml zlib USE_ZIP= yes @@ -25,20 +26,11 @@ GD_DESC= Enable Image Manager extension OPTIONS_DEFAULT= APACHE MYSQLS GD -NO_STAGE= yes -.include +MYSQLS_USE= MYSQL=server + +APACHE_USE= APACHE_RUN=22 -.if ${PORT_OPTIONS:MMYSQLS} -USE_MYSQL= server -.endif - -.if ${PORT_OPTIONS:MAPACHE} -USE_APACHE_RUN= 22 -.endif - -.if ${PORT_OPTIONS:MGD} -USE_PHP+= gd -.endif +GD_USE= PHP=gd do-extract: @${INSTALL} -d ${WRKDIR} @@ -47,10 +39,6 @@ do-extract: do-install: cd ${WRKSRC} && \ ${FIND} . | \ - ${CPIO} --quiet -pdm -R ${WWWOWN}:${WWWGRP} ${WWWDIR} - -post-install: - @${CAT} ${PKGMESSAGE} + ${CPIO} --quiet -pdm ${STAGEDIR}${WWWDIR} -.include -.include +.include Modified: head/www/redaxo/distinfo ============================================================================== --- head/www/redaxo/distinfo Wed Nov 27 02:52:01 2013 (r334993) +++ head/www/redaxo/distinfo Wed Nov 27 03:08:05 2013 (r334994) @@ -1,2 +1,2 @@ -SHA256 (redaxo4_5.zip) = f2563ba294b138298054b38c3628f1769ef2f46d0748d87f2af7f60b74d73778 -SIZE (redaxo4_5.zip) = 5601607 +SHA256 (redaxo4_5_1.zip) = f11f6223a0df448c1228dcb4d5e99d739f6edde2a317529008cb951875f6043d +SIZE (redaxo4_5_1.zip) = 5888768 Modified: head/www/redaxo/pkg-plist ============================================================================== --- head/www/redaxo/pkg-plist Wed Nov 27 02:52:01 2013 (r334993) +++ head/www/redaxo/pkg-plist Wed Nov 27 03:08:05 2013 (r334994) @@ -1,3 +1,5 @@ +@group www +@owner www %%WWWDIR%%/_htaccess %%WWWDIR%%/_lastchanges.txt %%WWWDIR%%/_lizenz.txt @@ -93,6 +95,7 @@ %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/help.inc.php %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/install.inc.php %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/lang/de_de.lang +%%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/lang/en_gb.lang %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/uninstall.inc.php %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/vendor/simplepie.inc.php %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/classes/class.dashboard.inc.php @@ -101,6 +104,7 @@ %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/help.inc.php %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/install.inc.php %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/lang/de_de.lang +%%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/lang/en_gb.lang %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/uninstall.inc.php %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/classes/class.dashboard.inc.php %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/config.inc.php @@ -108,6 +112,7 @@ %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/help.inc.php %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/install.inc.php %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/lang/de_de.lang +%%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/lang/en_gb.lang %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/uninstall.inc.php %%WWWDIR%%/redaxo/include/addons/be_dashboard/settings/.readme.txt %%WWWDIR%%/redaxo/include/addons/be_dashboard/uninstall.inc.php @@ -247,12 +252,14 @@ %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/article_status/help.inc.php %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/article_status/install.inc.php %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/article_status/lang/de_de.lang +%%WWWDIR%%/redaxo/include/addons/cronjob/plugins/article_status/lang/en_gb.lang %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/article_status/uninstall.inc.php %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables/classes/class.cronjob.inc.php %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables/config.inc.php %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables/help.inc.php %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables/install.inc.php %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables/lang/de_de.lang +%%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables/lang/en_gb.lang %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables/uninstall.inc.php %%WWWDIR%%/redaxo/include/addons/cronjob/uninstall.inc.php %%WWWDIR%%/redaxo/include/addons/cronjob/uninstall.sql @@ -269,6 +276,7 @@ %%WWWDIR%%/redaxo/include/addons/image_manager/classes/effects/class.rex_effect_insert_image.inc.php %%WWWDIR%%/redaxo/include/addons/image_manager/classes/effects/class.rex_effect_mirror.inc.php %%WWWDIR%%/redaxo/include/addons/image_manager/classes/effects/class.rex_effect_resize.inc.php +%%WWWDIR%%/redaxo/include/addons/image_manager/classes/effects/class.rex_effect_rounded_corners.inc.php %%WWWDIR%%/redaxo/include/addons/image_manager/classes/effects/class.rex_effect_workspace.inc.php %%WWWDIR%%/redaxo/include/addons/image_manager/config.inc.php %%WWWDIR%%/redaxo/include/addons/image_manager/functions/function_rex_effects.inc.php @@ -285,6 +293,10 @@ %%WWWDIR%%/redaxo/include/addons/image_manager/pages/overview.inc.php %%WWWDIR%%/redaxo/include/addons/image_manager/pages/settings.inc.php %%WWWDIR%%/redaxo/include/addons/image_manager/pages/types.inc.php +%%WWWDIR%%/redaxo/include/addons/image_manager/plugins/pdf2img/classes/class.rex_image_manager_pdf2img.inc.php +%%WWWDIR%%/redaxo/include/addons/image_manager/plugins/pdf2img/config.inc.php +%%WWWDIR%%/redaxo/include/addons/image_manager/plugins/pdf2img/install.inc.php +%%WWWDIR%%/redaxo/include/addons/image_manager/plugins/pdf2img/uninstall.inc.php %%WWWDIR%%/redaxo/include/addons/image_manager/uninstall.inc.php %%WWWDIR%%/redaxo/include/addons/image_manager/uninstall.sql %%WWWDIR%%/redaxo/include/addons/import_export/backup/rex_4.5_demo.php @@ -364,12 +376,29 @@ %%WWWDIR%%/redaxo/include/addons/textile/lang/en_gb.lang %%WWWDIR%%/redaxo/include/addons/textile/pages/index.inc.php %%WWWDIR%%/redaxo/include/addons/textile/uninstall.inc.php +%%WWWDIR%%/redaxo/include/addons/textile/vendor/.gitattributes +%%WWWDIR%%/redaxo/include/addons/textile/vendor/.gitignore +%%WWWDIR%%/redaxo/include/addons/textile/vendor/.travis.yml %%WWWDIR%%/redaxo/include/addons/textile/vendor/CHANGELOG.textile +%%WWWDIR%%/redaxo/include/addons/textile/vendor/LICENSE %%WWWDIR%%/redaxo/include/addons/textile/vendor/README.textile %%WWWDIR%%/redaxo/include/addons/textile/vendor/classTextile.php %%WWWDIR%%/redaxo/include/addons/textile/vendor/composer.json -%%WWWDIR%%/redaxo/include/addons/tinymce/README -%%WWWDIR%%/redaxo/include/addons/tinymce/_changelog.txt +%%WWWDIR%%/redaxo/include/addons/textile/vendor/phpunit.xml +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/BasicTest.php +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/bootstrap.php +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/fixtures/10x10.gif +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/fixtures/basic.yaml +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/fixtures/issue-106.yaml +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/fixtures/issue-120.yaml +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/fixtures/issue-123.yaml +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/fixtures/issue-128.yaml +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/fixtures/issue-65.yaml +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/fixtures/links.yaml +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/fixtures/spanned_quotes.yaml +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/fixtures/unicode.yaml +%%WWWDIR%%/redaxo/include/addons/tinymce/CHANGELOG.md +%%WWWDIR%%/redaxo/include/addons/tinymce/README.md %%WWWDIR%%/redaxo/include/addons/tinymce/classes/class.form.inc.php %%WWWDIR%%/redaxo/include/addons/tinymce/config.inc.php %%WWWDIR%%/redaxo/include/addons/tinymce/files/embed.js @@ -616,6 +645,8 @@ %%WWWDIR%%/redaxo/include/addons/tinymce/install.sql %%WWWDIR%%/redaxo/include/addons/tinymce/lang/de_de.lang %%WWWDIR%%/redaxo/include/addons/tinymce/lang/de_de_utf8.lang +%%WWWDIR%%/redaxo/include/addons/tinymce/lang/en_gb.lang +%%WWWDIR%%/redaxo/include/addons/tinymce/lang/en_gb_utf8.lang %%WWWDIR%%/redaxo/include/addons/tinymce/modul_input.txt %%WWWDIR%%/redaxo/include/addons/tinymce/modul_output.txt %%WWWDIR%%/redaxo/include/addons/tinymce/pages/css.inc.php @@ -686,9 +717,8 @@ %%WWWDIR%%/redaxo/include/addons/xform/classes/value/class.xform.date.inc.php %%WWWDIR%%/redaxo/include/addons/xform/classes/value/class.xform.datestamp.inc.php %%WWWDIR%%/redaxo/include/addons/xform/classes/value/class.xform.datetime.inc.php -%%WWWDIR%%/redaxo/include/addons/xform/classes/value/class.xform.emptylabel.inc.php +%%WWWDIR%%/redaxo/include/addons/xform/classes/value/class.xform.emptyname.inc.php %%WWWDIR%%/redaxo/include/addons/xform/classes/value/class.xform.fieldset.inc.php -%%WWWDIR%%/redaxo/include/addons/xform/classes/value/class.xform.formsign.inc.php %%WWWDIR%%/redaxo/include/addons/xform/classes/value/class.xform.generate_key.inc.php %%WWWDIR%%/redaxo/include/addons/xform/classes/value/class.xform.generate_password.inc.php %%WWWDIR%%/redaxo/include/addons/xform/classes/value/class.xform.hashvalue.inc.php @@ -724,25 +754,22 @@ %%WWWDIR%%/redaxo/include/addons/xform/ext/captcha_calc/class.captcha_calc_x.php %%WWWDIR%%/redaxo/include/addons/xform/ext/captcha_calc/fonts/arena_condensed.ttf %%WWWDIR%%/redaxo/include/addons/xform/ext/captcha_calc/fonts/ecceb.ttf -%%WWWDIR%%/redaxo/include/addons/xform/ext/formsign/COPYING.LESSER -%%WWWDIR%%/redaxo/include/addons/xform/ext/formsign/changelog.txt -%%WWWDIR%%/redaxo/include/addons/xform/ext/formsign/class.formsign.php %%WWWDIR%%/redaxo/include/addons/xform/files/manager.css %%WWWDIR%%/redaxo/include/addons/xform/files/manager.js %%WWWDIR%%/redaxo/include/addons/xform/files/popup.css %%WWWDIR%%/redaxo/include/addons/xform/files/xform.css %%WWWDIR%%/redaxo/include/addons/xform/help.inc.php %%WWWDIR%%/redaxo/include/addons/xform/install.inc.php -%%WWWDIR%%/redaxo/include/addons/xform/lang/de_de_utf8.lang -%%WWWDIR%%/redaxo/include/addons/xform/lang/en_gb_utf8.lang +%%WWWDIR%%/redaxo/include/addons/xform/lang/de_de.lang +%%WWWDIR%%/redaxo/include/addons/xform/lang/en_gb.lang %%WWWDIR%%/redaxo/include/addons/xform/pages/description.inc.php %%WWWDIR%%/redaxo/include/addons/xform/pages/index.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/classes/action/class.xform.action_db2email.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/classes/basic/class.rex_xform_emailtemplate.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/config.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/install.inc.php -%%WWWDIR%%/redaxo/include/addons/xform/plugins/email/lang/de_de_utf8.lang -%%WWWDIR%%/redaxo/include/addons/xform/plugins/email/lang/en_gb_utf8.lang +%%WWWDIR%%/redaxo/include/addons/xform/plugins/email/lang/de_de.lang +%%WWWDIR%%/redaxo/include/addons/xform/plugins/email/lang/en_gb.lang %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/pages/index.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/uninstall.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/config.inc.php @@ -750,13 +777,20 @@ %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files/bg_search.png %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files/geo.css %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files/geo.js +%%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files/geo_zip.css +%%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files/geo_zip.js %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files/icon_active.png %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files/icon_active_jump.gif %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files/icon_normal.png +%%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files/jquery_ui.css %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files/loading.gif %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/install.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/module/rex_geo.in.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/module/rex_geo.out.php +%%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/module/rex_geo_map.php +%%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/module/rex_geo_map_zip.php +%%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/module/rex_geo_quicksand.in.php +%%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/module/rex_geo_quicksand.out.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/pages/ep_geotagging.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/uninstall.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/xform/value/class.xform.google_geocode.inc.php @@ -769,11 +803,9 @@ %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/classes/value/class.xform.be_mediapool.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/classes/value/class.xform.be_table.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/config.inc.php -%%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/inc/data_edit.inc.php -%%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/inc/table_field.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/install.inc.php -%%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/lang/de_de_utf8.lang -%%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/lang/en_gb_utf8.lang +%%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/lang/de_de.lang +%%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/lang/en_gb.lang %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/pages/data_edit.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/pages/data_import.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/pages/index.inc.php @@ -784,7 +816,7 @@ %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/config.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/install.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/lang/de_de.lang -%%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/lang/de_de_utf8.lang +%%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/lang/en_gb.lang %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/module/module_in.inc %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/module/module_out.inc %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/pages/index.inc.php @@ -893,6 +925,7 @@ %%WWWDIR%%/redaxo/media/css_ie_lte_7.css %%WWWDIR%%/redaxo/media/css_import.css %%WWWDIR%%/redaxo/media/css_navigation.css +%%WWWDIR%%/redaxo/media/css_print.css %%WWWDIR%%/redaxo/media/css_table_old.css %%WWWDIR%%/redaxo/media/document.gif %%WWWDIR%%/redaxo/media/document_plus.gif @@ -925,7 +958,6 @@ %%WWWDIR%%/redaxo/media/folder_on_empty.gif %%WWWDIR%%/redaxo/media/folder_plus.gif %%WWWDIR%%/redaxo/media/forward.gif -%%WWWDIR%%/redaxo/media/jquery-image-ondemand.min.js %%WWWDIR%%/redaxo/media/jquery.min.js %%WWWDIR%%/redaxo/media/last.gif %%WWWDIR%%/redaxo/media/leer.gif @@ -988,268 +1020,273 @@ %%WWWDIR%%/redaxo/media/user_plus.gif %%WWWDIR%%/redaxo/media/warning.gif %%WWWDIR%%/redaxo/media/white.gif -@dirrm %%WWWDIR%%/redaxo/media -@dirrm %%WWWDIR%%/redaxo/include/pages -@dirrm %%WWWDIR%%/redaxo/include/layout -@dirrm %%WWWDIR%%/redaxo/include/lang -@dirrm %%WWWDIR%%/redaxo/include/install -@dirrm %%WWWDIR%%/redaxo/include/generated/templates -@dirrm %%WWWDIR%%/redaxo/include/generated/files -@dirrm %%WWWDIR%%/redaxo/include/generated/articles -@dirrm %%WWWDIR%%/redaxo/include/generated -@dirrm %%WWWDIR%%/redaxo/include/functions -@dirrm %%WWWDIR%%/redaxo/include/classes/variables -@dirrm %%WWWDIR%%/redaxo/include/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/module -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/inc -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/classes/value -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/classes/basic -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/classes/action -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/xform/value -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/xform -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/module -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/classes/basic -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/classes/action -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/email -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/files -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/ext/formsign -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/ext/captcha_calc/fonts -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/ext/captcha_calc -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/ext/captcha/fonts -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/ext/captcha -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/ext -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/classes/value -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/classes/validate -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/classes/basic -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/classes/action -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/xform -@dirrm %%WWWDIR%%/redaxo/include/addons/version/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/version/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/version/functions -@dirrm %%WWWDIR%%/redaxo/include/addons/version -@dirrm %%WWWDIR%%/redaxo/include/addons/url_rewrite/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/url_rewrite -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/functions -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/utils -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/simple/skins/default -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/simple/skins -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/simple/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/simple/img -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/simple -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/skins/default/img -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/skins/default -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/skins -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/img -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/xhtmlxtras/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/xhtmlxtras/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/xhtmlxtras/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/xhtmlxtras -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/wordcount -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/visualchars -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/visualblocks/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/visualblocks -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/template/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/template/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/template/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/template -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/table/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/table/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/table/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/table -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/tabfocus -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/style/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/style/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/style/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/style -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/spellchecker/img -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/spellchecker/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/spellchecker -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/searchreplace/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/searchreplace/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/searchreplace/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/searchreplace -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/save -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/redaxo/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/redaxo/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/redaxo/img -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/redaxo/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/redaxo -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/print -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/preview/jscripts -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/preview -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/paste/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/paste/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/paste -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/pagebreak -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/noneditable -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/nonbreaking -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/media/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/media/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/media/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/media -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/lists -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/legacyoutput -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/layer -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/insertdatetime -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/inlinepopups/skins/clearlooks2 -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/inlinepopups/skins -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/inlinepopups -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/iespell -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/fullscreen -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/fullpage/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/fullpage/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/fullpage/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/fullpage -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/example_dependency -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/example/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/example/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/example/img -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/example -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/emotions/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/emotions/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/emotions/img -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/emotions -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/directionality -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/contextmenu -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/bbcode -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/autosave -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/autoresize -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/autolink -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advlist -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advlink/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advlink/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advlink/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advlink -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advimage/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advimage/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advimage/img -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advimage/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advimage -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advhr/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advhr/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advhr/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advhr -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce -@dirrm %%WWWDIR%%/redaxo/include/addons/textile/vendor -@dirrm %%WWWDIR%%/redaxo/include/addons/textile/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/textile/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/textile/functions -@dirrm %%WWWDIR%%/redaxo/include/addons/textile/files -@dirrm %%WWWDIR%%/redaxo/include/addons/textile/extensions -@dirrm %%WWWDIR%%/redaxo/include/addons/textile -@dirrm %%WWWDIR%%/redaxo/include/addons/phpmailer/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/phpmailer/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/phpmailer/classes/language -@dirrm %%WWWDIR%%/redaxo/include/addons/phpmailer/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/phpmailer -@dirrm %%WWWDIR%%/redaxo/include/addons/metainfo/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/metainfo/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/metainfo/functions -@dirrm %%WWWDIR%%/redaxo/include/addons/metainfo/files -@dirrm %%WWWDIR%%/redaxo/include/addons/metainfo/extensions -@dirrm %%WWWDIR%%/redaxo/include/addons/metainfo/classes/input -@dirrm %%WWWDIR%%/redaxo/include/addons/metainfo/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/metainfo -@dirrm %%WWWDIR%%/redaxo/include/addons/import_export/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/import_export/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/import_export/functions -@dirrm %%WWWDIR%%/redaxo/include/addons/import_export/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/import_export/backup -@dirrm %%WWWDIR%%/redaxo/include/addons/import_export -@dirrm %%WWWDIR%%/redaxo/include/addons/image_manager/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/image_manager/media -@dirrm %%WWWDIR%%/redaxo/include/addons/image_manager/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/image_manager/functions -@dirrm %%WWWDIR%%/redaxo/include/addons/image_manager/classes/effects -@dirrm %%WWWDIR%%/redaxo/include/addons/image_manager/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/image_manager -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/article_status/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/article_status/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/article_status -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/plugins -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/logs -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/classes/types -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer/files/codemirror/theme -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer/files/codemirror -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer/files -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style/plugins/agk_skin/files -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style/plugins/agk_skin -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style/plugins -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style/extensions -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style -@dirrm %%WWWDIR%%/redaxo/include/addons/be_search/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/be_search/functions -@dirrm %%WWWDIR%%/redaxo/include/addons/be_search/files -@dirrm %%WWWDIR%%/redaxo/include/addons/be_search/extensions -@dirrm %%WWWDIR%%/redaxo/include/addons/be_search -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/settings -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/functions -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/functions -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/vendor -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/functions -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/functions -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/files -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/classes/cache -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard -@dirrm %%WWWDIR%%/redaxo/include/addons -@dirrm %%WWWDIR%%/redaxo/include -@dirrm %%WWWDIR%%/redaxo -@dirrm %%WWWDIR%%/files/addons/be_style/plugins/agk_skin -@dirrm %%WWWDIR%%/files/addons/be_style/plugins -@dirrm %%WWWDIR%%/files/addons/be_style -@dirrm %%WWWDIR%%/files/addons -@dirrm %%WWWDIR%%/files +@dirrmtry %%WWWDIR%%/redaxo/media +@dirrmtry %%WWWDIR%%/redaxo/include/pages +@dirrmtry %%WWWDIR%%/redaxo/include/layout +@dirrmtry %%WWWDIR%%/redaxo/include/lang +@dirrmtry %%WWWDIR%%/redaxo/include/install +@dirrmtry %%WWWDIR%%/redaxo/include/generated/templates +@dirrmtry %%WWWDIR%%/redaxo/include/generated/files +@dirrmtry %%WWWDIR%%/redaxo/include/generated/articles +@dirrmtry %%WWWDIR%%/redaxo/include/generated +@dirrmtry %%WWWDIR%%/redaxo/include/functions +@dirrmtry %%WWWDIR%%/redaxo/include/classes/variables +@dirrmtry %%WWWDIR%%/redaxo/include/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/module +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/classes/value +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/classes/basic +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/classes/action +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/xform/value +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/xform +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/module +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/classes/basic +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/classes/action +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/email +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/files +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/ext/captcha_calc/fonts +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/ext/captcha_calc +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/ext/captcha/fonts +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/ext/captcha +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/ext +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/classes/value +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/classes/validate +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/classes/basic +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/classes/action +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform +@dirrmtry %%WWWDIR%%/redaxo/include/addons/version/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/version/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/version/functions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/version +@dirrmtry %%WWWDIR%%/redaxo/include/addons/url_rewrite/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/url_rewrite +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/functions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/utils +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/simple/skins/default +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/simple/skins +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/simple/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/simple/img +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/simple +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/skins/default/img +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/skins/default +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/skins +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/img +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/xhtmlxtras/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/xhtmlxtras/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/xhtmlxtras/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/xhtmlxtras +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/wordcount +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/visualchars +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/visualblocks/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/visualblocks +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/template/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/template/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/template/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/template +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/table/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/table/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/table/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/table +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/tabfocus +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/style/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/style/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/style/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/style +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/spellchecker/img +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/spellchecker/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/spellchecker +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/searchreplace/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/searchreplace/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/searchreplace/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/searchreplace +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/save +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/redaxo/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/redaxo/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/redaxo/img +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/redaxo/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/redaxo +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/print +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/preview/jscripts +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/preview +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/paste/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/paste/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/paste +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/pagebreak +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/noneditable +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/nonbreaking +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/media/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/media/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/media/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/media +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/lists +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/legacyoutput +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/layer +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/insertdatetime +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/inlinepopups/skins/clearlooks2 +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/inlinepopups/skins +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/inlinepopups +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/iespell +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/fullscreen +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/fullpage/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/fullpage/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/fullpage/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/fullpage +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/example_dependency +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/example/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/example/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/example/img +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/example +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/emotions/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/emotions/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/emotions/img +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/emotions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/directionality +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/contextmenu +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/bbcode +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/autosave +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/autoresize +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/autolink +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advlist +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advlink/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advlink/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advlink/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advlink +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advimage/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advimage/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advimage/img +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advimage/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advimage +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advhr/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advhr/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advhr/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advhr +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce +@dirrmtry %%WWWDIR%%/redaxo/include/addons/textile/vendor/test/fixtures +@dirrmtry %%WWWDIR%%/redaxo/include/addons/textile/vendor/test +@dirrmtry %%WWWDIR%%/redaxo/include/addons/textile/vendor +@dirrmtry %%WWWDIR%%/redaxo/include/addons/textile/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/textile/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/textile/functions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/textile/files +@dirrmtry %%WWWDIR%%/redaxo/include/addons/textile/extensions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/textile +@dirrmtry %%WWWDIR%%/redaxo/include/addons/phpmailer/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/phpmailer/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/phpmailer/classes/language +@dirrmtry %%WWWDIR%%/redaxo/include/addons/phpmailer/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/phpmailer +@dirrmtry %%WWWDIR%%/redaxo/include/addons/metainfo/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/metainfo/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/metainfo/functions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/metainfo/files +@dirrmtry %%WWWDIR%%/redaxo/include/addons/metainfo/extensions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/metainfo/classes/input +@dirrmtry %%WWWDIR%%/redaxo/include/addons/metainfo/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/metainfo +@dirrmtry %%WWWDIR%%/redaxo/include/addons/import_export/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/import_export/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/import_export/functions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/import_export/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/import_export/backup +@dirrmtry %%WWWDIR%%/redaxo/include/addons/import_export +@dirrmtry %%WWWDIR%%/redaxo/include/addons/image_manager/plugins/pdf2img/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/image_manager/plugins/pdf2img +@dirrmtry %%WWWDIR%%/redaxo/include/addons/image_manager/plugins +@dirrmtry %%WWWDIR%%/redaxo/include/addons/image_manager/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/image_manager/media +@dirrmtry %%WWWDIR%%/redaxo/include/addons/image_manager/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/image_manager/functions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/image_manager/classes/effects +@dirrmtry %%WWWDIR%%/redaxo/include/addons/image_manager/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/image_manager +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/article_status/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/article_status/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/article_status +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/plugins +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/logs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/classes/types +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer/files/codemirror/theme +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer/files/codemirror +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer/files +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style/plugins/agk_skin/files +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style/plugins/agk_skin +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style/plugins +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style/extensions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_search/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_search/functions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_search/files +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_search/extensions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_search +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/settings +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/functions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/functions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/vendor +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/functions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/functions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/files +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/classes/cache +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard +@dirrmtry %%WWWDIR%%/redaxo/include/addons +@dirrmtry %%WWWDIR%%/redaxo/include +@dirrmtry %%WWWDIR%%/redaxo +@dirrmtry %%WWWDIR%%/files/addons/be_style/plugins/agk_skin +@dirrmtry %%WWWDIR%%/files/addons/be_style/plugins +@dirrmtry %%WWWDIR%%/files/addons/be_style +@dirrmtry %%WWWDIR%%/files/addons +@dirrmtry %%WWWDIR%%/files @dirrmtry %%WWWDIR%% +@owner +@group From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 04:39:10 2013 Return-Path: Delivered-To: svn-ports-head@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 AD9066A0; Wed, 27 Nov 2013 04:39:10 +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 8E4C3260C; Wed, 27 Nov 2013 04:39:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR4dAJ3098089; Wed, 27 Nov 2013 04:39:10 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR4d935098085; Wed, 27 Nov 2013 04:39:09 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201311270439.rAR4d935098085@svn.freebsd.org> From: Dirk Meyer Date: Wed, 27 Nov 2013 04:39:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334995 - in head/mail/milter-regex: . 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.16 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, 27 Nov 2013 04:39:10 -0000 Author: dinoex Date: Wed Nov 27 04:39:09 2013 New Revision: 334995 URL: http://svnweb.freebsd.org/changeset/ports/334995 Log: - update to 2.0 Modified: head/mail/milter-regex/Makefile head/mail/milter-regex/distinfo head/mail/milter-regex/files/patch-milter-regex.c (contents, props changed) head/mail/milter-regex/pkg-plist Modified: head/mail/milter-regex/Makefile ============================================================================== --- head/mail/milter-regex/Makefile Wed Nov 27 03:08:05 2013 (r334994) +++ head/mail/milter-regex/Makefile Wed Nov 27 04:39:09 2013 (r334995) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= milter-regex -PORTVERSION= 1.9 +PORTVERSION= 2.0 CATEGORIES= mail MASTER_SITES= http://www.benzedrine.cx/ @@ -15,7 +15,6 @@ LICENSE_FILE= ${FILESDIR}/COPYRIGHT USE_RC_SUBR= milterregex SUB_LIST= SPOOLDIR=${SPOOLDIR} PLIST_SUB= SPOOLDIR=${SPOOLDIR} -PLIST_FILES= libexec/milter-regex man/man8/milter-regex.8.gz MAILUSER?= mailnull SPOOLDIR?= /var/run/milter-regex @@ -25,15 +24,15 @@ SPOOLDIR?= /var/run/milter-regex .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" post-patch: - @${REINPLACE_CMD} -e \ + ${REINPLACE_CMD} -e \ "s:/etc/milter-regex.conf:${PREFIX}/etc/milter-regex.conf:g; \ s:/var/spool/milter-regex:${SPOOLDIR}:g; \ s:_milter-regex:${MAILUSER}:g;" ${WRKSRC}/milter-regex.c - @${REINPLACE_CMD} -e \ + ${REINPLACE_CMD} -e \ "s:/etc/milter-regex.conf:${PREFIX}/etc/milter-regex.conf:g; \ s:/var/spool/milter-regex:${SPOOLDIR}:g; \ s:mailstats 1:mailstats 8:;" ${WRKSRC}/milter-regex.8 - @${REINPLACE_CMD} -e "s:-lpthread:${PTHREAD_LIBS}:g; \ + ${REINPLACE_CMD} -e "s:-lpthread:${PTHREAD_LIBS}:g; \ s:-I/usr/src/gnu/usr.sbin/sendmail/include:${PTHREAD_CFLAGS}:g; \ s:-L/usr/local/lib:-L${LOCALBASE}/lib:g; \ s/-Werror//g" ${WRKSRC}/Makefile Modified: head/mail/milter-regex/distinfo ============================================================================== --- head/mail/milter-regex/distinfo Wed Nov 27 03:08:05 2013 (r334994) +++ head/mail/milter-regex/distinfo Wed Nov 27 04:39:09 2013 (r334995) @@ -1,2 +1,2 @@ -SHA256 (milter-regex-1.9.tar.gz) = 6a708b0ff31d9f6db0e5b96915354c15f65ca09a730c599970b37e30699b18e4 -SIZE (milter-regex-1.9.tar.gz) = 19880 +SHA256 (milter-regex-2.0.tar.gz) = ac0388766e5780c42d39e72b694986524e312ea17e5da4823749c7c5b7a55a70 +SIZE (milter-regex-2.0.tar.gz) = 19891 Modified: head/mail/milter-regex/files/patch-milter-regex.c ============================================================================== --- head/mail/milter-regex/files/patch-milter-regex.c Wed Nov 27 03:08:05 2013 (r334994) +++ head/mail/milter-regex/files/patch-milter-regex.c Wed Nov 27 04:39:09 2013 (r334995) @@ -1,14 +1,14 @@ ---- milter-regex.c.orig 2011-11-21 13:13:33.000000000 +0100 -+++ milter-regex.c 2011-12-10 08:02:10.000000000 +0100 +--- milter-regex.c.orig 2013-11-25 09:41:55.000000000 +0100 ++++ milter-regex.c 2013-11-27 05:25:43.000000000 +0100 @@ -60,6 +60,7 @@ static const char *rule_file_name = "/etc/milter-regex.conf"; static int debug = 0; +static int quiet = 0; + static unsigned maxlines = 0; static pthread_mutex_t mutex; - struct context { -@@ -95,6 +96,7 @@ +@@ -97,6 +98,7 @@ #define USER "_milter-regex" #define OCONN "unix:/var/spool/milter-regex/sock" @@ -16,7 +16,7 @@ #define RCODE_REJECT "554" #define RCODE_TEMPFAIL "451" #define XCODE_REJECT "5.7.1" -@@ -630,6 +632,9 @@ +@@ -645,6 +647,9 @@ va_list ap; char msg[8192]; @@ -26,7 +26,7 @@ va_start(ap, fmt); if (context != NULL) snprintf(msg, sizeof(msg), "%s [%s]: ", context->host_name, -@@ -667,15 +672,19 @@ +@@ -682,15 +687,19 @@ { int ch; const char *oconn = OCONN; @@ -42,12 +42,12 @@ tzset(); openlog("milter-regex", LOG_PID | LOG_NDELAY, LOG_DAEMON); -- while ((ch = getopt(argc, argv, "c:dj:p:u:")) != -1) { -+ while ((ch = getopt(argc, argv, "c:dj:p:qr:u:")) != -1) { +- while ((ch = getopt(argc, argv, "c:dj:l:m:p:u:")) != -1) { ++ while ((ch = getopt(argc, argv, "c:dj:l:m:p:qr:u:")) != -1) { switch (ch) { case 'c': rule_file_name = optarg; -@@ -689,6 +698,12 @@ +@@ -710,6 +719,12 @@ case 'p': oconn = optarg; break; @@ -60,7 +60,7 @@ case 'u': user = optarg; break; -@@ -761,9 +776,22 @@ +@@ -782,9 +797,22 @@ perror("daemon"); goto done; } Modified: head/mail/milter-regex/pkg-plist ============================================================================== --- head/mail/milter-regex/pkg-plist Wed Nov 27 03:08:05 2013 (r334994) +++ head/mail/milter-regex/pkg-plist Wed Nov 27 04:39:09 2013 (r334995) @@ -1,3 +1,5 @@ +libexec/milter-regex +man/man8/milter-regex.8.gz @cwd / @dirrmtry %%SPOOLDIR%% @cwd From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 05:41:12 2013 Return-Path: Delivered-To: svn-ports-head@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 4457B4A1; Wed, 27 Nov 2013 05:41:12 +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 3408B28AF; Wed, 27 Nov 2013 05:41:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR5fCSR020526; Wed, 27 Nov 2013 05:41:12 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR5fBoc020524; Wed, 27 Nov 2013 05:41:11 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201311270541.rAR5fBoc020524@svn.freebsd.org> From: Dirk Meyer Date: Wed, 27 Nov 2013 05:41:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334996 - head/devel/ruby-locale 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.16 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, 27 Nov 2013 05:41:12 -0000 Author: dinoex Date: Wed Nov 27 05:41:11 2013 New Revision: 334996 URL: http://svnweb.freebsd.org/changeset/ports/334996 Log: - use STAGEDIR - use option EXAMPLES Modified: head/devel/ruby-locale/Makefile head/devel/ruby-locale/pkg-plist Modified: head/devel/ruby-locale/Makefile ============================================================================== --- head/devel/ruby-locale/Makefile Wed Nov 27 04:39:09 2013 (r334995) +++ head/devel/ruby-locale/Makefile Wed Nov 27 05:41:11 2013 (r334996) @@ -21,13 +21,15 @@ USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install -NO_STAGE= yes +.include post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/test.rb ${RUBY_MODEXAMPLESDIR}/ - ${MKDIR} ${RUBY_MODDOCDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}/ +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${RUBY_MODDOCDIR}/ +.endif +.if ${PORT_OPTIONS:MEXAMPLES} + ${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/test.rb ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/ .endif .include Modified: head/devel/ruby-locale/pkg-plist ============================================================================== --- head/devel/ruby-locale/pkg-plist Wed Nov 27 04:39:09 2013 (r334995) +++ head/devel/ruby-locale/pkg-plist Wed Nov 27 05:41:11 2013 (r334996) @@ -1,5 +1,5 @@ %%RUBY_SITEARCHLIBDIR%%/locale.so -%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/test.rb -%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%% %%PORTDOCS%%%%RUBY_MODDOCDIR%%/README %%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% +%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/test.rb +%%PORTEXAMPLES%%@dirrm %%RUBY_MODEXAMPLESDIR%% From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 05:58:15 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 ESMTPS id 0F6BB5F6; Wed, 27 Nov 2013 05:58:15 +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 F2828290C; Wed, 27 Nov 2013 05:58:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR5wEFC024593; Wed, 27 Nov 2013 05:58:14 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR5wEG5024587; Wed, 27 Nov 2013 05:58:14 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201311270558.rAR5wEG5024587@svn.freebsd.org> From: Dirk Meyer Date: Wed, 27 Nov 2013 05:58:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334997 - in head: graphics/ruby-gd graphics/rubygem-scruffy irc/ruby-rica 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.16 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, 27 Nov 2013 05:58:15 -0000 Author: dinoex Date: Wed Nov 27 05:58:14 2013 New Revision: 334997 URL: http://svnweb.freebsd.org/changeset/ports/334997 Log: - use STAGEDIR Modified: head/graphics/ruby-gd/Makefile head/graphics/rubygem-scruffy/Makefile head/irc/ruby-rica/Makefile Modified: head/graphics/ruby-gd/Makefile ============================================================================== --- head/graphics/ruby-gd/Makefile Wed Nov 27 05:41:11 2013 (r334996) +++ head/graphics/ruby-gd/Makefile Wed Nov 27 05:58:14 2013 (r334997) @@ -16,7 +16,7 @@ COMMENT= Ruby extension library to use T LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 -NO_STAGE= yes +NEED_ROOT= yes USE_RUBY= yes USE_RUBY_EXTCONF= yes @@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --enable-gd2_0 \ --with-gd-include="${LOCALBASE}/include" LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd -.include +.include # Hmm, GREP and TRUE seem to be defined in the bsd.port.post.mk stage. .if exists(${LOCALBASE}/bin/gd2topng) @@ -66,20 +66,20 @@ post-patch: ${RUBY} -i -pe 'sub %r:%%GD%%:, "gd"' ${WRKSRC}/extconf.rb post-install: -.if !defined(NOPORTEXAMPLES) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} -.for f in ${EXAMPLES_EN} - ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${RUBY_MODEXAMPLESDIR}/ -.endfor -.endif -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR}/ja +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}/ja .for f in ${DOCS_EN} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/ .endfor .for f in ${DOCS_JA} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/ja/ +.endfor +.endif +.if ${PORT_OPTIONS:MEXAMPLES} + ${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR} +.for f in ${EXAMPLES_EN} + ${INSTALL_DATA} ${WRKSRC}/sample/${f} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/ .endfor .endif -.include +.include Modified: head/graphics/rubygem-scruffy/Makefile ============================================================================== --- head/graphics/rubygem-scruffy/Makefile Wed Nov 27 05:41:11 2013 (r334996) +++ head/graphics/rubygem-scruffy/Makefile Wed Nov 27 05:58:14 2013 (r334997) @@ -16,10 +16,9 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes post-install: ${REINPLACE_CMD} -e 's|#{options|0 0 #{options|' \ - ${PREFIX}/${GEM_LIB_DIR}/lib/scruffy/renderers/base.rb - grep options ${PREFIX}/${GEM_LIB_DIR}/lib/scruffy/renderers/base.rb + ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/lib/scruffy/renderers/base.rb + grep options ${STAGEDIR}${PREFIX}/${GEM_LIB_DIR}/lib/scruffy/renderers/base.rb .include Modified: head/irc/ruby-rica/Makefile ============================================================================== --- head/irc/ruby-rica/Makefile Wed Nov 27 05:41:11 2013 (r334996) +++ head/irc/ruby-rica/Makefile Wed Nov 27 05:58:14 2013 (r334997) @@ -26,21 +26,23 @@ MODULES= rica.rb \ DOCS= CHANGES README classes_and_methods.txt event.lst *.png EXAMPLES= erica.* ricaco.rb rica-example.rb -NO_STAGE= yes +.include + do-install: + ${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR} .for f in ${MODULES} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_SITELIBDIR}/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_SITELIBDIR}/ .endfor -.if !defined(NOPORTEXAMPLES) - ${MKDIR} ${RUBY_MODEXAMPLESDIR} +.if ${PORT_OPTIONS:MEXAMPLES} + ${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR} .for f in ${EXAMPLES} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODEXAMPLESDIR}/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/ .endfor .endif -.if !defined(NOPORTDOCS) - ${MKDIR} ${RUBY_MODDOCDIR} +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR} .for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/ .endfor .endif From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 06:09:40 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 ESMTPS id 900B19C9; Wed, 27 Nov 2013 06:09:40 +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 7F6E52985; Wed, 27 Nov 2013 06:09:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR69ews028493; Wed, 27 Nov 2013 06:09:40 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR69eVM028492; Wed, 27 Nov 2013 06:09:40 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201311270609.rAR69eVM028492@svn.freebsd.org> From: Dirk Meyer Date: Wed, 27 Nov 2013 06:09:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334998 - head/databases/phppgadmin 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.16 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, 27 Nov 2013 06:09:40 -0000 Author: dinoex Date: Wed Nov 27 06:09:40 2013 New Revision: 334998 URL: http://svnweb.freebsd.org/changeset/ports/334998 Log: - use STAGEDIR Modified: head/databases/phppgadmin/Makefile Modified: head/databases/phppgadmin/Makefile ============================================================================== --- head/databases/phppgadmin/Makefile Wed Nov 27 05:58:14 2013 (r334997) +++ head/databases/phppgadmin/Makefile Wed Nov 27 06:09:40 2013 (r334998) @@ -12,8 +12,6 @@ COMMENT= Web Based Postgres Administrati LICENSE= GPLv2 -NO_STAGE= yes - USE_BZIP2= YES .if !defined(WITHOUT_PHP_DEPENDS) USE_PHP= pgsql pcre session @@ -34,17 +32,8 @@ do-configure: ${RM} -f ${WRKSRC}/conf/config.inc.php \ ${WRKSRC}/conf/config.inc.php-dist.bak -.include - do-install: - ${MKDIR} ${PREFIX}/${PGADMDIR} - ${RM} -f ${WRKSRC}/classes/database/Postgres81.php.orig - ${CP} -Rp ${WRKSRC}/ ${PREFIX}/${PGADMDIR}/ -.if exists(${PREFIX}/${PGADMOLDDIR}/conf/config.inc.php) - ${CP} -np ${PREFIX}/${PGADMOLDDIR}/conf/config.inc.php \ - ${PREFIX}/${PGADMDIR}/conf/config.inc.php || ${TRUE} -.endif - ${CP} -np ${PREFIX}/${PGADMDIR}/conf/config.inc.php-dist \ - ${PREFIX}/${PGADMDIR}/conf/config.inc.php || ${TRUE} + ${MKDIR} ${STAGEDIR}${PREFIX}/${PGADMDIR} + ${CP} -Rp ${WRKSRC}/ ${STAGEDIR}${PREFIX}/${PGADMDIR}/ -.include +.include From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 06:25:57 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 ESMTPS id 702F1BA6; Wed, 27 Nov 2013 06:25:57 +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 5FD912A33; Wed, 27 Nov 2013 06:25: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 rAR6PuC1034880; Wed, 27 Nov 2013 06:25:56 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR6Pubp034877; Wed, 27 Nov 2013 06:25:56 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201311270625.rAR6Pubp034877@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Wed, 27 Nov 2013 06:25:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334999 - head/audio/exaile 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.16 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, 27 Nov 2013 06:25:57 -0000 Author: rm Date: Wed Nov 27 06:25:56 2013 New Revision: 334999 URL: http://svnweb.freebsd.org/changeset/ports/334999 Log: - update to 3.3.2 - add staging support - update USE_PYTHON value - drop BDB from options list, there is no such option (portlint warning) changelog: 3.3.2 is primarily a bugfix release, with only very limited new features added. - Tracks were sometimes selected incorrectly when searching a playlist - Sometimes the main window wouldn't appear when minimizing to the system tray - More tags supported for MP4/M4A/FLAC/OGG files - Locale bugs when executing --help - Updated Windows installer dependency download versions - Fixed plugins: librivox PR: 183843 Submitted by: rm (myself) Approved by: jsa (maintainer, by mail) Modified: head/audio/exaile/Makefile head/audio/exaile/distinfo head/audio/exaile/pkg-plist Modified: head/audio/exaile/Makefile ============================================================================== --- head/audio/exaile/Makefile Wed Nov 27 06:09:40 2013 (r334998) +++ head/audio/exaile/Makefile Wed Nov 27 06:25:56 2013 (r334999) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= exaile -PORTVERSION= 3.3.1 +PORTVERSION= 3.3.2 CATEGORIES= audio -MASTER_SITES= https://launchpadlibrarian.net/123112109/ \ +MASTER_SITES= https://launchpadlibrarian.net/155081992/ \ http://wickedmachine.net/mirror/ MAINTAINER= jsa@FreeBSD.org @@ -17,20 +17,16 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}muta FETCH_ARGS= -pRr MAKE_ENV+= PYTHON2_CMD=${PYTHON_CMD} XDGCONFDIR=${PREFIX}/etc/xdg USE_GNOME= pygtk2 librsvg2 -NO_STAGE= yes USE_GSTREAMER= python good faad -USE_PYTHON= -2.7 +USE_PYTHON= 2 # The reality with these options is that they all will be autodetected and used # if already installed. These just force Exaile to bring them in as well. -OPTIONS_DEFINE= BAD BDB CDDB DBUS HAL NOTIFY NLS SEXY -OPTIONS_DEFAULT=BAD BDB CDDB DBUS HAL NOTIFY NLS SEXY +OPTIONS_DEFINE= BAD CDDB DBUS HAL NOTIFY NLS SEXY +OPTIONS_DEFAULT=BAD CDDB DBUS HAL NOTIFY NLS SEXY BAD_DESC= Install bad GStreamer plugins SEXY_DESC= UI enhancements -MANCOMPRESSED= yes -MAN1= exaile.1 - .include .if ${PORT_OPTIONS:MBAD} Modified: head/audio/exaile/distinfo ============================================================================== --- head/audio/exaile/distinfo Wed Nov 27 06:09:40 2013 (r334998) +++ head/audio/exaile/distinfo Wed Nov 27 06:25:56 2013 (r334999) @@ -1,2 +1,2 @@ -SHA256 (exaile-3.3.1.tar.gz) = 263b819bc00d37c616c709090034d02eefb7206c87c1a04bf9f3b4b66e991c24 -SIZE (exaile-3.3.1.tar.gz) = 2799284 +SHA256 (exaile-3.3.2.tar.gz) = b25b61e6ad682737f3728015a82f4d733beaa6740862c7413bcc502e432a0461 +SIZE (exaile-3.3.2.tar.gz) = 3207277 Modified: head/audio/exaile/pkg-plist ============================================================================== --- head/audio/exaile/pkg-plist Wed Nov 27 06:09:40 2013 (r334998) +++ head/audio/exaile/pkg-plist Wed Nov 27 06:25:56 2013 (r334999) @@ -301,6 +301,7 @@ lib/exaile/xlgui/widgets/queue.pyo lib/exaile/xlgui/widgets/rating.py lib/exaile/xlgui/widgets/rating.pyc lib/exaile/xlgui/widgets/rating.pyo +man/man1/exaile.1.gz share/applications/exaile.desktop share/dbus-1/services/org.exaile.Exaile.service %%DATADIR%%/data/images/16x16/artist.png @@ -1010,6 +1011,7 @@ share/dbus-1/services/org.exaile.Exaile. %%DATADIR%%/plugins/xkeys/__init__.py %%DATADIR%%/plugins/xkeys/__init__.pyc %%DATADIR%%/plugins/xkeys/__init__.pyo +%%NLS%%share/locale/af/LC_MESSAGES/exaile.mo %%NLS%%share/locale/ar/LC_MESSAGES/exaile.mo %%NLS%%share/locale/ast/LC_MESSAGES/exaile.mo %%NLS%%share/locale/be/LC_MESSAGES/exaile.mo @@ -1023,6 +1025,8 @@ share/dbus-1/services/org.exaile.Exaile. %%NLS%%share/locale/da/LC_MESSAGES/exaile.mo %%NLS%%share/locale/de/LC_MESSAGES/exaile.mo %%NLS%%share/locale/el/LC_MESSAGES/exaile.mo +%%NLS%%share/locale/en/LC_MESSAGES/exaile.mo +%%NLS%%share/locale/en_AU/LC_MESSAGES/exaile.mo %%NLS%%share/locale/en_CA/LC_MESSAGES/exaile.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/exaile.mo %%NLS%%share/locale/eo/LC_MESSAGES/exaile.mo @@ -1031,8 +1035,10 @@ share/dbus-1/services/org.exaile.Exaile. %%NLS%%share/locale/eu/LC_MESSAGES/exaile.mo %%NLS%%share/locale/fa/LC_MESSAGES/exaile.mo %%NLS%%share/locale/fi/LC_MESSAGES/exaile.mo +%%NLS%%share/locale/fo/LC_MESSAGES/exaile.mo %%NLS%%share/locale/fr/LC_MESSAGES/exaile.mo %%NLS%%share/locale/frp/LC_MESSAGES/exaile.mo +%%NLS%%share/locale/fy/LC_MESSAGES/exaile.mo %%NLS%%share/locale/gl/LC_MESSAGES/exaile.mo %%NLS%%share/locale/gu/LC_MESSAGES/exaile.mo %%NLS%%share/locale/he/LC_MESSAGES/exaile.mo @@ -1053,11 +1059,13 @@ share/dbus-1/services/org.exaile.Exaile. %%NLS%%share/locale/nb/LC_MESSAGES/exaile.mo %%NLS%%share/locale/nl/LC_MESSAGES/exaile.mo %%NLS%%share/locale/oc/LC_MESSAGES/exaile.mo +%%NLS%%share/locale/os/LC_MESSAGES/exaile.mo %%NLS%%share/locale/pl/LC_MESSAGES/exaile.mo %%NLS%%share/locale/pt/LC_MESSAGES/exaile.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/exaile.mo %%NLS%%share/locale/ro/LC_MESSAGES/exaile.mo %%NLS%%share/locale/ru/LC_MESSAGES/exaile.mo +%%NLS%%share/locale/si/LC_MESSAGES/exaile.mo %%NLS%%share/locale/sk/LC_MESSAGES/exaile.mo %%NLS%%share/locale/sl/LC_MESSAGES/exaile.mo %%NLS%%share/locale/sq/LC_MESSAGES/exaile.mo @@ -1066,9 +1074,12 @@ share/dbus-1/services/org.exaile.Exaile. %%NLS%%share/locale/sw/LC_MESSAGES/exaile.mo %%NLS%%share/locale/ta/LC_MESSAGES/exaile.mo %%NLS%%share/locale/te/LC_MESSAGES/exaile.mo +%%NLS%%share/locale/th/LC_MESSAGES/exaile.mo %%NLS%%share/locale/tl/LC_MESSAGES/exaile.mo %%NLS%%share/locale/tr/LC_MESSAGES/exaile.mo +%%NLS%%share/locale/ts/LC_MESSAGES/exaile.mo %%NLS%%share/locale/uk/LC_MESSAGES/exaile.mo +%%NLS%%share/locale/ur/LC_MESSAGES/exaile.mo %%NLS%%share/locale/vi/LC_MESSAGES/exaile.mo %%NLS%%share/locale/zh/LC_MESSAGES/exaile.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/exaile.mo @@ -1076,6 +1087,8 @@ share/dbus-1/services/org.exaile.Exaile. share/pixmaps/exaile.png %%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ur +%%NLS%%@dirrmtry share/locale/ts/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ts %%NLS%%@dirrmtry share/locale/tl/LC_MESSAGES %%NLS%%@dirrmtry share/locale/tl %%NLS%%@dirrmtry share/locale/te/LC_MESSAGES @@ -1084,10 +1097,14 @@ share/pixmaps/exaile.png %%NLS%%@dirrmtry share/locale/sw %%NLS%%@dirrmtry share/locale/si/LC_MESSAGES %%NLS%%@dirrmtry share/locale/si +%%NLS%%@dirrmtry share/locale/os/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/os %%NLS%%@dirrmtry share/locale/oc/LC_MESSAGES %%NLS%%@dirrmtry share/locale/oc %%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES %%NLS%%@dirrmtry share/locale/kk +%%NLS%%@dirrmtry share/locale/fy/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/fy %%NLS%%@dirrmtry share/locale/frp/LC_MESSAGES %%NLS%%@dirrmtry share/locale/frp %%NLS%%@dirrmtry share/locale/fo/LC_MESSAGES @@ -1187,8 +1204,6 @@ share/pixmaps/exaile.png @dirrm %%DATADIR%%/data/images @dirrm %%DATADIR%%/data @dirrm %%DATADIR%% -@dirrm etc/xdg/exaile -@dirrmtry etc/xdg @dirrm lib/exaile/xlgui/widgets @dirrm lib/exaile/xlgui/preferences @dirrm lib/exaile/xlgui/panel @@ -1201,3 +1216,5 @@ share/pixmaps/exaile.png @dirrm lib/exaile/xl/metadata @dirrm lib/exaile/xl @dirrm lib/exaile +@dirrm etc/xdg/exaile +@dirrmtry etc/xdg From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 06:46:21 2013 Return-Path: Delivered-To: svn-ports-head@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 08334D4; Wed, 27 Nov 2013 06:46:21 +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 D25A22B00; Wed, 27 Nov 2013 06:46:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR6kKPf041442; Wed, 27 Nov 2013 06:46:20 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR6kKiu041441; Wed, 27 Nov 2013 06:46:20 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201311270646.rAR6kKiu041441@svn.freebsd.org> From: Cy Schubert Date: Wed, 27 Nov 2013 06:46:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335000 - head/security/isakmpd 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.16 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, 27 Nov 2013 06:46:21 -0000 Author: cy Date: Wed Nov 27 06:46:20 2013 New Revision: 335000 URL: http://svnweb.freebsd.org/changeset/ports/335000 Log: Not parallal make safe. Modified: head/security/isakmpd/Makefile Modified: head/security/isakmpd/Makefile ============================================================================== --- head/security/isakmpd/Makefile Wed Nov 27 06:25:56 2013 (r334999) +++ head/security/isakmpd/Makefile Wed Nov 27 06:46:20 2013 (r335000) @@ -31,6 +31,7 @@ MANCOMPRESSED= yes USE_OPENSSL= yes NO_STAGE= yes +MAKE_JOBS_UNSAFE= yes .include OPENSSLINC?= /usr/include From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 06:56:12 2013 Return-Path: Delivered-To: svn-ports-head@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 D05CE394 for ; Wed, 27 Nov 2013 06:56:12 +0000 (UTC) Received: from mail-la0-f42.google.com (mail-la0-f42.google.com [209.85.215.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 591BF2B6E for ; Wed, 27 Nov 2013 06:56:12 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id ec20so5093246lab.1 for ; Tue, 26 Nov 2013 22:56:04 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=978RM55zUtpv4Urrx7C49pmVW/V0tkych7XG5P/J+Y4=; b=amZ/jmLWdQFECyzajPzObXZYYn6V7q3hsKcKANPwju6jY2NeQ+OlVNh+LxEUbdT0/w YoNSkCmbc4wJ68kEPJeUKnIJ/L5u/6IuC3QXgrOC1ktJxOmiXOIAM7dLRSn/b0Wa5BZr vNKg6k+5zDIYhx1PMUu9OHMvtXZArSKldRqRbpQRfjBRSD3GmhIBH4Lt0s31r10tprnJ a/ebLovNFTy2ui0j1+AAM+J7HgQ19oUhmntTGJsnHQwt7+V9FBKxzYpK5LHsVsFDdPRf emXDBYaTUgfvV5Cg/eJB1Jo0vmtqh1drkbYyL1I/94Dp/95b+GPK4jIOZMS+iKN3QtRT y9tA== X-Gm-Message-State: ALoCoQlf3d+PUReVHxr9zJTPAl9lZ8xsiSwNXuSRcg8a1BzWZ9BIWw4ML2YB+ATTRBHVZwLRHlRS X-Received: by 10.112.138.164 with SMTP id qr4mr100688lbb.49.1385535364204; Tue, 26 Nov 2013 22:56:04 -0800 (PST) Received: from [192.168.1.2] ([89.169.173.68]) by mx.google.com with ESMTPSA id mq10sm43332518lbb.12.2013.11.26.22.56.03 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 26 Nov 2013 22:56:03 -0800 (PST) Message-ID: <5295977B.7020908@freebsd.org> Date: Wed, 27 Nov 2013 10:55:55 +0400 From: Andrey Chernov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: Dirk Meyer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r334995 - in head/mail/milter-regex: . files References: <201311270439.rAR4d935098085@svn.freebsd.org> In-Reply-To: <201311270439.rAR4d935098085@svn.freebsd.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 27 Nov 2013 06:56:12 -0000 On 27.11.2013 8:39, Dirk Meyer wrote: > Author: dinoex > Date: Wed Nov 27 04:39:09 2013 > New Revision: 334995 > URL: http://svnweb.freebsd.org/changeset/ports/334995 > > Log: > - update to 2.0 install error: ====> Compressing man pages (compress-man) ===> Staging rc.d startup script(s) ===> Installing for milter-regex-2.0 ===> Registering installation for milter-regex-2.0 pkg-static: lstat(/usr/ports/mail/milter-regex/work/stage/var/run/milter-regex/): No such file or directory *** [fake-pkg] Error code 74 Stop in /usr/ports/mail/milter-regex. *** [reinstall] Error code 1 From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 07:19:42 2013 Return-Path: Delivered-To: svn-ports-head@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 91CEB6C1; Wed, 27 Nov 2013 07:19:42 +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 818632C35; Wed, 27 Nov 2013 07:19:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR7JgBs052166; Wed, 27 Nov 2013 07:19:42 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR7JgYw052161; Wed, 27 Nov 2013 07:19:42 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201311270719.rAR7JgYw052161@svn.freebsd.org> From: Ganael LAPLANCHE Date: Wed, 27 Nov 2013 07:19:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335001 - in head: emulators/jzintv games/openjazz 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.16 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, 27 Nov 2013 07:19:42 -0000 Author: martymac Date: Wed Nov 27 07:19:41 2013 New Revision: 335001 URL: http://svnweb.freebsd.org/changeset/ports/335001 Log: Fix pkg-message shown twice Modified: head/emulators/jzintv/Makefile head/games/openjazz/Makefile Modified: head/emulators/jzintv/Makefile ============================================================================== --- head/emulators/jzintv/Makefile Wed Nov 27 06:46:20 2013 (r335000) +++ head/emulators/jzintv/Makefile Wed Nov 27 07:19:41 2013 (r335001) @@ -65,6 +65,5 @@ do-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .endif - @${CAT} ${PKGMESSAGE} .include Modified: head/games/openjazz/Makefile ============================================================================== --- head/games/openjazz/Makefile Wed Nov 27 06:46:20 2013 (r335000) +++ head/games/openjazz/Makefile Wed Nov 27 07:19:41 2013 (r335001) @@ -39,7 +39,6 @@ do-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/openjazz.000 ${STAGEDIR}${DATADIR} ${INSTALL_SCRIPT} ${WRKSRC}/OpenJazz ${STAGEDIR}${PREFIX}/bin/openjazz - @${CAT} ${PKGMESSAGE} post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/openjazz From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 07:36:28 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 ESMTPS id C9081B42; Wed, 27 Nov 2013 07:36:28 +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 A8E3E2CD6; Wed, 27 Nov 2013 07:36:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR7aSoH058408; Wed, 27 Nov 2013 07:36:28 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR7aS56058401; Wed, 27 Nov 2013 07:36:28 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201311270736.rAR7aS56058401@svn.freebsd.org> From: Ganael LAPLANCHE Date: Wed, 27 Nov 2013 07:36:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335002 - in head/net/ldapscripts: . 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.16 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, 27 Nov 2013 07:36:28 -0000 Author: martymac Date: Wed Nov 27 07:36:27 2013 New Revision: 335002 URL: http://svnweb.freebsd.org/changeset/ports/335002 Log: - Enable staging - Fix display of pkg-message not showing %%ETCDIR%% - Always stage documentation Added: head/net/ldapscripts/files/ head/net/ldapscripts/files/pkg-message.in (contents, props changed) Deleted: head/net/ldapscripts/pkg-message Modified: head/net/ldapscripts/Makefile head/net/ldapscripts/pkg-plist (contents, props changed) Modified: head/net/ldapscripts/Makefile ============================================================================== --- head/net/ldapscripts/Makefile Wed Nov 27 07:19:41 2013 (r335001) +++ head/net/ldapscripts/Makefile Wed Nov 27 07:36:27 2013 (r335002) @@ -3,6 +3,7 @@ PORTNAME= ldapscripts PORTVERSION= 2.0.5 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ http://contribs.martymac.org/ldapscripts/ @@ -26,20 +27,10 @@ LIBDIR= ${PREFIX}/lib/${PORTNAME} MAKE_ENV+= MANDIR=${MANPREFIX}/man \ ETCDIR=${ETCDIR} -MANCOMPRESSED= yes -MAN1= ldapaddgroup.1 ldapaddmachine.1 ldapadduser.1 ldapaddusertogroup.1 \ - ldapdeletegroup.1 ldapdeleteuser.1 ldapdeleteuserfromgroup.1 \ - ldaprenameuser.1 ldapsetprimarygroup.1 lsldap.1 ldaprenamemachine.1 \ - ldaprenamegroup.1 ldapinit.1 ldapdeletemachine.1 ldapsetpasswd.1 \ - ldapfinger.1 ldapgid.1 ldapid.1 ldapmodifygroup.1 ldapmodifymachine.1 \ - ldapmodifyuser.1 -MAN5= ldapscripts.5 +SUB_FILES= pkg-message PORTDOCS= README CHANGELOG VERSION TODO -NO_STAGE= yes -.include - # Unset 'all' target set by default to 'help' # and set paths to OpenLDAP binaries post-patch: @@ -57,12 +48,9 @@ post-patch: # Install remaining stuff post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} -.for doc in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -.endfor -.endif - @${CAT} ${PKGMESSAGE} + @${RM} ${STAGEDIR}${ETCDIR}/ldapscripts.conf \ + ${STAGEDIR}${ETCDIR}/ldapscripts.passwd + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Added: head/net/ldapscripts/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/ldapscripts/files/pkg-message.in Wed Nov 27 07:36:27 2013 (r335002) @@ -0,0 +1,18 @@ + +=============================================================== + + Security warning : + + For security reasons, ldapscripts.conf and ldapscripts.passwd + files are now set read-only for user and group owners. Do not + forget to fine-tune ownership of these two files before using + the scripts (and to make them read-only if they are not). + + e.g. : chmod 0440 %%ETCDIR%%/ldapscripts.conf + chgrp ldapadmins %%ETCDIR%%/ldapscripts.conf + chmod 0440 %%ETCDIR%%/ldapscripts.passwd + chgrp ldapadmins %%ETCDIR%%/ldapscripts.passwd + + The ldapscripts are now installed, enjoy ! + +=============================================================== Modified: head/net/ldapscripts/pkg-plist ============================================================================== --- head/net/ldapscripts/pkg-plist Wed Nov 27 07:19:41 2013 (r335001) +++ head/net/ldapscripts/pkg-plist Wed Nov 27 07:36:27 2013 (r335002) @@ -1,7 +1,7 @@ -@unexec if cmp -s %D/%%ETCDIR%%/ldapscripts.conf.sample %D/%%ETCDIR%%/ldapscripts.conf; then rm -f %D/%%ETCDIR%%/ldapscripts.conf; fi +@unexec if cmp -s %D/%%ETCDIR%%/ldapscripts.conf %D/%%ETCDIR%%/ldapscripts.conf.sample; then rm -f %D/%%ETCDIR%%/ldapscripts.conf; fi %%ETCDIR%%/ldapscripts.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/ldapscripts.conf ] ; then cp -p %D/%F %B/ldapscripts.conf; fi -@unexec if cmp -s %D/%%ETCDIR%%/ldapscripts.passwd.sample %D/%%ETCDIR%%/ldapscripts.passwd; then rm -f %D/%%ETCDIR%%/ldapscripts.passwd; fi +@unexec if cmp -s %D/%%ETCDIR%%/ldapscripts.passwd %D/%%ETCDIR%%/ldapscripts.passwd.sample; then rm -f %D/%%ETCDIR%%/ldapscripts.passwd; fi %%ETCDIR%%/ldapscripts.passwd.sample @exec if [ ! -f %D/%%ETCDIR%%/ldapscripts.passwd ] ; then cp -p %D/%F %B/ldapscripts.passwd; fi %%ETCDIR%%/ldapaddgroup.template.sample @@ -31,3 +31,25 @@ sbin/ldapid sbin/ldapmodifygroup sbin/ldapmodifymachine sbin/ldapmodifyuser +man/man1/ldapaddgroup.1.gz +man/man1/ldapaddmachine.1.gz +man/man1/ldapadduser.1.gz +man/man1/ldapaddusertogroup.1.gz +man/man1/ldapdeletegroup.1.gz +man/man1/ldapdeletemachine.1.gz +man/man1/ldapdeleteuser.1.gz +man/man1/ldapdeleteuserfromgroup.1.gz +man/man1/ldapfinger.1.gz +man/man1/ldapgid.1.gz +man/man1/ldapid.1.gz +man/man1/ldapinit.1.gz +man/man1/ldapmodifygroup.1.gz +man/man1/ldapmodifymachine.1.gz +man/man1/ldapmodifyuser.1.gz +man/man1/ldaprenamegroup.1.gz +man/man1/ldaprenamemachine.1.gz +man/man1/ldaprenameuser.1.gz +man/man1/ldapsetpasswd.1.gz +man/man1/ldapsetprimarygroup.1.gz +man/man1/lsldap.1.gz +man/man5/ldapscripts.5.gz From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 07:38:09 2013 Return-Path: Delivered-To: svn-ports-head@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 21B8FD69; Wed, 27 Nov 2013 07:38:09 +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 118F92CE1; Wed, 27 Nov 2013 07:38:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR7c8PT058652; Wed, 27 Nov 2013 07:38:08 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR7c8JF058651; Wed, 27 Nov 2013 07:38:08 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201311270738.rAR7c8JF058651@svn.freebsd.org> From: Ganael LAPLANCHE Date: Wed, 27 Nov 2013 07:38:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335003 - head/graphics/pencil 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.16 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, 27 Nov 2013 07:38:09 -0000 Author: martymac Date: Wed Nov 27 07:38:08 2013 New Revision: 335003 URL: http://svnweb.freebsd.org/changeset/ports/335003 Log: - Use new LIB_DEPENDS format Modified: head/graphics/pencil/Makefile Modified: head/graphics/pencil/Makefile ============================================================================== --- head/graphics/pencil/Makefile Wed Nov 27 07:36:27 2013 (r335002) +++ head/graphics/pencil/Makefile Wed Nov 27 07:38:08 2013 (r335003) @@ -13,13 +13,13 @@ COMMENT= Pencil - a traditional 2D anima LICENSE= GPLv2 -LIB_DEPENDS+= ming:${PORTSDIR}/graphics/ming \ - png15:${PORTSDIR}/graphics/png \ - freetype:${PORTSDIR}/print/freetype2 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - expat:${PORTSDIR}/textproc/expat2 \ - pcre:${PORTSDIR}/devel/pcre \ - drm:${PORTSDIR}/graphics/libdrm +LIB_DEPENDS+= libming.so:${PORTSDIR}/graphics/ming \ + libpng15.so:${PORTSDIR}/graphics/png \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ + libexpat.so:${PORTSDIR}/textproc/expat2 \ + libpcre.so:${PORTSDIR}/devel/pcre \ + libdrm.so:${PORTSDIR}/graphics/libdrm USE_ZIP= yes USES= gettext iconv qmake @@ -32,6 +32,7 @@ QMAKE_ARGS+= INCLUDEPATH+=${LOCALBASE}/i WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-source PLIST_FILES= bin/pencil + PORTDOCS= README TODO post-patch: @@ -41,7 +42,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Pencil ${STAGEDIR}${PREFIX}/bin/pencil - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 09:27:54 2013 Return-Path: Delivered-To: svn-ports-head@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 9610BAF7; Wed, 27 Nov 2013 09:27:54 +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 85F772334; Wed, 27 Nov 2013 09:27:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAR9RsQn095816; Wed, 27 Nov 2013 09:27:54 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAR9RsFa095814; Wed, 27 Nov 2013 09:27:54 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201311270927.rAR9RsFa095814@svn.freebsd.org> From: Frederic Culot Date: Wed, 27 Nov 2013 09:27:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335004 - head/textproc/p5-XML-Compile 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.16 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, 27 Nov 2013 09:27:54 -0000 Author: culot Date: Wed Nov 27 09:27:53 2013 New Revision: 335004 URL: http://svnweb.freebsd.org/changeset/ports/335004 Log: - Update to 1.40 Changes: http://search.cpan.org/dist/XML-Compile/ChangeLog Modified: head/textproc/p5-XML-Compile/Makefile head/textproc/p5-XML-Compile/distinfo Modified: head/textproc/p5-XML-Compile/Makefile ============================================================================== --- head/textproc/p5-XML-Compile/Makefile Wed Nov 27 07:38:08 2013 (r335003) +++ head/textproc/p5-XML-Compile/Makefile Wed Nov 27 09:27:53 2013 (r335004) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= XML-Compile -PORTVERSION= 1.39 +PORTVERSION= 1.40 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-XML-Compile/distinfo ============================================================================== --- head/textproc/p5-XML-Compile/distinfo Wed Nov 27 07:38:08 2013 (r335003) +++ head/textproc/p5-XML-Compile/distinfo Wed Nov 27 09:27:53 2013 (r335004) @@ -1,2 +1,2 @@ -SHA256 (XML-Compile-1.39.tar.gz) = 2a97588ec7af567d18a4e748d5a60a6e9b738bb1e914b735c29815d24babbe7a -SIZE (XML-Compile-1.39.tar.gz) = 192515 +SHA256 (XML-Compile-1.40.tar.gz) = 7b57aa30501548ee4ba11f87684a5ae03ad8c0cf6fada3282c09f68c9c98d937 +SIZE (XML-Compile-1.40.tar.gz) = 193290 From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 10:08:39 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 ESMTPS id AAB7381E; Wed, 27 Nov 2013 10:08:39 +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 9A2AF257B; Wed, 27 Nov 2013 10:08:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARA8dTn009438; Wed, 27 Nov 2013 10:08:39 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARA8dV2009437; Wed, 27 Nov 2013 10:08:39 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201311271008.rARA8dV2009437@svn.freebsd.org> From: Matthew Seaman Date: Wed, 27 Nov 2013 10:08:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335005 - head/devel/p5-Role-Basic 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.16 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, 27 Nov 2013 10:08:39 -0000 Author: matthew Date: Wed Nov 27 10:08:39 2013 New Revision: 335005 URL: http://svnweb.freebsd.org/changeset/ports/335005 Log: Use the canonical ordering for PKGNAMEPREFIX Reported by: az Modified: head/devel/p5-Role-Basic/Makefile Directory Properties: head/devel/p5-Role-Basic/distinfo (props changed) head/devel/p5-Role-Basic/pkg-descr (props changed) head/devel/p5-Role-Basic/pkg-plist (props changed) Modified: head/devel/p5-Role-Basic/Makefile ============================================================================== --- head/devel/p5-Role-Basic/Makefile Wed Nov 27 09:27:53 2013 (r335004) +++ head/devel/p5-Role-Basic/Makefile Wed Nov 27 10:08:39 2013 (r335005) @@ -6,12 +6,11 @@ PORTVERSION= 0.13 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:OVID +PKGNAMEPREFIX= p5- MAINTAINER= matthew@FreeBSD.org COMMENT= Just roles. Nothing else -PKGNAMEPREFIX= p5- - USES= perl5 USE_PERL5= configure From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 10:15:22 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 ESMTPS id B63ADEE3; Wed, 27 Nov 2013 10:15:22 +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 96CD2262B; Wed, 27 Nov 2013 10:15:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARAFMDb012752; Wed, 27 Nov 2013 10:15:22 GMT (envelope-from oliver@svn.freebsd.org) Received: (from oliver@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARAFLQV012743; Wed, 27 Nov 2013 10:15:21 GMT (envelope-from oliver@svn.freebsd.org) Message-Id: <201311271015.rARAFLQV012743@svn.freebsd.org> From: Oliver Lehmann Date: Wed, 27 Nov 2013 10:15:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335006 - in head/multimedia: audacious audacious-plugins 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.16 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, 27 Nov 2013 10:15:22 -0000 Author: oliver Date: Wed Nov 27 10:15:21 2013 New Revision: 335006 URL: http://svnweb.freebsd.org/changeset/ports/335006 Log: update to 3.4.2 Modified: head/multimedia/audacious-plugins/Makefile head/multimedia/audacious-plugins/distinfo head/multimedia/audacious-plugins/pkg-plist head/multimedia/audacious/Makefile head/multimedia/audacious/distinfo head/multimedia/audacious/pkg-plist Modified: head/multimedia/audacious-plugins/Makefile ============================================================================== --- head/multimedia/audacious-plugins/Makefile Wed Nov 27 10:08:39 2013 (r335005) +++ head/multimedia/audacious-plugins/Makefile Wed Nov 27 10:15:21 2013 (r335006) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= audacious-plugins -PORTVERSION= 3.4.1 -PORTREVISION= 1 +PORTVERSION= 3.4.2 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ Modified: head/multimedia/audacious-plugins/distinfo ============================================================================== --- head/multimedia/audacious-plugins/distinfo Wed Nov 27 10:08:39 2013 (r335005) +++ head/multimedia/audacious-plugins/distinfo Wed Nov 27 10:15:21 2013 (r335006) @@ -1,2 +1,2 @@ -SHA256 (audacious-plugins-3.4.1.tar.bz2) = ad86b31a69bd3305aa4e65bb9daea7429b51674b6ecd9b7ead36816074cf3b0a -SIZE (audacious-plugins-3.4.1.tar.bz2) = 1765085 +SHA256 (audacious-plugins-3.4.2.tar.bz2) = ea786588eee69b1b586ed7bd0ce715d9e79bf028120baee25f3542407a67d92a +SIZE (audacious-plugins-3.4.2.tar.bz2) = 1799926 Modified: head/multimedia/audacious-plugins/pkg-plist ============================================================================== --- head/multimedia/audacious-plugins/pkg-plist Wed Nov 27 10:08:39 2013 (r335005) +++ head/multimedia/audacious-plugins/pkg-plist Wed Nov 27 10:15:21 2013 (r335006) @@ -121,6 +121,7 @@ share/audacious/ui/equalizer.ui share/audacious/ui/mainwin.ui share/audacious/ui/playlist.ui %%NLS%%share/locale/be/LC_MESSAGES/audacious-plugins.mo +%%NLS%%share/locale/bg/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/ca/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/cs/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/da/LC_MESSAGES/audacious-plugins.mo @@ -143,6 +144,7 @@ share/audacious/ui/playlist.ui %%NLS%%share/locale/ky/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/lt/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/lv/LC_MESSAGES/audacious-plugins.mo +%%NLS%%share/locale/ml_IN/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/pl/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/pt_PT/LC_MESSAGES/audacious-plugins.mo @@ -151,6 +153,7 @@ share/audacious/ui/playlist.ui %%NLS%%share/locale/sk/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/sr_RS/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/ta/LC_MESSAGES/audacious-plugins.mo +%%NLS%%share/locale/tr/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/uk/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/audacious-plugins.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/audacious-plugins.mo @@ -245,4 +248,6 @@ lib/audacious/Container/pls.so %%NLS%%@dirrmtry share/locale/sr_RS %%NLS%%@dirrmtry share/locale/es_AR/LC_MESSAGES %%NLS%%@dirrmtry share/locale/es_AR +%%NLS%%@dirrmtry share/locale/ml_IN/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ml_IN @dirrmtry share/audacious Modified: head/multimedia/audacious/Makefile ============================================================================== --- head/multimedia/audacious/Makefile Wed Nov 27 10:08:39 2013 (r335005) +++ head/multimedia/audacious/Makefile Wed Nov 27 10:15:21 2013 (r335006) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= audacious -PORTVERSION= 3.4.1 +PORTVERSION= 3.4.2 CATEGORIES= multimedia audio MASTER_SITES= http://distfiles.audacious-media-player.org/ Modified: head/multimedia/audacious/distinfo ============================================================================== --- head/multimedia/audacious/distinfo Wed Nov 27 10:08:39 2013 (r335005) +++ head/multimedia/audacious/distinfo Wed Nov 27 10:15:21 2013 (r335006) @@ -1,2 +1,2 @@ -SHA256 (audacious-3.4.1.tar.bz2) = 57ed4d8378b1e753e266a82424c3ae595b6c0e88fc3e32957720cd6cc14ac971 -SIZE (audacious-3.4.1.tar.bz2) = 474755 +SHA256 (audacious-3.4.2.tar.bz2) = 64bc467e1db91e58059def0075c66b13ba8b5faf812842b1ba529cf8149c3619 +SIZE (audacious-3.4.2.tar.bz2) = 483711 Modified: head/multimedia/audacious/pkg-plist ============================================================================== --- head/multimedia/audacious/pkg-plist Wed Nov 27 10:08:39 2013 (r335005) +++ head/multimedia/audacious/pkg-plist Wed Nov 27 10:15:21 2013 (r335006) @@ -90,6 +90,7 @@ share/icons/hicolor/scalable/apps/audaci %%NLS%%share/locale/ky/LC_MESSAGES/audacious.mo %%NLS%%share/locale/lt/LC_MESSAGES/audacious.mo %%NLS%%share/locale/lv/LC_MESSAGES/audacious.mo +%%NLS%%share/locale/ml_IN/LC_MESSAGES/audacious.mo %%NLS%%share/locale/ms/LC_MESSAGES/audacious.mo %%NLS%%share/locale/nl/LC_MESSAGES/audacious.mo %%NLS%%share/locale/pl/LC_MESSAGES/audacious.mo @@ -118,6 +119,8 @@ share/icons/hicolor/scalable/apps/audaci %%NLS%%@dirrmtry share/locale/es_AR %%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ast +%%NLS%%@dirrmtry share/locale/ml_IN/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/ml_IN @dirrm %%DATADIR%%/images @dirrm %%DATADIR%% @dirrm include/libaudgui From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 11:49:18 2013 Return-Path: Delivered-To: svn-ports-head@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 62966EDD; Wed, 27 Nov 2013 11:49:18 +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 385DD2AA1; Wed, 27 Nov 2013 11:49:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARBnIoT042783; Wed, 27 Nov 2013 11:49:18 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARBnH6P042781; Wed, 27 Nov 2013 11:49:17 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311271149.rARBnH6P042781@svn.freebsd.org> From: Rusmir Dusko Date: Wed, 27 Nov 2013 11:49:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335007 - head/games/simsu 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.16 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, 27 Nov 2013 11:49:18 -0000 Author: nemysis Date: Wed Nov 27 11:49:17 2013 New Revision: 335007 URL: http://svnweb.freebsd.org/changeset/ports/335007 Log: - Change Makefile header - Change maintainer email to @FreeBSD.org - Add DOCS Option - Add OPTIONS_SUB - Change pkg-plist, remove mtree Approved by: pawel / wg (mentors, implicit) Modified: head/games/simsu/Makefile head/games/simsu/pkg-plist (contents, props changed) Modified: head/games/simsu/Makefile ============================================================================== --- head/games/simsu/Makefile Wed Nov 27 10:15:21 2013 (r335006) +++ head/games/simsu/Makefile Wed Nov 27 11:49:17 2013 (r335007) @@ -1,4 +1,4 @@ -# Created by: nemysis@gmx.ch +# Created by: nemysis # $FreeBSD$ PORTNAME= simsu @@ -8,7 +8,7 @@ CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ EXTRACT_SUFX= -src.tar.bz2 -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Basic Sudoku game LICENSE= GPLv3 @@ -20,15 +20,13 @@ INSTALLS_ICONS= yes PORTDOCS= CREDITS ChangeLog -NO_STAGE= yes -.include +OPTIONS_DEFINE= DOCS post-install: - ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps/ + ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Modified: head/games/simsu/pkg-plist ============================================================================== --- head/games/simsu/pkg-plist Wed Nov 27 10:15:21 2013 (r335006) +++ head/games/simsu/pkg-plist Wed Nov 27 11:49:17 2013 (r335007) @@ -25,25 +25,3 @@ share/pixmaps/simsu.xpm %%DATADIR%%/translations/simsu_uk.qm @dirrm %%DATADIR%%/translations @dirrm %%DATADIR%% -@dirrmtry share/icons/hicolor/scalable/apps -@dirrmtry share/icons/hicolor/scalable -@dirrmtry share/icons/hicolor/64x64/apps -@dirrmtry share/icons/hicolor/64x64 -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor/32x32/apps -@dirrmtry share/icons/hicolor/32x32 -@dirrmtry share/icons/hicolor/256x256/apps -@dirrmtry share/icons/hicolor/256x256 -@dirrmtry share/icons/hicolor/24x24/apps -@dirrmtry share/icons/hicolor/24x24 -@dirrmtry share/icons/hicolor/22x22/apps -@dirrmtry share/icons/hicolor/22x22 -@dirrmtry share/icons/hicolor/16x16/apps -@dirrmtry share/icons/hicolor/16x16 -@dirrmtry share/icons/hicolor/128x128/apps -@dirrmtry share/icons/hicolor/128x128 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons -@exec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database -q || /usr/bin/true From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 11:56:54 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 ESMTPS id 115E7EE; Wed, 27 Nov 2013 11:56:54 +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 00FEF2AFC; Wed, 27 Nov 2013 11:56:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARBurIY045826; Wed, 27 Nov 2013 11:56:53 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARBur5W045824; Wed, 27 Nov 2013 11:56:53 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201311271156.rARBur5W045824@svn.freebsd.org> From: Rene Ladan Date: Wed, 27 Nov 2013 11:56:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335008 - in head: . devel devel/p5-MooseX-ChainedAccessors 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.16 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, 27 Nov 2013 11:56:54 -0000 Author: rene Date: Wed Nov 27 11:56:53 2013 New Revision: 335008 URL: http://svnweb.freebsd.org/changeset/ports/335008 Log: Remove expired port: 2013-11-27 devel/p5-MooseX-ChainedAccessors: Marked as depreciated upstream Deleted: head/devel/p5-MooseX-ChainedAccessors/ Modified: head/MOVED head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Nov 27 11:49:17 2013 (r335007) +++ head/MOVED Wed Nov 27 11:56:53 2013 (r335008) @@ -5266,3 +5266,4 @@ sysutils/rsyslog6-dbi||2013-11-25|Has ex www/trac-gitplugin||2013-11-25|Removed: this plugin has been included in the Trac 1.0 distribution audio/mpc|audio/musicpc|2013-11-19|Renamed to avoid conflict with math/mpc deskutils/q4wine|emulators/q4wine|2013-11-26|Move to better category +devel/p5-MooseX-ChainedAccessors||2013-11-27|Has expired: Marked as depreciated upstream Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Nov 27 11:49:17 2013 (r335007) +++ head/devel/Makefile Wed Nov 27 11:56:53 2013 (r335008) @@ -2338,7 +2338,6 @@ SUBDIR += p5-MooseX-AttributeHelpers SUBDIR += p5-MooseX-AttributeShortcuts SUBDIR += p5-MooseX-AuthorizedMethods - SUBDIR += p5-MooseX-ChainedAccessors SUBDIR += p5-MooseX-ClassAttribute SUBDIR += p5-MooseX-Clone SUBDIR += p5-MooseX-CompileTime-Traits From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 12:25:43 2013 Return-Path: Delivered-To: svn-ports-head@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 6FB80C86; Wed, 27 Nov 2013 12:25:43 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 328202C9F; Wed, 27 Nov 2013 12:25:43 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 4F188BDC1D; Wed, 27 Nov 2013 13:25:39 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id 44D69BDC24; Wed, 27 Nov 2013 13:25:38 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id C6C576113; Wed, 27 Nov 2013 13:25:36 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 160C36504623; Wed, 27 Nov 2013 13:25:36 +0100 (CET) Date: Wed, 27 Nov 2013 13:25:35 +0100 From: Mathieu Arnold To: Gerald Pfeifer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r334991 - head/lang/gcc49 Message-ID: In-Reply-To: <201311270110.rAR1APQS024492@svn.freebsd.org> References: <201311270110.rAR1APQS024492@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 27 Nov 2013 12:25:43 -0000 +--On 27 novembre 2013 01:10:25 +0000 Gerald Pfeifer wrote: | On the way update to the 20131124 snapshot of GCC 4.9.0. After that, I get a compilation error : http://pkg.absolight.net/logs/bulk/91amd64-pkgng/2013-11-27_09h20m44s/logs/errors/gcc49-4.9.0.20131124.log -- Mathieu Arnold From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 12:35:48 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 ESMTPS id 8634D9A; Wed, 27 Nov 2013 12:35:48 +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 75E4B2D1C; Wed, 27 Nov 2013 12:35:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARCZmeN059489; Wed, 27 Nov 2013 12:35:48 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARCZmG8059487; Wed, 27 Nov 2013 12:35:48 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201311271235.rARCZmG8059487@svn.freebsd.org> From: Philippe Audeoud Date: Wed, 27 Nov 2013 12:35:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335009 - head/security/p5-IO-Socket-SSL 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.16 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, 27 Nov 2013 12:35:48 -0000 Author: jadawin Date: Wed Nov 27 12:35:47 2013 New Revision: 335009 URL: http://svnweb.freebsd.org/changeset/ports/335009 Log: - Update to 1.961 Sponsored by: OBS Modified: head/security/p5-IO-Socket-SSL/Makefile head/security/p5-IO-Socket-SSL/distinfo Modified: head/security/p5-IO-Socket-SSL/Makefile ============================================================================== --- head/security/p5-IO-Socket-SSL/Makefile Wed Nov 27 11:56:53 2013 (r335008) +++ head/security/p5-IO-Socket-SSL/Makefile Wed Nov 27 12:35:47 2013 (r335009) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Socket-SSL -PORTVERSION= 1.960 +PORTVERSION= 1.961 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SULLR Modified: head/security/p5-IO-Socket-SSL/distinfo ============================================================================== --- head/security/p5-IO-Socket-SSL/distinfo Wed Nov 27 11:56:53 2013 (r335008) +++ head/security/p5-IO-Socket-SSL/distinfo Wed Nov 27 12:35:47 2013 (r335009) @@ -1,2 +1,2 @@ -SHA256 (IO-Socket-SSL-1.960.tar.gz) = 6777ac3270d5ff970dc4471ce635ef27f76d8edccfb4e07f6df45b5b53a130a4 -SIZE (IO-Socket-SSL-1.960.tar.gz) = 91495 +SHA256 (IO-Socket-SSL-1.961.tar.gz) = a3baded12cd26d56e08c384874c5adbef50669e8a4304f080e5fba36442908fc +SIZE (IO-Socket-SSL-1.961.tar.gz) = 92213 From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 12:54:55 2013 Return-Path: Delivered-To: svn-ports-head@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 450FE62E; Wed, 27 Nov 2013 12:54:55 +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 354602E36; Wed, 27 Nov 2013 12:54:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARCstIY065872; Wed, 27 Nov 2013 12:54:55 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARCssHU065868; Wed, 27 Nov 2013 12:54:54 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311271254.rARCssHU065868@svn.freebsd.org> From: Max Brazhnikov Date: Wed, 27 Nov 2013 12:54:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335010 - head/irc/quassel 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.16 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, 27 Nov 2013 12:54:55 -0000 Author: makc Date: Wed Nov 27 12:54:54 2013 New Revision: 335010 URL: http://svnweb.freebsd.org/changeset/ports/335010 Log: Update to 0.9.2 Modified: head/irc/quassel/Makefile head/irc/quassel/distinfo head/irc/quassel/pkg-plist.kde Modified: head/irc/quassel/Makefile ============================================================================== --- head/irc/quassel/Makefile Wed Nov 27 12:35:47 2013 (r335009) +++ head/irc/quassel/Makefile Wed Nov 27 12:54:54 2013 (r335010) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= quassel -PORTVERSION= 0.9.1 +PORTVERSION= 0.9.2 CATEGORIES= irc MASTER_SITES= http://www.quassel-irc.org/pub/ Modified: head/irc/quassel/distinfo ============================================================================== --- head/irc/quassel/distinfo Wed Nov 27 12:35:47 2013 (r335009) +++ head/irc/quassel/distinfo Wed Nov 27 12:54:54 2013 (r335010) @@ -1,2 +1,2 @@ -SHA256 (quassel-0.9.1.tar.bz2) = 39e97bd67160d6575a57d4f71c4b1be5c13461ca238baef462ab43164419864e -SIZE (quassel-0.9.1.tar.bz2) = 2777104 +SHA256 (quassel-0.9.2.tar.bz2) = f04d01602509c1d950602502e5f51aba47d99c73a9c70e77c563bb7749fc53c0 +SIZE (quassel-0.9.2.tar.bz2) = 2782855 Modified: head/irc/quassel/pkg-plist.kde ============================================================================== --- head/irc/quassel/pkg-plist.kde Wed Nov 27 12:35:47 2013 (r335009) +++ head/irc/quassel/pkg-plist.kde Wed Nov 27 12:54:54 2013 (r335010) @@ -39,6 +39,7 @@ %%MONO_OR_CLIENT%%share/apps/quassel/translations/nb.qm %%MONO_OR_CLIENT%%share/apps/quassel/translations/nl.qm %%MONO_OR_CLIENT%%share/apps/quassel/translations/oc.qm +%%MONO_OR_CLIENT%%share/apps/quassel/translations/pa.qm %%MONO_OR_CLIENT%%share/apps/quassel/translations/pl.qm %%MONO_OR_CLIENT%%share/apps/quassel/translations/pt.qm %%MONO_OR_CLIENT%%share/apps/quassel/translations/pt_BR.qm From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 12:57:09 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 ESMTPS id 975F9735; Wed, 27 Nov 2013 12:57:09 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 7577D2E43; Wed, 27 Nov 2013 12:57:09 +0000 (UTC) Received: from [172.40.1.185] (unknown [122.212.234.130]) by ainaz.pair.com (Postfix) with ESMTPSA id CE5413F429; Wed, 27 Nov 2013 07:57:06 -0500 (EST) Date: Wed, 27 Nov 2013 21:57:04 +0900 (JST) From: Gerald Pfeifer To: Mathieu Arnold Subject: Re: svn commit: r334991 - head/lang/gcc49 In-Reply-To: Message-ID: References: <201311270110.rAR1APQS024492@svn.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Gerald Pfeifer , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 27 Nov 2013 12:57:09 -0000 On Wed, 27 Nov 2013, Mathieu Arnold wrote: >| On the way update to the 20131124 snapshot of GCC 4.9.0. > After that, I get a compilation error : > http://pkg.absolight.net/logs/bulk/91amd64-pkgng/2013-11-27_09h20m44s/logs/errors/gcc49-4.9.0.20131124.log Grr, this is bad. I have a theory. Do you, by any chance, have a file ansidecl.h somewhere in your include path, possibly /usr/local/include. If so, can you please check which port installed that? And do a diff between that file and the one the new lang/gcc49 ports has in its source directory ($WRKDIR/gcc*)? And what happens if you (temporarily) remove it and try to update lang/gcc49? Gerald From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 13:16:48 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 ESMTPS id 804B1EA4; Wed, 27 Nov 2013 13:16:48 +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 6FC652F98; Wed, 27 Nov 2013 13:16:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARDGmrc073231; Wed, 27 Nov 2013 13:16:48 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARDGmIi073229; Wed, 27 Nov 2013 13:16:48 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201311271316.rARDGmIi073229@svn.freebsd.org> From: Philippe Audeoud Date: Wed, 27 Nov 2013 13:16:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335011 - in head/biology/lagan: . 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.16 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, 27 Nov 2013 13:16:48 -0000 Author: jadawin Date: Wed Nov 27 13:16:47 2013 New Revision: 335011 URL: http://svnweb.freebsd.org/changeset/ports/335011 Log: - Fix build - Support STAGEDIR PR: ports/184238 Submitted by: KATO Tsuguru Added: head/biology/lagan/files/patch-src__glocal__rightinfluence.cpp (contents, props changed) Modified: head/biology/lagan/Makefile Modified: head/biology/lagan/Makefile ============================================================================== --- head/biology/lagan/Makefile Wed Nov 27 12:54:54 2013 (r335010) +++ head/biology/lagan/Makefile Wed Nov 27 13:16:47 2013 (r335011) @@ -39,7 +39,6 @@ SCRIPTUTILS= cmerge2.pl draft.pl mextrac READMES= README.FIRST README.chaos README.lagan README.mlagan \ README.tools README.shuffle -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ '/^CC/s|^|#| ; \ @@ -47,26 +46,27 @@ post-patch: s|$$(CC) -o|$$(CC) $$(CFLAGS) -o| ; \ s|$$(CPP) -o|$$(CXX) $$(CXXFLAGS) -o| ; \ s|$$(CLINKER) $$(OPTFLAGS)|$$(CXX) $$(LDFLAGS)|' + @${FIND} ${WRKSRC}/src -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|^inline |static inline |' do-install: - @${MKDIR} ${LAGAN_DIR} + @${MKDIR} ${STAGEDIR}${LAGAN_DIR} .for exe in ${EXECUTABLES} - ${INSTALL_PROGRAM} ${WRKSRC}/${exe} ${LAGAN_DIR} + ${INSTALL_PROGRAM} ${WRKSRC}/${exe} ${STAGEDIR}${LAGAN_DIR} .endfor .for script in ${SCRIPTS} - ${INSTALL_SCRIPT} ${WRKSRC}/${script} ${LAGAN_DIR} + ${INSTALL_SCRIPT} ${WRKSRC}/${script} ${STAGEDIR}${LAGAN_DIR} .endfor - @${MKDIR} ${LAGAN_DIR}/utils + @${MKDIR} ${STAGEDIR}${LAGAN_DIR}/utils .for exeutil in ${EXEUTILS} - ${INSTALL_PROGRAM} ${WRKSRC}/utils/${exeutil} ${LAGAN_DIR}/utils + ${INSTALL_PROGRAM} ${WRKSRC}/utils/${exeutil} ${STAGEDIR}${LAGAN_DIR}/utils .endfor .for scriptutil in ${SCRIPTUTILS} - ${INSTALL_SCRIPT} ${WRKSRC}/utils/${scriptutil} ${LAGAN_DIR}/utils + ${INSTALL_SCRIPT} ${WRKSRC}/utils/${scriptutil} ${STAGEDIR}${LAGAN_DIR}/utils .endfor - @${MKDIR} ${LAGAN_DIR}/Readmes + @${MKDIR} ${STAGEDIR}${LAGAN_DIR}/Readmes .for readme in ${READMES} - ${INSTALL_DATA} ${WRKSRC}/Readmes/${readme} ${LAGAN_DIR}/Readmes + ${INSTALL_DATA} ${WRKSRC}/Readmes/${readme} ${STAGEDIR}${LAGAN_DIR}/Readmes .endfor - @${CAT} ${PKGMESSAGE} .include Added: head/biology/lagan/files/patch-src__glocal__rightinfluence.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/lagan/files/patch-src__glocal__rightinfluence.cpp Wed Nov 27 13:16:47 2013 (r335011) @@ -0,0 +1,32 @@ +--- src/glocal/rightinfluence.cpp.orig ++++ src/glocal/rightinfluence.cpp +@@ -1,6 +1,6 @@ + #include + +-Fragment origin, end; ++Fragment origin, my_end; + + // Sets the first default owner of the whole region + void initRI(RI *RightInfluence, long long int scoreIndex) { +@@ -18,17 +18,17 @@ + + // hack to aid winner selection + origin.score = -1; +- end.score = -2; +- origin.totalScore = end.totalScore = 0; ++ my_end.score = -2; ++ origin.totalScore = my_end.totalScore = 0; + + // will win against anyone +- end.seq1End = 0; end.seq2End = 0; +- end.seq1Start = 0; end.seq2Start = 0; ++ my_end.seq1End = 0; my_end.seq2End = 0; ++ my_end.seq1Start = 0; my_end.seq2Start = 0; + + origin.back = NULL; + + RightInfluence->act[-INF] = &origin; +- RightInfluence->act[+INF] = &end; ++ RightInfluence->act[+INF] = &my_end; + } + From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 13:21:31 2013 Return-Path: Delivered-To: svn-ports-head@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 AF37FE3; Wed, 27 Nov 2013 13:21:31 +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 9E92D2FED; Wed, 27 Nov 2013 13:21:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARDLVgZ075886; Wed, 27 Nov 2013 13:21:31 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARDLVXj075884; Wed, 27 Nov 2013 13:21:31 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201311271321.rARDLVXj075884@svn.freebsd.org> From: Steve Wills Date: Wed, 27 Nov 2013 13:21:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335012 - in head: Mk lang/ruby20/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.16 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, 27 Nov 2013 13:21:31 -0000 Author: swills Date: Wed Nov 27 13:21:30 2013 New Revision: 335012 URL: http://svnweb.freebsd.org/changeset/ports/335012 Log: - Fix patch to uri module that I broke in r334630 - Bump PORTREVISION PR: ports/184315 Submitted by: Andris Raugulis Modified: head/Mk/bsd.ruby.mk head/lang/ruby20/files/patch-lib_uri_generic.rb Modified: head/Mk/bsd.ruby.mk ============================================================================== --- head/Mk/bsd.ruby.mk Wed Nov 27 13:16:47 2013 (r335011) +++ head/Mk/bsd.ruby.mk Wed Nov 27 13:21:30 2013 (r335012) @@ -204,7 +204,7 @@ RUBY20= "@comment " # Ruby 2.0 # RUBY_RELVERSION= 2.0.0 -RUBY_PORTREVISION= 0 +RUBY_PORTREVISION= 1 RUBY_PORTEPOCH= 1 RUBY_PATCHLEVEL= 353 Modified: head/lang/ruby20/files/patch-lib_uri_generic.rb ============================================================================== --- head/lang/ruby20/files/patch-lib_uri_generic.rb Wed Nov 27 13:16:47 2013 (r335011) +++ head/lang/ruby20/files/patch-lib_uri_generic.rb Wed Nov 27 13:21:30 2013 (r335012) @@ -1,9 +1,10 @@ ---- lib/uri/generic.rb.orig 2012-07-20 01:56:21.000000000 +0000 -+++ lib/uri/generic.rb 2013-11-21 20:50:14.143925606 +0000 -@@ -1482,6 +1482,17 @@ +--- lib/uri/generic.rb.orig 2013-11-27 04:27:22.851503866 +0000 ++++ lib/uri/generic.rb 2013-11-27 04:27:58.130502926 +0000 +@@ -1481,7 +1481,17 @@ + end end - str << path_query +- str << path_query + path = path_query + + # From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 13:38:57 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 ESMTPS id 646FB3B6; Wed, 27 Nov 2013 13:38:57 +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 3A4B720CE; Wed, 27 Nov 2013 13:38: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 rARDcvbg080028; Wed, 27 Nov 2013 13:38:57 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARDcuWC080026; Wed, 27 Nov 2013 13:38:56 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311271338.rARDcuWC080026@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Wed, 27 Nov 2013 13:38:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335013 - head/ports-mgmt/pkg_replace 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.16 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, 27 Nov 2013 13:38:57 -0000 Author: danilo Date: Wed Nov 27 13:38:56 2013 New Revision: 335013 URL: http://svnweb.freebsd.org/changeset/ports/335013 Log: - Support pkg-1.2 [1] - Fix the unconditional installation of files PR: ports/184319 Submitted by: Ken DEGUCHI (maintainer) [1] Modified: head/ports-mgmt/pkg_replace/Makefile head/ports-mgmt/pkg_replace/distinfo Modified: head/ports-mgmt/pkg_replace/Makefile ============================================================================== --- head/ports-mgmt/pkg_replace/Makefile Wed Nov 27 13:21:30 2013 (r335012) +++ head/ports-mgmt/pkg_replace/Makefile Wed Nov 27 13:38:56 2013 (r335013) @@ -3,7 +3,7 @@ PORTNAME= pkg_replace PORTVERSION= 0.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= ports-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= portutil/22116 @@ -29,11 +29,23 @@ PLIST_SUB+= PKGDB_FIX="@comment " OPTIONS_SUB= yes +.include + post-patch: @${REINPLACE_CMD} -e 's/pkg_replace/pkg_replace pkgdb_fix/' ${WRKSRC}/sbin/Makefile @${REINPLACE_CMD} -e 's/mkdir -p $${FILESDIR}/@true/' ${WRKSRC}/share/zsh/Makefile -pre-install: +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/sbin/pkg_replace/pkg_replace ${STAGEDIR}${PREFIX}/sbin + ${CP} ${WRKSRC}/etc/pkg_replace.conf ${STAGEDIR}${PREFIX}/etc/pkg_replace.conf.sample + ${INSTALL_MAN} ${WRKSRC}/sbin/pkg_replace/pkg_replace.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 +.if ${PORT_OPTIONS:MZSH} @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions + ${INSTALL_DATA} ${WRKSRC}/share/zsh/_pkg_replace ${STAGEDIR}${PREFIX}/share/zsh/site-functions +.endif +.if ${PORT_OPTIONS:MPKGDB_FIX} + ${INSTALL_SCRIPT} ${WRKSRC}/sbin/pkgdb_fix/pkgdb_fix ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/sbin/pkgdb_fix/pkgdb_fix.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 +.endif .include Modified: head/ports-mgmt/pkg_replace/distinfo ============================================================================== --- head/ports-mgmt/pkg_replace/distinfo Wed Nov 27 13:21:30 2013 (r335012) +++ head/ports-mgmt/pkg_replace/distinfo Wed Nov 27 13:38:56 2013 (r335013) @@ -1,4 +1,4 @@ SHA256 (pkg_replace-0.8.0.tar.bz2) = 3092f5fc0d18529eb5d38776941c0ee4d0073ecb524ab17671c81ca69c29e214 SIZE (pkg_replace-0.8.0.tar.bz2) = 17296 -SHA256 (pkg_replace-0.8.0_4.patch) = a802706afe92dae8a0cb9db4cf4b15879d57dc67d4376cd6aa2ada83bd7fd02c -SIZE (pkg_replace-0.8.0_4.patch) = 11135 +SHA256 (pkg_replace-0.8.0_5.patch) = ce2a9f44c4592839423fe2098a247d4409b9d3e3d8da2a0b343219dca922be93 +SIZE (pkg_replace-0.8.0_5.patch) = 11168 From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 13:44:29 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 ESMTPS id 281C54F7; Wed, 27 Nov 2013 13:44:29 +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 1853F2127; Wed, 27 Nov 2013 13:44:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARDiSPb082873; Wed, 27 Nov 2013 13:44:28 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARDiSGx082872; Wed, 27 Nov 2013 13:44:28 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311271344.rARDiSGx082872@svn.freebsd.org> From: Rusmir Dusko Date: Wed, 27 Nov 2013 13:44:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335014 - head/games/connectagram 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.16 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, 27 Nov 2013 13:44:29 -0000 Author: nemysis Date: Wed Nov 27 13:44:28 2013 New Revision: 335014 URL: http://svnweb.freebsd.org/changeset/ports/335014 Log: - Fix typo Approved by: pawel / wg (mentors, implicit) Modified: head/games/connectagram/Makefile Modified: head/games/connectagram/Makefile ============================================================================== --- head/games/connectagram/Makefile Wed Nov 27 13:38:56 2013 (r335013) +++ head/games/connectagram/Makefile Wed Nov 27 13:44:28 2013 (r335014) @@ -26,7 +26,7 @@ post-install: @(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR}) @(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} patterns ${STAGEDIR}${DATADIR}) @(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} hicolor ${STAGEDIR}${PREFIX}/share/icons/) - ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png + ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ @${MKDIR} ${STAGEDIR}${DOCSDIR} From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 13:52:01 2013 Return-Path: Delivered-To: svn-ports-head@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 AAB357A6; Wed, 27 Nov 2013 13:52:01 +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 81C072187; Wed, 27 Nov 2013 13:52:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARDq1uk085900; Wed, 27 Nov 2013 13:52:01 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARDq1vk085897; Wed, 27 Nov 2013 13:52:01 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311271352.rARDq1vk085897@svn.freebsd.org> From: Rusmir Dusko Date: Wed, 27 Nov 2013 13:52:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335015 - head/games/gottet 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.16 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, 27 Nov 2013 13:52:01 -0000 Author: nemysis Date: Wed Nov 27 13:52:00 2013 New Revision: 335015 URL: http://svnweb.freebsd.org/changeset/ports/335015 Log: - Change Makefile header - Change maintainer email to @FreeBSD.org - Add DOCS Option - Support STAGEDIR - Change pkg-plist, remove mtree Approved by: pawel / wg (mentors, implicit) Modified: head/games/gottet/Makefile head/games/gottet/pkg-plist Modified: head/games/gottet/Makefile ============================================================================== --- head/games/gottet/Makefile Wed Nov 27 13:44:28 2013 (r335014) +++ head/games/gottet/Makefile Wed Nov 27 13:52:00 2013 (r335015) @@ -1,4 +1,4 @@ -# Created by: nemysis@gmx.ch +# Created by: nemysis # $FreeBSD$ PORTNAME= gottet @@ -7,7 +7,7 @@ CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ EXTRACT_SUFX= -src.tar.bz2 -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Tetris clone LICENSE= GPLv3 @@ -19,15 +19,15 @@ INSTALLS_ICONS= yes PORTDOCS= CREDITS ChangeLog -NO_STAGE= yes +OPTIONS_DEFINE= DOCS + .include post-install: - ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps/ + ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Modified: head/games/gottet/pkg-plist ============================================================================== --- head/games/gottet/pkg-plist Wed Nov 27 13:44:28 2013 (r335014) +++ head/games/gottet/pkg-plist Wed Nov 27 13:52:00 2013 (r335015) @@ -15,25 +15,5 @@ share/icons/hicolor/64x64/apps/gottet.pn share/icons/hicolor/scalable/apps/gottet.svg share/pixmaps/gottet.png share/pixmaps/gottet.xpm -@dirrmtry share/icons/hicolor/scalable/apps -@dirrmtry share/icons/hicolor/scalable -@dirrmtry share/icons/hicolor/64x64/apps -@dirrmtry share/icons/hicolor/64x64 -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor/32x32/apps -@dirrmtry share/icons/hicolor/32x32 -@dirrmtry share/icons/hicolor/256x256/apps -@dirrmtry share/icons/hicolor/256x256 -@dirrmtry share/icons/hicolor/24x24/apps -@dirrmtry share/icons/hicolor/24x24 -@dirrmtry share/icons/hicolor/22x22/apps -@dirrmtry share/icons/hicolor/22x22 -@dirrmtry share/icons/hicolor/16x16/apps -@dirrmtry share/icons/hicolor/16x16 -@dirrmtry share/icons/hicolor/128x128/apps -@dirrmtry share/icons/hicolor/128x128 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons @dirrm %%DATADIR%%/translations @dirrm %%DATADIR%% From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 13:57:07 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 ESMTPS id 650818DB; Wed, 27 Nov 2013 13:57:07 +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 54DA621B0; Wed, 27 Nov 2013 13:57:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARDv7kP086582; Wed, 27 Nov 2013 13:57:07 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARDv7gf086581; Wed, 27 Nov 2013 13:57:07 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311271357.rARDv7gf086581@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 27 Nov 2013 13:57:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335016 - head/Mk 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.16 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, 27 Nov 2013 13:57:07 -0000 Author: bapt Date: Wed Nov 27 13:57:06 2013 New Revision: 335016 URL: http://svnweb.freebsd.org/changeset/ports/335016 Log: pkg audit now uses the vuln.xml file and not the auditfile anymore Reported by: kwm Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Wed Nov 27 13:52:00 2013 (r335015) +++ head/Mk/bsd.port.mk Wed Nov 27 13:57:06 2013 (r335016) @@ -3394,7 +3394,7 @@ check-deprecated: # Check if the port is listed in the vulnerability database .if defined(WITH_PKGNG) -AUDITFILE?= ${PKG_DBDIR}/auditfile +AUDITFILE?= ${PKG_DBDIR}/vuln.xml _EXTRACT_AUDITFILE= ${CAT} "${AUDITFILE}" .else AUDITFILE?= /var/db/portaudit/auditfile.tbz From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 13:58:11 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 ESMTPS id 8CBE29C3; Wed, 27 Nov 2013 13:58:11 +0000 (UTC) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4604521B9; Wed, 27 Nov 2013 13:58:10 +0000 (UTC) Date: Wed, 27 Nov 2013 15:58:08 +0200 From: Alex Kozlov To: Danilo Egea Gondolfo Subject: Re: svn commit: r335013 - head/ports-mgmt/pkg_replace Message-ID: <20131127135808.GA35467@ravenloft.kiev.ua> References: <201311271338.rARDcuWC080026@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201311271338.rARDcuWC080026@svn.freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 27 Nov 2013 13:58:11 -0000 On Wed, Nov 27, 2013 at 01:38:56PM +0000, Danilo Egea Gondolfo wrote: > Author: danilo > Date: Wed Nov 27 13:38:56 2013 > New Revision: 335013 > URL: http://svnweb.freebsd.org/changeset/ports/335013 > > Log: > - Support pkg-1.2 [1] > - Fix the unconditional installation of files > > PR: ports/184319 > Submitted by: Ken DEGUCHI (maintainer) [1] > > Modified: > head/ports-mgmt/pkg_replace/Makefile > head/ports-mgmt/pkg_replace/distinfo > > Modified: head/ports-mgmt/pkg_replace/Makefile > ============================================================================== > --- head/ports-mgmt/pkg_replace/Makefile Wed Nov 27 13:21:30 2013 (r335012) > +++ head/ports-mgmt/pkg_replace/Makefile Wed Nov 27 13:38:56 2013 (r335013) > @@ -3,7 +3,7 @@ > > PORTNAME= pkg_replace > PORTVERSION= 0.8.0 > -PORTREVISION= 4 > +PORTREVISION= 5 > CATEGORIES= ports-mgmt > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} > MASTER_SITE_SUBDIR= portutil/22116 > @@ -29,11 +29,23 @@ PLIST_SUB+= PKGDB_FIX="@comment " > > OPTIONS_SUB= yes > > +.include > + > post-patch: > @${REINPLACE_CMD} -e 's/pkg_replace/pkg_replace pkgdb_fix/' ${WRKSRC}/sbin/Makefile > @${REINPLACE_CMD} -e 's/mkdir -p $${FILESDIR}/@true/' ${WRKSRC}/share/zsh/Makefile > > -pre-install: > +do-install: > + ${INSTALL_SCRIPT} ${WRKSRC}/sbin/pkg_replace/pkg_replace ${STAGEDIR}${PREFIX}/sbin > + ${CP} ${WRKSRC}/etc/pkg_replace.conf ${STAGEDIR}${PREFIX}/etc/pkg_replace.conf.sample > + ${INSTALL_MAN} ${WRKSRC}/sbin/pkg_replace/pkg_replace.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 > +.if ${PORT_OPTIONS:MZSH} > @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions > + ${INSTALL_DATA} ${WRKSRC}/share/zsh/_pkg_replace ${STAGEDIR}${PREFIX}/share/zsh/site-functions > +.endif > +.if ${PORT_OPTIONS:MPKGDB_FIX} > + ${INSTALL_SCRIPT} ${WRKSRC}/sbin/pkgdb_fix/pkgdb_fix ${STAGEDIR}${PREFIX}/sbin > + ${INSTALL_MAN} ${WRKSRC}/sbin/pkgdb_fix/pkgdb_fix.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 > +.endif These conditions are not needed. The port is stagified. This is similar to https://wiki.freebsd.org/ports/StageDir 'DOCS/EXAMPLES' case. -- Alex From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 14:02:13 2013 Return-Path: Delivered-To: svn-ports-head@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 0424CD57; Wed, 27 Nov 2013 14:02:13 +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 E7CB0220E; Wed, 27 Nov 2013 14:02:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARE2Cvo089607; Wed, 27 Nov 2013 14:02:12 GMT (envelope-from oliver@svn.freebsd.org) Received: (from oliver@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARE2CUH089606; Wed, 27 Nov 2013 14:02:12 GMT (envelope-from oliver@svn.freebsd.org) Message-Id: <201311271402.rARE2CUH089606@svn.freebsd.org> From: Oliver Lehmann Date: Wed, 27 Nov 2013 14:02:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335017 - head/net/cyphesis/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.16 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, 27 Nov 2013 14:02:13 -0000 Author: oliver Date: Wed Nov 27 14:02:12 2013 New Revision: 335017 URL: http://svnweb.freebsd.org/changeset/ports/335017 Log: fix build on FreeBSD 8 Added: head/net/cyphesis/files/patch-tools-cypython.cpp (contents, props changed) Added: head/net/cyphesis/files/patch-tools-cypython.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/cyphesis/files/patch-tools-cypython.cpp Wed Nov 27 14:02:12 2013 (r335017) @@ -0,0 +1,11 @@ +--- tools/cypython.cpp.orig 2013-11-27 14:43:48.000000000 +0100 ++++ tools/cypython.cpp 2013-11-27 14:43:56.000000000 +0100 +@@ -32,6 +32,8 @@ + + #include + ++#include ++ + #ifndef READLINE_CXX_SANE // defined in config.h + extern "C" { + #endif From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 14:47:06 2013 Return-Path: Delivered-To: svn-ports-head@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 322237F8; Wed, 27 Nov 2013 14:47:06 +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 218352488; Wed, 27 Nov 2013 14:47:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAREl6Sb003880; Wed, 27 Nov 2013 14:47:06 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAREl5tB003879; Wed, 27 Nov 2013 14:47:05 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311271447.rAREl5tB003879@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Wed, 27 Nov 2013 14:47:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335018 - head/ports-mgmt/pkg_replace 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.16 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, 27 Nov 2013 14:47:06 -0000 Author: danilo Date: Wed Nov 27 14:47:05 2013 New Revision: 335018 URL: http://svnweb.freebsd.org/changeset/ports/335018 Log: - Revert to the original installation schema. With stage, files can be unconditionally installed Reported by: ak Modified: head/ports-mgmt/pkg_replace/Makefile Modified: head/ports-mgmt/pkg_replace/Makefile ============================================================================== --- head/ports-mgmt/pkg_replace/Makefile Wed Nov 27 14:02:12 2013 (r335017) +++ head/ports-mgmt/pkg_replace/Makefile Wed Nov 27 14:47:05 2013 (r335018) @@ -29,23 +29,11 @@ PLIST_SUB+= PKGDB_FIX="@comment " OPTIONS_SUB= yes -.include - post-patch: @${REINPLACE_CMD} -e 's/pkg_replace/pkg_replace pkgdb_fix/' ${WRKSRC}/sbin/Makefile @${REINPLACE_CMD} -e 's/mkdir -p $${FILESDIR}/@true/' ${WRKSRC}/share/zsh/Makefile -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/sbin/pkg_replace/pkg_replace ${STAGEDIR}${PREFIX}/sbin - ${CP} ${WRKSRC}/etc/pkg_replace.conf ${STAGEDIR}${PREFIX}/etc/pkg_replace.conf.sample - ${INSTALL_MAN} ${WRKSRC}/sbin/pkg_replace/pkg_replace.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 -.if ${PORT_OPTIONS:MZSH} +pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions - ${INSTALL_DATA} ${WRKSRC}/share/zsh/_pkg_replace ${STAGEDIR}${PREFIX}/share/zsh/site-functions -.endif -.if ${PORT_OPTIONS:MPKGDB_FIX} - ${INSTALL_SCRIPT} ${WRKSRC}/sbin/pkgdb_fix/pkgdb_fix ${STAGEDIR}${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/sbin/pkgdb_fix/pkgdb_fix.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 -.endif .include From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 14:58:30 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 ESMTPS id 8293BA39; Wed, 27 Nov 2013 14:58:30 +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 599D82507; Wed, 27 Nov 2013 14:58:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAREwU9p007314; Wed, 27 Nov 2013 14:58:30 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAREwTO8007311; Wed, 27 Nov 2013 14:58:29 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201311271458.rAREwTO8007311@svn.freebsd.org> From: Frederic Culot Date: Wed, 27 Nov 2013 14:58:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335019 - head/games/greed 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.16 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, 27 Nov 2013 14:58:30 -0000 Author: culot Date: Wed Nov 27 14:58:29 2013 New Revision: 335019 URL: http://svnweb.freebsd.org/changeset/ports/335019 Log: - Update to 3.9 - Support staging - Add LICENSE (BSD) - Remove leading article from COMMENT Changes: http://www.catb.org/~esr/greed/NEWS Added: head/games/greed/pkg-plist (contents, props changed) Modified: head/games/greed/Makefile (contents, props changed) head/games/greed/distinfo (contents, props changed) Modified: head/games/greed/Makefile ============================================================================== --- head/games/greed/Makefile Wed Nov 27 14:47:05 2013 (r335018) +++ head/games/greed/Makefile Wed Nov 27 14:58:29 2013 (r335019) @@ -2,27 +2,26 @@ # $FreeBSD$ PORTNAME= greed -PORTVERSION= 3.8 +PORTVERSION= 3.9 CATEGORIES= games MASTER_SITES= http://catb.org/~esr/greed/ CENKES PKGNAMESUFFIX= -game MAINTAINER= culot@FreeBSD.org -COMMENT= A text puzzle game with the aim of clearing the game field +COMMENT= Text puzzle game with the aim of clearing the game field + +LICENSE= BSD -MAN6= greed.6 -PLIST_FILES= bin/greed SCOREFILE?= /var/games/greed.hs CFLAGS+= -DSCOREFILE=\"${SCOREFILE}\" -DNOTBSD -DRELEASE=\"${PORTVERSION}\" LDFLAGS+= -lcurses -NO_STAGE= yes do-build: @cd ${WRKSRC}&&${CC} ${CFLAGS} -o greed greed.c ${LDFLAGS} do-install: - ${INSTALL_PROGRAM} -m 2555 -o root -g games ${WRKSRC}/greed ${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/greed.6 ${MAN6PREFIX}/man/man6/ + ${INSTALL_PROGRAM} -m 2555 -o root -g games ${WRKSRC}/greed ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/greed.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/ @a=${SCOREFILE};[ -f $$a ]||:>$$a&&${CHOWN} root:games $$a&&${CHMOD} 664 $$a @${ECHO_CMD} '@exec a=${SCOREFILE};[ -f $$a ]||:>$$a&&\ ${CHOWN} root:games $$a&&${CHMOD} 664 $$a' >> ${TMPPLIST} Modified: head/games/greed/distinfo ============================================================================== --- head/games/greed/distinfo Wed Nov 27 14:47:05 2013 (r335018) +++ head/games/greed/distinfo Wed Nov 27 14:58:29 2013 (r335019) @@ -1,2 +1,2 @@ -SHA256 (greed-3.8.tar.gz) = 0ab034dcf26811f2e2f98b7a03957c5253015e5c2b7d0a620581efe78ad58be4 -SIZE (greed-3.8.tar.gz) = 11687 +SHA256 (greed-3.9.tar.gz) = eef04e9a43a4db7eb752ed72a1331423d70e60fd7be21d45ea1384699920d03c +SIZE (greed-3.9.tar.gz) = 11675 Added: head/games/greed/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/greed/pkg-plist Wed Nov 27 14:58:29 2013 (r335019) @@ -0,0 +1,2 @@ +bin/greed +man/man6/greed.6.gz From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 15:05:34 2013 Return-Path: Delivered-To: svn-ports-head@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 9D4C4BB0; Wed, 27 Nov 2013 15:05:34 +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 8C5802575; Wed, 27 Nov 2013 15:05:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARF5YrN010549; Wed, 27 Nov 2013 15:05:34 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARF5Ysp010548; Wed, 27 Nov 2013 15:05:34 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201311271505.rARF5Ysp010548@svn.freebsd.org> From: Philippe Audeoud Date: Wed, 27 Nov 2013 15:05:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335020 - head/multimedia/tstools 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.16 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, 27 Nov 2013 15:05:34 -0000 Author: jadawin Date: Wed Nov 27 15:05:34 2013 New Revision: 335020 URL: http://svnweb.freebsd.org/changeset/ports/335020 Log: - Mark MAKE_JOBS_UNSAFE=yes - While here support STAGEDIR PR: ports/184210 Submitted by: Oliver Fromme Approved by: maintainer Modified: head/multimedia/tstools/Makefile (contents, props changed) Modified: head/multimedia/tstools/Makefile ============================================================================== --- head/multimedia/tstools/Makefile Wed Nov 27 14:58:29 2013 (r335019) +++ head/multimedia/tstools/Makefile Wed Nov 27 15:05:34 2013 (r335020) @@ -13,6 +13,8 @@ COMMENT= MPEG transport, program, and el LICENSE= MPL +MAKE_JOBS_UNSAFE= yes + USES= gmake MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" @@ -22,15 +24,14 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS -NO_STAGE= yes .include do-install: - ${CP} ${WRKSRC}/bin/* ${PREFIX}/bin - ${CP} ${WRKSRC}/lib/* ${PREFIX}/lib + ${CP} ${WRKSRC}/bin/* ${STAGEDIR}${PREFIX}/bin + ${CP} ${WRKSRC}/lib/* ${STAGEDIR}${PREFIX}/lib .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${CP} ${WRKSRC}/docs/* ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${CP} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR} .endif .include From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 15:07:38 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 ESMTPS id A5094D81; Wed, 27 Nov 2013 15:07:38 +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 948F72599; Wed, 27 Nov 2013 15:07:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARF7ct6010956; Wed, 27 Nov 2013 15:07:38 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARF7cxY010954; Wed, 27 Nov 2013 15:07:38 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201311271507.rARF7cxY010954@svn.freebsd.org> From: TAKATSU Tomonari Date: Wed, 27 Nov 2013 15:07:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335021 - head/graphics/R-cran-rgdal 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.16 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, 27 Nov 2013 15:07:38 -0000 Author: tota Date: Wed Nov 27 15:07:37 2013 New Revision: 335021 URL: http://svnweb.freebsd.org/changeset/ports/335021 Log: - Upstream rerolled tarball Noticed by: marino@ (via private e-mail) Reported by: pkg-fallout Modified: head/graphics/R-cran-rgdal/Makefile head/graphics/R-cran-rgdal/distinfo Modified: head/graphics/R-cran-rgdal/Makefile ============================================================================== --- head/graphics/R-cran-rgdal/Makefile Wed Nov 27 15:05:34 2013 (r335020) +++ head/graphics/R-cran-rgdal/Makefile Wed Nov 27 15:07:37 2013 (r335021) @@ -3,6 +3,7 @@ PORTNAME= rgdal DISTVERSION= 0.8-12 +PORTREVISION= 1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/graphics/R-cran-rgdal/distinfo ============================================================================== --- head/graphics/R-cran-rgdal/distinfo Wed Nov 27 15:05:34 2013 (r335020) +++ head/graphics/R-cran-rgdal/distinfo Wed Nov 27 15:07:37 2013 (r335021) @@ -1,2 +1,2 @@ -SHA256 (rgdal_0.8-12.tar.gz) = cd12d9869d4cad5f9d525eb6c19d1b43c64c55e32e9348ceaf213df39b768116 -SIZE (rgdal_0.8-12.tar.gz) = 1579918 +SHA256 (rgdal_0.8-12.tar.gz) = ab81dfa3b62cff9142b1085cf8629d4cad479ffb1bc46c3dc6ee3cd676b494bb +SIZE (rgdal_0.8-12.tar.gz) = 1579952 From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 15:08:17 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 ESMTPS id 8629EE64; Wed, 27 Nov 2013 15:08:17 +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 760F825A1; Wed, 27 Nov 2013 15:08:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARF8Hao011126; Wed, 27 Nov 2013 15:08:17 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARF8HNW011125; Wed, 27 Nov 2013 15:08:17 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311271508.rARF8HNW011125@svn.freebsd.org> From: Rusmir Dusko Date: Wed, 27 Nov 2013 15:08:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335022 - head/games/tanglet 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.16 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, 27 Nov 2013 15:08:17 -0000 Author: nemysis Date: Wed Nov 27 15:08:16 2013 New Revision: 335022 URL: http://svnweb.freebsd.org/changeset/ports/335022 Log: - Add DOCS Option Support STAGEDIR Approved by: pawel / wg (mentors, implicit) Modified: head/games/tanglet/Makefile Modified: head/games/tanglet/Makefile ============================================================================== --- head/games/tanglet/Makefile Wed Nov 27 15:07:37 2013 (r335021) +++ head/games/tanglet/Makefile Wed Nov 27 15:08:16 2013 (r335022) @@ -21,7 +21,8 @@ INSTALLS_ICONS= yes PORTDOCS= CREDITS ChangeLog NEWS -NO_STAGE= yes +OPTIONS_DEFINE= DOCS + .include post-patch: @@ -29,11 +30,10 @@ post-patch: ${WRKSRC}/tanglet.pro post-install: - ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps/ + ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 15:17:43 2013 Return-Path: Delivered-To: svn-ports-head@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 4EFB1128; Wed, 27 Nov 2013 15:17:43 +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 3E23E260E; Wed, 27 Nov 2013 15:17:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARFHh5H014636; Wed, 27 Nov 2013 15:17:43 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARFHgB4014633; Wed, 27 Nov 2013 15:17:42 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201311271517.rARFHgB4014633@svn.freebsd.org> From: Philippe Audeoud Date: Wed, 27 Nov 2013 15:17:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335023 - head/sysutils/desktop-installer 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.16 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, 27 Nov 2013 15:17:43 -0000 Author: jadawin Date: Wed Nov 27 15:17:42 2013 New Revision: 335023 URL: http://svnweb.freebsd.org/changeset/ports/335023 Log: - Update to 0.4.6 - Support STAGEDIR PR: ports/184001 Submitted by: Jason Bacon Modified: head/sysutils/desktop-installer/Makefile head/sysutils/desktop-installer/distinfo head/sysutils/desktop-installer/pkg-plist Modified: head/sysutils/desktop-installer/Makefile ============================================================================== --- head/sysutils/desktop-installer/Makefile Wed Nov 27 15:08:16 2013 (r335022) +++ head/sysutils/desktop-installer/Makefile Wed Nov 27 15:17:42 2013 (r335023) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= desktop-installer -PORTVERSION= 0.4.5 +PORTVERSION= 0.4.6 CATEGORIES= sysutils MASTER_SITES= http://acadix.biz/Ports/distfiles/ \ http://personalpages.tds.net/~jwbacon/Ports/distfiles/ @@ -10,28 +10,29 @@ MASTER_SITES= http://acadix.biz/Ports/di MAINTAINER= jwbacon@tds.net COMMENT= Quickly configure a FreeBSD desktop system -RUN_DEPENDS= auto-admin>=0.3.2:${PORTSDIR}/sysutils/auto-admin +LICENSE= BSD -NO_BUILD= yes +RUN_DEPENDS= auto-admin>=0.3.3:${PORTSDIR}/sysutils/auto-admin + +USE_XZ= yes -MAN1= ${PORTNAME}.1 +NO_BUILD= yes -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/Doc/${PORTNAME}.man \ - ${PREFIX}/man/man1/${PORTNAME}.1 - ${MKDIR} ${DATADIR} - ${CP} -r ${WRKSRC}/Data/* ${DATADIR} - ${MKDIR} ${DATADIR}/Scripts - ${INSTALL_SCRIPT} ${WRKSRC}/Scripts/* ${DATADIR}/Scripts + ${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1 + ${MKDIR} ${STAGEDIR}${DATADIR} + ${CP} -r ${WRKSRC}/Data/* ${STAGEDIR}${DATADIR} + ${MKDIR} ${STAGEDIR}${DATADIR}/Scripts + ${INSTALL_SCRIPT} ${WRKSRC}/Scripts/* ${STAGEDIR}${DATADIR}/Scripts .include post-patch: ${REINPLACE_CMD} 's|/etc/mtree|$${PORTSDIR=/usr/ports}/Templates|' \ ${WRKSRC}/${PORTNAME} ${REINPLACE_CMD} \ - 's|DATADIR=Data|DATADIR=${PREFIX}/share/desktop-installer|g' \ + 's|DATADIR=Data|DATADIR=${STAGEDIR}${PREFIX}/share/desktop-installer|g' \ ${WRKSRC}/desktop-installer .include Modified: head/sysutils/desktop-installer/distinfo ============================================================================== --- head/sysutils/desktop-installer/distinfo Wed Nov 27 15:08:16 2013 (r335022) +++ head/sysutils/desktop-installer/distinfo Wed Nov 27 15:17:42 2013 (r335023) @@ -1,2 +1,2 @@ -SHA256 (desktop-installer-0.4.5.tar.gz) = 06d7b77f63358465ecac7864ce147c22513f477720836fe7b1816dffd1bf41d0 -SIZE (desktop-installer-0.4.5.tar.gz) = 270660 +SHA256 (desktop-installer-0.4.6.tar.xz) = 89526ae1918722931dbcd0f9aefca3ddf653806434b4c2c86a9fab26fb75555f +SIZE (desktop-installer-0.4.6.tar.xz) = 176508 Modified: head/sysutils/desktop-installer/pkg-plist ============================================================================== --- head/sysutils/desktop-installer/pkg-plist Wed Nov 27 15:08:16 2013 (r335022) +++ head/sysutils/desktop-installer/pkg-plist Wed Nov 27 15:17:42 2013 (r335023) @@ -1,3 +1,4 @@ +@comment Generated by sysutils/genplist sbin/desktop-installer %%DATADIR%%/90-vboxguest.fdi %%DATADIR%%/Gnome/Xsession @@ -47,6 +48,7 @@ sbin/desktop-installer %%DATADIR%%/todo %%DATADIR%%/vbox %%DATADIR%%/xfce4-print-options +man/man1/desktop-installer.1.gz @dirrm %%DATADIR%%/gcc45/files @dirrm %%DATADIR%%/gcc45 @dirrm %%DATADIR%%/XFCE4 From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 15:21:39 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 ESMTPS id 847A33BA; Wed, 27 Nov 2013 15:21:39 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 445E8266E; Wed, 27 Nov 2013 15:21:39 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id E36F8BDC24; Wed, 27 Nov 2013 16:21:37 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id D0A86BDC44; Wed, 27 Nov 2013 16:21:37 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 363296113; Wed, 27 Nov 2013 16:21:32 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id A8B0765082CB; Wed, 27 Nov 2013 16:21:31 +0100 (CET) Date: Wed, 27 Nov 2013 16:21:30 +0100 From: Mathieu Arnold To: Gerald Pfeifer , Mathieu Arnold Subject: Re: svn commit: r334991 - head/lang/gcc49 Message-ID: In-Reply-To: References: <201311270110.rAR1APQS024492@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Gerald Pfeifer , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 27 Nov 2013 15:21:39 -0000 Hi, +--On 27 novembre 2013 21:57:04 +0900 Gerald Pfeifer wrote: | On Wed, 27 Nov 2013, Mathieu Arnold wrote: |>| On the way update to the 20131124 snapshot of GCC 4.9.0. |> After that, I get a compilation error : |> http://pkg.absolight.net/logs/bulk/91amd64-pkgng/2013-11-27_09h20m44s/lo |> gs/errors/gcc49-4.9.0.20131124.log | | Grr, this is bad. I have a theory. | | Do you, by any chance, have a file ansidecl.h somewhere in your include | path, possibly /usr/local/include. | | If so, can you please check which port installed that? | | And do a diff between that file and the one the new lang/gcc49 ports | has in its source directory ($WRKDIR/gcc*)? | | And what happens if you (temporarily) remove it and try to update | lang/gcc49? Hum, the thing is, it is a poudriere bulk build, so, there's nothing installed that is not in gcc49's dependencies, so, I'm not sure how I can fix that. -- Mathieu Arnold From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 15:23:50 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 ESMTPS id B69044CA; Wed, 27 Nov 2013 15:23:50 +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 8BEB42682; Wed, 27 Nov 2013 15:23:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARFNoSu017477; Wed, 27 Nov 2013 15:23:50 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARFNot1017475; Wed, 27 Nov 2013 15:23:50 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201311271523.rARFNot1017475@svn.freebsd.org> From: Rene Ladan Date: Wed, 27 Nov 2013 15:23:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335024 - head/net/boinc-client 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.16 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, 27 Nov 2013 15:23:50 -0000 Author: rene Date: Wed Nov 27 15:23:49 2013 New Revision: 335024 URL: http://svnweb.freebsd.org/changeset/ports/335024 Log: - Also install opencl_boinc.h when not using X11, otherwise astro/boinc-* will break when not using X11 there [1] - Bump PORTREVISION This was not a problem for the default package for net/boinc-client as it is built with X11 on. Submitted by: Oleksii Zolotarov via private mail [1] Modified: head/net/boinc-client/Makefile head/net/boinc-client/pkg-plist Modified: head/net/boinc-client/Makefile ============================================================================== --- head/net/boinc-client/Makefile Wed Nov 27 15:17:42 2013 (r335023) +++ head/net/boinc-client/Makefile Wed Nov 27 15:23:49 2013 (r335024) @@ -3,6 +3,7 @@ PORTNAME= boinc-client PORTVERSION= 7.2.28 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ @@ -14,7 +15,7 @@ USE_XZ= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf:env automake:env libtoolize:env USE_LDCONFIG= yes -DOS2UNIX_REGEX= .*\.xpm +DOS2UNIX_GLOB= *.xpm USERS= boinc GROUPS= boinc @@ -154,8 +155,8 @@ post-install: ${COPYTREE_SHARE} Default ${STAGEDIR}${PREFIX}/share/boinc/skins/ ) . endif .endif -. for name in config.h project_specific_defines.h api/reduce.h lib/shmem.h \ - lib/std_fixes.h +. for name in config.h project_specific_defines.h api/reduce.h \ + lib/opencl_boinc.h lib/shmem.h lib/std_fixes.h ${INSTALL_DATA} ${WRKSRC}/${name} ${STAGEDIR}${PREFIX}/include/boinc . endfor .if ${PORT_OPTIONS:MX11} Modified: head/net/boinc-client/pkg-plist ============================================================================== --- head/net/boinc-client/pkg-plist Wed Nov 27 15:17:42 2013 (r335023) +++ head/net/boinc-client/pkg-plist Wed Nov 27 15:23:49 2013 (r335024) @@ -35,6 +35,7 @@ include/boinc/miofile.h include/boinc/msg_log.h include/boinc/network.h include/boinc/notice.h +include/boinc/opencl_boinc.h include/boinc/parse.h include/boinc/prefs.h include/boinc/procinfo.h @@ -54,7 +55,6 @@ include/boinc/win_util.h %%X11%%include/boinc/boinc_gl.h %%X11%%include/boinc/graphics_api.h %%X11%%include/boinc/graphics_data.h -%%X11%%include/boinc/opencl_boinc.h %%X11%%include/boinc/ttfont.h lib/libboinc.a lib/libboinc.la From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 15:24:18 2013 Return-Path: Delivered-To: svn-ports-head@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 5752B5B1; Wed, 27 Nov 2013 15:24:18 +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 45B2A268B; Wed, 27 Nov 2013 15:24:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARFOIR8017677; Wed, 27 Nov 2013 15:24:18 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARFOGws017669; Wed, 27 Nov 2013 15:24:16 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311271524.rARFOGws017669@svn.freebsd.org> From: William Grzybowski Date: Wed, 27 Nov 2013 15:24:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335025 - in head/net/minidlna: . 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.16 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, 27 Nov 2013 15:24:18 -0000 Author: wg Date: Wed Nov 27 15:24:16 2013 New Revision: 335025 URL: http://svnweb.freebsd.org/changeset/ports/335025 Log: net/minidlna: add kqueue support patch Obtained from: http://sourceforge.net/p/minidlna/patches/106/ Added: head/net/minidlna/files/patch-configure.ac (contents, props changed) head/net/minidlna/files/patch-inotify.c (contents, props changed) head/net/minidlna/files/patch-inotify.h (contents, props changed) head/net/minidlna/files/patch-metadata.c (contents, props changed) head/net/minidlna/files/patch-minidlna.c (contents, props changed) head/net/minidlna/files/patch-scanner.c (contents, props changed) Modified: head/net/minidlna/Makefile head/net/minidlna/files/minidlna.in (contents, props changed) Modified: head/net/minidlna/Makefile ============================================================================== --- head/net/minidlna/Makefile Wed Nov 27 15:23:49 2013 (r335024) +++ head/net/minidlna/Makefile Wed Nov 27 15:24:16 2013 (r335025) @@ -3,6 +3,7 @@ PORTNAME= minidlna PORTVERSION= 1.1.1 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= net multimedia www MASTER_SITES= SF Modified: head/net/minidlna/files/minidlna.in ============================================================================== --- head/net/minidlna/files/minidlna.in Wed Nov 27 15:23:49 2013 (r335024) +++ head/net/minidlna/files/minidlna.in Wed Nov 27 15:24:16 2013 (r335025) @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD$ +# $FreeBSD: head/net/minidlna/files/minidlna.in 323762 2013-07-26 23:25:40Z wg $ # # PROVIDE: minidlna # REQUIRE: LOGIN Added: head/net/minidlna/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/minidlna/files/patch-configure.ac Wed Nov 27 15:24:16 2013 (r335025) @@ -0,0 +1,11 @@ +--- ./configure.ac.orig 2013-11-02 05:06:41.000000000 +0400 ++++ ./configure.ac 2013-11-13 17:25:27.000000000 +0400 +@@ -453,7 +453,7 @@ + ################################################################################################################ + ### Header checks + +-AC_CHECK_HEADERS([arpa/inet.h asm/unistd.h endian.h machine/endian.h fcntl.h libintl.h locale.h netdb.h netinet/in.h stddef.h stdlib.h string.h sys/file.h sys/inotify.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h unistd.h]) ++AC_CHECK_HEADERS([arpa/inet.h asm/unistd.h endian.h machine/endian.h fcntl.h libintl.h locale.h netdb.h netinet/in.h stddef.h stdlib.h string.h sys/file.h sys/inotify.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h unistd.h sys/event.h]) + + AC_CHECK_FUNCS(inotify_init, AC_DEFINE(HAVE_INOTIFY,1,[Whether kernel has inotify support]), [ + AC_MSG_CHECKING([for __NR_inotify_init syscall]) Added: head/net/minidlna/files/patch-inotify.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/minidlna/files/patch-inotify.c Wed Nov 27 15:24:16 2013 (r335025) @@ -0,0 +1,688 @@ +--- ./inotify.c.orig 2013-11-02 05:06:41.000000000 +0400 ++++ ./inotify.c 2013-11-13 17:25:27.000000000 +0400 +@@ -15,9 +15,10 @@ + * You should have received a copy of the GNU General Public License + * along with MiniDLNA. If not, see . + */ ++ + #include "config.h" + +-#ifdef HAVE_INOTIFY ++#if defined(HAVE_INOTIFY) || defined(HAVE_SYS_EVENT_H) + #include + #include + #include +@@ -31,11 +32,16 @@ + #include + #include + #include ++#ifdef HAVE_INOTIFY + #ifdef HAVE_SYS_INOTIFY_H + #include +-#else ++#else /*HAVE_SYS_INOTIFY_H*/ + #include "linux/inotify.h" + #include "linux/inotify-syscalls.h" ++#endif /*HAVE_SYS_INOTIFY_H*/ ++#else ++#include ++#include + #endif + #include "libav.h" + +@@ -49,11 +55,13 @@ + #include "playlist.h" + #include "log.h" + +-#define EVENT_SIZE ( sizeof (struct inotify_event) ) +-#define BUF_LEN ( 1024 * ( EVENT_SIZE + 16 ) ) ++#ifdef HAVE_INOTIFY ++#define EVENT_SIZE ( sizeof (struct inotify_event) ) ++#define BUF_LEN ( 1024 * ( EVENT_SIZE + 16 ) ) + #define DESIRED_WATCH_LIMIT 65536 + + #define PATH_BUF_SIZE PATH_MAX ++#endif + + struct watch + { +@@ -86,12 +94,34 @@ + struct watch *nw; + int wd; + ++#ifdef HAVE_INOTIFY + wd = inotify_add_watch(fd, path, IN_CREATE|IN_CLOSE_WRITE|IN_DELETE|IN_MOVE); + if( wd < 0 ) + { + DPRINTF(E_ERROR, L_INOTIFY, "inotify_add_watch(%s) [%s]\n", path, strerror(errno)); + return -1; + } ++#else /*HAVE_INOTIFY*/ ++ wd = open(path, O_RDONLY); ++ if (wd == -1) ++ { ++ DPRINTF(E_ERROR, L_INOTIFY, "inotify_add_watch[kqueue,open](%s) [%s]\n", path, strerror(errno)); ++ return -1; ++ } ++ ++ struct kevent ke; ++ EV_SET(&ke, wd, ++ EVFILT_VNODE, ++ EV_ADD | EV_ENABLE | EV_CLEAR, ++ NOTE_DELETE | NOTE_WRITE | NOTE_EXTEND /*| NOTE_ATTRB*/, ++ 0, NULL); ++ ++ if( kevent(fd, &ke, 1, NULL, 0, NULL) == -1 ) ++ { ++ DPRINTF(E_ERROR, L_INOTIFY, "inotify_add_watch[kqueue](%s) [%s]\n", path, strerror(errno)); ++ return -1; ++ } ++#endif + + nw = malloc(sizeof(struct watch)); + if( nw == NULL ) +@@ -125,7 +155,12 @@ + for( w = watches; w; w = w->next ) + { + if( strcmp(path, w->path) == 0 ) ++#ifdef HAVE_INOTIFY + return(inotify_rm_watch(fd, w->wd)); ++#else ++ close(w->wd); /* kqueue cleans up events when handle dies*/ ++ return(0); ++#endif + } + + return 1; +@@ -145,15 +180,14 @@ + int + inotify_create_watches(int fd) + { +- FILE * max_watches; +- unsigned int num_watches = 0, watch_limit; ++ unsigned int num_watches = 0; + char **result; + int i, rows = 0; + struct media_dir_s * media_path; + + for( media_path = media_dirs; media_path != NULL; media_path = media_path->next ) + { +- DPRINTF(E_DEBUG, L_INOTIFY, "Add watch to %s\n", media_path->path); ++ DPRINTF(E_DEBUG, L_INOTIFY, "Setiing up monitoring on %s\n", media_path->path); + add_watch(fd, media_path->path); + num_watches++; + } +@@ -165,7 +199,11 @@ + num_watches++; + } + sqlite3_free_table(result); +- ++ ++#ifdef HAVE_INOTIFY ++ FILE * max_watches; ++ unsigned int watch_limit; ++ + max_watches = fopen("/proc/sys/fs/inotify/max_user_watches", "r"); + if( max_watches ) + { +@@ -194,16 +232,17 @@ + else + { + DPRINTF(E_WARN, L_INOTIFY, "WARNING: Inotify max_user_watches [%u] is low or close to the number of used watches [%u] " +- "and I do not have permission to increase this limit. Please do so manually by " +- "writing a higher value into /proc/sys/fs/inotify/max_user_watches.\n", watch_limit, num_watches); ++ "and I do not have permission to increase this limit. Please do so manually by " ++ "writing a higher value into /proc/sys/fs/inotify/max_user_watches.\n", watch_limit, num_watches); + } + } + } + else + { +- DPRINTF(E_WARN, L_INOTIFY, "WARNING: Could not read inotify max_user_watches! " +- "Hopefully it is enough to cover %u current directories plus any new ones added.\n", num_watches); ++ DPRINTF(E_WARN, L_INOTIFY, "WARNING: Could not read inotify max_user_watches! " ++ "Hopefully it is enough to cover %u current directories plus any new ones added.\n", num_watches); + } ++#endif + + return rows; + } +@@ -218,7 +257,11 @@ + while( w ) + { + last_w = w; ++#ifdef HAVE_INOTIFY + inotify_rm_watch(fd, w->wd); ++#else ++ close(w->wd); /*kqueue cleans up after fhandle dies*/ ++#endif + free(w->path); + rm_watches++; + w = w->next; +@@ -261,10 +304,10 @@ + while( (e = readdir(ds)) ) + { + if( strcmp(e->d_name, ".") == 0 || +- strcmp(e->d_name, "..") == 0 ) ++ strcmp(e->d_name, "..") == 0 ) + continue; + if( (e->d_type == DT_DIR) || +- (e->d_type == DT_UNKNOWN && resolve_unknown_type(dir, NO_MEDIA) == TYPE_DIR) ) ++ (e->d_type == DT_UNKNOWN && resolve_unknown_type(dir, NO_MEDIA) == TYPE_DIR) ) + i += add_dir_watch(fd, dir, e->d_name); + } + } +@@ -294,6 +337,8 @@ + struct media_dir_s * media_path = media_dirs; + struct stat st; + ++ DPRINTF(E_DEBUG, L_INOTIFY, "inotify_insert_file: %s @ %s\n", name, path); ++ + /* Is it cover art for another file? */ + if( is_image(path) ) + update_if_album_art(path); +@@ -314,25 +359,25 @@ + { + case ALL_MEDIA: + if( !is_image(path) && +- !is_audio(path) && +- !is_video(path) && +- !is_playlist(path) ) ++ !is_audio(path) && ++ !is_video(path) && ++ !is_playlist(path) ) + return -1; + break; + case TYPE_AUDIO: + if( !is_audio(path) && +- !is_playlist(path) ) ++ !is_playlist(path) ) + return -1; + break; + case TYPE_AUDIO|TYPE_VIDEO: + if( !is_audio(path) && +- !is_video(path) && +- !is_playlist(path) ) ++ !is_video(path) && ++ !is_playlist(path) ) + break; + case TYPE_AUDIO|TYPE_IMAGES: + if( !is_image(path) && +- !is_audio(path) && +- !is_playlist(path) ) ++ !is_audio(path) && ++ !is_playlist(path) ) + return -1; + break; + case TYPE_VIDEO: +@@ -341,14 +386,14 @@ + break; + case TYPE_VIDEO|TYPE_IMAGES: + if( !is_image(path) && +- !is_video(path) ) ++ !is_video(path) ) + return -1; + break; + case TYPE_IMAGES: + if( !is_image(path) ) + return -1; + break; +- default: ++ default: + return -1; + break; + } +@@ -371,11 +416,11 @@ + inotify_remove_file(path); + } + +- /* Find the parentID. If it's not found, create all necessary parents. */ ++ /* Find the parentID. If it's not found, create all necessary parents. */ + len = strlen(path)+1; + if( !(path_buf = malloc(len)) || +- !(last_dir = malloc(len)) || +- !(base_name = malloc(len)) ) ++ !(last_dir = malloc(len)) || ++ !(base_name = malloc(len)) ) + return -1; + base_copy = base_name; + while( depth ) +@@ -386,9 +431,9 @@ + + do + { +- //DEBUG DPRINTF(E_DEBUG, L_INOTIFY, "Checking %s\n", parent_buf); ++ /*DEBUG DPRINTF(E_DEBUG, L_INOTIFY, "Checking %s\n", parent_buf);*/ + id = sql_get_text_field(db, "SELECT OBJECT_ID from OBJECTS o left join DETAILS d on (d.ID = o.DETAIL_ID)" +- " where d.PATH = '%q' and REF_ID is NULL", parent_buf); ++ " where d.PATH = '%q' and REF_ID is NULL", parent_buf); + if( id ) + { + if( !depth ) +@@ -421,13 +466,13 @@ + + if( !depth ) + { +- //DEBUG DPRINTF(E_DEBUG, L_INOTIFY, "Inserting %s\n", name); ++ DPRINTF(E_DEBUG, L_INOTIFY, "Inserting %s\n", name); + insert_file(name, path, id+2, get_next_available_id("OBJECTS", id)); + sqlite3_free(id); + if( (is_audio(path) || is_playlist(path)) && next_pl_fill != 1 ) + { + next_pl_fill = time(NULL) + 120; // Schedule a playlist scan for 2 minutes from now. +- //DEBUG DPRINTF(E_WARN, L_INOTIFY, "Playlist scan scheduled for %s", ctime(&next_pl_fill)); ++ //DEBUG DPRINTF(E_WARN, L_INOTIFY, "Playlist scan scheduled for %s", ctime(&next_pl_fill)); + } + } + return depth; +@@ -446,6 +491,8 @@ + struct media_dir_s* media_path; + struct stat st; + ++ DPRINTF(E_DEBUG, L_INOTIFY, "inotify_insert_directory: %s @ %s\n", name, path); ++ + if( access(path, R_OK|X_OK) != 0 ) + { + DPRINTF(E_WARN, L_INOTIFY, "Could not access %s [%s]\n", path, strerror(errno)); +@@ -459,7 +506,7 @@ + + parent_buf = strdup(path); + id = sql_get_text_field(db, "SELECT OBJECT_ID from OBJECTS o left join DETAILS d on (d.ID = o.DETAIL_ID)" +- " where d.PATH = '%q' and REF_ID is NULL", dirname(parent_buf)); ++ " where d.PATH = '%q' and REF_ID is NULL", dirname(parent_buf)); + if( !id ) + id = sqlite3_mprintf("%s", BROWSEDIR_ID); + insert_directory(name, path, BROWSEDIR_ID, id+2, get_next_available_id("OBJECTS", id)); +@@ -538,9 +585,12 @@ + int64_t detailID; + int rows, playlist; + ++ DPRINTF(E_DEBUG, L_INOTIFY, "inotify_remove_file: %s\n", path); ++ + if( ends_with(path, ".srt") ) + { +- return sql_exec(db, "DELETE from CAPTIONS where PATH = '%q'", path); ++ rows = sql_exec(db, "DELETE from CAPTIONS where PATH = '%q'", path); ++ return rows; + } + /* Invalidate the scanner cache so we don't insert files into non-existent containers */ + valid_cache = 0; +@@ -554,27 +604,25 @@ + { + sql_exec(db, "DELETE from PLAYLISTS where ID = %lld", detailID); + sql_exec(db, "DELETE from DETAILS where ID =" +- " (SELECT DETAIL_ID from OBJECTS where OBJECT_ID = '%s$%llX')", +- MUSIC_PLIST_ID, detailID); ++ " (SELECT DETAIL_ID from OBJECTS where OBJECT_ID = '%s$%llX')", ++ MUSIC_PLIST_ID, detailID); + sql_exec(db, "DELETE from OBJECTS where OBJECT_ID = '%s$%llX' or PARENT_ID = '%s$%llX'", +- MUSIC_PLIST_ID, detailID, MUSIC_PLIST_ID, detailID); ++ MUSIC_PLIST_ID, detailID, MUSIC_PLIST_ID, detailID); + } + else + { + /* Delete the parent containers if we are about to empty them. */ +- snprintf(sql, sizeof(sql), "SELECT PARENT_ID from OBJECTS where DETAIL_ID = %lld" +- " and PARENT_ID not like '64$%%'", +- (long long int)detailID); ++ snprintf(sql, sizeof(sql), "SELECT PARENT_ID from OBJECTS where DETAIL_ID = %lld", (long long int)detailID); + if( (sql_get_table(db, sql, &result, &rows, NULL) == SQLITE_OK) ) + { + int i, children; +- for( i = 1; i <= rows; i++ ) ++ for( i=1; i <= rows; i++ ) + { + /* If it's a playlist item, adjust the item count of the playlist */ + if( strncmp(result[i], MUSIC_PLIST_ID, strlen(MUSIC_PLIST_ID)) == 0 ) + { + sql_exec(db, "UPDATE PLAYLISTS set FOUND = (FOUND-1) where ID = %d", +- atoi(strrchr(result[i], '$') + 1)); ++ atoi(strrchr(result[i], '$') + 1)); + } + + children = sql_get_int_field(db, "SELECT count(*) from OBJECTS where PARENT_ID = '%s'", result[i]); +@@ -582,6 +630,8 @@ + continue; + if( children < 2 ) + { ++ sql_exec(db, "DELETE from DETAILS where ID =" ++ " (SELECT DETAIL_ID from OBJECTS where OBJECT_ID = '%s')", result[i]); + sql_exec(db, "DELETE from OBJECTS where OBJECT_ID = '%s'", result[i]); + + ptr = strrchr(result[i], '$'); +@@ -589,6 +639,8 @@ + *ptr = '\0'; + if( sql_get_int_field(db, "SELECT count(*) from OBJECTS where PARENT_ID = '%s'", result[i]) == 0 ) + { ++ sql_exec(db, "DELETE from DETAILS where ID =" ++ " (SELECT DETAIL_ID from OBJECTS where OBJECT_ID = '%s')", result[i]); + sql_exec(db, "DELETE from OBJECTS where OBJECT_ID = '%s'", result[i]); + } + } +@@ -613,11 +665,13 @@ + int64_t detailID = 0; + int rows, i, ret = 1; + ++ DPRINTF(E_DEBUG, L_INOTIFY, "inotify_remove_directory: %s\n", path); ++ + /* Invalidate the scanner cache so we don't insert files into non-existent containers */ + valid_cache = 0; + remove_watch(fd, path); + sql = sqlite3_mprintf("SELECT ID from DETAILS where (PATH > '%q/' and PATH <= '%q/%c')" +- " or PATH = '%q'", path, path, 0xFF, path); ++ " or PATH = '%q'", path, path, 0xFF, path); + if( (sql_get_table(db, sql, &result, &rows, NULL) == SQLITE_OK) ) + { + if( rows ) +@@ -639,6 +693,7 @@ + return ret; + } + ++#ifdef HAVE_INOTIFY + void * + start_inotify() + { +@@ -649,7 +704,7 @@ + int length, i = 0; + char * esc_name = NULL; + struct stat st; +- ++ + pollfds[0].fd = inotify_init(); + pollfds[0].events = POLLIN; + +@@ -664,13 +719,13 @@ + } + inotify_create_watches(pollfds[0].fd); + if (setpriority(PRIO_PROCESS, 0, 19) == -1) +- DPRINTF(E_WARN, L_INOTIFY, "Failed to reduce inotify thread priority\n"); ++ DPRINTF(E_WARN, L_INOTIFY, "Failed to reduce inotify thread priority\n"); + sqlite3_release_memory(1<<31); + av_register_all(); +- ++ + while( !quitting ) + { +- length = poll(pollfds, 1, timeout); ++ length = poll(pollfds, 1, timeout); + if( !length ) + { + if( next_pl_fill && (time(NULL) >= next_pl_fill) ) +@@ -682,14 +737,14 @@ + } + else if( length < 0 ) + { +- if( (errno == EINTR) || (errno == EAGAIN) ) +- continue; +- else ++ if( (errno == EINTR) || (errno == EAGAIN) ) ++ continue; ++ else + DPRINTF(E_ERROR, L_INOTIFY, "read failed!\n"); + } + else + { +- length = read(pollfds[0].fd, buffer, BUF_LEN); ++ length = read(pollfds[0].fd, buffer, BUF_LEN); + } + + i = 0; +@@ -707,12 +762,12 @@ + sprintf(path_buf, "%s/%s", get_path_from_wd(event->wd), event->name); + if ( event->mask & IN_ISDIR && (event->mask & (IN_CREATE|IN_MOVED_TO)) ) + { +- DPRINTF(E_DEBUG, L_INOTIFY, "The directory %s was %s.\n", ++ DPRINTF(E_DEBUG, L_INOTIFY, "The directory %s was %s.\n", + path_buf, (event->mask & IN_MOVED_TO ? "moved here" : "created")); + inotify_insert_directory(pollfds[0].fd, esc_name, path_buf); + } + else if ( (event->mask & (IN_CLOSE_WRITE|IN_MOVED_TO|IN_CREATE)) && +- (lstat(path_buf, &st) == 0) ) ++ (lstat(path_buf, &st) == 0) ) + { + if( S_ISLNK(st.st_mode) ) + { +@@ -726,7 +781,7 @@ + else if( event->mask & (IN_CLOSE_WRITE|IN_MOVED_TO) && st.st_size > 0 ) + { + if( (event->mask & IN_MOVED_TO) || +- (sql_get_int_field(db, "SELECT TIMESTAMP from DETAILS where PATH = '%q'", path_buf) != st.st_mtime) ) ++ (sql_get_int_field(db, "SELECT TIMESTAMP from DETAILS where PATH = '%q'", path_buf) != st.st_mtime) ) + { + DPRINTF(E_DEBUG, L_INOTIFY, "The file %s was %s.\n", + path_buf, (event->mask & IN_MOVED_TO ? "moved here" : "changed")); +@@ -755,4 +810,234 @@ + + return 0; + } ++#else ++void * ++start_kqueue() ++{ ++ int global_kqueue_handle = -1; ++ ++ global_kqueue_handle = kqueue(); ++ if ( global_kqueue_handle < 0 ) ++ { ++ DPRINTF(E_ERROR, L_INOTIFY, "kqueue() failed: %s\n", strerror(errno)); ++ return 0; ++ } ++ ++ while( scanning ) ++ { ++ if( quitting ) ++ goto quitting; ++ ++ DPRINTF(E_DEBUG, L_INOTIFY, "..waiting for scanning to complete...\n"); ++ sleep(1); ++ } ++ ++ DPRINTF(E_DEBUG, L_INOTIFY, "GOING WILD!\n"); ++ ++ inotify_create_watches(global_kqueue_handle); ++ if (setpriority(PRIO_PROCESS, 0, 19) == -1) ++ DPRINTF(E_WARN, L_INOTIFY, "Failed to reduce kqueue thread priority\n"); ++ sqlite3_release_memory(1<<31); ++ av_register_all(); ++ ++ while( !quitting ) ++ { ++ struct kevent ke; ++ if ( kevent(global_kqueue_handle, NULL, 0, &ke, 1, NULL) == -1 ) ++ { ++ DPRINTF(E_WARN, L_INOTIFY, "kevent polling failure: %s\n", strerror(errno)); ++ continue; ++ } ++ ++ /*DPRINTF(E_DEBUG, L_INOTIFY, "GOT KEVENT:\n" ++ "ident=0x%X, filter=0x%X, flags=0x%X, fflags=0x%X, data=0x%X, udata=0x%X\n", ++ ke.ident, ke.filter, ke.flags, ke.fflags, ke.data, ke.udata);*/ ++ ++ char* dir_path = get_path_from_wd(ke.ident); ++ if (dir_path == NULL) ++ { ++ DPRINTF(E_ERROR, L_INOTIFY, "Path with FD=0x%X can't be resolved.\n", ke.ident); ++ continue; ++ } ++ ++ if (ke.fflags & NOTE_DELETE) ++ { ++ DPRINTF(E_DEBUG, L_INOTIFY, "Path [%s] deleted.\n", dir_path); ++ inotify_remove_directory(ke.ident, dir_path); ++ } ++ else if ((ke.fflags & (NOTE_WRITE | NOTE_LINK)) == (NOTE_WRITE | NOTE_LINK)) ++ { ++ DPRINTF(E_DEBUG, L_INOTIFY, "Path [%s] content updated (directory).\n", dir_path); ++ ++ char * sql; ++ char **result; ++ int i, rows; ++ sql = sqlite3_mprintf("SELECT PATH from DETAILS where (PATH > '%q/' and PATH <= '%q/%c')" ++ " and SIZE = ''", dir_path, dir_path, 0xFF); ++ if( (sql_get_table(db, sql, &result, &rows, NULL) != SQLITE_OK) ) ++ { ++ DPRINTF(E_WARN, L_INOTIFY, "Read state [%s]: Query failed, not updating\n", dir_path); ++ sqlite3_free(sql); ++ continue; ++ } ++ ++ for( i=1; i <= rows; i++ ) ++ { ++ DPRINTF(E_DEBUG, L_INOTIFY, "Indexed content: %s\n", result[i]); ++ if (access(result[i], R_OK) == -1) ++ { ++ /* actually, global_kqueue_handle is not used here */ ++ inotify_remove_directory(global_kqueue_handle, result[i]); ++ } ++ } ++ ++ DIR* d; ++ struct dirent * entry; ++ d = opendir(dir_path); ++ if (!d) ++ { ++ DPRINTF(E_ERROR, L_INOTIFY, "Can't list [%s] (%s)\n", dir_path, strerror(errno)); ++ continue; ++ } ++ ++ for ( entry = readdir(d); entry != NULL; entry = readdir(d) ) ++ { ++ if ( (entry->d_type == DT_DIR) && ++ (strcmp(entry->d_name, "..") != 0) && ++ (strcmp(entry->d_name, ".") != 0) ) ++ { ++ char tmp_path[PATH_MAX]; ++ int result_path_len; ++ ++ result_path_len = snprintf(tmp_path, PATH_MAX, ++ "%s/%s", dir_path, entry->d_name); ++ if (result_path_len >= PATH_MAX) ++ { ++ DPRINTF(E_ERROR, L_INOTIFY, "File path too long for %s!", entry->d_name); ++ continue; ++ } ++ ++ DPRINTF(E_DEBUG, L_INOTIFY, "Walking %s\n", tmp_path); ++ char found_flag = 0; ++ for( i=1; i <= rows; i++ ) ++ { ++ if (strcmp(result[i], tmp_path) == 0) ++ { ++ found_flag = 1; ++ break; ++ } ++ } ++ ++ if ( !found_flag ) ++ { ++ char * esc_name = NULL; ++ esc_name = modifyString(strdup(entry->d_name), "&", "&amp;"); ++ inotify_insert_directory(global_kqueue_handle, esc_name, tmp_path); ++ free(esc_name); ++ } ++ } ++ } ++ ++ closedir(d); ++ ++ sqlite3_free_table(result); ++ sqlite3_free(sql); ++ } ++ else if (ke.fflags & NOTE_WRITE) ++ { ++ DPRINTF(E_DEBUG, L_INOTIFY, "Path [%s] content updated (file).\n", dir_path); ++ ++ char * sql; ++ char **result; ++ int i, rows; ++ sql = sqlite3_mprintf("SELECT PATH from DETAILS where (PATH > '%q/' and PATH <= '%q/%c')" ++ " and SIZE <> ''", dir_path, dir_path, 0xFF); ++ if( (sql_get_table(db, sql, &result, &rows, NULL) != SQLITE_OK) ) ++ { ++ DPRINTF(E_WARN, L_INOTIFY, "Read state [%s]: Query failed, not updating\n", dir_path); ++ sqlite3_free(sql); ++ continue; ++ } ++ ++ for( i=1; i <= rows; i++ ) ++ { ++ DPRINTF(E_DEBUG, L_INOTIFY, "Indexed content: %s\n", result[i]); ++ if (access(result[i], R_OK) == -1) /*oops, our file is gone*/ ++ { ++ inotify_remove_file(result[i]); ++ } ++ } ++ ++ DIR* d; ++ struct dirent * entry; ++ d = opendir(dir_path); ++ if (!d) ++ { ++ DPRINTF(E_ERROR, L_INOTIFY, "Can't list [%s] (%s)\n", dir_path, strerror(errno)); ++ continue; ++ } ++ ++ for ( entry = readdir(d); entry != NULL; entry = readdir(d) ) ++ { ++ if ( (entry->d_type == DT_REG) || ++ (entry->d_type == DT_LNK) ) ++ { ++ char tmp_path[PATH_MAX]; ++ int result_path_len; ++ ++ result_path_len = snprintf(tmp_path, PATH_MAX, ++ "%s/%s", dir_path, entry->d_name); ++ if (result_path_len >= PATH_MAX) ++ { ++ DPRINTF(E_ERROR, L_INOTIFY, "File path too long for %s!", entry->d_name); ++ continue; ++ } ++ ++ DPRINTF(E_DEBUG, L_INOTIFY, "Walking %s\n", tmp_path); ++ ++ char found_flag = 0; ++ for( i=1; i <= rows; i++ ) ++ { ++ if (strcmp(result[i], tmp_path) == 0) ++ { ++ found_flag = 1; ++ break; ++ } ++ } ++ ++ if ( !found_flag ) ++ { ++ char * esc_name = NULL; ++ struct stat st; ++ ++ if( stat(tmp_path, &st) != 0 ) ++ { ++ DPRINTF(E_ERROR, L_INOTIFY, "'%s' disappeared!", tmp_path); ++ continue; ++ } ++ ++ esc_name = modifyString(strdup(entry->d_name), "&", "&amp;"); ++ if ( S_ISDIR(st.st_mode) ) ++ inotify_insert_directory(global_kqueue_handle, esc_name, tmp_path); ++ else ++ inotify_insert_file(esc_name, tmp_path); ++ free(esc_name); ++ } ++ } ++ } ++ ++ closedir(d); ++ ++ sqlite3_free_table(result); ++ sqlite3_free(sql); ++ } ++ } ++ inotify_remove_watches(global_kqueue_handle); ++quitting: ++ ++ return 0; ++} + #endif ++ ++#endif // defined(HAVE_INOTIFY) || defined(HAVE_SYS_EVENT_H) ++ Added: head/net/minidlna/files/patch-inotify.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/minidlna/files/patch-inotify.h Wed Nov 27 15:24:16 2013 (r335025) @@ -0,0 +1,13 @@ +--- ./inotify.h.orig 2013-11-02 05:06:41.000000000 +0400 ++++ ./inotify.h 2013-11-13 17:25:27.000000000 +0400 +@@ -4,4 +4,10 @@ + + void * + start_inotify(); ++#elif defined(HAVE_SYS_EVENT_H) ++int ++inotify_remove_file(const char* path); ++ ++void * ++start_kqueue(); + #endif Added: head/net/minidlna/files/patch-metadata.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/minidlna/files/patch-metadata.c Wed Nov 27 15:24:16 2013 (r335025) @@ -0,0 +1,38 @@ +--- ./metadata.c.orig 2013-11-02 05:06:41.000000000 +0400 ++++ ./metadata.c 2013-11-13 17:25:27.000000000 +0400 +@@ -183,7 +183,7 @@ + strcat(file, ".srt"); + if( access(file, R_OK) == 0 ) + { +- sql_exec(db, "INSERT into CAPTIONS" ++ sql_exec(db, "INSERT OR REPLACE into CAPTIONS" + " (ID, PATH) " + "VALUES" + " (%lld, %Q)", detailID, file); +@@ -492,7 +492,7 @@ + m.dlna_pn, song.mime?song.mime:m.mime, album_art); + if( ret != SQLITE_OK ) + { +- fprintf(stderr, "Error inserting details for '%s'!\n", path); ++ DPRINTF(E_ERROR, L_DB_SQL, "Error inserting details for '%s'!\n", path); + ret = 0; + } + else +@@ -675,7 +675,7 @@ + m.rotation, thumb, m.creator, m.dlna_pn, m.mime); + if( ret != SQLITE_OK ) + { +- fprintf(stderr, "Error inserting details for '%s'!\n", path); ++ DPRINTF(E_ERROR, L_DB_SQL, "Error inserting details for '%s'!\n", path); + ret = 0; + } + else +@@ -1587,7 +1587,7 @@ + m.mime, album_art); + if( ret != SQLITE_OK ) + { +- fprintf(stderr, "Error inserting details for '%s'!\n", path); ++ DPRINTF(E_ERROR, L_DB_SQL, "Error inserting details for '%s'!\n", path); + ret = 0; + } + else Added: head/net/minidlna/files/patch-minidlna.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/minidlna/files/patch-minidlna.c Wed Nov 27 15:24:16 2013 (r335025) @@ -0,0 +1,34 @@ +--- ./minidlna.c.orig 2013-11-02 05:06:41.000000000 +0400 ++++ ./minidlna.c 2013-11-13 17:25:27.000000000 +0400 +@@ -365,6 +365,7 @@ + open_db(&db); + if (*scanner_pid == 0) /* child (scanner) process */ + { ++ DPRINTF(E_DEBUG, L_GENERAL, "Starting scanner in forked child\n"); + start_scanner(); + sqlite3_close(db); + log_close(); +@@ -373,6 +374,7 @@ + } + else if (*scanner_pid < 0) + { ++ DPRINTF(E_DEBUG, L_GENERAL, "Starting scanner in parent\n"); + start_scanner(); + } + #else +@@ -997,6 +999,15 @@ + else if (pthread_create(&inotify_thread, NULL, start_inotify, NULL) != 0) + DPRINTF(E_FATAL, L_GENERAL, "ERROR: pthread_create() failed for start_inotify. EXITING\n"); + } ++#elif defined(HAVE_SYS_EVENT_H) ++ if( GETFLAG(INOTIFY_MASK) ) ++ { ++ if (!sqlite3_threadsafe() || sqlite3_libversion_number() < 3005001) ++ DPRINTF(E_ERROR, L_GENERAL, "SQLite library is not threadsafe! " ++ "Kqueue will be disabled.\n"); ++ else if (pthread_create(&inotify_thread, NULL, start_kqueue, NULL) != 0) ++ DPRINTF(E_FATAL, L_GENERAL, "ERROR: pthread_create() failed for start_kqueue. EXITING\n"); ++ } + #endif + smonitor = OpenAndConfMonitorSocket(); + Added: head/net/minidlna/files/patch-scanner.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/minidlna/files/patch-scanner.c Wed Nov 27 15:24:16 2013 (r335025) @@ -0,0 +1,11 @@ +--- ./scanner.c.orig 2013-11-02 05:06:41.000000000 +0400 ++++ ./scanner.c 2013-11-13 17:25:27.000000000 +0400 +@@ -590,7 +590,7 @@ + + sql_failed: + if( ret != SQLITE_OK ) +- fprintf(stderr, "Error creating SQLite3 database!\n"); ++ DPRINTF(E_ERROR, L_DB_SQL, "Error creating SQLite3 database!\n"); + return (ret != SQLITE_OK); + } + From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 15:24:49 2013 Return-Path: Delivered-To: svn-ports-head@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 0C9A369F for ; Wed, 27 Nov 2013 15:24:49 +0000 (UTC) Received: from mail-lb0-f178.google.com (mail-lb0-f178.google.com [209.85.217.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8ABCA2696 for ; Wed, 27 Nov 2013 15:24:48 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id c11so5389374lbj.23 for ; Wed, 27 Nov 2013 07:24:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=RqJ2J6uONE+dzUmeFVFx7j/z+/TkZ+TTD1gq5ACTgLI=; b=XhQFVl488LNiirXKMRu3UgOquV4qPSJzaUNccwxmalwCzei6snhI6V344Y8nPv4yxR 5oeDyFv6FIUIiBF9TFpGJCuvCBZD4xYZqyaAxDoKemBkF6eiOWpVcRowLihMYpLDbxA3 EOldxt5wJCZMS27562OQ4bvMuGgZ6FTzn17c14O0aVBKgMLZj+/IuWoArulD5fkvYlVN ubQSyv+p9W+9yTR8rRCbtYpxiJmXzSQfaTssTT5uK/Izekd8gLL1/BNKtCPxS0B53SyG BbFvTg0huUMuSgAPc89wdylj90D7gc53rmCV9cAzkgkvRQa+gFrP8lJidXF5z67lP+1s ZyQA== X-Gm-Message-State: ALoCoQmHPK+VOYJb0u1X/7RrW7fXhHm/sLbfE3Pl5Xxdj6zS3UfkMBvrAzXFowhLJ/zHbEuwu9jA X-Received: by 10.152.203.168 with SMTP id kr8mr55037lac.44.1385565878675; Wed, 27 Nov 2013 07:24:38 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.31.131 with HTTP; Wed, 27 Nov 2013 07:24:18 -0800 (PST) In-Reply-To: References: <201311270110.rAR1APQS024492@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 23:24:18 +0800 X-Google-Sender-Auth: z_zIte-zwhMDwEETmE-CfpTWgbs Message-ID: Subject: Re: svn commit: r334991 - head/lang/gcc49 To: Mathieu Arnold Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Gerald Pfeifer , Gerald Pfeifer , ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 27 Nov 2013 15:24:49 -0000 On Wed, Nov 27, 2013 at 11:21 PM, Mathieu Arnold wrote: > Hi, > > +--On 27 novembre 2013 21:57:04 +0900 Gerald Pfeifer > wrote: > | On Wed, 27 Nov 2013, Mathieu Arnold wrote: > |>| On the way update to the 20131124 snapshot of GCC 4.9.0. > |> After that, I get a compilation error : > |> > http://pkg.absolight.net/logs/bulk/91amd64-pkgng/2013-11-27_09h20m44s/lo > |> gs/errors/gcc49-4.9.0.20131124.log > | > | Grr, this is bad. I have a theory. > | > | Do you, by any chance, have a file ansidecl.h somewhere in your include > | path, possibly /usr/local/include. > | > | If so, can you please check which port installed that? > | > | And do a diff between that file and the one the new lang/gcc49 ports > | has in its source directory ($WRKDIR/gcc*)? > | > | And what happens if you (temporarily) remove it and try to update > | lang/gcc49? > > Hum, the thing is, it is a poudriere bulk build, so, there's nothing > installed that is not in gcc49's dependencies, so, I'm not sure how I can > fix that. > > -- > Mathieu Arnold > I guess gerald@ has found the reason (PR/184327). % pkg which /usr/local/include/ansidecl.h /usr/local/include/ansidecl.h was installed by package binutils-2.23.2 Regards, sunpoet From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 15:45:40 2013 Return-Path: Delivered-To: svn-ports-head@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 AA10FB89; Wed, 27 Nov 2013 15:45:40 +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 99F792787; Wed, 27 Nov 2013 15:45:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARFjeUl024320; Wed, 27 Nov 2013 15:45:40 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARFje82024319; Wed, 27 Nov 2013 15:45:40 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311271545.rARFje82024319@svn.freebsd.org> From: Gerald Pfeifer Date: Wed, 27 Nov 2013 15:45:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335026 - head/lang/gcc49 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.16 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, 27 Nov 2013 15:45:40 -0000 Author: gerald Date: Wed Nov 27 15:45:40 2013 New Revision: 335026 URL: http://svnweb.freebsd.org/changeset/ports/335026 Log: No longer add -I${LOCALBASE}/include to CFLAGS. Since we now configure with --with-gmp=${LOCALBASE} this is no longer necessary, and due to bugs in binutils (which should not install ansidecl.h into ${PREFIX}/include) and GCC (which should search its own include directories with higher priority) can lead to build failures. PR: 184327 Reported by: mat, Andrzej Tobola Modified: head/lang/gcc49/Makefile Modified: head/lang/gcc49/Makefile ============================================================================== --- head/lang/gcc49/Makefile Wed Nov 27 15:24:16 2013 (r335025) +++ head/lang/gcc49/Makefile Wed Nov 27 15:45:40 2013 (r335026) @@ -64,7 +64,6 @@ WRKSRC= ${WRKDIR}/build TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include .if empty(PORT_OPTIONS:MBOOTSTRAP) CONFIGURE_ARGS+=--disable-bootstrap .else From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 15:53:22 2013 Return-Path: Delivered-To: svn-ports-head@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 64FA5D5F; Wed, 27 Nov 2013 15:53:22 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id 40AD727ED; Wed, 27 Nov 2013 15:53:21 +0000 (UTC) Received: from [172.40.1.185] (unknown [122.212.234.130]) by ainaz.pair.com (Postfix) with ESMTPSA id C2D6A3F466; Wed, 27 Nov 2013 10:53:17 -0500 (EST) Date: Thu, 28 Nov 2013 00:53:16 +0900 (JST) From: Gerald Pfeifer To: Mathieu Arnold , Sunpoet Po-Chuan Hsieh Subject: Re: svn commit: r334991 - head/lang/gcc49 In-Reply-To: Message-ID: References: <201311270110.rAR1APQS024492@svn.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Gerald Pfeifer , ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 27 Nov 2013 15:53:22 -0000 On Wed, 27 Nov 2013, Mathieu Arnold wrote: > Hum, the thing is, it is a poudriere bulk build, so, there's nothing > installed that is not in gcc49's dependencies, so, I'm not sure how I > can fix that. Interestingly, QAT did not run into this (though I'm not sure why), nor did my own testing (this I can explain). On Wed, 27 Nov 2013, Sunpoet Po-Chuan Hsieh wrote: > I guess gerald@ has found the reason (PR/184327). > > % pkg which /usr/local/include/ansidecl.h > /usr/local/include/ansidecl.h was installed by package binutils-2.23.2 Yep, I believe so. As far as I can tell there is this bug in binutils for installing ansidecl.h _and_ a bug in upstream GCC for using that version instead of its own _and_ a now unnecessary -I${LOCALBASE}/include in lang/gcc49/Makefile. All three of these are required to cause this failure! I reported the first as PR/184327, fixed the last, and will raise the middle one upstream. Clearly I am cursed. :-/ Gerald From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 15:57:39 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 ESMTPS id 958F4EFD; Wed, 27 Nov 2013 15:57:39 +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 84FDE2829; Wed, 27 Nov 2013 15:57:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARFvddn027831; Wed, 27 Nov 2013 15:57:39 GMT (envelope-from feld@svn.freebsd.org) Received: (from feld@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARFvdKr027830; Wed, 27 Nov 2013 15:57:39 GMT (envelope-from feld@svn.freebsd.org) Message-Id: <201311271557.rARFvdKr027830@svn.freebsd.org> From: Mark Felder Date: Wed, 27 Nov 2013 15:57:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335027 - head/net-mgmt/nfsen 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.16 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, 27 Nov 2013 15:57:39 -0000 Author: feld Date: Wed Nov 27 15:57:39 2013 New Revision: 335027 URL: http://svnweb.freebsd.org/changeset/ports/335027 Log: Take maintainership Approved by: maintainer (private emai), swills (mentor, implicit) Modified: head/net-mgmt/nfsen/Makefile Modified: head/net-mgmt/nfsen/Makefile ============================================================================== --- head/net-mgmt/nfsen/Makefile Wed Nov 27 15:45:40 2013 (r335026) +++ head/net-mgmt/nfsen/Makefile Wed Nov 27 15:57:39 2013 (r335027) @@ -8,7 +8,7 @@ CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} \ http://nfsen.sourceforge.net/ -MAINTAINER= jmohacsi@bsd.hu +MAINTAINER= feld@FreeBSD.org COMMENT= Web based frontend to nfdump netflow collector LICENSE= BSD From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 16:07:52 2013 Return-Path: Delivered-To: svn-ports-head@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 CAC7F539; Wed, 27 Nov 2013 16:07:52 +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 AAFD528C7; Wed, 27 Nov 2013 16:07:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARG7qeI031924; Wed, 27 Nov 2013 16:07:52 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARG7q2p031921; Wed, 27 Nov 2013 16:07:52 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201311271607.rARG7q2p031921@svn.freebsd.org> From: Philippe Audeoud Date: Wed, 27 Nov 2013 16:07:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335028 - in head/biology/avida: . 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.16 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, 27 Nov 2013 16:07:52 -0000 Author: jadawin Date: Wed Nov 27 16:07:51 2013 New Revision: 335028 URL: http://svnweb.freebsd.org/changeset/ports/335028 Log: - Fix build with clang - Support STAGEDIR PR: ports/184242 Submitted by: KATO Tsuguru Added: head/biology/avida/files/patch-avida-core__source__main__cGenomeUtil.cc (contents, props changed) head/biology/avida/files/patch-libs__tcmalloc-1.4__src__malloc_extension.cc (contents, props changed) Deleted: head/biology/avida/files/patch-libs_apto_include_apto_core_Functor.h head/biology/avida/files/patch-libs_apto_utils_unittest_googletest_include_gtest_internal_gtest-port.h Modified: head/biology/avida/Makefile Modified: head/biology/avida/Makefile ============================================================================== --- head/biology/avida/Makefile Wed Nov 27 15:57:39 2013 (r335027) +++ head/biology/avida/Makefile Wed Nov 27 16:07:51 2013 (r335028) @@ -8,13 +8,14 @@ CATEGORIES= biology MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= An auto-adaptive genetic system designed for ALife research +COMMENT= Auto-adaptive genetic system designed for ALife research LICENSE= GPLv3 OPTIONS_DEFINE= DOCS USES= cmake:outsource ncurses +CMAKE_ARGS= -DAPTO_UNIT_TESTS:BOOL=OFF -DAVD_UNIT_TESTS:BOOL=OFF PORTDOCS= * PLIST_FILES= ${BIN_FILES:S|^|bin/|} \ @@ -30,7 +31,6 @@ DATA_FILES= analyze.cfg avida.cfg defaul instset-heads-sex.cfg instset-heads.cfg instset-smt.cfg \ instset-transsmt.cfg -NO_STAGE= yes .include .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" @@ -41,7 +41,7 @@ post-patch: @${FIND} ${WRKSRC} -name "CMakeLists.txt" | ${XARGS} \ ${REINPLACE_CMD} -e \ 's|-O[0-9]|| ; \ - s| pthread| ${PTHREAD_LIBS}|' + s| pthread| -pthread|' @${REINPLACE_CMD} -e '/long long int/s|std::abs|llabs|' \ ${WRKSRC}/avida-core/source/main/cPopulationInterface.cc @@ -52,20 +52,22 @@ pre-build: .endfor do-install: - @${MKDIR} ${PREFIX}/lib/${PORTNAME} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} .for exec in ${BIN_FILES} - (cd ${WRKSRC} \ - && ${INSTALL_SCRIPT} ${exec}.sh ${PREFIX}/bin/${exec}) - (cd ${BUILD_WRKSRC}/bin \ - && ${INSTALL_PROGRAM} ${exec} ${PREFIX}/lib/${PORTNAME}) + (cd ${WRKSRC} && ${INSTALL_SCRIPT} ${exec}.sh \ + ${STAGEDIR}${PREFIX}/bin/${exec}) + (cd ${BUILD_WRKSRC}/bin && ${INSTALL_PROGRAM} ${exec} \ + ${STAGEDIR}${PREFIX}/lib/${PORTNAME}) .endfor - (cd ${WRKSRC}/avida-core/support/config \ - && ${INSTALL_DATA} *.cfg ${PREFIX}/lib/${PORTNAME} \ - && ${INSTALL_DATA} *.org ${PREFIX}/lib/${PORTNAME}) + (cd ${WRKSRC}/avida-core/support/config && ${INSTALL_DATA} *.cfg \ + ${STAGEDIR}${PREFIX}/lib/${PORTNAME}) + (cd ${WRKSRC}/avida-core/support/config && ${INSTALL_DATA} *.org \ + ${STAGEDIR}${PREFIX}/lib/${PORTNAME}) + .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - @(cd ${WRKSRC}/avida-core/documentation \ - && ${COPYTREE_SHARE} . ${DOCSDIR}) + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @(cd ${WRKSRC}/avida-core/documentation && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${DOCSDIR}) .endif .include Added: head/biology/avida/files/patch-avida-core__source__main__cGenomeUtil.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/avida/files/patch-avida-core__source__main__cGenomeUtil.cc Wed Nov 27 16:07:51 2013 (r335028) @@ -0,0 +1,18 @@ +--- avida-core/source/main/cGenomeUtil.cc.orig ++++ avida-core/source/main/cGenomeUtil.cc +@@ -214,7 +214,14 @@ + */ + void cGenomeUtil::RandomShuffle(cAvidaContext& ctx, Sequence& genome) { + std::vector idx(static_cast(genome.GetSize())); +- std::iota(idx.begin(), idx.end(), 0); ++ ++ std::vector::iterator idx_it = idx.begin(); ++ int value = 0; ++ while (idx_it != idx.end()) { ++ *idx_it++ = value; ++ ++value; ++ } ++ + cRandomStdAdaptor rng(ctx.GetRandom()); + std::random_shuffle(idx.begin(), idx.end(), rng); + Sequence shuffled(genome.GetSize()); Added: head/biology/avida/files/patch-libs__tcmalloc-1.4__src__malloc_extension.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/avida/files/patch-libs__tcmalloc-1.4__src__malloc_extension.cc Wed Nov 27 16:07:51 2013 (r335028) @@ -0,0 +1,10 @@ +--- libs/tcmalloc-1.4/src/malloc_extension.cc.orig ++++ libs/tcmalloc-1.4/src/malloc_extension.cc +@@ -57,6 +57,7 @@ + #include + #include + #include ++#include + #if defined HAVE_STDINT_H + #include + #elif defined HAVE_INTTYPES_H From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 16:09:28 2013 Return-Path: Delivered-To: svn-ports-head@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 C993E797; Wed, 27 Nov 2013 16:09:28 +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 B94DD28E3; Wed, 27 Nov 2013 16:09:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARG9Sav032388; Wed, 27 Nov 2013 16:09:28 GMT (envelope-from mi@svn.freebsd.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARG9SYA032387; Wed, 27 Nov 2013 16:09:28 GMT (envelope-from mi@svn.freebsd.org) Message-Id: <201311271609.rARG9SYA032387@svn.freebsd.org> From: Mikhail Teterin Date: Wed, 27 Nov 2013 16:09:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335029 - head/java/jode 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.16 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, 27 Nov 2013 16:09:28 -0000 Author: mi Date: Wed Nov 27 16:09:28 2013 New Revision: 335029 URL: http://svnweb.freebsd.org/changeset/ports/335029 Log: Most unkindly the java/java-getopt port changed the name of the JAR it was installing from getopt.jar to java-getopt.jar This broke jode and, possibly, some other ports depending on getopt.jar. Submitted by: pkg-fallout Modified: head/java/jode/Makefile Modified: head/java/jode/Makefile ============================================================================== --- head/java/jode/Makefile Wed Nov 27 16:07:51 2013 (r335028) +++ head/java/jode/Makefile Wed Nov 27 16:09:28 2013 (r335029) @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes MAKE_JOBS_UNSAFE= yes -GETOPT_JAR= ${JAVALIBDIR}/getopt.jar +GETOPT_JAR= ${JAVALIBDIR}/java-getopt.jar CLASSLIB= ${JAVA_CLASSES}:${GETOPT_JAR} CONFIGURE_ENV+= CLASSLIB=${CLASSLIB} JAR="${JAR}" \ JAVA="${JAVA}" JAVAC="${JAVAC}" From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 16:18:00 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 ESMTPS id F0802BD2; Wed, 27 Nov 2013 16:18:00 +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 DD450296B; Wed, 27 Nov 2013 16:18:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARGI0wq035807; Wed, 27 Nov 2013 16:18:00 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARGI0qG035806; Wed, 27 Nov 2013 16:18:00 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311271618.rARGI0qG035806@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 16:18:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335030 - head/sysutils/gai-leds 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.16 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, 27 Nov 2013 16:18:01 -0000 Author: sunpoet Date: Wed Nov 27 16:18:00 2013 New Revision: 335030 URL: http://svnweb.freebsd.org/changeset/ports/335030 Log: - Pet portlint: move LICENSE upward - Support STAGEDIR - While I'm here: - Remove leading indefinite article from COMMENT - Convert to new LIB_DEPENDS format - Use USES=pathfix PR: ports/184271 Submitted by: Douglas William Thrift (maintainer) Modified: head/sysutils/gai-leds/Makefile (contents, props changed) Modified: head/sysutils/gai-leds/Makefile ============================================================================== --- head/sysutils/gai-leds/Makefile Wed Nov 27 16:09:28 2013 (r335029) +++ head/sysutils/gai-leds/Makefile Wed Nov 27 16:18:00 2013 (r335030) @@ -8,18 +8,17 @@ CATEGORIES= sysutils MASTER_SITES= SF/gai/GAI%20-%20Applets/${PORTNAME} MAINTAINER= douglas@douglasthrift.net -COMMENT= A GAI applet that displays the keyboard status leds - -LIB_DEPENDS= gai:${PORTSDIR}/x11-toolkits/gai +COMMENT= GAI applet that displays the keyboard status leds LICENSE= GPLv2 +LIB_DEPENDS= libgai.so:${PORTSDIR}/x11-toolkits/gai + GNU_CONFIGURE= yes -USES= pkgconfig +USES= pathfix pkgconfig USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix +USE_GNOME= gnomeprefix -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|\(GNOMEDIR=\).*|\1"${PREFIX}"|; \ From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 16:37:19 2013 Return-Path: Delivered-To: svn-ports-head@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 B5158347; Wed, 27 Nov 2013 16:37:19 +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 A46892A69; Wed, 27 Nov 2013 16:37:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARGbJDv042352; Wed, 27 Nov 2013 16:37:19 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARGbJpb042348; Wed, 27 Nov 2013 16:37:19 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311271637.rARGbJpb042348@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 16:37:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335031 - head/devel/p5-Data-Validator 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.16 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, 27 Nov 2013 16:37:19 -0000 Author: sunpoet Date: Wed Nov 27 16:37:18 2013 New Revision: 335031 URL: http://svnweb.freebsd.org/changeset/ports/335031 Log: - Update to 1.04 Changes: http://search.cpan.org/dist/Data-Validator/Changes Modified: head/devel/p5-Data-Validator/Makefile head/devel/p5-Data-Validator/distinfo Modified: head/devel/p5-Data-Validator/Makefile ============================================================================== --- head/devel/p5-Data-Validator/Makefile Wed Nov 27 16:18:00 2013 (r335030) +++ head/devel/p5-Data-Validator/Makefile Wed Nov 27 16:37:18 2013 (r335031) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Data-Validator -PORTVERSION= 1.03 +PORTVERSION= 1.04 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Data-Validator/distinfo ============================================================================== --- head/devel/p5-Data-Validator/distinfo Wed Nov 27 16:18:00 2013 (r335030) +++ head/devel/p5-Data-Validator/distinfo Wed Nov 27 16:37:18 2013 (r335031) @@ -1,2 +1,2 @@ -SHA256 (Data-Validator-1.03.tar.gz) = 4a77bd3a8f1eb255cd7cd0bdd7ff7215c3221ebe43a16fb952a823b171f6b4ec -SIZE (Data-Validator-1.03.tar.gz) = 20289 +SHA256 (Data-Validator-1.04.tar.gz) = cd18c9e93a87d308fbcca6692881d7311ce73c23e0d5f04a4b505a31388aafaf +SIZE (Data-Validator-1.04.tar.gz) = 20569 From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 16:39:44 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 ESMTPS id AEF2B43C; Wed, 27 Nov 2013 16:39:44 +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 846D42A7B; Wed, 27 Nov 2013 16:39:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARGdie5042676; Wed, 27 Nov 2013 16:39:44 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARGdirn042674; Wed, 27 Nov 2013 16:39:44 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311271639.rARGdirn042674@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 16:39:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335032 - head/security/p5-Net-SAML 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.16 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, 27 Nov 2013 16:39:44 -0000 Author: sunpoet Date: Wed Nov 27 16:39:43 2013 New Revision: 335032 URL: http://svnweb.freebsd.org/changeset/ports/335032 Log: - Update to 1.18 - Convert to new options framework - Convert to new LIB_DEPENDS - Cleanup Makefile Changes: http://search.cpan.org/dist/zxid/Changes Modified: head/security/p5-Net-SAML/Makefile head/security/p5-Net-SAML/distinfo Modified: head/security/p5-Net-SAML/Makefile ============================================================================== --- head/security/p5-Net-SAML/Makefile Wed Nov 27 16:37:18 2013 (r335031) +++ head/security/p5-Net-SAML/Makefile Wed Nov 27 16:39:43 2013 (r335032) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Net-SAML -PORTVERSION= 1.16 +PORTVERSION= 1.18 CATEGORIES= security perl5 MASTER_SITES= http://zxid.org/ \ CPAN @@ -14,8 +14,10 @@ COMMENT= Perl extension for using SAML S LICENSE= AL2 -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - zxid:${PORTSDIR}/security/zxid +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libzxid.so:${PORTSDIR}/security/zxid + +OPTIONS_DEFINE= EXAMPLES USES= perl5 shebangfix USE_PERL5= configure @@ -28,9 +30,7 @@ post-patch: @${REINPLACE_CMD} -e 's|/apps/openssl/std|${LOCALBASE}|' ${WRKSRC}/Makefile.PL post-install: -.if !defined(NOPORTEXAMPLES) @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - (cd ${WRKSRC}/.. && ${INSTALL_SCRIPT} zxid.pl zxidhlo.pl ${STAGEDIR}${EXAMPLESDIR}) -.endif + (cd ${WRKSRC}/ && ${INSTALL_SCRIPT} ../zxid.pl ../zxidhlo.pl ${STAGEDIR}${EXAMPLESDIR}) .include Modified: head/security/p5-Net-SAML/distinfo ============================================================================== --- head/security/p5-Net-SAML/distinfo Wed Nov 27 16:37:18 2013 (r335031) +++ head/security/p5-Net-SAML/distinfo Wed Nov 27 16:39:43 2013 (r335032) @@ -1,2 +1,2 @@ -SHA256 (zxid-1.16.tgz) = 995b8ceb3c002423b385c43e442e1dcb5691ab5bbacd2f87856dfd167249881e -SIZE (zxid-1.16.tgz) = 2102718 +SHA256 (zxid-1.18.tgz) = 80cd65e0fd45d61cbf4f0a0e46c11f8dc7752979676d00ce89719ce3497ec393 +SIZE (zxid-1.18.tgz) = 2075055 From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 16:42:23 2013 Return-Path: Delivered-To: svn-ports-head@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 3F738538; Wed, 27 Nov 2013 16:42: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 2EEE92AB3; Wed, 27 Nov 2013 16:42:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARGgNCI045122; Wed, 27 Nov 2013 16:42:23 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARGgNKo045121; Wed, 27 Nov 2013 16:42:23 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311271642.rARGgNKo045121@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 16:42:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335033 - head/lang/ruby19 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.16 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, 27 Nov 2013 16:42:23 -0000 Author: sunpoet Date: Wed Nov 27 16:42:22 2013 New Revision: 335033 URL: http://svnweb.freebsd.org/changeset/ports/335033 Log: - Remove leading indefinite article from COMMENT - Convert to new LIB_DEPENDS format - Sort LIB_DEPENDS - Cleanup Makefile Modified: head/lang/ruby19/Makefile Modified: head/lang/ruby19/Makefile ============================================================================== --- head/lang/ruby19/Makefile Wed Nov 27 16:39:43 2013 (r335032) +++ head/lang/ruby19/Makefile Wed Nov 27 16:42:22 2013 (r335033) @@ -12,11 +12,11 @@ DISTNAME= ${RUBY_DISTNAME} DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org -COMMENT?= An object-oriented interpreted scripting language +COMMENT?= Object-oriented interpreted scripting language -LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi \ - yaml-0.2:${PORTSDIR}/textproc/libyaml \ - execinfo.1:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ + libffi.so:${PORTSDIR}/devel/libffi \ + libyaml.so:${PORTSDIR}/textproc/libyaml GNU_CONFIGURE= yes WRKSRC= ${RUBY_WRKSRC} @@ -37,8 +37,6 @@ USE_BZIP2= yes USE_RUBY= yes RUBY_NO_BUILD_DEPENDS= yes RUBY_NO_RUN_DEPENDS= yes -_RUBY_SYSLIBDIR= ${PREFIX}/lib -_RUBY_EXTDIR= ${PREFIX}/lib/ruby19 MAKE_JOBS_UNSAFE= yes From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 16:43:53 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 ESMTPS id 3CC83619; Wed, 27 Nov 2013 16:43:53 +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 2BA032AB9; Wed, 27 Nov 2013 16:43:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARGhreC045323; Wed, 27 Nov 2013 16:43:53 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARGhqWu045322; Wed, 27 Nov 2013 16:43:52 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311271643.rARGhqWu045322@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 16:43:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335034 - head/www/trac-TracGoogleAnalytics 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.16 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, 27 Nov 2013 16:43:53 -0000 Author: sunpoet Date: Wed Nov 27 16:43:52 2013 New Revision: 335034 URL: http://svnweb.freebsd.org/changeset/ports/335034 Log: - Use PYDISTUTILS_AUTOPLIST - Support STAGEDIR - Pet portlint: move LICENSE upward - While I'm here, update USE_PYTHON PR: ports/184300 Submitted by: Douglas William Thrift (maintainer) Modified: head/www/trac-TracGoogleAnalytics/Makefile (contents, props changed) Modified: head/www/trac-TracGoogleAnalytics/Makefile ============================================================================== --- head/www/trac-TracGoogleAnalytics/Makefile Wed Nov 27 16:42:22 2013 (r335033) +++ head/www/trac-TracGoogleAnalytics/Makefile Wed Nov 27 16:43:52 2013 (r335034) @@ -11,17 +11,14 @@ PKGNAMEPREFIX= trac- MAINTAINER= douglas@douglasthrift.net COMMENT= Trac plugin to enable logging by Google Analytics +LICENSE= BSD + BUILD_DEPENDS= tracd:${PORTSDIR}/www/trac \ ${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:${PORTSDIR}/textproc/py-genshi - RUN_DEPENDS:= ${BUILD_DEPENDS} -LICENSE= BSD - -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% - -NO_STAGE= yes .include From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 16:53:12 2013 Return-Path: Delivered-To: svn-ports-head@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 AB092801; Wed, 27 Nov 2013 16:53:12 +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 808F72B2D; Wed, 27 Nov 2013 16:53:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARGrCwe048565; Wed, 27 Nov 2013 16:53:12 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARGrBkD048562; Wed, 27 Nov 2013 16:53:11 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201311271653.rARGrBkD048562@svn.freebsd.org> From: Steve Wills Date: Wed, 27 Nov 2013 16:53:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335035 - in head/devel: . jenkins-lts 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.16 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, 27 Nov 2013 16:53:12 -0000 Author: swills Date: Wed Nov 27 16:53:11 2013 New Revision: 335035 URL: http://svnweb.freebsd.org/changeset/ports/335035 Log: - Create a port for the long term stable version of Jenkins, based on the existing Jenkins port Added: head/devel/jenkins-lts/ - copied from r335027, head/devel/jenkins/ Modified: head/devel/Makefile head/devel/jenkins-lts/Makefile (contents, props changed) head/devel/jenkins-lts/distinfo (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Nov 27 16:43:52 2013 (r335034) +++ head/devel/Makefile Wed Nov 27 16:53:11 2013 (r335035) @@ -878,6 +878,7 @@ SUBDIR += jcmdline SUBDIR += jech-dht SUBDIR += jenkins + SUBDIR += jenkins-lts SUBDIR += jep SUBDIR += jgoodies-common SUBDIR += jiic Modified: head/devel/jenkins-lts/Makefile ============================================================================== --- head/devel/jenkins/Makefile Wed Nov 27 15:57:39 2013 (r335027) +++ head/devel/jenkins-lts/Makefile Wed Nov 27 16:53:11 2013 (r335035) @@ -1,19 +1,21 @@ # $FreeBSD$ PORTNAME= jenkins -PORTVERSION= 1.541 +PORTVERSION= 1.532.1 CATEGORIES= devel java -MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/ +MASTER_SITES= http://mirrors.jenkins-ci.org/war-stable/${PORTVERSION}/ +PKGNAMESUFFIX= -lts DISTNAME= jenkins EXTRACT_SUFX= .war DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} EXTRACT_ONLY= -MAINTAINER= lwhsu@FreeBSD.org +MAINTAINER= swills@FreeBSD.org COMMENT= Open-source continuous integration server LICENSE= MIT +CONFLICTS= jenkins-[0-9]* USE_JAVA= yes JAVA_VERSION= 1.6+ Modified: head/devel/jenkins-lts/distinfo ============================================================================== --- head/devel/jenkins/distinfo Wed Nov 27 15:57:39 2013 (r335027) +++ head/devel/jenkins-lts/distinfo Wed Nov 27 16:53:11 2013 (r335035) @@ -1,2 +1,2 @@ -SHA256 (jenkins/1.541/jenkins.war) = c4853208a72de71e38f97e81a72f794ce862dc02b2dca7e63682d568db9b3daa -SIZE (jenkins/1.541/jenkins.war) = 65703345 +SHA256 (jenkins/1.532.1/jenkins.war) = 624bb5711aec69fa7e5524ec526fddd82099845acdb825c4a28232c4f6caf514 +SIZE (jenkins/1.532.1/jenkins.war) = 65405459 From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 17:10:29 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 ESMTPS id 17457DCF; Wed, 27 Nov 2013 17:10:29 +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 06C6B2C12; Wed, 27 Nov 2013 17:10:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARHASpn052927; Wed, 27 Nov 2013 17:10:28 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARHASS5052925; Wed, 27 Nov 2013 17:10:28 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311271710.rARHASS5052925@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 17:10:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335036 - head/sysutils/rubygem-guard-livereload 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.16 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, 27 Nov 2013 17:10:29 -0000 Author: sunpoet Date: Wed Nov 27 17:10:28 2013 New Revision: 335036 URL: http://svnweb.freebsd.org/changeset/ports/335036 Log: - Update to 2.0.1 Changes: https://github.com/guard/guard-livereload/releases Modified: head/sysutils/rubygem-guard-livereload/Makefile head/sysutils/rubygem-guard-livereload/distinfo Modified: head/sysutils/rubygem-guard-livereload/Makefile ============================================================================== --- head/sysutils/rubygem-guard-livereload/Makefile Wed Nov 27 16:53:11 2013 (r335035) +++ head/sysutils/rubygem-guard-livereload/Makefile Wed Nov 27 17:10:28 2013 (r335036) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= guard-livereload -PORTVERSION= 2.0.0 +PORTVERSION= 2.0.1 CATEGORIES= sysutils rubygems MASTER_SITES= RG Modified: head/sysutils/rubygem-guard-livereload/distinfo ============================================================================== --- head/sysutils/rubygem-guard-livereload/distinfo Wed Nov 27 16:53:11 2013 (r335035) +++ head/sysutils/rubygem-guard-livereload/distinfo Wed Nov 27 17:10:28 2013 (r335036) @@ -1,2 +1,2 @@ -SHA256 (rubygem/guard-livereload-2.0.0.gem) = c8663712a68ba544130fded90f637d70e4da49061c61237e4930ce8e6e4c6f40 -SIZE (rubygem/guard-livereload-2.0.0.gem) = 17920 +SHA256 (rubygem/guard-livereload-2.0.1.gem) = 08d661dfc0e68179640b358764f0ab4bae5f5dcb17ab476c9090018ba84cdc97 +SIZE (rubygem/guard-livereload-2.0.1.gem) = 17920 From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 17:12:04 2013 Return-Path: Delivered-To: svn-ports-head@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 343DEECB; Wed, 27 Nov 2013 17:12:04 +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 243D82C1F; Wed, 27 Nov 2013 17:12:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARHC48d055258; Wed, 27 Nov 2013 17:12:04 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARHC4NH055257; Wed, 27 Nov 2013 17:12:04 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311271712.rARHC4NH055257@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 17:12:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335037 - head/www/py-dtflickr 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.16 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, 27 Nov 2013 17:12:04 -0000 Author: sunpoet Date: Wed Nov 27 17:12:03 2013 New Revision: 335037 URL: http://svnweb.freebsd.org/changeset/ports/335037 Log: - Use PYDISTUTILS_AUTOPLIST - Support STAGEDIR - While I'm here, update USE_PYTHON PR: ports/184299 Submitted by: Douglas William Thrift (maintainer) Deleted: head/www/py-dtflickr/pkg-plist Modified: head/www/py-dtflickr/Makefile (contents, props changed) Modified: head/www/py-dtflickr/Makefile ============================================================================== --- head/www/py-dtflickr/Makefile Wed Nov 27 17:10:28 2013 (r335036) +++ head/www/py-dtflickr/Makefile Wed Nov 27 17:12:03 2013 (r335037) @@ -15,10 +15,10 @@ COMMENT= Spiffy Flickr API library using LICENSE= AL2 USE_BZIP2= yes -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include .if ${PYTHON_VERSION} == "python2.5" From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 17:12:46 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 ESMTPS id 1BCF9FB5; Wed, 27 Nov 2013 17:12:46 +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 09DE42C29; Wed, 27 Nov 2013 17:12:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARHCjaM055418; Wed, 27 Nov 2013 17:12:45 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARHCj7Z055414; Wed, 27 Nov 2013 17:12:45 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201311271712.rARHCj7Z055414@svn.freebsd.org> From: Koop Mast Date: Wed, 27 Nov 2013 17:12:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335038 - in head/devel: goffice goffice010 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.16 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, 27 Nov 2013 17:12:46 -0000 Author: kwm Date: Wed Nov 27 17:12:44 2013 New Revision: 335038 URL: http://svnweb.freebsd.org/changeset/ports/335038 Log: Resolve pkgname conflict. Stageify and switch to libtool-less ltverhack. Modified: head/devel/goffice/Makefile head/devel/goffice/pkg-plist head/devel/goffice010/Makefile head/devel/goffice010/pkg-plist Modified: head/devel/goffice/Makefile ============================================================================== --- head/devel/goffice/Makefile Wed Nov 27 17:12:03 2013 (r335037) +++ head/devel/goffice/Makefile Wed Nov 27 17:12:44 2013 (r335038) @@ -4,9 +4,10 @@ PORTNAME= goffice PORTVERSION= 0.8.17 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel gnome MASTER_SITES= GNOME +PKGNAMESUFFIX= 08 MAINTAINER= gnome@FreeBSD.org COMMENT= GLib/GTK+ set of document centric objects and utilities @@ -16,24 +17,21 @@ LICENSE_FILE= ${WRKSRC}/COPYING PORTSCOUT= ignore -LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre USE_XZ= yes -USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gtk20 libgsf ltverhack -USES= gettext pathfix pkgconfig -USE_AUTOTOOLS= libtool +USES= gettext gmake pathfix pkgconfig +GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= VERSION=${PORTVERSION} \ SHORT_VER=0.8 - OPTIONS_DEFINE= GCONF OPTIONS_DEFAULT=GCONF -NO_STAGE= yes .include .if ${PORT_OPTIONS:MGCONF} @@ -42,4 +40,8 @@ USE_GNOME+= gconf2 CONFIGURE_ARGS+=--with-config-backend=keyfile .endif +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoffice-0.8.so.8 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/goffice/*/plugins/*/*.so + .include Modified: head/devel/goffice/pkg-plist ============================================================================== --- head/devel/goffice/pkg-plist Wed Nov 27 17:12:03 2013 (r335037) +++ head/devel/goffice/pkg-plist Wed Nov 27 17:12:44 2013 (r335038) @@ -163,7 +163,6 @@ include/libgoffice-%%SHORT_VER%%/goffice include/libgoffice-%%SHORT_VER%%/goffice/utils/go-units.h include/libgoffice-%%SHORT_VER%%/goffice/utils/goffice-utils.h include/libgoffice-%%SHORT_VER%%/goffice/utils/regutf8.h -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.a lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.la lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.so lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-area-prefs.ui @@ -171,7 +170,6 @@ lib/goffice/%%VERSION%%/plugins/plot_bar lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-minmax-prefs.ui lib/goffice/%%VERSION%%/plugins/plot_barcol/plot-types.xml lib/goffice/%%VERSION%%/plugins/plot_barcol/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_distrib/distrib.a lib/goffice/%%VERSION%%/plugins/plot_distrib/distrib.la lib/goffice/%%VERSION%%/plugins/plot_distrib/distrib.so lib/goffice/%%VERSION%%/plugins/plot_distrib/gog-boxplot-prefs.ui @@ -182,7 +180,6 @@ lib/goffice/%%VERSION%%/plugins/plot_dis lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-prefs.ui lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-series.ui lib/goffice/%%VERSION%%/plugins/plot_pie/gog-ring-prefs.ui -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.a lib/goffice/%%VERSION%%/plugins/plot_pie/pie.la lib/goffice/%%VERSION%%/plugins/plot_pie/pie.so lib/goffice/%%VERSION%%/plugins/plot_pie/plot-types.xml @@ -191,14 +188,12 @@ lib/goffice/%%VERSION%%/plugins/plot_rad lib/goffice/%%VERSION%%/plugins/plot_radar/gog-polar-prefs.ui lib/goffice/%%VERSION%%/plugins/plot_radar/plot-types.xml lib/goffice/%%VERSION%%/plugins/plot_radar/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.a lib/goffice/%%VERSION%%/plugins/plot_radar/radar.la lib/goffice/%%VERSION%%/plugins/plot_radar/radar.so lib/goffice/%%VERSION%%/plugins/plot_surface/gog-xyz-prefs.ui lib/goffice/%%VERSION%%/plugins/plot_surface/gog-xyz-surface-prefs.ui lib/goffice/%%VERSION%%/plugins/plot_surface/plot-types.xml lib/goffice/%%VERSION%%/plugins/plot_surface/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.a lib/goffice/%%VERSION%%/plugins/plot_surface/surface.la lib/goffice/%%VERSION%%/plugins/plot_surface/surface.so lib/goffice/%%VERSION%%/plugins/plot_xy/gog-bubble-prefs.ui @@ -208,15 +203,12 @@ lib/goffice/%%VERSION%%/plugins/plot_xy/ lib/goffice/%%VERSION%%/plugins/plot_xy/gog-xy-series-prefs.ui lib/goffice/%%VERSION%%/plugins/plot_xy/plot-types.xml lib/goffice/%%VERSION%%/plugins/plot_xy/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.a lib/goffice/%%VERSION%%/plugins/plot_xy/xy.la lib/goffice/%%VERSION%%/plugins/plot_xy/xy.so -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.a lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.la lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.so lib/goffice/%%VERSION%%/plugins/reg_linear/plugin.xml lib/goffice/%%VERSION%%/plugins/reg_linear/reg-types.xml -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.a lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.la lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.so lib/goffice/%%VERSION%%/plugins/reg_logfit/plugin.xml @@ -224,11 +216,9 @@ lib/goffice/%%VERSION%%/plugins/reg_logf lib/goffice/%%VERSION%%/plugins/smoothing/gog-exp-smooth.ui lib/goffice/%%VERSION%%/plugins/smoothing/gog-moving-avg.ui lib/goffice/%%VERSION%%/plugins/smoothing/plugin.xml -lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.a lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.la lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.so lib/goffice/%%VERSION%%/plugins/smoothing/types.xml -lib/libgoffice-%%SHORT_VER%%.a lib/libgoffice-%%SHORT_VER%%.la lib/libgoffice-%%SHORT_VER%%.so lib/libgoffice-%%SHORT_VER%%.so.8 Modified: head/devel/goffice010/Makefile ============================================================================== --- head/devel/goffice010/Makefile Wed Nov 27 17:12:03 2013 (r335037) +++ head/devel/goffice010/Makefile Wed Nov 27 17:12:44 2013 (r335038) @@ -4,8 +4,10 @@ PORTNAME= goffice PORTVERSION= 0.10.7 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= GNOME +PKGNAMESUFFIX= 010 MAINTAINER= gnome@FreeBSD.org COMMENT= GLib/GTK+ set of document centric objects and utilities @@ -13,11 +15,10 @@ COMMENT= GLib/GTK+ set of document centr LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LATEST_LINK= goffice010 USE_XZ= yes USE_GNOME= gnomeprefix gtk30 intlhack libgsf librsvg2 ltverhack USES= gettext gmake pathfix pkgconfig -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -26,8 +27,9 @@ CONFIGURE_ARGS= --with-lasem=no --with-c PLIST_SUB= VERSION=${PORTVERSION} SHORT_VER=${SHORT_VER} SHORT_VER= 0.10 -NO_STAGE= yes post-install: - @${MKDIR} ${PREFIX}/lib/goffice/${SHORT_VER}/plugins + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/goffice/${SHORT_VER}/plugins + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgoffice-0.10.so.10 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/goffice/*/plugins/*/*.so .include Modified: head/devel/goffice010/pkg-plist ============================================================================== --- head/devel/goffice010/pkg-plist Wed Nov 27 17:12:03 2013 (r335037) +++ head/devel/goffice010/pkg-plist Wed Nov 27 17:12:44 2013 (r335038) @@ -161,52 +161,42 @@ include/libgoffice-%%SHORT_VER%%/goffice include/libgoffice-%%SHORT_VER%%/goffice/utils/go-units.h include/libgoffice-%%SHORT_VER%%/goffice/utils/goffice-utils.h include/libgoffice-%%SHORT_VER%%/goffice/utils/regutf8.h -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.a lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.la lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.so lib/goffice/%%VERSION%%/plugins/plot_barcol/plot-types.xml lib/goffice/%%VERSION%%/plugins/plot_barcol/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_distrib/distrib.a lib/goffice/%%VERSION%%/plugins/plot_distrib/distrib.la lib/goffice/%%VERSION%%/plugins/plot_distrib/distrib.so lib/goffice/%%VERSION%%/plugins/plot_distrib/plot-types.xml lib/goffice/%%VERSION%%/plugins/plot_distrib/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.a lib/goffice/%%VERSION%%/plugins/plot_pie/pie.la lib/goffice/%%VERSION%%/plugins/plot_pie/pie.so lib/goffice/%%VERSION%%/plugins/plot_pie/plot-types.xml lib/goffice/%%VERSION%%/plugins/plot_pie/plugin.xml lib/goffice/%%VERSION%%/plugins/plot_radar/plot-types.xml lib/goffice/%%VERSION%%/plugins/plot_radar/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.a lib/goffice/%%VERSION%%/plugins/plot_radar/radar.la lib/goffice/%%VERSION%%/plugins/plot_radar/radar.so lib/goffice/%%VERSION%%/plugins/plot_surface/plot-types.xml lib/goffice/%%VERSION%%/plugins/plot_surface/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.a lib/goffice/%%VERSION%%/plugins/plot_surface/surface.la lib/goffice/%%VERSION%%/plugins/plot_surface/surface.so lib/goffice/%%VERSION%%/plugins/plot_xy/plot-types.xml lib/goffice/%%VERSION%%/plugins/plot_xy/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.a lib/goffice/%%VERSION%%/plugins/plot_xy/xy.la lib/goffice/%%VERSION%%/plugins/plot_xy/xy.so -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.a lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.la lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.so lib/goffice/%%VERSION%%/plugins/reg_linear/plugin.xml lib/goffice/%%VERSION%%/plugins/reg_linear/reg-types.xml -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.a lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.la lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.so lib/goffice/%%VERSION%%/plugins/reg_logfit/plugin.xml lib/goffice/%%VERSION%%/plugins/reg_logfit/reg-types.xml lib/goffice/%%VERSION%%/plugins/smoothing/plugin.xml -lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.a lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.la lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.so lib/goffice/%%VERSION%%/plugins/smoothing/types.xml -lib/libgoffice-%%SHORT_VER%%.a lib/libgoffice-%%SHORT_VER%%.la lib/libgoffice-%%SHORT_VER%%.so lib/libgoffice-%%SHORT_VER%%.so.10 From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 17:14:28 2013 Return-Path: Delivered-To: svn-ports-head@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 9AE30131; Wed, 27 Nov 2013 17:14:28 +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 6B7352C36; Wed, 27 Nov 2013 17:14:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARHES3I055664; Wed, 27 Nov 2013 17:14:28 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARHESMp055663; Wed, 27 Nov 2013 17:14:28 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201311271714.rARHESMp055663@svn.freebsd.org> From: Koop Mast Date: Wed, 27 Nov 2013 17:14:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335039 - head/devel/seed3 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.16 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, 27 Nov 2013 17:14:28 -0000 Author: kwm Date: Wed Nov 27 17:14:27 2013 New Revision: 335039 URL: http://svnweb.freebsd.org/changeset/ports/335039 Log: Resolve pkgname conflict. Modified: head/devel/seed3/Makefile Modified: head/devel/seed3/Makefile ============================================================================== --- head/devel/seed3/Makefile Wed Nov 27 17:12:44 2013 (r335038) +++ head/devel/seed3/Makefile Wed Nov 27 17:14:27 2013 (r335039) @@ -6,6 +6,7 @@ PORTNAME= seed PORTVERSION= 3.2.0 CATEGORIES= devel gnome MASTER_SITES= GNOME +PKGNAMESUFFIX= 3 DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 17:20:11 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 ESMTPS id C79A935B; Wed, 27 Nov 2013 17:20:11 +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 B73B82C63; Wed, 27 Nov 2013 17:20:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARHKB9t056456; Wed, 27 Nov 2013 17:20:11 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARHKBBo056454; Wed, 27 Nov 2013 17:20:11 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311271720.rARHKBBo056454@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 17:20:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335040 - head/ftp/p5-File-Fetch 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.16 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, 27 Nov 2013 17:20:11 -0000 Author: sunpoet Date: Wed Nov 27 17:20:11 2013 New Revision: 335040 URL: http://svnweb.freebsd.org/changeset/ports/335040 Log: - Update to 0.46 Changes: http://search.cpan.org/dist/File-Fetch/CHANGES Modified: head/ftp/p5-File-Fetch/Makefile head/ftp/p5-File-Fetch/distinfo Modified: head/ftp/p5-File-Fetch/Makefile ============================================================================== --- head/ftp/p5-File-Fetch/Makefile Wed Nov 27 17:14:27 2013 (r335039) +++ head/ftp/p5-File-Fetch/Makefile Wed Nov 27 17:20:11 2013 (r335040) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= File-Fetch -PORTVERSION= 0.44 +PORTVERSION= 0.46 CATEGORIES= ftp www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/ftp/p5-File-Fetch/distinfo ============================================================================== --- head/ftp/p5-File-Fetch/distinfo Wed Nov 27 17:14:27 2013 (r335039) +++ head/ftp/p5-File-Fetch/distinfo Wed Nov 27 17:20:11 2013 (r335040) @@ -1,2 +1,2 @@ -SHA256 (File-Fetch-0.44.tar.gz) = 1c9adce4c889ef3fe7e6b9424ae00221f3249026f7ea21c07096a58d40215238 -SIZE (File-Fetch-0.44.tar.gz) = 20337 +SHA256 (File-Fetch-0.46.tar.gz) = 96ff3da3814fdd6a0f1ed8e3aa90fcb2178d463f7157370d79e8dd33dc390add +SIZE (File-Fetch-0.46.tar.gz) = 20356 From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 18:26:49 2013 Return-Path: Delivered-To: svn-ports-head@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 B0E222E3; Wed, 27 Nov 2013 18:26:49 +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 91CE62FC4; Wed, 27 Nov 2013 18:26:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARIQnZZ079832; Wed, 27 Nov 2013 18:26:49 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARIQmXJ079828; Wed, 27 Nov 2013 18:26:48 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311271826.rARIQmXJ079828@svn.freebsd.org> From: Baptiste Daroussin Date: Wed, 27 Nov 2013 18:26:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335041 - in head/ports-mgmt: pkg pkg-devel pkg-devel/files pkg/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.16 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, 27 Nov 2013 18:26:49 -0000 Author: bapt Date: Wed Nov 27 18:26:48 2013 New Revision: 335041 URL: http://svnweb.freebsd.org/changeset/ports/335041 Log: Release pkg 1.2.1 Changes: - Fix pkg rquery always printing index like lines - Fix pkg -vv suggestion so it print something actually usable - Fix shlib's -P and -R options were swapped round. - Replace broken pkg_repos_count() by pkg_repos_total_count() and pkg_repos_activated_count() - Fix parsing of options (in manifest) - pkg add http:// now fetch to a temporary location and cleanup after itself - Fix generation of the manifest digest - Properly calculate how many packages where removed - Fix support for dependencies with the same name (grrrr Fix you port if they have package name collision !!!!) - Fix pkg info -R in case multiple dependencies has the same name Deleted: head/ports-mgmt/pkg-devel/files/ head/ports-mgmt/pkg/files/ Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg-devel/distinfo head/ports-mgmt/pkg/Makefile head/ports-mgmt/pkg/distinfo Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Wed Nov 27 17:20:11 2013 (r335040) +++ head/ports-mgmt/pkg-devel/Makefile Wed Nov 27 18:26:48 2013 (r335041) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.2 -PORTREVISION= 1 +DISTVERSION= 1.2.1 CATEGORIES= ports-mgmt MASTER_SITES= http://files.etoilebsd.net/pkg/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Modified: head/ports-mgmt/pkg-devel/distinfo ============================================================================== --- head/ports-mgmt/pkg-devel/distinfo Wed Nov 27 17:20:11 2013 (r335040) +++ head/ports-mgmt/pkg-devel/distinfo Wed Nov 27 18:26:48 2013 (r335041) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.2.tar.xz) = 1e353780a9f78ab4b962108c8fa245406823467eb81e762cb682c6fb72c60a38 -SIZE (pkg-1.2.tar.xz) = 1802740 +SHA256 (pkg-1.2.1.tar.xz) = 829100ff78ea930d1cb9e5af7907a17fa1e1063ab6b25b8aea7e1d04280c93ab +SIZE (pkg-1.2.1.tar.xz) = 1802908 Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Wed Nov 27 17:20:11 2013 (r335040) +++ head/ports-mgmt/pkg/Makefile Wed Nov 27 18:26:48 2013 (r335041) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= pkg -DISTVERSION= 1.2 -PORTREVISION= 1 +DISTVERSION= 1.2.1 CATEGORIES= ports-mgmt MASTER_SITES= http://files.etoilebsd.net/pkg/ \ http://mirror.shatow.net/freebsd/${PORTNAME}/ \ Modified: head/ports-mgmt/pkg/distinfo ============================================================================== --- head/ports-mgmt/pkg/distinfo Wed Nov 27 17:20:11 2013 (r335040) +++ head/ports-mgmt/pkg/distinfo Wed Nov 27 18:26:48 2013 (r335041) @@ -1,2 +1,2 @@ -SHA256 (pkg-1.2.tar.xz) = 1e353780a9f78ab4b962108c8fa245406823467eb81e762cb682c6fb72c60a38 -SIZE (pkg-1.2.tar.xz) = 1802740 +SHA256 (pkg-1.2.1.tar.xz) = 829100ff78ea930d1cb9e5af7907a17fa1e1063ab6b25b8aea7e1d04280c93ab +SIZE (pkg-1.2.1.tar.xz) = 1802908 From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 18:33:24 2013 Return-Path: Delivered-To: svn-ports-head@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 CAC224B6; Wed, 27 Nov 2013 18:33:24 +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 BA9BA2045; Wed, 27 Nov 2013 18:33:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARIXOdd082762; Wed, 27 Nov 2013 18:33:24 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARIXODA082761; Wed, 27 Nov 2013 18:33:24 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201311271833.rARIXODA082761@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 27 Nov 2013 18:33:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335042 - head/graphics/gphoto2 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.16 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, 27 Nov 2013 18:33:24 -0000 Author: amdmi3 Date: Wed Nov 27 18:33:24 2013 New Revision: 335042 URL: http://svnweb.freebsd.org/changeset/ports/335042 Log: - Fix build on 10.x Modified: head/graphics/gphoto2/Makefile Modified: head/graphics/gphoto2/Makefile ============================================================================== --- head/graphics/gphoto2/Makefile Wed Nov 27 18:26:48 2013 (r335041) +++ head/graphics/gphoto2/Makefile Wed Nov 27 18:33:24 2013 (r335042) @@ -18,6 +18,8 @@ USES= gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-cdk +CONFIGURE_ENV= POPT_CFLAGS="-I${LOCALBASE}/include" \ + POPT_LIBS="-L${LOCALBASE}/lib -lpopt" OPTIONS_DEFINE= AALIB DOCS NLS OPTIONS_DEFAULT= AALIB From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 18:48:50 2013 Return-Path: Delivered-To: svn-ports-head@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 7944A8E5; Wed, 27 Nov 2013 18:48:50 +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 66E602101; Wed, 27 Nov 2013 18:48:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARImo2g086834; Wed, 27 Nov 2013 18:48:50 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARImmUV086821; Wed, 27 Nov 2013 18:48:48 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311271848.rARImmUV086821@svn.freebsd.org> From: William Grzybowski Date: Wed, 27 Nov 2013 18:48:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335043 - in head: . Mk devel devel/py-setuptools devel/py-setuptools/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.16 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, 27 Nov 2013 18:48:50 -0000 Author: wg Date: Wed Nov 27 18:48:48 2013 New Revision: 335043 URL: http://svnweb.freebsd.org/changeset/ports/335043 Log: devel/py-setuptools: Python packages installer The fork Distribute was merged back into setuptools. http://pythonhosted.org/setuptools/merge.html PR: ports/183726 Exp-run by: bdrewery Added: head/devel/py-setuptools/ head/devel/py-setuptools/Makefile (contents, props changed) head/devel/py-setuptools/distinfo (contents, props changed) head/devel/py-setuptools/files/ head/devel/py-setuptools/files/easy-install.pth.dist (contents, props changed) head/devel/py-setuptools/files/pkg-message.in (contents, props changed) head/devel/py-setuptools/pkg-descr (contents, props changed) head/devel/py-setuptools/pkg-plist (contents, props changed) Modified: head/MOVED head/Mk/bsd.python.mk head/UPDATING head/devel/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Wed Nov 27 18:33:24 2013 (r335042) +++ head/MOVED Wed Nov 27 18:48:48 2013 (r335043) @@ -5267,3 +5267,4 @@ www/trac-gitplugin||2013-11-25|Removed: audio/mpc|audio/musicpc|2013-11-19|Renamed to avoid conflict with math/mpc deskutils/q4wine|emulators/q4wine|2013-11-26|Move to better category devel/p5-MooseX-ChainedAccessors||2013-11-27|Has expired: Marked as depreciated upstream +devel/py-distribute|devel/py-setuptools|2013-11-27|Replaced with setuptools Modified: head/Mk/bsd.python.mk ============================================================================== --- head/Mk/bsd.python.mk Wed Nov 27 18:33:24 2013 (r335042) +++ head/Mk/bsd.python.mk Wed Nov 27 18:48:48 2013 (r335043) @@ -435,8 +435,8 @@ PYTHONPREFIX_SITELIBDIR= ${PYTHON_SITELI # setuptools support .if defined(USE_PYDISTUTILS) && ${USE_PYDISTUTILS} == "easy_install" -BUILD_DEPENDS+= ${PYEASYINSTALL_CMD}:${PORTSDIR}/devel/py-distribute -RUN_DEPENDS+= ${PYEASYINSTALL_CMD}:${PORTSDIR}/devel/py-distribute +BUILD_DEPENDS+= ${PYEASYINSTALL_CMD}:${PORTSDIR}/devel/py-setuptools +RUN_DEPENDS+= ${PYEASYINSTALL_CMD}:${PORTSDIR}/devel/py-setuptools PYDISTUTILS_BUILD_TARGET?= bdist_egg PYDISTUTILS_INSTALL_TARGET?= easy_install Modified: head/UPDATING ============================================================================== --- head/UPDATING Wed Nov 27 18:33:24 2013 (r335042) +++ head/UPDATING Wed Nov 27 18:48:48 2013 (r335043) @@ -5,6 +5,21 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20131127: + AFFECTS: users of devel/py-distribute (i.e you) + AUTHOR: wg@FreeBSD.org + + devel/py-distribute was replaced with devel/py-setuptools. Please do + the following according to package manager used. py-distribute port + will be removed shortly. + + # portmaster -o devel/py-setuptools devel/py-distribute + or + # portupgrade -fo devel/py-setuptools devel/py-distribute + or + # pkg set -o devel/py-distribute:devel/py-setuptools + # pkg install -f devel/py-setuptools + 20131125: AFFECTS: users of www/mod_wsgi AUTHOR: ohauer@FreeBSD.org Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Nov 27 18:33:24 2013 (r335042) +++ head/devel/Makefile Wed Nov 27 18:48:48 2013 (r335043) @@ -3754,6 +3754,7 @@ SUBDIR += py-sdl2 SUBDIR += py-serpent SUBDIR += py-setproctitle + SUBDIR += py-setuptools SUBDIR += py-setuptools-git SUBDIR += py-setuptools_darcs SUBDIR += py-setuptools_hg Added: head/devel/py-setuptools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-setuptools/Makefile Wed Nov 27 18:48:48 2013 (r335043) @@ -0,0 +1,41 @@ +# $FreeBSD$ + +PORTNAME= setuptools +PORTVERSION= 1.1.7 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= python + +MAINTAINER= python@FreeBSD.org +COMMENT= Python packages installer + +LICENSE= PSFL + +CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}distribute-[0-9]* + +PLIST_SUB= PYVER=${PYTHON_VER} VERSION=${PORTVERSION} \ + EASYINSTALL_PTH=${PYTHON_SITELIBDIR}/easy-install.pth + +PYDISTUTILS_NOEGGINFO= yes +USE_PYTHON= yes +USE_PYDISTUTILS=yes + +SUB_LIST= IF_DEFAULT=${IF_DEFAULT} + +.include + +.if ${PYTHON_VERSION} == ${PYTHON_DEFAULT_VERSION} && !exists(${LOCALBASE}/bin/easy_install) +PLIST_SUB+= IF_DEFAULT="" +.else +PLIST_SUB+= IF_DEFAULT="@comment " +SUB_FILES+= pkg-message +.endif + +post-install: + ${INSTALL_DATA} ${FILESDIR}/easy-install.pth.dist ${STAGEDIR}${PYTHON_SITELIBDIR}/ + +regression-test: build + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test + +.include Added: head/devel/py-setuptools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-setuptools/distinfo Wed Nov 27 18:48:48 2013 (r335043) @@ -0,0 +1,2 @@ +SHA256 (python/setuptools-1.1.7.tar.gz) = b35e3d7c79cfdb5b38cfc71f4b0deab4350c1176fc4bb05bfa8945504ecfb028 +SIZE (python/setuptools-1.1.7.tar.gz) = 682308 Added: head/devel/py-setuptools/files/easy-install.pth.dist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-setuptools/files/easy-install.pth.dist Wed Nov 27 18:48:48 2013 (r335043) @@ -0,0 +1,2 @@ +import sys; sys.__plen = len(sys.path) +import sys; new=sys.path[sys.__plen:]; del sys.path[sys.__plen:]; p=getattr(sys,'__egginsert',0); sys.path[p:p]=new; sys.__egginsert = p+len(new) Added: head/devel/py-setuptools/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-setuptools/files/pkg-message.in Wed Nov 27 18:48:48 2013 (r335043) @@ -0,0 +1,7 @@ +********************************************************************* + + The script %%PREFIX%%/bin/easy_install was already installed + on your system, so the only script %%PREFIX%%/bin/easy_install-%%PYVER%% + has been added. + +********************************************************************* Added: head/devel/py-setuptools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-setuptools/pkg-descr Wed Nov 27 18:48:48 2013 (r335043) @@ -0,0 +1,10 @@ +Setuptools is a fully-featured, actively-maintained, and stable library +designed to facilitate packaging Python projects, where packaging includes: + - Python package and module definitions + - Distribution package metadata + - Test hooks + - Project installation + - Platform-specific details + - Python 3 support + +WWW: https://pypi.python.org/pypi/setuptools Added: head/devel/py-setuptools/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-setuptools/pkg-plist Wed Nov 27 18:48:48 2013 (r335043) @@ -0,0 +1,216 @@ +%%IF_DEFAULT%%bin/easy_install +bin/easy_install-%%PYVER%% +@unexec if cmp -s %%EASYINSTALL_PTH%% %%EASYINSTALL_PTH%%.dist; then rm -f %%EASYINSTALL_PTH%%; fi +%%PYTHON_SITELIBDIR%%/easy-install.pth.dist +@exec if [ ! -f "%%EASYINSTALL_PTH%%" ]; then cp -p %%EASYINSTALL_PTH%%.dist %%EASYINSTALL_PTH%%; fi +%%PYTHON_SITELIBDIR%%/_markerlib/__init__.py +%%PYTHON_SITELIBDIR%%/_markerlib/__init__.pyc +%%PYTHON_SITELIBDIR%%/_markerlib/__init__.pyo +%%PYTHON_SITELIBDIR%%/_markerlib/markers.py +%%PYTHON_SITELIBDIR%%/_markerlib/markers.pyc +%%PYTHON_SITELIBDIR%%/_markerlib/markers.pyo +%%PYTHON_SITELIBDIR%%/easy_install.py +%%PYTHON_SITELIBDIR%%/easy_install.pyc +%%PYTHON_SITELIBDIR%%/easy_install.pyo +%%PYTHON_SITELIBDIR%%/pkg_resources.py +%%PYTHON_SITELIBDIR%%/pkg_resources.pyc +%%PYTHON_SITELIBDIR%%/pkg_resources.pyo +%%PYTHON_SITELIBDIR%%/setuptools-%%VERSION%%-py%%PYVER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/setuptools-%%VERSION%%-py%%PYVER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/setuptools-%%VERSION%%-py%%PYVER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/setuptools-%%VERSION%%-py%%PYVER%%.egg-info/entry_points.txt +%%PYTHON_SITELIBDIR%%/setuptools-%%VERSION%%-py%%PYVER%%.egg-info/entry_points.txt.orig +%%PYTHON_SITELIBDIR%%/setuptools-%%VERSION%%-py%%PYVER%%.egg-info/requires.txt +%%PYTHON_SITELIBDIR%%/setuptools-%%VERSION%%-py%%PYVER%%.egg-info/top_level.txt +%%PYTHON_SITELIBDIR%%/setuptools-%%VERSION%%-py%%PYVER%%.egg-info/zip-safe +%%PYTHON_SITELIBDIR%%/setuptools/__init__.py +%%PYTHON_SITELIBDIR%%/setuptools/__init__.pyc +%%PYTHON_SITELIBDIR%%/setuptools/__init__.pyo +%%PYTHON_SITELIBDIR%%/setuptools/_backport/__init__.py +%%PYTHON_SITELIBDIR%%/setuptools/_backport/__init__.pyc +%%PYTHON_SITELIBDIR%%/setuptools/_backport/__init__.pyo +%%PYTHON_SITELIBDIR%%/setuptools/_backport/hashlib/__init__.py +%%PYTHON_SITELIBDIR%%/setuptools/_backport/hashlib/__init__.pyc +%%PYTHON_SITELIBDIR%%/setuptools/_backport/hashlib/__init__.pyo +%%PYTHON_SITELIBDIR%%/setuptools/_backport/hashlib/_sha.py +%%PYTHON_SITELIBDIR%%/setuptools/_backport/hashlib/_sha.pyc +%%PYTHON_SITELIBDIR%%/setuptools/_backport/hashlib/_sha.pyo +%%PYTHON_SITELIBDIR%%/setuptools/_backport/hashlib/_sha256.py +%%PYTHON_SITELIBDIR%%/setuptools/_backport/hashlib/_sha256.pyc +%%PYTHON_SITELIBDIR%%/setuptools/_backport/hashlib/_sha256.pyo +%%PYTHON_SITELIBDIR%%/setuptools/_backport/hashlib/_sha512.py +%%PYTHON_SITELIBDIR%%/setuptools/_backport/hashlib/_sha512.pyc +%%PYTHON_SITELIBDIR%%/setuptools/_backport/hashlib/_sha512.pyo +%%PYTHON_SITELIBDIR%%/setuptools/archive_util.py +%%PYTHON_SITELIBDIR%%/setuptools/archive_util.pyc +%%PYTHON_SITELIBDIR%%/setuptools/archive_util.pyo +%%PYTHON_SITELIBDIR%%/setuptools/command/__init__.py +%%PYTHON_SITELIBDIR%%/setuptools/command/__init__.pyc +%%PYTHON_SITELIBDIR%%/setuptools/command/__init__.pyo +%%PYTHON_SITELIBDIR%%/setuptools/command/alias.py +%%PYTHON_SITELIBDIR%%/setuptools/command/alias.pyc +%%PYTHON_SITELIBDIR%%/setuptools/command/alias.pyo +%%PYTHON_SITELIBDIR%%/setuptools/command/bdist_egg.py +%%PYTHON_SITELIBDIR%%/setuptools/command/bdist_egg.pyc +%%PYTHON_SITELIBDIR%%/setuptools/command/bdist_egg.pyo +%%PYTHON_SITELIBDIR%%/setuptools/command/bdist_rpm.py +%%PYTHON_SITELIBDIR%%/setuptools/command/bdist_rpm.pyc +%%PYTHON_SITELIBDIR%%/setuptools/command/bdist_rpm.pyo +%%PYTHON_SITELIBDIR%%/setuptools/command/bdist_wininst.py +%%PYTHON_SITELIBDIR%%/setuptools/command/bdist_wininst.pyc +%%PYTHON_SITELIBDIR%%/setuptools/command/bdist_wininst.pyo +%%PYTHON_SITELIBDIR%%/setuptools/command/build_ext.py +%%PYTHON_SITELIBDIR%%/setuptools/command/build_ext.pyc +%%PYTHON_SITELIBDIR%%/setuptools/command/build_ext.pyo +%%PYTHON_SITELIBDIR%%/setuptools/command/build_py.py +%%PYTHON_SITELIBDIR%%/setuptools/command/build_py.pyc +%%PYTHON_SITELIBDIR%%/setuptools/command/build_py.pyo +%%PYTHON_SITELIBDIR%%/setuptools/command/develop.py +%%PYTHON_SITELIBDIR%%/setuptools/command/develop.pyc +%%PYTHON_SITELIBDIR%%/setuptools/command/develop.pyo +%%PYTHON_SITELIBDIR%%/setuptools/command/easy_install.py +%%PYTHON_SITELIBDIR%%/setuptools/command/easy_install.pyc +%%PYTHON_SITELIBDIR%%/setuptools/command/easy_install.pyo +%%PYTHON_SITELIBDIR%%/setuptools/command/egg_info.py +%%PYTHON_SITELIBDIR%%/setuptools/command/egg_info.pyc +%%PYTHON_SITELIBDIR%%/setuptools/command/egg_info.pyo +%%PYTHON_SITELIBDIR%%/setuptools/command/install.py +%%PYTHON_SITELIBDIR%%/setuptools/command/install.pyc +%%PYTHON_SITELIBDIR%%/setuptools/command/install.pyo +%%PYTHON_SITELIBDIR%%/setuptools/command/install_egg_info.py +%%PYTHON_SITELIBDIR%%/setuptools/command/install_egg_info.pyc +%%PYTHON_SITELIBDIR%%/setuptools/command/install_egg_info.pyo +%%PYTHON_SITELIBDIR%%/setuptools/command/install_lib.py +%%PYTHON_SITELIBDIR%%/setuptools/command/install_lib.pyc +%%PYTHON_SITELIBDIR%%/setuptools/command/install_lib.pyo +%%PYTHON_SITELIBDIR%%/setuptools/command/install_scripts.py +%%PYTHON_SITELIBDIR%%/setuptools/command/install_scripts.pyc +%%PYTHON_SITELIBDIR%%/setuptools/command/install_scripts.pyo +%%PYTHON_SITELIBDIR%%/setuptools/command/register.py +%%PYTHON_SITELIBDIR%%/setuptools/command/register.pyc +%%PYTHON_SITELIBDIR%%/setuptools/command/register.pyo +%%PYTHON_SITELIBDIR%%/setuptools/command/rotate.py +%%PYTHON_SITELIBDIR%%/setuptools/command/rotate.pyc +%%PYTHON_SITELIBDIR%%/setuptools/command/rotate.pyo +%%PYTHON_SITELIBDIR%%/setuptools/command/saveopts.py +%%PYTHON_SITELIBDIR%%/setuptools/command/saveopts.pyc +%%PYTHON_SITELIBDIR%%/setuptools/command/saveopts.pyo +%%PYTHON_SITELIBDIR%%/setuptools/command/sdist.py +%%PYTHON_SITELIBDIR%%/setuptools/command/sdist.pyc +%%PYTHON_SITELIBDIR%%/setuptools/command/sdist.pyo +%%PYTHON_SITELIBDIR%%/setuptools/command/setopt.py +%%PYTHON_SITELIBDIR%%/setuptools/command/setopt.pyc +%%PYTHON_SITELIBDIR%%/setuptools/command/setopt.pyo +%%PYTHON_SITELIBDIR%%/setuptools/command/test.py +%%PYTHON_SITELIBDIR%%/setuptools/command/test.pyc +%%PYTHON_SITELIBDIR%%/setuptools/command/test.pyo +%%PYTHON_SITELIBDIR%%/setuptools/command/upload.py +%%PYTHON_SITELIBDIR%%/setuptools/command/upload.pyc +%%PYTHON_SITELIBDIR%%/setuptools/command/upload.pyo +%%PYTHON_SITELIBDIR%%/setuptools/command/upload_docs.py +%%PYTHON_SITELIBDIR%%/setuptools/command/upload_docs.pyc +%%PYTHON_SITELIBDIR%%/setuptools/command/upload_docs.pyo +%%PYTHON_SITELIBDIR%%/setuptools/compat.py +%%PYTHON_SITELIBDIR%%/setuptools/compat.pyc +%%PYTHON_SITELIBDIR%%/setuptools/compat.pyo +%%PYTHON_SITELIBDIR%%/setuptools/depends.py +%%PYTHON_SITELIBDIR%%/setuptools/depends.pyc +%%PYTHON_SITELIBDIR%%/setuptools/depends.pyo +%%PYTHON_SITELIBDIR%%/setuptools/dist.py +%%PYTHON_SITELIBDIR%%/setuptools/dist.pyc +%%PYTHON_SITELIBDIR%%/setuptools/dist.pyo +%%PYTHON_SITELIBDIR%%/setuptools/extension.py +%%PYTHON_SITELIBDIR%%/setuptools/extension.pyc +%%PYTHON_SITELIBDIR%%/setuptools/extension.pyo +%%PYTHON_SITELIBDIR%%/setuptools/package_index.py +%%PYTHON_SITELIBDIR%%/setuptools/package_index.pyc +%%PYTHON_SITELIBDIR%%/setuptools/package_index.pyo +%%PYTHON_SITELIBDIR%%/setuptools/py24compat.py +%%PYTHON_SITELIBDIR%%/setuptools/py24compat.pyc +%%PYTHON_SITELIBDIR%%/setuptools/py24compat.pyo +%%PYTHON_SITELIBDIR%%/setuptools/py26compat.py +%%PYTHON_SITELIBDIR%%/setuptools/py26compat.pyc +%%PYTHON_SITELIBDIR%%/setuptools/py26compat.pyo +%%PYTHON_SITELIBDIR%%/setuptools/py27compat.py +%%PYTHON_SITELIBDIR%%/setuptools/py27compat.pyc +%%PYTHON_SITELIBDIR%%/setuptools/py27compat.pyo +%%PYTHON_SITELIBDIR%%/setuptools/sandbox.py +%%PYTHON_SITELIBDIR%%/setuptools/sandbox.pyc +%%PYTHON_SITELIBDIR%%/setuptools/sandbox.pyo +%%PYTHON_SITELIBDIR%%/setuptools/script template (dev).py +%%PYTHON_SITELIBDIR%%/setuptools/script template (dev).pyc +%%PYTHON_SITELIBDIR%%/setuptools/script template (dev).pyo +%%PYTHON_SITELIBDIR%%/setuptools/script template.py +%%PYTHON_SITELIBDIR%%/setuptools/script template.pyc +%%PYTHON_SITELIBDIR%%/setuptools/script template.pyo +%%PYTHON_SITELIBDIR%%/setuptools/site-patch.py +%%PYTHON_SITELIBDIR%%/setuptools/site-patch.pyc +%%PYTHON_SITELIBDIR%%/setuptools/site-patch.pyo +%%PYTHON_SITELIBDIR%%/setuptools/ssl_support.py +%%PYTHON_SITELIBDIR%%/setuptools/ssl_support.pyc +%%PYTHON_SITELIBDIR%%/setuptools/ssl_support.pyo +%%PYTHON_SITELIBDIR%%/setuptools/tests/__init__.py +%%PYTHON_SITELIBDIR%%/setuptools/tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/setuptools/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/setuptools/tests/doctest.py +%%PYTHON_SITELIBDIR%%/setuptools/tests/doctest.pyc +%%PYTHON_SITELIBDIR%%/setuptools/tests/doctest.pyo +%%PYTHON_SITELIBDIR%%/setuptools/tests/py26compat.py +%%PYTHON_SITELIBDIR%%/setuptools/tests/py26compat.pyc +%%PYTHON_SITELIBDIR%%/setuptools/tests/py26compat.pyo +%%PYTHON_SITELIBDIR%%/setuptools/tests/script-with-bom.py +%%PYTHON_SITELIBDIR%%/setuptools/tests/script-with-bom.pyc +%%PYTHON_SITELIBDIR%%/setuptools/tests/script-with-bom.pyo +%%PYTHON_SITELIBDIR%%/setuptools/tests/server.py +%%PYTHON_SITELIBDIR%%/setuptools/tests/server.pyc +%%PYTHON_SITELIBDIR%%/setuptools/tests/server.pyo +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_bdist_egg.py +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_bdist_egg.pyc +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_bdist_egg.pyo +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_build_ext.py +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_build_ext.pyc +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_build_ext.pyo +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_develop.py +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_develop.pyc +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_develop.pyo +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_dist_info.py +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_dist_info.pyc +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_dist_info.pyo +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_easy_install.py +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_easy_install.pyc +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_easy_install.pyo +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_egg_info.py +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_egg_info.pyc +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_egg_info.pyo +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_markerlib.py +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_markerlib.pyc +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_markerlib.pyo +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_packageindex.py +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_packageindex.pyc +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_packageindex.pyo +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_resources.py +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_resources.pyc +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_resources.pyo +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_sandbox.py +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_sandbox.pyc +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_sandbox.pyo +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_sdist.py +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_sdist.pyc +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_sdist.pyo +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_test.py +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_test.pyc +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_test.pyo +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_upload_docs.py +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_upload_docs.pyc +%%PYTHON_SITELIBDIR%%/setuptools/tests/test_upload_docs.pyo +%%PYTHON_SITELIBDIR%%/setuptools/version.py +%%PYTHON_SITELIBDIR%%/setuptools/version.pyc +%%PYTHON_SITELIBDIR%%/setuptools/version.pyo +@dirrmtry %%PYTHON_SITELIBDIR%%/setuptools/tests +@dirrmtry %%PYTHON_SITELIBDIR%%/setuptools/command +@dirrmtry %%PYTHON_SITELIBDIR%%/setuptools/_backport/hashlib +@dirrmtry %%PYTHON_SITELIBDIR%%/setuptools/_backport +@dirrmtry %%PYTHON_SITELIBDIR%%/setuptools-%%VERSION%%-py%%PYVER%%.egg-info +@dirrmtry %%PYTHON_SITELIBDIR%%/setuptools +@dirrmtry %%PYTHON_SITELIBDIR%%/_markerlib +@dirrmtry %%PYTHON_SITELIBDIR%% From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 18:57:09 2013 Return-Path: Delivered-To: svn-ports-head@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 22EA1CD8; Wed, 27 Nov 2013 18:57:09 +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 0E5A6218A; Wed, 27 Nov 2013 18:57:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARIv8HP091482; Wed, 27 Nov 2013 18:57:08 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARIuiQI091312; Wed, 27 Nov 2013 18:56:44 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201311271856.rARIuiQI091312@svn.freebsd.org> From: David Naylor Date: Wed, 27 Nov 2013 18:56:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335044 - in head: Mk astro/R-cran-maptools converters/R-cran-RJSONIO converters/R-cran-rjson databases/R-cran-DBI databases/R-cran-RMySQL databases/R-cran-RSQLite databases/R-cran-RSQL... 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.16 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, 27 Nov 2013 18:57:09 -0000 Author: dbn Date: Wed Nov 27 18:56:43 2013 New Revision: 335044 URL: http://svnweb.freebsd.org/changeset/ports/335044 Log: Add stage support to Mk/bsd.cran.mk and all USE_R_MOD ports (aka R-cran-*). Since this patch converts all affected ports, bsd.cran.mk no longer supports NO_STAGE and errors out if NO_STAGE is set. Exp-run: ports/184216 Reviewed by: bdrewery Approved by: portsmgr, wen Modified: head/Mk/bsd.cran.mk head/astro/R-cran-maptools/Makefile head/converters/R-cran-RJSONIO/Makefile head/converters/R-cran-rjson/Makefile head/databases/R-cran-DBI/Makefile head/databases/R-cran-RMySQL/Makefile head/databases/R-cran-RSQLite.extfuns/Makefile head/databases/R-cran-RSQLite/Makefile head/databases/R-cran-sqldf/Makefile head/devel/R-cran-Defaults/Makefile head/devel/R-cran-Hmisc/Makefile head/devel/R-cran-RUnit/Makefile head/devel/R-cran-Rcpp/Makefile head/devel/R-cran-bitops/Makefile head/devel/R-cran-caTools/Makefile head/devel/R-cran-caret/Makefile head/devel/R-cran-chron/Makefile head/devel/R-cran-foreach/Makefile head/devel/R-cran-gbm/Makefile head/devel/R-cran-gdata/Makefile head/devel/R-cran-glmnet/Makefile head/devel/R-cran-gsubfn/Makefile head/devel/R-cran-gtools/Makefile head/devel/R-cran-iterators/Makefile head/devel/R-cran-itertools/Makefile head/devel/R-cran-memoise/Makefile head/devel/R-cran-plyr/Makefile head/devel/R-cran-proto/Makefile head/devel/R-cran-randomForest/Makefile head/devel/R-cran-reshape/Makefile head/devel/R-cran-reshape2/Makefile head/finance/R-cran-PerformanceAnalytics/Makefile head/finance/R-cran-RFinanceYJ/Makefile head/finance/R-cran-TTR/Makefile head/finance/R-cran-ccgarch/Makefile head/finance/R-cran-fBasics/Makefile head/finance/R-cran-fGarch/Makefile head/finance/R-cran-gmm/Makefile head/finance/R-cran-lmtest/Makefile head/finance/R-cran-plm/Makefile head/finance/R-cran-quantmod/Makefile head/finance/R-cran-strucchange/Makefile head/finance/R-cran-timeDate/Makefile head/finance/R-cran-timeSeries/Makefile head/finance/R-cran-tseries/Makefile head/finance/R-cran-urca/Makefile head/finance/R-cran-vars/Makefile head/ftp/R-cran-RCurl/Makefile head/graphics/R-cran-GDD/Makefile head/graphics/R-cran-RColorBrewer/Makefile head/graphics/R-cran-colorspace/Makefile head/graphics/R-cran-diagram/Makefile head/graphics/R-cran-dichromat/Makefile head/graphics/R-cran-ggplot2/Makefile head/graphics/R-cran-munsell/Makefile head/graphics/R-cran-pixmap/Makefile head/graphics/R-cran-png/Makefile head/graphics/R-cran-rgdal/Makefile head/graphics/R-cran-rtiff/Makefile head/graphics/R-cran-scales/Makefile head/graphics/R-cran-shape/Makefile head/math/R-cran-ChangeAnomalyDetection/Makefile head/math/R-cran-Formula/Makefile head/math/R-cran-KFAS/Makefile head/math/R-cran-LearnBayes/Makefile head/math/R-cran-MCMCpack/Makefile head/math/R-cran-RHmm/Makefile head/math/R-cran-RSvgDevice/Makefile head/math/R-cran-RcppArmadillo/Makefile head/math/R-cran-SuppDists/Makefile head/math/R-cran-Zelig/Makefile head/math/R-cran-bdsmatrix/Makefile head/math/R-cran-car/Makefile head/math/R-cran-coda/Makefile head/math/R-cran-deldir/Makefile head/math/R-cran-dlmodeler/Makefile head/math/R-cran-forecast/Makefile head/math/R-cran-fracdiff/Makefile head/math/R-cran-gpclib/Makefile head/math/R-cran-gss/Makefile head/math/R-cran-gtable/Makefile head/math/R-cran-igraph/Makefile head/math/R-cran-inline/Makefile head/math/R-cran-labeling/Makefile head/math/R-cran-memisc/Makefile head/math/R-cran-mvtnorm/Makefile head/math/R-cran-nnls/Makefile head/math/R-cran-outliers/Makefile head/math/R-cran-psych/Makefile head/math/R-cran-quadprog/Makefile head/math/R-cran-sandwich/Makefile head/math/R-cran-sm/Makefile head/math/R-cran-sp/Makefile head/math/R-cran-spdep/Makefile head/math/R-cran-sspir/Makefile head/math/R-cran-stabledist/Makefile head/math/R-cran-xts/Makefile head/math/R-cran-zoo/Makefile head/net/R-cran-twitteR/Makefile head/science/R-cran-AMORE/Makefile head/science/R-cran-DCluster/Makefile head/science/R-cran-Epi/Makefile head/science/R-cran-bayesm/Makefile head/science/R-cran-e1071/Makefile head/science/R-cran-eco/Makefile head/science/R-cran-epicalc/Makefile head/science/R-cran-snow/Makefile head/science/R-cran-som/Makefile head/security/R-cran-ROAuth/Makefile head/security/R-cran-digest/Makefile head/textproc/R-cran-R2HTML/Makefile head/textproc/R-cran-XML/Makefile head/textproc/R-cran-stringr/Makefile head/textproc/R-cran-xtable/Makefile head/www/R-cran-RgoogleMaps/Makefile head/www/R-cran-Rpad/Makefile head/www/R-cran-httpuv/Makefile head/www/R-cran-scrapeR/Makefile head/www/R-cran-shiny/Makefile Modified: head/Mk/bsd.cran.mk ============================================================================== --- head/Mk/bsd.cran.mk Wed Nov 27 18:48:48 2013 (r335043) +++ head/Mk/bsd.cran.mk Wed Nov 27 18:56:43 2013 (r335044) @@ -27,7 +27,8 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/R:${PORTS PKGNAMEPREFIX?= R-cran- -R_MOD_DIR?= lib/R/library/${PORTNAME} +R_LIB_DIR= lib/R/library +R_MOD_DIR?= ${R_LIB_DIR}/${PORTNAME} PLIST_SUB+= R_MOD_DIR=${R_MOD_DIR} WRKSRC?= ${WRKDIR}/${PORTNAME} @@ -41,6 +42,12 @@ R_POSTCMD_CHECK_OPTIONS?= --timings R_POSTCMD_CHECK_OPTIONS+= --no-manual --no-rebuild-vignettes .endif +.if defined(NO_STAGE) +check-makevars:: + @${ECHO_MSG} "Makefile error: USE_R_MOD cannot be used with NO_STAGE" + @${FALSE} +.endif + regression-test: build @cd ${WRKDIR} ; ${SETENV} ${MAKE_ENV} _R_CHECK_FORCE_SUGGESTS_=FALSE \ ${R_COMMAND} ${R_PRECMD_CHECK_OPTIONS} CMD check \ @@ -48,6 +55,7 @@ regression-test: build .endif .if !target(do-install) +R_POSTCMD_INSTALL_OPTIONS+= -l ${STAGEDIR}${PREFIX}/${R_LIB_DIR} .if defined(NOPORTDATA) R_POSTCMD_INSTALL_OPTIONS+= --no-data --no-demo .else @@ -59,6 +67,7 @@ R_POSTCMD_INSTALL_OPTIONS+= --no-docs -- .endif do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/${R_LIB_DIR} @cd ${WRKDIR} ; ${SETENV} ${MAKE_ENV} ${R_COMMAND} \ ${R_PRECMD_INSTALL_OPTIONS} CMD INSTALL \ ${R_POSTCMD_INSTALL_OPTIONS} ${PORTNAME} @@ -67,10 +76,10 @@ do-install: .if defined(R_MOD_AUTOPLIST) .if !target(post-install-script) post-install-script: - @${FIND} -ds ${PREFIX}/${R_MOD_DIR} \( -type f -or -type l \) -print | \ - ${SED} -E -e 's,^${PREFIX}/?,,' >> ${TMPPLIST} - @${FIND} -ds ${PREFIX}/${R_MOD_DIR} -type d -print | ${SED} -E -e \ - 's,^${PREFIX}/?,@dirrm ,' >> ${TMPPLIST} + @${FIND} -ds ${STAGEDIR}${PREFIX}/${R_MOD_DIR} \( -type f -or -type l \) -print | \ + ${SED} -E -e 's,^${STAGEDIR}${PREFIX}/?,,' >> ${TMPPLIST} + @${FIND} -ds ${STAGEDIR}${PREFIX}/${R_MOD_DIR} -type d -print | ${SED} -E -e \ + 's,^${STAGEDIR}${PREFIX}/?,@dirrm ,' >> ${TMPPLIST} .endif .endif Modified: head/astro/R-cran-maptools/Makefile ============================================================================== --- head/astro/R-cran-maptools/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/astro/R-cran-maptools/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,7 +15,6 @@ LICENSE_COMB= dual RUN_DEPENDS= R-cran-sp>=1.0.11:${PORTSDIR}/math/R-cran-sp -NO_STAGE= yes USE_R_MOD= yes R_MOD_AUTOPLIST= yes Modified: head/converters/R-cran-RJSONIO/Makefile ============================================================================== --- head/converters/R-cran-RJSONIO/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/converters/R-cran-RJSONIO/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= BSD USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/converters/R-cran-rjson/Makefile ============================================================================== --- head/converters/R-cran-rjson/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/converters/R-cran-rjson/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/databases/R-cran-DBI/Makefile ============================================================================== --- head/databases/R-cran-DBI/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/databases/R-cran-DBI/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/databases/R-cran-RMySQL/Makefile ============================================================================== --- head/databases/R-cran-RMySQL/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/databases/R-cran-RMySQL/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -18,5 +18,4 @@ USE_MYSQL= yes USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/databases/R-cran-RSQLite.extfuns/Makefile ============================================================================== --- head/databases/R-cran-RSQLite.extfuns/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/databases/R-cran-RSQLite.extfuns/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -18,5 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/databases/R-cran-RSQLite/Makefile ============================================================================== --- head/databases/R-cran-RSQLite/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/databases/R-cran-RSQLite/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -18,5 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/databases/R-cran-sqldf/Makefile ============================================================================== --- head/databases/R-cran-sqldf/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/databases/R-cran-sqldf/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -23,5 +23,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/R-cran-Defaults/Makefile ============================================================================== --- head/devel/R-cran-Defaults/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/devel/R-cran-Defaults/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/R-cran-Hmisc/Makefile ============================================================================== --- head/devel/R-cran-Hmisc/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/devel/R-cran-Hmisc/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -14,5 +14,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/R-cran-RUnit/Makefile ============================================================================== --- head/devel/R-cran-RUnit/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/devel/R-cran-RUnit/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/R-cran-Rcpp/Makefile ============================================================================== --- head/devel/R-cran-Rcpp/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/devel/R-cran-Rcpp/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/R-cran-bitops/Makefile ============================================================================== --- head/devel/R-cran-bitops/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/devel/R-cran-bitops/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/R-cran-caTools/Makefile ============================================================================== --- head/devel/R-cran-caTools/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/devel/R-cran-caTools/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,5 +16,4 @@ RUN_DEPENDS= R-cran-bitops>0:${PORTSDIR} USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/R-cran-caret/Makefile ============================================================================== --- head/devel/R-cran-caret/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/devel/R-cran-caret/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -19,5 +19,4 @@ RUN_DEPENDS= R-cran-reshape2>0:${PORTSDI USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/R-cran-chron/Makefile ============================================================================== --- head/devel/R-cran-chron/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/devel/R-cran-chron/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/R-cran-foreach/Makefile ============================================================================== --- head/devel/R-cran-foreach/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/devel/R-cran-foreach/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -17,5 +17,4 @@ RUN_DEPENDS= R-cran-iterators>=1.0.0:${P USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/R-cran-gbm/Makefile ============================================================================== --- head/devel/R-cran-gbm/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/devel/R-cran-gbm/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -14,5 +14,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/R-cran-gdata/Makefile ============================================================================== --- head/devel/R-cran-gdata/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/devel/R-cran-gdata/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -19,5 +19,4 @@ USE_PERL5= run USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/R-cran-glmnet/Makefile ============================================================================== --- head/devel/R-cran-glmnet/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/devel/R-cran-glmnet/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -14,5 +14,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/R-cran-gsubfn/Makefile ============================================================================== --- head/devel/R-cran-gsubfn/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/devel/R-cran-gsubfn/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -17,5 +17,4 @@ RUN_DEPENDS= R-cran-proto>=0.3.9.2_6: USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/R-cran-gtools/Makefile ============================================================================== --- head/devel/R-cran-gtools/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/devel/R-cran-gtools/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -14,5 +14,4 @@ LICENSE= LGPL21 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/R-cran-iterators/Makefile ============================================================================== --- head/devel/R-cran-iterators/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/devel/R-cran-iterators/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= AL2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/R-cran-itertools/Makefile ============================================================================== --- head/devel/R-cran-itertools/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/devel/R-cran-itertools/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ RUN_DEPENDS= R-cran-iterators>=1.0.0:${P USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/R-cran-memoise/Makefile ============================================================================== --- head/devel/R-cran-memoise/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/devel/R-cran-memoise/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ RUN_DEPENDS= R-cran-digest>=0:${PORTSDIR USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/R-cran-plyr/Makefile ============================================================================== --- head/devel/R-cran-plyr/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/devel/R-cran-plyr/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,5 +16,4 @@ RUN_DEPENDS= R-cran-itertools>0:${PORTSD USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/R-cran-proto/Makefile ============================================================================== --- head/devel/R-cran-proto/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/devel/R-cran-proto/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/R-cran-randomForest/Makefile ============================================================================== --- head/devel/R-cran-randomForest/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/devel/R-cran-randomForest/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -14,5 +14,4 @@ RUN_DEPENDS= R-cran-RColorBrewer>=1.0.5_ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/R-cran-reshape/Makefile ============================================================================== --- head/devel/R-cran-reshape/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/devel/R-cran-reshape/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -17,5 +17,4 @@ RUN_DEPENDS= R-cran-plyr>0:${PORTSDIR}/d USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/R-cran-reshape2/Makefile ============================================================================== --- head/devel/R-cran-reshape2/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/devel/R-cran-reshape2/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -18,5 +18,4 @@ RUN_DEPENDS= R-cran-plyr>=1.5:${PORTSDIR USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/finance/R-cran-PerformanceAnalytics/Makefile ============================================================================== --- head/finance/R-cran-PerformanceAnalytics/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/finance/R-cran-PerformanceAnalytics/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -18,5 +18,4 @@ RUN_DEPENDS= R-cran-zoo>0:${PORTSDIR}/ma USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/finance/R-cran-RFinanceYJ/Makefile ============================================================================== --- head/finance/R-cran-RFinanceYJ/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/finance/R-cran-RFinanceYJ/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -18,5 +18,4 @@ RUN_DEPENDS= R-cran-XML>0:${PORTSDIR}/te USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/finance/R-cran-TTR/Makefile ============================================================================== --- head/finance/R-cran-TTR/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/finance/R-cran-TTR/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -17,5 +17,4 @@ RUN_DEPENDS= R-cran-xts>=0.9.3:${PORTSDI USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/finance/R-cran-ccgarch/Makefile ============================================================================== --- head/finance/R-cran-ccgarch/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/finance/R-cran-ccgarch/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/finance/R-cran-fBasics/Makefile ============================================================================== --- head/finance/R-cran-fBasics/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/finance/R-cran-fBasics/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -21,5 +21,4 @@ RUN_DEPENDS= R-cran-timeDate>0:${PORTSDI USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/finance/R-cran-fGarch/Makefile ============================================================================== --- head/finance/R-cran-fGarch/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/finance/R-cran-fGarch/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -20,5 +20,4 @@ RUN_DEPENDS= R-cran-timeDate>0:${PORTSDI USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/finance/R-cran-gmm/Makefile ============================================================================== --- head/finance/R-cran-gmm/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/finance/R-cran-gmm/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -18,5 +18,4 @@ RUN_DEPENDS= R-cran-sandwich>0:${PORTSDI USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/finance/R-cran-lmtest/Makefile ============================================================================== --- head/finance/R-cran-lmtest/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/finance/R-cran-lmtest/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -19,5 +19,4 @@ RUN_DEPENDS= R-cran-zoo>=0:${PORTSDIR}/m USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/finance/R-cran-plm/Makefile ============================================================================== --- head/finance/R-cran-plm/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/finance/R-cran-plm/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -21,5 +21,4 @@ RUN_DEPENDS= R-cran-bdsmatrix>0:${PORTSD USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/finance/R-cran-quantmod/Makefile ============================================================================== --- head/finance/R-cran-quantmod/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/finance/R-cran-quantmod/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -20,5 +20,4 @@ RUN_DEPENDS= R-cran-Defaults>0:${PORTSDI USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/finance/R-cran-strucchange/Makefile ============================================================================== --- head/finance/R-cran-strucchange/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/finance/R-cran-strucchange/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -17,5 +17,4 @@ RUN_DEPENDS= R-cran-zoo>0:${PORTSDIR}/ma USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/finance/R-cran-timeDate/Makefile ============================================================================== --- head/finance/R-cran-timeDate/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/finance/R-cran-timeDate/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/finance/R-cran-timeSeries/Makefile ============================================================================== --- head/finance/R-cran-timeSeries/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/finance/R-cran-timeSeries/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -18,5 +18,4 @@ RUN_DEPENDS= R-cran-timeDate>=2150.95:${ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/finance/R-cran-tseries/Makefile ============================================================================== --- head/finance/R-cran-tseries/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/finance/R-cran-tseries/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -21,5 +21,4 @@ RUN_DEPENDS= R-cran-quadprog>0:${PORTSDI USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/finance/R-cran-urca/Makefile ============================================================================== --- head/finance/R-cran-urca/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/finance/R-cran-urca/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/finance/R-cran-vars/Makefile ============================================================================== --- head/finance/R-cran-vars/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/finance/R-cran-vars/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -21,5 +21,4 @@ RUN_DEPENDS= R-cran-strucchange>0:${PORT USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/ftp/R-cran-RCurl/Makefile ============================================================================== --- head/ftp/R-cran-RCurl/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/ftp/R-cran-RCurl/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -19,5 +19,4 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/graphics/R-cran-GDD/Makefile ============================================================================== --- head/graphics/R-cran-GDD/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/graphics/R-cran-GDD/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -20,5 +20,4 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/graphics/R-cran-RColorBrewer/Makefile ============================================================================== --- head/graphics/R-cran-RColorBrewer/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/graphics/R-cran-RColorBrewer/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= AL2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/graphics/R-cran-colorspace/Makefile ============================================================================== --- head/graphics/R-cran-colorspace/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/graphics/R-cran-colorspace/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= BSD USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/graphics/R-cran-diagram/Makefile ============================================================================== --- head/graphics/R-cran-diagram/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/graphics/R-cran-diagram/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -18,5 +18,4 @@ RUN_DEPENDS= R-cran-shape>0:${PORTSDIR}/ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/graphics/R-cran-dichromat/Makefile ============================================================================== --- head/graphics/R-cran-dichromat/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/graphics/R-cran-dichromat/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/graphics/R-cran-ggplot2/Makefile ============================================================================== --- head/graphics/R-cran-ggplot2/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/graphics/R-cran-ggplot2/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -21,5 +21,4 @@ RUN_DEPENDS= R-cran-plyr>=1.7.1:${PORTSD USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/graphics/R-cran-munsell/Makefile ============================================================================== --- head/graphics/R-cran-munsell/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/graphics/R-cran-munsell/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -21,5 +21,4 @@ RUN_DEPENDS= R-cran-colorspace>0:${PORTS USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/graphics/R-cran-pixmap/Makefile ============================================================================== --- head/graphics/R-cran-pixmap/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/graphics/R-cran-pixmap/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/graphics/R-cran-png/Makefile ============================================================================== --- head/graphics/R-cran-png/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/graphics/R-cran-png/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -18,5 +18,4 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/graphics/R-cran-rgdal/Makefile ============================================================================== --- head/graphics/R-cran-rgdal/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/graphics/R-cran-rgdal/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -22,5 +22,4 @@ R_MOD_AUTOPLIST= yes R_POSTCMD_INSTALL_OPTIONS+= --configure-args="--with-proj-lib=${LOCALBASE}/lib" -NO_STAGE= yes .include Modified: head/graphics/R-cran-rtiff/Makefile ============================================================================== --- head/graphics/R-cran-rtiff/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/graphics/R-cran-rtiff/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -18,5 +18,4 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/graphics/R-cran-scales/Makefile ============================================================================== --- head/graphics/R-cran-scales/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/graphics/R-cran-scales/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -21,5 +21,4 @@ RUN_DEPENDS= R-cran-RColorBrewer>=0:${PO USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/graphics/R-cran-shape/Makefile ============================================================================== --- head/graphics/R-cran-shape/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/graphics/R-cran-shape/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= GPLv3 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-ChangeAnomalyDetection/Makefile ============================================================================== --- head/math/R-cran-ChangeAnomalyDetection/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-ChangeAnomalyDetection/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -18,5 +18,4 @@ RUN_DEPENDS= R-cran-TTR>0:${PORTSDIR}/fi USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-Formula/Makefile ============================================================================== --- head/math/R-cran-Formula/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-Formula/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-KFAS/Makefile ============================================================================== --- head/math/R-cran-KFAS/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-KFAS/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-LearnBayes/Makefile ============================================================================== --- head/math/R-cran-LearnBayes/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-LearnBayes/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-MCMCpack/Makefile ============================================================================== --- head/math/R-cran-MCMCpack/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-MCMCpack/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -19,5 +19,4 @@ USE_GCC= 4.2+ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-RHmm/Makefile ============================================================================== --- head/math/R-cran-RHmm/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-RHmm/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-RSvgDevice/Makefile ============================================================================== --- head/math/R-cran-RSvgDevice/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-RSvgDevice/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -13,5 +13,4 @@ COMMENT= A R SVG graphics device USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-RcppArmadillo/Makefile ============================================================================== --- head/math/R-cran-RcppArmadillo/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-RcppArmadillo/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -17,5 +17,4 @@ RUN_DEPENDS= R-cran-Rcpp>=0.10.5:${PORTS USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-SuppDists/Makefile ============================================================================== --- head/math/R-cran-SuppDists/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-SuppDists/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -20,7 +20,6 @@ BENCHMARK_SCRIPT= R-benchmark-25.R R_MOD_AUTOPLIST= yes USE_R_MOD= yes WRKSRC = ${WRKDIR}/${PORTNAME} -NO_STAGE= yes .if defined(MAINTAINER_MODE) USE_DOS2UNIX= ../${BENCHMARK_SCRIPT} Modified: head/math/R-cran-Zelig/Makefile ============================================================================== --- head/math/R-cran-Zelig/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-Zelig/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,5 +16,4 @@ RUN_DEPENDS= R-cran-sandwich>=0:${PORTSD USE_R_MOD= yes R_MOD_AUTOPLIST=yes -NO_STAGE= yes .include Modified: head/math/R-cran-bdsmatrix/Makefile ============================================================================== --- head/math/R-cran-bdsmatrix/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-bdsmatrix/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= LGPL20 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-car/Makefile ============================================================================== --- head/math/R-cran-car/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-car/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-coda/Makefile ============================================================================== --- head/math/R-cran-coda/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-coda/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -13,5 +13,4 @@ COMMENT= Output analysis and diagnostics USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-deldir/Makefile ============================================================================== --- head/math/R-cran-deldir/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-deldir/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-dlmodeler/Makefile ============================================================================== --- head/math/R-cran-dlmodeler/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-dlmodeler/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-forecast/Makefile ============================================================================== --- head/math/R-cran-forecast/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-forecast/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -23,5 +23,4 @@ RUN_DEPENDS= R-cran-tseries>0:${PORTSDIR USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-fracdiff/Makefile ============================================================================== --- head/math/R-cran-fracdiff/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-fracdiff/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-gpclib/Makefile ============================================================================== --- head/math/R-cran-gpclib/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-gpclib/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -13,5 +13,4 @@ COMMENT= General Polygon Clipping Librar USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-gss/Makefile ============================================================================== --- head/math/R-cran-gss/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-gss/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-gtable/Makefile ============================================================================== --- head/math/R-cran-gtable/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-gtable/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -14,5 +14,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-igraph/Makefile ============================================================================== --- head/math/R-cran-igraph/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-igraph/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,7 +15,6 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include .if ${ARCH} == "sparc64" Modified: head/math/R-cran-inline/Makefile ============================================================================== --- head/math/R-cran-inline/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-inline/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -13,5 +13,4 @@ COMMENT= Inline C, C++, Fortran function USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-labeling/Makefile ============================================================================== --- head/math/R-cran-labeling/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-labeling/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= MIT USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-memisc/Makefile ============================================================================== --- head/math/R-cran-memisc/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-memisc/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-mvtnorm/Makefile ============================================================================== --- head/math/R-cran-mvtnorm/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-mvtnorm/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -13,5 +13,4 @@ COMMENT= Multivariate Normal and t Distr USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-nnls/Makefile ============================================================================== --- head/math/R-cran-nnls/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-nnls/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-outliers/Makefile ============================================================================== --- head/math/R-cran-outliers/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-outliers/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -13,5 +13,4 @@ COMMENT= Collection of some tests common USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-psych/Makefile ============================================================================== --- head/math/R-cran-psych/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-psych/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -13,5 +13,4 @@ COMMENT= Psych package for the R project USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-quadprog/Makefile ============================================================================== --- head/math/R-cran-quadprog/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-quadprog/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-sandwich/Makefile ============================================================================== --- head/math/R-cran-sandwich/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-sandwich/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -17,5 +17,4 @@ RUN_DEPENDS= R-cran-zoo>0:${PORTSDIR}/ma USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-sm/Makefile ============================================================================== --- head/math/R-cran-sm/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-sm/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -13,5 +13,4 @@ COMMENT= Smoothing methods for nonparame USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-sp/Makefile ============================================================================== --- head/math/R-cran-sp/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-sp/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-spdep/Makefile ============================================================================== --- head/math/R-cran-spdep/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-spdep/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -20,5 +20,4 @@ RUN_DEPENDS= R-cran-sp>=0.9:${PORTSDIR}/ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-sspir/Makefile ============================================================================== --- head/math/R-cran-sspir/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-sspir/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,6 +16,5 @@ RUN_DEPENDS= R-cran-mvtnorm>=0.9.96_11:$ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-stabledist/Makefile ============================================================================== --- head/math/R-cran-stabledist/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-stabledist/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-xts/Makefile ============================================================================== --- head/math/R-cran-xts/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-xts/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -18,5 +18,4 @@ RUN_DEPENDS= R-cran-zoo>=1.7.10:${PORTSD USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/math/R-cran-zoo/Makefile ============================================================================== --- head/math/R-cran-zoo/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/math/R-cran-zoo/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/net/R-cran-twitteR/Makefile ============================================================================== --- head/net/R-cran-twitteR/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/net/R-cran-twitteR/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -19,5 +19,4 @@ RUN_DEPENDS= R-cran-RCurl>0:${PORTSDIR}/ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/science/R-cran-AMORE/Makefile ============================================================================== --- head/science/R-cran-AMORE/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/science/R-cran-AMORE/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -13,5 +13,4 @@ COMMENT= A MORE flexible neural network USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/science/R-cran-DCluster/Makefile ============================================================================== --- head/science/R-cran-DCluster/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/science/R-cran-DCluster/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -18,5 +18,4 @@ RUN_DEPENDS= R-cran-spdep>0:${PORTSDIR}/ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/science/R-cran-Epi/Makefile ============================================================================== --- head/science/R-cran-Epi/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/science/R-cran-Epi/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/science/R-cran-bayesm/Makefile ============================================================================== --- head/science/R-cran-bayesm/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/science/R-cran-bayesm/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -13,5 +13,4 @@ COMMENT= Bayesian Inference for Marketin USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/science/R-cran-e1071/Makefile ============================================================================== --- head/science/R-cran-e1071/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/science/R-cran-e1071/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/science/R-cran-eco/Makefile ============================================================================== --- head/science/R-cran-eco/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/science/R-cran-eco/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -13,5 +13,4 @@ COMMENT= R Package for Ecological Infere USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/science/R-cran-epicalc/Makefile ============================================================================== --- head/science/R-cran-epicalc/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/science/R-cran-epicalc/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -13,5 +13,4 @@ COMMENT= Epidemiological calculator USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/science/R-cran-snow/Makefile ============================================================================== --- head/science/R-cran-snow/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/science/R-cran-snow/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/science/R-cran-som/Makefile ============================================================================== --- head/science/R-cran-som/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/science/R-cran-som/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= GPLv3 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/security/R-cran-ROAuth/Makefile ============================================================================== --- head/security/R-cran-ROAuth/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/security/R-cran-ROAuth/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -18,5 +18,4 @@ RUN_DEPENDS= R-cran-RCurl>=1.6.4:${PORTS USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/security/R-cran-digest/Makefile ============================================================================== --- head/security/R-cran-digest/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/security/R-cran-digest/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/textproc/R-cran-R2HTML/Makefile ============================================================================== --- head/textproc/R-cran-R2HTML/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/textproc/R-cran-R2HTML/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/textproc/R-cran-XML/Makefile ============================================================================== --- head/textproc/R-cran-XML/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/textproc/R-cran-XML/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,5 +16,4 @@ USE_R_MOD= yes R_MOD_AUTOPLIST= yes USE_GNOME= libxml2 -NO_STAGE= yes .include Modified: head/textproc/R-cran-stringr/Makefile ============================================================================== --- head/textproc/R-cran-stringr/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/textproc/R-cran-stringr/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -17,5 +17,4 @@ RUN_DEPENDS= R-cran-plyr>0:${PORTSDIR}/d USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/textproc/R-cran-xtable/Makefile ============================================================================== --- head/textproc/R-cran-xtable/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/textproc/R-cran-xtable/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/www/R-cran-RgoogleMaps/Makefile ============================================================================== --- head/www/R-cran-RgoogleMaps/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/www/R-cran-RgoogleMaps/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -19,5 +19,4 @@ RUN_DEPENDS= R-cran-png>0:${PORTSDIR}/gr USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/www/R-cran-Rpad/Makefile ============================================================================== --- head/www/R-cran-Rpad/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/www/R-cran-Rpad/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/www/R-cran-httpuv/Makefile ============================================================================== --- head/www/R-cran-httpuv/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/www/R-cran-httpuv/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -23,5 +23,4 @@ R_MOD_AUTOPLIST= yes MAKE_ENV= MAKE=${GMAKE} -NO_STAGE= yes .include Modified: head/www/R-cran-scrapeR/Makefile ============================================================================== --- head/www/R-cran-scrapeR/Makefile Wed Nov 27 18:48:48 2013 (r335043) +++ head/www/R-cran-scrapeR/Makefile Wed Nov 27 18:56:43 2013 (r335044) @@ -16,5 +16,4 @@ RUN_DEPENDS= R-cran-XML>0:${PORTSDIR}/te USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/www/R-cran-shiny/Makefile ============================================================================== --- head/www/R-cran-shiny/Makefile Wed Nov 27 18:48:48 2013 (r335043) *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 19:17:18 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 ESMTPS id F0B5B446; Wed, 27 Nov 2013 19:17:18 +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 E0C252289; Wed, 27 Nov 2013 19:17:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARJHIwP098845; Wed, 27 Nov 2013 19:17:18 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARJHIS6098844; Wed, 27 Nov 2013 19:17:18 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201311271917.rARJHIS6098844@svn.freebsd.org> From: David Naylor Date: Wed, 27 Nov 2013 19:17:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335045 - head/x11-toolkits/py-kivy 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.16 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, 27 Nov 2013 19:17:19 -0000 Author: dbn Date: Wed Nov 27 19:17:18 2013 New Revision: 335045 URL: http://svnweb.freebsd.org/changeset/ports/335045 Log: Fix typos in x11-toolkits/py-kivy. - Fix an option SDL -> SDL2 (in the audio group) - Fix the use of XORG -> X11 when enabling X11 support - Bump revision, as depending on the options chosen, package contect may have changed. Reported by: ak Modified: head/x11-toolkits/py-kivy/Makefile Modified: head/x11-toolkits/py-kivy/Makefile ============================================================================== --- head/x11-toolkits/py-kivy/Makefile Wed Nov 27 18:56:43 2013 (r335044) +++ head/x11-toolkits/py-kivy/Makefile Wed Nov 27 19:17:18 2013 (r335045) @@ -3,6 +3,7 @@ PORTNAME= kivy PORTVERSION= 1.7.2 +PORTREVISION= 1 CATEGORIES= x11-toolkits python MASTER_SITES= LOCAL/dbn/${PORTNAME} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -36,7 +37,7 @@ OPTIONS_MULTI= WINDOW TEXT OPTIONS_MULTI_WINDOW= PYGAME X11 SDL2 OPTIONS_MULTI_TEXT= PIL PYGAME SDL2 OPTIONS_GROUP_VIDEO= GSTREAMER # FFMPEG -OPTIONS_GROUP_AUDIO= GSTREAMER PYGAME SDL +OPTIONS_GROUP_AUDIO= GSTREAMER PYGAME SDL2 OPTIONS_GROUP_IMAGE= PIL PYGAME OPTIONS_GROUP_CAMERA= OPENCV GSTREAMER OPTIONS_GROUP_SPELLING= ENCHANT @@ -99,7 +100,7 @@ NOSE_ARGS+= --exclude=test_fbo_pixels USE_SDL= sdl2 ttf2 mixer2 .endif -.if ${PORT_OPTIONS:MXORG} +.if ${PORT_OPTIONS:MX11} USE_XORG= x11 .endif From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 19:21:01 2013 Return-Path: Delivered-To: svn-ports-head@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 B17BC66E; Wed, 27 Nov 2013 19:21:01 +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 9F9FD22EE; Wed, 27 Nov 2013 19:21:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARJL1ue001598; Wed, 27 Nov 2013 19:21:01 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARJL0lx001591; Wed, 27 Nov 2013 19:21:00 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311271921.rARJL0lx001591@svn.freebsd.org> From: William Grzybowski Date: Wed, 27 Nov 2013 19:21:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335046 - in head: science/py-obspy/files sysutils/py-filelike/files www/py-amf/files www/py-cssmin/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.16 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, 27 Nov 2013 19:21:01 -0000 Author: wg Date: Wed Nov 27 19:21:00 2013 New Revision: 335046 URL: http://svnweb.freebsd.org/changeset/ports/335046 Log: - Fix build with distribute -> setuptools change Approved by: portmgr (bapt, implicit) Added: head/sysutils/py-filelike/files/ head/sysutils/py-filelike/files/patch-setup.py (contents, props changed) head/www/py-amf/files/ head/www/py-amf/files/patch-setup.py (contents, props changed) head/www/py-cssmin/files/ head/www/py-cssmin/files/patch-setup.py (contents, props changed) Modified: head/science/py-obspy/files/patch-setup.py Modified: head/science/py-obspy/files/patch-setup.py ============================================================================== --- head/science/py-obspy/files/patch-setup.py Wed Nov 27 19:17:18 2013 (r335045) +++ head/science/py-obspy/files/patch-setup.py Wed Nov 27 19:21:00 2013 (r335046) @@ -1,13 +1,30 @@ ---- setup.py.orig 2012-12-17 14:04:38.000000000 +0000 -+++ setup.py 2013-05-16 15:35:53.000000000 +0000 -@@ -362,8 +362,8 @@ +--- ./setup.py.orig 2013-06-28 18:07:26.000000000 -0300 ++++ ./setup.py 2013-11-27 17:04:07.589319517 -0200 +@@ -27,7 +27,6 @@ + from distutils.unixccompiler import UnixCCompiler + from setuptools import find_packages, setup + from setuptools.extension import Extension +-import distribute_setup + import glob + import os + import platform +@@ -370,8 +369,8 @@ # otherwise we just use the original compile method UnixCCompiler.linker_so = None return self._original_compile(obj, src, *args, **kwargs) - UnixCCompiler.linker_so = ["gfortran"] - self.compiler_so = ["gfortran"] -+ UnixCCompiler.linker_so = ["FC"] -+ self.compiler_so = ["FC"] ++ UnixCCompiler.linker_so = ["gfortran46"] ++ self.compiler_so = ["gfortran46"] cc_args = ['-c', '-fno-underscoring'] - if sys.platform == 'darwin': - self.compiler_so = _darwin_compiler_fixup(self.compiler_so, + cc_args.append('-fPIC') + try: +@@ -629,8 +628,6 @@ + + + def setupPackage(gfortran=True, ccompiler=True): +- # automatically install distribute if the user does not have it installed +- distribute_setup.use_setuptools() + # use lib2to3 for Python 3.x + if sys.version_info[0] == 3: + convert2to3() Added: head/sysutils/py-filelike/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/py-filelike/files/patch-setup.py Wed Nov 27 19:21:00 2013 (r335046) @@ -0,0 +1,10 @@ +--- ./setup.py.orig 2013-11-27 16:56:21.489321513 -0200 ++++ ./setup.py 2013-11-27 16:57:06.823319522 -0200 +@@ -1,7 +1,5 @@ + + import sys +-import distribute_setup +-distribute_setup.use_setuptools() + from setuptools import setup, find_packages + + Added: head/www/py-amf/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-amf/files/patch-setup.py Wed Nov 27 19:21:00 2013 (r335046) @@ -0,0 +1,14 @@ +--- ./setup.py.orig 2013-11-27 16:59:40.606322333 -0200 ++++ ./setup.py 2013-11-27 17:00:06.922319988 -0200 +@@ -3,11 +3,6 @@ + # Copyright (c) The PyAMF Project. + # See LICENSE.txt for details. + +-from distribute_setup import use_setuptools +- +-# 15 seconds is far too long .... +-use_setuptools(download_delay=3) +- + # import ordering is important + import setupinfo + from setuptools import setup, find_packages Added: head/www/py-cssmin/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-cssmin/files/patch-setup.py Wed Nov 27 19:21:00 2013 (r335046) @@ -0,0 +1,10 @@ +--- ./setup.py.orig 2013-11-27 16:51:22.144320041 -0200 ++++ ./setup.py 2013-11-27 16:51:29.013319136 -0200 +@@ -4,7 +4,6 @@ + import os + import re + +-from distribute_setup import use_setuptools; use_setuptools() + from setuptools import setup, find_packages + + From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 19:27:29 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 ESMTPS id 4F25D78D; Wed, 27 Nov 2013 19:27:29 +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 3DC79231B; Wed, 27 Nov 2013 19:27:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARJRTnE004656; Wed, 27 Nov 2013 19:27:29 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARJRSh6004650; Wed, 27 Nov 2013 19:27:28 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201311271927.rARJRSh6004650@svn.freebsd.org> From: Dirk Meyer Date: Wed, 27 Nov 2013 19:27:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335047 - in head/graphics: xv xv-m17n xv/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.16 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, 27 Nov 2013 19:27:29 -0000 Author: dinoex Date: Wed Nov 27 19:27:27 2013 New Revision: 335047 URL: http://svnweb.freebsd.org/changeset/ports/335047 Log: - use STAGEDIR - remove option NOMAN - use OPTIONS_DEFINE - merge xv-m17m in xv Added: head/graphics/xv/files/pkg-descr - copied, changed from r335044, head/graphics/xv-m17n/pkg-descr Deleted: head/graphics/xv-m17n/pkg-descr head/graphics/xv-m17n/pkg-plist Modified: head/graphics/xv-m17n/Makefile head/graphics/xv/Makefile head/graphics/xv/files/patch-Imakefile head/graphics/xv/pkg-plist Modified: head/graphics/xv-m17n/Makefile ============================================================================== --- head/graphics/xv-m17n/Makefile Wed Nov 27 19:21:00 2013 (r335046) +++ head/graphics/xv-m17n/Makefile Wed Nov 27 19:27:27 2013 (r335047) @@ -1,27 +1,11 @@ # Created by: Shigeyuki FUKUSHIMA # $FreeBSD$ -PKGNAMESUFFIX= -m17n - MAINTAINER= dinoex@FreeBSD.org COMMENT= An X11 program that displays images of various formats with multilingualization MASTERDIR= ${.CURDIR}/../xv -PKGDIR= ${.CURDIR} - -MAKE_ENV= LOCALE_EXTENSION=-DTV_MULTILINGUAL - -RUN_DEPENDS= xv:${PORTSDIR}/${PKGCATEGORY}/xv - -NOMAN= yes -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/xv ${PREFIX}/bin/xv-m17n - @if [ ! -f ${PREFIX}/bin/xv.orig ]; then \ - ${MV} ${PREFIX}/bin/xv ${PREFIX}/bin/xv.orig ;\ - else \ - ${RM} ${PREFIX}/bin/xv ;\ - fi - @${LN} -sf ${PREFIX}/bin/xv-m17n ${PREFIX}/bin/xv +WITH_M17N= yes .include "${MASTERDIR}/Makefile" Modified: head/graphics/xv/Makefile ============================================================================== --- head/graphics/xv/Makefile Wed Nov 27 19:21:00 2013 (r335046) +++ head/graphics/xv/Makefile Wed Nov 27 19:27:27 2013 (r335047) @@ -18,57 +18,54 @@ PATCHFILES= xv-3.10a-enhancements.200705 MAINTAINER?= dinoex@FreeBSD.org COMMENT?= X11 program that displays images of various formats -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - tiff:${PORTSDIR}/graphics/tiff \ - png15:${PORTSDIR}/graphics/png \ - jasper:${PORTSDIR}/graphics/jasper - -NO_STAGE= yes +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libpng15.so:${PORTSDIR}/graphics/png \ + libjasper.so:${PORTSDIR}/graphics/jasper USES= imake USE_XORG= xext x11 xt -.if !defined(NOMAN) -MAN1= bggen.1 vdcomp.1 xcmap.1 xv.1 xvp2p.1 + +OPTIONS_DEFINE= M17N +M17N_DESC= build with Multilingualization support + +.include + +.if defined(CC) && ${CC:T:Mclang} +# Optimizer crashes with +# Assertion failed: (isPtrIV == IndVar->getType()->isPointerTy() && "IndVar type must match IVInit type") +CFLAGS:= ${CFLAGS:S/-O2//g} .endif -XVDIST= ${DISTDIR}/${DIST_SUBDIR} -CFLAGS+= -I${LOCALBASE}/include/libpng15 +.if ${PORT_OPTIONS:MM17N} +PKGNAMESUFFIX= -m17n${PKGNAMESUFFIX2} +MAKE_ENV= LOCALE_EXTENSION=-DTV_MULTILINGUAL +DESCR= ${FILESDIR}/pkg-descr +.endif pre-patch: - @${PATCH} ${PATCH_ARGS} -p1 < ${WRKDIR}/xv-3.10a-jumbo-fix-enh-patch-20070520.txt + ${PATCH} ${PATCH_ARGS} -p1 < ${WRKDIR}/xv-3.10a-jumbo-fix-enh-patch-20070520.txt post-patch: - @${MV} ${WRKSRC}/config.h ${WRKSRC}/config.h.in - @${CAT} ${WRKSRC}/config.h.in | \ - ${SED} -e "s@%%LOCALBASE%%@${LOCALBASE}@" > ${WRKSRC}/config.h -.for i in ${MAN1} - @${CP} ${WRKSRC}/docs/${i:R}.man ${WRKSRC} + ${REINPLACE_CMD} -e "s@%%LOCALBASE%%@${LOCALBASE}@" \ + ${WRKSRC}/config.h +.for i in bggen.1 vdcomp.1 xcmap.1 xv.1 xvp2p.1 + ${CP} ${WRKSRC}/docs/${i:R}.man ${WRKSRC} .endfor -.if defined(NOMAN) - ${REINPLACE_CMD} -e 's,^InstallManPage.*$$,/\* $$& \*/,' \ - ${WRKSRC}/Imakefile -.endif post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README.jumbo ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README.pcd ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/docs/epsf.ps ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/docs/xpm.ps ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/docs/xvdocs.ps ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/docs/xvtitle.ps ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/docs/help ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/docs/bmp.doc ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/docs/gif* ${DOCSDIR} -.endif - - -.if defined(CC) && ${CC:T:Mclang} -# Optimizer crashes with -# Assertion failed: (isPtrIV == IndVar->getType()->isPointerTy() && "IndVar type must match IVInit type") -CFLAGS:= ${CFLAGS:S/-O2//g} +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/README.jumbo ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/README.pcd ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/docs/epsf.ps ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/docs/xpm.ps ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/docs/xvdocs.ps ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/docs/xvtitle.ps ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/docs/help ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/docs/bmp.doc ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/docs/gif* ${STAGEDIR}${DOCSDIR}/ .endif .include Modified: head/graphics/xv/files/patch-Imakefile ============================================================================== --- head/graphics/xv/files/patch-Imakefile Wed Nov 27 19:21:00 2013 (r335046) +++ head/graphics/xv/files/patch-Imakefile Wed Nov 27 19:27:27 2013 (r335047) @@ -51,7 +51,7 @@ #endif +PNG = -DDOPNG -+PNGINC = -I${LOCALBASE}/include ++PNGINC = -I${LOCALBASE}/include/libpng15 +PNGLIB = -L${LOCALBASE}/lib -lpng + +JP2K = -DDOJP2K Copied and modified: head/graphics/xv/files/pkg-descr (from r335044, head/graphics/xv-m17n/pkg-descr) ============================================================================== --- head/graphics/xv-m17n/pkg-descr Wed Nov 27 18:56:43 2013 (r335044, copy source) +++ head/graphics/xv/files/pkg-descr Wed Nov 27 19:27:27 2013 (r335047) @@ -12,9 +12,7 @@ and zoo. Note that this program is shareware except for personal use only. Please read the documentation in the directory - - /usr/X11R6/share/doc/xv - + /usr/local/share/doc/xv for proper usage. And this xv supports multilingual character codes. @@ -23,3 +21,5 @@ These codes are as follow: euc-japan iso-2022-int-1 iso-2022-kr euc-korea iso-2022-ss2-8 iso-2022-ss2-7 Shift JIS + +LICENSE: shareware, free for personal use Modified: head/graphics/xv/pkg-plist ============================================================================== --- head/graphics/xv/pkg-plist Wed Nov 27 19:21:00 2013 (r335046) +++ head/graphics/xv/pkg-plist Wed Nov 27 19:27:27 2013 (r335047) @@ -4,6 +4,11 @@ bin/vdcomp bin/xcmap bin/xvpictoppm lib/X11/xv_mgcsfx.sample +man/man1/bggen.1.gz +man/man1/vdcomp.1.gz +man/man1/xcmap.1.gz +man/man1/xv.1.gz +man/man1/xvp2p.1.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/README.jumbo %%PORTDOCS%%%%DOCSDIR%%/README.pcd From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 19:39:46 2013 Return-Path: Delivered-To: svn-ports-head@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 69DE6B88; Wed, 27 Nov 2013 19:39:46 +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 596BA23B6; Wed, 27 Nov 2013 19:39:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARJdkZG008181; Wed, 27 Nov 2013 19:39:46 GMT (envelope-from dbn@svn.freebsd.org) Received: (from dbn@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARJdkm7008180; Wed, 27 Nov 2013 19:39:46 GMT (envelope-from dbn@svn.freebsd.org) Message-Id: <201311271939.rARJdkm7008180@svn.freebsd.org> From: David Naylor Date: Wed, 27 Nov 2013 19:39:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335048 - head/misc/kde4-l10n/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.16 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, 27 Nov 2013 19:39:46 -0000 Author: dbn Date: Wed Nov 27 19:39:45 2013 New Revision: 335048 URL: http://svnweb.freebsd.org/changeset/ports/335048 Log: Fix detection of English, Hebrew packages and fix RUN_DEPENDS. Ports does not support RUN_DEPENDS with relative paths, as this breaks dependency registration for pkgng. Discussed with: bapt (IRC) Modified: head/misc/kde4-l10n/files/bsd.l10n.mk Modified: head/misc/kde4-l10n/files/bsd.l10n.mk ============================================================================== --- head/misc/kde4-l10n/files/bsd.l10n.mk Wed Nov 27 19:27:27 2013 (r335047) +++ head/misc/kde4-l10n/files/bsd.l10n.mk Wed Nov 27 19:39:45 2013 (r335048) @@ -27,11 +27,16 @@ uk_CATEGORY= ukrainian vi_CATEGORY= vietnamese en_GB_aspell_PORT_PREFIX= en- +en_GB_aspell_DETECT_PREFIX= en- en_GB_hunspell_PORT_PREFIX= en- +en_GB_hunspell_DETECT_PREFIX= en- ca@valencia_aspell_PORT_PREFIX= ca- ca@valencia_aspell_DETECT_PREFIX= ca- +he_aspell_DETECT_PREFIX= iw- +he_hunspell_DETECT_PREFIX= iw- + pt_BR_aspell_PORT_SUFFIX= -pt_BR pt_BR_hunspell_DETECT_PREFIX= pt- @@ -63,5 +68,5 @@ OPTIONS_DEFINE+= HUNSPELL HUNSPELL_DESC= Install hunspell dictionary .endif -ASPELL_RUN_DEPENDS+= ${${KDE4_L10N}_aspell_DETECT}:${.CURDIR}/../../${${KDE4_L10N}_aspell_PORT} -HUNSPELL_RUN_DEPENDS+= ${${KDE4_L10N}_hunspell_DETECT}:${.CURDIR}/../../${${KDE4_L10N}_hunspell_PORT} +ASPELL_RUN_DEPENDS+= ${${KDE4_L10N}_aspell_DETECT}:${PORTSDIR}/${${KDE4_L10N}_aspell_PORT} +HUNSPELL_RUN_DEPENDS+= ${${KDE4_L10N}_hunspell_DETECT}:${PORTSDIR}/${${KDE4_L10N}_hunspell_PORT} From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 19:40:30 2013 Return-Path: Delivered-To: svn-ports-head@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 EE098E27; Wed, 27 Nov 2013 19:40:30 +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 C54A923C6; Wed, 27 Nov 2013 19:40:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARJeU1v010282; Wed, 27 Nov 2013 19:40:30 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARJeUps010280; Wed, 27 Nov 2013 19:40:30 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311271940.rARJeUps010280@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 19:40:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335049 - head/devel/pear-SebastianBergmann_PHPLOC 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.16 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, 27 Nov 2013 19:40:31 -0000 Author: sunpoet Date: Wed Nov 27 19:40:30 2013 New Revision: 335049 URL: http://svnweb.freebsd.org/changeset/ports/335049 Log: - Update to 2.0.3 - Fix *_DEPENDS PR: ports/184265 Submitted by: Gasol Wu (maintainer) Modified: head/devel/pear-SebastianBergmann_PHPLOC/Makefile head/devel/pear-SebastianBergmann_PHPLOC/distinfo (contents, props changed) Modified: head/devel/pear-SebastianBergmann_PHPLOC/Makefile ============================================================================== --- head/devel/pear-SebastianBergmann_PHPLOC/Makefile Wed Nov 27 19:39:45 2013 (r335048) +++ head/devel/pear-SebastianBergmann_PHPLOC/Makefile Wed Nov 27 19:40:30 2013 (r335049) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= PHPLOC -PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTVERSION= 2.0.3 CATEGORIES= devel pear MASTER_SITES= http://pear.phpunit.de/get/ PKGNAMEPREFIX= pear-SebastianBergmann_ @@ -15,15 +14,12 @@ COMMENT= Tool for quickly measuring the LICENSE= BSD BUILD_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \ - pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \ - pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \ - pear-SebastianBergmann_FinderFacade>=1.0.4:${PORTSDIR}/devel/pear-SebastianBergmann_FinderFacade \ - ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit -RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \ - pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \ - pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \ - pear-SebastianBergmann_FinderFacade>=1.0.4:${PORTSDIR}/devel/pear-SebastianBergmann_FinderFacade \ + pear-Symfony_Component_Console>=1.1.0:${PORTSDIR}/devel/pear-Symfony_Component_Console \ + pear-SebastianBergmann_FinderFacade>=1.1.0:${PORTSDIR}/devel/pear-SebastianBergmann_FinderFacade \ + pear-SebastianBergmann_Git>=1.0.0:${PORTSDIR}/devel/pear-SebastianBergmann_Git \ + pear-SebastianBergmann_Version>=1.0.0:${PORTSDIR}/devel/pear-SebastianBergmann_Version \ ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit +RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PHP= tokenizer PEAR_CHANNEL= phpunit Modified: head/devel/pear-SebastianBergmann_PHPLOC/distinfo ============================================================================== --- head/devel/pear-SebastianBergmann_PHPLOC/distinfo Wed Nov 27 19:39:45 2013 (r335048) +++ head/devel/pear-SebastianBergmann_PHPLOC/distinfo Wed Nov 27 19:40:30 2013 (r335049) @@ -1,2 +1,2 @@ -SHA256 (PEAR/phploc-1.7.1.tgz) = 0c1c3af9d0de1259a57ffc8037b9d11e1e95c4ae43ba73495073ae19104e20ca -SIZE (PEAR/phploc-1.7.1.tgz) = 9944 +SHA256 (PEAR/phploc-2.0.3.tgz) = 2d90c9023160b75199b647cfd874cf1e07025d5823be34ed27838528072b7af7 +SIZE (PEAR/phploc-2.0.3.tgz) = 12588 From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 19:49:56 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 ESMTPS id 82286118; Wed, 27 Nov 2013 19:49:56 +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 7178B2430; Wed, 27 Nov 2013 19:49:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARJnu42011670; Wed, 27 Nov 2013 19:49:56 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARJntTr011665; Wed, 27 Nov 2013 19:49:55 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311271949.rARJntTr011665@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 19:49:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335050 - in head/devel: . p5-Devel-CheckCompiler 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.16 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, 27 Nov 2013 19:49:56 -0000 Author: sunpoet Date: Wed Nov 27 19:49:54 2013 New Revision: 335050 URL: http://svnweb.freebsd.org/changeset/ports/335050 Log: - Add p5-Devel-CheckCompiler 0.04 Devel::CheckCompiler is a checker for compiler's availability. WWW: http://search.cpan.org/dist/Devel-CheckCompiler/ Added: head/devel/p5-Devel-CheckCompiler/ head/devel/p5-Devel-CheckCompiler/Makefile (contents, props changed) head/devel/p5-Devel-CheckCompiler/distinfo (contents, props changed) head/devel/p5-Devel-CheckCompiler/pkg-descr (contents, props changed) head/devel/p5-Devel-CheckCompiler/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Nov 27 19:40:30 2013 (r335049) +++ head/devel/Makefile Wed Nov 27 19:49:54 2013 (r335050) @@ -1828,6 +1828,7 @@ SUBDIR += p5-Devel-Caller-IgnoreNamespaces SUBDIR += p5-Devel-Caller-Perl SUBDIR += p5-Devel-Callsite + SUBDIR += p5-Devel-CheckCompiler SUBDIR += p5-Devel-CheckLib SUBDIR += p5-Devel-CheckOS SUBDIR += p5-Devel-Constants Added: head/devel/p5-Devel-CheckCompiler/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-CheckCompiler/Makefile Wed Nov 27 19:49:54 2013 (r335050) @@ -0,0 +1,28 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Devel-CheckCompiler +PORTVERSION= 0.04 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Check the compiler availability + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires + +USE_PERL5= modbuild +USES= perl5 + +.include + +.if ${PERL_LEVEL} < 501400 +BUILD_DEPENDS+= p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta +TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Added: head/devel/p5-Devel-CheckCompiler/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-CheckCompiler/distinfo Wed Nov 27 19:49:54 2013 (r335050) @@ -0,0 +1,2 @@ +SHA256 (Devel-CheckCompiler-0.04.tar.gz) = e69ae92346721fffbea1fbad335cc03d844fad82feccb3595e1aecb64466f737 +SIZE (Devel-CheckCompiler-0.04.tar.gz) = 11138 Added: head/devel/p5-Devel-CheckCompiler/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-CheckCompiler/pkg-descr Wed Nov 27 19:49:54 2013 (r335050) @@ -0,0 +1,3 @@ +Devel::CheckCompiler is a checker for compiler's availability. + +WWW: http://search.cpan.org/dist/Devel-CheckCompiler/ Added: head/devel/p5-Devel-CheckCompiler/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Devel-CheckCompiler/pkg-plist Wed Nov 27 19:49:54 2013 (r335050) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Devel/AssertC99.pm +%%SITE_PERL%%/Devel/CheckCompiler.pm +%%PERL5_MAN3%%/Devel::AssertC99.3.gz +%%PERL5_MAN3%%/Devel::CheckCompiler.3.gz +@dirrmtry %%SITE_PERL%%/Devel From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 19:51:39 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 ESMTPS id 9938020E; Wed, 27 Nov 2013 19:51:39 +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 888832465; Wed, 27 Nov 2013 19:51:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARJpdmG014064; Wed, 27 Nov 2013 19:51:39 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARJpcY8014059; Wed, 27 Nov 2013 19:51:38 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311271951.rARJpcY8014059@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 19:51:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335051 - in head/devel: . p5-Module-Build-XSUtil 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.16 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, 27 Nov 2013 19:51:39 -0000 Author: sunpoet Date: Wed Nov 27 19:51:38 2013 New Revision: 335051 URL: http://svnweb.freebsd.org/changeset/ports/335051 Log: - Add p5-Module-Build-XSUtil 0.05 Module::Build::XSUtil is subclass of Module::Build for support building XS modules. WWW: http://search.cpan.org/dist/Module-Build-XSUtil/ Added: head/devel/p5-Module-Build-XSUtil/ head/devel/p5-Module-Build-XSUtil/Makefile (contents, props changed) head/devel/p5-Module-Build-XSUtil/distinfo (contents, props changed) head/devel/p5-Module-Build-XSUtil/pkg-descr (contents, props changed) head/devel/p5-Module-Build-XSUtil/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Nov 27 19:49:54 2013 (r335050) +++ head/devel/Makefile Wed Nov 27 19:51:38 2013 (r335051) @@ -2270,6 +2270,7 @@ SUBDIR += p5-Module-Build-Convert SUBDIR += p5-Module-Build-Kwalitee SUBDIR += p5-Module-Build-Tiny + SUBDIR += p5-Module-Build-XSUtil SUBDIR += p5-Module-CPANTS-Analyse SUBDIR += p5-Module-CPANfile SUBDIR += p5-Module-CheckDeps Added: head/devel/p5-Module-Build-XSUtil/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-XSUtil/Makefile Wed Nov 27 19:51:38 2013 (r335051) @@ -0,0 +1,31 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Module-Build-XSUtil +PORTVERSION= 0.05 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Module::Build class for building XS modules + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Devel-CheckCompiler>=0.02:${PORTSDIR}/devel/p5-Devel-CheckCompiler +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= modbuild +USES= perl5 + +.include + +.if ${PERL_LEVEL} < 501400 +BUILD_DEPENDS+= p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta \ + p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort +RUN_DEPENDS+= p5-Devel-PPPort>=3.19:${PORTSDIR}/devel/p5-Devel-PPPort +TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Added: head/devel/p5-Module-Build-XSUtil/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-XSUtil/distinfo Wed Nov 27 19:51:38 2013 (r335051) @@ -0,0 +1,2 @@ +SHA256 (Module-Build-XSUtil-0.05.tar.gz) = 69c203b52943b789271e7496f82abeb443efd358a3379e66466f5b8fdeda9c66 +SIZE (Module-Build-XSUtil-0.05.tar.gz) = 12775 Added: head/devel/p5-Module-Build-XSUtil/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-XSUtil/pkg-descr Wed Nov 27 19:51:38 2013 (r335051) @@ -0,0 +1,4 @@ +Module::Build::XSUtil is subclass of Module::Build for support building XS +modules. + +WWW: http://search.cpan.org/dist/Module-Build-XSUtil/ Added: head/devel/p5-Module-Build-XSUtil/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Module-Build-XSUtil/pkg-plist Wed Nov 27 19:51:38 2013 (r335051) @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Module/Build/XSUtil.pm +%%PERL5_MAN3%%/Module::Build::XSUtil.3.gz +@dirrmtry %%SITE_PERL%%/Module/Build +@dirrmtry %%SITE_PERL%%/Module From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 20:23:38 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 ESMTPS id 597D51F1; Wed, 27 Nov 2013 20:23:38 +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 395AB261D; Wed, 27 Nov 2013 20:23:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARKNc7O025076; Wed, 27 Nov 2013 20:23:38 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARKNbkW025073; Wed, 27 Nov 2013 20:23:37 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311272023.rARKNbkW025073@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 20:23:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335052 - head/devel/p5-Mouse 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.16 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, 27 Nov 2013 20:23:38 -0000 Author: sunpoet Date: Wed Nov 27 20:23:37 2013 New Revision: 335052 URL: http://svnweb.freebsd.org/changeset/ports/335052 Log: - Update to 2.1.0 - Add more TEST_DEPENDS Changes: http://search.cpan.org/dist/Mouse/Changes Modified: head/devel/p5-Mouse/Makefile head/devel/p5-Mouse/distinfo head/devel/p5-Mouse/pkg-plist Modified: head/devel/p5-Mouse/Makefile ============================================================================== --- head/devel/p5-Mouse/Makefile Wed Nov 27 19:51:38 2013 (r335051) +++ head/devel/p5-Mouse/Makefile Wed Nov 27 20:23:37 2013 (r335052) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Mouse -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 PORTEPOCH= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN @@ -15,11 +15,29 @@ COMMENT= Moose minus the antlers LICENSE= ART10 GPLv1 LICENSE_COMB= dual -TEST_DEPENDS= p5-Test-Exception-LessClever>=0.005:${PORTSDIR}/devel/p5-Test-Exception-LessClever \ - p5-Test-Requires>=0.06:${PORTSDIR}/devel/p5-Test-Requires +BUILD_DEPENDS= p5-Module-Build-XSUtil>=0:${PORTSDIR}/devel/p5-Module-Build-XSUtil +TEST_DEPENDS= p5-Declare-Constraints-Simple>=0:${PORTSDIR}/devel/p5-Declare-Constraints-Simple \ + p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \ + p5-Locale-US>=0:${PORTSDIR}/misc/p5-Locale-US \ + p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ + p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \ + p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ + p5-Test-Exception-LessClever>=0:${PORTSDIR}/devel/p5-Test-Exception-LessClever \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ + p5-Test-LeakTrace>=0:${PORTSDIR}/devel/p5-Test-LeakTrace \ + p5-Test-Output>=0:${PORTSDIR}/devel/p5-Test-Output \ + p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \ + p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny MAKE_JOBS_UNSAFE= yes USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild -.include +.include + +.if ${PERL_LEVEL} < 501400 +BUILD_DEPENDS+= p5-CPAN-Meta>=0:${PORTSDIR}/devel/p5-CPAN-Meta +.endif + +.include Modified: head/devel/p5-Mouse/distinfo ============================================================================== --- head/devel/p5-Mouse/distinfo Wed Nov 27 19:51:38 2013 (r335051) +++ head/devel/p5-Mouse/distinfo Wed Nov 27 20:23:37 2013 (r335052) @@ -1,2 +1,2 @@ -SHA256 (Mouse-2.0.0.tar.gz) = cdf718f7a2f1b6691d21e2e04323b1f9052fc4fe1c2f910f17a5fc789c94f11d -SIZE (Mouse-2.0.0.tar.gz) = 236454 +SHA256 (Mouse-2.1.0.tar.gz) = 0dd1a67fa9aef08fd83d66180581b58ab026169110568b873481443758dd5549 +SIZE (Mouse-2.1.0.tar.gz) = 219806 Modified: head/devel/p5-Mouse/pkg-plist ============================================================================== --- head/devel/p5-Mouse/pkg-plist Wed Nov 27 19:51:38 2013 (r335051) +++ head/devel/p5-Mouse/pkg-plist Wed Nov 27 20:23:37 2013 (r335052) @@ -27,7 +27,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Squirrel.pm %%SITE_PERL%%/%%PERL_ARCH%%/Squirrel/Role.pm %%SITE_PERL%%/%%PERL_ARCH%%/Test/Mouse.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mouse/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mouse/Mouse.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mouse/Mouse.so %%SITE_PERL%%/%%PERL_ARCH%%/ouse.pm From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 20:25:57 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 ESMTPS id 5D8DA40D; Wed, 27 Nov 2013 20:25:57 +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 32CCA2640; Wed, 27 Nov 2013 20:25: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 rARKPvRs025397; Wed, 27 Nov 2013 20:25:57 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARKPvDN025396; Wed, 27 Nov 2013 20:25:57 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201311272025.rARKPvDN025396@svn.freebsd.org> From: Dirk Meyer Date: Wed, 27 Nov 2013 20:25:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335053 - head/mail/spamilter 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.16 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, 27 Nov 2013 20:25:57 -0000 Author: dinoex Date: Wed Nov 27 20:25:56 2013 New Revision: 335053 URL: http://svnweb.freebsd.org/changeset/ports/335053 Log: - use OPTIONS_DEFINE Modified: head/mail/spamilter/Makefile Modified: head/mail/spamilter/Makefile ============================================================================== --- head/mail/spamilter/Makefile Wed Nov 27 20:23:37 2013 (r335052) +++ head/mail/spamilter/Makefile Wed Nov 27 20:25:56 2013 (r335053) @@ -29,7 +29,17 @@ DOCSFILES= Changelog INSTALL LICENSE doc conf/db.rcpt conf/db.rdnsbl conf/db.sndr \ conf/policy.html conf/spamilter.rc -.include +PLIST_FILES+= bin/dnsblchk bin/dnsblupd bin/ipfwmtad bin/mxlookup \ + bin/spamilter \ + bin/spamilter-system-report bin/spamilter-user-report +PORTDOCS= Changelog INSTALL LICENSE docs.html docs.txt db.rcpt \ + db.rdnsbl db.sndr policy.html spamilter.rc + +OPTIONS_DEFINE= SMTP_AFTER_POP3 PAM LIBSPF +SMTP_AFTER_POP3_DESC= SMTP after POP3 +LIBSPF_DESC= build with libspf + +.include .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" @@ -39,29 +49,23 @@ CONFIGURE_ARGS+= --sendmail-dir "${LOCAL CONFIGURE_ARGS+= --sendmail-dir "/usr" .endif -.if defined(SMTP_AFTER_POP3) +.if ${PORT_OPTIONS:MSMTP_AFTER_POP3} CONFIGURE_ARGS+= --with-popauth .endif -.if defined(WITH_PAM) +.if ${PORT_OPTIONS:MPAM} CONFIGURE_ARGS+= --with-pam .endif -.if defined(WITH_LIBSPF) +.if ${PORT_OPTIONS:MLIBSPF} BUILD_DEPENDS+= ${LOCALBASE}/lib/libspf.a:${PORTSDIR}/mail/libspf CONFIGURE_ARGS+= --with-libspf ${LOCALBASE} CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .endif -PLIST_FILES+= bin/dnsblchk bin/dnsblupd bin/ipfwmtad bin/mxlookup \ - bin/spamilter \ - bin/spamilter-system-report bin/spamilter-user-report -PORTDOCS= Changelog INSTALL LICENSE docs.html docs.txt db.rcpt \ - db.rdnsbl db.sndr policy.html spamilter.rc - post-extract: - @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} + ${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} pre-configure: ${REINPLACE_CMD} \ @@ -81,11 +85,9 @@ post-install: .for i in ${BINFILES} ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin/ .endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for i in ${DOCSFILES} - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/ -.endfor +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${DOCSFILES:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ .endif -.include +.include From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 20:32:23 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 ESMTPS id 4878F56E; Wed, 27 Nov 2013 20:32: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 35F272693; Wed, 27 Nov 2013 20:32:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARKWNBs028304; Wed, 27 Nov 2013 20:32:23 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARKWMTb028301; Wed, 27 Nov 2013 20:32:22 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311272032.rARKWMTb028301@svn.freebsd.org> From: William Grzybowski Date: Wed, 27 Nov 2013 20:32:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335054 - head/www/py-flexget 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.16 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, 27 Nov 2013 20:32:23 -0000 Author: wg Date: Wed Nov 27 20:32:22 2013 New Revision: 335054 URL: http://svnweb.freebsd.org/changeset/ports/335054 Log: www/py-flexget: update to 1.1.165 - Update to 1.1.165 - Do not use auto plist due to a bug with egg info Added: head/www/py-flexget/pkg-plist (contents, props changed) Modified: head/www/py-flexget/Makefile head/www/py-flexget/distinfo Modified: head/www/py-flexget/Makefile ============================================================================== --- head/www/py-flexget/Makefile Wed Nov 27 20:25:56 2013 (r335053) +++ head/www/py-flexget/Makefile Wed Nov 27 20:32:22 2013 (r335054) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flexget -PORTVERSION= 1.1.164 +PORTVERSION= 1.1.165 PORTEPOCH= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP @@ -15,9 +15,9 @@ COMMENT= Program to automate downloading LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paver>=0:${PORTSDIR}/devel/py-paver \ - ${PYTHON_PKGNAMEPREFIX}distribute>=0:${PORTSDIR}/devel/py-distribute + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:${PORTSDIR}/devel/py-setuptools RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}feedparser>=5.1.3:${PORTSDIR}/textproc/py-feedparser \ - ${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.7:${PORTSDIR}/databases/py-sqlalchemy \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.7:${PORTSDIR}/databases/py-sqlalchemy \ ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml \ ${PYTHON_SITELIBDIR}/BeautifulSoup.py:${PORTSDIR}/www/py-beautifulsoup32 \ ${PYTHON_SITELIBDIR}/bs4/__init__.py:${PORTSDIR}/www/py-beautifulsoup \ @@ -39,11 +39,12 @@ TEST_DEPENDS:= ${RUN_DEPENDS} \ USE_PYTHON= -2.7 USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= FlexGet PYDISTUTILS_PKGVERSION= ${PORTVERSION:R} PYDISTUTILS_NOEGGINFO= yes +PLIST_SUB= PYDISTUTILS_EGGINFO=${PYDISTUTILS_EGGINFO} + regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test Modified: head/www/py-flexget/distinfo ============================================================================== --- head/www/py-flexget/distinfo Wed Nov 27 20:25:56 2013 (r335053) +++ head/www/py-flexget/distinfo Wed Nov 27 20:32:22 2013 (r335054) @@ -1,2 +1,2 @@ -SHA256 (FlexGet-1.1.164.tar.gz) = 4cd0793b3c14f07ae0d6091af16911fda68f4090ece352f64a31a7adfac4a4d3 -SIZE (FlexGet-1.1.164.tar.gz) = 902982 +SHA256 (FlexGet-1.1.165.tar.gz) = 8017271b121b53366a70580505480cb3c9fdf5def16be4558302def71e69bca3 +SIZE (FlexGet-1.1.165.tar.gz) = 903056 Added: head/www/py-flexget/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-flexget/pkg-plist Wed Nov 27 20:32:22 2013 (r335054) @@ -0,0 +1,1001 @@ +bin/flexget +bin/flexget-webui +%%PYTHON_SITELIBDIR%%/%%PYDISTUTILS_EGGINFO%%/PKG-INFO +%%PYTHON_SITELIBDIR%%/%%PYDISTUTILS_EGGINFO%%/SOURCES.txt +%%PYTHON_SITELIBDIR%%/%%PYDISTUTILS_EGGINFO%%/dependency_links.txt +%%PYTHON_SITELIBDIR%%/%%PYDISTUTILS_EGGINFO%%/entry_points.txt +%%PYTHON_SITELIBDIR%%/%%PYDISTUTILS_EGGINFO%%/not-zip-safe +%%PYTHON_SITELIBDIR%%/%%PYDISTUTILS_EGGINFO%%/requires.txt +%%PYTHON_SITELIBDIR%%/%%PYDISTUTILS_EGGINFO%%/top_level.txt +%%PYTHON_SITELIBDIR%%/flexget/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/config_schema.py +%%PYTHON_SITELIBDIR%%/flexget/config_schema.pyc +%%PYTHON_SITELIBDIR%%/flexget/config_schema.pyo +%%PYTHON_SITELIBDIR%%/flexget/db_schema.py +%%PYTHON_SITELIBDIR%%/flexget/db_schema.pyc +%%PYTHON_SITELIBDIR%%/flexget/db_schema.pyo +%%PYTHON_SITELIBDIR%%/flexget/entry.py +%%PYTHON_SITELIBDIR%%/flexget/entry.pyc +%%PYTHON_SITELIBDIR%%/flexget/entry.pyo +%%PYTHON_SITELIBDIR%%/flexget/event.py +%%PYTHON_SITELIBDIR%%/flexget/event.pyc +%%PYTHON_SITELIBDIR%%/flexget/event.pyo +%%PYTHON_SITELIBDIR%%/flexget/logger.py +%%PYTHON_SITELIBDIR%%/flexget/logger.pyc +%%PYTHON_SITELIBDIR%%/flexget/logger.pyo +%%PYTHON_SITELIBDIR%%/flexget/manager.py +%%PYTHON_SITELIBDIR%%/flexget/manager.pyc +%%PYTHON_SITELIBDIR%%/flexget/manager.pyo +%%PYTHON_SITELIBDIR%%/flexget/options.py +%%PYTHON_SITELIBDIR%%/flexget/options.pyc +%%PYTHON_SITELIBDIR%%/flexget/options.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugin.py +%%PYTHON_SITELIBDIR%%/flexget/plugin.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugin.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/api_rottentomatoes.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/api_rottentomatoes.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/api_rottentomatoes.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/api_tmdb.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/api_tmdb.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/api_tmdb.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/api_tvdb.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/api_tvdb.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/api_tvdb.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/api_tvrage.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/api_tvrage.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/api_tvrage.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/cli_config.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/cli_config.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/cli_config.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/doc.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/doc.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/doc.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/explain_sql.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/explain_sql.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/explain_sql.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/movie_queue.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/movie_queue.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/movie_queue.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/perf_tests.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/perf_tests.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/perf_tests.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/performance.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/performance.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/performance.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/plugins.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/plugins.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/plugins.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/reset_plugin.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/reset_plugin.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/reset_plugin.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/series.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/series.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/cli/series.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/download/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/download/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/download/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/download/ftp_download.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/download/ftp_download.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/download/ftp_download.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/est_released.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/est_released.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/est_released.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/est_released_movies.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/est_released_movies.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/est_released_movies.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/est_released_series.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/est_released_series.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/est_released_series.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/exit/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/exit/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/exit/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/accept_all.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/accept_all.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/accept_all.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/all_series.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/all_series.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/all_series.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/content_filter.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/content_filter.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/content_filter.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/content_size.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/content_size.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/content_size.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/crossmatch.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/crossmatch.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/crossmatch.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/delay.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/delay.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/delay.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/exists.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/exists.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/exists.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/exists_movie.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/exists_movie.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/exists_movie.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/exists_series.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/exists_series.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/exists_series.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/if_condition.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/if_condition.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/if_condition.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/imdb.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/imdb.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/imdb.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/imdb_rated.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/imdb_rated.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/imdb_rated.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/imdb_required.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/imdb_required.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/imdb_required.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/limit_new.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/limit_new.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/limit_new.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/magnets.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/magnets.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/magnets.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/movie_queue.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/movie_queue.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/movie_queue.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/only_new.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/only_new.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/only_new.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/private_torrents.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/private_torrents.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/private_torrents.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/proper_movies.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/proper_movies.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/proper_movies.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/quality.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/quality.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/quality.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/queue_base.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/queue_base.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/queue_base.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/regexp.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/regexp.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/regexp.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/remember_rejected.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/remember_rejected.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/remember_rejected.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/require_field.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/require_field.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/require_field.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/retry_failed.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/retry_failed.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/retry_failed.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/rottentomatoes.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/rottentomatoes.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/rottentomatoes.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/seen.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/seen.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/seen.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/seen_info_hash.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/seen_info_hash.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/seen_info_hash.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/seen_movies.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/seen_movies.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/seen_movies.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/series.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/series.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/series.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/series_premiere.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/series_premiere.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/series_premiere.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/thetvdb.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/thetvdb.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/thetvdb.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/torrent_alive.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/torrent_alive.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/filter/torrent_alive.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/generic/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/generic/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/generic/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/generic/archive.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/generic/archive.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/generic/archive.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/generic/cron_env.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/generic/cron_env.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/generic/cron_env.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/generic/db_analyze.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/generic/db_analyze.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/generic/db_analyze.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/generic/db_vacuum.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/generic/db_vacuum.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/generic/db_vacuum.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/generic/urlfix.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/generic/urlfix.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/generic/urlfix.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/generic/welcome.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/generic/welcome.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/generic/welcome.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/apple_trailers.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/apple_trailers.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/apple_trailers.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/backlog.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/backlog.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/backlog.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/betaseries_list.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/betaseries_list.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/betaseries_list.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/discover.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/discover.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/discover.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/emit_movie_queue.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/emit_movie_queue.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/emit_movie_queue.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/emit_series.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/emit_series.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/emit_series.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/find.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/find.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/find.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/ftp_list.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/ftp_list.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/ftp_list.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/gen_series.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/gen_series.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/gen_series.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/generate.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/generate.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/generate.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/html.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/html.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/html.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/imdb_list.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/imdb_list.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/imdb_list.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/inject.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/inject.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/inject.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/input_csv.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/input_csv.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/input_csv.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/inputs.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/inputs.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/inputs.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/listdir.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/listdir.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/listdir.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/mock.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/mock.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/mock.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/plex.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/plex.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/plex.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/pogcal.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/pogcal.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/pogcal.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/regexp_parse.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/regexp_parse.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/regexp_parse.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/rlslog.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/rlslog.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/rlslog.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/rottentomatoes_list.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/rottentomatoes_list.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/rottentomatoes_list.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/rss.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/rss.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/rss.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/scenereleases.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/scenereleases.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/scenereleases.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/tail.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/tail.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/tail.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/text.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/text.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/text.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/thetvdb_favorites.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/thetvdb_favorites.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/thetvdb_favorites.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/trakt_list.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/trakt_list.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/input/trakt_list.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/local/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/local/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/local/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/content_size.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/content_size.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/content_size.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/imdb_lookup.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/imdb_lookup.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/imdb_lookup.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/imdb_url.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/imdb_url.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/imdb_url.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/nzb_size.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/nzb_size.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/nzb_size.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/quality.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/quality.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/quality.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/rottentomatoes_lookup.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/rottentomatoes_lookup.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/rottentomatoes_lookup.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/series.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/series.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/series.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/task.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/task.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/task.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/thetvdb_lookup.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/thetvdb_lookup.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/thetvdb_lookup.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/tmdb_lookup.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/tmdb_lookup.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/tmdb_lookup.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/torrent_size.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/torrent_size.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/metainfo/torrent_size.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/extension.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/extension.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/extension.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/headers.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/headers.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/headers.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/manipulate.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/manipulate.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/manipulate.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/path_by_ext.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/path_by_ext.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/path_by_ext.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/plugin_priority.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/plugin_priority.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/plugin_priority.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/set_field.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/set_field.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/set_field.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/torrent.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/torrent.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/torrent.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/torrent_scrub.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/torrent_scrub.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/torrent_scrub.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/trackers.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/trackers.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/modify/trackers.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/disable_builtins.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/disable_builtins.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/disable_builtins.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/disable_phases.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/disable_phases.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/disable_phases.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/domain_delay.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/domain_delay.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/domain_delay.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/feed_execution.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/feed_execution.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/feed_execution.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/feed_priority.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/feed_priority.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/feed_priority.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/free_space.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/free_space.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/free_space.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/interval.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/interval.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/interval.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/max_reruns.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/max_reruns.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/max_reruns.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/pathscrub.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/pathscrub.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/pathscrub.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/proxy.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/proxy.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/proxy.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/rerun.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/rerun.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/rerun.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/sequence.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/sequence.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/sequence.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/sleep.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/sleep.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/sleep.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/verify_ssl_certificates.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/verify_ssl_certificates.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/operate/verify_ssl_certificates.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/download.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/download.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/download.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/dump.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/dump.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/dump.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/dump_config.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/dump_config.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/dump_config.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/exec.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/exec.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/exec.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/history.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/history.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/history.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/html.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/html.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/html.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/memusage.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/memusage.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/memusage.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/move.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/move.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/move.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/notify_osd.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/notify_osd.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/notify_osd.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/notifymyandroid.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/notifymyandroid.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/notifymyandroid.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/nzbget.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/nzbget.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/nzbget.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/prowl.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/prowl.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/prowl.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/pushover.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/pushover.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/pushover.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/pyload.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/pyload.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/pyload.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/queue_movies.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/queue_movies.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/queue_movies.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/rapidpush.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/rapidpush.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/rapidpush.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/rss.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/rss.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/rss.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/rtorrent_magnet.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/rtorrent_magnet.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/rtorrent_magnet.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/sabnzbd.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/sabnzbd.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/sabnzbd.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/send_email.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/send_email.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/send_email.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/sms_ru.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/sms_ru.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/sms_ru.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/subtitles.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/subtitles.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/output/subtitles.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_change_warn.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_change_warn.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_change_warn.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_cookies.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_cookies.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_cookies.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_deluge.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_deluge.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_deluge.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_entry_trace.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_entry_trace.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_entry_trace.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_formlogin.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_formlogin.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_formlogin.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_import_series.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_import_series.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_import_series.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_include.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_include.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_include.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_preset.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_preset.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_preset.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_sort_by.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_sort_by.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_sort_by.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_spy_headers.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_spy_headers.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_spy_headers.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_transmission.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_transmission.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_transmission.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_try_regexp.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_try_regexp.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_try_regexp.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_urlrewriting.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_urlrewriting.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_urlrewriting.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_verbose.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_verbose.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_verbose.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_verbose_details.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_verbose_details.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/plugin_verbose_details.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/search_btn.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/search_btn.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/search_btn.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/search_kat.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/search_kat.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/search_kat.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/search_newznab.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/search_newznab.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/search_newznab.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/search_rss.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/search_rss.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/search_rss.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/services/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/services/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/services/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/services/myepisodes.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/services/myepisodes.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/services/myepisodes.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/services/pogcal_acquired.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/services/pogcal_acquired.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/services/pogcal_acquired.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/services/torrent_cache.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/services/torrent_cache.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/services/torrent_cache.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/services/trakt_acquired.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/services/trakt_acquired.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/services/trakt_acquired.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/services/trakt_remove.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/services/trakt_remove.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/services/trakt_remove.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/start/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/start/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/start/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_anirena.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_anirena.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_anirena.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_bakabt.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_bakabt.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_bakabt.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_btchat.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_btchat.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_btchat.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_btjunkie.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_btjunkie.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_btjunkie.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_deadfrog.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_deadfrog.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_deadfrog.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_google_cse.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_google_cse.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_google_cse.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_isohunt.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_isohunt.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_isohunt.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_newpct.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_newpct.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_newpct.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_newtorrents.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_newtorrents.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_newtorrents.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_newzleech.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_newzleech.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_newzleech.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_nyaa.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_nyaa.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_nyaa.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_piratebay.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_piratebay.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_piratebay.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_redskunk.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_redskunk.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_redskunk.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_search.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_search.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_search.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_serienjunkies.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_serienjunkies.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_serienjunkies.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_stmusic.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_stmusic.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_stmusic.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_torrent411.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_torrent411.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_torrent411.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_torrentleech.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_torrentleech.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_torrentleech.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_torrentz.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_torrentz.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_torrentz.pyo +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_urlrewrite.py +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_urlrewrite.pyc +%%PYTHON_SITELIBDIR%%/flexget/plugins/urlrewrite_urlrewrite.pyo +%%PYTHON_SITELIBDIR%%/flexget/task.py +%%PYTHON_SITELIBDIR%%/flexget/task.pyc +%%PYTHON_SITELIBDIR%%/flexget/task.pyo +%%PYTHON_SITELIBDIR%%/flexget/templates/email/accepted.template +%%PYTHON_SITELIBDIR%%/flexget/templates/email/default.template +%%PYTHON_SITELIBDIR%%/flexget/templates/email/failed.template +%%PYTHON_SITELIBDIR%%/flexget/templates/email/html.template +%%PYTHON_SITELIBDIR%%/flexget/templates/make_html/default.template +%%PYTHON_SITELIBDIR%%/flexget/templates/rss/default.template +%%PYTHON_SITELIBDIR%%/flexget/ui/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/ui/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/executor.py +%%PYTHON_SITELIBDIR%%/flexget/ui/executor.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/executor.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/manager.py +%%PYTHON_SITELIBDIR%%/flexget/ui/manager.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/manager.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/options.py +%%PYTHON_SITELIBDIR%%/flexget/ui/options.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/options.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/archive/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/archive/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/archive/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/archive/archive.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/archive/archive.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/archive/archive.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/archive/templates/archive.html +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/authentication/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/authentication/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/authentication/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/authentication/authentication.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/authentication/authentication.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/authentication/authentication.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/config/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/config/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/config/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/config/config.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/config/config.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/config/config.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/configure.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/configure.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/configure.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/JSONARY_LICENSE.txt +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/css/loading.gif +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/css/page.index.css +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/js/jquery.js +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/js/jsonary.js +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/js/page.index.js +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/plugins/jsonary.hash.js +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/plugins/jsonary.jstl.js +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/plugins/jsonary.render.js +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/plugins/jsonary.render.table.js +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/plugins/jsonary.undo.js +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/renderers/api.jsonary.css +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/renderers/api.jsonary.js +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/renderers/basic.jsonary.css +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/renderers/basic.jsonary.js +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/renderers/common.css +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/renderers/flexget.jsonary.css +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/renderers/flexget.jsonary.js +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/renderers/images/background-fade-bold.png +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/renderers/images/background-fade.png +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/renderers/images/background-stripe.png +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/renderers/list-links.js +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/renderers/list-schemas.js +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/renderers/plain.jsonary.css +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/renderers/plain.jsonary.js +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/renderers/schemas.jsonary.css +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/static/renderers/schemas.jsonary.js +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/templates/configure.html +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/templates/edit.html +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/templates/edit_jsonary.html +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/templates/edit_text.html +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/configure/templates/new.html +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/execute/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/execute/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/execute/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/execute/execute.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/execute/execute.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/execute/execute.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/execute/static/css/execute.css +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/execute/templates/execute.html +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/history/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/history/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/history/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/history/history.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/history/history.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/history/history.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/history/templates/history.html +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/home/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/home/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/home/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/home/home.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/home/home.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/home/home.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/home/templates/home.html +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/inject/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/inject/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/inject/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/inject/inject.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/inject/inject.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/inject/inject.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/inject/templates/inject.html +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/log_viewer/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/log_viewer/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/log_viewer/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/log_viewer/log_viewer.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/log_viewer/log_viewer.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/log_viewer/log_viewer.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/log_viewer/templates/log.html +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/movies/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/movies/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/movies/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/movies/movies.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/movies/movies.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/movies/movies.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/movies/static/css/movies.css +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/movies/templates/movies.html +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/plugins/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/plugins/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/plugins/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/plugins/plugins.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/plugins/plugins.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/plugins/plugins.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/plugins/templates/plugins.html +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/schedule/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/schedule/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/schedule/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/schedule/schedule.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/schedule/schedule.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/schedule/schedule.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/schedule/templates/schedule.html +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/schema/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/schema/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/schema/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/schema/schema.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/schema/schema.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/schema/schema.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/series/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/series/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/series/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/series/series.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/series/series.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/series/series.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/series/static/css/series.css +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/series/templates/forget.html +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/series/templates/series.html +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/shutdown/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/shutdown/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/shutdown/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/shutdown/shutdown.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/shutdown/shutdown.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/shutdown/shutdown.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/shutdown/templates/shutdown.html +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/tasktray_win32/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/tasktray_win32/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/tasktray_win32/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/tasktray_win32/flexget.ico +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/tasktray_win32/icon.py +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/tasktray_win32/icon.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/plugins/tasktray_win32/icon.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/static/css/forms.css +%%PYTHON_SITELIBDIR%%/flexget/ui/static/css/jsoneditor.css +%%PYTHON_SITELIBDIR%%/flexget/ui/static/css/layout.css +%%PYTHON_SITELIBDIR%%/flexget/ui/static/css/menu.css +%%PYTHON_SITELIBDIR%%/flexget/ui/static/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/css/ui-lightness/images/ui-icons_222222_256x240.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/css/ui-lightness/images/ui-icons_228ef1_256x240.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/css/ui-lightness/images/ui-icons_ef8c08_256x240.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/css/ui-lightness/images/ui-icons_ffd27a_256x240.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/css/ui-lightness/images/ui-icons_ffffff_256x240.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/css/ui-lightness/jquery-ui-1.8.6.custom.css +%%PYTHON_SITELIBDIR%%/flexget/ui/static/css/ui.jqgrid.css +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/FlexGet.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/ajax-loader.gif +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/background.gif +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/construction.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/cross.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/current-bg.gif +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/fatcow-icons/16x16/accept.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/fatcow-icons/16x16/add.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/fatcow-icons/16x16/delete.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/fatcow-icons/16x16/exclamation.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/fatcow-icons/16x16/information.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/fatcow-icons/16x16/script_edit.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/fatcow-icons/32x32/add.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/fatcow-icons/32x32/bullet_toggle_minus.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/fatcow-icons/32x32/bullet_toggle_plus.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/fatcow-icons/32x32/exclamation.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/jsoneditor-icons.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/menu-bg.gif +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/menu.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/tick.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/tooltip/black.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/tooltip/black_arrow.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/tooltip/black_arrow_big.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/tooltip/black_big.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/tooltip/white.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/tooltip/white_arrow.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/tooltip/white_arrow_big.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/img/tooltip/white_big.png +%%PYTHON_SITELIBDIR%%/flexget/ui/static/js/flexget.js +%%PYTHON_SITELIBDIR%%/flexget/ui/static/js/grid.locale-en.js +%%PYTHON_SITELIBDIR%%/flexget/ui/static/js/jquery-1.4.3.min.js +%%PYTHON_SITELIBDIR%%/flexget/ui/static/js/jquery-ui-1.8.6.custom.min.js +%%PYTHON_SITELIBDIR%%/flexget/ui/static/js/jquery.blockUI.js +%%PYTHON_SITELIBDIR%%/flexget/ui/static/js/jquery.jqGrid.min.js +%%PYTHON_SITELIBDIR%%/flexget/ui/static/js/jquery.tools.min.js +%%PYTHON_SITELIBDIR%%/flexget/ui/static/js/jsoneditor.js +%%PYTHON_SITELIBDIR%%/flexget/ui/static/js/yaml.js +%%PYTHON_SITELIBDIR%%/flexget/ui/templates/layout.html +%%PYTHON_SITELIBDIR%%/flexget/ui/utils.py +%%PYTHON_SITELIBDIR%%/flexget/ui/utils.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/utils.pyo +%%PYTHON_SITELIBDIR%%/flexget/ui/webui.py +%%PYTHON_SITELIBDIR%%/flexget/ui/webui.pyc +%%PYTHON_SITELIBDIR%%/flexget/ui/webui.pyo +%%PYTHON_SITELIBDIR%%/flexget/utils/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/utils/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/utils/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/utils/bittorrent.py +%%PYTHON_SITELIBDIR%%/flexget/utils/bittorrent.pyc +%%PYTHON_SITELIBDIR%%/flexget/utils/bittorrent.pyo +%%PYTHON_SITELIBDIR%%/flexget/utils/cached_input.py +%%PYTHON_SITELIBDIR%%/flexget/utils/cached_input.pyc +%%PYTHON_SITELIBDIR%%/flexget/utils/cached_input.pyo +%%PYTHON_SITELIBDIR%%/flexget/utils/database.py +%%PYTHON_SITELIBDIR%%/flexget/utils/database.pyc +%%PYTHON_SITELIBDIR%%/flexget/utils/database.pyo +%%PYTHON_SITELIBDIR%%/flexget/utils/imdb.py +%%PYTHON_SITELIBDIR%%/flexget/utils/imdb.pyc +%%PYTHON_SITELIBDIR%%/flexget/utils/imdb.pyo +%%PYTHON_SITELIBDIR%%/flexget/utils/json.py +%%PYTHON_SITELIBDIR%%/flexget/utils/json.pyc +%%PYTHON_SITELIBDIR%%/flexget/utils/json.pyo +%%PYTHON_SITELIBDIR%%/flexget/utils/log.py +%%PYTHON_SITELIBDIR%%/flexget/utils/log.pyc +%%PYTHON_SITELIBDIR%%/flexget/utils/log.pyo +%%PYTHON_SITELIBDIR%%/flexget/utils/pathscrub.py +%%PYTHON_SITELIBDIR%%/flexget/utils/pathscrub.pyc +%%PYTHON_SITELIBDIR%%/flexget/utils/pathscrub.pyo +%%PYTHON_SITELIBDIR%%/flexget/utils/qualities.py +%%PYTHON_SITELIBDIR%%/flexget/utils/qualities.pyc +%%PYTHON_SITELIBDIR%%/flexget/utils/qualities.pyo +%%PYTHON_SITELIBDIR%%/flexget/utils/requests.py +%%PYTHON_SITELIBDIR%%/flexget/utils/requests.pyc +%%PYTHON_SITELIBDIR%%/flexget/utils/requests.pyo +%%PYTHON_SITELIBDIR%%/flexget/utils/search.py +%%PYTHON_SITELIBDIR%%/flexget/utils/search.pyc +%%PYTHON_SITELIBDIR%%/flexget/utils/search.pyo +%%PYTHON_SITELIBDIR%%/flexget/utils/simple_persistence.py +%%PYTHON_SITELIBDIR%%/flexget/utils/simple_persistence.pyc +%%PYTHON_SITELIBDIR%%/flexget/utils/simple_persistence.pyo +%%PYTHON_SITELIBDIR%%/flexget/utils/soup.py +%%PYTHON_SITELIBDIR%%/flexget/utils/soup.pyc +%%PYTHON_SITELIBDIR%%/flexget/utils/soup.pyo +%%PYTHON_SITELIBDIR%%/flexget/utils/sqlalchemy_utils.py +%%PYTHON_SITELIBDIR%%/flexget/utils/sqlalchemy_utils.pyc +%%PYTHON_SITELIBDIR%%/flexget/utils/sqlalchemy_utils.pyo +%%PYTHON_SITELIBDIR%%/flexget/utils/template.py +%%PYTHON_SITELIBDIR%%/flexget/utils/template.pyc +%%PYTHON_SITELIBDIR%%/flexget/utils/template.pyo +%%PYTHON_SITELIBDIR%%/flexget/utils/titles/__init__.py +%%PYTHON_SITELIBDIR%%/flexget/utils/titles/__init__.pyc +%%PYTHON_SITELIBDIR%%/flexget/utils/titles/__init__.pyo +%%PYTHON_SITELIBDIR%%/flexget/utils/titles/movie.py +%%PYTHON_SITELIBDIR%%/flexget/utils/titles/movie.pyc +%%PYTHON_SITELIBDIR%%/flexget/utils/titles/movie.pyo +%%PYTHON_SITELIBDIR%%/flexget/utils/titles/parser.py +%%PYTHON_SITELIBDIR%%/flexget/utils/titles/parser.pyc +%%PYTHON_SITELIBDIR%%/flexget/utils/titles/parser.pyo +%%PYTHON_SITELIBDIR%%/flexget/utils/titles/series.py +%%PYTHON_SITELIBDIR%%/flexget/utils/titles/series.pyc +%%PYTHON_SITELIBDIR%%/flexget/utils/titles/series.pyo +%%PYTHON_SITELIBDIR%%/flexget/utils/tools.py +%%PYTHON_SITELIBDIR%%/flexget/utils/tools.pyc +%%PYTHON_SITELIBDIR%%/flexget/utils/tools.pyo +%%PYTHON_SITELIBDIR%%/flexget/validator.py +%%PYTHON_SITELIBDIR%%/flexget/validator.pyc +%%PYTHON_SITELIBDIR%%/flexget/validator.pyo +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/utils/titles +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/utils +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/templates +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/static/js +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/static/img/tooltip +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/static/img/fatcow-icons/32x32 +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/static/img/fatcow-icons/16x16 +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/static/img/fatcow-icons +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/static/img +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/static/css/ui-lightness/images +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/static/css/ui-lightness +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/static/css +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/static +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/plugins/tasktray_win32 +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/plugins/shutdown/templates +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/plugins/shutdown +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/plugins/series/templates +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/plugins/series/static/css +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/plugins/series/static +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/plugins/series +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/plugins/schema +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/plugins/schedule/templates +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/plugins/schedule +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/plugins/plugins/templates +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/plugins/plugins +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/plugins/movies/templates +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/plugins/movies/static/css +@dirrmtry %%PYTHON_SITELIBDIR%%/flexget/ui/plugins/movies/static *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 20:42:14 2013 Return-Path: Delivered-To: svn-ports-head@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 C84FB6DC; Wed, 27 Nov 2013 20:42:14 +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 B7D6926FA; Wed, 27 Nov 2013 20:42:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARKgELL031653; Wed, 27 Nov 2013 20:42:14 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARKgEC2031651; Wed, 27 Nov 2013 20:42:14 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201311272042.rARKgEC2031651@svn.freebsd.org> From: TAKATSU Tomonari Date: Wed, 27 Nov 2013 20:42:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335055 - head/graphics/R-cran-rgdal 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.16 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, 27 Nov 2013 20:42:14 -0000 Author: tota Date: Wed Nov 27 20:42:14 2013 New Revision: 335055 URL: http://svnweb.freebsd.org/changeset/ports/335055 Log: - Update to 0.8-13 Modified: head/graphics/R-cran-rgdal/Makefile head/graphics/R-cran-rgdal/distinfo Modified: head/graphics/R-cran-rgdal/Makefile ============================================================================== --- head/graphics/R-cran-rgdal/Makefile Wed Nov 27 20:32:22 2013 (r335054) +++ head/graphics/R-cran-rgdal/Makefile Wed Nov 27 20:42:14 2013 (r335055) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rgdal -DISTVERSION= 0.8-12 -PORTREVISION= 1 +DISTVERSION= 0.8-13 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/graphics/R-cran-rgdal/distinfo ============================================================================== --- head/graphics/R-cran-rgdal/distinfo Wed Nov 27 20:32:22 2013 (r335054) +++ head/graphics/R-cran-rgdal/distinfo Wed Nov 27 20:42:14 2013 (r335055) @@ -1,2 +1,2 @@ -SHA256 (rgdal_0.8-12.tar.gz) = ab81dfa3b62cff9142b1085cf8629d4cad479ffb1bc46c3dc6ee3cd676b494bb -SIZE (rgdal_0.8-12.tar.gz) = 1579952 +SHA256 (rgdal_0.8-13.tar.gz) = b44c9fe78f2fe76d079303e665d66e4cdb8674ff18a747b40a552bafc62fbca5 +SIZE (rgdal_0.8-13.tar.gz) = 1609256 From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 20:42:50 2013 Return-Path: Delivered-To: svn-ports-head@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 E2F437BE; Wed, 27 Nov 2013 20:42:50 +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 D2AC12703; Wed, 27 Nov 2013 20:42:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARKgoOC031839; Wed, 27 Nov 2013 20:42:50 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARKgoP1031838; Wed, 27 Nov 2013 20:42:50 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311272042.rARKgoP1031838@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 20:42:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335057 - head/misc/help2man 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.16 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, 27 Nov 2013 20:42:51 -0000 Author: sunpoet Date: Wed Nov 27 20:42:50 2013 New Revision: 335057 URL: http://svnweb.freebsd.org/changeset/ports/335057 Log: - Add temporary note of build failure caused by Perl infrastructure change in 20130612 Modified: head/misc/help2man/Makefile Modified: head/misc/help2man/Makefile ============================================================================== --- head/misc/help2man/Makefile Wed Nov 27 20:42:45 2013 (r335056) +++ head/misc/help2man/Makefile Wed Nov 27 20:42:50 2013 (r335057) @@ -41,6 +41,21 @@ NLS_PLIST_DIRSTRY+= man/${lang}/man1 \ man/${lang} .endfor +.include + +# Add temporary note of build failure caused by Perl infrastructure change in 20130612 +pre-configure: +.if ${PORT_OPTIONS:MNLS} + @${ECHO_MSG} "" + @${ECHO_MSG} "Please read UPDATING entry 20130612 [1] and PR/184276 [2] to fix your" + @${ECHO_MSG} "Perl installation if you got the following error message." + @${ECHO_MSG} " configure: error: perl module Locale::gettext required" + @${ECHO_MSG} "" + @${ECHO_MSG} "[1] http://svnweb.freebsd.org/ports/head/UPDATING?r1=320405&r2=320679" + @${ECHO_MSG} "[2] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184276" + @${ECHO_MSG} "" +.endif + post-patch: @${REINPLACE_CMD} -e '/^pkglibdir/ s|/${PORTNAME}$$||' ${WRKSRC}/Makefile.in From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 20:42:46 2013 Return-Path: Delivered-To: svn-ports-head@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 760B27B7; Wed, 27 Nov 2013 20:42:46 +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 6579926FE; Wed, 27 Nov 2013 20:42:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARKgk80031775; Wed, 27 Nov 2013 20:42:46 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARKgkip031773; Wed, 27 Nov 2013 20:42:46 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201311272042.rARKgkip031773@svn.freebsd.org> From: Dirk Meyer Date: Wed, 27 Nov 2013 20:42:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335056 - head/emulators/stonx 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.16 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, 27 Nov 2013 20:42:46 -0000 Author: dinoex Date: Wed Nov 27 20:42:45 2013 New Revision: 335056 URL: http://svnweb.freebsd.org/changeset/ports/335056 Log: - use OPTIONS_DEFINE - fix option EXAMPLES Modified: head/emulators/stonx/Makefile head/emulators/stonx/pkg-plist Modified: head/emulators/stonx/Makefile ============================================================================== --- head/emulators/stonx/Makefile Wed Nov 27 20:42:14 2013 (r335055) +++ head/emulators/stonx/Makefile Wed Nov 27 20:42:45 2013 (r335056) @@ -13,7 +13,8 @@ COMMENT= AtariST emulator BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ gccmakedep:${PORTSDIR}/devel/gccmakedep \ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ - mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale + mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale \ + ${LOCALBASE}/lib/X11/fonts/misc/10x20-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir RESTRICTED= tos.img is copyrighted @@ -26,11 +27,6 @@ CONFIGURE_ARGS= --x-includes=${LOCALBASE --x-libraries=${LOCALBASE}/lib ALL_TARGET= all fnttobdf tosfonts fonts -pre-build: - ${CP} ${DISTDIR}/${TOSIMG} ${WRKSRC}/tos.img - -# Installing -# BINDIR= ${PREFIX}/bin FNTDIR= ${PREFIX}/lib/X11/fonts/misc @@ -41,6 +37,11 @@ DOCS= ../COPYING AUTHORS DEBUGGING INSTA FONTS= System0-iso.pcf System0.pcf System1-iso.pcf System1.pcf \ System2-iso.pcf System2.pcf +.include + +pre-build: + ${CP} ${DISTDIR}/${TOSIMG} ${WRKSRC}/tos.img + post-install: .for f in ${ETCFILES} ${INSTALL_DATA} ${WRKSRC}/etc/$f ${ETCDIR}/ @@ -48,32 +49,25 @@ post-install: @${ECHO_MSG} "===> Installing fonts" .for f in ${FONTS} ${INSTALL_DATA} ${WRKSRC}/data/$f ${FNTDIR}/ - @${GZIP_CMD} ${FNTDIR}/$f -.endfor - @mkfontdir ${FNTDIR} -.if !defined(NOPORTDOCS) - @${ECHO_MSG} "===> Installing docs" - @${MKDIR} ${DOCSDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/docs/$f ${DOCSDIR}/ -.endfor - @${MKDIR} ${EXAMPLESDIR} -.for f in ${DATA} - ${INSTALL_DATA} ${WRKSRC}/$f ${EXAMPLESDIR}/ + ${GZIP_CMD} ${FNTDIR}/$f .endfor + mkfontdir ${FNTDIR} +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/docs/,} ${DOCSDIR}/ +.endif +.if ${PORT_OPTIONS:MEXAMPLES} + ${MKDIR} ${EXAMPLESDIR} + ${INSTALL_DATA} ${DATA:S,^,${WRKSRC}/,} ${EXAMPLESDIR}/ .endif .if (defined(DISPLAY) && ${DISPLAY} != "") - @xset fp+ ${FNTDIR} - @xset fp rehash + xset fp+ ${FNTDIR} + xset fp rehash .endif -.include - .if !exists(${DISTDIR}/${TOSIMG}) IGNORE= please get a ROM dump from your AtariST and save it as\ "${TOSIMG}" in "${DISTDIR}" manually, and then make again .endif -BUILD_DEPENDS+= ${LOCALBASE}/lib/X11/fonts/misc/10x20-ISO8859-1.pcf.gz:${PORTSDIR}/x11-fonts/font-misc-misc - -.include +.include Modified: head/emulators/stonx/pkg-plist ============================================================================== --- head/emulators/stonx/pkg-plist Wed Nov 27 20:42:14 2013 (r335055) +++ head/emulators/stonx/pkg-plist Wed Nov 27 20:42:45 2013 (r335056) @@ -22,10 +22,10 @@ lib/X11/fonts/misc/System2.pcf.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES %%PORTDOCS%%%%DOCSDIR%%/TOS-VERSIONS -%%PORTDOCS%%%%EXAMPLESDIR%%/bench1.pas -%%PORTDOCS%%%%EXAMPLESDIR%%/bench1.prg -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench1.pas +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/bench1.prg +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @dirrm %%DATADIR%%/gemdos_c/mint @dirrm %%DATADIR%%/gemdos_c @dirrm %%DATADIR%% From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 20:44:50 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 ESMTPS id 2A9089A0; Wed, 27 Nov 2013 20:44:50 +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 0B2222719; Wed, 27 Nov 2013 20:44:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARKin1Y032177; Wed, 27 Nov 2013 20:44:49 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARKinE9032174; Wed, 27 Nov 2013 20:44:49 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311272044.rARKinE9032174@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 20:44:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335058 - head/devel/p5-Readonly 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.16 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, 27 Nov 2013 20:44:50 -0000 Author: sunpoet Date: Wed Nov 27 20:44:49 2013 New Revision: 335058 URL: http://svnweb.freebsd.org/changeset/ports/335058 Log: - Update to 1.04 - Add LICENSE - Move Readonly::XS to devel/p5-Readonly-XS Changes: http://search.cpan.org/dist/Readonly/Changes Modified: head/devel/p5-Readonly/Makefile head/devel/p5-Readonly/distinfo (contents, props changed) head/devel/p5-Readonly/pkg-plist (contents, props changed) Modified: head/devel/p5-Readonly/Makefile ============================================================================== --- head/devel/p5-Readonly/Makefile Wed Nov 27 20:42:50 2013 (r335057) +++ head/devel/p5-Readonly/Makefile Wed Nov 27 20:44:49 2013 (r335058) @@ -2,24 +2,18 @@ # $FreeBSD$ PORTNAME= Readonly -PORTVERSION= 1.03 -PORTREVISION= 2 +PORTVERSION= 1.04 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${PORTNAME}-XS-${PORTVERSION_XS}${EXTRACT_SUFX} MAINTAINER= perl@FreeBSD.org COMMENT= Facility for creating read-only scalars, arrays, hashes -USES= perl5 -USE_PERL5= configure -CONFIGURE_ARGS= DIR="${PORTNAME}-XS-${PORTVERSION_XS}" -PORTVERSION_XS= 1.05 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual -post-patch: - ${MV} ${WRKDIR}/${PORTNAME}-XS-${PORTVERSION_XS} ${WRKSRC} - ${RM} ${WRKSRC}/*.pl +USES= perl5 +USE_PERL5= modbuild .include Modified: head/devel/p5-Readonly/distinfo ============================================================================== --- head/devel/p5-Readonly/distinfo Wed Nov 27 20:42:50 2013 (r335057) +++ head/devel/p5-Readonly/distinfo Wed Nov 27 20:44:49 2013 (r335058) @@ -1,4 +1,4 @@ -SHA256 (Readonly-1.03.tar.gz) = 53c46815dea724e29ceabb5d39471b0e6f2ebbb3cf1fe2a23d881a2855f713ea -SIZE (Readonly-1.03.tar.gz) = 13677 +SHA256 (Readonly-1.04.tar.gz) = b7e3b774ab9b2edc02261d6758a7adf7aad21ce8ee8318a1aaece55dd49774ed +SIZE (Readonly-1.04.tar.gz) = 25609 SHA256 (Readonly-XS-1.05.tar.gz) = 8ae5c4e85299e5c8bddd1b196f2eea38f00709e0dc0cb60454dc9114ae3fff0d SIZE (Readonly-XS-1.05.tar.gz) = 8849 Modified: head/devel/p5-Readonly/pkg-plist ============================================================================== --- head/devel/p5-Readonly/pkg-plist Wed Nov 27 20:42:50 2013 (r335057) +++ head/devel/p5-Readonly/pkg-plist Wed Nov 27 20:44:49 2013 (r335058) @@ -1,10 +1,6 @@ %%PERL5_MAN3%%/Readonly.3.gz -%%PERL5_MAN3%%/Readonly::XS.3.gz -%%SITE_PERL%%/%%PERL_ARCH%%/Readonly.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Readonly/XS.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Readonly/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Readonly/XS/XS.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Readonly/XS/XS.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Readonly/XS -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Readonly -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Readonly +%%SITE_PERL%%/Readonly.pm +%%SITE_PERL%%/Readonly/Array.pm +%%SITE_PERL%%/Readonly/Hash.pm +%%SITE_PERL%%/Readonly/Scalar.pm +@dirrmtry %%SITE_PERL%%/Readonly From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 20:45:22 2013 Return-Path: Delivered-To: svn-ports-head@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 95ACDA7B; Wed, 27 Nov 2013 20:45:22 +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 559D2271C; Wed, 27 Nov 2013 20:45:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARKj8qW032391; Wed, 27 Nov 2013 20:45:08 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARKj7Fc032384; Wed, 27 Nov 2013 20:45:07 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311272045.rARKj7Fc032384@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 20:45:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335059 - in head/devel: . p5-Readonly-XS 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.16 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, 27 Nov 2013 20:45:22 -0000 Author: sunpoet Date: Wed Nov 27 20:45:06 2013 New Revision: 335059 URL: http://svnweb.freebsd.org/changeset/ports/335059 Log: - Add p5-Readonly-XS 1.05 This module corrects the speed problem, at least with respect to scalar variables. When Readonly::XS is installed, Readonly uses it to access the internals of scalar variables. Instead of creating a scalar variable object and tying it, Readonly simply flips the SvREADONLY bit in the scalar's FLAGS structure. Readonly arrays and hashes are not sped up by this, since the SvREADONLY flag only works for scalars. Arrays and hashes always use the tie interface. Programs that you write do not need to know whether Readonly::XS is installed or not. They should just "use Readonly" and let Readonly worry about whether or not it can use XS. If the Readonly::XS is present, Readonly will be faster. If not, it won't. Either way, it will still work, and your code will not have to change. Your program can check whether Readonly.pm is using XS or not by examining the $Readonly::XSokay variable. It will be true if the XS module was found and is being used. Please do not change this variable. WWW: http://search.cpan.org/dist/Readonly-XS/ Added: head/devel/p5-Readonly-XS/ head/devel/p5-Readonly-XS/Makefile (contents, props changed) head/devel/p5-Readonly-XS/distinfo (contents, props changed) head/devel/p5-Readonly-XS/pkg-descr (contents, props changed) head/devel/p5-Readonly-XS/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Nov 27 20:44:49 2013 (r335058) +++ head/devel/Makefile Wed Nov 27 20:45:06 2013 (r335059) @@ -2585,6 +2585,7 @@ SUBDIR += p5-ReadLine-Perl SUBDIR += p5-ReadLine-TTYtter SUBDIR += p5-Readonly + SUBDIR += p5-Readonly-XS SUBDIR += p5-Reflex SUBDIR += p5-Regexp-Assemble SUBDIR += p5-Regexp-Assemble-Compressed Added: head/devel/p5-Readonly-XS/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Readonly-XS/Makefile Wed Nov 27 20:45:06 2013 (r335059) @@ -0,0 +1,22 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Readonly-XS +PORTVERSION= 1.05 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Companion module for Readonly.pm, to speed up read-only scalar variables + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Readonly>=1.02:${PORTSDIR}/devel/p5-Readonly +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USE_PERL5= configure +USES= perl5 + +.include Added: head/devel/p5-Readonly-XS/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Readonly-XS/distinfo Wed Nov 27 20:45:06 2013 (r335059) @@ -0,0 +1,2 @@ +SHA256 (Readonly-XS-1.05.tar.gz) = 8ae5c4e85299e5c8bddd1b196f2eea38f00709e0dc0cb60454dc9114ae3fff0d +SIZE (Readonly-XS-1.05.tar.gz) = 8849 Added: head/devel/p5-Readonly-XS/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Readonly-XS/pkg-descr Wed Nov 27 20:45:06 2013 (r335059) @@ -0,0 +1,19 @@ +This module corrects the speed problem, at least with respect to scalar +variables. When Readonly::XS is installed, Readonly uses it to access the +internals of scalar variables. Instead of creating a scalar variable object and +tying it, Readonly simply flips the SvREADONLY bit in the scalar's FLAGS +structure. + +Readonly arrays and hashes are not sped up by this, since the SvREADONLY flag +only works for scalars. Arrays and hashes always use the tie interface. + +Programs that you write do not need to know whether Readonly::XS is installed or +not. They should just "use Readonly" and let Readonly worry about whether or not +it can use XS. If the Readonly::XS is present, Readonly will be faster. If not, +it won't. Either way, it will still work, and your code will not have to change. + +Your program can check whether Readonly.pm is using XS or not by examining the +$Readonly::XSokay variable. It will be true if the XS module was found and is +being used. Please do not change this variable. + +WWW: http://search.cpan.org/dist/Readonly-XS/ Added: head/devel/p5-Readonly-XS/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Readonly-XS/pkg-plist Wed Nov 27 20:45:06 2013 (r335059) @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Readonly/XS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Readonly/XS/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Readonly/XS/XS.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Readonly/XS/XS.so +%%PERL5_MAN3%%/Readonly::XS.3.gz +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Readonly/XS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Readonly +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Readonly From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 20:52:20 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 ESMTPS id B39B5D39; Wed, 27 Nov 2013 20:52:20 +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 A232927A1; Wed, 27 Nov 2013 20:52:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARKq8G1035304; Wed, 27 Nov 2013 20:52:08 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARKq8Xe035301; Wed, 27 Nov 2013 20:52:08 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311272052.rARKq8Xe035301@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 20:52:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335060 - in head/devel/py-gevent: . 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.16 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, 27 Nov 2013 20:52:20 -0000 Author: sunpoet Date: Wed Nov 27 20:52:07 2013 New Revision: 335060 URL: http://svnweb.freebsd.org/changeset/ports/335060 Log: - Update to 1.0 - Use REINPLACE_CMD instead of patch file - Strip shared library - Fix regression-test: in tinderbox Changes: https://github.com/surfly/gevent/blob/master/changelog.rst Deleted: head/devel/py-gevent/files/ Modified: head/devel/py-gevent/Makefile head/devel/py-gevent/distinfo (contents, props changed) head/devel/py-gevent/pkg-plist (contents, props changed) Modified: head/devel/py-gevent/Makefile ============================================================================== --- head/devel/py-gevent/Makefile Wed Nov 27 20:45:06 2013 (r335059) +++ head/devel/py-gevent/Makefile Wed Nov 27 20:52:07 2013 (r335060) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gevent -PORTVERSION= 0.13.8 -PORTREVISION= 1 +PORTVERSION= 1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,14 +14,17 @@ LICENSE= MIT LIB_DEPENDS= libevent-1.4.so:${PORTSDIR}/devel/libevent RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0:${PORTSDIR}/devel/py-greenlet -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}greenlet>=0:${PORTSDIR}/devel/py-greenlet \ + ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 USE_PYTHON= -2.7 USE_PYDISTUTILS=yes -PYDISTUTILS_BUILDARGS= -I${LOCALBASE}/include -L${LOCALBASE}/lib + +post-patch: + @${REINPLACE_CMD} -e 's|setuptools|distutils.core|' ${WRKSRC}/${PYSETUP} post-build: - @${STRIP_CMD} ${WRKSRC}/gevent/core.so + @${STRIP_CMD} ${WRKSRC}/gevent/_semaphore.so ${WRKSRC}/gevent/_util.so ${WRKSRC}/gevent/ares.so ${WRKSRC}/gevent/core.so regression-test test: build cd ${WRKSRC}/greentest/ && ${SETENV} PYTHONPATH=../ ${PYTHON_CMD} testrunner.py Modified: head/devel/py-gevent/distinfo ============================================================================== --- head/devel/py-gevent/distinfo Wed Nov 27 20:45:06 2013 (r335059) +++ head/devel/py-gevent/distinfo Wed Nov 27 20:52:07 2013 (r335060) @@ -1,2 +1,2 @@ -SHA256 (gevent-0.13.8.tar.gz) = 54b8d26300ce408c0916a3e63ef6cd3e6aca76230833558deb7de15196ed955e -SIZE (gevent-0.13.8.tar.gz) = 300098 +SHA256 (gevent-1.0.tar.gz) = bfa9d846db91a7d8b6a36e87353eed641c7e3e7d0bfa0b9975796d227f2db4eb +SIZE (gevent-1.0.tar.gz) = 1437122 Modified: head/devel/py-gevent/pkg-plist ============================================================================== --- head/devel/py-gevent/pkg-plist Wed Nov 27 20:45:06 2013 (r335059) +++ head/devel/py-gevent/pkg-plist Wed Nov 27 20:52:07 2013 (r335060) @@ -11,21 +11,12 @@ %%PYTHON_SITELIBDIR%%/gevent/coros.py %%PYTHON_SITELIBDIR%%/gevent/coros.pyc %%PYTHON_SITELIBDIR%%/gevent/coros.pyo -%%PYTHON_SITELIBDIR%%/gevent/dns.py -%%PYTHON_SITELIBDIR%%/gevent/dns.pyc -%%PYTHON_SITELIBDIR%%/gevent/dns.pyo %%PYTHON_SITELIBDIR%%/gevent/event.py %%PYTHON_SITELIBDIR%%/gevent/event.pyc %%PYTHON_SITELIBDIR%%/gevent/event.pyo %%PYTHON_SITELIBDIR%%/gevent/greenlet.py %%PYTHON_SITELIBDIR%%/gevent/greenlet.pyc %%PYTHON_SITELIBDIR%%/gevent/greenlet.pyo -%%PYTHON_SITELIBDIR%%/gevent/http.py -%%PYTHON_SITELIBDIR%%/gevent/http.pyc -%%PYTHON_SITELIBDIR%%/gevent/http.pyo -%%PYTHON_SITELIBDIR%%/gevent/httplib.py -%%PYTHON_SITELIBDIR%%/gevent/httplib.pyc -%%PYTHON_SITELIBDIR%%/gevent/httplib.pyo %%PYTHON_SITELIBDIR%%/gevent/hub.py %%PYTHON_SITELIBDIR%%/gevent/hub.pyc %%PYTHON_SITELIBDIR%%/gevent/hub.pyo @@ -44,9 +35,6 @@ %%PYTHON_SITELIBDIR%%/gevent/queue.py %%PYTHON_SITELIBDIR%%/gevent/queue.pyc %%PYTHON_SITELIBDIR%%/gevent/queue.pyo -%%PYTHON_SITELIBDIR%%/gevent/rawgreenlet.py -%%PYTHON_SITELIBDIR%%/gevent/rawgreenlet.pyc -%%PYTHON_SITELIBDIR%%/gevent/rawgreenlet.pyo %%PYTHON_SITELIBDIR%%/gevent/select.py %%PYTHON_SITELIBDIR%%/gevent/select.pyc %%PYTHON_SITELIBDIR%%/gevent/select.pyo @@ -59,9 +47,6 @@ %%PYTHON_SITELIBDIR%%/gevent/ssl.py %%PYTHON_SITELIBDIR%%/gevent/ssl.pyc %%PYTHON_SITELIBDIR%%/gevent/ssl.pyo -%%PYTHON_SITELIBDIR%%/gevent/sslold.py -%%PYTHON_SITELIBDIR%%/gevent/sslold.pyc -%%PYTHON_SITELIBDIR%%/gevent/sslold.pyo %%PYTHON_SITELIBDIR%%/gevent/thread.py %%PYTHON_SITELIBDIR%%/gevent/thread.pyc %%PYTHON_SITELIBDIR%%/gevent/thread.pyo From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 20:53:21 2013 Return-Path: Delivered-To: svn-ports-head@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 A8F37E2E; Wed, 27 Nov 2013 20:53:21 +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 9315727AD; Wed, 27 Nov 2013 20:53:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARKrLu5035487; Wed, 27 Nov 2013 20:53:21 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARKrLPj035486; Wed, 27 Nov 2013 20:53:21 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201311272053.rARKrLPj035486@svn.freebsd.org> From: Dirk Meyer Date: Wed, 27 Nov 2013 20:53:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335061 - head/graphics/swftools 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.16 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, 27 Nov 2013 20:53:21 -0000 Author: dinoex Date: Wed Nov 27 20:53:21 2013 New Revision: 335061 URL: http://svnweb.freebsd.org/changeset/ports/335061 Log: - use new LIB_DEPENDS style Modified: head/graphics/swftools/Makefile Modified: head/graphics/swftools/Makefile ============================================================================== --- head/graphics/swftools/Makefile Wed Nov 27 20:52:07 2013 (r335060) +++ head/graphics/swftools/Makefile Wed Nov 27 20:53:21 2013 (r335061) @@ -13,12 +13,12 @@ COMMENT= SWF manipulation and generation LICENSE= GPLv2 -LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - gif.5:${PORTSDIR}/graphics/giflib \ - fftw3:${PORTSDIR}/math/fftw3 \ - freetype.9:${PORTSDIR}/print/freetype2 \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= libt1.so:${PORTSDIR}/devel/t1lib \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libgif.so:${PORTSDIR}/graphics/giflib \ + libfftw3.so:${PORTSDIR}/math/fftw3 \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig NO_STAGE= yes @@ -56,11 +56,11 @@ PLIST_SUB+= PDF="@comment " .endif post-patch: - @${REINPLACE_CMD} -e 's| -O | |g ; \ + ${REINPLACE_CMD} -e 's| -O | |g ; \ s|/usr/include/fontconfig|${LOCALBASE}/include/fontconfig|g ; \ s|/usr/local/include|${LOCALBASE}/include|g ; \ s|/usr/local/lib|${LOCALBASE}/lib|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e '/python/d ; \ + ${REINPLACE_CMD} -e '/python/d ; \ /avi2swf/d' ${WRKSRC}/Makefile.in .include From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 21:25:45 2013 Return-Path: Delivered-To: svn-ports-head@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 3AC7FBDF; Wed, 27 Nov 2013 21:25:45 +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 2A86D2B7A; Wed, 27 Nov 2013 21:25:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARLPW5C046194; Wed, 27 Nov 2013 21:25:32 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARLPWsj046193; Wed, 27 Nov 2013 21:25:32 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311272125.rARLPWsj046193@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 21:25:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335062 - head/www/aria2 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.16 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, 27 Nov 2013 21:25:45 -0000 Author: sunpoet Date: Wed Nov 27 21:25:32 2013 New Revision: 335062 URL: http://svnweb.freebsd.org/changeset/ports/335062 Log: - Use USES=compiler:c++11-lib - Mark broken for FreeBSD 8.x and 9.x without libc++ Modified: head/www/aria2/Makefile Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Wed Nov 27 20:53:21 2013 (r335061) +++ head/www/aria2/Makefile Wed Nov 27 21:25:32 2013 (r335062) @@ -30,7 +30,7 @@ USE_CXXSTD= c++11 USE_GNOME= libxml2 USE_OPENSSL= yes USE_XZ= yes -USES= compiler:c++11-lang pathfix pkgconfig +USES= compiler:c++11-lib pathfix pkgconfig CA_BUNDLE_CONFIGURE_OFF=--without-ca-bundle CA_BUNDLE_CONFIGURE_ON= --with-ca-bundle=${LOCALBASE}/share/certs/ca-root-nss.crt @@ -46,6 +46,10 @@ ARIA2_DISK_CACHE?= 16M .include +.if ${OSVERSION} < 1000500 && !exists(/usr/lib/libc++.so) +BROKEN= Build with clang and libc++ only +.endif + .if ${ARCH} == "powerpc" && ${OSVERSION} > 900000 BROKEN= Does not install on powerpc-9 .endif From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 21:26:10 2013 Return-Path: Delivered-To: svn-ports-head@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 53902C1A; Wed, 27 Nov 2013 21:26:10 +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 33CED2B8B; Wed, 27 Nov 2013 21:26:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARLQ361046338; Wed, 27 Nov 2013 21:26:03 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARLQ39a046335; Wed, 27 Nov 2013 21:26:03 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201311272126.rARLQ39a046335@svn.freebsd.org> From: Dirk Meyer Date: Wed, 27 Nov 2013 21:26:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335063 - head/ftp/vsftpd 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.16 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, 27 Nov 2013 21:26:10 -0000 Author: dinoex Date: Wed Nov 27 21:26:02 2013 New Revision: 335063 URL: http://svnweb.freebsd.org/changeset/ports/335063 Log: - use STAGEDIR Modified: head/ftp/vsftpd/Makefile head/ftp/vsftpd/pkg-plist Modified: head/ftp/vsftpd/Makefile ============================================================================== --- head/ftp/vsftpd/Makefile Wed Nov 27 21:25:32 2013 (r335062) +++ head/ftp/vsftpd/Makefile Wed Nov 27 21:26:02 2013 (r335063) @@ -14,11 +14,9 @@ COMMENT= A FTP daemon that aims to be "v LICENSE= GPLv2 -NO_STAGE= yes +NEED_ROOT= yes ALL_TARGET= vsftpd -MAN5= vsftpd.conf.5 -MAN8= vsftpd.8 USE_RC_SUBR= vsftpd DOCFILES= AUDIT BENCHMARKS BUGS Changelog FAQ INSTALL LICENSE \ README README.security README.ssl REFS REWARD \ @@ -32,7 +30,7 @@ VSFTPD_SSL_DESC=Include support for SSL PIDFILE_DESC= Unofficial support for pidfile STACKPROTECTOR_DESC= Build with stack-protector -.include +.include .if ${PORT_OPTIONS:MVSFTPD_SSL} && !defined(WITHOUT_SSL) .include "${PORTSDIR}/Mk/bsd.openssl.mk" @@ -92,30 +90,18 @@ pre-install: ${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/vsftpd ${PREFIX}/libexec/ - ${INSTALL_DATA} ${WRKSRC}/vsftpd.conf ${PREFIX}/etc/vsftpd.conf.dist - ${INSTALL} -d ${PREFIX}/share/vsftpd/empty - @if [ ! -e ${PREFIX}/etc/vsftpd.conf ]; then \ - ${INSTALL_DATA} ${WRKSRC}/vsftpd.conf ${PREFIX}/etc/ ; \ - fi - ${MKDIR} ${PREFIX}/share/vsftpd/empty - @for i in ${MAN8} ; do \ - ${INSTALL_MAN} -m 644 ${WRKSRC}/$${i} ${MANPREFIX}/man/man8/ ; \ - done - @for i in ${MAN5} ; do \ - ${INSTALL_MAN} -m 644 ${WRKSRC}/$${i} ${MANPREFIX}/man/man5/ ; \ - done - ${MKDIR} /var/ftp + ${INSTALL_PROGRAM} ${WRKSRC}/vsftpd ${STAGEDIR}${PREFIX}/libexec/ + ${INSTALL_DATA} ${WRKSRC}/vsftpd.conf ${STAGEDIR}${PREFIX}/etc/vsftpd.conf.dist + ${INSTALL_MAN} ${WRKSRC}/vsftpd.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5/ + ${INSTALL_MAN} ${WRKSRC}/vsftpd.8 ${STAGEDIR}${MANPREFIX}/man/man8/ .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} -.for i in ${DOCFILES} - ${INSTALL_DATA} -m 644 ${WRKSRC}/${i} ${DOCSDIR} -.endfor + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} -m 644 ${DOCFILES:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ .for i in EXAMPLE SECURITY - ${MKDIR} ${DOCSDIR}/${i} - ${CP} -p -R -L ${WRKSRC}/${i}/./ ${DOCSDIR}/${i}/ - ${CHMOD} -R -L a+rX,go-w ${DOCSDIR}/${i}/ + ${MKDIR} ${STAGEDIR}${DOCSDIR}/${i} + ${CP} -p -R -L ${WRKSRC}/${i}/./ ${STAGEDIR}${DOCSDIR}/${i}/ + ${CHMOD} -R -L a+rX,go-w ${STAGEDIR}${DOCSDIR}/${i}/ .endfor .endif -.include +.include Modified: head/ftp/vsftpd/pkg-plist ============================================================================== --- head/ftp/vsftpd/pkg-plist Wed Nov 27 21:25:32 2013 (r335062) +++ head/ftp/vsftpd/pkg-plist Wed Nov 27 21:26:02 2013 (r335063) @@ -1,4 +1,6 @@ libexec/vsftpd +man/man5/vsftpd.conf.5.gz +man/man8/vsftpd.8.gz @exec mkdir -p %D/share/vsftpd/empty @unexec if diff -q %D/etc/vsftpd.conf %D/etc/vsftpd.conf.dist; then rm %D/etc/vsftpd.conf; fi etc/vsftpd.conf.dist From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 21:37:10 2013 Return-Path: Delivered-To: svn-ports-head@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 40FA095; Wed, 27 Nov 2013 21:37:10 +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 5266F2C6F; Wed, 27 Nov 2013 21:33:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARLXJXl049761; Wed, 27 Nov 2013 21:33:19 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARLXIFv049759; Wed, 27 Nov 2013 21:33:18 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311272133.rARLXIFv049759@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 21:33:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335064 - head/security/py-fail2ban 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.16 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, 27 Nov 2013 21:37:10 -0000 Author: sunpoet Date: Wed Nov 27 21:33:18 2013 New Revision: 335064 URL: http://svnweb.freebsd.org/changeset/ports/335064 Log: - Fix PLIST - Bump PORTREVISION for package change PR: ports/184336 Submitted by: Christoph Theis (maintainer) Modified: head/security/py-fail2ban/Makefile head/security/py-fail2ban/pkg-plist Modified: head/security/py-fail2ban/Makefile ============================================================================== --- head/security/py-fail2ban/Makefile Wed Nov 27 21:26:02 2013 (r335063) +++ head/security/py-fail2ban/Makefile Wed Nov 27 21:33:18 2013 (r335064) @@ -2,6 +2,7 @@ PORTNAME= fail2ban PORTVERSION= 0.8.11 +PORTREVISION= 1 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/security/py-fail2ban/pkg-plist ============================================================================== --- head/security/py-fail2ban/pkg-plist Wed Nov 27 21:26:02 2013 (r335063) +++ head/security/py-fail2ban/pkg-plist Wed Nov 27 21:33:18 2013 (r335064) @@ -158,6 +158,34 @@ %%PYTHON_SITELIBDIR%%/server/ticket.pyc %%PYTHON_SITELIBDIR%%/server/transmitter.py %%PYTHON_SITELIBDIR%%/server/transmitter.pyc +%%PYTHON_SITELIBDIR%%/testcases/__init__.py +%%PYTHON_SITELIBDIR%%/testcases/__init__.pyc +%%PYTHON_SITELIBDIR%%/testcases/actiontestcase.py +%%PYTHON_SITELIBDIR%%/testcases/actiontestcase.pyc +%%PYTHON_SITELIBDIR%%/testcases/actionstestcase.py +%%PYTHON_SITELIBDIR%%/testcases/actionstestcase.pyc +%%PYTHON_SITELIBDIR%%/testcases/banmanagertestcase.py +%%PYTHON_SITELIBDIR%%/testcases/banmanagertestcase.pyc +%%PYTHON_SITELIBDIR%%/testcases/clientreadertestcase.py +%%PYTHON_SITELIBDIR%%/testcases/clientreadertestcase.pyc +%%PYTHON_SITELIBDIR%%/testcases/datedetectortestcase.py +%%PYTHON_SITELIBDIR%%/testcases/datedetectortestcase.pyc +%%PYTHON_SITELIBDIR%%/testcases/dummyjail.py +%%PYTHON_SITELIBDIR%%/testcases/dummyjail.pyc +%%PYTHON_SITELIBDIR%%/testcases/failmanagertestcase.py +%%PYTHON_SITELIBDIR%%/testcases/failmanagertestcase.pyc +%%PYTHON_SITELIBDIR%%/testcases/filtertestcase.py +%%PYTHON_SITELIBDIR%%/testcases/filtertestcase.pyc +%%PYTHON_SITELIBDIR%%/testcases/misctestcase.py +%%PYTHON_SITELIBDIR%%/testcases/misctestcase.pyc +%%PYTHON_SITELIBDIR%%/testcases/samplestestcase.py +%%PYTHON_SITELIBDIR%%/testcases/samplestestcase.pyc +%%PYTHON_SITELIBDIR%%/testcases/servertestcase.py +%%PYTHON_SITELIBDIR%%/testcases/servertestcase.pyc +%%PYTHON_SITELIBDIR%%/testcases/sockettestcase.py +%%PYTHON_SITELIBDIR%%/testcases/sockettestcase.pyc +%%PYTHON_SITELIBDIR%%/testcases/utils.py +%%PYTHON_SITELIBDIR%%/testcases/utils.pyc bin/fail2ban-client bin/fail2ban-regex bin/fail2ban-server @@ -166,6 +194,7 @@ bin/fail2ban-server @dirrmtry %%ETCDIR%%/fail2ban.d @dirrmtry %%ETCDIR%%/action.d @dirrmtry %%ETCDIR%% +@dirrm %%PYTHON_SITELIBDIR%%/testcases @dirrm %%PYTHON_SITELIBDIR%%/server @dirrm %%PYTHON_SITELIBDIR%%/common @dirrm %%PYTHON_SITELIBDIR%%/client From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 21:37:19 2013 Return-Path: Delivered-To: svn-ports-head@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 C39649A; Wed, 27 Nov 2013 21:37:19 +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 052A92C72; Wed, 27 Nov 2013 21:33:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARLXPel049862; Wed, 27 Nov 2013 21:33:25 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARLXPWi049857; Wed, 27 Nov 2013 21:33:25 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311272133.rARLXPWi049857@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Nov 2013 21:33:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335065 - in head/www/cakephp13: . 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.16 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, 27 Nov 2013 21:37:19 -0000 Author: sunpoet Date: Wed Nov 27 21:33:24 2013 New Revision: 335065 URL: http://svnweb.freebsd.org/changeset/ports/335065 Log: - Update to 1.3.7 - Use USE_GITHUB - Fix patch file Changes: https://github.com/cakephp/cakephp/commits/1.3 PR: ports/184332 Submitted by: Christoph Theis (maintainer) Modified: head/www/cakephp13/Makefile head/www/cakephp13/distinfo head/www/cakephp13/files/patch-cake__console__cake (contents, props changed) Modified: head/www/cakephp13/Makefile ============================================================================== --- head/www/cakephp13/Makefile Wed Nov 27 21:33:18 2013 (r335064) +++ head/www/cakephp13/Makefile Wed Nov 27 21:33:24 2013 (r335065) @@ -2,20 +2,19 @@ # $FreeBSD$ PORTNAME= cakephp -PORTVERSION= 1.3.15 +PORTVERSION= 1.3.17 CATEGORIES= www -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ PKGNAMESUFFIX= 13 -DISTNAME= ${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION} MAINTAINER= theis@gmx.at COMMENT= Framework for developing PHP web applications LICENSE= MIT -GITVERSION= 0-g3ff1ff1 -FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-5e063d7 +USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME} +GH_PROJECT= ${PORTNAME} +GH_COMMIT= 3a101d9 PORTDOCS= README Modified: head/www/cakephp13/distinfo ============================================================================== --- head/www/cakephp13/distinfo Wed Nov 27 21:33:18 2013 (r335064) +++ head/www/cakephp13/distinfo Wed Nov 27 21:33:24 2013 (r335065) @@ -1,2 +1,2 @@ -SHA256 (cakephp-cakephp-1.3.15-0-g3ff1ff1.tar.gz) = 1f3dc2c426647c57ae7790920c291100bc022656b06fe0a49ef75792a83abfac -SIZE (cakephp-cakephp-1.3.15-0-g3ff1ff1.tar.gz) = 117760 +SHA256 (cakephp-1.3.17.tar.gz) = 7e9e1091e3d6b370ea371a34341fe547c2ab359351e1adb9f3f0148fcb049e3d +SIZE (cakephp-1.3.17.tar.gz) = 991549 Modified: head/www/cakephp13/files/patch-cake__console__cake ============================================================================== --- head/www/cakephp13/files/patch-cake__console__cake Wed Nov 27 21:33:18 2013 (r335064) +++ head/www/cakephp13/files/patch-cake__console__cake Wed Nov 27 21:33:24 2013 (r335065) @@ -1,15 +1,8 @@ ---- ./cake/console/cake.orig 2011-10-29 11:06:55.000000000 +0200 -+++ ./cake/console/cake 2011-10-29 11:08:00.000000000 +0200 +--- cake/console/cake.orig 2013-11-27 16:28:16.000000000 +0100 ++++ cake/console/cake 2013-11-27 16:28:29.000000000 +0100 @@ -1,4 +1,4 @@ --#!/bin/bash +-#!/usr/bin/env bash +#!/bin/sh ################################################################################ # # Bake is a shell script for running CakePHP bake script -@@ -31,4 +31,4 @@ - - exec php -q ${LIB}cake.php -working "${APP}" "$@" - --exit; -\ No newline at end of file -+exit; From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 21:51:34 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 ESMTPS id E381D427; Wed, 27 Nov 2013 21:51:34 +0000 (UTC) Received: from mail-qe0-x234.google.com (mail-qe0-x234.google.com [IPv6:2607:f8b0:400d:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6BB732D76; Wed, 27 Nov 2013 21:51:34 +0000 (UTC) Received: by mail-qe0-f52.google.com with SMTP id ne12so8242784qeb.39 for ; Wed, 27 Nov 2013 13:51:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=RtyniKYScCILnEjmWh/+brFdhmToz98PQOiFsCUV550=; b=XaXmuykLChYi1jENY56ARPUD1RlGSNNCNsuP9oLlhobye4infkaXOJcK4aht5zuDPb BdnUGhDE02n9JDTPR/ZAlMNTyO2YvESd0Y4RBEjV7uu06UfoghAWlBRjCn7LYd4Y8kHo hKaMQ3ctNyq5lTq+4EitvblD/2V1srwzrPC1gasZ4ZPt4Zrka+9KTVnwqRAT1TPdnYDm uWVBq/vx29MQKfR/IDxj3+HqZeHbfLRsCFC9vl7X2dPX9Sd26yC2ZHdYZNwy7FTQxSTu 6dTEMd0xV76zCq6FXvY2bz30VX0BWN4/MazuK3adn/dxA6x301CPGAZS905FpF+3F+TK osJA== MIME-Version: 1.0 X-Received: by 10.224.80.129 with SMTP id t1mr29052932qak.95.1385589081490; Wed, 27 Nov 2013 13:51:21 -0800 (PST) Received: by 10.140.81.233 with HTTP; Wed, 27 Nov 2013 13:51:21 -0800 (PST) In-Reply-To: <201311231518.rANFI3h2046513@svn.freebsd.org> References: <201311231518.rANFI3h2046513@svn.freebsd.org> Date: Wed, 27 Nov 2013 19:51:21 -0200 Message-ID: Subject: Re: svn commit: r334676 - in head: databases/py-sqlalchemy databases/py-sqlalchemy-devel math/ump www/joomla25 www/joomla31 From: William Grzybowski To: Nicola Vitale Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 27 Nov 2013 21:51:35 -0000 On Sat, Nov 23, 2013 at 1:18 PM, Nicola Vitale wrote: > Author: nivit > Date: Sat Nov 23 15:18:03 2013 > New Revision: 334676 > URL: http://svnweb.freebsd.org/changeset/ports/334676 > > Log: > - Fix package name collision I think you missed a PORTREVISION bump here as it changes the pkgname, as well as some dependent ports. Thanks! -- William Grzybowski ------------------------------------------ Curitiba/PR - Brasil From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 22:04:31 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 ESMTPS id 8BB55C31; Wed, 27 Nov 2013 22:04:31 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E11E2E6E; Wed, 27 Nov 2013 22:04:22 +0000 (UTC) Received: from [192.168.0.20] (unknown [130.255.26.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id CC630435A3; Wed, 27 Nov 2013 16:03:53 -0600 (CST) Message-ID: <52966C36.9020001@marino.st> Date: Wed, 27 Nov 2013 23:03:34 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: William Grzybowski Subject: Re: svn commit: r334676 - in head: databases/py-sqlalchemy databases/py-sqlalchemy-devel math/ump www/joomla25 www/joomla31 References: <201311231518.rANFI3h2046513@svn.freebsd.org> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Nicola Vitale , "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: marino@freebsd.org 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, 27 Nov 2013 22:04:31 -0000 On 11/27/2013 22:51, William Grzybowski wrote: > On Sat, Nov 23, 2013 at 1:18 PM, Nicola Vitale wrote: >> Author: nivit >> Date: Sat Nov 23 15:18:03 2013 >> New Revision: 334676 >> URL: http://svnweb.freebsd.org/changeset/ports/334676 >> >> Log: >> - Fix package name collision > > I think you missed a PORTREVISION bump here as it changes the pkgname, > as well as some dependent ports. > multimedia/py-openlp and devel/buildbot to name two dependent ports that I've seen with recent breakage. good call, wg. John From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 22:04:33 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 ESMTPS id 35E51C33; Wed, 27 Nov 2013 22:04:33 +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 1F0512E6F; Wed, 27 Nov 2013 22:04:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARM4WYt060319; Wed, 27 Nov 2013 22:04:32 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARM4Ww2060313; Wed, 27 Nov 2013 22:04:32 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201311272204.rARM4Ww2060313@svn.freebsd.org> From: Xin LI Date: Wed, 27 Nov 2013 22:04:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335066 - in head/net/shadowsocks-libev: . 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.16 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, 27 Nov 2013 22:04:33 -0000 Author: delphij Date: Wed Nov 27 22:04:32 2013 New Revision: 335066 URL: http://svnweb.freebsd.org/changeset/ports/335066 Log: Add support of config.json. PR: ports/183300 Submitted by: maintainer Modified: head/net/shadowsocks-libev/Makefile head/net/shadowsocks-libev/files/shadowsocks_libev.in head/net/shadowsocks-libev/pkg-plist Modified: head/net/shadowsocks-libev/Makefile ============================================================================== --- head/net/shadowsocks-libev/Makefile Wed Nov 27 21:33:24 2013 (r335065) +++ head/net/shadowsocks-libev/Makefile Wed Nov 27 22:04:32 2013 (r335066) @@ -3,6 +3,7 @@ PORTNAME= shadowsocks-libev PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/${GH_TAGNAME}.tar.gz?dummy=/ @@ -22,4 +23,8 @@ USES= gmake USE_RC_SUBR= shadowsocks_libev +post-install: + ${MKDIR} ${STAGEDIR}${ETCDIR} + ${CP} ${WRKSRC}/debian/config.json ${STAGEDIR}${ETCDIR}/config.json.sample + .include Modified: head/net/shadowsocks-libev/files/shadowsocks_libev.in ============================================================================== --- head/net/shadowsocks-libev/files/shadowsocks_libev.in Wed Nov 27 21:33:24 2013 (r335065) +++ head/net/shadowsocks-libev/files/shadowsocks_libev.in Wed Nov 27 22:04:32 2013 (r335066) @@ -8,15 +8,8 @@ # Add the following lines to /etc/rc.conf to enable shadowsocks-libev: # shadowsocks_libev_enable (bool): Set to "NO" by default. # Set to "YES" to enable shadowsocks-libev. -# shadowsocks_libev_host (ip addr/hostname): Set to "0.0.0.0" by default. -# shadowsocks_libev_port (port number): Set to 8388 by default. -# shadowsocks_libev_localport (local port): Set to 1080 by default. -# shadowsocks_libev_password (password): Set to ""(null) by default. -# shadowsocks_libev_encrypt_method (encrypt method): Set to rc4 by default. -# Available methods: table, rc4, aes-128-cfb, aes-192-cfb, aes-256-cfb, -# bf-cfb, camellia-128-cfb, camellia-192-cfb, camellia-256-cfb, -# cast5-cfb, des-cfb, idea-cfb, rc2-cfb and seed-cfb -# shadowsocks_libev_timeout (time): Set to "300" seconds by default. +# shadowsocks_libev_config (path): Shadowsocks config file. +# Defaults to "%%PREFIX%%/etc/shadowsocks-libev/config.json" . /etc/rc.subr @@ -28,23 +21,12 @@ rcvar=shadowsocks_libev_enable load_rc_config $name : ${shadowsocks_libev_enable:="NO"} -: ${shadowsocks_libev_host="0.0.0.0"} -: ${shadowsocks_libev_port=8388} -: ${shadowsocks_libev_localport=1080} -: ${shadowsocks_libev_password=""} -: ${shadowsocks_libev_encrypt_method="rc4"} -: ${shadowsocks_libev_timeout="300"} +: ${shadowsocks_libev_config="%%PREFIX%%/etc/shadowsocks-libev/config.json"} command="%%PREFIX%%/bin/ss-server" pidfile="/var/run/shadowsocks-libev.pid" +required_files="${shadowsocks_libev_config}" -: ${shadowsocks_libev_flags:="-s ${shadowsocks_libev_host} \ - -p ${shadowsocks_libev_port} \ - -l ${shadowsocks_libev_localport} \ - -k ${shadowsocks_libev_password} \ - -m ${shadowsocks_libev_encrypt_method} \ - -f ${pidfile} \ - -t ${shadowsocks_libev_timeout}"} - +command_args="-f $pidfile -c $shadowsocks_libev_config" run_rc_command "$1" Modified: head/net/shadowsocks-libev/pkg-plist ============================================================================== --- head/net/shadowsocks-libev/pkg-plist Wed Nov 27 21:33:24 2013 (r335065) +++ head/net/shadowsocks-libev/pkg-plist Wed Nov 27 22:04:32 2013 (r335066) @@ -1,3 +1,7 @@ bin/ss-local bin/ss-server man/man8/shadowsocks.8.gz +@unexec if cmp -s %D/etc/shadowsocks-libev/config.json %D/etc/shadowsocks-libev/config.json.sample ; then rm -f %D/etc/shadowsocks-libev/config.json ; fi +etc/shadowsocks-libev/config.json.sample +@exec if [ ! -f %D/etc/shadowsocks-libev/config.json ]; then cp -p %D/%F %B/config.json ; fi +@dirrm etc/shadowsocks-libev From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 22:05:32 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 ESMTPS id 44454DF3; Wed, 27 Nov 2013 22:05:32 +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 33D6B2E79; Wed, 27 Nov 2013 22:05:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARM5Wei060568; Wed, 27 Nov 2013 22:05:32 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARM5V0t060566; Wed, 27 Nov 2013 22:05:31 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311272205.rARM5V0t060566@svn.freebsd.org> From: Marcus von Appen Date: Wed, 27 Nov 2013 22:05:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335067 - head/textproc/lucene4 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.16 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, 27 Nov 2013 22:05:32 -0000 Author: mva Date: Wed Nov 27 22:05:31 2013 New Revision: 335067 URL: http://svnweb.freebsd.org/changeset/ports/335067 Log: - Update to version 4.6.0 Changelog: lucene.apache.org/core/4_6_0/changes/Changes.html Modified: head/textproc/lucene4/Makefile head/textproc/lucene4/distinfo Modified: head/textproc/lucene4/Makefile ============================================================================== --- head/textproc/lucene4/Makefile Wed Nov 27 22:04:32 2013 (r335066) +++ head/textproc/lucene4/Makefile Wed Nov 27 22:05:31 2013 (r335067) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lucene -PORTVERSION= 4.5.1 +PORTVERSION= 4.6.0 CATEGORIES= textproc java devel MASTER_SITES= APACHE MASTER_SITE_SUBDIR= ${PORTNAME}/java/${PORTVERSION}/ @@ -33,6 +33,7 @@ CONTRIBS= benchmark \ classification \ codecs \ demo \ + expressions \ facet \ grouping \ highlighter \ Modified: head/textproc/lucene4/distinfo ============================================================================== --- head/textproc/lucene4/distinfo Wed Nov 27 22:04:32 2013 (r335066) +++ head/textproc/lucene4/distinfo Wed Nov 27 22:05:31 2013 (r335067) @@ -1,2 +1,2 @@ -SHA256 (lucene-4.5.1.tgz) = 547c2020ecc117443c1d033ca5141bbc2f10f8655adf16d78a432f91b1727bc7 -SIZE (lucene-4.5.1.tgz) = 51440746 +SHA256 (lucene-4.6.0.tgz) = 33f71a81442a4deafceca0ecfb19a89cb02c6c4d5df33fe91e75573a66fb5dc5 +SIZE (lucene-4.6.0.tgz) = 52154254 From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 22:09:42 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 ESMTPS id CAA21F2B; Wed, 27 Nov 2013 22:09:42 +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 B9DE22EAE; Wed, 27 Nov 2013 22:09:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARM9gEt061225; Wed, 27 Nov 2013 22:09:42 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARM9gQm061223; Wed, 27 Nov 2013 22:09:42 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311272209.rARM9gQm061223@svn.freebsd.org> From: Marcus von Appen Date: Wed, 27 Nov 2013 22:09:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335068 - in head/devel/py-setuptools: . 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.16 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, 27 Nov 2013 22:09:42 -0000 Author: mva Date: Wed Nov 27 22:09:41 2013 New Revision: 335068 URL: http://svnweb.freebsd.org/changeset/ports/335068 Log: - Fix a bug in the egg-info installation code, that prevents PYDISTUTILS_AUTOPLIST to create the correct entries for the plists Reported by: many Reviewed by: wg@ Added: head/devel/py-setuptools/files/patch-setuptools_command_install_egg_info.py (contents, props changed) Modified: head/devel/py-setuptools/Makefile Modified: head/devel/py-setuptools/Makefile ============================================================================== --- head/devel/py-setuptools/Makefile Wed Nov 27 22:05:31 2013 (r335067) +++ head/devel/py-setuptools/Makefile Wed Nov 27 22:09:41 2013 (r335068) @@ -2,6 +2,7 @@ PORTNAME= setuptools PORTVERSION= 1.1.7 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Added: head/devel/py-setuptools/files/patch-setuptools_command_install_egg_info.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-setuptools/files/patch-setuptools_command_install_egg_info.py Wed Nov 27 22:09:41 2013 (r335068) @@ -0,0 +1,11 @@ +--- setuptools/command/install_egg_info.py.orig 2013-11-27 22:45:15.000000000 +0100 ++++ setuptools/command/install_egg_info.py 2013-11-27 22:45:23.000000000 +0100 +@@ -23,7 +23,7 @@ + ).egg_name()+'.egg-info' + self.source = ei_cmd.egg_info + self.target = os.path.join(self.install_dir, basename) +- self.outputs = [self.target] ++ self.outputs = [] + + def run(self): + self.run_command('egg_info') From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 22:11:47 2013 Return-Path: Delivered-To: svn-ports-head@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 76BEB94; Wed, 27 Nov 2013 22:11:47 +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 66FC12EE3; Wed, 27 Nov 2013 22:11:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARMBlu3063780; Wed, 27 Nov 2013 22:11:47 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARMBlQd063779; Wed, 27 Nov 2013 22:11:47 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311272211.rARMBlQd063779@svn.freebsd.org> From: William Grzybowski Date: Wed, 27 Nov 2013 22:11:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335069 - head/devel/py-paver 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.16 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, 27 Nov 2013 22:11:47 -0000 Author: wg Date: Wed Nov 27 22:11:46 2013 New Revision: 335069 URL: http://svnweb.freebsd.org/changeset/ports/335069 Log: devel/py-paver: use auto plist - Use python auto plist - Catch up with setuptools change Deleted: head/devel/py-paver/pkg-plist Modified: head/devel/py-paver/Makefile Modified: head/devel/py-paver/Makefile ============================================================================== --- head/devel/py-paver/Makefile Wed Nov 27 22:09:41 2013 (r335068) +++ head/devel/py-paver/Makefile Wed Nov 27 22:11:46 2013 (r335069) @@ -11,13 +11,11 @@ DISTNAME= Paver-${PORTVERSION} MAINTAINER= wg@FreeBSD.org COMMENT= Easy build, distribution and deployment scripting -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distribute>=0:${PORTSDIR}/devel/py-distribute +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:${PORTSDIR}/devel/py-setuptools USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Paver -PYDISTUTILS_NOEGGINFO= yes - -PLIST_SUB= PYDISTUTILS_EGGINFO=${PYDISTUTILS_EGGINFO} +PYDISTUTILS_AUTOPLIST= yes .include From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 22:33:27 2013 Return-Path: Delivered-To: svn-ports-head@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 2E9A55A2; Wed, 27 Nov 2013 22:33:27 +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 1DDD82009; Wed, 27 Nov 2013 22:33:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARMXQiJ071409; Wed, 27 Nov 2013 22:33:26 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARMXQew071406; Wed, 27 Nov 2013 22:33:26 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201311272233.rARMXQew071406@svn.freebsd.org> From: Thierry Thomas Date: Wed, 27 Nov 2013 22:33:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335070 - in head/news/newsx: . 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.16 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, 27 Nov 2013 22:33:27 -0000 Author: thierry Date: Wed Nov 27 22:33:26 2013 New Revision: 335070 URL: http://svnweb.freebsd.org/changeset/ports/335070 Log: - Chase the update of INN; - Stagify. Modified: head/news/newsx/Makefile (contents, props changed) head/news/newsx/files/patch-configure (contents, props changed) head/news/newsx/pkg-plist (contents, props changed) Modified: head/news/newsx/Makefile ============================================================================== --- head/news/newsx/Makefile Wed Nov 27 22:11:46 2013 (r335069) +++ head/news/newsx/Makefile Wed Nov 27 22:33:26 2013 (r335070) @@ -3,7 +3,7 @@ PORTNAME= newsx PORTVERSION= 1.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= news MASTER_SITES= http://www.kvaleberg.org/pub/ @@ -18,10 +18,6 @@ BUILD_DEPENDS= ${LOCALBASE}/news/lib/lib BUILD_DEPENDS= ${LOCALBASE}/news/lib/libinn.a:${PORTSDIR}/news/inn .endif -.if defined(PACKAGE_BUILDING) -IGNORE= a configured INN is required -.endif - GNU_CONFIGURE= yes CONFLICTS= leafnode-1.* @@ -38,11 +34,8 @@ CONFIGURE_ARGS+= --without-history DOCS= AUTHORS COPYING ChangeLog FAQ INSTALL NEWS README TODO -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:g" ${WRKSRC}/configure - pre-configure: + ${REINPLACE_CMD} -e "s:%%LOCALBASE%%:${LOCALBASE}:g" ${WRKSRC}/configure @${ECHO} "*********************************************************" @${ECHO} "If the configure step fails, then you probably don't have" @${ECHO} "a news server package installed. Try installing INN from" @@ -50,20 +43,19 @@ pre-configure: @${ECHO} "again." @${ECHO} "*********************************************************" -pre-install: - @${STRIP_CMD} ${WRKSRC}/src/newsx +post-build: +.if !defined(WITH_DEBUG) + ${STRIP_CMD} ${WRKSRC}/src/newsx +.endif post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/news/spool/inhosts .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} .for FILE in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR} .endfor @${ECHO} "Documentation installed in ${DOCSDIR}." .endif -MAN1= newsq.1 -MAN5= newsx.conf.5 in.hosts.5 -MAN8= newsx.8 - .include Modified: head/news/newsx/files/patch-configure ============================================================================== --- head/news/newsx/files/patch-configure Wed Nov 27 22:11:46 2013 (r335069) +++ head/news/newsx/files/patch-configure Wed Nov 27 22:33:26 2013 (r335070) @@ -1,5 +1,5 @@ ---- configure.orig Sun May 18 19:25:34 2003 -+++ configure Sun May 18 23:45:15 2003 +--- configure.orig 2003-05-18 19:25:34.000000000 +0200 ++++ configure 2013-11-27 17:22:07.000000000 +0100 @@ -253,7 +253,7 @@ # # Initializations. @@ -29,3 +29,15 @@ # Check whether --with-newshome or --without-newshome was given. +@@ -1890,7 +1890,11 @@ + # it has been reported that some INN 2.1 had its own VERSION + VERSION_save="$VERSION" + VERSION= ++ prefix_orig="${prefix}" ++ exec_prefix_orig="${exec_prefix}" + . $NEWSCONFIG ++ prefix="${prefix_orig}" ++ exec_prefix="${exec_prefix_orig}" + INN_VERSION="$VERSION" + VERSION="$VERSION_save" + INN_NEWSUMASK=`umask` Modified: head/news/newsx/pkg-plist ============================================================================== --- head/news/newsx/pkg-plist Wed Nov 27 22:11:46 2013 (r335069) +++ head/news/newsx/pkg-plist Wed Nov 27 22:33:26 2013 (r335070) @@ -1,5 +1,9 @@ -bin/newsx bin/newsq +bin/newsx +man/man1/newsq.1.gz +man/man5/in.hosts.5.gz +man/man5/newsx.conf.5.gz +man/man8/newsx.8.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog @@ -9,6 +13,6 @@ bin/newsq %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm news/spool/inhosts +@dirrmtry news/spool/inhosts @dirrmtry news/spool @dirrmtry news From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 22:38:07 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 ESMTPS id B3EC86BC; Wed, 27 Nov 2013 22:38:07 +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 94511204C; Wed, 27 Nov 2013 22:38:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARMc71I071996; Wed, 27 Nov 2013 22:38:07 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARMc7mW071994; Wed, 27 Nov 2013 22:38:07 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311272238.rARMc7mW071994@svn.freebsd.org> From: Rusmir Dusko Date: Wed, 27 Nov 2013 22:38:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335071 - head/games/cutemaze 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.16 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, 27 Nov 2013 22:38:07 -0000 Author: nemysis Date: Wed Nov 27 22:38:06 2013 New Revision: 335071 URL: http://svnweb.freebsd.org/changeset/ports/335071 Log: - Change Makefile header - Change maintainer email to @FreeBSD.org - Support STAGEDIR - Add DOCS Option - Simplify Makefile - Change pkg-plist, remove mtree Approved by: pawel / wg (mentors, implicit) Modified: head/games/cutemaze/Makefile head/games/cutemaze/pkg-plist (contents, props changed) Modified: head/games/cutemaze/Makefile ============================================================================== --- head/games/cutemaze/Makefile Wed Nov 27 22:33:26 2013 (r335070) +++ head/games/cutemaze/Makefile Wed Nov 27 22:38:06 2013 (r335071) @@ -1,3 +1,4 @@ +# Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= cutemaze @@ -7,7 +8,7 @@ CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-src -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Simple, top-down game in which mazes are randomly generated LICENSE= GPLv3 @@ -22,22 +23,18 @@ INSTALLS_ICONS= yes PORTDOCS= ChangeLog README -NO_STAGE= yes -.include +OPTIONS_DEFINE= DOCS post-install: -# Icons - @(cd ${WRKSRC}/icons && ${COPYTREE_SHARE} oxygen ${PREFIX}/share/icons/) +.for d in 16x16 22x22 scalable + @(cd ${WRKSRC}/icons/oxygen && ${COPYTREE_SHARE} ${d} \ + ${STAGEDIR}${PREFIX}/share/icons/oxygen) +.endfor -# Pixmaps - ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.png ${PREFIX}/share/pixmaps/ + ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ -# Documentation -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} -. for f in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -. endfor -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Modified: head/games/cutemaze/pkg-plist ============================================================================== --- head/games/cutemaze/pkg-plist Wed Nov 27 22:33:26 2013 (r335070) +++ head/games/cutemaze/pkg-plist Wed Nov 27 22:38:06 2013 (r335071) @@ -19,7 +19,6 @@ share/icons/oxygen/22x22/help-about.png share/icons/oxygen/22x22/media-playback-pause.png share/icons/oxygen/22x22/zoom-in.png share/icons/oxygen/22x22/zoom-out.png -share/icons/oxygen/LGPL share/icons/oxygen/scalable/application-exit.svgz share/icons/oxygen/scalable/document-new.svgz share/icons/oxygen/scalable/games-config-options.svgz @@ -30,11 +29,3 @@ share/icons/oxygen/scalable/media-playba share/icons/oxygen/scalable/zoom-in.svgz share/icons/oxygen/scalable/zoom-out.svgz share/pixmaps/cutemaze.png -@dirrmtry share/icons/oxygen/scalable -@dirrmtry share/icons/oxygen/22x22 -@dirrmtry share/icons/oxygen/16x16 -@dirrmtry share/icons/oxygen -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 23:17:57 2013 Return-Path: Delivered-To: svn-ports-head@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 B503DD8B; Wed, 27 Nov 2013 23:17:57 +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 A0A9C307; Wed, 27 Nov 2013 23:17: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 rARNHv5n055906; Wed, 27 Nov 2013 23:17:57 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARNHv7U055905; Wed, 27 Nov 2013 23:17:57 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201311272317.rARNHv7U055905@svn.freebsd.org> From: Juergen Lock Date: Wed, 27 Nov 2013 23:17:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335072 - head/graphics/goom 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.16 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, 27 Nov 2013 23:17:57 -0000 Author: nox Date: Wed Nov 27 23:17:57 2013 New Revision: 335072 URL: http://svnweb.freebsd.org/changeset/ports/335072 Log: Fix build on 10+/i386 by setting USE_GCC= any for i386. Submitted by: beefy1 via pkg-fallout - http://beefy1.isc.freebsd.org/bulk/10i386-default/2013-11-21_01h42m23s/logs/goom-2k4.0_3.log Modified: head/graphics/goom/Makefile (contents, props changed) Modified: head/graphics/goom/Makefile ============================================================================== --- head/graphics/goom/Makefile Wed Nov 27 22:38:06 2013 (r335071) +++ head/graphics/goom/Makefile Wed Nov 27 23:17:57 2013 (r335072) @@ -40,4 +40,8 @@ pre-everything:: BROKEN= Does not compile on powerpc .endif +.if ${ARCH} == "i386" +USE_GCC= any +.endif + .include From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 23:20:18 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 ESMTPS id 145CEEB6; Wed, 27 Nov 2013 23:20:18 +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 00EF631B; Wed, 27 Nov 2013 23:20:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARNKHwG056432; Wed, 27 Nov 2013 23:20:17 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARNKHGQ056431; Wed, 27 Nov 2013 23:20:17 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201311272320.rARNKHGQ056431@svn.freebsd.org> From: Juergen Lock Date: Wed, 27 Nov 2013 23:20:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335073 - head/multimedia/vlc 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.16 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, 27 Nov 2013 23:20:18 -0000 Author: nox Date: Wed Nov 27 23:20:17 2013 New Revision: 335073 URL: http://svnweb.freebsd.org/changeset/ports/335073 Log: Fix build with LIBSSH2 knob. Reported by: hselasky Modified: head/multimedia/vlc/Makefile Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Wed Nov 27 23:17:57 2013 (r335072) +++ head/multimedia/vlc/Makefile Wed Nov 27 23:20:17 2013 (r335073) @@ -127,6 +127,7 @@ LIBBLURAY_CONFIGURE_ENABLE= bluray LIBSSH2_LIB_DEPENDS= libssh2.so:${PORTSDIR}/security/libssh2 LIBSSH2_CONFIGURE_ENABLE= sftp +LIBSSH2_CONFIGURE_ENV= SFTP_CFLAGS=-I${LOCALBASE} SFTP_LIBS=-lssh2\ -L${LOCALBASE}/lib LIRC_LIB_DEPENDS= liblirc_client.so:${PORTSDIR}/comms/lirc LIRC_CONFIGURE_ENABLE= lirc From owner-svn-ports-head@FreeBSD.ORG Wed Nov 27 23:57:24 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 ESMTPS id 7F1E65C3; Wed, 27 Nov 2013 23:57:24 +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 6AD7D759; Wed, 27 Nov 2013 23:57:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rARNvOWw071401; Wed, 27 Nov 2013 23:57:24 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rARNvOc6071400; Wed, 27 Nov 2013 23:57:24 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311272357.rARNvOc6071400@svn.freebsd.org> From: William Grzybowski Date: Wed, 27 Nov 2013 23:57:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335074 - head/net-mgmt/net-snmp 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.16 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, 27 Nov 2013 23:57:24 -0000 Author: wg Date: Wed Nov 27 23:57:23 2013 New Revision: 335074 URL: http://svnweb.freebsd.org/changeset/ports/335074 Log: net-mgmt/net-snmp: catch up with setuptools change Approved by: portmgr (bapt, implicit) Modified: head/net-mgmt/net-snmp/Makefile Modified: head/net-mgmt/net-snmp/Makefile ============================================================================== --- head/net-mgmt/net-snmp/Makefile Wed Nov 27 23:20:17 2013 (r335073) +++ head/net-mgmt/net-snmp/Makefile Wed Nov 27 23:57:23 2013 (r335074) @@ -69,8 +69,8 @@ PYEASYUNINSTALL_UNINSTALLARGS?= -q -N -m -s ${PYEASYINSTALL_BINDIR} \ ${PYDISTUTILS_PKGNAME} USE_PYTHON= yes -RUN_DEPENDS+= easy_install:${PORTSDIR}/devel/py-distribute -BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-distribute +RUN_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools +BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools CONFIGURE_ARGS+=--with-python-modules PLIST_SUB+= WITH_PYTHON="" PYTHON_VER=${PYTHON_VER} PLIST_SUB+= PYDISTUTILS_PKGVERSION=${PYDISTUTILS_PKGVERSION} From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 01:09:11 2013 Return-Path: Delivered-To: svn-ports-head@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 0C49BE28; Thu, 28 Nov 2013 01:09:11 +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 EB78CA45; Thu, 28 Nov 2013 01:09:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAS19A5f096186; Thu, 28 Nov 2013 01:09:10 GMT (envelope-from mandree@svn.freebsd.org) Received: (from mandree@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAS19AMn096181; Thu, 28 Nov 2013 01:09:10 GMT (envelope-from mandree@svn.freebsd.org) Message-Id: <201311280109.rAS19AMn096181@svn.freebsd.org> From: Matthias Andree Date: Thu, 28 Nov 2013 01:09:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335075 - in head/ports-mgmt/pkgs_which: . 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.16 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: Thu, 28 Nov 2013 01:09:11 -0000 Author: mandree Date: Thu Nov 28 01:09:09 2013 New Revision: 335075 URL: http://svnweb.freebsd.org/changeset/ports/335075 Log: New version 0.4.0 - Support pkgNG. Known issue is that pkg which returns bogus exit codes, spamming your screen. pkgs_which works nonetheless. https://github.com/freebsd/pkg/issues/657 Note that pkgNG always uses --nocache implictly for speed: https://github.com/freebsd/pkg/issues/658 Known issue: the pkgNG detection is a hack. It just looks for the executable and the database in default locations, but does not attempt to run "pkg -N". Modified: head/ports-mgmt/pkgs_which/Makefile head/ports-mgmt/pkgs_which/files/pkgs_which Modified: head/ports-mgmt/pkgs_which/Makefile ============================================================================== --- head/ports-mgmt/pkgs_which/Makefile Wed Nov 27 23:57:23 2013 (r335074) +++ head/ports-mgmt/pkgs_which/Makefile Thu Nov 28 01:09:09 2013 (r335075) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pkgs_which -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= ports-mgmt perl5 MASTER_SITES= # none DISTFILES= # none Modified: head/ports-mgmt/pkgs_which/files/pkgs_which ============================================================================== --- head/ports-mgmt/pkgs_which/files/pkgs_which Wed Nov 27 23:57:23 2013 (r335074) +++ head/ports-mgmt/pkgs_which/files/pkgs_which Thu Nov 28 01:09:09 2013 (r335075) @@ -112,6 +112,8 @@ $ENV{'PATH'} = '/bin:/usr/bin:/sbin:/usr # Where pkg_info lives my $PKG_INFO = '/usr/sbin/pkg_info'; +my $PKGNG = '/usr/local/sbin/pkg'; +my $PKGNGDB = '/var/db/pkg/local.sqlite'; # Which regexp to use for laundering tainted file # and package names - note that this must not be let @@ -125,6 +127,9 @@ my $cacheall = 1; my $rc = 0; +my $PKGNG_MODE = 0; +if (-e $PKGNG and -e $PKGNGDB) { $PKGNG_MODE = 1; } + # Clean environment a bit delete @ENV{qw(IFS CDPATH ENV BASH_ENV)}; @@ -157,7 +162,10 @@ unless (@ARGV) { -message => "You must give a file or directory on the command line."); } -# declare subroutines +# listing all files from pkgNG is quite slow, so avoid +if ($PKGNG_MODE and $cacheall) { $cacheall = 0; } + +# declare subroutines sub wanted; sub debug; @@ -165,6 +173,30 @@ sub safebacktick(@); sub readcache(); sub readorigins(); +my $pf2p; +my $pfiles; +my $pogn; +my $pall; +my $pallomap; +my $pfilesmulti; + +if ($PKGNG_MODE) { + $pf2p = sub ($) { return safebacktick($PKGNG, 'which', '-q', $_[0]); }; + $pfiles = sub ($) { return safebacktick($PKGNG, 'info', '-ql', $_[0]); }; + $pogn = sub ($) { return safebacktick($PKGNG, 'info', '-qo', $_[0]); }; + $pall = sub () { return safebacktick($PKGNG, 'info', '-q'); }; + $pallomap = sub () { return map { s/\s+/:/; $_; } + safebacktick($PKGNG, 'info', '-o', '-a'); }; + $pfilesmulti = sub (@) { return safebacktick($PKGNG, 'info', '-l', @_); }; +} else { + $pf2p = sub ($) { return safebacktick($PKG_INFO, '-qGW', $_[0]); }; + $pfiles = sub ($) { return safebacktick($PKG_INFO, '-qGL', $_[0]); }; + $pogn = sub ($) { return safebacktick($PKG_INFO, '-qGo', $_[0]); }; + $pall = sub () { return safebacktick($PKG_INFO, '-EG', '-a'); }; + $pallomap = sub () { return safebacktick($PKG_INFO, '-QGoa'); }; + $pfilesmulti = sub (@) { return safebacktick($PKG_INFO, '-QGL', @_); }; +} + # define variables my %ufiles = (); @@ -215,7 +247,7 @@ my $f; while ($f = each %ufiles) { # Find package for file $f and store in $p: debug "matching $f\n"; - my $p = $cacheall ? $$f2p{$f} : safebacktick($PKG_INFO, '-qGW', $f); + my $p = $cacheall ? $$f2p{$f} : &$pf2p($f); if (!$p) { debug "file $f not in packages\n"; push @notfound, $f; @@ -233,7 +265,7 @@ while ($f = each %ufiles) { # Obtain file list for package and purge from %ufiles: push @pkgs, $p; - my @pf = $cacheall ? @{$$pfl{$p}} : safebacktick($PKG_INFO, '-qGL', $p); + my @pf = $cacheall ? @{$$pfl{$p}} : &$pfiles($p); chomp @pf; debug "deleting files @pf\n"; delete @ufiles{@pf}; @@ -243,9 +275,9 @@ while ($f = each %ufiles) { # If desired, map package names to package origins: if ($origins) { if ($cacheall) { - @pkgs = map { $p2o{$_}; } @pkgs; + @pkgs = map { $_ = $p2o{$_}; } @pkgs; } else { - @pkgs = map { $_ = safebacktick($PKG_INFO, '-qGo', $_); chomp $_; $_; } @pkgs; + @pkgs = map { $_ = &$pogn($_); chomp $_; $_; } @pkgs; } } @@ -293,7 +325,7 @@ sub safebacktick(@) { @data = ; close KID or warn $! ? "Error reading from kid: $!" - : "Exit status $? from kid."; + : "Exit status $? from kid"; } else { debug "running '", join("' '", @args), "'\n"; exec { $args[0] } @args; @@ -307,7 +339,7 @@ sub safebacktick(@) { sub readcache() { my %f2p = (); # file-to-package hash (string, string) my %pfl = (); # package-files hash (string, array) - my @pkgs = map { $_ =~ $UNTAINT; $1; } safebacktick($PKG_INFO, '-EG', '-a'); + my @pkgs = map { $_ =~ $UNTAINT; $1; } &$pall(); my $n = scalar @pkgs; debug "subreadcache: got $n packages.\n"; # Request file lists of so many packages at once, to save the @@ -315,7 +347,7 @@ sub readcache() { # This speeds up things by an order of magnitude or so. my $chunksize = 100; while (my @p = splice(@pkgs, 0, $chunksize)) { - my @fl = safebacktick($PKG_INFO, '-QGL', @p); + my @fl = &$pfilesmulti(@p); chomp @fl; my $pkg; map { @@ -324,10 +356,11 @@ sub readcache() { $pkg = $1; $pkg =~ s/:$//; # strip trailing colon } + s/^\s+//o; if ($_) { # file name if ($pkg) { $f2p{$_} = $pkg; push @{$pfl{$pkg}}, $_;} else { warn "pkg_info fault, missed package prefix before line $_."; } - } else { + } elsif ($_ ne '') { warn "tainted file name in $pkg: $_"; } } @fl; @@ -339,7 +372,7 @@ sub readcache() { # build a hash of package-to-origin and return it sub readorigins() { my %p2o = (); - my @ol = safebacktick($PKG_INFO, '-QGoa'); + my @ol = &$pallomap(); chomp @ol; my ($k, $v); map { $_ =~ $UNTAINT; @@ -373,6 +406,18 @@ L(8), L(8), L Delivered-To: svn-ports-head@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 B216D2F4; Thu, 28 Nov 2013 04:53:21 +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 9DA12136E; Thu, 28 Nov 2013 04:53:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAS4rLR2073438; Thu, 28 Nov 2013 04:53:21 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAS4rLKH073435; Thu, 28 Nov 2013 04:53:21 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201311280453.rAS4rLKH073435@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 28 Nov 2013 04:53:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335076 - in head/math/drgeo: . 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.16 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: Thu, 28 Nov 2013 04:53:21 -0000 Author: amdmi3 Date: Thu Nov 28 04:53:20 2013 New Revision: 335076 URL: http://svnweb.freebsd.org/changeset/ports/335076 Log: - Support staging - Use new LIB_DEPENDS syntax - Fix build on 10.x Added: head/math/drgeo/files/patch-geo-drgeo__dialog.cc (contents, props changed) Modified: head/math/drgeo/Makefile head/math/drgeo/pkg-plist Modified: head/math/drgeo/Makefile ============================================================================== --- head/math/drgeo/Makefile Thu Nov 28 01:09:09 2013 (r335075) +++ head/math/drgeo/Makefile Thu Nov 28 04:53:20 2013 (r335076) @@ -10,16 +10,17 @@ MASTER_SITES= SF/ofset/${PORTNAME}/${POR MAINTAINER= amdmi3@FreeBSD.org COMMENT= GTK interactive geometry software -LIB_DEPENDS= guile:${PORTSDIR}/lang/guile +LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile +GNU_CONFIGURE= yes USES= gettext gmake pkgconfig USE_GNOME= gnomehack gnomeprefix intlhack libglade2 -GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GCC= any # doesn't link otherwise +USE_GCC= yes # segfaults when built with clang + +PORTDATA= * -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|#!/bin/bash|#!/bin/sh|g' \ ${WRKSRC}/plugin/drgeo/progs/tm_drgeo Added: head/math/drgeo/files/patch-geo-drgeo__dialog.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/drgeo/files/patch-geo-drgeo__dialog.cc Thu Nov 28 04:53:20 2013 (r335076) @@ -0,0 +1,11 @@ +--- geo/drgeo_dialog.cc.orig 2003-10-27 13:17:25.000000000 +0300 ++++ geo/drgeo_dialog.cc 2013-09-27 21:58:19.018800682 +0400 +@@ -38,7 +38,7 @@ + // Used in the style dialod callback, I know it's ugly, but so easy + static drgeoFigure *selected_figure; + +-struct ++struct drgeoDialogDataStruct + { + drgeoPoint mouse; + drgeoFigure *figure; Modified: head/math/drgeo/pkg-plist ============================================================================== --- head/math/drgeo/pkg-plist Thu Nov 28 01:09:09 2013 (r335075) +++ head/math/drgeo/pkg-plist Thu Nov 28 04:53:20 2013 (r335076) @@ -1,174 +1,6 @@ bin/drgeo bin/tm_drgeo share/applications/drgeo.desktop -share/drgeo/encode/latin1.ps -share/drgeo/examples/figures/accel.big5.fgeo -share/drgeo/examples/figures/accel.fgeo -share/drgeo/examples/figures/angle-inscrit.fgeo -share/drgeo/examples/figures/baballe.fgeo -share/drgeo/examples/figures/braik_conic.fgeo -share/drgeo/examples/figures/cercle-inscrit.fgeo -share/drgeo/examples/figures/circle-locus.fgeo -share/drgeo/examples/figures/conics.fgeo -share/drgeo/examples/figures/duality.fgeo -share/drgeo/examples/figures/euler-line.fgeo -share/drgeo/examples/figures/fonctions_associees.fgeo -share/drgeo/examples/figures/lens.fgeo -share/drgeo/examples/figures/light6.fgeo -share/drgeo/examples/figures/mercedes.fgeo -share/drgeo/examples/figures/moyenne-prop.fgeo -share/drgeo/examples/figures/orthocenter-locus.fgeo -share/drgeo/examples/figures/orthocentre-symetique.fgeo -share/drgeo/examples/figures/parallelogramme.fgeo -share/drgeo/examples/figures/partage-segment.fgeo -share/drgeo/examples/figures/polygon-7.fgeo -share/drgeo/examples/figures/polygons.fgeo -share/drgeo/examples/figures/problem1.fgeo -share/drgeo/examples/figures/refraction.fgeo -share/drgeo/examples/figures/saliera.fgeo -share/drgeo/examples/figures/signed-distance.fgeo -share/drgeo/examples/figures/sinusoide.fgeo -share/drgeo/examples/figures/slope.fgeo -share/drgeo/examples/figures/steiner_conic.fgeo -share/drgeo/examples/figures/symmetry-axe-2.fgeo -share/drgeo/examples/figures/symmetry-center.fgeo -share/drgeo/examples/figures/triangle-scale.fgeo -share/drgeo/examples/figures/triangle_rectangle1.fgeo -share/drgeo/examples/figures/triangles-homothetiques.fgeo -share/drgeo/examples/figures/trigo1.fgeo -share/drgeo/examples/figures/varignon.fgeo -share/drgeo/examples/figures/wheel.fgeo -share/drgeo/examples/macros/bissectrice.mgeo -share/drgeo/examples/macros/centre1.mgeo -share/drgeo/examples/macros/orthocentre.mgeo -share/drgeo/examples/macros/pentagone.mgeo -share/drgeo/examples/macros/polygon-7.mgeo -share/drgeo/examples/macros/segment.mgeo -share/drgeo/examples/scheme/baravelle.scm -share/drgeo/examples/scheme/baum.scm -share/drgeo/examples/scheme/figure.scm -share/drgeo/examples/scheme/fractale.scm -share/drgeo/examples/scheme/koch.scm -share/drgeo/examples/scheme/pappo.scm -share/drgeo/examples/scheme/polygon.scm -share/drgeo/examples/scheme/polygon2.scm -share/drgeo/examples/scheme/premier.scm -share/drgeo/examples/scheme/spiral.scm -share/drgeo/examples/scheme/square.scm -share/drgeo/examples/scheme/steiner.scm -share/drgeo/examples/scheme/tilings.scm -share/drgeo/glade/angle.png -share/drgeo/glade/angle.xpm -share/drgeo/glade/axial_symetry.png -share/drgeo/glade/axial_symetry.xpm -share/drgeo/glade/build_macro.png -share/drgeo/glade/build_macro.xpm -share/drgeo/glade/central_symetry.png -share/drgeo/glade/central_symetry.xpm -share/drgeo/glade/circle.png -share/drgeo/glade/circle.xpm -share/drgeo/glade/circle_arc.png -share/drgeo/glade/circle_arc.xpm -share/drgeo/glade/color-black.xpm -share/drgeo/glade/color-blue.xpm -share/drgeo/glade/color-bordeaux.xpm -share/drgeo/glade/color-dark-blue.xpm -share/drgeo/glade/color-dark-green.xpm -share/drgeo/glade/color-dark-grey.xpm -share/drgeo/glade/color-green.xpm -share/drgeo/glade/color-grey.xpm -share/drgeo/glade/color-orange.xpm -share/drgeo/glade/color-red.xpm -share/drgeo/glade/color-white.xpm -share/drgeo/glade/color-yellow.xpm -share/drgeo/glade/coordinates.png -share/drgeo/glade/coordinates.xpm -share/drgeo/glade/cross.xpm -share/drgeo/glade/dashline.xpm -share/drgeo/glade/distance.png -share/drgeo/glade/distance.xpm -share/drgeo/glade/drgenius2.glade -share/drgeo/glade/drgenius_new_figure.xpm -share/drgeo/glade/drgeo.png -share/drgeo/glade/drgeo2.glade -share/drgeo/glade/drgeoMDI.glade -share/drgeo/glade/eraser.png -share/drgeo/glade/eraser.xpm -share/drgeo/glade/free_point.png -share/drgeo/glade/free_point.xpm -share/drgeo/glade/grid.png -share/drgeo/glade/half_line.png -share/drgeo/glade/half_line.xpm -share/drgeo/glade/homothetie.png -share/drgeo/glade/homothetie.xpm -share/drgeo/glade/intersection_point.png -share/drgeo/glade/intersection_point.xpm -share/drgeo/glade/largeline.xpm -share/drgeo/glade/line.png -share/drgeo/glade/line.xpm -share/drgeo/glade/line_menu.png -share/drgeo/glade/line_menu.xpm -share/drgeo/glade/load.xpm -share/drgeo/glade/locus.png -share/drgeo/glade/macro_menu.png -share/drgeo/glade/macro_menu.xpm -share/drgeo/glade/middle.png -share/drgeo/glade/middle.xpm -share/drgeo/glade/move.png -share/drgeo/glade/move.xpm -share/drgeo/glade/new_figure.xpm -share/drgeo/glade/normalline.xpm -share/drgeo/glade/numeric_menu.png -share/drgeo/glade/numeric_menu.xpm -share/drgeo/glade/parallel.png -share/drgeo/glade/parallel.xpm -share/drgeo/glade/perpendicular.png -share/drgeo/glade/perpendicular.xpm -share/drgeo/glade/point_coordinate.png -share/drgeo/glade/point_coordinate.xpm -share/drgeo/glade/point_menu.png -share/drgeo/glade/point_menu.xpm -share/drgeo/glade/polygon.png -share/drgeo/glade/polygon.xpm -share/drgeo/glade/preferences.xpm -share/drgeo/glade/property.png -share/drgeo/glade/property.xpm -share/drgeo/glade/quit.xpm -share/drgeo/glade/rename.png -share/drgeo/glade/rotation.png -share/drgeo/glade/rotation.xpm -share/drgeo/glade/round-empty.xpm -share/drgeo/glade/round.xpm -share/drgeo/glade/run_macro.png -share/drgeo/glade/run_macro.xpm -share/drgeo/glade/save.xpm -share/drgeo/glade/script.png -share/drgeo/glade/script.xpm -share/drgeo/glade/segment.png -share/drgeo/glade/segment.xpm -share/drgeo/glade/square-empty.xpm -share/drgeo/glade/square.xpm -share/drgeo/glade/styles.png -share/drgeo/glade/styles.xpm -share/drgeo/glade/tools_menu.png -share/drgeo/glade/tools_menu.xpm -share/drgeo/glade/transformation_menu.png -share/drgeo/glade/transformation_menu.xpm -share/drgeo/glade/translation.png -share/drgeo/glade/translation.xpm -share/drgeo/glade/triangle.xpm -share/drgeo/glade/vectrex.png -share/drgeo/glade/vectrex.xpm -share/drgeo/glade/widget-script.png -share/drgeo/glade/widget-script.xpm -share/drgeo/scm/drgeo_config.scm -share/drgeo/scm/drgeo_scm_interface.scm -share/drgeo/scm/drgeo_scm_interface_constant.scm -share/drgeo/scm/drgeo_scm_interface_constant_es.scm -share/drgeo/scm/drgeo_scm_interface_constant_fr.scm -share/drgeo/scm/drgeo_scm_interface_constant_nl.scm -share/drgeo/scm/drgeo_scm_interface_constant_sr.scm -share/drgeo/scm/preferences.scm share/pixmaps/drgeo-book.png share/pixmaps/drgeo-file.png share/pixmaps/ofset-logo.png @@ -216,14 +48,6 @@ share/locale/zh_TW/LC_MESSAGES/drgeo.mo @dirrmtry share/texmacs/TeXmacs/plugins @dirrmtry share/texmacs/TeXmacs @dirrmtry share/texmacs -@dirrm share/drgeo/scm -@dirrm share/drgeo/glade -@dirrm share/drgeo/examples/scheme -@dirrm share/drgeo/examples/macros -@dirrm share/drgeo/examples/figures -@dirrm share/drgeo/examples -@dirrm share/drgeo/encode -@dirrm share/drgeo @dirrmtry share/locale/mr/LC_MESSAGES @dirrmtry share/locale/mr @dirrmtry share/locale/rw/LC_MESSAGES From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 05:05:11 2013 Return-Path: Delivered-To: svn-ports-head@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 7CD39457; Thu, 28 Nov 2013 05:05:11 +0000 (UTC) Received: from mail-pd0-x232.google.com (mail-pd0-x232.google.com [IPv6:2607:f8b0:400e:c02::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 35BB813D5; Thu, 28 Nov 2013 05:05:11 +0000 (UTC) Received: by mail-pd0-f178.google.com with SMTP id y10so11296212pdj.37 for ; Wed, 27 Nov 2013 21:05:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=5YvDT3rP7O9VlcGhT1f4fOr92r1u7i+UL92lIrurtg0=; b=AG4/x8LZG7FvAX3fRw/m23yzy+l67B3tL1J0oEjZx2rAbw9SDz/OtGX0B8a7cGEBy4 /xnorE5u2H+uoHqFsRyemagyX8njLhZZjnp0E9F/qMbBSr1Va+bsWRcGjMjjKOJSb1Ue V4Y7OuPgMwZgkvjEnje0SQEyhnr8w75AZ+L+xQjluTvIXnVuFQvWeNTosqmoZeta6rwG mnwwr1pmEPnv/QJWkaeoyHJDvqf1c36s+3LYbJGCtEmlqzMmSp7A19xpqCA4cYlV7d4G CfOLxxhEoI2UmLNg+KCEXPog3J+ulK421yUIgk8pijdYA0Lkip0+zDauyDGitXY/Segq xugQ== X-Received: by 10.66.119.136 with SMTP id ku8mr25622301pab.121.1385615110852; Wed, 27 Nov 2013 21:05:10 -0800 (PST) Received: from [192.168.1.7] (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id hz10sm92015323pbc.36.2013.11.27.21.05.08 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Nov 2013 21:05:10 -0800 (PST) Message-ID: <5296CEFC.9060905@FreeBSD.org> Date: Thu, 28 Nov 2013 16:05:00 +1100 From: Kubilay Kocak User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:26.0) Gecko/20100101 Thunderbird/26.0 MIME-Version: 1.0 To: marino@freebsd.org, William Grzybowski Subject: Re: svn commit: r334676 - in head: databases/py-sqlalchemy databases/py-sqlalchemy-devel math/ump www/joomla25 www/joomla31 References: <201311231518.rANFI3h2046513@svn.freebsd.org> <52966C36.9020001@marino.st> In-Reply-To: <52966C36.9020001@marino.st> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Nicola Vitale , "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: koobs@FreeBSD.org 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: Thu, 28 Nov 2013 05:05:11 -0000 On 28/11/2013 9:03 AM, John Marino wrote: > On 11/27/2013 22:51, William Grzybowski wrote: >> On Sat, Nov 23, 2013 at 1:18 PM, Nicola Vitale wrote: >>> Author: nivit >>> Date: Sat Nov 23 15:18:03 2013 >>> New Revision: 334676 >>> URL: http://svnweb.freebsd.org/changeset/ports/334676 >>> >>> Log: >>> - Fix package name collision >> >> I think you missed a PORTREVISION bump here as it changes the pkgname, >> as well as some dependent ports. >> > > > multimedia/py-openlp and devel/buildbot to name two dependent ports that > I've seen with recent breakage. good call, wg. > > John > devel/buildbot as well (Reported by: pkg-fallout) I emailed Nicola yesterday From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 07:13:43 2013 Return-Path: Delivered-To: svn-ports-head@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 3091F569; Thu, 28 Nov 2013 07:13:43 +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 1114119CC; Thu, 28 Nov 2013 07:13:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAS7DgqQ020770; Thu, 28 Nov 2013 07:13:42 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAS7DgKT020767; Thu, 28 Nov 2013 07:13:42 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201311280713.rAS7DgKT020767@svn.freebsd.org> From: Gabor Pali Date: Thu, 28 Nov 2013 07:13:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335077 - head/devel/icmake 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.16 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: Thu, 28 Nov 2013 07:13:43 -0000 Author: pgj Date: Thu Nov 28 07:13:42 2013 New Revision: 335077 URL: http://svnweb.freebsd.org/changeset/ports/335077 Log: - Update to 7.21.00 - Add support for staging, use shebangfix - Give up maintainership Modified: head/devel/icmake/Makefile head/devel/icmake/distinfo head/devel/icmake/pkg-plist Modified: head/devel/icmake/Makefile ============================================================================== --- head/devel/icmake/Makefile Thu Nov 28 04:53:20 2013 (r335076) +++ head/devel/icmake/Makefile Thu Nov 28 07:13:42 2013 (r335077) @@ -1,13 +1,13 @@ # $FreeBSD$ PORTNAME= icmake -PORTVERSION= 7.19.00 +PORTVERSION= 7.21.00 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} EXTRACT_SUFX= .orig.tar.gz -MAINTAINER= pgj@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Intelligent C-like Maker LICENSE= GPLv3 @@ -15,11 +15,6 @@ LICENSE= GPLv3 BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ gsed:${PORTSDIR}/textproc/gsed -.if !defined(NO_INSTALL_MANPAGES) -MAN1= icmake.1 icmbuild.1 icmstart.1 -MAN7= icmstart.rc.7 icmconf.7 -.endif - DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= * @@ -29,15 +24,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER REINPLACE_ARGS= -I "" -NO_STAGE= yes +USES= shebangfix +SHEBANG_FILES= icm_bootstrap icm_install icm_prepare scripts/convert + .include post-patch: - @${REINPLACE_CMD} -e 's|#!/bin/bash|#!${LOCALBASE}/bin/bash|' \ - ${WRKSRC}/icm_bootstrap \ - ${WRKSRC}/icm_install \ - ${WRKSRC}/icm_prepare \ - ${WRKSRC}/scripts/convert @${REINPLACE_CMD} -e 's|sed|gsed|g' \ ${WRKSRC}/scripts/conversions \ ${WRKSRC}/scripts/convert @@ -61,7 +53,7 @@ post-patch: @${REINPLACE_CMD} -e 's|cp -r|cp -R|' \ ${WRKSRC}/icm_bootstrap \ ${WRKSRC}/icm_install - @${REINPLACE_CMD} -e 's|#!.*/usr/bin/icmake|#!${LOCALBASE}/bin/icmake|' \ + @${REINPLACE_CMD} -e 's|#!.*/usr/bin/icmake|#!${PREFIX}/bin/icmake|' \ ${WRKSRC}/comp/build \ ${WRKSRC}/doc/icmake.1 \ ${WRKSRC}/doc/manpage/icmake.yo \ @@ -90,25 +82,21 @@ post-patch: ${WRKSRC}/rss/build \ ${WRKSRC}/un/build @${REINPLACE_CMD} -e '\ - s|/usr/lib/icmake|/usr/local/lib/icmake-${PORTVERSION}|g; \ - s|/usr/share/icmake|/usr/local/share/icmake-${PORTVERSION}|g; \ - s|/etc/icmake/icmake.cf|/usr/local/etc/icmake/icmake.rc|g' \ + s|/usr/lib/icmake|${PREFIX}/lib/icmake-${PORTVERSION}|g; \ + s|/usr/share/icmake|${PREFIX}/share/icmake-${PORTVERSION}|g; \ + s|/etc/icmake/icmake.cf|${PREFIX}/etc/icmake/icmake.rc|g' \ ${WRKSRC}/etc/icmake/icmake.rc do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./icm_bootstrap ${PREFIX} do-install: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./icm_install strip progs - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./icm_install scripts - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./icm_install skel - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./icm_install etc -.if !defined(NO_INSTALL_MANPAGES) - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./icm_install man -.endif -.if ${PORT_OPTIONS:MDOCS} - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./icm_install doc - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./icm_install docdoc -.endif + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./icm_install strip progs ${STAGEDIR} + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./icm_install scripts ${STAGEDIR} + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./icm_install skel ${STAGEDIR} + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./icm_install etc ${STAGEDIR} + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./icm_install man ${STAGEDIR} + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./icm_install doc ${STAGEDIR} + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./icm_install docdoc ${STAGEDIR} .include Modified: head/devel/icmake/distinfo ============================================================================== --- head/devel/icmake/distinfo Thu Nov 28 04:53:20 2013 (r335076) +++ head/devel/icmake/distinfo Thu Nov 28 07:13:42 2013 (r335077) @@ -1,2 +1,2 @@ -SHA256 (icmake_7.19.00.orig.tar.gz) = 84a463398775b7ef1b76a3e3f72c868f7335c1820b78c28b154fb3be6e8ca819 -SIZE (icmake_7.19.00.orig.tar.gz) = 329711 +SHA256 (icmake_7.21.00.orig.tar.gz) = d19e5bd6eb488624e09dbb985ae6adc0d80849abd81446ca8e6bc9e0ee00c445 +SIZE (icmake_7.21.00.orig.tar.gz) = 330053 Modified: head/devel/icmake/pkg-plist ============================================================================== --- head/devel/icmake/pkg-plist Thu Nov 28 04:53:20 2013 (r335076) +++ head/devel/icmake/pkg-plist Thu Nov 28 07:13:42 2013 (r335077) @@ -8,6 +8,11 @@ etc/icmake/icmstart.rc lib/icmake-%%PORTVERSION%%/icm-comp lib/icmake-%%PORTVERSION%%/icm-exec lib/icmake-%%PORTVERSION%%/icm-pp +man/man1/icmake.1.gz +man/man1/icmbuild.1.gz +man/man1/icmstart.1.gz +man/man7/icmconf.7.gz +man/man7/icmstart.rc.7.gz share/icmake-%%PORTVERSION%%/parser/grammar share/icmake-%%PORTVERSION%%/scanner/lexer share/icmake-%%PORTVERSION%%/scanner/scanner.ih From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 07:15:23 2013 Return-Path: Delivered-To: svn-ports-head@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 BF4F5662; Thu, 28 Nov 2013 07:15: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 A17A519DA; Thu, 28 Nov 2013 07:15:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAS7FNAw021114; Thu, 28 Nov 2013 07:15:23 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAS7FMCo021103; Thu, 28 Nov 2013 07:15:22 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201311280715.rAS7FMCo021103@svn.freebsd.org> From: Gabor Pali Date: Thu, 28 Nov 2013 07:15:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335078 - in head/textproc/yodl: . 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.16 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: Thu, 28 Nov 2013 07:15:23 -0000 Author: pgj Date: Thu Nov 28 07:15:22 2013 New Revision: 335078 URL: http://svnweb.freebsd.org/changeset/ports/335078 Log: - Update to 3.03.0 - Add support for staging, use shebangfix - Give up maintainership Added: head/textproc/yodl/files/ head/textproc/yodl/files/patch-icmake__manual (contents, props changed) head/textproc/yodl/files/patch-manual__yo__manual.yo (contents, props changed) Modified: head/textproc/yodl/Makefile head/textproc/yodl/distinfo head/textproc/yodl/pkg-plist Modified: head/textproc/yodl/Makefile ============================================================================== --- head/textproc/yodl/Makefile Thu Nov 28 07:13:42 2013 (r335077) +++ head/textproc/yodl/Makefile Thu Nov 28 07:15:22 2013 (r335078) @@ -2,15 +2,14 @@ # $FreeBSD$ PORTNAME= yodl -PORTVERSION= 3.00.0 -PORTREVISION= 1 +PORTVERSION= 3.03.0 CATEGORIES= textproc MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION} EXTRACT_SUFX= .orig.tar.gz -MAINTAINER= pgj@FreeBSD.org -COMMENT= An easy to use but powerful document formatting/preparation language +MAINTAINER= ports@FreeBSD.org +COMMENT= Easy to use but powerful document formatting/preparation language RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ ${LOCALBASE}/bin/getopt:${PORTSDIR}/misc/getopt @@ -21,15 +20,6 @@ BUILD_DEPENDS= icmake:${PORTSDIR}/devel/ USES= perl5 USE_PERL5= build -.if !defined(NO_INSTALL_MANPAGES) -MANCOMPRESSED= no -MAN1= yodl.1 yodlpost.1 yodlconverters.1 yodlverbinsert.1 yodlstriproff.1 -MAN7= yodlbuiltins.7 yodlmanpage.7 yodlletter.7 yodlmacros.7 -PLIST_SUB+= NO_MANPAGES="" -.else -PLIST_SUB+= NO_MANPAGES="@comment " -.endif - DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= * @@ -37,11 +27,34 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -.if !defined(NOPORTDOCS) +.include + +.if ${PORT_OPTIONS:MDOCS} USE_TEX= latex:build dvipsk:build .endif -NO_STAGE= yes +USES= shebangfix + +SHEBANG_LANG= icmake +icmake_OLD_CMD= /usr/bin/icmake +icmake_CMD= ${LOCALBASE}/bin/icmake + +SHEBANG_FILES= ${WRKSRC}/macros/rawmacros/create \ + ${WRKSRC}/macros/rawmacros/keepdiff \ + ${WRKSRC}/macros/rawmacros/makeyoin \ + ${WRKSRC}/macros/rawmacros/repairs \ + ${WRKSRC}/macros/rawmacros/separator \ + ${WRKSRC}/macros/rawmacros/separator.pl \ + ${WRKSRC}/macros/rawmacros/startdoc \ + ${WRKSRC}/macros/rawmacros/startdoc.pl \ + ${WRKSRC}/contrib/build.pl \ + ${WRKSRC}/src/yodl/replace \ + ${WRKSRC}/scripts/configreplacements \ + ${WRKSRC}/scripts/macroseparator.pl \ + ${WRKSRC}/scripts/stdmacros \ + ${WRKSRC}/scripts/yodl2whatever.in \ + ${WRKSRC}/build + post-patch: @${REINPLACE_CMD} -e 's|"/usr"|"${PREFIX}"| ; \ s|"/share/yodl"|"/share/${PORTNAME}-${PORTVERSION}"| ; \ @@ -56,45 +69,28 @@ post-patch: @${REINPLACE_CMD} -e 's|#!/usr/bin/icmake|#!${LOCALBASE}/bin/icmake| ; \ s|"-O2 -Wall"|"-Wall ${CFLAGS}"|' \ ${WRKSRC}/build - @${REINPLACE_CMD} -e 's|#!/bin/bash|#!${LOCALBASE}/bin/bash| ; \ - s|sed |${LOCALBASE}/bin/gsed | ; \ + @${REINPLACE_CMD} -e 's|sed |${LOCALBASE}/bin/gsed | ; \ s|getopt |${LOCALBASE}/bin/getopt |' \ - ${WRKSRC}/src/yodl/replace \ - ${WRKSRC}/scripts/yodl2whatever.in \ ${WRKSRC}/scripts/configreplacements \ - ${WRKSRC}/scripts/createmacros \ - ${WRKSRC}/scripts/hrefnotmpinstall \ - ${WRKSRC}/macros/rawmacros/separator \ - ${WRKSRC}/macros/rawmacros/keepdiff \ - ${WRKSRC}/macros/rawmacros/repairs \ - ${WRKSRC}/macros/rawmacros/startdoc \ - ${WRKSRC}/macros/rawmacros/makeyoin \ - ${WRKSRC}/macros/rawmacros/create - @${REINPLACE_CMD} -e 's|#!/usr/bin/perl|#!${PERL}|' \ - ${WRKSRC}/macros/rawmacros/separator.pl \ - ${WRKSRC}/macros/rawmacros/startdoc.pl \ - ${WRKSRC}/contrib/build.pl - @${REINPLACE_CMD} -e 's|../../yodl/|../../../${PORTNAME}-${PORTVERSION}/|' \ - ${WRKSRC}/manual/yo/manual.yo + ${WRKSRC}/scripts/yodl2whatever.in \ + ${WRKSRC}/scripts/yodlstriproff \ + ${WRKSRC}/macros/rawmacros/repairs do-build: - @cd ${WRKSRC} && ./build programs + @cd ${WRKSRC} && ./build programs strip @cd ${WRKSRC} && ./build macros -.if !defined(NO_INSTALL_MANPAGES) @cd ${WRKSRC} && ./build man -.endif -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @cd ${WRKSRC} && ./build manual .endif do-install: - @cd ${WRKSRC} && ./build install programs "" - @cd ${WRKSRC} && ./build install macros "" -.if !defined(NO_INSTALL_MANPAGES) - @cd ${WRKSRC} && ./build install man "" -.endif -.if !defined(NOPORTDOCS) - @cd ${WRKSRC} && ./build install manual "" && ./build install docs "" + @cd ${WRKSRC} && ./build install programs ${STAGEDIR} + @cd ${WRKSRC} && ./build install macros ${STAGEDIR} + @cd ${WRKSRC} && ./build install man ${STAGEDIR} +.if ${PORT_OPTIONS:MDOCS} + @cd ${WRKSRC} && ./build install manual ${STAGEDIR} + @cd ${WRKSRC} && ./build install docs ${STAGEDIR} .endif .include Modified: head/textproc/yodl/distinfo ============================================================================== --- head/textproc/yodl/distinfo Thu Nov 28 07:13:42 2013 (r335077) +++ head/textproc/yodl/distinfo Thu Nov 28 07:15:22 2013 (r335078) @@ -1,2 +1,2 @@ -SHA256 (yodl_3.00.0.orig.tar.gz) = 321e30794373ff651c44a84a7c5137e43d772c8b0b54b8698869432081e1b86c -SIZE (yodl_3.00.0.orig.tar.gz) = 294797 +SHA256 (yodl_3.03.0.orig.tar.gz) = d33e89fa34c6d266d438bd5d22ef6a35ef8411b54312a1a1e8c5bb40a88214bf +SIZE (yodl_3.03.0.orig.tar.gz) = 295929 Added: head/textproc/yodl/files/patch-icmake__manual ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/yodl/files/patch-icmake__manual Thu Nov 28 07:15:22 2013 (r335078) @@ -0,0 +1,10 @@ +--- ./icmake/manual.orig 2013-10-09 14:21:36.000000000 +0200 ++++ ./icmake/manual 2013-11-27 12:11:43.000000000 +0100 +@@ -35,6 +35,7 @@ + + if (conversion == "latex") + { ++ run("cp " + g_wip + "/macros/xlatin1.tex " + g_install + DOCDOC); + chdir(g_install + DOCDOC); + + runP(P_NOCHECK, "latex yodl.latex"); Added: head/textproc/yodl/files/patch-manual__yo__manual.yo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/yodl/files/patch-manual__yo__manual.yo Thu Nov 28 07:15:22 2013 (r335078) @@ -0,0 +1,11 @@ +--- ./manual/yo/manual.yo.orig 2013-11-27 11:59:12.000000000 +0100 ++++ ./manual/yo/manual.yo 2013-11-27 12:06:02.000000000 +0100 +@@ -4,7 +4,7 @@ + + whenlatex(\ + SETSYMBOL(XXusexlatin) +- (NOTRANS(\input{../../../../../wip/macros/xlatin1.tex})) ++ (NOTRANS(\input{xlatin1.tex})) + ) + + SUBST(YODL)(tt(Yodl)) Modified: head/textproc/yodl/pkg-plist ============================================================================== --- head/textproc/yodl/pkg-plist Thu Nov 28 07:13:42 2013 (r335077) +++ head/textproc/yodl/pkg-plist Thu Nov 28 07:15:22 2013 (r335078) @@ -9,12 +9,21 @@ bin/yodl2xml bin/yodlpost bin/yodlstriproff bin/yodlverbinsert -%%NO_MANPAGES%%man/man1/yodl2html.1.gz -%%NO_MANPAGES%%man/man1/yodl2latex.1.gz -%%NO_MANPAGES%%man/man1/yodl2man.1.gz -%%NO_MANPAGES%%man/man1/yodl2txt.1.gz -%%NO_MANPAGES%%man/man1/yodl2whatever.1.gz -%%NO_MANPAGES%%man/man1/yodl2xml.1.gz +man/man1/yodl.1.gz +man/man1/yodlconverters.1.gz +man/man1/yodlpost.1.gz +man/man1/yodlstriproff.1.gz +man/man1/yodlverbinsert.1.gz +man/man1/yodl2html.1.gz +man/man1/yodl2latex.1.gz +man/man1/yodl2man.1.gz +man/man1/yodl2txt.1.gz +man/man1/yodl2whatever.1.gz +man/man1/yodl2xml.1.gz +man/man7/yodlbuiltins.7.gz +man/man7/yodlletter.7.gz +man/man7/yodlmacros.7.gz +man/man7/yodlmanpage.7.gz share/yodl-%%PORTVERSION%%/chartables/html.tables.yo share/yodl-%%PORTVERSION%%/chartables/latex.tables.yo share/yodl-%%PORTVERSION%%/chartables/latex2.tables.yo From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 07:17:08 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 ESMTPS id A6D8175C; Thu, 28 Nov 2013 07:17:08 +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 87A7B19EA; Thu, 28 Nov 2013 07:17:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAS7H8uQ021642; Thu, 28 Nov 2013 07:17:08 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAS7H4CV021612; Thu, 28 Nov 2013 07:17:04 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201311280717.rAS7H4CV021612@svn.freebsd.org> From: Gabor Pali Date: Thu, 28 Nov 2013 07:17:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335079 - in head/devel/libbobcat: . 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.16 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: Thu, 28 Nov 2013 07:17:08 -0000 Author: pgj Date: Thu Nov 28 07:17:03 2013 New Revision: 335079 URL: http://svnweb.freebsd.org/changeset/ports/335079 Log: - Update to 3.18.01 - Add support for staging, use shebangfix, switch to GCC 4.7 - Give up maintainership Added: head/devel/libbobcat/files/patch-arg-arg (contents, props changed) head/devel/libbobcat/files/patch-datetime-datetime (contents, props changed) head/devel/libbobcat/files/patch-diffiehellman-diffiehellman (contents, props changed) head/devel/libbobcat/files/patch-exception-errnodescr.cc (contents, props changed) head/devel/libbobcat/files/patch-hostname-hostname (contents, props changed) head/devel/libbobcat/files/patch-ifilterstreambuf-ifilterstreambuf (contents, props changed) head/devel/libbobcat/files/patch-inetaddress-inetaddress (contents, props changed) head/devel/libbobcat/files/patch-localsocketbase-localsocketbase (contents, props changed) head/devel/libbobcat/files/patch-ofdstreambuf-ofdstreambuf (contents, props changed) head/devel/libbobcat/files/patch-process-process (contents, props changed) head/devel/libbobcat/files/patch-sharedmemory-sharedmemory (contents, props changed) head/devel/libbobcat/files/patch-sharedstreambuf-sharedstreambuf (contents, props changed) head/devel/libbobcat/files/patch-signal-signal (contents, props changed) head/devel/libbobcat/files/patch-socketbase-socketbase (contents, props changed) head/devel/libbobcat/files/patch-stat-stat (contents, props changed) head/devel/libbobcat/files/patch-syslogbuf-syslogbuf (contents, props changed) head/devel/libbobcat/files/patch-syslogstream-syslogstream (contents, props changed) Deleted: head/devel/libbobcat/files/patch-glob-glob1.cc head/devel/libbobcat/files/patch-hostname-hostname.ih head/devel/libbobcat/files/patch-inetaddress-inetaddress.ih head/devel/libbobcat/files/patch-localsocketbase-localsocketbase.ih head/devel/libbobcat/files/patch-process-process.ih Modified: head/devel/libbobcat/Makefile head/devel/libbobcat/distinfo head/devel/libbobcat/files/patch-icmake-man head/devel/libbobcat/pkg-plist Modified: head/devel/libbobcat/Makefile ============================================================================== --- head/devel/libbobcat/Makefile Thu Nov 28 07:15:22 2013 (r335078) +++ head/devel/libbobcat/Makefile Thu Nov 28 07:17:03 2013 (r335079) @@ -1,14 +1,13 @@ # $FreeBSD$ PORTNAME= libbobcat -PORTVERSION= 3.11.01 -PORTREVISION= 1 +PORTVERSION= 3.18.01 CATEGORIES= devel MASTER_SITES= SF/bobcat/bobcat/${PORTVERSION} DISTNAME= bobcat_${PORTVERSION} EXTRACT_SUFX= .orig.tar.gz -MAINTAINER= pgj@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Brokken's Own Base Classes And Templates LICENSE= GPLv3 @@ -18,46 +17,28 @@ BUILD_DEPENDS= icmake:${PORTSDIR}/devel/ USE_XORG= x11 -MANCOMPRESSED= yes -MAN3= a2x.3bobcat align.3bobcat arg.3bobcat argconfig.3bobcat \ - bigint.3bobcat binarysearch.3bobcat \ - binops.3bobcat cgi.3bobcat cidr.3bobcat clientsocket.3bobcat \ - cmdfinder.3bobcat cmdfinderbase.3bobcat configfile.3bobcat \ - datetime.3bobcat decryptbuf.3bobcat digestbuf.3bobcat \ - encryptbuf.3bobcat errno.3bobcat fork.3bobcat fswap.3bobcat \ - gethostent.3bobcat glob.3bobcat hash.3bobcat hmacbuf.3bobcat \ - hostent.3bobcat hostname.3bobcat ifdstream.3bobcat \ - ifdstreambuf.3bobcat indent.3bobcat inetaddress.3bobcat \ - iostream.3bobcat iostreambuf.3bobcat irandstream.3bobcat \ - level.3bobcat lm.3bobcat localclientsocket.3bobcat \ - localserversocket.3bobcat localsocketbase.3bobcat log.3bobcat \ - logbuffer.3bobcat mailheaders.3bobcat manipulators.3bobcat \ - mbuf.3bobcat milter.3bobcat mlm.3bobcat \ - mstream.3bobcat multistreambuf.3bobcat ofdstream.3bobcat \ - ofdstreambuf.3bobcat ofilterstreambuf.3bobcat \ - ofoldstream.3bobcat ofoldstreambuf.3bobcat \ - ohexstreambuf.3bobcat onekey.3bobcat pattern.3bobcat \ - pipe.3bobcat process.3bobcat ptriter.3bobcat randbuffer.3bobcat \ - ranger.3bobcat readlinebuf.3bobcat readlinehistory.3bobcat \ - readlinestream.3bobcat redirector.3bobcat \ - repeat.3bobcat selector.3bobcat serversocket.3bobcat \ - signal.3bobcat socketbase.3bobcat stat.3bobcat string.3bobcat \ - stringline.3bobcat syslogbuf.3bobcat syslogstream.3bobcat \ - table.3bobcat tablebuf.3bobcat tablelines.3bobcat \ - tablesupport.3bobcat tempstream.3bobcat typetrait.3bobcat \ - user.3bobcat x2a.3bobcat xpointer.3bobcat -MAN7= bobcat.7 - DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} PORTDOCS= * PLIST_SUB+= PORTVERSION="${PORTVERSION}" -USE_GCC= 4.6 +USE_GCC= 4.7 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/bobcat-${PORTVERSION} -NO_STAGE= yes +USES= shebangfix + +SHEBANG_LANG= icmake +icmake_OLD_CMD= /usr/bin/icmake +icmake_CMD= ${LOCALBASE}/bin/icmake + +SHEBANG_FILES= build \ + documentation/examples/sockets/client/build \ + documentation/examples/sockets/client2/build \ + documentation/examples/sockets/forkserver/build \ + documentation/examples/sockets/forkserver2/build \ + documentation/examples/sockets/server/build + .include post-patch: @@ -67,11 +48,10 @@ post-patch: s|"/share/man"|"/man"| ; \ s|"-d"|"-Pp"| ; \ s|#define MANHTML|| ; \ - s|g++|g++46| ; \ - s|gcc|gcc46|' \ + s|g++|g++47| ; \ + s|gcc|gcc47|' \ ${WRKSRC}/INSTALL.im - @${REINPLACE_CMD} -e 's|#!/usr/bin/icmake|#!${LOCALBASE}/bin/icmake| ; \ - s|"-isystem tmp -Wall -O3"|"-isystem tmp ${LOCALBASE}/include -Wall ${CXXFLAGS}"|' \ + @${REINPLACE_CMD} -e 's|"-isystem tmp -Wall -O3"|"-isystem tmp ${LOCALBASE}/include -Wall ${CXXFLAGS}"|' \ ${WRKSRC}/build @${REINPLACE_CMD} -e 's|"cp -r |"cp -R |' \ ${WRKSRC}/icmake/install @@ -88,6 +68,6 @@ do-build: @cd ${WRKSRC} && ./build libraries all strip && ./build man do-install: - @cd ${WRKSRC} && ./build install + @cd ${WRKSRC} && ./build install ${STAGEDIR} ${STAGEDIR} .include Modified: head/devel/libbobcat/distinfo ============================================================================== --- head/devel/libbobcat/distinfo Thu Nov 28 07:15:22 2013 (r335078) +++ head/devel/libbobcat/distinfo Thu Nov 28 07:17:03 2013 (r335079) @@ -1,2 +1,2 @@ -SHA256 (bobcat_3.11.01.orig.tar.gz) = aba495ff6837761d0a6c8a602a07fcad9782ff627117a0a0f1d0d1d0e5889947 -SIZE (bobcat_3.11.01.orig.tar.gz) = 875674 +SHA256 (bobcat_3.18.01.orig.tar.gz) = c4986aa865937c496de66186652ed37d474ab23407913e09884dae450fea2ffb +SIZE (bobcat_3.18.01.orig.tar.gz) = 995892 Added: head/devel/libbobcat/files/patch-arg-arg ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbobcat/files/patch-arg-arg Thu Nov 28 07:17:03 2013 (r335079) @@ -0,0 +1,12 @@ +--- arg/arg.orig 2013-11-13 11:44:52.000000000 +0100 ++++ arg/arg 2013-11-27 16:37:01.000000000 +0100 +@@ -5,6 +5,9 @@ + Singleton Class built around getopt() and getopt_long() (3) + */ + ++#ifdef __FreeBSD__ ++#include ++#endif + + #include + #include Added: head/devel/libbobcat/files/patch-datetime-datetime ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbobcat/files/patch-datetime-datetime Thu Nov 28 07:17:03 2013 (r335079) @@ -0,0 +1,13 @@ +--- datetime/datetime.orig 2013-11-13 11:44:52.000000000 +0100 ++++ datetime/datetime 2013-11-27 16:22:41.000000000 +0100 +@@ -1,6 +1,10 @@ + #ifndef INCLUDED_BOBCAT_DATETIME_ + #define INCLUDED_BOBCAT_DATETIME_ + ++#ifdef __FreeBSD__ ++#include ++#endif ++ + #include + #include + Added: head/devel/libbobcat/files/patch-diffiehellman-diffiehellman ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbobcat/files/patch-diffiehellman-diffiehellman Thu Nov 28 07:17:03 2013 (r335079) @@ -0,0 +1,13 @@ +--- diffiehellman/diffiehellman.orig 2013-10-02 12:36:00.000000000 +0200 ++++ diffiehellman/diffiehellman 2013-11-27 14:08:18.000000000 +0100 +@@ -1,6 +1,10 @@ + #ifndef INCLUDED_BOBCAT_DIFFIEHELLMAN_ + #define INCLUDED_BOBCAT_DIFFIEHELLMAN_ + ++#ifdef __FreeBSD__ ++#include ++#endif ++ + #include + #include + Added: head/devel/libbobcat/files/patch-exception-errnodescr.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbobcat/files/patch-exception-errnodescr.cc Thu Nov 28 07:17:03 2013 (r335079) @@ -0,0 +1,20 @@ +--- exception/errnodescr.cc.orig 2013-10-02 12:36:00.000000000 +0200 ++++ exception/errnodescr.cc 2013-11-27 15:02:26.000000000 +0100 +@@ -7,16 +7,12 @@ + { + if (errno != 0) + { +- char *buffer = new char[Exception::STRERROR_BUFSIZE]; +- +- if (char *cp = strerror_r(errno, buffer, Exception::STRERROR_BUFSIZE)) ++ if (char *cp = strerror(errno)) + out << cp; + else + { + out << "internal error: strerror_r failed with errno = " << errno; + } +- +- delete[] buffer; + } + + return out; Added: head/devel/libbobcat/files/patch-hostname-hostname ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbobcat/files/patch-hostname-hostname Thu Nov 28 07:17:03 2013 (r335079) @@ -0,0 +1,13 @@ +--- hostname/hostname.orig 2013-11-13 11:45:02.000000000 +0100 ++++ hostname/hostname 2013-11-27 16:50:05.000000000 +0100 +@@ -1,6 +1,10 @@ + #ifndef INCLUDED_BOBCAT_HOSTNAME_ + #define INCLUDED_BOBCAT_HOSTNAME_ + ++#ifdef __FreeBSD__ ++#include ++#endif ++ + #include + + namespace FBB Modified: head/devel/libbobcat/files/patch-icmake-man ============================================================================== --- head/devel/libbobcat/files/patch-icmake-man Thu Nov 28 07:15:22 2013 (r335078) +++ head/devel/libbobcat/files/patch-icmake-man Thu Nov 28 07:17:03 2013 (r335079) @@ -1,5 +1,5 @@ ---- icmake/man.orig 2011-05-25 13:00:10.000000000 +0200 -+++ icmake/man 2011-11-14 20:36:27.000000000 +0100 +--- icmake/man.orig 2013-11-13 11:44:52.000000000 +0100 ++++ icmake/man 2013-11-27 12:47:25.000000000 +0100 @@ -9,7 +9,10 @@ special(0, 0); @@ -14,22 +14,23 @@ @@ -35,8 +38,10 @@ - run("yodl2man --no-warnings -r 15000 -o ../../tmp/man/man3/" + - base + ".3bobcat " + yodl); + run("yodl2man --no-warnings -r 3 -o ../../tmp/man/man3/" + + base + ".3" LIBRARY " " + yodl); +#ifdef MANHTML - run("yodl2html --no-warnings -r 15000 -o ../../tmp/manhtml/" + - base + ".3.html " + yodl); + run("yodl2html --no-warnings -r 3 -o ../../tmp/manhtml/" + + base + ".3.html " + yodl); +#endif } } -@@ -44,8 +49,10 @@ +@@ -44,9 +49,11 @@ { - run("yodl2man --no-warnings -r 15000 -o ../../tmp/man/man7/bobcat.7 " - "bobcat.yo"); + run("yodl2man --no-warnings -r 3 -o ../../tmp/man/man7/" + LIBRARY ".7 " LIBRARY ".yo"); +#ifdef MANHTML - run("yodl2html --no-warnings -r 15000 " - "-o ../../tmp/manhtml/bobcat.7.html bobcat.yo"); + run("yodl2html --no-warnings -r 3 " + "-o ../../tmp/manhtml/" LIBRARY ".7.html " + LIBRARY ".yo"); +#endif } Added: head/devel/libbobcat/files/patch-ifilterstreambuf-ifilterstreambuf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbobcat/files/patch-ifilterstreambuf-ifilterstreambuf Thu Nov 28 07:17:03 2013 (r335079) @@ -0,0 +1,13 @@ +--- ifilterstreambuf/ifilterstreambuf.orig 2013-11-13 11:44:52.000000000 +0100 ++++ ifilterstreambuf/ifilterstreambuf 2013-11-27 14:52:22.000000000 +0100 +@@ -1,6 +1,10 @@ + #ifndef INCLUDED_BOBCAT_IFILTERSTREAMBUF_ + #define INCLUDED_BOBCAT_IFILTERSTREAMBUF_ + ++#ifdef __FreeBSD__ ++#include ++#endif ++ + #include + #include + Added: head/devel/libbobcat/files/patch-inetaddress-inetaddress ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbobcat/files/patch-inetaddress-inetaddress Thu Nov 28 07:17:03 2013 (r335079) @@ -0,0 +1,14 @@ +--- inetaddress/inetaddress.orig 2013-11-13 11:44:52.000000000 +0100 ++++ inetaddress/inetaddress 2013-11-27 16:51:01.000000000 +0100 +@@ -1,6 +1,11 @@ + #ifndef INCLUDED_BOBCAT_INETADDRESS_ + #define INCLUDED_BOBCAT_INETADDRESS_ + ++#ifdef __FreeBSD__ ++#include ++#include ++#endif ++ + #include + #include + Added: head/devel/libbobcat/files/patch-localsocketbase-localsocketbase ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbobcat/files/patch-localsocketbase-localsocketbase Thu Nov 28 07:17:03 2013 (r335079) @@ -0,0 +1,13 @@ +--- localsocketbase/localsocketbase.orig 2013-11-13 11:44:52.000000000 +0100 ++++ localsocketbase/localsocketbase 2013-11-27 16:51:46.000000000 +0100 +@@ -5,6 +5,10 @@ + #include + #include + ++#ifdef __FreeBSD__ ++#include ++#endif ++ + namespace FBB + { + Added: head/devel/libbobcat/files/patch-ofdstreambuf-ofdstreambuf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbobcat/files/patch-ofdstreambuf-ofdstreambuf Thu Nov 28 07:17:03 2013 (r335079) @@ -0,0 +1,13 @@ +--- ofdstreambuf/ofdstreambuf.orig 2013-11-13 11:44:53.000000000 +0100 ++++ ofdstreambuf/ofdstreambuf 2013-11-27 14:45:13.000000000 +0100 +@@ -1,6 +1,10 @@ + #ifndef INCLUDED_BOBCAT_OFDSTREAMBUF_ + #define INCLUDED_BOBCAT_OFDSTREAMBUF_ + ++#ifdef __FreeBSD__ ++#include ++#endif ++ + #include + + namespace FBB Added: head/devel/libbobcat/files/patch-process-process ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbobcat/files/patch-process-process Thu Nov 28 07:17:03 2013 (r335079) @@ -0,0 +1,13 @@ +--- process/process.orig 2013-11-13 11:45:02.000000000 +0100 ++++ process/process 2013-11-27 16:52:35.000000000 +0100 +@@ -5,6 +5,10 @@ + #include + #include + ++#ifdef __FreeBSD__ ++#include ++#endif ++ + #include + #include + #include Added: head/devel/libbobcat/files/patch-sharedmemory-sharedmemory ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbobcat/files/patch-sharedmemory-sharedmemory Thu Nov 28 07:17:03 2013 (r335079) @@ -0,0 +1,13 @@ +--- sharedmemory/sharedmemory.orig 2013-11-22 08:50:45.000000000 +0100 ++++ sharedmemory/sharedmemory 2013-11-27 14:38:27.000000000 +0100 +@@ -1,6 +1,10 @@ + #ifndef INCLUDED_BOBCAT_SHAREDMEMORY_ + #define INCLUDED_BOBCAT_SHAREDMEMORY_ + ++#ifdef __FreeBSD__ ++#include ++#endif ++ + #include + + #include Added: head/devel/libbobcat/files/patch-sharedstreambuf-sharedstreambuf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbobcat/files/patch-sharedstreambuf-sharedstreambuf Thu Nov 28 07:17:03 2013 (r335079) @@ -0,0 +1,13 @@ +--- sharedstreambuf/sharedstreambuf.orig 2013-11-22 08:53:40.000000000 +0100 ++++ sharedstreambuf/sharedstreambuf 2013-11-27 14:30:47.000000000 +0100 +@@ -1,6 +1,10 @@ + #ifndef INCLUDED_BOBCAT_SHAREDSTREAMBUF_ + #define INCLUDED_BOBCAT_SHAREDSTREAMBUF_ + ++#ifdef __FreeBSD__ ++#include ++#endif ++ + #include + #include + Added: head/devel/libbobcat/files/patch-signal-signal ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbobcat/files/patch-signal-signal Thu Nov 28 07:17:03 2013 (r335079) @@ -0,0 +1,13 @@ +--- signal/signal.orig 2013-10-02 12:35:59.000000000 +0200 ++++ signal/signal 2013-11-27 14:28:38.000000000 +0100 +@@ -1,6 +1,10 @@ + #ifndef INCLUDED_SIGNAL_ + #define INCLUDED_SIGNAL_ + ++#ifdef __FreeBSD__ ++#include ++#endif ++ + #include + #include + Added: head/devel/libbobcat/files/patch-socketbase-socketbase ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbobcat/files/patch-socketbase-socketbase Thu Nov 28 07:17:03 2013 (r335079) @@ -0,0 +1,13 @@ +--- socketbase/socketbase.orig 2013-11-13 11:44:53.000000000 +0100 ++++ socketbase/socketbase 2013-11-27 14:27:08.000000000 +0100 +@@ -1,6 +1,10 @@ + #ifndef INCLUDED_BOBCAT_SOCKETBASE_ + #define INCLUDED_BOBCAT_SOCKETBASE_ + ++#ifdef __FreeBSD__ ++#include ++#endif ++ + #include + #include + Added: head/devel/libbobcat/files/patch-stat-stat ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbobcat/files/patch-stat-stat Thu Nov 28 07:17:03 2013 (r335079) @@ -0,0 +1,13 @@ +--- stat/stat.orig 2013-11-13 11:44:53.000000000 +0100 ++++ stat/stat 2013-11-27 14:25:52.000000000 +0100 +@@ -6,6 +6,10 @@ + #include + #include + ++#ifdef __FreeBSD__ ++#include ++#endif ++ + #include + #include + Added: head/devel/libbobcat/files/patch-syslogbuf-syslogbuf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbobcat/files/patch-syslogbuf-syslogbuf Thu Nov 28 07:17:03 2013 (r335079) @@ -0,0 +1,14 @@ +--- syslogbuf/syslogbuf.orig 2013-11-13 11:45:02.000000000 +0100 ++++ syslogbuf/syslogbuf 2013-11-27 14:19:23.000000000 +0100 +@@ -90,6 +90,11 @@ + #include + #include + #include ++ ++#ifdef __FreeBSD__ ++#include ++#endif ++ + + namespace FBB + { Added: head/devel/libbobcat/files/patch-syslogstream-syslogstream ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/libbobcat/files/patch-syslogstream-syslogstream Thu Nov 28 07:17:03 2013 (r335079) @@ -0,0 +1,14 @@ +--- syslogstream/syslogstream.orig 2013-11-13 11:44:53.000000000 +0100 ++++ syslogstream/syslogstream 2013-11-27 14:17:49.000000000 +0100 +@@ -88,6 +88,11 @@ + + #include + #include ++ ++#ifdef __FreeBSD__ ++#include ++#endif ++ + + namespace FBB + { Modified: head/devel/libbobcat/pkg-plist ============================================================================== --- head/devel/libbobcat/pkg-plist Thu Nov 28 07:15:22 2013 (r335078) +++ head/devel/libbobcat/pkg-plist Thu Nov 28 07:17:03 2013 (r335079) @@ -4,6 +4,7 @@ include/bobcat/align include/bobcat/arg include/bobcat/argconfig include/bobcat/autoptr +include/bobcat/base64streambufbase include/bobcat/bigint include/bobcat/binarysearch include/bobcat/binops @@ -15,9 +16,12 @@ include/bobcat/cmdfinderbase include/bobcat/configfile include/bobcat/datetime include/bobcat/decryptbuf +include/bobcat/diffiehellman include/bobcat/digestbuf include/bobcat/encryptbuf include/bobcat/errno +include/bobcat/exception +include/bobcat/fbb include/bobcat/fnwrap include/bobcat/foreach include/bobcat/fork @@ -29,13 +33,19 @@ include/bobcat/hash include/bobcat/hmacbuf include/bobcat/hostent include/bobcat/hostname +include/bobcat/ibase64stream +include/bobcat/ibase64streambuf include/bobcat/ifdstream include/bobcat/ifdstreambuf +include/bobcat/ifilterstreambuf include/bobcat/indent include/bobcat/inetaddress include/bobcat/iostream include/bobcat/iostreambuf include/bobcat/irandstream +include/bobcat/isharedstream +include/bobcat/isymcryptstream +include/bobcat/isymcryptstreambuf include/bobcat/iuo include/bobcat/lc include/bobcat/level @@ -57,8 +67,10 @@ include/bobcat/ofoldstream include/bobcat/ofoldstreambuf include/bobcat/ohexstreambuf include/bobcat/onekey +include/bobcat/osharedstream include/bobcat/pattern include/bobcat/pipe +include/bobcat/primefactors include/bobcat/process include/bobcat/ptriter include/bobcat/randbuffer @@ -71,11 +83,19 @@ include/bobcat/refcount include/bobcat/repeat include/bobcat/selector include/bobcat/serversocket +include/bobcat/sharedblock +include/bobcat/sharedmemory +include/bobcat/sharedmutex +include/bobcat/sharedpos +include/bobcat/sharedsegment +include/bobcat/sharedstream +include/bobcat/sharedstreambuf include/bobcat/signal include/bobcat/socketbase include/bobcat/stat include/bobcat/string include/bobcat/stringline +include/bobcat/symcryptstreambufbase include/bobcat/syslogbuf include/bobcat/syslogstream include/bobcat/table @@ -92,4 +112,104 @@ lib/libbobcat.a lib/libbobcat.so lib/libbobcat.so.%%PORTVERSION%% lib/libbobcat.so.3 +man/man3/a2x.3bobcat.gz +man/man3/align.3bobcat.gz +man/man3/arg.3bobcat.gz +man/man3/argconfig.3bobcat.gz +man/man3/bigint.3bobcat.gz +man/man3/binarysearch.3bobcat.gz +man/man3/binops.3bobcat.gz +man/man3/cgi.3bobcat.gz +man/man3/cidr.3bobcat.gz +man/man3/clientsocket.3bobcat.gz +man/man3/cmdfinder.3bobcat.gz +man/man3/cmdfinderbase.3bobcat.gz +man/man3/configfile.3bobcat.gz +man/man3/datetime.3bobcat.gz +man/man3/decryptbuf.3bobcat.gz +man/man3/diffiehellman.3bobcat.gz +man/man3/digestbuf.3bobcat.gz +man/man3/encryptbuf.3bobcat.gz +man/man3/exception.3bobcat.gz +man/man3/fork.3bobcat.gz +man/man3/fswap.3bobcat.gz +man/man3/gethostent.3bobcat.gz +man/man3/glob.3bobcat.gz +man/man3/hash.3bobcat.gz +man/man3/hmacbuf.3bobcat.gz +man/man3/hostent.3bobcat.gz +man/man3/hostname.3bobcat.gz +man/man3/ibase64stream.3bobcat.gz +man/man3/ibase64streambuf.3bobcat.gz +man/man3/ifdstream.3bobcat.gz +man/man3/ifdstreambuf.3bobcat.gz +man/man3/ifilterstreambuf.3bobcat.gz +man/man3/indent.3bobcat.gz +man/man3/inetaddress.3bobcat.gz +man/man3/iostream.3bobcat.gz +man/man3/iostreambuf.3bobcat.gz +man/man3/irandstream.3bobcat.gz +man/man3/isharedstream.3bobcat.gz +man/man3/isymcryptstream.3bobcat.gz +man/man3/isymcryptstreambuf.3bobcat.gz +man/man3/level.3bobcat.gz +man/man3/lm.3bobcat.gz +man/man3/localclientsocket.3bobcat.gz +man/man3/localserversocket.3bobcat.gz +man/man3/localsocketbase.3bobcat.gz +man/man3/log.3bobcat.gz +man/man3/logbuffer.3bobcat.gz +man/man3/mailheaders.3bobcat.gz +man/man3/manipulators.3bobcat.gz +man/man3/mbuf.3bobcat.gz +man/man3/milter.3bobcat.gz +man/man3/mlm.3bobcat.gz +man/man3/mstream.3bobcat.gz +man/man3/multistreambuf.3bobcat.gz +man/man3/ofdstream.3bobcat.gz +man/man3/ofdstreambuf.3bobcat.gz +man/man3/ofilterstreambuf.3bobcat.gz +man/man3/ofoldstream.3bobcat.gz +man/man3/ofoldstreambuf.3bobcat.gz +man/man3/ohexstreambuf.3bobcat.gz +man/man3/onekey.3bobcat.gz +man/man3/osharedstream.3bobcat.gz +man/man3/pattern.3bobcat.gz +man/man3/pipe.3bobcat.gz +man/man3/primefactors.3bobcat.gz +man/man3/process.3bobcat.gz +man/man3/ptriter.3bobcat.gz +man/man3/randbuffer.3bobcat.gz +man/man3/ranger.3bobcat.gz +man/man3/readlinebuf.3bobcat.gz +man/man3/readlinehistory.3bobcat.gz +man/man3/readlinestream.3bobcat.gz +man/man3/redirector.3bobcat.gz +man/man3/repeat.3bobcat.gz +man/man3/selector.3bobcat.gz +man/man3/serversocket.3bobcat.gz +man/man3/sharedblock.3bobcat.gz +man/man3/sharedmemory.3bobcat.gz +man/man3/sharedmutex.3bobcat.gz +man/man3/sharedpos.3bobcat.gz +man/man3/sharedsegment.3bobcat.gz +man/man3/sharedstream.3bobcat.gz +man/man3/sharedstreambuf.3bobcat.gz +man/man3/signal.3bobcat.gz +man/man3/socketbase.3bobcat.gz +man/man3/stat.3bobcat.gz +man/man3/string.3bobcat.gz +man/man3/stringline.3bobcat.gz +man/man3/syslogbuf.3bobcat.gz +man/man3/syslogstream.3bobcat.gz +man/man3/table.3bobcat.gz +man/man3/tablebuf.3bobcat.gz +man/man3/tablelines.3bobcat.gz +man/man3/tablesupport.3bobcat.gz +man/man3/tempstream.3bobcat.gz +man/man3/typetrait.3bobcat.gz +man/man3/user.3bobcat.gz +man/man3/x2a.3bobcat.gz +man/man3/xpointer.3bobcat.gz +man/man7/bobcat.7.gz @dirrm include/bobcat From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 07:18:45 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 ESMTPS id 65E618C6; Thu, 28 Nov 2013 07:18:45 +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 468BF19FD; Thu, 28 Nov 2013 07:18:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAS7Ij7C022030; Thu, 28 Nov 2013 07:18:45 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAS7IgDr022007; Thu, 28 Nov 2013 07:18:42 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201311280718.rAS7IgDr022007@svn.freebsd.org> From: Gabor Pali Date: Thu, 28 Nov 2013 07:18:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335080 - in head/devel/bisoncpp: . 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.16 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: Thu, 28 Nov 2013 07:18:45 -0000 Author: pgj Date: Thu Nov 28 07:18:41 2013 New Revision: 335080 URL: http://svnweb.freebsd.org/changeset/ports/335080 Log: - Update to 4.05.00 - Add support for staging, use shebangfix, switch to GCC 4.7 - Give up maintainership Added: head/devel/bisoncpp/files/patch-INSTALL.im (contents, props changed) head/devel/bisoncpp/files/patch-block__atindex.cc (contents, props changed) head/devel/bisoncpp/files/patch-block__block.ih (contents, props changed) head/devel/bisoncpp/files/patch-block__dollarindex.cc (contents, props changed) head/devel/bisoncpp/files/patch-block__idindex.cc (contents, props changed) head/devel/bisoncpp/files/patch-icmake-install (contents, props changed) head/devel/bisoncpp/files/patch-options__options.ih (contents, props changed) head/devel/bisoncpp/files/patch-options__setbasicstrings.cc (contents, props changed) head/devel/bisoncpp/files/patch-scanner__lex.cc (contents, props changed) head/devel/bisoncpp/files/patch-scanner__scanner.ih (contents, props changed) head/devel/bisoncpp/files/patch-scanner__scanner1.cc (contents, props changed) Modified: head/devel/bisoncpp/Makefile head/devel/bisoncpp/distinfo head/devel/bisoncpp/files/patch-build head/devel/bisoncpp/files/patch-icmake-manpage head/devel/bisoncpp/pkg-plist Modified: head/devel/bisoncpp/Makefile ============================================================================== --- head/devel/bisoncpp/Makefile Thu Nov 28 07:17:03 2013 (r335079) +++ head/devel/bisoncpp/Makefile Thu Nov 28 07:18:41 2013 (r335080) @@ -1,81 +1,74 @@ # $FreeBSD$ PORTNAME= bisoncpp -PORTVERSION= 4.01.00 -PORTREVISION= 1 +PORTVERSION= 4.05.00 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/bisonc%2B%2B/${PORTVERSION} DISTNAME= bisonc++_${PORTVERSION} EXTRACT_SUFX= .orig.tar.gz -MAINTAINER= pgj@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= LALR(1) parser generator that generates C++ classes LICENSE= GPLv3 BUILD_DEPENDS= icmake:${PORTSDIR}/devel/icmake \ yodl>=3.0:${PORTSDIR}/textproc/yodl \ - libbobcat>=3:${PORTSDIR}/devel/libbobcat + libbobcat>=3.18:${PORTSDIR}/devel/libbobcat -.if !defined(NO_INSTALL_MANPAGES) -MANCOMPRESSED= yes -MAN1= bisonc++.1 -.endif - -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION} +DOCSDIR= ${PREFIX}/share/doc/bisonc++-${PORTVERSION} PORTDOCS= * PLIST_SUB+= PORTVERSION="${PORTVERSION}" WRKSRC= ${WRKDIR}/bisonc++-${PORTVERSION} -USE_GCC= 4.6 +USE_GCC= 4.7 + +USES= shebangfix + +SHEBANG_LANG= icmake +icmake_OLD_CMD= /usr/bin/icmake +icmake_CMD= ${LOCALBASE}/bin/icmake + +SHEBANG_FILES= build \ + documentation/examples/bison++Example.NEW/make \ + documentation/man/calculator/build \ + documentation/manual/examples/calc/build \ + documentation/manual/examples/errorcalc/build \ + documentation/manual/examples/mfcalc/build \ + documentation/manual/examples/rpn/build \ + documentation/manual/grammar/poly/build \ + documentation/regression/run \ + parser/driver/build \ + scanner/driver/build -NO_STAGE= yes .include post-patch: - @${REINPLACE_CMD} 's|"/usr"|"${PREFIX}"| ; \ - s|"/share/bisonc++"|"/share/${PORTNAME}-${PORTVERSION}"| ; \ - s|"/share/doc/bisonc++"|"/share/doc/${PORTNAME}-${PORTVERSION}"| ; \ - s|"/share/man/man1"|"/man/man1"| ; \ - s|"g++"|"g++46"|' \ + @${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|g; \ + s|%%PORTVERSION%%|${PORTVERSION}|g' \ + ${WRKSRC}/INSTALL.im + @${REINPLACE_CMD} 's|"g++|"g++47|' \ ${WRKSRC}/INSTALL.im \ - ${WRKSRC}/build - @${REINPLACE_CMD} 's|#!/usr/bin/icmake|#!${LOCALBASE}/bin/icmake| ; \ - s|"g++|"g++46|' \ - ${WRKSRC}/build \ ${WRKSRC}/scanner/driver/build \ ${WRKSRC}/parser/driver/build - @${REINPLACE_CMD} 's|#!/bin/bash|#!${LOCALBASE}/bin/bash|g' \ - ${WRKSRC}/documentation/regression/run \ - ${WRKSRC}/documentation/examples/bison++Example.NEW/make \ - ${WRKSRC}/documentation/manual/examples/rpn/build \ - ${WRKSRC}/documentation/manual/examples/errorcalc/build \ - ${WRKSRC}/documentation/manual/examples/calc/build \ - ${WRKSRC}/documentation/manual/examples/mfcalc/build \ - ${WRKSRC}/documentation/man/calculator/build + @${REINPLACE_CMD} 's|"gcc|"gcc47|' \ + ${WRKSRC}/icmake/special @${REINPLACE_CMD} 's|"cp -d |"cp -Pp | ; \ s|"cp -r |"cp -R | ; \ - s|"-doc"|"/doc"|' \ + s|-doc|/doc|' \ ${WRKSRC}/icmake/install do-build: @cd ${WRKSRC} && ./build program strip -.if !defined(NO_INSTALL_MANPAGES) @cd ${WRKSRC} && ./build man -.endif -.if ${PORT_OPTIONS:MDOCS} @cd ${WRKSRC} && ./build manual -.endif do-install: - cd ${WRKSRC} && ./build install program -.if !defined(NO_INSTALL_MANPAGES) - cd ${WRKSRC} && ./build install man -.endif -.if ${PORT_OPTIONS:MDOCS} - cd ${WRKSRC} && ./build install manual -.endif + cd ${WRKSRC} && ./build install program ${STAGEDIR} + cd ${WRKSRC} && ./build install man ${STAGEDIR} + cd ${WRKSRC} && ./build install manual ${STAGEDIR} + cd ${WRKSRC} && ./build install skel ${STAGEDIR} .include Modified: head/devel/bisoncpp/distinfo ============================================================================== --- head/devel/bisoncpp/distinfo Thu Nov 28 07:17:03 2013 (r335079) +++ head/devel/bisoncpp/distinfo Thu Nov 28 07:18:41 2013 (r335080) @@ -1,2 +1,2 @@ -SHA256 (bisonc++_4.01.00.orig.tar.gz) = 5115a4edeb144a6c54ff5229578b0f1e2d98bfaa80a4092cf90561aab999c08a -SIZE (bisonc++_4.01.00.orig.tar.gz) = 652332 +SHA256 (bisonc++_4.05.00.orig.tar.gz) = 02bc8562821e21def97c107e92ef719d457856a075fa428ed41a9274d25ed3e6 +SIZE (bisonc++_4.05.00.orig.tar.gz) = 667852 Added: head/devel/bisoncpp/files/patch-INSTALL.im ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bisoncpp/files/patch-INSTALL.im Thu Nov 28 07:18:41 2013 (r335080) @@ -0,0 +1,36 @@ +--- INSTALL.im.orig 2013-06-21 11:16:33.000000000 +0200 ++++ INSTALL.im 2013-11-27 22:15:51.000000000 +0100 +@@ -15,7 +15,7 @@ + #define LDFLAGS "" + // flags passed to the linker + +-#define SKEL "/usr/share/bisonc++" ++#define SKEL "%%PREFIX%%/share/"${PROGRAM}"-%%PORTVERSION%%" + // the directory where the skeleton files are installed + // Recompile options/data.cc if the skeleton location changes + +@@ -23,19 +23,19 @@ + // ========================================================================= + // The following locations are overruled by `build' arguments + +-#define BINARY "/usr/bin/"${PROGRAM} ++#define BINARY "%%PREFIX%%/bin/"${PROGRAM} + // the full path of the final program + +-#define MAN "/usr/share/man/man1" ++#define MAN "%%PREFIX%%/man/man1" + // the directory whre the manual page is stored + +-#define MANUAL "/usr/share/doc/"${PROGRAM}"-doc/manual" ++#define MANUAL "%%PREFIX%%/share/doc/"${PROGRAM}"-%%PORTVERSION%%/manual" + // the directory whre the manual page is stored + +-#define STD "/usr/share/doc/"${PROGRAM} ++#define STD "%%PREFIX%%/share/doc/"${PROGRAM}"-%%PORTVERSION%%" + // the directory where the standard documentation is stored + +-#define EXTRA "/usr/share/doc/"${PROGRAM}"-doc" ++#define EXTRA "%%PREFIX%%/share/doc/"${PROGRAM}"-%%PORTVERSION%%" + // the directory where the extra documentation is stored + + Added: head/devel/bisoncpp/files/patch-block__atindex.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bisoncpp/files/patch-block__atindex.cc Thu Nov 28 07:18:41 2013 (r335080) @@ -0,0 +1,11 @@ +--- ./block/atindex.cc.orig 2013-06-23 20:13:49.000000000 +0200 ++++ ./block/atindex.cc 2013-11-27 18:55:51.000000000 +0100 +@@ -6,7 +6,7 @@ + d_atDollar.push_back( + AtDollar( + AtDollar::AT, length(), lineNr, +- text, stol(text.substr(1)), false ++ text, A2x(text.substr(1)), false + ) + ); + append(text); Added: head/devel/bisoncpp/files/patch-block__block.ih ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bisoncpp/files/patch-block__block.ih Thu Nov 28 07:18:41 2013 (r335080) @@ -0,0 +1,12 @@ +--- ./block/block.ih.orig 2013-06-23 20:13:49.000000000 +0200 ++++ ./block/block.ih 2013-11-27 18:54:50.000000000 +0100 +@@ -5,6 +5,8 @@ + #include + #include + +-using namespace std; ++#include + ++using namespace std; ++using namespace FBB; + Added: head/devel/bisoncpp/files/patch-block__dollarindex.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bisoncpp/files/patch-block__dollarindex.cc Thu Nov 28 07:18:41 2013 (r335080) @@ -0,0 +1,11 @@ +--- ./block/dollarindex.cc.orig 2013-06-23 20:13:49.000000000 +0200 ++++ ./block/dollarindex.cc 2013-11-27 18:55:17.000000000 +0100 +@@ -6,7 +6,7 @@ + { + d_atDollar.push_back( + AtDollar(AtDollar::DOLLAR, length(), lineNr, +- text, stol(text.substr(1)), member) ++ text, A2x(text.substr(1)), member) + ); + append(text); + } Added: head/devel/bisoncpp/files/patch-block__idindex.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bisoncpp/files/patch-block__idindex.cc Thu Nov 28 07:18:41 2013 (r335080) @@ -0,0 +1,11 @@ +--- ./block/idindex.cc.orig 2013-06-23 20:13:49.000000000 +0200 ++++ ./block/idindex.cc 2013-11-27 18:54:04.000000000 +0100 +@@ -8,7 +8,7 @@ + d_atDollar.push_back( + AtDollar( + AtDollar::DOLLAR, length(), lineNr, +- text, text.substr(begin, end - begin), stol(text.substr(end + 1)) ++ text, text.substr(begin, end - begin), A2x(text.substr(end + 1)) + ) + ); + Modified: head/devel/bisoncpp/files/patch-build ============================================================================== --- head/devel/bisoncpp/files/patch-build Thu Nov 28 07:17:03 2013 (r335079) +++ head/devel/bisoncpp/files/patch-build Thu Nov 28 07:18:41 2013 (r335080) @@ -1,6 +1,6 @@ ---- build.orig 2009-07-07 16:12:30.000000000 +0200 -+++ build 2009-11-02 14:28:18.000000000 +0100 -@@ -43,7 +43,10 @@ +--- ./build.orig 2013-11-27 18:04:34.000000000 +0100 ++++ ./build 2013-11-27 18:04:34.000000000 +0100 +@@ -40,7 +40,10 @@ manpage(); if (option == "manual") @@ -10,4 +10,4 @@ + } if (option == "library") - library(1); + { Added: head/devel/bisoncpp/files/patch-icmake-install ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bisoncpp/files/patch-icmake-install Thu Nov 28 07:18:41 2013 (r335080) @@ -0,0 +1,91 @@ +--- icmake/install.orig 2013-06-21 11:16:34.000000000 +0200 ++++ icmake/install 2013-11-27 22:05:08.000000000 +0100 +@@ -3,7 +3,6 @@ + if (where == "") + where = defaultWhere; + +- md(where); + return where; + } + +@@ -13,22 +12,15 @@ + + if (what == "program") + { +- if (where == "") +- where = BINARY; +- +- path = get_path(where); +- if (path != "") +- md(path); +- ++ where = setWhere(where + BINARY, BINARY); + printf(" INSTALLING the executable `", where, "'\n"); +- run("icmbuild install program " + where); ++ run("cp tmp/bin/* " + where); + exit(0); + } + + if (what == "skel") + { +- where = setWhere(where, SKEL); +- ++ where = setWhere(where + SKEL, SKEL); + printf(" INSTALLING skeleton files at `" + where + "'\n"); + md(where); + run("cp skeletons/* " + where); +@@ -37,8 +29,7 @@ + + if (what == "man") + { +- where = setWhere(where, MAN); +- ++ where = setWhere(where + MAN, MAN); + printf(" INSTALLING the manual page at `", where, "'\n"); + run("gzip -9 < tmp/man/" PROGRAM ".1 > " + where + "/" PROGRAM ".1.gz"); + exit(0); +@@ -46,21 +37,18 @@ + + if (what == "manual") + { +- where = setWhere(where, MANUAL); +- ++ where = setWhere(where + MANUAL, MANUAL); + printf(" INSTALLING the manual at `", where, "'\n"); +- run("cp -r tmp/manual " + where); +- ++ md(where); ++ run("cp -r tmp/manual/* " + where); + exit(0); + } + + if (what == "std") + { +- where = setWhere(where, STD); +- ++ where = setWhere(where + STD, STD); + printf(" INSTALLING the changelog at `", where, "\n"); + run("gzip -9 < changelog > " + where + "/changelog.gz"); +- + printf(" INSTALLING the html-manual page at `", where, "\n"); + run("cp tmp/manhtml/" PROGRAM "man.html " + where); + exit(0); +@@ -68,17 +56,14 @@ + + if (what == "extra") + { +- where = setWhere(where, EXTRA); +- ++ where = setWhere(where + EXTRA, EXTRA); + printf(" INSTALLING original bison's docs at `", where + "'\n"); + md(where + "/bison-docs"); + run("cp -r documentation/html " + "documentation/bison.ps.org " + where + "/bison-docs"); +- + printf(" INSTALLING examples at `", where + "'\n"); + run("cp -r documentation/examples " + where); + run("cp -r documentation/man/calculator " + where + "/examples"); +- + printf(" INSTALLING regression tests at `", where + "'\n"); + run("cp -r documentation/regression " + where); + exit(0); Modified: head/devel/bisoncpp/files/patch-icmake-manpage ============================================================================== --- head/devel/bisoncpp/files/patch-icmake-manpage Thu Nov 28 07:17:03 2013 (r335079) +++ head/devel/bisoncpp/files/patch-icmake-manpage Thu Nov 28 07:18:41 2013 (r335080) @@ -1,21 +1,19 @@ ---- icmake/manpage.orig 2012-02-20 17:33:31.000000000 +0100 -+++ icmake/manpage 2012-12-02 13:45:58.000000000 +0100 -@@ -3,7 +3,7 @@ +--- icmake/manpage.orig 2013-06-21 11:16:34.000000000 +0200 ++++ icmake/manpage 2013-11-27 17:42:34.000000000 +0100 +@@ -3,14 +3,29 @@ void manpage() { - md("tmp/man tmp/manhtml"); + md("tmp/man"); - special(); + chdir("documentation/man"); -@@ -11,8 +11,23 @@ - - if ("bisonc++.yo" younger MANPAGE || "release.yo" younger MANPAGE) + if (PROGRAM ".yo" younger MANPAGE || "release.yo" younger MANPAGE) { -- run("yodl2man -o " MANPAGE " bisonc++"); -- run("yodl2html -o " MANHTML " bisonc++"); -+ run("yodl2man -l3 -o " MANPAGE " bisonc++"); +- run("yodl2man -o " MANPAGE " " PROGRAM); +- run("yodl2html -o " MANHTML " " PROGRAM); ++ run("yodl2man -l3 -o " MANPAGE " " PROGRAM); } exit(0); } @@ -28,9 +26,9 @@ + + chdir("documentation/man"); + -+ if ("bisonc++.yo" younger MANHTML || "release.yo" younger MANHTML) ++ if (PROGRAM ".yo" younger MANHTML || "release.yo" younger MANHTML) + { -+ run("yodl2html -l3 -o " MANHTML " bisonc++"); ++ run("yodl2html -l3 -o " MANHTML " " PROGRAM); + } + + chdir("../.."); Added: head/devel/bisoncpp/files/patch-options__options.ih ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bisoncpp/files/patch-options__options.ih Thu Nov 28 07:18:41 2013 (r335080) @@ -0,0 +1,10 @@ +--- ./options/options.ih.orig 2013-06-21 11:16:34.000000000 +0200 ++++ ./options/options.ih 2013-11-27 18:56:37.000000000 +0100 +@@ -4,6 +4,7 @@ + #include + #include + #include ++#include + + using namespace std; + using namespace FBB; Added: head/devel/bisoncpp/files/patch-options__setbasicstrings.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bisoncpp/files/patch-options__setbasicstrings.cc Thu Nov 28 07:18:41 2013 (r335080) @@ -0,0 +1,11 @@ +--- ./options/setbasicstrings.cc.orig 2013-06-24 15:10:12.000000000 +0200 ++++ ./options/setbasicstrings.cc 2013-11-27 18:56:48.000000000 +0100 +@@ -35,7 +35,7 @@ + + string nTokens; + if (d_arg.option(&nTokens, "required-tokens")) +- d_requiredTokens = stoul(nTokens); ++ d_requiredTokens = A2x(nTokens); + + d_arg.option(&d_genericFilename, 'f'); + if (d_genericFilename.empty()) Added: head/devel/bisoncpp/files/patch-scanner__lex.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bisoncpp/files/patch-scanner__lex.cc Thu Nov 28 07:18:41 2013 (r335080) @@ -0,0 +1,11 @@ +--- ./scanner/lex.cc.orig 2013-08-10 10:17:17.000000000 +0200 ++++ ./scanner/lex.cc 2013-11-27 19:14:33.000000000 +0100 +@@ -2836,7 +2836,7 @@ + { + #line 192 "lexer" + { +- d_number = stoul(d_matched); ++ d_number = A2x(d_matched); + return Parser::NUMBER; + } + Added: head/devel/bisoncpp/files/patch-scanner__scanner.ih ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bisoncpp/files/patch-scanner__scanner.ih Thu Nov 28 07:18:41 2013 (r335080) @@ -0,0 +1,10 @@ +--- ./scanner/scanner.ih.orig 2013-06-23 20:13:49.000000000 +0200 ++++ ./scanner/scanner.ih 2013-11-27 19:03:53.000000000 +0100 +@@ -14,6 +14,7 @@ + #include + #include + #include ++#include + + #include "../parser/parserbase.h" + #include "../options/options.h" Added: head/devel/bisoncpp/files/patch-scanner__scanner1.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/bisoncpp/files/patch-scanner__scanner1.cc Thu Nov 28 07:18:41 2013 (r335080) @@ -0,0 +1,11 @@ +--- ./scanner/scanner1.cc.orig 2013-06-23 20:13:49.000000000 +0200 ++++ ./scanner/scanner1.cc 2013-11-27 19:03:33.000000000 +0100 +@@ -15,7 +15,7 @@ + + string value; + if (arg.option(&value, "max-inclusion-depth")) +- d_maxDepth = stoul(value); ++ d_maxDepth = A2x(value); + else + d_maxDepth = 10; + } Modified: head/devel/bisoncpp/pkg-plist ============================================================================== --- head/devel/bisoncpp/pkg-plist Thu Nov 28 07:17:03 2013 (r335079) +++ head/devel/bisoncpp/pkg-plist Thu Nov 28 07:18:41 2013 (r335080) @@ -1,9 +1,10 @@ @comment $FreeBSD$ bin/bisonc++ -share/bisoncpp-%%PORTVERSION%%/bisonc++.cc -share/bisoncpp-%%PORTVERSION%%/bisonc++.h -share/bisoncpp-%%PORTVERSION%%/bisonc++.ih -share/bisoncpp-%%PORTVERSION%%/bisonc++base.h -share/bisoncpp-%%PORTVERSION%%/bisonc++polymorphic -share/bisoncpp-%%PORTVERSION%%/bisonc++polymorphic.inline -@dirrm share/bisoncpp-%%PORTVERSION%% +man/man1/bisonc++.1.gz +share/bisonc++-%%PORTVERSION%%/bisonc++.cc +share/bisonc++-%%PORTVERSION%%/bisonc++.h +share/bisonc++-%%PORTVERSION%%/bisonc++.ih +share/bisonc++-%%PORTVERSION%%/bisonc++base.h +share/bisonc++-%%PORTVERSION%%/bisonc++polymorphic +share/bisonc++-%%PORTVERSION%%/bisonc++polymorphic.inline +@dirrm share/bisonc++-%%PORTVERSION%% From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 07:40:45 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 ESMTPS id A90F9CDD; Thu, 28 Nov 2013 07:40:45 +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 8A0111AF2; Thu, 28 Nov 2013 07:40:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAS7ejGA030672; Thu, 28 Nov 2013 07:40:45 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAS7ei8m030669; Thu, 28 Nov 2013 07:40:44 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201311280740.rAS7ei8m030669@svn.freebsd.org> From: Frederic Culot Date: Thu, 28 Nov 2013 07:40:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335081 - head/www/typo3 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.16 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: Thu, 28 Nov 2013 07:40:45 -0000 Author: culot Date: Thu Nov 28 07:40:44 2013 New Revision: 335081 URL: http://svnweb.freebsd.org/changeset/ports/335081 Log: - Update to 6.1.6 Changes: http://wiki.typo3.org/TYPO3_6.1.6 PR: ports/184326 Submitted by: Helmut Ritter (maintainer) Modified: head/www/typo3/Makefile head/www/typo3/distinfo head/www/typo3/pkg-plist Modified: head/www/typo3/Makefile ============================================================================== --- head/www/typo3/Makefile Thu Nov 28 07:18:41 2013 (r335080) +++ head/www/typo3/Makefile Thu Nov 28 07:40:44 2013 (r335081) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 6.1.5 +PORTVERSION= 6.1.6 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} Modified: head/www/typo3/distinfo ============================================================================== --- head/www/typo3/distinfo Thu Nov 28 07:18:41 2013 (r335080) +++ head/www/typo3/distinfo Thu Nov 28 07:40:44 2013 (r335081) @@ -1,4 +1,4 @@ -SHA256 (typo3_src-6.1.5.tar.gz) = 0b4028414a41264089fa35fd9c8377728f6044a04fc7ce5737f82ca0e6cee99b -SIZE (typo3_src-6.1.5.tar.gz) = 21129505 -SHA256 (dummy-6.1.5.tar.gz) = 73c889f202df82b3c12cc4c2cac03dcfb6d50c882d0b5d639368ee3dc2ad5407 -SIZE (dummy-6.1.5.tar.gz) = 9814 +SHA256 (typo3_src-6.1.6.tar.gz) = b2b642dce479b88419a719b50518544b20b17fef58fe7de6a666bdf0d160dfd5 +SIZE (typo3_src-6.1.6.tar.gz) = 21141976 +SHA256 (dummy-6.1.6.tar.gz) = 59bafa6e4202df2f223e026eb9d8f4909c76db9a6133ebc21121806cb291a973 +SIZE (dummy-6.1.6.tar.gz) = 9817 Modified: head/www/typo3/pkg-plist ============================================================================== --- head/www/typo3/pkg-plist Thu Nov 28 07:18:41 2013 (r335080) +++ head/www/typo3/pkg-plist Thu Nov 28 07:40:44 2013 (r335081) @@ -4174,6 +4174,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/EmailViewHelperTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/ExternalViewHelperTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ViewHelperBaseTestcase.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Widget/Controller/PaginateControllerTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/ext_emconf.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/ext_icon.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/ext_localconf.php @@ -9847,6 +9848,8 @@ @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Controller @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form +@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Widget/Controller +@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Widget @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Security @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 07:53:00 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 ESMTPS id 5FD1EEEF; Thu, 28 Nov 2013 07:53:00 +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 4C0361BA8; Thu, 28 Nov 2013 07:53:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAS7r02R034320; Thu, 28 Nov 2013 07:53:00 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAS7qxrB034317; Thu, 28 Nov 2013 07:52:59 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201311280752.rAS7qxrB034317@svn.freebsd.org> From: Frederic Culot Date: Thu, 28 Nov 2013 07:52:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335082 - head/www/typo345 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.16 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: Thu, 28 Nov 2013 07:53:00 -0000 Author: culot Date: Thu Nov 28 07:52:59 2013 New Revision: 335082 URL: http://svnweb.freebsd.org/changeset/ports/335082 Log: - Update to 4.5.31 Changes: http://wiki.typo3.org/TYPO3_4.5.31 PR: ports/184328 Submitted by: Helmut Ritter (maintainer) Modified: head/www/typo345/Makefile head/www/typo345/distinfo Modified: head/www/typo345/Makefile ============================================================================== --- head/www/typo345/Makefile Thu Nov 28 07:40:44 2013 (r335081) +++ head/www/typo345/Makefile Thu Nov 28 07:52:59 2013 (r335082) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 4.5.30 +PORTVERSION= 4.5.31 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} Modified: head/www/typo345/distinfo ============================================================================== --- head/www/typo345/distinfo Thu Nov 28 07:40:44 2013 (r335081) +++ head/www/typo345/distinfo Thu Nov 28 07:52:59 2013 (r335082) @@ -1,4 +1,4 @@ -SHA256 (typo3_src-4.5.30.tar.gz) = 9276cec335c7495d44e3014034b488c8076b3b3d447bd83118eda3d23712e6ee -SIZE (typo3_src-4.5.30.tar.gz) = 20760711 -SHA256 (dummy-4.5.30.tar.gz) = 478aa8266942bb0a0b0137e59ec5bc356e81a7301d68b0e0a1d8cdaebc574b40 -SIZE (dummy-4.5.30.tar.gz) = 9981 +SHA256 (typo3_src-4.5.31.tar.gz) = b2f7cdc11507412a0f93f798b479dd37506b21d6ebe84c6baeda8174521d7569 +SIZE (typo3_src-4.5.31.tar.gz) = 20764313 +SHA256 (dummy-4.5.31.tar.gz) = 933228a830be9397a5a446492b614322a646339e3d081df343cbd4a6650f74da +SIZE (dummy-4.5.31.tar.gz) = 9977 From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 08:03:46 2013 Return-Path: Delivered-To: svn-ports-head@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 0B1AA25C; Thu, 28 Nov 2013 08:03:46 +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 EBD461C3C; Thu, 28 Nov 2013 08:03:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAS83jQp038102; Thu, 28 Nov 2013 08:03:45 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAS83jT8038100; Thu, 28 Nov 2013 08:03:45 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201311280803.rAS83jT8038100@svn.freebsd.org> From: Frederic Culot Date: Thu, 28 Nov 2013 08:03:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335083 - head/www/typo347 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.16 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: Thu, 28 Nov 2013 08:03:46 -0000 Author: culot Date: Thu Nov 28 08:03:45 2013 New Revision: 335083 URL: http://svnweb.freebsd.org/changeset/ports/335083 Log: - Update to 4.7.16 Changes: http://wiki.typo3.org/TYPO3_4.7.16 PR: ports/184330 Submitted by: Helmut Ritter (maintainer) Modified: head/www/typo347/Makefile head/www/typo347/distinfo Modified: head/www/typo347/Makefile ============================================================================== --- head/www/typo347/Makefile Thu Nov 28 07:52:59 2013 (r335082) +++ head/www/typo347/Makefile Thu Nov 28 08:03:45 2013 (r335083) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= typo3 -PORTVERSION= 4.7.15 +PORTVERSION= 4.7.16 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} Modified: head/www/typo347/distinfo ============================================================================== --- head/www/typo347/distinfo Thu Nov 28 07:52:59 2013 (r335082) +++ head/www/typo347/distinfo Thu Nov 28 08:03:45 2013 (r335083) @@ -1,4 +1,4 @@ -SHA256 (typo3_src-4.7.15.tar.gz) = 4af68f592b084c97301d5022b937d0047728da9050d3ef1481d1e1c003fedc13 -SIZE (typo3_src-4.7.15.tar.gz) = 22625165 -SHA256 (dummy-4.7.15.tar.gz) = 225130aefcc09a5295a8b5abdd1e7cc9aef96d37789a7a5a0bd52bbfa4d728b0 -SIZE (dummy-4.7.15.tar.gz) = 10277 +SHA256 (typo3_src-4.7.16.tar.gz) = 93457c92adc46ace7a3b37a92dabda971ccb53ebc9fdca462aaed429b8cba8b7 +SIZE (typo3_src-4.7.16.tar.gz) = 22630645 +SHA256 (dummy-4.7.16.tar.gz) = 707c5319780b7e9ac469537fbe955efa52af04c35988ec4994ef5dc9c972d2d6 +SIZE (dummy-4.7.16.tar.gz) = 10277 From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 09:12:02 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 ESMTPS id CBC5D598; Thu, 28 Nov 2013 09:12:02 +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 ACF651F9D; Thu, 28 Nov 2013 09:12:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAS9C23L062085; Thu, 28 Nov 2013 09:12:02 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAS9C2Zg062082; Thu, 28 Nov 2013 09:12:02 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201311280912.rAS9C2Zg062082@svn.freebsd.org> From: Kevin Lo Date: Thu, 28 Nov 2013 09:12:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335084 - in head/games/gbrainy: . 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.16 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: Thu, 28 Nov 2013 09:12:02 -0000 Author: kevlo Date: Thu Nov 28 09:12:01 2013 New Revision: 335084 URL: http://svnweb.freebsd.org/changeset/ports/335084 Log: - Update to 2.2.2 - Add stage support Deleted: head/games/gbrainy/files/patch-CSharpCompiler.cs Modified: head/games/gbrainy/Makefile head/games/gbrainy/distinfo head/games/gbrainy/pkg-plist Modified: head/games/gbrainy/Makefile ============================================================================== --- head/games/gbrainy/Makefile Thu Nov 28 08:03:45 2013 (r335083) +++ head/games/gbrainy/Makefile Thu Nov 28 09:12:01 2013 (r335084) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gbrainy -PORTVERSION= 2.1.5 +PORTVERSION= 2.2.2 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= http://gent.softcatala.org/jmas/gbrainy/ @@ -22,10 +22,8 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN6= gbrainy.6 INSTALLS_ICONS= yes -NO_STAGE= yes .include post-patch: Modified: head/games/gbrainy/distinfo ============================================================================== --- head/games/gbrainy/distinfo Thu Nov 28 08:03:45 2013 (r335083) +++ head/games/gbrainy/distinfo Thu Nov 28 09:12:01 2013 (r335084) @@ -1,2 +1,2 @@ -SHA256 (gbrainy-2.1.5.tar.gz) = 29b6b926410c4aee78a68115e293bb6c8436021212a81ac5cdb71c2669a114a6 -SIZE (gbrainy-2.1.5.tar.gz) = 2629526 +SHA256 (gbrainy-2.2.2.tar.gz) = e581cf88dae6dffd3ed39f39f00e1e5b3ff3bed3c9b6044dd93168e699bfea43 +SIZE (gbrainy-2.2.2.tar.gz) = 2837981 Modified: head/games/gbrainy/pkg-plist ============================================================================== --- head/games/gbrainy/pkg-plist Thu Nov 28 08:03:45 2013 (r335083) +++ head/games/gbrainy/pkg-plist Thu Nov 28 09:12:01 2013 (r335084) @@ -5,11 +5,18 @@ lib/gbrainy/gbrainy.Games.dll lib/gbrainy/gbrainy.exe lib/gbrainy/gbrainy.exe.config libdata/pkgconfig/gbrainy.pc +man/man6/gbrainy.6.gz share/applications/gbrainy.desktop share/games/gbrainy/box.svg share/games/gbrainy/classic_background.svg share/games/gbrainy/clock.svg share/games/gbrainy/dartboard.svg +share/games/gbrainy/faceboy1.svg +share/games/gbrainy/faceboy2.svg +share/games/gbrainy/faceboy3.svg +share/games/gbrainy/facegirl1.svg +share/games/gbrainy/facegirl2.svg +share/games/gbrainy/facegirl3.svg share/games/gbrainy/family.svg share/games/gbrainy/father_son.svg share/games/gbrainy/games.xml @@ -19,9 +26,11 @@ share/games/gbrainy/money.svg share/games/gbrainy/notebook_background.svg share/games/gbrainy/password.svg share/games/gbrainy/people_table.svg +share/games/gbrainy/right.oga share/games/gbrainy/tennis.svg share/games/gbrainy/themes.xml share/games/gbrainy/verbal_analogies.xml +share/games/gbrainy/wrong.oga share/gnome/help/gbrainy/C/customgame.page share/gnome/help/gbrainy/C/difficulty.page share/gnome/help/gbrainy/C/export.page @@ -463,11 +472,13 @@ share/locale/fi/LC_MESSAGES/gbrainy.mo share/locale/fr/LC_MESSAGES/gbrainy.mo share/locale/gl/LC_MESSAGES/gbrainy.mo share/locale/hi/LC_MESSAGES/gbrainy.mo +share/locale/hr/LC_MESSAGES/gbrainy.mo share/locale/hu/LC_MESSAGES/gbrainy.mo share/locale/id/LC_MESSAGES/gbrainy.mo share/locale/it/LC_MESSAGES/gbrainy.mo share/locale/ko/LC_MESSAGES/gbrainy.mo share/locale/lv/LC_MESSAGES/gbrainy.mo +share/locale/oc/LC_MESSAGES/gbrainy.mo share/locale/nb/LC_MESSAGES/gbrainy.mo share/locale/nl/LC_MESSAGES/gbrainy.mo share/locale/pl/LC_MESSAGES/gbrainy.mo @@ -480,10 +491,12 @@ share/locale/sl/LC_MESSAGES/gbrainy.mo share/locale/sr/LC_MESSAGES/gbrainy.mo share/locale/sr@latin/LC_MESSAGES/gbrainy.mo share/locale/sv/LC_MESSAGES/gbrainy.mo +share/locale/ta/LC_MESSAGES/gbrainy.mo share/locale/te/LC_MESSAGES/gbrainy.mo share/locale/th/LC_MESSAGES/gbrainy.mo share/locale/tr/LC_MESSAGES/gbrainy.mo share/locale/ug/LC_MESSAGES/gbrainy.mo +share/locale/uk/LC_MESSAGES/gbrainy.mo share/locale/vi/LC_MESSAGES/gbrainy.mo share/locale/zh_CN/LC_MESSAGES/gbrainy.mo share/locale/zh_HK/LC_MESSAGES/gbrainy.mo @@ -500,6 +513,8 @@ share/pixmaps/gbrainy48.png @dirrmtry share/locale/zh_CN @dirrmtry share/locale/vi/LC_MESSAGES @dirrmtry share/locale/vi +@dirrmtry share/locale/uk/LC_MESSAGES +@dirrmtry share/locale/uk @dirrmtry share/locale/ug/LC_MESSAGES @dirrmtry share/locale/ug @dirrmtry share/locale/tr/LC_MESSAGES @@ -508,6 +523,8 @@ share/pixmaps/gbrainy48.png @dirrmtry share/locale/th @dirrmtry share/locale/te/LC_MESSAGES @dirrmtry share/locale/te +@dirrmtry share/locale/ta/LC_MESSAGES +@dirrmtry share/locale/ta @dirrmtry share/locale/sv/LC_MESSAGES @dirrmtry share/locale/sv @dirrmtry share/locale/sr@latin/LC_MESSAGES @@ -532,6 +549,8 @@ share/pixmaps/gbrainy48.png @dirrmtry share/locale/lv @dirrmtry share/locale/nb/LC_MESSAGES @dirrmtry share/locale/nb +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc @dirrmtry share/locale/ko/LC_MESSAGES @dirrmtry share/locale/ko @dirrmtry share/locale/it/LC_MESSAGES @@ -540,6 +559,8 @@ share/pixmaps/gbrainy48.png @dirrmtry share/locale/id @dirrmtry share/locale/hu/LC_MESSAGES @dirrmtry share/locale/hu +@dirrmtry share/locale/hr/LC_MESSAGES +@dirrmtry share/locale/hr @dirrmtry share/locale/hi/LC_MESSAGES @dirrmtry share/locale/hi @dirrmtry share/locale/gl/LC_MESSAGES From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 10:02:38 2013 Return-Path: Delivered-To: svn-ports-head@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 2818859F; Thu, 28 Nov 2013 10:02:38 +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 142DD129D; Thu, 28 Nov 2013 10:02:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASA2bxd078758; Thu, 28 Nov 2013 10:02:37 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASA2b7u078755; Thu, 28 Nov 2013 10:02:37 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201311281002.rASA2b7u078755@svn.freebsd.org> From: Mathieu Arnold Date: Thu, 28 Nov 2013 10:02:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335085 - head/devel/p5-Module-Build 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.16 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: Thu, 28 Nov 2013 10:02:38 -0000 Author: mat Date: Thu Nov 28 10:02:37 2013 New Revision: 335085 URL: http://svnweb.freebsd.org/changeset/ports/335085 Log: Update to 0.4203. Modified: head/devel/p5-Module-Build/Makefile head/devel/p5-Module-Build/distinfo Modified: head/devel/p5-Module-Build/Makefile ============================================================================== --- head/devel/p5-Module-Build/Makefile Thu Nov 28 09:12:01 2013 (r335084) +++ head/devel/p5-Module-Build/Makefile Thu Nov 28 10:02:37 2013 (r335085) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Module-Build -PORTVERSION= 0.4202 +PORTVERSION= 0.4203 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Module-Build/distinfo ============================================================================== --- head/devel/p5-Module-Build/distinfo Thu Nov 28 09:12:01 2013 (r335084) +++ head/devel/p5-Module-Build/distinfo Thu Nov 28 10:02:37 2013 (r335085) @@ -1,2 +1,2 @@ -SHA256 (Module-Build-0.4202.tar.gz) = e5a3572bf7541f3e2580a65249dad98ca2506f14555cd7dc4b962c1a67f389e3 -SIZE (Module-Build-0.4202.tar.gz) = 308799 +SHA256 (Module-Build-0.4203.tar.gz) = d4cc3ad9e29543de144c48da34256ce216d6ea30bd19381a941a090da57b977d +SIZE (Module-Build-0.4203.tar.gz) = 308951 From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 11:04:00 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 ESMTPS id 43AA82EA; Thu, 28 Nov 2013 11:04:00 +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 30145168C; Thu, 28 Nov 2013 11:04:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASB40oL099270; Thu, 28 Nov 2013 11:04:00 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASB40U5099265; Thu, 28 Nov 2013 11:04:00 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201311281104.rASB40U5099265@svn.freebsd.org> From: John Marino Date: Thu, 28 Nov 2013 11:04:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335086 - head/devel/ocaml-opam 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.16 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: Thu, 28 Nov 2013 11:04:00 -0000 Author: marino Date: Thu Nov 28 11:03:59 2013 New Revision: 335086 URL: http://svnweb.freebsd.org/changeset/ports/335086 Log: devel/ocaml-opam: Update maintainer email address per his request Modified: head/devel/ocaml-opam/Makefile Modified: head/devel/ocaml-opam/Makefile ============================================================================== --- head/devel/ocaml-opam/Makefile Thu Nov 28 10:02:37 2013 (r335085) +++ head/devel/ocaml-opam/Makefile Thu Nov 28 11:03:59 2013 (r335086) @@ -8,7 +8,7 @@ MASTER_SITES= http://www.ocamlpro.com/pu PKGNAMEPREFIX= ocaml- DISTNAME= opam-full-${PORTVERSION} -MAINTAINER= joris.gio@gmail.com +MAINTAINER= joris@giovannangeli.fr COMMENT= Source-based package manager for OCaml LICENSE= GPLv3 From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 11:13:27 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 ESMTPS id B7D7F6D7; Thu, 28 Nov 2013 11:13:27 +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 89FD6172A; Thu, 28 Nov 2013 11:13:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASBDRoM003024; Thu, 28 Nov 2013 11:13:27 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASBDRWD003023; Thu, 28 Nov 2013 11:13:27 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201311281113.rASBDRWD003023@svn.freebsd.org> From: Rene Ladan Date: Thu, 28 Nov 2013 11:13:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335087 - head/Mk 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.16 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: Thu, 28 Nov 2013 11:13:27 -0000 Author: rene Date: Thu Nov 28 11:13:27 2013 New Revision: 335087 URL: http://svnweb.freebsd.org/changeset/ports/335087 Log: Replace deprecated USE_DISPLAY code with a single inclusion of USES=display and remove the comments describing USE_DISPLAY at the top. PR: ports/184167 Submitted by: myself Approved by: portmgr (bdrewery) Exp-run by: bdrewery Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Thu Nov 28 11:03:59 2013 (r335086) +++ head/Mk/bsd.port.mk Thu Nov 28 11:13:27 2013 (r335087) @@ -365,12 +365,6 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # this is for users, not for port maintainers. This # should not be used in Makefile. ## -# USE_DISPLAY - If set, this ports requires a (virtual) X11 environment -# setup. If the environment variable DISPLAY Is not set, -# then an extra build dependency on Xvfb is added. Further, -# if PACKAGE_BUILDING is not set, then CONFIGURE_ENV and -# MAKE_ENV are extended with a DISPLAY variable. -# # USE_GL - A list of Mesa or GL related dependencies needed by the port. # Supported components are: egl, glesv2, glut, glu, glw, and gl. # If set to "yes", this is equivalent to "glu". Note that @@ -1908,16 +1902,8 @@ IGNORE= cannot be built: there is no em RUN_DEPENDS+= ${LINUX_BASE_PORT} .endif -.if defined(USE_DISPLAY) && !defined(DISPLAY) -BUILD_DEPENDS+= Xvfb:${PORTSDIR}/x11-servers/xorg-vfbserver \ - ${LOCALBASE}/lib/X11/fonts/misc/8x13O.pcf.gz:${PORTSDIR}/x11-fonts/xorg-fonts-miscbitmaps \ - ${LOCALBASE}/lib/X11/fonts/misc/fonts.alias:${PORTSDIR}/x11-fonts/font-alias \ - ${LOCALBASE}/share/X11/xkb/rules/base:${PORTSDIR}/x11/xkeyboard-config \ - xkbcomp:${PORTSDIR}/x11/xkbcomp -.if !defined(PACKAGE_BUILDING) -CONFIGURE_ENV+= DISPLAY="localhost:1001" -MAKE_ENV+= DISPLAY="localhost:1001" -.endif +.if defined(USE_DISPLAY) +USES+= display .endif PKG_IGNORE_DEPENDS?= 'this_port_does_not_exist' From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 11:41:58 2013 Return-Path: Delivered-To: svn-ports-head@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 369D3C57; Thu, 28 Nov 2013 11:41:58 +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 161A718E5; Thu, 28 Nov 2013 11:41:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASBfvbV012609; Thu, 28 Nov 2013 11:41:57 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASBfv5b012603; Thu, 28 Nov 2013 11:41:57 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311281141.rASBfv5b012603@svn.freebsd.org> From: Kubilay Kocak Date: Thu, 28 Nov 2013 11:41:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335088 - in head/net: . libzmq4 libzmq4/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.16 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: Thu, 28 Nov 2013 11:41:58 -0000 Author: koobs Date: Thu Nov 28 11:41:56 2013 New Revision: 335088 URL: http://svnweb.freebsd.org/changeset/ports/335088 Log: net/libzmq4: ZeroMQ core library (Version 4) [NEW PORT] ZeroMQ - Distributed Computing Made Simple * The socket library that acts as a concurrency framework. * Carries messages across inproc, IPC, TCP, and multicast. * Connect N-to-N via fanout, pubsub, pipeline, request-reply. * Asynch I/O for scalable multicore message-passing apps. Version 4 Features: * New wire level protocol, ZMTP/3.0 * New security framework with PLAIN and CURVE mechanisms * New ZMQ_STREAM socket type WWW: http://www.zeromq.org/ PR: ports/183730 Reviewed by: kwm, wg Added: head/net/libzmq4/ - copied from r335008, head/devel/zmq-devel/ Deleted: head/net/libzmq4/files/ Modified: head/net/Makefile head/net/libzmq4/Makefile head/net/libzmq4/distinfo head/net/libzmq4/pkg-descr head/net/libzmq4/pkg-plist (contents, props changed) Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Nov 28 11:13:27 2013 (r335087) +++ head/net/Makefile Thu Nov 28 11:41:56 2013 (r335088) @@ -348,6 +348,7 @@ SUBDIR += libunp SUBDIR += libutp SUBDIR += libvncserver + SUBDIR += libzmq4 SUBDIR += liferea SUBDIR += linc SUBDIR += linc-reference Modified: head/net/libzmq4/Makefile ============================================================================== --- head/devel/zmq-devel/Makefile Wed Nov 27 11:56:53 2013 (r335008) +++ head/net/libzmq4/Makefile Thu Nov 28 11:41:56 2013 (r335088) @@ -1,24 +1,42 @@ # $FreeBSD$ -PORTNAME= zmq -PORTVERSION= 3.2.4 -CATEGORIES= devel net +PORTNAME= libzmq4 +PORTVERSION= 4.0.2 +CATEGORIES= net MASTER_SITES= http://download.zeromq.org/ -PKGNAMESUFFIX= -devel DISTNAME= zeromq-${DISTVERSION} MAINTAINER= koobs@FreeBSD.org -COMMENT= Lightweight messaging kernel +COMMENT= ZeroMQ core library (Version 4) + +LICENSE= LGPL3 USES= pathfix USE_LDCONFIG= yes +OPTIONS_DEFINE= CURVE DEBUG PGM +CURVE_DESC= CURVE security mechanism via libsodium +PGM_DESC= Reliable multicast transport using PGM via OpenPGM + +CURVE_CONFIGURE_ON= --with-libsodium=${LOCALBASE} +CURVE_LIB_DEPENDS= libsodium.so:${PORTSDIR}/security/libsodium +DEBUG_CONFIGURE_ON= --enable-debug +PGM_CONFIGURE_ON= --with-system-pgm +PGM_LIB_DEPENDS= libpgm.so:${PORTSDIR}/net/openpgm +PGM_USES= pkgconfig + +.include + +.if ${PORT_OPTIONS:MDEBUG} +WITH_DEBUG= yes +.endif + GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-silent-rules +CFLAGS+= -Wno-long-long -CONFLICTS= zmq-[0-9]* +CONFLICTS= zmq-[0-9]* libzmq[^4]-[0-9]* -regression-test: +regression-test: build cd ${WRKSRC} && ${MAKE} check .include Modified: head/net/libzmq4/distinfo ============================================================================== --- head/devel/zmq-devel/distinfo Wed Nov 27 11:56:53 2013 (r335008) +++ head/net/libzmq4/distinfo Thu Nov 28 11:41:56 2013 (r335088) @@ -1,2 +1,2 @@ -SHA256 (zeromq-3.2.4.tar.gz) = df96a141c85b65c2cb6c0db22223126623a09eecbfccb7f74400f3f938742f59 -SIZE (zeromq-3.2.4.tar.gz) = 2083123 +SHA256 (zeromq-4.0.2.tar.gz) = c8b2b1e8fe47fd6e1ca710ba68d71086ddb323e8ab5c5bd96155390dc5c8d75a +SIZE (zeromq-4.0.2.tar.gz) = 2168988 Modified: head/net/libzmq4/pkg-descr ============================================================================== --- head/devel/zmq-devel/pkg-descr Wed Nov 27 11:56:53 2013 (r335008) +++ head/net/libzmq4/pkg-descr Thu Nov 28 11:41:56 2013 (r335088) @@ -1,3 +1,14 @@ -An open source message queue optimised for performance. +ZeroMQ - Distributed Computing Made Simple + + * The socket library that acts as a concurrency framework. + * Carries messages across inproc, IPC, TCP, and multicast. + * Connect N-to-N via fanout, pubsub, pipeline, request-reply. + * Asynch I/O for scalable multicore message-passing apps. + +Version 4 Features: + + * New wire level protocol, ZMTP/3.0 + * New security framework with PLAIN and CURVE mechanisms + * New ZMQ_STREAM socket type WWW: http://www.zeromq.org/ Modified: head/net/libzmq4/pkg-plist ============================================================================== --- head/devel/zmq-devel/pkg-plist Wed Nov 27 11:56:53 2013 (r335008) +++ head/net/libzmq4/pkg-plist Thu Nov 28 11:41:56 2013 (r335088) @@ -1,9 +1,10 @@ +bin/curve_keygen include/zmq.h include/zmq_utils.h lib/libzmq.a lib/libzmq.la lib/libzmq.so -lib/libzmq.so.3 +lib/libzmq.so.4 libdata/pkgconfig/libzmq.pc man/man3/zmq_bind.3.gz man/man3/zmq_close.3.gz @@ -12,6 +13,9 @@ man/man3/zmq_ctx_destroy.3.gz man/man3/zmq_ctx_get.3.gz man/man3/zmq_ctx_new.3.gz man/man3/zmq_ctx_set.3.gz +man/man3/zmq_ctx_term.3.gz +man/man7/zmq_curve.7.gz +man/man3/zmq_curve_keypair.3.gz man/man3/zmq_disconnect.3.gz man/man3/zmq_errno.3.gz man/man3/zmq_getsockopt.3.gz @@ -29,11 +33,14 @@ man/man3/zmq_msg_recv.3.gz man/man3/zmq_msg_send.3.gz man/man3/zmq_msg_set.3.gz man/man3/zmq_msg_size.3.gz +man/man7/zmq_null.7.gz man/man3/zmq_poll.3.gz +man/man7/zmq_plain.7.gz man/man3/zmq_proxy.3.gz man/man3/zmq_recv.3.gz man/man3/zmq_recvmsg.3.gz man/man3/zmq_send.3.gz +man/man3/zmq_send_const.3.gz man/man3/zmq_sendmsg.3.gz man/man3/zmq_setsockopt.3.gz man/man3/zmq_socket.3.gz @@ -42,6 +49,8 @@ man/man3/zmq_strerror.3.gz man/man3/zmq_term.3.gz man/man3/zmq_unbind.3.gz man/man3/zmq_version.3.gz +man/man3/zmq_z85_decode.3.gz +man/man3/zmq_z85_encode.3.gz man/man7/zmq.7.gz man/man7/zmq_epgm.7.gz man/man7/zmq_inproc.7.gz From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 11:57:04 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 ESMTPS id 76FDAFC2; Thu, 28 Nov 2013 11:57:04 +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 62EE7197E; Thu, 28 Nov 2013 11:57:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASBv4PD016541; Thu, 28 Nov 2013 11:57:04 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASBv3NR016535; Thu, 28 Nov 2013 11:57:03 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311281157.rASBv3NR016535@svn.freebsd.org> From: Kubilay Kocak Date: Thu, 28 Nov 2013 11:57:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335089 - in head: . devel devel/zmq-devel net net/libzmq3 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.16 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: Thu, 28 Nov 2013 11:57:04 -0000 Author: koobs Date: Thu Nov 28 11:57:02 2013 New Revision: 335089 URL: http://svnweb.freebsd.org/changeset/ports/335089 Log: devel/zmq-devel: Move to net/libzmq3, add DEBUG and PGM options - Copy devel/zmq-devel to net/libzmq3 - Delete devel/zmq-devel - Remove from devel/Makefile - Add a MOVED entry for zmq-devel - Add libzmq3 to net/Makefile - Switch primary category - Add DEBUG and PGM (Multicast) options - Remove PKGNAMESUFFIX - Update COMMENT to align with libzqm4 - Update pkg-descr to align with libzmq4 - Add LICENSE - Update CONFLICTS - Tweak the regression-test target to build before running Reviewed by: kwm, wg Added: head/net/libzmq3/ - copied from r335008, head/devel/zmq-devel/ Deleted: head/devel/zmq-devel/ Modified: head/MOVED head/devel/Makefile head/net/Makefile head/net/libzmq3/Makefile head/net/libzmq3/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Thu Nov 28 11:41:56 2013 (r335088) +++ head/MOVED Thu Nov 28 11:57:02 2013 (r335089) @@ -5268,3 +5268,4 @@ audio/mpc|audio/musicpc|2013-11-19|Renam deskutils/q4wine|emulators/q4wine|2013-11-26|Move to better category devel/p5-MooseX-ChainedAccessors||2013-11-27|Has expired: Marked as depreciated upstream devel/py-distribute|devel/py-setuptools|2013-11-27|Replaced with setuptools +devel/zmq-devel|net/libzmq3|2013-11-28|Rename according to upstream and move to more suitable category Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Nov 28 11:41:56 2013 (r335088) +++ head/devel/Makefile Thu Nov 28 11:57:02 2013 (r335089) @@ -4531,7 +4531,6 @@ SUBDIR += z80asm SUBDIR += z80ex SUBDIR += zmq - SUBDIR += zmq-devel SUBDIR += zookeeper SUBDIR += zpu-binutils SUBDIR += zpu-gcc Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Nov 28 11:41:56 2013 (r335088) +++ head/net/Makefile Thu Nov 28 11:57:02 2013 (r335089) @@ -348,6 +348,7 @@ SUBDIR += libunp SUBDIR += libutp SUBDIR += libvncserver + SUBDIR += libzmq3 SUBDIR += libzmq4 SUBDIR += liferea SUBDIR += linc Modified: head/net/libzmq3/Makefile ============================================================================== --- head/devel/zmq-devel/Makefile Wed Nov 27 11:56:53 2013 (r335008) +++ head/net/libzmq3/Makefile Thu Nov 28 11:57:02 2013 (r335089) @@ -1,24 +1,38 @@ # $FreeBSD$ -PORTNAME= zmq +PORTNAME= libzmq3 PORTVERSION= 3.2.4 -CATEGORIES= devel net +CATEGORIES= net MASTER_SITES= http://download.zeromq.org/ -PKGNAMESUFFIX= -devel DISTNAME= zeromq-${DISTVERSION} MAINTAINER= koobs@FreeBSD.org -COMMENT= Lightweight messaging kernel +COMMENT= ZeroMQ core library (Version 3) + +LICENSE= LGPL3 USES= pathfix USE_LDCONFIG= yes +OPTIONS_DEFINE= DEBUG PGM +PGM_DESC= Reliable multicast transport using PGM via OpenPGM + +DEBUG_CONFIGURE_ON= --enable-debug +PGM_CONFIGURE_ON= --with-system-pgm +PGM_LIB_DEPENDS= libpgm.so:${PORTSDIR}/net/openpgm +PGM_USES= pkgconfig + +.include + +.if ${PORT_OPTIONS:MDEBUG} +WITH_DEBUG= yes +.endif + GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-silent-rules -CONFLICTS= zmq-[0-9]* +CONFLICTS= zmq-[0-9]* libzmq[^3]-[0-9]* -regression-test: +regression-test: build cd ${WRKSRC} && ${MAKE} check .include Modified: head/net/libzmq3/pkg-descr ============================================================================== --- head/devel/zmq-devel/pkg-descr Wed Nov 27 11:56:53 2013 (r335008) +++ head/net/libzmq3/pkg-descr Thu Nov 28 11:57:02 2013 (r335089) @@ -1,3 +1,8 @@ -An open source message queue optimised for performance. +ZeroMQ - Distributed Computing Made Simple + + * The socket library that acts as a concurrency framework. + * Carries messages across inproc, IPC, TCP, and multicast. + * Connect N-to-N via fanout, pubsub, pipeline, request-reply. + * Asynch I/O for scalable multicore message-passing apps. WWW: http://www.zeromq.org/ From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 12:49:48 2013 Return-Path: Delivered-To: svn-ports-head@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 E7BE276F; Thu, 28 Nov 2013 12:49:48 +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 D44F11C01; Thu, 28 Nov 2013 12:49:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASCnmFd033728; Thu, 28 Nov 2013 12:49:48 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASCnmoL033726; Thu, 28 Nov 2013 12:49:48 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201311281249.rASCnmoL033726@svn.freebsd.org> From: Emanuel Haupt Date: Thu, 28 Nov 2013 12:49:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335090 - head/x11/xterm 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.16 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: Thu, 28 Nov 2013 12:49:49 -0000 Author: ehaupt Date: Thu Nov 28 12:49:48 2013 New Revision: 335090 URL: http://svnweb.freebsd.org/changeset/ports/335090 Log: Update to 298 Modified: head/x11/xterm/Makefile head/x11/xterm/distinfo Modified: head/x11/xterm/Makefile ============================================================================== --- head/x11/xterm/Makefile Thu Nov 28 11:57:02 2013 (r335089) +++ head/x11/xterm/Makefile Thu Nov 28 12:49:48 2013 (r335090) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xterm -PORTVERSION= 297 +PORTVERSION= 298 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/:src1 \ CRITICAL:src1 CRITICAL:src2 Modified: head/x11/xterm/distinfo ============================================================================== --- head/x11/xterm/distinfo Thu Nov 28 11:57:02 2013 (r335089) +++ head/x11/xterm/distinfo Thu Nov 28 12:49:48 2013 (r335090) @@ -1,4 +1,4 @@ -SHA256 (xterm-297.tgz) = a2dc32a9a8401a2d3d2ae99844ba9cd9f81f0bc930870ebef783a9bcf165d179 -SIZE (xterm-297.tgz) = 1119462 +SHA256 (xterm-298.tgz) = 81ae4e5efc9d5d3911a39c8ef2e2f883954764ac85ddfebeffa25c8ce7531ebf +SIZE (xterm-298.tgz) = 1123196 SHA256 (bsd-xterm-icons-1.tgz) = fcf51dce0e23e9911a16ed7f2ce835bb6ff2ada65f023c29fdd8abda2795bf7c SIZE (bsd-xterm-icons-1.tgz) = 22718 From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 13:23:47 2013 Return-Path: Delivered-To: svn-ports-head@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 EC218F76; Thu, 28 Nov 2013 13:23:47 +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 D811D1DC3; Thu, 28 Nov 2013 13:23:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASDNlwB046689; Thu, 28 Nov 2013 13:23:47 GMT (envelope-from girgen@svn.freebsd.org) Received: (from girgen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASDNl6r046687; Thu, 28 Nov 2013 13:23:47 GMT (envelope-from girgen@svn.freebsd.org) Message-Id: <201311281323.rASDNl6r046687@svn.freebsd.org> From: Palle Girgensohn Date: Thu, 28 Nov 2013 13:23:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335091 - head/databases/pgbadger 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.16 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: Thu, 28 Nov 2013 13:23:48 -0000 Author: girgen Date: Thu Nov 28 13:23:47 2013 New Revision: 335091 URL: http://svnweb.freebsd.org/changeset/ports/335091 Log: update to latest version remove p5- prefix, since this is not a perl module, it just uses perl as the scripting language Modified: head/databases/pgbadger/Makefile head/databases/pgbadger/distinfo Modified: head/databases/pgbadger/Makefile ============================================================================== --- head/databases/pgbadger/Makefile Thu Nov 28 12:49:48 2013 (r335090) +++ head/databases/pgbadger/Makefile Thu Nov 28 13:23:47 2013 (r335091) @@ -2,11 +2,10 @@ # $FreeBSD$ PORTNAME= pgbadger -PORTVERSION= 3.4 +PORTVERSION= 4.1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME}/${PORTVERSION} -PKGNAMEPREFIX= p5- MAINTAINER= girgen@FreeBSD.org COMMENT= Very competent log analyzer for PostgreSQL Modified: head/databases/pgbadger/distinfo ============================================================================== --- head/databases/pgbadger/distinfo Thu Nov 28 12:49:48 2013 (r335090) +++ head/databases/pgbadger/distinfo Thu Nov 28 13:23:47 2013 (r335091) @@ -1,2 +1,2 @@ -SHA256 (pgbadger-3.4.tar.gz) = 3492da9dd7acd62920f98b6d125e6b943b784d3326998ab7ebd0fce7db8feb82 -SIZE (pgbadger-3.4.tar.gz) = 100564 +SHA256 (pgbadger-4.1.tar.gz) = e6859d3554cfb9f79ac4d04c9d97e42a5b378df1f1517f7d06eccf67e76ac4ed +SIZE (pgbadger-4.1.tar.gz) = 257362 From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 14:24:44 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 ESMTPS id 3A393E8F; Thu, 28 Nov 2013 14:24:44 +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 24DC610D3; Thu, 28 Nov 2013 14:24:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASEOiLf067666; Thu, 28 Nov 2013 14:24:44 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASEOhqX067663; Thu, 28 Nov 2013 14:24:43 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311281424.rASEOhqX067663@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 28 Nov 2013 14:24:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335092 - in head/devel/coccinelle: . 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.16 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: Thu, 28 Nov 2013 14:24:44 -0000 Author: bapt Date: Thu Nov 28 14:24:43 2013 New Revision: 335092 URL: http://svnweb.freebsd.org/changeset/ports/335092 Log: Update to 1.0.0-rc18 Support stage Strip binaries Approved by: maintainer (avg by IRC) Based on patch by: Alexandre Perrin (kAworu irc) Deleted: head/devel/coccinelle/files/ Modified: head/devel/coccinelle/Makefile head/devel/coccinelle/distinfo head/devel/coccinelle/pkg-plist Modified: head/devel/coccinelle/Makefile ============================================================================== --- head/devel/coccinelle/Makefile Thu Nov 28 13:23:47 2013 (r335091) +++ head/devel/coccinelle/Makefile Thu Nov 28 14:24:43 2013 (r335092) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= coccinelle -DISTVERSION= 0.2.4rc5 +DISTVERSION= 1.0.0-rc18 CATEGORIES= devel MASTER_SITES= http://coccinelle.lip6.fr/distrib/ EXTRACT_SUFX= .tgz @@ -13,17 +13,15 @@ COMMENT= Coccinelle is a program matchin USES= shebangfix gmake perl5 GNU_CONFIGURE= yes USE_PERL5= build -USE_PYTHON= 2.5+ +USE_PYTHON= 2.6+ USE_OCAML= 3.0+ -SHEBANG_FILES= configure - -MAN1= spatch.1 - -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} 's|CAMLreturn0|return 0|' \ - ${WRKSRC}/pycaml/pycaml_ml.c - @${REINPLACE_CMD} 's|shell python|shell ${PYTHON_CMD}|' \ - ${WRKSRC}/pycaml/Makefile +bash_CMD= ${SH} +SHEBANG_FILES= setup/echo.sh +MAKE_ARGS+= PYTHON_VERSION=${PYTHON_VER} + +post-install: + ${STRIP_CMD} ${STAGEDIR}${DATADIR}/dllpcre_stubs.so \ + ${STAGEDIR}${DATADIR}/dllpycaml_stubs.so \ + ${STAGEDIR}${DATADIR}/spatch .include Modified: head/devel/coccinelle/distinfo ============================================================================== --- head/devel/coccinelle/distinfo Thu Nov 28 13:23:47 2013 (r335091) +++ head/devel/coccinelle/distinfo Thu Nov 28 14:24:43 2013 (r335092) @@ -1,2 +1,2 @@ -SHA256 (coccinelle-0.2.4rc5.tgz) = bfb4baad0a45bf187a38bccc32b1cc719c6c6ab7696f3f5c174b4d84eb1c58b8 -SIZE (coccinelle-0.2.4rc5.tgz) = 2273461 +SHA256 (coccinelle-1.0.0-rc18.tgz) = e5e66b28f7e91226bef00a3795d4f300bdaca1d381a2384b5d855f60cf595c1f +SIZE (coccinelle-1.0.0-rc18.tgz) = 3120697 Modified: head/devel/coccinelle/pkg-plist ============================================================================== --- head/devel/coccinelle/pkg-plist Thu Nov 28 13:23:47 2013 (r335091) +++ head/devel/coccinelle/pkg-plist Thu Nov 28 14:24:43 2013 (r335092) @@ -1,76 +1,31 @@ bin/spatch -lib/dllpycaml_stubs.so -share/coccinelle/commons/common.cmi -share/coccinelle/commons/common_extra.cmi -share/coccinelle/commons/glimpse.cmi -share/coccinelle/commons/interfaces.cmi -share/coccinelle/commons/oarray.cmi -share/coccinelle/commons/oassoc.cmi -share/coccinelle/commons/objet.cmi -share/coccinelle/commons/ocollection.cmi -share/coccinelle/commons/ofullcommon.cmi -share/coccinelle/commons/ograph.cmi -share/coccinelle/commons/ograph_extended.cmi -share/coccinelle/commons/ograph_simple.cmi -share/coccinelle/commons/osequence.cmi -share/coccinelle/commons/oset.cmi -share/coccinelle/commons/parser_combinators.cmi -share/coccinelle/commons/seti.cmi -share/coccinelle/commons/sexp_common.cmi -share/coccinelle/ocaml/coccilib.cmi -share/coccinelle/parsing_c/ast_c.cmi -share/coccinelle/parsing_c/comment_annotater_c.cmi -share/coccinelle/parsing_c/compare_c.cmi -share/coccinelle/parsing_c/control_flow_c.cmi -share/coccinelle/parsing_c/control_flow_c_build.cmi -share/coccinelle/parsing_c/cpp_analysis_c.cmi -share/coccinelle/parsing_c/cpp_ast_c.cmi -share/coccinelle/parsing_c/cpp_token_c.cmi -share/coccinelle/parsing_c/flag_parsing_c.cmi -share/coccinelle/parsing_c/lexer_c.cmi -share/coccinelle/parsing_c/lexer_parser.cmi -share/coccinelle/parsing_c/lib_parsing_c.cmi -share/coccinelle/parsing_c/parse_c.cmi -share/coccinelle/parsing_c/parser_c.cmi -share/coccinelle/parsing_c/parsing_consistency_c.cmi -share/coccinelle/parsing_c/parsing_hacks.cmi -share/coccinelle/parsing_c/parsing_recovery_c.cmi -share/coccinelle/parsing_c/parsing_stat.cmi -share/coccinelle/parsing_c/pretty_print_c.cmi -share/coccinelle/parsing_c/semantic_c.cmi -share/coccinelle/parsing_c/sexp_ast_c.cmi -share/coccinelle/parsing_c/test_parsing_c.cmi -share/coccinelle/parsing_c/token_c.cmi -share/coccinelle/parsing_c/token_helpers.cmi -share/coccinelle/parsing_c/token_views_c.cmi -share/coccinelle/parsing_c/type_annoter_c.cmi -share/coccinelle/parsing_c/type_c.cmi -share/coccinelle/parsing_c/unparse_c.cmi -share/coccinelle/parsing_c/unparse_cocci.cmi -share/coccinelle/parsing_c/unparse_hrule.cmi -share/coccinelle/parsing_c/visitor_c.cmi -share/coccinelle/python/coccilib/__init__.py -share/coccinelle/python/coccilib/coccigui/__init__.py -share/coccinelle/python/coccilib/coccigui/coccigui.py -share/coccinelle/python/coccilib/coccigui/pycoccimodel.py -share/coccinelle/python/coccilib/coccigui/pygui.glade -share/coccinelle/python/coccilib/coccigui/pygui.gladep -share/coccinelle/python/coccilib/coccigui/vim.py -share/coccinelle/python/coccilib/coccigui/vimcom.py -share/coccinelle/python/coccilib/coccigui/vimeditor.py -share/coccinelle/python/coccilib/coccigui/vimembed.py -share/coccinelle/python/coccilib/elems.py -share/coccinelle/python/coccilib/org.py -share/coccinelle/python/coccilib/output.py -share/coccinelle/python/coccilib/report.py -share/coccinelle/python/coccilib/trac.py -share/coccinelle/spatch -share/coccinelle/standard.h -share/coccinelle/standard.iso -@dirrm share/coccinelle/python/coccilib/coccigui -@dirrm share/coccinelle/python/coccilib -@dirrm share/coccinelle/python -@dirrm share/coccinelle/parsing_c -@dirrm share/coccinelle/ocaml -@dirrm share/coccinelle/commons -@dirrm share/coccinelle +bin/spatch.byte +man/man1/spatch.1.gz +man/man3/Coccilib.3cocci.gz +%%DATADIR%%/dllpcre_stubs.so +%%DATADIR%%/dllpycaml_stubs.so +%%DATADIR%%/ocaml/coccilib.cmi +%%DATADIR%%/python/coccilib/__init__.py +%%DATADIR%%/python/coccilib/coccigui/__init__.py +%%DATADIR%%/python/coccilib/coccigui/coccigui.py +%%DATADIR%%/python/coccilib/coccigui/pycoccimodel.py +%%DATADIR%%/python/coccilib/coccigui/pygui.glade +%%DATADIR%%/python/coccilib/coccigui/pygui.gladep +%%DATADIR%%/python/coccilib/coccigui/vim.py +%%DATADIR%%/python/coccilib/coccigui/vimcom.py +%%DATADIR%%/python/coccilib/coccigui/vimeditor.py +%%DATADIR%%/python/coccilib/coccigui/vimembed.py +%%DATADIR%%/python/coccilib/elems.py +%%DATADIR%%/python/coccilib/org.py +%%DATADIR%%/python/coccilib/output.py +%%DATADIR%%/python/coccilib/report.py +%%DATADIR%%/python/coccilib/trac.py +%%DATADIR%%/python/coccilib/xml_firehose.py +%%DATADIR%%/spatch +%%DATADIR%%/standard.h +%%DATADIR%%/standard.iso +@dirrm %%DATADIR%%/python/coccilib/coccigui +@dirrm %%DATADIR%%/python/coccilib +@dirrm %%DATADIR%%/python +@dirrm %%DATADIR%%/ocaml +@dirrm %%DATADIR%% From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 14:36:21 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 ESMTPS id E48C4123; Thu, 28 Nov 2013 14:36:21 +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 D094D1176; Thu, 28 Nov 2013 14:36:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASEaLSu071176; Thu, 28 Nov 2013 14:36:21 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASEaLY0071175; Thu, 28 Nov 2013 14:36:21 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201311281436.rASEaLY0071175@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Thu, 28 Nov 2013 14:36:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335093 - head/math/octave-forge-optiminterp 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.16 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: Thu, 28 Nov 2013 14:36:22 -0000 Author: stephen Date: Thu Nov 28 14:36:21 2013 New Revision: 335093 URL: http://svnweb.freebsd.org/changeset/ports/335093 Log: - Set make_jobs_unsafe. Modified: head/math/octave-forge-optiminterp/Makefile Modified: head/math/octave-forge-optiminterp/Makefile ============================================================================== --- head/math/octave-forge-optiminterp/Makefile Thu Nov 28 14:24:43 2013 (r335092) +++ head/math/octave-forge-optiminterp/Makefile Thu Nov 28 14:36:21 2013 (r335093) @@ -9,6 +9,8 @@ CATEGORIES= math MAINTAINER= stephen@FreeBSD.org COMMENT= Octave-forge package ${OCTAVE_PKGNAME} +MAKE_JOBS_UNSAFE= yes + # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 14:45:11 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 ESMTPS id 29185399; Thu, 28 Nov 2013 14:45:11 +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 153031202; Thu, 28 Nov 2013 14:45:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASEjA7E074314; Thu, 28 Nov 2013 14:45:10 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASEjAYu074313; Thu, 28 Nov 2013 14:45:10 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311281445.rASEjAYu074313@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 28 Nov 2013 14:45:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335094 - head/devel/coccinelle 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.16 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: Thu, 28 Nov 2013 14:45:11 -0000 Author: bapt Date: Thu Nov 28 14:45:10 2013 New Revision: 335094 URL: http://svnweb.freebsd.org/changeset/ports/335094 Log: Add missing dependency on pcre Modified: head/devel/coccinelle/Makefile Modified: head/devel/coccinelle/Makefile ============================================================================== --- head/devel/coccinelle/Makefile Thu Nov 28 14:36:21 2013 (r335093) +++ head/devel/coccinelle/Makefile Thu Nov 28 14:45:10 2013 (r335094) @@ -10,6 +10,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= avg@icyb.net.ua COMMENT= Coccinelle is a program matching and transformation engine +LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre + USES= shebangfix gmake perl5 GNU_CONFIGURE= yes USE_PERL5= build From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 14:51:21 2013 Return-Path: Delivered-To: svn-ports-head@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 B52244FF; Thu, 28 Nov 2013 14:51:21 +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 878681258; Thu, 28 Nov 2013 14:51:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASEpL7R077113; Thu, 28 Nov 2013 14:51:21 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASEpL6s077111; Thu, 28 Nov 2013 14:51:21 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311281451.rASEpL6s077111@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Thu, 28 Nov 2013 14:51:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335095 - head/benchmarks/mdtest 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.16 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: Thu, 28 Nov 2013 14:51:21 -0000 Author: danilo Date: Thu Nov 28 14:51:20 2013 New Revision: 335095 URL: http://svnweb.freebsd.org/changeset/ports/335095 Log: - Update from 1.9.1 to 1.9.2 - Add stage support Modified: head/benchmarks/mdtest/Makefile head/benchmarks/mdtest/distinfo Modified: head/benchmarks/mdtest/Makefile ============================================================================== --- head/benchmarks/mdtest/Makefile Thu Nov 28 14:45:10 2013 (r335094) +++ head/benchmarks/mdtest/Makefile Thu Nov 28 14:51:20 2013 (r335095) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mdtest -PORTVERSION= 1.9.1 +PORTVERSION= 1.9.2 PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20latest/${PORTNAME}-${PORTVERSION} @@ -16,13 +16,13 @@ LICENSE= GPLv2 OPTIONS_DEFINE= OPENMPI EXAMPLES OPENMPI_DESC= Use Open MPI instead of MPICH2 -MAN1= ${PORTNAME}.1 PORTEXAMPLES= * -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} \ + man/man1/mdtest.1.gz +NO_WRKSUBDIR= yes CFLAGS+= -DDarwin -NO_STAGE= yes .include .if ${PORT_OPTIONS:MOPENMPI} @@ -39,11 +39,9 @@ do-build: (cd ${WRKSRC} && ${MPICC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c -lm) do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin) - (cd ${WRKSRC} && ${INSTALL_MAN} ${PORTNAME}.1 ${MANPREFIX}/man/man1) -.if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR} - (cd ${WRKSRC}/scripts && ${INSTALL_DATA} * ${EXAMPLESDIR}) -.endif + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} ${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1) + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC}/scripts && ${INSTALL_DATA} * ${STAGEDIR}${EXAMPLESDIR}) .include Modified: head/benchmarks/mdtest/distinfo ============================================================================== --- head/benchmarks/mdtest/distinfo Thu Nov 28 14:45:10 2013 (r335094) +++ head/benchmarks/mdtest/distinfo Thu Nov 28 14:51:20 2013 (r335095) @@ -1,2 +1,2 @@ -SHA256 (mdtest-1.9.1.tgz) = 3332764adbd97c525e76a6b0d489563f77005a3506776a68874221d86792a487 -SIZE (mdtest-1.9.1.tgz) = 35069 +SHA256 (mdtest-1.9.2.tgz) = 474d9f16c934f2e8394a4456822692e344b2ffa42bc239f8d7963b59a53b1e4f +SIZE (mdtest-1.9.2.tgz) = 35982 From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 14:53:01 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 ESMTPS id 0C4975EA; Thu, 28 Nov 2013 14:53:01 +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 EC62C1263; Thu, 28 Nov 2013 14:53:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASEr0c1077346; Thu, 28 Nov 2013 14:53:00 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASEr08l077345; Thu, 28 Nov 2013 14:53:00 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311281453.rASEr08l077345@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Thu, 28 Nov 2013 14:53:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335096 - head/benchmarks/mdtest 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.16 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: Thu, 28 Nov 2013 14:53:01 -0000 Author: danilo Date: Thu Nov 28 14:53:00 2013 New Revision: 335096 URL: http://svnweb.freebsd.org/changeset/ports/335096 Log: - Reset PORTREVISION Modified: head/benchmarks/mdtest/Makefile Modified: head/benchmarks/mdtest/Makefile ============================================================================== --- head/benchmarks/mdtest/Makefile Thu Nov 28 14:51:20 2013 (r335095) +++ head/benchmarks/mdtest/Makefile Thu Nov 28 14:53:00 2013 (r335096) @@ -3,7 +3,6 @@ PORTNAME= mdtest PORTVERSION= 1.9.2 -PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20latest/${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 14:56:09 2013 Return-Path: Delivered-To: svn-ports-head@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 32B926EA; Thu, 28 Nov 2013 14:56:09 +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 135B4127B; Thu, 28 Nov 2013 14:56:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASEu87Y077814; Thu, 28 Nov 2013 14:56:08 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASEu89P077812; Thu, 28 Nov 2013 14:56:08 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311281456.rASEu89P077812@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Thu, 28 Nov 2013 14:56:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335097 - head/lang/yap-devel 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.16 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: Thu, 28 Nov 2013 14:56:09 -0000 Author: danilo Date: Thu Nov 28 14:56:08 2013 New Revision: 335097 URL: http://svnweb.freebsd.org/changeset/ports/335097 Log: - Fix plist - Add MYDDAS option to enable MySQL - Use options helpers Modified: head/lang/yap-devel/Makefile head/lang/yap-devel/pkg-plist Modified: head/lang/yap-devel/Makefile ============================================================================== --- head/lang/yap-devel/Makefile Thu Nov 28 14:53:00 2013 (r335096) +++ head/lang/yap-devel/Makefile Thu Nov 28 14:56:08 2013 (r335097) @@ -15,22 +15,23 @@ LICENSE_COMB= dual CONFLICTS= yap-6.2.* -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS MYDDAS +MYDDAS_DESC= Enable MySQL support -.include +OPTIONS_SUB= yes -.if ${PORT_OPTIONS:MDOCS} -USE_TEX= base texmf latex -BUILD_DEPENDS+= ${LOCALBASE}/bin/texi2html:${PORTSDIR}/textproc/texi2html -BUILD_DEPENDS+= ${LOCALBASE}/bin/texi2pdf:${PORTSDIR}/print/texinfo -.endif +DOCS_USE= TEX=base,texmf,latex +DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/texi2html:${PORTSDIR}/textproc/texi2html \ + ${LOCALBASE}/bin/texi2pdf:${PORTSDIR}/print/texinfo + +MYDDAS_LIB_DEPENDS= libiodbc.so:${PORTSDIR}/databases/libiodbc +MYDDAS_CONFIGURE_ENABLE= myddas myddas-top-level STRIP= #none USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-max-performance \ - --disable-clpbn-bp +CONFIGURE_ARGS+= --enable-max-performance --disable-clpbn-bp USES= gmake USE_GCC= any @@ -41,6 +42,8 @@ EXTRACT_AFTER_ARGS= | ${SETENV} LC_ALL=e DOCSDIR= ${PREFIX}/share/doc/Yap DATADIR= ${PREFIX}/share/Yap +.include + post-build: .if empty(PORT_OPTIONS:MDOCS) # prevent the installation of docs files Modified: head/lang/yap-devel/pkg-plist ============================================================================== --- head/lang/yap-devel/pkg-plist Thu Nov 28 14:53:00 2013 (r335096) +++ head/lang/yap-devel/pkg-plist Thu Nov 28 14:56:08 2013 (r335097) @@ -116,7 +116,6 @@ lib/Yap/json.so lib/Yap/matrix.so lib/Yap/memfile.so lib/Yap/mime.so -lib/Yap/odbc4pl.so lib/Yap/pl-minisat.so lib/Yap/prism.so lib/Yap/process.so @@ -342,14 +341,6 @@ lib/libYap.a %%DATADIR%%/menu.pl %%DATADIR%%/mime.pl %%DATADIR%%/minisat.pl -%%DATADIR%%/myddas.yap -%%DATADIR%%/myddas_assert_predicates.yap -%%DATADIR%%/myddas_errors.yap -%%DATADIR%%/myddas_mysql.yap -%%DATADIR%%/myddas_prolog2sql.yap -%%DATADIR%%/myddas_prolog2sql_optimizer.yap -%%DATADIR%%/myddas_top_level.yap -%%DATADIR%%/myddas_util_predicates.yap %%DATADIR%%/nb.yap %%DATADIR%%/nb_set.pl %%DATADIR%%/occurs.yap @@ -592,6 +583,15 @@ lib/libYap.a %%DATADIR%%/xsdp_types.pl %%DATADIR%%/ypp.yap %%DATADIR%%/zlib.pl +%%MYDDAS%%lib/Yap/odbc4pl.so +%%MYDDAS%%%%DATADIR%%/myddas.yap +%%MYDDAS%%%%DATADIR%%/myddas_assert_predicates.yap +%%MYDDAS%%%%DATADIR%%/myddas_errors.yap +%%MYDDAS%%%%DATADIR%%/myddas_mysql.yap +%%MYDDAS%%%%DATADIR%%/myddas_prolog2sql.yap +%%MYDDAS%%%%DATADIR%%/myddas_prolog2sql_optimizer.yap +%%MYDDAS%%%%DATADIR%%/myddas_top_level.yap +%%MYDDAS%%%%DATADIR%%/myddas_util_predicates.yap %%PORTDOCS%%%%DOCSDIR%%/Artistic %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/README @@ -725,27 +725,27 @@ lib/libYap.a %%PORTDOCS%%%%DOCSDIR%%/packages/problog/LICENSE %%PORTDOCS%%%%DOCSDIR%%/yap.html %%PORTDOCS%%%%DOCSDIR%%/yap.pdf -@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/packages/problog -@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/packages/examples/xml -@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/packages/examples/problog -@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/noisy_or -@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism/jtree -@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/packages/examples/prism -@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/packages/examples/plunit -@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/packages/examples/pldoc -@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/packages/examples/minisat -@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/packages/examples/meld -@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/packages/examples/http/pwp -@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/packages/examples/http -@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/packages/examples/chr -@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/packages/examples/R -@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/learning -@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/School -@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN/HMMer -@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/packages/examples/CLPBN -@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/packages/examples -@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/packages -@dirrmtry %%PORTDOCS%%%%DOCSDIR%% +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/packages/problog +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/packages/examples/xml +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/packages/examples/problog +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/packages/examples/prism/noisy_or +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/packages/examples/prism/jtree +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/packages/examples/prism +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/packages/examples/plunit +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/packages/examples/pldoc +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/packages/examples/minisat +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/packages/examples/meld +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/packages/examples/http/pwp +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/packages/examples/http +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/packages/examples/chr +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/packages/examples/R +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/packages/examples/CLPBN/learning +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/packages/examples/CLPBN/School +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/packages/examples/CLPBN/HMMer +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/packages/examples/CLPBN +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/packages/examples +%%PORTDOCS%%@dirrmtry %%DOCSDIR%%/packages +%%PORTDOCS%%@dirrmtry %%DOCSDIR%% @dirrmtry %%DATADIR%%/xml @dirrmtry %%DATADIR%%/semweb @dirrmtry %%DATADIR%%/problog From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 15:00:04 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 ESMTPS id F241D817; Thu, 28 Nov 2013 15:00:03 +0000 (UTC) Received: from mail-wg0-x234.google.com (mail-wg0-x234.google.com [IPv6:2a00:1450:400c:c00::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3FBBB129A; Thu, 28 Nov 2013 15:00:03 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id x13so8309493wgg.19 for ; Thu, 28 Nov 2013 07:00:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=H7X5z+oFG0n6F0/fM3p+GIyA7av3DjS5Zmy2wPBb6Pg=; b=hURJp0uc/8K+LeZ6u8cqyoThAYak1oO+9pbZ6WxEtYlx1ZVUtNA+XsXXIbR7uuI6Iu 2HUceUv2oC8omDHrTXXjD1qPlLpimJdhSH6uSQKBN/f76EhGc35H5Prxx6Fv4I/d6cRL VBOO11dJcaTitPkmuVmJ4y7RlgMoQKsSyxit69+Map7auHSO6Ed/SziZIxNPnCftoT4l zdwJAnOFxaKUJQfnuoLE6lso0WL1f+rFNo9vTWZcX3aOOzpmZE+nBKdPGFxhZ/eWtNVy h74WACbhunUsraXbjGiWlTzA8YyI7dGDMwwNSdIrYHRvqNovojyIbkdNWSSQ2Pb+/dhj 23ag== X-Received: by 10.194.243.170 with SMTP id wz10mr1475791wjc.74.1385650801732; Thu, 28 Nov 2013 07:00:01 -0800 (PST) MIME-Version: 1.0 Sender: nicovit@gmail.com Received: by 10.180.75.8 with HTTP; Thu, 28 Nov 2013 06:59:21 -0800 (PST) In-Reply-To: References: <201311231518.rANFI3h2046513@svn.freebsd.org> From: Nicola Vitale Date: Thu, 28 Nov 2013 15:59:21 +0100 X-Google-Sender-Auth: 0UCaXQeI_x9KrWxHyJymU4J0Zzo Message-ID: Subject: Re: svn commit: r334676 - in head: databases/py-sqlalchemy databases/py-sqlalchemy-devel math/ump www/joomla25 www/joomla31 To: William Grzybowski Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Thu, 28 Nov 2013 15:00:04 -0000 Hi, > [2013/11/27 William Grzybowski ] > On Sat, Nov 23, 2013 at 1:18 PM, Nicola Vitale wrote: >> Author: nivit >> URL: http://svnweb.freebsd.org/changeset/ports/334676 > I think you missed a PORTREVISION bump I don't think so. If I bump PORTREVISION, the dependent ports are not fixed automatically. IMO, in this case, It's better to remove PKGNAMESUFFIX as suggested by koobs@. Thanks for the note. -- Nicola Vitale From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 15:04:16 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 ESMTPS id 9C17A9CC; Thu, 28 Nov 2013 15:04:16 +0000 (UTC) Received: from mail-qa0-x22e.google.com (mail-qa0-x22e.google.com [IPv6:2607:f8b0:400d:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 22B2A12F7; Thu, 28 Nov 2013 15:04:16 +0000 (UTC) Received: by mail-qa0-f46.google.com with SMTP id f11so830471qae.12 for ; Thu, 28 Nov 2013 07:04:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=C1SDfxO+x5yLHc5aDtkfipdVlOesFxad6gGQPRMNDcE=; b=SwMXNexp0zJzt1EE3AWIhKVu24eYlX2zutNFwJ40MkLsgtdG2buhOwkI1Z2rJzJtp+ jXoHT8R4Yx1k4Tj0Sw+ntaIiGBqG3T/1c+VXAyR7deR9zjXKkfvqCgq8Ls+oLWZaMxOR pVLxq5OSPWxbiuG2qQ5l2KYTbC8F/juvjqzKdImQ+XNYW9KMOrJ/phtlwxII249U7Y+B TUKJIrC+VAS/ZM9b55nfidU4k4UtzecZtm8NRygA/DoNnpxaN9S2xB0JGEW1rvJPb6BD 9oROVNH5PhdpRs/i621niT0CvxoPvkTcqzsIlymTvRzsyOCk1/Rv2cVp4f3wyHd+mYu4 nQRw== MIME-Version: 1.0 X-Received: by 10.49.97.68 with SMTP id dy4mr77689497qeb.8.1385651055135; Thu, 28 Nov 2013 07:04:15 -0800 (PST) Received: by 10.140.81.233 with HTTP; Thu, 28 Nov 2013 07:04:15 -0800 (PST) In-Reply-To: References: <201311231518.rANFI3h2046513@svn.freebsd.org> Date: Thu, 28 Nov 2013 13:04:15 -0200 Message-ID: Subject: Re: svn commit: r334676 - in head: databases/py-sqlalchemy databases/py-sqlalchemy-devel math/ump www/joomla25 www/joomla31 From: William Grzybowski To: Nicola Vitale Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Thu, 28 Nov 2013 15:04:16 -0000 On Thu, Nov 28, 2013 at 12:59 PM, Nicola Vitale wrote: > Hi, > >> [2013/11/27 William Grzybowski ] >> On Sat, Nov 23, 2013 at 1:18 PM, Nicola Vitale wrote: >>> Author: nivit >>> URL: http://svnweb.freebsd.org/changeset/ports/334676 >> I think you missed a PORTREVISION bump > > I don't think so. If I bump PORTREVISION, the dependent ports are not > fixed automatically. > IMO, in this case, It's better to remove PKGNAMESUFFIX as suggested by koobs@. Sure did :) Then you should catch up the dependent ports run dependencies _and_ bump their port revision as well. Otherwise you end up with inconsistent ports state. -- William Grzybowski ------------------------------------------ Curitiba/PR - Brasil From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 15:05:09 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 ESMTPS id 891AFAAB; Thu, 28 Nov 2013 15:05:09 +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 73B8612FD; Thu, 28 Nov 2013 15:05:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASF59jj081262; Thu, 28 Nov 2013 15:05:09 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASF58Oe081259; Thu, 28 Nov 2013 15:05:08 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201311281505.rASF58Oe081259@svn.freebsd.org> From: Philippe Audeoud Date: Thu, 28 Nov 2013 15:05:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335098 - head/biology/p5-Bio-MAGETAB 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.16 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: Thu, 28 Nov 2013 15:05:09 -0000 Author: jadawin Date: Thu Nov 28 15:05:08 2013 New Revision: 335098 URL: http://svnweb.freebsd.org/changeset/ports/335098 Log: - Update to 1.28 Sponsored by: OBS Modified: head/biology/p5-Bio-MAGETAB/Makefile head/biology/p5-Bio-MAGETAB/distinfo head/biology/p5-Bio-MAGETAB/pkg-plist (contents, props changed) Modified: head/biology/p5-Bio-MAGETAB/Makefile ============================================================================== --- head/biology/p5-Bio-MAGETAB/Makefile Thu Nov 28 14:56:08 2013 (r335097) +++ head/biology/p5-Bio-MAGETAB/Makefile Thu Nov 28 15:05:08 2013 (r335098) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Bio-MAGETAB -PORTVERSION= 1.27 +PORTVERSION= 1.28 CATEGORIES= biology perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -29,65 +29,6 @@ TEST_DEPENDS= p5-Test-Exception>=0.26:${ USES= perl5 USE_PERL5= configure -MAN3= Bio::MAGETAB.3 \ - Bio::MAGETAB::ArrayDesign.3 \ - Bio::MAGETAB::Assay.3 \ - Bio::MAGETAB::BaseClass.3 \ - Bio::MAGETAB::Comment.3 \ - Bio::MAGETAB::CompositeElement.3 \ - Bio::MAGETAB::Contact.3 \ - Bio::MAGETAB::ControlledTerm.3 \ - Bio::MAGETAB::Data.3 \ - Bio::MAGETAB::DataAcquisition.3 \ - Bio::MAGETAB::DataFile.3 \ - Bio::MAGETAB::DataMatrix.3 \ - Bio::MAGETAB::DatabaseEntry.3 \ - Bio::MAGETAB::DesignElement.3 \ - Bio::MAGETAB::Edge.3 \ - Bio::MAGETAB::Event.3 \ - Bio::MAGETAB::Extract.3 \ - Bio::MAGETAB::Factor.3 \ - Bio::MAGETAB::FactorValue.3 \ - Bio::MAGETAB::Feature.3 \ - Bio::MAGETAB::Investigation.3 \ - Bio::MAGETAB::LabeledExtract.3 \ - Bio::MAGETAB::Material.3 \ - Bio::MAGETAB::MatrixColumn.3 \ - Bio::MAGETAB::MatrixRow.3 \ - Bio::MAGETAB::Measurement.3 \ - Bio::MAGETAB::Node.3 \ - Bio::MAGETAB::Normalization.3 \ - Bio::MAGETAB::ParameterValue.3 \ - Bio::MAGETAB::Protocol.3 \ - Bio::MAGETAB::ProtocolApplication.3 \ - Bio::MAGETAB::ProtocolParameter.3 \ - Bio::MAGETAB::Publication.3 \ - Bio::MAGETAB::Reporter.3 \ - Bio::MAGETAB::SDRF.3 \ - Bio::MAGETAB::SDRFRow.3 \ - Bio::MAGETAB::Sample.3 \ - Bio::MAGETAB::Source.3 \ - Bio::MAGETAB::TermSource.3 \ - Bio::MAGETAB::Types.3 \ - Bio::MAGETAB::Util::Builder.3 \ - Bio::MAGETAB::Util::DBLoader.3 \ - Bio::MAGETAB::Util::Persistence.3 \ - Bio::MAGETAB::Util::Reader.3 \ - Bio::MAGETAB::Util::Reader::ADF.3 \ - Bio::MAGETAB::Util::Reader::DataMatrix.3 \ - Bio::MAGETAB::Util::Reader::IDF.3 \ - Bio::MAGETAB::Util::Reader::SDRF.3 \ - Bio::MAGETAB::Util::Reader::Tabfile.3 \ - Bio::MAGETAB::Util::Reader::TagValueFile.3 \ - Bio::MAGETAB::Util::RewriteAE.3 \ - Bio::MAGETAB::Util::Writer.3 \ - Bio::MAGETAB::Util::Writer::ADF.3 \ - Bio::MAGETAB::Util::Writer::GraphViz.3 \ - Bio::MAGETAB::Util::Writer::IDF.3 \ - Bio::MAGETAB::Util::Writer::SDRF.3 \ - Bio::MAGETAB::Util::Writer::Tabfile.3 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^auto_install;/d' ${WRKSRC}/Makefile.PL Modified: head/biology/p5-Bio-MAGETAB/distinfo ============================================================================== --- head/biology/p5-Bio-MAGETAB/distinfo Thu Nov 28 14:56:08 2013 (r335097) +++ head/biology/p5-Bio-MAGETAB/distinfo Thu Nov 28 15:05:08 2013 (r335098) @@ -1,2 +1,2 @@ -SHA256 (Bio-MAGETAB-1.27.tar.gz) = 46017303ce51f8ba749d363cd763792273df96602d28f1d2de5c2947530cdb4d -SIZE (Bio-MAGETAB-1.27.tar.gz) = 254374 +SHA256 (Bio-MAGETAB-1.28.tar.gz) = 75e0e52300400bb6e73d2593ac29ef87fcf28653c0a7a039c2c937abcedb5a08 +SIZE (Bio-MAGETAB-1.28.tar.gz) = 260154 Modified: head/biology/p5-Bio-MAGETAB/pkg-plist ============================================================================== --- head/biology/p5-Bio-MAGETAB/pkg-plist Thu Nov 28 14:56:08 2013 (r335097) +++ head/biology/p5-Bio-MAGETAB/pkg-plist Thu Nov 28 15:05:08 2013 (r335098) @@ -60,6 +60,63 @@ bin/unload_magetab_namespace.pl %%SITE_PERL%%/Bio/MAGETAB/FactorValue.pm %%SITE_PERL%%/Bio/MAGETAB/DataMatrix.pm %%SITE_PERL%%/Bio/MAGETAB.pm +%%PERL5_MAN3%%/Bio::MAGETAB.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::ArrayDesign.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Assay.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::BaseClass.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Comment.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::CompositeElement.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Contact.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::ControlledTerm.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Data.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::DataAcquisition.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::DataFile.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::DataMatrix.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::DatabaseEntry.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::DesignElement.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Edge.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Event.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Extract.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Factor.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::FactorValue.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Feature.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Investigation.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::LabeledExtract.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Material.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::MatrixColumn.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::MatrixRow.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Measurement.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Node.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Normalization.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::ParameterValue.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Protocol.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::ProtocolApplication.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::ProtocolParameter.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Publication.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Reporter.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::SDRF.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::SDRFRow.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Sample.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Source.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::TermSource.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Types.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Util::Builder.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Util::DBLoader.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Util::Persistence.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Util::Reader.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Util::Reader::ADF.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Util::Reader::DataMatrix.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Util::Reader::IDF.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Util::Reader::SDRF.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Util::Reader::Tabfile.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Util::Reader::TagValueFile.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Util::RewriteAE.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Util::Writer.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Util::Writer::ADF.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Util::Writer::GraphViz.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Util::Writer::IDF.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Util::Writer::SDRF.3.gz +%%PERL5_MAN3%%/Bio::MAGETAB::Util::Writer::Tabfile.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bio/MAGETAB @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bio @dirrm %%SITE_PERL%%/Bio/MAGETAB/Util/Reader From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 15:09:40 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 ESMTPS id 8E372C81; Thu, 28 Nov 2013 15:09:40 +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 7AB90132C; Thu, 28 Nov 2013 15:09:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASF9eYp081953; Thu, 28 Nov 2013 15:09:40 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASF9eVh081952; Thu, 28 Nov 2013 15:09:40 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311281509.rASF9eVh081952@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Thu, 28 Nov 2013 15:09:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335099 - head/lang/yap-devel 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.16 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: Thu, 28 Nov 2013 15:09:40 -0000 Author: danilo Date: Thu Nov 28 15:09:39 2013 New Revision: 335099 URL: http://svnweb.freebsd.org/changeset/ports/335099 Log: - Bump PORTREVISION Modified: head/lang/yap-devel/Makefile Modified: head/lang/yap-devel/Makefile ============================================================================== --- head/lang/yap-devel/Makefile Thu Nov 28 15:05:08 2013 (r335098) +++ head/lang/yap-devel/Makefile Thu Nov 28 15:09:39 2013 (r335099) @@ -3,6 +3,7 @@ PORTNAME= yap PORTVERSION= 6.3.3 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= http://www.dcc.fc.up.pt/~vsc/Yap/ PKGNAMESUFFIX= -devel From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 15:29:52 2013 Return-Path: Delivered-To: svn-ports-head@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 06E0443F; Thu, 28 Nov 2013 15:29:52 +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 CCA22147C; Thu, 28 Nov 2013 15:29:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASFTpqv088699; Thu, 28 Nov 2013 15:29:51 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASFTpxp088696; Thu, 28 Nov 2013 15:29:51 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201311281529.rASFTpxp088696@svn.freebsd.org> From: Philippe Audeoud Date: Thu, 28 Nov 2013 15:29:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335100 - in head/multimedia/oggvideotools: . 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.16 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: Thu, 28 Nov 2013 15:29:52 -0000 Author: jadawin Date: Thu Nov 28 15:29:50 2013 New Revision: 335100 URL: http://svnweb.freebsd.org/changeset/ports/335100 Log: - Fix build on CURRENT PR: ports/184243 Submitted by: KATO Tsuguru Added: head/multimedia/oggvideotools/files/patch-src__pictureBlend.cpp (contents, props changed) Modified: head/multimedia/oggvideotools/Makefile head/multimedia/oggvideotools/pkg-plist Modified: head/multimedia/oggvideotools/Makefile ============================================================================== --- head/multimedia/oggvideotools/Makefile Thu Nov 28 15:09:39 2013 (r335099) +++ head/multimedia/oggvideotools/Makefile Thu Nov 28 15:29:50 2013 (r335100) @@ -12,20 +12,16 @@ COMMENT= Toolbox for manipulating Ogg vi LICENSE= GPLv2 # (or later) -LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \ - ogg:${PORTSDIR}/audio/libogg \ - theora:${PORTSDIR}/multimedia/libtheora \ - vorbis:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \ + libogg.so:${PORTSDIR}/audio/libogg \ + libtheora.so:${PORTSDIR}/multimedia/libtheora \ + libvorbis.so:${PORTSDIR}/audio/libvorbis -USE_SDL= sdl USES= cmake pkgconfig +USE_SDL= sdl USE_LDCONFIG= yes +CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= mkThumbs.1 oggCat.1 oggCut.1 oggDump.1 oggJoin.1 \ - oggLength.1 oggSilence.1 oggSlideshow.1 oggSplit.1 \ - oggThumb.1 oggTranscode.1 - -NO_STAGE= yes .include Added: head/multimedia/oggvideotools/files/patch-src__pictureBlend.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/oggvideotools/files/patch-src__pictureBlend.cpp Thu Nov 28 15:29:50 2013 (r335100) @@ -0,0 +1,11 @@ +--- src/pictureBlend.cpp.orig ++++ src/pictureBlend.cpp +@@ -9,6 +9,8 @@ + // Copyright: See COPYING file that comes with this distribution + // + // ++#include ++ + #include "pictureBlend.h" + #include "exception.h" + Modified: head/multimedia/oggvideotools/pkg-plist ============================================================================== --- head/multimedia/oggvideotools/pkg-plist Thu Nov 28 15:09:39 2013 (r335099) +++ head/multimedia/oggvideotools/pkg-plist Thu Nov 28 15:29:50 2013 (r335100) @@ -78,5 +78,16 @@ include/oggvt/vorbisPosInterpreter.h include/oggvt/vorbisStreamParameter.h include/oggvt/wishList.h lib/liboggvideotools.so +man/man1/mkThumbs.1.gz +man/man1/oggCat.1.gz +man/man1/oggCut.1.gz +man/man1/oggDump.1.gz +man/man1/oggJoin.1.gz +man/man1/oggLength.1.gz +man/man1/oggSilence.1.gz +man/man1/oggSlideshow.1.gz +man/man1/oggSplit.1.gz +man/man1/oggThumb.1.gz +man/man1/oggTranscode.1.gz sbin/mkThumbs @dirrm include/oggvt From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 15:31:42 2013 Return-Path: Delivered-To: svn-ports-head@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 334D155C; Thu, 28 Nov 2013 15:31:42 +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 1F1D414C4; Thu, 28 Nov 2013 15:31:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASFVfas091136; Thu, 28 Nov 2013 15:31:41 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASFVfSc091131; Thu, 28 Nov 2013 15:31:41 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201311281531.rASFVfSc091131@svn.freebsd.org> From: Frederic Culot Date: Thu, 28 Nov 2013 15:31:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335101 - in head/games/tomenet: . 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.16 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: Thu, 28 Nov 2013 15:31:42 -0000 Author: culot Date: Thu Nov 28 15:31:40 2013 New Revision: 335101 URL: http://svnweb.freebsd.org/changeset/ports/335101 Log: - Update to 4.5.5 - Support staging - Minor Makefile cleanup [1] Changes: http://tomenet.net/phpBB3/viewtopic.php?f=4&t=7&p=1720#p1720 Suggested by: danfe@ [1] (via private email) Added: head/games/tomenet/files/patch-client_nclient.c (contents, props changed) Modified: head/games/tomenet/Makefile head/games/tomenet/distinfo head/games/tomenet/pkg-plist Modified: head/games/tomenet/Makefile ============================================================================== --- head/games/tomenet/Makefile Thu Nov 28 15:29:50 2013 (r335100) +++ head/games/tomenet/Makefile Thu Nov 28 15:31:40 2013 (r335101) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tomenet -PORTVERSION= 4.5.4 +PORTVERSION= 4.5.5 CATEGORIES= games MASTER_SITES= http://tomenet.net/downloads/ @@ -11,31 +11,29 @@ COMMENT= Online multiplayer rogue-like r USE_BZIP2= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src -MAKEFILE= ${WRKSRC}/makefile +MAKEFILE= makefile -USES= ncurses -USE_GMAKE= yes +USES= gmake ncurses CFLAGS+= -DDEFAULT_PATH="\\\"${DATADIR}/lib/\\\"" +MAKE_JOBS_UNSAFE= yes SUB_FILES= pkg-message -NO_STAGE= yes do-install: .for f in tomenet tomenet.server accedit evilmeta - ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor - ${MKDIR} ${DATADIR} - (cd ${WRKDIR}/${DISTNAME} && ${COPYTREE_SHARE} lib ${DATADIR}) - ${MKDIR} ${ETCDIR} - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/.tomenetrc ${ETCDIR}/tomenetrc + ${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKDIR}/${DISTNAME} && ${COPYTREE_SHARE} lib ${STAGEDIR}${DATADIR}) + ${MKDIR} ${STAGEDIR}${ETCDIR} + ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/.tomenetrc ${STAGEDIR}${ETCDIR}/tomenetrc .include post-install: .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/TomeNET-Guide.txt ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/TomeNET-Guide.txt ${STAGEDIR}${DOCSDIR} .endif - @${CAT} ${PKGMESSAGE} .include Modified: head/games/tomenet/distinfo ============================================================================== --- head/games/tomenet/distinfo Thu Nov 28 15:29:50 2013 (r335100) +++ head/games/tomenet/distinfo Thu Nov 28 15:31:40 2013 (r335101) @@ -1,2 +1,2 @@ -SHA256 (tomenet-4.5.4.tar.bz2) = 3bb8955619f3da571c7982d323cae837203dfd30eb65a508f678efae2ac40f70 -SIZE (tomenet-4.5.4.tar.bz2) = 2740555 +SHA256 (tomenet-4.5.5.tar.bz2) = 788a3dbbcb24ad747763a1ff4e80d859d521ac29df3da1d33842e5c39ecbd197 +SIZE (tomenet-4.5.5.tar.bz2) = 2787559 Added: head/games/tomenet/files/patch-client_nclient.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/tomenet/files/patch-client_nclient.c Thu Nov 28 15:31:40 2013 (r335101) @@ -0,0 +1,14 @@ +--- client/nclient.c.orig 2013-11-10 05:48:24.000000000 -0500 ++++ client/nclient.c 2013-11-28 09:08:59.000000000 -0500 +@@ -4358,7 +4358,11 @@ + #endif + } + ++ #ifdef USE_SOUND_2010 ++ #ifdef SOUND_SDL + if (ambient_fading) ambient_handle_fading(); ++ #endif ++ #endif + + /* Handle chat time-stamping too - C. Blue */ + if (c_cfg.time_stamp_chat) { Modified: head/games/tomenet/pkg-plist ============================================================================== --- head/games/tomenet/pkg-plist Thu Nov 28 15:29:50 2013 (r335100) +++ head/games/tomenet/pkg-plist Thu Nov 28 15:31:40 2013 (r335101) @@ -122,6 +122,7 @@ bin/tomenet.server %%DATADIR%%/lib/user/font-ibm.prf %%DATADIR%%/lib/user/font-win.prf %%DATADIR%%/lib/user/font-win(solid).prf +%%DATADIR%%/lib/user/font-x11.prf %%DATADIR%%/lib/user/graf-ami.prf %%DATADIR%%/lib/user/graf-win.prf %%DATADIR%%/lib/user/linux_caster.prf From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 15:42:35 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 ESMTPS id D71A07D5; Thu, 28 Nov 2013 15:42:35 +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 A9080157C; Thu, 28 Nov 2013 15:42:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASFgZqJ094548; Thu, 28 Nov 2013 15:42:35 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASFgZST094542; Thu, 28 Nov 2013 15:42:35 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311281542.rASFgZST094542@svn.freebsd.org> From: Kubilay Kocak Date: Thu, 28 Nov 2013 15:42:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335102 - head/devel/py-pyzmq 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.16 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: Thu, 28 Nov 2013 15:42:35 -0000 Author: koobs Date: Thu Nov 28 15:42:34 2013 New Revision: 335102 URL: http://svnweb.freebsd.org/changeset/ports/335102 Log: devel/py-pyzmq: Update to 14.0.1 - Update to 14.0.1 - Change MASTER_SITES to CHEESESHOP (Removes Cython dependency) - Enable AUTOPLIST, delete pkg-plist accordingly - Enable STAGE support - Use new LIB_DEPENDS format - Add regression-test target to ease QA - pkg-descr: Tab->space in WWW: PR: ports/183731 Approved by: maintainer timeout (3 weeks) Deleted: head/devel/py-pyzmq/pkg-plist Modified: head/devel/py-pyzmq/Makefile (contents, props changed) head/devel/py-pyzmq/distinfo (contents, props changed) head/devel/py-pyzmq/pkg-descr (contents, props changed) Modified: head/devel/py-pyzmq/Makefile ============================================================================== --- head/devel/py-pyzmq/Makefile Thu Nov 28 15:31:40 2013 (r335101) +++ head/devel/py-pyzmq/Makefile Thu Nov 28 15:42:34 2013 (r335102) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= pyzmq -PORTVERSION= 2.2.0 +PORTVERSION= 14.0.1 CATEGORIES= devel net -MASTER_SITES= http://cloud.github.com/downloads/zeromq/pyzmq/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= novel@FreeBSD.org @@ -12,16 +12,20 @@ COMMENT= Python bindings for ZeroMQ LICENSE= LGPL3 -LIB_DEPENDS= zmq.1:${PORTSDIR}/devel/zmq +LIB_DEPENDS= libzmq.so:${PORTSDIR}/net/libzmq4 -USE_PYTHON= yes +USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include pre-configure: @${SED} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/setup.cfg.template > \ ${WRKSRC}/setup.cfg +regression-test: extract + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} build_ext --inplace + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test + .include Modified: head/devel/py-pyzmq/distinfo ============================================================================== --- head/devel/py-pyzmq/distinfo Thu Nov 28 15:31:40 2013 (r335101) +++ head/devel/py-pyzmq/distinfo Thu Nov 28 15:42:34 2013 (r335102) @@ -1,2 +1,2 @@ -SHA256 (pyzmq-2.2.0.tar.gz) = 31800049cd313f0f5468c2003f5a5c401f87cb84e0f9bbfe5e2e539b201bc46b -SIZE (pyzmq-2.2.0.tar.gz) = 605502 +SHA256 (pyzmq-14.0.1.tar.gz) = 07c7f63aaa7709438345a5e5f4d90fe7decb147ff72d244acf4fa56f8801e5e0 +SIZE (pyzmq-14.0.1.tar.gz) = 867063 Modified: head/devel/py-pyzmq/pkg-descr ============================================================================== --- head/devel/py-pyzmq/pkg-descr Thu Nov 28 15:31:40 2013 (r335101) +++ head/devel/py-pyzmq/pkg-descr Thu Nov 28 15:42:34 2013 (r335102) @@ -1,4 +1,4 @@ PyZMQ is a lightweight and super-fast messaging library built on top of the ZeroMQ library. -WWW: https://github.com/zeromq/pyzmq +WWW: https://github.com/zeromq/pyzmq From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 15:48:47 2013 Return-Path: Delivered-To: svn-ports-head@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 30CF4A20; Thu, 28 Nov 2013 15:48:47 +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 1D3A215C0; Thu, 28 Nov 2013 15:48:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASFmk5f095372; Thu, 28 Nov 2013 15:48:46 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASFmkxk095371; Thu, 28 Nov 2013 15:48:46 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201311281548.rASFmkxk095371@svn.freebsd.org> From: Philippe Audeoud Date: Thu, 28 Nov 2013 15:48:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335103 - head/security/chntpw 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.16 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: Thu, 28 Nov 2013 15:48:47 -0000 Author: jadawin Date: Thu Nov 28 15:48:46 2013 New Revision: 335103 URL: http://svnweb.freebsd.org/changeset/ports/335103 Log: - Install more binaries with chntpwd - Bump portrevision PR: ports/184158 Submitted by: John Hein Approved by: maintainer Modified: head/security/chntpw/Makefile Modified: head/security/chntpw/Makefile ============================================================================== --- head/security/chntpw/Makefile Thu Nov 28 15:42:34 2013 (r335102) +++ head/security/chntpw/Makefile Thu Nov 28 15:48:46 2013 (r335103) @@ -3,6 +3,7 @@ PORTNAME= chntpw PORTVERSION= 110511 +PORTREVISION= 1 CATEGORIES= security sysutils MASTER_SITES= http://pogostick.net/~pnh/ntpasswd/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} @@ -20,7 +21,8 @@ USES= gmake ONLY_FOR_ARCHS= i386 amd64 -PLIST_FILES= bin/chntpw +BIN_FILES= chntpw cpnt reged +PLIST_FILES= ${BIN_FILES:C|^|bin/|} PORTDOCS= README.txt WinReg.txt regedit.txt WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -34,7 +36,7 @@ post-patch: .endif do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/chntpw ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${BIN_FILES:C|^|${WRKSRC}/|} ${STAGEDIR}${PREFIX}/bin post-install: .if ${PORT_OPTIONS:MDOCS} From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 15:58:46 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 ESMTPS id 1C6CEBE1; Thu, 28 Nov 2013 15:58:46 +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 06A621626; Thu, 28 Nov 2013 15:58:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASFwj5a098601; Thu, 28 Nov 2013 15:58:45 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASFwjdK098599; Thu, 28 Nov 2013 15:58:45 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311281558.rASFwjdK098599@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Thu, 28 Nov 2013 15:58:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335104 - head/net/openmpi 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.16 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: Thu, 28 Nov 2013 15:58:46 -0000 Author: danilo Date: Thu Nov 28 15:58:45 2013 New Revision: 335104 URL: http://svnweb.freebsd.org/changeset/ports/335104 Log: - Change maintainer's email to @FreeBSD.org - Add stage support - Add SLURM options to support sysutils/slurm-hpc (submitted via email by Jason Bacon ) - Use options helpers - Add VT (VampirTrace) as option Deleted: head/net/openmpi/Makefile.man Modified: head/net/openmpi/Makefile head/net/openmpi/pkg-plist Modified: head/net/openmpi/Makefile ============================================================================== --- head/net/openmpi/Makefile Thu Nov 28 15:48:46 2013 (r335103) +++ head/net/openmpi/Makefile Thu Nov 28 15:58:45 2013 (r335104) @@ -1,16 +1,15 @@ # $FreeBSD$ -NO_STAGE= yes # TODO: # - etc/*.sample support PORTNAME= openmpi DISTVERSION= 1.6.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.6/downloads/ -MAINTAINER= danilogondolfo@gmail.com +MAINTAINER= danilo@FreeBSD.org COMMENT= High Performance Message Passing Library LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ @@ -20,6 +19,7 @@ LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/ USE_BZIP2= yes HAS_CONFIGURE= yes USES= gmake pkgconfig +USE_FORTRAN= yes MPIBASE?= mpi MPIDIR?= ${MPIBASE}/${UNIQUENAME} @@ -37,68 +37,48 @@ USE_LDCONFIG= ${PREFIX}/${MPIDIR}/lib \ ${PREFIX}/${MPIDIR}/lib/openmpi MANPREFIX= ${PREFIX}/${MPIDIR} -.include "${.CURDIR}/Makefile.man" -OPTIONS_DEFINE= IPV6 TORQUE +OPTIONS_DEFINE= IPV6 SLURM TORQUE VT TORQUE_DESC= Enable Torque support +SLURM_DESC= Enable SLURM support +VT_DESC= Enable VampirTrace support OPTIONS_DEFAULT= IPV6 +OPTIONS_SUB= yes IPV6_CONFIGURE_ENABLE= ipv6 + TORQUE_CONFIGURE_ON= --with-tm=${LOCALBASE} TORQUE_CONFIGURE_OFF= --without-tm +TORQUE_LIB_DEPENDS= libtorque.so:${PORTSDIR}/sysutils/torque +TORQUE_PLIST_FILES= ${MPIDIR}/lib/openmpi/mca_plm_tm.so \ + ${MPIDIR}/lib/openmpi/mca_plm_tm.la \ + ${MPIDIR}/lib/openmpi/mca_ras_tm.la \ + ${MPIDIR}/lib/openmpi/mca_ras_tm.so \ + ${MPIDIR}/lib/openmpi/mca_ess_tm.so \ + ${MPIDIR}/lib/openmpi/mca_ess_tm.la \ + ${MPIDIR}/share/openmpi/help-plm-tm.txt \ + ${MPIDIR}/share/openmpi/help-ras-tm.txt + +SLURM_CONFIGURE_WITH= slurm +SLURM_LIB_DEPENDS= libslurm.so:${PORTSDIR}/sysutils/slurm-hpc +SLURM_PLIST_FILES= ${MPIDIR}/lib/openmpi/mca_ess_slurm.la \ + ${MPIDIR}/lib/openmpi/mca_ess_slurm.so \ + ${MPIDIR}/lib/openmpi/mca_ess_slurmd.la \ + ${MPIDIR}/lib/openmpi/mca_ess_slurmd.so \ + ${MPIDIR}/lib/openmpi/mca_plm_slurm.la \ + ${MPIDIR}/lib/openmpi/mca_plm_slurm.so \ + ${MPIDIR}/lib/openmpi/mca_ras_slurm.la \ + ${MPIDIR}/lib/openmpi/mca_ras_slurm.so \ + ${MPIDIR}/share/openmpi/help-plm-slurm.txt \ + ${MPIDIR}/share/openmpi/help-ras-slurm.txt -.include +VT_CONFIGURE_OFF= --enable-contrib-no-build=vt --disable-vt +VT_USE= JAVA=yes -.if ${PORT_OPTIONS:MTORQUE} -LIB_DEPENDS+= libtorque.so:${PORTSDIR}/sysutils/torque -PLIST_FILES+= ${MPIDIR}/lib/openmpi/mca_plm_tm.so \ - ${MPIDIR}/lib/openmpi/mca_plm_tm.la \ - ${MPIDIR}/lib/openmpi/mca_ras_tm.la \ - ${MPIDIR}/lib/openmpi/mca_ras_tm.so \ - ${MPIDIR}/lib/openmpi/mca_ess_tm.so \ - ${MPIDIR}/lib/openmpi/mca_ess_tm.la \ - ${MPIDIR}/share/openmpi/help-plm-tm.txt \ - ${MPIDIR}/share/openmpi/help-ras-tm.txt -.endif +.include .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64 .endif -USE_FORTRAN= yes - -####################################################################### -# The following targets are for the port maintainer. Use at your own # -# risk, no user-serviceable parts inside. # -# # -# XXX: we should generate MLINKS programaticaly, but it would take # -# some effort and there's only one entry at this time. # -####################################################################### -build-plist: - ${RM} -f ${PLIST} - ${FIND} ${PREFIX}/${MPIDIR} -name man -prune -o -type f -print | \ - ${SED} -e 's|${PREFIX}/${MPIDIR}|%%MPIDIR%%|' \ - -e 's|${CONFIGURE_TARGET}|%%CONFIGURE_TARGET%%|' | \ - ${SORT} >> ${PLIST} - ${FIND} ${PREFIX}/${MPIDIR} -name man -prune -o -type l -print | \ - ${SED} -e 's|${PREFIX}/${MPIDIR}|%%MPIDIR%%|' \ - -e 's|${CONFIGURE_TARGET}|%%CONFIGURE_TARGET%%|' | \ - ${SORT} >> ${PLIST} - ${FIND} ${PREFIX}/${MPIDIR} -type d | \ - ${EGREP} -v "${PREFIX}/${MPIDIR}$$" | \ - ${SED} -e 's|${PREFIX}/${MPIDIR}|@dirrm %%MPIDIR%%|' | \ - ${SORT} -r >> ${PLIST} - ${ECHO} "@dirrmtry %%MPIDIR%%" \ - >> ${PLIST} - ${ECHO} "@dirrmtry %%MPIBASE%%" \ - >> ${PLIST} - @echo "# Do not edit! Auto-generated file." > ${.CURDIR}/Makefile.man - @echo "# See build-plist target in Makefile." >> ${.CURDIR}/Makefile.man - @echo "#" >> ${.CURDIR}/Makefile.man - @echo "MLINKS+=mpic++.1 mpiCC.1" >> ${.CURDIR}/Makefile.man - @echo "MLINKS+=ortec++.1 orteCC.1" >> ${.CURDIR}/Makefile.man - ${FIND} ${PREFIX}/${MPIDIR}/man -type f | \ - ${SED} -e 's|.*man\([0-9LN]\)/\(.*\)|MAN\1+=\2|' -e 's/\.gz$$//' | \ - ${SORT} >> ${.CURDIR}/Makefile.man - -.include +.include Modified: head/net/openmpi/pkg-plist ============================================================================== --- head/net/openmpi/pkg-plist Thu Nov 28 15:48:46 2013 (r335103) +++ head/net/openmpi/pkg-plist Thu Nov 28 15:58:45 2013 (r335104) @@ -1,33 +1,31 @@ +%%MPIDIR%%/bin/mpiCC +%%MPIDIR%%/bin/mpic++ +%%MPIDIR%%/bin/mpicc +%%MPIDIR%%/bin/mpicxx +%%MPIDIR%%/bin/mpiexec +%%MPIDIR%%/bin/mpif77 +%%MPIDIR%%/bin/mpif90 +%%MPIDIR%%/bin/mpirun +%%MPIDIR%%/bin/ompi-clean +%%MPIDIR%%/bin/ompi-iof %%MPIDIR%%/bin/ompi-probe %%MPIDIR%%/bin/ompi-profiler +%%MPIDIR%%/bin/ompi-ps %%MPIDIR%%/bin/ompi-server +%%MPIDIR%%/bin/ompi-top %%MPIDIR%%/bin/ompi_info %%MPIDIR%%/bin/opal_wrapper -%%MPIDIR%%/bin/opari %%MPIDIR%%/bin/orte-bootproxy.sh %%MPIDIR%%/bin/orte-clean %%MPIDIR%%/bin/orte-iof %%MPIDIR%%/bin/orte-ps %%MPIDIR%%/bin/orte-top +%%MPIDIR%%/bin/orteCC %%MPIDIR%%/bin/orte_wrapper_script +%%MPIDIR%%/bin/ortec++ +%%MPIDIR%%/bin/ortecc %%MPIDIR%%/bin/orted %%MPIDIR%%/bin/orterun -%%MPIDIR%%/bin/otfaux -%%MPIDIR%%/bin/otfconfig -%%MPIDIR%%/bin/otfprint -%%MPIDIR%%/bin/otfinfo -%%MPIDIR%%/bin/otfmerge -%%MPIDIR%%/bin/otfmerge-mpi -%%MPIDIR%%/bin/otfprofile -%%MPIDIR%%/bin/otfprofile-mpi -%%MPIDIR%%/bin/otfshrink -%%MPIDIR%%/bin/otfcompress -%%MPIDIR%%/bin/vtfilter -%%MPIDIR%%/bin/vtfilter-mpi -%%MPIDIR%%/bin/vtrun -%%MPIDIR%%/bin/vtunify -%%MPIDIR%%/bin/vtunify-mpi -%%MPIDIR%%/bin/vtwrapper %%MPIDIR%%/etc/openmpi-default-hostfile %%MPIDIR%%/etc/openmpi-mca-params.conf %%MPIDIR%%/etc/openmpi-totalview.tcl @@ -69,89 +67,30 @@ %%MPIDIR%%/include/openmpi/ompi/mpi/cxx/topology_inln.h %%MPIDIR%%/include/openmpi/ompi/mpi/cxx/win.h %%MPIDIR%%/include/openmpi/ompi/mpi/cxx/win_inln.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/otf.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_CopyHandler.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_CopyHandler_stream.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_Definitions.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_Errno.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_File.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_File_iofsl.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_FileManager.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_Filenames.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_HandlerArray.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_inttypes.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_KeyValue.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_MasterControl.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_RBuffer.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_RStream.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_Reader.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_Version.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_WBuffer.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_WStream.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_Writer.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_inttypes_unix.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/otfaux.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTFAUX_State.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTFAUX_MsgMatching.h -%%MPIDIR%%/include/vampirtrace/open-trace-format/OTFAUX_Thumbnail.h -%%MPIDIR%%/include/vampirtrace/opari_omp.h -%%MPIDIR%%/include/vampirtrace/pomp_lib.h -%%MPIDIR%%/include/vampirtrace/vt_inttypes.h -%%MPIDIR%%/include/vampirtrace/vt_user.h -%%MPIDIR%%/include/vampirtrace/vt_user.inc -%%MPIDIR%%/include/vampirtrace/vt_user_comment.h -%%MPIDIR%%/include/vampirtrace/vt_user_comment.inc -%%MPIDIR%%/include/vampirtrace/vt_user_control.h -%%MPIDIR%%/include/vampirtrace/vt_user_control.inc -%%MPIDIR%%/include/vampirtrace/vt_user_count.h -%%MPIDIR%%/include/vampirtrace/vt_user_count.inc -%%MPIDIR%%/include/vampirtrace/vt_user_marker.h -%%MPIDIR%%/include/vampirtrace/vt_user_marker.inc -%%MPIDIR%%/include/vampirtrace/vt_user_message.h -%%MPIDIR%%/include/vampirtrace/vt_user_message.inc -%%MPIDIR%%/include/vampirtrace/vt_user_region.h -%%MPIDIR%%/include/vampirtrace/vt_user_region.inc -%%MPIDIR%%/include/vampirtrace/vt_wrap_pthread.h %%MPIDIR%%/lib/libmca_common_sm.la +%%MPIDIR%%/lib/libmca_common_sm.so %%MPIDIR%%/lib/libmca_common_sm.so.3 %%MPIDIR%%/lib/libmpi.la +%%MPIDIR%%/lib/libmpi.so %%MPIDIR%%/lib/libmpi.so.1 %%MPIDIR%%/lib/libmpi_cxx.la +%%MPIDIR%%/lib/libmpi_cxx.so %%MPIDIR%%/lib/libmpi_cxx.so.1 %%MPIDIR%%/lib/libmpi_f77.la +%%MPIDIR%%/lib/libmpi_f77.so %%MPIDIR%%/lib/libmpi_f77.so.1 %%MPIDIR%%/lib/libmpi_f90.la +%%MPIDIR%%/lib/libmpi_f90.so %%MPIDIR%%/lib/libmpi_f90.so.4 %%MPIDIR%%/lib/libompitrace.la +%%MPIDIR%%/lib/libompitrace.so %%MPIDIR%%/lib/libompitrace.so.0 %%MPIDIR%%/lib/libopen-pal.la +%%MPIDIR%%/lib/libopen-pal.so %%MPIDIR%%/lib/libopen-pal.so.4 %%MPIDIR%%/lib/libopen-rte.la +%%MPIDIR%%/lib/libopen-rte.so %%MPIDIR%%/lib/libopen-rte.so.4 -%%MPIDIR%%/lib/libopen-trace-format.so -%%MPIDIR%%/lib/libotfaux.a -%%MPIDIR%%/lib/libotfaux.la -%%MPIDIR%%/lib/libotfaux.so.0 -%%MPIDIR%%/lib/libopen-trace-format.so.1 -%%MPIDIR%%/lib/libopen-trace-format.la -%%MPIDIR%%/lib/libopen-trace-format.a -%%MPIDIR%%/lib/libvt-hyb.a -%%MPIDIR%%/lib/libvt-hyb.la -%%MPIDIR%%/lib/libvt-hyb.so.0 -%%MPIDIR%%/lib/libvt-mpi-unify.a -%%MPIDIR%%/lib/libvt-mpi-unify.la -%%MPIDIR%%/lib/libvt-mpi-unify.so.0 -%%MPIDIR%%/lib/libvt-mpi.a -%%MPIDIR%%/lib/libvt-mpi.la -%%MPIDIR%%/lib/libvt-mpi.so.0 -%%MPIDIR%%/lib/libvt-mt.a -%%MPIDIR%%/lib/libvt-mt.la -%%MPIDIR%%/lib/libvt-mt.so.0 -%%MPIDIR%%/lib/libvt-pomp.a -%%MPIDIR%%/lib/libvt-pomp.la -%%MPIDIR%%/lib/libvt.a -%%MPIDIR%%/lib/libvt.la -%%MPIDIR%%/lib/libvt.so.0 %%MPIDIR%%/lib/mpi.mod %%MPIDIR%%/lib/openmpi/libompi_dbg_msgq.la %%MPIDIR%%/lib/openmpi/libompi_dbg_msgq.so @@ -301,6 +240,342 @@ %%MPIDIR%%/lib/pkgconfig/ompi-f90.pc %%MPIDIR%%/lib/pkgconfig/ompi.pc %%MPIDIR%%/lib/pkgconfig/orte.pc +%%MPIDIR%%/man/man1/mpiCC.1.gz +%%MPIDIR%%/man/man1/mpic++.1.gz +%%MPIDIR%%/man/man1/mpicc.1.gz +%%MPIDIR%%/man/man1/mpicxx.1.gz +%%MPIDIR%%/man/man1/mpiexec.1.gz +%%MPIDIR%%/man/man1/mpif77.1.gz +%%MPIDIR%%/man/man1/mpif90.1.gz +%%MPIDIR%%/man/man1/mpirun.1.gz +%%MPIDIR%%/man/man1/ompi-clean.1.gz +%%MPIDIR%%/man/man1/ompi-iof.1.gz +%%MPIDIR%%/man/man1/ompi-probe.1.gz +%%MPIDIR%%/man/man1/ompi-profiler.1.gz +%%MPIDIR%%/man/man1/ompi-ps.1.gz +%%MPIDIR%%/man/man1/ompi-server.1.gz +%%MPIDIR%%/man/man1/ompi-top.1.gz +%%MPIDIR%%/man/man1/ompi_info.1.gz +%%MPIDIR%%/man/man1/opal_wrapper.1.gz +%%MPIDIR%%/man/man1/orte-clean.1.gz +%%MPIDIR%%/man/man1/orte-iof.1.gz +%%MPIDIR%%/man/man1/orte-ps.1.gz +%%MPIDIR%%/man/man1/orte-top.1.gz +%%MPIDIR%%/man/man1/orteCC.1.gz +%%MPIDIR%%/man/man1/orted.1.gz +%%MPIDIR%%/man/man1/orterun.1.gz +%%MPIDIR%%/man/man3/MPI.3.gz +%%MPIDIR%%/man/man3/MPI_Abort.3.gz +%%MPIDIR%%/man/man3/MPI_Accumulate.3.gz +%%MPIDIR%%/man/man3/MPI_Add_error_class.3.gz +%%MPIDIR%%/man/man3/MPI_Add_error_code.3.gz +%%MPIDIR%%/man/man3/MPI_Add_error_string.3.gz +%%MPIDIR%%/man/man3/MPI_Address.3.gz +%%MPIDIR%%/man/man3/MPI_Allgather.3.gz +%%MPIDIR%%/man/man3/MPI_Allgatherv.3.gz +%%MPIDIR%%/man/man3/MPI_Alloc_mem.3.gz +%%MPIDIR%%/man/man3/MPI_Allreduce.3.gz +%%MPIDIR%%/man/man3/MPI_Alltoall.3.gz +%%MPIDIR%%/man/man3/MPI_Alltoallv.3.gz +%%MPIDIR%%/man/man3/MPI_Alltoallw.3.gz +%%MPIDIR%%/man/man3/MPI_Attr_delete.3.gz +%%MPIDIR%%/man/man3/MPI_Attr_get.3.gz +%%MPIDIR%%/man/man3/MPI_Attr_put.3.gz +%%MPIDIR%%/man/man3/MPI_Barrier.3.gz +%%MPIDIR%%/man/man3/MPI_Bcast.3.gz +%%MPIDIR%%/man/man3/MPI_Bsend.3.gz +%%MPIDIR%%/man/man3/MPI_Bsend_init.3.gz +%%MPIDIR%%/man/man3/MPI_Buffer_attach.3.gz +%%MPIDIR%%/man/man3/MPI_Buffer_detach.3.gz +%%MPIDIR%%/man/man3/MPI_Cancel.3.gz +%%MPIDIR%%/man/man3/MPI_Cart_coords.3.gz +%%MPIDIR%%/man/man3/MPI_Cart_create.3.gz +%%MPIDIR%%/man/man3/MPI_Cart_get.3.gz +%%MPIDIR%%/man/man3/MPI_Cart_map.3.gz +%%MPIDIR%%/man/man3/MPI_Cart_rank.3.gz +%%MPIDIR%%/man/man3/MPI_Cart_shift.3.gz +%%MPIDIR%%/man/man3/MPI_Cart_sub.3.gz +%%MPIDIR%%/man/man3/MPI_Cartdim_get.3.gz +%%MPIDIR%%/man/man3/MPI_Close_port.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_accept.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_c2f.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_call_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_compare.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_connect.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_create.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_create_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_create_keyval.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_delete_attr.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_disconnect.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_dup.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_f2c.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_free.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_free_keyval.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_get_attr.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_get_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_get_name.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_get_parent.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_group.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_join.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_rank.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_remote_group.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_remote_size.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_set_attr.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_set_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_set_name.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_size.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_spawn.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_spawn_multiple.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_split.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_test_inter.3.gz +%%MPIDIR%%/man/man3/MPI_Dims_create.3.gz +%%MPIDIR%%/man/man3/MPI_Errhandler_create.3.gz +%%MPIDIR%%/man/man3/MPI_Errhandler_free.3.gz +%%MPIDIR%%/man/man3/MPI_Errhandler_get.3.gz +%%MPIDIR%%/man/man3/MPI_Errhandler_set.3.gz +%%MPIDIR%%/man/man3/MPI_Error_class.3.gz +%%MPIDIR%%/man/man3/MPI_Error_string.3.gz +%%MPIDIR%%/man/man3/MPI_Exscan.3.gz +%%MPIDIR%%/man/man3/MPI_File_c2f.3.gz +%%MPIDIR%%/man/man3/MPI_File_call_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_File_close.3.gz +%%MPIDIR%%/man/man3/MPI_File_create_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_File_delete.3.gz +%%MPIDIR%%/man/man3/MPI_File_f2c.3.gz +%%MPIDIR%%/man/man3/MPI_File_get_amode.3.gz +%%MPIDIR%%/man/man3/MPI_File_get_atomicity.3.gz +%%MPIDIR%%/man/man3/MPI_File_get_byte_offset.3.gz +%%MPIDIR%%/man/man3/MPI_File_get_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_File_get_group.3.gz +%%MPIDIR%%/man/man3/MPI_File_get_info.3.gz +%%MPIDIR%%/man/man3/MPI_File_get_position.3.gz +%%MPIDIR%%/man/man3/MPI_File_get_position_shared.3.gz +%%MPIDIR%%/man/man3/MPI_File_get_size.3.gz +%%MPIDIR%%/man/man3/MPI_File_get_type_extent.3.gz +%%MPIDIR%%/man/man3/MPI_File_get_view.3.gz +%%MPIDIR%%/man/man3/MPI_File_iread.3.gz +%%MPIDIR%%/man/man3/MPI_File_iread_at.3.gz +%%MPIDIR%%/man/man3/MPI_File_iread_shared.3.gz +%%MPIDIR%%/man/man3/MPI_File_iwrite.3.gz +%%MPIDIR%%/man/man3/MPI_File_iwrite_at.3.gz +%%MPIDIR%%/man/man3/MPI_File_iwrite_shared.3.gz +%%MPIDIR%%/man/man3/MPI_File_open.3.gz +%%MPIDIR%%/man/man3/MPI_File_preallocate.3.gz +%%MPIDIR%%/man/man3/MPI_File_read.3.gz +%%MPIDIR%%/man/man3/MPI_File_read_all.3.gz +%%MPIDIR%%/man/man3/MPI_File_read_all_begin.3.gz +%%MPIDIR%%/man/man3/MPI_File_read_all_end.3.gz +%%MPIDIR%%/man/man3/MPI_File_read_at.3.gz +%%MPIDIR%%/man/man3/MPI_File_read_at_all.3.gz +%%MPIDIR%%/man/man3/MPI_File_read_at_all_begin.3.gz +%%MPIDIR%%/man/man3/MPI_File_read_at_all_end.3.gz +%%MPIDIR%%/man/man3/MPI_File_read_ordered.3.gz +%%MPIDIR%%/man/man3/MPI_File_read_ordered_begin.3.gz +%%MPIDIR%%/man/man3/MPI_File_read_ordered_end.3.gz +%%MPIDIR%%/man/man3/MPI_File_read_shared.3.gz +%%MPIDIR%%/man/man3/MPI_File_seek.3.gz +%%MPIDIR%%/man/man3/MPI_File_seek_shared.3.gz +%%MPIDIR%%/man/man3/MPI_File_set_atomicity.3.gz +%%MPIDIR%%/man/man3/MPI_File_set_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_File_set_info.3.gz +%%MPIDIR%%/man/man3/MPI_File_set_size.3.gz +%%MPIDIR%%/man/man3/MPI_File_set_view.3.gz +%%MPIDIR%%/man/man3/MPI_File_sync.3.gz +%%MPIDIR%%/man/man3/MPI_File_write.3.gz +%%MPIDIR%%/man/man3/MPI_File_write_all.3.gz +%%MPIDIR%%/man/man3/MPI_File_write_all_begin.3.gz +%%MPIDIR%%/man/man3/MPI_File_write_all_end.3.gz +%%MPIDIR%%/man/man3/MPI_File_write_at.3.gz +%%MPIDIR%%/man/man3/MPI_File_write_at_all.3.gz +%%MPIDIR%%/man/man3/MPI_File_write_at_all_begin.3.gz +%%MPIDIR%%/man/man3/MPI_File_write_at_all_end.3.gz +%%MPIDIR%%/man/man3/MPI_File_write_ordered.3.gz +%%MPIDIR%%/man/man3/MPI_File_write_ordered_begin.3.gz +%%MPIDIR%%/man/man3/MPI_File_write_ordered_end.3.gz +%%MPIDIR%%/man/man3/MPI_File_write_shared.3.gz +%%MPIDIR%%/man/man3/MPI_Finalize.3.gz +%%MPIDIR%%/man/man3/MPI_Finalized.3.gz +%%MPIDIR%%/man/man3/MPI_Free_mem.3.gz +%%MPIDIR%%/man/man3/MPI_Gather.3.gz +%%MPIDIR%%/man/man3/MPI_Gatherv.3.gz +%%MPIDIR%%/man/man3/MPI_Get.3.gz +%%MPIDIR%%/man/man3/MPI_Get_address.3.gz +%%MPIDIR%%/man/man3/MPI_Get_count.3.gz +%%MPIDIR%%/man/man3/MPI_Get_elements.3.gz +%%MPIDIR%%/man/man3/MPI_Get_processor_name.3.gz +%%MPIDIR%%/man/man3/MPI_Get_version.3.gz +%%MPIDIR%%/man/man3/MPI_Graph_create.3.gz +%%MPIDIR%%/man/man3/MPI_Graph_get.3.gz +%%MPIDIR%%/man/man3/MPI_Graph_map.3.gz +%%MPIDIR%%/man/man3/MPI_Graph_neighbors.3.gz +%%MPIDIR%%/man/man3/MPI_Graph_neighbors_count.3.gz +%%MPIDIR%%/man/man3/MPI_Graphdims_get.3.gz +%%MPIDIR%%/man/man3/MPI_Grequest_complete.3.gz +%%MPIDIR%%/man/man3/MPI_Grequest_start.3.gz +%%MPIDIR%%/man/man3/MPI_Group_c2f.3.gz +%%MPIDIR%%/man/man3/MPI_Group_compare.3.gz +%%MPIDIR%%/man/man3/MPI_Group_difference.3.gz +%%MPIDIR%%/man/man3/MPI_Group_excl.3.gz +%%MPIDIR%%/man/man3/MPI_Group_f2c.3.gz +%%MPIDIR%%/man/man3/MPI_Group_free.3.gz +%%MPIDIR%%/man/man3/MPI_Group_incl.3.gz +%%MPIDIR%%/man/man3/MPI_Group_intersection.3.gz +%%MPIDIR%%/man/man3/MPI_Group_range_excl.3.gz +%%MPIDIR%%/man/man3/MPI_Group_range_incl.3.gz +%%MPIDIR%%/man/man3/MPI_Group_rank.3.gz +%%MPIDIR%%/man/man3/MPI_Group_size.3.gz +%%MPIDIR%%/man/man3/MPI_Group_translate_ranks.3.gz +%%MPIDIR%%/man/man3/MPI_Group_union.3.gz +%%MPIDIR%%/man/man3/MPI_Ibsend.3.gz +%%MPIDIR%%/man/man3/MPI_Info_c2f.3.gz +%%MPIDIR%%/man/man3/MPI_Info_create.3.gz +%%MPIDIR%%/man/man3/MPI_Info_delete.3.gz +%%MPIDIR%%/man/man3/MPI_Info_dup.3.gz +%%MPIDIR%%/man/man3/MPI_Info_f2c.3.gz +%%MPIDIR%%/man/man3/MPI_Info_free.3.gz +%%MPIDIR%%/man/man3/MPI_Info_get.3.gz +%%MPIDIR%%/man/man3/MPI_Info_get_nkeys.3.gz +%%MPIDIR%%/man/man3/MPI_Info_get_nthkey.3.gz +%%MPIDIR%%/man/man3/MPI_Info_get_valuelen.3.gz +%%MPIDIR%%/man/man3/MPI_Info_set.3.gz +%%MPIDIR%%/man/man3/MPI_Init.3.gz +%%MPIDIR%%/man/man3/MPI_Init_thread.3.gz +%%MPIDIR%%/man/man3/MPI_Initialized.3.gz +%%MPIDIR%%/man/man3/MPI_Intercomm_create.3.gz +%%MPIDIR%%/man/man3/MPI_Intercomm_merge.3.gz +%%MPIDIR%%/man/man3/MPI_Iprobe.3.gz +%%MPIDIR%%/man/man3/MPI_Irecv.3.gz +%%MPIDIR%%/man/man3/MPI_Irsend.3.gz +%%MPIDIR%%/man/man3/MPI_Is_thread_main.3.gz +%%MPIDIR%%/man/man3/MPI_Isend.3.gz +%%MPIDIR%%/man/man3/MPI_Issend.3.gz +%%MPIDIR%%/man/man3/MPI_Keyval_create.3.gz +%%MPIDIR%%/man/man3/MPI_Keyval_free.3.gz +%%MPIDIR%%/man/man3/MPI_Lookup_name.3.gz +%%MPIDIR%%/man/man3/MPI_Op_c2f.3.gz +%%MPIDIR%%/man/man3/MPI_Op_create.3.gz +%%MPIDIR%%/man/man3/MPI_Op_f2c.3.gz +%%MPIDIR%%/man/man3/MPI_Op_free.3.gz +%%MPIDIR%%/man/man3/MPI_Open_port.3.gz +%%MPIDIR%%/man/man3/MPI_Pack.3.gz +%%MPIDIR%%/man/man3/MPI_Pack_external.3.gz +%%MPIDIR%%/man/man3/MPI_Pack_external_size.3.gz +%%MPIDIR%%/man/man3/MPI_Pack_size.3.gz +%%MPIDIR%%/man/man3/MPI_Pcontrol.3.gz +%%MPIDIR%%/man/man3/MPI_Probe.3.gz +%%MPIDIR%%/man/man3/MPI_Publish_name.3.gz +%%MPIDIR%%/man/man3/MPI_Put.3.gz +%%MPIDIR%%/man/man3/MPI_Query_thread.3.gz +%%MPIDIR%%/man/man3/MPI_Recv.3.gz +%%MPIDIR%%/man/man3/MPI_Recv_init.3.gz +%%MPIDIR%%/man/man3/MPI_Reduce.3.gz +%%MPIDIR%%/man/man3/MPI_Reduce_local.3.gz +%%MPIDIR%%/man/man3/MPI_Reduce_scatter.3.gz +%%MPIDIR%%/man/man3/MPI_Register_datarep.3.gz +%%MPIDIR%%/man/man3/MPI_Request_c2f.3.gz +%%MPIDIR%%/man/man3/MPI_Request_f2c.3.gz +%%MPIDIR%%/man/man3/MPI_Request_free.3.gz +%%MPIDIR%%/man/man3/MPI_Request_get_status.3.gz +%%MPIDIR%%/man/man3/MPI_Rsend.3.gz +%%MPIDIR%%/man/man3/MPI_Rsend_init.3.gz +%%MPIDIR%%/man/man3/MPI_Scan.3.gz +%%MPIDIR%%/man/man3/MPI_Scatter.3.gz +%%MPIDIR%%/man/man3/MPI_Scatterv.3.gz +%%MPIDIR%%/man/man3/MPI_Send.3.gz +%%MPIDIR%%/man/man3/MPI_Send_init.3.gz +%%MPIDIR%%/man/man3/MPI_Sendrecv.3.gz +%%MPIDIR%%/man/man3/MPI_Sendrecv_replace.3.gz +%%MPIDIR%%/man/man3/MPI_Sizeof.3.gz +%%MPIDIR%%/man/man3/MPI_Ssend.3.gz +%%MPIDIR%%/man/man3/MPI_Ssend_init.3.gz +%%MPIDIR%%/man/man3/MPI_Start.3.gz +%%MPIDIR%%/man/man3/MPI_Startall.3.gz +%%MPIDIR%%/man/man3/MPI_Status_c2f.3.gz +%%MPIDIR%%/man/man3/MPI_Status_f2c.3.gz +%%MPIDIR%%/man/man3/MPI_Status_set_cancelled.3.gz +%%MPIDIR%%/man/man3/MPI_Status_set_elements.3.gz +%%MPIDIR%%/man/man3/MPI_Test.3.gz +%%MPIDIR%%/man/man3/MPI_Test_cancelled.3.gz +%%MPIDIR%%/man/man3/MPI_Testall.3.gz +%%MPIDIR%%/man/man3/MPI_Testany.3.gz +%%MPIDIR%%/man/man3/MPI_Testsome.3.gz +%%MPIDIR%%/man/man3/MPI_Topo_test.3.gz +%%MPIDIR%%/man/man3/MPI_Type_c2f.3.gz +%%MPIDIR%%/man/man3/MPI_Type_commit.3.gz +%%MPIDIR%%/man/man3/MPI_Type_contiguous.3.gz +%%MPIDIR%%/man/man3/MPI_Type_create_darray.3.gz +%%MPIDIR%%/man/man3/MPI_Type_create_f90_complex.3.gz +%%MPIDIR%%/man/man3/MPI_Type_create_f90_integer.3.gz +%%MPIDIR%%/man/man3/MPI_Type_create_f90_real.3.gz +%%MPIDIR%%/man/man3/MPI_Type_create_hindexed.3.gz +%%MPIDIR%%/man/man3/MPI_Type_create_hvector.3.gz +%%MPIDIR%%/man/man3/MPI_Type_create_indexed_block.3.gz +%%MPIDIR%%/man/man3/MPI_Type_create_keyval.3.gz +%%MPIDIR%%/man/man3/MPI_Type_create_resized.3.gz +%%MPIDIR%%/man/man3/MPI_Type_create_struct.3.gz +%%MPIDIR%%/man/man3/MPI_Type_create_subarray.3.gz +%%MPIDIR%%/man/man3/MPI_Type_delete_attr.3.gz +%%MPIDIR%%/man/man3/MPI_Type_dup.3.gz +%%MPIDIR%%/man/man3/MPI_Type_extent.3.gz +%%MPIDIR%%/man/man3/MPI_Type_f2c.3.gz +%%MPIDIR%%/man/man3/MPI_Type_free.3.gz +%%MPIDIR%%/man/man3/MPI_Type_free_keyval.3.gz +%%MPIDIR%%/man/man3/MPI_Type_get_attr.3.gz +%%MPIDIR%%/man/man3/MPI_Type_get_contents.3.gz +%%MPIDIR%%/man/man3/MPI_Type_get_envelope.3.gz +%%MPIDIR%%/man/man3/MPI_Type_get_extent.3.gz +%%MPIDIR%%/man/man3/MPI_Type_get_name.3.gz +%%MPIDIR%%/man/man3/MPI_Type_get_true_extent.3.gz +%%MPIDIR%%/man/man3/MPI_Type_hindexed.3.gz +%%MPIDIR%%/man/man3/MPI_Type_hvector.3.gz +%%MPIDIR%%/man/man3/MPI_Type_indexed.3.gz +%%MPIDIR%%/man/man3/MPI_Type_lb.3.gz +%%MPIDIR%%/man/man3/MPI_Type_match_size.3.gz +%%MPIDIR%%/man/man3/MPI_Type_set_attr.3.gz +%%MPIDIR%%/man/man3/MPI_Type_set_name.3.gz +%%MPIDIR%%/man/man3/MPI_Type_size.3.gz +%%MPIDIR%%/man/man3/MPI_Type_struct.3.gz +%%MPIDIR%%/man/man3/MPI_Type_ub.3.gz +%%MPIDIR%%/man/man3/MPI_Type_vector.3.gz +%%MPIDIR%%/man/man3/MPI_Unpack.3.gz +%%MPIDIR%%/man/man3/MPI_Unpack_external.3.gz +%%MPIDIR%%/man/man3/MPI_Unpublish_name.3.gz +%%MPIDIR%%/man/man3/MPI_Wait.3.gz +%%MPIDIR%%/man/man3/MPI_Waitall.3.gz +%%MPIDIR%%/man/man3/MPI_Waitany.3.gz +%%MPIDIR%%/man/man3/MPI_Waitsome.3.gz +%%MPIDIR%%/man/man3/MPI_Win_c2f.3.gz +%%MPIDIR%%/man/man3/MPI_Win_call_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_Win_complete.3.gz +%%MPIDIR%%/man/man3/MPI_Win_create.3.gz +%%MPIDIR%%/man/man3/MPI_Win_create_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_Win_create_keyval.3.gz +%%MPIDIR%%/man/man3/MPI_Win_delete_attr.3.gz +%%MPIDIR%%/man/man3/MPI_Win_f2c.3.gz +%%MPIDIR%%/man/man3/MPI_Win_fence.3.gz +%%MPIDIR%%/man/man3/MPI_Win_free.3.gz +%%MPIDIR%%/man/man3/MPI_Win_free_keyval.3.gz +%%MPIDIR%%/man/man3/MPI_Win_get_attr.3.gz +%%MPIDIR%%/man/man3/MPI_Win_get_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_Win_get_group.3.gz +%%MPIDIR%%/man/man3/MPI_Win_get_name.3.gz +%%MPIDIR%%/man/man3/MPI_Win_lock.3.gz +%%MPIDIR%%/man/man3/MPI_Win_post.3.gz +%%MPIDIR%%/man/man3/MPI_Win_set_attr.3.gz +%%MPIDIR%%/man/man3/MPI_Win_set_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_Win_set_name.3.gz +%%MPIDIR%%/man/man3/MPI_Win_start.3.gz +%%MPIDIR%%/man/man3/MPI_Win_test.3.gz +%%MPIDIR%%/man/man3/MPI_Win_unlock.3.gz +%%MPIDIR%%/man/man3/MPI_Win_wait.3.gz +%%MPIDIR%%/man/man3/MPI_Wtick.3.gz +%%MPIDIR%%/man/man3/MPI_Wtime.3.gz +%%MPIDIR%%/man/man3/OpenMPI.3.gz +%%MPIDIR%%/man/man7/ompi_crcp.7.gz +%%MPIDIR%%/man/man7/opal_crs.7.gz +%%MPIDIR%%/man/man7/orte_filem.7.gz +%%MPIDIR%%/man/man7/orte_hosts.7.gz +%%MPIDIR%%/man/man7/orte_snapc.7.gz %%MPIDIR%%/share/openmpi/amca-param-sets/example.conf %%MPIDIR%%/share/openmpi/help-coll-sync.txt %%MPIDIR%%/share/openmpi/help-dash-host.txt @@ -366,117 +641,187 @@ %%MPIDIR%%/share/openmpi/help-ras-base.txt %%MPIDIR%%/share/openmpi/help-regex.txt %%MPIDIR%%/share/openmpi/help-rmaps_rank_file.txt -%%MPIDIR%%/share/openmpi/mpic++-vt-wrapper-data.txt +%%MPIDIR%%/share/openmpi/mpiCC-wrapper-data.txt %%MPIDIR%%/share/openmpi/mpic++-wrapper-data.txt -%%MPIDIR%%/share/openmpi/mpicc-vt-wrapper-data.txt %%MPIDIR%%/share/openmpi/mpicc-wrapper-data.txt -%%MPIDIR%%/share/openmpi/mpif77-vt-wrapper-data.txt +%%MPIDIR%%/share/openmpi/mpicxx-wrapper-data.txt %%MPIDIR%%/share/openmpi/mpif77-wrapper-data.txt -%%MPIDIR%%/share/openmpi/mpif90-vt-wrapper-data.txt %%MPIDIR%%/share/openmpi/mpif90-wrapper-data.txt -%%MPIDIR%%/share/openmpi/openmpi-valgrind.supp +%%MPIDIR%%/share/open%%MPIDIR%%-valgrind.supp +%%MPIDIR%%/share/openmpi/orteCC-wrapper-data.txt %%MPIDIR%%/share/openmpi/ortec++-wrapper-data.txt %%MPIDIR%%/share/openmpi/ortecc-wrapper-data.txt -%%MPIDIR%%/share/vampirtrace/FILTER.SPEC -%%MPIDIR%%/share/vampirtrace/GROUPS.SPEC -%%MPIDIR%%/share/vampirtrace/METRICS.SPEC -%%MPIDIR%%/share/vampirtrace/config.log -%%MPIDIR%%/share/vampirtrace/doc/ChangeLog -%%MPIDIR%%/share/vampirtrace/doc/LICENSE -%%MPIDIR%%/share/vampirtrace/doc/UserManual.html -%%MPIDIR%%/share/vampirtrace/doc/UserManual.pdf -%%MPIDIR%%/share/vampirtrace/doc/opari/ChangeLog -%%MPIDIR%%/share/vampirtrace/doc/opari/LICENSE -%%MPIDIR%%/share/vampirtrace/doc/opari/Readme.html -%%MPIDIR%%/share/vampirtrace/doc/opari/lacsi01.pdf -%%MPIDIR%%/share/vampirtrace/doc/opari/opari-logo-100.gif -%%MPIDIR%%/share/vampirtrace/doc/otf/ChangeLog -%%MPIDIR%%/share/vampirtrace/doc/otf/LICENSE -%%MPIDIR%%/share/vampirtrace/doc/otf/otfprofile.pdf -%%MPIDIR%%/share/vampirtrace/doc/otf/otfprofile_clustering.pdf -%%MPIDIR%%/share/vampirtrace/doc/otf/otftools.pdf -%%MPIDIR%%/share/vampirtrace/doc/otf/specification.pdf -%%MPIDIR%%/share/vampirtrace/libtool -%%MPIDIR%%/share/vampirtrace/omp.h -%%MPIDIR%%/share/vampirtrace/vtc++-wrapper-data.txt -%%MPIDIR%%/share/vampirtrace/vtcc-wrapper-data.txt -%%MPIDIR%%/share/vampirtrace/vtfort-wrapper-data.txt -%%MPIDIR%%/bin/mpiCC -%%MPIDIR%%/bin/mpiCC-vt -%%MPIDIR%%/bin/mpic++ -%%MPIDIR%%/bin/mpic++-vt -%%MPIDIR%%/bin/mpicc -%%MPIDIR%%/bin/mpicc-vt -%%MPIDIR%%/bin/mpicxx -%%MPIDIR%%/bin/mpicxx-vt -%%MPIDIR%%/bin/mpiexec -%%MPIDIR%%/bin/mpif77 -%%MPIDIR%%/bin/mpif77-vt -%%MPIDIR%%/bin/mpif90 -%%MPIDIR%%/bin/mpif90-vt -%%MPIDIR%%/bin/mpirun -%%MPIDIR%%/bin/ompi-clean -%%MPIDIR%%/bin/ompi-iof -%%MPIDIR%%/bin/ompi-ps -%%MPIDIR%%/bin/ompi-top -%%MPIDIR%%/bin/orteCC -%%MPIDIR%%/bin/ortec++ -%%MPIDIR%%/bin/ortecc -%%MPIDIR%%/bin/otfdecompress -%%MPIDIR%%/bin/vtCC -%%MPIDIR%%/bin/vtc++ -%%MPIDIR%%/bin/vtcc -%%MPIDIR%%/bin/vtcxx -%%MPIDIR%%/bin/vtf77 -%%MPIDIR%%/bin/vtf90 -%%MPIDIR%%/bin/vtfiltergen -%%MPIDIR%%/bin/vtfiltergen-mpi -%%MPIDIR%%/bin/vtfort -%%MPIDIR%%/lib/libmca_common_sm.so -%%MPIDIR%%/lib/libmpi.so -%%MPIDIR%%/lib/libmpi_cxx.so -%%MPIDIR%%/lib/libmpi_f77.so -%%MPIDIR%%/lib/libmpi_f90.so -%%MPIDIR%%/lib/libompitrace.so -%%MPIDIR%%/lib/libopen-pal.so -%%MPIDIR%%/lib/libopen-rte.so -%%MPIDIR%%/lib/libotfaux.so -%%MPIDIR%%/lib/libvt-hyb.so -%%MPIDIR%%/lib/libvt-mpi-unify.so -%%MPIDIR%%/lib/libvt-mpi.so -%%MPIDIR%%/lib/libvt-mt.so -%%MPIDIR%%/lib/libvt.so -%%MPIDIR%%/share/openmpi/mpiCC-vt-wrapper-data.txt -%%MPIDIR%%/share/openmpi/mpiCC-wrapper-data.txt -%%MPIDIR%%/share/openmpi/mpicxx-vt-wrapper-data.txt -%%MPIDIR%%/share/openmpi/mpicxx-wrapper-data.txt -%%MPIDIR%%/share/openmpi/orteCC-wrapper-data.txt -%%MPIDIR%%/share/vampirtrace/vtCC-wrapper-data.txt -%%MPIDIR%%/share/vampirtrace/vtcxx-wrapper-data.txt -%%MPIDIR%%/share/vampirtrace/vtf77-wrapper-data.txt -%%MPIDIR%%/share/vampirtrace/vtf90-wrapper-data.txt -@dirrm %%MPIDIR%%/share/vampirtrace/doc/otf -@dirrm %%MPIDIR%%/share/vampirtrace/doc/opari -@dirrm %%MPIDIR%%/share/vampirtrace/doc -@dirrm %%MPIDIR%%/share/vampirtrace -@dirrm %%MPIDIR%%/share/openmpi/amca-param-sets -@dirrm %%MPIDIR%%/share/openmpi -@dirrm %%MPIDIR%%/share -@dirrm %%MPIDIR%%/man/man7 -@dirrm %%MPIDIR%%/man/man3 -@dirrm %%MPIDIR%%/man/man1 -@dirrm %%MPIDIR%%/man -@dirrm %%MPIDIR%%/lib/openmpi -@dirrm %%MPIDIR%%/lib/pkgconfig -@dirrm %%MPIDIR%%/lib -@dirrm %%MPIDIR%%/include/vampirtrace/open-trace-format -@dirrm %%MPIDIR%%/include/vampirtrace -@dirrm %%MPIDIR%%/include/openmpi/ompi/mpi/cxx -@dirrm %%MPIDIR%%/include/openmpi/ompi/mpi -@dirrm %%MPIDIR%%/include/openmpi/ompi -@dirrm %%MPIDIR%%/include/openmpi -@dirrm %%MPIDIR%%/include -@dirrm %%MPIDIR%%/etc -@dirrm %%MPIDIR%%/bin +%%VT%%%%MPIDIR%%/bin/mpiCC-vt +%%VT%%%%MPIDIR%%/bin/mpic++-vt +%%VT%%%%MPIDIR%%/bin/mpicc-vt +%%VT%%%%MPIDIR%%/bin/mpicxx-vt +%%VT%%%%MPIDIR%%/bin/mpif77-vt +%%VT%%%%MPIDIR%%/bin/mpif90-vt +%%VT%%%%MPIDIR%%/bin/opari +%%VT%%%%MPIDIR%%/bin/otfaux +%%VT%%%%MPIDIR%%/bin/otfcompress +%%VT%%%%MPIDIR%%/bin/otfconfig +%%VT%%%%MPIDIR%%/bin/otfdecompress +%%VT%%%%MPIDIR%%/bin/otfinfo +%%VT%%%%MPIDIR%%/bin/otfmerge +%%VT%%%%MPIDIR%%/bin/otfmerge-mpi +%%VT%%%%MPIDIR%%/bin/otfprint +%%VT%%%%MPIDIR%%/bin/otfprofile +%%VT%%%%MPIDIR%%/bin/otfprofile-mpi +%%VT%%%%MPIDIR%%/bin/otfshrink +%%VT%%%%MPIDIR%%/bin/vtCC +%%VT%%%%MPIDIR%%/bin/vtc++ +%%VT%%%%MPIDIR%%/bin/vtcc +%%VT%%%%MPIDIR%%/bin/vtcxx +%%VT%%%%MPIDIR%%/bin/vtf77 +%%VT%%%%MPIDIR%%/bin/vtf90 +%%VT%%%%MPIDIR%%/bin/vtfilter +%%VT%%%%MPIDIR%%/bin/vtfilter-mpi +%%VT%%%%MPIDIR%%/bin/vtfiltergen +%%VT%%%%MPIDIR%%/bin/vtfiltergen-mpi +%%VT%%%%MPIDIR%%/bin/vtfort +%%VT%%%%MPIDIR%%/bin/vtrun +%%VT%%%%MPIDIR%%/bin/vtsetup +%%VT%%%%MPIDIR%%/bin/vtsetup.jar +%%VT%%%%MPIDIR%%/bin/vtunify +%%VT%%%%MPIDIR%%/bin/vtunify-mpi +%%VT%%%%MPIDIR%%/bin/vtwrapper +%%VT%%%%MPIDIR%%/etc/vtsetup-config.dtd +%%VT%%%%MPIDIR%%/etc/vtsetup-config.xml +%%VT%%%%MPIDIR%%/include/vampirtrace/opari_omp.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTFAUX_MsgMatching.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTFAUX_State.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTFAUX_Thumbnail.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_CopyHandler.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_CopyHandler_stream.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_Definitions.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_Errno.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_File.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_FileManager.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_File_iofsl.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_Filenames.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_HandlerArray.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_KeyValue.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_MasterControl.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_RBuffer.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_RStream.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_Reader.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_Version.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_WBuffer.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_WStream.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_Writer.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_inttypes.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_inttypes_unix.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/otf.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/otfaux.h +%%VT%%%%MPIDIR%%/include/vampirtrace/pomp_lib.h +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_inttypes.h +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user.h +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user.inc +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_comment.h +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_comment.inc +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_control.h +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_control.inc +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_count.h +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_count.inc +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_marker.h +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_marker.inc +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_message.h +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_message.inc +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_region.h +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_region.inc +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_wrap_pthread.h +%%VT%%%%MPIDIR%%/lib/libopen-trace-format.a +%%VT%%%%MPIDIR%%/lib/libopen-trace-format.la +%%VT%%%%MPIDIR%%/lib/libopen-trace-format.so +%%VT%%%%MPIDIR%%/lib/libopen-trace-format.so.1 +%%VT%%%%MPIDIR%%/lib/libotfaux.a +%%VT%%%%MPIDIR%%/lib/libotfaux.la +%%VT%%%%MPIDIR%%/lib/libotfaux.so +%%VT%%%%MPIDIR%%/lib/libotfaux.so.0 +%%VT%%%%MPIDIR%%/lib/libvt-hyb.a +%%VT%%%%MPIDIR%%/lib/libvt-hyb.la +%%VT%%%%MPIDIR%%/lib/libvt-hyb.so +%%VT%%%%MPIDIR%%/lib/libvt-hyb.so.0 +%%VT%%%%MPIDIR%%/lib/libvt-mpi-unify.a +%%VT%%%%MPIDIR%%/lib/libvt-mpi-unify.la +%%VT%%%%MPIDIR%%/lib/libvt-mpi-unify.so +%%VT%%%%MPIDIR%%/lib/libvt-mpi-unify.so.0 +%%VT%%%%MPIDIR%%/lib/libvt-mpi.a +%%VT%%%%MPIDIR%%/lib/libvt-mpi.la +%%VT%%%%MPIDIR%%/lib/libvt-mpi.so +%%VT%%%%MPIDIR%%/lib/libvt-mpi.so.0 +%%VT%%%%MPIDIR%%/lib/libvt-mt.a +%%VT%%%%MPIDIR%%/lib/libvt-mt.la +%%VT%%%%MPIDIR%%/lib/libvt-mt.so +%%VT%%%%MPIDIR%%/lib/libvt-mt.so.0 +%%VT%%%%MPIDIR%%/lib/libvt-pomp.a +%%VT%%%%MPIDIR%%/lib/libvt-pomp.la +%%VT%%%%MPIDIR%%/lib/libvt.a +%%VT%%%%MPIDIR%%/lib/libvt.la +%%VT%%%%MPIDIR%%/lib/libvt.so +%%VT%%%%MPIDIR%%/lib/libvt.so.0 +%%VT%%%%MPIDIR%%/share/openmpi/mpiCC-vt-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/openmpi/mpic++-vt-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/openmpi/mpicc-vt-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/openmpi/mpicxx-vt-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/openmpi/mpif77-vt-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/openmpi/mpif90-vt-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/vampirtrace/FILTER.SPEC +%%VT%%%%MPIDIR%%/share/vampirtrace/GROUPS.SPEC +%%VT%%%%MPIDIR%%/share/vampirtrace/METRICS.SPEC +%%VT%%%%MPIDIR%%/share/vampirtrace/config.log +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/ChangeLog +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/LICENSE +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/UserManual.html +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/UserManual.pdf +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/opari/ChangeLog +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/opari/LICENSE +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/opari/Readme.html +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/opari/lacsi01.pdf +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/opari/opari-logo-100.gif +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/otf/ChangeLog +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/otf/LICENSE +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/otf/otfprofile.pdf +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/otf/otfprofile_clustering.pdf +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/otf/otftools.pdf +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/otf/specification.pdf +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/vtsetup/ChangeLog +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/vtsetup/LICENSE +%%VT%%%%MPIDIR%%/share/vampirtrace/libtool +%%VT%%%%MPIDIR%%/share/vampirtrace/omp.h +%%VT%%%%MPIDIR%%/share/vampirtrace/vtCC-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/vampirtrace/vtc++-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/vampirtrace/vtcc-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/vampirtrace/vtcxx-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/vampirtrace/vtf77-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/vampirtrace/vtf90-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/vampirtrace/vtfort-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/vampirtrace/vtsetup-data.dtd +%%VT%%%%MPIDIR%%/share/vampirtrace/vtsetup-data.xml +%%VT%%@dirrmtry %%MPIDIR%%/share/vampirtrace/doc/vtsetup +%%VT%%@dirrmtry %%MPIDIR%%/share/vampirtrace/doc/otf +%%VT%%@dirrmtry %%MPIDIR%%/share/vampirtrace/doc/opari +%%VT%%@dirrmtry %%MPIDIR%%/share/vampirtrace/doc +%%VT%%@dirrmtry %%MPIDIR%%/share/vampirtrace +%%VT%%@dirrmtry %%MPIDIR%%/include/vampirtrace/open-trace-format +%%VT%%@dirrmtry %%MPIDIR%%/include/vampirtrace +@dirrmtry %%MPIDIR%%/share/openmpi/amca-param-sets +@dirrmtry %%MPIDIR%%/share/openmpi +@dirrmtry %%MPIDIR%%/share +@dirrmtry %%MPIDIR%%/man/man7 +@dirrmtry %%MPIDIR%%/man/man3 +@dirrmtry %%MPIDIR%%/man/man1 +@dirrmtry %%MPIDIR%%/man +@dirrmtry %%MPIDIR%%/lib/pkgconfig +@dirrmtry %%MPIDIR%%/lib/openmpi +@dirrmtry %%MPIDIR%%/lib +@dirrmtry %%MPIDIR%%/include/openmpi/ompi/mpi/cxx +@dirrmtry %%MPIDIR%%/include/openmpi/ompi/mpi +@dirrmtry %%MPIDIR%%/include/openmpi/ompi +@dirrmtry %%MPIDIR%%/include/openmpi +@dirrmtry %%MPIDIR%%/include +@dirrmtry %%MPIDIR%%/etc +@dirrmtry %%MPIDIR%%/bin @dirrmtry %%MPIDIR%% @dirrmtry %%MPIBASE%% From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 16:08:00 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 ESMTPS id BD47FE16; Thu, 28 Nov 2013 16:08:00 +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 A9CD016A5; Thu, 28 Nov 2013 16:08:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASG80CA002329; Thu, 28 Nov 2013 16:08:00 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASG80uD002326; Thu, 28 Nov 2013 16:08:00 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311281608.rASG80uD002326@svn.freebsd.org> From: Kubilay Kocak Date: Thu, 28 Nov 2013 16:08:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335105 - head/net/libzmq4 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.16 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: Thu, 28 Nov 2013 16:08:00 -0000 Author: koobs Date: Thu Nov 28 16:07:59 2013 New Revision: 335105 URL: http://svnweb.freebsd.org/changeset/ports/335105 Log: net/libzmq4: Update to 4.0.3 - Update to 4.0.3 Modified: head/net/libzmq4/Makefile head/net/libzmq4/distinfo Modified: head/net/libzmq4/Makefile ============================================================================== --- head/net/libzmq4/Makefile Thu Nov 28 15:58:45 2013 (r335104) +++ head/net/libzmq4/Makefile Thu Nov 28 16:07:59 2013 (r335105) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libzmq4 -PORTVERSION= 4.0.2 +PORTVERSION= 4.0.3 CATEGORIES= net MASTER_SITES= http://download.zeromq.org/ DISTNAME= zeromq-${DISTVERSION} Modified: head/net/libzmq4/distinfo ============================================================================== --- head/net/libzmq4/distinfo Thu Nov 28 15:58:45 2013 (r335104) +++ head/net/libzmq4/distinfo Thu Nov 28 16:07:59 2013 (r335105) @@ -1,2 +1,2 @@ -SHA256 (zeromq-4.0.2.tar.gz) = c8b2b1e8fe47fd6e1ca710ba68d71086ddb323e8ab5c5bd96155390dc5c8d75a -SIZE (zeromq-4.0.2.tar.gz) = 2168988 +SHA256 (zeromq-4.0.3.tar.gz) = 57fa9205bda2813c6f7645d1d6016838d27bac833c1edebaecc7f3626144711a +SIZE (zeromq-4.0.3.tar.gz) = 2169301 From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 16:08:37 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 ESMTPS id 28F0EF00; Thu, 28 Nov 2013 16:08:37 +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 12ABB16A9; Thu, 28 Nov 2013 16:08:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASG8ass002615; Thu, 28 Nov 2013 16:08:36 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASG8YW8002601; Thu, 28 Nov 2013 16:08:34 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201311281608.rASG8YW8002601@svn.freebsd.org> From: Li-Wen Hsu Date: Thu, 28 Nov 2013 16:08:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335106 - in head: devel/py-twisted devel/py-twistedCore devel/py-twistedRunner dns/py-twistedNames mail/py-twistedMail net-im/py-twistedWords net/py-twistedPair news/py-twistedNews sec... 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.16 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: Thu, 28 Nov 2013 16:08:37 -0000 Author: lwhsu Date: Thu Nov 28 16:08:33 2013 New Revision: 335106 URL: http://svnweb.freebsd.org/changeset/ports/335106 Log: - Support STAGEDIR Modified: head/devel/py-twisted/Makefile head/devel/py-twistedCore/Makefile head/devel/py-twistedCore/pkg-plist head/devel/py-twistedRunner/Makefile head/dns/py-twistedNames/Makefile head/mail/py-twistedMail/Makefile head/net-im/py-twistedWords/Makefile head/net/py-twistedPair/Makefile head/news/py-twistedNews/Makefile head/security/py-twistedConch/Makefile head/textproc/py-twistedLore/Makefile head/www/py-twistedWeb/Makefile Modified: head/devel/py-twisted/Makefile ============================================================================== --- head/devel/py-twisted/Makefile Thu Nov 28 16:07:59 2013 (r335105) +++ head/devel/py-twisted/Makefile Thu Nov 28 16:08:33 2013 (r335106) @@ -16,7 +16,6 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore NO_BUILD= yes -NO_STAGE= yes USE_PYTHON= -2.7 PYDISTUTILS_NOEGGINFO= yes Modified: head/devel/py-twistedCore/Makefile ============================================================================== --- head/devel/py-twistedCore/Makefile Thu Nov 28 16:07:59 2013 (r335105) +++ head/devel/py-twistedCore/Makefile Thu Nov 28 16:08:33 2013 (r335106) @@ -22,7 +22,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} # Twisted, but the user should feel free to install x11-toolits/py-gnome # separately if desired. -NO_STAGE= yes USE_BZIP2= yes USE_PYTHON= -2.7 USE_PYDISTUTILS=yes @@ -32,9 +31,6 @@ REINPLACE_ARGS= -i '' MAN1= manhole.1 pyhtmlizer.1 tap2deb.1 tap2rpm.1 tapconvert.1 trial.1 twistd.1 post-install: -# permission safeness - @${CHMOD} -R ${SHAREMODE} ${PYTHONPREFIX_SITELIBDIR}/twisted/ - @${CHMOD} -R a+X ${PYTHONPREFIX_SITELIBDIR}/twisted/ - cd ${WRKSRC}/doc/man/ && ${INSTALL_MAN} ${MAN1} ${MANPREFIX}/man/man1/ + cd ${WRKSRC}/doc/man/ && ${INSTALL_MAN} ${MAN1} ${STAGEDIR}${MANPREFIX}/man/man1/ .include Modified: head/devel/py-twistedCore/pkg-plist ============================================================================== --- head/devel/py-twistedCore/pkg-plist Thu Nov 28 16:07:59 2013 (r335105) +++ head/devel/py-twistedCore/pkg-plist Thu Nov 28 16:08:33 2013 (r335106) @@ -5,6 +5,13 @@ bin/tap2rpm bin/tapconvert bin/trial bin/twistd +man/man1/manhole.1.gz +man/man1/pyhtmlizer.1.gz +man/man1/tap2deb.1.gz +man/man1/tap2rpm.1.gz +man/man1/tapconvert.1.gz +man/man1/trial.1.gz +man/man1/twistd.1.gz %%PYTHON_SITELIBDIR%%/twisted/__init__.py %%PYTHON_SITELIBDIR%%/twisted/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/__init__.pyo Modified: head/devel/py-twistedRunner/Makefile ============================================================================== --- head/devel/py-twistedRunner/Makefile Thu Nov 28 16:07:59 2013 (r335105) +++ head/devel/py-twistedRunner/Makefile Thu Nov 28 16:08:33 2013 (r335106) @@ -22,5 +22,4 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} -NO_STAGE= yes .include Modified: head/dns/py-twistedNames/Makefile ============================================================================== --- head/dns/py-twistedNames/Makefile Thu Nov 28 16:07:59 2013 (r335105) +++ head/dns/py-twistedNames/Makefile Thu Nov 28 16:08:33 2013 (r335106) @@ -22,5 +22,4 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} -NO_STAGE= yes .include Modified: head/mail/py-twistedMail/Makefile ============================================================================== --- head/mail/py-twistedMail/Makefile Thu Nov 28 16:07:59 2013 (r335105) +++ head/mail/py-twistedMail/Makefile Thu Nov 28 16:08:33 2013 (r335106) @@ -23,5 +23,4 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} -NO_STAGE= yes .include Modified: head/net-im/py-twistedWords/Makefile ============================================================================== --- head/net-im/py-twistedWords/Makefile Thu Nov 28 16:07:59 2013 (r335105) +++ head/net-im/py-twistedWords/Makefile Thu Nov 28 16:08:33 2013 (r335106) @@ -22,5 +22,4 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} -NO_STAGE= yes .include Modified: head/net/py-twistedPair/Makefile ============================================================================== --- head/net/py-twistedPair/Makefile Thu Nov 28 16:07:59 2013 (r335105) +++ head/net/py-twistedPair/Makefile Thu Nov 28 16:08:33 2013 (r335106) @@ -22,5 +22,4 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} -NO_STAGE= yes .include Modified: head/news/py-twistedNews/Makefile ============================================================================== --- head/news/py-twistedNews/Makefile Thu Nov 28 16:07:59 2013 (r335105) +++ head/news/py-twistedNews/Makefile Thu Nov 28 16:08:33 2013 (r335106) @@ -22,5 +22,4 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} -NO_STAGE= yes .include Modified: head/security/py-twistedConch/Makefile ============================================================================== --- head/security/py-twistedConch/Makefile Thu Nov 28 16:07:59 2013 (r335105) +++ head/security/py-twistedConch/Makefile Thu Nov 28 16:08:33 2013 (r335106) @@ -18,7 +18,6 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tw RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1 \ ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore -NO_STAGE= yes USE_BZIP2= yes USE_PYTHON= -2.7 USE_PYDISTUTILS=yes Modified: head/textproc/py-twistedLore/Makefile ============================================================================== --- head/textproc/py-twistedLore/Makefile Thu Nov 28 16:07:59 2013 (r335105) +++ head/textproc/py-twistedLore/Makefile Thu Nov 28 16:08:33 2013 (r335106) @@ -22,5 +22,4 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} -NO_STAGE= yes .include Modified: head/www/py-twistedWeb/Makefile ============================================================================== --- head/www/py-twistedWeb/Makefile Thu Nov 28 16:07:59 2013 (r335105) +++ head/www/py-twistedWeb/Makefile Thu Nov 28 16:08:33 2013 (r335106) @@ -22,5 +22,4 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} -NO_STAGE= yes .include From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 16:49:33 2013 Return-Path: Delivered-To: svn-ports-head@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 48DEC5FE; Thu, 28 Nov 2013 16:49:33 +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 351181899; Thu, 28 Nov 2013 16:49:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASGnWBo016002; Thu, 28 Nov 2013 16:49:32 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASGnW0s015998; Thu, 28 Nov 2013 16:49:32 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201311281649.rASGnW0s015998@svn.freebsd.org> From: Mathieu Arnold Date: Thu, 28 Nov 2013 16:49:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335107 - in head: devel/piklab games/cre sysutils/megarc 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.16 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: Thu, 28 Nov 2013 16:49:33 -0000 Author: mat Date: Thu Nov 28 16:49:31 2013 New Revision: 335107 URL: http://svnweb.freebsd.org/changeset/ports/335107 Log: Fixup the dos2unix conversion. Modified: head/devel/piklab/Makefile head/games/cre/Makefile head/sysutils/megarc/Makefile Modified: head/devel/piklab/Makefile ============================================================================== --- head/devel/piklab/Makefile Thu Nov 28 16:08:33 2013 (r335106) +++ head/devel/piklab/Makefile Thu Nov 28 16:49:31 2013 (r335107) @@ -15,7 +15,7 @@ OPTIONS_DEFINE= KDE4 OPTIONS_DEFAULT=KDE4 USE_BZIP2= yes -DOS2UNIX_FILES= Piklab.cmake +DOS2UNIX_FILES= cmake/Piklab.cmake USE_QT4= corelib gui qt3support qtestlib xml \ moc_build qmake_build rcc_build uic_build USES= cmake gettext readline dos2unix Modified: head/games/cre/Makefile ============================================================================== --- head/games/cre/Makefile Thu Nov 28 16:08:33 2013 (r335106) +++ head/games/cre/Makefile Thu Nov 28 16:49:31 2013 (r335107) @@ -14,7 +14,7 @@ COMMENT= Corewars Redcode Evolver LICENSE= GPLv2 USES= dos2unix -DOS2UNIX_FILES= *.txt +DOS2UNIX_GLOB= *.txt NO_WRKSUBDIR= yes BUILD_WRKSRC= ${WRKSRC}/src Modified: head/sysutils/megarc/Makefile ============================================================================== --- head/sysutils/megarc/Makefile Thu Nov 28 16:08:33 2013 (r335106) +++ head/sysutils/megarc/Makefile Thu Nov 28 16:49:31 2013 (r335107) @@ -12,7 +12,7 @@ COMMENT= LSI Logic's MegaRAID controllin USES= dos2unix USE_ZIP= yes -DOS2UNIX_FILES= Release\ History.txt +DOS2UNIX_GLOB= *.txt NO_BUILD= yes NO_WRKSUBDIR= yes From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 17:14:07 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 ESMTPS id C21759BE; Thu, 28 Nov 2013 17:14:07 +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 AE49519C3; Thu, 28 Nov 2013 17:14:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASHE7J2025727; Thu, 28 Nov 2013 17:14:07 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASHE7Ej025725; Thu, 28 Nov 2013 17:14:07 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201311281714.rASHE7Ej025725@svn.freebsd.org> From: Juergen Lock Date: Thu, 28 Nov 2013 17:14:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335108 - in head/graphics/goom: . 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.16 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: Thu, 28 Nov 2013 17:14:07 -0000 Author: nox Date: Thu Nov 28 17:14:06 2013 New Revision: 335108 URL: http://svnweb.freebsd.org/changeset/ports/335108 Log: - Fix build with clang on i386. - Remove USE_GCC. - No PORTREVISION bump as there should be no functional change. Submitted by: dim Obtained from: multimedia/gstreamer-plugins-good/files/patch-gst_goom_mmx.h Added: head/graphics/goom/files/ head/graphics/goom/files/patch-src-mmx.h (contents, props changed) Modified: head/graphics/goom/Makefile Modified: head/graphics/goom/Makefile ============================================================================== --- head/graphics/goom/Makefile Thu Nov 28 16:49:31 2013 (r335107) +++ head/graphics/goom/Makefile Thu Nov 28 17:14:06 2013 (r335108) @@ -40,8 +40,4 @@ pre-everything:: BROKEN= Does not compile on powerpc .endif -.if ${ARCH} == "i386" -USE_GCC= any -.endif - .include Added: head/graphics/goom/files/patch-src-mmx.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/goom/files/patch-src-mmx.h Thu Nov 28 17:14:06 2013 (r335108) @@ -0,0 +1,18 @@ +--- src/mmx.h.orig ++++ src/mmx.h +@@ -715,13 +715,13 @@ void zoom_filter_xmmx (int prevX, int pr + { \ + printf("emms()\n"); \ + __asm__ __volatile__ ("emms" \ +- "st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)"); \ ++ "st","st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)"); \ + } + + #else + + #define emms() __asm__ __volatile__ ("emms"::: \ +- "st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)") ++ "st","st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)") + + #endif + From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 17:18:15 2013 Return-Path: Delivered-To: svn-ports-head@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 66A7EB20; Thu, 28 Nov 2013 17:18:15 +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 51F1819F7; Thu, 28 Nov 2013 17:18:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASHIFe9026297; Thu, 28 Nov 2013 17:18:15 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASHIFIE026295; Thu, 28 Nov 2013 17:18:15 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201311281718.rASHIFIE026295@svn.freebsd.org> From: Juergen Lock Date: Thu, 28 Nov 2013 17:18:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335109 - head/multimedia/libxine/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.16 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: Thu, 28 Nov 2013 17:18:15 -0000 Author: nox Date: Thu Nov 28 17:18:14 2013 New Revision: 335109 URL: http://svnweb.freebsd.org/changeset/ports/335109 Log: - Sync goom emms clang patch with the one from multimedia/gstreamer-plugins-good, removing #ifdef __clang__. - No PORTREVISION bump as there should be no functional change. Submitted by: dim Obtained from: multimedia/gstreamer-plugins-good/files/patch-gst_goom_mmx.h Modified: head/multimedia/libxine/files/patch-src-post-goom-mmx.h Modified: head/multimedia/libxine/files/patch-src-post-goom-mmx.h ============================================================================== --- head/multimedia/libxine/files/patch-src-post-goom-mmx.h Thu Nov 28 17:14:06 2013 (r335108) +++ head/multimedia/libxine/files/patch-src-post-goom-mmx.h Thu Nov 28 17:18:14 2013 (r335109) @@ -1,32 +1,18 @@ --- src/post/goom/mmx.h.orig +++ src/post/goom/mmx.h -@@ -721,17 +721,29 @@ void zoom_filter_xmmx (int prevX, int pr - */ - #ifdef MMX_TRACE - -+#ifdef __clang__ -+#define emms() \ -+ { \ -+ printf("emms()\n"); \ -+ __asm__ __volatile__ ("emms"); \ -+ } -+#else - #define emms() \ +@@ -725,13 +725,13 @@ void zoom_filter_xmmx (int prevX, int pr { \ printf("emms()\n"); \ __asm__ __volatile__ ("emms" \ - "st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)"); \ +- "st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)"); \ ++ "st","st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)"); \ } -+#endif #else -+#ifdef __clang__ -+#define emms() __asm__ __volatile__ ("emms") -+#else #define emms() __asm__ __volatile__ ("emms"::: \ - "st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)") -+#endif +- "st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)") ++ "st","st(1)","st(2)","st(3)","st(4)","st(5)","st(6)","st(7)") #endif From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 17:23:15 2013 Return-Path: Delivered-To: svn-ports-head@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 BE874C4D; Thu, 28 Nov 2013 17:23:15 +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 AB6201A37; Thu, 28 Nov 2013 17:23:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASHNFCG028997; Thu, 28 Nov 2013 17:23:15 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASHNFCg028996; Thu, 28 Nov 2013 17:23:15 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311281723.rASHNFCg028996@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 28 Nov 2013 17:23:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335110 - head/net-mgmt/ng_ipacct 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.16 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: Thu, 28 Nov 2013 17:23:15 -0000 Author: bapt Date: Thu Nov 28 17:23:15 2013 New Revision: 335110 URL: http://svnweb.freebsd.org/changeset/ports/335110 Log: Allow building as a user Modified: head/net-mgmt/ng_ipacct/Makefile Modified: head/net-mgmt/ng_ipacct/Makefile ============================================================================== --- head/net-mgmt/ng_ipacct/Makefile Thu Nov 28 17:18:14 2013 (r335109) +++ head/net-mgmt/ng_ipacct/Makefile Thu Nov 28 17:23:15 2013 (r335110) @@ -13,14 +13,13 @@ COMMENT= Netgraph IP accounting LICENSE= BSD -USES= kmod +USES= kmod uidfix MAKE_ENV= BINDIR="${PREFIX}/sbin" KMODDIR=${KMODDIR} NO_XREF=yes USE_RC_SUBR= ng_ipacct SUB_FILES= pkg-message CFLAGS+= -DMEM_USE_ZONE -NEED_ROOT= yes post-extract: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} @@ -30,6 +29,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/ng_ipacct/ng_ipacct.h ${STAGEDIR}${PREFIX}/include/netgraph ${INSTALL_DATA} ${FILESDIR}/ng_ipacct.conf \ ${STAGEDIR}${PREFIX}/etc/ng_ipacct.conf.sample - @${CAT} ${PKGMESSAGE} .include From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 17:42:53 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 ESMTPS id A8F90F1B; Thu, 28 Nov 2013 17:42:53 +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 94BA81B25; Thu, 28 Nov 2013 17:42:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASHgrdD035375; Thu, 28 Nov 2013 17:42:53 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASHgruG035374; Thu, 28 Nov 2013 17:42:53 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311281742.rASHgruG035374@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Thu, 28 Nov 2013 17:42:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335111 - head/lang/basic256 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.16 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: Thu, 28 Nov 2013 17:42:53 -0000 Author: danilo Date: Thu Nov 28 17:42:53 2013 New Revision: 335111 URL: http://svnweb.freebsd.org/changeset/ports/335111 Log: - Add the do-configure target PR: ports/184333 Submitted by: Fernando (maintainer) Modified: head/lang/basic256/Makefile Modified: head/lang/basic256/Makefile ============================================================================== --- head/lang/basic256/Makefile Thu Nov 28 17:23:15 2013 (r335110) +++ head/lang/basic256/Makefile Thu Nov 28 17:42:53 2013 (r335111) @@ -24,6 +24,10 @@ USE_QT4= corelib gui network xml webkit MAKE_JOBS_UNSAFE= yes +do-configure: + @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ + ${QMAKE} "PREFIX=${PREFIX}" BASIC256.pro + post-patch: @${REINPLACE_CMD} -e 's/mutex/mymutex/' ${WRKSRC}/*.cpp @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/BASIC256.pro From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 17:49:06 2013 Return-Path: Delivered-To: svn-ports-head@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 25655F7; Thu, 28 Nov 2013 17:49:06 +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 E97A91B65; Thu, 28 Nov 2013 17:49:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASHn5GM036203; Thu, 28 Nov 2013 17:49:05 GMT (envelope-from alexey@svn.freebsd.org) Received: (from alexey@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASHn50H036199; Thu, 28 Nov 2013 17:49:05 GMT (envelope-from alexey@svn.freebsd.org) Message-Id: <201311281749.rASHn50H036199@svn.freebsd.org> From: Alexey Degtyarev Date: Thu, 28 Nov 2013 17:49:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335112 - in head/net-mgmt/grepcidr: . 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.16 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: Thu, 28 Nov 2013 17:49:06 -0000 Author: alexey Date: Thu Nov 28 17:49:05 2013 New Revision: 335112 URL: http://svnweb.freebsd.org/changeset/ports/335112 Log: * Update to 1.4 * STAGE support Approved by: wg (mentor) Deleted: head/net-mgmt/grepcidr/files/ Modified: head/net-mgmt/grepcidr/Makefile (contents, props changed) head/net-mgmt/grepcidr/distinfo (contents, props changed) head/net-mgmt/grepcidr/pkg-descr (contents, props changed) Modified: head/net-mgmt/grepcidr/Makefile ============================================================================== --- head/net-mgmt/grepcidr/Makefile Thu Nov 28 17:42:53 2013 (r335111) +++ head/net-mgmt/grepcidr/Makefile Thu Nov 28 17:49:05 2013 (r335112) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= grepcidr -PORTVERSION= 1.3 -PORTREVISION= 1 +PORTVERSION= 1.4 CATEGORIES= net-mgmt textproc MASTER_SITES= http://www.pc-tools.net/files/unix/ \ ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ @@ -11,14 +10,19 @@ MASTER_SITES= http://www.pc-tools.net/fi MAINTAINER= alexey@renatasystems.org COMMENT= Filter IP addresses matching IPv4 CIDR/network specification -PLIST_FILES= bin/grepcidr +LICENSE= GPLv2 + +USES= gmake + +PLIST_FILES= bin/grepcidr \ + man/man1/grepcidr.1.gz -NO_STAGE= yes do-configure: - @${REINPLACE_CMD} \ - -e 's|/usr/local/bin|${PREFIX}/bin|' \ - -e 's|-s -O3 -Wall -pedantic|${CFLAGS} -DHAVE_STRING_H|' \ - -e 's|gcc|${CC}|' \ + ${REINPLACE_CMD} \ + -e 's|PREFIX=.*|PREFIX=${PREFIX}|' \ + -e 's|CFLAGS=.*|CFLAGS=${CFLAGS}|' \ + -e 's|DESTDIR=.*|DESTDIR=${STAGEDIR}|' \ + -e 's|MANDIR=.*|MANDIR=${MANPREFIX}/man|' \ ${WRKSRC}/Makefile .include Modified: head/net-mgmt/grepcidr/distinfo ============================================================================== --- head/net-mgmt/grepcidr/distinfo Thu Nov 28 17:42:53 2013 (r335111) +++ head/net-mgmt/grepcidr/distinfo Thu Nov 28 17:49:05 2013 (r335112) @@ -1,2 +1,2 @@ -SHA256 (grepcidr-1.3.tar.gz) = 2bef080fe2efd9d82326fa41f3b1cca6b7ecbdac7b3c53f3db8fe0da5ab8fb81 -SIZE (grepcidr-1.3.tar.gz) = 21691 +SHA256 (grepcidr-1.4.tar.gz) = 0feca6a6905ab293d15a77ef5956bf58ae5dea8d88eb63c06c8024e9441bdb3b +SIZE (grepcidr-1.4.tar.gz) = 13806 Modified: head/net-mgmt/grepcidr/pkg-descr ============================================================================== --- head/net-mgmt/grepcidr/pkg-descr Thu Nov 28 17:42:53 2013 (r335111) +++ head/net-mgmt/grepcidr/pkg-descr Thu Nov 28 17:49:05 2013 (r335112) @@ -11,4 +11,4 @@ filtering and processing, network securi custom applications. Author: Jem Berkes -WWW: http://www.pc-tools.net/unix/grepcidr/ +WWW: http://www.pc-tools.net/unix/grepcidr/ From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 17:50:00 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 ESMTPS id 2CE741DB; Thu, 28 Nov 2013 17:50:00 +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 197D01B71; Thu, 28 Nov 2013 17:50:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASHnxVe036343; Thu, 28 Nov 2013 17:49:59 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASHnxg1036342; Thu, 28 Nov 2013 17:49:59 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311281749.rASHnxg1036342@svn.freebsd.org> From: Max Brazhnikov Date: Thu, 28 Nov 2013 17:49:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335113 - head/deskutils/znotes 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.16 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: Thu, 28 Nov 2013 17:50:00 -0000 Author: makc Date: Thu Nov 28 17:49:59 2013 New Revision: 335113 URL: http://svnweb.freebsd.org/changeset/ports/335113 Log: - Fix build after my previous commit Reported by: pkg-fallout Modified: head/deskutils/znotes/Makefile Modified: head/deskutils/znotes/Makefile ============================================================================== --- head/deskutils/znotes/Makefile Thu Nov 28 17:49:05 2013 (r335112) +++ head/deskutils/znotes/Makefile Thu Nov 28 17:49:59 2013 (r335113) @@ -29,6 +29,8 @@ post-patch: ${WRKSRC}/${PORTNAME}.pro @${REINPLACE_CMD} -i -e 's,QCoreApplication::applicationDirPath()+"/translations","${DATADIR}/translations",g' \ ${WRKSRC}/settings.cpp + +pre-configure: #Work around badly written .pro ${LRELEASE} ${WRKSRC}/${PORTNAME}.pro From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 17:50:37 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 ESMTPS id 6B2C82BD; Thu, 28 Nov 2013 17:50:37 +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 564691B7C; Thu, 28 Nov 2013 17:50:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASHobFR038207; Thu, 28 Nov 2013 17:50:37 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASHoarU038204; Thu, 28 Nov 2013 17:50:36 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311281750.rASHoarU038204@svn.freebsd.org> From: William Grzybowski Date: Thu, 28 Nov 2013 17:50:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335114 - head/devel/py-robotframework 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.16 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: Thu, 28 Nov 2013 17:50:37 -0000 Author: wg Date: Thu Nov 28 17:50:36 2013 New Revision: 335114 URL: http://svnweb.freebsd.org/changeset/ports/335114 Log: devel/py-robotframework: update to 2.8.2 - Update to 2.8.2 [1] - Allow staging - Pass maintainership to submitter PR: ports/184341 [1] Submitted by: Vladimir Chukharev Modified: head/devel/py-robotframework/Makefile head/devel/py-robotframework/distinfo head/devel/py-robotframework/pkg-plist Modified: head/devel/py-robotframework/Makefile ============================================================================== --- head/devel/py-robotframework/Makefile Thu Nov 28 17:49:59 2013 (r335113) +++ head/devel/py-robotframework/Makefile Thu Nov 28 17:50:36 2013 (r335114) @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= robotframework -PORTVERSION= 2.8.1 +PORTVERSION= 2.8.2 CATEGORIES= devel www python -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= Vladimir.Chukharev@gmail.com COMMENT= Generic test automation framework LICENSE= AL2 @@ -15,5 +15,4 @@ LICENSE= AL2 USE_PYTHON= -2.7 USE_PYDISTUTILS=yes -NO_STAGE= yes .include Modified: head/devel/py-robotframework/distinfo ============================================================================== --- head/devel/py-robotframework/distinfo Thu Nov 28 17:49:59 2013 (r335113) +++ head/devel/py-robotframework/distinfo Thu Nov 28 17:50:36 2013 (r335114) @@ -1,2 +1,2 @@ -SHA256 (robotframework-2.8.1.tar.gz) = dcbe5614cc155a291477a8b4f5446d75c18502a33d78b8ae1bfe16196296fc13 -SIZE (robotframework-2.8.1.tar.gz) = 555530 +SHA256 (robotframework-2.8.2.tar.gz) = da1cb3318a349a7c359a4f0c78d75c87561791f12235dc48551400bee2bf6c5f +SIZE (robotframework-2.8.2.tar.gz) = 568721 Modified: head/devel/py-robotframework/pkg-plist ============================================================================== --- head/devel/py-robotframework/pkg-plist Thu Nov 28 17:49:59 2013 (r335113) +++ head/devel/py-robotframework/pkg-plist Thu Nov 28 17:50:36 2013 (r335114) @@ -39,7 +39,7 @@ bin/rebot %%PYTHON_SITELIBDIR%%/robot/htmldata/lib/jquery.min.js %%PYTHON_SITELIBDIR%%/robot/htmldata/lib/jquery.tablesorter.min.js %%PYTHON_SITELIBDIR%%/robot/htmldata/lib/jquery.tmpl.min.js -%%PYTHON_SITELIBDIR%%/robot/htmldata/lib/jsxcompressor.js +%%PYTHON_SITELIBDIR%%/robot/htmldata/lib/jsxcompressor.min.js %%PYTHON_SITELIBDIR%%/robot/htmldata/libdoc/libdoc.css %%PYTHON_SITELIBDIR%%/robot/htmldata/libdoc/libdoc.html %%PYTHON_SITELIBDIR%%/robot/htmldata/libdoc/print.css @@ -282,6 +282,9 @@ bin/rebot %%PYTHON_SITELIBDIR%%/robot/parsing/restreader.py %%PYTHON_SITELIBDIR%%/robot/parsing/restreader.pyc %%PYTHON_SITELIBDIR%%/robot/parsing/restreader.pyo +%%PYTHON_SITELIBDIR%%/robot/parsing/restsupport.py +%%PYTHON_SITELIBDIR%%/robot/parsing/restsupport.pyc +%%PYTHON_SITELIBDIR%%/robot/parsing/restsupport.pyo %%PYTHON_SITELIBDIR%%/robot/parsing/settings.py %%PYTHON_SITELIBDIR%%/robot/parsing/settings.pyc %%PYTHON_SITELIBDIR%%/robot/parsing/settings.pyo @@ -342,6 +345,9 @@ bin/rebot %%PYTHON_SITELIBDIR%%/robot/result/executionresult.py %%PYTHON_SITELIBDIR%%/robot/result/executionresult.pyc %%PYTHON_SITELIBDIR%%/robot/result/executionresult.pyo +%%PYTHON_SITELIBDIR%%/robot/result/flattenkeywordmatcher.py +%%PYTHON_SITELIBDIR%%/robot/result/flattenkeywordmatcher.pyc +%%PYTHON_SITELIBDIR%%/robot/result/flattenkeywordmatcher.pyo %%PYTHON_SITELIBDIR%%/robot/result/keyword.py %%PYTHON_SITELIBDIR%%/robot/result/keyword.pyc %%PYTHON_SITELIBDIR%%/robot/result/keyword.pyo @@ -537,6 +543,9 @@ bin/rebot %%PYTHON_SITELIBDIR%%/robot/utils/robotenv.py %%PYTHON_SITELIBDIR%%/robot/utils/robotenv.pyc %%PYTHON_SITELIBDIR%%/robot/utils/robotenv.pyo +%%PYTHON_SITELIBDIR%%/robot/utils/robotinspect.py +%%PYTHON_SITELIBDIR%%/robot/utils/robotinspect.pyc +%%PYTHON_SITELIBDIR%%/robot/utils/robotinspect.pyo %%PYTHON_SITELIBDIR%%/robot/utils/robotpath.py %%PYTHON_SITELIBDIR%%/robot/utils/robotpath.pyc %%PYTHON_SITELIBDIR%%/robot/utils/robotpath.pyo @@ -552,6 +561,9 @@ bin/rebot %%PYTHON_SITELIBDIR%%/robot/utils/unic.py %%PYTHON_SITELIBDIR%%/robot/utils/unic.pyc %%PYTHON_SITELIBDIR%%/robot/utils/unic.pyo +%%PYTHON_SITELIBDIR%%/robot/utils/utf8reader.py +%%PYTHON_SITELIBDIR%%/robot/utils/utf8reader.pyc +%%PYTHON_SITELIBDIR%%/robot/utils/utf8reader.pyo %%PYTHON_SITELIBDIR%%/robot/variables/__init__.py %%PYTHON_SITELIBDIR%%/robot/variables/__init__.pyc %%PYTHON_SITELIBDIR%%/robot/variables/__init__.pyo From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 17:52:42 2013 Return-Path: Delivered-To: svn-ports-head@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 ED2254A4; Thu, 28 Nov 2013 17:52:42 +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 D98551BC8; Thu, 28 Nov 2013 17:52:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASHqgrs038861; Thu, 28 Nov 2013 17:52:42 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASHqgrm038860; Thu, 28 Nov 2013 17:52:42 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311281752.rASHqgrm038860@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Thu, 28 Nov 2013 17:52:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335115 - head/lang/basic256 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.16 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: Thu, 28 Nov 2013 17:52:43 -0000 Author: danilo Date: Thu Nov 28 17:52:42 2013 New Revision: 335115 URL: http://svnweb.freebsd.org/changeset/ports/335115 Log: - Use QMAKE_PRO instead of do-configure PR: ports/184333 Suggested by: madpilot Modified: head/lang/basic256/Makefile Modified: head/lang/basic256/Makefile ============================================================================== --- head/lang/basic256/Makefile Thu Nov 28 17:50:36 2013 (r335114) +++ head/lang/basic256/Makefile Thu Nov 28 17:52:42 2013 (r335115) @@ -21,13 +21,10 @@ WRKSRC= ${WRKDIR} USES= bison dos2unix qmake USE_SDL= sdl mixer USE_QT4= corelib gui network xml webkit moc_build rcc_build uic_build +QMAKE_PRO= BASIC256.pro MAKE_JOBS_UNSAFE= yes -do-configure: - @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${QMAKE} "PREFIX=${PREFIX}" BASIC256.pro - post-patch: @${REINPLACE_CMD} -e 's/mutex/mymutex/' ${WRKSRC}/*.cpp @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/BASIC256.pro From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 17:53:34 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 ESMTPS id 3356C590; Thu, 28 Nov 2013 17:53:34 +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 152C51BD1; Thu, 28 Nov 2013 17:53:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASHrXur039081; Thu, 28 Nov 2013 17:53:33 GMT (envelope-from osa@svn.freebsd.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASHrWau039071; Thu, 28 Nov 2013 17:53:32 GMT (envelope-from osa@svn.freebsd.org) Message-Id: <201311281753.rASHrWau039071@svn.freebsd.org> From: "Sergey A. Osokin" Date: Thu, 28 Nov 2013 17:53:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335116 - in head/databases/redis: . 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.16 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: Thu, 28 Nov 2013 17:53:34 -0000 Author: osa Date: Thu Nov 28 17:53:32 2013 New Revision: 335116 URL: http://svnweb.freebsd.org/changeset/ports/335116 Log: Upgrade from 2.6.16 to 2.8.0. Changelist: https://raw.github.com/antirez/redis/2.8/00-RELEASENOTES Modified: head/databases/redis/Makefile head/databases/redis/distinfo head/databases/redis/files/extra-patch-src-Makefile.lua head/databases/redis/files/extra-patch-src-Makefile.luajit head/databases/redis/files/patch-redis.conf head/databases/redis/files/patch-src-Makefile head/databases/redis/files/patch-src-mkreleasehdr.sh Modified: head/databases/redis/Makefile ============================================================================== --- head/databases/redis/Makefile Thu Nov 28 17:52:42 2013 (r335115) +++ head/databases/redis/Makefile Thu Nov 28 17:53:32 2013 (r335116) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 2.6.16 +DISTVERSION= 2.8.0 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ @@ -16,12 +16,12 @@ LIB_DEPENDS= execinfo:${PORTSDIR}/devel/ OPTIONS_DEFINE= TESTS OPTIONS_RADIO= EXTLUA OPTIONS_RADIO_EXTLUA= LUA LUAJIT - LUA_DESC= Use lang/lua instead of builtin lua LUAJIT_DESC= Use lang/luajit instead of builtin lua TESTS_DESC= Install lang/tcl for redis unit tests NO_STAGE= yes + .include .if ${PORT_OPTIONS:MLUA} @@ -45,7 +45,7 @@ USE_TCL_BUILD= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lm -lexecinfo -CONFLICTS?= redis-devel-2.6.* +CONFLICTS?= redis-devel-2.* USE_GMAKE= yes MAKE_ENV= "V=yo" Modified: head/databases/redis/distinfo ============================================================================== --- head/databases/redis/distinfo Thu Nov 28 17:52:42 2013 (r335115) +++ head/databases/redis/distinfo Thu Nov 28 17:53:32 2013 (r335116) @@ -1,2 +1,2 @@ -SHA256 (redis-2.6.16.tar.gz) = 81490918dcf82d124b36e48b0a9911bfba3f13abba04d8c89820324eff7df03a -SIZE (redis-2.6.16.tar.gz) = 999579 +SHA256 (redis-2.8.0.tar.gz) = 6250071f47ed086f0a39f551923f61f9e9240085e07a61c7f1408372545b59c9 +SIZE (redis-2.8.0.tar.gz) = 1044786 Modified: head/databases/redis/files/extra-patch-src-Makefile.lua ============================================================================== --- head/databases/redis/files/extra-patch-src-Makefile.lua Thu Nov 28 17:52:42 2013 (r335115) +++ head/databases/redis/files/extra-patch-src-Makefile.lua Thu Nov 28 17:53:32 2013 (r335116) @@ -1,5 +1,5 @@ ---- src/Makefile.orig 2012-12-25 23:11:28.000000000 +0400 -+++ src/Makefile 2012-12-25 23:13:53.000000000 +0400 +--- src/Makefile.orig 2013-08-13 15:52:22.000000000 +0400 ++++ src/Makefile 2013-08-13 15:54:55.000000000 +0400 @@ -15,7 +15,7 @@ release_hdr := $(shell sh -c './mkreleasehdr.sh') uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not') @@ -8,18 +8,18 @@ +DEPENDENCY_TARGETS=hiredis linenoise # Default settings - STD= -std=c99 -pedantic -@@ -61,7 +61,7 @@ - endif - - # Include paths to dependencies --FINAL_CFLAGS+= -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -+FINAL_CFLAGS+= -I../deps/hiredis -I../deps/linenoise - - ifeq ($(MALLOC),tcmalloc) - FINAL_CFLAGS+= -DUSE_TCMALLOC -@@ -79,6 +79,9 @@ - FINAL_LIBS+= ../deps/jemalloc/lib/libjemalloc.a -ldl + STD=-std=c99 -pedantic +@@ -49,7 +49,7 @@ + # Override default settings if possible + -include .make-settings + +-FINAL_CFLAGS=$(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) $(REDIS_CFLAGS) ++FINAL_CFLAGS=$(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) + FINAL_LDFLAGS=$(LDFLAGS) $(REDIS_LDFLAGS) $(DEBUG) + FINAL_LIBS=-lm + DEBUG=-g -ggdb +@@ -85,6 +85,9 @@ + FINAL_LIBS+= ../deps/jemalloc/lib/libjemalloc.a -ldl endif +FINAL_CFLAGS+= -I${PREFIX}/include/lua51 @@ -28,15 +28,15 @@ REDIS_CC=$(QUIET_CC)$(CC) $(FINAL_CFLAGS) REDIS_LD=$(QUIET_LINK)$(CC) $(FINAL_LDFLAGS) REDIS_INSTALL=$(QUIET_INSTALL)$(INSTALL) -@@ -103,6 +106,7 @@ - REDIS_SERVER_NAME= redis-server - REDIS_SENTINEL_NAME= redis-sentinel - REDIS_SERVER_OBJ= adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o migrate.o endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o bitops.o sentinel.o +@@ -105,6 +108,7 @@ + REDIS_SERVER_NAME=redis-server + REDIS_SENTINEL_NAME=redis-sentinel + REDIS_SERVER_OBJ=adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o migrate.o endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o bitops.o sentinel.o notify.o setproctitle.o +REDIS_SERVER_OBJ+= lua_cjson.o lua_cmsgpack.o lua_struct.o strbuf.o - REDIS_CLI_NAME= redis-cli - REDIS_CLI_OBJ= anet.o sds.o adlist.o redis-cli.o zmalloc.o release.o anet.o ae.o - REDIS_BENCHMARK_NAME= redis-benchmark -@@ -157,7 +161,7 @@ + REDIS_CLI_NAME=redis-cli + REDIS_CLI_OBJ=anet.o sds.o adlist.o redis-cli.o zmalloc.o release.o anet.o ae.o crc64.o + REDIS_BENCHMARK_NAME=redis-benchmark +@@ -159,7 +163,7 @@ # redis-server $(REDIS_SERVER_NAME): $(REDIS_SERVER_OBJ) Modified: head/databases/redis/files/extra-patch-src-Makefile.luajit ============================================================================== --- head/databases/redis/files/extra-patch-src-Makefile.luajit Thu Nov 28 17:52:42 2013 (r335115) +++ head/databases/redis/files/extra-patch-src-Makefile.luajit Thu Nov 28 17:53:32 2013 (r335116) @@ -1,5 +1,5 @@ ---- src/Makefile.orig 2012-12-25 23:11:28.000000000 +0400 -+++ src/Makefile 2012-12-25 23:13:53.000000000 +0400 +--- src/Makefile.orig 2013-08-13 15:52:22.000000000 +0400 ++++ src/Makefile 2013-08-13 15:54:55.000000000 +0400 @@ -15,7 +15,7 @@ release_hdr := $(shell sh -c './mkreleasehdr.sh') uname_S := $(shell sh -c 'uname -s 2>/dev/null || echo not') @@ -8,18 +8,18 @@ +DEPENDENCY_TARGETS=hiredis linenoise # Default settings - STD= -std=c99 -pedantic -@@ -61,7 +61,7 @@ - endif - - # Include paths to dependencies --FINAL_CFLAGS+= -I../deps/hiredis -I../deps/linenoise -I../deps/lua/src -+FINAL_CFLAGS+= -I../deps/hiredis -I../deps/linenoise - - ifeq ($(MALLOC),tcmalloc) - FINAL_CFLAGS+= -DUSE_TCMALLOC -@@ -79,6 +79,9 @@ - FINAL_LIBS+= ../deps/jemalloc/lib/libjemalloc.a -ldl + STD=-std=c99 -pedantic +@@ -49,7 +49,7 @@ + # Override default settings if possible + -include .make-settings + +-FINAL_CFLAGS=$(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) $(REDIS_CFLAGS) ++FINAL_CFLAGS=$(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) + FINAL_LDFLAGS=$(LDFLAGS) $(REDIS_LDFLAGS) $(DEBUG) + FINAL_LIBS=-lm + DEBUG=-g -ggdb +@@ -85,6 +85,9 @@ + FINAL_LIBS+= ../deps/jemalloc/lib/libjemalloc.a -ldl endif +FINAL_CFLAGS+= -I${PREFIX}/include/luajit-2.0 @@ -28,15 +28,15 @@ REDIS_CC=$(QUIET_CC)$(CC) $(FINAL_CFLAGS) REDIS_LD=$(QUIET_LINK)$(CC) $(FINAL_LDFLAGS) REDIS_INSTALL=$(QUIET_INSTALL)$(INSTALL) -@@ -103,6 +106,7 @@ - REDIS_SERVER_NAME= redis-server - REDIS_SENTINEL_NAME= redis-sentinel - REDIS_SERVER_OBJ= adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o migrate.o endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o bitops.o sentinel.o +@@ -105,6 +108,7 @@ + REDIS_SERVER_NAME=redis-server + REDIS_SENTINEL_NAME=redis-sentinel + REDIS_SERVER_OBJ=adlist.o ae.o anet.o dict.o redis.o sds.o zmalloc.o lzf_c.o lzf_d.o pqsort.o zipmap.o sha1.o ziplist.o release.o networking.o util.o object.o db.o replication.o rdb.o t_string.o t_list.o t_set.o t_zset.o t_hash.o config.o aof.o pubsub.o multi.o debug.o sort.o intset.o syncio.o migrate.o endianconv.o slowlog.o scripting.o bio.o rio.o rand.o memtest.o crc64.o bitops.o sentinel.o notify.o setproctitle.o +REDIS_SERVER_OBJ+= lua_cjson.o lua_cmsgpack.o lua_struct.o strbuf.o - REDIS_CLI_NAME= redis-cli - REDIS_CLI_OBJ= anet.o sds.o adlist.o redis-cli.o zmalloc.o release.o anet.o ae.o - REDIS_BENCHMARK_NAME= redis-benchmark -@@ -157,7 +161,7 @@ + REDIS_CLI_NAME=redis-cli + REDIS_CLI_OBJ=anet.o sds.o adlist.o redis-cli.o zmalloc.o release.o anet.o ae.o crc64.o + REDIS_BENCHMARK_NAME=redis-benchmark +@@ -159,7 +163,7 @@ # redis-server $(REDIS_SERVER_NAME): $(REDIS_SERVER_OBJ) Modified: head/databases/redis/files/patch-redis.conf ============================================================================== --- head/databases/redis/files/patch-redis.conf Thu Nov 28 17:52:42 2013 (r335115) +++ head/databases/redis/files/patch-redis.conf Thu Nov 28 17:53:32 2013 (r335116) @@ -1,5 +1,5 @@ ---- redis.conf.orig 2010-07-02 16:00:49.000000000 +0400 -+++ redis.conf 2010-07-02 16:01:46.000000000 +0400 +--- redis.conf.orig 2013-08-13 15:40:42.000000000 +0400 ++++ redis.conf 2013-08-13 15:42:50.000000000 +0400 @@ -14,11 +14,11 @@ # By default Redis does not run as a daemon. Use 'yes' if you need it. @@ -12,19 +12,19 @@ -pidfile /var/run/redis.pid +pidfile %%REDIS_RUNDIR%%/redis.pid - # Accept connections on the specified port, default is 6379 - port 6379 -@@ -42,7 +42,7 @@ - # Specify the log file name. Also 'stdout' can be used to force + # Accept connections on the specified port, default is 6379. + # If port 0 is specified Redis will not listen on a TCP socket. +@@ -71,7 +71,7 @@ + # Specify the log file name. Also the emptry string can be used to force # Redis to log on the standard output. Note that if you use standard # output for logging but daemonize, logs will be sent to /dev/null --logfile stdout +-logfile "" +logfile %%REDIS_LOGDIR%%/redis.log - # Set the number of databases. The default database is DB 0, you can select - # a different one on a per-connection basis using SELECT where -@@ -86,7 +86,7 @@ - # Also the Append Only File will be created inside this directory. + # To enable logging to the system logger, just set 'syslog-enabled' to yes, + # and optionally update the other syslog parameters to suit your needs. +@@ -155,7 +155,7 @@ + # The Append Only File will also be created inside this directory. # # Note that you must specify a directory here, not a file name. -dir ./ Modified: head/databases/redis/files/patch-src-Makefile ============================================================================== --- head/databases/redis/files/patch-src-Makefile Thu Nov 28 17:52:42 2013 (r335115) +++ head/databases/redis/files/patch-src-Makefile Thu Nov 28 17:53:32 2013 (r335116) @@ -1,21 +1,30 @@ ---- src/Makefile.orig 2012-08-01 14:06:03.000000000 +0400 -+++ src/Makefile 2012-08-02 22:24:01.000000000 +0400 -@@ -50,6 +50,9 @@ - FINAL_LDFLAGS= $(LDFLAGS) $(REDIS_LDFLAGS) -g -ggdb - FINAL_LIBS= -ldl -lnsl -lsocket -lm -lpthread - DEBUG= -g -ggdb -+else ifeq ($(uname_S),FreeBSD) -+ FINAL_CFLAGS?= $(CFLAGS) $(REDIS_CFLAGS) -I${PREFIX}/include -+ FINAL_LDFLAGS= $(LDFLAGS) - else - FINAL_CFLAGS= $(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) $(REDIS_CFLAGS) - FINAL_LDFLAGS= $(LDFLAGS) $(REDIS_LDFLAGS) -g -rdynamic -ggdb -@@ -79,7 +82,7 @@ - REDIS_CC=$(QUIET_CC)$(CC) $(FINAL_CFLAGS) - REDIS_LD=$(QUIET_LINK)$(CC) $(FINAL_LDFLAGS) +--- src/Makefile.orig 2013-07-30 22:20:02.000000000 +0400 ++++ src/Makefile 2013-08-13 22:36:30.000000000 +0400 +@@ -22,7 +22,7 @@ + WARN=-Wall + OPT=$(OPTIMIZATION) -PREFIX?=/usr/local -+PREFIX:=${PREFIX} - INSTALL_BIN= $(PREFIX)/bin - INSTALL= cp -pf ++PREFIX:=$(PREFIX) + INSTALL_BIN=$(PREFIX)/bin + INSTALL=install + +@@ -52,14 +52,15 @@ + FINAL_CFLAGS=$(STD) $(WARN) $(OPT) $(DEBUG) $(CFLAGS) $(REDIS_CFLAGS) + FINAL_LDFLAGS=$(LDFLAGS) $(REDIS_LDFLAGS) $(DEBUG) + FINAL_LIBS=-lm +-DEBUG=-g -ggdb ++#DEBUG=-g -ggdb + ifeq ($(uname_S),SunOS) + INSTALL=cp -pf + FINAL_CFLAGS+= -D__EXTENSIONS__ -D_XPG6 + FINAL_LIBS+= -ldl -lnsl -lsocket -lpthread +-else ifeq ($(uname_S),Darwin) +- ++else ifeq ($(uname_S),FreeBSD) ++ FINAL_CFLAGS?= $(CFLAGS) $(REDIS_CFLAGS) -I${PREFIX}/include ++ FINAL_LDFLAGS= $(LDFLAGS) + else + FINAL_LDFLAGS+= -rdynamic + FINAL_LIBS+= -pthread Modified: head/databases/redis/files/patch-src-mkreleasehdr.sh ============================================================================== --- head/databases/redis/files/patch-src-mkreleasehdr.sh Thu Nov 28 17:52:42 2013 (r335115) +++ head/databases/redis/files/patch-src-mkreleasehdr.sh Thu Nov 28 17:53:32 2013 (r335116) @@ -1,11 +1,11 @@ ---- src/mkreleasehdr.sh.orig 2013-03-12 22:27:27.000000000 +0400 -+++ src/mkreleasehdr.sh 2013-03-12 22:27:37.000000000 +0400 +--- src/mkreleasehdr.sh.orig 2013-08-13 15:39:40.000000000 +0400 ++++ src/mkreleasehdr.sh 2013-08-13 15:39:55.000000000 +0400 @@ -1,6 +1,6 @@ #!/bin/sh -GIT_SHA1=`(git show-ref --head --hash=8 2> /dev/null || echo 00000000) | head -n1` -GIT_DIRTY=`git diff --no-ext-diff 2> /dev/null | wc -l` +GIT_SHA1="00000000" +GIT_DIRTY="0" + BUILD_ID=`uname -n`"-"`date +%s` test -f release.h || touch release.h (cat release.h | grep SHA1 | grep $GIT_SHA1) && \ - (cat release.h | grep DIRTY | grep $GIT_DIRTY) && exit 0 # Already up-to-date From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 17:56:48 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 ESMTPS id A8CE7760; Thu, 28 Nov 2013 17:56:48 +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 7BBB61BF1; Thu, 28 Nov 2013 17:56:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASHum45039576; Thu, 28 Nov 2013 17:56:48 GMT (envelope-from osa@svn.freebsd.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASHulJd039572; Thu, 28 Nov 2013 17:56:47 GMT (envelope-from osa@svn.freebsd.org) Message-Id: <201311281756.rASHulJd039572@svn.freebsd.org> From: "Sergey A. Osokin" Date: Thu, 28 Nov 2013 17:56:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335117 - in head/databases: redis redis-devel 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.16 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: Thu, 28 Nov 2013 17:56:48 -0000 Author: osa Date: Thu Nov 28 17:56:47 2013 New Revision: 335117 URL: http://svnweb.freebsd.org/changeset/ports/335117 Log: Upgrade from 2.8.0 to 2.8.1. # UPGRADE URGENCY: LOW for Redis, CRITICAL for Senitnel. You don't need to upgrade your Redis instances but it is highly recommended to upgrade and restart all the Sentinel processes. * [FIX] Fixed a bug in "new Sentinel" config propagation. * [FIX] Fixed a false positive in Redis tests. Modified: head/databases/redis-devel/Makefile head/databases/redis-devel/distinfo head/databases/redis/Makefile head/databases/redis/distinfo Modified: head/databases/redis-devel/Makefile ============================================================================== --- head/databases/redis-devel/Makefile Thu Nov 28 17:53:32 2013 (r335116) +++ head/databases/redis-devel/Makefile Thu Nov 28 17:56:47 2013 (r335117) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 2.8.0 +DISTVERSION= 2.8.1 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ PKGNAMESUFFIX= -devel Modified: head/databases/redis-devel/distinfo ============================================================================== --- head/databases/redis-devel/distinfo Thu Nov 28 17:53:32 2013 (r335116) +++ head/databases/redis-devel/distinfo Thu Nov 28 17:56:47 2013 (r335117) @@ -1,2 +1,2 @@ -SHA256 (redis-2.8.0.tar.gz) = 6250071f47ed086f0a39f551923f61f9e9240085e07a61c7f1408372545b59c9 -SIZE (redis-2.8.0.tar.gz) = 1044786 +SHA256 (redis-2.8.1.tar.gz) = 09cde5dc604d9e401668647da10dcd31e388b19f376e053946056b4318e96d1f +SIZE (redis-2.8.1.tar.gz) = 1044710 Modified: head/databases/redis/Makefile ============================================================================== --- head/databases/redis/Makefile Thu Nov 28 17:53:32 2013 (r335116) +++ head/databases/redis/Makefile Thu Nov 28 17:56:47 2013 (r335117) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 2.8.0 +DISTVERSION= 2.8.1 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ Modified: head/databases/redis/distinfo ============================================================================== --- head/databases/redis/distinfo Thu Nov 28 17:53:32 2013 (r335116) +++ head/databases/redis/distinfo Thu Nov 28 17:56:47 2013 (r335117) @@ -1,2 +1,2 @@ -SHA256 (redis-2.8.0.tar.gz) = 6250071f47ed086f0a39f551923f61f9e9240085e07a61c7f1408372545b59c9 -SIZE (redis-2.8.0.tar.gz) = 1044786 +SHA256 (redis-2.8.1.tar.gz) = 09cde5dc604d9e401668647da10dcd31e388b19f376e053946056b4318e96d1f +SIZE (redis-2.8.1.tar.gz) = 1044710 From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 18:16:34 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 ESMTPS id 8D603B20; Thu, 28 Nov 2013 18:16:34 +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 79E4B1D30; Thu, 28 Nov 2013 18:16:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASIGY9X046843; Thu, 28 Nov 2013 18:16:34 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASIGY5F046842; Thu, 28 Nov 2013 18:16:34 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311281816.rASIGY5F046842@svn.freebsd.org> From: Max Brazhnikov Date: Thu, 28 Nov 2013 18:16:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335118 - head/lang/basic256 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.16 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: Thu, 28 Nov 2013 18:16:34 -0000 Author: makc Date: Thu Nov 28 18:16:33 2013 New Revision: 335118 URL: http://svnweb.freebsd.org/changeset/ports/335118 Log: - Use QMAKE_SOURCE_PATH instead of deprecated QMAKE_PRO - Use NO_WRKSUBDIR while I'm here Modified: head/lang/basic256/Makefile Modified: head/lang/basic256/Makefile ============================================================================== --- head/lang/basic256/Makefile Thu Nov 28 17:56:47 2013 (r335117) +++ head/lang/basic256/Makefile Thu Nov 28 18:16:33 2013 (r335118) @@ -16,13 +16,12 @@ BUILD_DEPENDS= espeak:${PORTSDIR}/audio/ sqlite3:${PORTSDIR}/databases/sqlite3 \ flex:${PORTSDIR}/textproc/flex -WRKSRC= ${WRKDIR} - USES= bison dos2unix qmake USE_SDL= sdl mixer USE_QT4= corelib gui network xml webkit moc_build rcc_build uic_build -QMAKE_PRO= BASIC256.pro +QMAKE_SOURCE_PATH= BASIC256.pro +NO_WRKSUBDIR= yes MAKE_JOBS_UNSAFE= yes post-patch: From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 18:17:10 2013 Return-Path: Delivered-To: svn-ports-head@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 06E05BFC; Thu, 28 Nov 2013 18:17:10 +0000 (UTC) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 65E291D35; Thu, 28 Nov 2013 18:17:08 +0000 (UTC) Received: from mercury.ph.man.ac.uk [130.88.75.175:20720] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id rASIH3jn075189 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Thu, 28 Nov 2013 22:17:05 +0400 (MSK) From: Max Brazhnikov To: Danilo Egea Gondolfo , fernando.apesteguia@gmail.com Subject: Re: svn commit: r335111 - head/lang/basic256 Date: Thu, 28 Nov 2013 18:15:46 +0000 Message-ID: <1535089.KnonROXCKe@mercury.ph.man.ac.uk> User-Agent: KMail/4.10.5 (FreeBSD/9.2-STABLE; KDE/4.10.5; amd64; ; ) In-Reply-To: <201311281742.rASHgruG035374@svn.freebsd.org> References: <201311281742.rASHgruG035374@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Thu, 28 Nov 2013 18:17:10 -0000 On Thu, 28 Nov 2013 17:42:53 +0000Thu Nov 28 17:42:53 2013 Danilo Egea Gondolfo wrote: > Author: danilo > Date: Thu Nov 28 17:42:53 2013 > New Revision: 335111 > URL: http://svnweb.freebsd.org/changeset/ports/335111 > > Log: > - Add the do-configure target > > PR: ports/184333 > Submitted by: Fernando (maintainer) Sorry for troubles folks, apparently I have committed not what I've tested. Max From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 19:05:59 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 ESMTPS id 9BE16308; Thu, 28 Nov 2013 19:05:59 +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 7C3531F6F; Thu, 28 Nov 2013 19:05:59 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASJ5xiH063255; Thu, 28 Nov 2013 19:05:59 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASJ5w7n063247; Thu, 28 Nov 2013 19:05:58 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311281905.rASJ5w7n063247@svn.freebsd.org> From: Rusmir Dusko Date: Thu, 28 Nov 2013 19:05:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335119 - in head/games: . fightorperish 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.16 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: Thu, 28 Nov 2013 19:05:59 -0000 Author: nemysis Date: Thu Nov 28 19:05:58 2013 New Revision: 335119 URL: http://svnweb.freebsd.org/changeset/ports/335119 Log: Fight or Perish (FOP) is a dungeon-crawling game based on Jack Pavelich's Atari 8-bit computer game "Dandy", which was in turn the influence for Atari Games arcade game "Gauntlet". Wikipedia "Gauntlet (1985 video game)" FOP uses concepts from both games, providing one- to four-player action in dungeons filled with creeping enemies. Collect and use bombs to wipe out screenfuls of enemies, keys to unlock doors, and gather food and treasure along the way to stay alive. Choose from four characters, each with different abilities and weaknesses. (The one with the strongest weapon also has the weakest health, the fastest one cannot shoot diagonally, etc.) WWW: http://www.newbreedsoftware.com/fop/ PR: ports/170887 Submitted by: nemysis (self) Approved by: pawel (mentor) Added: head/games/fightorperish/ head/games/fightorperish/Makefile (contents, props changed) head/games/fightorperish/distinfo (contents, props changed) head/games/fightorperish/pkg-descr (contents, props changed) head/games/fightorperish/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Thu Nov 28 18:16:33 2013 (r335118) +++ head/games/Makefile Thu Nov 28 19:05:58 2013 (r335119) @@ -250,6 +250,7 @@ SUBDIR += fbg2 SUBDIR += fgkicker SUBDIR += fgrun + SUBDIR += fightorperish SUBDIR += fillets-ng SUBDIR += filters SUBDIR += fishsupper Added: head/games/fightorperish/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/fightorperish/Makefile Thu Nov 28 19:05:58 2013 (r335119) @@ -0,0 +1,50 @@ +# Created by: Rusmir Dusko +# $FreeBSD$ + +PORTNAME= fightorperish +PORTVERSION= 0.5 +CATEGORIES= games +MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/fop/src/ \ + SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/:icons +DISTFILES= fop-${DISTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}.png:icons +DIST_SUBDIR= ${PORTNAME} +EXTRACT_ONLY= fop-${DISTVERSION}${EXTRACT_SUFX} + +MAINTAINER= nemysis@FreeBSD.org +COMMENT= Dungeon-crawling game + +LICENSE= GPLv2 + +WRKSRC= ${WRKDIR}/fop-${DISTVERSION} + +USES= gmake +USE_SDL= image mixer sdl +MAKE_JOBS_SAFE= yes + +PORTDOCS= CHANGES.txt README.txt TODO.txt + +DESKTOP_ENTRIES="Fight or Perish" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Game;ArcadeGame;" false + +OPTIONS_DEFINE= DOCS + +post-patch: + @${REINPLACE_CMD} -e 's|data/|${DATADIR}/data/| ; \ + s|char [256],|char [512],|' ${WRKSRC}/src/fop.c + @${REINPLACE_CMD} -e 's|CC=gcc|CC=${CC}| ; \ + s|CFLAGS=-Wall -O2|CFLAGS+=| ; \ + s|SDL_CFLAGS=|SDL_CFLAGS+=| ; \ + s|SDL_LIBS=|SDL_LIBS+=|' ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/fop ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + @(cd ${WRKSRC}/data && ${COPYTREE_SHARE} "images maps sounds" ${STAGEDIR}${DATADIR}/data) + + ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ + + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/docs/|} ${STAGEDIR}${DOCSDIR} + +.include Added: head/games/fightorperish/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/fightorperish/distinfo Thu Nov 28 19:05:58 2013 (r335119) @@ -0,0 +1,4 @@ +SHA256 (fightorperish/fop-0.5.tar.gz) = 8711685e6cdc375bc57f8d6faf30ddbc6753103958b66141bc358960cca3852f +SIZE (fightorperish/fop-0.5.tar.gz) = 85875 +SHA256 (fightorperish/fightorperish.png) = 1b1668af61a7fcea824df0126af12e4b5058f02445cee1a51c7d58d3b777e6c5 +SIZE (fightorperish/fightorperish.png) = 666 Added: head/games/fightorperish/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/fightorperish/pkg-descr Thu Nov 28 19:05:58 2013 (r335119) @@ -0,0 +1,17 @@ +Fight or Perish (FOP) is a dungeon-crawling game based on Jack Pavelich's +Atari 8-bit computer game "Dandy", which was in turn the influence for +Atari Games arcade game "Gauntlet". + +Wikipedia "Gauntlet (1985 video game)" + +FOP uses concepts from both games, providing one- to four-player action in +dungeons filled with creeping enemies. + +Collect and use bombs to wipe out screenfuls of enemies, keys to unlock doors, +and gather food and treasure along the way to stay alive. + +Choose from four characters, each with different abilities and weaknesses. +(The one with the strongest weapon also has the weakest health, +the fastest one cannot shoot diagonally, etc.) + +WWW: http://www.newbreedsoftware.com/fop/ Added: head/games/fightorperish/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/fightorperish/pkg-plist Thu Nov 28 19:05:58 2013 (r335119) @@ -0,0 +1,26 @@ +bin/fightorperish +%%DATADIR%%/data/images/arrowsa.png +%%DATADIR%%/data/images/arrowsb.png +%%DATADIR%%/data/images/arrowsc.png +%%DATADIR%%/data/images/arrowsd.png +%%DATADIR%%/data/images/badguys.png +%%DATADIR%%/data/images/blockers.png +%%DATADIR%%/data/images/collectibles.png +%%DATADIR%%/data/images/generators.png +%%DATADIR%%/data/images/numbers.png +%%DATADIR%%/data/images/playera.png +%%DATADIR%%/data/images/playerb.png +%%DATADIR%%/data/images/playerc.png +%%DATADIR%%/data/images/playerd.png +%%DATADIR%%/data/images/playerselect.png +%%DATADIR%%/data/images/stats.png +%%DATADIR%%/data/images/title.png +%%DATADIR%%/data/maps/1.txt +%%DATADIR%%/data/maps/2.txt +%%DATADIR%%/data/maps/3.txt +share/pixmaps/fightorperish.png +@dirrm %%DATADIR%%/data/sounds +@dirrm %%DATADIR%%/data/maps +@dirrm %%DATADIR%%/data/images +@dirrm %%DATADIR%%/data +@dirrm %%DATADIR%% From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 19:35:15 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 ESMTPS id 9C72FAB2; Thu, 28 Nov 2013 19:35:15 +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 8954410BA; Thu, 28 Nov 2013 19:35:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASJZFAP073564; Thu, 28 Nov 2013 19:35:15 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASJZE2j073561; Thu, 28 Nov 2013 19:35:14 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201311281935.rASJZE2j073561@svn.freebsd.org> From: Cy Schubert Date: Thu, 28 Nov 2013 19:35:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335120 - head/sysutils/syslog-ng 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.16 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: Thu, 28 Nov 2013 19:35:15 -0000 Author: cy Date: Thu Nov 28 19:35:14 2013 New Revision: 335120 URL: http://svnweb.freebsd.org/changeset/ports/335120 Log: Update 3.4.5 --> 3.4.6 Submitted by: Peter Czanik (syslog-ng upline) Modified: head/sysutils/syslog-ng/Makefile head/sysutils/syslog-ng/distinfo head/sysutils/syslog-ng/pkg-plist Modified: head/sysutils/syslog-ng/Makefile ============================================================================== --- head/sysutils/syslog-ng/Makefile Thu Nov 28 19:05:58 2013 (r335119) +++ head/sysutils/syslog-ng/Makefile Thu Nov 28 19:35:14 2013 (r335120) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= syslog-ng -PORTVERSION= 3.4.5 +PORTVERSION= 3.4.6 CATEGORIES= sysutils DISTVERSION= $(PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/) DISTFILES= syslog-ng_${DISTVERSION}.tar.gz Modified: head/sysutils/syslog-ng/distinfo ============================================================================== --- head/sysutils/syslog-ng/distinfo Thu Nov 28 19:05:58 2013 (r335119) +++ head/sysutils/syslog-ng/distinfo Thu Nov 28 19:35:14 2013 (r335120) @@ -1,2 +1,2 @@ -SHA256 (syslog-ng_3.4.5.tar.gz) = b8a69d8131efc2378d9149ff54e99f91ea1c47c69e0f4629395d910c7ff71bfb -SIZE (syslog-ng_3.4.5.tar.gz) = 3202771 +SHA256 (syslog-ng_3.4.6.tar.gz) = 9484abba03a91d093542996deef68b187186a037f4537606a35f548da0199133 +SIZE (syslog-ng_3.4.6.tar.gz) = 3202600 Modified: head/sysutils/syslog-ng/pkg-plist ============================================================================== --- head/sysutils/syslog-ng/pkg-plist Thu Nov 28 19:05:58 2013 (r335119) +++ head/sysutils/syslog-ng/pkg-plist Thu Nov 28 19:35:14 2013 (r335120) @@ -86,7 +86,7 @@ include/syslog-ng/uuid.h include/syslog-ng/value-pairs.h include/syslog-ng/versioning.h include/syslog-ng/vptransform.h -lib/libsyslog-ng-3.4.5.so +lib/libsyslog-ng-3.4.6.so lib/libsyslog-ng.la lib/libsyslog-ng.so lib/syslog-ng/libafamqp.la From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 20:42:21 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 ESMTPS id 37E2AA1C; Thu, 28 Nov 2013 20:42:21 +0000 (UTC) Received: from mail-we0-x229.google.com (mail-we0-x229.google.com [IPv6:2a00:1450:400c:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7766D13BD; Thu, 28 Nov 2013 20:42:20 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id w61so2979844wes.28 for ; Thu, 28 Nov 2013 12:42:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=oZx9llLJNwOmVTBdpTlrM4rVWFTo9iizctuIbg1dxqI=; b=IYxATsFtaSOnhc5BRQkvQg61liwmf+2PjhxuabQ2V3KYSvnk6HTtgdIfc76yXzaTpM DPlbMKziQ10+D6658EhHTTWqHBBajdknb2Z1FWA+mFKr+Ni9zJuevU3XzxrlOw96bGRr /hxuV5FGzOswVgIahTqZNjugBpDCcKit6eXStyLI2a3utA3aCE7ZbqyroQMUzOQ9Jlen HrZ0qIu3typb8P6QlBwgT1S0HtpinjNSS1Hf7I75oXoV6uYfHW4KBdhBKGNHCgDE4i2B Nx3KZlTsFm3/pcQe73CahOLIiyB/UThfwKGpkhn/XPvCsWPZWERsNHgxhxRZNMumQqtz JrJA== X-Received: by 10.194.21.131 with SMTP id v3mr17904991wje.44.1385671338994; Thu, 28 Nov 2013 12:42:18 -0800 (PST) MIME-Version: 1.0 Sender: nicovit@gmail.com Received: by 10.180.75.8 with HTTP; Thu, 28 Nov 2013 12:41:38 -0800 (PST) In-Reply-To: References: <201311231518.rANFI3h2046513@svn.freebsd.org> From: Nicola Vitale Date: Thu, 28 Nov 2013 21:41:38 +0100 X-Google-Sender-Auth: y6Cj42CUpzJC65qL5y5S8aw7ZNg Message-ID: Subject: Re: svn commit: r334676 - in head: databases/py-sqlalchemy databases/py-sqlalchemy-devel math/ump www/joomla25 www/joomla31 To: William Grzybowski Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Thu, 28 Nov 2013 20:42:21 -0000 Hi, > [2013/11/28 William Grzybowski ] > Then you should catch up the dependent ports run dependencies _and_ > bump their port revision as well. In my opinion it's not necessary, because no one has been able to install those ports in the last five days, and those who had already installed them have the correct pkg dependency. Maybe an entry in UPDATING for those who have installed py-sqlalchemy... -- Nicola Vitale From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 21:08:41 2013 Return-Path: Delivered-To: svn-ports-head@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 03D34F5D; Thu, 28 Nov 2013 21:08:41 +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 D809B152D; Thu, 28 Nov 2013 21:08:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASL8eYx005003; Thu, 28 Nov 2013 21:08:40 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASL8cC6004989; Thu, 28 Nov 2013 21:08:38 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201311282108.rASL8cC6004989@svn.freebsd.org> From: Guido Falsi Date: Thu, 28 Nov 2013 21:08:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335121 - in head: graphics/zathura graphics/zathura-djvu graphics/zathura-djvu/files graphics/zathura-pdf-poppler graphics/zathura-pdf-poppler/files graphics/zathura/files x11-toolkits... 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.16 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: Thu, 28 Nov 2013 21:08:41 -0000 Author: madpilot Date: Thu Nov 28 21:08:38 2013 New Revision: 335121 URL: http://svnweb.freebsd.org/changeset/ports/335121 Log: - x11-toolkits/girara update to 0.1.9 - graphics/zathura update to 0.2.5 - gaphics/zathura-djvu update to 0.2.3 - Convert to new LIB_DEPENDS format - Girara now defaults to gtk3, modify depending ports accordingly - Convert to staging - Always install man pages - Remove uneeded patches PR: ports/183842 Submitted by: myself Approved by: Alexander (maintainer of zathura-djvu) Approved by: maintainer timeout (for graphics/zathura) Deleted: head/graphics/zathura-djvu/files/ head/graphics/zathura-pdf-poppler/files/ head/graphics/zathura/files/ Modified: head/graphics/zathura-djvu/Makefile head/graphics/zathura-djvu/distinfo head/graphics/zathura-pdf-poppler/Makefile head/graphics/zathura/Makefile head/graphics/zathura/distinfo head/graphics/zathura/pkg-plist head/x11-toolkits/girara/Makefile head/x11-toolkits/girara/distinfo head/x11-toolkits/girara/pkg-plist Modified: head/graphics/zathura-djvu/Makefile ============================================================================== --- head/graphics/zathura-djvu/Makefile Thu Nov 28 19:35:14 2013 (r335120) +++ head/graphics/zathura-djvu/Makefile Thu Nov 28 21:08:38 2013 (r335121) @@ -2,22 +2,22 @@ # $FreeBSD$ PORTNAME= zathura-djvu -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.3 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/ MAINTAINER= alexander.4mail@gmail.com COMMENT= The zathura-djvu plugin adds DjVu support to zathura -LIB_DEPENDS= djvulibre:${PORTSDIR}/graphics/djvulibre +LIB_DEPENDS= libdjvulibre.so:${PORTSDIR}/graphics/djvulibre BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura -USE_GNOME= glib20 gtk20 -USES= gmake pkgconfig +USE_GNOME= glib20 gtk30 +USES= desktop-file-utils gmake pkgconfig -PLIST_FILES= lib/zathura/djvu.so +PLIST_FILES= lib/zathura/djvu.so \ + share/applications/zathura-djvu.desktop PLIST_DIRSTRY= lib/zathura -NO_STAGE= yes .include Modified: head/graphics/zathura-djvu/distinfo ============================================================================== --- head/graphics/zathura-djvu/distinfo Thu Nov 28 19:35:14 2013 (r335120) +++ head/graphics/zathura-djvu/distinfo Thu Nov 28 21:08:38 2013 (r335121) @@ -1,2 +1,2 @@ -SHA256 (zathura-djvu-0.2.2.tar.gz) = 9c0accf68be79df63f16337b7cef66bfb199f4ff296ae5a1bc8de220f1af2691 -SIZE (zathura-djvu-0.2.2.tar.gz) = 10473 +SHA256 (zathura-djvu-0.2.3.tar.gz) = c16e82d525012b788fd01c4189df93708fcffffb7dd34ca09db55005d644ed89 +SIZE (zathura-djvu-0.2.3.tar.gz) = 11181 Modified: head/graphics/zathura-pdf-poppler/Makefile ============================================================================== --- head/graphics/zathura-pdf-poppler/Makefile Thu Nov 28 19:35:14 2013 (r335120) +++ head/graphics/zathura-pdf-poppler/Makefile Thu Nov 28 21:08:38 2013 (r335121) @@ -13,7 +13,7 @@ LIB_DEPENDS= libpoppler-glib.so:${PORTSD BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura -USE_GNOME= glib20 gtk20 +USE_GNOME= glib20 gtk30 USES= desktop-file-utils gmake pkgconfig PLIST_FILES= lib/zathura/pdf.so \ Modified: head/graphics/zathura/Makefile ============================================================================== --- head/graphics/zathura/Makefile Thu Nov 28 19:35:14 2013 (r335120) +++ head/graphics/zathura/Makefile Thu Nov 28 21:08:38 2013 (r335121) @@ -2,39 +2,33 @@ # $FreeBSD$ PORTNAME= zathura -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.5 CATEGORIES= graphics print MASTER_SITES= http://pwmt.org/projects/zathura/download/ MAINTAINER= acieroid@awesom.eu COMMENT= Customizable lightweight pdf viewer -LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \ - girara-gtk2:${PORTSDIR}/x11-toolkits/girara +LIB_DEPENDS= libcairo.so:${PORTSDIR}/graphics/cairo \ + libgirara-gtk3.so:${PORTSDIR}/x11-toolkits/girara +BUILD_DEPENDS+= rst2html:${PORTSDIR}/textproc/py-docutils -USE_GNOME= glib20 gtk20 +USE_GNOME= glib20 gtk30 USES= gmake pkgconfig -MAKE_ENV= SFLAGS="${STRIP}" +MAKE_ENV= SFLAGS="${STRIP}" \ + RSTTOMAN=${LOCALBASE}/bin/rst2man -OPTIONS_DEFINE= DOCS NLS SQLITE +OPTIONS_DEFINE= NLS SQLITE -NO_STAGE= yes .include .if ${PORT_OPTIONS:MSQLITE} -LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS+= libsqlite3.so:${PORTSDIR}/databases/sqlite3 MAKE_ENV+= WITH_SQLITE=1 .else MAKE_ENV+= WITH_SQLITE=0 .endif -.if ${PORT_OPTIONS:MDOCS} -BUILD_DEPENDS+= rst2html:${PORTSDIR}/textproc/py-docutils -MAN1+= zathura.1 -MAN5+= zathurarc.5 -MAKE_ENV+= RSTTOMAN=${LOCALBASE}/bin/rst2man -.endif - .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" @@ -48,12 +42,6 @@ post-patch: .SILENT ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's|PLUGINDIR ?= .*$$|PLUGINDIR ?= ${PREFIX}/lib/zathura|'\ ${WRKSRC}/config.mk -.if ! ${PORT_OPTIONS:MDOCS} - ${REINPLACE_CMD} -e 's|install-manpages$$||'\ - ${WRKSRC}/Makefile - ${REINPLACE_CMD} -e 's|RSTTOMAN ?= /usr/bin/rst2man|RSTTOMAN ?= ""|'\ - ${WRKSRC}/config.mk -.endif .if ! ${PORT_OPTIONS:MNLS} ${REINPLACE_CMD} -e '/-C po/d'\ ${WRKSRC}/Makefile @@ -66,9 +54,6 @@ post-patch: .SILENT ${REINPLACE_CMD} -e 's|/etc|${PREFIX}&|g' \ ${WRKSRC}/config.h \ ${WRKSRC}/zathurarc.5.rst - (cd ${WRKSRC}; ${RM} -f ${MAN1} ${MAN5}) - -post-install: - @${CAT} ${PKGMESSAGE} + (cd ${WRKSRC}; ${RM} -f zathura.1 zathurarc.5) .include Modified: head/graphics/zathura/distinfo ============================================================================== --- head/graphics/zathura/distinfo Thu Nov 28 19:35:14 2013 (r335120) +++ head/graphics/zathura/distinfo Thu Nov 28 21:08:38 2013 (r335121) @@ -1,2 +1,2 @@ -SHA256 (zathura-0.2.2.tar.gz) = 6506237ba76ce1611dc24ddd870853d753b5e70e5200d75d2a2257ff7c9242c9 -SIZE (zathura-0.2.2.tar.gz) = 108240 +SHA256 (zathura-0.2.5.tar.gz) = d901805efa7e18575008e97187a406adc6ac911b493f0e0dfaa69f453ac089d3 +SIZE (zathura-0.2.5.tar.gz) = 133895 Modified: head/graphics/zathura/pkg-plist ============================================================================== --- head/graphics/zathura/pkg-plist Thu Nov 28 19:35:14 2013 (r335120) +++ head/graphics/zathura/pkg-plist Thu Nov 28 21:08:38 2013 (r335121) @@ -7,16 +7,24 @@ include/zathura/plugin-api.h include/zathura/types.h include/zathura/version.h libdata/pkgconfig/zathura.pc +man/man1/zathura.1.gz +man/man5/zathurarc.5.gz share/applications/zathura.desktop +%%NLS%%share/locale/ca/LC_MESSAGES/zathura.mo %%NLS%%share/locale/cs/LC_MESSAGES/zathura.mo %%NLS%%share/locale/de/LC_MESSAGES/zathura.mo +%%NLS%%share/locale/el/LC_MESSAGES/zathura.mo %%NLS%%share/locale/eo/LC_MESSAGES/zathura.mo %%NLS%%share/locale/es/LC_MESSAGES/zathura.mo %%NLS%%share/locale/es_CL/LC_MESSAGES/zathura.mo %%NLS%%share/locale/et/LC_MESSAGES/zathura.mo %%NLS%%share/locale/fr/LC_MESSAGES/zathura.mo +%%NLS%%share/locale/he/LC_MESSAGES/zathura.mo +%%NLS%%share/locale/hr/LC_MESSAGES/zathura.mo +%%NLS%%share/locale/id_ID/LC_MESSAGES/zathura.mo %%NLS%%share/locale/it/LC_MESSAGES/zathura.mo %%NLS%%share/locale/pl/LC_MESSAGES/zathura.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/zathura.mo %%NLS%%share/locale/ru/LC_MESSAGES/zathura.mo %%NLS%%share/locale/ta_IN/LC_MESSAGES/zathura.mo %%NLS%%share/locale/tr/LC_MESSAGES/zathura.mo @@ -24,6 +32,8 @@ share/applications/zathura.desktop @dirrm include/zathura @dirrmtry share/locale/es_CL/LC_MESSAGES @dirrmtry share/locale/es_CL +@dirrmtry share/locale/id_ID/LC_MESSAGES +@dirrmtry share/locale/id_ID @dirrmtry share/locale/ta_IN/LC_MESSAGES @dirrmtry share/locale/ta_IN @dirrmtry share/locale/uk_UA/LC_MESSAGES Modified: head/x11-toolkits/girara/Makefile ============================================================================== --- head/x11-toolkits/girara/Makefile Thu Nov 28 19:35:14 2013 (r335120) +++ head/x11-toolkits/girara/Makefile Thu Nov 28 21:08:38 2013 (r335121) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= girara -PORTVERSION= 0.1.7 +PORTVERSION= 0.1.9 CATEGORIES= x11-toolkits graphics MASTER_SITES= http://pwmt.org/projects/girara/download/ MAINTAINER= madpilot@FreeBSD.org -COMMENT= GTK2 Interface Library for Zathura PDF Viewer +COMMENT= GTK3 Interface Library for Zathura PDF Viewer -USE_GNOME= glib20 gtk20 +USE_GNOME= glib20 gtk30 USES= compiler:c11 gmake pkgconfig USE_LDCONFIG= yes LIBDIR= ${PREFIX}/lib Modified: head/x11-toolkits/girara/distinfo ============================================================================== --- head/x11-toolkits/girara/distinfo Thu Nov 28 19:35:14 2013 (r335120) +++ head/x11-toolkits/girara/distinfo Thu Nov 28 21:08:38 2013 (r335121) @@ -1,2 +1,2 @@ -SHA256 (girara-0.1.7.tar.gz) = 2374b8951d1276638dfca9f6d7570ce12313c8af482426a9a057a0227ea01c8e -SIZE (girara-0.1.7.tar.gz) = 82277 +SHA256 (girara-0.1.9.tar.gz) = e0f43d322e74cf5d853c7e3d00bbbb8b54afd7ac33832d153cc05f4b5503a2cd +SIZE (girara-0.1.9.tar.gz) = 82798 Modified: head/x11-toolkits/girara/pkg-plist ============================================================================== --- head/x11-toolkits/girara/pkg-plist Thu Nov 28 19:35:14 2013 (r335120) +++ head/x11-toolkits/girara/pkg-plist Thu Nov 28 21:08:38 2013 (r335121) @@ -15,20 +15,20 @@ include/girara/tabs.h include/girara/types.h include/girara/utils.h include/girara/version.h -lib/libgirara-gtk2.a -lib/libgirara-gtk2.so -lib/libgirara-gtk2.so.1 -lib/libgirara-gtk2.so.1.1 -libdata/pkgconfig/girara-gtk2.pc -%%NLS%%share/locale/de/LC_MESSAGES/libgirara-gtk2-1.mo -%%NLS%%share/locale/el/LC_MESSAGES/libgirara-gtk2-1.mo -%%NLS%%share/locale/eo/LC_MESSAGES/libgirara-gtk2-1.mo -%%NLS%%share/locale/es/LC_MESSAGES/libgirara-gtk2-1.mo -%%NLS%%share/locale/fr/LC_MESSAGES/libgirara-gtk2-1.mo -%%NLS%%share/locale/he/LC_MESSAGES/libgirara-gtk2-1.mo -%%NLS%%share/locale/it/LC_MESSAGES/libgirara-gtk2-1.mo -%%NLS%%share/locale/pl/LC_MESSAGES/libgirara-gtk2-1.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/libgirara-gtk2-1.mo -%%NLS%%share/locale/ru/LC_MESSAGES/libgirara-gtk2-1.mo -%%NLS%%share/locale/tr/LC_MESSAGES/libgirara-gtk2-1.mo +lib/libgirara-gtk3.a +lib/libgirara-gtk3.so +lib/libgirara-gtk3.so.1 +lib/libgirara-gtk3.so.1.1 +libdata/pkgconfig/girara-gtk3.pc +%%NLS%%share/locale/de/LC_MESSAGES/libgirara-gtk3-1.mo +%%NLS%%share/locale/el/LC_MESSAGES/libgirara-gtk3-1.mo +%%NLS%%share/locale/eo/LC_MESSAGES/libgirara-gtk3-1.mo +%%NLS%%share/locale/es/LC_MESSAGES/libgirara-gtk3-1.mo +%%NLS%%share/locale/fr/LC_MESSAGES/libgirara-gtk3-1.mo +%%NLS%%share/locale/he/LC_MESSAGES/libgirara-gtk3-1.mo +%%NLS%%share/locale/it/LC_MESSAGES/libgirara-gtk3-1.mo +%%NLS%%share/locale/pl/LC_MESSAGES/libgirara-gtk3-1.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/libgirara-gtk3-1.mo +%%NLS%%share/locale/ru/LC_MESSAGES/libgirara-gtk3-1.mo +%%NLS%%share/locale/tr/LC_MESSAGES/libgirara-gtk3-1.mo @dirrm include/girara From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 21:27:25 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 ESMTPS id 6296D1A0; Thu, 28 Nov 2013 21:27:25 +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 4C14B15EC; Thu, 28 Nov 2013 21:27:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASLRPVN011516; Thu, 28 Nov 2013 21:27:25 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASLROd5011514; Thu, 28 Nov 2013 21:27:24 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311282127.rASLROd5011514@svn.freebsd.org> From: Marcus von Appen Date: Thu, 28 Nov 2013 21:27:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335122 - in head/games/HeroesOfMightAndMagic: . files scripts 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.16 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: Thu, 28 Nov 2013 21:27:25 -0000 Author: mva Date: Thu Nov 28 21:27:24 2013 New Revision: 335122 URL: http://svnweb.freebsd.org/changeset/ports/335122 Log: - Simplify port installation. Install everything from the CD, since the mixture with symlinks breaks the game from time to time - Remove the deprecation - it does not need gtk from Linux Added: head/games/HeroesOfMightAndMagic/pkg-plist (contents, props changed) Deleted: head/games/HeroesOfMightAndMagic/files/ head/games/HeroesOfMightAndMagic/scripts/ Modified: head/games/HeroesOfMightAndMagic/Makefile (contents, props changed) Modified: head/games/HeroesOfMightAndMagic/Makefile ============================================================================== --- head/games/HeroesOfMightAndMagic/Makefile Thu Nov 28 21:08:38 2013 (r335121) +++ head/games/HeroesOfMightAndMagic/Makefile Thu Nov 28 21:27:24 2013 (r335122) @@ -11,25 +11,44 @@ DISTFILES= MAINTAINER= mva@FreeBSD.org COMMENT= BSD Installation of the Linux game "Heroes of Might and Magic III" -DEPRECATED= Depends on deprecated Linux GTK1 -EXPIRATION_DATE=2013-12-01 - -PLIST= ${WRKDIR}/PLIST -IS_INTERACTIVE= yes ONLY_FOR_ARCHS= i386 amd64 -USE_LINUX= yes -USE_LINUX_APPS= gtk NO_BUILD= yes NO_WRKSUBDIR= yes NO_CDROM= Software is commercial NO_PACKAGE= Software is commercial +NO_STAGE= yes # NO_PACKAGE does not go well with STAGEDIR and pkg_tools GAMESUBDIR= games/Heroes3 -GAMEDIR= ${PREFIX}/${GAMESUBDIR} -SCRIPTS_ENV+= INSTALL_DATA="${INSTALL_DATA}" PLIST=${PLIST} PKGDIR=${PKGDIR} +GAMEDIR= ${STAGEDIR}${PREFIX}/${GAMESUBDIR} + +GAMEFILES= README Heroes_III_Tutorial.pdf icon.bmp icon.xpm +DATAFILES= *.lod *.snd + +.if !defined(CDROM_MOUNT) +BROKEN= ${PKGNAME} requires CDROM_MOUNT to be set to the mount point of the CD +.endif -NO_STAGE= yes do-install: - @cd ${.CURDIR} && ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/do-install + ${MKDIR} ${GAMEDIR}/bin + ${INSTALL_PROGRAM} ${CDROM_MOUNT}/bin/x86/heroes3 ${GAMEDIR} + ${BRANDELF} -t Linux ${GAMEDIR}/heroes3 + ${LN} -sf ${PREFIX}/${GAMESUBDIR}/heroes3 ${STAGEDIR}${PREFIX}/bin/heroes3 +.for f in ${GAMEFILES} + ${INSTALL_DATA} ${CDROM_MOUNT}/${f} ${GAMEDIR} +.endfor + ${MKDIR} ${GAMEDIR}/data + ${TOUCH} ${GAMEDIR}/data/hiscore.dat + ${CHMOD} 666 ${GAMEDIR}/data/hiscore.dat +.for f in ${DATAFILES} + ${INSTALL_DATA} ${CDROM_MOUNT}/data/${f} ${GAMEDIR}/data +.endfor + ${MKDIR} ${GAMEDIR}/maps + ${INSTALL_DATA} ${CDROM_MOUNT}/maps/* ${GAMEDIR}/maps + ${MKDIR} ${GAMEDIR}/data/video + ${INSTALL_DATA} ${CDROM_MOUNT}/data/video/*.mjpg ${GAMEDIR}/data/video + ${INSTALL_DATA} ${CDROM_MOUNT}/data/video/credits.pcx ${GAMEDIR}/data/video + ${INSTALL_DATA} ${CDROM_MOUNT}/data/video/*.mpg ${GAMEDIR}/data/video + ${MKDIR} ${GAMEDIR}/mp3 + ${INSTALL_DATA} ${CDROM_MOUNT}/mp3/* ${GAMEDIR}/mp3 .include Added: head/games/HeroesOfMightAndMagic/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/HeroesOfMightAndMagic/pkg-plist Thu Nov 28 21:27:24 2013 (r335122) @@ -0,0 +1,171 @@ +bin/heroes3 +games/Heroes3/Heroes_III_Tutorial.pdf +games/Heroes3/README +games/Heroes3/data/h3bitmap.lod +games/Heroes3/data/h3sprite.lod +games/Heroes3/data/heroes3.snd +games/Heroes3/data/heroes3cd.snd +games/Heroes3/data/hiscore.dat +games/Heroes3/data/video/3dologo.mpg +games/Heroes3/data/video/cevil1.mjpg +games/Heroes3/data/video/cevil2.mjpg +games/Heroes3/data/video/cgood1.mjpg +games/Heroes3/data/video/cgood2.mjpg +games/Heroes3/data/video/cgood3.mjpg +games/Heroes3/data/video/cneutral.mjpg +games/Heroes3/data/video/credits.mjpg +games/Heroes3/data/video/credits.pcx +games/Heroes3/data/video/csecret.mjpg +games/Heroes3/data/video/defendall.mjpg +games/Heroes3/data/video/defendloop.mjpg +games/Heroes3/data/video/endgame.mpg +games/Heroes3/data/video/evil1a.mpg +games/Heroes3/data/video/evil1b.mpg +games/Heroes3/data/video/evil1c.mpg +games/Heroes3/data/video/evil2a.mpg +games/Heroes3/data/video/evil2ap1.mpg +games/Heroes3/data/video/evil2ap2.mpg +games/Heroes3/data/video/evil2b.mpg +games/Heroes3/data/video/evil2c.mpg +games/Heroes3/data/video/evil2d.mpg +games/Heroes3/data/video/good1a.mpg +games/Heroes3/data/video/good1b.mpg +games/Heroes3/data/video/good1c.mpg +games/Heroes3/data/video/good2a.mpg +games/Heroes3/data/video/good2b.mpg +games/Heroes3/data/video/good2c.mpg +games/Heroes3/data/video/good2d.mpg +games/Heroes3/data/video/good3a.mpg +games/Heroes3/data/video/good3b.mpg +games/Heroes3/data/video/good3c.mpg +games/Heroes3/data/video/h3intro.mpg +games/Heroes3/data/video/hsanim.mpg +games/Heroes3/data/video/hsloop.mpg +games/Heroes3/data/video/lbloop.mjpg +games/Heroes3/data/video/lbstart.mjpg +games/Heroes3/data/video/losecslp.mjpg +games/Heroes3/data/video/losecstl.mjpg +games/Heroes3/data/video/losegame.mpg +games/Heroes3/data/video/neutrala.mpg +games/Heroes3/data/video/neutralb.mpg +games/Heroes3/data/video/neutralc.mpg +games/Heroes3/data/video/nwclogo.mpg +games/Heroes3/data/video/pgtrnlft.mjpg +games/Heroes3/data/video/pgtrnrgh.mjpg +games/Heroes3/data/video/progressbar.mjpg +games/Heroes3/data/video/rtloop.mjpg +games/Heroes3/data/video/rtstart.mjpg +games/Heroes3/data/video/secreta.mpg +games/Heroes3/data/video/secretb.mpg +games/Heroes3/data/video/secretc.mpg +games/Heroes3/data/video/surrender.mjpg +games/Heroes3/data/video/tavern.mjpg +games/Heroes3/data/video/win3.mjpg +games/Heroes3/heroes3 +games/Heroes3/icon.bmp +games/Heroes3/icon.xpm +games/Heroes3/maps/all for one.h3m +games/Heroes3/maps/ascension.h3m +games/Heroes3/maps/barbarian breakout.h3m +games/Heroes3/maps/barbarian breakouta.h3m +games/Heroes3/maps/buried treasure.h3m +games/Heroes3/maps/crimson and clover.h3m +games/Heroes3/maps/crimson and clovera.h3m +games/Heroes3/maps/dead and buried.h3m +games/Heroes3/maps/divided loyalties.h3m +games/Heroes3/maps/divided loyaltiesa.h3m +games/Heroes3/maps/dragon orb.h3m +games/Heroes3/maps/emerald isles.h3m +games/Heroes3/maps/emerald islesa.h3m +games/Heroes3/maps/free for all.h3m +games/Heroes3/maps/good to go.h3m +games/Heroes3/maps/island of fire.h3m +games/Heroes3/maps/islands and caves.h3m +games/Heroes3/maps/judgement day.h3m +games/Heroes3/maps/key to victory.h3m +games/Heroes3/maps/knee deep in the dead.h3m +games/Heroes3/maps/knight of darkness.h3m +games/Heroes3/maps/manifest destiny.h3m +games/Heroes3/maps/middletown.h3m +games/Heroes3/maps/myth and legend.h3m +games/Heroes3/maps/noahs ark.h3m +games/Heroes3/maps/overthrow thy neighbors.h3m +games/Heroes3/maps/peacemaker.h3m +games/Heroes3/maps/pirates.h3m +games/Heroes3/maps/race for ardintinny.h3m +games/Heroes3/maps/realm of chaos.h3m +games/Heroes3/maps/realm of chaosa.h3m +games/Heroes3/maps/rebellion.h3m +games/Heroes3/maps/rumble in the bogs.h3m +games/Heroes3/maps/rumble in the bogsa.h3m +games/Heroes3/maps/search for the grail.h3m +games/Heroes3/maps/serpents treasure.h3m +games/Heroes3/maps/southern cross.h3m +games/Heroes3/maps/the five rings.h3m +games/Heroes3/maps/the mandate of heaven.h3m +games/Heroes3/maps/titans winter.h3m +games/Heroes3/maps/tutorial.tut +games/Heroes3/maps/unholy quest.h3m +games/Heroes3/maps/vial of life.h3m +games/Heroes3/maps/warlords.h3m +games/Heroes3/maps/warlordsa.h3m +games/Heroes3/maps/warmongers.h3m +games/Heroes3/maps/when dragons clash.h3m +games/Heroes3/maps/wings of war.h3m +games/Heroes3/maps/xathras prize.h3m +games/Heroes3/mp3/aitheme0.mp3 +games/Heroes3/mp3/aitheme1.mp3 +games/Heroes3/mp3/aitheme2.mp3 +games/Heroes3/mp3/campainmusic01.mp3 +games/Heroes3/mp3/campainmusic02.mp3 +games/Heroes3/mp3/campainmusic03.mp3 +games/Heroes3/mp3/campainmusic04.mp3 +games/Heroes3/mp3/campainmusic05.mp3 +games/Heroes3/mp3/campainmusic06.mp3 +games/Heroes3/mp3/campainmusic07.mp3 +games/Heroes3/mp3/campainmusic08.mp3 +games/Heroes3/mp3/campainmusic09.mp3 +games/Heroes3/mp3/combat01.mp3 +games/Heroes3/mp3/combat02.mp3 +games/Heroes3/mp3/combat03.mp3 +games/Heroes3/mp3/combat04.mp3 +games/Heroes3/mp3/cstletown.mp3 +games/Heroes3/mp3/defend castle.mp3 +games/Heroes3/mp3/dirt.mp3 +games/Heroes3/mp3/dungeon.mp3 +games/Heroes3/mp3/eviltheme.mp3 +games/Heroes3/mp3/fortresstown.mp3 +games/Heroes3/mp3/goodtheme.mp3 +games/Heroes3/mp3/grass.mp3 +games/Heroes3/mp3/infernotown.mp3 +games/Heroes3/mp3/lava.mp3 +games/Heroes3/mp3/looplepr.mp3 +games/Heroes3/mp3/lose campain.mp3 +games/Heroes3/mp3/losecastle.mp3 +games/Heroes3/mp3/losecombat.mp3 +games/Heroes3/mp3/mainmenu.mp3 +games/Heroes3/mp3/necrotown.mp3 +games/Heroes3/mp3/neutraltheme.mp3 +games/Heroes3/mp3/rampart.mp3 +games/Heroes3/mp3/retreat battle.mp3 +games/Heroes3/mp3/rough.mp3 +games/Heroes3/mp3/sand.mp3 +games/Heroes3/mp3/secrettheme.mp3 +games/Heroes3/mp3/snow.mp3 +games/Heroes3/mp3/stronghold.mp3 +games/Heroes3/mp3/surrender battle.mp3 +games/Heroes3/mp3/swamp.mp3 +games/Heroes3/mp3/towertown.mp3 +games/Heroes3/mp3/ultimatelose.mp3 +games/Heroes3/mp3/underground.mp3 +games/Heroes3/mp3/water.mp3 +games/Heroes3/mp3/win battle.mp3 +games/Heroes3/mp3/win scenario.mp3 +@dirrmtry games/Heroes3/mp3 +@dirrmtry games/Heroes3/maps +@dirrm games/Heroes3/data/video +@dirrm games/Heroes3/data +@dirrm games/Heroes3/bin +@dirrm games/Heroes3 +@dirrmtry games + From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 21:56:20 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 ESMTPS id 22A8A6E8; Thu, 28 Nov 2013 21:56:20 +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 0DBF81727; Thu, 28 Nov 2013 21:56:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASLuJR9021129; Thu, 28 Nov 2013 21:56:19 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASLuJAE021127; Thu, 28 Nov 2013 21:56:19 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311282156.rASLuJAE021127@svn.freebsd.org> From: Marcus von Appen Date: Thu, 28 Nov 2013 21:56:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335123 - in head/games/manaplus: . 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.16 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: Thu, 28 Nov 2013 21:56:20 -0000 Author: mva Date: Thu Nov 28 21:56:19 2013 New Revision: 335123 URL: http://svnweb.freebsd.org/changeset/ports/335123 Log: - Update to version 1.3.11.24 Deleted: head/games/manaplus/files/ Modified: head/games/manaplus/Makefile head/games/manaplus/distinfo (contents, props changed) Modified: head/games/manaplus/Makefile ============================================================================== --- head/games/manaplus/Makefile Thu Nov 28 21:27:24 2013 (r335122) +++ head/games/manaplus/Makefile Thu Nov 28 21:56:19 2013 (r335123) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= manaplus -PORTVERSION= 1.3.11.10 +PORTVERSION= 1.3.11.24 CATEGORIES= games MASTER_SITES= http://download.evolonline.org/manaplus/download/${PORTVERSION}/ Modified: head/games/manaplus/distinfo ============================================================================== --- head/games/manaplus/distinfo Thu Nov 28 21:27:24 2013 (r335122) +++ head/games/manaplus/distinfo Thu Nov 28 21:56:19 2013 (r335123) @@ -1,2 +1,2 @@ -SHA256 (manaplus-1.3.11.10.tar.xz) = f26a6d08f01f0f237d618d4b702b8a4c492153206d4c8ecbd19c051e69402e76 -SIZE (manaplus-1.3.11.10.tar.xz) = 7363924 +SHA256 (manaplus-1.3.11.24.tar.xz) = 0a64dfe9d87d83d059a503e18ff2ff1dae34f386d3c193b42274a2a820807139 +SIZE (manaplus-1.3.11.24.tar.xz) = 7406740 From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 21:57:02 2013 Return-Path: Delivered-To: svn-ports-head@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 A6A247C6; Thu, 28 Nov 2013 21:57:02 +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 90382172C; Thu, 28 Nov 2013 21:57:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASLv2ee021332; Thu, 28 Nov 2013 21:57:02 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASLv1KU021322; Thu, 28 Nov 2013 21:57:01 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201311282157.rASLv1KU021322@svn.freebsd.org> From: Koop Mast Date: Thu, 28 Nov 2013 21:57:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335124 - in head: Mk multimedia multimedia/gstreamer1-vaapi 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.16 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: Thu, 28 Nov 2013 21:57:02 -0000 Author: kwm Date: Thu Nov 28 21:57:01 2013 New Revision: 335124 URL: http://svnweb.freebsd.org/changeset/ports/335124 Log: Add gstreamer vaapi, plugin and support libraries to enable hardware accelerated video decoding through the VA-API library. Added: head/multimedia/gstreamer1-vaapi/ head/multimedia/gstreamer1-vaapi/Makefile (contents, props changed) head/multimedia/gstreamer1-vaapi/distinfo (contents, props changed) head/multimedia/gstreamer1-vaapi/pkg-descr (contents, props changed) head/multimedia/gstreamer1-vaapi/pkg-plist (contents, props changed) Modified: head/Mk/bsd.gstreamer.mk head/multimedia/Makefile Modified: head/Mk/bsd.gstreamer.mk ============================================================================== --- head/Mk/bsd.gstreamer.mk Thu Nov 28 21:56:19 2013 (r335123) +++ head/Mk/bsd.gstreamer.mk Thu Nov 28 21:57:01 2013 (r335124) @@ -90,7 +90,7 @@ _GSTREAMER_PLUGINS+= \ .if defined(USE_GSTREAMER1) _GSTREAMER_PLUGINS+= \ assrender curl dvdread kate libav modplug openjpeg png rtmp \ - spandsp vpx webp x ximagesrc zbar + spandsp vaapi vpx webp x ximagesrc zbar .endif # other plugins @@ -300,6 +300,8 @@ rtmp_DEPENDS= multimedia/gstreamer1-plug v4l2_DEPENDS= multimedia/gstreamer-plugins-v4l2 +vaapi_DEPENDS= multimedia/gstreamer-plugins-vaapi + vp8_DEPENDS= multimedia/gstreamer-plugins-vp8 vpx_DEPENDS= multimedia/gstreamer-plugins-vpx Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Thu Nov 28 21:56:19 2013 (r335123) +++ head/multimedia/Makefile Thu Nov 28 21:57:01 2013 (r335124) @@ -134,6 +134,7 @@ SUBDIR += gstreamer1-plugins-v4l2 SUBDIR += gstreamer1-plugins-vpx SUBDIR += gstreamer1-plugins-x264 + SUBDIR += gstreamer1-vaapi SUBDIR += gstreamermm SUBDIR += gtk-recordmydesktop SUBDIR += gtk-youtube-viewer Added: head/multimedia/gstreamer1-vaapi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer1-vaapi/Makefile Thu Nov 28 21:57:01 2013 (r335124) @@ -0,0 +1,38 @@ +# Created by: Koop Mast +# $FreeBSD$ + +PORTNAME= gstreamer1-vaapi +PORTVERSION= 0.5.7 +CATEGORIES= multimedia +MASTER_SITES= http://www.freedesktop.org/software/vaapi/releases/gstreamer-vaapi/ +DISTNAME= gstreamer-vaapi-${PORTVERSION} + +MAINTAINER= multimedia@FreeBSD.org +COMMENT= GStreamer hardware video decoding via VA-API plug-in + +LICENSE= LGPL21 + +LIB_DEPENDS= libva.so:${PORTSDIR}/multimedia/libva + +USE_BZIP2= yes +USE_LDCONFIG= yes +USE_GSTREAMER1= yes +GNU_CONFIGURE= yes +USE_GL= gl +USE_XORG= x11 xrandr xrender xproto:build +USES= gmake pkgconfig +CONFIGURE_ARGS= --disable-wayland --with-gstreamer-api=1.2 +PATHFIX_MAKEFILEIN= configure + +PLIST_SUB= VERSION=1.2 + +# manual since pathfix doesn't work. +post-patch: + @${REINPLACE_CMD} -e 's|[{]libdir[}]/pkgconfig|{prefix}/libdata/pkgconfig|g' \ + ${WRKSRC}/configure + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgst*-1.2.so.0 + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gstreamer-1.0/libgstvaapi.so + +.include Added: head/multimedia/gstreamer1-vaapi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer1-vaapi/distinfo Thu Nov 28 21:57:01 2013 (r335124) @@ -0,0 +1,2 @@ +SHA256 (gstreamer-vaapi-0.5.7.tar.bz2) = d5a71179669dfc1d529e0248e6929e5136c6b3bbe634826b796f559dae974b88 +SIZE (gstreamer-vaapi-0.5.7.tar.bz2) = 816828 Added: head/multimedia/gstreamer1-vaapi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer1-vaapi/pkg-descr Thu Nov 28 21:57:01 2013 (r335124) @@ -0,0 +1,8 @@ +gstreamer-vaapi is a collection of GStreamer plugins and helper +libraries that allow hardware accelerated video decoding through +VA-API. Depending on the underlying hardware, the following video +decoders are supported: JPEG, MPEG-2, MPEG-4:2, H.264 and VC-1. +Renderers are available for X11, GLX, Wayland and raw DRM for headless +pipelines. + +WWW: https://gitorious.org/vaapi/gstreamer-vaapi Added: head/multimedia/gstreamer1-vaapi/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/gstreamer1-vaapi/pkg-plist Thu Nov 28 21:57:01 2013 (r335124) @@ -0,0 +1,52 @@ +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapidecoder.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapidecoder_h264.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapidecoder_jpeg.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapidecoder_mpeg2.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapidecoder_mpeg4.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapidecoder_vc1.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapidisplay.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapidisplay_drm.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapidisplay_glx.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapidisplay_wayland.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapidisplay_x11.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapifilter.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapiimage.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapiimagepool.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapiobject.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapipixmap.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapipixmap_x11.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapiprofile.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapisubpicture.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapisurface.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapisurfacepool.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapisurfaceproxy.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapitexture.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapitypes.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapivalue.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapivideopool.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapiwindow.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapiwindow_drm.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapiwindow_glx.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapiwindow_wayland.h +include/gstreamer-%%VERSION%%/gst/vaapi/gstvaapiwindow_x11.h +include/gstreamer-%%VERSION%%/gst/vaapi/video-format.h +lib/gstreamer-1.0/libgstvaapi.la +lib/gstreamer-1.0/libgstvaapi.so +lib/libgstvaapi-%%VERSION%%.a +lib/libgstvaapi-%%VERSION%%.la +lib/libgstvaapi-%%VERSION%%.so +lib/libgstvaapi-%%VERSION%%.so.0 +lib/libgstvaapi-glx-%%VERSION%%.a +lib/libgstvaapi-glx-%%VERSION%%.la +lib/libgstvaapi-glx-%%VERSION%%.so +lib/libgstvaapi-glx-%%VERSION%%.so.0 +lib/libgstvaapi-x11-%%VERSION%%.a +lib/libgstvaapi-x11-%%VERSION%%.la +lib/libgstvaapi-x11-%%VERSION%%.so +lib/libgstvaapi-x11-%%VERSION%%.so.0 +libdata/pkgconfig/gstreamer-vaapi-%%VERSION%%.pc +libdata/pkgconfig/gstreamer-vaapi-glx-%%VERSION%%.pc +libdata/pkgconfig/gstreamer-vaapi-x11-%%VERSION%%.pc +@dirrmtry include/gstreamer-%%VERSION%%/gst/vaapi +@dirrmtry include/gstreamer-%%VERSION%%/gst +@dirrmtry include/gstreamer-%%VERSION%% From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 22:15:59 2013 Return-Path: Delivered-To: svn-ports-head@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 1184334C; Thu, 28 Nov 2013 22:15:59 +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 D70AE185C; Thu, 28 Nov 2013 22:15:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASMFweS028694; Thu, 28 Nov 2013 22:15:58 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASMFwDq028693; Thu, 28 Nov 2013 22:15:58 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201311282215.rASMFwDq028693@svn.freebsd.org> From: Koop Mast Date: Thu, 28 Nov 2013 22:15:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335125 - head/multimedia/py-gstreamer 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.16 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: Thu, 28 Nov 2013 22:15:59 -0000 Author: kwm Date: Thu Nov 28 22:15:58 2013 New Revision: 335125 URL: http://svnweb.freebsd.org/changeset/ports/335125 Log: Stagify, update comment and switch to USES. Modified: head/multimedia/py-gstreamer/Makefile Modified: head/multimedia/py-gstreamer/Makefile ============================================================================== --- head/multimedia/py-gstreamer/Makefile Thu Nov 28 21:57:01 2013 (r335124) +++ head/multimedia/py-gstreamer/Makefile Thu Nov 28 22:15:58 2013 (r335125) @@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= gst-python-${PORTVERSION} MAINTAINER= multimedia@FreeBSD.org -COMMENT= A set of Python bindings for gstreamer +COMMENT= Python bindings for gstreamer LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING @@ -19,18 +19,16 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 -USES= pkgconfig +USES= gmake pathfix pkgconfig USE_PYTHON= -2.7 USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= pygobject gnomehack +USE_GNOME= pygobject USE_GSTREAMER= yes GNU_CONFIGURE= yes PLIST_SUB= VERSION="${GST_VERSION}" CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE} ${PTHREAD_LIBS} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|DLFCN|dl|g' ${WRKSRC}/gst/__init__.py @${REINPLACE_CMD} -e 's|alsasink|osssink|g' -e 's|alsasrc|osssrc|g' \ @@ -42,7 +40,11 @@ post-patch: .endfor post-install: - @cd ${PYTHONPREFIX_SITELIBDIR} && ${PYTHON_CMD} -OOOO -c 'import pygst' && \ - ${PYTHON_CMD} -c 'import pygst' + ${SETENV} PYTHON=${PYTHON_CMD} ${SH} ${WRKSRC}/py-compile --destdir ${STAGEDIR} \ + --basedir ${PYTHON_SITELIBDIR} \ + ${STAGEDIR}${PYTHON_SITELIBDIR}/pygst.py + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/gst-0.10/gst/*.so + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/*.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gstreamer-0.10/libgstpython.so .include From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 22:29:39 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 ESMTPS id E33A34EC; Thu, 28 Nov 2013 22:29:39 +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 CCE6C18CF; Thu, 28 Nov 2013 22:29:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASMTdZV032523; Thu, 28 Nov 2013 22:29:39 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASMTd04032520; Thu, 28 Nov 2013 22:29:39 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201311282229.rASMTd04032520@svn.freebsd.org> From: Dmitry Marakasov Date: Thu, 28 Nov 2013 22:29:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335126 - in head/games/warzone2100: . 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.16 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: Thu, 28 Nov 2013 22:29:40 -0000 Author: amdmi3 Date: Thu Nov 28 22:29:38 2013 New Revision: 335126 URL: http://svnweb.freebsd.org/changeset/ports/335126 Log: - Support staging - Use new LIB_DEPENDS syntax - Use new OPTIONS features - Fix segfault on 10.x Modified: head/games/warzone2100/Makefile head/games/warzone2100/files/patch-build__tools-autorevision head/games/warzone2100/pkg-plist Modified: head/games/warzone2100/Makefile ============================================================================== --- head/games/warzone2100/Makefile Thu Nov 28 22:15:58 2013 (r335125) +++ head/games/warzone2100/Makefile Thu Nov 28 22:29:38 2013 (r335126) @@ -15,14 +15,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ unzip:${PORTSDIR}/archivers/unzip \ ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex -LIB_DEPENDS= physfs:${PORTSDIR}/devel/physfs \ - png15:${PORTSDIR}/graphics/png \ - vorbis:${PORTSDIR}/audio/libvorbis \ - theora:${PORTSDIR}/multimedia/libtheora \ - GLEW:${PORTSDIR}/graphics/glew \ - fribidi:${PORTSDIR}/converters/fribidi \ - freetype:${PORTSDIR}/print/freetype2 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ + libpng.so:${PORTSDIR}/graphics/png \ + libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libtheora.so:${PORTSDIR}/multimedia/libtheora \ + libGLEW.so:${PORTSDIR}/graphics/glew \ + libfribidi.so:${PORTSDIR}/converters/fribidi \ + libfreetype.so:${PORTSDIR}/print/freetype2 \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans.ttf:${PORTSDIR}/x11-fonts/dejavu USE_XZ= yes @@ -39,27 +39,25 @@ CONFIGURE_ENV= LIBS="${PTHREAD_LIBS}" \ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib REINPLACE_ARGS= -i '' + PORTDOCS= * -USE_GCC= yes +PORTDATA= * + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_DEFAILT=DOCS NLS +OPTIONS_SUB= yes + +NLS_USES= gettext +NLS_CONFIGURE_ENABLE=nls -NO_STAGE= yes .include -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " +.if ${OSVERSION} < 1000000 +USE_GCC= yes .endif post-patch: @${REINPLACE_CMD} -e 's|-Werror||g' ${WRKSRC}/configure -.if ! ${PORT_OPTIONS:MDOCS} - @${REINPLACE_CMD} -Ee 's|install-dist_docDATA$$||' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|^install: install-am|install:|' \ - ${WRKSRC}/doc/Makefile.in -.endif + @${REINPLACE_CMD} -e 's|./build_tools/autorevision|& -f|g' ${WRKSRC}/src/Makefile.in .include Modified: head/games/warzone2100/files/patch-build__tools-autorevision ============================================================================== --- head/games/warzone2100/files/patch-build__tools-autorevision Thu Nov 28 22:15:58 2013 (r335125) +++ head/games/warzone2100/files/patch-build__tools-autorevision Thu Nov 28 22:29:38 2013 (r335126) @@ -1,14 +1,18 @@ -Update autorevision with latest, portable, version --- build_tools/autorevision.orig 2013-01-15 03:54:06.000000000 +0400 -+++ build_tools/autorevision 2013-01-21 20:38:26.811933361 +0400 -@@ -1,4 +1,4 @@ ++++ build_tools/autorevision 2013-11-28 22:51:48.683986977 +0400 +@@ -1,12 +1,14 @@ -#!/bin/bash +#!/bin/sh - # Copyright (c) 2012 dak180 - # See http://opensource.org/licenses/bsd-license.php for licence terms -@@ -6,7 +6,7 @@ - # autorevision - extracts metadata about the head version from your repository. +-# Copyright (c) 2012 dak180 +-# See http://opensource.org/licenses/bsd-license.php for licence terms ++# Copyright (c) 2012 - 2013 dak180 and contributors. See ++# http://opensource.org/licenses/mit-license.php or the included ++# COPYING.md for licence terms. + # +-# autorevision - extracts metadata about the head version from your repository. ++# autorevision - extracts metadata about the head version from your ++# repository. # Usage message. -function arUsage { @@ -16,8 +20,19 @@ Update autorevision with latest, portabl cat > "/dev/stderr" << EOF usage: ./autorevision {-t output-type | -s symbol} [-o cache-file [-f] ] [-V] Options include: -@@ -29,6 +29,8 @@ +@@ -14,6 +16,7 @@ + -s symbol = specify symbol output + -o cache-file = specify cache file location + -f = force the use of cache data ++ -U = check for untracked files in svn + -V = emit version and exit + -? = help message + +@@ -27,8 +30,11 @@ + php = PHP file + ini = INI file js = javascript file ++ json = JSON file java = Java file javaprop = Java properties file + tex = (La)TeX file @@ -25,16 +40,29 @@ Update autorevision with latest, portabl The following are valid symbols: VCS_TYPE -@@ -46,7 +48,7 @@ +@@ -46,9 +52,9 @@ } # Config -ARVERSION="1.1" -+ARVERSION="1.4" ++ARVERSION="&&ARVERSION&&" TARGETFILE="/dev/stdout" - while getopts ":t:o:s:Vf" OPTION; do +-while getopts ":t:o:s:Vf" OPTION; do ++while getopts ":t:o:s:VfU" OPTION; do case "${OPTION}" in -@@ -73,14 +75,14 @@ + t) + AFILETYPE="${OPTARG}" +@@ -62,6 +68,9 @@ + s) + VAROUT="${OPTARG}" + ;; ++ U) ++ UNTRACKEDFILES="1" ++ ;; + V) + echo "autorevision ${ARVERSION}" + exit 0 +@@ -73,56 +82,70 @@ esac done @@ -52,7 +80,13 @@ Update autorevision with latest, portabl # If -f is specified without -o: arUsage fi -@@ -88,20 +90,20 @@ + ++# Make sure that the path we are given is one we can source ++# (dash, we are looking at you). ++if [ ! -z "${CACHEFILE}" ] && ! echo "${CACHEFILE}" | grep -q '^\.*/'; then ++ CACHEFILE="./${CACHEFILE}" ++fi ++ # Functions to extract data from different repo types. # For git repos @@ -67,7 +101,7 @@ Update autorevision with latest, portabl - # Is the working copy clean? - git diff --quiet HEAD &> /dev/null + # Is the working copy clean? -+ test -z "$(git status -uno --porcelain)" ++ test -z "$(git status --untracked-files=normal --porcelain)" VCS_WC_MODIFIED="${?}" # Enumeration of changesets @@ -77,7 +111,33 @@ Update autorevision with latest, portabl echo "warning: Counting the number of revisions may be slower due to an outdated git version less than 1.7.2.3. If something breaks, please update it." 1>&2 VCS_NUM="$(git rev-list HEAD | wc -l)" fi -@@ -122,7 +124,7 @@ + +- # The full revision hash +- VCS_FULL_HASH="$(git rev-parse HEAD)" ++ # This may be a git-svn remote. If so, report the Subversion revision. ++ if [ -z "$(git config svn-remote.svn.url 2>/dev/null)" ] ++ then ++ # The full revision hash ++ VCS_FULL_HASH="$(git rev-parse HEAD)" + +- # The short hash +- VCS_SHORT_HASH="$(echo "${VCS_FULL_HASH}" | cut -b 1-7)" ++ # The short hash ++ VCS_SHORT_HASH="$(echo "${VCS_FULL_HASH}" | cut -b 1-7)" ++ else ++ # The git-svn revision number ++ VCS_FULL_HASH="$(git svn find-rev HEAD)" ++ VCS_SHORT_HASH="${VCS_FULL_HASH}" ++ fi + + # Current branch + VCS_BRANCH="$(git rev-parse --symbolic-full-name --verify "$(git name-rev --name-only --no-undefined HEAD 2>/dev/null)" 2>/dev/null | sed -e 's:refs/heads/::' | sed -e 's:refs/::')" + + # Cache the description +- DESCRIPTION="$(git describe --long --tags 2>/dev/null)" ++ local DESCRIPTION="$(git describe --long --tags 2>/dev/null)" + + # Current or last tag ancestor (empty if no tags) VCS_TAG="$(echo "${DESCRIPTION}" | sed -e "s:-g${VCS_SHORT_HASH}\$::" | sed -e 's:-[0-9]*$::')" # Distance to last tag or an alias of VCS_NUM if there is no tag @@ -86,7 +146,7 @@ Update autorevision with latest, portabl VCS_TICK="$(echo "${DESCRIPTION}" | sed -e "s:${VCS_TAG}-::" -e "s:-g${VCS_SHORT_HASH}::")" else VCS_TICK="${VCS_NUM}" -@@ -133,7 +135,7 @@ +@@ -133,7 +156,7 @@ } # For hg repos @@ -95,7 +155,16 @@ Update autorevision with latest, portabl cd "$(hg root)" VCS_TYPE="hg" -@@ -157,7 +159,7 @@ +@@ -141,7 +164,7 @@ + VCS_BASENAME="$(basename "${PWD}")" + + # Is the working copy clean? +- hg sum | grep -q 'commit: (clean)' ++ test -z "$(hg status -duram)" + VCS_WC_MODIFIED="${?}" + + # Enumeration of changesets +@@ -157,7 +180,7 @@ # or branch if no bookmark VCS_BRANCH="$(hg id -B | cut -d ' ' -f 1)" # Fall back to the branch if there are no bookmarks @@ -104,7 +173,7 @@ Update autorevision with latest, portabl VCS_BRANCH="$(hg id -b)" fi -@@ -165,7 +167,7 @@ +@@ -165,7 +188,7 @@ VCS_TAG="$(hg log -r "${VCS_NUM}" -l 1 --template '{latesttag}\n' 2>/dev/null | sed -e 's:qtip::' -e 's:tip::' -e 's:qbase::' -e 's:qparent::' -e "s:$(hg --config 'extensions.color=' --color never qtop 2>/dev/null)::" | cut -d ' ' -f 1)" # Distance to last tag or an alias of VCS_NUM if there is no tag @@ -113,7 +182,7 @@ Update autorevision with latest, portabl VCS_TICK="$(hg log -r "${VCS_NUM}" -l 1 --template '{latesttagdistance}\n' 2>/dev/null)" else VCS_TICK="${VCS_NUM}" -@@ -176,7 +178,7 @@ +@@ -176,7 +199,7 @@ } # For bzr repos @@ -122,7 +191,7 @@ Update autorevision with latest, portabl cd "$(bzr root)" VCS_TYPE="bzr" -@@ -194,7 +196,7 @@ +@@ -194,7 +217,7 @@ VCS_FULL_HASH="$(bzr version-info --custom --template='{revision_id}\n')" # The short hash @@ -131,7 +200,7 @@ Update autorevision with latest, portabl # Nick of the current branch VCS_BRANCH="$(bzr nick)" -@@ -203,7 +205,7 @@ +@@ -203,7 +226,7 @@ VCS_TAG="$(bzr tags --sort=time | sed '/?$/d' | tail -n1 | cut -d ' ' -f1)" # Distance to last tag or an alias of VCS_NUM if there is no tag @@ -140,7 +209,7 @@ Update autorevision with latest, portabl VCS_TICK="$(bzr log --line -r "tag:${VCS_TAG}.." | tail -n +2 | wc -l | sed -e 's:^ *::')" else VCS_TICK="${VCS_NUM}" -@@ -214,17 +216,17 @@ +@@ -214,17 +237,17 @@ } # For svn repos @@ -150,10 +219,12 @@ Update autorevision with latest, portabl case "${PWD}" in /*trunk*|/*branches*|/*tags*) - fn="${PWD}" +- fn="${PWD}" - while [[ "$(basename "${fn}")" != 'trunk' ]] && [[ "$(basename "${fn}")" != 'branches' ]] && [[ "$(basename "${fn}")" != 'tags' ]] && [[ "$(basename "${fn}")" != '/' ]]; do +- fn="$(dirname "${fn}")" ++ local fn="${PWD}" + while [ "$(basename "${fn}")" != 'trunk' ] && [ "$(basename "${fn}")" != 'branches' ] && [ "$(basename "${fn}")" != 'tags' ] && [ "$(basename "${fn}")" != '/' ]; do - fn="$(dirname "${fn}")" ++ local fn="$(dirname "${fn}")" done fn="$(dirname "${fn}")" - if [[ "${fn}" == '/' ]]; then @@ -161,7 +232,35 @@ Update autorevision with latest, portabl VCS_BASENAME="$(basename "${PWD}")" else VCS_BASENAME="$(basename "${fn}")" -@@ -250,7 +252,7 @@ +@@ -234,13 +257,24 @@ + esac + + # Cache svnversion output +- SVNVERSION="$(svnversion)" ++ local SVNVERSION="$(svnversion)" + + # Is the working copy clean? + echo "${SVNVERSION}" | grep -q "M" + case "${?}" in +- 0) VCS_WC_MODIFIED="1";; +- 1) VCS_WC_MODIFIED="0";; ++ 0) ++ VCS_WC_MODIFIED="1" ++ ;; ++ 1) ++ if [ ! -z "${UNTRACKEDFILES}"]; then ++ # `svnversion` does not detect untracked files and `svn status` is really slow, so only run it if we really have to. ++ if [ -z "$(svn status)" ]; then ++ VCS_WC_MODIFIED="0" ++ else ++ VCS_WC_MODIFIED="1" ++ fi ++ fi ++ ;; + esac + + # Enumeration of changesets +@@ -250,28 +284,28 @@ VCS_FULL_HASH="${SVNVERSION}" # The short hash @@ -170,7 +269,11 @@ Update autorevision with latest, portabl # Current branch case "${PWD}" in -@@ -260,13 +262,13 @@ + /*trunk*|/*branches*|/*tags*) +- lastbase="" +- fn="${PWD}" ++ local lastbase="" ++ loacl fn="${PWD}" while : do base="$(basename "${fn}")" @@ -187,7 +290,14 @@ Update autorevision with latest, portabl VCS_BRANCH="" break fi -@@ -290,7 +292,7 @@ +- lastbase="${base}" +- fn="$(dirname "${fn}")" ++ local lastbase="${base}" ++ local fn="$(dirname "${fn}")" + done + ;; + *) VCS_BRANCH="" ;; +@@ -290,7 +324,7 @@ # Functions to output data in different formats. # For header output @@ -196,7 +306,7 @@ Update autorevision with latest, portabl cat > "${TARGETFILE}" << EOF /* Generated by autorevision - do not hand-hack! */ #ifndef AUTOREVISION_H -@@ -316,7 +318,7 @@ +@@ -316,7 +350,7 @@ } # A header output for use with xcode to populate info.plist strings @@ -205,7 +315,7 @@ Update autorevision with latest, portabl cat > "${TARGETFILE}" << EOF /* Generated by autorevision - do not hand-hack! */ #ifndef AUTOREVISION_H -@@ -342,7 +344,7 @@ +@@ -342,7 +376,7 @@ } # For bash output @@ -214,7 +324,7 @@ Update autorevision with latest, portabl cat > "${TARGETFILE}" << EOF # Generated by autorevision - do not hand-hack! -@@ -364,7 +366,7 @@ +@@ -364,7 +398,7 @@ } # For Python output @@ -223,7 +333,7 @@ Update autorevision with latest, portabl case "${VCS_WC_MODIFIED}" in 0) VCS_WC_MODIFIED="False" ;; 1) VCS_WC_MODIFIED="True" ;; -@@ -390,7 +392,7 @@ +@@ -390,7 +424,7 @@ } # For Perl output @@ -232,7 +342,7 @@ Update autorevision with latest, portabl cat << EOF # Generated by autorevision - do not hand-hack! -@@ -412,7 +414,7 @@ +@@ -412,7 +446,7 @@ } # For lua output @@ -241,7 +351,7 @@ Update autorevision with latest, portabl case "${VCS_WC_MODIFIED}" in 0) VCS_WC_MODIFIED="false" ;; 1) VCS_WC_MODIFIED="true" ;; -@@ -438,7 +440,7 @@ +@@ -438,7 +472,7 @@ } # For php output @@ -250,7 +360,7 @@ Update autorevision with latest, portabl case "${VCS_WC_MODIFIED}" in 0) VCS_WC_MODIFIED="false" ;; 1) VCS_WC_MODIFIED="true" ;; -@@ -466,7 +468,7 @@ +@@ -466,7 +500,7 @@ } # For ini output @@ -259,7 +369,7 @@ Update autorevision with latest, portabl case "${VCS_WC_MODIFIED}" in 0) VCS_WC_MODIFIED="false" ;; 1) VCS_WC_MODIFIED="true" ;; -@@ -489,7 +491,7 @@ +@@ -489,7 +523,7 @@ } # For javascript output @@ -268,16 +378,50 @@ Update autorevision with latest, portabl case "${VCS_WC_MODIFIED}" in 1) VCS_WC_MODIFIED="true" ;; 0) VCS_WC_MODIFIED="false" ;; -@@ -522,7 +524,7 @@ +@@ -521,8 +555,32 @@ + EOF } ++# For JSON output ++jsonOutput() { ++ case "${VCS_WC_MODIFIED}" in ++ 1) VCS_WC_MODIFIED="true" ;; ++ 0) VCS_WC_MODIFIED="false" ;; ++ esac ++ cat > "${TARGETFILE}" << EOF ++{ ++ "VCS_TYPE": "${VCS_TYPE}", ++ "VCS_BASENAME": "${VCS_BASENAME}", ++ "VCS_NUM": ${VCS_NUM}, ++ "VCS_DATE": "${VCS_DATE}", ++ "VCS_BRANCH":"${VCS_BRANCH}", ++ "VCS_TAG": "${VCS_TAG}", ++ "VCS_TICK": ${VCS_TICK}, ++ ++ "VCS_FULL_HASH": "${VCS_FULL_HASH}", ++ "VCS_SHORT_HASH": "${VCS_SHORT_HASH}", ++ ++ "VCS_WC_MODIFIED": ${VCS_WC_MODIFIED} ++} ++EOF ++} ++ # For Java output -function javaOutput { +javaOutput() { case "${VCS_WC_MODIFIED}" in 1) VCS_WC_MODIFIED="true" ;; 0) VCS_WC_MODIFIED="false" ;; -@@ -550,7 +552,7 @@ +@@ -536,7 +594,7 @@ + public static final String VCS_TYPE = "${VCS_TYPE}"; + public static final String VCS_BASENAME = "${VCS_BASENAME}"; + public static final long VCS_NUM = ${VCS_NUM}; +- public static final Date VCS_DATE = new Date($(date -d ${VCS_DATE} +%s)); ++ public static final String VCS_DATE = "${VCS_DATE}"; + public static final String VCS_BRANCH = "${VCS_BRANCH}"; + public static final String VCS_TAG = "${VCS_TAG}"; + public static final long VCS_TICK = ${VCS_TICK}; +@@ -550,7 +608,7 @@ } # For Java properties output @@ -286,7 +430,7 @@ Update autorevision with latest, portabl case "${VCS_WC_MODIFIED}" in 1) VCS_WC_MODIFIED="true" ;; 0) VCS_WC_MODIFIED="false" ;; -@@ -573,22 +575,61 @@ +@@ -573,22 +631,63 @@ EOF } @@ -334,8 +478,9 @@ Update autorevision with latest, portabl -if [[ -f "${CACHEFILE}" ]] && [[ "${CACHEFORCE}" = "1" ]]; then +if [ -f "${CACHEFILE}" ] && [ "${CACHEFORCE}" = "1" ]; then # When requested only read from the cache to populate our symbols. - source "${CACHEFILE}" +- source "${CACHEFILE}" -elif [[ ! -z "$(git rev-parse HEAD 2>/dev/null)" ]]; then ++ . "${CACHEFILE}" +elif [ ! -z "$(git rev-parse HEAD 2>/dev/null)" ]; then gitRepo -elif [[ ! -z "$(hg root 2>/dev/null)" ]]; then @@ -352,10 +497,12 @@ Update autorevision with latest, portabl # We are not in a repo; try to use a previously generated cache to populate our symbols. - source "${CACHEFILE}" + . "${CACHEFILE}" ++ # Do not overwrite the cache if we know we are not going to write anything new. ++ CACHEFORCE="1" else echo "error: No repo or cache detected." 1>&2 exit 1 -@@ -596,55 +637,59 @@ +@@ -596,55 +695,64 @@ # -s output is handled here. @@ -391,6 +538,9 @@ Update autorevision with latest, portabl - elif [[ "${VAROUT}" = "VCS_WC_MODIFIED" ]]; then + elif [ "${VAROUT}" = "VCS_WC_MODIFIED" ]; then echo "${VCS_WC_MODIFIED}" ++ else ++ echo "error: Not a valid output symbol." 1>&2 ++ exit 1 fi fi @@ -426,6 +576,8 @@ Update autorevision with latest, portabl + elif [ "${AFILETYPE}" = "js" ]; then jsOutput - elif [[ "${AFILETYPE}" = "java" ]]; then ++ elif [ "${AFILETYPE}" = "json" ]; then ++ jsonOutput + elif [ "${AFILETYPE}" = "java" ]; then javaOutput - elif [[ "${AFILETYPE}" = "javaprop" ]]; then @@ -438,7 +590,7 @@ Update autorevision with latest, portabl else echo "error: Not a valid output type." 1>&2 exit 1 -@@ -653,7 +698,7 @@ +@@ -653,7 +761,7 @@ # If requested, make a cache file. Modified: head/games/warzone2100/pkg-plist ============================================================================== --- head/games/warzone2100/pkg-plist Thu Nov 28 22:15:58 2013 (r335125) +++ head/games/warzone2100/pkg-plist Thu Nov 28 22:29:38 2013 (r335126) @@ -32,15 +32,6 @@ share/icons/warzone2100.png %%NLS%%share/locale/uk_UA/LC_MESSAGES/warzone2100.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/warzone2100.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/warzone2100.mo -%%DATADIR%%/base.wz -%%DATADIR%%/mp.wz -%%DATADIR%%/music/menu.ogg -%%DATADIR%%/music/music.wpl -%%DATADIR%%/music/track1.ogg -%%DATADIR%%/music/track2.ogg -%%DATADIR%%/music/track3.ogg -@dirrm %%DATADIR%%/music -@dirrm %%DATADIR%% %%NLS%%@dirrmtry share/locale/uk_UA/LC_MESSAGES %%NLS%%@dirrmtry share/locale/uk_UA %%NLS%%@dirrmtry share/locale/la/LC_MESSAGES From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 22:36:37 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 ESMTPS id F0A5D610; Thu, 28 Nov 2013 22:36:37 +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 DBAA3191C; Thu, 28 Nov 2013 22:36:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASMabnI035529; Thu, 28 Nov 2013 22:36:37 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASMab1w035528; Thu, 28 Nov 2013 22:36:37 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311282236.rASMab1w035528@svn.freebsd.org> From: Rusmir Dusko Date: Thu, 28 Nov 2013 22:36:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335127 - head/graphics/OpenEXR 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.16 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: Thu, 28 Nov 2013 22:36:38 -0000 Author: nemysis Date: Thu Nov 28 22:36:37 2013 New Revision: 335127 URL: http://svnweb.freebsd.org/changeset/ports/335127 Log: - Rerolled tarball Reported by: makc Approved by: pawel / wg (mentors, implicit) Modified: head/graphics/OpenEXR/distinfo Modified: head/graphics/OpenEXR/distinfo ============================================================================== --- head/graphics/OpenEXR/distinfo Thu Nov 28 22:29:38 2013 (r335126) +++ head/graphics/OpenEXR/distinfo Thu Nov 28 22:36:37 2013 (r335127) @@ -1,2 +1,2 @@ -SHA256 (openexr-2.1.0.tar.gz) = a2bc21dea9dc4d472a8faa77e52eb627ea321c7ee4abab3d6d1a634c379b630b -SIZE (openexr-2.1.0.tar.gz) = 13680959 +SHA256 (openexr-2.1.0.tar.gz) = 54486b454073c1dcb5ae9892cf0f730ffefe62f38176325281505093fd218a14 +SIZE (openexr-2.1.0.tar.gz) = 13680816 From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 23:24:52 2013 Return-Path: Delivered-To: svn-ports-head@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 CAD39AFE; Thu, 28 Nov 2013 23:24:52 +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 B64221AE6; Thu, 28 Nov 2013 23:24:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASNOq5X061412; Thu, 28 Nov 2013 23:24:52 GMT (envelope-from marcus@svn.freebsd.org) Received: (from marcus@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASNOqx5061411; Thu, 28 Nov 2013 23:24:52 GMT (envelope-from marcus@svn.freebsd.org) Message-Id: <201311282324.rASNOqx5061411@svn.freebsd.org> From: Joe Marcus Clarke Date: Thu, 28 Nov 2013 23:24:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335128 - head/net-im/libpurple 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.16 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: Thu, 28 Nov 2013 23:24:52 -0000 Author: marcus Date: Thu Nov 28 23:24:52 2013 New Revision: 335128 URL: http://svnweb.freebsd.org/changeset/ports/335128 Log: Make sure gstreamer-plugins-v4l2 is installed if voice/video support is enabled. PR: 183713 Modified: head/net-im/libpurple/Makefile Modified: head/net-im/libpurple/Makefile ============================================================================== --- head/net-im/libpurple/Makefile Thu Nov 28 22:36:37 2013 (r335127) +++ head/net-im/libpurple/Makefile Thu Nov 28 23:24:52 2013 (r335128) @@ -119,6 +119,7 @@ CONFIGURE_ARGS+=--disable-gstreamer .if ${PORT_OPTIONS:MVV} && ${PORT_OPTIONS:MGSTREAMER} LIB_DEPENDS+= gstfarsight-0.10.0:${PORTSDIR}/net-im/farsight2 +USE_GSTREAMER+= gst_v4l2 PLIST_SUB+= VV="" .else CONFIGURE_ARGS+=--disable-vv From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 23:27:04 2013 Return-Path: Delivered-To: svn-ports-head@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 BD5AEC4E; Thu, 28 Nov 2013 23:27:04 +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 A902E1AFC; Thu, 28 Nov 2013 23:27:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASNR4ps061732; Thu, 28 Nov 2013 23:27:04 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASNR4fo061731; Thu, 28 Nov 2013 23:27:04 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201311282327.rASNR4fo061731@svn.freebsd.org> From: Nicola Vitale Date: Thu, 28 Nov 2013 23:27:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335129 - head/databases/py-sqlalchemy 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.16 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: Thu, 28 Nov 2013 23:27:04 -0000 Author: nivit Date: Thu Nov 28 23:27:04 2013 New Revision: 335129 URL: http://svnweb.freebsd.org/changeset/ports/335129 Log: - Remove PKGNAMESUFFIX, because there is no conflict with databases/py-sqlalchemy-devel [1] - Bump PORTREVISION to fix PKGNAME as dependency for other ports Suggested by: koobs [1] Modified: head/databases/py-sqlalchemy/Makefile Modified: head/databases/py-sqlalchemy/Makefile ============================================================================== --- head/databases/py-sqlalchemy/Makefile Thu Nov 28 23:24:52 2013 (r335128) +++ head/databases/py-sqlalchemy/Makefile Thu Nov 28 23:27:04 2013 (r335129) @@ -3,10 +3,10 @@ PORTNAME= sqlalchemy PORTVERSION= 0.7.10 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 07 DISTNAME= SQLAlchemy-${DISTVERSION} MAINTAINER= nivit@FreeBSD.org From owner-svn-ports-head@FreeBSD.ORG Thu Nov 28 23:57:54 2013 Return-Path: Delivered-To: svn-ports-head@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 51B10139; Thu, 28 Nov 2013 23:57:54 +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 3D87A1C3E; Thu, 28 Nov 2013 23:57:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rASNvs6p071445; Thu, 28 Nov 2013 23:57:54 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rASNvsHm071444; Thu, 28 Nov 2013 23:57:54 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311282357.rASNvsHm071444@svn.freebsd.org> From: Gerald Pfeifer Date: Thu, 28 Nov 2013 23:57:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335130 - head/Mk/Uses 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.16 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: Thu, 28 Nov 2013 23:57:54 -0000 Author: gerald Date: Thu Nov 28 23:57:53 2013 New Revision: 335130 URL: http://svnweb.freebsd.org/changeset/ports/335130 Log: Extend description of USE=shebangfix. Improve grammar and formatting. Approved by: portmgr (bapt) Modified: head/Mk/Uses/shebangfix.mk Modified: head/Mk/Uses/shebangfix.mk ============================================================================== --- head/Mk/Uses/shebangfix.mk Thu Nov 28 23:27:04 2013 (r335129) +++ head/Mk/Uses/shebangfix.mk Thu Nov 28 23:57:53 2013 (r335130) @@ -1,25 +1,30 @@ # $FreeBSD$ # -# common templates for replacing #! interpreters in scripts file +# Replace #! interpreters in scripts by what we actually have. +# +# Standard templates for bash, perl, python,... are included out of +# the box, others can easily be added per port. # # MAINTAINER: portmgr@FreeBSD.org # # Feature: shebangfix # Usage: USES=shebangfix # -# To define that the file to modify are: ${WRKSRC}/path1/file and all the .pl files in ${WRKSRC}/path2: +# To specify that ${WRKSRC}/path1/file and all .pl files in ${WRKSRC}/path2 +# should be processed: +# +# SHEBANG_FILES= path1/file path2/*.pl # -# SHEBANG_FILES= path1/file path2/*.pl +# To define a new shebang scheme add the following to the port Makefile: # -# To define new shebang scheme, in the port Makefile add: +# SHEBANG_LANG= lua +# lua_OLD_CMD= /usr/bin/lua +# lua_CMD= ${LOCALBASE}/bin/lua # -# SHEBANG_LANG= lua -# lua_OLD_CMD= /usr/bin/lua -# lua_CMD= ${LOCALBASE}/bin/lua +# To override a definition, for example replacing /usr/bin/perl by +# /usr/bin/env perl, add the following: # -# To override a definition for example replacing /usr/bin/perl by /usr/bin/env perl -# add to the port Makefile: -# perl_CMD= ${SETENV} perl +# perl_CMD= ${SETENV} perl # .if !defined(_INCLUDE_USES_SHEBANGFIX_Mk) From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 00:15: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 ESMTPS id E92F4379; Fri, 29 Nov 2013 00:15:58 +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 BB21D1CF7; Fri, 29 Nov 2013 00:15:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT0FwL0079322; Fri, 29 Nov 2013 00:15:58 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT0FvvW079315; Fri, 29 Nov 2013 00:15:57 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311290015.rAT0FvvW079315@svn.freebsd.org> From: William Grzybowski Date: Fri, 29 Nov 2013 00:15:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335131 - in head/devel: . py-pycparser 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.16 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: Fri, 29 Nov 2013 00:15:59 -0000 Author: wg Date: Fri Nov 29 00:15:57 2013 New Revision: 335131 URL: http://svnweb.freebsd.org/changeset/ports/335131 Log: devel/py-pycparser: C parser in Python pycparser is a complete parser of the C language, written in pure Python using the PLY parsing library. It parses C code into an AST and can serve as a front-end for C compilers or analysis tools. WWW: https://github.com/eliben/pycparser Added: head/devel/py-pycparser/ head/devel/py-pycparser/Makefile (contents, props changed) head/devel/py-pycparser/distinfo (contents, props changed) head/devel/py-pycparser/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Nov 28 23:57:53 2013 (r335130) +++ head/devel/Makefile Fri Nov 29 00:15:57 2013 (r335131) @@ -3696,6 +3696,7 @@ SUBDIR += py-pycalendar SUBDIR += py-pycallgraph SUBDIR += py-pycerberus + SUBDIR += py-pycparser SUBDIR += py-pydasm SUBDIR += py-pyechonest SUBDIR += py-pyev Added: head/devel/py-pycparser/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pycparser/Makefile Fri Nov 29 00:15:57 2013 (r335131) @@ -0,0 +1,19 @@ +# Created by: William Grzybowski +# $FreeBSD$ + +PORTNAME= pycparser +PORTVERSION= 2.10 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= C parser in Python + +LICENSE= BSD + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +.include Added: head/devel/py-pycparser/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pycparser/distinfo Fri Nov 29 00:15:57 2013 (r335131) @@ -0,0 +1,2 @@ +SHA256 (pycparser-2.10.tar.gz) = 957d98b661c0b64b580ab6f94b125e09b6714154ee51de40bca16d3f0076b86c +SIZE (pycparser-2.10.tar.gz) = 206166 Added: head/devel/py-pycparser/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pycparser/pkg-descr Fri Nov 29 00:15:57 2013 (r335131) @@ -0,0 +1,5 @@ +pycparser is a complete parser of the C language, written in pure Python using +the PLY parsing library. It parses C code into an AST and can serve as a +front-end for C compilers or analysis tools. + +WWW: https://github.com/eliben/pycparser From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 00:20:43 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 ESMTPS id 5C34248A; Fri, 29 Nov 2013 00:20:43 +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 2E6B01D0F; Fri, 29 Nov 2013 00:20:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT0KhVe082017; Fri, 29 Nov 2013 00:20:43 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT0Kglr082010; Fri, 29 Nov 2013 00:20:42 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311290020.rAT0Kglr082010@svn.freebsd.org> From: William Grzybowski Date: Fri, 29 Nov 2013 00:20:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335132 - in head/devel: . py-cffi 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.16 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: Fri, 29 Nov 2013 00:20:43 -0000 Author: wg Date: Fri Nov 29 00:20:41 2013 New Revision: 335132 URL: http://svnweb.freebsd.org/changeset/ports/335132 Log: devel/py-cffi: Foreign Function Interface for Python calling C code Foreign Function Interface for Python calling C code. WWW: http://cffi.readthedocs.org/ Added: head/devel/py-cffi/ head/devel/py-cffi/Makefile (contents, props changed) head/devel/py-cffi/distinfo (contents, props changed) head/devel/py-cffi/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Nov 29 00:15:57 2013 (r335131) +++ head/devel/Makefile Fri Nov 29 00:20:41 2013 (r335132) @@ -3507,6 +3507,7 @@ SUBDIR += py-botocore SUBDIR += py-cclib SUBDIR += py-celery + SUBDIR += py-cffi SUBDIR += py-cfgparse SUBDIR += py-cheetah SUBDIR += py-ciphon Added: head/devel/py-cffi/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cffi/Makefile Fri Nov 29 00:20:41 2013 (r335132) @@ -0,0 +1,26 @@ +# Created by: William Grzybowski +# $FreeBSD$ + +PORTNAME= cffi +PORTVERSION= 0.8.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Foreign Function Interface for Python calling C code + +LICENSE= MIT + +LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycparser>=0:${PORTSDIR}/devel/py-pycparser + +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes +PYEASYINSTALL_ARCHDEP= yes + +.include Added: head/devel/py-cffi/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cffi/distinfo Fri Nov 29 00:20:41 2013 (r335132) @@ -0,0 +1,2 @@ +SHA256 (cffi-0.8.1.tar.gz) = 1db1eff2093e31eaaa83b274f8c6d5d2dad2908d43a301185d205e5d256d6818 +SIZE (cffi-0.8.1.tar.gz) = 195206 Added: head/devel/py-cffi/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-cffi/pkg-descr Fri Nov 29 00:20:41 2013 (r335132) @@ -0,0 +1,3 @@ +Foreign Function Interface for Python calling C code. + +WWW: http://cffi.readthedocs.org/ From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 00:32:52 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 ESMTPS id E3A8C6AB; Fri, 29 Nov 2013 00:32:52 +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 CF97E1DB7; Fri, 29 Nov 2013 00:32:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT0Wq3i085544; Fri, 29 Nov 2013 00:32:52 GMT (envelope-from maho@svn.freebsd.org) Received: (from maho@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT0WqNt085543; Fri, 29 Nov 2013 00:32:52 GMT (envelope-from maho@svn.freebsd.org) Message-Id: <201311290032.rAT0WqNt085543@svn.freebsd.org> From: Maho Nakata Date: Fri, 29 Nov 2013 00:32:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335133 - head/math/octave/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.16 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: Fri, 29 Nov 2013 00:32:53 -0000 Author: maho Date: Fri Nov 29 00:32:52 2013 New Revision: 335133 URL: http://svnweb.freebsd.org/changeset/ports/335133 Log: A build fix with recent (?) version of texinfo. Note that this cannot be reproduced in maho's tinderbox. PR: 183338 Submitted by: Mamoru Iwaki <1wkmmr@gmail.com> Modified: head/math/octave/files/patch-octave-doc Modified: head/math/octave/files/patch-octave-doc ============================================================================== --- head/math/octave/files/patch-octave-doc Fri Nov 29 00:20:41 2013 (r335132) +++ head/math/octave/files/patch-octave-doc Fri Nov 29 00:32:52 2013 (r335133) @@ -358,3 +358,20 @@ Check out a license for @var{feature}, returning 1 on success and 0 on failure. +--- doc/liboctave/liboctave.texi.orig 2013-02-22 05:19:23.000000000 +0900 ++++ doc/liboctave/liboctave.texi 2013-10-27 00:04:40.000000000 +0900 +@@ -80,10 +80,10 @@ + @end ifnottex + + @titlepage +-@title{Octave C++ Classes} +-@subtitle{Edition 1.0 for Octave version @value{VERSION}} +-@subtitle{September 1993} +-@author{John W. Eaton} ++@title Octave C++ Classes ++@subtitle Edition 1.0 for Octave version @value{VERSION} ++@subtitle September 1993 ++@author John W. Eaton + @page + @vskip 0pt plus 1filll + Copyright @copyright{} 1996, 1997 John W. Eaton. From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 00:40:37 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 ESMTPS id D093D7F4; Fri, 29 Nov 2013 00:40:37 +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 B28D81E0F; Fri, 29 Nov 2013 00:40:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT0ebR5088279; Fri, 29 Nov 2013 00:40:37 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT0eaqt088272; Fri, 29 Nov 2013 00:40:36 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311290040.rAT0eaqt088272@svn.freebsd.org> From: William Grzybowski Date: Fri, 29 Nov 2013 00:40:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335134 - in head/multimedia: . py-librtmp 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.16 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: Fri, 29 Nov 2013 00:40:38 -0000 Author: wg Date: Fri Nov 29 00:40:36 2013 New Revision: 335134 URL: http://svnweb.freebsd.org/changeset/ports/335134 Log: multimedia/py-librtmp: Python bindings for librtmp, built with cffi python-librtmp is a Python interface to librtmp. It uses cffi to interface with the C library librtmp. WWW: https://github.com/chrippa/python-librtmp Added: head/multimedia/py-librtmp/ head/multimedia/py-librtmp/Makefile (contents, props changed) head/multimedia/py-librtmp/distinfo (contents, props changed) head/multimedia/py-librtmp/pkg-descr (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Fri Nov 29 00:32:52 2013 (r335133) +++ head/multimedia/Makefile Fri Nov 29 00:40:36 2013 (r335134) @@ -286,13 +286,14 @@ SUBDIR += py-kaa-base SUBDIR += py-kaa-imlib2 SUBDIR += py-kaa-metadata - SUBDIR += py-subliminal + SUBDIR += py-librtmp SUBDIR += py-mlt SUBDIR += py-openlp SUBDIR += py-periscope SUBDIR += py-pybmp SUBDIR += py-qt4-multimedia SUBDIR += py-qt4-phonon + SUBDIR += py-subliminal SUBDIR += py-tvnamer SUBDIR += pyjama SUBDIR += pymp Added: head/multimedia/py-librtmp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/py-librtmp/Makefile Fri Nov 29 00:40:36 2013 (r335134) @@ -0,0 +1,28 @@ +# Created by: William Grzybowski +# $FreeBSD$ + +PORTNAME= librtmp +PORTVERSION= 0.1.2 +CATEGORIES= multimedia python +MASTER_SITES= CHEESESHOP +DISTNAME= python-${PORTNAME}-${PORTVERSION} +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wg@FreeBSD.org +COMMENT= Python bindings for librtmp, built with cffi + +LICENSE= BSD + +LIB_DEPENDS= librtmp.so:${PORTSDIR}/multimedia/librtmp +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:${PORTSDIR}/devel/py-cffi + +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes +PYDISTUTILS_PKGNAME= python-${PORTNAME} +PYEASYINSTALL_ARCHDEP= yes + +.include Added: head/multimedia/py-librtmp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/py-librtmp/distinfo Fri Nov 29 00:40:36 2013 (r335134) @@ -0,0 +1,2 @@ +SHA256 (python-librtmp-0.1.2.tar.gz) = 207e539c04419cc2ea3380cfdee0c8576168079603168c7cc1807e9f4982e997 +SIZE (python-librtmp-0.1.2.tar.gz) = 23390 Added: head/multimedia/py-librtmp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/py-librtmp/pkg-descr Fri Nov 29 00:40:36 2013 (r335134) @@ -0,0 +1,4 @@ +python-librtmp is a Python interface to librtmp. It uses cffi to interface with +the C library librtmp. + +WWW: https://github.com/chrippa/python-librtmp From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 01:44: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 ESMTPS id B039D999; Fri, 29 Nov 2013 01:44:58 +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 8297F1364; Fri, 29 Nov 2013 01:44:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT1iwiB009530; Fri, 29 Nov 2013 01:44:58 GMT (envelope-from maho@svn.freebsd.org) Received: (from maho@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT1iwMf009525; Fri, 29 Nov 2013 01:44:58 GMT (envelope-from maho@svn.freebsd.org) Message-Id: <201311290144.rAT1iwMf009525@svn.freebsd.org> From: Maho Nakata Date: Fri, 29 Nov 2013 01:44:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335135 - head/science/gamess 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.16 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: Fri, 29 Nov 2013 01:44:58 -0000 Author: maho Date: Fri Nov 29 01:44:57 2013 New Revision: 335135 URL: http://svnweb.freebsd.org/changeset/ports/335135 Log: Update to 20130501 R1 version Modified: head/science/gamess/Makefile head/science/gamess/distinfo Modified: head/science/gamess/Makefile ============================================================================== --- head/science/gamess/Makefile Fri Nov 29 00:40:36 2013 (r335134) +++ head/science/gamess/Makefile Fri Nov 29 01:44:57 2013 (r335135) @@ -3,7 +3,6 @@ PORTNAME= gamess PORTVERSION= ${SNAPDATE} -PORTREVISION= 1 CATEGORIES= science MASTER_SITES= #http://www.msg.ameslab.gov/GAMESS/License_Agreement.html DISTNAME= gamess-current @@ -14,7 +13,7 @@ COMMENT= A freely obtainable ab-initio m USE_GMAKE= yes WRKSRC= ${WRKDIR}/gamess -SNAPDATE= 20120501.2 +SNAPDATE= 20130501.1 USE_FORTRAN= yes @@ -24,7 +23,7 @@ RESTRICTED= NOT DISTRIBUTED FREELY. BUT IGNORE=you must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please select "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable .endif -MANUAL_PACKAGE_BUILD=You must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please select "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable. +#MANUAL_PACKAGE_BUILD=You must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please select "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable. NO_STAGE= yes .include @@ -38,8 +37,8 @@ WITH_BLAS?= reference .endif . if ${WITH_BLAS} == reference -LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas -LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack +LIB_DEPENDS+= blas:${PORTSDIR}/math/blas +LIB_DEPENDS+= lapack:${PORTSDIR}/math/lapack BLAS= -lblas LAPACK= -llapack .elif ${WITH_BLAS} == gotoblas Modified: head/science/gamess/distinfo ============================================================================== --- head/science/gamess/distinfo Fri Nov 29 00:40:36 2013 (r335134) +++ head/science/gamess/distinfo Fri Nov 29 01:44:57 2013 (r335135) @@ -1,2 +1,2 @@ -SHA256 (gamess/20120501.2/gamess-current.tar.gz) = 8004bcc09e7a18252144b54934668786eeb02ff382b9762186568844e4b749c1 -SIZE (gamess/20120501.2/gamess-current.tar.gz) = 28353096 +SHA256 (gamess/20130501.1/gamess-current.tar.gz) = 315e6fa8f1947d8419b6f1adccf3fc7dd47b581fce107d304b7b99ef0cb15498 +SIZE (gamess/20130501.1/gamess-current.tar.gz) = 29013211 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 01:45:51 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 ESMTPS id 0D31FA7C; Fri, 29 Nov 2013 01:45:51 +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 EDD59136C; Fri, 29 Nov 2013 01:45:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT1josY009731; Fri, 29 Nov 2013 01:45:50 GMT (envelope-from maho@svn.freebsd.org) Received: (from maho@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT1joM2009730; Fri, 29 Nov 2013 01:45:50 GMT (envelope-from maho@svn.freebsd.org) Message-Id: <201311290145.rAT1joM2009730@svn.freebsd.org> From: Maho Nakata Date: Fri, 29 Nov 2013 01:45:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335136 - head/science/gamess 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.16 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: Fri, 29 Nov 2013 01:45:51 -0000 Author: maho Date: Fri Nov 29 01:45:50 2013 New Revision: 335136 URL: http://svnweb.freebsd.org/changeset/ports/335136 Log: uncomment MANUAL_PACKAGE_BUILD. Modified: head/science/gamess/Makefile Modified: head/science/gamess/Makefile ============================================================================== --- head/science/gamess/Makefile Fri Nov 29 01:44:57 2013 (r335135) +++ head/science/gamess/Makefile Fri Nov 29 01:45:50 2013 (r335136) @@ -23,7 +23,7 @@ RESTRICTED= NOT DISTRIBUTED FREELY. BUT IGNORE=you must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please select "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable .endif -#MANUAL_PACKAGE_BUILD=You must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please select "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable. +MANUAL_PACKAGE_BUILD=You must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please select "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable. NO_STAGE= yes .include From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 02:15:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id C8A84EDD; Fri, 29 Nov 2013 02:15:56 +0000 (UTC) Date: Fri, 29 Nov 2013 02:15:56 +0000 From: Alexey Dokuchaev To: Danilo Egea Gondolfo Subject: Re: svn commit: r335111 - head/lang/basic256 Message-ID: <20131129021556.GA9465@FreeBSD.org> References: <201311281742.rASHgruG035374@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201311281742.rASHgruG035374@svn.freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Fri, 29 Nov 2013 02:15:56 -0000 On Thu, Nov 28, 2013 at 05:42:53PM +0000, Danilo Egea Gondolfo wrote: > New Revision: 335111 > URL: http://svnweb.freebsd.org/changeset/ports/335111 > > +do-configure: > + @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ > + ${QMAKE} "PREFIX=${PREFIX}" BASIC256.pro > + Hmm, would it be possible to use do-configure recipe from Uses/qmake.mk? ./danfe From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 02:18:40 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id D568BFE4; Fri, 29 Nov 2013 02:18:40 +0000 (UTC) Date: Fri, 29 Nov 2013 02:18:40 +0000 From: Alexey Dokuchaev To: Rusmir Dusko Subject: Re: svn commit: r335127 - head/graphics/OpenEXR Message-ID: <20131129021840.GB9465@FreeBSD.org> References: <201311282236.rASMab1w035528@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201311282236.rASMab1w035528@svn.freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Fri, 29 Nov 2013 02:18:40 -0000 On Thu, Nov 28, 2013 at 10:36:37PM +0000, Rusmir Dusko wrote: > New Revision: 335127 > URL: http://svnweb.freebsd.org/changeset/ports/335127 > > Log: > - Rerolled tarball I think you forgot to summarize the changes. :) ./danfe From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 02:36:39 2013 Return-Path: Delivered-To: svn-ports-head@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 17442456; Fri, 29 Nov 2013 02:36:39 +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 033A715F7; Fri, 29 Nov 2013 02:36:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT2acWc026954; Fri, 29 Nov 2013 02:36:38 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT2acp9026953; Fri, 29 Nov 2013 02:36:38 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201311290236.rAT2acp9026953@svn.freebsd.org> From: Eitan Adler Date: Fri, 29 Nov 2013 02:36:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335137 - head/databases/p5-ORLite-Migrate 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.16 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: Fri, 29 Nov 2013 02:36:39 -0000 Author: eadler Date: Fri Nov 29 02:36:38 2013 New Revision: 335137 URL: http://svnweb.freebsd.org/changeset/ports/335137 Log: Minor textual change to COMMENT Modified: head/databases/p5-ORLite-Migrate/Makefile Modified: head/databases/p5-ORLite-Migrate/Makefile ============================================================================== --- head/databases/p5-ORLite-Migrate/Makefile Fri Nov 29 01:45:50 2013 (r335136) +++ head/databases/p5-ORLite-Migrate/Makefile Fri Nov 29 02:36:38 2013 (r335137) @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= CPAN:ADAMK PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -COMMENT= Perl5 extremely light weight SQLite-specific schema migration +COMMENT= Light weight SQLite-specific schema migration BUILD_DEPENDS= p5-File-pushd>=1.00:${PORTSDIR}/devel/p5-File-pushd \ p5-IPC-Run3>=0.042:${PORTSDIR}/devel/p5-IPC-Run3 \ From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 02:53:50 2013 Return-Path: Delivered-To: svn-ports-head@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 5CC18721; Fri, 29 Nov 2013 02:53:50 +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 3D6A616B1; Fri, 29 Nov 2013 02:53:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT2roeS033162; Fri, 29 Nov 2013 02:53:50 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT2ro3W033161; Fri, 29 Nov 2013 02:53:50 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201311290253.rAT2ro3W033161@svn.freebsd.org> From: Eitan Adler Date: Fri, 29 Nov 2013 02:53:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335138 - head/irc/psybnc 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.16 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: Fri, 29 Nov 2013 02:53:50 -0000 Author: eadler Date: Fri Nov 29 02:53:49 2013 New Revision: 335138 URL: http://svnweb.freebsd.org/changeset/ports/335138 Log: - Stagify - Fix COMMENT Modified: head/irc/psybnc/Makefile Modified: head/irc/psybnc/Makefile ============================================================================== --- head/irc/psybnc/Makefile Fri Nov 29 02:36:38 2013 (r335137) +++ head/irc/psybnc/Makefile Fri Nov 29 02:53:49 2013 (r335138) @@ -8,7 +8,7 @@ MASTER_SITES= http://www.psybnc.at/downl DISTNAME= psyBNC-${DISTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= Extremely powerful IRC bouncer +COMMENT= Powerful IRC bouncer WRKSRC= ${WRKDIR}/psybnc PSYBASE?= ${PREFIX}/psybnc @@ -20,7 +20,6 @@ PLIST_SUB= PSYBASE=${PSYBASE:S,^${PREFIX OPTIONS_DEFINE= MENUCONFIG MENUCONFIG_DESC=Configure using menu -NO_STAGE= yes .include .if ${PORT_OPTIONS:MMENUCONFIG} @@ -32,29 +31,28 @@ post-patch: do-configure: .if ${PORT_OPTIONS:MMENUCONFIG} - @cd ${WRKSRC} && make menuconfig + cd ${WRKSRC} && make menuconfig .else # Fool makefile.out into believing certs are unnecessary - @${TOUCH} ${WRKSRC}/key/psybnc.cert.pem + ${TOUCH} ${WRKSRC}/key/psybnc.cert.pem .endif do-install: - @${INSTALL} -d ${PSYBASE}/lang/ ${PSYBASE}/key/ ${PSYBASE}/help/ - @${INSTALL_DATA} ${WRKSRC}/lang/INFO ${PSYBASE}/lang/ - @${INSTALL_DATA} ${WRKSRC}/lang/*.lng ${PSYBASE}/lang/ - @${INSTALL_DATA} ${WRKSRC}/src/ssl.cnf ${PSYBASE}/key/ - @${INSTALL_DATA} ${WRKSRC}/help/*.TXT ${PSYBASE}/help/ - @${INSTALL_DATA} ${WRKSRC}/help/*.DEU ${PSYBASE}/help/ - @${INSTALL_DATA} ${WRKSRC}/help/*.ITA ${PSYBASE}/help/ - ${INSTALL_PROGRAM} ${WRKSRC}/psybnc ${PREFIX}/bin/ - ${INSTALL_DATA} ${WRKSRC}/psybnc.conf ${PREFIX}/etc/psybnc.conf.sample + ${INSTALL} -d ${STAGEDIR}${PSYBASE}/lang/ ${STAGEDIR}${PSYBASE}/key/ ${STAGEDIR}${PSYBASE}/help/ + ${INSTALL_DATA} ${WRKSRC}/lang/INFO ${STAGEDIR}${PSYBASE}/lang/ + ${INSTALL_DATA} ${WRKSRC}/lang/*.lng ${STAGEDIR}${PSYBASE}/lang/ + ${INSTALL_DATA} ${WRKSRC}/src/ssl.cnf ${STAGEDIR}${PSYBASE}/key/ + ${INSTALL_DATA} ${WRKSRC}/help/*.TXT ${STAGEDIR}${PSYBASE}/help/ + ${INSTALL_DATA} ${WRKSRC}/help/*.DEU ${STAGEDIR}${PSYBASE}/help/ + ${INSTALL_DATA} ${WRKSRC}/help/*.ITA ${STAGEDIR}${PSYBASE}/help/ + ${INSTALL_PROGRAM} ${WRKSRC}/psybnc ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKSRC}/psybnc.conf ${STAGEDIR}${PREFIX}/etc/psybnc.conf.sample post-install: - @if [ -f ${WRKSRC}/key/psybnc.req.pem ]; then \ - ${INSTALL_DATA} ${WRKSRC}/key/psybnc.cert.pem ${PSYBASE}/key/; \ - ${INSTALL_DATA} ${WRKSRC}/key/psybnc.key.pem ${PSYBASE}/key/; \ - ${INSTALL_DATA} ${WRKSRC}/key/psybnc.req.pem ${PSYBASE}/key/; \ + if [ -f ${WRKSRC}/key/psybnc.req.pem ]; then \ + ${INSTALL_DATA} ${WRKSRC}/key/psybnc.cert.pem ${STAGEDIR}${PSYBASE}/key/; \ + ${INSTALL_DATA} ${WRKSRC}/key/psybnc.key.pem ${STAGEDIR}${PSYBASE}/key/; \ + ${INSTALL_DATA} ${WRKSRC}/key/psybnc.req.pem ${STAGEDIR}${PSYBASE}/key/; \ fi - @${CAT} ${PKGMESSAGE} .include From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 02:57:44 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 ESMTPS id 8FB6D9D6; Fri, 29 Nov 2013 02:57:44 +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 B17E616DC; Fri, 29 Nov 2013 02:57:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT2vhSK033721; Fri, 29 Nov 2013 02:57:43 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT2vhJ8033720; Fri, 29 Nov 2013 02:57:43 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201311290257.rAT2vhJ8033720@svn.freebsd.org> From: Eitan Adler Date: Fri, 29 Nov 2013 02:57:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335139 - head/www/analog 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.16 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: Fri, 29 Nov 2013 02:57:44 -0000 Author: eadler Date: Fri Nov 29 02:57:43 2013 New Revision: 335139 URL: http://svnweb.freebsd.org/changeset/ports/335139 Log: Minor cleanups; does not stagify the port yet. Modified: head/www/analog/Makefile Modified: head/www/analog/Makefile ============================================================================== --- head/www/analog/Makefile Fri Nov 29 02:53:49 2013 (r335138) +++ head/www/analog/Makefile Fri Nov 29 02:57:43 2013 (r335139) @@ -13,13 +13,13 @@ MASTER_SITES= http://www.analog.cx/ \ http://analog.tzone.it/ MAINTAINER= ports@FreeBSD.org -COMMENT= Extremely fast program for analysing WWW logfiles +COMMENT= Fast program for analysing WWW logfiles LICENSE= GPLv2 -LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \ - jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png BUILD_WRKSRC= ${WRKSRC}/src @@ -44,11 +44,11 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/lang/* ${DATADIR}/lang @${MKDIR} ${IMGDIR} ${INSTALL_DATA} ${WRKSRC}/images/* ${IMGDIR} -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR} .endif -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.cfg ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/anlgform.html ${EXAMPLESDIR} From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 02:59:17 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 ESMTPS id 62DACAB4; Fri, 29 Nov 2013 02:59:17 +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 4F13C16E1; Fri, 29 Nov 2013 02:59:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT2xHHZ033959; Fri, 29 Nov 2013 02:59:17 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT2xHaa033958; Fri, 29 Nov 2013 02:59:17 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201311290259.rAT2xHaa033958@svn.freebsd.org> From: Eitan Adler Date: Fri, 29 Nov 2013 02:59:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335140 - head/math/physcalc 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.16 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: Fri, 29 Nov 2013 02:59:17 -0000 Author: eadler Date: Fri Nov 29 02:59:16 2013 New Revision: 335140 URL: http://svnweb.freebsd.org/changeset/ports/335140 Log: - Stagify - Fix COMMENT Modified: head/math/physcalc/Makefile Modified: head/math/physcalc/Makefile ============================================================================== --- head/math/physcalc/Makefile Fri Nov 29 02:57:43 2013 (r335139) +++ head/math/physcalc/Makefile Fri Nov 29 02:59:16 2013 (r335140) @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.lightlink.com/pu DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= Extremely flexible calculator that behaves much like units(1) +COMMENT= Flexible calculator that behaves much like units(1) EXTRACT_BEFORE_ARGS= -aq EXTRACT_AFTER_ARGS= -x physcalc -d ${WRKDIR} @@ -22,7 +22,6 @@ SRCS= physconv.c physmain.c physmlib.c physsolv.c CFLAGS+= -Wno-return-type -NO_STAGE= yes pre-build: ${REINPLACE_CMD} -e "s@void main@int main@g" ${WRKSRC}/physmain.c @@ -30,8 +29,8 @@ do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} ${DEFS} ${SRCS} -lm -o physcalc) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/physcalc ${PREFIX}/bin - ${MKDIR} ${PREFIX}/share/physcalc - ${INSTALL_DATA} ${WRKSRC}/*.phy ${PREFIX}/share/physcalc + ${INSTALL_PROGRAM} ${WRKSRC}/physcalc ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${PREFIX}/share/physcalc + ${INSTALL_DATA} ${WRKSRC}/*.phy ${STAGEDIR}${PREFIX}/share/physcalc .include From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 03:21:07 2013 Return-Path: Delivered-To: svn-ports-head@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 958F32FD; Fri, 29 Nov 2013 03:21:07 +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 67DB718EB; Fri, 29 Nov 2013 03:21:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT3L7Mo044636; Fri, 29 Nov 2013 03:21:07 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT3L7cY044635; Fri, 29 Nov 2013 03:21:07 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201311290321.rAT3L7cY044635@svn.freebsd.org> From: Dmitry Marakasov Date: Fri, 29 Nov 2013 03:21:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335141 - head/games/minetest 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.16 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: Fri, 29 Nov 2013 03:21:07 -0000 Author: amdmi3 Date: Fri Nov 29 03:21:06 2013 New Revision: 335141 URL: http://svnweb.freebsd.org/changeset/ports/335141 Log: Add more options Modified: head/games/minetest/Makefile Modified: head/games/minetest/Makefile ============================================================================== --- head/games/minetest/Makefile Fri Nov 29 02:59:16 2013 (r335140) +++ head/games/minetest/Makefile Fri Nov 29 03:21:06 2013 (r335141) @@ -24,7 +24,7 @@ CMAKE_ARGS= -DCUSTOM_MANDIR="${PREFIX}/m PORTDATA= * PORTDOCS= * -OPTIONS_DEFINE= CLIENT SERVER CURL NLS SOUND DOCS EXAMPLES +OPTIONS_DEFINE= CLIENT SERVER CURL NLS SOUND DOCS EXAMPLES FREETYPE LEVELDB LUAJIT OPTIONS_DEFAULT=CLIENT SERVER CURL SOUND OPTIONS_SUB= yes @@ -32,6 +32,9 @@ CLIENT_DESC= Build client SERVER_DESC= Build server CURL_DESC= Enable cURL support for fetching media SOUND_DESC= Enable sound +LEVELDB_DESC= Enable LevelDB backend +FREETYPE_DESC= Support for TrueType fonts with unicode +LUAJIT_DESC= LuaJIT support CLIENT_CMAKE_ON= -DBUILD_CLIENT=1 CLIENT_CMAKE_OFF= -DBUILD_CLIENT=0 @@ -49,6 +52,13 @@ NLS_USES= gettext NLS_LDFLAGS= -L${LOCALBASE}/lib SOUND_CMAKE_ON= -DENABLE_SOUND=1 SOUND_CMAKE_OFF= -DENABLE_SOUND=0 +LEVELDB_CMAKE_ON= -DENABLE_LEVELDB=1 +LEVELDB_CMAKE_OFF= -DENABLE_LEVELDB=0 +LEVELDB_LIB_DEPENDS= libleveldb.so:${PORTSDIR}/databases/leveldb +FREETYPE_CMAKE_ON= -DENABLE_FREETYPE=1 +FREETYPE_CMAKE_OFF= -DENABLE_FREETYPE=0 +FREETYPE_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 +LUAJIT_LIB_DEPENDS= libluajit-5.1.so:${PORTSDIR}/lang/luajit .include @@ -66,7 +76,11 @@ GROUPS= ${PORTNAME} post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ ${WRKSRC}/cmake/Modules/*.cmake - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|; /find_/ s|LUA_|NO&|g' \ + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ ${WRKSRC}/src/CMakeLists.txt +.if ! ${PORT_OPTIONS:MLUAJIT} + @${REINPLACE_CMD} -e '/find_/ s|LUA_|NO&|g' \ + ${WRKSRC}/src/CMakeLists.txt +.endif .include From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 03:47:01 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 ESMTPS id 9A8A06BD; Fri, 29 Nov 2013 03:47:01 +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 8620B1A1F; Fri, 29 Nov 2013 03:47:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT3l1cH051779; Fri, 29 Nov 2013 03:47:01 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT3l1eS051775; Fri, 29 Nov 2013 03:47:01 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201311290347.rAT3l1eS051775@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Fri, 29 Nov 2013 03:47:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335142 - head/math/octave-forge-communications 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.16 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: Fri, 29 Nov 2013 03:47:01 -0000 Author: stephen Date: Fri Nov 29 03:47:00 2013 New Revision: 335142 URL: http://svnweb.freebsd.org/changeset/ports/335142 Log: - Update to 1.2.0. Modified: head/math/octave-forge-communications/Makefile head/math/octave-forge-communications/distinfo Modified: head/math/octave-forge-communications/Makefile ============================================================================== --- head/math/octave-forge-communications/Makefile Fri Nov 29 03:21:06 2013 (r335141) +++ head/math/octave-forge-communications/Makefile Fri Nov 29 03:47:00 2013 (r335142) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= octave-forge-communications -PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTVERSION= 1.2.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -13,8 +12,6 @@ COMMENT= Octave-forge package ${OCTAVE_P # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} -GNU_CONFIGURE= yes - WRKSRC= ${WRKDIR}/${OCTSRC}/src MAKE_ENV+= MKOCTFILE=mkoctfile Modified: head/math/octave-forge-communications/distinfo ============================================================================== --- head/math/octave-forge-communications/distinfo Fri Nov 29 03:21:06 2013 (r335141) +++ head/math/octave-forge-communications/distinfo Fri Nov 29 03:47:00 2013 (r335142) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/communications-1.1.1.tar.gz) = 85e817e524b518695efdca921503f5a6dc09ff83a33e43e69dd716c564929a25 -SIZE (octave-forge/communications-1.1.1.tar.gz) = 506132 +SHA256 (octave-forge/communications-1.2.0.tar.gz) = 24810db35b0a00395825e8157cb973fdf41dfecceeff24e4dcd3435a6f6198f0 +SIZE (octave-forge/communications-1.2.0.tar.gz) = 278135 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 03:54:28 2013 Return-Path: Delivered-To: svn-ports-head@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 A2D5D7EC; Fri, 29 Nov 2013 03:54:28 +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 8F03B1A78; Fri, 29 Nov 2013 03:54:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT3sSBb054673; Fri, 29 Nov 2013 03:54:28 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT3sSMW054672; Fri, 29 Nov 2013 03:54:28 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201311290354.rAT3sSMW054672@svn.freebsd.org> From: Eitan Adler Date: Fri, 29 Nov 2013 03:54:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335143 - head/mail/vqregister 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.16 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: Fri, 29 Nov 2013 03:54:28 -0000 Author: eadler Date: Fri Nov 29 03:54:28 2013 New Revision: 335143 URL: http://svnweb.freebsd.org/changeset/ports/335143 Log: - Stagify - Fix COMMENT Modified: head/mail/vqregister/Makefile Modified: head/mail/vqregister/Makefile ============================================================================== --- head/mail/vqregister/Makefile Fri Nov 29 03:47:00 2013 (r335142) +++ head/mail/vqregister/Makefile Fri Nov 29 03:54:28 2013 (r335143) @@ -8,24 +8,27 @@ CATEGORIES= mail www MASTER_SITES= http://www.inter7.com/vqregister/ MAINTAINER= ports@FreeBSD.org -COMMENT= An extremely admin-configurable email user signup CGI +COMMENT= Admin-configurable email user signup CGI BUILD_DEPENDS= ${VPOPMAIL_DIR}:${PORTSDIR}/mail/vpopmail -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${VPOPMAIL_DIR}:${PORTSDIR}/mail/vpopmail USE_APACHE_RUN= 22+ VPOPMAIL_DIR?= ${LOCALBASE}/vpopmail USE_MYSQL= yes -NO_STAGE= yes -MAKE_ENV= VDIR=${VPOPMAIL_DIR} WWWDIR=${WWWDIR} +MAKE_ENV= VDIR=${VPOPMAIL_DIR} WWWDIR=${STAGEDIR}${WWWDIR} + +NEED_ROOT= yes DOCS= CONFIG CONTRIBUTORS FORM HISTORY TEMPLATE -.if !defined(NOPORTDOCS) +.include + +.if ${PORT_OPTIONS:MDOCS} post-install: - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .endif .include From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 04:19:57 2013 Return-Path: Delivered-To: svn-ports-head@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 CB850E08; Fri, 29 Nov 2013 04:19:57 +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 B5F5E1B8F; Fri, 29 Nov 2013 04:19: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 rAT4Jv2v062635; Fri, 29 Nov 2013 04:19:57 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT4Juf3062626; Fri, 29 Nov 2013 04:19:56 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201311290419.rAT4Juf3062626@svn.freebsd.org> From: Dirk Meyer Date: Fri, 29 Nov 2013 04:19:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335144 - in head: polish/webalizer2 portuguese/webalizer-pt_BR portuguese/webalizer-pt_PT ukrainian/webalizer www/webalizer 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.16 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: Fri, 29 Nov 2013 04:19:57 -0000 Author: dinoex Date: Fri Nov 29 04:19:56 2013 New Revision: 335144 URL: http://svnweb.freebsd.org/changeset/ports/335144 Log: - use STAGEDIR Modified: head/polish/webalizer2/Makefile head/portuguese/webalizer-pt_BR/Makefile head/portuguese/webalizer-pt_PT/Makefile head/ukrainian/webalizer/Makefile head/www/webalizer/Makefile head/www/webalizer/pkg-plist Modified: head/polish/webalizer2/Makefile ============================================================================== --- head/polish/webalizer2/Makefile Fri Nov 29 03:54:28 2013 (r335143) +++ head/polish/webalizer2/Makefile Fri Nov 29 04:19:56 2013 (r335144) @@ -8,7 +8,6 @@ MAINTAINER= wtp@bsdguru.org MASTERDIR?= ${.CURDIR}/../../www/webalizer WEBALIZER_LANG= polish -NO_STAGE= yes .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" .endif Modified: head/portuguese/webalizer-pt_BR/Makefile ============================================================================== --- head/portuguese/webalizer-pt_BR/Makefile Fri Nov 29 03:54:28 2013 (r335143) +++ head/portuguese/webalizer-pt_BR/Makefile Fri Nov 29 04:19:56 2013 (r335144) @@ -8,7 +8,6 @@ MAINTAINER= ports@FreeBSD.org MASTERDIR?= ${.CURDIR}/../../www/webalizer WEBALIZER_LANG= portuguese_brazil -NO_STAGE= yes .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" .endif Modified: head/portuguese/webalizer-pt_PT/Makefile ============================================================================== --- head/portuguese/webalizer-pt_PT/Makefile Fri Nov 29 03:54:28 2013 (r335143) +++ head/portuguese/webalizer-pt_PT/Makefile Fri Nov 29 04:19:56 2013 (r335144) @@ -8,7 +8,6 @@ MAINTAINER= ports@FreeBSD.org MASTERDIR?= ${.CURDIR}/../../www/webalizer WEBALIZER_LANG= portuguese -NO_STAGE= yes .if exists(${.CURDIR}/Makefile.local) .include "${.CURDIR}/Makefile.local" .endif Modified: head/ukrainian/webalizer/Makefile ============================================================================== --- head/ukrainian/webalizer/Makefile Fri Nov 29 03:54:28 2013 (r335143) +++ head/ukrainian/webalizer/Makefile Fri Nov 29 04:19:56 2013 (r335144) @@ -10,5 +10,4 @@ LIB_DEPENDS= gd:${PORTSDIR}/ukrainian/gd WEBALIZER_LANG= ukrainian -NO_STAGE= yes .include "${MASTERDIR}/Makefile" Modified: head/www/webalizer/Makefile ============================================================================== --- head/www/webalizer/Makefile Fri Nov 29 03:54:28 2013 (r335143) +++ head/www/webalizer/Makefile Fri Nov 29 04:19:56 2013 (r335144) @@ -23,7 +23,6 @@ EXAMPLESDIR?= ${PREFIX}/share/examples/$ GD_PORT?= graphics/gd CONFLICTS= geolizer-2* -NO_STAGE= yes .if defined(BATCH) # no cosmetique spaces allowed @@ -51,11 +50,11 @@ DISTFILES+= webalizer-geodb-20130801.tgz # slave ports override with languages specific gd .if !defined(LIB_DEPENDS) -LIB_DEPENDS= gd:${PORTSDIR}/${GD_PORT} +LIB_DEPENDS= libgd.so:${PORTSDIR}/${GD_PORT} .endif .if ${PORT_OPTIONS:MGEOIP} -LIB_DEPENDS+= GeoIP:${PORTSDIR}/net/GeoIP +LIB_DEPENDS+= libGeoIP.so:${PORTSDIR}/net/GeoIP .endif .if ${PORT_OPTIONS:MGEODB} @@ -104,7 +103,7 @@ CFLAGS+= -Wall MAN1= ${PKGNAMEPREFIX}webalizer.1 ${PKGNAMEPREFIX}wcmgr.1 DOC1= CHANGES Copyright INSTALL \ README README.FIRST DNS.README country-codes.txt -DOC2= INSTALL GeoIP.README +EXAMPLES1= msfree.png sample.conf webalizer.png WRKSRC= ${WRKDIR}/${DISTNAME:S/-src$//} PLIST_SUB+= PKGNAMEPREFIX=${PKGNAMEPREFIX} SUPP_LANG= albanian arabic catalan chinese croatian czech danish dutch \ @@ -170,36 +169,32 @@ pre-configure: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/webalizer \ - ${PREFIX}/bin/${PKGNAMEPREFIX}webalizer + ${STAGEDIR}${PREFIX}/bin/${PKGNAMEPREFIX}webalizer ${INSTALL_PROGRAM} ${WRKSRC}/wcmgr \ - ${PREFIX}/bin/${PKGNAMEPREFIX}wcmgr + ${STAGEDIR}${PREFIX}/bin/${PKGNAMEPREFIX}wcmgr ${LN} -sf ${PKGNAMEPREFIX}webalizer \ - ${PREFIX}/bin/${PKGNAMEPREFIX}webazolver + ${STAGEDIR}${PREFIX}/bin/${PKGNAMEPREFIX}webazolver ${INSTALL_DATA} ${WRKSRC}/sample.conf \ - ${PREFIX}/etc/${PKGNAMEPREFIX}webalizer.conf-dist ; + ${STAGEDIR}${PREFIX}/etc/${PKGNAMEPREFIX}webalizer.conf-dist ; post-install: .for i in ${MAN1} - ${INSTALL_MAN} ${WRKSRC}/${i:S/^${PKGNAMEPREFIX}//} ${PREFIX}/man/man1/${i} + ${INSTALL_MAN} ${WRKSRC}/${i:S/^${PKGNAMEPREFIX}//} ${STAGEDIR}${PREFIX}/man/man1/${i} .endfor .if ${PORT_OPTIONS:MGEODB} || ${PORT_OPTIONS:MGEOIP} - ${MKDIR} ${PREFIX}/share/geolizer - @${INSTALL_DATA} ${WRKDIR}/flags/* ${PREFIX}/share/geolizer/ + ${MKDIR} ${STAGEDIR}${PREFIX}/share/geolizer + ${INSTALL_DATA} ${WRKDIR}/flags/* ${STAGEDIR}${PREFIX}/share/geolizer/ .endif .if ${PORT_OPTIONS:MGEODB} - @${INSTALL_DATA} ${WRKDIR}/GeoDB.dat ${PREFIX}/share/geolizer/ + ${INSTALL_DATA} ${WRKDIR}/GeoDB.dat ${STAGEDIR}${PREFIX}/share/geolizer/ .endif -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for i in ${DOC1} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/${i} -.endfor -.endif -.if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} -.for i in msfree.png sample.conf webalizer.png - @${INSTALL_DATA} ${WRKSRC}/${i} ${EXAMPLESDIR}/${i} -.endfor +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${DOC1:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ +.endif +.if ${PORT_OPTIONS:MEXAMPLES} + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${EXAMPLES1:S,^,${WRKSRC}/,} ${STAGEDIR}${EXAMPLESDIR}/ .endif .include Modified: head/www/webalizer/pkg-plist ============================================================================== --- head/www/webalizer/pkg-plist Fri Nov 29 03:54:28 2013 (r335143) +++ head/www/webalizer/pkg-plist Fri Nov 29 04:19:56 2013 (r335144) @@ -1,8 +1,9 @@ bin/%%PKGNAMEPREFIX%%webalizer +bin/%%PKGNAMEPREFIX%%webazolver bin/%%PKGNAMEPREFIX%%wcmgr -@exec ln -f %B/%%PKGNAMEPREFIX%%webalizer %B/%%PKGNAMEPREFIX%%webazolver -@unexec rm -f %B/%%PKGNAMEPREFIX%%webazolver etc/%%PKGNAMEPREFIX%%webalizer.conf-dist +man/man1/%%PKGNAMEPREFIX%%webalizer.1.gz +man/man1/%%PKGNAMEPREFIX%%wcmgr.1.gz %%WITH_GEODB%%share/geolizer/GeoDB.dat %%WITH_GEOIP%%share/geolizer/README %%WITH_GEOIP%%share/geolizer/a1.png From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 06:15:24 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 ESMTPS id C6254C8F; Fri, 29 Nov 2013 06:15:24 +0000 (UTC) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id A20E21030; Fri, 29 Nov 2013 06:15:24 +0000 (UTC) Received: from tuna.dnsdhcp.apac.novell.com (113x35x106x130.ap113.ftth.ucom.ne.jp [113.35.106.130]) by ainaz.pair.com (Postfix) with ESMTPSA id 284003F410; Fri, 29 Nov 2013 01:15:19 -0500 (EST) Date: Fri, 29 Nov 2013 15:15:16 +0900 (JST) From: Gerald Pfeifer To: Dmitry Marakasov Subject: Re: svn commit: r335126 - in head/games/warzone2100: . files In-Reply-To: <201311282229.rASMTd04032520@svn.freebsd.org> Message-ID: References: <201311282229.rASMTd04032520@svn.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Fri, 29 Nov 2013 06:15:24 -0000 On Thu, 28 Nov 2013, Dmitry Marakasov wrote: > +.if ${OSVERSION} < 1000000 > +USE_GCC= yes > .endif This looks like a good indication that you may be looking for USES=compiler:c11 ;-) Gerald From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 06:50:31 2013 Return-Path: Delivered-To: svn-ports-head@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 55EF8BC; Fri, 29 Nov 2013 06:50:31 +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 428781190; Fri, 29 Nov 2013 06:50:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT6oVdP012903; Fri, 29 Nov 2013 06:50:31 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT6oVPY012902; Fri, 29 Nov 2013 06:50:31 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201311290650.rAT6oVPY012902@svn.freebsd.org> From: Matthew Seaman Date: Fri, 29 Nov 2013 06:50:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335145 - head/www/rt38 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.16 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: Fri, 29 Nov 2013 06:50:31 -0000 Author: matthew Date: Fri Nov 29 06:50:30 2013 New Revision: 335145 URL: http://svnweb.freebsd.org/changeset/ports/335145 Log: Update conflicts to include new www/rt42 port and account for changes due to use of PKGNAMESUFFIX rather than LATEST_LINK Approved by: flo (maintainer) Modified: head/www/rt38/Makefile Modified: head/www/rt38/Makefile ============================================================================== --- head/www/rt38/Makefile Fri Nov 29 04:19:56 2013 (r335144) +++ head/www/rt38/Makefile Fri Nov 29 06:50:30 2013 (r335145) @@ -17,7 +17,7 @@ MASTER_SITES= http://download.bestpracti MAINTAINER= flo@FreeBSD.org COMMENT= RT is an industrial-grade ticketing system written in Perl -CONFLICTS= rt-4.0* brlcad-[0-9]* +CONFLICTS= rt40-4.0* rt42-4.2* brlcad-[0-9]* LATEST_LINK= rt38 OPTIONS_DEFINE= APACHE DEV DOCS FASTCGI GRAPHVIZ MODPERL STANDALONE From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 06:56:01 2013 Return-Path: Delivered-To: svn-ports-head@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 3CE1A1D2; Fri, 29 Nov 2013 06:56:01 +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 2964611A7; Fri, 29 Nov 2013 06:56:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT6u1e5015549; Fri, 29 Nov 2013 06:56:01 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT6u0r6015546; Fri, 29 Nov 2013 06:56:00 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311290656.rAT6u0r6015546@svn.freebsd.org> From: Kubilay Kocak Date: Fri, 29 Nov 2013 06:56:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335146 - head/devel/py-pbr 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.16 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: Fri, 29 Nov 2013 06:56:01 -0000 Author: koobs Date: Fri Nov 29 06:56:00 2013 New Revision: 335146 URL: http://svnweb.freebsd.org/changeset/ports/335146 Log: devel/py-pbr: Update to 0.5.23 - Update to 0.5.23 - Remove setuptools_git from RUN_DEPENDS - Enable AUTOPLIST Requested by: trociny Deleted: head/devel/py-pbr/pkg-plist Modified: head/devel/py-pbr/Makefile head/devel/py-pbr/distinfo Modified: head/devel/py-pbr/Makefile ============================================================================== --- head/devel/py-pbr/Makefile Fri Nov 29 06:50:30 2013 (r335145) +++ head/devel/py-pbr/Makefile Fri Nov 29 06:56:00 2013 (r335146) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pbr -PORTVERSION= 0.5.19 +PORTVERSION= 0.5.23 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,8 @@ COMMENT= Python Build Reasonableness LICENSE= AL2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-git>=0.4:${PORTSDIR}/devel/py-setuptools-git - USE_PYTHON= yes USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/devel/py-pbr/distinfo ============================================================================== --- head/devel/py-pbr/distinfo Fri Nov 29 06:50:30 2013 (r335145) +++ head/devel/py-pbr/distinfo Fri Nov 29 06:56:00 2013 (r335146) @@ -1,2 +1,2 @@ -SHA256 (pbr-0.5.19.tar.gz) = c78bf113af3181d06ada9fc7d07685cb55d6e5803491bb5c2932f99b923e375d -SIZE (pbr-0.5.19.tar.gz) = 112995 +SHA256 (pbr-0.5.23.tar.gz) = 032903366eabe6a388dfd6fdc1f4ef72558d7b9be6313bc24619c2a8d71b6087 +SIZE (pbr-0.5.23.tar.gz) = 128773 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 07:08:43 2013 Return-Path: Delivered-To: svn-ports-head@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 710115F4; Fri, 29 Nov 2013 07:08:43 +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 412641237; Fri, 29 Nov 2013 07:08:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT78hEZ019645; Fri, 29 Nov 2013 07:08:43 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT78gG3019643; Fri, 29 Nov 2013 07:08:42 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201311290708.rAT78gG3019643@svn.freebsd.org> From: Dirk Meyer Date: Fri, 29 Nov 2013 07:08:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335147 - head/net/x11vnc 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.16 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: Fri, 29 Nov 2013 07:08:43 -0000 Author: dinoex Date: Fri Nov 29 07:08:42 2013 New Revision: 335147 URL: http://svnweb.freebsd.org/changeset/ports/335147 Log: - use STAGEDIR Modified: head/net/x11vnc/Makefile head/net/x11vnc/pkg-plist Modified: head/net/x11vnc/Makefile ============================================================================== --- head/net/x11vnc/Makefile Fri Nov 29 06:56:00 2013 (r335146) +++ head/net/x11vnc/Makefile Fri Nov 29 07:08:42 2013 (r335147) @@ -12,11 +12,9 @@ COMMENT= VNC server for use with real X LICENSE= GPLv2 -LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ - dbus:${PORTSDIR}/devel/dbus \ - pthread-stubs:${PORTSDIR}/devel/libpthread-stubs - -NO_STAGE= yes +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libdbus-1.so:${PORTSDIR}/devel/dbus \ + libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs USE_XORG= x11 xcb xdamage xfixes xrandr xinerama xext xtst xau xrender \ xdmcp recordproto @@ -27,36 +25,28 @@ USES= iconv pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -MAN1= x11vnc.1 PORTDOCS= AUTHORS COPYING ChangeLog NEWS README README.LibVNCServer TODO OPTIONS_DEFINE=NLS AVAHI OPTIONS_DEFAULT=NLS AVAHI NO_OPTIONS_SORT=yes +NLS_USES= gettext +AVAHI_LIB_DEPENDS= libavahi-common.so:${PORTSDIR}/net/avahi-app +AVAHI_CONFIGURE_OFF= --without-avahi .include -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -.endif - -.if ${PORT_OPTIONS:MAVAHI} -LIB_DEPENDS+= avahi-common:${PORTSDIR}/net/avahi-app -.else -CONFIGURE_ARGS+= --without-avahi -.endif - post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ + ${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|include_HEADERS = |noinst_HEADERS = |' \ + ${REINPLACE_CMD} -e 's|include_HEADERS = |noinst_HEADERS = |' \ -e 's|am__include_HEADERS_DIST|am__noinst_HEADERS_DIST|' \ -e 's|/include/rfb|/include|' ${WRKSRC}/Makefile.in -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} post-install: - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ .endif .include Modified: head/net/x11vnc/pkg-plist ============================================================================== --- head/net/x11vnc/pkg-plist Fri Nov 29 06:56:00 2013 (r335146) +++ head/net/x11vnc/pkg-plist Fri Nov 29 07:08:42 2013 (r335147) @@ -1,4 +1,5 @@ bin/x11vnc +man/man1/x11vnc.1.gz %%DATADIR%%/classes/ssl/README %%DATADIR%%/classes/ssl/SignedUltraViewerSSL.jar %%DATADIR%%/classes/ssl/SignedVncViewer.jar From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 07:16:51 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 ESMTPS id 570A98F3; Fri, 29 Nov 2013 07:16:51 +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 29A531291; Fri, 29 Nov 2013 07:16:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT7GpPi023049; Fri, 29 Nov 2013 07:16:51 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT7GpsA023048; Fri, 29 Nov 2013 07:16:51 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201311290716.rAT7GpsA023048@svn.freebsd.org> From: Matthew Seaman Date: Fri, 29 Nov 2013 07:16:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335148 - head/www/rt42 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.16 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: Fri, 29 Nov 2013 07:16:51 -0000 Author: matthew Date: Fri Nov 29 07:16:50 2013 New Revision: 335148 URL: http://svnweb.freebsd.org/changeset/ports/335148 Log: Temporarily remove www/rt42 as part of an attempt to reconnect it to its history. Reported by: bsam Deleted: head/www/rt42/ From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 07:20:31 2013 Return-Path: Delivered-To: svn-ports-head@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 46D679E5; Fri, 29 Nov 2013 07:20:31 +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 2577012A1; Fri, 29 Nov 2013 07:20:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT7KVLQ023839; Fri, 29 Nov 2013 07:20:31 GMT (envelope-from matthew@svn.freebsd.org) Received: (from matthew@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT7KTpX023823; Fri, 29 Nov 2013 07:20:29 GMT (envelope-from matthew@svn.freebsd.org) Message-Id: <201311290720.rAT7KTpX023823@svn.freebsd.org> From: Matthew Seaman Date: Fri, 29 Nov 2013 07:20:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335149 - in head/www/rt42: . 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.16 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: Fri, 29 Nov 2013 07:20:31 -0000 Author: matthew Date: Fri Nov 29 07:20:28 2013 New Revision: 335149 URL: http://svnweb.freebsd.org/changeset/ports/335149 Log: Step two of reconnecting www/rt42 with its history: svn cp ww/rt40 www/rt42 and reapply the changes. Reported by: bsam Added: head/www/rt42/ - copied from r335071, head/www/rt40/ Deleted: head/www/rt42/files/pkg-install.in Modified: head/www/rt42/Makefile head/www/rt42/Makefile.cpan head/www/rt42/distinfo head/www/rt42/files/patch-Makefile.in (contents, props changed) head/www/rt42/files/patch-aclocal.m4 (contents, props changed) head/www/rt42/files/patch-config.layout (contents, props changed) head/www/rt42/files/pkg-message.in (contents, props changed) head/www/rt42/pkg-descr (contents, props changed) head/www/rt42/pkg-plist Modified: head/www/rt42/Makefile ============================================================================== --- head/www/rt40/Makefile Wed Nov 27 22:38:06 2013 (r335071) +++ head/www/rt42/Makefile Fri Nov 29 07:20:28 2013 (r335149) @@ -1,16 +1,15 @@ # $FreeBSD$ PORTNAME= rt -PORTVERSION= 4.0.18 +DISTVERSION= 4.2.1 CATEGORIES= www -MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \ - SF/requesttracker/ +MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ +PKGNAMESUFFIX= 42 MAINTAINER= matthew@FreeBSD.org COMMENT= RT is an industrial-grade ticketing system written in Perl -CONFLICTS= rt-3.8* rt42-4.2* brlcad-[0-9]* -PKGNAMESUFFIX= 40 +CONFLICTS= rt-3.8* rt40-4.0* brlcad-[0-9]* NEED_ROOT= yes # See doc/web_deployment.pod for info on the choices of webserver / @@ -31,7 +30,7 @@ NEED_ROOT= yes # mentioned in the docs is currently unsupported in the ports, but see # http://www.infracaninophile.co.uk/articles/sphinxse.html -OPTIONS_DEFINE= DEV GD GPG GRAPHVIZ SSL_MAILGATE +OPTIONS_DEFINE= DEV GD GPG GRAPHVIZ SMIME OPTIONS_SINGLE= DB OPTIONS_SINGLE_DB= MYSQL ORACLE PGSQL SQLITE OPTIONS_RADIO= WEB @@ -44,32 +43,31 @@ AP_MODPERL_DESC= Deploy with apache and DEV_DESC= Configure for Developers GD_DESC= Enable GD Graphs and Charts GPG_DESC= Enable GnuPG support +SMIME_DESC= Enable Secure MIME support LIGHTTPD_DESC= Deploy with lighttpd and mod_fastcgi SPAWN_FCGI_DESC= Deploy with spawn_fcgi -SSL_MAILGATE_DESC= Enable HTTPS support for rt-mailgate -GROUPS?= rt +USERS?= www +GROUPS?= rt www BUILD_DEPENDS+= ${LOCALBASE}/bin/jsmin:${PORTSDIR}/devel/jsmin .include "${.CURDIR}/Makefile.cpan" -BUILD_DEPENDS+= ${CORE_DEPS} \ - ${MASON_DEPS} \ - ${PSGI_DEPS} \ - ${MAILGATE_DEPS} \ - ${CLI_DEPS} \ - ${ICAL_DEPS} \ - ${SMTP_DEPS} \ +BUILD_DEPENDS+= ${CLI_DEPS} \ + ${CORE_DEPS} \ ${DASHBOARDS_DEPS} \ - ${USERLOGO_DEPS} \ - ${HTML_DOC_DEPS} + ${ICAL_DEPS} \ + ${MAILGATE_DEPS} \ + ${USERLOGO_DEPS} RUN_DEPENDS:= ${BUILD_DEPENDS} USES+= perl5 USE_AUTOTOOLS= autoconf +DATADIR= ${LOCALBASE}/share/${PORTNAME}${PKGNAMESUFFIX} + .include .if !${PORT_OPTIONS:MDOCS} @@ -79,7 +77,6 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch- .if ${PORT_OPTIONS:MAP_MODPERL} BUILD_DEPENDS+= ${MODPERL2_DEPS} RUN_DEPENDS+= ${MODPERL2_DEPS} -CONFIGURE_ARGS+= --with-apachectl=${LOCALBASE}/sbin/apachectl .endif .if ${PORT_OPTIONS:MAP_MODFASTCGI} @@ -87,7 +84,6 @@ USE_APACHE_RUN= 22+ BUILD_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi RUN_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_fastcgi.so:${PORTSDIR}/www/mod_fastcgi \ ${FASTCGI_DEPS} -CONFIGURE_ARGS+= --with-apachectl=${LOCALBASE}/sbin/apachectl .endif .if ${PORT_OPTIONS:MLIGHTTPD} @@ -133,38 +129,48 @@ RUN_DEPENDS+= ${SQLITE_DEPS} .endif .if ${PORT_OPTIONS:MDEV} -BUILD_DEPENDS+= ${DEV_DEPS} -RUN_DEPENDS+= ${DEV_DEPS} -CONFIGURE_ARGS+= --enable-developer-mode +BUILD_DEPENDS+= ${DEVELOPER_DEPS} +RUN_DEPENDS+= ${DEVELOPER_DEPS} +CONFIGURE_ARGS+= --enable-developer +.else +CONFIGURE_ARGS+= --disable-developer .endif -.if ${PORT_OPTIONS:MSSL_MAILGATE} -BUILD_DEPENDS+= ${SSL_MAILGATE_DEPS} -RUN_DEPENDS+= ${SSL_MAILGATE_DEPS} -CONFIGURE_ARGS+= --enable-ssl-mailgate +.if ${PORT_OPTIONS:MSMIME} +BUILD_DEPENDS+= ${SMIME_DEPS} +RUN_DEPENDS+= ${SMIME_DEPS} +CONFIGURE_ARGS+= --enable-smime +.else +CONFIGURE_ARGS+= --disable-smime .endif .if ${PORT_OPTIONS:MGRAPHVIZ} BUILD_DEPENDS+= ${GRAPHVIZ_DEPS} RUN_DEPENDS+= ${GRAPHVIZ_DEPS} CONFIGURE_ARGS+= --enable-graphviz +.else +CONFIGURE_ARGS+= --disable-graphviz .endif .if ${PORT_OPTIONS:MGPG} BUILD_DEPENDS+= ${GPG_DEPS} RUN_DEPENDS+= ${GPG_DEPS} CONFIGURE_ARGS+= --enable-gpg +.else +CONFIGURE_ARGS+= --disable-gpg .endif .if ${PORT_OPTIONS:MGD} BUILD_DEPENDS+= ${GD_DEPS} RUN_DEPENDS+= ${GD_DEPS} CONFIGURE_ARGS+= --enable-gd +.else +CONFIGURE_ARGS+= --disable-gd .endif -RT_ETC_PATH?= ${PREFIX}/etc/${PORTNAME}40 +RT_ETC_PATH?= ${PREFIX}/etc/${PORTNAME}${PKGNAMESUFFIX} RT_LAYOUT= FreeBSD -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}40 +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} DB_DBA_USER?= root DB_DBA_PASSWORD?= @@ -195,15 +201,14 @@ CONFIGURE_ARGS+= --enable-layout=${RT_LA CONFIGURE_ENV+= PERL=${LOCALBASE}/bin/perl PKGMESSAGE= ${WRKDIR}/pkg-message -SUB_FILES= pkg-message pkg-install -SUB_LIST= RT_ETC_PATH=${RT_ETC_PATH} \ - CFG_FILE=${RT_ETC_PATH}/RT_SiteConfig.pm +SUB_FILES= pkg-message +SUB_LIST= RT_ETC_PATH=${RT_ETC_PATH} run-autotools: run-autotools-autoconf pre-fetch: @${ECHO} "" - @${ECHO} " DB_TYPE=type mysql, Oracle, Pg or SQLite (mysql)" + @${ECHO} "Additional database related settings you can use:" @${ECHO} " DB_HOST=hostname The database host (localhost)" @${ECHO} " DB_PORT=port The database port" @${ECHO} " DB_DATABASE=dbname The database name (rt4)" Modified: head/www/rt42/Makefile.cpan ============================================================================== --- head/www/rt40/Makefile.cpan Wed Nov 27 22:38:06 2013 (r335071) +++ head/www/rt42/Makefile.cpan Fri Nov 29 07:20:28 2013 (r335149) @@ -1,141 +1,298 @@ ############################################################################### -### File::Find 1.10 core -### File::Glob 1.05 core -### File::Spec 3.12 0.08 core -### Pod::Usage 1.33 core -### Scalar::Util 1.18 core -### Text::ParseWords 3.24 core -### Term::ReadLine core -### -### Digest::base core -### Time::HiRes core -### Errno core -### CGI 3.38 core -### CGI::Cookie 1.20 core -### Storable 2.08 core -### Getopt::Long 2.24 core -### Pod::Usage core -### File::Find core -### Net::SMTP core -### Digest::MD5 2.39 core -### Digest::SHA 5.47 core -### File::Temp 0.22 core -### Sys::Syslog 0.27 core - -CORE_DEPS= p5-CSS-Squish>=0.06:${PORTSDIR}/textproc/p5-CSS-Squish \ - p5-Cache-Simple-TimedExpiry>0:${PORTSDIR}/devel/p5-Cache-Simple-TimedExpiry \ - p5-Class-Accessor>=0.34:${PORTSDIR}/devel/p5-Class-Accessor \ - p5-Class-ReturnValue>=0.40:${PORTSDIR}/devel/p5-Class-ReturnValue \ - p5-DBI>=1.37:${PORTSDIR}/databases/p5-DBI \ - p5-DBIx-SearchBuilder>=1.59:${PORTSDIR}/databases/p5-DBIx-SearchBuilder \ - p5-DateTime-Locale>=0.40:${PORTSDIR}/devel/p5-DateTime-Locale \ - p5-DateTime>=0.44:${PORTSDIR}/devel/p5-DateTime \ - p5-Devel-GlobalDestruction>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction \ - p5-Devel-StackTrace>=1.30:${PORTSDIR}/devel/p5-Devel-StackTrace \ - p5-Email-Address>=1.89.5:${PORTSDIR}/mail/p5-Email-Address \ - p5-Encode>=2.39:${PORTSDIR}/converters/p5-Encode \ - p5-File-ShareDir>0:${PORTSDIR}/devel/p5-File-ShareDir \ - p5-HTML-Format>0:${PORTSDIR}/textproc/p5-HTML-Format \ - p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-HTML-Quoted>0:${PORTSDIR}/textproc/p5-HTML-Quoted \ - p5-HTML-Scrubber>=0.08:${PORTSDIR}/www/p5-HTML-Scrubber \ - p5-HTML-Tree>0:${PORTSDIR}/www/p5-HTML-Tree \ - p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \ - p5-Locale-Maketext-Fuzzy>0:${PORTSDIR}/devel/p5-Locale-Maketext-Fuzzy \ - p5-Locale-Maketext-Lexicon>=0.32:${PORTSDIR}/devel/p5-Locale-Maketext-Lexicon \ - p5-Locale-Maketext>=1.06:${PORTSDIR}/devel/p5-Locale-Maketext \ - p5-Log-Dispatch>=2.23:${PORTSDIR}/devel/p5-Log-Dispatch \ - p5-MIME-Tools>=5.425,2:${PORTSDIR}/mail/p5-MIME-Tools \ - p5-Mail-Tools>=1.57:${PORTSDIR}/mail/p5-Mail-Tools \ - p5-Module-Versions-Report>=1.05:${PORTSDIR}/devel/p5-Module-Versions-Report \ - p5-Net-CIDR>0:${PORTSDIR}/net-mgmt/p5-Net-CIDR \ - p5-Regexp-Common-net-CIDR>0:${PORTSDIR}/textproc/p5-Regexp-Common-net-CIDR \ - p5-Regexp-Common>0:${PORTSDIR}/textproc/p5-Regexp-Common \ - p5-Regexp-IPv6>0:${PORTSDIR}/textproc/p5-Regexp-IPv6 \ - p5-Text-Password-Pronounceable>0:${PORTSDIR}/security/p5-Text-Password-Pronounceable \ - p5-Text-Quoted>=2.02:${PORTSDIR}/textproc/p5-Text-Quoted \ - p5-Text-Template>=1.44:${PORTSDIR}/textproc/p5-Text-Template \ - p5-Text-Wrapper>0:${PORTSDIR}/textproc/p5-Text-Wrapper \ - p5-Time-modules>0:${PORTSDIR}/devel/p5-Time-modules \ - p5-Tree-Simple>=1.04:${PORTSDIR}/devel/p5-Tree-Simple \ - p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require - -MASON_DEPS= p5-Apache-Session>=1.53:${PORTSDIR}/www/p5-Apache-Session \ - p5-HTML-Mason>=1.43:${PORTSDIR}/www/p5-HTML-Mason \ - p5-IPC-Run3>0:${PORTSDIR}/devel/p5-IPC-Run3 \ - p5-JSON>0:${PORTSDIR}/converters/p5-JSON \ - p5-Text-WikiFormat>=0.76:${PORTSDIR}/textproc/p5-Text-WikiFormat \ +### --- Core_DEPS --- +### Apache::Session 1.53 +### CGI 3.38 perl std +### CGI::Cookie 1.20 perl std +### CGI::Emulate::PSGI +### CGI::PSGI 0.12 +### CSS::Squish 0.06 +### Class::Accessor 0.34 +### Crypt::Eksblowfish +### DBI 1.37 +### DBIx::SearchBuilder 1.65 +### Data::GUID +### Date::Extract 0.02 +### Date::Manip +### DateTime 0.44 +### DateTime::Format::Natural 0.67 +### DateTime::Locale 0.40 +### Devel::GlobalDestruction +### Devel::StackTrace 1.19 +### Digest::MD5 2.27 perl std +### Digest::SHA perl std +### Digest::base perl std +### Email::Address 1.897 +### Email::Address::List +### Encode 2.39 perl std +### Errno perl std +### File::Glob perl std +### File::ShareDir +### File::Spec 0.8 perl std +### File::Temp 0.19 perl std +### HTML::Entities +### HTML::FormatText::WithLinks 0.14 +### HTML::FormatText::WithLinks::AndTables +### HTML::Mason 1.43 +### HTML::Mason::PSGIHandler 0.52 +### HTML::Quoted +### HTML::RewriteAttributes 0.05 +### HTML::Scrubber 0.08 +### HTTP::Message 6.0 +### IPC::Run3 +### JSON +### LWP::Simple +### List::MoreUtils +### Locale::Maketext 1.06 perl std +### Locale::Maketext::Fuzzy 0.11 +### Locale::Maketext::Lexicon 0.32 +### Log::Dispatch 2.30 +### MIME::Entity 5.504 +### Mail::Header 2.12 +### Mail::Mailer 1.57 +### Module::Refresh 0.03 +### Module::Versions::Report 1.05 +### Net::CIDR +### Plack 1.0002 +### Plack::Handler::Starlet +### Regexp::Common +### Regexp::Common::net::CIDR +### Regexp::IPv6 +### Role::Basic 0.12 +### Scalar::Util perl std +### Storable 2.08 perl std +### Symbol::Global::Name 0.04 +### Sys::Syslog 0.16 perl std +### Text::Password::Pronounceable +### Text::Quoted 2.07 +### Text::Template 1.44 +### Text::WikiFormat 0.76 +### Text::Wrapper +### Time::HiRes perl std +### Time::ParseDate +### Tree::Simple 1.04 +### UNIVERSAL::require +### XML::RSS 1.05 + +CORE_DEPS= p5-Apache-Session>=1.53:${PORTSDIR}/www/p5-Apache-Session \ + p5-CGI-Emulate-PSGI>0:${PORTSDIR}/www/p5-CGI-Emulate-PSGI \ + p5-CGI-PSGI>=0.12:${PORTSDIR}/www/p5-CGI-PSGI \ + p5-CSS-Squish>=0.06:${PORTSDIR}/textproc/p5-CSS-Squish \ + p5-Class-Accessor>=0.34:${PORTSDIR}/devel/p5-Class-Accessor \ + p5-Crypt-Eksblowfish>0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \ + p5-DBI>=1.37:${PORTSDIR}/databases/p5-DBI \ + p5-DBIx-SearchBuilder>=1.59:${PORTSDIR}/databases/p5-DBIx-SearchBuilder \ + p5-Data-GUID>0:${PORTSDIR}/devel/p5-Data-GUID \ + p5-Date-Extract>=0.02:${PORTSDIR}/devel/p5-Date-Extract \ + p5-Date-Manip>0:${PORTSDIR}/devel/p5-Date-Manip \ + p5-DateTime>=0.44:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Format-Natural>=0.67:${PORTSDIR}/devel/p5-DateTime-Format-Natural \ + p5-DateTime-Locale>=0.40:${PORTSDIR}/devel/p5-DateTime-Locale \ + p5-DateTime>=0.44:${PORTSDIR}/devel/p5-DateTime \ + p5-Devel-GlobalDestruction>0:${PORTSDIR}/devel/p5-Devel-GlobalDestruction \ + p5-Devel-StackTrace>=1.30:${PORTSDIR}/devel/p5-Devel-StackTrace \ + p5-Email-Address>=1.89.7:${PORTSDIR}/mail/p5-Email-Address \ + p5-Email-Address-List>0:${PORTSDIR}/mail/p5-Email-Address-List \ + p5-File-ShareDir>0:${PORTSDIR}/devel/p5-File-ShareDir \ + p5-HTML-FormatText-WithLinks-AndTables>0:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks-AndTables \ + p5-HTML-FormatText-WithLinks>=0.14:${PORTSDIR}/textproc/p5-HTML-FormatText-WithLinks \ + p5-HTML-Mason-PSGIHandler>=0.52:${PORTSDIR}/www/p5-HTML-Mason-PSGIHandler \ + p5-HTML-Mason>=1.43:${PORTSDIR}/www/p5-HTML-Mason \ + p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ + p5-HTML-Quoted>0:${PORTSDIR}/textproc/p5-HTML-Quoted \ + p5-HTML-Scrubber>=0.08:${PORTSDIR}/www/p5-HTML-Scrubber \ + p5-HTTP-Message>=6.0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-IPC-Run3>0:${PORTSDIR}/devel/p5-IPC-Run3 \ + p5-JSON>0:${PORTSDIR}/converters/p5-JSON \ + p5-libwww>0:${PORTSDIR}/www/p5-libwww \ + p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Locale-Maketext-Fuzzy>=0.11:${PORTSDIR}/devel/p5-Locale-Maketext-Fuzzy \ + p5-Locale-Maketext-Lexicon>=0.32:${PORTSDIR}/devel/p5-Locale-Maketext-Lexicon \ + p5-Log-Dispatch>=2.30:${PORTSDIR}/devel/p5-Log-Dispatch \ + p5-MIME-Tools>=5.504,2:${PORTSDIR}/mail/p5-MIME-Tools \ + p5-Mail-Tools>=2.12:${PORTSDIR}/mail/p5-Mail-Tools \ + p5-Module-Refresh>=0.03:${PORTSDIR}/devel/p5-Module-Refresh \ + p5-Module-Versions-Report>=1.05:${PORTSDIR}/devel/p5-Module-Versions-Report \ + p5-Net-CIDR>0:${PORTSDIR}/net-mgmt/p5-Net-CIDR \ + p5-Plack>=1.0002:${PORTSDIR}/www/p5-Plack \ + p5-Starlet>0:${PORTSDIR}/www/p5-Starlet \ + p5-Regexp-Common-net-CIDR>0:${PORTSDIR}/textproc/p5-Regexp-Common-net-CIDR \ + p5-Regexp-Common>0:${PORTSDIR}/textproc/p5-Regexp-Common \ + p5-Regexp-IPv6>0:${PORTSDIR}/textproc/p5-Regexp-IPv6 \ + p5-Role-Basic>=0.12:${PORTSDIR}/devel/p5-Role-Basic \ + p5-Symbol-Global-Name>=0.04:${PORTSDIR}/devel/p5-Symbol-Global-Name \ + p5-Text-Password-Pronounceable>0:${PORTSDIR}/security/p5-Text-Password-Pronounceable \ + p5-Text-Quoted>=2.07:${PORTSDIR}/textproc/p5-Text-Quoted \ + p5-Text-Template>=1.44:${PORTSDIR}/textproc/p5-Text-Template \ + p5-Text-WikiFormat>=0.76:${PORTSDIR}/textproc/p5-Text-WikiFormat \ + p5-Text-Wrapper>0:${PORTSDIR}/textproc/p5-Text-Wrapper \ + p5-Time-modules>0:${PORTSDIR}/devel/p5-Time-modules \ + p5-Tree-Simple>=1.04:${PORTSDIR}/devel/p5-Tree-Simple \ + p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require \ p5-XML-RSS>=1.05:${PORTSDIR}/textproc/p5-XML-RSS -PSGI_DEPS= p5-CGI-Emulate-PSGI>0:${PORTSDIR}/www/p5-CGI-Emulate-PSGI \ - p5-CGI-PSGI>=0.12:${PORTSDIR}/www/p5-CGI-PSGI \ - p5-HTML-Mason-PSGIHandler>=0.52:${PORTSDIR}/www/p5-HTML-Mason-PSGIHandler \ - p5-Plack>=0.9971:${PORTSDIR}/www/p5-Plack \ - p5-Starlet>0:${PORTSDIR}/www/p5-Starlet -MAILGATE_DEPS= p5-libwww>6.0:${PORTSDIR}/www/p5-libwww +### --- MAILGATE --- +### Crypt::SSLeay +### Getopt::Long perl std +### LWP::Protocol::https +### LWP::UserAgent 6.0 +### Mozilla::CA +### Net::SSL +### Pod::Usage perl std -SSL_MAILGATE_DEPS= p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \ +MAILGATE_DEPS= p5-libwww>6.0:${PORTSDIR}/www/p5-libwww \ + p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \ p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https \ p5-Mozilla-CA>0:${PORTSDIR}/www/p5-Mozilla-CA +### --- CLI --- +### Getopt::Long 2.24 perl std +### HTTP::Request::Common +### LWP +### Term::ReadKey +### Term::ReadLine perl std +### Text::ParseWords perl std + CLI_DEPS= p5-HTTP-Message>0:${PORTSDIR}/www/p5-HTTP-Message \ p5-libwww>0:${PORTSDIR}/www/p5-libwww \ p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey -# ports to add: -# Test::Email -# Test::Builder >= 0.90 -# Plack::Middleware::Test::StashWarnings -DEV_DEPS= p5-Email-Abstract>0:${PORTSDIR}/mail/p5-Email-Abstract \ - p5-HTML-Form>0:${PORTSDIR}/www/p5-HTML-Form \ - p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-Log-Dispatch-Perl>0:${PORTSDIR}/devel/p5-Log-Dispatch-Perl \ - p5-Module-Refresh>=0.03:${PORTSDIR}/devel/p5-Module-Refresh \ - p5-String-ShellQuote>0:${PORTSDIR}/textproc/p5-String-ShellQuote \ - p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep \ - p5-Test-Expect>=0.31:${PORTSDIR}/devel/p5-Test-Expect \ - p5-Test-LongString>0:${PORTSDIR}/devel/p5-Test-LongString \ - p5-Test-MockTime>0:${PORTSDIR}/devel/p5-Test-MockTime \ - p5-Test-WWW-Mechanize-PSGI>0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-PSGI \ - p5-Test-WWW-Mechanize>=1.30:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \ - p5-Test-Warn>0:${PORTSDIR}devel/p5-Test-Warn \ - p5-WWW-Mechanize>=1.52:${PORTSDIR}/www/p5-WWW-Mechanize \ +### --- DEVELOPER --- +### Email::Abstract +### File::Find perl std +### File::Which +### Locale::PO +### Log::Dispatch::Perl +### Mojo::DOM +### Plack::Middleware::Test::StashWarnings 0.06 +### Set::Tiny +### String::ShellQuote 0 # needed for gnupg-incoming.t +### Test::Builder 0.90 # needed for is_passing perl std +### Test::Deep 0 # needed for shredder tests +### Test::Email +### Test::Expect 0.31 +### Test::LongString +### Test::MockTime +### Test::NoWarnings +### Test::Warn +### Test::WWW::Mechanize 1.30 +### Test::WWW::Mechanize::PSGI +### WWW::Mechanize 1.52 +### XML::Simple + +DEVELOPER_DEPS= p5-Email-Abstract>0:${PORTSDIR}/mail/p5-Email-Abstract \ + p5-File-Which>0:${PORTSDIR}/sysutils/p5-File-Which \ + p5-Locale-PO>0:${PORTSDIR}/devel/p5-Locale-PO \ + p5-Log-Dispatch-Perl>0:${PORTSDIR}/devel/p5-Log-Dispatch-Perl \ + p5-Mojolicious>0:${PORTSDIR}/www/p5-Mojolicious \ + p5-Plack-Middleware-Test-StashWarnings>=0.06:${PORTSDIR}/www/p5-Plack-Middleware-Test-StashWarnings \ + p5-Set-Tiny>0:${PORTSDIR}/devel/p5-Set-Tiny \ + p5-String-ShellQuote>0:${PORTSDIR}/textproc/p5-String-ShellQuote \ + p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep \ + p5-Test-Email>0:${PORTSDIR}/mail/p5-Test-Email \ + p5-Test-Expect>=0.31:${PORTSDIR}/devel/p5-Test-Expect \ + p5-Test-LongString>0:${PORTSDIR}/devel/p5-Test-LongString \ + p5-Test-MockTime>0:${PORTSDIR}/devel/p5-Test-MockTime \ + p5-Test-NoWarnings>0:${PORTSDIR}/devel/p5-Test-NoWarnings \ + p5-Test-WWW-Mechanize-PSGI>0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-PSGI \ + p5-Test-WWW-Mechanize>=1.30:${PORTSDIR}/devel/p5-Test-WWW-Mechanize \ + p5-Test-Warn>0:${PORTSDIR}devel/p5-Test-Warn \ + p5-WWW-Mechanize>=1.52:${PORTSDIR}/www/p5-WWW-Mechanize \ p5-XML-Simple>0:${PORTSDIR}/textproc/p5-XML-Simple +### --- FASTCGI --- +### FCGI 0.74 +### FCGI::ProcManager + FASTCGI_DEPS= p5-FCGI-ProcManager>0:${PORTSDIR}/www/p5-FCGI-ProcManager \ p5-FCGI>=0.74:${PORTSDIR}/www/p5-FCGI + +### --- MODPERL2 --- +### Apache::DBI + MODPERL2_DEPS= p5-libapreq2>0:${PORTSDIR}/www/p5-libapreq2 \ p5-Apache-DBI>0:${PORTSDIR}/www/p5-Apache-DBI +### --- MYSQL --- +### DBD::mysql 2.1018 + MYSQL_DEPS= p5-DBD-mysql>=2.1018:${PORTSDIR}/databases/p5-DBD-mysql +### --- ORACLE --- +### DBD::Oracle (avoid 1.23 -- ports has 1.19) + ORACLE_DEPS= p5-DBD-Oracle>0:${PORTSDIR}/databases/p5-DBD-Oracle -PGSQL_DEPS= p5-DBD-Pg>=1.43:${PORTSDIR}/databases/p5-DBD-Pg +### --- PG --- +### DBD::Pg 1.43 + +PG_DEPS= p5-DBD-Pg>=1.43:${PORTSDIR}/databases/p5-DBD-Pg + +### --- SQLITE --- +### DBD::SQLite 1.00 SQLITE_DEPS= p5-DBD-SQLite>=1.00:${PORTSDIR}/databases/p5-DBD-SQLite -GPG_DEPS= p5-GnuPG-Interface>0:${PORTSDIR}/security/p5-GnuPG-Interface \ +### --- GPG --- +### File::Which +### GnuPG::Interface +### PerlIO::eol + +GPG_DEPS= p5-File-Which>0:${PORTSDIR}/sysutils/p5-File-Which \ + p5-GnuPG-Interface>0:${PORTSDIR}/security/p5-GnuPG-Interface \ p5-PerlIO-eol>0:${PORTSDIR}/devel/p5-PerlIO-eol +### --- SMIME--- +### Crypt::X509 +### File::Which +### String::ShellQuote + +SMIME_DEPS= p5-Crypt-X509>0:${PORTSDIR}/security/p5-Crypt-X509 \ + p5-File-Which>0:${PORTSDIR}/sysutils/p5-File-Which \ + p5-String-ShellQuote>0:${PORTSDIR}/textproc/p5-String-ShellQuote + +### --- ICAL --- +### Data::ICal + ICAL_DEPS= p5-Data-ICal>0:${PORTSDIR}/deskutils/p5-Data-ICal -SMTP_DEPS= ## -- only needs perl core modules +### --- DASHBOARDS --- +### MIME::Types +### URI 1.59 +### URI::QueryParam DASHBOARDS_DEPS= p5-HTML-RewriteAttributes>=0.05:${PORTSDIR}/textproc/p5-HTML-RewriteAttributes \ p5-MIME-Types>0:${PORTSDIR}/mail/p5-MIME-Types \ p5-URI>=1.59:${PORTSDIR}/net/p5-URI +### --- GRAPHVIZ --- +### GraphViz +### IPC::Run 0.90 + GRAPHVIZ_DEPS= p5-GraphViz>0:${PORTSDIR}/graphics/p5-GraphViz \ p5-IPC-Run>=0.90:${PORTSDIR}/devel/p5-IPC-Run +### -- GD -- +### GD +### GD::Graph 1.47 +### GD::Text + GD_DEPS= p5-GD>0:${PORTSDIR}/graphics/p5-GD \ p5-GD-Graph>0:${PORTSDIR}/graphics/p5-GD-Graph \ p5-GD-TextUtil>0:${PORTSDIR}/graphics/p5-GD-TextUtil +### --- USERLOGO --- +### Convert::Color + USERLOGO_DEPS= p5-Convert-Color>0:${PORTSDIR}/graphics/p5-Convert-Color -HTML_DOC_DEPS= p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \ - p5-Pod-Simple>=3.24:${PORTSDIR}/textproc/p5-Pod-Simple +### --- HTML-DOC --- +### HTML::Entities +### Pod::Simple 3.24 perl std + +HTML_DOC_DEPS= p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser + +### --- AVOID --- +### 'DBD::Oracle' => [qw(1.23)], +### 'Devel::StackTrace' => [qw(1.28 1.29)], Modified: head/www/rt42/distinfo ============================================================================== --- head/www/rt40/distinfo Wed Nov 27 22:38:06 2013 (r335071) +++ head/www/rt42/distinfo Fri Nov 29 07:20:28 2013 (r335149) @@ -1,2 +1,2 @@ -SHA256 (rt-4.0.18.tar.gz) = f5e7aec617aced244d2117e8d089d3f16d00a3c733dfc8e82a22b34bdb253b85 -SIZE (rt-4.0.18.tar.gz) = 6928488 +SHA256 (rt-4.2.1.tar.gz) = 5c83b7d2869bcf59f8f26b5ef38ec80cecd711609b960eb91a6a796971eddc3c +SIZE (rt-4.2.1.tar.gz) = 7630594 Modified: head/www/rt42/files/patch-Makefile.in ============================================================================== --- head/www/rt40/files/patch-Makefile.in Wed Nov 27 22:38:06 2013 (r335071) +++ head/www/rt42/files/patch-Makefile.in Fri Nov 29 07:20:28 2013 (r335149) @@ -1,8 +1,5 @@ - -$FreeBSD$ - ---- Makefile.in.orig -+++ Makefile.in +--- ./Makefile.in.orig 2013-11-13 18:25:50.000000000 +0000 ++++ ./Makefile.in 2013-11-25 07:19:20.572253485 +0000 @@ -59,7 +59,7 @@ CONFIG_FILE_PATH = @CONFIG_FILE_PATH_R@ @@ -12,16 +9,16 @@ $FreeBSD$ RT_VERSION_MAJOR = @RT_VERSION_MAJOR@ -@@ -109,7 +109,7 @@ - RT_FONT_PATH = @RT_FONT_PATH_R@ +@@ -106,7 +106,7 @@ RT_LEXICON_PATH = @RT_LEXICON_PATH_R@ + RT_STATIC_PATH = @RT_STATIC_PATH_R@ RT_LOCAL_PATH = @RT_LOCAL_PATH_R@ -LOCAL_PLUGIN_PATH = @RT_LOCAL_PATH_R@/plugins -+LOCAL_PLUGIN_PATH = @RT_LOCAL_PATH_R@/share/rt40/plugins ++LOCAL_PLUGIN_PATH = @RT_LOCAL_PATH_R@/share/rt42/plugins LOCAL_ETC_PATH = @LOCAL_ETC_PATH_R@ LOCAL_LIB_PATH = @LOCAL_LIB_PATH_R@ LOCAL_LEXICON_PATH = @LOCAL_LEXICON_PATH_R@ -@@ -269,16 +269,13 @@ +@@ -267,16 +267,13 @@ depends: fixdeps fixdeps: @@ -39,7 +36,7 @@ $FreeBSD$ chmod $(RT_READABLE_DIR_MODE) $(DESTDIR)$(RT_BIN_PATH) -@@ -300,14 +297,6 @@ +@@ -298,14 +295,6 @@ # Make the system binaries executable also cd $(DESTDIR)$(RT_SBIN_PATH) && ( chmod 0755 $(SYSTEM_BINARIES) ; chown $(BIN_OWNER) $(SYSTEM_BINARIES); chgrp $(RTGROUP) $(SYSTEM_BINARIES)) @@ -54,16 +51,19 @@ $FreeBSD$ # Make the web ui readable by all. chmod -R u+rwX,go-w,go+rX $(DESTDIR)$(MASON_HTML_PATH) \ $(DESTDIR)$(MASON_LOCAL_HTML_PATH) \ -@@ -348,7 +337,7 @@ +@@ -352,9 +341,9 @@ + $(INSTALL) -m 0755 -d $(DESTDIR)$(LOCAL_LEXICON_PATH) + $(INSTALL) -m 0755 -d $(DESTDIR)$(LOCAL_STATIC_PATH) - install: testdeps config-install dirs files-install fixperms instruct +-install: testdeps config-install dirs files-install fixperms instruct ++install: config-install dirs files-install --files-install: libs-install etc-install config-install bin-install sbin-install html-install local-install doc-install font-install po-install -+files-install: libs-install etc-install config-install bin-install sbin-install html-install doc-install font-install po-install +-files-install: libs-install etc-install config-install bin-install sbin-install html-install local-install doc-install font-install po-install static-install ++files-install: libs-install etc-install config-install bin-install sbin-install html-install doc-install font-install po-install static-install config-install: @COMMENT_INPLACE_LAYOUT@ $(INSTALL) -m 0755 -o $(BIN_OWNER) -g $(RTGROUP) -d $(DESTDIR)$(CONFIG_FILE_PATH) -@@ -435,13 +424,6 @@ +@@ -449,13 +438,6 @@ @COMMENT_INPLACE_LAYOUT@ for file in $(ETC_FILES) ; do \ @COMMENT_INPLACE_LAYOUT@ $(INSTALL) -m 0644 "etc/$$file" "$(DESTDIR)$(RT_ETC_PATH)/" ; \ @COMMENT_INPLACE_LAYOUT@ done Modified: head/www/rt42/files/patch-aclocal.m4 ============================================================================== --- head/www/rt40/files/patch-aclocal.m4 Wed Nov 27 22:38:06 2013 (r335071) +++ head/www/rt42/files/patch-aclocal.m4 Fri Nov 29 07:20:28 2013 (r335149) @@ -1,14 +1,11 @@ - -$FreeBSD$ - ---- aclocal.m4.orig -+++ aclocal.m4 +--- ./aclocal.m4.orig 2013-11-13 18:25:50.000000000 +0000 ++++ ./aclocal.m4 2013-11-24 17:58:35.428302772 +0000 @@ -79,7 +79,7 @@ s/^#.*$//m; s/^\s+//gim; s/\s+$/\n/gim; - s/\+$/\/rt3/gim; -+ s/\+$/\/rt40/gim; ++ s/\+$/\/rt42/gim; # m4 will not let us just use $1, we need @S|@1 s/^\s*((?:bin|sbin|libexec|data|sysconf|sharedstate|localstate|lib|include|oldinclude|info|man|html)dir)\s*:\s*(.*)$/@S|@1=@S|@2/gim; s/^\s*(.*?)\s*:\s*(.*)$/\(test "x\@S|@@S|@1" = "xNONE" || test "x\@S|@@S|@1" = "x") && @S|@1=@S|@2/gim; Modified: head/www/rt42/files/patch-config.layout ============================================================================== --- head/www/rt40/files/patch-config.layout Wed Nov 27 22:38:06 2013 (r335071) +++ head/www/rt42/files/patch-config.layout Fri Nov 29 07:20:28 2013 (r335149) @@ -1,38 +1,32 @@ ---- config.layout.bak 2011-09-13 10:04:25.217275668 +0100 -+++ config.layout 2011-09-13 10:24:01.478295836 +0100 -@@ -97,14 +97,14 @@ - - - -- prefix: /usr/local -+ prefix: %%PREFIX%% - exec_prefix: ${prefix} - bindir: ${exec_prefix}/bin - sbindir: ${exec_prefix}/sbin +--- ./config.layout.orig 2013-11-13 18:25:50.000000000 +0000 ++++ ./config.layout 2013-11-24 17:58:35.433301257 +0000 +@@ -110,7 +110,7 @@ sysconfdir: ${prefix}/etc+ mandir: ${prefix}/man plugindir: ${prefix}/plugins - libdir: ${prefix}/lib+ -+ libdir: %%SITE_PERL%% ++ libdir: /usr/local/lib/perl5/site_perl/5.16 datadir: ${prefix}/share+ htmldir: ${datadir}/html lexdir: ${datadir}/po -@@ -114,12 +114,12 @@ - localstatedir: /var/run+ +@@ -149,13 +149,13 @@ + logfiledir: ${localstatedir}/log masonstatedir: ${localstatedir}/mason_data sessionstatedir: ${localstatedir}/session_data -- customdir: ${prefix}/share+ -- custometcdir: ${customdir}/local/etc -- customhtmldir: ${customdir}/local/html -- customlexdir: ${customdir}/local/po -- customlibdir: ${customdir}/local/lib -- customplugindir: ${customdir}/local/plugins +- customdir: ${prefix}/local +- custometcdir: ${customdir}/etc +- customhtmldir: ${customdir}/html +- customlexdir: ${customdir}/po +- customstaticdir: ${customdir}/static +- customlibdir: ${customdir}/lib +- customplugindir: ${customdir}/plugins + customdir: ${prefix} + custometcdir: ${datadir}/etc + customhtmldir: ${customdir}/www+ + customlexdir: ${datadir}/po ++ customstaticdir: ${datadir}/static + customlibdir: ${datadir}/lib -+ customplugindir: ${datadir}/plugins ++ customplugindir: ${datadir}/plugins - + # RH path layout. Modified: head/www/rt42/files/pkg-message.in ============================================================================== --- head/www/rt40/files/pkg-message.in Wed Nov 27 22:38:06 2013 (r335071) +++ head/www/rt42/files/pkg-message.in Fri Nov 29 07:20:28 2013 (r335149) @@ -1,21 +1,34 @@ ===================================================================== +To initialize RT's database: + +$ sudo perl rt-setup-database --action init --dba dba --dba-password X + +To clear a previously created RT database: + +$ sudo perl rt-setup-database --action drop --dba dba --dba-password X + To complete the installation of this port, please follow these steps: 1. Edit %%RT_ETC_PATH%%/RT_SiteConfig.pm, by referring to the default config file (%%RT_ETC_PATH%%/RT_Config.pm). 2. Configure the email and web gateways. Please refer to 'SETTING UP THE MAIL GATEWAY' in %%DOCSDIR%%/README -3. Restart Apache. +3. Restart Apache or whichever web delivery mechanism you selected.. 4. Do remember to *CHANGE* the root's password for the web interface. The default is "password" (without the quotes.) 5. Configure RT per the instructions at http://www.bestpractical.com/rt/docs.html +RT does not work with perl taint mode (-T) you must disable it. +Note, some other ports like devel/bugzilla have you add this to your +httpd.conf. This isn't actually a flaw of RT, but of a subset of the +CPAN modules that RT uses. + If you're upgrading RT then it is worth reading the UPGRADING document at this point. Some extension you're using may have been integrated into core. It's recommended to use new clean directory when you're -upgrading to new major release (for example from 3.8.x to 4.0.x). +upgrading to new release (for example from 4.0.x to 4.2.x). To upgrade your database schema, preserving ticket history: @@ -31,13 +44,4 @@ To upgrade your database schema, preserv and answer the prompts. -RT does not work with perl taint mode (-T) you must disable it. -Note, some other ports like devel/bugzilla have you add this to your -httpd.conf. This isn't actually a flaw of RT, but of a subset of the -CPAN modules that RT uses. - -$ sudo perl rt-setup-database --action init --dba dba --dba-password X -$ sudo perl rt-setup-database --action drop --dba dba --dba-password X - -See the TODO section at the top of the port's Makefile ===================================================================== Modified: head/www/rt42/pkg-descr ============================================================================== --- head/www/rt40/pkg-descr Wed Nov 27 22:38:06 2013 (r335071) +++ head/www/rt42/pkg-descr Fri Nov 29 07:20:28 2013 (r335149) @@ -1,13 +1,7 @@ -RT is an industrial-grade ticketing system. It lets a group of people -intelligently and efficiently manage requests submitted by a community -of users. RT is used by systems administrators, customer support -staffs, NOCs, developers and even marketing departments at over a -thousand sites around the world. - -RT3 significantly revamped the RT codebase, featuring standard-compliant -Web UI, approval-based workflow system, REST-powered RPC mail gateway, -recursive group membership with delegates, autoconf, custom field support, -I18N and L10N framework, web-editable scrips, better documentation and -regression test suite, and more. +RT is a battle-tested issue tracking system which thousands of +organizations use for bug tracking, help desk ticketing, customer +service, workflow processes, change management, network operations, +youth counselling and even more. Organizations around the world have +been running smoothly thanks to RT for over 10 years. WWW: http://www.bestpractical.com/rt/ Modified: head/www/rt42/pkg-plist ============================================================================== --- head/www/rt40/pkg-plist Wed Nov 27 22:38:06 2013 (r335071) +++ head/www/rt42/pkg-plist Fri Nov 29 07:20:28 2013 (r335149) @@ -1,21 +1,30 @@ +@group rt bin/rt bin/rt-crontool bin/rt-mailgate -etc/rt40/RT_Config.pm -etc/rt40/RT_SiteConfig.pm-dist -etc/rt40/acl.Oracle -etc/rt40/acl.Pg -etc/rt40/acl.mysql -etc/rt40/initialdata -etc/rt40/schema.Oracle -etc/rt40/schema.Pg -etc/rt40/schema.SQLite -etc/rt40/schema.mysql +@mode 0440 +etc/rt42/RT_Config.pm +@unexec if cmp -s %D/etc/rt42/RT_SiteConfig.pm-dist %D/etc/rt42/RT_SiteConfig.pm ; then rm -f %D/etc/rt42/RT_SiteConfig.pm; fi +etc/rt42/RT_SiteConfig.pm-dist +@exec [ -f %B/RT_SiteConfig.pm ] || cp -p %D/%F %B/RT_SiteConfig.pm +@mode +etc/rt42/acl.Oracle +etc/rt42/acl.Pg +etc/rt42/acl.mysql +etc/rt42/initialdata +etc/rt42/schema.Oracle +etc/rt42/schema.Pg +etc/rt42/schema.SQLite +etc/rt42/schema.mysql +@exec chmod 0750 %D/etc/rt42 +@exec chgrp rt %D/etc/rt42 +@group %%SITE_PERL%%/RT.pm %%SITE_PERL%%/RT/ACE.pm %%SITE_PERL%%/RT/ACL.pm %%SITE_PERL%%/RT/Action.pm %%SITE_PERL%%/RT/Action/AutoOpen.pm +%%SITE_PERL%%/RT/Action/AutoOpenInactive.pm %%SITE_PERL%%/RT/Action/Autoreply.pm %%SITE_PERL%%/RT/Action/CreateTickets.pm %%SITE_PERL%%/RT/Action/EscalatePriority.pm @@ -25,9 +34,11 @@ etc/rt40/schema.mysql %%SITE_PERL%%/RT/Action/NotifyAsComment.pm %%SITE_PERL%%/RT/Action/NotifyGroup.pm %%SITE_PERL%%/RT/Action/NotifyGroupAsComment.pm +%%SITE_PERL%%/RT/Action/OpenOnStarted.pm %%SITE_PERL%%/RT/Action/RecordComment.pm %%SITE_PERL%%/RT/Action/RecordCorrespondence.pm %%SITE_PERL%%/RT/Action/SendEmail.pm +%%SITE_PERL%%/RT/Action/SendForward.pm %%SITE_PERL%%/RT/Action/SetPriority.pm %%SITE_PERL%%/RT/Action/SetStatus.pm %%SITE_PERL%%/RT/Action/UserDefined.pm @@ -61,7 +72,11 @@ etc/rt40/schema.mysql %%SITE_PERL%%/RT/Condition/StatusChange.pm %%SITE_PERL%%/RT/Condition/UserDefined.pm %%SITE_PERL%%/RT/Config.pm +%%SITE_PERL%%/RT/Crypt.pm %%SITE_PERL%%/RT/Crypt/GnuPG.pm +%%SITE_PERL%%/RT/Crypt/GnuPG/CRLFHandle.pm +%%SITE_PERL%%/RT/Crypt/Role.pm +%%SITE_PERL%%/RT/Crypt/SMIME.pm %%SITE_PERL%%/RT/CurrentUser.pm %%SITE_PERL%%/RT/CustomField.pm %%SITE_PERL%%/RT/CustomFieldValue.pm @@ -73,6 +88,8 @@ etc/rt40/schema.mysql %%SITE_PERL%%/RT/Dashboard/Mailer.pm %%SITE_PERL%%/RT/Dashboards.pm %%SITE_PERL%%/RT/Date.pm +%%SITE_PERL%%/RT/DependencyWalker.pm +%%SITE_PERL%%/RT/DependencyWalker/FindDependencies.pm %%SITE_PERL%%/RT/EmailParser.pm %%SITE_PERL%%/RT/Generated.pm %%SITE_PERL%%/RT/Generated.pm.in @@ -91,7 +108,7 @@ etc/rt40/schema.mysql %%SITE_PERL%%/RT/Installer.pm %%SITE_PERL%%/RT/Interface/CLI.pm %%SITE_PERL%%/RT/Interface/Email.pm -%%SITE_PERL%%/RT/Interface/Email/Auth/GnuPG.pm +%%SITE_PERL%%/RT/Interface/Email/Auth/Crypt.pm %%SITE_PERL%%/RT/Interface/Email/Auth/MailFrom.pm %%SITE_PERL%%/RT/Interface/REST.pm %%SITE_PERL%%/RT/Interface/Web.pm @@ -102,16 +119,28 @@ etc/rt40/schema.mysql %%SITE_PERL%%/RT/Interface/Web/Request.pm %%SITE_PERL%%/RT/Interface/Web/Session.pm %%SITE_PERL%%/RT/Lifecycle.pm +%%SITE_PERL%%/RT/Lifecycle/Ticket.pm %%SITE_PERL%%/RT/Link.pm %%SITE_PERL%%/RT/Links.pm +%%SITE_PERL%%/RT/Migrate.pm +%%SITE_PERL%%/RT/Migrate/Importer.pm +%%SITE_PERL%%/RT/Migrate/Importer/File.pm +%%SITE_PERL%%/RT/Migrate/Incremental.pm +%%SITE_PERL%%/RT/Migrate/Serializer.pm +%%SITE_PERL%%/RT/Migrate/Serializer/File.pm +%%SITE_PERL%%/RT/Migrate/Serializer/IncrementalRecord.pm +%%SITE_PERL%%/RT/Migrate/Serializer/IncrementalRecords.pm %%SITE_PERL%%/RT/ObjectClass.pm %%SITE_PERL%%/RT/ObjectClasses.pm %%SITE_PERL%%/RT/ObjectCustomField.pm %%SITE_PERL%%/RT/ObjectCustomFieldValue.pm %%SITE_PERL%%/RT/ObjectCustomFieldValues.pm %%SITE_PERL%%/RT/ObjectCustomFields.pm +%%SITE_PERL%%/RT/ObjectScrip.pm +%%SITE_PERL%%/RT/ObjectScrips.pm %%SITE_PERL%%/RT/ObjectTopic.pm %%SITE_PERL%%/RT/ObjectTopics.pm +%%SITE_PERL%%/RT/PlackRunner.pm %%SITE_PERL%%/RT/Plugin.pm %%SITE_PERL%%/RT/Pod/HTML.pm %%SITE_PERL%%/RT/Pod/HTMLBatch.pm @@ -121,6 +150,13 @@ etc/rt40/schema.mysql %%SITE_PERL%%/RT/Queue.pm %%SITE_PERL%%/RT/Queues.pm %%SITE_PERL%%/RT/Record.pm +%%SITE_PERL%%/RT/Record/AddAndSort.pm +%%SITE_PERL%%/RT/Record/Role.pm +%%SITE_PERL%%/RT/Record/Role/Lifecycle.pm +%%SITE_PERL%%/RT/Record/Role/Links.pm +%%SITE_PERL%%/RT/Record/Role/Rights.pm +%%SITE_PERL%%/RT/Record/Role/Roles.pm +%%SITE_PERL%%/RT/Record/Role/Status.pm %%SITE_PERL%%/RT/Reminders.pm %%SITE_PERL%%/RT/Report/Tickets.pm %%SITE_PERL%%/RT/Report/Tickets/Entry.pm @@ -138,8 +174,11 @@ etc/rt40/schema.mysql %%SITE_PERL%%/RT/Search.pm %%SITE_PERL%%/RT/Search/ActiveTicketsInQueue.pm %%SITE_PERL%%/RT/Search/FromSQL.pm -%%SITE_PERL%%/RT/Search/Googleish.pm +%%SITE_PERL%%/RT/Search/Simple.pm %%SITE_PERL%%/RT/SearchBuilder.pm +%%SITE_PERL%%/RT/SearchBuilder/AddAndSort.pm +%%SITE_PERL%%/RT/SearchBuilder/Role.pm +%%SITE_PERL%%/RT/SearchBuilder/Role/Roles.pm %%SITE_PERL%%/RT/SharedSetting.pm %%SITE_PERL%%/RT/SharedSettings.pm %%SITE_PERL%%/RT/Shredder.pm @@ -188,10 +227,11 @@ etc/rt40/schema.mysql %%SITE_PERL%%/RT/Test/Apache.pm %%SITE_PERL%%/RT/Test/Email.pm %%SITE_PERL%%/RT/Test/GnuPG.pm +%%SITE_PERL%%/RT/Test/SMIME.pm +%%SITE_PERL%%/RT/Test/Shredder.pm %%SITE_PERL%%/RT/Test/Web.pm %%SITE_PERL%%/RT/Ticket.pm %%SITE_PERL%%/RT/Tickets.pm -%%SITE_PERL%%/RT/Tickets_SQL.pm %%SITE_PERL%%/RT/Topic.pm %%SITE_PERL%%/RT/Topics.pm %%SITE_PERL%%/RT/Transaction.pm @@ -205,6 +245,7 @@ etc/rt40/schema.mysql %%SITE_PERL%%/RT/User.pm %%SITE_PERL%%/RT/Users.pm %%SITE_PERL%%/RT/Util.pm +@group rt sbin/rt-attributes-viewer sbin/rt-clean-sessions sbin/rt-dump-metadata @@ -223,6 +264,7 @@ sbin/rt-test-dependencies sbin/rt-validate-aliases sbin/rt-validator sbin/standalone_httpd +@group %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/UPGRADING-2.0 %%PORTDOCS%%%%DOCSDIR%%/UPGRADING-3.0 @@ -231,14 +273,19 @@ sbin/standalone_httpd %%PORTDOCS%%%%DOCSDIR%%/UPGRADING-3.6 %%PORTDOCS%%%%DOCSDIR%%/UPGRADING-3.8 %%PORTDOCS%%%%DOCSDIR%%/UPGRADING-4.0 +%%PORTDOCS%%%%DOCSDIR%%/UPGRADING-4.2 %%PORTDOCS%%%%DOCSDIR%%/UPGRADING.mysql +%%PORTDOCS%%%%DOCSDIR%%/authentication.pod +%%PORTDOCS%%%%DOCSDIR%%/automating_rt.pod %%PORTDOCS%%%%DOCSDIR%%/backups.pod +%%PORTDOCS%%%%DOCSDIR%%/charts.pod %%PORTDOCS%%%%DOCSDIR%%/customizing/approvals.pod %%PORTDOCS%%%%DOCSDIR%%/customizing/articles_introduction.pod %%PORTDOCS%%%%DOCSDIR%%/customizing/lifecycles.pod %%PORTDOCS%%%%DOCSDIR%%/customizing/styling_rt.pod %%PORTDOCS%%%%DOCSDIR%%/customizing/templates.pod %%PORTDOCS%%%%DOCSDIR%%/customizing/timezones_in_charts.pod +%%PORTDOCS%%%%DOCSDIR%%/dashboards.pod %%PORTDOCS%%%%DOCSDIR%%/extending/clickable_links.pod %%PORTDOCS%%%%DOCSDIR%%/extending/external_custom_fields.pod %%PORTDOCS%%%%DOCSDIR%%/extending/using_forms_widgets.pod @@ -246,19 +293,33 @@ sbin/standalone_httpd %%PORTDOCS%%%%DOCSDIR%%/glossary.pod %%PORTDOCS%%%%DOCSDIR%%/hacking.pod %%PORTDOCS%%%%DOCSDIR%%/images/action-decline.png +%%PORTDOCS%%%%DOCSDIR%%/images/customize-dashboards-menu.png +%%PORTDOCS%%%%DOCSDIR%%/images/dashboard-chart.png +%%PORTDOCS%%%%DOCSDIR%%/images/dashboard-content-invoices.png +%%PORTDOCS%%%%DOCSDIR%%/images/dashboard-search-sorting.png +%%PORTDOCS%%%%DOCSDIR%%/images/dashboard-subscription.png +%%PORTDOCS%%%%DOCSDIR%%/images/general-owner-chart.png +%%PORTDOCS%%%%DOCSDIR%%/images/general-owner-lastupdated-chart.png +%%PORTDOCS%%%%DOCSDIR%%/images/general-status-chart.png %%PORTDOCS%%%%DOCSDIR%%/images/global-lifecycle-group-rights.png %%PORTDOCS%%%%DOCSDIR%%/images/lifecycle-choices.png %%PORTDOCS%%%%DOCSDIR%%/images/order-history-example.png +%%PORTDOCS%%%%DOCSDIR%%/images/queue-created-started-chart.png %%PORTDOCS%%%%DOCSDIR%%/images/theme_editor_defaults.png +%%PORTDOCS%%%%DOCSDIR%%/incremental-export/README +%%PORTDOCS%%%%DOCSDIR%%/incremental-export/Record_Local.pm *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 07:22:50 2013 Return-Path: Delivered-To: svn-ports-head@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 4A291B13; Fri, 29 Nov 2013 07:22:50 +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 2A3D112F6; Fri, 29 Nov 2013 07:22:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT7Mo6d026094; Fri, 29 Nov 2013 07:22:50 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT7Mno4026091; Fri, 29 Nov 2013 07:22:49 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311290722.rAT7Mno4026091@svn.freebsd.org> From: Kubilay Kocak Date: Fri, 29 Nov 2013 07:22:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335150 - head/devel/py-argparse 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.16 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: Fri, 29 Nov 2013 07:22:50 -0000 Author: koobs Date: Fri Nov 29 07:22:49 2013 New Revision: 335150 URL: http://svnweb.freebsd.org/changeset/ports/335150 Log: devel/py-argparse: Update to 1.2.1 - Update to 1.2.1 - Enable STAGE support - Enable AUTOPLIST, remove PLIST_FILES accordingly - Upstream uses setuptools, update USE_PYDISTUTILS accordingly - Remove USE_ZIP, distribution files is now tar.gz - QA: Add LICENSE (PSFL) - QA: Remove indefinite article from COMMENT - QA: Whitespace alignment - QA: Tab->space for WWW: in pkg-descr Changes: argparse 1.2.1: - fixed Issue #82: argparse 1.2 incompatible with Python 3.1 - hacked the tests so they don't have the minor failures that were caused by the compatibility stuff for python 2.3 and 3.1 argparse 1.2: - fixed Issue #79: re-licensed argparse package under same license as py 2.7 stdlib argparse code - fixed Issue #80: argparse 1.2 is now same archive on pypi / on google code Approved by: lwhsu (maintainer) Modified: head/devel/py-argparse/Makefile (contents, props changed) head/devel/py-argparse/distinfo (contents, props changed) head/devel/py-argparse/pkg-descr (contents, props changed) Modified: head/devel/py-argparse/Makefile ============================================================================== --- head/devel/py-argparse/Makefile Fri Nov 29 07:20:28 2013 (r335149) +++ head/devel/py-argparse/Makefile Fri Nov 29 07:22:49 2013 (r335150) @@ -2,22 +2,18 @@ # $FreeBSD$ PORTNAME= argparse -PORTVERSION= 1.1 +PORTVERSION= 1.2.1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= lwhsu@FreeBSD.org -COMMENT= An optparse-inspired command-line parsing library +COMMENT= Optparse-inspired command-line parsing library -USE_ZIP= yes +LICENSE= PSFL -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes -PLIST_FILES= %%PYTHON_SITELIBDIR%%/argparse.py \ - %%PYTHON_SITELIBDIR%%/argparse.pyc \ - %%PYTHON_SITELIBDIR%%/argparse.pyo - -NO_STAGE= yes .include Modified: head/devel/py-argparse/distinfo ============================================================================== --- head/devel/py-argparse/distinfo Fri Nov 29 07:20:28 2013 (r335149) +++ head/devel/py-argparse/distinfo Fri Nov 29 07:22:49 2013 (r335150) @@ -1,2 +1,2 @@ -SHA256 (argparse-1.1.zip) = 9b1615ad6ccf568c690e7c68a9f2ccf9cd54d3c4c1e0cd8cdd0ebbde682949a2 -SIZE (argparse-1.1.zip) = 151471 +SHA256 (argparse-1.2.1.tar.gz) = ddaf4b0a618335a32b6664d4ae038a1de8fbada3b25033f9021510ed2b3941a4 +SIZE (argparse-1.2.1.tar.gz) = 69297 Modified: head/devel/py-argparse/pkg-descr ============================================================================== --- head/devel/py-argparse/pkg-descr Fri Nov 29 07:20:28 2013 (r335149) +++ head/devel/py-argparse/pkg-descr Fri Nov 29 07:22:49 2013 (r335150) @@ -4,4 +4,4 @@ ability to create parsers for sub-comman messages, and much more. At the same time, it retains the ease and flexibility of use that made optparse so popular. -WWW: http://code.google.com/p/argparse/ +WWW: http://code.google.com/p/argparse/ From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 07:38:01 2013 Return-Path: Delivered-To: svn-ports-head@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 2ABF8120; Fri, 29 Nov 2013 07:38:01 +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 0B93F1398; Fri, 29 Nov 2013 07:38:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT7c1PB030449; Fri, 29 Nov 2013 07:38:01 GMT (envelope-from araujo@svn.freebsd.org) Received: (from araujo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT7braE030397; Fri, 29 Nov 2013 07:37:53 GMT (envelope-from araujo@svn.freebsd.org) Message-Id: <201311290737.rAT7braE030397@svn.freebsd.org> From: Marcelo Araujo Date: Fri, 29 Nov 2013 07:37:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335151 - in head: audio/festlex-ogi audio/napster devel/c4 devel/inilib devel/libol devel/pmk devel/ruby-date2 graphics/py-freeimagepy java/jcalendar lang/execline lang/sisc mail/ask m... 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.16 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: Fri, 29 Nov 2013 07:38:01 -0000 Author: araujo Date: Fri Nov 29 07:37:52 2013 New Revision: 335151 URL: http://svnweb.freebsd.org/changeset/ports/335151 Log: - Return almost all of my ports back to the pool. I have no time to make any necessary fixes on them for the past months. Modified: head/audio/festlex-ogi/Makefile head/audio/napster/Makefile head/devel/c4/Makefile head/devel/inilib/Makefile head/devel/libol/Makefile head/devel/pmk/Makefile head/devel/ruby-date2/Makefile head/graphics/py-freeimagepy/Makefile head/java/jcalendar/Makefile head/lang/execline/Makefile head/lang/sisc/Makefile head/mail/ask/Makefile head/mail/exipick/Makefile head/mail/gotmail/Makefile head/mail/prom-wl/Makefile head/mail/pronto/Makefile head/math/gdcalc/Makefile head/math/ruby-algebra/Makefile head/net-mgmt/ipfm/Makefile head/net-mgmt/ocsinventory-agent/Makefile head/net-mgmt/ocsinventory-ng/Makefile head/net/java-beepcore/Makefile head/net/lft/Makefile head/net/mars_nwe/Makefile head/net/py-pybeanstalk/Makefile head/net/pygopherd/Makefile head/net/redir/Makefile head/print/enscriptfonts/Makefile head/print/mup/Makefile head/security/libwhisker/Makefile head/textproc/ruby-xmlconfigfile/Makefile head/www/bins/Makefile head/www/mod_security/Makefile head/www/netoffice/Makefile head/x11-clocks/sanduhr/Makefile head/x11-toolkits/viewklass/Makefile Modified: head/audio/festlex-ogi/Makefile ============================================================================== --- head/audio/festlex-ogi/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/audio/festlex-ogi/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -8,7 +8,7 @@ CATEGORIES= audio accessibility MASTER_SITES= # ${MASTER_SITE_FESTIVAL_OGI} DISTNAME= OGIlexicon-2.2 -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Composite pronunciation dictionary from ogi.edu for Festival RUN_DEPENDS= festival:${PORTSDIR}/audio/festival \ Modified: head/audio/napster/Makefile ============================================================================== --- head/audio/napster/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/audio/napster/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -6,7 +6,7 @@ PORTVERSION= 1.5.4 CATEGORIES+= audio net MASTER_SITES= SF/nap/nap/${PORTVERSION} -MAINTAINER?= araujo@FreeBSD.org +MAINTAINER?= ports@FreeBSD.org COMMENT?= An MP3 sharing, search, and chat client for the OpenNAP network CONFLICTS?= ru-nap-* Modified: head/devel/c4/Makefile ============================================================================== --- head/devel/c4/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/devel/c4/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES+= devel MASTER_SITES= http://public.perforce.com/public/perforce/utils/c4/ -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A CVS-like Frontend to Perforce WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/devel/inilib/Makefile ============================================================================== --- head/devel/inilib/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/devel/inilib/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -6,7 +6,7 @@ PORTVERSION= 1.0.7b3 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.0.7 -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A C++ lib which provides a method of saving the "state" of a program GNU_CONFIGURE= yes Modified: head/devel/libol/Makefile ============================================================================== --- head/devel/libol/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/devel/libol/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -6,7 +6,7 @@ PORTVERSION= 0.3.18 CATEGORIES= devel MASTER_SITES= http://www.balabit.com/downloads/files/libol/0.3/ -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Library needed by syslog-ng USE_AUTOTOOLS= libtool Modified: head/devel/pmk/Makefile ============================================================================== --- head/devel/pmk/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/devel/pmk/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -6,7 +6,7 @@ PORTVERSION= 0.10.4 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Pre Make Kit, a sane replacement for autoconf PKGINSTALL= ${WRKDIR}/pkg-install Modified: head/devel/ruby-date2/Makefile ============================================================================== --- head/devel/ruby-date2/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/devel/ruby-date2/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -8,7 +8,7 @@ MASTER_SITES= http://www.funaba.org/arch PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An alternative date class for Ruby USE_RUBY= yes Modified: head/graphics/py-freeimagepy/Makefile ============================================================================== --- head/graphics/py-freeimagepy/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/graphics/py-freeimagepy/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -8,7 +8,7 @@ MASTER_SITES= SF/${PORTNAME}/FreeImagePy PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= FreeImagePy_w_dll-${PORTVERSION} -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A FreeImage library python wrapper LIB_DEPENDS= freeimage.3:${PORTSDIR}/graphics/freeimage Modified: head/java/jcalendar/Makefile ============================================================================== --- head/java/jcalendar/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/java/jcalendar/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -6,7 +6,7 @@ PORTVERSION= 1.3.3 CATEGORIES= java misc MASTER_SITES= http://www.toedter.com/download/ -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Java Date Chooser USE_ZIP= yes Modified: head/lang/execline/Makefile ============================================================================== --- head/lang/execline/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/lang/execline/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -6,7 +6,7 @@ PORTVERSION= 1.08 CATEGORIES= lang shells MASTER_SITES= http://www.skarnet.org/software/${PORTNAME}/ -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight non-interactive sh(1)-like scripting language BUILD_DEPENDS= ${LOCALBASE}/lib/skalibs/libstddjb.a:${PORTSDIR}/devel/skalibs Modified: head/lang/sisc/Makefile ============================================================================== --- head/lang/sisc/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/lang/sisc/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= lang scheme java MASTER_SITES= SF/${PORTNAME}/SISC/${PORTVERSION} -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An extensible Java-based Scheme interpreter USE_JAVA= yes Modified: head/mail/ask/Makefile ============================================================================== --- head/mail/ask/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/mail/ask/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -6,7 +6,7 @@ PORTVERSION= 2.5.3 CATEGORIES= mail MASTER_SITES= SF/a-s-k/${PORTNAME}-beta/${PORTVERSION} -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Anti Spam Killer content filtering USE_PYTHON= yes Modified: head/mail/exipick/Makefile ============================================================================== --- head/mail/exipick/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/mail/exipick/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -8,7 +8,7 @@ MASTER_SITES= http://jetmore.org/john/co DISTNAME= ${PORTNAME}.${PORTVERSION} EXTRACT_SUFX= -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Display messages from Exim queue based on a variety of criteria PLIST_FILES= bin/${PORTNAME} Modified: head/mail/gotmail/Makefile ============================================================================== --- head/mail/gotmail/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/mail/gotmail/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= SF -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A script to fetch mail from a Hotmail or MSN mailbox RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \ Modified: head/mail/prom-wl/Makefile ============================================================================== --- head/mail/prom-wl/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/mail/prom-wl/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= mail elisp MASTER_SITES= http://www.h6.dion.ne.jp/~nytheta/software/pub/ -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Procmail reader for Wanderlust on GNU Emacs # This port requires Wanderlust. But we can't decide which Wanderlust to Modified: head/mail/pronto/Makefile ============================================================================== --- head/mail/pronto/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/mail/pronto/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= http://muhri.net/pronto/ -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Mail Client for Gnome/Gtk written in Perl BUILD_DEPENDS=\ Modified: head/math/gdcalc/Makefile ============================================================================== --- head/math/gdcalc/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/math/gdcalc/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -8,7 +8,7 @@ PORTREVISION= 6 CATEGORIES= math MASTER_SITES= http://bhepple.freeshell.org/dcalc/unix/ -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Gnome-based scientific calculator RUN_DEPENDS= ${LOCALBASE}/bin/gunits:${PORTSDIR}/math/units Modified: head/math/ruby-algebra/Makefile ============================================================================== --- head/math/ruby-algebra/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/math/ruby-algebra/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -8,7 +8,7 @@ MASTER_SITES= http://blade.nagaokaut.ac. PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Ruby library for mathematical (algebraic) computations USE_RUBY= yes Modified: head/net-mgmt/ipfm/Makefile ============================================================================== --- head/net-mgmt/ipfm/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/net-mgmt/ipfm/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -7,7 +7,7 @@ CATEGORIES= net-mgmt MASTER_SITES= http://robert.cheramy.net/ipfm/archive/ EXTRACT_SUFX= .tgz -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A bandwidth analysis tool GNU_CONFIGURE= yes Modified: head/net-mgmt/ocsinventory-agent/Makefile ============================================================================== --- head/net-mgmt/ocsinventory-agent/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/net-mgmt/ocsinventory-agent/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -8,7 +8,7 @@ MASTER_SITES= http://launchpad.net/ocsin PKGNAMESUFFIX= -Unix-Agent DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Keep track of the computers configuration and software LICENSE= GPLv2 Modified: head/net-mgmt/ocsinventory-ng/Makefile ============================================================================== --- head/net-mgmt/ocsinventory-ng/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/net-mgmt/ocsinventory-ng/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -6,7 +6,7 @@ CATEGORIES= net-mgmt MASTER_SITES= https://launchpadlibrarian.net/99500930/ DISTNAME= OCSNG_UNIX_SERVER-${PORTVERSION} -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Open Computer and Software Inventory Next Generation LICENSE= GPLv2 Modified: head/net/java-beepcore/Makefile ============================================================================== --- head/net/java-beepcore/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/net/java-beepcore/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}-java/${PORT PKGNAMEPREFIX= java- EXTRACT_SUFX= .tgz -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An implementation of BEEP core and BEEP mapping for TCP in Java RUN_DEPENDS= ${JAVALIBDIR}/xercesImpl.jar:${PORTSDIR}/textproc/xerces-j Modified: head/net/lft/Makefile ============================================================================== --- head/net/lft/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/net/lft/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -7,7 +7,7 @@ PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://pwhois.org/get/ -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Layer 4 Traceroute program GNU_CONFIGURE= yes Modified: head/net/mars_nwe/Makefile ============================================================================== --- head/net/mars_nwe/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/net/mars_nwe/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -11,7 +11,7 @@ MASTER_SITES= ftp://www.compu-art.de/mar DISTNAME= mars_nwe-0.99.pl20 EXTRACT_SUFX= .tgz -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Netware server emulator for Un*x systems WRKSRC= ${WRKDIR}/mars_nwe Modified: head/net/py-pybeanstalk/Makefile ============================================================================== --- head/net/py-pybeanstalk/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/net/py-pybeanstalk/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -5,7 +5,7 @@ PORTVERSION= 0.11.1 CATEGORIES= net python MASTER_SITES= GOOGLE_CODE -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A pure python client library for beanstalkd queue LICENSE= GPLv2 Modified: head/net/pygopherd/Makefile ============================================================================== --- head/net/pygopherd/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/net/pygopherd/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -8,7 +8,7 @@ MASTER_SITES= http://gopher.quux.org:70/ http://gopher.quux.org:70/devel/gopher/Downloads/pygopherd/old/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Multiprotocol Information Server USE_PYTHON= yes Modified: head/net/redir/Makefile ============================================================================== --- head/net/redir/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/net/redir/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://sammy.net/~sammy/hacks/ -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A TCP connection redirection utility USE_RC_SUBR= redir Modified: head/print/enscriptfonts/Makefile ============================================================================== --- head/print/enscriptfonts/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/print/enscriptfonts/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -8,7 +8,7 @@ MASTER_SITES= http://muuz.deadbbs.com/Fr DISTNAME= enscript_fonts-0.81 EXTRACT_SUFX= .tbz -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= More than 120 free- and share-ware fonts to extend enscript-1.5 NO_WRKSUBDIR= YES Modified: head/print/mup/Makefile ============================================================================== --- head/print/mup/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/print/mup/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -7,7 +7,7 @@ CATEGORIES= print audio MASTER_SITES= ftp://ftp.arkkra.com/pub/unix/ DISTFILES= mup${PORTVERSION:S/.//}src.tar.gz -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A shareware program for typesetting music MAN1= mup.1 mkmupfnt.1 mupdisp.1 mupprnt.1 Modified: head/security/libwhisker/Makefile ============================================================================== --- head/security/libwhisker/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/security/libwhisker/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -7,7 +7,7 @@ CATEGORIES= security perl5 MASTER_SITES= http://www.wiretrip.net/rfp/${PORTNAME}/ DISTNAME= ${PORTNAME}2-${PORTVERSION} -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Perl module to create HTTP test scripts WRKSRC= ${WRKDIR}/${PORTNAME}2-${PORTVERSION} Modified: head/textproc/ruby-xmlconfigfile/Makefile ============================================================================== --- head/textproc/ruby-xmlconfigfile/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/textproc/ruby-xmlconfigfile/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -9,7 +9,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= xml-configfile-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= A Ruby module for easy handling of XML configuration files USE_RUBY= yes Modified: head/www/bins/Makefile ============================================================================== --- head/www/bins/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/www/bins/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -7,7 +7,7 @@ PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://download.gna.org/bins/ -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tool to generate HTML photo albums with XML support RUN_DEPENDS= \ Modified: head/www/mod_security/Makefile ============================================================================== --- head/www/mod_security/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/www/mod_security/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -8,7 +8,7 @@ MASTER_SITES= http://www.modsecurity.org PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:S/_//:S/2//}-apache_${PORTVERSION} -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An intrusion detection and prevention engine LICENSE= AL2 Modified: head/www/netoffice/Makefile ============================================================================== --- head/www/netoffice/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/www/netoffice/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-devel/${PORTVERSION} -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= NetOffice is a free web based project-management environment NO_BUILD= yes Modified: head/x11-clocks/sanduhr/Makefile ============================================================================== --- head/x11-clocks/sanduhr/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/x11-clocks/sanduhr/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -7,7 +7,7 @@ PORTREVISION= 8 CATEGORIES= x11-clocks gnome MASTER_SITES= http://seehuhn.de/media/programs/ -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An alarm clock for GNOME desktop designed as a sand-glass USES= gmake pkgconfig Modified: head/x11-toolkits/viewklass/Makefile ============================================================================== --- head/x11-toolkits/viewklass/Makefile Fri Nov 29 07:22:49 2013 (r335150) +++ head/x11-toolkits/viewklass/Makefile Fri Nov 29 07:37:52 2013 (r335151) @@ -8,7 +8,7 @@ CATEGORIES= x11-toolkits MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/ViewKlass-${PORTVERSION} DISTNAME= ViewKlass-${PORTVERSION} -MAINTAINER= araujo@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= C++ Framework for Motif BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 08:18:16 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 ESMTPS id F2EB4A8E; Fri, 29 Nov 2013 08:18:15 +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 DE8461606; Fri, 29 Nov 2013 08:18:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT8IFti044260; Fri, 29 Nov 2013 08:18:15 GMT (envelope-from araujo@svn.freebsd.org) Received: (from araujo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT8IFo9044257; Fri, 29 Nov 2013 08:18:15 GMT (envelope-from araujo@svn.freebsd.org) Message-Id: <201311290818.rAT8IFo9044257@svn.freebsd.org> From: Marcelo Araujo Date: Fri, 29 Nov 2013 08:18:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335152 - head/devel/cx_Freeze 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.16 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: Fri, 29 Nov 2013 08:18:16 -0000 Author: araujo Date: Fri Nov 29 08:18:14 2013 New Revision: 335152 URL: http://svnweb.freebsd.org/changeset/ports/335152 Log: - Update to 4.3.2. - Fix build. [1] PR: ports/183025 [1] Submitted by: Martin Dieringer Modified: head/devel/cx_Freeze/Makefile head/devel/cx_Freeze/distinfo head/devel/cx_Freeze/pkg-plist (contents, props changed) Modified: head/devel/cx_Freeze/Makefile ============================================================================== --- head/devel/cx_Freeze/Makefile Fri Nov 29 07:37:52 2013 (r335151) +++ head/devel/cx_Freeze/Makefile Fri Nov 29 08:18:14 2013 (r335152) @@ -1,15 +1,16 @@ # $FreeBSD$ PORTNAME= cx_Freeze -PORTVERSION= 4.3.1 +PORTVERSION= 4.3.2 CATEGORIES= devel python MASTER_SITES= SF/cx-freeze/${PORTVERSION} MAINTAINER= araujo@FreeBSD.org COMMENT= The cx_Freeze is a set of utilities for freezing Python scripts +USE_GCC= yes USE_PYTHON= yes +PYDISTUTILS_NOEGGINFO= yes USE_PYDISTUTILS= yes -NO_STAGE= yes .include Modified: head/devel/cx_Freeze/distinfo ============================================================================== --- head/devel/cx_Freeze/distinfo Fri Nov 29 07:37:52 2013 (r335151) +++ head/devel/cx_Freeze/distinfo Fri Nov 29 08:18:14 2013 (r335152) @@ -1,2 +1,2 @@ -SHA256 (cx_Freeze-4.3.1.tar.gz) = 11f8818ab4e1754c81c1226ce3430f29e6ba231a22a153ce3794a5cc464fa11b -SIZE (cx_Freeze-4.3.1.tar.gz) = 53441 +SHA256 (cx_Freeze-4.3.2.tar.gz) = d634aae1e1d20b660d24245450b8a5ea3ad9c443cd735d8fbe17c1d93b8b23df +SIZE (cx_Freeze-4.3.2.tar.gz) = 55816 Modified: head/devel/cx_Freeze/pkg-plist ============================================================================== --- head/devel/cx_Freeze/pkg-plist Fri Nov 29 07:37:52 2013 (r335151) +++ head/devel/cx_Freeze/pkg-plist Fri Nov 29 08:18:14 2013 (r335152) @@ -17,69 +17,104 @@ bin/cxfreeze-quickstart %%PYTHON_SITELIBDIR%%/cx_Freeze/hooks.py %%PYTHON_SITELIBDIR%%/cx_Freeze/hooks.pyc %%PYTHON_SITELIBDIR%%/cx_Freeze/hooks.pyo -%%PYTHON_SITELIBDIR%%/cx_Freeze/macdist.py -%%PYTHON_SITELIBDIR%%/cx_Freeze/macdist.pyc -%%PYTHON_SITELIBDIR%%/cx_Freeze/macdist.pyo -%%PYTHON_SITELIBDIR%%/cx_Freeze/setupwriter.py -%%PYTHON_SITELIBDIR%%/cx_Freeze/setupwriter.pyc -%%PYTHON_SITELIBDIR%%/cx_Freeze/setupwriter.pyo %%PYTHON_SITELIBDIR%%/cx_Freeze/initscripts/Console.py -%%PYTHON_SITELIBDIR%%/cx_Freeze/initscripts/Console3.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/initscripts/Console.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/initscripts/Console.pyo %%PYTHON_SITELIBDIR%%/cx_Freeze/initscripts/ConsoleKeepPath.py -%%PYTHON_SITELIBDIR%%/cx_Freeze/initscripts/ConsoleKeepPath3.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/initscripts/ConsoleKeepPath.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/initscripts/ConsoleKeepPath.pyo %%PYTHON_SITELIBDIR%%/cx_Freeze/initscripts/ConsoleSetLibPath.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/initscripts/ConsoleSetLibPath.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/initscripts/ConsoleSetLibPath.pyo %%PYTHON_SITELIBDIR%%/cx_Freeze/initscripts/SharedLib.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/initscripts/SharedLib.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/initscripts/SharedLib.pyo %%PYTHON_SITELIBDIR%%/cx_Freeze/initscripts/SharedLibSource.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/initscripts/SharedLibSource.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/initscripts/SharedLibSource.pyo +%%PYTHON_SITELIBDIR%%/cx_Freeze/macdist.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/macdist.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/macdist.pyo %%PYTHON_SITELIBDIR%%/cx_Freeze/main.py %%PYTHON_SITELIBDIR%%/cx_Freeze/main.pyc %%PYTHON_SITELIBDIR%%/cx_Freeze/main.pyo +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/PyQt4/PyQt4app.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/PyQt4/PyQt4app.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/PyQt4/PyQt4app.pyo +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/PyQt4/setup.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/PyQt4/setup.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/PyQt4/setup.pyo +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/Tkinter/SimpleTkApp.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/Tkinter/SimpleTkApp.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/Tkinter/SimpleTkApp.pyo +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/Tkinter/setup.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/Tkinter/setup.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/Tkinter/setup.pyo %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/advanced/advanced_1.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/advanced/advanced_1.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/advanced/advanced_1.pyo %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/advanced/advanced_2.py -%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/advanced/modules/testfreeze_1.py -%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/advanced/modules/testfreeze_2.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/advanced/advanced_2.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/advanced/advanced_2.pyo %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/advanced/setup.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/advanced/setup.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/advanced/setup.pyo %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/matplotlib/setup.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/matplotlib/setup.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/matplotlib/setup.pyo %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/matplotlib/test_matplotlib.py -%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/PyQt4/PyQt4app.py -%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/PyQt4/setup.py -%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/relimport/pkg1/__init__.py -%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/relimport/pkg1/pkg2/__init__.py -%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/relimport/pkg1/pkg2/sub3.py -%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/relimport/pkg1/pkg2/sub5.py -%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/relimport/pkg1/sub1.py -%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/relimport/pkg1/sub2.py -%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/relimport/pkg1/sub4.py -%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/relimport/pkg1/sub6.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/matplotlib/test_matplotlib.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/matplotlib/test_matplotlib.pyo %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/relimport/relimport.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/relimport/relimport.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/relimport/relimport.pyo %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/relimport/setup.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/relimport/setup.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/relimport/setup.pyo %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/service/Config.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/service/Config.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/service/Config.pyo %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/service/ServiceHandler.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/service/ServiceHandler.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/service/ServiceHandler.pyo %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/service/setup.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/service/setup.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/service/setup.pyo %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/simple/hello.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/simple/hello.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/simple/hello.pyo %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/simple/setup.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/simple/setup.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/simple/setup.pyo %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/wx/setup.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/wx/setup.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/wx/setup.pyo %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/wx/wxapp.py -%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/zope/setup.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/wx/wxapp.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/wx/wxapp.pyo %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/zope/qotd.py -%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/Tkinter/SimpleTkApp.py -%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/Tkinter/setup.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/zope/qotd.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/zope/qotd.pyo +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/zope/setup.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/zope/setup.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/samples/zope/setup.pyo +%%PYTHON_SITELIBDIR%%/cx_Freeze/setupwriter.py +%%PYTHON_SITELIBDIR%%/cx_Freeze/setupwriter.pyc +%%PYTHON_SITELIBDIR%%/cx_Freeze/setupwriter.pyo %%PYTHON_SITELIBDIR%%/cx_Freeze/util.so %%PYTHON_SITELIBDIR%%/cx_Freeze/windist.py %%PYTHON_SITELIBDIR%%/cx_Freeze/windist.pyc %%PYTHON_SITELIBDIR%%/cx_Freeze/windist.pyo -@dirrm %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/zope -@dirrm %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/Tkinter -@dirrm %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/wx -@dirrm %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/service -@dirrm %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/simple -@dirrm %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/relimport/pkg1/pkg2 -@dirrm %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/relimport/pkg1 -@dirrm %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/relimport -@dirrm %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/matplotlib -@dirrm %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/PyQt4 -@dirrm %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/advanced/modules -@dirrm %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/advanced -@dirrm %%PYTHON_SITELIBDIR%%/cx_Freeze/samples -@dirrm %%PYTHON_SITELIBDIR%%/cx_Freeze/initscripts -@dirrm %%PYTHON_SITELIBDIR%%/cx_Freeze/bases -@dirrm %%PYTHON_SITELIBDIR%%/cx_Freeze +@dirrmtry %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/zope +@dirrmtry %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/wx +@dirrmtry %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/simple +@dirrmtry %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/service +@dirrmtry %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/relimport +@dirrmtry %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/matplotlib +@dirrmtry %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/advanced +@dirrmtry %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/Tkinter +@dirrmtry %%PYTHON_SITELIBDIR%%/cx_Freeze/samples/PyQt4 +@dirrmtry %%PYTHON_SITELIBDIR%%/cx_Freeze/samples +@dirrmtry %%PYTHON_SITELIBDIR%%/cx_Freeze/initscripts +@dirrmtry %%PYTHON_SITELIBDIR%%/cx_Freeze/bases +@dirrmtry %%PYTHON_SITELIBDIR%%/cx_Freeze From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 08:21:29 2013 Return-Path: Delivered-To: svn-ports-head@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 849DBC93; Fri, 29 Nov 2013 08:21:29 +0000 (UTC) Received: from forward5h.mail.yandex.net (forward5h.mail.yandex.net [IPv6:2a02:6b8:0:f05::5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 354D1164D; Fri, 29 Nov 2013 08:21:29 +0000 (UTC) Received: from smtp2h.mail.yandex.net (smtp2h.mail.yandex.net [84.201.187.145]) by forward5h.mail.yandex.net (Yandex) with ESMTP id 9AD38D019FC; Fri, 29 Nov 2013 12:21:24 +0400 (MSK) Received: from smtp2h.mail.yandex.net (localhost [127.0.0.1]) by smtp2h.mail.yandex.net (Yandex) with ESMTP id DC64117028FD; Fri, 29 Nov 2013 12:21:23 +0400 (MSK) Received: from 87.249.28.58.tel.ru (87.249.28.58.tel.ru [87.249.28.58]) by smtp2h.mail.yandex.net (nwsmtp/Yandex) with ESMTP id TXsZlsQwS3-LN4OK1Sl; Fri, 29 Nov 2013 12:21:23 +0400 (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (Client certificate not present) Message-ID: <52984E82.400@passap.ru> Date: Fri, 29 Nov 2013 12:21:22 +0400 From: Boris Samorodov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: Matthew Seaman , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r335149 - in head/www/rt42: . files References: <201311290720.rAT7KTpX023823@svn.freebsd.org> In-Reply-To: <201311290720.rAT7KTpX023823@svn.freebsd.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Fri, 29 Nov 2013 08:21:29 -0000 29.11.2013 11:20, Matthew Seaman пишет: > Author: matthew > Date: Fri Nov 29 07:20:28 2013 > New Revision: 335149 > URL: http://svnweb.freebsd.org/changeset/ports/335149 > > Log: > Step two of reconnecting www/rt42 with its history: svn cp ww/rt40 > www/rt42 and reapply the changes. Thank you! -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 08:39:03 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 ESMTPS id CE00C196; Fri, 29 Nov 2013 08:39:03 +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 B008F16F7; Fri, 29 Nov 2013 08:39:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT8d3eO051029; Fri, 29 Nov 2013 08:39:03 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT8d3UD051028; Fri, 29 Nov 2013 08:39:03 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201311290839.rAT8d3UD051028@svn.freebsd.org> From: Antoine Brodin Date: Fri, 29 Nov 2013 08:39:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335153 - head/Mk 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.16 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: Fri, 29 Nov 2013 08:39:03 -0000 Author: antoine Date: Fri Nov 29 08:39:03 2013 New Revision: 335153 URL: http://svnweb.freebsd.org/changeset/ports/335153 Log: Fix listing of info-* files when staging Approved by: portmgr (bapt) Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Fri Nov 29 08:18:14 2013 (r335152) +++ head/Mk/bsd.port.mk Fri Nov 29 08:39:03 2013 (r335153) @@ -6009,12 +6009,12 @@ add-plist-info: >> ${TMPPLIST} @${ECHO_CMD} "@unexec [ \`info -d %D/${INFO_PATH} --output - 2>/dev/null | grep -c '^*'\` -eq 1 ] && rm -f %D/${INFO_PATH}/dir || :"\ >> ${TMPPLIST} - @${LS} ${PREFIX}/${INFO_PATH}/$i.info* | ${SED} -e s:${PREFIX}/::g >> ${TMPPLIST} + @${LS} ${STAGEDIR}${PREFIX}/${INFO_PATH}/$i.info* | ${SED} -e s:${STAGEDIR}${PREFIX}/::g >> ${TMPPLIST} @${ECHO_CMD} "@exec install-info --quiet %D/${INFO_PATH}/$i.info %D/${INFO_PATH}/dir" \ >> ${TMPPLIST} .else @${ECHO_CMD} "@info ${INFO_PATH}/$i.info" >> ${TMPPLIST} - @${LS} ${PREFIX}/${INFO_PATH}/$i.info-* 2>/dev/null | ${SED} -e s:${PREFIX}/:@info\ :g >> ${TMPPLIST} + @${LS} ${STAGEDIR}${PREFIX}/${INFO_PATH}/$i.info-* 2>/dev/null | ${SED} -e s:${STAGEDIR}${PREFIX}/:@info\ :g >> ${TMPPLIST} .endif .endfor .if defined(INFO_SUBDIR) From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 09:04:24 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 ESMTPS id 8B44058B; Fri, 29 Nov 2013 09:04:24 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 496FA185D; Fri, 29 Nov 2013 09:04:19 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 53913BDC72; Fri, 29 Nov 2013 10:04:15 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=utNer8W0JrG c2KV0qgMRHqOqH9Y=; b=GN9xZiVTUeGC5hZE9ualio/oNcjyIYKv5NRSQRY/BAr kiTc+1ab3dSTgOhsKOWzRZ0u00BCm07RbFFd9/y3zsmVXEdy82B+AOZU5Bou0m3H 9rK6hmQiOHlfCRPpEOWTV6tJW2P8dc1YPOUWtqXB5jolckiR30XgsNZ2yo8uNBPM = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id EDCC3BDC44; Fri, 29 Nov 2013 10:04:14 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 77FEFC8C2F42; Fri, 29 Nov 2013 10:04:11 +0100 (CET) Date: Fri, 29 Nov 2013 10:04:08 +0100 From: Mathieu Arnold To: Joe Marcus Clarke , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r335128 - head/net-im/libpurple Message-ID: <1A01AFFB04B04D6F2920ADB5@atuin.in.mat.cc> In-Reply-To: <201311282324.rASNOqx5061411@svn.freebsd.org> References: <201311282324.rASNOqx5061411@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Fri, 29 Nov 2013 09:04:24 -0000 +--On 28 novembre 2013 23:24:52 +0000 Joe Marcus Clarke wrote: | Log: | Make sure gstreamer-plugins-v4l2 is installed if voice/video support is | enabled. | Don't you also need to bump PORTREVISION ? -- Mathieu Arnold From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 09:14:07 2013 Return-Path: Delivered-To: svn-ports-head@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 02B2C740; Fri, 29 Nov 2013 09:14:07 +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 D85C418C0; Fri, 29 Nov 2013 09:14:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT9E6oJ064138; Fri, 29 Nov 2013 09:14:06 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT9E6Mn064135; Fri, 29 Nov 2013 09:14:06 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311290914.rAT9E6Mn064135@svn.freebsd.org> From: Kubilay Kocak Date: Fri, 29 Nov 2013 09:14:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335154 - in head/sysutils/pam_mount: . 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.16 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: Fri, 29 Nov 2013 09:14:07 -0000 Author: koobs Date: Fri Nov 29 09:14:05 2013 New Revision: 335154 URL: http://svnweb.freebsd.org/changeset/ports/335154 Log: sysutils/pam_mount: Cherrypick upstream for libHX 3.12 support, Enable STAGE This issue was originally reported on the freebsd-ports mailing list [1] and has been sitting in my local tree since June. Let's finish it off. - Backport upstream commit adding libHX 3.12 support [2] and remove obsoleted patches (patch-src_mtab.c, patch-src_pmvarrun.c - QA: Enable STAGE support, remove MAN* macros and pkg-plist accordingly - QA: Remove indefinite article from COMMENT - QA: Add LICENSE (LGPL21 GPLv2) - QA: Use new LIB_DEPENDS shared library convention [1] http://lists.freebsd.org/pipermail/freebsd-ports/2013-June/084156.html [2] http://sf.net/p/pam-mount/pam-mount/ci/33550036cb0c9311c9dc4da9b3b359435319420e/ Reviewed by: gahr (maintainer) Approved by: gahr (maintainer) Added: head/sysutils/pam_mount/files/patch-commit335500 (contents, props changed) Deleted: head/sysutils/pam_mount/files/patch-src_mtab.c head/sysutils/pam_mount/files/patch-src_pmvarrun.c Modified: head/sysutils/pam_mount/Makefile head/sysutils/pam_mount/pkg-plist (contents, props changed) Modified: head/sysutils/pam_mount/Makefile ============================================================================== --- head/sysutils/pam_mount/Makefile Fri Nov 29 08:39:03 2013 (r335153) +++ head/sysutils/pam_mount/Makefile Fri Nov 29 09:14:05 2013 (r335154) @@ -7,9 +7,12 @@ CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME:S/_/-/}/${PORTNAME}/${PORTVERSION}/ MAINTAINER= gahr@FreeBSD.org -COMMENT= A PAM that can mount volumes for a user session +COMMENT= PAM module that can mount volumes for a user session -LIB_DEPENDS= HX:${PORTSDIR}/lang/libhx +LICENSE= LGPL21 GPLv2 +LICENSE_COMB= multi + +LIB_DEPENDS= libHX.so:${PORTSDIR}/lang/libhx USES= pkgconfig perl5 USE_GNOME= libxml2 @@ -22,7 +25,6 @@ CONFIGURE_ARGS+=--localstatedir=/var \ --without-cryptsetup \ --with-ssbindir=${PREFIX}/sbin -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/src/pam_mount.c ${REINPLACE_CMD} -e '/dist_security_DATA/s|\.xml$$|.xml.sample|' \ @@ -30,9 +32,4 @@ post-patch: ${MV} ${WRKSRC}/config/pam_mount.conf.xml ${WRKSRC}/config/pam_mount.conf.xml.sample ${FIND} ${WRKSRC} -name "*.c" -exec ${REINPLACE_CMD} -e 's|HXformat2_aprintf|HXformat_aprintf|g' {} \; -MAN5= pam_mount.conf.5 -MAN8= mount.crypt.8 mount.crypt_LUKS.8 mount.crypto_LUKS.8 \ - pmvarrun.8 pmt-ehd.8 umount.crypt.8 umount.crypt_LUKS.8 \ - umount.crypto_LUKS.8 pam_mount.8 - .include Added: head/sysutils/pam_mount/files/patch-commit335500 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/pam_mount/files/patch-commit335500 Fri Nov 29 09:14:05 2013 (r335154) @@ -0,0 +1,145 @@ +# Patch for commit 33550036cb0c9311c9dc4da9b3b359435319420e (pam-mount) +# http://sourceforge.net/p/pam-mount/pam-mount/ci/33550036cb0c9311c9dc4da9b3b359435319420e/ +# Log: src: update for libHX 3.12 +# Authored by: Jan Engelhardt 2011-12-02 + +--- ./configure.ac.orig 2011-10-06 22:48:08.000000000 +1100 ++++ ./configure.ac 2013-06-08 14:52:22.855624000 +1000 +@@ -63,7 +63,7 @@ + AM_CONDITIONAL([HAVE_MDIO], [test "x$ac_cv_header_sys_mdioctl_h" = "xyes"]) + AM_CONDITIONAL([HAVE_VND], [test "x$ac_cv_header_dev_vndvar_h" = "xyes"]) + +-PKG_CHECK_MODULES([libHX], [libHX >= 3.10.1]) ++PKG_CHECK_MODULES([libHX], [libHX >= 3.12]) + PKG_CHECK_MODULES([libxml], [libxml-2.0 >= 2.6]) + + AC_ARG_WITH( +--- ./src/autoloop.c.orig 2011-10-06 22:48:08.000000000 +1100 ++++ ./src/autoloop.c 2013-06-08 14:45:47.846247000 +1000 +@@ -54,7 +54,8 @@ + HXOPT_AUTOHELP, + HXOPT_TABLEEND, + }; +- if (HX_getopt(options_table, argc, argv, HXOPT_USAGEONERR) <= 0) ++ if (HX_getopt(options_table, argc, argv, HXOPT_USAGEONERR) != ++ HXOPT_ERR_SUCCESS) + return false; + if (*argc != 2) { + fprintf(stderr, "Usage: %s file\n", HX_basename(**argv)); +--- ./src/ehd.c.orig 2011-10-06 22:48:08.000000000 +1100 ++++ ./src/ehd.c 2013-06-08 14:46:27.566540000 +1000 +@@ -526,7 +526,8 @@ + HXOPT_TABLEEND, + }; + +- if (HX_getopt(options_table, argc, argv, HXOPT_USAGEONERR) <= 0) ++ if (HX_getopt(options_table, argc, argv, HXOPT_USAGEONERR) != ++ HXOPT_ERR_SUCCESS) + return false; + + pg->interactive = isatty(fileno(stdin)); +--- ./src/misc.c.orig 2011-10-06 22:48:08.000000000 +1100 ++++ ./src/misc.c 2013-06-08 14:47:27.515576000 +1000 +@@ -159,7 +159,7 @@ + { + char *filled; + +- if (HXformat2_aprintf(vinfo, &filled, arg) == 0) ++ if (HXformat_aprintf(vinfo, &filled, arg) == 0) + /* + * This case may happen with e.g. %(before="-o" OPTIONS) where + * OPTIONS is empty. And options expanding to nothing are +--- ./src/mount.c.orig 2011-10-06 22:48:08.000000000 +1100 ++++ ./src/mount.c 2013-06-08 14:47:54.655610000 +1000 +@@ -487,7 +487,7 @@ + string = HXmc_meminit(NULL, 0); + + for (i = config->command[CMD_FSCK]->first; i != NULL; i = i->next) { +- if (HXformat2_aprintf(vinfo, ¤t, i->ptr) > 0) { ++ if (HXformat_aprintf(vinfo, ¤t, i->ptr) > 0) { + HXmc_strcat(&string, current); + HXmc_strcat(&string, " "); + } +--- ./src/mtab.c.orig 2011-10-06 22:48:08.000000000 +1100 ++++ ./src/mtab.c 2013-06-08 14:48:18.965526000 +1000 +@@ -138,7 +138,7 @@ + l0g("HX_dirname: %s\n", strerror(errno)); + return -errno; + } +- ret = HX_mkdir(dirname); ++ ret = HX_mkdir(dirname, S_IRUGO | S_IXUGO | S_IWUSR); + free(dirname); + if (ret < 0) { + l0g("HX_mkdir: %s\n", strerror(-ret)); +--- ./src/mtcrypt.c.orig 2011-10-06 22:48:08.000000000 +1100 ++++ ./src/mtcrypt.c 2013-06-08 14:49:23.036264000 +1000 +@@ -185,7 +185,8 @@ + bool kfpt; + int ret; + +- if (HX_getopt(options_table, argc, argv, HXOPT_USAGEONERR) <= 0) ++ if (HX_getopt(options_table, argc, argv, HXOPT_USAGEONERR) != ++ HXOPT_ERR_SUCCESS) + return false; + + pmtlog_path[PMTLOG_DBG][PMTLOG_STDERR] = Debug; +@@ -508,7 +509,8 @@ + }; + int ret; + +- if (HX_getopt(options_table, argc, argv, HXOPT_USAGEONERR) <= 0) ++ if (HX_getopt(options_table, argc, argv, HXOPT_USAGEONERR) != ++ HXOPT_ERR_SUCCESS) + return false; + + pmtlog_path[PMTLOG_DBG][PMTLOG_STDERR] = Debug; +--- ./src/pam_mount.h 2011-10-06 22:48:08.000000000 +1100 ++++ ./src/pam_mount.h 2013-06-08 14:50:03.445549000 +1000 +@@ -15,12 +15,6 @@ + # define EXPORT_SYMBOL + #endif + +-#ifndef S_IRXG +-# define S_IRXG (S_IRGRP | S_IXGRP) +-#endif +-#ifndef S_IRXO +-# define S_IRXO (S_IROTH | S_IXOTH) +-#endif + #define sizeof_z(x) (sizeof(x) - 1) + + /* +--- ./src/pmvarrun.c.orig 2011-10-06 22:48:08.000000000 +1100 ++++ ./src/pmvarrun.c 2013-06-08 14:51:23.506567000 +1000 +@@ -296,10 +296,11 @@ + */ + static int create_var_run(void) + { ++ static const unsigned int mode = S_IRUGO | S_IXUGO | S_IWUSR; + int ret; + + w4rn("creating " VAR_RUN_PMT); +- if (HX_mkdir(VAR_RUN_PMT) < 0) { ++ if (HX_mkdir(VAR_RUN_PMT, mode) < 0) { + ret = -errno; + l0g("unable to create " VAR_RUN_PMT ": %s\n", strerror(errno)); + return ret; +@@ -314,7 +315,7 @@ + * 0755: `su` creates file group owned by user and then releases root + * permissions. User needs to be able to access file on logout. + */ +- if (chmod(VAR_RUN_PMT, S_IRWXU | S_IRXG | S_IRXO) < 0) { ++ if (chmod(VAR_RUN_PMT, mode) < 0) { + ret = -errno; + l0g("unable to chmod " VAR_RUN_PMT ": %s\n", strerror(errno)); + return ret; +--- ./src/rdconf1.c.orig 2011-10-06 22:48:08.000000000 +1100 ++++ ./src/rdconf1.c 2013-06-08 14:51:47.165542000 +1000 +@@ -126,7 +126,7 @@ + + if (*dest_pptr == NULL) + return true; +- HXformat2_aprintf(vinfo, &tmp, *dest_pptr); ++ HXformat_aprintf(vinfo, &tmp, *dest_pptr); + *dest_pptr = xstrdup(tmp); + HXmc_free(tmp); + return true; Modified: head/sysutils/pam_mount/pkg-plist ============================================================================== --- head/sysutils/pam_mount/pkg-plist Fri Nov 29 08:39:03 2013 (r335153) +++ head/sysutils/pam_mount/pkg-plist Fri Nov 29 09:14:05 2013 (r335154) @@ -4,9 +4,19 @@ sbin/mount.crypto_LUKS sbin/umount.crypt sbin/umount.crypt_LUKS sbin/umount.crypto_LUKS +sbin/pmvarrun etc/security/pam_mount.conf.xml.sample lib/pam_mount.so -sbin/pmvarrun +man/man5/pam_mount.conf.5.gz +man/man8/mount.crypt.8.gz +man/man8/mount.crypt_LUKS.8.gz +man/man8/mount.crypto_LUKS.8.gz +man/man8/pam_mount.8.gz +man/man8/pmt-ehd.8.gz +man/man8/pmvarrun.8.gz +man/man8/umount.crypt.8.gz +man/man8/umount.crypt_LUKS.8.gz +man/man8/umount.crypto_LUKS.8.gz @dirrm share/xml/pam_mount/dtd @dirrm share/xml/pam_mount @dirrm etc/security From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 09:35:28 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 ESMTPS id 797FEB63; Fri, 29 Nov 2013 09:35:28 +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 6568219DC; Fri, 29 Nov 2013 09:35:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT9ZSVM070911; Fri, 29 Nov 2013 09:35:28 GMT (envelope-from sbz@svn.freebsd.org) Received: (from sbz@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT9ZShs070909; Fri, 29 Nov 2013 09:35:28 GMT (envelope-from sbz@svn.freebsd.org) Message-Id: <201311290935.rAT9ZShs070909@svn.freebsd.org> From: Sofian Brabez Date: Fri, 29 Nov 2013 09:35:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335155 - head/devel/py-aspects 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.16 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: Fri, 29 Nov 2013 09:35:28 -0000 Author: sbz Date: Fri Nov 29 09:35:27 2013 New Revision: 335155 URL: http://svnweb.freebsd.org/changeset/ports/335155 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency [1] - Convert USES_GMAKE to USES=gmake - Add LICENSE Submitted by: mva [1] Modified: head/devel/py-aspects/Makefile head/devel/py-aspects/pkg-descr Modified: head/devel/py-aspects/Makefile ============================================================================== --- head/devel/py-aspects/Makefile Fri Nov 29 09:14:05 2013 (r335154) +++ head/devel/py-aspects/Makefile Fri Nov 29 09:35:27 2013 (r335155) @@ -4,14 +4,17 @@ PORTNAME= aspects PORTVERSION= 1.3 CATEGORIES= devel python -MASTER_SITES= http://www.cs.tut.fi/~ask/aspects/ +MASTER_SITES= http://www.cs.tut.fi/~ask/aspects/ \ + LOCAL/sbz PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= sbz@FreeBSD.org COMMENT= Lightweight aspect oriented programming library for Python -USE_GMAKE= yes +LICENSE= LGPL21 + +USES= gmake USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= python-${PORTNAME} @@ -26,7 +29,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py NO_STAGE= yes do-build: - @${GMAKE} -C ${WRKSRC} check + @PYTHON="${PYTHON_CMD}" @${GMAKE} -C ${WRKSRC} check .if !defined(NOPORTEXAMPLES) post-install: Modified: head/devel/py-aspects/pkg-descr ============================================================================== --- head/devel/py-aspects/pkg-descr Fri Nov 29 09:14:05 2013 (r335154) +++ head/devel/py-aspects/pkg-descr Fri Nov 29 09:35:27 2013 (r335155) @@ -3,4 +3,4 @@ Python.The aspects.py library provides m Functions and methods (also in Python standard library and third party code) can be wrapped so that when they are called, the wrap is invoked first. -WWW: http://www.cs.tut.fi/~ask/aspects/index.shtml +WWW: http://www.cs.tut.fi/~ask/aspects/index.shtml From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 09:51:03 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 ESMTPS id 7B6F7F4E; Fri, 29 Nov 2013 09:51:03 +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 6805B1AB9; Fri, 29 Nov 2013 09:51:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT9p3Kq076925; Fri, 29 Nov 2013 09:51:03 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT9p20a076917; Fri, 29 Nov 2013 09:51:02 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201311290951.rAT9p20a076917@svn.freebsd.org> From: Antoine Brodin Date: Fri, 29 Nov 2013 09:51:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335156 - in head/security/wapiti: . 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.16 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: Fri, 29 Nov 2013 09:51:03 -0000 Author: antoine Date: Fri Nov 29 09:51:02 2013 New Revision: 335156 URL: http://svnweb.freebsd.org/changeset/ports/335156 Log: - Update to 2.3.0 - Add LICENSE - Take maintainership - Stage support Changelog: http://wapiti.sourceforge.net/ChangeLog_Wapiti Approved by: jadawin (previous maintainer) Added: head/security/wapiti/files/ head/security/wapiti/files/patch-setup.py (contents, props changed) head/security/wapiti/files/patch-wapitiCore__language__language.py (contents, props changed) Modified: head/security/wapiti/Makefile head/security/wapiti/distinfo Modified: head/security/wapiti/Makefile ============================================================================== --- head/security/wapiti/Makefile Fri Nov 29 09:35:27 2013 (r335155) +++ head/security/wapiti/Makefile Fri Nov 29 09:51:02 2013 (r335156) @@ -2,34 +2,22 @@ # $FreeBSD$ PORTNAME= wapiti -PORTVERSION= 1.1.6 -PORTREVISION= 1 +PORTVERSION= 2.3.0 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -MAINTAINER= jadawin@FreeBSD.org +MAINTAINER= antoine@FreeBSD.org COMMENT= Wapiti is a vulnerability scanner for web applications -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/tidy:${PORTSDIR}/www/py-utidy +LICENSE= GPLv2 -USE_PYTHON= 2.5+ -NO_BUILD= yes -PORTDOCS= README - -PLIST_FILES= bin/wapiti.py \ - bin/lswww.py \ - bin/getcookie.py \ - bin/cookie.py \ - bin/BeautifulSoup.py - -NO_STAGE= yes -do-install: -.for i in wapiti.py lswww.py getcookie.py cookie.py BeautifulSoup.py - ${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin/ -.endfor -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif +# easy_install puts man page and doc in the egg, so use install with setuptools +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:${PORTSDIR}/devel/py-setuptools +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup32>=0:${PORTSDIR}/www/py-beautifulsoup32 \ + ${PYTHON_PKGNAMEPREFIX}requests>=1.2.3:${PORTSDIR}/www/py-requests + +USE_PYTHON= -2.7 +USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST=yes .include Modified: head/security/wapiti/distinfo ============================================================================== --- head/security/wapiti/distinfo Fri Nov 29 09:35:27 2013 (r335155) +++ head/security/wapiti/distinfo Fri Nov 29 09:51:02 2013 (r335156) @@ -1,2 +1,2 @@ -SHA256 (wapiti-1.1.6.tar.gz) = cb9fb6b969d01e84e953235f7e7554fee62916aaf3215a1abd4455a0efecbaed -SIZE (wapiti-1.1.6.tar.gz) = 51200 +SHA256 (wapiti-2.3.0.tar.gz) = 6b836a4810f17b7eda4345fb12293112129961ba243140c72a8da0ac2572f4b4 +SIZE (wapiti-2.3.0.tar.gz) = 305739 Added: head/security/wapiti/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/wapiti/files/patch-setup.py Fri Nov 29 09:51:02 2013 (r335156) @@ -0,0 +1,11 @@ +--- ./setup.py.orig 2013-10-20 12:04:17.000000000 +0000 ++++ ./setup.py 2013-11-28 19:47:25.000000000 +0000 +@@ -14,7 +14,7 @@ + "README", + "TODO", + "VERSION"])) +-doc_and_conf_files.append(("share/man/man1", ["doc/wapiti.1.gz"])) ++doc_and_conf_files.append(("man/man1", ["doc/wapiti.1.gz"])) + + # Main + setup( Added: head/security/wapiti/files/patch-wapitiCore__language__language.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/wapiti/files/patch-wapitiCore__language__language.py Fri Nov 29 09:51:02 2013 (r335156) @@ -0,0 +1,12 @@ +--- ./wapitiCore/language/language.py.orig 2013-10-02 19:36:32.000000000 +0000 ++++ ./wapitiCore/language/language.py 2013-11-28 19:46:44.000000000 +0000 +@@ -55,7 +55,8 @@ + # if lang is not specified, default language is used + defLocale = locale.getdefaultlocale() + langCounty = defLocale[0] # en_UK +- lang = langCounty[:2] # en ++ if langCounty is not None: ++ lang = langCounty[:2] # en + if lang not in self.AVAILABLE_LANGS: + # if lang is not one of the supported languages, we use english + print("Oups! No translations found for your language... Using english.") From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 09:54:19 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 ESMTPS id 6DD57DE; Fri, 29 Nov 2013 09:54:19 +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 3C84F1ACA; Fri, 29 Nov 2013 09:54:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAT9sJ4V077354; Fri, 29 Nov 2013 09:54:19 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAT9sIu2077352; Fri, 29 Nov 2013 09:54:18 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201311290954.rAT9sIu2077352@svn.freebsd.org> From: Emanuel Haupt Date: Fri, 29 Nov 2013 09:54:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335157 - in head: archivers/unzip korean/unzip 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.16 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: Fri, 29 Nov 2013 09:54:19 -0000 Author: ehaupt Date: Fri Nov 29 09:54:18 2013 New Revision: 335157 URL: http://svnweb.freebsd.org/changeset/ports/335157 Log: - Quiesce portlint - Define DOCS - Support staging PR: 184366 Submitted by: Takefu Modified: head/archivers/unzip/Makefile head/korean/unzip/Makefile Modified: head/archivers/unzip/Makefile ============================================================================== --- head/archivers/unzip/Makefile Fri Nov 29 09:51:02 2013 (r335156) +++ head/archivers/unzip/Makefile Fri Nov 29 09:54:18 2013 (r335157) @@ -14,9 +14,9 @@ MAINTAINER?= ehaupt@FreeBSD.org COMMENT?= List, test, and extract compressed files in a ZIP archive LICENSE= Info-ZIP -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_NAME= Info-ZIP license LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept CONFLICTS?= unzip-iconv-[0-9]* zh-unzip-[0-9]* ko-unzip-[0-9]* ru-unzip-[0-9]* @@ -58,6 +58,8 @@ MAKE_ENV= LOCAL_UNZIP="${LOCAL_UNZIP}" \ .error You have `USE_UNZIP' variable defined either in environment or in make(1) arguments. Please undefine and try again. .endif +OPTIONS_DEFINE= DOCS + .include .if ${ARCH} == "i386" @@ -88,8 +90,8 @@ pre-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unzip ${STAGEDIR}${PREFIX}/bin/${UNZIP_NAME} -.for file in funzip unzipsfx - ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin +.for f in funzip unzipsfx + ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor ${LN} -sf ${UNZIP_NAME} ${STAGEDIR}${PREFIX}/bin/zipinfo ${INSTALL_SCRIPT} ${WRKSRC}/unix/zipgrep ${STAGEDIR}${PREFIX}/bin @@ -97,7 +99,7 @@ do-install: .for f in ${MAN1:Nunzip.1:Ninfo-unzip.1} ${INSTALL_MAN} ${WRKSRC}/man/${f} ${STAGEDIR}${MAN1PREFIX}/man/man1 .endfor -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} Modified: head/korean/unzip/Makefile ============================================================================== --- head/korean/unzip/Makefile Fri Nov 29 09:51:02 2013 (r335156) +++ head/korean/unzip/Makefile Fri Nov 29 09:54:18 2013 (r335157) @@ -11,5 +11,4 @@ CONFLICTS= unzip-[0-9]* unzip-iconv-[0-9 EXTRA_PATCHES= ${.CURDIR}/files/patch-* MASTERDIR= ${.CURDIR}/../../archivers/unzip -NO_STAGE= yes .include "${MASTERDIR}/Makefile" From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 10:04:23 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 ESMTPS id 5DDDC245; Fri, 29 Nov 2013 10:04: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 4A7CA1B25; Fri, 29 Nov 2013 10:04:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATA4Nmv080940; Fri, 29 Nov 2013 10:04:23 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATA4MPB080938; Fri, 29 Nov 2013 10:04:22 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201311291004.rATA4MPB080938@svn.freebsd.org> From: Philippe Audeoud Date: Fri, 29 Nov 2013 10:04:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335158 - head/security/p5-IO-Socket-SSL 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.16 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: Fri, 29 Nov 2013 10:04:23 -0000 Author: jadawin Date: Fri Nov 29 10:04:22 2013 New Revision: 335158 URL: http://svnweb.freebsd.org/changeset/ports/335158 Log: - Update to 1.962 Sponsored by: OBS Modified: head/security/p5-IO-Socket-SSL/Makefile head/security/p5-IO-Socket-SSL/distinfo Modified: head/security/p5-IO-Socket-SSL/Makefile ============================================================================== --- head/security/p5-IO-Socket-SSL/Makefile Fri Nov 29 09:54:18 2013 (r335157) +++ head/security/p5-IO-Socket-SSL/Makefile Fri Nov 29 10:04:22 2013 (r335158) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= IO-Socket-SSL -PORTVERSION= 1.961 +PORTVERSION= 1.962 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SULLR Modified: head/security/p5-IO-Socket-SSL/distinfo ============================================================================== --- head/security/p5-IO-Socket-SSL/distinfo Fri Nov 29 09:54:18 2013 (r335157) +++ head/security/p5-IO-Socket-SSL/distinfo Fri Nov 29 10:04:22 2013 (r335158) @@ -1,2 +1,2 @@ -SHA256 (IO-Socket-SSL-1.961.tar.gz) = a3baded12cd26d56e08c384874c5adbef50669e8a4304f080e5fba36442908fc -SIZE (IO-Socket-SSL-1.961.tar.gz) = 92213 +SHA256 (IO-Socket-SSL-1.962.tar.gz) = a5776b471e8be1d0614c42a52d0e6838e41e5db86a2b795d507b7a422f4ccb3f +SIZE (IO-Socket-SSL-1.962.tar.gz) = 93076 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 10:16:52 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 ESMTPS id 58FB850B; Fri, 29 Nov 2013 10:16:52 +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 462D01C12; Fri, 29 Nov 2013 10:16:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATAGqvU084995; Fri, 29 Nov 2013 10:16:52 GMT (envelope-from sbz@svn.freebsd.org) Received: (from sbz@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATAGqcL084994; Fri, 29 Nov 2013 10:16:52 GMT (envelope-from sbz@svn.freebsd.org) Message-Id: <201311291016.rATAGqcL084994@svn.freebsd.org> From: Sofian Brabez Date: Fri, 29 Nov 2013 10:16:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335159 - head/devel/py-aspects 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.16 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: Fri, 29 Nov 2013 10:16:52 -0000 Author: sbz Date: Fri Nov 29 10:16:51 2013 New Revision: 335159 URL: http://svnweb.freebsd.org/changeset/ports/335159 Log: - Silent output must be only used once in a target Modified: head/devel/py-aspects/Makefile Modified: head/devel/py-aspects/Makefile ============================================================================== --- head/devel/py-aspects/Makefile Fri Nov 29 10:04:22 2013 (r335158) +++ head/devel/py-aspects/Makefile Fri Nov 29 10:16:51 2013 (r335159) @@ -29,7 +29,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py NO_STAGE= yes do-build: - @PYTHON="${PYTHON_CMD}" @${GMAKE} -C ${WRKSRC} check + @PYTHON="${PYTHON_CMD}" ${GMAKE} -C ${WRKSRC} check .if !defined(NOPORTEXAMPLES) post-install: From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 10:23:58 2013 Return-Path: Delivered-To: svn-ports-head@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 5ADD3682; Fri, 29 Nov 2013 10:23:58 +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 465FF1C76; Fri, 29 Nov 2013 10:23:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATANwDD087958; Fri, 29 Nov 2013 10:23:58 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATANvwn087956; Fri, 29 Nov 2013 10:23:57 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201311291023.rATANvwn087956@svn.freebsd.org> From: Rene Ladan Date: Fri, 29 Nov 2013 10:23:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335160 - in head/www/chromium: . 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.16 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: Fri, 29 Nov 2013 10:23:58 -0000 Author: rene Date: Fri Nov 29 10:23:57 2013 New Revision: 335160 URL: http://svnweb.freebsd.org/changeset/ports/335160 Log: - Replace pkg-message by a wrapper checking the value of kern.ipc.shm_allow_removed [1] - Better respect LOCALBASE and PREFIX in the build files [2] - Respect SUB_LIST - Bump PORTREVISION Submitted by: eadler on freebsd-chromium [1] Submitted by: Omar S on freebsd-chromium [2] Added: head/www/chromium/files/chrome.in - copied, changed from r335158, head/www/chromium/pkg-message Deleted: head/www/chromium/pkg-message Modified: head/www/chromium/Makefile Modified: head/www/chromium/Makefile ============================================================================== --- head/www/chromium/Makefile Fri Nov 29 10:16:51 2013 (r335159) +++ head/www/chromium/Makefile Fri Nov 29 10:23:57 2013 (r335160) @@ -6,6 +6,7 @@ PORTNAME= chromium DISTVERSIONPREFIX= courgette-redacted- DISTVERSION= 31.0.1650.57 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://commondatastorage.googleapis.com/chromium-browser-official/:testdata \ http://download.goodking.org/downloads/:browser \ @@ -88,9 +89,8 @@ GYP_DEFINES+= google_api_key=AIzaSyBsp9n google_default_client_id=996322985003.apps.googleusercontent.com \ google_default_client_secret=IR1za9-1VK0zZ0f_O8MVFicn -SUB_FILES= chromium-browser.desktop -SUB_LIST= COMMENT="${COMMENT}" \ - DATADIR=${DATADIR} +SUB_FILES= chromium-browser.desktop chrome +SUB_LIST+= COMMENT="${COMMENT}" OPTIONS_DEFINE= CODECS GCONF PULSEAUDIO TEST DEBUG CODECS_DESC= Compile and enable patented codecs like H.264 @@ -194,10 +194,13 @@ post-patch: @${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|" \ ${WRKSRC}/base/base.gypi \ ${WRKSRC}/build/common.gypi \ - ${WRKSRC}/third_party/libvpx/libvpx.gyp \ ${WRKSRC}/crypto/crypto.gyp \ + ${WRKSRC}/third_party/libvpx/libvpx.gyp \ + ${WRKSRC}/third_party/WebKit/Source/testing/testing.gyp \ ${WRKSRC}/v8/tools/gyp/v8.gyp \ ${WRKSRC}/v8/build/toolchain.gypi + @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|" \ + ${WRKSRC}/chrome/common/chrome_paths.cc @${REINPLACE_CMD} -e "s|/usr/bin/gcc|${CC}|" \ ${WRKSRC}/third_party/WebKit/Source/core/core.gypi @${REINPLACE_CMD} -e "s|'../courgette/courgette.gyp:courgette_lib',||" \ @@ -246,6 +249,6 @@ do-install: ${COPYTREE_SHARE} "locales resources" ${STAGEDIR}${DATADIR} ${MKDIR} ${STAGEDIR}${DESKTOPDIR} ${INSTALL_DATA} ${WRKDIR}/chromium-browser.desktop ${STAGEDIR}${DESKTOPDIR} - ${LN} -sf ${DATADIR}/chrome ${STAGEDIR}${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKDIR}/chrome ${STAGEDIR}${PREFIX}/bin .include Copied and modified: head/www/chromium/files/chrome.in (from r335158, head/www/chromium/pkg-message) ============================================================================== --- head/www/chromium/pkg-message Fri Nov 29 10:04:22 2013 (r335158, copy source) +++ head/www/chromium/files/chrome.in Fri Nov 29 10:23:57 2013 (r335160) @@ -1,13 +1,18 @@ -====================================================================== +#!/bin/sh +SYSCTL=kern.ipc.shm_allow_removed +if [ `sysctl -n $SYSCTL` = 0 ] ; then + cat << EOMSG For correct operation, shared memory support has to be enabled in Chromium by performing the following command as root : -sysctl kern.ipc.shm_allow_removed=1 +sysctl $SYSCTL=1 To preserve this setting across reboots, append the following to /etc/sysctl.conf : -kern.ipc.shm_allow_removed=1 - -====================================================================== +$SYSCTL=1 +EOMSG + exit 1 +fi +%%PREFIX%%/share/chromium/chrome $* From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 10:45:11 2013 Return-Path: Delivered-To: svn-ports-head@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 36F8D9DB; Fri, 29 Nov 2013 10:45:11 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 0984D1D89; Fri, 29 Nov 2013 10:45:11 +0000 (UTC) Received: from misterbean90now (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with SMTP id rATAj7uj023657; Fri, 29 Nov 2013 10:45:08 GMT (envelope-from nemysis@FreeBSD.org) Received: by misterbean90now (sSMTP sendmail emulation); Fri, 29 Nov 2013 11:45:08 +0100 Date: Fri, 29 Nov 2013 11:45:08 +0100 From: Rusmir Dusko To: Matthias Andree , Alexey Dokuchaev Subject: Re: svn commit: r335127 - head/graphics/OpenEXR Message-ID: <20131129104508.GA13570@misterbean90now> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, nemysis@FreeBSD.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Fri, 29 Nov 2013 10:45:11 -0000 > Rusmir, > > we would normally also include a few words that explain: > > - why the upstream has re-rolled a tarball > > - how you have made sure that the tarball has not been 'enhanced' with a > Trojan horse. > > It is also a good idea to tell the upstream _not_ to ever re-roll > tarballs. If they change the contents, they should change the name. > I think you forgot to summarize the changes. :) Thanks for the Report and sorry that i have not give in commit message - Remove obsolete REINPLACE_CMD Upstream have changed Makefile.am and Makefile.in Changes are only this in Sources diff -ruN openexr-2.1.0-before openexr-2.1.0 colordiff 1.0.13 (http://www.colordiff.org/) (C)2002-2012 Dave Ewart, davee@sungate.co.uk diff -ruN openexr-2.1.0-before/IlmImf/Makefile.am openexr-2.1.0/IlmImf/Makefile.am --- openexr-2.1.0-before/IlmImf/Makefile.am 2013-11-12 00:09:51.000000000 +0100 +++ openexr-2.1.0/IlmImf/Makefile.am 2013-11-27 20:18:55.000000000 +0100 @@ -154,7 +154,8 @@ ImfNamespace.h ImfForward.h ImfExport.h \ ImfMisc.h \ ImfPartHelper.h \ - ImfDeepImageState.h + ImfDeepImageState.h \ + ImfDeepImageStateAttribute.h noinst_HEADERS = ImfCompressor.h \ ImfRleCompressor.h \ diff -ruN openexr-2.1.0-before/IlmImf/Makefile.in openexr-2.1.0/IlmImf/Makefile.in --- openexr-2.1.0-before/IlmImf/Makefile.in 2013-11-13 01:33:11.000000000 +0100 +++ openexr-2.1.0/IlmImf/Makefile.in 2013-11-27 20:21:26.000000000 +0100 @@ -424,7 +424,8 @@ ImfNamespace.h ImfForward.h ImfExport.h \ ImfMisc.h \ ImfPartHelper.h \ - ImfDeepImageState.h + ImfDeepImageState.h \ + ImfDeepImageStateAttribute.h And i commit with these Changes in Port Makefile /usr/local/ports/local/In-Review/graphics/OpenEXR/ > svn diff Index: Makefile =================================================================== --- Makefile (revision 335150) +++ Makefile (working copy) @@ -64,9 +64,6 @@ @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) post-install: - ${INSTALL_DATA} ${WRKSRC}/IlmImf/ImfDeepImageStateAttribute.h \ - ${STAGEDIR}${PREFIX}/include/${PORTNAME}/ - @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR2} -- Best regards, Rusmir Dusko From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 10:45:22 2013 Return-Path: Delivered-To: svn-ports-head@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 A98E29E5; Fri, 29 Nov 2013 10:45:22 +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 975401D8D; Fri, 29 Nov 2013 10:45:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATAjMRF094723; Fri, 29 Nov 2013 10:45:22 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATAjMLJ094722; Fri, 29 Nov 2013 10:45:22 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311291045.rATAjMLJ094722@svn.freebsd.org> From: Rusmir Dusko Date: Fri, 29 Nov 2013 10:45:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335161 - head/graphics/OpenEXR 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.16 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: Fri, 29 Nov 2013 10:45:22 -0000 Author: nemysis Date: Fri Nov 29 10:45:22 2013 New Revision: 335161 URL: http://svnweb.freebsd.org/changeset/ports/335161 Log: - Remove obsolete REINPLACE_CMD, Upstream have changed Makefile.am and Makefile.in Reported by: mandree, danfe Approved by: pawel / wg (mentors, implicit) Modified: head/graphics/OpenEXR/Makefile Modified: head/graphics/OpenEXR/Makefile ============================================================================== --- head/graphics/OpenEXR/Makefile Fri Nov 29 10:23:57 2013 (r335160) +++ head/graphics/OpenEXR/Makefile Fri Nov 29 10:45:22 2013 (r335161) @@ -64,9 +64,6 @@ regression-test regression test check: b @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) post-install: - ${INSTALL_DATA} ${WRKSRC}/IlmImf/ImfDeepImageStateAttribute.h \ - ${STAGEDIR}${PREFIX}/include/${PORTNAME}/ - @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR2} From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 10:55:30 2013 Return-Path: Delivered-To: svn-ports-head@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 A3A4BC90; Fri, 29 Nov 2013 10:55:30 +0000 (UTC) Received: from cpanel09.rubas.ch (cpanel09.rubas.ch [195.182.222.79]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 581EC1E08; Fri, 29 Nov 2013 10:55:30 +0000 (UTC) Received: from 98-41.199-178.cust.bluewin.ch ([178.199.41.98]:58415 helo=gahrfit.gahr.ch) by cpanel09.rubas.ch with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1) (envelope-from ) id 1VmLjF-000Df0-6B; Fri, 29 Nov 2013 11:55:22 +0100 Date: Fri, 29 Nov 2013 11:55:18 +0100 From: Pietro Cerutti To: Rusmir Dusko Subject: Re: svn commit: r335161 - head/graphics/OpenEXR Message-ID: <20131129105517.GA64171@gahrfit.gahr.ch> References: <201311291045.rATAjMLJ094722@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="BXVAT5kNtrzKuDFl" Content-Disposition: inline In-Reply-To: <201311291045.rATAjMLJ094722@svn.freebsd.org> X-PGP-Key: fp="DA6D E106 A5B8 54B8 5DD8 6D49 ADD0 D38E A192 089E"; id="0xA192089E"; get=; get=; User-Agent: Mutt/1.5.22 (2013-10-16) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cpanel09.rubas.ch X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - FreeBSD.org X-Get-Message-Sender-Via: cpanel09.rubas.ch: authenticated_id: gahr@gahr.ch Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: gahr@FreeBSD.org 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: Fri, 29 Nov 2013 10:55:30 -0000 --BXVAT5kNtrzKuDFl Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On 2013-Nov-29, 10:45, Rusmir Dusko wrote: > Author: nemysis > Date: Fri Nov 29 10:45:22 2013 > New Revision: 335161 > URL: http://svnweb.freebsd.org/changeset/ports/335161 >=20 > Log: > - Remove obsolete REINPLACE_CMD, > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/graphics/OpenEXR/Makefile Fri Nov 29 10:23:57 2013 (r335160) > +++ head/graphics/OpenEXR/Makefile Fri Nov 29 10:45:22 2013 (r335161) > @@ -64,9 +64,6 @@ regression-test regression test check: b > @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE}= ${MAKE_ARGS} check) > =20 > post-install: > - ${INSTALL_DATA} ${WRKSRC}/IlmImf/ImfDeepImageStateAttribute.h \ > - ${STAGEDIR}${PREFIX}/include/${PORTNAME}/ > - > @${MKDIR} ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} > @${MKDIR} ${STAGEDIR}${DOCSDIR2} What is removed is an INSTALL_DATA, not a REINPLACE_CMD. Is this the wrong commit message or the wrong patch? --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --BXVAT5kNtrzKuDFl Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQJ8BAEBCgBmBQJSmHKRXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREQTZERTEwNkE1Qjg1NEI4NUREODZENDlB REQwRDM4RUExOTIwODlFAAoJEK3Q046hkgieiBMQAKKdVKnjklJgf079HmDgTOKk agDRrqhBgAy2XpUb2pWH8phN0t2UMoQCYWM+mYyONy6y61s9fphjo3qbjDLpwlLm wsyNcmk/A+Bt3PV+NC+b2BEc7cpHNoV6OUblV+L+lKoeylJLj77gCRsOYrlQJYcM 9Znk2z1qWbmf+m1HqFAzNx+4wVH1ncaqPFaUXSLSV1/secpoy+rmO0tF0/N5BXCR XRYUn7uViUJ7QsG6boiAslvsAc0m5lVfQz/yURN5ElMgA9oaBLrh27CNegYJ0AZX lV85VSK2sM39TkjHFUb2VkJlm4muPK02LC1zYSri8wAnycrki9pivrdJ6QNS/Yec DJmZ5O49vj5lYnW8CgN5hNGxirAsnvSC7L47CKuf6Uj8ofmnEr4QFvzcRhhFctPu FjMjBcjr1mrsrh2ofewdrY7OdPgOYTK2FsUYIJI3YbvSV/Gjug+XIc5LRK6VF4EW 7Gv10KPaUscIzPGn2x5KJs8v/pXAdhTSy3MXiEPGWUDZfbSZHjLthp4YBi7Gsy3a d/a/ZceAf9a9BW01uW4jVRbd6dEl4awdP8F1VXl7SJN7z9SnrHaMzGPS0EObD3Wa gOyKvqvqeGjwn/Awz9YrkPhPfucOgv45ujDcJnlVr6xoH3oH8hucaWpFQU2SOuu1 PwdBZ7dQSP+a56fyVtS9 =+cCv -----END PGP SIGNATURE----- --BXVAT5kNtrzKuDFl-- From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 11:34:25 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 ESMTPS id C03434DE; Fri, 29 Nov 2013 11:34:25 +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 ABBD11017; Fri, 29 Nov 2013 11:34:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATBYPt0011577; Fri, 29 Nov 2013 11:34:25 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATBYPZx011574; Fri, 29 Nov 2013 11:34:25 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291134.rATBYPZx011574@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 11:34:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335162 - head/net/p5-POE-Component-Client-Ping 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.16 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: Fri, 29 Nov 2013 11:34:25 -0000 Author: sunpoet Date: Fri Nov 29 11:34:24 2013 New Revision: 335162 URL: http://svnweb.freebsd.org/changeset/ports/335162 Log: - Update to 1.174 Changes: http://search.cpan.org/dist/POE-Component-Client-Ping/CHANGES Modified: head/net/p5-POE-Component-Client-Ping/Makefile head/net/p5-POE-Component-Client-Ping/distinfo (contents, props changed) Modified: head/net/p5-POE-Component-Client-Ping/Makefile ============================================================================== --- head/net/p5-POE-Component-Client-Ping/Makefile Fri Nov 29 10:45:22 2013 (r335161) +++ head/net/p5-POE-Component-Client-Ping/Makefile Fri Nov 29 11:34:24 2013 (r335162) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= POE-Component-Client-Ping -PORTVERSION= 1.173 +PORTVERSION= 1.174 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-POE-Component-Client-Ping/distinfo ============================================================================== --- head/net/p5-POE-Component-Client-Ping/distinfo Fri Nov 29 10:45:22 2013 (r335161) +++ head/net/p5-POE-Component-Client-Ping/distinfo Fri Nov 29 11:34:24 2013 (r335162) @@ -1,2 +1,2 @@ -SHA256 (POE-Component-Client-Ping-1.173.tar.gz) = 9bcbeec603104ccdccf5e0cec1653e47fbc632e820e0914439cb76447381f7fe -SIZE (POE-Component-Client-Ping-1.173.tar.gz) = 15935 +SHA256 (POE-Component-Client-Ping-1.174.tar.gz) = 706e9c0213f1fd17372d8e2f0d10ac54a95e2ef8c8998e356d38abc59801bf45 +SIZE (POE-Component-Client-Ping-1.174.tar.gz) = 15451 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 11:38:06 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 ESMTPS id 5C6425FE; Fri, 29 Nov 2013 11:38:06 +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 492131035; Fri, 29 Nov 2013 11:38:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATBc6rJ012057; Fri, 29 Nov 2013 11:38:06 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATBc5TO012055; Fri, 29 Nov 2013 11:38:05 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201311291138.rATBc5TO012055@svn.freebsd.org> From: Rene Ladan Date: Fri, 29 Nov 2013 11:38:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335163 - head/emulators/fuse 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.16 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: Fri, 29 Nov 2013 11:38:06 -0000 Author: rene Date: Fri Nov 29 11:38:05 2013 New Revision: 335163 URL: http://svnweb.freebsd.org/changeset/ports/335163 Log: Simplify installation of PORTDOCS, no package changes. Modified: head/emulators/fuse/Makefile head/emulators/fuse/pkg-plist Modified: head/emulators/fuse/Makefile ============================================================================== --- head/emulators/fuse/Makefile Fri Nov 29 11:34:24 2013 (r335162) +++ head/emulators/fuse/Makefile Fri Nov 29 11:38:05 2013 (r335163) @@ -49,17 +49,20 @@ SVGALIB_CONFIGURE_WITH= svgalib SVGALIB_CONFIGURE_ON= --without-gtk ROMS_RUN_DEPENDS= fuse-roms>0:${PORTSDIR}/emulators/fuse-roms +PORTDOCS= AUTHORS ChangeLog README THANKS README.copyright + .include .if ${PORT_OPTIONS:MICONS} INSTALLS_ICONS= yes .endif +post-extract: + ${CP} ${WRKSRC}/roms/README.copyright ${WRKSRC} post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} AUTHORS ChangeLog README THANKS \ - roms/README.copyright ${STAGEDIR}${DOCSDIR} -.endif + ${MKDIR} ${STAGEDIR}${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} +.endfor .include Modified: head/emulators/fuse/pkg-plist ============================================================================== --- head/emulators/fuse/pkg-plist Fri Nov 29 11:34:24 2013 (r335162) +++ head/emulators/fuse/pkg-plist Fri Nov 29 11:38:05 2013 (r335163) @@ -82,9 +82,3 @@ man/man1/fuse.1.gz %%ICONS%%@dirrmtry share/icons/hicolor %%ICONS%%@dirrmtry share/icons @dirrmtry %%DATADIR%% -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/README.copyright -%%PORTDOCS%%%%DOCSDIR%%/THANKS -%%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 11:40:25 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 ESMTPS id A21A974F; Fri, 29 Nov 2013 11:40:25 +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 8080B1087; Fri, 29 Nov 2013 11:40:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATBePIY014169; Fri, 29 Nov 2013 11:40:25 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATBeO5f014162; Fri, 29 Nov 2013 11:40:24 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311291140.rATBeO5f014162@svn.freebsd.org> From: William Grzybowski Date: Fri, 29 Nov 2013 11:40:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335164 - in head/science/py-pydap: . 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.16 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: Fri, 29 Nov 2013 11:40:25 -0000 Author: wg Date: Fri Nov 29 11:40:24 2013 New Revision: 335164 URL: http://svnweb.freebsd.org/changeset/ports/335164 Log: science/py-pydap: update to 3.1.1 PR: ports/183985 Submitted by: maintainer Modified: head/science/py-pydap/Makefile head/science/py-pydap/distinfo head/science/py-pydap/files/patch-pavement.py Modified: head/science/py-pydap/Makefile ============================================================================== --- head/science/py-pydap/Makefile Fri Nov 29 11:38:05 2013 (r335163) +++ head/science/py-pydap/Makefile Fri Nov 29 11:40:24 2013 (r335164) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pydap -PORTVERSION= 3.1 +PORTVERSION= 3.1.1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,12 +13,38 @@ COMMENT= Implementation of the Opendap/D LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}distribute>=0:${PORTSDIR}/devel/py-distribute \ - paver:${PORTSDIR}/devel/py-paver +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:${PORTSDIR}/devel/py-setuptools \ + paver:${PORTSDIR}/devel/py-paver \ + ${PYNUMPY} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 \ + ${PYTHON_PKGNAMEPREFIX}Genshi>0:${PORTSDIR}/textproc/py-genshi \ + ${PYTHON_PKGNAMEPREFIX}Paste>0:${PORTSDIR}/www/py-paste \ + ${PYTHON_PKGNAMEPREFIX}PasteDeploy>0:${PORTSDIR}/www/py-pastedeploy \ + ${PYTHON_PKGNAMEPREFIX}PasteScript>0:${PORTSDIR}/www/py-pastescript \ + ${PYNUMPY} + +OPTIONS_DEFINE= DOCS USE_PYTHON= yes USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= Pydap +PYDISTUTILS_AUTOPLIST= yes +PYDISTUTILS_NOEGGINFO= yes + +DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} +PORTDOCS= * .buildinfo + +.include +.if ${PORT_OPTIONS:MDOCS} +BUILD_DEPENDS+= sphinx-build:${PORTSDIR}/textproc/py-sphinx \ + ${PYTHON_PKGNAMEPREFIX}coards>0:${PORTSDIR}/science/py-coards \ + ${PYTHON_PKGNAMEPREFIX}pygments>0:${PORTSDIR}/textproc/py-pygments + +PYDISTUTILS_BUILD_TARGET+= build_sphinx + +post-install: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC}/build/sphinx/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} +.endif .include Modified: head/science/py-pydap/distinfo ============================================================================== --- head/science/py-pydap/distinfo Fri Nov 29 11:38:05 2013 (r335163) +++ head/science/py-pydap/distinfo Fri Nov 29 11:40:24 2013 (r335164) @@ -1,2 +1,2 @@ -SHA256 (Pydap-3.1.tar.gz) = 0e37ebb7755134689d34c7221a140b0b7fb8a76b213e3975e85fec3fe0c2d5f1 -SIZE (Pydap-3.1.tar.gz) = 3098212 +SHA256 (Pydap-3.1.1.tar.gz) = 31af591d244f3a9d379a0f0217524382d473fd24d2ef1173272f24f3a0df3511 +SIZE (Pydap-3.1.1.tar.gz) = 3090985 Modified: head/science/py-pydap/files/patch-pavement.py ============================================================================== --- head/science/py-pydap/files/patch-pavement.py Fri Nov 29 11:38:05 2013 (r335163) +++ head/science/py-pydap/files/patch-pavement.py Fri Nov 29 11:40:24 2013 (r335164) @@ -1,11 +1,11 @@ ---- ./pavement.py.orig 2013-08-30 15:00:07.469952201 +0300 -+++ ./pavement.py 2013-08-30 15:00:24.309518177 +0300 +--- ./pavement.py.orig 2013-11-15 10:29:56.254992996 +0200 ++++ ./pavement.py 2013-11-15 10:31:41.824987045 +0200 @@ -9,7 +9,7 @@ try: from pydap.lib import __version__ except ImportError: - __version__ = ('unknown',) -+ __version__ = ('3.1',) ++ __version__ = (3,1,1) options = environment.options setup(**setup_meta) From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 11:45:58 2013 Return-Path: Delivered-To: svn-ports-head@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 72D1F928; Fri, 29 Nov 2013 11:45:58 +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 5F62310BF; Fri, 29 Nov 2013 11:45:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATBjwJ2015426; Fri, 29 Nov 2013 11:45:58 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATBjwsn015425; Fri, 29 Nov 2013 11:45:58 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311291145.rATBjwsn015425@svn.freebsd.org> From: William Grzybowski Date: Fri, 29 Nov 2013 11:45:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335165 - head/devel/trac-bitten 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.16 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: Fri, 29 Nov 2013 11:45:58 -0000 Author: wg Date: Fri Nov 29 11:45:57 2013 New Revision: 335165 URL: http://svnweb.freebsd.org/changeset/ports/335165 Log: devel/trac-bitten: remove last depedency of py-distribute Approved by: portmgr (bapt, implicit) Modified: head/devel/trac-bitten/Makefile Modified: head/devel/trac-bitten/Makefile ============================================================================== --- head/devel/trac-bitten/Makefile Fri Nov 29 11:40:24 2013 (r335164) +++ head/devel/trac-bitten/Makefile Fri Nov 29 11:45:57 2013 (r335165) @@ -30,7 +30,7 @@ OPTIONS_DEFAULT= BITTEN_MASTER NO_STAGE= yes .include -BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-distribute +BUILD_DEPENDS+= easy_install:${PORTSDIR}/devel/py-setuptools .if ${PORT_OPTIONS:MBITTEN_MASTER} RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac .endif From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 11:47:09 2013 Return-Path: Delivered-To: svn-ports-head@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 238C1A22; Fri, 29 Nov 2013 11:47:09 +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 0FEB110CE; Fri, 29 Nov 2013 11:47:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATBl8uG015654; Fri, 29 Nov 2013 11:47:08 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATBl8t0015652; Fri, 29 Nov 2013 11:47:08 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291147.rATBl8t0015652@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 11:47:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335166 - head/www/p5-HTML-FormHandler 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.16 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: Fri, 29 Nov 2013 11:47:09 -0000 Author: sunpoet Date: Fri Nov 29 11:47:08 2013 New Revision: 335166 URL: http://svnweb.freebsd.org/changeset/ports/335166 Log: - Update to 4.0054 Changes: http://search.cpan.org/dist/HTML-FormHandler/Changes Modified: head/www/p5-HTML-FormHandler/Makefile head/www/p5-HTML-FormHandler/distinfo Modified: head/www/p5-HTML-FormHandler/Makefile ============================================================================== --- head/www/p5-HTML-FormHandler/Makefile Fri Nov 29 11:45:57 2013 (r335165) +++ head/www/p5-HTML-FormHandler/Makefile Fri Nov 29 11:47:08 2013 (r335166) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTML-FormHandler -PORTVERSION= 0.40053 +PORTVERSION= 0.40054 PORTEPOCH= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN Modified: head/www/p5-HTML-FormHandler/distinfo ============================================================================== --- head/www/p5-HTML-FormHandler/distinfo Fri Nov 29 11:45:57 2013 (r335165) +++ head/www/p5-HTML-FormHandler/distinfo Fri Nov 29 11:47:08 2013 (r335166) @@ -1,2 +1,2 @@ -SHA256 (HTML-FormHandler-0.40053.tar.gz) = 994c92d0d00c53a688aca36b6dc28a469588713865019bc83078da77295ee85b -SIZE (HTML-FormHandler-0.40053.tar.gz) = 286924 +SHA256 (HTML-FormHandler-0.40054.tar.gz) = 1a079c318aa1f6e22315fd6fdc803757700af12a06a338ec86325d756823e935 +SIZE (HTML-FormHandler-0.40054.tar.gz) = 289115 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 11:50:19 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 ESMTPS id BAED6C63; Fri, 29 Nov 2013 11:50:19 +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 A787610F7; Fri, 29 Nov 2013 11:50:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATBoJZ5016261; Fri, 29 Nov 2013 11:50:19 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATBoJ8e016260; Fri, 29 Nov 2013 11:50:19 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311291150.rATBoJ8e016260@svn.freebsd.org> From: William Grzybowski Date: Fri, 29 Nov 2013 11:50:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335167 - in head/devel: . py-distribute 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.16 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: Fri, 29 Nov 2013 11:50:19 -0000 Author: wg Date: Fri Nov 29 11:50:19 2013 New Revision: 335167 URL: http://svnweb.freebsd.org/changeset/ports/335167 Log: devel/py-distribute: remove port deprecated by py-setuptools With hat on: python Reported by: koobs Deleted: head/devel/py-distribute/ Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Nov 29 11:47:08 2013 (r335166) +++ head/devel/Makefile Fri Nov 29 11:50:19 2013 (r335167) @@ -3544,7 +3544,6 @@ SUBDIR += py-diazo SUBDIR += py-dirspec SUBDIR += py-distorm - SUBDIR += py-distribute SUBDIR += py-distutils-extra SUBDIR += py-docopt SUBDIR += py-dogpile.cache From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 11:54:17 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 ESMTPS id 23C54D81; Fri, 29 Nov 2013 11:54:17 +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 046411134; Fri, 29 Nov 2013 11:54:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATBsGIc018643; Fri, 29 Nov 2013 11:54:16 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATBsGVa018639; Fri, 29 Nov 2013 11:54:16 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311291154.rATBsGVa018639@svn.freebsd.org> From: Max Brazhnikov Date: Fri, 29 Nov 2013 11:54:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335168 - in head/multimedia/subtitlecomposer-kde4: . 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.16 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: Fri, 29 Nov 2013 11:54:17 -0000 Author: makc Date: Fri Nov 29 11:54:15 2013 New Revision: 335168 URL: http://svnweb.freebsd.org/changeset/ports/335168 Log: - Update to 0.5.6 - Switch to Github - Update WWW - Remove no longer needed patch Deleted: head/multimedia/subtitlecomposer-kde4/files/ Modified: head/multimedia/subtitlecomposer-kde4/Makefile head/multimedia/subtitlecomposer-kde4/distinfo (contents, props changed) head/multimedia/subtitlecomposer-kde4/pkg-descr (contents, props changed) head/multimedia/subtitlecomposer-kde4/pkg-plist (contents, props changed) Modified: head/multimedia/subtitlecomposer-kde4/Makefile ============================================================================== --- head/multimedia/subtitlecomposer-kde4/Makefile Fri Nov 29 11:50:19 2013 (r335167) +++ head/multimedia/subtitlecomposer-kde4/Makefile Fri Nov 29 11:54:15 2013 (r335168) @@ -1,19 +1,25 @@ # $FreeBSD$ PORTNAME= subtitlecomposer -PORTVERSION= 0.5.3 -PORTREVISION= 5 +PORTVERSION= 0.5.6 CATEGORIES= multimedia kde -MASTER_SITES= SF/subcomposer/subcomposer/${PORTNAME}-${PORTVERSION} +MASTER_SITES= GITHUB MAINTAINER= makc@FreeBSD.org COMMENT= Subtitle editor for KDE +LIB_DEPENDS= libicui18n.so:${PORTSDIR}/devel/icu + USE_BZIP2= yes USES= cmake:outsource gettext USE_KDE4= kdeprefix kdelibs automoc4 sharedmime USE_QT4= qmake_build moc_build rcc_build uic_build phonon +USE_GITHUB= yes +GH_ACCOUNT= maxrd2 +GH_TAGNAME= v${PORTVERSION} +GH_COMMIT= 74f2f04 + OPTIONS_GROUP= BACKEND BACKEND_DESC= Additional video backens OPTIONS_GROUP_BACKEND= GSTREAMER MPLAYER XINE @@ -25,7 +31,7 @@ XINE_DESC= Build Xine backend XINE_LIB_DEPENDS= libxine.so:${PORTSDIR}/multimedia/libxine XINE_CMAKE_OFF= -DWITH_Xine:Bool=Off -GSTREAMER_DESC= Build GStreamer backend (broken) +GSTREAMER_DESC= Build GStreamer backend GSTREAMER_USE= GSTREAMER=yes GSTREAMER_CMAKE_OFF= -DWITH_GStreamer:Bool=Off Modified: head/multimedia/subtitlecomposer-kde4/distinfo ============================================================================== --- head/multimedia/subtitlecomposer-kde4/distinfo Fri Nov 29 11:50:19 2013 (r335167) +++ head/multimedia/subtitlecomposer-kde4/distinfo Fri Nov 29 11:54:15 2013 (r335168) @@ -1,2 +1,2 @@ -SHA256 (subtitlecomposer-0.5.3.tar.bz2) = 87f3831b5ae09f4ffcefe586cd3b04b197784bf09652b02518b24a12fde2cad0 -SIZE (subtitlecomposer-0.5.3.tar.bz2) = 344295 +SHA256 (subtitlecomposer-0.5.6.tar.bz2) = b58635f14caad0ed7a2471563b7862f99dcb5ddd380b58ce7e826fda7a1037a4 +SIZE (subtitlecomposer-0.5.6.tar.bz2) = 1489842 Modified: head/multimedia/subtitlecomposer-kde4/pkg-descr ============================================================================== --- head/multimedia/subtitlecomposer-kde4/pkg-descr Fri Nov 29 11:50:19 2013 (r335167) +++ head/multimedia/subtitlecomposer-kde4/pkg-descr Fri Nov 29 11:54:15 2013 (r335168) @@ -3,4 +3,4 @@ style edition) as well as real time prev more; aiming to become an improved version of Subtitle Workshop for UNIX-like OSes. -WWW: http://www.kde-apps.org/content/show.php?content=69822 +WWW: http://kde-apps.org/content/show.php/Subtitle+Composer?content=162048 Modified: head/multimedia/subtitlecomposer-kde4/pkg-plist ============================================================================== --- head/multimedia/subtitlecomposer-kde4/pkg-plist Fri Nov 29 11:50:19 2013 (r335167) +++ head/multimedia/subtitlecomposer-kde4/pkg-plist Fri Nov 29 11:54:15 2013 (r335168) @@ -1,6 +1,5 @@ bin/subtitlecomposer share/applications/kde4/subtitlecomposer.desktop -share/apps/subtitlecomposer/input.conf share/apps/subtitlecomposer/pics/button-base.png share/apps/subtitlecomposer/pics/hi128-action-current-line-follows-video.png share/apps/subtitlecomposer/pics/hi128-app-subtitlecomposer.png @@ -8,13 +7,14 @@ share/apps/subtitlecomposer/pics/hi16-ac share/apps/subtitlecomposer/pics/hi16-action-time-from-video.png share/apps/subtitlecomposer/pics/hi16-app-subtitlecomposer.png share/apps/subtitlecomposer/pics/hi32-app-subtitlecomposer.png +share/apps/subtitlecomposer/pics/hi48-action-audio-extract.png share/apps/subtitlecomposer/pics/hi48-action-set-hide-time.png share/apps/subtitlecomposer/pics/hi48-action-set-show-time.png share/apps/subtitlecomposer/pics/hi48-app-gstreamer-logo.png -share/apps/subtitlecomposer/pics/hi48-app-mediaplayer-closed.png -share/apps/subtitlecomposer/pics/hi48-app-mediaplayer.png share/apps/subtitlecomposer/pics/hi48-app-mplayer-logo.png share/apps/subtitlecomposer/pics/hi48-app-xine-logo.png +share/apps/subtitlecomposer/pics/hi64-app-mediaplayer-closed.png +share/apps/subtitlecomposer/pics/hi96-app-mediaplayer.png share/apps/subtitlecomposer/pics/hisc-action-zone-end.svgz share/apps/subtitlecomposer/pics/hisc-action-zone-start.svgz share/apps/subtitlecomposer/scripts/README @@ -29,13 +29,19 @@ share/apps/subtitlecomposer/scripts/api/ share/apps/subtitlecomposer/scripts/api/scripting_subtitlelinemodule.h share/apps/subtitlecomposer/scripts/api/scripting_subtitlemodule.h share/apps/subtitlecomposer/scripts/example_capitalize_all_lines.js +share/apps/subtitlecomposer/scripts/example_capitalize_all_lines.py share/apps/subtitlecomposer/scripts/example_capitalize_all_lines.rb share/apps/subtitlecomposer/scripts/example_iterate_selection.js +share/apps/subtitlecomposer/scripts/example_iterate_selection.py share/apps/subtitlecomposer/scripts/example_iterate_selection.rb share/apps/subtitlecomposer/scripts/example_remove_impair_lines.js +share/apps/subtitlecomposer/scripts/example_remove_impair_lines.py share/apps/subtitlecomposer/scripts/example_remove_impair_lines.rb share/apps/subtitlecomposer/scripts/example_trim_to_selection.js +share/apps/subtitlecomposer/scripts/example_trim_to_selection.py share/apps/subtitlecomposer/scripts/example_trim_to_selection.rb +share/apps/subtitlecomposer/scripts/fix_dialog_cues.py +share/apps/subtitlecomposer/scripts/remove_hearing_impaired_text.js share/apps/subtitlecomposer/subtitlecomposerui.rc share/config/subtitlecomposerrc share/icons/hicolor/128x128/actions/current-line-follows-video.png @@ -44,13 +50,14 @@ share/icons/hicolor/16x16/actions/select share/icons/hicolor/16x16/actions/time-from-video.png share/icons/hicolor/16x16/apps/subtitlecomposer.png share/icons/hicolor/32x32/apps/subtitlecomposer.png +share/icons/hicolor/48x48/actions/audio-extract.png share/icons/hicolor/48x48/actions/set-hide-time.png share/icons/hicolor/48x48/actions/set-show-time.png share/icons/hicolor/48x48/apps/gstreamer-logo.png -share/icons/hicolor/48x48/apps/mediaplayer-closed.png -share/icons/hicolor/48x48/apps/mediaplayer.png share/icons/hicolor/48x48/apps/mplayer-logo.png share/icons/hicolor/48x48/apps/xine-logo.png +share/icons/hicolor/64x64/apps/mediaplayer-closed.png +share/icons/hicolor/96x96/apps/mediaplayer.png share/icons/hicolor/scalable/actions/zone-end.svgz share/icons/hicolor/scalable/actions/zone-start.svgz share/locale/bg/LC_MESSAGES/subtitlecomposer.mo @@ -59,10 +66,13 @@ share/locale/de/LC_MESSAGES/subtitlecomp share/locale/el/LC_MESSAGES/subtitlecomposer.mo share/locale/es/LC_MESSAGES/subtitlecomposer.mo share/locale/fr/LC_MESSAGES/subtitlecomposer.mo +share/locale/hu/LC_MESSAGES/subtitlecomposer.mo share/locale/pl/LC_MESSAGES/subtitlecomposer.mo share/locale/pt_BR/LC_MESSAGES/subtitlecomposer.mo +share/locale/ru/LC_MESSAGES/subtitlecomposer.mo share/locale/sr/LC_MESSAGES/subtitlecomposer.mo share/locale/sr@latin/LC_MESSAGES/subtitlecomposer.mo +share/locale/uk/LC_MESSAGES/subtitlecomposer.mo share/mime/packages/subtitlecomposer.xml @dirrm share/apps/subtitlecomposer/scripts/api @dirrm share/apps/subtitlecomposer/scripts From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 11:57:19 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 ESMTPS id 5B49DEAE; Fri, 29 Nov 2013 11:57:19 +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 482041150; Fri, 29 Nov 2013 11:57:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATBvJsZ019101; Fri, 29 Nov 2013 11:57:19 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATBvI9n019099; Fri, 29 Nov 2013 11:57:18 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311291157.rATBvI9n019099@svn.freebsd.org> From: Max Brazhnikov Date: Fri, 29 Nov 2013 11:57:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335169 - head/science/pyteomics 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.16 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: Fri, 29 Nov 2013 11:57:19 -0000 Author: makc Date: Fri Nov 29 11:57:18 2013 New Revision: 335169 URL: http://svnweb.freebsd.org/changeset/ports/335169 Log: Update to 2.2.1 Modified: head/science/pyteomics/Makefile head/science/pyteomics/distinfo Modified: head/science/pyteomics/Makefile ============================================================================== --- head/science/pyteomics/Makefile Fri Nov 29 11:54:15 2013 (r335168) +++ head/science/pyteomics/Makefile Fri Nov 29 11:57:18 2013 (r335169) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pyteomics -PORTVERSION= 2.2.0 +PORTVERSION= 2.2.1 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/pyteomics/distinfo ============================================================================== --- head/science/pyteomics/distinfo Fri Nov 29 11:54:15 2013 (r335168) +++ head/science/pyteomics/distinfo Fri Nov 29 11:57:18 2013 (r335169) @@ -1,2 +1,2 @@ -SHA256 (pyteomics-2.2.0.tar.gz) = 1b4c08495bcd6aa9891db9e0fe9f979058cf1052a5f6d7d6e94e87980c2100b1 -SIZE (pyteomics-2.2.0.tar.gz) = 73354 +SHA256 (pyteomics-2.2.1.tar.gz) = 0172872ff4c6a28878de4692d1472669b4ab94a21261dafa6d9fba0725a95b4d +SIZE (pyteomics-2.2.1.tar.gz) = 74020 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 12:00:31 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 ESMTPS id 50AE3FE2; Fri, 29 Nov 2013 12:00:31 +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 34E8D1176; Fri, 29 Nov 2013 12:00:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATC0VEU021590; Fri, 29 Nov 2013 12:00:31 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATC0UTT021587; Fri, 29 Nov 2013 12:00:30 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201311291200.rATC0UTT021587@svn.freebsd.org> From: Guido Falsi Date: Fri, 29 Nov 2013 12:00:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335170 - head/mail/maildrop 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.16 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: Fri, 29 Nov 2013 12:00:31 -0000 Author: madpilot Date: Fri Nov 29 12:00:30 2013 New Revision: 335170 URL: http://svnweb.freebsd.org/changeset/ports/335170 Log: - Update to 2.7.1 - While here, remove whitespace before end of line Modified: head/mail/maildrop/Makefile head/mail/maildrop/distinfo Modified: head/mail/maildrop/Makefile ============================================================================== --- head/mail/maildrop/Makefile Fri Nov 29 11:57:18 2013 (r335169) +++ head/mail/maildrop/Makefile Fri Nov 29 12:00:30 2013 (r335170) @@ -10,7 +10,7 @@ # MAILDROP_LOG_COLUMNS lenght of 'File:' line in log - 8; default: 72 PORTNAME= maildrop -PORTVERSION= 2.7.0 +PORTVERSION= 2.7.1 CATEGORIES= mail MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION} @@ -135,7 +135,7 @@ post-install: ${STAGEDIR}${PREFIX}/etc/quotawarnmsg.sample cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS:S/maildir\//libs\/&/} ${STAGEDIR}${DOCSDIR} .if defined(MAILDROP_SUID) - ${CHMOD} u+s ${STAGEDIR}${PREFIX}/bin/lockmail ${STAGEDIR}${PREFIX}/bin/maildrop + ${CHMOD} u+s ${STAGEDIR}${PREFIX}/bin/lockmail ${STAGEDIR}${PREFIX}/bin/maildrop .endif .if defined(MAILDROP_SGID) ${CHMOD} g+s ${STAGEDIR}${PREFIX}/bin/lockmail ${STAGEDIR}${PREFIX}/bin/maildrop Modified: head/mail/maildrop/distinfo ============================================================================== --- head/mail/maildrop/distinfo Fri Nov 29 11:57:18 2013 (r335169) +++ head/mail/maildrop/distinfo Fri Nov 29 12:00:30 2013 (r335170) @@ -1,4 +1,4 @@ -SHA256 (maildrop-2.7.0.tar.bz2) = e7f81c66b7b70a775e6b6284a67d3e2468bdd0a1baa28514778355f6bafbf3e1 -SIZE (maildrop-2.7.0.tar.bz2) = 2212504 +SHA256 (maildrop-2.7.1.tar.bz2) = fe1c3528c527e3a5bfe44b2e7437912bf55a5829fae442255347acb4a1caeb1b +SIZE (maildrop-2.7.1.tar.bz2) = 2211838 SHA256 (maildrop-2.7.0-dovecotauth.patch.txt) = 2987e56071d78dc55ac2ce523fe041dbf6565a90e98410f9fa2219d7434b945b SIZE (maildrop-2.7.0-dovecotauth.patch.txt) = 22063 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 12:42:00 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 ESMTPS id 2180CE07; Fri, 29 Nov 2013 12:42:00 +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 0D1AA147E; Fri, 29 Nov 2013 12:42:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATCfxEH035396; Fri, 29 Nov 2013 12:41:59 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATCfxdY035395; Fri, 29 Nov 2013 12:41:59 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311291241.rATCfxdY035395@svn.freebsd.org> From: Rusmir Dusko Date: Fri, 29 Nov 2013 12:41:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335171 - head/games/simsu 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.16 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: Fri, 29 Nov 2013 12:42:00 -0000 Author: nemysis Date: Fri Nov 29 12:41:59 2013 New Revision: 335171 URL: http://svnweb.freebsd.org/changeset/ports/335171 Log: - Fix build, add USE_QT4= gui Approved by: pawel / wg (mentors, implicit) Modified: head/games/simsu/Makefile Modified: head/games/simsu/Makefile ============================================================================== --- head/games/simsu/Makefile Fri Nov 29 12:00:30 2013 (r335170) +++ head/games/simsu/Makefile Fri Nov 29 12:41:59 2013 (r335171) @@ -15,7 +15,8 @@ LICENSE= GPLv3 USES= qmake USE_BZIP2= yes -USE_QT4= moc_build rcc_build uic_build iconengines_run imageformats_run +USE_QT4= moc_build rcc_build uic_build iconengines_run imageformats_run \ + gui INSTALLS_ICONS= yes PORTDOCS= CREDITS ChangeLog From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 12:43:23 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 ESMTPS id EA45AF01; Fri, 29 Nov 2013 12:43:22 +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 D6761148A; Fri, 29 Nov 2013 12:43:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATChMEv035633; Fri, 29 Nov 2013 12:43:22 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATChMNa035631; Fri, 29 Nov 2013 12:43:22 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311291243.rATChMNa035631@svn.freebsd.org> From: Max Brazhnikov Date: Fri, 29 Nov 2013 12:43:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335172 - head/multimedia/xine 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.16 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: Fri, 29 Nov 2013 12:43:23 -0000 Author: makc Date: Fri Nov 29 12:43:22 2013 New Revision: 335172 URL: http://svnweb.freebsd.org/changeset/ports/335172 Log: - Sync PLUGINSDIR with libxine port [1] - Stageify and use options helpers while I'm here PR: ports/184024 [1] Submitted by: Tsurutani Naoki Modified: head/multimedia/xine/Makefile head/multimedia/xine/pkg-plist (contents, props changed) Modified: head/multimedia/xine/Makefile ============================================================================== --- head/multimedia/xine/Makefile Fri Nov 29 12:41:59 2013 (r335171) +++ head/multimedia/xine/Makefile Fri Nov 29 12:43:22 2013 (r335172) @@ -12,24 +12,14 @@ COMMENT= X11 multimedia player LICENSE= GPLv2 -BUILD_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info -# Please update libxine PLUGINSDIR as well (see below) -LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ - jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - xine:${PORTSDIR}/multimedia/libxine -RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info - -OPTIONS_DEFINE= CACA AALIB LIRC CURL NLS XFT DOCS -OPTIONS_DEFAULT= CURL XFT -OPTIONS_DEFINE_i386= WIN32_CODECS -OPTIONS_DEFAULT_i386= WIN32_CODECS - -WIN32_CODECS_DESC= Enable win32 codecs +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libxine.so:${PORTSDIR}/multimedia/libxine USE_XZ= yes USE_XORG= x11 xext xinerama xscrnsaver xt xtst xv xxf86vm -USES= gmake pkgconfig +USES= desktop-file-utils gmake pkgconfig shared-mime-info GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-vdr-keys \ --disable-nvtvsimple @@ -39,74 +29,39 @@ INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MANLANG= "" de es fr pl -MAN1_EN= aaxine.1 xine-bugreport.1 xine-check.1 xine-remote.1 xine.1 -MAN1_DE= ${MAN1_EN} -MAN1_ES= ${MAN1_EN} -MAN1_FR= xine.1 -MAN1_PL= aaxine.1 xine-remote.1 xine.1 - DOCSDIR= ${PREFIX}/share/doc/xine-ui -XINE_PLUGINSDIR= lib/xine/plugins/2.2 +XINE_PLUGINSDIR= lib/xine/plugins/2.3 -NO_STAGE= yes -.include +OPTIONS_DEFINE= CACA AALIB LIRC CURL NLS XFT DOCS +OPTIONS_DEFAULT= CURL XFT +OPTIONS_DEFINE_i386= WIN32_CODECS +OPTIONS_DEFAULT_i386= WIN32_CODECS +OPTIONS_SUB= yes + +WIN32_CODECS_DESC= Enable win32 codecs +WIN32_CODECS_RUN_DEPENDS= win32-codecs>=0:${PORTSDIR}/multimedia/win32-codecs + +NLS_USES= gettext +NLS_CONFIGURE_OFF= --disable-nls -.if ${PORT_OPTIONS:MWIN32_CODECS} -RUN_DEPENDS+= ${CODEC_DETECTION_FILE}:${CODEC_PORT} +XFT_USE= XORG=xft +XFT_CONFIGURE_OFF= --disable-xft -CODEC_PORT= ${PORTSDIR}/multimedia/win32-codecs -CODEC_DETECTION_FILE!= ${MAKE} -f ${CODEC_PORT}/Makefile -V CODEC_DETECTION_FILE -.endif - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.if ${PORT_OPTIONS:MXFT} -USE_XORG+= xft -.else -CONFIGURE_ARGS+= --disable-xft -.endif - -.if ${PORT_OPTIONS:MCURL} -LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl -.else -CONFIGURE_ARGS+= --without-curl -.endif - -.if ${PORT_OPTIONS:MLIRC} -LIB_DEPENDS+= lirc_client:${PORTSDIR}/comms/lirc -CONFIGURE_ENV+= LIRC_CFLAGS="-I${LOCALBASE}/include" \ +CURL_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl +CURL_CONFIGURE_OFF= --without-curl + +LIRC_LIB_DEPENDS= liblirc_client.so:${PORTSDIR}/comms/lirc +LIRC_CONFIGURE_ENV= LIRC_CFLAGS="-I${LOCALBASE}/include" \ LIRC_LIBS="-L${LOCALBASE}/libs -llirc_client" -CONFIGURE_ARGS+= --enable-lirc -.else -CONFIGURE_ARGS+= --disable-lirc -.endif - -.if ${PORT_OPTIONS:MCACA} -.if !exists(${LOCALBASE}/${XINE_PLUGINSDIR}/xineplug_vo_out_caca.so) -IGNORE= libxine should be compiled with caca support -.endif -LIB_DEPENDS+= caca:${PORTSDIR}/graphics/libcaca -PLIST_SUB+= CACA="" -.else -CONFIGURE_ARGS+= --without-caca -PLIST_SUB+= CACA="@comment " -.endif - -.if ${PORT_OPTIONS:MAALIB} -LIB_DEPENDS+= aa:${PORTSDIR}/graphics/aalib -CONFIGURE_ARGS+= --with-aalib -PLIST_SUB+= AALIB="" -.else -CONFIGURE_ARGS+= --without-aalib --disable-aalibtest -PLIST_SUB+= AALIB="@comment " -.endif +LIRC_CONFIGURE_ENABLE= lirc + +CACA_LIB_DEPENDS= libcaca.so:${PORTSDIR}/graphics/libcaca +CACA_RUN_DEPENDS= ${LOCALBASE}/${XINE_PLUGINSDIR}/xineplug_vo_out_caca.so +CACA_CONFIGURE_OFF= --without-caca + +AALIB_LIB_DEPENDS= libaa.so:${PORTSDIR}/graphics/aalib +AALIB_CONFIGURE_ON= --with-aalib +AALIB_CONFIGURE_OFF= --without-aalib --disable-aalibtest post-patch: @${REINPLACE_CMD} -e \ @@ -119,14 +74,9 @@ post-patch: .endfor post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC}/doc \ - && ${INSTALL_DATA} README* ${DOCSDIR} - @${MKDIR} ${PREFIX}/share/doc/xitk - cd ${WRKSRC}/src/xitk/xine-toolkit \ - && ${INSTALL_DATA} README ${PREFIX}/share/doc/xitk -.endif - @${CAT} ${PKGMESSAGE} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/README* ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/xitk + ${INSTALL_DATA} ${WRKSRC}/src/xitk/xine-toolkit/README ${STAGEDIR}${PREFIX}/share/doc/xitk .include Modified: head/multimedia/xine/pkg-plist ============================================================================== --- head/multimedia/xine/pkg-plist Fri Nov 29 12:41:59 2013 (r335171) +++ head/multimedia/xine/pkg-plist Fri Nov 29 12:43:22 2013 (r335172) @@ -5,6 +5,25 @@ bin/xine bin/xine-bugreport bin/xine-check bin/xine-remote +man/de/man1/aaxine.1.gz +man/de/man1/xine-bugreport.1.gz +man/de/man1/xine-check.1.gz +man/de/man1/xine-remote.1.gz +man/de/man1/xine.1.gz +man/es/man1/aaxine.1.gz +man/es/man1/xine-bugreport.1.gz +man/es/man1/xine-check.1.gz +man/es/man1/xine-remote.1.gz +man/es/man1/xine.1.gz +man/fr/man1/xine.1.gz +man/man1/aaxine.1.gz +man/man1/xine-bugreport.1.gz +man/man1/xine-check.1.gz +man/man1/xine-remote.1.gz +man/man1/xine.1.gz +man/pl/man1/aaxine.1.gz +man/pl/man1/xine-remote.1.gz +man/pl/man1/xine.1.gz share/applications/xine.desktop %%PORTDOCS%%%%DOCSDIR%%/README.config_en %%PORTDOCS%%%%DOCSDIR%%/README.cs.0.Introduction @@ -155,5 +174,3 @@ share/pixmaps/xine.xpm @dirrmtry man/es @dirrmtry man/de/man1 @dirrmtry man/de -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 12:44:04 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 ESMTPS id 2EEAEFF5; Fri, 29 Nov 2013 12:44:04 +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 1B63B149C; Fri, 29 Nov 2013 12:44:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATCi3G6035811; Fri, 29 Nov 2013 12:44:03 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATCi31W035810; Fri, 29 Nov 2013 12:44:03 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311291244.rATCi31W035810@svn.freebsd.org> From: Rusmir Dusko Date: Fri, 29 Nov 2013 12:44:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335173 - head/games/gottet 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.16 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: Fri, 29 Nov 2013 12:44:04 -0000 Author: nemysis Date: Fri Nov 29 12:44:03 2013 New Revision: 335173 URL: http://svnweb.freebsd.org/changeset/ports/335173 Log: - Fix build, add USE_QT4= gui Approved by: pawel / wg (mentors, implicit) Modified: head/games/gottet/Makefile Modified: head/games/gottet/Makefile ============================================================================== --- head/games/gottet/Makefile Fri Nov 29 12:43:22 2013 (r335172) +++ head/games/gottet/Makefile Fri Nov 29 12:44:03 2013 (r335173) @@ -14,15 +14,14 @@ LICENSE= GPLv3 USES= qmake USE_BZIP2= yes -USE_QT4= moc_build rcc_build iconengines_run imageformats_run +USE_QT4= moc_build rcc_build iconengines_run imageformats_run \ + gui INSTALLS_ICONS= yes PORTDOCS= CREDITS ChangeLog OPTIONS_DEFINE= DOCS -.include - post-install: ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 12:48:20 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 ESMTPS id 065AF19D; Fri, 29 Nov 2013 12:48:20 +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 E765E14B1; Fri, 29 Nov 2013 12:48:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATCmJe2036440; Fri, 29 Nov 2013 12:48:19 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATCmJ7V036439; Fri, 29 Nov 2013 12:48:19 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311291248.rATCmJ7V036439@svn.freebsd.org> From: Max Brazhnikov Date: Fri, 29 Nov 2013 12:48:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335174 - head/multimedia/xine 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.16 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: Fri, 29 Nov 2013 12:48:20 -0000 Author: makc Date: Fri Nov 29 12:48:19 2013 New Revision: 335174 URL: http://svnweb.freebsd.org/changeset/ports/335174 Log: Fix RUN_DEPENDS for CACA options Modified: head/multimedia/xine/Makefile Modified: head/multimedia/xine/Makefile ============================================================================== --- head/multimedia/xine/Makefile Fri Nov 29 12:44:03 2013 (r335173) +++ head/multimedia/xine/Makefile Fri Nov 29 12:48:19 2013 (r335174) @@ -56,7 +56,7 @@ LIRC_CONFIGURE_ENV= LIRC_CFLAGS="-I${LO LIRC_CONFIGURE_ENABLE= lirc CACA_LIB_DEPENDS= libcaca.so:${PORTSDIR}/graphics/libcaca -CACA_RUN_DEPENDS= ${LOCALBASE}/${XINE_PLUGINSDIR}/xineplug_vo_out_caca.so +CACA_RUN_DEPENDS= ${LOCALBASE}/${XINE_PLUGINSDIR}/xineplug_vo_out_caca.so:${PORTSDIR}/multimedia/libxine CACA_CONFIGURE_OFF= --without-caca AALIB_LIB_DEPENDS= libaa.so:${PORTSDIR}/graphics/aalib From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 12:48:24 2013 Return-Path: Delivered-To: svn-ports-head@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 4914D19E; Fri, 29 Nov 2013 12:48:24 +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 35E3014B2; Fri, 29 Nov 2013 12:48:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATCmOaO036507; Fri, 29 Nov 2013 12:48:24 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATCmOWR036506; Fri, 29 Nov 2013 12:48:24 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311291248.rATCmOWR036506@svn.freebsd.org> From: William Grzybowski Date: Fri, 29 Nov 2013 12:48:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335175 - head/devel/py-setuptools 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.16 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: Fri, 29 Nov 2013 12:48:24 -0000 Author: wg Date: Fri Nov 29 12:48:23 2013 New Revision: 335175 URL: http://svnweb.freebsd.org/changeset/ports/335175 Log: devel/py-setuptools: fix plist for python 3.x Submitted by: Dmitry Sivachenko Modified: head/devel/py-setuptools/Makefile Modified: head/devel/py-setuptools/Makefile ============================================================================== --- head/devel/py-setuptools/Makefile Fri Nov 29 12:48:19 2013 (r335174) +++ head/devel/py-setuptools/Makefile Fri Nov 29 12:48:23 2013 (r335175) @@ -21,6 +21,7 @@ PLIST_SUB= PYVER=${PYTHON_VER} VERSION=$ PYDISTUTILS_NOEGGINFO= yes USE_PYTHON= yes USE_PYDISTUTILS=yes +PYTHON_PY3K_PLIST_HACK= yes SUB_LIST= IF_DEFAULT=${IF_DEFAULT} From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 13:05:43 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 ESMTPS id 3475354C; Fri, 29 Nov 2013 13:05:43 +0000 (UTC) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 942C715C6; Fri, 29 Nov 2013 13:05:42 +0000 (UTC) Received: from mercury.ph.man.ac.uk [130.88.75.175:48634] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id rATD5csX041635 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Fri, 29 Nov 2013 17:05:39 +0400 (MSK) From: Max Brazhnikov To: Rusmir Dusko Subject: Re: svn commit: r335173 - head/games/gottet Date: Fri, 29 Nov 2013 13:05:40 +0000 Message-ID: <40758755.sWpeOqXvPl@mercury.ph.man.ac.uk> User-Agent: KMail/4.10.5 (FreeBSD/9.2-STABLE; KDE/4.10.5; amd64; ; ) In-Reply-To: <201311291244.rATCi31W035810@svn.freebsd.org> References: <201311291244.rATCi31W035810@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Fri, 29 Nov 2013 13:05:43 -0000 On Fri, 29 Nov 2013 12:44:03 +0000Fri Nov 29 12:44:03 2013 Rusmir Dusko wrote: > Author: nemysis > Date: Fri Nov 29 12:44:03 2013 > New Revision: 335173 > URL: http://svnweb.freebsd.org/changeset/ports/335173 > > Log: > - Fix build, add USE_QT4= gui > > Approved by: pawel / wg (mentors, implicit) Pointyhat to: makc I'm sorry for breaking it. Max From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 13:41:28 2013 Return-Path: Delivered-To: svn-ports-head@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 B2209A56; Fri, 29 Nov 2013 13:41:28 +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 9E5BF1782; Fri, 29 Nov 2013 13:41:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATDfS8b055650; Fri, 29 Nov 2013 13:41:28 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATDfSED055649; Fri, 29 Nov 2013 13:41:28 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291341.rATDfSED055649@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 13:41:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335176 - head/www/aria2 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.16 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: Fri, 29 Nov 2013 13:41:28 -0000 Author: sunpoet Date: Fri Nov 29 13:41:28 2013 New Revision: 335176 URL: http://svnweb.freebsd.org/changeset/ports/335176 Log: - Fix OPENSSL_LIBS in CONFIGURE_ENV Modified: head/www/aria2/Makefile Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Fri Nov 29 12:48:23 2013 (r335175) +++ head/www/aria2/Makefile Fri Nov 29 13:41:28 2013 (r335176) @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --disable-epoll --enable --with-libxml2 --with-libz --with-openssl --without-gnutls \ --without-libcares --without-libexpat --without-libgcrypt \ --without-libgmp --without-libnettle -CONFIGURE_ENV= OPENSSL_CFLAGS=-I${OPENSSLINC} OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" \ +CONFIGURE_ENV= OPENSSL_CFLAGS=-I${OPENSSLINC} OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl" \ ZLIB_CFLAGS=-I${INCLUDEDIR} ZLIB_LIBS="-L${LIBDIR} -lz" \ ac_cv_path_RST2HTML=no GNU_CONFIGURE= yes From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 13:48:06 2013 Return-Path: Delivered-To: svn-ports-head@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 34F7CBF8; Fri, 29 Nov 2013 13:48:06 +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 159F517CA; Fri, 29 Nov 2013 13:48:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATDm59A056587; Fri, 29 Nov 2013 13:48:05 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATDm4Eb056579; Fri, 29 Nov 2013 13:48:04 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311291348.rATDm4Eb056579@svn.freebsd.org> From: Kubilay Kocak Date: Fri, 29 Nov 2013 13:48:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335177 - in head: . devel devel/czmq net net/czmq 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.16 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: Fri, 29 Nov 2013 13:48:06 -0000 Author: koobs Date: Fri Nov 29 13:48:04 2013 New Revision: 335177 URL: http://svnweb.freebsd.org/changeset/ports/335177 Log: devel/czmq: Move to net/czmq, Update to 2.0.3 - Update to 2.0.3 - Update pkg-plist - Switch primary category to net/ - Update COMMENT to match other ZeroMQ ports and Google Juice - Point LIB_DEPENDS to the latest libzmq4 port - Remove gmake from USES (make works fine) - Group USE/USES entries together and sort - Add regression-test target - pkg-descr: Tab->space in WWW: - Whitespace alignment - Move devel/czmq to net/czmq - Update Makefile entries in devel/ and net/ - Add a MOVED entry Added: head/net/czmq/ - copied from r335083, head/devel/czmq/ Deleted: head/devel/czmq/ Modified: head/MOVED head/devel/Makefile head/net/Makefile head/net/czmq/Makefile head/net/czmq/distinfo head/net/czmq/pkg-descr (contents, props changed) head/net/czmq/pkg-plist Modified: head/MOVED ============================================================================== --- head/MOVED Fri Nov 29 13:41:28 2013 (r335176) +++ head/MOVED Fri Nov 29 13:48:04 2013 (r335177) @@ -5269,3 +5269,4 @@ deskutils/q4wine|emulators/q4wine|2013-1 devel/p5-MooseX-ChainedAccessors||2013-11-27|Has expired: Marked as depreciated upstream devel/py-distribute|devel/py-setuptools|2013-11-27|Replaced with setuptools devel/zmq-devel|net/libzmq3|2013-11-28|Rename according to upstream and move to more suitable category +devel/czmq|net/czmq|2013-11-29|Move to a more suitable category and with other libzmq ports Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Nov 29 13:41:28 2013 (r335176) +++ head/devel/Makefile Fri Nov 29 13:48:04 2013 (r335177) @@ -324,7 +324,6 @@ SUBDIR += cxref SUBDIR += cxxtest SUBDIR += cxxtools - SUBDIR += czmq SUBDIR += d-feet SUBDIR += darts SUBDIR += dasm Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri Nov 29 13:41:28 2013 (r335176) +++ head/net/Makefile Fri Nov 29 13:48:04 2013 (r335177) @@ -91,6 +91,7 @@ SUBDIR += cvsupchk SUBDIR += cvsync SUBDIR += cyphesis + SUBDIR += czmq SUBDIR += daemonlogger SUBDIR += dante SUBDIR += daq Modified: head/net/czmq/Makefile ============================================================================== --- head/devel/czmq/Makefile Thu Nov 28 08:03:45 2013 (r335083) +++ head/net/czmq/Makefile Fri Nov 29 13:48:04 2013 (r335177) @@ -2,21 +2,24 @@ # $FreeBSD$ PORTNAME= czmq -PORTVERSION= 1.4.1 -CATEGORIES= devel net +PORTVERSION= 2.0.3 +CATEGORIES= net MASTER_SITES= http://download.zeromq.org/ MAINTAINER= koobs@FreeBSD.org -COMMENT= High-level C Binding for zmq +COMMENT= High-level C Binding for ZeroMQ LICENSE= LGPL3 -LIB_DEPENDS= libzmq.so:${PORTSDIR}/devel/zmq +LIB_DEPENDS= libzmq.so:${PORTSDIR}/net/libzmq4 + +USES= pathfix +USE_LDCONFIG= yes -USES= pathfix gmake GNU_CONFIGURE= yes -CONFIGURE_ENV= ac_cv_prog_czmq_have_asciidoc=no CONFIGURE_ARGS= --with-libzmq=${LOCALBASE} -USE_LDCONFIG= yes + +regression-test: build + @cd ${WRKSRC} && ${MAKE} check .include Modified: head/net/czmq/distinfo ============================================================================== --- head/devel/czmq/distinfo Thu Nov 28 08:03:45 2013 (r335083) +++ head/net/czmq/distinfo Fri Nov 29 13:48:04 2013 (r335177) @@ -1,2 +1,2 @@ -SHA256 (czmq-1.4.1.tar.gz) = 7b2074a3b753459a6fdb88d9cc52b725142783793bdbce35d0bfa52fad64425c -SIZE (czmq-1.4.1.tar.gz) = 440955 +SHA256 (czmq-2.0.3.tar.gz) = adaac33f03d58c3a2ab48be9095df3c4bc876d331c115965b5c48830fa7cd84c +SIZE (czmq-2.0.3.tar.gz) = 533845 Modified: head/net/czmq/pkg-descr ============================================================================== --- head/devel/czmq/pkg-descr Thu Nov 28 08:03:45 2013 (r335083) +++ head/net/czmq/pkg-descr Fri Nov 29 13:48:04 2013 (r335177) @@ -1,3 +1,3 @@ High-level C binding for ZMQ. -WWW: http://czmq.zeromq.org/ +WWW: http://czmq.zeromq.org/ Modified: head/net/czmq/pkg-plist ============================================================================== --- head/devel/czmq/pkg-plist Thu Nov 28 08:03:45 2013 (r335083) +++ head/net/czmq/pkg-plist Fri Nov 29 13:48:04 2013 (r335177) @@ -1,9 +1,16 @@ bin/czmq_selftest +bin/makecert include/czmq.h include/czmq_prelude.h +include/zauth.h include/zbeacon.h +include/zcert.h +include/zcertstore.h +include/zchunk.h include/zclock.h +include/zconfig.h include/zctx.h +include/zdir.h include/zfile.h include/zframe.h include/zhash.h @@ -11,19 +18,27 @@ include/zlist.h include/zloop.h include/zmsg.h include/zmutex.h +include/zpoller.h include/zsocket.h include/zsockopt.h include/zstr.h include/zsys.h include/zthread.h +include/ztree.h lib/libczmq.a lib/libczmq.la lib/libczmq.so -lib/libczmq.so.1 +lib/libczmq.so.2 libdata/pkgconfig/libczmq.pc +man/man3/zauth.3.gz man/man3/zbeacon.3.gz +man/man3/zcert.3.gz +man/man3/zcertstore.3.gz +man/man3/zchunk.3.gz man/man3/zclock.3.gz +man/man3/zconfig.3.gz man/man3/zctx.3.gz +man/man3/zdir.3.gz man/man3/zfile.3.gz man/man3/zframe.3.gz man/man3/zhash.3.gz @@ -31,9 +46,11 @@ man/man3/zlist.3.gz man/man3/zloop.3.gz man/man3/zmsg.3.gz man/man3/zmutex.3.gz +man/man3/zpoller.3.gz man/man3/zsocket.3.gz man/man3/zsockopt.3.gz man/man3/zstr.3.gz man/man3/zsys.3.gz man/man3/zthread.3.gz +man/man3/ztree.3.gz man/man7/czmq.7.gz From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 13:49:58 2013 Return-Path: Delivered-To: svn-ports-head@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 863AEDA6; Fri, 29 Nov 2013 13:49:58 +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 6720E17E1; Fri, 29 Nov 2013 13:49:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATDnw1Z056852; Fri, 29 Nov 2013 13:49:58 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATDnwv2056850; Fri, 29 Nov 2013 13:49:58 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311291349.rATDnwv2056850@svn.freebsd.org> From: William Grzybowski Date: Fri, 29 Nov 2013 13:49:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335178 - head/devel/cvsd 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.16 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: Fri, 29 Nov 2013 13:49:58 -0000 Author: wg Date: Fri Nov 29 13:49:57 2013 New Revision: 335178 URL: http://svnweb.freebsd.org/changeset/ports/335178 Log: devel/cvsd: allow staging PR: ports/184337 Submitted by: maintainer Added: head/devel/cvsd/pkg-plist (contents, props changed) Modified: head/devel/cvsd/Makefile Modified: head/devel/cvsd/Makefile ============================================================================== --- head/devel/cvsd/Makefile Fri Nov 29 13:48:04 2013 (r335177) +++ head/devel/cvsd/Makefile Fri Nov 29 13:49:57 2013 (r335178) @@ -10,48 +10,40 @@ MASTER_SITES= http://arthurdejong.org/cv MAINTAINER= rum1cro@yandex.ru COMMENT= CVS pserver daemon +LICENSE= GPLv2 + EXTRA_PATCHES= ${FILESDIR}/extra-cvsd-buildroot.in +USE_RC_SUBR= cvsd USES= perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libwrap MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" -MAN5= cvsd.conf.5 -MAN8= cvsd.8 cvsd-buginfo.8 cvsd-buildroot.8 cvsd-passwd.8 +OPTIONS_DEFINE= DOCS + PORTDOCS= FAQ NEWS README -PLIST_FILES= etc/cvsd/cvsd.conf.sample sbin/cvsd sbin/cvsd-buginfo \ - sbin/cvsd-buildroot sbin/cvsd-passwd -PLIST_DIRSTRY= etc/cvsd -USE_RC_SUBR= cvsd -OPTIONS_DEFINE= DOCS -NO_STAGE= yes -.include +.include .if ${OSVERSION} > 1000000 -BUILD_DEPENDS= cvs:${PORTSDIR}/devel/cvs -RUN_DEPENDS= cvs:${PORTSDIR}/devel/cvs +BUILD_DEPENDS+= cvs:${PORTSDIR}/devel/cvs +RUN_DEPENDS+= cvs:${PORTSDIR}/devel/cvs .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/cvsd ${PREFIX}/sbin/cvsd + ${INSTALL_PROGRAM} ${WRKSRC}/cvsd ${STAGEDIR}${PREFIX}/sbin/cvsd .for f in cvsd-buginfo cvsd-buildroot cvsd-passwd - ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/sbin -.endfor - @${MKDIR} ${PREFIX}/etc/cvsd - ${INSTALL_DATA} ${WRKSRC}/cvsd.conf-dist ${PREFIX}/etc/cvsd/cvsd.conf.sample -.for FILE in ${MAN5} - ${INSTALL_MAN} ${WRKSRC}/${FILE} ${MAN5PREFIX}/man/man5 -.endfor -.for FILE in ${MAN8} - ${INSTALL_MAN} ${WRKSRC}/${FILE} ${MAN8PREFIX}/man/man8 + ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/sbin .endfor + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/cvsd + ${INSTALL_DATA} ${WRKSRC}/cvsd.conf-dist ${STAGEDIR}${PREFIX}/etc/cvsd/cvsd.conf.sample + ${INSTALL_MAN} ${WRKSRC}/*.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/*.8 ${STAGEDIR}${MAN8PREFIX}/man/man8 .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .endif - @${CAT} ${PKGMESSAGE} .include Added: head/devel/cvsd/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/cvsd/pkg-plist Fri Nov 29 13:49:57 2013 (r335178) @@ -0,0 +1,11 @@ +etc/cvsd/cvsd.conf.sample +man/man5/cvsd.conf.5.gz +man/man8/cvsd-buginfo.8.gz +man/man8/cvsd-buildroot.8.gz +man/man8/cvsd-passwd.8.gz +man/man8/cvsd.8.gz +sbin/cvsd +sbin/cvsd-buginfo +sbin/cvsd-buildroot +sbin/cvsd-passwd +@dirrmtry etc/cvsd From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 14:14:27 2013 Return-Path: Delivered-To: svn-ports-head@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 62EE6397; Fri, 29 Nov 2013 14:14:27 +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 4F8B91915; Fri, 29 Nov 2013 14:14:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATEERQE066607; Fri, 29 Nov 2013 14:14:27 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATEERJf066606; Fri, 29 Nov 2013 14:14:27 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311291414.rATEERJf066606@svn.freebsd.org> From: William Grzybowski Date: Fri, 29 Nov 2013 14:14:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335179 - head/devel/cvsd 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.16 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: Fri, 29 Nov 2013 14:14:27 -0000 Author: wg Date: Fri Nov 29 14:14:26 2013 New Revision: 335179 URL: http://svnweb.freebsd.org/changeset/ports/335179 Log: devel/cvsd: fix include Reported by: olli hauer Modified: head/devel/cvsd/Makefile Modified: head/devel/cvsd/Makefile ============================================================================== --- head/devel/cvsd/Makefile Fri Nov 29 13:49:57 2013 (r335178) +++ head/devel/cvsd/Makefile Fri Nov 29 14:14:26 2013 (r335179) @@ -46,4 +46,4 @@ do-install: ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .endif -.include +.include From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 14:19:09 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 ESMTPS id 79EF351C; Fri, 29 Nov 2013 14:19:09 +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 65D43193C; Fri, 29 Nov 2013 14:19:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATEJ9JW067283; Fri, 29 Nov 2013 14:19:09 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATEJ8r1067276; Fri, 29 Nov 2013 14:19:08 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201311291419.rATEJ8r1067276@svn.freebsd.org> From: Alexey Dokuchaev Date: Fri, 29 Nov 2013 14:19:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335180 - in head/net/grive: . 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.16 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: Fri, 29 Nov 2013 14:19:09 -0000 Author: danfe Date: Fri Nov 29 14:19:08 2013 New Revision: 335180 URL: http://svnweb.freebsd.org/changeset/ports/335180 Log: - Update to version 0.3.0 (sadly, not tagged at GitHub) - Do not manually strip installed binary, use install/strip target - Remove no longer required build dependency on `devel/binutils' - Use more accurate __FreeBSD_version in one of the patches Prodded by: Christopher Haglund Approved by: maintainer (per earlier email) Added: head/net/grive/files/patch-libgrive_src_drive_State.cc (contents, props changed) Modified: head/net/grive/Makefile head/net/grive/distinfo head/net/grive/files/patch-st_ctimespec Modified: head/net/grive/Makefile ============================================================================== --- head/net/grive/Makefile Fri Nov 29 14:14:26 2013 (r335179) +++ head/net/grive/Makefile Fri Nov 29 14:19:08 2013 (r335180) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= grive -PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTVERSION= 0.3.0 CATEGORIES= net MAINTAINER= ktsin@acm.org @@ -11,29 +10,31 @@ COMMENT= Open source client for Google D LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/binutils LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ libcurl.so:${PORTSDIR}/ftp/curl \ libexpat.so:${PORTSDIR}/textproc/expat2 \ libgcrypt.so:${PORTSDIR}/security/libgcrypt \ - libjson.so:${PORTSDIR}/devel/json-c + libjson.so:${PORTSDIR}/devel/json-c \ + libyajl.so:${PORTSDIR}/devel/yajl USE_GITHUB= yes GH_ACCOUNT= Grive GH_PROJECT= ${PORTNAME} -GH_COMMIT= 93d696a -GH_TAGNAME= v${PORTVERSION} +GH_COMMIT= 27817e8 +GH_TAGNAME= ${GH_COMMIT} USES= cmake CXXFLAGS+= -I${LOCALBASE}/include +INSTALL_TARGET= install/strip PLIST_FILES= bin/grive man/man1/grive.1.gz -# Allow to build with GCC 4.2 post-patch: + @${REINPLACE_CMD} -e '/FIND_LIBRARY/s,json,&-c,' \ + ${WRKSRC}/cmake/Modules/FindJSONC.cmake +# Do not build Qt4-based frontend: it's buggy and quite useless anyway + @${REINPLACE_CMD} -e '/ bgrive/d' ${WRKSRC}/CMakeLists.txt +# Allow to build with GCC 4.2 @${REINPLACE_CMD} -e 's,log::,gr::&,g' ${WRKSRC}/grive/src/main.cc -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/grive - .include Modified: head/net/grive/distinfo ============================================================================== --- head/net/grive/distinfo Fri Nov 29 14:14:26 2013 (r335179) +++ head/net/grive/distinfo Fri Nov 29 14:19:08 2013 (r335180) @@ -1,2 +1,2 @@ -SHA256 (grive-0.2.0.tar.gz) = f9b32eb9da9f2d47b6642248e1e25606e9ab2cd5b3e94730b23399250ec7f2ec -SIZE (grive-0.2.0.tar.gz) = 144474 +SHA256 (grive-0.3.0.tar.gz) = a4e01d76f0e4c3e84fccae0580631117fad7989363c3308a7542b554230f5d76 +SIZE (grive-0.3.0.tar.gz) = 162465 Added: head/net/grive/files/patch-libgrive_src_drive_State.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/grive/files/patch-libgrive_src_drive_State.cc Fri Nov 29 14:19:08 2013 (r335180) @@ -0,0 +1,18 @@ +--- libgrive/src/drive/State.cc.orig 2013-05-03 00:40:04.000000000 +0800 ++++ libgrive/src/drive/State.cc 2013-11-27 15:17:50.000000000 +0800 +@@ -248,12 +248,12 @@ void State::Read( const fs::path& filena + void State::Write( const fs::path& filename ) const + { + Json last_sync ; +- last_sync.Add( "sec", Json(m_last_sync.Sec() ) ); +- last_sync.Add( "nsec", Json(m_last_sync.NanoSec() ) ); ++ last_sync.Add( "sec", Json((boost::uint64_t)m_last_sync.Sec() ) ); ++ last_sync.Add( "nsec", Json((boost::uint64_t)m_last_sync.NanoSec() ) ); + + Json result ; + result.Add( "last_sync", last_sync ) ; +- result.Add( "change_stamp", Json(m_cstamp) ) ; ++ result.Add( "change_stamp", Json((boost::uint64_t)m_cstamp) ) ; + + std::ofstream fs( filename.string().c_str() ) ; + fs << result ; Modified: head/net/grive/files/patch-st_ctimespec ============================================================================== --- head/net/grive/files/patch-st_ctimespec Fri Nov 29 14:14:26 2013 (r335179) +++ head/net/grive/files/patch-st_ctimespec Fri Nov 29 14:19:08 2013 (r335180) @@ -7,7 +7,7 @@ index 0d51136..469e373 100644 } -#if defined __APPLE__ && defined __DARWIN_64_BIT_INO_T -+#if defined(__FreeBSD__) && __FreeBSD_version < 900000 ++#if defined(__FreeBSD__) && __FreeBSD_version < 900010 return DateTime( s.st_ctimespec.tv_sec, s.st_ctimespec.tv_nsec ) ; #else return DateTime( s.st_ctim.tv_sec, s.st_ctim.tv_nsec); From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 14:30:27 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 ESMTPS id 4C2748A2; Fri, 29 Nov 2013 14:30:27 +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 1E17919BD; Fri, 29 Nov 2013 14:30:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATEUQOw072523; Fri, 29 Nov 2013 14:30:26 GMT (envelope-from danger@svn.freebsd.org) Received: (from danger@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATEUPMu072513; Fri, 29 Nov 2013 14:30:25 GMT (envelope-from danger@svn.freebsd.org) Message-Id: <201311291430.rATEUPMu072513@svn.freebsd.org> From: Daniel Gerzo Date: Fri, 29 Nov 2013 14:30:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335181 - in head/textproc/sphinxsearch-devel: . 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.16 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: Fri, 29 Nov 2013 14:30:27 -0000 Author: danger (doc committer) Date: Fri Nov 29 14:30:25 2013 New Revision: 335181 URL: http://svnweb.freebsd.org/changeset/ports/335181 Log: - update to 2.2.1 - sync with textproc/sphinxsearch - use OPTIONS Helpers Approved by: mat Deleted: head/textproc/sphinxsearch-devel/files/patch-src-sphinxstd.h head/textproc/sphinxsearch-devel/files/patch-src_sphinxexpr.cpp Modified: head/textproc/sphinxsearch-devel/Makefile head/textproc/sphinxsearch-devel/distinfo head/textproc/sphinxsearch-devel/files/pkg-deinstall.in head/textproc/sphinxsearch-devel/files/sphinxsearch.in head/textproc/sphinxsearch-devel/pkg-descr head/textproc/sphinxsearch-devel/pkg-plist Modified: head/textproc/sphinxsearch-devel/Makefile ============================================================================== --- head/textproc/sphinxsearch-devel/Makefile Fri Nov 29 14:19:08 2013 (r335180) +++ head/textproc/sphinxsearch-devel/Makefile Fri Nov 29 14:30:25 2013 (r335181) @@ -1,16 +1,19 @@ # Created by: Daniel Gerzo # $FreeBSD$ +# Note: the Sphinx Storage Engine MySQL plugin is not supported by +# this port. You need a patched version of mysql server for that. +# See http://www.infracaninophile.co.uk/articles/sphinxse.html + PORTNAME= sphinxsearch -PORTVERSION= 2.0.1b -PORTREVISION= 2 +PORTVERSION= 2.2.1 PORTEPOCH= 1 CATEGORIES= textproc databases -MASTER_SITES= http://sphinxsearch.com/files/ +MASTER_SITES= http://sphinxsearch.com/files/ \ + http://snowball.tartarus.org/dist/:libstemmer PKGNAMESUFFIX?= -devel -DISTNAME= sphinx-2.0.1-beta - -PATCH_DIST_STRIP=-p1 +DISTNAME= sphinx-${PORTVERSION}-beta +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= danger@FreeBSD.org COMMENT= Sphinx Full-Text Search Engine @@ -19,66 +22,73 @@ LICENSE= GPLv2 LATEST_LINK= sphinxsearch-devel -CONFLICTS= sphinxsearch-[0-9]* \ - dpsearch-[0-9]* \ - rdb-[0-9]* \ - swish++-[0-9]* \ - xaira-[0-9]* - # If expat is present on the system and configure finds it, it will # unconditionally link the output binary against it. There's no way -# of turning this off. So for consistency, make sure it's always on. -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 +# of turning this off. So for consistency, make sure it's always on. +LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 -OPTIONS_DEFINE= MYSQL PGSQL ICONV OPTIMIZED_CFLAGS ID64 UNIXODBC \ - DOCS EXAMPLES -ID64_DESC= 64-bit document and word IDs -OPTIONS_DEFAULT= MYSQL ICONV +OPTIONS_DEFINE= ICONV ID64 LIBSTEMMER MYSQL OPTIMIZED_CFLAGS PGSQL \ + SYSLOG UNIXODBC +OPTIONS_DEFAULT=ICONV MYSQL SYSLOG + +ICONV_CONFIGURE_WITH= iconv +ICONV_USES= iconv +ICONV_LDFLAGS= ${ICONV_LIB} -NO_STAGE= yes -.include +# Changes document and word IDs to a 64bit type, useful if you have +# more than about 4.2E9 such items to deal with. Means corresponding +# changes in DB schema. Disabled by default. +ID64_DESC= Use 64-bit document and word IDs +ID64_CONFIGURE_ENABLE= id64 + +# Note: The snowball project doesn't release numbered versions of it's +# pre-processors. Instead, at arbitrary but fairly long intervals a +# snapshot of their source repository is turned into a tarball (always +# the same filename) and placed on their web site. It's like they +# want to make it as hard as possible for anyone to package and use +# their software. +# +# Adds support for two additional word stemmming pre-processors from +# the Snowball project (http://snowball.tartarus.org/) -- these +# essentially do exactly the same thing as the built in English, +# Russian and Czech stemmers but also support French, Spanish, +# Portuguese, Italian, Romanian, German, Dutch, Swedish, Norwegian, +# Danish, Finnish, Hungarian. Disabled by default. +LIBSTEMMER_DESC= Compile with libstemmer support +LIBSTEMMER_CONFIGURE_WITH=libstemmer +LIBSTEMMER_DISTNAME= libstemmer_c +LIBSTEMMER_DISTFILES= ${LIBSTEMMER_DISTNAME}.tgz:libstemmer + +.if make(makesum) || defined(FETCH_ALL) +OPTIONS_SET_FORCE= LIBSTEMMER +.endif # The port will successfully compile with both PGSQL and MYSQL support # simultaneously. Not sure how useful that is in practice though. -.if ${PORT_OPTIONS:MMYSQL} -CONFIGURE_ARGS+= --with-mysql -USE_MYSQL= yes -.else -CONFIGURE_ARGS+= --without-mysql -.endif +MYSQL_CONFIGURE_WITH= mysql +MYSQL_CONFIGURE_ON= --with-mysql-includes=${LOCALBASE}/include/mysql \ + --with-mysql-libs=${LOCALBASE}/lib/mysql +MYSQL_USE= mysql -.if ${PORT_OPTIONS:MPGSQL} -CONFIGURE_ARGS+= --with-pgsql -USE_PGSQL= yes -.else -CONFIGURE_ARGS+= --without-pgsql -.endif +OPTIMIZED_CFLAGS_CXXFLAGS=-O3 -fomit-frame-pointer -.if ${PORT_OPTIONS:MICONV} -CONFIGURE_ARGS+= --with-iconv -USES+= iconv -.else -CONFIGURE_ARGS+= --without-iconv -.endif +PGSQL_CONFIGURE_WITH= pgsql +PGSQL_CONFIGURE_ON= --with-pgsql-includes=${LOCALBASE}/include \ + --with-pgsql-libs=${LOCALBASE}/lib +PGSQL_USE= pgsql -.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} -CXXFLAGS+= -O3 -fomit-frame-pointer -.endif +SYSLOG_DESC= Enable logging via syslog +SYSLOG_CONFIGURE_WITH= syslog -# Changes document and word IDs to a 64bit type, useful if you have -# more than about 4.2E9 such items to deal with. Means corresponding -# changes in DB schema. Disabled by default. -.if ${PORT_OPTIONS:MID64} -CONFIGURE_ARGS+= --enable-id64 -.endif +UNIXODBC_CONFIGURE_WITH=unixodbc +UNIXODBC_LIB_DEPENDS= odbc:${PORTSDIR}/databases/unixODBC -.if ${PORT_OPTIONS:MUNIXODBC} -CONFIGURE_ARGS+= --with-unixodbc -LIB_DEPENDS+= odbc.2:${PORTSDIR}/databases/unixODBC -.else -CONFIGURE_ARGS+= --without-unixodbc -.endif + +CONFLICTS= sphinxsearch-[0-9]* dpsearch-[0-9]* rdb-[0-9]* \ + swish++-[0-9]* xaira-[0-9]* + +.include USERS?= _sphinx GROUPS?= _sphinx @@ -110,14 +120,17 @@ PORTEXAMPLES= * .if ${PORT_OPTIONS:MDOCS} DOCS= doc/sphinx.css doc/sphinx.html doc/sphinx.txt doc/sphinx.xml +DOCSRC= ${WRKSRC}/doc +MAN1SRC= indexer.1 indextool.1 search.1 spelldump.1 +MAN8SRC= searchd.8 .endif -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64 +post-extract: +.if ${PORT_OPTIONS:MLIBSTEMMER} + @( cd ${WRKDIR} && ${COPYTREE_SHARE} ${LIBSTEMMER_DISTNAME} ${WRKSRC} ) .endif # Fix up the sample configuration file to correspond to FreeBSD norms - post-patch: @${REINPLACE_CMD} \ -e "s!@CONFDIR@/log/searchd.pid!${SPHINX_RUN}/searchd.pid!" \ @@ -125,34 +138,36 @@ post-patch: -e "s!@CONFDIR@/log/searchd.log!${SPHINX_LOG}/searchd.log!" \ -e "s!@CONFDIR@!${SPHINX_DIR}!" \ ${WRKSRC}/sphinx.conf.in +.if ${PORT_OPTIONS:MDOCS} + ${SED} -e 's/"1"/"8"/' ${DOCSRC}/searchd.1 > ${DOCSRC}/searchd.8 +.for man in ${MAN1} + ${SED} -i~ -e 's/\\fBsearchd\\fR(1)/\\fBsearchd\\fR(8)/' \ + ${DOCSRC}/${man} +.endfor +.endif -do-install: install-bin install-docs install-examples +do-install: install-bin install-docs install-man install-examples install-bin: - ${INSTALL_PROGRAM} ${WRKSRC}/src/indexer ${PREFIX}/bin/indexer - ${INSTALL_PROGRAM} ${WRKSRC}/src/search ${PREFIX}/bin/search - ${INSTALL_PROGRAM} ${WRKSRC}/src/searchd ${PREFIX}/sbin/searchd - ${INSTALL_DATA} ${WRKSRC}/sphinx.conf.dist ${CFGFILE}.sample + ${INSTALL_PROGRAM} ${WRKSRC}/src/indexer ${STAGEDIR}${PREFIX}/bin/indexer + ${INSTALL_PROGRAM} ${WRKSRC}/src/indextool ${STAGEDIR}${PREFIX}/bin/indextool + ${INSTALL_PROGRAM} ${WRKSRC}/src/search ${STAGEDIR}${PREFIX}/bin/search + ${INSTALL_PROGRAM} ${WRKSRC}/src/spelldump ${STAGEDIR}${PREFIX}/bin/spelldump + ${INSTALL_PROGRAM} ${WRKSRC}/src/searchd ${STAGEDIR}${PREFIX}/sbin/searchd + ${INSTALL_DATA} ${WRKSRC}/sphinx.conf.dist ${STAGEDIR}${CFGFILE}.sample install-docs: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} -.for doc in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -.endfor -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}/${DOCSDIR}) + +install-man: + (cd ${WRKSRC} && ${INSTALL_MAN} ${MAN1SRC} ${STAGEDIR}${MANPREFIX}/man/man1) + (cd ${WRKSRC} && ${INSTALL_MAN} ${MAN8SRC} ${STAGEDIR}${MANPREFIX}/man/man8) install-examples: .if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR} -.for example in ${EXAMPLES} - @cd ${WRKSRC} && ${COPYTREE_SHARE} ${example} ${EXAMPLESDIR} -.endfor + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC} && ${COPYTREE_SHARE} ${EXAMPLES} ${STAGEDIR}${EXAMPLESDIR}) .endif -post-install-cfg: - @if [ ! -f ${CFGFILE} ]; then \ - ${CP} -p ${CFGFILE}.sample ${CFGFILE} ; \ - fi - .include Modified: head/textproc/sphinxsearch-devel/distinfo ============================================================================== --- head/textproc/sphinxsearch-devel/distinfo Fri Nov 29 14:19:08 2013 (r335180) +++ head/textproc/sphinxsearch-devel/distinfo Fri Nov 29 14:30:25 2013 (r335181) @@ -1,2 +1,4 @@ -SHA256 (sphinx-2.0.1-beta.tar.gz) = fe27152ee24224bcf2ab7293dabe826d8db69c35eca16edf1ca510e0a1f4bf81 -SIZE (sphinx-2.0.1-beta.tar.gz) = 1761313 +SHA256 (sphinx-2.2.1-beta.tar.gz) = 877b9e072b21c6d23f6808e004a7637cef7b186686a6cb0de97d99a9ed038898 +SIZE (sphinx-2.2.1-beta.tar.gz) = 2717191 +SHA256 (libstemmer_c.tgz) = 5adcf6432fd3d5ba51c8674d833d851b5aa6e532d52ff95e57102033edcd285f +SIZE (libstemmer_c.tgz) = 129496 Modified: head/textproc/sphinxsearch-devel/files/pkg-deinstall.in ============================================================================== --- head/textproc/sphinxsearch-devel/files/pkg-deinstall.in Fri Nov 29 14:19:08 2013 (r335180) +++ head/textproc/sphinxsearch-devel/files/pkg-deinstall.in Fri Nov 29 14:30:25 2013 (r335181) @@ -6,15 +6,15 @@ sphinx_usr=%%SPHINX_USR%% sphinx_grp=%%SPHINX_GRP%% sphinx_dir=%%SPHINX_DIR%% -sphinx_name=%%PORTNAME%% +portname=%%PORTNAME%% case $2 in POST-DEINSTALL) cat < 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 EB664A6C; Fri, 29 Nov 2013 14:39:22 +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 BD8671A31; Fri, 29 Nov 2013 14:39:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATEdMxu074020; Fri, 29 Nov 2013 14:39:22 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATEdM95074019; Fri, 29 Nov 2013 14:39:22 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201311291439.rATEdM95074019@svn.freebsd.org> From: Mathieu Arnold Date: Fri, 29 Nov 2013 14:39:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335182 - head/sysutils/megarc 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.16 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: Fri, 29 Nov 2013 14:39:23 -0000 Author: mat Date: Fri Nov 29 14:39:22 2013 New Revision: 335182 URL: http://svnweb.freebsd.org/changeset/ports/335182 Log: Convert to staging. Modified: head/sysutils/megarc/Makefile Modified: head/sysutils/megarc/Makefile ============================================================================== --- head/sysutils/megarc/Makefile Fri Nov 29 14:30:25 2013 (r335181) +++ head/sysutils/megarc/Makefile Fri Nov 29 14:39:22 2013 (r335182) @@ -10,11 +10,14 @@ DISTNAME= dr_freebsd_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= LSI Logic's MegaRAID controlling software +OPTIONS_DEFINE= DOCS + USES= dos2unix USE_ZIP= yes DOS2UNIX_GLOB= *.txt NO_BUILD= yes NO_WRKSUBDIR= yes +STRIP= ONLY_FOR_ARCHS= i386 amd64 RESTRICTED= Must be downloaded directly from the manufacturer @@ -22,21 +25,18 @@ RESTRICTED= Must be downloaded directly PLIST_FILES= sbin/megarc PORTDOCS= * -NO_STAGE= yes -.include - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= has a distribution file that is not freely available. The binary is shipped on the Megaraid Universal Software Suite CD which accompanies any boxed LSI Logic RAID storage adaptor. Copy ${DISTNAME}${EXTRACT_SUFX} to ${DISTDIR} and try again. For further instructions, see http://www.freebsdwiki.net/index.php/Megarc -.endif - post-extract: @cd ${WRKSRC} && ${UNZIP_CMD} ${EXTRACT_BEFORE_ARGS} 'MegaRC 1.04.zip' do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/megarc ${PREFIX}/sbin -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/Release\ History.txt ${DOCSDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/megarc ${STAGEDIR}${PREFIX}/sbin + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Release\ History.txt ${STAGEDIR}${DOCSDIR} + +.include + +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +IGNORE= has a distribution file that is not freely available. The binary is shipped on the Megaraid Universal Software Suite CD which accompanies any boxed LSI Logic RAID storage adaptor. Copy ${DISTNAME}${EXTRACT_SUFX} to ${DISTDIR} and try again. For further instructions, see http://www.freebsdwiki.net/index.php/Megarc .endif .include From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 14:49:22 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 ESMTPS id 59878C38; Fri, 29 Nov 2013 14:49:22 +0000 (UTC) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B7C801A99; Fri, 29 Nov 2013 14:49:20 +0000 (UTC) Received: from mercury.ph.man.ac.uk [130.88.75.175:374] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id rATEnGVR049042 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Fri, 29 Nov 2013 18:49:18 +0400 (MSK) From: Max Brazhnikov To: Alexey Dokuchaev Subject: Re: svn commit: r335180 - in head/net/grive: . files Date: Fri, 29 Nov 2013 14:49:17 +0000 Message-ID: <3333078.5je2Nl6s79@mercury.ph.man.ac.uk> User-Agent: KMail/4.10.5 (FreeBSD/9.2-STABLE; KDE/4.10.5; amd64; ; ) In-Reply-To: <201311291419.rATEJ8r1067276@svn.freebsd.org> References: <201311291419.rATEJ8r1067276@svn.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Fri, 29 Nov 2013 14:49:22 -0000 On Fri, 29 Nov 2013 14:19:08 +0000Fri Nov 29 14:19:08 2013 Alexey Dokuchaev wrote: > Author: danfe > Date: Fri Nov 29 14:19:08 2013 > New Revision: 335180 > URL: http://svnweb.freebsd.org/changeset/ports/335180 > > Log: > - Update to version 0.3.0 (sadly, not tagged at GitHub) > - Do not manually strip installed binary, use install/strip target > - Remove no longer required build dependency on `devel/binutils' > - Use more accurate __FreeBSD_version in one of the patches > > Prodded by: Christopher Haglund > Approved by: maintainer (per earlier email) > > Added: > head/net/grive/files/patch-libgrive_src_drive_State.cc (contents, props changed) > Modified: > head/net/grive/Makefile > head/net/grive/distinfo > head/net/grive/files/patch-st_ctimespec > > Modified: head/net/grive/Makefile > ============================================================================== > --- head/net/grive/Makefile Fri Nov 29 14:14:26 2013 (r335179) > +++ head/net/grive/Makefile Fri Nov 29 14:19:08 2013 (r335180) > @@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= grive > -PORTVERSION= 0.2.0 > -PORTREVISION= 1 > +PORTVERSION= 0.3.0 > CATEGORIES= net > > MAINTAINER= ktsin@acm.org > @@ -11,29 +10,31 @@ COMMENT= Open source client for Google D > > LICENSE= GPLv2 > > -BUILD_DEPENDS= ${LOCALBASE}/lib/libiberty.a:${PORTSDIR}/devel/binutils > LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ > libcurl.so:${PORTSDIR}/ftp/curl \ > libexpat.so:${PORTSDIR}/textproc/expat2 \ > libgcrypt.so:${PORTSDIR}/security/libgcrypt \ > - libjson.so:${PORTSDIR}/devel/json-c > + libjson.so:${PORTSDIR}/devel/json-c \ > + libyajl.so:${PORTSDIR}/devel/yajl > > USE_GITHUB= yes > GH_ACCOUNT= Grive > GH_PROJECT= ${PORTNAME} > -GH_COMMIT= 93d696a > -GH_TAGNAME= v${PORTVERSION} > +GH_COMMIT= 27817e8 > +GH_TAGNAME= ${GH_COMMIT} > > USES= cmake > CXXFLAGS+= -I${LOCALBASE}/include > +INSTALL_TARGET= install/strip cmake.mk already takes care of INSTALL_TARGET, why do you need it here? Max From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 14:53:26 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 ESMTPS id 80C6AE23; Fri, 29 Nov 2013 14:53:26 +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 632F61AF1; Fri, 29 Nov 2013 14:53:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATErQXU079930; Fri, 29 Nov 2013 14:53:26 GMT (envelope-from danger@svn.freebsd.org) Received: (from danger@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATErQQ8079929; Fri, 29 Nov 2013 14:53:26 GMT (envelope-from danger@svn.freebsd.org) Message-Id: <201311291453.rATErQQ8079929@svn.freebsd.org> From: Daniel Gerzo Date: Fri, 29 Nov 2013 14:53:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335183 - head/textproc/sphinxsearch-devel 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.16 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: Fri, 29 Nov 2013 14:53:26 -0000 Author: danger (doc committer) Date: Fri Nov 29 14:53:25 2013 New Revision: 335183 URL: http://svnweb.freebsd.org/changeset/ports/335183 Log: - fix paths to pass make package Approved by: mat Modified: head/textproc/sphinxsearch-devel/Makefile Modified: head/textproc/sphinxsearch-devel/Makefile ============================================================================== --- head/textproc/sphinxsearch-devel/Makefile Fri Nov 29 14:39:22 2013 (r335182) +++ head/textproc/sphinxsearch-devel/Makefile Fri Nov 29 14:53:25 2013 (r335183) @@ -161,8 +161,8 @@ install-docs: (cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}/${DOCSDIR}) install-man: - (cd ${WRKSRC} && ${INSTALL_MAN} ${MAN1SRC} ${STAGEDIR}${MANPREFIX}/man/man1) - (cd ${WRKSRC} && ${INSTALL_MAN} ${MAN8SRC} ${STAGEDIR}${MANPREFIX}/man/man8) + (cd ${WRKSRC}/doc && ${INSTALL_MAN} ${MAN1SRC} ${STAGEDIR}${MANPREFIX}/man/man1) + (cd ${WRKSRC}/doc && ${INSTALL_MAN} ${MAN8SRC} ${STAGEDIR}${MANPREFIX}/man/man8) install-examples: .if ${PORT_OPTIONS:MEXAMPLES} From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 14:55:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 5C99DF21; Fri, 29 Nov 2013 14:55:11 +0000 (UTC) Date: Fri, 29 Nov 2013 14:55:11 +0000 From: Alexey Dokuchaev To: Max Brazhnikov Subject: Re: svn commit: r335180 - in head/net/grive: . files Message-ID: <20131129145511.GB76283@FreeBSD.org> References: <201311291419.rATEJ8r1067276@svn.freebsd.org> <3333078.5je2Nl6s79@mercury.ph.man.ac.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3333078.5je2Nl6s79@mercury.ph.man.ac.uk> User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Fri, 29 Nov 2013 14:55:11 -0000 On Fri, Nov 29, 2013 at 02:49:17PM +0000, Max Brazhnikov wrote: > On Fri, 29 Nov 2013 14:19:08 +0000Fri Nov 29 14:19:08 2013 Alexey Dokuchaev wrote: > > +INSTALL_TARGET= install/strip > > cmake.mk already takes care of INSTALL_TARGET, why do you need it here? Oh, sorry, perhaps I overlooked it. If this is the case, please feel free to fix it, thanks! ./danfe From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 14:57:43 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 ESMTPS id 067CEB6; Fri, 29 Nov 2013 14:57:43 +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 E702D1B1B; Fri, 29 Nov 2013 14:57:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATEvguK080538; Fri, 29 Nov 2013 14:57:42 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATEvgHa080537; Fri, 29 Nov 2013 14:57:42 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201311291457.rATEvgHa080537@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 29 Nov 2013 14:57:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335184 - head/Mk/Uses 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.16 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: Fri, 29 Nov 2013 14:57:43 -0000 Author: bapt Date: Fri Nov 29 14:57:42 2013 New Revision: 335184 URL: http://svnweb.freebsd.org/changeset/ports/335184 Log: Allow a user non belonging to whell to create a package Modified: head/Mk/Uses/uidfix.mk Modified: head/Mk/Uses/uidfix.mk ============================================================================== --- head/Mk/Uses/uidfix.mk Fri Nov 29 14:53:25 2013 (r335183) +++ head/Mk/Uses/uidfix.mk Fri Nov 29 14:57:42 2013 (r335184) @@ -11,9 +11,16 @@ .if !defined(_INCLUDE_USES_UIDFIX_MK) _INCLUDE_USES_UIDFIX_MK= yes .if ${UID} != 0 +.if !defined(GID) +GID!= id -g +.endif MAKE_ENV+= BINOWN=${UID} SHAREOWN=${UID} CONFOWN=${UID} +MAKE_ENV+= BINGRP=${GID} SHAREGRP=${GID} CONFGRP=${GID} BINOWN= ${UID} SHAREOWN= ${UID} WWWOWN= ${UID} +BINGRP= ${GID} +SHAREGRP= ${GID} +WWWGRP= ${GID} .endif .endif From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 15:13:31 2013 Return-Path: Delivered-To: svn-ports-head@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 2E7B35BB; Fri, 29 Nov 2013 15:13:31 +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 01DA31C31; Fri, 29 Nov 2013 15:13:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATFDUV9087355; Fri, 29 Nov 2013 15:13:30 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATFDUDY087354; Fri, 29 Nov 2013 15:13:30 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311291513.rATFDUDY087354@svn.freebsd.org> From: Max Brazhnikov Date: Fri, 29 Nov 2013 15:13:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335185 - head/net/grive 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.16 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: Fri, 29 Nov 2013 15:13:31 -0000 Author: makc Date: Fri Nov 29 15:13:30 2013 New Revision: 335185 URL: http://svnweb.freebsd.org/changeset/ports/335185 Log: - Remove superfluous INSTALL_TARGET Modified: head/net/grive/Makefile Modified: head/net/grive/Makefile ============================================================================== --- head/net/grive/Makefile Fri Nov 29 14:57:42 2013 (r335184) +++ head/net/grive/Makefile Fri Nov 29 15:13:30 2013 (r335185) @@ -25,7 +25,6 @@ GH_TAGNAME= ${GH_COMMIT} USES= cmake CXXFLAGS+= -I${LOCALBASE}/include -INSTALL_TARGET= install/strip PLIST_FILES= bin/grive man/man1/grive.1.gz From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 15:14:09 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 ESMTPS id D49BF69D; Fri, 29 Nov 2013 15:14:09 +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 B4E001C39; Fri, 29 Nov 2013 15:14:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATFE9o3087577; Fri, 29 Nov 2013 15:14:09 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATFE8nP087571; Fri, 29 Nov 2013 15:14:08 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311291514.rATFE8nP087571@svn.freebsd.org> From: Kubilay Kocak Date: Fri, 29 Nov 2013 15:14:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335186 - in head/devel: . yasm-devel 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.16 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: Fri, 29 Nov 2013 15:14:09 -0000 Author: koobs Date: Fri Nov 29 15:14:08 2013 New Revision: 335186 URL: http://svnweb.freebsd.org/changeset/ports/335186 Log: devel/yasm-devel: Copy devel/yasm and update to 1.2.0.29 [NEW PORT] - Update to 1.2.0.29 (g87c0) - Enable STAGE support - Update pkg-plist - Adjust MASTER_SITES and MASTER_SITE_SUBDIR to suit snapshots - Add -devel PKGNAMESUFFIX - Remove indefinite article from and update COMMENT for uniqueness - Update MAINTAINER - Add NLS and DEBUG options - Remove custom INSTALL_TARGET - Remove MAN* macros - Add regression-test: target - Update pkg-descr Added: head/devel/yasm-devel/ - copied from r334812, head/devel/yasm/ Modified: head/devel/Makefile head/devel/yasm-devel/Makefile head/devel/yasm-devel/distinfo (contents, props changed) head/devel/yasm-devel/pkg-descr (contents, props changed) head/devel/yasm-devel/pkg-plist (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Nov 29 15:13:30 2013 (r335185) +++ head/devel/Makefile Fri Nov 29 15:14:08 2013 (r335186) @@ -4527,6 +4527,7 @@ SUBDIR += yajl-tcl SUBDIR += yaml-cpp SUBDIR += yasm + SUBDIR += yasm-devel SUBDIR += z80-asm SUBDIR += z80asm SUBDIR += z80ex Modified: head/devel/yasm-devel/Makefile ============================================================================== --- head/devel/yasm/Makefile Mon Nov 25 05:53:48 2013 (r334812) +++ head/devel/yasm-devel/Makefile Fri Nov 29 15:14:08 2013 (r335186) @@ -1,37 +1,44 @@ # Created by: ijliao # $FreeBSD$ -PORTNAME= yasm -PORTVERSION= 1.2.0 -CATEGORIES= devel lang -MASTER_SITES= http://www.tortall.net/projects/yasm/releases/ +PORTNAME= yasm +PORTVERSION= 1.2.0.29 +DISTVERSIONSUFFIX= .g87c0 +CATEGORIES= devel lang +MASTER_SITES= http://www.tortall.net/projects/yasm/snapshots/%SUBDIR%/ +MASTER_SITE_SUBDIR= v${DISTVERSION}${DISTVERSIONSUFFIX} +PKGNAMESUFFIX= -devel -MAINTAINER= johnson.peter@gmail.com -COMMENT= A complete rewrite of the NASM assembler +MAINTAINER= koobs@FreeBSD.org +COMMENT= Complete rewrite of the NASM assembler (Development Snapshot) LICENSE= BSD +OPTIONS_DEFINE= DEBUG NLS -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--disable-python --disable-python-bindings -CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-python --disable-python-bindings + +NLS_USES= gettext iconv +NLS_CONFIGURE_ENABLE= nls +NLS_CONFIGURE_ON= --with-libiconv-prefix=${LOCALBASE} \ + --with-libintl-prefix=${LOCALBASE} +NLS_CONFIGURE_OFF= --without-libiconv-prefix \ + --without-libintl-prefix + +CONFLICTS_INSTALL= yasm-[0-9]* -NO_STAGE= yes .include -.if ${ARCH} == "ia64" -CFLAGS:= ${CFLAGS:C/-O[0-9]//g} +.if ${PORT_OPTIONS:MDEBUG} || defined(WITH_DEBUG) +CONFIGURE_ARGS+= --enable-debug .endif -.if ${PORT_OPTIONS:MNLS} -USES+= gettext iconv -.else -CONFIGURE_ARGS+=--disable-nls --without-libiconv-prefix --without-libintl-prefix +.if ${ARCH} == "ia64" +CFLAGS:= ${CFLAGS:C/-O[0-9]//g} .endif -INSTALL_TARGET= install install-man -MAN1= yasm.1 -MAN7= yasm_arch.7 yasm_dbgfmts.7 yasm_objfmts.7 yasm_parsers.7 +regression-test: build + @cd ${WRKSRC} && ${MAKE} check .include Modified: head/devel/yasm-devel/distinfo ============================================================================== --- head/devel/yasm/distinfo Mon Nov 25 05:53:48 2013 (r334812) +++ head/devel/yasm-devel/distinfo Fri Nov 29 15:14:08 2013 (r335186) @@ -1,2 +1,2 @@ -SHA256 (yasm-1.2.0.tar.gz) = 768ffab457b90a20a6d895c39749adb547c1b7cb5c108e84b151a838a23ccf31 -SIZE (yasm-1.2.0.tar.gz) = 1436502 +SHA256 (yasm-1.2.0.29.g87c0.tar.gz) = 1d73e87cfc58ef89fd2bb63c680bdb32c6b99f07159744722f5e9dd00b9b876f +SIZE (yasm-1.2.0.29.g87c0.tar.gz) = 1428812 Modified: head/devel/yasm-devel/pkg-descr ============================================================================== --- head/devel/yasm/pkg-descr Mon Nov 25 05:53:48 2013 (r334812) +++ head/devel/yasm-devel/pkg-descr Fri Nov 29 15:14:08 2013 (r335186) @@ -1,6 +1,6 @@ -YASM is a complete rewrite of the NASM assembler under the "new" BSD License -(some portions are currently under the GNU Lesser General Public License -(LGPL)). Yasm currently supports the x86 and AMD64 instruction sets, accepts +YASM is a complete rewrite of the NASM assembler under the "new" BSD License. + +Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Mach-O (32 and 64), RDOFF2, Win32, and Win64 object formats, and generates source debugging information in STABS, DWARF 2, and CodeView 8 formats. Modified: head/devel/yasm-devel/pkg-plist ============================================================================== --- head/devel/yasm/pkg-plist Mon Nov 25 05:53:48 2013 (r334812) +++ head/devel/yasm-devel/pkg-plist Fri Nov 29 15:14:08 2013 (r335186) @@ -31,4 +31,9 @@ include/libyasm/symrec.h include/libyasm/valparam.h include/libyasm/value.h lib/libyasm.a +man/man1/yasm.1.gz +man/man7/yasm_arch.7.gz +man/man7/yasm_dbgfmts.7.gz +man/man7/yasm_objfmts.7.gz +man/man7/yasm_parsers.7.gz @dirrm include/libyasm From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 15:14:26 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 ESMTPS id E6D2E77A; Fri, 29 Nov 2013 15:14:26 +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 D2BF11C3D; Fri, 29 Nov 2013 15:14:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATFEQpF087678; Fri, 29 Nov 2013 15:14:26 GMT (envelope-from marcus@svn.freebsd.org) Received: (from marcus@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATFEQ0e087677; Fri, 29 Nov 2013 15:14:26 GMT (envelope-from marcus@svn.freebsd.org) Message-Id: <201311291514.rATFEQ0e087677@svn.freebsd.org> From: Joe Marcus Clarke Date: Fri, 29 Nov 2013 15:14:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335187 - head/net-im/libpurple 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.16 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: Fri, 29 Nov 2013 15:14:27 -0000 Author: marcus Date: Fri Nov 29 15:14:26 2013 New Revision: 335187 URL: http://svnweb.freebsd.org/changeset/ports/335187 Log: Bump PORTREVISION as voice/video support is in the default OPTIONS set. Reminded by: mat Modified: head/net-im/libpurple/Makefile Modified: head/net-im/libpurple/Makefile ============================================================================== --- head/net-im/libpurple/Makefile Fri Nov 29 15:14:08 2013 (r335186) +++ head/net-im/libpurple/Makefile Fri Nov 29 15:14:26 2013 (r335187) @@ -4,7 +4,7 @@ PORTNAME?= libpurple PORTVERSION= 2.10.7 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= net-im MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} DISTNAME= pidgin-${PORTVERSION} From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 15:16:29 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 ESMTPS id 410A1870; Fri, 29 Nov 2013 15:16:29 +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 143EE1C49; Fri, 29 Nov 2013 15:16:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATFGSiG088029; Fri, 29 Nov 2013 15:16:28 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATFGSPd088028; Fri, 29 Nov 2013 15:16:28 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201311291516.rATFGSPd088028@svn.freebsd.org> From: Mathieu Arnold Date: Fri, 29 Nov 2013 15:16:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335188 - head/security/gnupg 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.16 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: Fri, 29 Nov 2013 15:16:29 -0000 Author: mat Date: Fri Nov 29 15:16:28 2013 New Revision: 335188 URL: http://svnweb.freebsd.org/changeset/ports/335188 Log: Convert to new options framekwork. maintainer timeout. PR: ports/183955 Submitted by: mat Modified: head/security/gnupg/Makefile Modified: head/security/gnupg/Makefile ============================================================================== --- head/security/gnupg/Makefile Fri Nov 29 15:14:26 2013 (r335187) +++ head/security/gnupg/Makefile Fri Nov 29 15:16:28 2013 (r335188) @@ -41,23 +41,28 @@ OPTIONS_DEFAULT= CURL NO_OPTIONS_SORT= YES OPTIONS_SUB= YES +DOCS_CONFIGURE_ENABLE= doc +PINENTRY_RUN_DEPENDS= pinentry>0:${PORTSDIR}/security/pinentry +GPGSM_RUN_DEPENDS= dirmngr:${PORTSDIR}/security/dirmngr +GPGSM_CONFIGURE_ENABLE= gpgsm +MKDNS_LIB_DEPENDS= libadns.so:${PORTSDIR}/dns/adns +MKDNS_CONFIGURE_ON= --with-adns=${LOCALBASE} +STD_SOCKET_CONFIGURE_ENABLE= socket +NLS_USES= gettext +NLS_CONFIGURE_ENABLE= nls +SCDAEMON_CONFIGURE_ENABLE= scdaemon +CURL_LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +CURL_CONFIGURE_ON= --with-libcurl=${LOCALBASE} +CURL_CONFIGURE_OFF= --without-libcurl + .include -.if ! ${PORT_OPTIONS:MDOCS} -CONFIGURE_ARGS+= --disable-doc -.else +.if ${PORT_OPTIONS:MDOCS} INFO= gnupg .endif -.if ${PORT_OPTIONS:MPINENTRY} -RUN_DEPENDS+= pinentry>0:${PORTSDIR}/security/pinentry -.endif - .if ${PORT_OPTIONS:MGPGSM} -RUN_DEPENDS+= dirmngr:${PORTSDIR}/security/dirmngr PORT_OPTIONS+= LDAP -.else -CONFIGURE_ARGS+=--disable-gpgsm .endif .if ${PORT_OPTIONS:MLDAP} @@ -67,37 +72,10 @@ CONFIGURE_ARGS+=--with-ldap=${LOCALBASE} CONFIGURE_ARGS+=--disable-ldap .endif -.if ${PORT_OPTIONS:MKDNS} -LIB_DEPENDS+= libadns.so:${PORTSDIR}/dns/adns -CONFIGURE_ARGS+= --with-adns=${LOCALBASE} -.else +.if ! ${PORT_OPTIONS:MKDNS} CONFIGURE_SUB= -e '/GPGKEYS_KDNS=/s/".*"/""/' .endif -.if ${PORT_OPTIONS:MSTD_SOCKET} -CONFIGURE_ARGS+=--enable-standard-socket -.endif - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -CONFIGURE_ARGS+=--enable-nls -.else -CONFIGURE_ARGS+=--disable-nls -.endif - -.if ${PORT_OPTIONS:MSCDAEMON} -CONFIGURE_ARGS+=--enable-scdaemon -.else -CONFIGURE_ARGS+=--disable-scdaemon -.endif - -.if ${PORT_OPTIONS:MCURL} -LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl -CONFIGURE_ARGS+=--with-libcurl=${LOCALBASE} -.else -CONFIGURE_ARGS+=--without-libcurl -.endif - verify: checksum gpg2 --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 15:48:08 2013 Return-Path: Delivered-To: svn-ports-head@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 E5BDF2D9; Fri, 29 Nov 2013 15:48:08 +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 C5C381E04; Fri, 29 Nov 2013 15:48:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATFm8Qg098388; Fri, 29 Nov 2013 15:48:08 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATFm8g7098382; Fri, 29 Nov 2013 15:48:08 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201311291548.rATFm8g7098382@svn.freebsd.org> From: Mathieu Arnold Date: Fri, 29 Nov 2013 15:48:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335189 - in head/print/pdftk: . 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.16 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: Fri, 29 Nov 2013 15:48:09 -0000 Author: mat Date: Fri Nov 29 15:48:07 2013 New Revision: 335189 URL: http://svnweb.freebsd.org/changeset/ports/335189 Log: Updated port to pdftk-2.02 Changes: - Removed LOCAL master site, no distfile there obviously - Moved USE_ZIP after BUILD_DEPENDS due to portlint warning - Added LICENSE due to portlint warning - Added LIB_DEPENDS. Libraries provided by gcc required to run the binary, but gcc is registered only as build dependency. Removing the gcc after installation of pdftk is permitted but breaks pdftk - The port doesn't install any shared libraries, so there's no point in USE_LDCONFIG - Changed PLIST_FILES and removed MAN1 to support staging - Removed ancient comment (mentioned gcc and FreeBSD versions are deprecated long ago) - Prepended STAGEDIR before PREFIX to support staging - Corrected patch-pdftk__Makefile.Base to support new version - REMOVED FILE file/patch-pdftk__Makefile.FreeBSD (is now provided by upstream) - REMOVED FILE file/patch-java__Makefile (patch included by upstream) maintainer timeout. PR: ports/183578 Submitted by: Kozlov Sergey Deleted: head/print/pdftk/files/patch-java__Makefile head/print/pdftk/files/patch-pdftk__Makefile.FreeBSD Modified: head/print/pdftk/Makefile head/print/pdftk/distinfo head/print/pdftk/files/patch-pdftk__Makefile.Base Modified: head/print/pdftk/Makefile ============================================================================== --- head/print/pdftk/Makefile Fri Nov 29 15:16:28 2013 (r335188) +++ head/print/pdftk/Makefile Fri Nov 29 15:48:07 2013 (r335189) @@ -2,29 +2,31 @@ # $FreeBSD$ PORTNAME= pdftk -PORTVERSION= 1.45 -PORTREVISION= 1 +PORTVERSION= 2.02 CATEGORIES= print -MASTER_SITES= http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ \ - LOCAL/glarkin +MASTER_SITES= http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= glarkin@FreeBSD.org COMMENT= Simple tool for doing everyday things with PDF documents -USE_ZIP= yes +LICENSE= GPLv2 + +LIB_DEPENDS= libgcj.so:${PORTSDIR}/lang/gcc${CSUFF} \ + libstdc++.so:${PORTSDIR}/lang/gcc${CSUFF} \ + libgcc_s.so:${PORTSDIR}/lang/gcc${CSUFF} BUILD_DEPENDS= gcj${CSUFF}:${PORTSDIR}/lang/gcc${CSUFF} \ gcjh${CSUFF}:${PORTSDIR}/lang/gcc${CSUFF} \ cpp${CSUFF}:${PORTSDIR}/lang/gcc${CSUFF} +USE_ZIP= yes + # Get GCC version suffix without the dot in USE_GCC CSUFF= ${_USE_GCC:S/.//} USE_GCC= yes -USE_GMAKE= yes -USES= iconv -USE_LDCONFIG= ${PREFIX}/lib/gcc${CSUFF} +USES= iconv gmake # gcj/libgcj don't exist on some platforms ONLY_FOR_ARCHS= i386 amd64 @@ -42,15 +44,6 @@ PLIST_FILES= bin/${PORTNAME} man/man1/${ post-patch: @${REINPLACE_CMD} -e "s|TOOLPATH=|TOOLPATH=${LOCALBASE}/bin/|g" ${WRKSRC}/${MAKEFILE} @${REINPLACE_CMD} -e "s|VERSUFF=|VERSUFF=${CSUFF}|g" ${WRKSRC}/${MAKEFILE} - -#2005-10-29 - mjoyner@vbservices.net/mjoyner@ewc.edu -#as shipped, pdftk compiles fine with 3.4 gcj, as we currently only have 4.1 gcj available, -#fix things so that it will compile. (compile tested on 5.4-STABLE) -# -#The resulting binary from using the 4.1 compiler suite has *NOT* been regression tested! -#Based on info found via Google USENET Search: Adam McDougall, Gerald Pfeifer -# - @${REINPLACE_CMD} -e "s|GCJFLAGS=|GCJFLAGS= -L${LOCALBASE}/lib -Wl,-rpath=${LOCALBASE}/lib/gcc${CSUFF} -w|g" ${WRKSRC}/${MAKEFILE} @${REINPLACE_CMD} -e "s|LDLIBS= -lgcj|LDLIBS= -lgcj ${PTHREAD_CFLAGS} ${PTHREAD_LIBS} ${ICONV_LIB} -lz -L${LOCALBASE}/lib -Wl,-rpath=${LOCALBASE}/lib/gcc${CSUFF} -w|g" \ ${WRKSRC}/${MAKEFILE} Modified: head/print/pdftk/distinfo ============================================================================== --- head/print/pdftk/distinfo Fri Nov 29 15:16:28 2013 (r335188) +++ head/print/pdftk/distinfo Fri Nov 29 15:48:07 2013 (r335189) @@ -1,2 +1,2 @@ -SHA256 (pdftk-1.45-src.zip) = f4e1a50a9ae748dc71883182b797c80c497884fb3071e564361af57354378fcf -SIZE (pdftk-1.45-src.zip) = 1159411 +SHA256 (pdftk-2.02-src.zip) = 118f6a25fd3acaafb58824dce6f97cdc07e56050e666b90e4c4ef426ea37b8c1 +SIZE (pdftk-2.02-src.zip) = 2239008 Modified: head/print/pdftk/files/patch-pdftk__Makefile.Base ============================================================================== --- head/print/pdftk/files/patch-pdftk__Makefile.Base Fri Nov 29 15:16:28 2013 (r335188) +++ head/print/pdftk/files/patch-pdftk__Makefile.Base Fri Nov 29 15:48:07 2013 (r335189) @@ -1,8 +1,8 @@ ---- ./pdftk/Makefile.Base.orig 2010-11-17 14:25:44.000000000 -0500 -+++ ./pdftk/Makefile.Base 2010-11-17 14:27:49.000000000 -0500 -@@ -29,21 +29,21 @@ +--- pdftk/Makefile.Base.orig 2013-10-13 16:59:09.000000000 +0300 ++++ pdftk/Makefile.Base 2013-10-13 17:14:39.000000000 +0300 +@@ -28,24 +28,24 @@ # - CPPFLAGS+= -DPDFTK_VER=\"1.44\" + CPPFLAGS+= -DPDFTK_VER=\"2.02\" -all : javalib pdftk +all : pdftk @@ -18,12 +18,16 @@ +report.o : javalib report.cc report.h pdftk.h $(CXX) $(CPPFLAGS) $(CXXFLAGS) -I$(JAVALIBPATH) report.cc -c --pdftk.o : pdftk.cc pdftk.h attachments.h report.h $(JAVALIB) $(GCJ_LOCAL_LIB_FULL) -+pdftk.o : javalib pdftk.cc pdftk.h attachments.h report.h $(GCJ_LOCAL_LIB_FULL) +-passwords.o : passwords.cc passwords.h pdftk.h $(JAVALIB) ++passwords.o : javalib passwords.cc passwords.h pdftk.h + $(CXX) $(CPPFLAGS) $(CXXFLAGS) -I$(JAVALIBPATH) passwords.cc -c + +-pdftk.o : pdftk.cc pdftk.h attachments.h report.h passwords.h $(JAVALIB) ++pdftk.o : javalib pdftk.cc pdftk.h attachments.h report.h passwords.h $(CXX) $(CPPFLAGS) $(CXXFLAGS) -I$(JAVALIBPATH) pdftk.cc -c --pdftk : pdftk.o attachments.o report.o $(JAVALIB) $(GCJ_LOCAL_LIB_FULL) -+pdftk : javalib pdftk.o attachments.o report.o $(GCJ_LOCAL_LIB_FULL) - $(CXX) $(CXXFLAGS) attachments.o report.o pdftk.o $(JAVALIB) $(GCJ_LOCAL_LIB_FULL) $(LDLIBS) -o pdftk +-pdftk : pdftk.o attachments.o report.o passwords.o $(JAVALIB) $(LIBGCJ_SUPPLEMENT_FULL_O) ++pdftk : javalib pdftk.o attachments.o report.o passwords.o $(LIBGCJ_SUPPLEMENT_FULL_O) + $(CXX) $(CXXFLAGS) attachments.o report.o passwords.o pdftk.o $(JAVALIB) $(LIBGCJ_SUPPLEMENT_FULL_O) $(LDLIBS) -o pdftk install: From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 15:58:29 2013 Return-Path: Delivered-To: svn-ports-head@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 30F8A466; Fri, 29 Nov 2013 15:58:29 +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 1C93C1E6B; Fri, 29 Nov 2013 15:58:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATFwS9d001855; Fri, 29 Nov 2013 15:58:28 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATFwSxt001854; Fri, 29 Nov 2013 15:58:28 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291558.rATFwSxt001854@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 15:58:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335190 - head/misc/help2man 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.16 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: Fri, 29 Nov 2013 15:58:29 -0000 Author: sunpoet Date: Fri Nov 29 15:58:28 2013 New Revision: 335190 URL: http://svnweb.freebsd.org/changeset/ports/335190 Log: - Use CONFIGURE_FAIL_MESSAGE instead of pre-configure: because nobody scrolls up to read the message Modified: head/misc/help2man/Makefile Modified: head/misc/help2man/Makefile ============================================================================== --- head/misc/help2man/Makefile Fri Nov 29 15:48:07 2013 (r335189) +++ head/misc/help2man/Makefile Fri Nov 29 15:58:28 2013 (r335190) @@ -44,16 +44,8 @@ NLS_PLIST_DIRSTRY+= man/${lang}/man1 \ .include # Add temporary note of build failure caused by Perl infrastructure change in 20130612 -pre-configure: .if ${PORT_OPTIONS:MNLS} - @${ECHO_MSG} "" - @${ECHO_MSG} "Please read UPDATING entry 20130612 [1] and PR/184276 [2] to fix your" - @${ECHO_MSG} "Perl installation if you got the following error message." - @${ECHO_MSG} " configure: error: perl module Locale::gettext required" - @${ECHO_MSG} "" - @${ECHO_MSG} "[1] http://svnweb.freebsd.org/ports/head/UPDATING?r1=320405&r2=320679" - @${ECHO_MSG} "[2] http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184276" - @${ECHO_MSG} "" +CONFIGURE_FAIL_MESSAGE= Please read UPDATING entry 20130612 \(http://svnweb.freebsd.org/ports/head/UPDATING\?r1=320405\&r2=32067\) and PR/184276 \(http://www.freebsd.org/cgi/query-pr.cgi\?pr=ports/184276\) to fix your Perl installation if you got the error message \"configure: error: perl module Locale::gettext required\". .endif post-patch: From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 16:06:08 2013 Return-Path: Delivered-To: svn-ports-head@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 C0BCF5EC; Fri, 29 Nov 2013 16:06:08 +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 AB9D41ED1; Fri, 29 Nov 2013 16:06:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATG68sS005286; Fri, 29 Nov 2013 16:06:08 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATG68SY005284; Fri, 29 Nov 2013 16:06:08 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201311291606.rATG68SY005284@svn.freebsd.org> From: Mathieu Arnold Date: Fri, 29 Nov 2013 16:06:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335191 - head/dns/yadifa 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.16 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: Fri, 29 Nov 2013 16:06:08 -0000 Author: mat Date: Fri Nov 29 16:06:07 2013 New Revision: 335191 URL: http://svnweb.freebsd.org/changeset/ports/335191 Log: Always install DOCS so that we don't parse bsd.port.mk twice, fixup stupid make makeplist. Modified: head/dns/yadifa/Makefile head/dns/yadifa/pkg-plist Modified: head/dns/yadifa/Makefile ============================================================================== --- head/dns/yadifa/Makefile Fri Nov 29 15:58:28 2013 (r335190) +++ head/dns/yadifa/Makefile Fri Nov 29 16:06:07 2013 (r335191) @@ -31,14 +31,10 @@ post-configure: ${REINPLACE_CMD} -e 's|^docdir = .*|docdir = ${EXAMPLESDIR}|' ${WRKSRC}/etc/Makefile ${REINPLACE_CMD} -e 's|/usr/local/var|/var|' -e 's|/var/zones|/var/${PORTNAME}|' ${WRKSRC}/etc/yadifad.conf.example -.include - post-install: ${INSTALL_DATA} ${WRKSRC}/etc/yadifad.conf.example ${STAGEDIR}${PREFIX}/etc/ -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} -.endif @${MV} ${STAGEDIR}/var/zones ${STAGEDIR}/var/${PORTNAME} .include Modified: head/dns/yadifa/pkg-plist ============================================================================== --- head/dns/yadifa/pkg-plist Fri Nov 29 15:58:28 2013 (r335190) +++ head/dns/yadifa/pkg-plist Fri Nov 29 16:06:07 2013 (r335191) @@ -152,7 +152,7 @@ sbin/yadifad @unexec rmdir >/dev/null 2>&1 /var/yadifa/masters || : @unexec rmdir >/dev/null 2>&1 /var/yadifa/keys || : @unexec rmdir >/dev/null 2>&1 /var/yadifa || : -@dirrmtry %%PORTEXAMPLES%%%%EXAMPLESDIR%% +%%PORTEXAMPLES%%@dirrmtry %%EXAMPLESDIR%% @dirrmtry include/dnszone @dirrmtry include/dnsdb @dirrmtry include/dnscore From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 16:08:42 2013 Return-Path: Delivered-To: svn-ports-head@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 300CE736; Fri, 29 Nov 2013 16:08:42 +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 1BF711EE7; Fri, 29 Nov 2013 16:08:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATG8f79005733; Fri, 29 Nov 2013 16:08:41 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATG8fM7005732; Fri, 29 Nov 2013 16:08:41 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201311291608.rATG8fM7005732@svn.freebsd.org> From: Mathieu Arnold Date: Fri, 29 Nov 2013 16:08:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335192 - head/Mk/Scripts 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.16 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: Fri, 29 Nov 2013 16:08:42 -0000 Author: mat Date: Fri Nov 29 16:08:41 2013 New Revision: 335192 URL: http://svnweb.freebsd.org/changeset/ports/335192 Log: Fixup makeplist for directories. Without, it'll generate : @dirrmtry %%PORTDOCS%%%%DOCSDIR%% With : %%PORTDOCS%%@dirrmtry %%DOCSDIR%% PR: ports/184287 Submitted by: mat Approved by: bapt Modified: head/Mk/Scripts/check-stagedir.sh Modified: head/Mk/Scripts/check-stagedir.sh ============================================================================== --- head/Mk/Scripts/check-stagedir.sh Fri Nov 29 16:06:07 2013 (r335191) +++ head/Mk/Scripts/check-stagedir.sh Fri Nov 29 16:08:41 2013 (r335192) @@ -107,9 +107,9 @@ cat ${WRKDIR}/.plist-dirs-unsorted ${WRK find ${STAGEDIR} -type d | sed -e "s,^${STAGEDIR},,;/^$/d" | sort >${WRKDIR}/.staged-dirs comm -13 ${WRKDIR}/.traced-dirs ${WRKDIR}/.staged-dirs \ | sort -r | sed \ + -e 's,^,@dirrmtry ,' \ -e "s,\(.*\)${DOCSDIR},%%PORTDOCS%%\1%%DOCSDIR%%,g" \ -e "s,\(.*\)${EXAMPLESDIR},%%PORTEXAMPLES%%\1%%EXAMPLESDIR%%,g" \ -e "s,${DATADIR},%%DATADIR%%,g" \ -e "s,${PREFIX}/,,g" \ - -e 's,^,@dirrmtry ,' \ -e 's,@dirrmtry \(/.*\),@unexec rmdir >/dev/null 2>\&1 \1 || :,' | grep -v "^@dirrmtry share/licenses" || [ $? = 1 ] From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 16:17:11 2013 Return-Path: Delivered-To: svn-ports-head@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 05CCCC16; Fri, 29 Nov 2013 16:17:11 +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 E5E801F7C; Fri, 29 Nov 2013 16:17:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATGHAA1009294; Fri, 29 Nov 2013 16:17:10 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATGHA2E009292; Fri, 29 Nov 2013 16:17:10 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311291617.rATGHA2E009292@svn.freebsd.org> From: Kubilay Kocak Date: Fri, 29 Nov 2013 16:17:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335193 - head/sysutils/ansible 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.16 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: Fri, 29 Nov 2013 16:17:11 -0000 Author: koobs Date: Fri Nov 29 16:17:10 2013 New Revision: 335193 URL: http://svnweb.freebsd.org/changeset/ports/335193 Log: sysutils/ansible: Update to 1.4.1 PR: ports/184373 Submitted by: Nikolai Lifanov (maintainer) Modified: head/sysutils/ansible/Makefile head/sysutils/ansible/distinfo Modified: head/sysutils/ansible/Makefile ============================================================================== --- head/sysutils/ansible/Makefile Fri Nov 29 16:08:41 2013 (r335192) +++ head/sysutils/ansible/Makefile Fri Nov 29 16:17:10 2013 (r335193) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION= 1.4 +PORTVERSION= 1.4.1 CATEGORIES= sysutils python MASTER_SITES= http://ansibleworks.com/releases/ Modified: head/sysutils/ansible/distinfo ============================================================================== --- head/sysutils/ansible/distinfo Fri Nov 29 16:08:41 2013 (r335192) +++ head/sysutils/ansible/distinfo Fri Nov 29 16:17:10 2013 (r335193) @@ -1,2 +1,2 @@ -SHA256 (ansible-1.4.tar.gz) = 6fa72d5975ea6aabddcdf1ed73c9a6e484ef0449ecec343b609c174067ac04a7 -SIZE (ansible-1.4.tar.gz) = 573223 +SHA256 (ansible-1.4.1.tar.gz) = bfd1bbf96b4802a4302262e10374c6c400a3394d4dfd6ef6a8f3f7cad77b7ac9 +SIZE (ansible-1.4.1.tar.gz) = 571296 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 16:47:04 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 ESMTPS id C29751CB; Fri, 29 Nov 2013 16:47:04 +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 AE20E10EE; Fri, 29 Nov 2013 16:47:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATGl4Ot019421; Fri, 29 Nov 2013 16:47:04 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATGl45k019419; Fri, 29 Nov 2013 16:47:04 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311291647.rATGl45k019419@svn.freebsd.org> From: Rusmir Dusko Date: Fri, 29 Nov 2013 16:47:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335194 - in head/graphics/viewnior: . 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.16 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: Fri, 29 Nov 2013 16:47:04 -0000 Author: nemysis Date: Fri Nov 29 16:47:03 2013 New Revision: 335194 URL: http://svnweb.freebsd.org/changeset/ports/335194 Log: - Change Makefile header - Change maintainer email to @FreeBSD.org - USES shared-mime-info instead of misc/shared-mime-info - Add DOCS Option - Support STAGEDIR and add OPTIONS_SUB - Use REINPLACE_CMD instead of simple patches - Change pkg-plist, remove mtree Approved by: pawel / wg (mentors, implicit) Deleted: head/graphics/viewnior/files/ Modified: head/graphics/viewnior/Makefile head/graphics/viewnior/pkg-plist Modified: head/graphics/viewnior/Makefile ============================================================================== --- head/graphics/viewnior/Makefile Fri Nov 29 16:17:10 2013 (r335193) +++ head/graphics/viewnior/Makefile Fri Nov 29 16:47:03 2013 (r335194) @@ -1,4 +1,4 @@ -# Created by: nemysis@gmx.ch +# Created by: nemysis # $FreeBSD$ PORTNAME= viewnior @@ -7,43 +7,33 @@ PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://cloud.github.com/downloads/xsisqox/Viewnior/ -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Fast and simple image viewer LICENSE= GPLv3 -BUILD_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info -RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info - -GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake pkgconfig shared-mime-info USE_AUTOTOOLS= autoconf +GNU_CONFIGURE= yes USE_GNOME= glib20 gtk20 INSTALLS_ICONS= yes -MAN1= viewnior.1 - PORTDOCS= AUTHORS ChangeLog NEWS README TODO -OPTIONS_DEFINE= NLS -OPTIONS_DEFAULT= NLS +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes -NO_STAGE= yes -.include +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif +post-patch: + @${REINPLACE_CMD} -e 's|$$(prefix)/$$(DATADIRNAME)/locale|$$(datarootdir)/locale|' \ + ${WRKSRC}/po/Makefile.in.in post-install: - ${INSTALL_MAN} ${WRKSRC}/man/${MAN1} ${MAN1PREFIX}/man/man1 -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ + + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Modified: head/graphics/viewnior/pkg-plist ============================================================================== --- head/graphics/viewnior/pkg-plist Fri Nov 29 16:17:10 2013 (r335193) +++ head/graphics/viewnior/pkg-plist Fri Nov 29 16:47:03 2013 (r335194) @@ -1,4 +1,12 @@ bin/viewnior +man/man1/viewnior.1.gz +share/applications/viewnior.desktop +share/icons/hicolor/16x16/apps/viewnior.png +share/icons/hicolor/22x22/apps/viewnior.png +share/icons/hicolor/24x24/apps/viewnior.png +share/icons/hicolor/32x32/apps/viewnior.png +share/icons/hicolor/48x48/apps/viewnior.png +share/icons/hicolor/scalable/apps/viewnior.svg %%NLS%%share/locale/bg/LC_MESSAGES/viewnior.mo %%NLS%%share/locale/cs/LC_MESSAGES/viewnior.mo %%NLS%%share/locale/da/LC_MESSAGES/viewnior.mo @@ -25,13 +33,6 @@ bin/viewnior %%NLS%%share/locale/tr/LC_MESSAGES/viewnior.mo %%NLS%%share/locale/uk/LC_MESSAGES/viewnior.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/viewnior.mo -share/applications/viewnior.desktop -share/icons/hicolor/16x16/apps/viewnior.png -share/icons/hicolor/22x22/apps/viewnior.png -share/icons/hicolor/24x24/apps/viewnior.png -share/icons/hicolor/32x32/apps/viewnior.png -share/icons/hicolor/48x48/apps/viewnior.png -share/icons/hicolor/scalable/apps/viewnior.svg %%DATADIR%%/pixmaps/object-flip-horizontal.png %%DATADIR%%/pixmaps/object-flip-vertical.png %%DATADIR%%/pixmaps/object-rotate-left.png @@ -40,19 +41,5 @@ share/icons/hicolor/scalable/apps/viewni %%DATADIR%%/vnr-preferences-dialog.ui @dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%% -@dirrmtry share/icons/hicolor/scalable/apps -@dirrmtry share/icons/hicolor/scalable -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor/32x32/apps -@dirrmtry share/icons/hicolor/32x32 -@dirrmtry share/icons/hicolor/24x24/apps -@dirrmtry share/icons/hicolor/24x24 -@dirrmtry share/icons/hicolor/22x22/apps -@dirrmtry share/icons/hicolor/22x22 -@dirrmtry share/icons/hicolor/16x16/apps -@dirrmtry share/icons/hicolor/16x16 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons %%NLS%%@dirrmtry share/locale/oc/LC_MESSAGES %%NLS%%@dirrmtry share/locale/oc From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 16:58:13 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 ESMTPS id 72D683DD; Fri, 29 Nov 2013 16:58:13 +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 5C4271182; Fri, 29 Nov 2013 16:58:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATGwDLR022871; Fri, 29 Nov 2013 16:58:13 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATGwDxm022869; Fri, 29 Nov 2013 16:58:13 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291658.rATGwDxm022869@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 16:58:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335195 - head/devel/py-gevent 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.16 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: Fri, 29 Nov 2013 16:58:13 -0000 Author: sunpoet Date: Fri Nov 29 16:58:12 2013 New Revision: 335195 URL: http://svnweb.freebsd.org/changeset/ports/335195 Log: - Fix PLIST - Bump PORTREVISION for package change Modified: head/devel/py-gevent/Makefile head/devel/py-gevent/pkg-plist Modified: head/devel/py-gevent/Makefile ============================================================================== --- head/devel/py-gevent/Makefile Fri Nov 29 16:47:03 2013 (r335194) +++ head/devel/py-gevent/Makefile Fri Nov 29 16:58:12 2013 (r335195) @@ -3,6 +3,7 @@ PORTNAME= gevent PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-gevent/pkg-plist ============================================================================== --- head/devel/py-gevent/pkg-plist Fri Nov 29 16:47:03 2013 (r335194) +++ head/devel/py-gevent/pkg-plist Fri Nov 29 16:58:12 2013 (r335195) @@ -1,6 +1,12 @@ %%PYTHON_SITELIBDIR%%/gevent/__init__.py %%PYTHON_SITELIBDIR%%/gevent/__init__.pyc %%PYTHON_SITELIBDIR%%/gevent/__init__.pyo +%%PYTHON_SITELIBDIR%%/gevent/_semaphore.so +%%PYTHON_SITELIBDIR%%/gevent/_threading.py +%%PYTHON_SITELIBDIR%%/gevent/_threading.pyc +%%PYTHON_SITELIBDIR%%/gevent/_threading.pyo +%%PYTHON_SITELIBDIR%%/gevent/_util.so +%%PYTHON_SITELIBDIR%%/gevent/ares.so %%PYTHON_SITELIBDIR%%/gevent/backdoor.py %%PYTHON_SITELIBDIR%%/gevent/backdoor.pyc %%PYTHON_SITELIBDIR%%/gevent/backdoor.pyo @@ -14,6 +20,9 @@ %%PYTHON_SITELIBDIR%%/gevent/event.py %%PYTHON_SITELIBDIR%%/gevent/event.pyc %%PYTHON_SITELIBDIR%%/gevent/event.pyo +%%PYTHON_SITELIBDIR%%/gevent/fileobject.py +%%PYTHON_SITELIBDIR%%/gevent/fileobject.pyc +%%PYTHON_SITELIBDIR%%/gevent/fileobject.pyo %%PYTHON_SITELIBDIR%%/gevent/greenlet.py %%PYTHON_SITELIBDIR%%/gevent/greenlet.pyc %%PYTHON_SITELIBDIR%%/gevent/greenlet.pyo @@ -23,9 +32,15 @@ %%PYTHON_SITELIBDIR%%/gevent/local.py %%PYTHON_SITELIBDIR%%/gevent/local.pyc %%PYTHON_SITELIBDIR%%/gevent/local.pyo +%%PYTHON_SITELIBDIR%%/gevent/lock.py +%%PYTHON_SITELIBDIR%%/gevent/lock.pyc +%%PYTHON_SITELIBDIR%%/gevent/lock.pyo %%PYTHON_SITELIBDIR%%/gevent/monkey.py %%PYTHON_SITELIBDIR%%/gevent/monkey.pyc %%PYTHON_SITELIBDIR%%/gevent/monkey.pyo +%%PYTHON_SITELIBDIR%%/gevent/os.py +%%PYTHON_SITELIBDIR%%/gevent/os.pyc +%%PYTHON_SITELIBDIR%%/gevent/os.pyo %%PYTHON_SITELIBDIR%%/gevent/pool.py %%PYTHON_SITELIBDIR%%/gevent/pool.pyc %%PYTHON_SITELIBDIR%%/gevent/pool.pyo @@ -35,6 +50,12 @@ %%PYTHON_SITELIBDIR%%/gevent/queue.py %%PYTHON_SITELIBDIR%%/gevent/queue.pyc %%PYTHON_SITELIBDIR%%/gevent/queue.pyo +%%PYTHON_SITELIBDIR%%/gevent/resolver_ares.py +%%PYTHON_SITELIBDIR%%/gevent/resolver_ares.pyc +%%PYTHON_SITELIBDIR%%/gevent/resolver_ares.pyo +%%PYTHON_SITELIBDIR%%/gevent/resolver_thread.py +%%PYTHON_SITELIBDIR%%/gevent/resolver_thread.pyc +%%PYTHON_SITELIBDIR%%/gevent/resolver_thread.pyo %%PYTHON_SITELIBDIR%%/gevent/select.py %%PYTHON_SITELIBDIR%%/gevent/select.pyc %%PYTHON_SITELIBDIR%%/gevent/select.pyo @@ -47,9 +68,18 @@ %%PYTHON_SITELIBDIR%%/gevent/ssl.py %%PYTHON_SITELIBDIR%%/gevent/ssl.pyc %%PYTHON_SITELIBDIR%%/gevent/ssl.pyo +%%PYTHON_SITELIBDIR%%/gevent/subprocess.py +%%PYTHON_SITELIBDIR%%/gevent/subprocess.pyc +%%PYTHON_SITELIBDIR%%/gevent/subprocess.pyo %%PYTHON_SITELIBDIR%%/gevent/thread.py %%PYTHON_SITELIBDIR%%/gevent/thread.pyc %%PYTHON_SITELIBDIR%%/gevent/thread.pyo +%%PYTHON_SITELIBDIR%%/gevent/threading.py +%%PYTHON_SITELIBDIR%%/gevent/threading.pyc +%%PYTHON_SITELIBDIR%%/gevent/threading.pyo +%%PYTHON_SITELIBDIR%%/gevent/threadpool.py +%%PYTHON_SITELIBDIR%%/gevent/threadpool.pyc +%%PYTHON_SITELIBDIR%%/gevent/threadpool.pyo %%PYTHON_SITELIBDIR%%/gevent/timeout.py %%PYTHON_SITELIBDIR%%/gevent/timeout.pyc %%PYTHON_SITELIBDIR%%/gevent/timeout.pyo From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 16:58:25 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 ESMTPS id 4D9F552B; Fri, 29 Nov 2013 16:58:24 +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 6E9361184; Fri, 29 Nov 2013 16:58:24 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATGwOf1023035; Fri, 29 Nov 2013 16:58:24 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATGwOqi023032; Fri, 29 Nov 2013 16:58:24 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291658.rATGwOqi023032@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 16:58:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335197 - head/www/p5-HTTP-Tiny 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.16 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: Fri, 29 Nov 2013 16:58:25 -0000 Author: sunpoet Date: Fri Nov 29 16:58:23 2013 New Revision: 335197 URL: http://svnweb.freebsd.org/changeset/ports/335197 Log: - Update to 0.039 Changes: http://search.cpan.org/dist/HTTP-Tiny/Changes Modified: head/www/p5-HTTP-Tiny/Makefile head/www/p5-HTTP-Tiny/distinfo Modified: head/www/p5-HTTP-Tiny/Makefile ============================================================================== --- head/www/p5-HTTP-Tiny/Makefile Fri Nov 29 16:58:18 2013 (r335196) +++ head/www/p5-HTTP-Tiny/Makefile Fri Nov 29 16:58:23 2013 (r335197) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= HTTP-Tiny -PORTVERSION= 0.038 +PORTVERSION= 0.039 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN Modified: head/www/p5-HTTP-Tiny/distinfo ============================================================================== --- head/www/p5-HTTP-Tiny/distinfo Fri Nov 29 16:58:18 2013 (r335196) +++ head/www/p5-HTTP-Tiny/distinfo Fri Nov 29 16:58:23 2013 (r335197) @@ -1,2 +1,2 @@ -SHA256 (HTTP-Tiny-0.038.tar.gz) = d5891d0a74926d0ad04e0e4232320bbadb193b8690c50c31d3e8f680bdc40f00 -SIZE (HTTP-Tiny-0.038.tar.gz) = 50938 +SHA256 (HTTP-Tiny-0.039.tar.gz) = 22e559dee68173e2e07158e958d884dfc4cc7618aeea5b9c440e9b3e380778e1 +SIZE (HTTP-Tiny-0.039.tar.gz) = 51179 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 16:58:18 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 ESMTPS id CBA6D3DE; Fri, 29 Nov 2013 16:58:18 +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 B7B611183; Fri, 29 Nov 2013 16:58:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATGwIOx022950; Fri, 29 Nov 2013 16:58:18 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATGwI3i022948; Fri, 29 Nov 2013 16:58:18 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291658.rATGwI3i022948@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 16:58:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335196 - head/print/py-cups 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.16 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: Fri, 29 Nov 2013 16:58:18 -0000 Author: sunpoet Date: Fri Nov 29 16:58:18 2013 New Revision: 335196 URL: http://svnweb.freebsd.org/changeset/ports/335196 Log: - Update to 1.9.66 Changes: http://git.fedorahosted.org/cgit/pycups.git/tree/ChangeLog http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS Modified: head/print/py-cups/Makefile head/print/py-cups/distinfo Modified: head/print/py-cups/Makefile ============================================================================== --- head/print/py-cups/Makefile Fri Nov 29 16:58:12 2013 (r335195) +++ head/print/py-cups/Makefile Fri Nov 29 16:58:18 2013 (r335196) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cups -PORTVERSION= 1.9.63 +PORTVERSION= 1.9.66 CATEGORIES= print python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/print/py-cups/distinfo ============================================================================== --- head/print/py-cups/distinfo Fri Nov 29 16:58:12 2013 (r335195) +++ head/print/py-cups/distinfo Fri Nov 29 16:58:18 2013 (r335196) @@ -1,2 +1,2 @@ -SHA256 (pycups-1.9.63.tar.bz2) = 82fa731a34afe30206bd2a8f4b2ee6a317d8da62a73aa1a2e837b9a217acf797 -SIZE (pycups-1.9.63.tar.bz2) = 53004 +SHA256 (pycups-1.9.66.tar.bz2) = cdde311fb375c827fb357665248c153000bc62b407bca281a9ea21772911680a +SIZE (pycups-1.9.66.tar.bz2) = 55436 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 17:06:04 2013 Return-Path: Delivered-To: svn-ports-head@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 3BE6A858; Fri, 29 Nov 2013 17:06:04 +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 27D1B1203; Fri, 29 Nov 2013 17:06:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATH641N026542; Fri, 29 Nov 2013 17:06:04 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATH639l026537; Fri, 29 Nov 2013 17:06:03 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291706.rATH639l026537@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 17:06:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335199 - head/textproc/p5-Pod-Elemental 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.16 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: Fri, 29 Nov 2013 17:06:04 -0000 Author: sunpoet Date: Fri Nov 29 17:06:03 2013 New Revision: 335199 URL: http://svnweb.freebsd.org/changeset/ports/335199 Log: - Update to 0.102364 - Sort PLIST Changes: http://search.cpan.org/dist/Pod-Elemental/Changes Modified: head/textproc/p5-Pod-Elemental/Makefile head/textproc/p5-Pod-Elemental/distinfo head/textproc/p5-Pod-Elemental/pkg-plist Modified: head/textproc/p5-Pod-Elemental/Makefile ============================================================================== --- head/textproc/p5-Pod-Elemental/Makefile Fri Nov 29 17:05:57 2013 (r335198) +++ head/textproc/p5-Pod-Elemental/Makefile Fri Nov 29 17:06:03 2013 (r335199) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Pod-Elemental -PORTVERSION= 0.102363 +PORTVERSION= 0.102364 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Pod-Elemental/distinfo ============================================================================== --- head/textproc/p5-Pod-Elemental/distinfo Fri Nov 29 17:05:57 2013 (r335198) +++ head/textproc/p5-Pod-Elemental/distinfo Fri Nov 29 17:06:03 2013 (r335199) @@ -1,2 +1,2 @@ -SHA256 (Pod-Elemental-0.102363.tar.gz) = a2bc2e2b098b85f58a7626f227624f025bdc36eecd785585bb4135a0700e4d63 -SIZE (Pod-Elemental-0.102363.tar.gz) = 32901 +SHA256 (Pod-Elemental-0.102364.tar.gz) = 71135e9c911411e049c6e1170296e4812b9273e5bbeaca7b6124473dd9764d87 +SIZE (Pod-Elemental-0.102364.tar.gz) = 32677 Modified: head/textproc/p5-Pod-Elemental/pkg-plist ============================================================================== --- head/textproc/p5-Pod-Elemental/pkg-plist Fri Nov 29 17:05:57 2013 (r335198) +++ head/textproc/p5-Pod-Elemental/pkg-plist Fri Nov 29 17:06:03 2013 (r335199) @@ -1,29 +1,29 @@ +%%SITE_PERL%%/Pod/Elemental.pm +%%SITE_PERL%%/Pod/Elemental/Autoblank.pm +%%SITE_PERL%%/Pod/Elemental/Autochomp.pm +%%SITE_PERL%%/Pod/Elemental/Command.pm +%%SITE_PERL%%/Pod/Elemental/Document.pm %%SITE_PERL%%/Pod/Elemental/Element/Generic/Blank.pm -%%SITE_PERL%%/Pod/Elemental/Element/Generic/Text.pm -%%SITE_PERL%%/Pod/Elemental/Element/Generic/Nonpod.pm %%SITE_PERL%%/Pod/Elemental/Element/Generic/Command.pm -%%SITE_PERL%%/Pod/Elemental/Element/Pod5/Region.pm +%%SITE_PERL%%/Pod/Elemental/Element/Generic/Nonpod.pm +%%SITE_PERL%%/Pod/Elemental/Element/Generic/Text.pm +%%SITE_PERL%%/Pod/Elemental/Element/Nested.pm %%SITE_PERL%%/Pod/Elemental/Element/Pod5/Command.pm -%%SITE_PERL%%/Pod/Elemental/Element/Pod5/Nonpod.pm -%%SITE_PERL%%/Pod/Elemental/Element/Pod5/Verbatim.pm %%SITE_PERL%%/Pod/Elemental/Element/Pod5/Data.pm +%%SITE_PERL%%/Pod/Elemental/Element/Pod5/Nonpod.pm %%SITE_PERL%%/Pod/Elemental/Element/Pod5/Ordinary.pm -%%SITE_PERL%%/Pod/Elemental/Element/Nested.pm -%%SITE_PERL%%/Pod/Elemental/Transformer/Nester.pm -%%SITE_PERL%%/Pod/Elemental/Transformer/Gatherer.pm -%%SITE_PERL%%/Pod/Elemental/Transformer/Pod5.pm -%%SITE_PERL%%/Pod/Elemental/Autoblank.pm -%%SITE_PERL%%/Pod/Elemental/Autochomp.pm -%%SITE_PERL%%/Pod/Elemental/Command.pm +%%SITE_PERL%%/Pod/Elemental/Element/Pod5/Region.pm +%%SITE_PERL%%/Pod/Elemental/Element/Pod5/Verbatim.pm %%SITE_PERL%%/Pod/Elemental/Flat.pm -%%SITE_PERL%%/Pod/Elemental/Document.pm %%SITE_PERL%%/Pod/Elemental/Node.pm %%SITE_PERL%%/Pod/Elemental/Objectifier.pm %%SITE_PERL%%/Pod/Elemental/Paragraph.pm %%SITE_PERL%%/Pod/Elemental/Selectors.pm %%SITE_PERL%%/Pod/Elemental/Transformer.pm +%%SITE_PERL%%/Pod/Elemental/Transformer/Gatherer.pm +%%SITE_PERL%%/Pod/Elemental/Transformer/Nester.pm +%%SITE_PERL%%/Pod/Elemental/Transformer/Pod5.pm %%SITE_PERL%%/Pod/Elemental/Types.pm -%%SITE_PERL%%/Pod/Elemental.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Elemental/.packlist %%PERL5_MAN3%%/Pod::Elemental.3.gz %%PERL5_MAN3%%/Pod::Elemental::Autoblank.3.gz @@ -52,9 +52,10 @@ %%PERL5_MAN3%%/Pod::Elemental::Transformer::Pod5.3.gz %%PERL5_MAN3%%/Pod::Elemental::Types.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Elemental -@dirrmtry %%SITE_PERL%%/Pod/Elemental/Element/Generic -@dirrmtry %%SITE_PERL%%/Pod/Elemental/Element/Pod5 -@dirrmtry %%SITE_PERL%%/Pod/Elemental/Transformer -@dirrmtry %%SITE_PERL%%/Pod/Elemental/Element -@dirrmtry %%SITE_PERL%%/Pod/Elemental +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod +@dirrm %%SITE_PERL%%/Pod/Elemental/Transformer +@dirrm %%SITE_PERL%%/Pod/Elemental/Element/Pod5 +@dirrm %%SITE_PERL%%/Pod/Elemental/Element/Generic +@dirrm %%SITE_PERL%%/Pod/Elemental/Element +@dirrm %%SITE_PERL%%/Pod/Elemental @dirrmtry %%SITE_PERL%%/Pod From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 17:05:58 2013 Return-Path: Delivered-To: svn-ports-head@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 1BEFB783; Fri, 29 Nov 2013 17:05:58 +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 07B1F1201; Fri, 29 Nov 2013 17:05:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATH5vlL026425; Fri, 29 Nov 2013 17:05:57 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATH5vOP026422; Fri, 29 Nov 2013 17:05:57 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291705.rATH5vOP026422@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 17:05:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335198 - head/devel/p5-Test-TinyMocker 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.16 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: Fri, 29 Nov 2013 17:05:58 -0000 Author: sunpoet Date: Fri Nov 29 17:05:57 2013 New Revision: 335198 URL: http://svnweb.freebsd.org/changeset/ports/335198 Log: - Update to 0.05 - Remove "very" from COMMENT Changes: http://search.cpan.org/dist/Test-TinyMocker/Changes Modified: head/devel/p5-Test-TinyMocker/Makefile head/devel/p5-Test-TinyMocker/distinfo Modified: head/devel/p5-Test-TinyMocker/Makefile ============================================================================== --- head/devel/p5-Test-TinyMocker/Makefile Fri Nov 29 16:58:23 2013 (r335197) +++ head/devel/p5-Test-TinyMocker/Makefile Fri Nov 29 17:05:57 2013 (r335198) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= Test-TinyMocker -PORTVERSION= 0.04 +PORTVERSION= 0.05 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org -COMMENT= Very simple tool to mock external modules +COMMENT= Simple tool to mock external modules LICENSE= ART10 GPLv1 LICENSE_COMB= dual Modified: head/devel/p5-Test-TinyMocker/distinfo ============================================================================== --- head/devel/p5-Test-TinyMocker/distinfo Fri Nov 29 16:58:23 2013 (r335197) +++ head/devel/p5-Test-TinyMocker/distinfo Fri Nov 29 17:05:57 2013 (r335198) @@ -1,2 +1,2 @@ -SHA256 (Test-TinyMocker-0.04.tar.gz) = 822113a6c43f0f9486f9cfe86923b4f6c17d784d6b2f226d90e9271610f068d7 -SIZE (Test-TinyMocker-0.04.tar.gz) = 14038 +SHA256 (Test-TinyMocker-0.05.tar.gz) = 8fe5a4b2c47bb016dce489f4804c902b6b3a9f146eb7efd56cd80ffa00f5c231 +SIZE (Test-TinyMocker-0.05.tar.gz) = 14618 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 17:22:37 2013 Return-Path: Delivered-To: svn-ports-head@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 79D2BC49; Fri, 29 Nov 2013 17:22:37 +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 6522912E8; Fri, 29 Nov 2013 17:22:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATHMbnc033192; Fri, 29 Nov 2013 17:22:37 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATHMbmT033190; Fri, 29 Nov 2013 17:22:37 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291722.rATHMbmT033190@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 17:22:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335200 - head/databases/p5-Redis 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.16 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: Fri, 29 Nov 2013 17:22:37 -0000 Author: sunpoet Date: Fri Nov 29 17:22:36 2013 New Revision: 335200 URL: http://svnweb.freebsd.org/changeset/ports/335200 Log: - Update to 1.965 Changes: http://search.cpan.org/dist/Redis/Changes Modified: head/databases/p5-Redis/Makefile head/databases/p5-Redis/distinfo Modified: head/databases/p5-Redis/Makefile ============================================================================== --- head/databases/p5-Redis/Makefile Fri Nov 29 17:06:03 2013 (r335199) +++ head/databases/p5-Redis/Makefile Fri Nov 29 17:22:36 2013 (r335200) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Redis -PORTVERSION= 1.9640 +PORTVERSION= 1.9650 CATEGORIES= databases perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAMS @@ -25,4 +25,10 @@ TEST_DEPENDS= p5-IO-String>=0:${PORTSDIR USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} < 501800 +BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.63.02:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker +.endif + +.include Modified: head/databases/p5-Redis/distinfo ============================================================================== --- head/databases/p5-Redis/distinfo Fri Nov 29 17:06:03 2013 (r335199) +++ head/databases/p5-Redis/distinfo Fri Nov 29 17:22:36 2013 (r335200) @@ -1,2 +1,2 @@ -SHA256 (Redis-1.964.tar.gz) = 4b89bed749367642e0fda8ff9a9a2d4181f318cc18da1f633549fe950c31a9ea -SIZE (Redis-1.964.tar.gz) = 33275 +SHA256 (Redis-1.965.tar.gz) = aa44b897f3fc24de1ffdcb1ae1f84882247d2a70c1183f4bfb06b9281adebc59 +SIZE (Redis-1.965.tar.gz) = 36092 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 17:24:10 2013 Return-Path: Delivered-To: svn-ports-head@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 6EF83D38; Fri, 29 Nov 2013 17:24:10 +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 40F8B12F0; Fri, 29 Nov 2013 17:24:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATHOAuV033441; Fri, 29 Nov 2013 17:24:10 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATHO9jc033436; Fri, 29 Nov 2013 17:24:09 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291724.rATHO9jc033436@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 17:24:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335201 - head/dns/p5-Net-DNS 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.16 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: Fri, 29 Nov 2013 17:24:10 -0000 Author: sunpoet Date: Fri Nov 29 17:24:09 2013 New Revision: 335201 URL: http://svnweb.freebsd.org/changeset/ports/335201 Log: - Update to 0.73 - Add LICENSE - Convert to new options helper - Remove DOCS Changes: http://search.cpan.org/dist/Net-DNS/Changes Modified: head/dns/p5-Net-DNS/Makefile head/dns/p5-Net-DNS/distinfo (contents, props changed) Modified: head/dns/p5-Net-DNS/Makefile ============================================================================== --- head/dns/p5-Net-DNS/Makefile Fri Nov 29 17:22:36 2013 (r335200) +++ head/dns/p5-Net-DNS/Makefile Fri Nov 29 17:24:09 2013 (r335201) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-DNS -PORTVERSION= 0.72 +PORTVERSION= 0.73 CATEGORIES= dns net perl5 ipv6 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,36 +10,23 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl5 interface to the DNS resolver, and dynamic updates -BUILD_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Digest-BubbleBabble>=0:${PORTSDIR}/security/p5-Digest-BubbleBabble \ p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod -OPTIONS_DEFINE= IDN IPV6 DOCS +OPTIONS_DEFINE= IDN IPV6 CONFIGURE_ARGS= --no-IPv6-tests --no-online-tests USES= perl5 USE_PERL5= configure -DOCSDIR= ${PREFIX}/share/doc/p5-Net-DNS - -PORTDOCS= Changes README TODO - -.include -.if ${PORT_OPTIONS:MIDN} -BUILD_DEPENDS+= p5-Net-LibIDN>=0:${PORTSDIR}/dns/p5-Net-LibIDN -RUN_DEPENDS+= p5-Net-LibIDN>=0:${PORTSDIR}/dns/p5-Net-LibIDN -.endif - -.if ${PORT_OPTIONS:MIPV6} -BUILD_DEPENDS+= p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 -RUN_DEPENDS+= p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 -.endif - -post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ -.endif +IDN_BUILD_DEPENDS= p5-Net-LibIDN>=0:${PORTSDIR}/dns/p5-Net-LibIDN +IDN_RUN_DEPENDS= p5-Net-LibIDN>=0:${PORTSDIR}/dns/p5-Net-LibIDN +IPV6_BUILD_DEPENDS= p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 +IPV6_RUN_DEPENDS= p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 .include Modified: head/dns/p5-Net-DNS/distinfo ============================================================================== --- head/dns/p5-Net-DNS/distinfo Fri Nov 29 17:22:36 2013 (r335200) +++ head/dns/p5-Net-DNS/distinfo Fri Nov 29 17:24:09 2013 (r335201) @@ -1,2 +1,2 @@ -SHA256 (Net-DNS-0.72.tar.gz) = a62cae0be54a9684c305456cb95515a0bd3128d6ef3093b6069fe8e8e8d5943f -SIZE (Net-DNS-0.72.tar.gz) = 194647 +SHA256 (Net-DNS-0.73.tar.gz) = 4702e8a4e05d4d41d9724fcd98520c4d56e826884c64841b02f0593d1ed03bcc +SIZE (Net-DNS-0.73.tar.gz) = 198216 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 17:24:44 2013 Return-Path: Delivered-To: svn-ports-head@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 AF0E9EA9; Fri, 29 Nov 2013 17:24:44 +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 8104912FE; Fri, 29 Nov 2013 17:24:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATHOi2w033563; Fri, 29 Nov 2013 17:24:44 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATHOir3033561; Fri, 29 Nov 2013 17:24:44 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291724.rATHOir3033561@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 17:24:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335202 - head/dns/p5-Net-DNS-SEC 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.16 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: Fri, 29 Nov 2013 17:24:44 -0000 Author: sunpoet Date: Fri Nov 29 17:24:43 2013 New Revision: 335202 URL: http://svnweb.freebsd.org/changeset/ports/335202 Log: - Update to 0.17 - Add LICENSE Changes: http://search.cpan.org/dist/Net-DNS-SEC/Changes Modified: head/dns/p5-Net-DNS-SEC/Makefile head/dns/p5-Net-DNS-SEC/distinfo (contents, props changed) Modified: head/dns/p5-Net-DNS-SEC/Makefile ============================================================================== --- head/dns/p5-Net-DNS-SEC/Makefile Fri Nov 29 17:24:09 2013 (r335201) +++ head/dns/p5-Net-DNS-SEC/Makefile Fri Nov 29 17:24:43 2013 (r335202) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Net-DNS-SEC -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= dns perl5 MASTER_SITES= CPAN \ http://www.ripe.net/ripencc/pub-services/np/DISI/SRC/ @@ -11,11 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= DNSSEC extensions to Net::DNS +LICENSE= MIT + BUILD_DEPENDS= p5-Crypt-OpenSSL-Bignum>=0.03:${PORTSDIR}/security/p5-Crypt-OpenSSL-Bignum \ p5-Crypt-OpenSSL-DSA>=0.1:${PORTSDIR}/security/p5-Crypt-OpenSSL-DSA \ p5-Crypt-OpenSSL-RSA>=0.19:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \ p5-Digest-BubbleBabble>=0.01:${PORTSDIR}/security/p5-Digest-BubbleBabble \ - p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-MIME-Base32>=0:${PORTSDIR}/converters/p5-MIME-Base32 \ p5-Net-DNS>=0.64:${PORTSDIR}/dns/p5-Net-DNS RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/dns/p5-Net-DNS-SEC/distinfo ============================================================================== --- head/dns/p5-Net-DNS-SEC/distinfo Fri Nov 29 17:24:09 2013 (r335201) +++ head/dns/p5-Net-DNS-SEC/distinfo Fri Nov 29 17:24:43 2013 (r335202) @@ -1,2 +1,2 @@ -SHA256 (Net-DNS-SEC-0.16.tar.gz) = 3d5b542ec58060066573f84698add1ba811ed6e9ea10e2101a0d8fdea52cd6e4 -SIZE (Net-DNS-SEC-0.16.tar.gz) = 87284 +SHA256 (Net-DNS-SEC-0.17.tar.gz) = 08655f1030a2488d719b80356ab1d455a758432e3e7b4775dcb403843b3158ab +SIZE (Net-DNS-SEC-0.17.tar.gz) = 91292 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 17:29:52 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 ESMTPS id 58090117; Fri, 29 Nov 2013 17:29:52 +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 292F91328; Fri, 29 Nov 2013 17:29:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATHTqFq034205; Fri, 29 Nov 2013 17:29:52 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATHTpG4034203; Fri, 29 Nov 2013 17:29:51 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291729.rATHTpG4034203@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 17:29:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335203 - head/audio/fdk-aac 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.16 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: Fri, 29 Nov 2013 17:29:52 -0000 Author: sunpoet Date: Fri Nov 29 17:29:51 2013 New Revision: 335203 URL: http://svnweb.freebsd.org/changeset/ports/335203 Log: - Update to 0.1.3 - Move LICENSE upward - Add USE_LDCONFIG - Pass maintainership to submitter - While I'm here: - Use USES=pathfix - Strip shared library Changes: https://github.com/mstorsjo/fdk-aac/blob/master/ChangeLog PR: ports/184351 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> Modified: head/audio/fdk-aac/Makefile (contents, props changed) head/audio/fdk-aac/distinfo (contents, props changed) Modified: head/audio/fdk-aac/Makefile ============================================================================== --- head/audio/fdk-aac/Makefile Fri Nov 29 17:24:43 2013 (r335202) +++ head/audio/fdk-aac/Makefile Fri Nov 29 17:29:51 2013 (r335203) @@ -2,27 +2,27 @@ # $FreeBSD$ PORTNAME= fdk-aac -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= audio MASTER_SITES= SF/opencore-amr/${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Port of the Fraunhofer FDK AAC Codec Library -NOT_FOR_ARCHS= sparc64 -NOT_FOR_ARCHS_REASON= not yet ported to this architecture - LICENSE= FRAUNHOFER_FDK_AAC LICENSE_NAME= Software License for The Fraunhofer FDK AAC Codec Library for Android LICENSE_FILE= ${WRKSRC}/NOTICE LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS_REASON= not yet ported to this architecture + +CONFIGURE_ENV= LIBS="-lm" GNU_CONFIGURE= yes -CONFIGURE_ENV+= LIBS="-lm" +USE_LDCONFIG= yes +USES= pathfix -post-patch: - @${REINPLACE_CMD} -E -e \ - 's|^pkgconfigdir = .*|pkgconfigdir = $$(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.in +post-build: + @${STRIP_CMD} ${WRKSRC}/.libs/libfdk-aac.so.0 .include Modified: head/audio/fdk-aac/distinfo ============================================================================== --- head/audio/fdk-aac/distinfo Fri Nov 29 17:24:43 2013 (r335202) +++ head/audio/fdk-aac/distinfo Fri Nov 29 17:29:51 2013 (r335203) @@ -1,2 +1,2 @@ -SHA256 (fdk-aac-0.1.2.tar.gz) = e4eefa3e64a5110dd180decf21a255fe1c1e08548dbdc646e125835e7798cf4a -SIZE (fdk-aac-0.1.2.tar.gz) = 1976401 +SHA256 (fdk-aac-0.1.3.tar.gz) = a9cb872802cfb7a2aff7a549c114c547d1e518dd60c2f85942229cc20c0d0c8d +SIZE (fdk-aac-0.1.3.tar.gz) = 1982695 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 17:30:23 2013 Return-Path: Delivered-To: svn-ports-head@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 E1C091FC; Fri, 29 Nov 2013 17:30: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 B3EB91330; Fri, 29 Nov 2013 17:30:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATHUN1t034842; Fri, 29 Nov 2013 17:30:23 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATHUNup034838; Fri, 29 Nov 2013 17:30:23 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201311291730.rATHUNup034838@svn.freebsd.org> From: Juergen Lock Date: Fri, 29 Nov 2013 17:30:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335204 - head/multimedia/vdr-plugin-xineliboutput 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.16 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: Fri, 29 Nov 2013 17:30:24 -0000 Author: nox Date: Fri Nov 29 17:30:23 2013 New Revision: 335204 URL: http://svnweb.freebsd.org/changeset/ports/335204 Log: - Fix plist and introduce XINE_PLUGINSDIR variable for the problem dir. - Bump PORTREVISION. Modified: head/multimedia/vdr-plugin-xineliboutput/Makefile head/multimedia/vdr-plugin-xineliboutput/pkg-plist (contents, props changed) Modified: head/multimedia/vdr-plugin-xineliboutput/Makefile ============================================================================== --- head/multimedia/vdr-plugin-xineliboutput/Makefile Fri Nov 29 17:29:51 2013 (r335203) +++ head/multimedia/vdr-plugin-xineliboutput/Makefile Fri Nov 29 17:30:23 2013 (r335204) @@ -3,7 +3,7 @@ PORTNAME= vdr-plugin-xineliboutput PORTVERSION= 1.0.90s20120511 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= multimedia MASTER_SITES= SF:release \ LOCAL:snapshot @@ -27,6 +27,7 @@ USE_GL= gl glu glut PORTDOCS= COPYING README HISTORY PORTEXAMPLES= xine WRKSRC= ${WRKDIR}/vdr-${PLUGIN} +XINE_PLUGINSDIR= lib/xine/plugins/2.3 OPTIONS_DEFINE= LIBBLURAY LIBEXTRACTOR @@ -37,6 +38,8 @@ NO_STAGE= yes .include +PLIST_SUB+= XINE_PLUGINSDIR=${XINE_PLUGINSDIR} + CONFIGURE_ARGS+= --cc="${CC}" --cxx="${CXX}" --add-cflags=-I${VDRDIR} .if ${PORT_OPTIONS:MLIBEXTRACTOR} Modified: head/multimedia/vdr-plugin-xineliboutput/pkg-plist ============================================================================== --- head/multimedia/vdr-plugin-xineliboutput/pkg-plist Fri Nov 29 17:29:51 2013 (r335203) +++ head/multimedia/vdr-plugin-xineliboutput/pkg-plist Fri Nov 29 17:30:23 2013 (r335204) @@ -1,9 +1,9 @@ bin/vdr-fbfe bin/vdr-sxfe -lib/xine/plugins/2.2/xineplug_inp_xvdr.so -lib/xine/plugins/2.2/post/xineplug_post_autocrop.so -lib/xine/plugins/2.2/post/xineplug_post_swscale.so -lib/xine/plugins/2.2/post/xineplug_post_audiochannel.so +%%XINE_PLUGINSDIR%%/xineplug_inp_xvdr.so +%%XINE_PLUGINSDIR%%/post/xineplug_post_autocrop.so +%%XINE_PLUGINSDIR%%/post/xineplug_post_swscale.so +%%XINE_PLUGINSDIR%%/post/xineplug_post_audiochannel.so lib/vdr/libvdr-xineliboutput.so.%%APIVERSION%% lib/vdr/libxineliboutput-sxfe.so.1.0.90-cvs @unexec if cmp -s %D/etc/vdr/plugins/xineliboutput/allowed_hosts.conf.sample %D/etc/vdr/plugins/xineliboutput/allowed_hosts.conf; then rm -f %D/etc/vdr/plugins/xineliboutput/allowed_hosts.conf; fi From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 17:31:27 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 ESMTPS id 334702F7; Fri, 29 Nov 2013 17:31:27 +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 1403C1364; Fri, 29 Nov 2013 17:31:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATHVQk9036680; Fri, 29 Nov 2013 17:31:26 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATHVQ7a036675; Fri, 29 Nov 2013 17:31:26 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291731.rATHVQ7a036675@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 17:31:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335205 - head/sysutils/megacli 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.16 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: Fri, 29 Nov 2013 17:31:27 -0000 Author: sunpoet Date: Fri Nov 29 17:31:26 2013 New Revision: 335205 URL: http://svnweb.freebsd.org/changeset/ports/335205 Log: - Update to 8.07.07 - Support STAGEDIR - While I'm here: - Hack MASTER_SITES to remove unnecessary pre-fetch: - Add MEGACLI_ARCH to simplify ARCH manipulation PR: ports/184365 Submitted by: Takefu Approved by: Venom (maintainer) Modified: head/sysutils/megacli/Makefile (contents, props changed) head/sysutils/megacli/distinfo (contents, props changed) Modified: head/sysutils/megacli/Makefile ============================================================================== --- head/sysutils/megacli/Makefile Fri Nov 29 17:30:23 2013 (r335204) +++ head/sysutils/megacli/Makefile Fri Nov 29 17:31:26 2013 (r335205) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= megacli -PORTVERSION= 8.05.06 +PORTVERSION= 8.07.07 CATEGORIES= sysutils -MASTER_SITES= http://www.lsi.com/downloads/Public/MegaRAID%20Common%20Files/ \ - CRITICAL +MASTER_SITES= http://www.lsi.com/downloads/Public/MegaRAID%20Common%20Files/${DISTNAME}${EXTRACT_SUFX}?source=1& DISTNAME= ${PORTVERSION}_MegaCLI +EXTRACT_SUFX= .zip MAINTAINER= samflanker@gmail.com COMMENT= SAS MegaRAID FreeBSD MegaCLI @@ -17,28 +17,18 @@ FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTF ONLY_FOR_ARCHS= i386 amd64 -USE_ZIP= yes NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= sbin/MegaCli -NO_STAGE= yes -pre-fetch: - @${FETCH_BINARY} -o /dev/null http://www.lsi.com/magic.axd?x=e&file=http%3A//www.lsi.com/downloads/Public/MegaRAID%2520Common%2520Files/${PORT_VERSION}_MegaCLI.zip +MEGACLI_ARCH= MegaCli${ARCH:S/i386//:S/amd64/64/} -.include post-extract: -.if ${ARCH} == "i386" - @cd ${WRKSRC}/MegaCli_FreeBSD && ${UNZIP_CMD} ${EXTRACT_BEFORE_ARGS} MegaCli.zip -.elif ${ARCH} == "amd64" - @cd ${WRKSRC}/MegaCli_FreeBSD && ${UNZIP_CMD} ${EXTRACT_BEFORE_ARGS} MegaCli64.zip -.endif + @${MV} ${WRKSRC}/freebsd/MegaCLI.zip ${WRKSRC}/freebsd/MegaCli.zip + @${TAR} ${EXTRACT_BEFORE_ARGS} ${WRKSRC}/freebsd/${MEGACLI_ARCH}.zip -C${WRKSRC}/freebsd do-install: -.if ${ARCH} == "i386" - ${INSTALL_PROGRAM} ${WRKSRC}/MegaCli_FreeBSD/MegaCli ${PREFIX}/sbin/MegaCli -.elif ${ARCH} == "amd64" - ${INSTALL_PROGRAM} ${WRKSRC}/MegaCli_FreeBSD/MegaCli64 ${PREFIX}/sbin/MegaCli -.endif -.include + ${INSTALL_SCRIPT} ${WRKSRC}/freebsd/${MEGACLI_ARCH} ${STAGEDIR}${PREFIX}/sbin/MegaCli + +.include Modified: head/sysutils/megacli/distinfo ============================================================================== --- head/sysutils/megacli/distinfo Fri Nov 29 17:30:23 2013 (r335204) +++ head/sysutils/megacli/distinfo Fri Nov 29 17:31:26 2013 (r335205) @@ -1,2 +1,2 @@ -SHA256 (8.05.06_MegaCLI.zip) = 7b310559b5e3a07cb02da6280e98ad4a95af258153ad0487db8c6187713e0f45 -SIZE (8.05.06_MegaCLI.zip) = 18874438 +SHA256 (8.07.07_MegaCLI.zip) = 52ba4e60eb6ff0c76dd14b1ffc32a9f198dd0b88ef8cf61575cfd35a04dc5f86 +SIZE (8.07.07_MegaCLI.zip) = 12391645 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 17:32:48 2013 Return-Path: Delivered-To: svn-ports-head@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 58D0E3EE; Fri, 29 Nov 2013 17:32:48 +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 2AD111370; Fri, 29 Nov 2013 17:32:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATHWmQg036904; Fri, 29 Nov 2013 17:32:48 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATHWlqh036901; Fri, 29 Nov 2013 17:32:47 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291732.rATHWlqh036901@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 17:32:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335206 - head/devel/p5-Capture-Tiny 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.16 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: Fri, 29 Nov 2013 17:32:48 -0000 Author: sunpoet Date: Fri Nov 29 17:32:47 2013 New Revision: 335206 URL: http://svnweb.freebsd.org/changeset/ports/335206 Log: - Update to 0.23 - Add TEST_DEPENDS - Support STAGEDIR Changes: http://search.cpan.org/dist/Capture-Tiny/Changes PR: ports/184185 Submitted by: sunpoet (myself) Approved by: Bill Brinzer (maintainer) Modified: head/devel/p5-Capture-Tiny/Makefile head/devel/p5-Capture-Tiny/distinfo (contents, props changed) head/devel/p5-Capture-Tiny/pkg-plist (contents, props changed) Modified: head/devel/p5-Capture-Tiny/Makefile ============================================================================== --- head/devel/p5-Capture-Tiny/Makefile Fri Nov 29 17:31:26 2013 (r335205) +++ head/devel/p5-Capture-Tiny/Makefile Fri Nov 29 17:32:47 2013 (r335206) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Capture-Tiny -PORTVERSION= 0.22 +PORTVERSION= 0.23 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN @@ -13,10 +13,9 @@ COMMENT= Capture STDOUT and STDERR from LICENSE= AL2 +TEST_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline + USES= perl5 USE_PERL5= configure -MAN3= Capture::Tiny.3 - -NO_STAGE= yes .include Modified: head/devel/p5-Capture-Tiny/distinfo ============================================================================== --- head/devel/p5-Capture-Tiny/distinfo Fri Nov 29 17:31:26 2013 (r335205) +++ head/devel/p5-Capture-Tiny/distinfo Fri Nov 29 17:32:47 2013 (r335206) @@ -1,2 +1,2 @@ -SHA256 (Capture-Tiny-0.22.tar.gz) = 219f4778640241cbea4ae7096c55cf55353de932a9c27bec23c059ee18169985 -SIZE (Capture-Tiny-0.22.tar.gz) = 31390 +SHA256 (Capture-Tiny-0.23.tar.gz) = 427814015824014b41f666c16afadab0ea551db946e494fdfbc59c44c9569bdf +SIZE (Capture-Tiny-0.23.tar.gz) = 32942 Modified: head/devel/p5-Capture-Tiny/pkg-plist ============================================================================== --- head/devel/p5-Capture-Tiny/pkg-plist Fri Nov 29 17:31:26 2013 (r335205) +++ head/devel/p5-Capture-Tiny/pkg-plist Fri Nov 29 17:32:47 2013 (r335206) @@ -1,5 +1,6 @@ %%SITE_PERL%%/Capture/Tiny.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Capture/Tiny/.packlist +%%PERL5_MAN3%%/Capture::Tiny.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Capture/Tiny @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Capture @dirrmtry %%SITE_PERL%%/Capture From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 17:40:22 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 ESMTPS id 3638A631; Fri, 29 Nov 2013 17:40:22 +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 07EC613B5; Fri, 29 Nov 2013 17:40:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATHeL1q038495; Fri, 29 Nov 2013 17:40:21 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATHeLKe038493; Fri, 29 Nov 2013 17:40:21 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291740.rATHeLKe038493@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 17:40:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335207 - head/graphics/p5-GraphViz 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.16 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: Fri, 29 Nov 2013 17:40:22 -0000 Author: sunpoet Date: Fri Nov 29 17:40:21 2013 New Revision: 335207 URL: http://svnweb.freebsd.org/changeset/ports/335207 Log: - Update to 2.15 - Add LICENSE - Fix *_DEPENDS - Remove regression-test: Changes: http://search.cpan.org/dist/GraphViz/Changes Modified: head/graphics/p5-GraphViz/Makefile head/graphics/p5-GraphViz/distinfo (contents, props changed) Modified: head/graphics/p5-GraphViz/Makefile ============================================================================== --- head/graphics/p5-GraphViz/Makefile Fri Nov 29 17:32:47 2013 (r335206) +++ head/graphics/p5-GraphViz/Makefile Fri Nov 29 17:40:21 2013 (r335207) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= GraphViz -PORTVERSION= 2.14 +PORTVERSION= 2.15 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,19 +11,15 @@ EXTRACT_SUFX= .tgz MAINTAINER= perl@FreeBSD.org COMMENT= GraphViz - Perl interface to the GraphViz graphing tool -BUILD_DEPENDS= dot:${PORTSDIR}/graphics/graphviz \ - p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which -RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ - p5-Parse-RecDescent>=0:${PORTSDIR}/devel/p5-Parse-RecDescent \ - p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig \ - dot:${PORTSDIR}/graphics/graphviz +LICENSE= ART20 + +BUILD_DEPENDS= ${LOCALBASE}/bin/dot:${PORTSDIR}/graphics/graphviz \ + p5-IPC-Run>=0.60:${PORTSDIR}/devel/p5-IPC-Run \ + p5-Parse-RecDescent>=1.965.001:${PORTSDIR}/devel/p5-Parse-RecDescent \ + p5-XML-Twig>=3.38:${PORTSDIR}/textproc/p5-XML-Twig +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.if defined(MAINTAINER_MODE) -regression-test: build - cd ${WRKSRC} && ${MAKE} test -.endif - .include Modified: head/graphics/p5-GraphViz/distinfo ============================================================================== --- head/graphics/p5-GraphViz/distinfo Fri Nov 29 17:32:47 2013 (r335206) +++ head/graphics/p5-GraphViz/distinfo Fri Nov 29 17:40:21 2013 (r335207) @@ -1,2 +1,2 @@ -SHA256 (GraphViz-2.14.tgz) = 9958e697ada73f47a7e4e6529181f5d74ad3e212716c18123053cb4a085cf2e0 -SIZE (GraphViz-2.14.tgz) = 117648 +SHA256 (GraphViz-2.15.tgz) = e2c74250074022a965a262504ae70ba0dcb8ee7fab919998a8b9fad03648f559 +SIZE (GraphViz-2.15.tgz) = 118433 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 17:50:37 2013 Return-Path: Delivered-To: svn-ports-head@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 3F4BB7F1; Fri, 29 Nov 2013 17:50:37 +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 2BE4E148D; Fri, 29 Nov 2013 17:50:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATHob5W041643; Fri, 29 Nov 2013 17:50:37 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATHobsn041642; Fri, 29 Nov 2013 17:50:37 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311291750.rATHobsn041642@svn.freebsd.org> From: Marcus von Appen Date: Fri, 29 Nov 2013 17:50:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335208 - head/devel/zookeeper 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.16 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: Fri, 29 Nov 2013 17:50:37 -0000 Author: mva Date: Fri Nov 29 17:50:36 2013 New Revision: 335208 URL: http://svnweb.freebsd.org/changeset/ports/335208 Log: - Fix the usage of 'python' to get rid of the implicit lang/python dependency Approved by: gnn@ (maintainer) Modified: head/devel/zookeeper/Makefile (contents, props changed) Modified: head/devel/zookeeper/Makefile ============================================================================== --- head/devel/zookeeper/Makefile Fri Nov 29 17:40:21 2013 (r335207) +++ head/devel/zookeeper/Makefile Fri Nov 29 17:50:36 2013 (r335208) @@ -49,7 +49,7 @@ NO_STAGE= yes .include .if ${PORT_OPTIONS:MPYTHON} -USE_PYTHON= yes +USE_PYTHON= -2.7 BUILD_DEPENDS+= ant:${PORTSDIR}/devel/apache-ant PLIST_SUB+= WITH_PYTHON="" .else @@ -75,6 +75,10 @@ run-autotools: ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -if .endif +post-patch: + @${REINPLACE_CMD} -e 's|executable="python"|executable="${PYTHON_CMD}"|' \ + ${PYTHON_BINDING_WRKSRC}/build.xml + do-build: .if ${PORT_OPTIONS:MC} cd ${CONFIGURE_WRKSRC} && \ From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 18:00:13 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 ESMTPS id 30B45A66; Fri, 29 Nov 2013 18:00:13 +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 1D2FD14DC; Fri, 29 Nov 2013 18:00:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATI0C8s045250; Fri, 29 Nov 2013 18:00:12 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATI0CNI045249; Fri, 29 Nov 2013 18:00:12 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201311291800.rATI0CNI045249@svn.freebsd.org> From: Max Brazhnikov Date: Fri, 29 Nov 2013 18:00:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335209 - head/multimedia/libxine 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.16 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: Fri, 29 Nov 2013 18:00:13 -0000 Author: makc Date: Fri Nov 29 18:00:12 2013 New Revision: 335209 URL: http://svnweb.freebsd.org/changeset/ports/335209 Log: - Add updating reminder Approved by: nox (maintainer) Modified: head/multimedia/libxine/Makefile Modified: head/multimedia/libxine/Makefile ============================================================================== --- head/multimedia/libxine/Makefile Fri Nov 29 17:50:36 2013 (r335208) +++ head/multimedia/libxine/Makefile Fri Nov 29 18:00:12 2013 (r335209) @@ -69,6 +69,8 @@ OPTIONS_DEFINE= CACA ESOUND JACK GNOMEVF IMAGEMAGICK GTK2 WAVPACK VAAPI LIBBLURAY DOCSDIR= ${PREFIX}/share/doc/xine-lib +# Please sync with XINE_PLUGINSDIR in multimedia/xine +# and multimedia/vdr-plugin-xineliboutput PLIST_SUB= PLUGINSDIR="lib/xine/plugins/2.3" # DVDCSS version hardcoded in src/input/input_dvd.c misc/cdda_server.c From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 18:34:35 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 ESMTPS id B0873632; Fri, 29 Nov 2013 18:34:35 +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 9BF3417EB; Fri, 29 Nov 2013 18:34:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATIYZTQ058184; Fri, 29 Nov 2013 18:34:35 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATIYYcT058180; Fri, 29 Nov 2013 18:34:34 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201311291834.rATIYYcT058180@svn.freebsd.org> From: John Marino Date: Fri, 29 Nov 2013 18:34:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335210 - in head/ports-mgmt: pkg pkg-devel pkg-devel/files pkg/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.16 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: Fri, 29 Nov 2013 18:34:35 -0000 Author: marino Date: Fri Nov 29 18:34:34 2013 New Revision: 335210 URL: http://svnweb.freebsd.org/changeset/ports/335210 Log: ports-mgmt/pkg*: Prepare for alternative PORTSDIR support With the PKG_PORTSDIR make argument set, Release 1.2.2 will properly build pkg when PORTSDIR doesn't equal the default /usr/ports, as is the standard case with DragonFly. Additionally, pkg(8) and pkg-static(8) man pages are conditionally edited to remove references to the -j option when libjail isn't found on the system. This extra-patch should never be used on FreeBSD. Added: head/ports-mgmt/pkg-devel/files/ head/ports-mgmt/pkg-devel/files/extra-patch-pkg_pkg.8 (contents, props changed) head/ports-mgmt/pkg/files/ head/ports-mgmt/pkg/files/extra-patch-pkg_pkg.8 (contents, props changed) Modified: head/ports-mgmt/pkg-devel/Makefile head/ports-mgmt/pkg/Makefile Modified: head/ports-mgmt/pkg-devel/Makefile ============================================================================== --- head/ports-mgmt/pkg-devel/Makefile Fri Nov 29 18:00:12 2013 (r335209) +++ head/ports-mgmt/pkg-devel/Makefile Fri Nov 29 18:34:34 2013 (r335210) @@ -20,6 +20,7 @@ USE_XZ= yes NO_CCACHE= yes USE_LDCONFIG= yes USES= uidfix +MAKE_ARGS+= PKG_PORTSDIR=${PORTSDIR} MAKE_ENV+= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null \ PORTREVISION=${PORTREVISION} @@ -28,6 +29,10 @@ MAKE_ENV+= WITHOUT_PROFILE=yes __MAKE_CO # so that pkg-static is used from the wrkdir USE_SUBMAKE= yes +.if !exists(/usr/include/jail.h) +EXTRA_PATCHES= ${FILESDIR}/extra-patch-pkg_pkg.8 +.endif + .include .if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG) Added: head/ports-mgmt/pkg-devel/files/extra-patch-pkg_pkg.8 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/pkg-devel/files/extra-patch-pkg_pkg.8 Fri Nov 29 18:34:34 2013 (r335210) @@ -0,0 +1,34 @@ +--- pkg/pkg.8.orig 2013-11-27 18:14:50.000000000 +0000 ++++ pkg/pkg.8 +@@ -30,7 +30,7 @@ + .Op Fl d + .Op Fl l + .Op Fl N +-.Op Fl j Ao jail name or id Ac | Fl c Ao chroot path Ac ++.Op Fl c Ao chroot path Ac + .Op Fl C Ao configuration file Ac + .Op Fl R Ao repository configuration directory Ac + .Ao command Ac Ao Ar flags Ac +@@ -129,22 +129,6 @@ is installed and activated: + # pkg_install-specifics + fi + .Ed +-.It Fl j Ao jail name or id Ac +-.Nm +-will execute in the given +-.Ao jail name or id Ac , +-where +-.Em name +-matches +-.Dq Cm jls Ar name +-and +-.Em id +-matches +-.Dq Cm jls Ar jid . +-See +-.Xr jail 8 +-and +-.Xr jls 8 . + .It Fl c Ao chroot path Ac + .Nm + will chroot in the Modified: head/ports-mgmt/pkg/Makefile ============================================================================== --- head/ports-mgmt/pkg/Makefile Fri Nov 29 18:00:12 2013 (r335209) +++ head/ports-mgmt/pkg/Makefile Fri Nov 29 18:34:34 2013 (r335210) @@ -20,6 +20,7 @@ NO_CCACHE= yes USE_LDCONFIG= yes USES= uidfix shebangfix SHEBANG_FILES= scripts/completion/_pkg.bash.in +MAKE_ARGS+= PKG_PORTSDIR=${PORTSDIR} MAKE_ENV+= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null \ PORTREVISION=${PORTREVISION} @@ -28,6 +29,10 @@ MAKE_ENV+= WITHOUT_PROFILE=yes __MAKE_CO # so that pkg-static is used from the wrkdir USE_SUBMAKE= yes +.if !exists(/usr/include/jail.h) +EXTRA_PATCHES= ${FILESDIR}/extra-patch-pkg_pkg.8 +.endif + .include .if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG) Added: head/ports-mgmt/pkg/files/extra-patch-pkg_pkg.8 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/pkg/files/extra-patch-pkg_pkg.8 Fri Nov 29 18:34:34 2013 (r335210) @@ -0,0 +1,34 @@ +--- pkg/pkg.8.orig 2013-11-27 18:14:50.000000000 +0000 ++++ pkg/pkg.8 +@@ -30,7 +30,7 @@ + .Op Fl d + .Op Fl l + .Op Fl N +-.Op Fl j Ao jail name or id Ac | Fl c Ao chroot path Ac ++.Op Fl c Ao chroot path Ac + .Op Fl C Ao configuration file Ac + .Op Fl R Ao repository configuration directory Ac + .Ao command Ac Ao Ar flags Ac +@@ -129,22 +129,6 @@ is installed and activated: + # pkg_install-specifics + fi + .Ed +-.It Fl j Ao jail name or id Ac +-.Nm +-will execute in the given +-.Ao jail name or id Ac , +-where +-.Em name +-matches +-.Dq Cm jls Ar name +-and +-.Em id +-matches +-.Dq Cm jls Ar jid . +-See +-.Xr jail 8 +-and +-.Xr jls 8 . + .It Fl c Ao chroot path Ac + .Nm + will chroot in the From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 18:35:56 2013 Return-Path: Delivered-To: svn-ports-head@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 CB726768; Fri, 29 Nov 2013 18:35:56 +0000 (UTC) Received: from smtpout1.timeweb.ru (smtpout1.timeweb.ru [92.53.117.15]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 81A16180C; Fri, 29 Nov 2013 18:35:56 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1VmSup-00062o-A9; Fri, 29 Nov 2013 22:35:47 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id DEA29DBA; Fri, 29 Nov 2013 22:35:46 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id D52A1981; Fri, 29 Nov 2013 22:35:46 +0400 (MSK) Date: Fri, 29 Nov 2013 22:35:46 +0400 From: Dmitry Marakasov To: Gerald Pfeifer Subject: Re: svn commit: r335126 - in head/games/warzone2100: . files Message-ID: <20131129183546.GB95675@hades.panopticon> References: <201311282229.rASMTd04032520@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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: Fri, 29 Nov 2013 18:35:56 -0000 * Gerald Pfeifer (gerald@pfeifer.com) wrote: > > +.if ${OSVERSION} < 1000000 > > +USE_GCC= yes > > .endif > > This looks like a good indication that you may be looking for > USES=compiler:c11 > ;-) I'd like to not add misleading flags. Here, with old gcc it fails with cc1plus: error: unrecognized command line option "-Wno-enum-compare" -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 19:09:19 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 ESMTPS id F0E4F754; Fri, 29 Nov 2013 19:09:19 +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 C29C819EC; Fri, 29 Nov 2013 19:09:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATJ9JAC069372; Fri, 29 Nov 2013 19:09:19 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATJ9Jwf069370; Fri, 29 Nov 2013 19:09:19 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291909.rATJ9Jwf069370@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 19:09:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335211 - in head/devel/rubygem-jeweler: . 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.16 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: Fri, 29 Nov 2013 19:09:20 -0000 Author: sunpoet Date: Fri Nov 29 19:09:19 2013 New Revision: 335211 URL: http://svnweb.freebsd.org/changeset/ports/335211 Log: - Update to 1.8.8 - Support STAGEDIR Changes: https://github.com/technicalpickles/jeweler/blob/master/ChangeLog.markdown PR: ports/183145 Submitted by: Douglas William Thrift (maintainer) Deleted: head/devel/rubygem-jeweler/files/ Modified: head/devel/rubygem-jeweler/Makefile head/devel/rubygem-jeweler/distinfo Modified: head/devel/rubygem-jeweler/Makefile ============================================================================== --- head/devel/rubygem-jeweler/Makefile Fri Nov 29 18:34:34 2013 (r335210) +++ head/devel/rubygem-jeweler/Makefile Fri Nov 29 19:09:19 2013 (r335211) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= jeweler -PORTVERSION= 1.8.6 -PORTREVISION= 1 +PORTVERSION= 1.8.8 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -15,10 +14,11 @@ LICENSE= MIT RUN_DEPENDS= rubygem-builder>=0:${PORTSDIR}/devel/rubygem-builder \ rubygem-bundler>=1.0:${PORTSDIR}/sysutils/rubygem-bundler \ rubygem-git>=1.2.5:${PORTSDIR}/devel/rubygem-git \ - rubygem-highline>=0:${PORTSDIR}/devel/rubygem-highline \ + rubygem-highline>=1.6.15:${PORTSDIR}/devel/rubygem-highline \ rubygem-github_api>=0.10.1:${PORTSDIR}/devel/rubygem-github_api \ rubygem-nokogiri>=1.6.0:${PORTSDIR}/textproc/rubygem-nokogiri \ - rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake + rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake \ + rubygem-rdoc>=0:${PORTSDIR}/devel/rubygem-rdoc USE_RUBY= yes USE_RUBYGEMS= yes @@ -26,5 +26,4 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/jeweler -NO_STAGE= yes .include Modified: head/devel/rubygem-jeweler/distinfo ============================================================================== --- head/devel/rubygem-jeweler/distinfo Fri Nov 29 18:34:34 2013 (r335210) +++ head/devel/rubygem-jeweler/distinfo Fri Nov 29 19:09:19 2013 (r335211) @@ -1,2 +1,2 @@ -SHA256 (rubygem/jeweler-1.8.6.gem) = f1ea41bcaae3638cbc2bc2869adb7e225204cef9618d5789b9856e846ef875cd -SIZE (rubygem/jeweler-1.8.6.gem) = 56832 +SHA256 (rubygem/jeweler-1.8.8.gem) = 224b6978d5f6cce063082c0c9980565fe3ca8d09fa153809453653850c759684 +SIZE (rubygem/jeweler-1.8.8.gem) = 57344 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 19:10:36 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 ESMTPS id B5F3883D; Fri, 29 Nov 2013 19:10:36 +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 88CFD1A19; Fri, 29 Nov 2013 19:10:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATJAaFO070234; Fri, 29 Nov 2013 19:10:36 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATJAaYA070232; Fri, 29 Nov 2013 19:10:36 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291910.rATJAaYA070232@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 19:10:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335212 - head/databases/rubygem-sqlite3 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.16 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: Fri, 29 Nov 2013 19:10:36 -0000 Author: sunpoet Date: Fri Nov 29 19:10:35 2013 New Revision: 335212 URL: http://svnweb.freebsd.org/changeset/ports/335212 Log: - Update to 1.3.8 - While I'm here: - Add LICENSE - Convert to new LIB_DEPENDS format - Cosmetic change Changes: https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.rdoc PR: ports/182276 Submitted by: Matthias Petermann Modified: head/databases/rubygem-sqlite3/Makefile head/databases/rubygem-sqlite3/distinfo Modified: head/databases/rubygem-sqlite3/Makefile ============================================================================== --- head/databases/rubygem-sqlite3/Makefile Fri Nov 29 19:09:19 2013 (r335211) +++ head/databases/rubygem-sqlite3/Makefile Fri Nov 29 19:10:35 2013 (r335212) @@ -2,20 +2,20 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 1.3.7 +PORTVERSION= 1.3.8 CATEGORIES= databases rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby interface to the SQLite DB engine version 3 -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 -BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 +LICENSE= BSD -CONFIGURE_ARGS+=--with-sqlite3-dir=${LOCALBASE} +BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 +LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 +CONFIGURE_ARGS= --with-sqlite3-dir=${LOCALBASE} GEM_NAME= ${DISTNAME} - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/databases/rubygem-sqlite3/distinfo ============================================================================== --- head/databases/rubygem-sqlite3/distinfo Fri Nov 29 19:09:19 2013 (r335211) +++ head/databases/rubygem-sqlite3/distinfo Fri Nov 29 19:10:35 2013 (r335212) @@ -1,2 +1,2 @@ -SHA256 (rubygem/sqlite3-1.3.7.gem) = 7e1115e569aa9e993eceda01087d10147586d38d5cb7678c638b9d42894b9962 -SIZE (rubygem/sqlite3-1.3.7.gem) = 57856 +SHA256 (rubygem/sqlite3-1.3.8.gem) = 6a97b019e177d33472bac1aab199d9ae8c24f18eb63461cadc3223607a82287a +SIZE (rubygem/sqlite3-1.3.8.gem) = 58880 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 19:11:56 2013 Return-Path: Delivered-To: svn-ports-head@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 7D04C995; Fri, 29 Nov 2013 19:11:56 +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 693701A2D; Fri, 29 Nov 2013 19:11:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATJBub0072076; Fri, 29 Nov 2013 19:11:56 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATJBuNP072075; Fri, 29 Nov 2013 19:11:56 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291911.rATJBuNP072075@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 19:11:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335213 - head/net-im/centerim-devel/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.16 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: Fri, 29 Nov 2013 19:11:56 -0000 Author: sunpoet Date: Fri Nov 29 19:11:55 2013 New Revision: 335213 URL: http://svnweb.freebsd.org/changeset/ports/335213 Log: - Fix build with clang PR: ports/184360 Submitted by: amdmi3 Approved by: Frank Altpeter (maintainer) Added: head/net-im/centerim-devel/files/patch-libicq2000-src-ContactTree.cpp (contents, props changed) Added: head/net-im/centerim-devel/files/patch-libicq2000-src-ContactTree.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/centerim-devel/files/patch-libicq2000-src-ContactTree.cpp Fri Nov 29 19:11:55 2013 (r335213) @@ -0,0 +1,11 @@ +--- libicq2000/src/ContactTree.cpp.orig 2011-05-23 01:06:31.000000000 +0400 ++++ libicq2000/src/ContactTree.cpp 2013-11-28 19:19:57.334970339 +0400 +@@ -22,6 +22,8 @@ + #include "ContactTree.h" + #include "events.h" + ++#include ++ + namespace ICQ2000 { + + using std::string; From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 19:24:00 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 ESMTPS id C1044CBE; Fri, 29 Nov 2013 19:24:00 +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 AD4EB1AAD; Fri, 29 Nov 2013 19:24:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATJO0wt075787; Fri, 29 Nov 2013 19:24:00 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATJO0Nv075785; Fri, 29 Nov 2013 19:24:00 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291924.rATJO0Nv075785@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 19:24:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335214 - head/textproc/asciidoc 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.16 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: Fri, 29 Nov 2013 19:24:00 -0000 Author: sunpoet Date: Fri Nov 29 19:24:00 2013 New Revision: 335214 URL: http://svnweb.freebsd.org/changeset/ports/335214 Log: - Fix shebang Notified by: mva Modified: head/textproc/asciidoc/Makefile Modified: head/textproc/asciidoc/Makefile ============================================================================== --- head/textproc/asciidoc/Makefile Fri Nov 29 19:11:55 2013 (r335213) +++ head/textproc/asciidoc/Makefile Fri Nov 29 19:24:00 2013 (r335214) @@ -48,6 +48,7 @@ PLIST_SUB+= VIM_DATADIR="" .endif post-patch: + @${REINPLACE_CMD} -e 's|${SETENV} python|&2|' ${WRKSRC}/a2x.py .for conf_file in ${CONF_FILES} @cd ${WRKSRC}/ && ${MV} ${conf_file} ${conf_file}.sample .endfor From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 19:50:55 2013 Return-Path: Delivered-To: svn-ports-head@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 93CFF642; Fri, 29 Nov 2013 19:50:55 +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 6681C1C2E; Fri, 29 Nov 2013 19:50:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATJotnY085416; Fri, 29 Nov 2013 19:50:55 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATJotvA085408; Fri, 29 Nov 2013 19:50:55 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311291950.rATJotvA085408@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 19:50:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335215 - head/www/aria2 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.16 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: Fri, 29 Nov 2013 19:50:55 -0000 Author: sunpoet Date: Fri Nov 29 19:50:54 2013 New Revision: 335215 URL: http://svnweb.freebsd.org/changeset/ports/335215 Log: - Build and install libaria2 - Strip shared library - Bump PORTREVISION for package change Modified: head/www/aria2/Makefile head/www/aria2/pkg-plist Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Fri Nov 29 19:24:00 2013 (r335214) +++ head/www/aria2/Makefile Fri Nov 29 19:50:54 2013 (r335215) @@ -3,6 +3,7 @@ PORTNAME= aria2 PORTVERSION= 1.18.1 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} @@ -16,9 +17,9 @@ OPTIONS_DEFAULT=SQLITE OPTIONS_SUB= yes CA_BUNDLE_DESC= Use CA bundle from Mozilla Project -CONFIGURE_ARGS= --disable-epoll --enable-bittorrent --enable-metalink \ - --enable-shared --enable-threads=posix \ - --with-disk-cache=${ARIA2_DISK_CACHE} \ +CONFIGURE_ARGS= --disable-epoll --enable-bittorrent --enable-libaria2 \ + --enable-metalink --enable-shared --enable-static \ + --enable-threads=posix --with-disk-cache=${ARIA2_DISK_CACHE} \ --with-libxml2 --with-libz --with-openssl --without-gnutls \ --without-libcares --without-libexpat --without-libgcrypt \ --without-libgmp --without-libnettle @@ -28,6 +29,7 @@ CONFIGURE_ENV= OPENSSL_CFLAGS=-I${OPENSS GNU_CONFIGURE= yes USE_CXXSTD= c++11 USE_GNOME= libxml2 +USE_LDCONFIG= yes USE_OPENSSL= yes USE_XZ= yes USES= compiler:c++11-lib pathfix pkgconfig @@ -59,6 +61,9 @@ post-patch: @${REINPLACE_CMD} -e 's|\(install-exec-am\) install-data-am|\1|' ${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in .endif +post-build: + @${STRIP_CMD} ${WRKSRC}/src/.libs/libaria2.so.0 + post-install: .if ${PORT_OPTIONS:MDOCS} @${INSTALL_DATA} ${WRKSRC}/README.html ${STAGEDIR}${DOCSDIR}/ Modified: head/www/aria2/pkg-plist ============================================================================== --- head/www/aria2/pkg-plist Fri Nov 29 19:24:00 2013 (r335214) +++ head/www/aria2/pkg-plist Fri Nov 29 19:50:54 2013 (r335215) @@ -1,4 +1,10 @@ bin/aria2c +include/aria2/aria2.h +lib/libaria2.a +lib/libaria2.la +lib/libaria2.so +lib/libaria2.so.0 +libdata/pkgconfig/libaria2.pc man/man1/aria2c.1.gz man/pt/man1/aria2c.1.gz man/ru/man1/aria2c.1.gz @@ -71,3 +77,4 @@ man/ru/man1/aria2c.1.gz @dirrmtry man/ru @dirrmtry man/pt/man1 @dirrmtry man/pt +@dirrmtry include/aria2 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 19:55:30 2013 Return-Path: Delivered-To: svn-ports-head@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 E2DE778D; Fri, 29 Nov 2013 19:55:30 +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 CE0551C5A; Fri, 29 Nov 2013 19:55:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATJtU8Y086092; Fri, 29 Nov 2013 19:55:30 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATJtUpH086088; Fri, 29 Nov 2013 19:55:30 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201311291955.rATJtUpH086088@svn.freebsd.org> From: Dirk Meyer Date: Fri, 29 Nov 2013 19:55:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335216 - in head/irc: xchat-fish xchat-fish/files xchat-mircryption xchat-ruby 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.16 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: Fri, 29 Nov 2013 19:55:31 -0000 Author: dinoex Date: Fri Nov 29 19:55:29 2013 New Revision: 335216 URL: http://svnweb.freebsd.org/changeset/ports/335216 Log: - use STAGEDIR - use USE_DOS2UNIX Modified: head/irc/xchat-fish/Makefile head/irc/xchat-fish/files/patch-FiSH.c head/irc/xchat-mircryption/Makefile head/irc/xchat-ruby/Makefile Modified: head/irc/xchat-fish/Makefile ============================================================================== --- head/irc/xchat-fish/Makefile Fri Nov 29 19:50:54 2013 (r335215) +++ head/irc/xchat-fish/Makefile Fri Nov 29 19:55:29 2013 (r335216) @@ -17,10 +17,9 @@ COMMENT= An encryption plugin for XChat BUILD_DEPENDS= ${LOCALBASE}/lib/libmiracl.a:${PORTSDIR}/math/miracl RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat -NO_STAGE= yes - USE_ZIP= yes NO_WRKSUBDIR= yes +USE_DOS2UNIX= yes DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} CCFLAGS+= -Wall -O2 -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -30,27 +29,19 @@ PLIST_FILES= lib/xchat/plugins/xfish.so PORTDOCS= FiSH-xchat.txt \ FiSH-xchat_History.txt +.include + post-patch: - @${CP} -pf ${FILESDIR}/Makefile ${WRKSRC}/ - @${RM} -f ${WRKSRC}/mir* -# \r\n -> \n - @${FIND} ${WRKSRC} -type f -exec \ - ${REINPLACE_CMD} -E \ - -e 's| ||' \ - {} \; + ${RM} -f ${WRKSRC}/mir* + ${CP} -pf ${FILESDIR}/Makefile ${WRKSRC}/ do-install: -# docs -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for doc in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${doc} \ - ${DOCSDIR}/ -.endfor + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/xchat/plugins + ${INSTALL_PROGRAM} ${WRKSRC}/xfish.so \ + ${STAGEDIR}${PREFIX}/lib/xchat/plugins/ +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ .endif -# plugin - @${MKDIR} ${PREFIX}/lib/xchat/plugins - @${INSTALL_PROGRAM} ${WRKSRC}/xfish.so \ - ${PREFIX}/lib/xchat/plugins/ .include Modified: head/irc/xchat-fish/files/patch-FiSH.c ============================================================================== --- head/irc/xchat-fish/files/patch-FiSH.c Fri Nov 29 19:50:54 2013 (r335215) +++ head/irc/xchat-fish/files/patch-FiSH.c Fri Nov 29 19:55:29 2013 (r335216) @@ -1,10 +1,10 @@ --- FiSH.c.orig 2006-03-15 22:17:58.000000000 +0100 +++ FiSH.c 2008-03-29 17:27:33.000000000 +0100 @@ -4,6 +4,7 @@ - - + + #include "xchat-plugin.h" +#include #include "FiSH.h" - static xchat_plugin *ph=0; // plugin handle + static xchat_plugin *ph=0; // plugin handle Modified: head/irc/xchat-mircryption/Makefile ============================================================================== --- head/irc/xchat-mircryption/Makefile Fri Nov 29 19:50:54 2013 (r335215) +++ head/irc/xchat-mircryption/Makefile Fri Nov 29 19:55:29 2013 (r335216) @@ -16,15 +16,13 @@ COMMENT= A free encryption add-on for th RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat -NO_STAGE= yes - USE_ZIP= yes +USE_DOS2UNIX= yes ALL_TARGET= freebsd CFLAGS+= -fPIC USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/src/xchat/ -# DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} @@ -33,44 +31,32 @@ PLIST_FILES= lib/xchat/plugins/mircrypti PORTDOCS= README.txt PORTEXAMPLES= mcps_masterkey_on_start.pl +.include + post-patch: -# \r\n -> \n - @${FIND} ${WRKSRC} -type f -exec \ - ${REINPLACE_CMD} -E \ - -e 's| ||' \ - {} \; -# CFLAGS safeness -# LDFLAGS safeness -# linker safeness - @${REINPLACE_CMD} -E \ + ${REINPLACE_CMD} -E \ -e 's|^(CFLAGS.+)"$$|\1 ${CFLAGS}"|' \ -e 's|^(LDFLAGS.+)"$$|\1 ${LDFLAGS}"|' \ -e 's|^(LOAD).*$$|LOAD=${CXX}|' \ ${WRKSRC}/${MAKEFILE} -# set perl path if it exists -.ifdef(PERL5) - @${REINPLACE_CMD} -E \ + ${REINPLACE_CMD} -E \ -e 's|/usr/bin/perl|${PERL5}|' \ ${WRKSRC}/extras/mcps_masterkey_on_start.pl -.endif do-install: -# docs -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README.txt \ - ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/xchat/plugins + ${INSTALL_PROGRAM} ${WRKSRC}/mircryption.so \ + ${STAGEDIR}${PREFIX}/lib/xchat/plugins +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.txt \ + ${STAGEDIR}${DOCSDIR}/ .endif -# plugin - @${MKDIR} ${PREFIX}/lib/xchat/plugins - @${INSTALL_PROGRAM} ${WRKSRC}/mircryption.so \ - ${PREFIX}/lib/xchat/plugins -# script -.if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_SCRIPT} \ +.if ${PORT_OPTIONS:MEXAMPLES} + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} \ ${WRKSRC}/extras/mcps_masterkey_on_start.pl \ - ${EXAMPLESDIR} + ${STAGEDIR}${EXAMPLESDIR}/ .endif .include Modified: head/irc/xchat-ruby/Makefile ============================================================================== --- head/irc/xchat-ruby/Makefile Fri Nov 29 19:50:54 2013 (r335215) +++ head/irc/xchat-ruby/Makefile Fri Nov 29 19:55:29 2013 (r335216) @@ -15,8 +15,6 @@ RUN_DEPENDS= xchat:${PORTSDIR}/irc/xchat LICENSE= GPLv2 -NO_STAGE= yes - USE_RUBY= yes USE_LIBRUBY= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src @@ -27,6 +25,8 @@ PLIST_FILES= lib/xchat/plugins/xchat-rub PORTDOCS= README ChangeLog PORTEXAMPLES= embedify.rb TimerSample.rb JFilter.rb JBanner.rb +.include + post-patch: ${REINPLACE_CMD} \ -e 's|^RUBY=.*|RUBY=${RUBY}|' \ @@ -35,21 +35,17 @@ post-patch: ${WRKSRC}/Makefile do-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/xchat/plugins ${INSTALL_PROGRAM} ${WRKSRC}/xchat-ruby.so \ - ${PREFIX}/lib/xchat/plugins/ -.ifndef(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for doc in ${PORTDOCS} - ${INSTALL_DATA} ${DOCSRC}/${doc} \ - ${DOCSDIR}/ -.endfor + ${STAGEDIR}${PREFIX}/lib/xchat/plugins/ +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S,^,${DOCSRC}/,} ${STAGEDIR}${DOCSDIR}/ .endif -.if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} -.for doc in ${PORTEXAMPLES} - ${INSTALL_DATA} ${DOCSRC}/*/${doc} \ - ${EXAMPLESDIR}/ -.endfor +.if ${PORT_OPTIONS:MEXAMPLES} + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${PORTEXAMPLES:S,^,${DOCSRC}/*/,} \ + ${STAGEDIR}${EXAMPLESDIR}/ .endif .include From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 19:56:52 2013 Return-Path: Delivered-To: svn-ports-head@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 2F13A874; Fri, 29 Nov 2013 19:56:52 +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 106E91C63; Fri, 29 Nov 2013 19:56:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATJupjf086319; Fri, 29 Nov 2013 19:56:51 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATJup6S086316; Fri, 29 Nov 2013 19:56:51 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201311291956.rATJup6S086316@svn.freebsd.org> From: Dirk Meyer Date: Fri, 29 Nov 2013 19:56:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335217 - in head: mail/rbl-milter multimedia/xanim security/tinc 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.16 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: Fri, 29 Nov 2013 19:56:52 -0000 Author: dinoex Date: Fri Nov 29 19:56:51 2013 New Revision: 335217 URL: http://svnweb.freebsd.org/changeset/ports/335217 Log: - use STAGEDIR Modified: head/mail/rbl-milter/Makefile head/multimedia/xanim/Makefile head/security/tinc/Makefile Modified: head/mail/rbl-milter/Makefile ============================================================================== --- head/mail/rbl-milter/Makefile Fri Nov 29 19:55:29 2013 (r335216) +++ head/mail/rbl-milter/Makefile Fri Nov 29 19:56:51 2013 (r335217) @@ -10,8 +10,6 @@ MASTER_SITES= http://opensource.confusti MAINTAINER= dinoex@FreeBSD.org COMMENT= A milter that adds mail header warnings on mail from open-relays -NO_STAGE= yes - USE_RC_SUBR= rblmilter GNU_CONFIGURE= yes USE_GMAKE= yes @@ -22,13 +20,9 @@ PLIST_FILES= sbin/rbl-milter .if defined(NO_WERROR) pre-configure: - @${CP} ${WRKSRC}/configure ${WRKSRC}/configure.sed - @${SED} 's!-Werror!!' ${WRKSRC}/configure.sed >${WRKSRC}/configure + ${REINPLACE_CMD} -e 's!-Werror!!' ${WRKSRC}/configure .endif -post-install: - @${CAT} ${PKGMESSAGE} - .include .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" Modified: head/multimedia/xanim/Makefile ============================================================================== --- head/multimedia/xanim/Makefile Fri Nov 29 19:55:29 2013 (r335216) +++ head/multimedia/xanim/Makefile Fri Nov 29 19:56:51 2013 (r335217) @@ -16,18 +16,16 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Play most popular animation formats and show pictures NO_CDROM= redistributed without fee -NO_STAGE= yes +#NO_STAGE= yes # clang's cpp destroys whitespace, particularly hard tabs in makefiles, # which is fatal for imake. USES= imake USE_GCC= any USE_XORG= xext xt sm ice xext x11 -MAN1= xanim.1 MAKE_ARGS+= -j 2 # safe and helps even the single-CPU machines DLLDIR= ${PREFIX}/lib/X11/xanim -PLIST_FILES+= bin/xanim -NO_CDROM= without fee +PLIST_FILES+= bin/xanim man/man1/xanim.1.gz post-extract: ${CP} ${WRKSRC}/docs/xanim.man ${WRKSRC} @@ -56,9 +54,9 @@ PLIST_FILES+= lib/X11/xanim/cvid.readme PLIST_DIRS+= lib/X11/xanim post-install: - @${MKDIR} ${DLLDIR} - ${INSTALL_DATA} ${WRKDIR}/*.readme ${DLLDIR} - ${INSTALL_DATA} ${WRKDIR}/*.xa ${DLLDIR} + ${MKDIR} ${STAGEDIR}${DLLDIR} + ${INSTALL_DATA} ${WRKDIR}/*.readme ${STAGEDIR}${DLLDIR}/ + ${INSTALL_DATA} ${WRKDIR}/*.xa ${STAGEDIR}${DLLDIR}/ .endif .include Modified: head/security/tinc/Makefile ============================================================================== --- head/security/tinc/Makefile Fri Nov 29 19:55:29 2013 (r335216) +++ head/security/tinc/Makefile Fri Nov 29 19:56:51 2013 (r335217) @@ -15,8 +15,6 @@ LIB_DEPENDS= lzo2:${PORTSDIR}/archivers/ LICENSE= GPLv3 -NO_STAGE= yes - USE_OPENSSL= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include @@ -24,9 +22,9 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --localstatedir=/var USE_RC_SUBR= tincd -PLIST_FILES= sbin/tincd -MAN5= tinc.conf.5 -MAN8= tincd.8 +PLIST_FILES= sbin/tincd \ + man/man5/tinc.conf.5.gz man/man8/tincd.8.gz + INFO= tinc .include From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 20:02:07 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 ESMTPS id 12D9A9DD; Fri, 29 Nov 2013 20:02:07 +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 F0F9C1CBF; Fri, 29 Nov 2013 20:02:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATK26ui089403; Fri, 29 Nov 2013 20:02:06 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATK25tq089397; Fri, 29 Nov 2013 20:02:05 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292002.rATK25tq089397@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 20:02:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335218 - in head/textproc: . py-pdfminer 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.16 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: Fri, 29 Nov 2013 20:02:07 -0000 Author: sunpoet Date: Fri Nov 29 20:02:05 2013 New Revision: 335218 URL: http://svnweb.freebsd.org/changeset/ports/335218 Log: - Add py-pdfminer - While I'm here, update to 20131113 PDFMiner is a tool for extracting information from PDF documents. Unlike other PDF-related tools, it focuses entirely on getting and analyzing text data. PDFMiner allows to obtain the exact location of texts in a page, as well as other information such as fonts or lines. It includes a PDF converter that can transform PDF files into other text formats (such as HTML). It has an extensible PDF parser that can be used for other purposes instead of text analysis. WWW: http://www.unixuser.org/~euske/python/pdfminer/index.html PR: ports/181992 Submitted by: Kozlov Sergey Added: head/textproc/py-pdfminer/ head/textproc/py-pdfminer/Makefile (contents, props changed) head/textproc/py-pdfminer/distinfo (contents, props changed) head/textproc/py-pdfminer/pkg-descr (contents, props changed) head/textproc/py-pdfminer/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Nov 29 19:56:51 2013 (r335217) +++ head/textproc/Makefile Fri Nov 29 20:02:05 2013 (r335218) @@ -1175,6 +1175,7 @@ SUBDIR += py-markdown2 SUBDIR += py-openpyxl SUBDIR += py-paragrep + SUBDIR += py-pdfminer SUBDIR += py-pss SUBDIR += py-pyctpp2 SUBDIR += py-pyelasticsearch Added: head/textproc/py-pdfminer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-pdfminer/Makefile Fri Nov 29 20:02:05 2013 (r335218) @@ -0,0 +1,18 @@ +# Created by: Kozlov Sergey +# $FreeBSD$ + +PORTNAME= pdfminer +PORTVERSION= 20131113 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= kozlov.sergey.404@gmail.com +COMMENT= PDF parser and analyzer + +LICENSE= MIT + +USE_PYTHON= -2.7 +USE_PYDISTUTILS=yes + +.include Added: head/textproc/py-pdfminer/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-pdfminer/distinfo Fri Nov 29 20:02:05 2013 (r335218) @@ -0,0 +1,2 @@ +SHA256 (pdfminer-20131113.tar.gz) = 1016246265f9d48645229164ef44483e9b9a1b3e6902783782f9ae4e1024ea19 +SIZE (pdfminer-20131113.tar.gz) = 4080763 Added: head/textproc/py-pdfminer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-pdfminer/pkg-descr Fri Nov 29 20:02:05 2013 (r335218) @@ -0,0 +1,9 @@ +PDFMiner is a tool for extracting information from PDF documents. Unlike other +PDF-related tools, it focuses entirely on getting and analyzing text data. +PDFMiner allows to obtain the exact location of texts in a page, as well as +other information such as fonts or lines. It includes a PDF converter that can +transform PDF files into other text formats (such as HTML). +It has an extensible PDF parser that can be used for other purposes instead +of text analysis. + +WWW: http://www.unixuser.org/~euske/python/pdfminer/index.html Added: head/textproc/py-pdfminer/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-pdfminer/pkg-plist Fri Nov 29 20:02:05 2013 (r335218) @@ -0,0 +1,79 @@ +bin/dumppdf.py +bin/latin2ascii.py +bin/pdf2txt.py +%%PYTHON_SITELIBDIR%%/pdfminer/__init__.py +%%PYTHON_SITELIBDIR%%/pdfminer/__init__.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/__init__.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/arcfour.py +%%PYTHON_SITELIBDIR%%/pdfminer/arcfour.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/arcfour.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/ascii85.py +%%PYTHON_SITELIBDIR%%/pdfminer/ascii85.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/ascii85.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/ccitt.py +%%PYTHON_SITELIBDIR%%/pdfminer/ccitt.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/ccitt.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/cmapdb.py +%%PYTHON_SITELIBDIR%%/pdfminer/cmapdb.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/cmapdb.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/converter.py +%%PYTHON_SITELIBDIR%%/pdfminer/converter.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/converter.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/encodingdb.py +%%PYTHON_SITELIBDIR%%/pdfminer/encodingdb.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/encodingdb.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/fontmetrics.py +%%PYTHON_SITELIBDIR%%/pdfminer/fontmetrics.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/fontmetrics.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/glyphlist.py +%%PYTHON_SITELIBDIR%%/pdfminer/glyphlist.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/glyphlist.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/image.py +%%PYTHON_SITELIBDIR%%/pdfminer/image.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/image.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/latin_enc.py +%%PYTHON_SITELIBDIR%%/pdfminer/latin_enc.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/latin_enc.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/layout.py +%%PYTHON_SITELIBDIR%%/pdfminer/layout.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/layout.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/lzw.py +%%PYTHON_SITELIBDIR%%/pdfminer/lzw.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/lzw.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/pdfcolor.py +%%PYTHON_SITELIBDIR%%/pdfminer/pdfcolor.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/pdfcolor.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/pdfdevice.py +%%PYTHON_SITELIBDIR%%/pdfminer/pdfdevice.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/pdfdevice.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/pdfdocument.py +%%PYTHON_SITELIBDIR%%/pdfminer/pdfdocument.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/pdfdocument.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/pdffont.py +%%PYTHON_SITELIBDIR%%/pdfminer/pdffont.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/pdffont.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/pdfinterp.py +%%PYTHON_SITELIBDIR%%/pdfminer/pdfinterp.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/pdfinterp.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/pdfpage.py +%%PYTHON_SITELIBDIR%%/pdfminer/pdfpage.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/pdfpage.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/pdfparser.py +%%PYTHON_SITELIBDIR%%/pdfminer/pdfparser.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/pdfparser.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/pdftypes.py +%%PYTHON_SITELIBDIR%%/pdfminer/pdftypes.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/pdftypes.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/psparser.py +%%PYTHON_SITELIBDIR%%/pdfminer/psparser.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/psparser.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/rijndael.py +%%PYTHON_SITELIBDIR%%/pdfminer/rijndael.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/rijndael.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/runlength.py +%%PYTHON_SITELIBDIR%%/pdfminer/runlength.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/runlength.pyo +%%PYTHON_SITELIBDIR%%/pdfminer/utils.py +%%PYTHON_SITELIBDIR%%/pdfminer/utils.pyc +%%PYTHON_SITELIBDIR%%/pdfminer/utils.pyo +@dirrmtry %%PYTHON_SITELIBDIR%%/pdfminer From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 20:15:49 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 ESMTPS id A00F9E57; Fri, 29 Nov 2013 20:15:49 +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 7F9271D44; Fri, 29 Nov 2013 20:15:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATKFn43093963; Fri, 29 Nov 2013 20:15:49 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATKFm5n093959; Fri, 29 Nov 2013 20:15:48 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201311292015.rATKFm5n093959@svn.freebsd.org> From: Juergen Lock Date: Fri, 29 Nov 2013 20:15:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335219 - in head/devel: . py-singledispatch 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.16 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: Fri, 29 Nov 2013 20:15:49 -0000 Author: nox Date: Fri Nov 29 20:15:48 2013 New Revision: 335219 URL: http://svnweb.freebsd.org/changeset/ports/335219 Log: Add devel/py-singledispatch: This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3. PEP 443 proposed to expose a mechanism in the functools standard library module in Python 3.4 that provides a simple form of generic programming known as single-dispatch generic functions. This library is a backport of this functionality to Python 2.6 - 3.3. WWW: https://pypi.python.org/pypi/singledispatch Added: head/devel/py-singledispatch/ head/devel/py-singledispatch/Makefile (contents, props changed) head/devel/py-singledispatch/distinfo (contents, props changed) head/devel/py-singledispatch/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Nov 29 20:02:05 2013 (r335218) +++ head/devel/Makefile Fri Nov 29 20:15:48 2013 (r335219) @@ -3766,6 +3766,7 @@ SUBDIR += py-simpleparse SUBDIR += py-simpletal SUBDIR += py-simpy + SUBDIR += py-singledispatch SUBDIR += py-sip SUBDIR += py-six SUBDIR += py-smmap Added: head/devel/py-singledispatch/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-singledispatch/Makefile Fri Nov 29 20:15:48 2013 (r335219) @@ -0,0 +1,19 @@ +# Created by: Juergen Lock +# $FreeBSD$ + +PORTNAME= singledispatch +PORTVERSION= 3.4.0.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= provides single-dispatch generic functions + +LICENSE= MIT + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes + +.include Added: head/devel/py-singledispatch/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-singledispatch/distinfo Fri Nov 29 20:15:48 2013 (r335219) @@ -0,0 +1,2 @@ +SHA256 (singledispatch-3.4.0.2.tar.gz) = 4bdd0307cae0d13abb0546df1ab85201b9067090d191e33387e27e1463a7bfd5 +SIZE (singledispatch-3.4.0.2.tar.gz) = 9499 Added: head/devel/py-singledispatch/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-singledispatch/pkg-descr Fri Nov 29 20:15:48 2013 (r335219) @@ -0,0 +1,10 @@ +This library brings functools.singledispatch from Python 3.4 to +Python 2.6-3.3. + +PEP 443 proposed to expose a mechanism in the functools standard +library module in Python 3.4 that provides a simple form of generic +programming known as single-dispatch generic functions. + +This library is a backport of this functionality to Python 2.6 - 3.3. + +WWW: https://pypi.python.org/pypi/singledispatch From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 20:20:46 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 ESMTPS id 7CFBE17C; Fri, 29 Nov 2013 20:20:46 +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 694801D96; Fri, 29 Nov 2013 20:20:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATKKkpc096725; Fri, 29 Nov 2013 20:20:46 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATKKkgI096724; Fri, 29 Nov 2013 20:20:46 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201311292020.rATKKkgI096724@svn.freebsd.org> From: Juergen Lock Date: Fri, 29 Nov 2013 20:20:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335220 - head/multimedia/py-librtmp 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.16 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: Fri, 29 Nov 2013 20:20:46 -0000 Author: nox Date: Fri Nov 29 20:20:45 2013 New Revision: 335220 URL: http://svnweb.freebsd.org/changeset/ports/335220 Log: - This actually needs devel/py-singledispatch at runtime so add that to RUN_DEPENDS. - Bump PORTREVISION. - Pet portlint. Approved by: wg (maintainer) Modified: head/multimedia/py-librtmp/Makefile Modified: head/multimedia/py-librtmp/Makefile ============================================================================== --- head/multimedia/py-librtmp/Makefile Fri Nov 29 20:15:48 2013 (r335219) +++ head/multimedia/py-librtmp/Makefile Fri Nov 29 20:20:45 2013 (r335220) @@ -3,10 +3,11 @@ PORTNAME= librtmp PORTVERSION= 0.1.2 +PORTREVISION= 1 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP -DISTNAME= python-${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python-${PORTNAME}-${PORTVERSION} MAINTAINER= wg@FreeBSD.org COMMENT= Python bindings for librtmp, built with cffi @@ -15,6 +16,7 @@ LICENSE= BSD LIB_DEPENDS= librtmp.so:${PORTSDIR}/multimedia/librtmp BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=0:${PORTSDIR}/devel/py-cffi +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}singledispatch>=0:${PORTSDIR}/devel/py-singledispatch CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 20:23:40 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 ESMTPS id 6F72C28A; Fri, 29 Nov 2013 20:23:40 +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 5B7D51DB4; Fri, 29 Nov 2013 20:23:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATKNepO097211; Fri, 29 Nov 2013 20:23:40 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATKNdZg097207; Fri, 29 Nov 2013 20:23:39 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201311292023.rATKNdZg097207@svn.freebsd.org> From: Juergen Lock Date: Fri, 29 Nov 2013 20:23:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335221 - in head/multimedia: . livestreamer 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.16 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: Fri, 29 Nov 2013 20:23:40 -0000 Author: nox Date: Fri Nov 29 20:23:39 2013 New Revision: 335221 URL: http://svnweb.freebsd.org/changeset/ports/335221 Log: Add multimedia/livestreamer: Livestreamer is a Command Line Interface that pipes video streams from various services into a video player, such as VLC. The main purpose of Livestreamer is to allow the user to avoid buggy and CPU heavy flash plugins but still be able to enjoy various streamed content. Livestreamer is built upon a plugin system which allows support for new services to be easily added. Currently most of the big streaming services are supported, such as: Dailymotion Livestream Twitch/Justin.tv YouTube Live UStream Example use: $ livestreamer twitch.tv/day9tv best [cli][info] Found matching plugin justintv for URL twitch.tv/day9tv [cli][info] Opening stream: 720p [cli][info] Starting player: vlc WWW: https://github.com/chrippa/livestreamer Added: head/multimedia/livestreamer/ head/multimedia/livestreamer/Makefile (contents, props changed) head/multimedia/livestreamer/distinfo (contents, props changed) head/multimedia/livestreamer/pkg-descr (contents, props changed) Modified: head/multimedia/Makefile Modified: head/multimedia/Makefile ============================================================================== --- head/multimedia/Makefile Fri Nov 29 20:20:45 2013 (r335220) +++ head/multimedia/Makefile Fri Nov 29 20:23:39 2013 (r335221) @@ -202,6 +202,7 @@ SUBDIR += linux_dvbwrapper-kmod SUBDIR += linux_v4l2wrapper-kmod SUBDIR += lives + SUBDIR += livestreamer SUBDIR += lsdvd SUBDIR += lxdvdrip SUBDIR += m2tstoavi Added: head/multimedia/livestreamer/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/livestreamer/Makefile Fri Nov 29 20:23:39 2013 (r335221) @@ -0,0 +1,22 @@ +# Created by: Juergen Lock +# $FreeBSD$ + +PORTNAME= livestreamer +PORTVERSION= 1.7.0 +CATEGORIES= multimedia python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= multimedia@FreeBSD.org +COMMENT= Extract web streams and pipe them into video player of choice + +LICENSE= BSD + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \ + ${PYTHON_PKGNAMEPREFIX}librtmp>=0:${PORTSDIR}/multimedia/py-librtmp + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes + +.include Added: head/multimedia/livestreamer/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/livestreamer/distinfo Fri Nov 29 20:23:39 2013 (r335221) @@ -0,0 +1,2 @@ +SHA256 (livestreamer-1.7.0.tar.gz) = 5c653cd3883349f97181ec36692983cebcfaf62c864692d365450d4300dc6067 +SIZE (livestreamer-1.7.0.tar.gz) = 86888 Added: head/multimedia/livestreamer/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/livestreamer/pkg-descr Fri Nov 29 20:23:39 2013 (r335221) @@ -0,0 +1,23 @@ +Livestreamer is a Command Line Interface that pipes video streams +from various services into a video player, such as VLC. The main +purpose of Livestreamer is to allow the user to avoid buggy and CPU +heavy flash plugins but still be able to enjoy various streamed +content. + +Livestreamer is built upon a plugin system which allows support for +new services to be easily added. Currently most of the big streaming +services are supported, such as: + Dailymotion + Livestream + Twitch/Justin.tv + YouTube Live + UStream + +Example use: + +$ livestreamer twitch.tv/day9tv best +[cli][info] Found matching plugin justintv for URL twitch.tv/day9tv +[cli][info] Opening stream: 720p +[cli][info] Starting player: vlc + +WWW: https://github.com/chrippa/livestreamer From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 21:10:12 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 ESMTPS id C4C90A0C; Fri, 29 Nov 2013 21:10:12 +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 B068A1FA9; Fri, 29 Nov 2013 21:10:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATLACfH013429; Fri, 29 Nov 2013 21:10:12 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATLACRj013428; Fri, 29 Nov 2013 21:10:12 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292110.rATLACRj013428@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 21:10:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335222 - head/databases/rubygem-familia 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.16 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: Fri, 29 Nov 2013 21:10:12 -0000 Author: sunpoet Date: Fri Nov 29 21:10:12 2013 New Revision: 335222 URL: http://svnweb.freebsd.org/changeset/ports/335222 Log: - Add LICENSE Modified: head/databases/rubygem-familia/Makefile Modified: head/databases/rubygem-familia/Makefile ============================================================================== --- head/databases/rubygem-familia/Makefile Fri Nov 29 20:23:39 2013 (r335221) +++ head/databases/rubygem-familia/Makefile Fri Nov 29 21:10:12 2013 (r335222) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Organize and store ruby objects in Redis +LICENSE= MIT + RUN_DEPENDS= rubygem-gibbler>=0.8.6:${PORTSDIR}/devel/rubygem-gibbler \ rubygem-multi_json>=0.0.5:${PORTSDIR}/devel/rubygem-multi_json \ rubygem-redis>=2.1.0:${PORTSDIR}/databases/rubygem-redis \ From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 21:11:27 2013 Return-Path: Delivered-To: svn-ports-head@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 21DD9AF8; Fri, 29 Nov 2013 21:11:27 +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 0BCD31FD4; Fri, 29 Nov 2013 21:11:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATLBQXl014280; Fri, 29 Nov 2013 21:11:26 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATLBQJv014279; Fri, 29 Nov 2013 21:11:26 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292111.rATLBQJv014279@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 21:11:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335223 - head/databases/rubygem-redis 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.16 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: Fri, 29 Nov 2013 21:11:27 -0000 Author: sunpoet Date: Fri Nov 29 21:11:26 2013 New Revision: 335223 URL: http://svnweb.freebsd.org/changeset/ports/335223 Log: - Add LICENSE Modified: head/databases/rubygem-redis/Makefile Modified: head/databases/rubygem-redis/Makefile ============================================================================== --- head/databases/rubygem-redis/Makefile Fri Nov 29 21:10:12 2013 (r335222) +++ head/databases/rubygem-redis/Makefile Fri Nov 29 21:11:26 2013 (r335223) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Ruby client library for Redis, the key value storage server +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 21:12:38 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 ESMTPS id BCEE3BD7; Fri, 29 Nov 2013 21:12:38 +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 A82511FD9; Fri, 29 Nov 2013 21:12:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATLCch1014559; Fri, 29 Nov 2013 21:12:38 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATLCckO014558; Fri, 29 Nov 2013 21:12:38 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292112.rATLCckO014558@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 21:12:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335224 - head/devel/rubygem-attic 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.16 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: Fri, 29 Nov 2013 21:12:38 -0000 Author: sunpoet Date: Fri Nov 29 21:12:38 2013 New Revision: 335224 URL: http://svnweb.freebsd.org/changeset/ports/335224 Log: - Add LICENSE Modified: head/devel/rubygem-attic/Makefile Modified: head/devel/rubygem-attic/Makefile ============================================================================== --- head/devel/rubygem-attic/Makefile Fri Nov 29 21:11:26 2013 (r335223) +++ head/devel/rubygem-attic/Makefile Fri Nov 29 21:12:38 2013 (r335224) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Place to hide private instance variables in your Ruby objects +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 21:13:52 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 ESMTPS id 0A80DF14; Fri, 29 Nov 2013 21:13:52 +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 EA62D1FE3; Fri, 29 Nov 2013 21:13:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATLDp5n014840; Fri, 29 Nov 2013 21:13:51 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATLDp2G014838; Fri, 29 Nov 2013 21:13:51 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292113.rATLDp2G014838@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 21:13:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335225 - head/devel/rubygem-benelux 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.16 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: Fri, 29 Nov 2013 21:13:52 -0000 Author: sunpoet Date: Fri Nov 29 21:13:51 2013 New Revision: 335225 URL: http://svnweb.freebsd.org/changeset/ports/335225 Log: - Add LICENSE Modified: head/devel/rubygem-benelux/Makefile Modified: head/devel/rubygem-benelux/Makefile ============================================================================== --- head/devel/rubygem-benelux/Makefile Fri Nov 29 21:12:38 2013 (r335224) +++ head/devel/rubygem-benelux/Makefile Fri Nov 29 21:13:51 2013 (r335225) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Mad way to time Ruby codes +LICENSE= MIT + RUN_DEPENDS= rubygem-attic>=0.5.3:${PORTSDIR}/devel/rubygem-attic \ rubygem-storable>=0.8.6:${PORTSDIR}/devel/rubygem-storable From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 21:24:02 2013 Return-Path: Delivered-To: svn-ports-head@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 56818FC; Fri, 29 Nov 2013 21:24:02 +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 41D86104B; Fri, 29 Nov 2013 21:24:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATLO2ta018315; Fri, 29 Nov 2013 21:24:02 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATLO1mN018313; Fri, 29 Nov 2013 21:24:01 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292124.rATLO1mN018313@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 21:24:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335226 - head/dns/rubygem-public_suffix_service 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.16 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: Fri, 29 Nov 2013 21:24:02 -0000 Author: sunpoet Date: Fri Nov 29 21:24:01 2013 New Revision: 335226 URL: http://svnweb.freebsd.org/changeset/ports/335226 Log: - Add LICENSE - Update GitHub repository link Modified: head/dns/rubygem-public_suffix_service/Makefile head/dns/rubygem-public_suffix_service/pkg-descr Modified: head/dns/rubygem-public_suffix_service/Makefile ============================================================================== --- head/dns/rubygem-public_suffix_service/Makefile Fri Nov 29 21:13:51 2013 (r335225) +++ head/dns/rubygem-public_suffix_service/Makefile Fri Nov 29 21:24:01 2013 (r335226) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Parse and decompose domain names into TLD, domain, and subdomains +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/dns/rubygem-public_suffix_service/pkg-descr ============================================================================== --- head/dns/rubygem-public_suffix_service/pkg-descr Fri Nov 29 21:13:51 2013 (r335225) +++ head/dns/rubygem-public_suffix_service/pkg-descr Fri Nov 29 21:24:01 2013 (r335226) @@ -12,6 +12,7 @@ A "public suffix" is one under which Int Some examples of public suffixes are ".com", ".co.uk" and "pvt.k12.wy.us". The Public Suffix List is a list of all known public suffixes. +GitHub repository is at https://github.com/weppos/publicsuffix-ruby + WWW: http://www.simonecarletti.com/code/public_suffix_service RG: https://rubygems.org/gems/public_suffix_service -Github: https://github.com/weppos/public_suffix_service From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 21:31:07 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 ESMTPS id 55A94211; Fri, 29 Nov 2013 21:31:07 +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 40E971095; Fri, 29 Nov 2013 21:31:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATLV7bZ021311; Fri, 29 Nov 2013 21:31:07 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATLV7j9021310; Fri, 29 Nov 2013 21:31:07 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292131.rATLV7j9021310@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 21:31:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335227 - head/devel/rubygem-drydock 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.16 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: Fri, 29 Nov 2013 21:31:07 -0000 Author: sunpoet Date: Fri Nov 29 21:31:06 2013 New Revision: 335227 URL: http://svnweb.freebsd.org/changeset/ports/335227 Log: - Add LICENSE Modified: head/devel/rubygem-drydock/Makefile Modified: head/devel/rubygem-drydock/Makefile ============================================================================== --- head/devel/rubygem-drydock/Makefile Fri Nov 29 21:24:01 2013 (r335226) +++ head/devel/rubygem-drydock/Makefile Fri Nov 29 21:31:06 2013 (r335227) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Build seaworthy command-line apps with a powerful Ruby DSL +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 21:31:12 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 ESMTPS id 41F23214; Fri, 29 Nov 2013 21:31:12 +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 2D8F61097; Fri, 29 Nov 2013 21:31:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATLVCBL021381; Fri, 29 Nov 2013 21:31:12 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATLVCLp021380; Fri, 29 Nov 2013 21:31:12 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292131.rATLVCLp021380@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 21:31:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335228 - head/devel/rubygem-storable 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.16 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: Fri, 29 Nov 2013 21:31:12 -0000 Author: sunpoet Date: Fri Nov 29 21:31:11 2013 New Revision: 335228 URL: http://svnweb.freebsd.org/changeset/ports/335228 Log: - Add LICENSE Modified: head/devel/rubygem-storable/Makefile Modified: head/devel/rubygem-storable/Makefile ============================================================================== --- head/devel/rubygem-storable/Makefile Fri Nov 29 21:31:06 2013 (r335227) +++ head/devel/rubygem-storable/Makefile Fri Nov 29 21:31:11 2013 (r335228) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Marshal Ruby classes into and out of multiple formats +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 21:31:16 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 ESMTPS id D516A2E8; Fri, 29 Nov 2013 21:31: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C0D4C1098; Fri, 29 Nov 2013 21:31:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATLVG4U021450; Fri, 29 Nov 2013 21:31:16 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATLVGZu021449; Fri, 29 Nov 2013 21:31:16 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292131.rATLVGZu021449@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 21:31:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335229 - head/devel/rubygem-subexec 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.16 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: Fri, 29 Nov 2013 21:31:16 -0000 Author: sunpoet Date: Fri Nov 29 21:31:16 2013 New Revision: 335229 URL: http://svnweb.freebsd.org/changeset/ports/335229 Log: - Add LICENSE Modified: head/devel/rubygem-subexec/Makefile Modified: head/devel/rubygem-subexec/Makefile ============================================================================== --- head/devel/rubygem-subexec/Makefile Fri Nov 29 21:31:11 2013 (r335228) +++ head/devel/rubygem-subexec/Makefile Fri Nov 29 21:31:16 2013 (r335229) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Subexec spawns a subprocess with an optional timeout +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 21:31:21 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 ESMTPS id CDCA43C1; Fri, 29 Nov 2013 21:31:21 +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 B9D68109B; Fri, 29 Nov 2013 21:31:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATLVLW0021525; Fri, 29 Nov 2013 21:31:21 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATLVLWs021524; Fri, 29 Nov 2013 21:31:21 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292131.rATLVLWs021524@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 21:31:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335230 - head/devel/rubygem-sysinfo 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.16 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: Fri, 29 Nov 2013 21:31:21 -0000 Author: sunpoet Date: Fri Nov 29 21:31:21 2013 New Revision: 335230 URL: http://svnweb.freebsd.org/changeset/ports/335230 Log: - Add LICENSE Modified: head/devel/rubygem-sysinfo/Makefile Modified: head/devel/rubygem-sysinfo/Makefile ============================================================================== --- head/devel/rubygem-sysinfo/Makefile Fri Nov 29 21:31:16 2013 (r335229) +++ head/devel/rubygem-sysinfo/Makefile Fri Nov 29 21:31:21 2013 (r335230) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= All your system-independent infoz in one handy class +LICENSE= MIT + RUN_DEPENDS= rubygem-drydock>=0:${PORTSDIR}/devel/rubygem-drydock \ rubygem-storable>=0:${PORTSDIR}/devel/rubygem-storable From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 21:31:26 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 ESMTPS id 25FDA485; Fri, 29 Nov 2013 21:31:26 +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 12229109E; Fri, 29 Nov 2013 21:31:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATLVPQd021596; Fri, 29 Nov 2013 21:31:25 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATLVPrs021595; Fri, 29 Nov 2013 21:31:25 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292131.rATLVPrs021595@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 21:31:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335231 - head/graphics/rubygem-png 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.16 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: Fri, 29 Nov 2013 21:31:26 -0000 Author: sunpoet Date: Fri Nov 29 21:31:25 2013 New Revision: 335231 URL: http://svnweb.freebsd.org/changeset/ports/335231 Log: - Add LICENSE Modified: head/graphics/rubygem-png/Makefile Modified: head/graphics/rubygem-png/Makefile ============================================================================== --- head/graphics/rubygem-png/Makefile Fri Nov 29 21:31:21 2013 (r335230) +++ head/graphics/rubygem-png/Makefile Fri Nov 29 21:31:25 2013 (r335231) @@ -10,6 +10,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Almost-pure-ruby PNG library +LICENSE= MIT + RUN_DEPENDS= rubygem-hoe>=2.3.0:${PORTSDIR}/devel/rubygem-hoe USE_RUBY= yes From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 21:31:30 2013 Return-Path: Delivered-To: svn-ports-head@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 7333C55B; Fri, 29 Nov 2013 21:31:30 +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 5F76D10A0; Fri, 29 Nov 2013 21:31:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATLVUUQ021662; Fri, 29 Nov 2013 21:31:30 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATLVUuB021661; Fri, 29 Nov 2013 21:31:30 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292131.rATLVUuB021661@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 21:31:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335232 - head/net/rubygem-httpauth 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.16 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: Fri, 29 Nov 2013 21:31:30 -0000 Author: sunpoet Date: Fri Nov 29 21:31:29 2013 New Revision: 335232 URL: http://svnweb.freebsd.org/changeset/ports/335232 Log: - Add LICENSE Modified: head/net/rubygem-httpauth/Makefile Modified: head/net/rubygem-httpauth/Makefile ============================================================================== --- head/net/rubygem-httpauth/Makefile Fri Nov 29 21:31:25 2013 (r335231) +++ head/net/rubygem-httpauth/Makefile Fri Nov 29 21:31:29 2013 (r335232) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for HTTP authentication protocol in RFC 2617 +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 21:31:41 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 ESMTPS id 167FC6F8; Fri, 29 Nov 2013 21:31:40 +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 60DD110A5; Fri, 29 Nov 2013 21:31:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATLVeXD021804; Fri, 29 Nov 2013 21:31:40 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATLVeaH021803; Fri, 29 Nov 2013 21:31:40 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292131.rATLVeaH021803@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 21:31:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335234 - head/www/rubygem-em-websocket 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.16 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: Fri, 29 Nov 2013 21:31:41 -0000 Author: sunpoet Date: Fri Nov 29 21:31:39 2013 New Revision: 335234 URL: http://svnweb.freebsd.org/changeset/ports/335234 Log: - Add LICENSE Modified: head/www/rubygem-em-websocket/Makefile Modified: head/www/rubygem-em-websocket/Makefile ============================================================================== --- head/www/rubygem-em-websocket/Makefile Fri Nov 29 21:31:34 2013 (r335233) +++ head/www/rubygem-em-websocket/Makefile Fri Nov 29 21:31:39 2013 (r335234) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= EventMachine based WebSocket server +LICENSE= MIT + RUN_DEPENDS= rubygem-eventmachine>=0.12.9:${PORTSDIR}/devel/rubygem-eventmachine \ rubygem-http_parser.rb>=0.5.3:${PORTSDIR}/net/rubygem-http_parser.rb From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 21:31:47 2013 Return-Path: Delivered-To: svn-ports-head@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 B1FBF7ED; Fri, 29 Nov 2013 21:31:47 +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 9E52E10A7; Fri, 29 Nov 2013 21:31:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATLVled021879; Fri, 29 Nov 2013 21:31:47 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATLVlBI021878; Fri, 29 Nov 2013 21:31:47 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292131.rATLVlBI021878@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 21:31:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335235 - head/www/rubygem-robots 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.16 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: Fri, 29 Nov 2013 21:31:47 -0000 Author: sunpoet Date: Fri Nov 29 21:31:47 2013 New Revision: 335235 URL: http://svnweb.freebsd.org/changeset/ports/335235 Log: - Add LICENSE Modified: head/www/rubygem-robots/Makefile Modified: head/www/rubygem-robots/Makefile ============================================================================== --- head/www/rubygem-robots/Makefile Fri Nov 29 21:31:39 2013 (r335234) +++ head/www/rubygem-robots/Makefile Fri Nov 29 21:31:47 2013 (r335235) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple library to parse robots.txt files +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 21:31:35 2013 Return-Path: Delivered-To: svn-ports-head@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 D9D3C61B; Fri, 29 Nov 2013 21:31:35 +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 EF6C810A3; Fri, 29 Nov 2013 21:31:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATLVYGS021732; Fri, 29 Nov 2013 21:31:34 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATLVYu8021731; Fri, 29 Nov 2013 21:31:34 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292131.rATLVYu8021731@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 21:31:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335233 - head/net/rubygem-uri-redis 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.16 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: Fri, 29 Nov 2013 21:31:36 -0000 Author: sunpoet Date: Fri Nov 29 21:31:34 2013 New Revision: 335233 URL: http://svnweb.freebsd.org/changeset/ports/335233 Log: - Add LICENSE Modified: head/net/rubygem-uri-redis/Makefile Modified: head/net/rubygem-uri-redis/Makefile ============================================================================== --- head/net/rubygem-uri-redis/Makefile Fri Nov 29 21:31:29 2013 (r335232) +++ head/net/rubygem-uri-redis/Makefile Fri Nov 29 21:31:34 2013 (r335233) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Support for parsing redis://host:port/dbindex/keyname +LICENSE= MIT + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 21:33:16 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 ESMTPS id 40C8E9E0; Fri, 29 Nov 2013 21:33: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2C81D10B7; Fri, 29 Nov 2013 21:33:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATLXGHi022175; Fri, 29 Nov 2013 21:33:16 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATLXGY3022174; Fri, 29 Nov 2013 21:33:16 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201311292133.rATLXGY3022174@svn.freebsd.org> From: Dirk Meyer Date: Fri, 29 Nov 2013 21:33:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335236 - head/multimedia/xanim 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.16 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: Fri, 29 Nov 2013 21:33:16 -0000 Author: dinoex Date: Fri Nov 29 21:33:15 2013 New Revision: 335236 URL: http://svnweb.freebsd.org/changeset/ports/335236 Log: - update MASTER_SITES Modified: head/multimedia/xanim/Makefile Modified: head/multimedia/xanim/Makefile ============================================================================== --- head/multimedia/xanim/Makefile Fri Nov 29 21:31:47 2013 (r335235) +++ head/multimedia/xanim/Makefile Fri Nov 29 21:33:15 2013 (r335236) @@ -5,9 +5,9 @@ PORTNAME= xanim PORTVERSION= 2.92.0 PORTREVISION= 2 CATEGORIES= multimedia graphics -MASTER_SITES= ftp://ftp.informatik.uni-hamburg.de/pub/soft/graphics/xanim/:main \ +MASTER_SITES= ftp://ftp.nstu.ru/pub/mirrors/xanim.va.pubnix.com/ \ ${MASTER_SITE_LOCAL} \ - ftp://ftp.informatik.uni-hamburg.de/pub/soft/graphics/xanim/dlls/ + ftp://ftp.nstu.ru/pub/mirrors/xanim.va.pubnix.com/dlls/ MASTER_SITE_SUBDIR= dinoex DISTNAME= xanim2920 DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main ${EXTRA_FILES} From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 21:40:12 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 ESMTPS id D1775BB8; Fri, 29 Nov 2013 21:40:12 +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 BD38E10EA; Fri, 29 Nov 2013 21:40:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATLeCAD023250; Fri, 29 Nov 2013 21:40:12 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATLeCbZ023249; Fri, 29 Nov 2013 21:40:12 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292140.rATLeCbZ023249@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 21:40:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335237 - head/devel/rubygem-open4 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.16 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: Fri, 29 Nov 2013 21:40:12 -0000 Author: sunpoet Date: Fri Nov 29 21:40:12 2013 New Revision: 335237 URL: http://svnweb.freebsd.org/changeset/ports/335237 Log: - Add LICENSE Modified: head/devel/rubygem-open4/Makefile Modified: head/devel/rubygem-open4/Makefile ============================================================================== --- head/devel/rubygem-open4/Makefile Fri Nov 29 21:33:15 2013 (r335236) +++ head/devel/rubygem-open4/Makefile Fri Nov 29 21:40:12 2013 (r335237) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Open4 manages child processes and their io handles +LICENSE= BSD # and Ruby license + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 22:02:16 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 ESMTPS id EA719C6; Fri, 29 Nov 2013 22:02: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5C3911EE; Fri, 29 Nov 2013 22:02:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATM2GN6032289; Fri, 29 Nov 2013 22:02:16 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATM2G9V032288; Fri, 29 Nov 2013 22:02:16 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292202.rATM2G9V032288@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 22:02:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335238 - in head/lang: . ruby-reference 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.16 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: Fri, 29 Nov 2013 22:02:17 -0000 Author: sunpoet Date: Fri Nov 29 22:02:16 2013 New Revision: 335238 URL: http://svnweb.freebsd.org/changeset/ports/335238 Log: - Remove ruby-reference PR: ports/183827 Submitted by: Clutton Deleted: head/lang/ruby-reference/ Modified: head/lang/Makefile Modified: head/lang/Makefile ============================================================================== --- head/lang/Makefile Fri Nov 29 21:40:12 2013 (r335237) +++ head/lang/Makefile Fri Nov 29 22:02:16 2013 (r335238) @@ -299,7 +299,6 @@ SUBDIR += ruby-doc-stdlib SUBDIR += ruby-man SUBDIR += ruby-programmingruby - SUBDIR += ruby-reference SUBDIR += ruby-usersguide SUBDIR += ruby19 SUBDIR += ruby20 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 22:03:08 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 ESMTPS id 01A001D8; Fri, 29 Nov 2013 22:03:08 +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 DF4F911F8; Fri, 29 Nov 2013 22:03:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATM37jd032481; Fri, 29 Nov 2013 22:03:07 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATM37NJ032480; Fri, 29 Nov 2013 22:03:07 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292203.rATM37NJ032480@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 22:03:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335239 - head 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.16 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: Fri, 29 Nov 2013 22:03:08 -0000 Author: sunpoet Date: Fri Nov 29 22:03:07 2013 New Revision: 335239 URL: http://svnweb.freebsd.org/changeset/ports/335239 Log: - Document the removal of lang/ruby-reference Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Fri Nov 29 22:02:16 2013 (r335238) +++ head/MOVED Fri Nov 29 22:03:07 2013 (r335239) @@ -5270,3 +5270,4 @@ devel/p5-MooseX-ChainedAccessors||2013-1 devel/py-distribute|devel/py-setuptools|2013-11-27|Replaced with setuptools devel/zmq-devel|net/libzmq3|2013-11-28|Rename according to upstream and move to more suitable category devel/czmq|net/czmq|2013-11-29|Move to a more suitable category and with other libzmq ports +lang/ruby-reference||2013-11-29|Removed: does not contain up-to-date ruby reference, upstream has disappeared From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 22:09:33 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 ESMTPS id D2E5D343; Fri, 29 Nov 2013 22:09:33 +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 BD010121F; Fri, 29 Nov 2013 22:09:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATM9XY0033553; Fri, 29 Nov 2013 22:09:33 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATM9XVp033550; Fri, 29 Nov 2013 22:09:33 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292209.rATM9XVp033550@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 22:09:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335240 - in head/textproc/asciidoc: . 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.16 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: Fri, 29 Nov 2013 22:09:34 -0000 Author: sunpoet Date: Fri Nov 29 22:09:32 2013 New Revision: 335240 URL: http://svnweb.freebsd.org/changeset/ports/335240 Log: - Update to 8.6.9 - Use REINPLACE_CMD instead of patch files Changes: http://www.methods.co.nz/asciidoc/CHANGELOG.html Deleted: head/textproc/asciidoc/files/ Modified: head/textproc/asciidoc/Makefile head/textproc/asciidoc/distinfo (contents, props changed) head/textproc/asciidoc/pkg-plist Modified: head/textproc/asciidoc/Makefile ============================================================================== --- head/textproc/asciidoc/Makefile Fri Nov 29 22:03:07 2013 (r335239) +++ head/textproc/asciidoc/Makefile Fri Nov 29 22:09:32 2013 (r335240) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= asciidoc -PORTVERSION= 8.6.8 -PORTREVISION= 1 +PORTVERSION= 8.6.9 CATEGORIES= textproc MASTER_SITES= SF @@ -18,48 +17,38 @@ RUN_DEPENDS= python2:${PORTSDIR}/lang/py OPTIONS_DEFINE= VIM OPTIONS_DEFAULT=VIM OPTIONS_SUB= yes -VIM_DESC= Install Vim ftdetect & syntax files +VIM_DESC= Install Vim syntax file GNU_CONFIGURE= yes USE_PYTHON= -2.7 USES= gmake -CONF_FILES= asciidoc.conf docbook45.conf \ - filters/code/code-filter.conf \ +CONF_FILES= asciidoc.conf docbook45.conf filters/code/code-filter.conf \ filters/graphviz/graphviz-filter.conf \ filters/latex/latex-filter.conf \ filters/music/music-filter.conf \ - filters/source/source-highlight-filter.conf \ - help.conf html4.conf html5.conf \ - lang-de.conf lang-el.conf lang-en.conf lang-es.conf \ - lang-fr.conf lang-hu.conf lang-it.conf lang-nl.conf \ - lang-pt-BR.conf lang-ru.conf lang-uk.conf \ - latex.conf slidy.conf text.conf wordpress.conf \ + filters/source/source-highlight-filter.conf help.conf \ + html4.conf html5.conf lang-cs.conf lang-de.conf lang-el.conf \ + lang-en.conf lang-es.conf lang-fr.conf lang-hu.conf \ + lang-it.conf lang-nl.conf lang-pt-BR.conf lang-ro.conf \ + lang-ru.conf lang-uk.conf latex.conf slidy.conf text.conf \ xhtml11.conf xhtml11-quirks.conf .include .if ${PORT_OPTIONS:MVIM} -MAKE_ENV+= vimdir=${PREFIX}/share/vim/${VIM_DATADIR} PLIST_SUB+= VIM_DATADIR=${VIM_DATADIR} -VIM__DATADIR!= ${MAKE} -C ../../editors/vim/ -V _DATADIR +VIM_DATADIR!= ${MAKE} -C ../../editors/vim/ -V _DATADIR .else PLIST_SUB+= VIM_DATADIR="" .endif post-patch: - @${REINPLACE_CMD} -e 's|${SETENV} python|&2|' ${WRKSRC}/a2x.py + @${REINPLACE_CMD} -e '/^INSTALL_PROG/ s|INSTALL_PROGRAM|INSTALL_SCRIPT|; s|\.conf|&.sample|' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|${SETENV} python|&2|' ${WRKSRC}/a2x.py ${WRKSRC}/asciidoc.py .for conf_file in ${CONF_FILES} @cd ${WRKSRC}/ && ${MV} ${conf_file} ${conf_file}.sample .endfor -.if ${PORT_OPTIONS:MVIM} - @${REINPLACE_CMD} -e '/^vimdir = /d' ${WRKSRC}/Makefile.in -.endif - -pre-install: -.if ${PORT_OPTIONS:MVIM} - @${MKDIR} ${STAGEDIR}${PREFIX}/share/vim/${VIM_DATADIR}/ -.endif post-install: .for conf_file in ${CONF_FILES} @@ -67,5 +56,9 @@ post-install: ${CP} -p ${STAGEDIR}${ETCDIR}/${conf_file}.sample ${STAGEDIR}${ETCDIR}/${conf_file}; \ fi .endfor +.if ${PORT_OPTIONS:MVIM} + ${MKDIR} ${STAGEDIR}${PREFIX}/share/vim/${VIM_DATADIR}/syntax/ + ${INSTALL_DATA} ${WRKSRC}/vim/syntax/asciidoc.vim ${STAGEDIR}${PREFIX}/share/vim/${VIM_DATADIR}/syntax/ +.endif .include Modified: head/textproc/asciidoc/distinfo ============================================================================== --- head/textproc/asciidoc/distinfo Fri Nov 29 22:03:07 2013 (r335239) +++ head/textproc/asciidoc/distinfo Fri Nov 29 22:09:32 2013 (r335240) @@ -1,2 +1,2 @@ -SHA256 (asciidoc-8.6.8.tar.gz) = ffb67f59dccaf6f15db72fcd04fdf21a2f9b703d31f94fcd0c49a424a9fcfbc4 -SIZE (asciidoc-8.6.8.tar.gz) = 900422 +SHA256 (asciidoc-8.6.9.tar.gz) = 78db9d0567c8ab6570a6eff7ffdf84eadd91f2dfc0a92a2d0105d323cab4e1f0 +SIZE (asciidoc-8.6.9.tar.gz) = 907253 Modified: head/textproc/asciidoc/pkg-plist ============================================================================== --- head/textproc/asciidoc/pkg-plist Fri Nov 29 22:03:07 2013 (r335239) +++ head/textproc/asciidoc/pkg-plist Fri Nov 29 22:09:32 2013 (r335240) @@ -77,6 +77,9 @@ bin/asciidoc.py %%ETCDIR%%/javascripts/asciidoc.js %%ETCDIR%%/javascripts/slidy.js %%ETCDIR%%/javascripts/toc.js +@unexec if cmp -s %D/%%ETCDIR%%/lang-cs.conf.sample %D/%%ETCDIR%%/lang-cs.conf; then rm -f %D/%%ETCDIR%%/lang-cs.conf; fi +%%ETCDIR%%/lang-cs.conf.sample +@exec if [ ! -f %D/%%ETCDIR%%/lang-cs.conf ]; then cp -p %D/%F %B/lang-cs.conf; fi @unexec if cmp -s %D/%%ETCDIR%%/lang-de.conf.sample %D/%%ETCDIR%%/lang-de.conf; then rm -f %D/%%ETCDIR%%/lang-de.conf; fi %%ETCDIR%%/lang-de.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/lang-de.conf ]; then cp -p %D/%F %B/lang-de.conf; fi @@ -104,6 +107,9 @@ bin/asciidoc.py @unexec if cmp -s %D/%%ETCDIR%%/lang-pt-BR.conf.sample %D/%%ETCDIR%%/lang-pt-BR.conf; then rm -f %D/%%ETCDIR%%/lang-pt-BR.conf; fi %%ETCDIR%%/lang-pt-BR.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/lang-pt-BR.conf ]; then cp -p %D/%F %B/lang-pt-BR.conf; fi +@unexec if cmp -s %D/%%ETCDIR%%/lang-ro.conf.sample %D/%%ETCDIR%%/lang-ro.conf; then rm -f %D/%%ETCDIR%%/lang-ro.conf; fi +%%ETCDIR%%/lang-ro.conf.sample +@exec if [ ! -f %D/%%ETCDIR%%/lang-ro.conf ]; then cp -p %D/%F %B/lang-ro.conf; fi @unexec if cmp -s %D/%%ETCDIR%%/lang-ru.conf.sample %D/%%ETCDIR%%/lang-ru.conf; then rm -f %D/%%ETCDIR%%/lang-ru.conf; fi %%ETCDIR%%/lang-ru.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/lang-ru.conf ]; then cp -p %D/%F %B/lang-ru.conf; fi @@ -127,9 +133,6 @@ bin/asciidoc.py @exec if [ ! -f %D/%%ETCDIR%%/text.conf ]; then cp -p %D/%F %B/text.conf; fi %%ETCDIR%%/themes/flask/flask.css %%ETCDIR%%/themes/volnitsky/volnitsky.css -@unexec if cmp -s %D/%%ETCDIR%%/wordpress.conf.sample %D/%%ETCDIR%%/wordpress.conf; then rm -f %D/%%ETCDIR%%/wordpress.conf; fi -%%ETCDIR%%/wordpress.conf.sample -@exec if [ ! -f %D/%%ETCDIR%%/wordpress.conf ]; then cp -p %D/%F %B/wordpress.conf; fi @unexec if cmp -s %D/%%ETCDIR%%/xhtml11.conf.sample %D/%%ETCDIR%%/xhtml11.conf; then rm -f %D/%%ETCDIR%%/xhtml11.conf; fi %%ETCDIR%%/xhtml11.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/xhtml11.conf ]; then cp -p %D/%F %B/xhtml11.conf; fi @@ -138,10 +141,8 @@ bin/asciidoc.py @exec if [ ! -f %D/%%ETCDIR%%/xhtml11-quirks.conf ]; then cp -p %D/%F %B/xhtml11-quirks.conf; fi man/man1/a2x.1.gz man/man1/asciidoc.1.gz -%%VIM%%%%VIM_DATADIR%%share/vim/ftdetect/asciidoc_filetype.vim -%%VIM%%%%VIM_DATADIR%%share/vim/syntax/asciidoc.vim +%%VIM%%share/vim/%%VIM_DATADIR%%/syntax/asciidoc.vim %%VIM%%@dirrmtry share/vim/%%VIM_DATADIR%%/syntax -%%VIM%%@dirrmtry share/vim/%%VIM_DATADIR%%/ftdetect %%VIM%%@dirrmtry share/vim/%%VIM_DATADIR%% %%VIM%%@dirrmtry share/vim @dirrm %%ETCDIR%%/themes/volnitsky From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 22:26:26 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 ESMTPS id D063475E; Fri, 29 Nov 2013 22:26:26 +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 B19F212CA; Fri, 29 Nov 2013 22:26:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATMQQgN040197; Fri, 29 Nov 2013 22:26:26 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATMQPrj040192; Fri, 29 Nov 2013 22:26:25 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311292226.rATMQPrj040192@svn.freebsd.org> From: Rusmir Dusko Date: Fri, 29 Nov 2013 22:26:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335241 - in head/games/tuxfighter: . 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.16 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: Fri, 29 Nov 2013 22:26:26 -0000 Author: nemysis Date: Fri Nov 29 22:26:25 2013 New Revision: 335241 URL: http://svnweb.freebsd.org/changeset/ports/335241 Log: - Change Makefile header - Change master sites - Change maintainer email to @FreeBSD.org - Support STAGEDIR - Add build - Change files/tuxfighter.in - Change pkg-message - Change pkg-plist, remove mtree Approved by: pawel / wg (mentors, implicit) Modified: head/games/tuxfighter/Makefile head/games/tuxfighter/files/tuxfighter.in (contents, props changed) head/games/tuxfighter/pkg-message (contents, props changed) head/games/tuxfighter/pkg-plist (contents, props changed) Modified: head/games/tuxfighter/Makefile ============================================================================== --- head/games/tuxfighter/Makefile Fri Nov 29 22:09:32 2013 (r335240) +++ head/games/tuxfighter/Makefile Fri Nov 29 22:26:25 2013 (r335241) @@ -1,4 +1,4 @@ -# Created by: nemysis@gmx.ch +# Created by: nemysis # $FreeBSD$ PORTNAME= tuxfighter @@ -6,12 +6,12 @@ PORTVERSION= 54 PORTREVISION= 2 CATEGORIES= games python MASTER_SITES= SF/pygamebook/TuxFighter/TuxFighter${PORTVERSION}_source/ \ - SF/nemysisfreebsdp/:icons + SF/nemysisfreebsdp/games/:icons DISTFILES= TuxFighter${DISTVERSION}.tar.gz \ ${PORTNAME}_icons.tar.gz:icons DIST_SUBDIR= python -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Little Asteroids-like Shooter game LICENSE= GPLv2 @@ -22,7 +22,6 @@ WRKSRC= ${WRKDIR} FETCH_ARGS?= -Fpr USE_PYTHON= yes -NO_BUILD= yes PORTDOCS= readme_TuxFighter54.txt @@ -34,27 +33,33 @@ SUB_FILES= ${PORTNAME} DESKTOP_ENTRIES="TuxFighter" "${COMMENT}" "${PORTNAME}" \ "${PORTNAME}" "Game;ArcadeGame;" ${FALSE} -NO_STAGE= yes -.include +do-build: + @${PYTHON_CMD} -m compileall ${WRKSRC} + @${PYTHON_CMD} -O -m compileall ${WRKSRC} do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin - ${MKDIR} ${DATADIR} - ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${DATADIR} - cd ${WRKSRC} && ${COPYTREE_SHARE} data ${DATADIR} + @${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' \ + ${WRKDIR}/${PORTNAME} + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + + @${MKDIR} ${STAGEDIR}${DATADIR} + +.for d in *.py *.pyc *.pyo + @(cd ${WRKSRC} ; ${INSTALL_SCRIPT} ${d} ${STAGEDIR}${DATADIR}) +.endfor + + @(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR}) post-install: .for s in ${ICON_SIZES} - ${MKDIR} ${PREFIX}/share/icons/hicolor/${s}/apps + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/ ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_${s}.png \ - ${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png + ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png .endfor - ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps + ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif - @${CAT} ${PKGMESSAGE} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include Modified: head/games/tuxfighter/files/tuxfighter.in ============================================================================== --- head/games/tuxfighter/files/tuxfighter.in Fri Nov 29 22:09:32 2013 (r335240) +++ head/games/tuxfighter/files/tuxfighter.in Fri Nov 29 22:26:25 2013 (r335241) @@ -4,4 +4,4 @@ # cd "%%DATADIR%%" -exec ./TuxFighter54.py "${@}" +exec %%PYTHON_CMD%% ./TuxFighter54.py "${@}" Modified: head/games/tuxfighter/pkg-message ============================================================================== --- head/games/tuxfighter/pkg-message Fri Nov 29 22:09:32 2013 (r335240) +++ head/games/tuxfighter/pkg-message Fri Nov 29 22:26:25 2013 (r335241) @@ -1,4 +1,5 @@ ======================================================================== + Tuxfighter has been installed. Python errors will result in the first run of this game. @@ -8,4 +9,5 @@ This issue is currently being resolved w All options are in the config file if you've made changes in the GUI. ~/.TuxFighter/TuxFighter.ini + ======================================================================== Modified: head/games/tuxfighter/pkg-plist ============================================================================== --- head/games/tuxfighter/pkg-plist Fri Nov 29 22:09:32 2013 (r335240) +++ head/games/tuxfighter/pkg-plist Fri Nov 29 22:26:25 2013 (r335241) @@ -5,7 +5,11 @@ share/icons/hicolor/72x72/apps/tuxfighte share/icons/hicolor/96x96/apps/tuxfighter.png share/pixmaps/tuxfighter.png %%DATADIR%%/TuxFighter54.py +%%DATADIR%%/TuxFighter54.pyc +%%DATADIR%%/TuxFighter54.pyo %%DATADIR%%/TuxFighter_modding.py +%%DATADIR%%/TuxFighter_modding.pyc +%%DATADIR%%/TuxFighter_modding.pyo %%DATADIR%%/data/babytux1.png %%DATADIR%%/data/babytux2.png %%DATADIR%%/data/babytux3.png @@ -56,13 +60,3 @@ share/pixmaps/tuxfighter.png %%DATADIR%%/data/winlogoh3.png @dirrm %%DATADIR%%/data @dirrm %%DATADIR%% -@dirrmtry share/icons/hicolor/96x96/apps -@dirrmtry share/icons/hicolor/96x96 -@dirrmtry share/icons/hicolor/72x72/apps -@dirrmtry share/icons/hicolor/72x72 -@dirrmtry share/icons/hicolor/64x64/apps -@dirrmtry share/icons/hicolor/64x64 -@dirrmtry share/icons/hicolor/48x48/apps -@dirrmtry share/icons/hicolor/48x48 -@dirrmtry share/icons/hicolor -@dirrmtry share/icons From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 22:37:33 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 ESMTPS id 5E7EDC67; Fri, 29 Nov 2013 22:37:33 +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 4A6A81352; Fri, 29 Nov 2013 22:37:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATMbXkQ043821; Fri, 29 Nov 2013 22:37:33 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATMbX7e043820; Fri, 29 Nov 2013 22:37:33 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292237.rATMbX7e043820@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 22:37:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335242 - head/devel/py-isodate 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.16 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: Fri, 29 Nov 2013 22:37:33 -0000 Author: sunpoet Date: Fri Nov 29 22:37:32 2013 New Revision: 335242 URL: http://svnweb.freebsd.org/changeset/ports/335242 Log: - Use PYTHON_PY3K_PLIST_HACK Modified: head/devel/py-isodate/Makefile Modified: head/devel/py-isodate/Makefile ============================================================================== --- head/devel/py-isodate/Makefile Fri Nov 29 22:26:25 2013 (r335241) +++ head/devel/py-isodate/Makefile Fri Nov 29 22:37:32 2013 (r335242) @@ -14,6 +14,7 @@ LICENSE= BSD USE_PYTHON= yes USE_PYDISTUTILS=yes +PYTHON_PY3K_PLIST_HACK= yes post-patch: @${REINPLACE_CMD} -e 's|setuptools|do_not_use_&|' ${WRKSRC}/${PYSETUP} From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 22:40:06 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 ESMTPS id ECC20E35; Fri, 29 Nov 2013 22:40:06 +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 D7C7D1368; Fri, 29 Nov 2013 22:40:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATMe67t044239; Fri, 29 Nov 2013 22:40:06 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATMe628044238; Fri, 29 Nov 2013 22:40:06 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292240.rATMe628044238@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 22:40:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335243 - head/sysutils/py-psutil 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.16 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: Fri, 29 Nov 2013 22:40:07 -0000 Author: sunpoet Date: Fri Nov 29 22:40:06 2013 New Revision: 335243 URL: http://svnweb.freebsd.org/changeset/ports/335243 Log: - Use PYTHON_PY3K_PLIST_HACK Modified: head/sysutils/py-psutil/Makefile Modified: head/sysutils/py-psutil/Makefile ============================================================================== --- head/sysutils/py-psutil/Makefile Fri Nov 29 22:37:32 2013 (r335242) +++ head/sysutils/py-psutil/Makefile Fri Nov 29 22:40:06 2013 (r335243) @@ -13,6 +13,7 @@ COMMENT= Process utilities module for Py LICENSE= BSD PYDISTUTILS_PKGNAME= ${PORTNAME} +PYTHON_PY3K_PLIST_HACK= yes USE_PYDISTUTILS=yes USE_PYTHON= yes From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 23:00:02 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 ESMTPS id D7EDD2E0; Fri, 29 Nov 2013 23:00:02 +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 C372E1497; Fri, 29 Nov 2013 23:00:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATN02ut050974; Fri, 29 Nov 2013 23:00:02 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATN029L050966; Fri, 29 Nov 2013 23:00:02 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292300.rATN029L050966@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 23:00:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335244 - head/devel/rubygem-highline 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.16 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: Fri, 29 Nov 2013 23:00:02 -0000 Author: sunpoet Date: Fri Nov 29 23:00:02 2013 New Revision: 335244 URL: http://svnweb.freebsd.org/changeset/ports/335244 Log: - Update to 1.6.20 - Add LICENSE Changes: https://github.com/JEG2/highline/blob/master/CHANGELOG Modified: head/devel/rubygem-highline/Makefile head/devel/rubygem-highline/distinfo Modified: head/devel/rubygem-highline/Makefile ============================================================================== --- head/devel/rubygem-highline/Makefile Fri Nov 29 22:40:06 2013 (r335243) +++ head/devel/rubygem-highline/Makefile Fri Nov 29 23:00:02 2013 (r335244) @@ -1,13 +1,15 @@ # $FreeBSD$ PORTNAME= highline -PORTVERSION= 1.6.19 +PORTVERSION= 1.6.20 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= High-level IO library for command-line interfaces +LICENSE= GPLv2 + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/devel/rubygem-highline/distinfo ============================================================================== --- head/devel/rubygem-highline/distinfo Fri Nov 29 22:40:06 2013 (r335243) +++ head/devel/rubygem-highline/distinfo Fri Nov 29 23:00:02 2013 (r335244) @@ -1,2 +1,2 @@ -SHA256 (rubygem/highline-1.6.19.gem) = ad6b0a497b1bdb511f5d20866c8820ad1ec440c7a223fabe7e5cabc6c4b7d43f -SIZE (rubygem/highline-1.6.19.gem) = 220672 +SHA256 (rubygem/highline-1.6.20.gem) = 3b22f05b871e9e8963df2c67bfb40310dbc5410260419237309b962cf8ad673e +SIZE (rubygem/highline-1.6.20.gem) = 221184 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 23:00:12 2013 Return-Path: Delivered-To: svn-ports-head@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 489823B9; Fri, 29 Nov 2013 23:00:12 +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 346D2149B; Fri, 29 Nov 2013 23:00:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATN0Ccj051160; Fri, 29 Nov 2013 23:00:12 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATN0CnM051159; Fri, 29 Nov 2013 23:00:12 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292300.rATN0CnM051159@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 23:00:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335246 - head/textproc/rubygem-compass 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.16 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: Fri, 29 Nov 2013 23:00:12 -0000 Author: sunpoet Date: Fri Nov 29 23:00:11 2013 New Revision: 335246 URL: http://svnweb.freebsd.org/changeset/ports/335246 Log: - Add LICENSE - Sort RUN_DEPENDS Modified: head/textproc/rubygem-compass/Makefile Modified: head/textproc/rubygem-compass/Makefile ============================================================================== --- head/textproc/rubygem-compass/Makefile Fri Nov 29 23:00:07 2013 (r335245) +++ head/textproc/rubygem-compass/Makefile Fri Nov 29 23:00:11 2013 (r335246) @@ -9,12 +9,14 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Provides an open-source CSS authoring framework -RUN_DEPENDS= rubygem-sass>=3.1:${PORTSDIR}/textproc/rubygem-sass \ +LICENSE= MIT + +RUN_DEPENDS= rubygem-chunky_png>=1.2:${PORTSDIR}/graphics/rubygem-chunky_png \ rubygem-fssm>=0.2.7:${PORTSDIR}/sysutils/rubygem-fssm \ - rubygem-chunky_png>=1.2:${PORTSDIR}/graphics/rubygem-chunky_png + rubygem-sass>=3.1:${PORTSDIR}/textproc/rubygem-sass -USE_RUBY= yes -USE_RUBYGEMS= yes +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/compass From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 23:00:08 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 ESMTPS id 1B5C52E3; Fri, 29 Nov 2013 23:00:08 +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 075A41499; Fri, 29 Nov 2013 23:00:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATN07Ng051084; Fri, 29 Nov 2013 23:00:07 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATN074s051081; Fri, 29 Nov 2013 23:00:07 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292300.rATN074s051081@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 23:00:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335245 - head/textproc/rubygem-sass 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.16 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: Fri, 29 Nov 2013 23:00:08 -0000 Author: sunpoet Date: Fri Nov 29 23:00:07 2013 New Revision: 335245 URL: http://svnweb.freebsd.org/changeset/ports/335245 Log: - Update to 3.2.12 - Add LICENSE Changes: http://sass-lang.com/documentation/file.SASS_CHANGELOG.html Modified: head/textproc/rubygem-sass/Makefile head/textproc/rubygem-sass/distinfo Modified: head/textproc/rubygem-sass/Makefile ============================================================================== --- head/textproc/rubygem-sass/Makefile Fri Nov 29 23:00:02 2013 (r335244) +++ head/textproc/rubygem-sass/Makefile Fri Nov 29 23:00:07 2013 (r335245) @@ -2,15 +2,17 @@ # $FreeBSD$ PORTNAME= sass -PORTVERSION= 3.2.9 +PORTVERSION= 3.2.12 CATEGORIES= textproc ruby MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Sass is an extension of CSS3 -USE_RUBY= yes -USE_RUBYGEMS= yes +LICENSE= MIT + +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/sass bin/sass-convert bin/scss Modified: head/textproc/rubygem-sass/distinfo ============================================================================== --- head/textproc/rubygem-sass/distinfo Fri Nov 29 23:00:02 2013 (r335244) +++ head/textproc/rubygem-sass/distinfo Fri Nov 29 23:00:07 2013 (r335245) @@ -1,2 +1,2 @@ -SHA256 (rubygem/sass-3.2.9.gem) = f88433638d8dcf31366e55451087e04fb1aecc29c554f240647baba8495c9b22 -SIZE (rubygem/sass-3.2.9.gem) = 259584 +SHA256 (rubygem/sass-3.2.12.gem) = c88d548a265a003d5883ce8b258a3cc523e084a773d5932232dd9ea0220a811c +SIZE (rubygem/sass-3.2.12.gem) = 263168 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 23:00:20 2013 Return-Path: Delivered-To: svn-ports-head@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 AF4DC55D; Fri, 29 Nov 2013 23:00:20 +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 9A4F314A0; Fri, 29 Nov 2013 23:00:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATN0KvU051842; Fri, 29 Nov 2013 23:00:20 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATN0Kh8051841; Fri, 29 Nov 2013 23:00:20 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292300.rATN0Kh8051841@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 23:00:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335248 - head/textproc/rubygem-simplecov-html 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.16 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: Fri, 29 Nov 2013 23:00:20 -0000 Author: sunpoet Date: Fri Nov 29 23:00:20 2013 New Revision: 335248 URL: http://svnweb.freebsd.org/changeset/ports/335248 Log: - Fix RUN_DEPENDS - Bump PORTREVISION for dependency change Modified: head/textproc/rubygem-simplecov-html/Makefile Modified: head/textproc/rubygem-simplecov-html/Makefile ============================================================================== --- head/textproc/rubygem-simplecov-html/Makefile Fri Nov 29 23:00:15 2013 (r335247) +++ head/textproc/rubygem-simplecov-html/Makefile Fri Nov 29 23:00:20 2013 (r335248) @@ -2,16 +2,13 @@ PORTNAME= simplecov-html PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= https://rubygems.org/gems/simplecov-html -RUN_DEPENDS= rubygem-sass>=0:${PORTSDIR}/textproc/rubygem-sass \ - rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake \ - rubygem-sprockets>=0:${PORTSDIR}/devel/rubygem-sprockets - USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 23:00:16 2013 Return-Path: Delivered-To: svn-ports-head@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 7852C492; Fri, 29 Nov 2013 23:00: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 64029149C; Fri, 29 Nov 2013 23:00:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATN0GcC051379; Fri, 29 Nov 2013 23:00:16 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATN0GWK051378; Fri, 29 Nov 2013 23:00:16 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292300.rATN0GWK051378@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 23:00:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335247 - head/textproc/rubygem-sass-rails 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.16 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: Fri, 29 Nov 2013 23:00:16 -0000 Author: sunpoet Date: Fri Nov 29 23:00:15 2013 New Revision: 335247 URL: http://svnweb.freebsd.org/changeset/ports/335247 Log: - Add LICENSE - Fix RUN_DEPENDS - Bump PORTREVISION for dependency change Modified: head/textproc/rubygem-sass-rails/Makefile Modified: head/textproc/rubygem-sass-rails/Makefile ============================================================================== --- head/textproc/rubygem-sass-rails/Makefile Fri Nov 29 23:00:11 2013 (r335246) +++ head/textproc/rubygem-sass-rails/Makefile Fri Nov 29 23:00:15 2013 (r335247) @@ -3,18 +3,21 @@ PORTNAME= sass-rails PORTVERSION= 3.2.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Sass adapter for the Rails asset pipeline -RUN_DEPENDS= rubygem-sass>=3.2.6:${PORTSDIR}/textproc/rubygem-sass \ - rubygem-railties>=3.2.10:${PORTSDIR}/www/rubygem-railties +LICENSE= MIT -USE_RUBY= yes -USE_RUBYGEMS= yes +RUN_DEPENDS= rubygem-railties>=3.2.0:${PORTSDIR}/www/rubygem-railties \ + rubygem-sass>=3.1.10:${PORTSDIR}/textproc/rubygem-sass \ + rubygem-tilt>=1.3:${PORTSDIR}/devel/rubygem-tilt + +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 23:00:26 2013 Return-Path: Delivered-To: svn-ports-head@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 02652615; Fri, 29 Nov 2013 23:00:25 +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 D1EE214A2; Fri, 29 Nov 2013 23:00:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATN0PCX051933; Fri, 29 Nov 2013 23:00:25 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATN0P7m051931; Fri, 29 Nov 2013 23:00:25 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311292300.rATN0P7m051931@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 29 Nov 2013 23:00:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335249 - head/www/rubygem-bootstrap-sass 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.16 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: Fri, 29 Nov 2013 23:00:26 -0000 Author: sunpoet Date: Fri Nov 29 23:00:25 2013 New Revision: 335249 URL: http://svnweb.freebsd.org/changeset/ports/335249 Log: - Update to 3.0.2.1 - Add LICENSE - Remove contiguous blank lines Changes: https://github.com/thomas-mcdonald/bootstrap-sass/blob/master/CHANGELOG.md Modified: head/www/rubygem-bootstrap-sass/Makefile head/www/rubygem-bootstrap-sass/distinfo (contents, props changed) Modified: head/www/rubygem-bootstrap-sass/Makefile ============================================================================== --- head/www/rubygem-bootstrap-sass/Makefile Fri Nov 29 23:00:20 2013 (r335248) +++ head/www/rubygem-bootstrap-sass/Makefile Fri Nov 29 23:00:25 2013 (r335249) @@ -1,18 +1,19 @@ # $FreeBSD$ PORTNAME= bootstrap-sass -PORTVERSION= 2.3.2.2 +PORTVERSION= 3.0.2.1 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Twitter's Bootstrap +LICENSE= AL2 + RUN_DEPENDS= rubygem-sass>=3.2:${PORTSDIR}/textproc/rubygem-sass USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - .include Modified: head/www/rubygem-bootstrap-sass/distinfo ============================================================================== --- head/www/rubygem-bootstrap-sass/distinfo Fri Nov 29 23:00:20 2013 (r335248) +++ head/www/rubygem-bootstrap-sass/distinfo Fri Nov 29 23:00:25 2013 (r335249) @@ -1,2 +1,2 @@ -SHA256 (rubygem/bootstrap-sass-2.3.2.2.gem) = 70b38ee9b4fef4dedc97d2c2a0760b80188466a1fd15621327dc0763fb785864 -SIZE (rubygem/bootstrap-sass-2.3.2.2.gem) = 86528 +SHA256 (rubygem/bootstrap-sass-3.0.2.1.gem) = 24008dbe880cc4c4fc94e80078756e05fcfbf29c2975473159350a7ae34569a6 +SIZE (rubygem/bootstrap-sass-3.0.2.1.gem) = 168960 From owner-svn-ports-head@FreeBSD.ORG Fri Nov 29 23:55:56 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 ESMTPS id 20D763F5; Fri, 29 Nov 2013 23:55:56 +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 09EF11750; Fri, 29 Nov 2013 23:55:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rATNtt75071136; Fri, 29 Nov 2013 23:55:55 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rATNttoJ071129; Fri, 29 Nov 2013 23:55:55 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311292355.rATNttoJ071129@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Fri, 29 Nov 2013 23:55:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335250 - in head/net: . openmpi openmpi-devel 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.16 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: Fri, 29 Nov 2013 23:55:56 -0000 Author: danilo Date: Fri Nov 29 23:55:54 2013 New Revision: 335250 URL: http://svnweb.freebsd.org/changeset/ports/335250 Log: - New port net/openmpi-devel. Version 1.7 of Open MPI. Open MPI is a project combining technologies and resources from several other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to build the best MPI library available. A completely new MPI-2 compliant implementation, Open MPI offers advantages for system and software vendors, application developers and computer science researchers. Added: head/net/openmpi-devel/ head/net/openmpi-devel/Makefile (contents, props changed) head/net/openmpi-devel/distinfo (contents, props changed) head/net/openmpi-devel/pkg-descr (contents, props changed) head/net/openmpi-devel/pkg-plist (contents, props changed) Modified: head/net/Makefile head/net/openmpi/Makefile (contents, props changed) Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Fri Nov 29 23:00:25 2013 (r335249) +++ head/net/Makefile Fri Nov 29 23:55:54 2013 (r335250) @@ -470,6 +470,7 @@ SUBDIR += openldap24-server SUBDIR += openmcu SUBDIR += openmpi + SUBDIR += openmpi-devel SUBDIR += openmq SUBDIR += openmq-client SUBDIR += openntpd Added: head/net/openmpi-devel/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/openmpi-devel/Makefile Fri Nov 29 23:55:54 2013 (r335250) @@ -0,0 +1,76 @@ +# Created by: Danilo Egea Gondolfo +# $FreeBSD$ + +PORTNAME= openmpi +DISTVERSION= 1.7.3 +CATEGORIES= net parallel +MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.7/downloads/ +PKGNAMESUFFIX= -devel + +MAINTAINER= danilo@FreeBSD.org +COMMENT= High Performance Message Passing Library + +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ + libhwloc.so:${PORTSDIR}/devel/hwloc \ + libltdl.so:${PORTSDIR}/devel/libltdl + +CONFLICTS= openmpi-1.6.* + +USE_BZIP2= yes +HAS_CONFIGURE= yes +USES= gmake pkgconfig +USE_FORTRAN= yes + +MPIBASE?= mpi +MPIDIR?= ${MPIBASE}/${UNIQUENAME}${PKGNAMESUFFIX} + +PLIST_SUB+= MPIBASE=${MPIBASE} +PLIST_SUB+= MPIDIR=${MPIDIR} + +CONFIGURE_ARGS+= --prefix=${PREFIX}/${MPIDIR} \ + --mandir=${PREFIX}/${MPIDIR}/man \ + --program-prefix= \ + --with-hwloc=${LOCALBASE} \ + --with-libltdl=${LOCALBASE} + +USE_LDCONFIG= ${PREFIX}/${MPIDIR}/lib \ + ${PREFIX}/${MPIDIR}/lib/openmpi + +MANPREFIX= ${PREFIX}/${MPIDIR} + +OPTIONS_DEFINE= IPV6 SLURM TORQUE VT +TORQUE_DESC= Enable Torque support +SLURM_DESC= Enable SLURM support +VT_DESC= Enable VampirTrace support +OPTIONS_DEFAULT= IPV6 +OPTIONS_SUB= yes + +IPV6_CONFIGURE_ENABLE= ipv6 + +TORQUE_CONFIGURE_ON= --with-tm=${LOCALBASE} +TORQUE_CONFIGURE_OFF= --without-tm +TORQUE_LIB_DEPENDS= libtorque.so:${PORTSDIR}/sysutils/torque +TORQUE_PLIST_FILES= ${MPIDIR}/lib/openmpi/mca_plm_tm.so \ + ${MPIDIR}/lib/openmpi/mca_plm_tm.la \ + ${MPIDIR}/lib/openmpi/mca_ras_tm.la \ + ${MPIDIR}/lib/openmpi/mca_ras_tm.so \ + ${MPIDIR}/lib/openmpi/mca_ess_tm.so \ + ${MPIDIR}/lib/openmpi/mca_ess_tm.la \ + ${MPIDIR}/share/openmpi/help-plm-tm.txt \ + ${MPIDIR}/share/openmpi/help-ras-tm.txt + +SLURM_CONFIGURE_WITH= slurm +SLURM_LIB_DEPENDS= libslurm.so:${PORTSDIR}/sysutils/slurm-hpc +SLURM_PLIST_FILES= ${MPIDIR}/lib/openmpi/mca_ess_slurm.la \ + ${MPIDIR}/lib/openmpi/mca_ess_slurm.so \ + ${MPIDIR}/lib/openmpi/mca_plm_slurm.la \ + ${MPIDIR}/lib/openmpi/mca_plm_slurm.so \ + ${MPIDIR}/lib/openmpi/mca_ras_slurm.la \ + ${MPIDIR}/lib/openmpi/mca_ras_slurm.so \ + ${MPIDIR}/share/openmpi/help-plm-slurm.txt \ + ${MPIDIR}/share/openmpi/help-ras-slurm.txt + +VT_CONFIGURE_OFF= --enable-contrib-no-build=vt --disable-vt +VT_USE= JAVA=yes + +.include Added: head/net/openmpi-devel/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/openmpi-devel/distinfo Fri Nov 29 23:55:54 2013 (r335250) @@ -0,0 +1,2 @@ +SHA256 (openmpi-1.7.3.tar.bz2) = 438d96c178dbf5a1bc92fa1d238a8225d87b64af26ce2a07789faaf312117e45 +SIZE (openmpi-1.7.3.tar.bz2) = 12479769 Added: head/net/openmpi-devel/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/openmpi-devel/pkg-descr Fri Nov 29 23:55:54 2013 (r335250) @@ -0,0 +1,10 @@ +Open MPI is a project combining technologies and resources from several +other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to +build the best MPI library available. A completely new MPI-2 compliant +implementation, Open MPI offers advantages for system and software +vendors, application developers and computer science researchers. + +Open MPI is based on an open component architecture allowing modular +replacement of many system components without recompilation. + +WWW: http://www.open-mpi.org/ Added: head/net/openmpi-devel/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/openmpi-devel/pkg-plist Fri Nov 29 23:55:54 2013 (r335250) @@ -0,0 +1,894 @@ +%%MPIDIR%%/bin/mpiCC +%%MPIDIR%%/bin/mpic++ +%%MPIDIR%%/bin/mpicc +%%MPIDIR%%/bin/mpicxx +%%MPIDIR%%/bin/mpiexec +%%MPIDIR%%/bin/mpif77 +%%MPIDIR%%/bin/mpif90 +%%MPIDIR%%/bin/mpifort +%%MPIDIR%%/bin/mpirun +%%MPIDIR%%/bin/ompi-clean +%%MPIDIR%%/bin/ompi-ps +%%MPIDIR%%/bin/ompi-server +%%MPIDIR%%/bin/ompi-top +%%MPIDIR%%/bin/ompi_info +%%MPIDIR%%/bin/opal_wrapper +%%MPIDIR%%/bin/orte-clean +%%MPIDIR%%/bin/orte-info +%%MPIDIR%%/bin/orte-ps +%%MPIDIR%%/bin/orte-server +%%MPIDIR%%/bin/orte-top +%%MPIDIR%%/bin/orteCC +%%MPIDIR%%/bin/orte_wrapper_script +%%MPIDIR%%/bin/ortec++ +%%MPIDIR%%/bin/ortecc +%%MPIDIR%%/bin/orted +%%MPIDIR%%/bin/orterun +%%VT%%%%MPIDIR%%/bin/mpiCC-vt +%%VT%%%%MPIDIR%%/bin/mpic++-vt +%%VT%%%%MPIDIR%%/bin/mpicc-vt +%%VT%%%%MPIDIR%%/bin/mpicxx-vt +%%VT%%%%MPIDIR%%/bin/mpif77-vt +%%VT%%%%MPIDIR%%/bin/mpif90-vt +%%VT%%%%MPIDIR%%/bin/mpifort-vt +%%VT%%%%MPIDIR%%/bin/opari +%%VT%%%%MPIDIR%%/bin/otfaux +%%VT%%%%MPIDIR%%/bin/otfcompress +%%VT%%%%MPIDIR%%/bin/otfconfig +%%VT%%%%MPIDIR%%/bin/otfdecompress +%%VT%%%%MPIDIR%%/bin/otfinfo +%%VT%%%%MPIDIR%%/bin/otfmerge +%%VT%%%%MPIDIR%%/bin/otfmerge-mpi +%%VT%%%%MPIDIR%%/bin/otfprint +%%VT%%%%MPIDIR%%/bin/otfprofile +%%VT%%%%MPIDIR%%/bin/otfprofile-mpi +%%VT%%%%MPIDIR%%/bin/otfshrink +%%VT%%%%MPIDIR%%/bin/vtCC +%%VT%%%%MPIDIR%%/bin/vtc++ +%%VT%%%%MPIDIR%%/bin/vtcc +%%VT%%%%MPIDIR%%/bin/vtcxx +%%VT%%%%MPIDIR%%/bin/vtf77 +%%VT%%%%MPIDIR%%/bin/vtf90 +%%VT%%%%MPIDIR%%/bin/vtfilter +%%VT%%%%MPIDIR%%/bin/vtfilter-mpi +%%VT%%%%MPIDIR%%/bin/vtfiltergen +%%VT%%%%MPIDIR%%/bin/vtfiltergen-mpi +%%VT%%%%MPIDIR%%/bin/vtfort +%%VT%%%%MPIDIR%%/bin/vtrun +%%VT%%%%MPIDIR%%/bin/vtsetup +%%VT%%%%MPIDIR%%/bin/vtsetup.jar +%%VT%%%%MPIDIR%%/bin/vtunify +%%VT%%%%MPIDIR%%/bin/vtunify-mpi +%%VT%%%%MPIDIR%%/bin/vtwrapper +%%VT%%%%MPIDIR%%/etc/vtsetup-config.dtd +%%VT%%%%MPIDIR%%/etc/vtsetup-config.xml +%%VT%%%%MPIDIR%%/include/vampirtrace/opari_omp.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTFAUX_MsgMatching.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTFAUX_State.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTFAUX_Thumbnail.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_CopyHandler.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_CopyHandler_stream.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_Definitions.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_Errno.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_File.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_FileManager.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_File_iofsl.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_Filenames.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_HandlerArray.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_KeyValue.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_MasterControl.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_RBuffer.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_RStream.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_Reader.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_Version.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_WBuffer.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_WStream.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_Writer.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_inttypes.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/OTF_inttypes_unix.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/otf.h +%%VT%%%%MPIDIR%%/include/vampirtrace/open-trace-format/otfaux.h +%%VT%%%%MPIDIR%%/include/vampirtrace/pomp_lib.h +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_inttypes.h +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user.h +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user.inc +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_comment.h +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_comment.inc +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_control.h +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_control.inc +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_count.h +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_count.inc +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_marker.h +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_marker.inc +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_message.h +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_message.inc +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_region.h +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_user_region.inc +%%VT%%%%MPIDIR%%/include/vampirtrace/vt_wrap_pthread.h +%%VT%%%%MPIDIR%%/lib/libopen-trace-format.a +%%VT%%%%MPIDIR%%/lib/libopen-trace-format.la +%%VT%%%%MPIDIR%%/lib/libopen-trace-format.so +%%VT%%%%MPIDIR%%/lib/libopen-trace-format.so.1 +%%VT%%%%MPIDIR%%/lib/libotfaux.a +%%VT%%%%MPIDIR%%/lib/libotfaux.la +%%VT%%%%MPIDIR%%/lib/libotfaux.so +%%VT%%%%MPIDIR%%/lib/libotfaux.so.0 +%%VT%%%%MPIDIR%%/lib/libvt-hyb.a +%%VT%%%%MPIDIR%%/lib/libvt-hyb.la +%%VT%%%%MPIDIR%%/lib/libvt-hyb.so +%%VT%%%%MPIDIR%%/lib/libvt-hyb.so.0 +%%VT%%%%MPIDIR%%/lib/libvt-mpi-unify.a +%%VT%%%%MPIDIR%%/lib/libvt-mpi-unify.la +%%VT%%%%MPIDIR%%/lib/libvt-mpi-unify.so +%%VT%%%%MPIDIR%%/lib/libvt-mpi-unify.so.0 +%%VT%%%%MPIDIR%%/lib/libvt-mpi.a +%%VT%%%%MPIDIR%%/lib/libvt-mpi.la +%%VT%%%%MPIDIR%%/lib/libvt-mpi.so +%%VT%%%%MPIDIR%%/lib/libvt-mpi.so.0 +%%VT%%%%MPIDIR%%/lib/libvt-mt.a +%%VT%%%%MPIDIR%%/lib/libvt-mt.la +%%VT%%%%MPIDIR%%/lib/libvt-mt.so +%%VT%%%%MPIDIR%%/lib/libvt-mt.so.0 +%%VT%%%%MPIDIR%%/lib/libvt-pomp.a +%%VT%%%%MPIDIR%%/lib/libvt-pomp.la +%%VT%%%%MPIDIR%%/lib/libvt.a +%%VT%%%%MPIDIR%%/lib/libvt.la +%%VT%%%%MPIDIR%%/lib/libvt.so +%%VT%%%%MPIDIR%%/lib/libvt.so.0 +%%VT%%%%MPIDIR%%/share/openmpi/mpiCC-vt-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/openmpi/mpic++-vt-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/openmpi/mpicc-vt-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/openmpi/mpicxx-vt-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/openmpi/mpif77-vt-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/openmpi/mpif90-vt-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/openmpi/mpifort-vt-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/vampirtrace/FILTER.SPEC +%%VT%%%%MPIDIR%%/share/vampirtrace/GROUPS.SPEC +%%VT%%%%MPIDIR%%/share/vampirtrace/METRICS.SPEC +%%VT%%%%MPIDIR%%/share/vampirtrace/config.log +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/ChangeLog +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/LICENSE +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/UserManual.html +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/UserManual.pdf +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/opari/ChangeLog +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/opari/LICENSE +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/opari/Readme.html +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/opari/lacsi01.pdf +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/opari/opari-logo-100.gif +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/otf/ChangeLog +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/otf/LICENSE +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/otf/otfprofile.pdf +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/otf/otfprofile_clustering.pdf +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/otf/otftools.pdf +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/otf/specification.pdf +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/vtsetup/ChangeLog +%%VT%%%%MPIDIR%%/share/vampirtrace/doc/vtsetup/LICENSE +%%VT%%%%MPIDIR%%/share/vampirtrace/libtool +%%VT%%%%MPIDIR%%/share/vampirtrace/omp.h +%%VT%%%%MPIDIR%%/share/vampirtrace/vtCC-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/vampirtrace/vtc++-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/vampirtrace/vtcc-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/vampirtrace/vtcxx-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/vampirtrace/vtf77-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/vampirtrace/vtf90-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/vampirtrace/vtfort-wrapper-data.txt +%%VT%%%%MPIDIR%%/share/vampirtrace/vtsetup-data.dtd +%%VT%%%%MPIDIR%%/share/vampirtrace/vtsetup-data.xml +%%VT%%@dirrmtry %%MPIDIR%%/share/vampirtrace/doc/vtsetup +%%VT%%@dirrmtry %%MPIDIR%%/share/vampirtrace/doc/otf +%%VT%%@dirrmtry %%MPIDIR%%/share/vampirtrace/doc/opari +%%VT%%@dirrmtry %%MPIDIR%%/share/vampirtrace/doc +%%VT%%@dirrmtry %%MPIDIR%%/share/vampirtrace +%%VT%%@dirrmtry %%MPIDIR%%/include/vampirtrace/open-trace-format +%%VT%%@dirrmtry %%MPIDIR%%/include/vampirtrace +%%MPIDIR%%/etc/openmpi-default-hostfile +%%MPIDIR%%/etc/openmpi-mca-params.conf +%%MPIDIR%%/etc/openmpi-totalview.tcl +%%MPIDIR%%/include/event2/buffer.h +%%MPIDIR%%/include/event2/buffer_compat.h +%%MPIDIR%%/include/event2/bufferevent.h +%%MPIDIR%%/include/event2/bufferevent_compat.h +%%MPIDIR%%/include/event2/bufferevent_ssl.h +%%MPIDIR%%/include/event2/bufferevent_struct.h +%%MPIDIR%%/include/event2/dns.h +%%MPIDIR%%/include/event2/dns_compat.h +%%MPIDIR%%/include/event2/dns_struct.h +%%MPIDIR%%/include/event2/event-config.h +%%MPIDIR%%/include/event2/event.h +%%MPIDIR%%/include/event2/event_compat.h +%%MPIDIR%%/include/event2/event_struct.h +%%MPIDIR%%/include/event2/http.h +%%MPIDIR%%/include/event2/http_compat.h +%%MPIDIR%%/include/event2/http_struct.h +%%MPIDIR%%/include/event2/keyvalq_struct.h +%%MPIDIR%%/include/event2/listener.h +%%MPIDIR%%/include/event2/rpc.h +%%MPIDIR%%/include/event2/rpc_compat.h +%%MPIDIR%%/include/event2/rpc_struct.h +%%MPIDIR%%/include/event2/tag.h +%%MPIDIR%%/include/event2/tag_compat.h +%%MPIDIR%%/include/event2/thread.h +%%MPIDIR%%/include/event2/util.h +%%MPIDIR%%/include/mpi-ext.h +%%MPIDIR%%/include/mpi.h +%%MPIDIR%%/include/mpi_portable_platform.h +%%MPIDIR%%/include/mpif-config.h +%%MPIDIR%%/include/mpif-constants.h +%%MPIDIR%%/include/mpif-ext.h +%%MPIDIR%%/include/mpif-externals.h +%%MPIDIR%%/include/mpif-handles.h +%%MPIDIR%%/include/mpif-io-constants.h +%%MPIDIR%%/include/mpif-io-handles.h +%%MPIDIR%%/include/mpif-sentinels.h +%%MPIDIR%%/include/mpif.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/comm.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/comm_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/constants.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/datatype.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/datatype_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/errhandler.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/errhandler_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/exception.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/file.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/file_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/functions.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/functions_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/group.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/group_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/info.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/info_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/intercomm.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/intercomm_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/intracomm.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/intracomm_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/mpicxx.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/op.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/op_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/request.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/request_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/status.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/status_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/topology.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/topology_inln.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/win.h +%%MPIDIR%%/include/openmpi/ompi/mpi/cxx/win_inln.h +%%MPIDIR%%/lib/libmca_common_sm.la +%%MPIDIR%%/lib/libmca_common_sm.so +%%MPIDIR%%/lib/libmca_common_sm.so.4 +%%MPIDIR%%/lib/libmpi.la +%%MPIDIR%%/lib/libmpi.so +%%MPIDIR%%/lib/libmpi.so.3 +%%MPIDIR%%/lib/libmpi_cxx.la +%%MPIDIR%%/lib/libmpi_cxx.so +%%MPIDIR%%/lib/libmpi_cxx.so.2 +%%MPIDIR%%/lib/libmpi_mpifh.la +%%MPIDIR%%/lib/libmpi_mpifh.so +%%MPIDIR%%/lib/libmpi_mpifh.so.3 +%%MPIDIR%%/lib/libmpi_usempi.la +%%MPIDIR%%/lib/libmpi_usempi.so +%%MPIDIR%%/lib/libmpi_usempi.so.2 +%%MPIDIR%%/lib/libompitrace.la +%%MPIDIR%%/lib/libompitrace.so +%%MPIDIR%%/lib/libompitrace.so.0 +%%MPIDIR%%/lib/libopen-pal.la +%%MPIDIR%%/lib/libopen-pal.so +%%MPIDIR%%/lib/libopen-pal.so.6 +%%MPIDIR%%/lib/libopen-rte.la +%%MPIDIR%%/lib/libopen-rte.so +%%MPIDIR%%/lib/libopen-rte.so.6 +%%MPIDIR%%/lib/mpi.mod +%%MPIDIR%%/lib/openmpi/libompi_dbg_msgq.la +%%MPIDIR%%/lib/openmpi/libompi_dbg_msgq.so +%%MPIDIR%%/lib/openmpi/mca_allocator_basic.la +%%MPIDIR%%/lib/openmpi/mca_allocator_basic.so +%%MPIDIR%%/lib/openmpi/mca_allocator_bucket.la +%%MPIDIR%%/lib/openmpi/mca_allocator_bucket.so +%%MPIDIR%%/lib/openmpi/mca_bcol_basesmuma.la +%%MPIDIR%%/lib/openmpi/mca_bcol_basesmuma.so +%%MPIDIR%%/lib/openmpi/mca_bcol_ptpcoll.la +%%MPIDIR%%/lib/openmpi/mca_bcol_ptpcoll.so +%%MPIDIR%%/lib/openmpi/mca_bml_r2.la +%%MPIDIR%%/lib/openmpi/mca_bml_r2.so +%%MPIDIR%%/lib/openmpi/mca_btl_self.la +%%MPIDIR%%/lib/openmpi/mca_btl_self.so +%%MPIDIR%%/lib/openmpi/mca_btl_sm.la +%%MPIDIR%%/lib/openmpi/mca_btl_sm.so +%%MPIDIR%%/lib/openmpi/mca_btl_tcp.la +%%MPIDIR%%/lib/openmpi/mca_btl_tcp.so +%%MPIDIR%%/lib/openmpi/mca_coll_basic.la +%%MPIDIR%%/lib/openmpi/mca_coll_basic.so +%%MPIDIR%%/lib/openmpi/mca_coll_hierarch.la +%%MPIDIR%%/lib/openmpi/mca_coll_hierarch.so +%%MPIDIR%%/lib/openmpi/mca_coll_inter.la +%%MPIDIR%%/lib/openmpi/mca_coll_inter.so +%%MPIDIR%%/lib/openmpi/mca_coll_libnbc.la +%%MPIDIR%%/lib/openmpi/mca_coll_libnbc.so +%%MPIDIR%%/lib/openmpi/mca_coll_ml.la +%%MPIDIR%%/lib/openmpi/mca_coll_ml.so +%%MPIDIR%%/lib/openmpi/mca_coll_self.la +%%MPIDIR%%/lib/openmpi/mca_coll_self.so +%%MPIDIR%%/lib/openmpi/mca_coll_sm.la +%%MPIDIR%%/lib/openmpi/mca_coll_sm.so +%%MPIDIR%%/lib/openmpi/mca_coll_tuned.la +%%MPIDIR%%/lib/openmpi/mca_coll_tuned.so +%%MPIDIR%%/lib/openmpi/mca_compress_bzip.la +%%MPIDIR%%/lib/openmpi/mca_compress_bzip.so +%%MPIDIR%%/lib/openmpi/mca_compress_gzip.la +%%MPIDIR%%/lib/openmpi/mca_compress_gzip.so +%%MPIDIR%%/lib/openmpi/mca_crs_none.la +%%MPIDIR%%/lib/openmpi/mca_crs_none.so +%%MPIDIR%%/lib/openmpi/mca_db_hash.la +%%MPIDIR%%/lib/openmpi/mca_db_hash.so +%%MPIDIR%%/lib/openmpi/mca_db_print.la +%%MPIDIR%%/lib/openmpi/mca_db_print.so +%%MPIDIR%%/lib/openmpi/mca_dpm_orte.la +%%MPIDIR%%/lib/openmpi/mca_dpm_orte.so +%%MPIDIR%%/lib/openmpi/mca_errmgr_default_app.la +%%MPIDIR%%/lib/openmpi/mca_errmgr_default_app.so +%%MPIDIR%%/lib/openmpi/mca_errmgr_default_hnp.la +%%MPIDIR%%/lib/openmpi/mca_errmgr_default_hnp.so +%%MPIDIR%%/lib/openmpi/mca_errmgr_default_orted.la +%%MPIDIR%%/lib/openmpi/mca_errmgr_default_orted.so +%%MPIDIR%%/lib/openmpi/mca_ess_env.la +%%MPIDIR%%/lib/openmpi/mca_ess_env.so +%%MPIDIR%%/lib/openmpi/mca_ess_hnp.la +%%MPIDIR%%/lib/openmpi/mca_ess_hnp.so +%%MPIDIR%%/lib/openmpi/mca_ess_singleton.la +%%MPIDIR%%/lib/openmpi/mca_ess_singleton.so +%%MPIDIR%%/lib/openmpi/mca_ess_tool.la +%%MPIDIR%%/lib/openmpi/mca_ess_tool.so +%%MPIDIR%%/lib/openmpi/mca_fbtl_posix.la +%%MPIDIR%%/lib/openmpi/mca_fbtl_posix.so +%%MPIDIR%%/lib/openmpi/mca_fcoll_dynamic.la +%%MPIDIR%%/lib/openmpi/mca_fcoll_dynamic.so +%%MPIDIR%%/lib/openmpi/mca_fcoll_individual.la +%%MPIDIR%%/lib/openmpi/mca_fcoll_individual.so +%%MPIDIR%%/lib/openmpi/mca_fcoll_static.la +%%MPIDIR%%/lib/openmpi/mca_fcoll_static.so +%%MPIDIR%%/lib/openmpi/mca_fcoll_two_phase.la +%%MPIDIR%%/lib/openmpi/mca_fcoll_two_phase.so +%%MPIDIR%%/lib/openmpi/mca_fcoll_ylib.la +%%MPIDIR%%/lib/openmpi/mca_fcoll_ylib.so +%%MPIDIR%%/lib/openmpi/mca_fs_ufs.la +%%MPIDIR%%/lib/openmpi/mca_fs_ufs.so +%%MPIDIR%%/lib/openmpi/mca_grpcomm_bad.la +%%MPIDIR%%/lib/openmpi/mca_grpcomm_bad.so +%%MPIDIR%%/lib/openmpi/mca_io_ompio.la +%%MPIDIR%%/lib/openmpi/mca_io_ompio.so +%%MPIDIR%%/lib/openmpi/mca_io_romio.la +%%MPIDIR%%/lib/openmpi/mca_io_romio.so +%%MPIDIR%%/lib/openmpi/mca_iof_hnp.la +%%MPIDIR%%/lib/openmpi/mca_iof_hnp.so +%%MPIDIR%%/lib/openmpi/mca_iof_orted.la +%%MPIDIR%%/lib/openmpi/mca_iof_orted.so +%%MPIDIR%%/lib/openmpi/mca_iof_tool.la +%%MPIDIR%%/lib/openmpi/mca_iof_tool.so +%%MPIDIR%%/lib/openmpi/mca_mpool_grdma.la +%%MPIDIR%%/lib/openmpi/mca_mpool_grdma.so +%%MPIDIR%%/lib/openmpi/mca_mpool_sm.la +%%MPIDIR%%/lib/openmpi/mca_mpool_sm.so +%%MPIDIR%%/lib/openmpi/mca_odls_default.la +%%MPIDIR%%/lib/openmpi/mca_odls_default.so +%%MPIDIR%%/lib/openmpi/mca_oob_tcp.la +%%MPIDIR%%/lib/openmpi/mca_oob_tcp.so +%%MPIDIR%%/lib/openmpi/mca_osc_pt2pt.la +%%MPIDIR%%/lib/openmpi/mca_osc_pt2pt.so +%%MPIDIR%%/lib/openmpi/mca_osc_rdma.la +%%MPIDIR%%/lib/openmpi/mca_osc_rdma.so +%%MPIDIR%%/lib/openmpi/mca_plm_rsh.la +%%MPIDIR%%/lib/openmpi/mca_plm_rsh.so +%%MPIDIR%%/lib/openmpi/mca_pml_bfo.la +%%MPIDIR%%/lib/openmpi/mca_pml_bfo.so +%%MPIDIR%%/lib/openmpi/mca_pml_cm.la +%%MPIDIR%%/lib/openmpi/mca_pml_cm.so +%%MPIDIR%%/lib/openmpi/mca_pml_ob1.la +%%MPIDIR%%/lib/openmpi/mca_pml_ob1.so +%%MPIDIR%%/lib/openmpi/mca_pstat_test.la +%%MPIDIR%%/lib/openmpi/mca_pstat_test.so +%%MPIDIR%%/lib/openmpi/mca_pubsub_orte.la +%%MPIDIR%%/lib/openmpi/mca_pubsub_orte.so +%%MPIDIR%%/lib/openmpi/mca_ras_simulator.la +%%MPIDIR%%/lib/openmpi/mca_ras_simulator.so +%%MPIDIR%%/lib/openmpi/mca_rcache_vma.la +%%MPIDIR%%/lib/openmpi/mca_rcache_vma.so +%%MPIDIR%%/lib/openmpi/mca_rmaps_lama.la +%%MPIDIR%%/lib/openmpi/mca_rmaps_lama.so +%%MPIDIR%%/lib/openmpi/mca_rmaps_mindist.la +%%MPIDIR%%/lib/openmpi/mca_rmaps_mindist.so +%%MPIDIR%%/lib/openmpi/mca_rmaps_ppr.la +%%MPIDIR%%/lib/openmpi/mca_rmaps_ppr.so +%%MPIDIR%%/lib/openmpi/mca_rmaps_rank_file.la +%%MPIDIR%%/lib/openmpi/mca_rmaps_rank_file.so +%%MPIDIR%%/lib/openmpi/mca_rmaps_resilient.la +%%MPIDIR%%/lib/openmpi/mca_rmaps_resilient.so +%%MPIDIR%%/lib/openmpi/mca_rmaps_round_robin.la +%%MPIDIR%%/lib/openmpi/mca_rmaps_round_robin.so +%%MPIDIR%%/lib/openmpi/mca_rmaps_seq.la +%%MPIDIR%%/lib/openmpi/mca_rmaps_seq.so +%%MPIDIR%%/lib/openmpi/mca_rml_oob.la +%%MPIDIR%%/lib/openmpi/mca_rml_oob.so +%%MPIDIR%%/lib/openmpi/mca_routed_binomial.la +%%MPIDIR%%/lib/openmpi/mca_routed_binomial.so +%%MPIDIR%%/lib/openmpi/mca_routed_debruijn.la +%%MPIDIR%%/lib/openmpi/mca_routed_debruijn.so +%%MPIDIR%%/lib/openmpi/mca_routed_direct.la +%%MPIDIR%%/lib/openmpi/mca_routed_direct.so +%%MPIDIR%%/lib/openmpi/mca_routed_radix.la +%%MPIDIR%%/lib/openmpi/mca_routed_radix.so +%%MPIDIR%%/lib/openmpi/mca_sbgp_basesmsocket.la +%%MPIDIR%%/lib/openmpi/mca_sbgp_basesmsocket.so +%%MPIDIR%%/lib/openmpi/mca_sbgp_basesmuma.la +%%MPIDIR%%/lib/openmpi/mca_sbgp_basesmuma.so +%%MPIDIR%%/lib/openmpi/mca_sbgp_p2p.la +%%MPIDIR%%/lib/openmpi/mca_sbgp_p2p.so +%%MPIDIR%%/lib/openmpi/mca_sharedfp_dummy.la +%%MPIDIR%%/lib/openmpi/mca_sharedfp_dummy.so +%%MPIDIR%%/lib/openmpi/mca_shmem_mmap.la +%%MPIDIR%%/lib/openmpi/mca_shmem_mmap.so +%%MPIDIR%%/lib/openmpi/mca_shmem_posix.la +%%MPIDIR%%/lib/openmpi/mca_shmem_posix.so +%%MPIDIR%%/lib/openmpi/mca_shmem_sysv.la +%%MPIDIR%%/lib/openmpi/mca_shmem_sysv.so +%%MPIDIR%%/lib/openmpi/mca_state_app.la +%%MPIDIR%%/lib/openmpi/mca_state_app.so +%%MPIDIR%%/lib/openmpi/mca_state_hnp.la +%%MPIDIR%%/lib/openmpi/mca_state_hnp.so +%%MPIDIR%%/lib/openmpi/mca_state_novm.la +%%MPIDIR%%/lib/openmpi/mca_state_novm.so +%%MPIDIR%%/lib/openmpi/mca_state_orted.la +%%MPIDIR%%/lib/openmpi/mca_state_orted.so +%%MPIDIR%%/lib/openmpi/mca_topo_basic.la +%%MPIDIR%%/lib/openmpi/mca_topo_basic.so +%%MPIDIR%%/lib/openmpi/mca_vprotocol_pessimist.la +%%MPIDIR%%/lib/openmpi/mca_vprotocol_pessimist.so +%%MPIDIR%%/lib/pkgconfig/ompi-c.pc +%%MPIDIR%%/lib/pkgconfig/ompi-cxx.pc +%%MPIDIR%%/lib/pkgconfig/ompi-f77.pc +%%MPIDIR%%/lib/pkgconfig/ompi-f90.pc +%%MPIDIR%%/lib/pkgconfig/ompi-fort.pc +%%MPIDIR%%/lib/pkgconfig/ompi.pc +%%MPIDIR%%/lib/pkgconfig/orte.pc +%%MPIDIR%%/man/man1/mpiCC.1.gz +%%MPIDIR%%/man/man1/mpic++.1.gz +%%MPIDIR%%/man/man1/mpicc.1.gz +%%MPIDIR%%/man/man1/mpicxx.1.gz +%%MPIDIR%%/man/man1/mpiexec.1.gz +%%MPIDIR%%/man/man1/mpif77.1.gz +%%MPIDIR%%/man/man1/mpif90.1.gz +%%MPIDIR%%/man/man1/mpifort.1.gz +%%MPIDIR%%/man/man1/mpirun.1.gz +%%MPIDIR%%/man/man1/ompi-clean.1.gz +%%MPIDIR%%/man/man1/ompi-ps.1.gz +%%MPIDIR%%/man/man1/ompi-server.1.gz +%%MPIDIR%%/man/man1/ompi-top.1.gz +%%MPIDIR%%/man/man1/ompi_info.1.gz +%%MPIDIR%%/man/man1/opal_wrapper.1.gz +%%MPIDIR%%/man/man1/orte-clean.1.gz +%%MPIDIR%%/man/man1/orte-info.1.gz +%%MPIDIR%%/man/man1/orte-ps.1.gz +%%MPIDIR%%/man/man1/orte-server.1.gz +%%MPIDIR%%/man/man1/orte-top.1.gz +%%MPIDIR%%/man/man1/orteCC.1.gz +%%MPIDIR%%/man/man1/orted.1.gz +%%MPIDIR%%/man/man1/orterun.1.gz +%%MPIDIR%%/man/man3/MPI.3.gz +%%MPIDIR%%/man/man3/MPI_Abort.3.gz +%%MPIDIR%%/man/man3/MPI_Accumulate.3.gz +%%MPIDIR%%/man/man3/MPI_Add_error_class.3.gz +%%MPIDIR%%/man/man3/MPI_Add_error_code.3.gz +%%MPIDIR%%/man/man3/MPI_Add_error_string.3.gz +%%MPIDIR%%/man/man3/MPI_Address.3.gz +%%MPIDIR%%/man/man3/MPI_Allgather.3.gz +%%MPIDIR%%/man/man3/MPI_Allgatherv.3.gz +%%MPIDIR%%/man/man3/MPI_Alloc_mem.3.gz +%%MPIDIR%%/man/man3/MPI_Allreduce.3.gz +%%MPIDIR%%/man/man3/MPI_Alltoall.3.gz +%%MPIDIR%%/man/man3/MPI_Alltoallv.3.gz +%%MPIDIR%%/man/man3/MPI_Alltoallw.3.gz +%%MPIDIR%%/man/man3/MPI_Attr_delete.3.gz +%%MPIDIR%%/man/man3/MPI_Attr_get.3.gz +%%MPIDIR%%/man/man3/MPI_Attr_put.3.gz +%%MPIDIR%%/man/man3/MPI_Barrier.3.gz +%%MPIDIR%%/man/man3/MPI_Bcast.3.gz +%%MPIDIR%%/man/man3/MPI_Bsend.3.gz +%%MPIDIR%%/man/man3/MPI_Bsend_init.3.gz +%%MPIDIR%%/man/man3/MPI_Buffer_attach.3.gz +%%MPIDIR%%/man/man3/MPI_Buffer_detach.3.gz +%%MPIDIR%%/man/man3/MPI_Cancel.3.gz +%%MPIDIR%%/man/man3/MPI_Cart_coords.3.gz +%%MPIDIR%%/man/man3/MPI_Cart_create.3.gz +%%MPIDIR%%/man/man3/MPI_Cart_get.3.gz +%%MPIDIR%%/man/man3/MPI_Cart_map.3.gz +%%MPIDIR%%/man/man3/MPI_Cart_rank.3.gz +%%MPIDIR%%/man/man3/MPI_Cart_shift.3.gz +%%MPIDIR%%/man/man3/MPI_Cart_sub.3.gz +%%MPIDIR%%/man/man3/MPI_Cartdim_get.3.gz +%%MPIDIR%%/man/man3/MPI_Close_port.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_accept.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_c2f.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_call_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_compare.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_connect.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_create.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_create_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_create_keyval.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_delete_attr.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_disconnect.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_dup.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_f2c.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_free.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_free_keyval.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_get_attr.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_get_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_get_name.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_get_parent.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_group.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_join.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_rank.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_remote_group.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_remote_size.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_set_attr.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_set_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_set_name.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_size.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_spawn.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_spawn_multiple.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_split.3.gz +%%MPIDIR%%/man/man3/MPI_Comm_test_inter.3.gz +%%MPIDIR%%/man/man3/MPI_Dims_create.3.gz +%%MPIDIR%%/man/man3/MPI_Errhandler_create.3.gz +%%MPIDIR%%/man/man3/MPI_Errhandler_free.3.gz +%%MPIDIR%%/man/man3/MPI_Errhandler_get.3.gz +%%MPIDIR%%/man/man3/MPI_Errhandler_set.3.gz +%%MPIDIR%%/man/man3/MPI_Error_class.3.gz +%%MPIDIR%%/man/man3/MPI_Error_string.3.gz +%%MPIDIR%%/man/man3/MPI_Exscan.3.gz +%%MPIDIR%%/man/man3/MPI_File_c2f.3.gz +%%MPIDIR%%/man/man3/MPI_File_call_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_File_close.3.gz +%%MPIDIR%%/man/man3/MPI_File_create_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_File_delete.3.gz +%%MPIDIR%%/man/man3/MPI_File_f2c.3.gz +%%MPIDIR%%/man/man3/MPI_File_get_amode.3.gz +%%MPIDIR%%/man/man3/MPI_File_get_atomicity.3.gz +%%MPIDIR%%/man/man3/MPI_File_get_byte_offset.3.gz +%%MPIDIR%%/man/man3/MPI_File_get_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_File_get_group.3.gz +%%MPIDIR%%/man/man3/MPI_File_get_info.3.gz +%%MPIDIR%%/man/man3/MPI_File_get_position.3.gz +%%MPIDIR%%/man/man3/MPI_File_get_position_shared.3.gz +%%MPIDIR%%/man/man3/MPI_File_get_size.3.gz +%%MPIDIR%%/man/man3/MPI_File_get_type_extent.3.gz +%%MPIDIR%%/man/man3/MPI_File_get_view.3.gz +%%MPIDIR%%/man/man3/MPI_File_iread.3.gz +%%MPIDIR%%/man/man3/MPI_File_iread_at.3.gz +%%MPIDIR%%/man/man3/MPI_File_iread_shared.3.gz +%%MPIDIR%%/man/man3/MPI_File_iwrite.3.gz +%%MPIDIR%%/man/man3/MPI_File_iwrite_at.3.gz +%%MPIDIR%%/man/man3/MPI_File_iwrite_shared.3.gz +%%MPIDIR%%/man/man3/MPI_File_open.3.gz +%%MPIDIR%%/man/man3/MPI_File_preallocate.3.gz +%%MPIDIR%%/man/man3/MPI_File_read.3.gz +%%MPIDIR%%/man/man3/MPI_File_read_all.3.gz +%%MPIDIR%%/man/man3/MPI_File_read_all_begin.3.gz +%%MPIDIR%%/man/man3/MPI_File_read_all_end.3.gz +%%MPIDIR%%/man/man3/MPI_File_read_at.3.gz +%%MPIDIR%%/man/man3/MPI_File_read_at_all.3.gz +%%MPIDIR%%/man/man3/MPI_File_read_at_all_begin.3.gz +%%MPIDIR%%/man/man3/MPI_File_read_at_all_end.3.gz +%%MPIDIR%%/man/man3/MPI_File_read_ordered.3.gz +%%MPIDIR%%/man/man3/MPI_File_read_ordered_begin.3.gz +%%MPIDIR%%/man/man3/MPI_File_read_ordered_end.3.gz +%%MPIDIR%%/man/man3/MPI_File_read_shared.3.gz +%%MPIDIR%%/man/man3/MPI_File_seek.3.gz +%%MPIDIR%%/man/man3/MPI_File_seek_shared.3.gz +%%MPIDIR%%/man/man3/MPI_File_set_atomicity.3.gz +%%MPIDIR%%/man/man3/MPI_File_set_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_File_set_info.3.gz +%%MPIDIR%%/man/man3/MPI_File_set_size.3.gz +%%MPIDIR%%/man/man3/MPI_File_set_view.3.gz +%%MPIDIR%%/man/man3/MPI_File_sync.3.gz +%%MPIDIR%%/man/man3/MPI_File_write.3.gz +%%MPIDIR%%/man/man3/MPI_File_write_all.3.gz +%%MPIDIR%%/man/man3/MPI_File_write_all_begin.3.gz +%%MPIDIR%%/man/man3/MPI_File_write_all_end.3.gz +%%MPIDIR%%/man/man3/MPI_File_write_at.3.gz +%%MPIDIR%%/man/man3/MPI_File_write_at_all.3.gz +%%MPIDIR%%/man/man3/MPI_File_write_at_all_begin.3.gz +%%MPIDIR%%/man/man3/MPI_File_write_at_all_end.3.gz +%%MPIDIR%%/man/man3/MPI_File_write_ordered.3.gz +%%MPIDIR%%/man/man3/MPI_File_write_ordered_begin.3.gz +%%MPIDIR%%/man/man3/MPI_File_write_ordered_end.3.gz +%%MPIDIR%%/man/man3/MPI_File_write_shared.3.gz +%%MPIDIR%%/man/man3/MPI_Finalize.3.gz +%%MPIDIR%%/man/man3/MPI_Finalized.3.gz +%%MPIDIR%%/man/man3/MPI_Free_mem.3.gz +%%MPIDIR%%/man/man3/MPI_Gather.3.gz +%%MPIDIR%%/man/man3/MPI_Gatherv.3.gz +%%MPIDIR%%/man/man3/MPI_Get.3.gz +%%MPIDIR%%/man/man3/MPI_Get_address.3.gz +%%MPIDIR%%/man/man3/MPI_Get_count.3.gz +%%MPIDIR%%/man/man3/MPI_Get_elements.3.gz +%%MPIDIR%%/man/man3/MPI_Get_elements_x.3.gz +%%MPIDIR%%/man/man3/MPI_Get_library_version.3.gz +%%MPIDIR%%/man/man3/MPI_Get_processor_name.3.gz +%%MPIDIR%%/man/man3/MPI_Get_version.3.gz +%%MPIDIR%%/man/man3/MPI_Graph_create.3.gz +%%MPIDIR%%/man/man3/MPI_Graph_get.3.gz +%%MPIDIR%%/man/man3/MPI_Graph_map.3.gz +%%MPIDIR%%/man/man3/MPI_Graph_neighbors.3.gz +%%MPIDIR%%/man/man3/MPI_Graph_neighbors_count.3.gz +%%MPIDIR%%/man/man3/MPI_Graphdims_get.3.gz +%%MPIDIR%%/man/man3/MPI_Grequest_complete.3.gz +%%MPIDIR%%/man/man3/MPI_Grequest_start.3.gz +%%MPIDIR%%/man/man3/MPI_Group_c2f.3.gz +%%MPIDIR%%/man/man3/MPI_Group_compare.3.gz +%%MPIDIR%%/man/man3/MPI_Group_difference.3.gz +%%MPIDIR%%/man/man3/MPI_Group_excl.3.gz +%%MPIDIR%%/man/man3/MPI_Group_f2c.3.gz +%%MPIDIR%%/man/man3/MPI_Group_free.3.gz +%%MPIDIR%%/man/man3/MPI_Group_incl.3.gz +%%MPIDIR%%/man/man3/MPI_Group_intersection.3.gz +%%MPIDIR%%/man/man3/MPI_Group_range_excl.3.gz +%%MPIDIR%%/man/man3/MPI_Group_range_incl.3.gz +%%MPIDIR%%/man/man3/MPI_Group_rank.3.gz +%%MPIDIR%%/man/man3/MPI_Group_size.3.gz +%%MPIDIR%%/man/man3/MPI_Group_translate_ranks.3.gz +%%MPIDIR%%/man/man3/MPI_Group_union.3.gz +%%MPIDIR%%/man/man3/MPI_Ibsend.3.gz +%%MPIDIR%%/man/man3/MPI_Improbe.3.gz +%%MPIDIR%%/man/man3/MPI_Imrecv.3.gz +%%MPIDIR%%/man/man3/MPI_Info_c2f.3.gz +%%MPIDIR%%/man/man3/MPI_Info_create.3.gz +%%MPIDIR%%/man/man3/MPI_Info_delete.3.gz +%%MPIDIR%%/man/man3/MPI_Info_dup.3.gz +%%MPIDIR%%/man/man3/MPI_Info_env.3.gz +%%MPIDIR%%/man/man3/MPI_Info_f2c.3.gz +%%MPIDIR%%/man/man3/MPI_Info_free.3.gz +%%MPIDIR%%/man/man3/MPI_Info_get.3.gz +%%MPIDIR%%/man/man3/MPI_Info_get_nkeys.3.gz +%%MPIDIR%%/man/man3/MPI_Info_get_nthkey.3.gz +%%MPIDIR%%/man/man3/MPI_Info_get_valuelen.3.gz +%%MPIDIR%%/man/man3/MPI_Info_set.3.gz +%%MPIDIR%%/man/man3/MPI_Init.3.gz +%%MPIDIR%%/man/man3/MPI_Init_thread.3.gz +%%MPIDIR%%/man/man3/MPI_Initialized.3.gz +%%MPIDIR%%/man/man3/MPI_Intercomm_create.3.gz +%%MPIDIR%%/man/man3/MPI_Intercomm_merge.3.gz +%%MPIDIR%%/man/man3/MPI_Iprobe.3.gz +%%MPIDIR%%/man/man3/MPI_Irecv.3.gz +%%MPIDIR%%/man/man3/MPI_Irsend.3.gz +%%MPIDIR%%/man/man3/MPI_Is_thread_main.3.gz +%%MPIDIR%%/man/man3/MPI_Isend.3.gz +%%MPIDIR%%/man/man3/MPI_Issend.3.gz +%%MPIDIR%%/man/man3/MPI_Keyval_create.3.gz +%%MPIDIR%%/man/man3/MPI_Keyval_free.3.gz +%%MPIDIR%%/man/man3/MPI_Lookup_name.3.gz +%%MPIDIR%%/man/man3/MPI_Mprobe.3.gz +%%MPIDIR%%/man/man3/MPI_Mrecv.3.gz +%%MPIDIR%%/man/man3/MPI_Op_c2f.3.gz +%%MPIDIR%%/man/man3/MPI_Op_create.3.gz +%%MPIDIR%%/man/man3/MPI_Op_f2c.3.gz +%%MPIDIR%%/man/man3/MPI_Op_free.3.gz +%%MPIDIR%%/man/man3/MPI_Open_port.3.gz +%%MPIDIR%%/man/man3/MPI_Pack.3.gz +%%MPIDIR%%/man/man3/MPI_Pack_external.3.gz +%%MPIDIR%%/man/man3/MPI_Pack_external_size.3.gz +%%MPIDIR%%/man/man3/MPI_Pack_size.3.gz +%%MPIDIR%%/man/man3/MPI_Pcontrol.3.gz +%%MPIDIR%%/man/man3/MPI_Probe.3.gz +%%MPIDIR%%/man/man3/MPI_Publish_name.3.gz +%%MPIDIR%%/man/man3/MPI_Put.3.gz +%%MPIDIR%%/man/man3/MPI_Query_thread.3.gz +%%MPIDIR%%/man/man3/MPI_Recv.3.gz +%%MPIDIR%%/man/man3/MPI_Recv_init.3.gz +%%MPIDIR%%/man/man3/MPI_Reduce.3.gz +%%MPIDIR%%/man/man3/MPI_Reduce_local.3.gz +%%MPIDIR%%/man/man3/MPI_Reduce_scatter.3.gz +%%MPIDIR%%/man/man3/MPI_Register_datarep.3.gz +%%MPIDIR%%/man/man3/MPI_Request_c2f.3.gz +%%MPIDIR%%/man/man3/MPI_Request_f2c.3.gz +%%MPIDIR%%/man/man3/MPI_Request_free.3.gz +%%MPIDIR%%/man/man3/MPI_Request_get_status.3.gz +%%MPIDIR%%/man/man3/MPI_Rsend.3.gz +%%MPIDIR%%/man/man3/MPI_Rsend_init.3.gz +%%MPIDIR%%/man/man3/MPI_Scan.3.gz +%%MPIDIR%%/man/man3/MPI_Scatter.3.gz +%%MPIDIR%%/man/man3/MPI_Scatterv.3.gz +%%MPIDIR%%/man/man3/MPI_Send.3.gz +%%MPIDIR%%/man/man3/MPI_Send_init.3.gz +%%MPIDIR%%/man/man3/MPI_Sendrecv.3.gz +%%MPIDIR%%/man/man3/MPI_Sendrecv_replace.3.gz +%%MPIDIR%%/man/man3/MPI_Sizeof.3.gz +%%MPIDIR%%/man/man3/MPI_Ssend.3.gz +%%MPIDIR%%/man/man3/MPI_Ssend_init.3.gz +%%MPIDIR%%/man/man3/MPI_Start.3.gz +%%MPIDIR%%/man/man3/MPI_Startall.3.gz +%%MPIDIR%%/man/man3/MPI_Status_c2f.3.gz +%%MPIDIR%%/man/man3/MPI_Status_f2c.3.gz +%%MPIDIR%%/man/man3/MPI_Status_set_cancelled.3.gz +%%MPIDIR%%/man/man3/MPI_Status_set_elements.3.gz +%%MPIDIR%%/man/man3/MPI_Status_set_elements_x.3.gz +%%MPIDIR%%/man/man3/MPI_Test.3.gz +%%MPIDIR%%/man/man3/MPI_Test_cancelled.3.gz +%%MPIDIR%%/man/man3/MPI_Testall.3.gz +%%MPIDIR%%/man/man3/MPI_Testany.3.gz +%%MPIDIR%%/man/man3/MPI_Testsome.3.gz +%%MPIDIR%%/man/man3/MPI_Topo_test.3.gz +%%MPIDIR%%/man/man3/MPI_Type_c2f.3.gz +%%MPIDIR%%/man/man3/MPI_Type_commit.3.gz +%%MPIDIR%%/man/man3/MPI_Type_contiguous.3.gz +%%MPIDIR%%/man/man3/MPI_Type_create_darray.3.gz +%%MPIDIR%%/man/man3/MPI_Type_create_f90_complex.3.gz +%%MPIDIR%%/man/man3/MPI_Type_create_f90_integer.3.gz +%%MPIDIR%%/man/man3/MPI_Type_create_f90_real.3.gz +%%MPIDIR%%/man/man3/MPI_Type_create_hindexed.3.gz +%%MPIDIR%%/man/man3/MPI_Type_create_hvector.3.gz +%%MPIDIR%%/man/man3/MPI_Type_create_indexed_block.3.gz +%%MPIDIR%%/man/man3/MPI_Type_create_keyval.3.gz +%%MPIDIR%%/man/man3/MPI_Type_create_resized.3.gz +%%MPIDIR%%/man/man3/MPI_Type_create_struct.3.gz +%%MPIDIR%%/man/man3/MPI_Type_create_subarray.3.gz +%%MPIDIR%%/man/man3/MPI_Type_delete_attr.3.gz +%%MPIDIR%%/man/man3/MPI_Type_dup.3.gz +%%MPIDIR%%/man/man3/MPI_Type_extent.3.gz +%%MPIDIR%%/man/man3/MPI_Type_f2c.3.gz +%%MPIDIR%%/man/man3/MPI_Type_free.3.gz +%%MPIDIR%%/man/man3/MPI_Type_free_keyval.3.gz +%%MPIDIR%%/man/man3/MPI_Type_get_attr.3.gz +%%MPIDIR%%/man/man3/MPI_Type_get_contents.3.gz +%%MPIDIR%%/man/man3/MPI_Type_get_envelope.3.gz +%%MPIDIR%%/man/man3/MPI_Type_get_extent.3.gz +%%MPIDIR%%/man/man3/MPI_Type_get_extent_x.3.gz +%%MPIDIR%%/man/man3/MPI_Type_get_name.3.gz +%%MPIDIR%%/man/man3/MPI_Type_get_true_extent.3.gz +%%MPIDIR%%/man/man3/MPI_Type_get_true_extent_x.3.gz +%%MPIDIR%%/man/man3/MPI_Type_hindexed.3.gz +%%MPIDIR%%/man/man3/MPI_Type_hvector.3.gz +%%MPIDIR%%/man/man3/MPI_Type_indexed.3.gz +%%MPIDIR%%/man/man3/MPI_Type_lb.3.gz +%%MPIDIR%%/man/man3/MPI_Type_match_size.3.gz +%%MPIDIR%%/man/man3/MPI_Type_set_attr.3.gz +%%MPIDIR%%/man/man3/MPI_Type_set_name.3.gz +%%MPIDIR%%/man/man3/MPI_Type_size.3.gz +%%MPIDIR%%/man/man3/MPI_Type_size_x.3.gz +%%MPIDIR%%/man/man3/MPI_Type_struct.3.gz +%%MPIDIR%%/man/man3/MPI_Type_ub.3.gz +%%MPIDIR%%/man/man3/MPI_Type_vector.3.gz +%%MPIDIR%%/man/man3/MPI_Unpack.3.gz +%%MPIDIR%%/man/man3/MPI_Unpack_external.3.gz +%%MPIDIR%%/man/man3/MPI_Unpublish_name.3.gz +%%MPIDIR%%/man/man3/MPI_Wait.3.gz +%%MPIDIR%%/man/man3/MPI_Waitall.3.gz +%%MPIDIR%%/man/man3/MPI_Waitany.3.gz +%%MPIDIR%%/man/man3/MPI_Waitsome.3.gz +%%MPIDIR%%/man/man3/MPI_Win_c2f.3.gz +%%MPIDIR%%/man/man3/MPI_Win_call_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_Win_complete.3.gz +%%MPIDIR%%/man/man3/MPI_Win_create.3.gz +%%MPIDIR%%/man/man3/MPI_Win_create_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_Win_create_keyval.3.gz +%%MPIDIR%%/man/man3/MPI_Win_delete_attr.3.gz +%%MPIDIR%%/man/man3/MPI_Win_f2c.3.gz +%%MPIDIR%%/man/man3/MPI_Win_fence.3.gz +%%MPIDIR%%/man/man3/MPI_Win_free.3.gz +%%MPIDIR%%/man/man3/MPI_Win_free_keyval.3.gz +%%MPIDIR%%/man/man3/MPI_Win_get_attr.3.gz +%%MPIDIR%%/man/man3/MPI_Win_get_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_Win_get_group.3.gz +%%MPIDIR%%/man/man3/MPI_Win_get_name.3.gz +%%MPIDIR%%/man/man3/MPI_Win_lock.3.gz +%%MPIDIR%%/man/man3/MPI_Win_post.3.gz +%%MPIDIR%%/man/man3/MPI_Win_set_attr.3.gz +%%MPIDIR%%/man/man3/MPI_Win_set_errhandler.3.gz +%%MPIDIR%%/man/man3/MPI_Win_set_name.3.gz +%%MPIDIR%%/man/man3/MPI_Win_start.3.gz +%%MPIDIR%%/man/man3/MPI_Win_test.3.gz +%%MPIDIR%%/man/man3/MPI_Win_unlock.3.gz +%%MPIDIR%%/man/man3/MPI_Win_wait.3.gz +%%MPIDIR%%/man/man3/MPI_Wtick.3.gz +%%MPIDIR%%/man/man3/MPI_Wtime.3.gz +%%MPIDIR%%/man/man3/OpenMPI.3.gz +%%MPIDIR%%/man/man7/ompi_crcp.7.gz +%%MPIDIR%%/man/man7/opal_crs.7.gz +%%MPIDIR%%/man/man7/orte_filem.7.gz +%%MPIDIR%%/man/man7/orte_hosts.7.gz +%%MPIDIR%%/man/man7/orte_snapc.7.gz +%%MPIDIR%%/man/man7/orte_sstore.7.gz +%%MPIDIR%%/share/openmpi/amca-param-sets/example.conf +%%MPIDIR%%/share/openmpi/help-dash-host.txt +%%MPIDIR%%/share/openmpi/help-db-base.txt +%%MPIDIR%%/share/openmpi/help-ess-base.txt +%%MPIDIR%%/share/openmpi/help-hostfile.txt +%%MPIDIR%%/share/openmpi/help-mca-base.txt +%%MPIDIR%%/share/openmpi/help-mca-bml-r2.txt +%%MPIDIR%%/share/openmpi/help-mca-coll-base.txt +%%MPIDIR%%/share/openmpi/help-mca-op-base.txt +%%MPIDIR%%/share/openmpi/help-mca-var.txt +%%MPIDIR%%/share/openmpi/help-mpi-api.txt +%%MPIDIR%%/share/openmpi/help-mpi-btl-base.txt +%%MPIDIR%%/share/openmpi/help-mpi-btl-sm.txt +%%MPIDIR%%/share/openmpi/help-mpi-btl-tcp.txt +%%MPIDIR%%/share/openmpi/help-mpi-coll-sm.txt +%%MPIDIR%%/share/openmpi/help-mpi-common-sm.txt +%%MPIDIR%%/share/openmpi/help-mpi-errors.txt +%%MPIDIR%%/share/openmpi/help-mpi-pml-bfo.txt +%%MPIDIR%%/share/openmpi/help-mpi-pml-ob1.txt +%%MPIDIR%%/share/openmpi/help-mpi-runtime.txt +%%MPIDIR%%/share/openmpi/help-mpool-base.txt +%%MPIDIR%%/share/openmpi/help-ompi-crcp-base.txt +%%MPIDIR%%/share/openmpi/help-ompi-dpm-base.txt +%%MPIDIR%%/share/openmpi/help-ompi-dpm-orte.txt +%%MPIDIR%%/share/openmpi/help-ompi-pubsub-orte.txt +%%MPIDIR%%/share/openmpi/help-oob-tcp.txt +%%MPIDIR%%/share/openmpi/help-opal-compress-base.txt +%%MPIDIR%%/share/openmpi/help-opal-compress-bzip.txt +%%MPIDIR%%/share/openmpi/help-opal-compress-gzip.txt +%%MPIDIR%%/share/openmpi/help-opal-crs-base.txt +%%MPIDIR%%/share/openmpi/help-opal-crs-none.txt +%%MPIDIR%%/share/openmpi/help-opal-hwloc-base.txt +%%MPIDIR%%/share/openmpi/help-opal-runtime.txt +%%MPIDIR%%/share/openmpi/help-opal-shmem-mmap.txt +%%MPIDIR%%/share/openmpi/help-opal-shmem-posix.txt +%%MPIDIR%%/share/openmpi/help-opal-shmem-sysv.txt +%%MPIDIR%%/share/openmpi/help-opal-util.txt +%%MPIDIR%%/share/openmpi/help-opal-wrapper.txt +%%MPIDIR%%/share/openmpi/help-opal_info.txt +%%MPIDIR%%/share/openmpi/help-orte-clean.txt +%%MPIDIR%%/share/openmpi/help-orte-filem-base.txt +%%MPIDIR%%/share/openmpi/help-orte-info.txt +%%MPIDIR%%/share/openmpi/help-orte-odls-base.txt +%%MPIDIR%%/share/openmpi/help-orte-odls-default.txt +%%MPIDIR%%/share/openmpi/help-orte-ps.txt +%%MPIDIR%%/share/openmpi/help-orte-rmaps-base.txt +%%MPIDIR%%/share/openmpi/help-orte-rmaps-lama.txt +%%MPIDIR%%/share/openmpi/help-orte-rmaps-md.txt +%%MPIDIR%%/share/openmpi/help-orte-rmaps-ppr.txt +%%MPIDIR%%/share/openmpi/help-orte-rmaps-resilient.txt +%%MPIDIR%%/share/openmpi/help-orte-rmaps-rr.txt +%%MPIDIR%%/share/openmpi/help-orte-rmaps-seq.txt +%%MPIDIR%%/share/openmpi/help-orte-runtime.txt +%%MPIDIR%%/share/openmpi/help-orte-server.txt +%%MPIDIR%%/share/openmpi/help-orte-snapc-base.txt +%%MPIDIR%%/share/openmpi/help-orte-sstore-base.txt +%%MPIDIR%%/share/openmpi/help-orte-top.txt +%%MPIDIR%%/share/openmpi/help-orted.txt +%%MPIDIR%%/share/openmpi/help-orterun.txt +%%MPIDIR%%/share/openmpi/help-plm-base.txt +%%MPIDIR%%/share/openmpi/help-plm-rsh.txt +%%MPIDIR%%/share/openmpi/help-ras-base.txt +%%MPIDIR%%/share/openmpi/help-ras-simulator.txt +%%MPIDIR%%/share/openmpi/help-regex.txt +%%MPIDIR%%/share/openmpi/help-rmaps_rank_file.txt +%%MPIDIR%%/share/openmpi/mca-coll-ml.config +%%MPIDIR%%/share/openmpi/mpiCC-wrapper-data.txt +%%MPIDIR%%/share/openmpi/mpic++-wrapper-data.txt +%%MPIDIR%%/share/openmpi/mpicc-wrapper-data.txt +%%MPIDIR%%/share/openmpi/mpicxx-wrapper-data.txt +%%MPIDIR%%/share/openmpi/mpif77-wrapper-data.txt +%%MPIDIR%%/share/openmpi/mpif90-wrapper-data.txt +%%MPIDIR%%/share/openmpi/mpifort-wrapper-data.txt +%%MPIDIR%%/share/openmpi/openmpi-valgrind.supp +%%MPIDIR%%/share/openmpi/orteCC-wrapper-data.txt +%%MPIDIR%%/share/openmpi/ortec++-wrapper-data.txt +%%MPIDIR%%/share/openmpi/ortecc-wrapper-data.txt +@dirrmtry %%MPIDIR%%/share/openmpi/amca-param-sets +@dirrmtry %%MPIDIR%%/share/openmpi +@dirrmtry %%MPIDIR%%/share +@dirrmtry %%MPIDIR%%/man/man7 +@dirrmtry %%MPIDIR%%/man/man3 +@dirrmtry %%MPIDIR%%/man/man1 +@dirrmtry %%MPIDIR%%/man +@dirrmtry %%MPIDIR%%/lib/pkgconfig +@dirrmtry %%MPIDIR%%/lib/openmpi +@dirrmtry %%MPIDIR%%/lib +@dirrmtry %%MPIDIR%%/include/openmpi/ompi/mpi/cxx +@dirrmtry %%MPIDIR%%/include/openmpi/ompi/mpi +@dirrmtry %%MPIDIR%%/include/openmpi/ompi +@dirrmtry %%MPIDIR%%/include/openmpi +@dirrmtry %%MPIDIR%%/include/event2 +@dirrmtry %%MPIDIR%%/include *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 00:17:01 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 ESMTPS id D63CC8B5; Sat, 30 Nov 2013 00:17:01 +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 C16A2183F; Sat, 30 Nov 2013 00:17:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU0H1XD079551; Sat, 30 Nov 2013 00:17:01 GMT (envelope-from cperciva@svn.freebsd.org) Received: (from cperciva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU0H1vj079544; Sat, 30 Nov 2013 00:17:01 GMT (envelope-from cperciva@svn.freebsd.org) Message-Id: <201311300017.rAU0H1vj079544@svn.freebsd.org> From: Colin Percival Date: Sat, 30 Nov 2013 00:17:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335251 - in head/sysutils: . firstboot-pkgs firstboot-pkgs/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.16 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, 30 Nov 2013 00:17:02 -0000 Author: cperciva Date: Sat Nov 30 00:17:00 2013 New Revision: 335251 URL: http://svnweb.freebsd.org/changeset/ports/335251 Log: Add firstboot-pkgs: When the system first boots, install the pkg(8) tools (if not already installed) and packages listed in the $firstboot_pkgs_list rc.conf variable. Obviously, this port is not useful after a system is already running; it is intended to be included as part of the installation or disk image building process. Added: head/sysutils/firstboot-pkgs/ head/sysutils/firstboot-pkgs/Makefile (contents, props changed) head/sysutils/firstboot-pkgs/files/ head/sysutils/firstboot-pkgs/files/firstboot_pkgs.in (contents, props changed) head/sysutils/firstboot-pkgs/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Fri Nov 29 23:55:54 2013 (r335250) +++ head/sysutils/Makefile Sat Nov 30 00:17:00 2013 (r335251) @@ -243,6 +243,7 @@ SUBDIR += filewatcherd SUBDIR += finfo SUBDIR += firstboot-freebsd-update + SUBDIR += firstboot-pkgs SUBDIR += flasher SUBDIR += flashrom SUBDIR += flexbackup Added: head/sysutils/firstboot-pkgs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/firstboot-pkgs/Makefile Sat Nov 30 00:17:00 2013 (r335251) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= firstboot-pkgs +PORTVERSION= 1.0 +CATEGORIES= sysutils +MASTER_SITES= # none +DISTFILES= # none + +MAINTAINER= cperciva@FreeBSD.org +COMMENT= Install packages when the system first boots + +NO_WRKSUBDIR= yes +NO_BUILD= yes + +USE_RC_SUBR= firstboot_pkgs + +.include + +.if ${OSVERSION} < 902504 || ( ${OSVERSION} >= 1000000 && ${OSVERSION} < 1000501 ) || ( ${OSVERSION} >= 1100000 && ${OSVERSION} < 1100001 ) +IGNORE= first boot rc.d scripts not supported on this version of FreeBSD +.endif + +do-fetch do-install: + @${DO_NADA} + +.include Added: head/sysutils/firstboot-pkgs/files/firstboot_pkgs.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/firstboot-pkgs/files/firstboot_pkgs.in Sat Nov 30 00:17:00 2013 (r335251) @@ -0,0 +1,42 @@ +#!/bin/sh + +# $FreeBSD$ +# KEYWORD: firstboot +# PROVIDE: firstboot_pkgs +# REQUIRE: NETWORKING +# BEFORE: LOGIN + +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf (in the disk +# image, since this only runs on the first boot) to enable this: +# +# firstboot_pkgs_enable="YES" +# +# and place a list of packages in firstboot_pkgs_list, e.g., +# +# firstboot_pkgs_list="apache22 php5 mysql56-server" + +. /etc/rc.subr + +: ${firstboot_pkgs_enable:="NO"} + +name="firstboot_pkgs" +rcvar=firstboot_pkgs_enable +start_cmd="firstboot_pkgs_run" +stop_cmd=":" + +firstboot_pkgs_run() +{ + + # Bootstrap if necessary + if ! pkg -N 2>/dev/null; then + env ASSUME_ALWAYS_YES=YES pkg bootstrap + fi + + # Install requested packages, if any + if ! [ -z "$firstboot_pkgs_list" ]; then + env ASSUME_ALWAYS_YES=YES pkg install $firstboot_pkgs_list + fi +} + +load_rc_config $name +run_rc_command "$1" Added: head/sysutils/firstboot-pkgs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/firstboot-pkgs/pkg-descr Sat Nov 30 00:17:00 2013 (r335251) @@ -0,0 +1,7 @@ +When the system first boots, install the pkg(8) tools (if not already +installed) and packages listed in the $firstboot_pkgs_list rc.conf +variable. + +Obviously, this port is not useful after a system is already running; it is +intended to be included as part of the installation or disk image building +process. From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 00:17:44 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 ESMTPS id E0107996; Sat, 30 Nov 2013 00:17:44 +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 CBD741845; Sat, 30 Nov 2013 00:17:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU0Hi4F079689; Sat, 30 Nov 2013 00:17:44 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU0Hi3X079688; Sat, 30 Nov 2013 00:17:44 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311300017.rAU0Hi3X079688@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 00:17:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335252 - head/audio/libfishsound 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.16 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, 30 Nov 2013 00:17:44 -0000 Author: sunpoet Date: Sat Nov 30 00:17:44 2013 New Revision: 335252 URL: http://svnweb.freebsd.org/changeset/ports/335252 Log: - Strip shared library - Fix packaging with pkgng [1] - Cleanup Makefile Reported by: pkg-fallout [1] Modified: head/audio/libfishsound/Makefile Modified: head/audio/libfishsound/Makefile ============================================================================== --- head/audio/libfishsound/Makefile Sat Nov 30 00:17:00 2013 (r335251) +++ head/audio/libfishsound/Makefile Sat Nov 30 00:17:44 2013 (r335252) @@ -21,15 +21,13 @@ OPTIONS_DEFINE= DOCS DOXYGEN GNU_CONFIGURE= yes USE_LDCONFIG= yes -#NO_STAGE= yes USES= pathfix pkgconfig -PORTDOCS= * - .include .if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN} BUILD_DEPENDS+= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen +PORTDOCS= * .endif post-patch: @@ -37,4 +35,7 @@ post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS = / s| doc||' ${WRKSRC}/Makefile.in .endif +post-build: + @${STRIP_CMD} ${WRKSRC}/src/libfishsound/.libs/libfishsound.so.4 + .include From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 00:34:54 2013 Return-Path: Delivered-To: svn-ports-head@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 EBD82E8A; Sat, 30 Nov 2013 00:34:54 +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 D7AA6191B; Sat, 30 Nov 2013 00:34:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU0Ys2f086130; Sat, 30 Nov 2013 00:34:54 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU0YsS7086128; Sat, 30 Nov 2013 00:34:54 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311300034.rAU0YsS7086128@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sat, 30 Nov 2013 00:34:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335253 - head/cad/repsnapper 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.16 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, 30 Nov 2013 00:34:55 -0000 Author: danilo Date: Sat Nov 30 00:34:54 2013 New Revision: 335253 URL: http://svnweb.freebsd.org/changeset/ports/335253 Log: - Update from 2.3.0a4 to 2.3.2a3 PR: ports/184358 Submitted by: Martin Dieringer (maintainer) Modified: head/cad/repsnapper/Makefile head/cad/repsnapper/distinfo Modified: head/cad/repsnapper/Makefile ============================================================================== --- head/cad/repsnapper/Makefile Sat Nov 30 00:17:44 2013 (r335252) +++ head/cad/repsnapper/Makefile Sat Nov 30 00:34:54 2013 (r335253) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= repsnapper -PORTVERSION= 2.3.0a4 +PORTVERSION= 2.3.2a3 CATEGORIES= cad MASTER_SITES= https://codeload.github.com/timschmidt/repsnapper/tar.gz/ DISTNAME= ${PORTVERSION} Modified: head/cad/repsnapper/distinfo ============================================================================== --- head/cad/repsnapper/distinfo Sat Nov 30 00:17:44 2013 (r335252) +++ head/cad/repsnapper/distinfo Sat Nov 30 00:34:54 2013 (r335253) @@ -1,2 +1,2 @@ -SHA256 (repsnapper/2.3.0a4) = 5ec82eb6ea7db06d4d8acc82f3e3b01fdee5bf9006880ec34fe244dc96420d53 -SIZE (repsnapper/2.3.0a4) = 1310808 +SHA256 (repsnapper/2.3.2a3) = 7c4bc3603401847ce1f15298435c511f76fd74c5d5ae4fc1561c7f378c182fe5 +SIZE (repsnapper/2.3.2a3) = 1344447 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 00:35:22 2013 Return-Path: Delivered-To: svn-ports-head@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 40E02F68; Sat, 30 Nov 2013 00:35:22 +0000 (UTC) Received: from smtprelay05.ispgateway.de (smtprelay05.ispgateway.de [80.67.31.94]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B54E6191F; Sat, 30 Nov 2013 00:35:21 +0000 (UTC) Received: from [89.182.14.40] (helo=localhost) by smtprelay05.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1VmYWf-0000Ax-DL; Sat, 30 Nov 2013 01:35:13 +0100 Date: Sat, 30 Nov 2013 01:35:12 +0100 From: Marcus von Appen To: Sunpoet Po-Chuan Hsieh Subject: Re: svn commit: r335242 - head/devel/py-isodate Message-ID: <20131130003512.GA32103@medusa.sysfault.org> Mail-Followup-To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201311292237.rATMbX7e043820@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline In-Reply-To: <201311292237.rATMbX7e043820@svn.freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) X-Df-Sender: MTEyNTc0Mg== Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Marcus von Appen 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, 30 Nov 2013 00:35:22 -0000 --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On, Fri Nov 29, 2013, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Fri Nov 29 22:37:32 2013 > New Revision: 335242 > URL: http://svnweb.freebsd.org/changeset/ports/335242 > > Log: > - Use PYTHON_PY3K_PLIST_HACK Is there a reason not to use PYDISTUTILS_AUTOPLIST? Cheers Marcus --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlKZMsAACgkQi68/ErJnpkeWRwCgpIbx8yZDUUxaEdugwEV4vrN8 3y0Aniq2aePnM82kzCE+hGs+DcTk+ws4 =9nzg -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK-- From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 00:36:10 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 ESMTPS id E9636FF; Sat, 30 Nov 2013 00:36:10 +0000 (UTC) Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.31.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 788451929; Sat, 30 Nov 2013 00:36:10 +0000 (UTC) Received: from [89.182.14.40] (helo=localhost) by smtprelay02.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1VmYXS-00070i-3q; Sat, 30 Nov 2013 01:36:02 +0100 Date: Sat, 30 Nov 2013 01:36:01 +0100 From: Marcus von Appen To: Sunpoet Po-Chuan Hsieh Subject: Re: svn commit: r335243 - head/sysutils/py-psutil Message-ID: <20131130003601.GB32103@medusa.sysfault.org> Mail-Followup-To: Sunpoet Po-Chuan Hsieh , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201311292240.rATMe628044238@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="O5XBE6gyVG5Rl6Rj" Content-Disposition: inline In-Reply-To: <201311292240.rATMe628044238@svn.freebsd.org> User-Agent: Mutt/1.5.22 (2013-10-16) X-Df-Sender: MTEyNTc0Mg== Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Marcus von Appen 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, 30 Nov 2013 00:36:11 -0000 --O5XBE6gyVG5Rl6Rj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On, Fri Nov 29, 2013, Sunpoet Po-Chuan Hsieh wrote: > Author: sunpoet > Date: Fri Nov 29 22:40:06 2013 > New Revision: 335243 > URL: http://svnweb.freebsd.org/changeset/ports/335243 > > Log: > - Use PYTHON_PY3K_PLIST_HACK As for devel/py-isodate, is there a reason not to use PYDISTUTILS_AUTOPLIST? Cheers Marcus --O5XBE6gyVG5Rl6Rj Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlKZMvEACgkQi68/ErJnpkfHsgCgtQXMBAtCIZ68Te5vz+4DDgxN kr4AoMpwumYmdZ7LNFKiauOj+oUWevnW =IAYW -----END PGP SIGNATURE----- --O5XBE6gyVG5Rl6Rj-- From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 01:00:24 2013 Return-Path: Delivered-To: svn-ports-head@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 035559A1; Sat, 30 Nov 2013 01:00:24 +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 CB0F41A65; Sat, 30 Nov 2013 01:00:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU10Nue095252; Sat, 30 Nov 2013 01:00:23 GMT (envelope-from danilo@svn.freebsd.org) Received: (from danilo@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU10N0T095245; Sat, 30 Nov 2013 01:00:23 GMT (envelope-from danilo@svn.freebsd.org) Message-Id: <201311300100.rAU10N0T095245@svn.freebsd.org> From: Danilo Egea Gondolfo Date: Sat, 30 Nov 2013 01:00:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335254 - head/www/squidview 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.16 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, 30 Nov 2013 01:00:24 -0000 Author: danilo Date: Sat Nov 30 01:00:22 2013 New Revision: 335254 URL: http://svnweb.freebsd.org/changeset/ports/335254 Log: - Update from 0.79 to 0.80 - Take maintainership - Add LICENSE - Add stage support Modified: head/www/squidview/Makefile head/www/squidview/distinfo head/www/squidview/pkg-plist Modified: head/www/squidview/Makefile ============================================================================== --- head/www/squidview/Makefile Sat Nov 30 00:34:54 2013 (r335253) +++ head/www/squidview/Makefile Sat Nov 30 01:00:22 2013 (r335254) @@ -2,34 +2,28 @@ # $FreeBSD$ PORTNAME= squidview -PORTVERSION= 0.79 +PORTVERSION= 0.80 CATEGORIES= www MASTER_SITES= http://www.rillion.net/squidview/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilo@FreeBSD.org COMMENT= Monitor squid statistics in realtime +LICENSE= GPLv2 + GNU_CONFIGURE= yes -MAN1= squidview.1 DOCS= HOWTO README DATAFILES= aliases users words OPTIONS_DEFINE= DOCS -NO_STAGE= yes -.include - do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/squidview ${PREFIX}/bin/ - - ${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${DATAFILES:S,^,${WRKSRC}/,} ${DATADIR}/ - -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ -.endif - ${INSTALL_MAN} ${WRKSRC}/squidview.1 ${MAN1PREFIX}/man/man1/ + ${INSTALL_PROGRAM} ${WRKSRC}/squidview ${STAGEDIR}${PREFIX}/bin/ + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${DATAFILES:S,^,${WRKSRC}/,} ${STAGEDIR}${DATADIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_MAN} ${WRKSRC}/squidview.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ .include Modified: head/www/squidview/distinfo ============================================================================== --- head/www/squidview/distinfo Sat Nov 30 00:34:54 2013 (r335253) +++ head/www/squidview/distinfo Sat Nov 30 01:00:22 2013 (r335254) @@ -1,2 +1,2 @@ -SHA256 (squidview-0.79.tar.gz) = 675ae47df25f47a20543b1c233f9ef4e89093b481b90da21f0bc9ec0b8b3d2cc -SIZE (squidview-0.79.tar.gz) = 123661 +SHA256 (squidview-0.80.tar.gz) = ce0a7ba0442483b75edf55a1e439181ac7ceb289833734666d9e7e7c31c0f205 +SIZE (squidview-0.80.tar.gz) = 122502 Modified: head/www/squidview/pkg-plist ============================================================================== --- head/www/squidview/pkg-plist Sat Nov 30 00:34:54 2013 (r335253) +++ head/www/squidview/pkg-plist Sat Nov 30 01:00:22 2013 (r335254) @@ -1,4 +1,5 @@ bin/squidview +man/man1/squidview.1.gz %%PORTDOCS%%%%DOCSDIR%%/HOWTO %%PORTDOCS%%%%DOCSDIR%%/README %%DATADIR%%/aliases From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 01:24:20 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 ESMTPS id 3B02B67B; Sat, 30 Nov 2013 01:24:20 +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 27C651BF9; Sat, 30 Nov 2013 01:24:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU1OJ1S003406; Sat, 30 Nov 2013 01:24:19 GMT (envelope-from marcus@svn.freebsd.org) Received: (from marcus@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU1OJm2003405; Sat, 30 Nov 2013 01:24:19 GMT (envelope-from marcus@svn.freebsd.org) Message-Id: <201311300124.rAU1OJm2003405@svn.freebsd.org> From: Joe Marcus Clarke Date: Sat, 30 Nov 2013 01:24:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335255 - head/net-im/libpurple 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.16 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, 30 Nov 2013 01:24:20 -0000 Author: marcus Date: Sat Nov 30 01:24:19 2013 New Revision: 335255 URL: http://svnweb.freebsd.org/changeset/ports/335255 Log: Fix the v4l2 GST plugin name. The gst_v4l2 is the port module name, not the user-facing module name. Reminded by: kwm Modified: head/net-im/libpurple/Makefile Modified: head/net-im/libpurple/Makefile ============================================================================== --- head/net-im/libpurple/Makefile Sat Nov 30 01:00:22 2013 (r335254) +++ head/net-im/libpurple/Makefile Sat Nov 30 01:24:19 2013 (r335255) @@ -119,7 +119,7 @@ CONFIGURE_ARGS+=--disable-gstreamer .if ${PORT_OPTIONS:MVV} && ${PORT_OPTIONS:MGSTREAMER} LIB_DEPENDS+= gstfarsight-0.10.0:${PORTSDIR}/net-im/farsight2 -USE_GSTREAMER+= gst_v4l2 +USE_GSTREAMER+= v4l2 PLIST_SUB+= VV="" .else CONFIGURE_ARGS+=--disable-vv From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 01:57:46 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 ESMTPS id 15DC31C9; Sat, 30 Nov 2013 01:57:46 +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 02BE41DD6; Sat, 30 Nov 2013 01:57:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU1vj7C013678; Sat, 30 Nov 2013 01:57:45 GMT (envelope-from sbruno@svn.freebsd.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU1vjUE013677; Sat, 30 Nov 2013 01:57:45 GMT (envelope-from sbruno@svn.freebsd.org) Message-Id: <201311300157.rAU1vjUE013677@svn.freebsd.org> From: Sean Bruno Date: Sat, 30 Nov 2013 01:57:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335256 - head/devel/protobuf 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.16 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, 30 Nov 2013 01:57:46 -0000 Author: sbruno (src committer) Date: Sat Nov 30 01:57:45 2013 New Revision: 335256 URL: http://svnweb.freebsd.org/changeset/ports/335256 Log: Address some of the nonsense seen in audio/clementine-player as the code in this port ends up generating libraries and code that just don't link correctly. PR: ports/178687 Modified: head/devel/protobuf/Makefile Modified: head/devel/protobuf/Makefile ============================================================================== --- head/devel/protobuf/Makefile Sat Nov 30 01:24:19 2013 (r335255) +++ head/devel/protobuf/Makefile Sat Nov 30 01:57:45 2013 (r335256) @@ -3,6 +3,7 @@ PORTNAME= protobuf PORTVERSION= 2.5.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -16,6 +17,10 @@ USE_LDCONFIG= yes USES= pathfix pkgconfig ONLY_FOR_ARCHS= i386 amd64 +# clang will generate code that just doesn't work with clementine-player +# if this isn't compiled as though it were C99. +CFLAGS+= -std=c99 + tests: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 01:58:17 2013 Return-Path: Delivered-To: svn-ports-head@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 C856C2B7; Sat, 30 Nov 2013 01:58:17 +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 B39311DDC; Sat, 30 Nov 2013 01:58:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU1wHEW013807; Sat, 30 Nov 2013 01:58:17 GMT (envelope-from sbruno@svn.freebsd.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU1wHMh013806; Sat, 30 Nov 2013 01:58:17 GMT (envelope-from sbruno@svn.freebsd.org) Message-Id: <201311300158.rAU1wHMh013806@svn.freebsd.org> From: Sean Bruno Date: Sat, 30 Nov 2013 01:58:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335257 - head/audio/taglib 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.16 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, 30 Nov 2013 01:58:17 -0000 Author: sbruno (src committer) Date: Sat Nov 30 01:58:17 2013 New Revision: 335257 URL: http://svnweb.freebsd.org/changeset/ports/335257 Log: Address some of the nonsense seen in audio/clementine-player as the code in this port ends up generating libraries and code that just don't link correctly. PR: ports/178687 Modified: head/audio/taglib/Makefile Modified: head/audio/taglib/Makefile ============================================================================== --- head/audio/taglib/Makefile Sat Nov 30 01:57:45 2013 (r335256) +++ head/audio/taglib/Makefile Sat Nov 30 01:58:17 2013 (r335257) @@ -3,6 +3,7 @@ PORTNAME= taglib PORTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://taglib.github.io/releases/ @@ -18,6 +19,10 @@ CMAKE_ARGS= -DWITH_ASF:BOOL=ON \ -DWITH_MP4:BOOL=ON USE_LDCONFIG= yes +# clang will generate code that just doesn't work with clementine-player +# if this isn't compiled as though it were C99. +CFLAGS+= -std=c99 + OPTIONS_DEFINE= RCC OPTIONS_SUB= yes From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 02:22:06 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 ESMTPS id 59D9EA3E; Sat, 30 Nov 2013 02:22:06 +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 2D00E1F45; Sat, 30 Nov 2013 02:22:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU2M6S8023958; Sat, 30 Nov 2013 02:22:06 GMT (envelope-from vsevolod@svn.freebsd.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU2M5vm023954; Sat, 30 Nov 2013 02:22:05 GMT (envelope-from vsevolod@svn.freebsd.org) Message-Id: <201311300222.rAU2M5vm023954@svn.freebsd.org> From: Vsevolod Stakhov Date: Sat, 30 Nov 2013 02:22:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335258 - head/mail/rmilter 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.16 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, 30 Nov 2013 02:22:06 -0000 Author: vsevolod Date: Sat Nov 30 02:22:05 2013 New Revision: 335258 URL: http://svnweb.freebsd.org/changeset/ports/335258 Log: - Update to 1.5.45 - Use github master site. - Fix staging. - Update LIB_DEPENDS style. Modified: head/mail/rmilter/Makefile head/mail/rmilter/distinfo Modified: head/mail/rmilter/Makefile ============================================================================== --- head/mail/rmilter/Makefile Sat Nov 30 01:58:17 2013 (r335257) +++ head/mail/rmilter/Makefile Sat Nov 30 02:22:05 2013 (r335258) @@ -1,16 +1,25 @@ # $FreeBSD$ PORTNAME= rmilter -PORTVERSION= 1.5.43 +PORTVERSION= 1.5.45 CATEGORIES= mail -MASTER_SITES= http://cdn.bitbucket.org/vstakhov/rmilter/downloads/ MAINTAINER= vsevolod@FreeBSD.org COMMENT= Milter that performs spamd, clamav, and spf checks LICENSE= BSD -PLIST_FILES= sbin/rmilter etc/rc.d/rmilter.sh etc/rmilter.conf.sample +USE_GITHUB= yes +GH_ACCOUNT= vstakhov +GH_PROJECT= ${PORTNAME} +GH_TAG= ${PORTVERSION} +GH_COMMIT= 746ac47 + +USE_RC_SUBR= yes + +PLIST_FILES= sbin/rmilter etc/rc.d/rmilter.sh \ + etc/rmilter.conf.sample \ + man/man8/rmilter.8.gz HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} \ @@ -24,23 +33,20 @@ WITH_SENDMAIL_BASE= yes CONFIGURE_ARGS+= --enable-debug .endif -LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre \ - spf2:${PORTSDIR}/mail/libspf2 \ - opendkim:${PORTSDIR}/mail/opendkim +LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre \ + libspf2.so:${PORTSDIR}/mail/libspf2 \ + libopendkim.so:${PORTSDIR}/mail/opendkim CFLAGS+= ${PTHREAD_CFLAGS} LIBS+= ${PTHREAD_LIBS} -MAN8= rmilter.8 - -NO_STAGE= yes .include .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/rmilter.sh ${PREFIX}/etc/rc.d/ - ${INSTALL_PROGRAM} ${WRKSRC}/rmilter ${PREFIX}/sbin - ${INSTALL_DATA} ${WRKSRC}/rmilter.conf.sample ${PREFIX}/etc/ - ${INSTALL_MAN} ${WRKSRC}/rmilter.8 ${MAN8PREFIX}/man/man8/ + ${INSTALL_SCRIPT} ${WRKSRC}/rmilter.sh ${STAGEDIR}${PREFIX}/etc/rc.d/ + ${INSTALL_PROGRAM} ${WRKSRC}/rmilter ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_DATA} ${WRKSRC}/rmilter.conf.sample ${STAGEDIR}${PREFIX}/etc/ + ${INSTALL_MAN} ${WRKSRC}/rmilter.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ .include Modified: head/mail/rmilter/distinfo ============================================================================== --- head/mail/rmilter/distinfo Sat Nov 30 01:58:17 2013 (r335257) +++ head/mail/rmilter/distinfo Sat Nov 30 02:22:05 2013 (r335258) @@ -1,2 +1,2 @@ -SHA256 (rmilter-1.5.43.tar.gz) = b6ace517be8085e0e385adb0d32e25e3843fd58a9251895eaec26e2d01b75d0f -SIZE (rmilter-1.5.43.tar.gz) = 104947 +SHA256 (rmilter-1.5.45.tar.gz) = 2bb7900beabf6223d5178f7ad683aa4ddc7ccf0cf0b7437c46108463e6155e80 +SIZE (rmilter-1.5.45.tar.gz) = 111601 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 02:27:06 2013 Return-Path: Delivered-To: svn-ports-head@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 944E3CB5; Sat, 30 Nov 2013 02:27:06 +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 679891F73; Sat, 30 Nov 2013 02:27:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU2R6NU024666; Sat, 30 Nov 2013 02:27:06 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU2R5eK024663; Sat, 30 Nov 2013 02:27:05 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201311300227.rAU2R5eK024663@svn.freebsd.org> From: Wen Heping Date: Sat, 30 Nov 2013 02:27:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335259 - head/devel/py-geojson 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.16 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, 30 Nov 2013 02:27:06 -0000 Author: wen Date: Sat Nov 30 02:27:05 2013 New Revision: 335259 URL: http://svnweb.freebsd.org/changeset/ports/335259 Log: - Update to 1.0.5 - Support stage Modified: head/devel/py-geojson/Makefile head/devel/py-geojson/distinfo head/devel/py-geojson/pkg-plist Modified: head/devel/py-geojson/Makefile ============================================================================== --- head/devel/py-geojson/Makefile Sat Nov 30 02:22:05 2013 (r335258) +++ head/devel/py-geojson/Makefile Sat Nov 30 02:27:05 2013 (r335259) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= geojson -PORTVERSION= 1.0.1 -PORTREVISION= 1 +PORTVERSION= 1.0.5 PORTEPOCH= 1 CATEGORIES= devel geography python MASTER_SITES= CHEESESHOP @@ -12,22 +11,20 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wen@FreeBSD.org COMMENT= Python's Encoder/decoder for simple GIS features +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=1.3.0:${PORTSDIR}/devel/py-nose RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>1.9:${PORTSDIR}/devel/py-simplejson -DOCSFILE= CHANGES.txt CREDITS.txt DEPENDENCIES.txt FAQ.txt \ - GeoInterface.txt INSTALL.txt LICENSE.txt \ - README.txt VERSION.txt +DOCSFILE= LICENSE.rst CHANGELOG.rst README.rst -USE_PYTHON= 2.5+ +USE_PYTHON= 2.6+ USE_PYDISTUTILS=easy_install PYDISTUTILS_NOEGGINFO= yes -NO_STAGE= yes post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} +.if !defined(NOPORTDOCS) + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${DOCSFILE} - @cd ${WRKSRC} && ${CP} ${f} ${DOCSDIR} + @cd ${WRKSRC} && ${CP} ${f} ${STAGEDIR}${DOCSDIR} .endfor .endif Modified: head/devel/py-geojson/distinfo ============================================================================== --- head/devel/py-geojson/distinfo Sat Nov 30 02:22:05 2013 (r335258) +++ head/devel/py-geojson/distinfo Sat Nov 30 02:27:05 2013 (r335259) @@ -1,2 +1,2 @@ -SHA256 (geojson-1.0.1.tar.gz) = 32ea7e82b811a6ca29a283ac4d15a8ecec75ba5105245c67e9c03b23eb50b806 -SIZE (geojson-1.0.1.tar.gz) = 12345 +SHA256 (geojson-1.0.5.tar.gz) = 1b30ff4f79ff0d3b327c9bdcf20acfd8b611f4620676f9f0e391b26654e92bc6 +SIZE (geojson-1.0.5.tar.gz) = 13250 Modified: head/devel/py-geojson/pkg-plist ============================================================================== --- head/devel/py-geojson/pkg-plist Sat Nov 30 02:22:05 2013 (r335258) +++ head/devel/py-geojson/pkg-plist Sat Nov 30 02:27:05 2013 (r335259) @@ -1,11 +1,5 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% -%%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt -%%PORTDOCS%%%%DOCSDIR%%/CREDITS.txt -%%PORTDOCS%%%%DOCSDIR%%/DEPENDENCIES.txt -%%PORTDOCS%%%%DOCSDIR%%/FAQ.txt -%%PORTDOCS%%%%DOCSDIR%%/GeoInterface.txt -%%PORTDOCS%%%%DOCSDIR%%/INSTALL.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt -%%PORTDOCS%%%%DOCSDIR%%/README.txt -%%PORTDOCS%%%%DOCSDIR%%/VERSION.txt +%%PORTDOCS%%%%DOCSDIR%%/LICENSE.rst +%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.rst +%%PORTDOCS%%%%DOCSDIR%%/README.rst %%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 03:54:18 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 ESMTPS id 560CC16E; Sat, 30 Nov 2013 03:54:18 +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 40B8C1668; Sat, 30 Nov 2013 03:54:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU3sIo1056379; Sat, 30 Nov 2013 03:54:18 GMT (envelope-from sbruno@svn.freebsd.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU3sGQD056367; Sat, 30 Nov 2013 03:54:16 GMT (envelope-from sbruno@svn.freebsd.org) Message-Id: <201311300354.rAU3sGQD056367@svn.freebsd.org> From: Sean Bruno Date: Sat, 30 Nov 2013 03:54:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335260 - in head/audio/clementine-player: . 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.16 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, 30 Nov 2013 03:54:18 -0000 Author: sbruno (src committer) Date: Sat Nov 30 03:54:16 2013 New Revision: 335260 URL: http://svnweb.freebsd.org/changeset/ports/335260 Log: Update audio/clementine-player to 1.2.0 This now works on 11-current PR: ports/178687 Added: head/audio/clementine-player/files/patch-ext__libclementine-common__core__closure.cpp (contents, props changed) head/audio/clementine-player/files/patch-ext__libclementine-common__core__closure.h (contents, props changed) head/audio/clementine-player/files/patch-src__playlistparsers__plsparser.cpp (contents, props changed) head/audio/clementine-player/files/patch-src__podcasts__podcastdownloader.h (contents, props changed) Deleted: head/audio/clementine-player/files/patch-ext_clementine-tagreader_CMakeLists.txt head/audio/clementine-player/files/patch-src-devices-cddadevice.h head/audio/clementine-player/files/patch-src-devices-cddalister.cpp head/audio/clementine-player/files/patch-src-main.cpp head/audio/clementine-player/files/patch-src_core_utilities.cpp Modified: head/audio/clementine-player/Makefile head/audio/clementine-player/distinfo head/audio/clementine-player/files/patch-src_CMakeLists.txt head/audio/clementine-player/pkg-plist Modified: head/audio/clementine-player/Makefile ============================================================================== --- head/audio/clementine-player/Makefile Sat Nov 30 02:27:05 2013 (r335259) +++ head/audio/clementine-player/Makefile Sat Nov 30 03:54:16 2013 (r335260) @@ -1,9 +1,8 @@ -# Created by: Veniamin Gvozdikov +o Created by: Veniamin Gvozdikov # $FreeBSD$ PORTNAME= clementine -PORTVERSION= 1.1.1 -PORTREVISION= 2 +PORTVERSION= 1.2.0 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE PKGNAMESUFFIX= -player @@ -16,9 +15,10 @@ LICENSE= GPLv3 LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ tag:${PORTSDIR}/audio/taglib \ chromaprint:${PORTSDIR}/audio/chromaprint \ - protobuf-lite:${PORTSDIR}/devel/protobuf \ + protobuf:${PORTSDIR}/devel/protobuf \ qjson:${PORTSDIR}/devel/qjson \ fftw3:${PORTSDIR}/math/fftw3 + BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs # avoid clash with x11-wm/clementine @@ -30,20 +30,24 @@ NO_STAGE= yes USE_GL= glew USE_QT4= dbus gui xml qmake_build uic_build moc_build rcc_build \ linguist_build network sql opengl qtestlib corelib webkit -USE_GCC= 4.2+ +WITH_DEBUG= yes INSTALLS_ICONS= yes USE_GSTREAMER= gio ogg mp3 flac soup vorbis MAKE_JOBS_UNSAFE= yes CONFLICTS_BUILD= qt-3.* CMAKE_ARGS+= -DCMAKE_LIBRARY_PATH:PATH="${LOCALBASE}/lib:${PREFIX}/lib" \ - -DENABLE_IMOBILEDEVICE=OFF + -DENABLE_IMOBILEDEVICE=OFF -DENABLE_SPARKLE=OFF \ + -DENABLE_SOUNDMENU=OFF -DENABLE_DBUS=OFF -DENABLE_UBUNTU_ONE=OFF \ + -DENABLE_DROPBOX=OFF -DENABLE_SKYDRIVE=OFF OPTIONS_DEFINE= AUDIOCD BREAKPAD DEVICEKIT GIO GOOGLE_DRIVE GPOD \ - LASTFM MTP SPOTIFY VISUALISATION WIIMOTEDEV + LASTFM MTP SPOTIFY VISUALISATION WIIMOTEDEV \ + USE_BUILTIN_TAGLIB MOODBAR AUDIOCD_DESC= Devices: Audio CD support BREAKPAD_DESC= Crash reporting +DBUS_DESC= Enable D-Bus support DEVICEKIT_DESC= Devices: DeviceKit backend GIO_DESC= Devices: GIO device backend GOOGLE_DRIVE_DESC= Google Drive support @@ -53,12 +57,32 @@ MTP_DESC= MTP device support SPOTIFY_DESC= Support for Spotify service VISUALISATION_DESC= Visualisations from projectM WIIMOTEDEV_DESC= Wiimote support +MOODBAR_DESC= Moodbar Support +USE_BUILTIN_TAGLIB= Use Clementine builtin taglib support -OPTIONS_DEFAULT= AUDIOCD DEVICEKIT GIO GOOGLE_DRIVE LASTFM MTP SPOTIFY \ - VISUALISATION WIIMOTEDEV +OPTIONS_DEFAULT= AUDIOCD DEVICEKIT GIO GOOGLE_DRIVE LASTFM MTP \ + VISUALISATION WIIMOTEDEV MOODBAR .include +.if ${PORT_OPTIONS:MDBUS} +CMAKE_ARGS+= -DENABLE_DBUS=ON +.else +CMAKE_ARGS+= -DENABLE_DBUS=OFF +.endif + +.if ${PORT_OPTIONS:MMOODBAR} +CMAKE_ARGS+= -DENABLE_MOODBAR=ON +.else +CMAKE_ARGS+= -DENABLE_MOODBAR=OFF +.endif + +.if ${PORT_OPTIONS:MUSE_BUILTIN_TAGLIB} +CMAKE_ARGS+= -DENABLE_USE_BUILTIN_TAGLIB=ON +.else +CMAKE_ARGS+= -DENABLE_USE_BUILTIN_TAGLIB=OFF +.endif + .if ${PORT_OPTIONS:MAUDIOCD} CMAKE_ARGS+= -DENABLE_AUDIOCD=ON LIB_DEPENDS+= cdio:${PORTSDIR}/sysutils/libcdio @@ -114,10 +138,10 @@ CMAKE_ARGS+= -DENABLE_LIBMTP=OFF .endif .if ${PORT_OPTIONS:MSPOTIFY} -CMAKE_ARGS+= -DENABLE_SPOTIFY=ON +CMAKE_ARGS+= -DENABLE_SPOTIFY_BLOB=ON LIB_DEPENDS+= qca:${PORTSDIR}/devel/qca .else -CMAKE_ARGS+= -DENABLE_SPOTIFY=OFF +CMAKE_ARGS+= -DENABLE_SPOTIFY_BLOB=OFF .endif .if ${PORT_OPTIONS:MVISUALISATION} @@ -127,7 +151,8 @@ CMAKE_ARGS+= -DENABLE_VISUALISATIONS=OFF .endif .if ${PORT_OPTIONS:MWIIMOTEDEV} -CMAKE_ARGS+= -DENABLE_WIIMOTEDEV=ON +CMAKE_ARGS+= -DENABLE_WIIMOTEDEV=ON \ + -DENABLE_DBUS=ON .else CMAKE_ARGS+= -DENABLE_WIIMOTEDEV=OFF .endif Modified: head/audio/clementine-player/distinfo ============================================================================== --- head/audio/clementine-player/distinfo Sat Nov 30 02:27:05 2013 (r335259) +++ head/audio/clementine-player/distinfo Sat Nov 30 03:54:16 2013 (r335260) @@ -1,2 +1,2 @@ -SHA256 (clementine-1.1.1.tar.gz) = a94dfbd4732155ff1d4f24bb792d9e4def5bf4a42dd6678638c0400217a6fda9 -SIZE (clementine-1.1.1.tar.gz) = 8557109 +SHA256 (clementine-1.2.0.tar.gz) = 563d00da4e893f7b1966ed137bcab28042151e31ea561cb7076047d3cad96f72 +MD5 (clementine-1.2.0.tar.gz) = 7dff2e11aedc2f1415ca0d4d79be71bf Added: head/audio/clementine-player/files/patch-ext__libclementine-common__core__closure.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/clementine-player/files/patch-ext__libclementine-common__core__closure.cpp Sat Nov 30 03:54:16 2013 (r335260) @@ -0,0 +1,20 @@ +--- ./ext/libclementine-common/core/closure.cpp.orig 2013-11-24 15:58:51.321696435 -0800 ++++ ./ext/libclementine-common/core/closure.cpp 2013-11-24 15:59:00.552695416 -0800 +@@ -33,7 +33,7 @@ + CallbackClosure::CallbackClosure( + QObject* sender, + const char* signal, +- std::tr1::function callback) ++ std::function callback) + : ClosureBase(new ObjectHelper(sender, signal, this)), + callback_(callback) { + } +@@ -67,7 +67,7 @@ + _detail::ClosureBase* NewClosure( + QObject* sender, + const char* signal, +- std::tr1::function callback) { ++ std::function callback) { + return new _detail::CallbackClosure( + sender, signal, callback); + } Added: head/audio/clementine-player/files/patch-ext__libclementine-common__core__closure.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/clementine-player/files/patch-ext__libclementine-common__core__closure.h Sat Nov 30 03:54:16 2013 (r335260) @@ -0,0 +1,42 @@ +--- ./ext/libclementine-common/core/closure.h.orig 2013-11-24 15:58:19.241698287 -0800 ++++ ./ext/libclementine-common/core/closure.h 2013-11-24 15:58:38.634697259 -0800 +@@ -18,7 +18,7 @@ + #ifndef CLOSURE_H + #define CLOSURE_H + +-#include ++#include + + #include + #include +@@ -158,12 +158,12 @@ + CallbackClosure( + QObject* sender, + const char* signal, +- std::tr1::function callback); ++ std::function callback); + + virtual void Invoke(); + + private: +- std::tr1::function callback_; ++ std::function callback_; + }; + + } // namespace _detail +@@ -194,13 +194,13 @@ + _detail::ClosureBase* NewClosure( + QObject* sender, + const char* signal, +- std::tr1::function callback); ++ std::function callback); + + template + _detail::ClosureBase* NewClosure( + QObject* sender, + const char* signal, +- std::tr1::function callback, ++ std::function callback, + const Args&... args) { + return NewClosure(sender, signal, boost::bind(callback, args...)); + } Modified: head/audio/clementine-player/files/patch-src_CMakeLists.txt ============================================================================== --- head/audio/clementine-player/files/patch-src_CMakeLists.txt Sat Nov 30 02:27:05 2013 (r335259) +++ head/audio/clementine-player/files/patch-src_CMakeLists.txt Sat Nov 30 03:54:16 2013 (r335260) @@ -1,43 +1,10 @@ ---- src/CMakeLists.txt.orig 2012-10-25 09:57:06.000000000 +0400 -+++ src/CMakeLists.txt 2012-10-31 17:12:22.608404870 +0400 -@@ -1192,15 +1192,23 @@ - endif (HAVE_SAC) - endif (WIN32) +--- src/CMakeLists.txt.orig 2013-10-20 17:40:58.416968707 +0000 ++++ src/CMakeLists.txt 2013-10-20 17:41:24.671967496 +0000 +@@ -1322,6 +1322,7 @@ --if (LINUX) -+if (LINUX AND NOT APPLE) - # Hack: the Gold linker pays attention to the order that libraries are - # specified on the link line. -lX11 and -ldl are provided earlier in the link - # command but they're actually used by libraries that appear after them, so - # they end up getting ignored. This appends them to the very end of the link - # line, ensuring they're always used. - find_package(X11) -- target_link_libraries(clementine_lib ${X11_X11_LIB} ${CMAKE_DL_LIBS}) --endif (LINUX) -+ if (LINUX) -+ target_link_libraries(clementine_lib ${X11_X11_LIB} ${CMAKE_DL_LIBS}) -+ else (LINUX) -+ if (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") -+ target_link_libraries(clementine_lib ${X11_X11_LIB}) -+ else (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") -+ target_link_libraries(clementine_lib ${X11_X11_LIB} ${CMAKE_DL_LIBS}) -+ endif (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") -+ endif (LINUX) -+endif (LINUX AND NOT APPLE) + if (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") + target_link_libraries(clementine execinfo) ++ set_target_properties(clementine PROPERTIES OUTPUT_NAME clementine-player) + endif (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") - add_dependencies(clementine_lib qtsingleapplication) - -@@ -1227,6 +1235,13 @@ - ${CLEMENTINE-WIN32-RESOURCES} - main.cpp - ) -+if (UNIX AND NOT APPLE) -+ if (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") -+ target_link_libraries(clementine execinfo) -+ set_target_properties(clementine PROPERTIES OUTPUT_NAME clementine-player) -+ endif (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") -+endif (UNIX AND NOT APPLE) -+ target_link_libraries(clementine - clementine_lib - ) Added: head/audio/clementine-player/files/patch-src__playlistparsers__plsparser.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/clementine-player/files/patch-src__playlistparsers__plsparser.cpp Sat Nov 30 03:54:16 2013 (r335260) @@ -0,0 +1,11 @@ +--- ./src/playlistparsers/plsparser.cpp.orig 2013-11-24 16:01:13.247686715 -0800 ++++ ./src/playlistparsers/plsparser.cpp 2013-11-24 16:03:24.812677689 -0800 +@@ -46,7 +46,7 @@ + // Use the title and length we've already loaded if any + if (!songs[n].title().isEmpty()) + song.set_title(songs[n].title()); +- if (!songs[n].length_nanosec() != -1) ++ if (songs[n].length_nanosec() != -1) + song.set_length_nanosec(songs[n].length_nanosec()); + + songs[n] = song; Added: head/audio/clementine-player/files/patch-src__podcasts__podcastdownloader.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/clementine-player/files/patch-src__podcasts__podcastdownloader.h Sat Nov 30 03:54:16 2013 (r335260) @@ -0,0 +1,11 @@ +--- ./src/podcasts/podcastdownloader.h.orig 2013-11-24 16:04:26.803673091 -0800 ++++ ./src/podcasts/podcastdownloader.h 2013-11-24 16:04:40.226672104 -0800 +@@ -27,6 +27,8 @@ + #include + #include + ++#include ++ + class Application; + class PodcastBackend; + Modified: head/audio/clementine-player/pkg-plist ============================================================================== --- head/audio/clementine-player/pkg-plist Sat Nov 30 02:27:05 2013 (r335259) +++ head/audio/clementine-player/pkg-plist Sat Nov 30 03:54:16 2013 (r335260) @@ -7,6 +7,578 @@ share/kde4/services/clementine-feed.prot share/kde4/services/clementine-itms.protocol share/kde4/services/clementine-itpc.protocol share/kde4/services/clementine-zune.protocol +share/clementine/projectm-presets/Geiss - Pistons.milk +share/clementine/projectm-presets/Rovastar - The Shroomery.milk +share/clementine/projectm-presets/Idiot - MOTIVATION!.milk +share/clementine/projectm-presets/Rovastar - Fractopia (Fantic Dancing Lights Mix).milk +share/clementine/projectm-presets/Geiss - Monotone Ripples.milk +share/clementine/projectm-presets/Zylot - Ether Storm.milk +share/clementine/projectm-presets/Zylot - De(-a)range(d)(ment) strain.milk +share/clementine/projectm-presets/Rocke - Personal Comet.milk +share/clementine/projectm-presets/Aderrasi - What Cannot Be Undone.milk +share/clementine/projectm-presets/project.tga +share/clementine/projectm-presets/Unchained - Jaundice.milk +share/clementine/projectm-presets/Unchained - Cartoon Factory.milk +share/clementine/projectm-presets/Rovastar & Geiss - Octoplasm.milk +share/clementine/projectm-presets/DaNOnE - Highway to Heaven (rotating).milk +share/clementine/projectm-presets/Rovastar - Hyperspace.milk +share/clementine/projectm-presets/Rovastar - Attacking Freedom.milk +share/clementine/projectm-presets/Unchained - Ghostlight Whisper.milk +share/clementine/projectm-presets/Zylot - Rainbow Planet Under Attack.milk +share/clementine/projectm-presets/Rozzor and Zylot - Associative Order.milk +share/clementine/projectm-presets/Unchained - ReAwoke.milk +share/clementine/projectm-presets/Mstress - Acoustic Nerve Impulses (Under Drug Effetcs (Hypn.milk +share/clementine/projectm-presets/Geiss - Cepiasound.milk +share/clementine/projectm-presets/Geiss - Flotsam.milk +share/clementine/projectm-presets/Rovastar - Snapshot Of Space.milk +share/clementine/projectm-presets/Geiss & Rovastar - Notions Of Tonality 2.milk +share/clementine/projectm-presets/Krash - Framed Geometry.milk +share/clementine/projectm-presets/Rovastar & Sperl - Tuxflower.prjm +share/clementine/projectm-presets/Unchained - Jaded Emotion.milk +share/clementine/projectm-presets/idiot - Nucleus.milk +share/clementine/projectm-presets/Telek - Spiral Tabletop (New and Improved!).milk +share/clementine/projectm-presets/Geiss - The Fatty Lumpkin Sunkle Tweaker.milk +share/clementine/projectm-presets/Reenen - phoenix.milk +share/clementine/projectm-presets/Aderrasi - Potion of Spirits.milk +share/clementine/projectm-presets/Rovastar & Unchained - Voodoo Chess Magnet (Everglow Mix).milk +share/clementine/projectm-presets/Rovastar - Altars Of Madness (Duel Mix).milk +share/clementine/projectm-presets/Rozzor & Rovastar - Oozing Resistance (Waveform Mod).milk +share/clementine/projectm-presets/Rovastar - Altars Of Madness.milk +share/clementine/projectm-presets/idiot - Spectrum.milk +share/clementine/projectm-presets/Geiss - Anomaly 2.milk +share/clementine/projectm-presets/Rovastar - Inner Thoughts (Distant Memories Mix).milk +share/clementine/projectm-presets/Unchained & Illusion - Dual Wave 3.milk +share/clementine/projectm-presets/Jess - Trying To Trap A Twister.milk +share/clementine/projectm-presets/Krash & Rovastar - Cerebral Demons (Distant Memory Mix).milk +share/clementine/projectm-presets/Unchained - Beat Demo 2.1.milk +share/clementine/projectm-presets/Geiss - High Dynamic Range.milk +share/clementine/projectm-presets/Geiss - Four Kinds of Amphetamines.milk +share/clementine/projectm-presets/Geiss - Starfish 2.milk +share/clementine/projectm-presets/Geiss - Bass Zoom.milk +share/clementine/projectm-presets/Rovastar & Che - Adela The Flower (Altars Of Madness Mix 2).milk +share/clementine/projectm-presets/Rovastar - Space.milk +share/clementine/projectm-presets/Unchained - Unclaimed Wreckage 2 (Shamanic).milk +share/clementine/projectm-presets/Aderrasi - Contortion.milk +share/clementine/projectm-presets/Rovastar & Telek - Altars of Madness (Rolling Oceans Mix).milk +share/clementine/projectm-presets/Telek - Slow Shift Matrix (bb4.5).milk +share/clementine/projectm-presets/Rovastar & Geiss - Dynamic Swirls 3 (Poltergiest Mix).milk +share/clementine/projectm-presets/Rovastar & Unchained - Oddball World.milk +share/clementine/projectm-presets/Rovastar & Geiss - Ice Planet.milk +share/clementine/projectm-presets/Idiot & Zylot - Unhealthy Love (Idiot's STDs Mix).milk +share/clementine/projectm-presets/Unchained - Housed In A Childish Mind.milk +share/clementine/projectm-presets/Geiss - Bipolar 3.milk +share/clementine/projectm-presets/Rovastar - Harlequin's Delight (Endless Tunnel Mix).milk +share/clementine/projectm-presets/Bmelgren - Godhead.milk +share/clementine/projectm-presets/Geiss - Ultrafast.milk +share/clementine/projectm-presets/Aderrasi - Aimless (Spirogravity Mix).milk +share/clementine/projectm-presets/Idiot24-7 - Ascending to heaven 2.milk +share/clementine/projectm-presets/Rovastar - Altars Of Madness 4 (Spirit Of Twisted Madness M.milk +share/clementine/projectm-presets/Geiss - Rocket.milk +share/clementine/projectm-presets/Fvese - A Blur.milk +share/clementine/projectm-presets/Geiss - Scary.milk +share/clementine/projectm-presets/Krash & Illusion - Indecisive Mosaic.milk +share/clementine/projectm-presets/Eo.S. - glowsticks v2 05 and proton lights (+Krash's beat code) _Phat_remix07 recursive demons.milk +share/clementine/projectm-presets/Unchained - God Of The Game (Remix).milk +share/clementine/projectm-presets/Che - Watch & Fly.milk +share/clementine/projectm-presets/Geiss - Warp Of Dali 1.milk +share/clementine/projectm-presets/Unchained & Rovastar - Wormhole Pillars.milk +share/clementine/projectm-presets/Geiss & Sperl - Feedback (projectM idle HDR mix).prjm +share/clementine/projectm-presets/baked - mushroom rainbows[2].milk +share/clementine/projectm-presets/Bmelgren - Pentultimate Nerual Slipstream (Tweak 2).milk +share/clementine/projectm-presets/Geiss - Eddies 2.milk +share/clementine/projectm-presets/Idiot - 9-7-02 (Remix) (sustain fixed).milk +share/clementine/projectm-presets/Studio Music and Unchained - Rapid Alteration.milk +share/clementine/projectm-presets/Geiss - Runoff.milk +share/clementine/projectm-presets/Aderrasi - Antidote.milk +share/clementine/projectm-presets/Telek - Slow Thing (Spiderman Mix).milk +share/clementine/projectm-presets/Geiss - Microcosm.milk +share/clementine/projectm-presets/StudioMusic - It's Only Make Believe.milk +share/clementine/projectm-presets/Geiss - Swirl 1.milk +share/clementine/projectm-presets/Unchained & Rovastar - Slow Solstice.milk +share/clementine/projectm-presets/Studio Music - Cherished Desires.milk +share/clementine/projectm-presets/Geiss - Digital Smoke.milk +share/clementine/projectm-presets/Geiss - Vortex 2.milk +share/clementine/projectm-presets/Rovastar - Multiverse Starfield 3.milk +share/clementine/projectm-presets/Geiss - El Cubismo.milk +share/clementine/projectm-presets/Geiss - Swirlie 4.milk +share/clementine/projectm-presets/nil - Vortex of Vortices.milk +share/clementine/projectm-presets/Bmelgren & Krash - Rainbow Orb Peacock (Centred Journey Mix.milk +share/clementine/projectm-presets/EMPR - Random - Turbulence Sandwich.milk +share/clementine/projectm-presets/Tschoey - Music Flower.milk +share/clementine/projectm-presets/PieturP - triptrap_(ultimate-trip-mix).milk +share/clementine/projectm-presets/Rovastar & Fvese - Stranger Minds (Astral Mix).milk +share/clementine/projectm-presets/Geiss - Sinews 2.milk +share/clementine/projectm-presets/Geiss - Trampoline.milk +share/clementine/projectm-presets/Aderrasi - Contortion (Xenomorph Mix).milk +share/clementine/projectm-presets/Rovastar - The Chaos Of Colours.milk +share/clementine/projectm-presets/Rovastar - A Million Miles from Earth (Pathfinder Mix).milk +share/clementine/projectm-presets/Geiss - Bright Fiber Matrix 2.milk +share/clementine/projectm-presets/Rovastar - Explosive Minds.milk +share/clementine/projectm-presets/Rovastar - Parallel Universe.milk +share/clementine/projectm-presets/Rovastar & Unchained - Demonology (Vampire Soul Mix).milk +share/clementine/projectm-presets/Rovastar - Harlequin's Fractal Encounter 2.milk +share/clementine/projectm-presets/Zylot - Azirphaeli's Mirror.milk +share/clementine/projectm-presets/Fvese - New meetings.milk +share/clementine/projectm-presets/Geiss - Music Box.milk +share/clementine/projectm-presets/Unchained - Working the Grid.milk +share/clementine/projectm-presets/EMPR - Random - Changing Polyevolution.milk +share/clementine/projectm-presets/Eo.S. - glowsticks v2 04 music minimal.milk +share/clementine/projectm-presets/Rovastar - Cosmic Mosaic (Active Mix).milk +share/clementine/projectm-presets/illusion & studio music - charged bliss.milk +share/clementine/projectm-presets/Rovastar - Dreamcatcher.milk +share/clementine/projectm-presets/Geiss - De La Moutard 2.milk +share/clementine/projectm-presets/Geiss - Solar Flare (Reptile).milk +share/clementine/projectm-presets/Rovastar - Hallucinogenic Pyramids (Beat Time Mix).milk +share/clementine/projectm-presets/Zylot - Rush.milk +share/clementine/projectm-presets/Zylot - The Deeper.milk +share/clementine/projectm-presets/Rovastar & Che - Asylum Animations.milk +share/clementine/projectm-presets/Aderrasi - Floater Society.milk +share/clementine/projectm-presets/Aderrasi - Blender.milk +share/clementine/projectm-presets/Phat+fiShbRaiN+Eo.S_Mandala_Chasers_remix - www.eos4life.com.milk +share/clementine/projectm-presets/Zylot & Rovastar - Crystal Ball (Cerimonial Decor Mix).milk +share/clementine/projectm-presets/Geiss - Davod The Pod.milk +share/clementine/projectm-presets/Rovastar - Fractopia (Galaxy Swirl Mix).milk +share/clementine/projectm-presets/Krash - War Machine (Shifting Complexity Mix).milk +share/clementine/projectm-presets/Idiot - Cortex (Spiritual Visions Mix).milk +share/clementine/projectm-presets/Zylot - Inside The Planar Portal.milk +share/clementine/projectm-presets/Unchained - Resistance.milk +share/clementine/projectm-presets/Geiss - Octopus.milk +share/clementine/projectm-presets/Geiss - Luz.milk +share/clementine/projectm-presets/Zylot - Block Of Sound (Abstract Architecture Mix).milk +share/clementine/projectm-presets/PieturP - triptrap_(getting_concrete_visions_through_a_diafragma_version).milk +share/clementine/projectm-presets/Rovastar - Omnipresence Resurrection (Raw Mix).milk +share/clementine/projectm-presets/Geiss - Demonic Distortion.milk +share/clementine/projectm-presets/Zylot & Mstress - Toxic Storm On Acid Sea (The End Of The W.milk +share/clementine/projectm-presets/Rovastar - Tripmaker.milk +share/clementine/projectm-presets/Unchained & Rovastar - Triptionary.milk +share/clementine/projectm-presets/che - burning hus (oil mix).milk +share/clementine/projectm-presets/Aderrasi - Agitator.milk +share/clementine/projectm-presets/Geiss - Journey.milk +share/clementine/projectm-presets/Krash & TEcHNO - Rhythmic Mantas.milk +share/clementine/projectm-presets/Fvese - Zoom Effects (Remix 2).milk +share/clementine/projectm-presets/Geiss - Julia Fractal 2.milk +share/clementine/projectm-presets/Geiss - Smoke.milk +share/clementine/projectm-presets/Geiss - Supernova 2.milk +share/clementine/projectm-presets/Rovastar - Frozen Rapture .milk +share/clementine/projectm-presets/Geiss - Space Voyage.milk +share/clementine/projectm-presets/Rovastar & Unchained - Centre Of Gravity.milk +share/clementine/projectm-presets/nil - Can't Stop the Blithering.milk +share/clementine/projectm-presets/headphones.tga +share/clementine/projectm-presets/Geiss - Swirlie 5.milk +share/clementine/projectm-presets/Unchained & Illusion - Logic Morph.milk +share/clementine/projectm-presets/Fvese - Window Reflection 6.milk +share/clementine/projectm-presets/Eo.S.+Phat - Arm_upgrades - transformer.milk +share/clementine/projectm-presets/Unchained - Custom Gramatix (Remix).milk +share/clementine/projectm-presets/Rovastar & Illusion - Shifting Sphere.milk +share/clementine/projectm-presets/Rovastar & Krash - Interwoven (Contra Mix).milk +share/clementine/projectm-presets/Rovastar - Solarized Space.milk +share/clementine/projectm-presets/Rovastar - Magic Carpet.milk +share/clementine/projectm-presets/Rozzor and che - Inside the House of nil.milk +share/clementine/projectm-presets/Rovastar - Kalideostars.milk +share/clementine/projectm-presets/Geiss - Octopus Blue.milk +share/clementine/projectm-presets/Geiss - Dynamic Swirls 2.milk +share/clementine/projectm-presets/che - terracarbon stream.milk +share/clementine/projectm-presets/Aderrasi - Spillswirl.milk +share/clementine/projectm-presets/Rovastar & Geiss - Dynamic Swirls 3 (Voyage Of Twisted Soul.milk +share/clementine/projectm-presets/Phat+fiShbRaiN+Eo.S_Mandala_Chasers_remix.milk +share/clementine/projectm-presets/Rovastar - Harlequin's Spirit.milk +share/clementine/projectm-presets/Telek - Lost Star (Flash).milk +share/clementine/projectm-presets/Telek - Spokes (More Dynamic).milk +share/clementine/projectm-presets/Krash - Dynamic Borders 1.milk +share/clementine/projectm-presets/Illusion - Heavenly Eye.milk +share/clementine/projectm-presets/Rovastar & Telek - Cosmic Fireworks.milk +share/clementine/projectm-presets/Geiss - Shift.milk +share/clementine/projectm-presets/Aderrasi - Antidote (Side Effects Mix).milk +share/clementine/projectm-presets/Geiss - Swirlie 1.milk +share/clementine/projectm-presets/Fvese - Quicksand.milk +share/clementine/projectm-presets/Geiss - Calligraphy.milk +share/clementine/projectm-presets/Krash - 3D Shapes Demo.milk +share/clementine/projectm-presets/Krash - 3D Shapes Demo 2.milk +share/clementine/projectm-presets/Geiss - Greenland.milk +share/clementine/projectm-presets/Krash - Windowframe To Mega Swirl 2.milk +share/clementine/projectm-presets/Illusion - Figure Eight.milk +share/clementine/projectm-presets/Rovastar - Bellanova (New Wave Mix).milk +share/clementine/projectm-presets/Aderrasi - Airhandler (Menagerie Mix).milk +share/clementine/projectm-presets/Illusion & Rovastar - Snowflake Return.milk +share/clementine/projectm-presets/Rovastar - VooV's Movement (After Dark Mix).milk +share/clementine/projectm-presets/Rovastar - Mosaics Of Ages.milk +share/clementine/projectm-presets/Rovastar and Unchained - Life After Pie (Remix).milk +share/clementine/projectm-presets/Geiss - Inkblot.milk +share/clementine/projectm-presets/Rovastar - Altars Of Madness 2 (Frozen Time Mix).milk +share/clementine/projectm-presets/Unchained - A Matter Of Taste (Remix).milk +share/clementine/projectm-presets/Rovastar & Idiot24-7 - Mixed Emotions (Harlequin's Shame Mi.milk +share/clementine/projectm-presets/Zylot - Waves Of Blood.milk +share/clementine/projectm-presets/Eo.S. - repeater 15 - kaleidoscope b.milk +share/clementine/projectm-presets/Rovastar - Harlequin's Dynamic Fractal 1.milk +share/clementine/projectm-presets/StudioMusic & Unchained - So Much Love.milk +share/clementine/projectm-presets/Mstress & Juppy - Dancers In The Dark.milk +share/clementine/projectm-presets/Rovastar - Altars Of Madness (A Million Miles From Earth Mi.milk +share/clementine/projectm-presets/Aderrasi - Antidote (Aqualung Mix).milk +share/clementine/projectm-presets/Rovastar - Dark Ritual (Star Of Destiny Denied Mix).milk +share/clementine/projectm-presets/Rovastar - Clouded Judgement 3.milk +share/clementine/projectm-presets/Geiss - Constant Velocity.milk +share/clementine/projectm-presets/EvilJim - Follow the ball.milk +share/clementine/projectm-presets/Geiss - Mega Swirl 1.milk +share/clementine/projectm-presets/Unchained & CTho - Bad Vibes.milk +share/clementine/projectm-presets/Geiss - Warp Of Dali Bright.milk +share/clementine/projectm-presets/Aderrasi - Aimless (Gravity Directive Mix).milk +share/clementine/projectm-presets/Rovastar & Unchained - Ambrosia Mystic (Dark Heart Mix).milk +share/clementine/projectm-presets/Illusion & Unchained - Invade My Mind.milk +share/clementine/projectm-presets/Illusion & Unchained - Frozen Eye 1.milk +share/clementine/projectm-presets/Geiss - Volume Zoom.milk +share/clementine/projectm-presets/Geiss - Cycloid 1.milk +share/clementine/projectm-presets/Geiss - Galaxy 1.milk +share/clementine/projectm-presets/Aderrasi - Crystal Storm.milk +share/clementine/projectm-presets/Rovastar - Cosmic Echoes 1.milk +share/clementine/projectm-presets/Rovastar - Inner Thoughts (Strange Cargo Mix).milk +share/clementine/projectm-presets/Geiss - Tornado.milk +share/clementine/projectm-presets/Unchained - Goo Kung Fu.milk +share/clementine/projectm-presets/Unchained - Morat's Final Voyage.milk +share/clementine/projectm-presets/Geiss - Cosmic Dust 2.milk +share/clementine/projectm-presets/Zylot & Krash - Extremophile.milk +share/clementine/projectm-presets/Krash & Illusion - Spiral Movement.milk +share/clementine/projectm-presets/Telek - Slow Shift Matrix (Ethereal Drift).milk +share/clementine/projectm-presets/Telek - Directive Swagger (Spectral Inferno) (fix...) maybe.milk +share/clementine/projectm-presets/Telek EMPR - Scanner - Trust me I've got a Melways.milk +share/clementine/projectm-presets/Rovastar & Geiss - Dynamic Swirls 3 (Broken Destiny Mix).milk +share/clementine/projectm-presets/Krash & Idiot - Memories Of The Castle.milk +share/clementine/projectm-presets/Fvese - Round and Round (geiss gamma mix).milk +share/clementine/projectm-presets/Aderrasi - Anchorpulse (Pulse Of A Ghast II Mix).milk +share/clementine/projectm-presets/Krash & Rovastar - A Million Miles from Earth (Ripple Mix).milk +share/clementine/projectm-presets/Rovastar - Altars Of Madness (Boxfresh Mix).milk +share/clementine/projectm-presets/Geiss - Pelota De Fuego.milk +share/clementine/projectm-presets/Rovastar - A Million Miles from Earth.milk +share/clementine/projectm-presets/Geiss - Heavenly 1.milk +share/clementine/projectm-presets/Aderrasi - Causeway Of Dreams.milk +share/clementine/projectm-presets/Rovastar and Unchained - Braindance Visions.milk +share/clementine/projectm-presets/Rovastar & Krash - Flowing Synergy.milk +share/clementine/projectm-presets/Idiot - Texture Boxes (Remix 2).milk +share/clementine/projectm-presets/Zylot - Digiscape Advanced Processor.milk +share/clementine/projectm-presets/EMPR - Random - Look mama I'm on TV! 2.milk +share/clementine/projectm-presets/Eo.S.+Phat Cool Bug v2 + (Krash's beat detection).milk +share/clementine/projectm-presets/Zylot - String.milk +share/clementine/projectm-presets/Rovastar - Biohazard Warning.milk +share/clementine/projectm-presets/nil - Disco Comet.milk +share/clementine/projectm-presets/Rovastar - Lost Souls of the Bermuda Triangle (Darkest Soul.milk +share/clementine/projectm-presets/Rovastar & Idiot24-7 - Balk Acid.milk +share/clementine/projectm-presets/Geiss - Tube.milk +share/clementine/projectm-presets/Rovastar & StudioMusic - More Cherished Desires.milk +share/clementine/projectm-presets/Geiss - Reducto Ad Nauseum.milk +share/clementine/projectm-presets/Zylot - Tangent Universe (Collapsed With Artifact Mix).milk +share/clementine/projectm-presets/Krash - Pulse.milk +share/clementine/projectm-presets/Geiss - Bass Kaleidosphere.milk +share/clementine/projectm-presets/Geiss - Planet 2.milk +share/clementine/projectm-presets/Unchained - Beat Demo 2.0.milk +share/clementine/projectm-presets/Rovastar & Zylot - Passion Flower.milk +share/clementine/projectm-presets/Mstress - Snowing Fiber City.milk +share/clementine/projectm-presets/Geiss - Bipolar 2.milk +share/clementine/projectm-presets/Rovastar - Dark Ritual (Star Of Destiny Mix).milk +share/clementine/projectm-presets/Zylot - Wisps.milk +share/clementine/projectm-presets/Rovastar and Krash - Hallucinogenic Pyramids (Extra Beat Ti.milk +share/clementine/projectm-presets/Rovastar - The Chaos Of Colours (Drifting Mix).milk +share/clementine/projectm-presets/Unchained - Non-Professional Music Analyzer.milk +share/clementine/projectm-presets/Illusion & Che - Return Of The King.milk +share/clementine/projectm-presets/Unchained - Beat Demo 10.milk +share/clementine/projectm-presets/Geiss - Warp Of Dali 2.milk +share/clementine/projectm-presets/TEcHNO and SandStorm - Psychodelic Highway.milk +share/clementine/projectm-presets/Aderrasi - Circlefacade.milk +share/clementine/projectm-presets/Rovastar - Harlequin's Fractal Encounter.milk +share/clementine/projectm-presets/Rovastar & Aderrasi - Oceanic Bassograph (Underwater Mix).milk +share/clementine/projectm-presets/Rozzor & Che - Inside The House Of Nil.milk +share/clementine/projectm-presets/Unchained - Games With Light & Sound.milk +share/clementine/projectm-presets/Aderrasi - Elastoid.milk +share/clementine/projectm-presets/Unchained - Beat Demo 1.0.milk +share/clementine/projectm-presets/Rovastar & Geiss - Dynamic Swirls 3 (Smoking Delusion Mix).milk +share/clementine/projectm-presets/Unchained - French Clothing.milk +share/clementine/projectm-presets/Telek - Flicker (xis).milk +share/clementine/projectm-presets/Telek - Target Practice (tracking retreat slide).milk +share/clementine/projectm-presets/Rovastar & StudioMusic - Twisted Spider Web.milk +share/clementine/projectm-presets/Rovastar - Kalideostars (Round Round Mix).milk +share/clementine/projectm-presets/Idiot - Texture Boxes (Remix).milk +share/clementine/projectm-presets/Geiss - Tokamak.milk +share/clementine/projectm-presets/EMPR - Random - They're so cute Dad can I keep one!.milk +share/clementine/projectm-presets/Zylot and Rovastar - Iouo Stone Morphic Fusion.milk +share/clementine/projectm-presets/Geiss - Two-Pointed Pulsagon.milk +share/clementine/projectm-presets/StudioMusic & Unchained - Entity.milk +share/clementine/projectm-presets/Idiot - What Is.milk +share/clementine/projectm-presets/Geiss - Eddies 1.milk +share/clementine/projectm-presets/Geiss - Toy.milk +share/clementine/projectm-presets/Geiss - Swirl 2.milk +share/clementine/projectm-presets/Rovastar - Altars Of Harlequin's Maddess.milk +share/clementine/projectm-presets/Telek - Sine Wave.milk +share/clementine/projectm-presets/Geiss - Vortex 1.milk +share/clementine/projectm-presets/Rovastar & Zylot - Azirphaeli's Plan (Multiplan Mix).milk +share/clementine/projectm-presets/Geiss - Space Voyage Bright.milk +share/clementine/projectm-presets/Geiss - Three Kinds Of Amphetamines.milk +share/clementine/projectm-presets/Geiss - Solar Flare.milk +share/clementine/projectm-presets/Rozzor & Aderrasi - Canon.milk +share/clementine/projectm-presets/shifter - escape the worm - Eo.S. + Phat - Before_It_Eats_Your_Brain_Mix_v2.milk +share/clementine/projectm-presets/Rovastar - Hyperspace (Frozen Rapture Mix).milk +share/clementine/projectm-presets/Geiss - Fiberglass.milk +share/clementine/projectm-presets/Rovastar & Unchained - Xen Traffic.milk +share/clementine/projectm-presets/Rovastar - Future Speakers.milk +share/clementine/projectm-presets/Rovastar & Fvese - Paranormal Static.milk +share/clementine/projectm-presets/Rovastar - Harlequin's Dynamic Fractal (Dual Spiral Mix ).milk +share/clementine/projectm-presets/Geiss - Sinews 1.milk +share/clementine/projectm-presets/Aderrasi - Ashes Of Air (Remix).milk +share/clementine/projectm-presets/Geiss and Rovastar - The Chaos Of Colours (sprouting diment.milk +share/clementine/projectm-presets/Bmelgren & Krash - Rainbow Orb Peacock (Lonely Signal Gone .milk +share/clementine/projectm-presets/Unchained - Unclaimed Wreckage.milk +share/clementine/projectm-presets/Unchained - All You Can Eat.milk +share/clementine/projectm-presets/Redi Jedi - acid in your brain.milk +share/clementine/projectm-presets/Rovastar - twisted bytes.milk +share/clementine/projectm-presets/Rovastar & Rocke - Headspin.milk +share/clementine/projectm-presets/Geiss - Space Voyage (High-Warp).milk +share/clementine/projectm-presets/Aderrasi - Songflower (Moss Posy).milk +share/clementine/projectm-presets/Rovastar - Timeless Voyage.milk +share/clementine/projectm-presets/Geiss - Bright Fiber Matrix 1.milk +share/clementine/projectm-presets/Geiss - Octopus Gold with Dots.milk +share/clementine/projectm-presets/Rovastar & Geiss - Dynamic Swirls 3 (Mysticial Awakening Mi.milk +share/clementine/projectm-presets/Idiot & Che - Various Abstract Effects.milk +share/clementine/projectm-presets/Rovastar & Rocke - Sugar Spun Sister.milk +share/clementine/projectm-presets/Rovastar - Forgotten Moon.milk +share/clementine/projectm-presets/Aderrasi - Anchorpulse (Verified Mix).milk +share/clementine/projectm-presets/Rovastar - Halcyon Dreams 3.milk +share/clementine/projectm-presets/Geiss - Serpent.milk +share/clementine/projectm-presets/Geiss - Octopus Fat and Ever Changing.milk +share/clementine/projectm-presets/Rovastar - Oozing Resistance.milk +share/clementine/projectm-presets/Geiss - Quasilinear Submanifolds.milk +share/clementine/projectm-presets/Rovastar & Zylot - Sea Of Zigrot.milk +share/clementine/projectm-presets/Eo.S. + Phat - chasers 18 hallway.milk +share/clementine/projectm-presets/Zylot & Idiot - ATan2 Demo (Spiraling Mad Mix).milk +share/clementine/projectm-presets/Unchained - Beat Demo (Demonology Mix).milk +share/clementine/projectm-presets/CrystalHigh - mad ravetriping.milk +share/clementine/projectm-presets/Krash - Digital Flame.milk +share/clementine/projectm-presets/Geiss - Octopus Gold.milk +share/clementine/projectm-presets/Geiss - De La Moutard 1.milk +share/clementine/projectm-presets/Aderrasi - Airs (Windy Mix).milk +share/clementine/projectm-presets/Rovastar - Kalideostars (Altars Of Madness MIx).milk +share/clementine/projectm-presets/M.tga +share/clementine/projectm-presets/Unchained - Goofy Beat Detection.milk +share/clementine/projectm-presets/Rovastar - Sea Shells.milk +share/clementine/projectm-presets/Unchained - Making a Science of It 4.milk +share/clementine/projectm-presets/Rovastar - Fractopia (Upspoken Mix)_Phat_Speak_When_Spoken_2.milk +share/clementine/projectm-presets/Geiss - Swirlie 3.milk +share/clementine/projectm-presets/Telek - Flicker.milk +share/clementine/projectm-presets/Idiot24-7 - Meeting place.milk +share/clementine/projectm-presets/Zylot & Aderrasi - Oceanic Bassograph (New Jersey Shore Mix.milk +share/clementine/projectm-presets/Rovastar - Harlequin's Dynamic Fractal 3.milk +share/clementine/projectm-presets/StudioMusic & Unchained - Wrenched Fate.milk +share/clementine/projectm-presets/Idiot - Madness Within The Void (Remix).milk +share/clementine/projectm-presets/Geiss - Surface.milk +share/clementine/projectm-presets/Illusion & Rovastar - Clouded Bottle.milk +share/clementine/projectm-presets/Aderrasi - Flowing Form.milk +share/clementine/projectm-presets/Aderrasi - Causeway Of Dreams (Nightmare Mix).milk +share/clementine/projectm-presets/Unchained - Cranked On Failure.milk +share/clementine/projectm-presets/Zylot & Mstress - Celebrate.milk +share/clementine/projectm-presets/Geiss - Mega Swirl 3.milk +share/clementine/projectm-presets/Geiss - Aieeeeee!!!.milk +share/clementine/projectm-presets/Geiss - Script.milk +share/clementine/projectm-presets/Unchained - Deeper Logic.milk +share/clementine/projectm-presets/StudioMusic - Harmonic Bliss (elated mix).milk +share/clementine/projectm-presets/Rovastar & Geiss - Approach (Vectrip Mix).milk +share/clementine/projectm-presets/idiot - Some big word I learned.milk +share/clementine/projectm-presets/Idiot - Tentacle Dreams (Remix).milk +share/clementine/projectm-presets/Geiss - Waterfall.milk +share/clementine/projectm-presets/idiot - Sinful Code (unchained style).milk +share/clementine/projectm-presets/Illusion & Che - The Piper.milk +share/clementine/projectm-presets/Geiss - Festive.milk +share/clementine/projectm-presets/Geiss - Approach.milk +share/clementine/projectm-presets/[Ishan] - Life in the drains.milk +share/clementine/projectm-presets/Aderrasi - Making Time (Swamp Mix).milk +share/clementine/projectm-presets/Krash - Twisting Indecision.milk +share/clementine/projectm-presets/Zylot - S Pulse Virus.milk +share/clementine/projectm-presets/Rovastar - Harlequin's Spirit (Twisted Mix).milk +share/clementine/projectm-presets/Geiss - Bipolar 4.milk +share/clementine/projectm-presets/Rovastar - Pandora's Volcano.milk +share/clementine/projectm-presets/Unchained - Free to Feel (Valium Remix).milk +share/clementine/projectm-presets/nil - Cid and Lucy.milk +share/clementine/projectm-presets/Geiss - Diffraction.milk +share/clementine/projectm-presets/Rozzor - Learning Curve (Invert tweak).milk +share/clementine/projectm-presets/Rovastar - Harlequin's Dynamic Fractal (Crazed Spiral Mix).milk +share/clementine/projectm-presets/Rovastar & Krash - Cerebral Demons.milk +share/clementine/projectm-presets/Redi Jedi - multiple points of origin, one destination.milk +share/clementine/projectm-presets/Rovastar & Rocke - Answer.42 (Trippy S. Mix).milk +share/clementine/projectm-presets/nil - Can't Stop the Cramming.milk +share/clementine/projectm-presets/Fvese - simple.milk +share/clementine/projectm-presets/Rozzor and StudioMusic - Vertigyny (Geiss shape mod).milk +share/clementine/projectm-presets/Rovastar - Fractopia (Upspoken Mix).milk +share/clementine/projectm-presets/Geiss - Descent.milk +share/clementine/projectm-presets/Idiot - Typomatic (Remix 2).milk +share/clementine/projectm-presets/Geiss - Anomaly 1.milk +share/clementine/projectm-presets/Krash & Zylot - Inside The Planar Portal (Indecision Mix).milk +share/clementine/projectm-presets/Eo.S. - glowsticks v2 03 music.milk +share/clementine/projectm-presets/Rovastar - Altars Of Madness (Surealist Mix).milk +share/clementine/projectm-presets/Geiss - Heavenly 3.milk +share/clementine/projectm-presets/Rovastar - The Awakening.milk +share/clementine/projectm-presets/Geiss - Nautilus.milk +share/clementine/projectm-presets/Geiss - Oldskool Mellowstyle.milk +share/clementine/projectm-presets/Idiot - What Shall Come.milk +share/clementine/projectm-presets/Geiss - Sound And The Fury.milk +share/clementine/projectm-presets/Aderrasi - Chromatic Abyss (The Other Side).milk +share/clementine/projectm-presets/Geiss - Three And A Half Kinds Of Amphetamines.milk +share/clementine/projectm-presets/Aderrasi - Candy Avian.milk +share/clementine/projectm-presets/Krash & Rovastar - Cerebral Demons - Phat + Eo.S. hall of ghouls Remix.milk +share/clementine/projectm-presets/Aderrasi - Bitterfeld (Crystal Border Mix).milk +share/clementine/projectm-presets/Rovastar - Chapel Of Ghouls.milk +share/clementine/projectm-presets/Rozzor and Rovastar - Altars Of Madness 3 (ooze tweak).milk +share/clementine/projectm-presets/Rovastar - Starquake (Sunquake Mix).milk +share/clementine/projectm-presets/Geiss - Hovering.milk +share/clementine/projectm-presets/Unchained & Che - Oddnezz 3.milk +share/clementine/projectm-presets/Unchained & Che - Oddnezz 4 (Done it again).milk +share/clementine/projectm-presets/Unchained - Beat Demo 2.2.milk +share/clementine/projectm-presets/Geiss - Downward Spiral.milk +share/clementine/projectm-presets/Geiss - Eggs.milk +share/clementine/projectm-presets/Unchained - Bad Karma Oddnezz Style.milk +share/clementine/projectm-presets/Rovastar & Fvese - Dark Subconscious.milk +share/clementine/projectm-presets/Rovastar - Inner Thoughts (Dark Secret Mix).milk +share/clementine/projectm-presets/Geiss - Starfish 1.milk +share/clementine/projectm-presets/Rovastar - VooV's Movement.milk +share/clementine/projectm-presets/Rovastar - Space (Twisted Dimension Mix).milk +share/clementine/projectm-presets/Unchained - Subjective Experience Of The Manifold.milk +share/clementine/projectm-presets/Geiss - Pinch.milk +share/clementine/projectm-presets/Eo.S. - glowsticks v2 05 and proton lights (+Krash's beat code) _Phat_remix02b.milk +share/clementine/projectm-presets/Geiss - Solar Flare (Blue).milk +share/clementine/projectm-presets/Unchained - Perverted Dialect.milk +share/clementine/projectm-presets/Geiss - Destruction.milk +share/clementine/projectm-presets/Rovastar - Decreasing Dreams (Extended Movement Mix).milk +share/clementine/projectm-presets/Rovastar & Geiss - Octotrip (MultiTrip Mix).milk +share/clementine/projectm-presets/Bmelgren - Take This Highway.milk +share/clementine/projectm-presets/Aderrasi - Anomalous Material Science (Pure Splinter Mix).milk +share/clementine/projectm-presets/nil - Singularity in My Oscilloscope.milk +share/clementine/projectm-presets/Unchained - Shaping The Grid.milk +share/clementine/projectm-presets/Geiss - Mega Swirl 2.milk +share/clementine/projectm-presets/StudioMusic - Twisted Galaxy.milk +share/clementine/projectm-presets/Geiss - Cycloid 2.milk +share/clementine/projectm-presets/Rovastar - Cosmic Echoes 2.milk +share/clementine/projectm-presets/Geiss - Flower.milk +share/clementine/projectm-presets/Geiss - Galaxy 2.milk +share/clementine/projectm-presets/Zylot - Global Earthquake.milk +share/clementine/projectm-presets/Krash & Rovastar - The Devil Is In The Details.milk +share/clementine/projectm-presets/Geiss - Feedback.milk +share/clementine/projectm-presets/Rozzor and Idiot - Any Other Deep Rising.milk +share/clementine/projectm-presets/Geiss - Cosmic Dust 1.milk +share/clementine/projectm-presets/Eo.S. - repeater 05 - rave on acid.milk +share/clementine/projectm-presets/Unchained - Picture Of Poison.milk +share/clementine/projectm-presets/Geiss - Bipolar 5.milk +share/clementine/projectm-presets/Illusion & Unchained - Re-Enter Homeworld.milk +share/clementine/projectm-presets/Aderrasi - Bow To Gravity.milk +share/clementine/projectm-presets/Eo.S. - heater core C_Phat's_class + sparks_mix.milk +share/clementine/projectm-presets/idiot - Nothing Yet - 03 - The worst of the pack.milk +share/clementine/projectm-presets/Zylot - De(-a)range(d)(ment) complex.milk +share/clementine/projectm-presets/StudioMusic Aderrasi & nil - LA movement (Intellectual Sens.milk +share/clementine/projectm-presets/Rovastar & Geiss - Dynamic Swirls 3 (Smoke Mix).milk +share/clementine/projectm-presets/Geiss - Iris.milk +share/clementine/projectm-presets/Geiss - Cruzin'.milk +share/clementine/projectm-presets/Zylot - Block Of Sound (Fractal Construction Mix).milk +share/clementine/projectm-presets/Fvese & Idiot24-7 - Rearview Mirror.milk +share/clementine/projectm-presets/Unchained - Unified Drag 2.milk +share/clementine/projectm-presets/Geiss - Symmetry.milk +share/clementine/projectm-presets/Rovastar - Omnipresence Resurrection.milk +share/clementine/projectm-presets/Geiss - Heavenly 2.milk +share/clementine/projectm-presets/Rovastar & Fvese - Mosaic Waves.milk +share/clementine/projectm-presets/Unchained - Invariant Under Rigorous Motions.milk +share/clementine/projectm-presets/Krash and Rovastar - Rainbow Orb.milk +share/clementine/projectm-presets/Geiss - Octopus Ever Changing.milk +share/clementine/projectm-presets/Geiss - Bonfire.milk +share/clementine/projectm-presets/Geiss - Blasto.milk +share/clementine/projectm-presets/Eo.S. - heater core C_Phat's_on route_mix+beam.milk +share/clementine/projectm-presets/TobiasWolfBoi - The Pit.milk +share/clementine/projectm-presets/Rovastar - LabFunk.milk +share/clementine/projectm-presets/Krash & Rovastar - Altars Of Madness (Mad Ocean Mix).milk +share/clementine/projectm-presets/StudioMusic - Numerosity.milk +share/clementine/projectm-presets/Geiss - Shake.milk +share/clementine/projectm-presets/Unchained - Painful Plasma (Multi-Wave Mirrored Rage) -- Ro.milk +share/clementine/projectm-presets/Rovastar & Fvese - Deadly Flower.milk +share/clementine/projectm-presets/Rovastar - Inner Thoughts (Frantic Thoughts Mix).milk +share/clementine/projectm-presets/Geiss & Rovastar - Tokamak (Naked Intrusion Mix).milk +share/clementine/projectm-presets/Zylot - The Inner Workings of my New Computer.milk +share/clementine/projectm-presets/Rovastar - Cosmic Havoc.milk +share/clementine/projectm-presets/Unchained - Beat Demo 2.3.milk +share/clementine/projectm-presets/fiShbRaiN - blueprint.milk +share/clementine/projectm-presets/Geiss - Hyperion.milk +share/clementine/projectm-presets/Geiss - Planet 1.milk +share/clementine/projectm-presets/Fvese - The Tunnel (Final Stage Mix).milk +share/clementine/projectm-presets/Rovastar - Touchdown on Mars (Detailed Pictures Mix).milk +share/clementine/projectm-presets/Rovastar - A Million Miles From Earth (Wormhole Mix).milk +share/clementine/projectm-presets/Mstress & Juppy - Dancer.milk +share/clementine/projectm-presets/Rovastar - Hyperspace (Hyper Speed Mix).milk +share/clementine/projectm-presets/Geiss - Churn.milk +share/clementine/projectm-presets/Geiss & Rovastar - Julia Fractal (Vectrip Mix).milk +share/clementine/projectm-presets/Zylot - Color Of Music.milk +share/clementine/projectm-presets/Geiss - Bipolar 1.milk +share/clementine/projectm-presets/Unchained - Ribald Ballad.milk +share/clementine/projectm-presets/Fvese - Stand Still!.milk +share/clementine/projectm-presets/Unchained & Rovastar - Luckless.milk +share/clementine/projectm-presets/Geiss - Drift.milk +share/clementine/projectm-presets/Che - Escape.milk +share/clementine/projectm-presets/StudioMusic & Unchained - Minor Alteration.milk +share/clementine/projectm-presets/Unchained - ventilation.milk +share/clementine/projectm-presets/Zylot - Crystal Ball (Magical Reaction Mix).milk +share/clementine/projectm-presets/Geiss - Spacedust.milk +share/clementine/projectm-presets/Rovastar & Idiot24-7 - Mixed Emotions (Harlequin's Shame Mix).milk +share/clementine/projectm-presets/Fvese - 0 To 60.milk +share/clementine/projectm-presets/Unchained & Rovastar - Rainbow Obscura.milk +share/clementine/projectm-presets/Rovastar & Fvese - Stranger Minds.milk +share/clementine/projectm-presets/Telek - Recirculate (Cool).milk +share/clementine/projectm-presets/Fvese - Lifesavor Anyone.milk +share/clementine/projectm-presets/Rovastar & Geiss - Bipolar 2 (Vectrip Mix).milk +share/clementine/projectm-presets/Geiss - Supernova 1.milk +share/clementine/projectm-presets/Unchained & Illusion - Spirit Morph.milk +share/clementine/projectm-presets/TobiasWolfBoi - Cataract.milk +share/clementine/projectm-presets/Rovastar - Multiverse Starfield 1.milk +share/clementine/projectm-presets/Rozzer & Zylot - Force Field Generator (Slowtime Tweak).milk +share/clementine/projectm-presets/Rovastar - Solarized Space (Space DNA Mix).milk +share/clementine/projectm-presets/Krash - Season's Greetings 2.milk +share/clementine/projectm-presets/Unchained - In Memory Of Peg.milk +share/clementine/projectm-presets/Tux.tga +share/clementine/projectm-presets/Unchained & Rovastar - For The Seagull.milk +share/clementine/projectm-presets/Geiss - Julia Fractal 1.milk +share/clementine/projectm-presets/Unchained - Picture Of Exile.milk +share/clementine/projectm-presets/Telek - City Helix Lattice.milk +share/clementine/projectm-presets/Telek - Slow Shift Matrix.milk +share/clementine/projectm-presets/Rocke - Cold Love (Tei Zwaa).milk +share/clementine/projectm-presets/Geiss - Reducto Absurdum.milk +share/clementine/projectm-presets/che - adela the flower.milk +share/clementine/projectm-presets/Geiss - Corpus Callosum.milk +share/clementine/projectm-presets/Geiss & Rovastar - The Chaos Of Colours (sprouting dimentia mix).milk +share/clementine/projectm-presets/Geiss - Sunsets.milk +share/clementine/projectm-presets/Geiss - Asymptote.milk +share/clementine/projectm-presets/shifter - escape the worm - Eo.S. + Phat 5362.milk +share/clementine/projectm-presets/Geiss - Dynamic Swirls 1.milk +share/clementine/projectm-presets/Geiss - Casino.milk +share/clementine/projectm-presets/Rozzor and Rovastar - Altars Of Madness 3 (ooze tweak with .milk +share/clementine/projectm-presets/Zylot - Puddle Of Music.milk +share/clementine/projectm-presets/Rovastar - Altars Of Harlequin's Madness (Dark Disorder Mix.milk +share/clementine/projectm-presets/Idiot & Rovastar - Altars Of Madness 2 (X.42 Mix).milk +share/clementine/projectm-presets/Krash & Rovastar - Switching Polygons.milk +share/clementine/projectm-presets/Zylot - Visionarie (geiss aspect ratio fix).milk +share/clementine/projectm-presets/Aderrasi - Antique Abyss.milk +share/clementine/projectm-presets/Zylot - light of the path.milk +share/clementine/projectm-presets/StudioMusic & Unchained - State Of Discretion.milk +share/clementine/projectm-presets/Unchained & Rovastar - Xen Traffic.milk +share/clementine/projectm-presets/Rovastar & Geiss - Octotrip.milk +share/clementine/projectm-presets/Krash and Fvese - Molten Indecision (Fvese Remix).milk +share/clementine/projectm-presets/EvilJim - Ice Drops.milk +share/clementine/projectm-presets/Rovastar - Chemical Spirituality.milk +share/clementine/projectm-presets/Geiss - Flower Blossom.milk +share/clementine/projectm-presets/Rovastar & Zylot - Narell's Fever.milk +share/clementine/projectm-presets/Zylot - Mixing Pot.milk +share/clementine/projectm-presets/Aderrasi - Arise! (Padded Mix).milk +share/clementine/projectm-presets/Aderrasi - Dark Matter (Converse Mix).milk +share/clementine/projectm-presets/Aderrasi - Causeway Of Dreams (REMix).milk +share/clementine/projectm-presets/Geiss - Feedback 2.milk +share/clementine/projectm-presets/Geiss - Swirlie 2.milk +share/clementine/projectm-presets/Rovastar - Harlequin's Dynamic Fractal 2.milk +share/clementine/projectm-presets/Unchained - Picture Of Nectar.milk +share/clementine/projectm-presets/Geiss - Coral.milk +share/clementine/projectm-presets/Aderrasi - Brakefreak.milk +share/clementine/projectm-presets/Illusion & Rovastar - Snowflake Delight.milk +share/clementine/projectm-presets/Aderrasi - What cannot be.milk +share/clementine/projectm-presets/Unchained & Rovastar - Wormhole Pillars (Hall of Shadows mi.milk +share/clementine/projectm-presets/Rovastar - Inner Thoughts (Clouded Judgement Mix).milk +share/clementine/projectm-presets/Che - Burning Hus.milk +@dirrmtry share/applications @dirrmtry share/icons/hicolor/64x64/apps @dirrmtry share/icons/hicolor/64x64 @dirrmtry share/icons/hicolor/scalable/apps From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 04:41:11 2013 Return-Path: Delivered-To: svn-ports-head@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 B951F40C; Sat, 30 Nov 2013 04:41:11 +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 8C17219CF; Sat, 30 Nov 2013 04:41:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU4fBvQ073519; Sat, 30 Nov 2013 04:41:11 GMT (envelope-from glewis@svn.freebsd.org) Received: (from glewis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU4fB9K073518; Sat, 30 Nov 2013 04:41:11 GMT (envelope-from glewis@svn.freebsd.org) Message-Id: <201311300441.rAU4fB9K073518@svn.freebsd.org> From: Greg Lewis Date: Sat, 30 Nov 2013 04:41:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335261 - head/games/nethack32 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.16 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, 30 Nov 2013 04:41:11 -0000 Author: glewis Date: Sat Nov 30 04:41:10 2013 New Revision: 335261 URL: http://svnweb.freebsd.org/changeset/ports/335261 Log: . Make PORTNAME nethack32 rather than using nethack and relying on LATEST_LINK to provide differentiation. This makes the package name unique. Requested by: bapt@ Modified: head/games/nethack32/Makefile (contents, props changed) Modified: head/games/nethack32/Makefile ============================================================================== --- head/games/nethack32/Makefile Sat Nov 30 03:54:16 2013 (r335260) +++ head/games/nethack32/Makefile Sat Nov 30 04:41:10 2013 (r335261) @@ -1,36 +1,36 @@ # Created by: asami # $FreeBSD$ -PORTNAME= nethack +PORTNAME= nethack32 PORTVERSION= 3.2.3 PORTREVISION= 6 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/3.2.2 +MASTER_SITES= SF/${TRUEPORTNAME}/${TRUEPORTNAME}/3.2.2 DISTNAME= nethack-322 EXTRACT_SUFX= .tgz -PATCH_SITES= ${MASTER_SITE_SOURCEFORGE:C/%SUBDIR%/${PORTNAME}\/${PORTNAME}\/${PORTVERSION}/} +PATCH_SITES= ${MASTER_SITE_SOURCEFORGE:C/%SUBDIR%/${TRUEPORTNAME}\/${TRUEPORTNAME}\/${PORTVERSION}/} PATCHFILES= nh-3.2.2-3.2.3.diff MAINTAINER= glewis@FreeBSD.org COMMENT= A dungeon explorin', slashin', hackin' game -WRKSRC= ${WRKDIR}/${PORTNAME}-3.2.2 -LATEST_LINK= nethack32 +WRKSRC= ${WRKDIR}/${TRUEPORTNAME}-3.2.2 USE_GMAKE= yes USE_XORG= xaw xpm PLIST_SUB= HACKNAME="${HACKNAME}" \ HACKEXT="${HACKEXT}" MAKE_JOBS_UNSAFE= yes +TRUEPORTNAME= nethack MAN6= dgn_comp${HACKEXT}.6 dlb${HACKEXT}.6 lev_comp${HACKEXT}.6 \ ${HACKNAME}.6 recover${HACKEXT}.6 HACKEXT?= 32 -HACKNAME?= ${PORTNAME}${HACKEXT} +HACKNAME?= ${TRUEPORTNAME}${HACKEXT} HACKDIR?= share/${HACKNAME} -HACKLINK= nethack +HACKLINK= ${TRUEPORTNAME} DATADIR= ${PREFIX}/${HACKDIR} DOCSDIR= ${PREFIX}/share/doc/${HACKNAME} @@ -69,7 +69,7 @@ post-install: @${LN} -s -f ${PREFIX}/bin/${HACKNAME} ${PREFIX}/bin/${HACKLINK} .endif @cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} ${MAKE} manpages -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/doc/Guidebook.txt ${DOCSDIR} .endif From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 04:42:23 2013 Return-Path: Delivered-To: svn-ports-head@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 DB192546; Sat, 30 Nov 2013 04:42: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 C662319DD; Sat, 30 Nov 2013 04:42:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU4gNFR073733; Sat, 30 Nov 2013 04:42:23 GMT (envelope-from glewis@svn.freebsd.org) Received: (from glewis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU4gN9c073732; Sat, 30 Nov 2013 04:42:23 GMT (envelope-from glewis@svn.freebsd.org) Message-Id: <201311300442.rAU4gN9c073732@svn.freebsd.org> From: Greg Lewis Date: Sat, 30 Nov 2013 04:42:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335262 - head/games/nethack33 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.16 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, 30 Nov 2013 04:42:23 -0000 Author: glewis Date: Sat Nov 30 04:42:23 2013 New Revision: 335262 URL: http://svnweb.freebsd.org/changeset/ports/335262 Log: . Make PORTNAME nethack33 rather than using nethack and relying on LATEST_LINK to provide differentiation. This makes the package name unique. . Minor portlint petting. Requested by: bapt@ Modified: head/games/nethack33/Makefile Modified: head/games/nethack33/Makefile ============================================================================== --- head/games/nethack33/Makefile Sat Nov 30 04:41:10 2013 (r335261) +++ head/games/nethack33/Makefile Sat Nov 30 04:42:23 2013 (r335262) @@ -1,33 +1,34 @@ # Created by: asami # $FreeBSD$ -PORTNAME= nethack +PORTNAME= nethack33 PORTVERSION= 3.3.1 PORTREVISION= 10 CATEGORIES?= games MASTER_SITES= SF -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} +DISTNAME= ${TRUEPORTNAME}-${PORTVERSION:S/.//g} EXTRACT_SUFX= .tgz -MAINTAINER?= glewis@FreeBSD.org -COMMENT?= A dungeon explorin', slashin', hackin' game +MAINTAINER= glewis@FreeBSD.org +COMMENT= A dungeon explorin', slashin', hackin' game -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -LATEST_LINK= nethack33${PKGNAMESUFFIX} +WRKSRC= ${WRKDIR}/${TRUEPORTNAME}-${PORTVERSION} +LATEST_LINK= ${TRUEPORTNAME}33${PKGNAMESUFFIX} USE_GMAKE= yes MAKE_ENV= GRAPHICS="${GRAPHICS}" PLIST_SUB= HACKNAME="${HACKNAME}" \ HACKEXT="${HACKEXT}" MAKE_JOBS_UNSAFE= yes +TRUEPORTNAME= nethack MAN6= dgn_comp${HACKEXT}.6 dlb${HACKEXT}.6 lev_comp${HACKEXT}.6 \ ${HACKNAME}.6 recover${HACKEXT}.6 HACKEXT?= 33 -HACKNAME?= ${PORTNAME}${HACKEXT} +HACKNAME?= ${TRUEPORTNAME}${HACKEXT} HACKDIR?= share/${HACKNAME} -HACKLINK= nethack +HACKLINK= ${TRUEPORTNAME} DATADIR= ${PREFIX}/${HACKDIR} DOCSDIR= ${PREFIX}/share/doc/${HACKNAME} From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 05:26:53 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 ESMTPS id A8C8C263; Sat, 30 Nov 2013 05:26:53 +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 944BD1C17; Sat, 30 Nov 2013 05:26:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU5Qrh5088236; Sat, 30 Nov 2013 05:26:53 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU5Qr1s088235; Sat, 30 Nov 2013 05:26:53 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311300526.rAU5Qr1s088235@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 30 Nov 2013 05:26:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335263 - head/devel/py-tox 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.16 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, 30 Nov 2013 05:26:53 -0000 Author: koobs Date: Sat Nov 30 05:26:53 2013 New Revision: 335263 URL: http://svnweb.freebsd.org/changeset/ports/335263 Log: devel/py-tox: Only depend on py-argparse with Python 2.6, 3.0 and 3.1 The argparse module is part of the standard library in 2.7 and 3.2 onward. Until this change, argparse has been incorrectly depended on for users running Python 2.7. - Update conditional expression in RUN_DEPENDS for argparse While I'm here: - Enable STAGE support - Enable AUTOPLIST, remove pkg-plist accordingly Deleted: head/devel/py-tox/pkg-plist Modified: head/devel/py-tox/Makefile Modified: head/devel/py-tox/Makefile ============================================================================== --- head/devel/py-tox/Makefile Sat Nov 30 04:42:23 2013 (r335262) +++ head/devel/py-tox/Makefile Sat Nov 30 05:26:53 2013 (r335263) @@ -17,12 +17,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}virt USE_PYTHON= yes USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes OPTIONS_DEFINE= PYTEST PYTEST_DESC= Include the pytest test runner OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options -NO_STAGE= yes .include .if ${PORT_OPTIONS:MPYTEST} @@ -31,7 +31,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyt .include -.if ${PYTHON_VER} <= 3.2 +.if ${PYTHON_REL} != 2.7 && ${PYTHON_REL} < 3.2 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse .endif From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 06:54:00 2013 Return-Path: Delivered-To: svn-ports-head@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 48490464; Sat, 30 Nov 2013 06:54:00 +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 1AFC61F9C; Sat, 30 Nov 2013 06:54:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU6rxqM018222; Sat, 30 Nov 2013 06:53:59 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU6rxmh018220; Sat, 30 Nov 2013 06:53:59 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201311300653.rAU6rxmh018220@svn.freebsd.org> From: Dirk Meyer Date: Sat, 30 Nov 2013 06:53:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335264 - head/x11-wm/fvwm 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.16 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, 30 Nov 2013 06:54:00 -0000 Author: dinoex Date: Sat Nov 30 06:53:59 2013 New Revision: 335264 URL: http://svnweb.freebsd.org/changeset/ports/335264 Log: - use STAGEDIR Modified: head/x11-wm/fvwm/Makefile head/x11-wm/fvwm/pkg-plist Modified: head/x11-wm/fvwm/Makefile ============================================================================== --- head/x11-wm/fvwm/Makefile Sat Nov 30 05:26:53 2013 (r335263) +++ head/x11-wm/fvwm/Makefile Sat Nov 30 06:53:59 2013 (r335264) @@ -6,31 +6,25 @@ PORTVERSION= 1.24r PORTREVISION= 5 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-1/ -PKGNAMESUFFIX= 1 +PKGNAMESUFFIX= 1${PKGNAMESUFFIX2} MAINTAINER= dinoex@FreeBSD.org COMMENT= The fvwm window manager NO_LATEST_LINK= yes -NO_STAGE= yes USES= imake USE_XORG= xbitmaps xpm xext x11 xmu -MAN1= FvwmAudio.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 FvwmClean.1 \ - FvwmDebug.1 FvwmIconBox.1 FvwmIdent.1 FvwmPager.1 FvwmSave.1 \ - FvwmSaveDesk.1 FvwmScroll.1 FvwmWinList.1 GoodStuff.1 fvwm.1 \ - xpmroot.1 - pre-configure: - @${REINPLACE_CMD} -e '/DependSubdirs/y,/*#, ,' ${WRKSRC}/Imakefile + ${REINPLACE_CMD} -e '/DependSubdirs/y,/*#, ,' ${WRKSRC}/Imakefile ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/configure.h \ ${WRKSRC}/sample.fvwmrc/system.fvwmrc post-install: - @${MKDIR} ${PREFIX}/include/X11/pixmaps - ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \ - ${WRKSRC}/fvwm_icons/*.xpm ${PREFIX}/include/X11/pixmaps + ${MKDIR} ${STAGEDIR}${PREFIX}/include/X11/pixmaps + ${INSTALL_DATA} ${WRKSRC}/fvwm_icons/*.xpm \ + ${STAGEDIR}${PREFIX}/include/X11/pixmaps .include Modified: head/x11-wm/fvwm/pkg-plist ============================================================================== --- head/x11-wm/fvwm/pkg-plist Sat Nov 30 05:26:53 2013 (r335263) +++ head/x11-wm/fvwm/pkg-plist Sat Nov 30 06:53:59 2013 (r335264) @@ -58,5 +58,21 @@ include/X11/pixmaps/xterm-sgi.xpm include/X11/pixmaps/xterm-sol.xpm include/X11/pixmaps/xterm-sun.xpm include/X11/pixmaps/xterm.xpm +man/man1/FvwmAudio.1.gz +man/man1/FvwmAuto.1.gz +man/man1/FvwmBacker.1.gz +man/man1/FvwmBanner.1.gz +man/man1/FvwmClean.1.gz +man/man1/FvwmDebug.1.gz +man/man1/FvwmIconBox.1.gz +man/man1/FvwmIdent.1.gz +man/man1/FvwmPager.1.gz +man/man1/FvwmSave.1.gz +man/man1/FvwmSaveDesk.1.gz +man/man1/FvwmScroll.1.gz +man/man1/FvwmWinList.1.gz +man/man1/GoodStuff.1.gz +man/man1/fvwm.1.gz +man/man1/xpmroot.1.gz @dirrm lib/X11/fvwm @dirrmtry include/X11/pixmaps From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 07:08:52 2013 Return-Path: Delivered-To: svn-ports-head@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 08F5891A; Sat, 30 Nov 2013 07:08:52 +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 DDDD61012; Sat, 30 Nov 2013 07:08:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU78pvd022759; Sat, 30 Nov 2013 07:08:51 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU78pXe022758; Sat, 30 Nov 2013 07:08:51 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201311300708.rAU78pXe022758@svn.freebsd.org> From: Dirk Meyer Date: Sat, 30 Nov 2013 07:08:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335265 - head/emulators/frodo 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.16 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, 30 Nov 2013 07:08:52 -0000 Author: dinoex Date: Sat Nov 30 07:08:51 2013 New Revision: 335265 URL: http://svnweb.freebsd.org/changeset/ports/335265 Log: - use STAGEDIR - use OPTIONS_DEFINE Modified: head/emulators/frodo/Makefile Modified: head/emulators/frodo/Makefile ============================================================================== --- head/emulators/frodo/Makefile Sat Nov 30 06:53:59 2013 (r335264) +++ head/emulators/frodo/Makefile Sat Nov 30 07:08:51 2013 (r335265) @@ -12,23 +12,27 @@ COMMENT= Emulates a Commodore 64 RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 -NO_STAGE= yes - USE_XORG= x11 xt xext sm ice ALL_TARGET= Frodo -WRKNAME= Frodo-4.1b -WRKSRC= ${WRKDIR}/${WRKNAME}/Src +INSTALL_WRKSRC= ${WRKDIR}/Frodo-4.1b +WRKSRC= ${INSTALL_WRKSRC}/Src GNU_CONFIGURE= yes -.if !defined(WITHOUT_SDL) -USE_SDL= sdl -.endif ROM= 1541 Basic Char Kernal +OPTIONS_DEFINE=SDL +OPTIONS_DEFAULT=SDL + +.include + +.if ${PORT_OPTIONS:MSDL} +USE_SDL= sdl +.endif + post-patch: ${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ - ${WRKDIR}/${WRKNAME}/TkGui.tcl -.if !defined(WITHOUT_SDL) + ${INSTALL_WRKSRC}/TkGui.tcl +.if ${PORT_OPTIONS:MSDL} ${REINPLACE_CMD} -e "s|sdl-config|${SDL_CONFIG}|g" \ ${WRKSRC}/configure .endif @@ -36,25 +40,24 @@ post-patch: do-install: ${SED} -e 's=\$${PREFIX}=${PREFIX}=g' \ < ${FILESDIR}/frodo > ${WRKDIR}/frodo - ${INSTALL_SCRIPT} ${WRKDIR}/frodo ${PREFIX}/bin - ${MKDIR} ${PREFIX}/libexec/frodo - ${INSTALL_PROGRAM} ${WRKDIR}/${WRKNAME}/Frodo ${PREFIX}/libexec/frodo + ${INSTALL_SCRIPT} ${WRKDIR}/frodo ${STAGEDIR}${PREFIX}/bin/ + ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/frodo + ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/Frodo ${STAGEDIR}${PREFIX}/libexec/frodo/ .for i in ${ROM} - ${INSTALL_DATA} "${WRKDIR}/${WRKNAME}/${i} ROM" ${PREFIX}/libexec/frodo + ${INSTALL_DATA} "${INSTALL_WRKSRC}/${i} ROM" ${STAGEDIR}${PREFIX}/libexec/frodo/ .endfor - ${INSTALL_DATA} "${WRKDIR}/${WRKNAME}/Frodo Logo" ${PREFIX}/libexec/frodo - ${INSTALL_SCRIPT} "${WRKDIR}/${WRKNAME}/TkGui.tcl" ${PREFIX}/libexec/frodo - ${MKDIR} ${PREFIX}/libexec/frodo/64prgs - @${TAR} -C ${WRKDIR}/${WRKNAME}/64prgs -cf - . | \ - ${TAR} -C ${PREFIX}/libexec/frodo/64prgs -xf - + ${INSTALL_DATA} "${INSTALL_WRKSRC}/Frodo Logo" ${STAGEDIR}${PREFIX}/libexec/frodo/ + ${INSTALL_SCRIPT} "${INSTALL_WRKSRC}/TkGui.tcl" ${STAGEDIR}${PREFIX}/libexec/frodo/ + ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/frodo/64prgs + ${TAR} -C ${INSTALL_WRKSRC}/64prgs -cf - . | \ + ${TAR} -C ${STAGEDIR}${PREFIX}/libexec/frodo/64prgs -xf - +.if ${PORT_OPTIONS:MDOCS} post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for i in CHANGES - ${INSTALL_DATA} ${WRKDIR}/${WRKNAME}/${i} ${DOCSDIR}/ -.endfor - @${TAR} -C ${WRKDIR}/${WRKNAME}/Docs -cf - . | ${TAR} -C ${DOCSDIR} -xf - + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${INSTALL_WRKSRC}/CHANGES ${STAGEDIR}${DOCSDIR}/ + ${TAR} -C ${INSTALL_WRKSRC}/Docs -cf - . | \ + ${TAR} -C ${STAGEDIR}${DOCSDIR} -xf - .endif .include From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 07:51:10 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 ESMTPS id CDCCBF76; Sat, 30 Nov 2013 07:51:10 +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 AFC81119C; Sat, 30 Nov 2013 07:51:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU7pAvl038537; Sat, 30 Nov 2013 07:51:10 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU7pAXY038534; Sat, 30 Nov 2013 07:51:10 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201311300751.rAU7pAXY038534@svn.freebsd.org> From: Alex Kozlov Date: Sat, 30 Nov 2013 07:51:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335266 - in head/games/uqm: . 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.16 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, 30 Nov 2013 07:51:10 -0000 Author: ak Date: Sat Nov 30 07:51:09 2013 New Revision: 335266 URL: http://svnweb.freebsd.org/changeset/ports/335266 Log: - Fix build with clang [1] - Improve options description [1] - Update maintainer email [1] - Support STAGEDIR - Convert to new LIB_DEPENDS syntax - Convert to options helpers when possible PR: ports/184290 (based on) [1] Submitted by: Benjamin Lutz (maintainer) [1] Added: head/games/uqm/files/patch-build-unix-config_proginfo_build (contents, props changed) Modified: head/games/uqm/Makefile head/games/uqm/pkg-plist Modified: head/games/uqm/Makefile ============================================================================== --- head/games/uqm/Makefile Sat Nov 30 07:08:51 2013 (r335265) +++ head/games/uqm/Makefile Sat Nov 30 07:51:09 2013 (r335266) @@ -9,72 +9,57 @@ MASTER_SITES= SF/sc2/UQM/${PORTVERSION:R DISTFILES= ${PORTNAME}-${PORTVERSION}-source.tgz ${PORTNAME}-${DATAVERSION}-content.uqm EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}-source.tgz -MAINTAINER= benlutz@datacomm.ch +MAINTAINER= mail@maxlor.com COMMENT= Port of the original Star Control 2 for 3DO consoles LICENSE= GPLv2 -LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ - mikmod:${PORTSDIR}/audio/libmikmod +LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libmikmod.so:${PORTSDIR}/audio/libmikmod \ + libpth.so:${PORTSDIR}/devel/pth USES= gmake pkgconfig USE_SDL= image sdl -NO_INSTALL_MANPAGES= yes DATAVERSION= 0.7.0 OPTIONS_DEFINE= VOICE MUSIC OPENAL DOCS -MUSIC_DESC= Music add-on -VOICE_DESC= Voice add-on -OPTIONS_GROUP= REMIXES +MUSIC_DESC= 3DO music add-on (18 MiB) +VOICE_DESC= Speech add-on (109 MiB) +OPTIONS_GROUP= SOUNDTRACK_REMIXES REMIX_PACKS= 1 2 3 4 -.for i in ${REMIX_PACKS} -OPTIONS_GROUP_REMIXES+=REMIXPACK${i} -REMIXPACK${i}_DESC= UQM Remix Pack ${i} add-on -.endfor +OPTIONS_GROUP_SOUNDTRACK_REMIXES= REMIX1 REMIX2 REMIX3 REMIX4 +REMIX1_DESC= "Super Meelee!" (47 MiB) +REMIX2_DESC= "Neutral Aliens, Don't Shoot!" (57 MiB) +REMIX3_DESC= "Ur-Quan Hierarchy" (38 MiB) +REMIX4_DESC= "The New Alliance of Free Stars" (82 MiB) + +OPTIONS_SUB= yes + +VOICE_DISTFILES= ${PORTNAME}-${DATAVERSION}-voice.uqm +MUSIC_DISTFILES= ${PORTNAME}-${DATAVERSION}-3domusic.uqm +OPENAL_USE= OPENAL=al -NO_STAGE= yes .include -.if ${PORT_OPTIONS:MVOICE} -DISTFILES+= ${PORTNAME}-${DATAVERSION}-voice.uqm -PLIST_SUB+= VOICEADDON="" -.else -PLIST_SUB+= VOICEADDON="@comment " -.endif - -.if ${PORT_OPTIONS:MMUSIC} -DISTFILES+= ${PORTNAME}-${DATAVERSION}-3domusic.uqm -PLIST_SUB+= MUSICADDON="" -.else -PLIST_SUB+= MUSICADDON="@comment " -.endif - -.if ${PORT_OPTIONS:MOPENAL} -USE_OPENAL= al -.endif - .for i in ${REMIX_PACKS} -. if ${PORT_OPTIONS:MREMIXPACK${i}} +. if ${PORT_OPTIONS:MREMIX${i}} MASTER_SITES+= SF/sc2/UQM%20Remix%20Packs/UQM%20Remix%20Pack%20${i}:remixpack${i} DISTFILES+= ${PORTNAME}-remix-disc${i}.uqm:remixpack${i} -PLIST_SUB+= REMIXPACK${i}ADDON="" -. else -PLIST_SUB+= REMIXPACK${i}ADDON="@comment " . endif .endfor post-extract: - ${MKDIR} ${WRKSRC}/content/addons ${WRKSRC}/content/packages - ${CP} ${DISTDIR}/${PORTNAME}-${DATAVERSION}-content.uqm ${WRKSRC}/content/packages/ -.ifdef(WITH_VOICE) - ${CP} ${DISTDIR}/${PORTNAME}-${DATAVERSION}-voice.uqm ${WRKSRC}/content/addons/ + @${MKDIR} ${WRKSRC}/content/addons ${WRKSRC}/content/packages + @${CP} ${DISTDIR}/${PORTNAME}-${DATAVERSION}-content.uqm ${WRKSRC}/content/packages/ +.if ${PORT_OPTIONS:MVOICE} + @${CP} ${DISTDIR}/${PORTNAME}-${DATAVERSION}-voice.uqm ${WRKSRC}/content/addons/ .endif -.ifdef(WITH_MUSIC) - ${CP} ${DISTDIR}/${PORTNAME}-${DATAVERSION}-3domusic.uqm ${WRKSRC}/content/addons/ +.if ${PORT_OPTIONS:MMUSIC} + @${CP} ${DISTDIR}/${PORTNAME}-${DATAVERSION}-3domusic.uqm ${WRKSRC}/content/addons/ .endif .for i in ${REMIX_PACKS} -. if ${PORT_OPTIONS:MREMIXPACK${i}} - ${CP} ${DISTDIR}/${PORTNAME}-remix-disc${i}.uqm ${WRKSRC}/content/addons/ +. if ${PORT_OPTIONS:MREMIX${i}} + @${CP} ${DISTDIR}/${PORTNAME}-remix-disc${i}.uqm ${WRKSRC}/content/addons/ . endif .endfor @@ -88,7 +73,7 @@ do-configure: .endif @${ECHO_CMD} CHOICE_mikmod_VALUE=\'external\' >> ${WRKSRC}/config.state @${ECHO_CMD} CHOICE_ovcodec_VALUE=\'standard\' >> ${WRKSRC}/config.state -.ifdef(NO_INET6) +.if ${PORT_OPTIONS:MINET6} @${ECHO_CMD} CHOICE_netplay_VALUE=\'full\' >> ${WRKSRC}/config.state .else @${ECHO_CMD} CHOICE_netplay_VALUE=\'ipv4\' >> ${WRKSRC}/config.state @@ -101,23 +86,21 @@ do-configure: @${ECHO_CMD} CHOICE_accel_VALUE=\'plainc\' >> ${WRKSRC}/config.state .endif @${ECHO_CMD} CHOICE_threadlib_VALUE=\'sdl\' >> ${WRKSRC}/config.state - @${ECHO_CMD} INPUT_install_prefix_VALUE=\'${PREFIX}\' >> ${WRKSRC}/config.state + @${ECHO_CMD} INPUT_install_prefix_VALUE=\'${STAGEDIR}${PREFIX}\' >> ${WRKSRC}/config.state @${ECHO_CMD} INPUT_install_bindir_VALUE=\''$$prefix/bin'\' >> ${WRKSRC}/config.state @${ECHO_CMD} INPUT_install_libdir_VALUE=\''$$prefix/lib'\' >> ${WRKSRC}/config.state @${ECHO_CMD} INPUT_install_sharedir_VALUE=\''$$prefix/share'\' >> ${WRKSRC}/config.state - cd ${WRKSRC} && ${SETENV} LOCALBASE=${LOCALBASE} PREFIX=${PREFIX} ./build.sh uqm config + @(cd ${WRKSRC} && ${SETENV} LOCALBASE=${LOCALBASE} PREFIX=${PREFIX} ./build.sh uqm config) do-build: - cd ${WRKSRC} && ./build.sh uqm + @(cd ${WRKSRC} && ./build.sh uqm) do-install: - cd ${WRKSRC} && ./build.sh uqm install + @(cd ${WRKSRC} && ./build.sh uqm install) post-install: - ${STRIP_CMD} ${PREFIX}/lib/uqm/uqm -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/doc/users/manual.txt ${DOCSDIR} -.endif + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/uqm/uqm + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/users/manual.txt ${STAGEDIR}${DOCSDIR} .include Added: head/games/uqm/files/patch-build-unix-config_proginfo_build ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/uqm/files/patch-build-unix-config_proginfo_build Sat Nov 30 07:51:09 2013 (r335266) @@ -0,0 +1,16 @@ +--- build/unix/config_proginfo_build.orig 2011-05-20 21:25:22.000000000 +0200 ++++ build/unix/config_proginfo_build 2013-11-25 19:19:42.000000000 +0100 +@@ -166,10 +166,10 @@ + + + ### gcc ### +-PROG_gcc_NAME="GNU C compiler" +-PROG_gcc_FILE="gcc" ++PROG_gcc_NAME="C compiler" ++PROG_gcc_FILE="cc" + PROG_gcc_ACTION="" +-PROG_gcc_VERSION='$(gcc --version)' ++PROG_gcc_VERSION='$(cc --version)' + + + ### sed ### Modified: head/games/uqm/pkg-plist ============================================================================== --- head/games/uqm/pkg-plist Sat Nov 30 07:08:51 2013 (r335265) +++ head/games/uqm/pkg-plist Sat Nov 30 07:51:09 2013 (r335266) @@ -2,12 +2,12 @@ bin/uqm lib/uqm/uqm %%DATADIR%%/content/packages/uqm-0.7.0-content.uqm %%DATADIR%%/content/version -%%VOICEADDON%%%%DATADIR%%/content/addons/uqm-0.7.0-voice.uqm -%%MUSICADDON%%%%DATADIR%%/content/addons/uqm-0.7.0-3domusic.uqm -%%REMIXPACK1ADDON%%%%DATADIR%%/content/addons/uqm-remix-disc1.uqm -%%REMIXPACK2ADDON%%%%DATADIR%%/content/addons/uqm-remix-disc2.uqm -%%REMIXPACK3ADDON%%%%DATADIR%%/content/addons/uqm-remix-disc3.uqm -%%REMIXPACK4ADDON%%%%DATADIR%%/content/addons/uqm-remix-disc4.uqm +%%VOICE%%%%DATADIR%%/content/addons/uqm-0.7.0-voice.uqm +%%MUSIC%%%%DATADIR%%/content/addons/uqm-0.7.0-3domusic.uqm +%%REMIX1%%%%DATADIR%%/content/addons/uqm-remix-disc1.uqm +%%REMIX2%%%%DATADIR%%/content/addons/uqm-remix-disc2.uqm +%%REMIX3%%%%DATADIR%%/content/addons/uqm-remix-disc3.uqm +%%REMIX4%%%%DATADIR%%/content/addons/uqm-remix-disc4.uqm @dirrm %%DATADIR%%/content/packages @dirrm %%DATADIR%%/content/addons @dirrm %%DATADIR%%/content From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 08:19:47 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 ESMTPS id CF1614E5; Sat, 30 Nov 2013 08:19:47 +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 BB0A3128E; Sat, 30 Nov 2013 08:19:47 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU8Jl7a047073; Sat, 30 Nov 2013 08:19:47 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU8JkpT047068; Sat, 30 Nov 2013 08:19:46 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311300819.rAU8JkpT047068@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 08:19:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335267 - in head/devel: . p5-Types-Path-Tiny 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.16 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, 30 Nov 2013 08:19:48 -0000 Author: sunpoet Date: Sat Nov 30 08:19:46 2013 New Revision: 335267 URL: http://svnweb.freebsd.org/changeset/ports/335267 Log: - Add p5-Types-Path-Tiny 0.005 Types::Path::Tiny provides Path::Tiny types for Moose, Moo, etc. It handles two important types of coercion: - coercing objects with overloaded stringification - coercing to absolute paths It also can check to ensure that files or directories exist. WWW: http://search.cpan.org/dist/Types-Path-Tiny/ Added: head/devel/p5-Types-Path-Tiny/ head/devel/p5-Types-Path-Tiny/Makefile (contents, props changed) head/devel/p5-Types-Path-Tiny/distinfo (contents, props changed) head/devel/p5-Types-Path-Tiny/pkg-descr (contents, props changed) head/devel/p5-Types-Path-Tiny/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Nov 30 07:51:09 2013 (r335266) +++ head/devel/Makefile Sat Nov 30 08:19:46 2013 (r335267) @@ -2971,6 +2971,7 @@ SUBDIR += p5-Tree-Simple-VisitorFactory SUBDIR += p5-Type-Tie SUBDIR += p5-Type-Tiny + SUBDIR += p5-Types-Path-Tiny SUBDIR += p5-Types-Serialiser SUBDIR += p5-UDCode SUBDIR += p5-UI-Dialog Added: head/devel/p5-Types-Path-Tiny/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Types-Path-Tiny/Makefile Sat Nov 30 08:19:46 2013 (r335267) @@ -0,0 +1,30 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Types-Path-Tiny +PORTVERSION= 0.005 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:DAGOLDEN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Path::Tiny types and coercions for Moose and Moo + +LICENSE= AL2 + +BUILD_DEPENDS= p5-Path-Tiny>=0:${PORTSDIR}/devel/p5-Path-Tiny \ + p5-Type-Tiny>=0.008:${PORTSDIR}/devel/p5-Type-Tiny +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-File-pushd>=0:${PORTSDIR}/devel/p5-File-pushd + +USE_PERL5= configure +USES= perl5 + +.include + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.96:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Added: head/devel/p5-Types-Path-Tiny/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Types-Path-Tiny/distinfo Sat Nov 30 08:19:46 2013 (r335267) @@ -0,0 +1,2 @@ +SHA256 (Types-Path-Tiny-0.005.tar.gz) = f702772c56695696d520313b7f9bb4c1f4f6c7e5d47f08917c9944ad8f09ce26 +SIZE (Types-Path-Tiny-0.005.tar.gz) = 12834 Added: head/devel/p5-Types-Path-Tiny/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Types-Path-Tiny/pkg-descr Sat Nov 30 08:19:46 2013 (r335267) @@ -0,0 +1,9 @@ +Types::Path::Tiny provides Path::Tiny types for Moose, Moo, etc. + +It handles two important types of coercion: +- coercing objects with overloaded stringification +- coercing to absolute paths + +It also can check to ensure that files or directories exist. + +WWW: http://search.cpan.org/dist/Types-Path-Tiny/ Added: head/devel/p5-Types-Path-Tiny/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Types-Path-Tiny/pkg-plist Sat Nov 30 08:19:46 2013 (r335267) @@ -0,0 +1 @@ +@comment $FreeBSD$ From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 08:33:19 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 ESMTPS id E4A8F81E for ; Sat, 30 Nov 2013 08:33:19 +0000 (UTC) Received: from mail-la0-f41.google.com (mail-la0-f41.google.com [209.85.215.41]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4E003132C for ; Sat, 30 Nov 2013 08:33:18 +0000 (UTC) Received: by mail-la0-f41.google.com with SMTP id eo20so7503742lab.28 for ; Sat, 30 Nov 2013 00:33:11 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=Uk3u9VwAPN/9OgxfJCAv2p8z+H9dAU8JfE3YxOaJzTg=; b=kqGK7AKJ0HOcZpXBaviXCkueCc1UBpLhT+X3PG3iX9llKk4nv1U6V9zB/7ze94FhTi 8PRvaJ+DrUJUl54LNcCLnyfudAfJDn6XxAtdfK8INGJU1Nu5ZHGgZ8FqmGdCol1kPGde 3nWqu1HAVGDcFRI8jhtfPMDlqoOBiCWykpw8QikhoctLBMNQW9MaSuo8dZNuJMEyemPW mBMIk8dRY5Y9Udsy3+zZKHeMCZDJ5QyfmwKZ6kl9JXmyy3E1klAHTBAq4J1IdOXMq9dT D9cj7mjoQCpKH+gNR+nNjXvObm29PHnkXN6MYVF05rgd8ga7EJr4CJ1VLKNHnGjX5r2j oEMQ== X-Gm-Message-State: ALoCoQk8H78O2b75wuRLsQY7BYmA1APaxDoQsZ8TpWOG3Sr0ZJzD9F5HUd5yqoLiyML4dtdNqsqE X-Received: by 10.112.151.42 with SMTP id un10mr36997683lbb.7.1385800391252; Sat, 30 Nov 2013 00:33:11 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.31.131 with HTTP; Sat, 30 Nov 2013 00:32:51 -0800 (PST) In-Reply-To: <201311292355.rATNttoJ071129@svn.freebsd.org> References: <201311292355.rATNttoJ071129@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 16:32:51 +0800 X-Google-Sender-Auth: 53Ns2D5QrCeQCjlaA_2ApxVFwiU Message-ID: Subject: Re: svn commit: r335250 - in head/net: . openmpi openmpi-devel To: Danilo Egea Gondolfo Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 30 Nov 2013 08:33:20 -0000 On Sat, Nov 30, 2013 at 7:55 AM, Danilo Egea Gondolfo wrote: > Author: danilo > Date: Fri Nov 29 23:55:54 2013 > New Revision: 335250 > URL: http://svnweb.freebsd.org/changeset/ports/335250 > > Log: > - New port net/openmpi-devel. Version 1.7 of Open MPI. > > Open MPI is a project combining technologies and resources from several > other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to > build the best MPI library available. A completely new MPI-2 compliant > implementation, Open MPI offers advantages for system and software > vendors, application developers and computer science researchers. > > Added: > head/net/openmpi-devel/ > head/net/openmpi-devel/Makefile (contents, props changed) > head/net/openmpi-devel/distinfo (contents, props changed) > head/net/openmpi-devel/pkg-descr (contents, props changed) > head/net/openmpi-devel/pkg-plist (contents, props changed) > Modified: > head/net/Makefile > head/net/openmpi/Makefile (contents, props changed) > Normally we would first "svn cp openmpi openmpi-devel" and then modify it. Is there any reason not doing so? Regards, sunpoet From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 09:12:03 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 ESMTPS id A184CC3C; Sat, 30 Nov 2013 09:12:03 +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 8C64514CE; Sat, 30 Nov 2013 09:12:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU9C37M066921; Sat, 30 Nov 2013 09:12:03 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU9C3uT066920; Sat, 30 Nov 2013 09:12:03 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311300912.rAU9C3uT066920@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 09:12:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335268 - head/devel/py-isodate 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.16 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, 30 Nov 2013 09:12:03 -0000 Author: sunpoet Date: Sat Nov 30 09:12:02 2013 New Revision: 335268 URL: http://svnweb.freebsd.org/changeset/ports/335268 Log: - Use PYDISTUTILS_AUTOPLIST Suggested by: mva Deleted: head/devel/py-isodate/pkg-plist Modified: head/devel/py-isodate/Makefile Modified: head/devel/py-isodate/Makefile ============================================================================== --- head/devel/py-isodate/Makefile Sat Nov 30 08:19:46 2013 (r335267) +++ head/devel/py-isodate/Makefile Sat Nov 30 09:12:02 2013 (r335268) @@ -14,7 +14,7 @@ LICENSE= BSD USE_PYTHON= yes USE_PYDISTUTILS=yes -PYTHON_PY3K_PLIST_HACK= yes +PYDISTUTILS_AUTOPLIST= yes post-patch: @${REINPLACE_CMD} -e 's|setuptools|do_not_use_&|' ${WRKSRC}/${PYSETUP} From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 09:15:17 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 ESMTPS id 9E237D4A; Sat, 30 Nov 2013 09:15:17 +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 8ADFB14E5; Sat, 30 Nov 2013 09:15:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU9FHkL067486; Sat, 30 Nov 2013 09:15:17 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU9FHAP067485; Sat, 30 Nov 2013 09:15:17 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311300915.rAU9FHAP067485@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 09:15:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335269 - head/sysutils/py-psutil 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.16 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, 30 Nov 2013 09:15:17 -0000 Author: sunpoet Date: Sat Nov 30 09:15:17 2013 New Revision: 335269 URL: http://svnweb.freebsd.org/changeset/ports/335269 Log: - Use PYDISTUTILS_AUTOPLIST Suggested by: mva Deleted: head/sysutils/py-psutil/pkg-plist Modified: head/sysutils/py-psutil/Makefile Modified: head/sysutils/py-psutil/Makefile ============================================================================== --- head/sysutils/py-psutil/Makefile Sat Nov 30 09:12:02 2013 (r335268) +++ head/sysutils/py-psutil/Makefile Sat Nov 30 09:15:17 2013 (r335269) @@ -12,8 +12,8 @@ COMMENT= Process utilities module for Py LICENSE= BSD +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= ${PORTNAME} -PYTHON_PY3K_PLIST_HACK= yes USE_PYDISTUTILS=yes USE_PYTHON= yes From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 09:33:52 2013 Return-Path: Delivered-To: svn-ports-head@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 87CC4CC; Sat, 30 Nov 2013 09:33:52 +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 5AE1615C3; Sat, 30 Nov 2013 09:33:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU9XqIc073944; Sat, 30 Nov 2013 09:33:52 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU9Xqcc073943; Sat, 30 Nov 2013 09:33:52 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311300933.rAU9Xqcc073943@svn.freebsd.org> From: Rusmir Dusko Date: Sat, 30 Nov 2013 09:33:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335270 - head/games/tong 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.16 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, 30 Nov 2013 09:33:52 -0000 Author: nemysis Date: Sat Nov 30 09:33:51 2013 New Revision: 335270 URL: http://svnweb.freebsd.org/changeset/ports/335270 Log: - Change Makefile header - Change maintainer email to @FreeBSD.org - USES gmake instead of USE_GMAKE - Support STAGEDIR - Add DOCS Option Approved by: pawel / wg (mentors, implicit) Modified: head/games/tong/Makefile Modified: head/games/tong/Makefile ============================================================================== --- head/games/tong/Makefile Sat Nov 30 09:15:17 2013 (r335269) +++ head/games/tong/Makefile Sat Nov 30 09:33:51 2013 (r335270) @@ -1,4 +1,4 @@ -# Created by: nemysis@gmx.ch +# Created by: nemysis # $FreeBSD$ PORTNAME= tong @@ -7,13 +7,13 @@ PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.nongnu.org/tong/ -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Tetris and Pong in the same place at the same time LICENSE= GPLv3 +USES= gmake USE_SDL= image mixer sdl -USE_GMAKE= yes PORTDOCS= CHANGELOG README making-of.txt notes.txt @@ -22,8 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} DESKTOP_ENTRIES="TONG!" "${COMMENT}" "${PORTNAME}" \ "${PORTNAME}" "Game;ArcadeGame;" false -NO_STAGE= yes -.include +OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|GAME_DATA_DIR := .|GAME_DATA_DIR := ${DATADIR}|' \ @@ -31,15 +30,19 @@ post-patch: ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - @cd ${WRKSRC} && ${COPYTREE_SHARE} "*.png" ${DATADIR} - ${MKDIR} ${DATADIR}/media - @cd ${WRKSRC}/media && ${COPYTREE_SHARE} "*.png *.xcf *.ogg *.ico" ${DATADIR}/media - ${LN} -sf ${DATADIR}/media/icon.png ${PREFIX}/share/pixmaps/${PORTNAME}.png - -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + @cd ${WRKSRC} && ${COPYTREE_SHARE} "*.png" ${STAGEDIR}${DATADIR} + + @${MKDIR} ${STAGEDIR}${DATADIR}/media/ + +.for d in *.png *.xcf *.ogg *.ico + @(cd ${WRKSRC}/media ; ${COPYTREE_SHARE} "${d}" ${STAGEDIR}${DATADIR}/media/) +.endfor + + ${LN} -sf ${DATADIR}/media/icon.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png + + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 09:38:21 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 ESMTPS id 05376305; Sat, 30 Nov 2013 09:38:21 +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 D9F3515EF; Sat, 30 Nov 2013 09:38:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU9cK4q074566; Sat, 30 Nov 2013 09:38:20 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU9cKMc074564; Sat, 30 Nov 2013 09:38:20 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311300938.rAU9cKMc074564@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 09:38:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335271 - head/security/py-keyring 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.16 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, 30 Nov 2013 09:38:21 -0000 Author: sunpoet Date: Sat Nov 30 09:38:20 2013 New Revision: 335271 URL: http://svnweb.freebsd.org/changeset/ports/335271 Log: - Update to 3.2.1 - Support STAGEDIR - While I'm here, convert to new options helper Changes: https://pypi.python.org/pypi/keyring#changes PR: ports/184270 Submitted by: Douglas William Thrift (maintainer) Deleted: head/security/py-keyring/pkg-plist Modified: head/security/py-keyring/Makefile head/security/py-keyring/distinfo Modified: head/security/py-keyring/Makefile ============================================================================== --- head/security/py-keyring/Makefile Sat Nov 30 09:33:51 2013 (r335270) +++ head/security/py-keyring/Makefile Sat Nov 30 09:38:20 2013 (r335271) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= keyring -PORTVERSION= 1.6.1 +PORTVERSION= 3.2.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,6 +19,7 @@ LATEST_LINK= py-${PORTNAME} USE_ZIP= yes USE_PYTHON= yes USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes OPTIONS_DEFINE= CRYPT_FILE GNOME_KEYRING KDE_KWALLET KEYCZAR PYFS \ SECRET_SERVICE @@ -28,32 +29,11 @@ KDE_KWALLET_DESC= Install KDE KWallet to KEYCZAR_DESC= Install keyczar to support keyring encryption PYFS_DESC= Install pyfilesystem to support the pyfs backend SECRET_SERVICE_DESC= Install SecretStorage to support the SecretService backend - -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MCRYPT_FILE} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.5:${PORTSDIR}/security/py-pycrypto -.endif - -.if ${PORT_OPTIONS:MGNOME_KEYRING} -USE_GNOME+= pygobject3 -.endif - -.if ${PORT_OPTIONS:MKDE_KWALLET} -USE_KDE4+= pykde4 -.endif - -.if ${PORT_OPTIONS:MKEYCZAR} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}keyczar>=0.71c:${PORTSDIR}/security/py-keyczar -.endif - -.if ${PORT_OPTIONS:MPYFS} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}fs>=0.4.0:${PORTSDIR}/devel/py-fs -.endif - -.if ${PORT_OPTIONS:MSECRET_SERVICE} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}SecretStorage>=1.0.0:${PORTSDIR}/security/py-SecretStorage -.endif +CRYPT_FILE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.5:${PORTSDIR}/security/py-pycrypto +GNOME_KEYRING_USE= GNOME=pygobject3 +KDE_KWALLET_USE= KDE4=pykde4 +KEYCZAR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}keyczar>=0.71c:${PORTSDIR}/security/py-keyczar +PYFS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fs>=0.4.0:${PORTSDIR}/devel/py-fs +SECRET_SERVICE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}SecretStorage>=1.0.0:${PORTSDIR}/security/py-SecretStorage .include Modified: head/security/py-keyring/distinfo ============================================================================== --- head/security/py-keyring/distinfo Sat Nov 30 09:33:51 2013 (r335270) +++ head/security/py-keyring/distinfo Sat Nov 30 09:38:20 2013 (r335271) @@ -1,2 +1,2 @@ -SHA256 (keyring-1.6.1.zip) = 720a53234749edf0c103e61abe07a16b2ad48b46295c96f58fb804158a739a04 -SIZE (keyring-1.6.1.zip) = 80183 +SHA256 (keyring-3.2.1.zip) = 047962a774393e60b4cf9d119400c7e83b99fa57f1bda898b4f5b4f7a228ab59 +SIZE (keyring-3.2.1.zip) = 94807 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 09:39:49 2013 Return-Path: Delivered-To: svn-ports-head@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 5E9F93F9; Sat, 30 Nov 2013 09:39:49 +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 40A9515FD; Sat, 30 Nov 2013 09:39:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU9dnil074839; Sat, 30 Nov 2013 09:39:49 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU9dmCv074831; Sat, 30 Nov 2013 09:39:48 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311300939.rAU9dmCv074831@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 09:39:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335272 - in head/www: . py-django-simple-captcha 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.16 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, 30 Nov 2013 09:39:49 -0000 Author: sunpoet Date: Sat Nov 30 09:39:47 2013 New Revision: 335272 URL: http://svnweb.freebsd.org/changeset/ports/335272 Log: - Add py-django-simple-captcha 0.3.8 - While I'm here: - Cleanup Makefile header - Update to 0.4.0 - Use CHEESESHOP - Reformat pkg-descr - Add missing WWW: in pkg-descr Django Simple Captcha is an extremely simple, yet highly customizable Django application to add captcha images to any Django form. WWW: https://pypi.python.org/pypi/django-simple-captcha PR: ports/180422 Submitted by: John Hixson Added: head/www/py-django-simple-captcha/ head/www/py-django-simple-captcha/Makefile (contents, props changed) head/www/py-django-simple-captcha/distinfo (contents, props changed) head/www/py-django-simple-captcha/pkg-descr (contents, props changed) head/www/py-django-simple-captcha/pkg-plist (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Nov 30 09:38:20 2013 (r335271) +++ head/www/Makefile Sat Nov 30 09:39:47 2013 (r335272) @@ -1517,6 +1517,7 @@ SUBDIR += py-django-reversion SUBDIR += py-django-sekizai SUBDIR += py-django-signals-ahoy + SUBDIR += py-django-simple-captcha SUBDIR += py-django-storages SUBDIR += py-django-tables2 SUBDIR += py-django-tagging Added: head/www/py-django-simple-captcha/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-simple-captcha/Makefile Sat Nov 30 09:39:47 2013 (r335272) @@ -0,0 +1,23 @@ +# Created by: John Hixson +# $FreeBSD$ + +PORTNAME= django-simple-captcha +PORTVERSION= 0.4.0 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= john@ixsystems.com +COMMENT= Simple, yet powerful, Django captcha application + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.3:${PORTSDIR}/www/py-django \ + ${PYTHON_PKGNAMEPREFIX}pillow>=2.0.0:${PORTSDIR}/graphics/py-pillow \ + ${PYTHON_PKGNAMEPREFIX}six>=1.2.0:${PORTSDIR}/devel/py-six + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install +PYDISTUTILS_PKGNAME= ${PORTNAME:S/-/_/g} + +.include Added: head/www/py-django-simple-captcha/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-simple-captcha/distinfo Sat Nov 30 09:39:47 2013 (r335272) @@ -0,0 +1,2 @@ +SHA256 (django-simple-captcha-0.4.0.tar.gz) = 9a09294da01e9c3205f08604fc25fd54423b31b1b3c882427605d22e8d6ee291 +SIZE (django-simple-captcha-0.4.0.tar.gz) = 60285 Added: head/www/py-django-simple-captcha/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-simple-captcha/pkg-descr Sat Nov 30 09:39:47 2013 (r335272) @@ -0,0 +1,4 @@ +Django Simple Captcha is an extremely simple, yet highly customizable Django +application to add captcha images to any Django form. + +WWW: https://pypi.python.org/pypi/django-simple-captcha Added: head/www/py-django-simple-captcha/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-simple-captcha/pkg-plist Sat Nov 30 09:39:47 2013 (r335272) @@ -0,0 +1,109 @@ +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/conf/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/conf/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/conf/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/conf/settings.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/conf/settings.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/conf/settings.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/fields.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/fields.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/fields.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/fonts/COPYRIGHT.TXT +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/fonts/README.TXT +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/fonts/Vera.ttf +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/helpers.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/helpers.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/helpers.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/cs/LC_MESSAGES/django.mo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/cs/LC_MESSAGES/django.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/de/LC_MESSAGES/django.mo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/de/LC_MESSAGES/django.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/fr/LC_MESSAGES/django.mo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/fr/LC_MESSAGES/django.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/it/LC_MESSAGES/django.mo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/it/LC_MESSAGES/django.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/nl/LC_MESSAGES/django.mo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/nl/LC_MESSAGES/django.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/pl/LC_MESSAGES/django.mo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/pl/LC_MESSAGES/django.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/pt_BR/LC_MESSAGES/django.mo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/pt_BR/LC_MESSAGES/django.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/ru/LC_MESSAGES/django.mo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/ru/LC_MESSAGES/django.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/tr/LC_MESSAGES/django.mo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/tr/LC_MESSAGES/django.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/zh_CN/LC_MESSAGES/django.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/management/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/management/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/management/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/management/commands/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/management/commands/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/management/commands/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/management/commands/captcha_clean.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/management/commands/captcha_clean.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/management/commands/captcha_clean.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/migrations/0001_initial.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/migrations/0001_initial.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/migrations/0001_initial.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/migrations/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/migrations/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/migrations/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/models.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/models.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/models.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/tests/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/tests/tests.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/tests/tests.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/tests/tests.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/tests/urls.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/tests/urls.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/tests/urls.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/tests/views.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/tests/views.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/tests/views.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/urls.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/urls.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/urls.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/views.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/views.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/views.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/tests +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/migrations +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/management/commands +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/management +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/zh_CN/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/zh_CN +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/tr/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/tr +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/ru/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/ru +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/pt_BR/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/pt_BR +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/pl/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/pl +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/nl/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/nl +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/it/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/it +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/fr/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/fr +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/de/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/de +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/cs/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale/cs +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/locale +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/fonts +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha/conf +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/captcha +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 09:42:46 2013 Return-Path: Delivered-To: svn-ports-head@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 2B11061F; Sat, 30 Nov 2013 09:42:46 +0000 (UTC) Received: from mail-ob0-x22e.google.com (mail-ob0-x22e.google.com [IPv6:2607:f8b0:4003:c01::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF89D1642; Sat, 30 Nov 2013 09:42:45 +0000 (UTC) Received: by mail-ob0-f174.google.com with SMTP id wn1so10762105obc.5 for ; Sat, 30 Nov 2013 01:42:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=eustMIRrFM1B1ftpgehBjCQOd+PbDhklNoXbh/2BBkQ=; b=QsPswDTgd+Mtl84UVEmhlvsUESyckokfkpkQvAD/lakmJSb4bmclAATNguPmqePwwV Odq6XqZ8kM4ioURr0p0OPJTN6M233C5SHNYh92FZsRlTEGCswru9bV85OCP+UnYh8Qoy RNERhzzBtfwCycgVlxjP9HNXEVT0j6QmQBhxkcl5YhP4HpnSQRKDueEuLgoURdYvCSD4 ugggSEojnciMlEmf6cxeWCzT4ubbF0V9DQ4tAJMJ9HBDR27xRKdyRWORkpqFOMRyXK3q a/q7O7KelMitq7MbfBhCQVOGwj0vj1WQYALLpJZBiCh3lVqrde31EPhmZjzPEsz2MT8N Ad8g== MIME-Version: 1.0 X-Received: by 10.60.83.136 with SMTP id q8mr46321948oey.24.1385804565059; Sat, 30 Nov 2013 01:42:45 -0800 (PST) Sender: andrej.zverev@gmail.com Received: by 10.182.230.131 with HTTP; Sat, 30 Nov 2013 01:42:44 -0800 (PST) In-Reply-To: <201311300819.rAU8JkpT047068@svn.freebsd.org> References: <201311300819.rAU8JkpT047068@svn.freebsd.org> Date: Sat, 30 Nov 2013 13:42:44 +0400 X-Google-Sender-Auth: aQEERpR-SYPujvIXmY8_epaqQe8 Message-ID: Subject: Re: svn commit: r335267 - in head/devel: . p5-Types-Path-Tiny From: Andrej Zverev To: Sunpoet Po-Chuan Hsieh Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 30 Nov 2013 09:42:46 -0000 On Sat, Nov 30, 2013 at 12:19 PM, Sunpoet Po-Chuan Hsieh wrote: > > Author: sunpoet > Date: Sat Nov 30 08:19:46 2013 > New Revision: 335267 > URL: http://svnweb.freebsd.org/changeset/ports/335267 > > Log: > - Add p5-Types-Path-Tiny 0.005 > > > Added: head/devel/p5-Types-Path-Tiny/pkg-plist > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/devel/p5-Types-Path-Tiny/pkg-plist Sat Nov 30 08:19:46 2013 (r335267) > @@ -0,0 +1 @@ > +@comment $FreeBSD$ Something wrong inside pkg-plist. From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 09:57:23 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 ESMTPS id C900E8E2; Sat, 30 Nov 2013 09:57: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 B604116B5; Sat, 30 Nov 2013 09:57:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU9vNPh081181; Sat, 30 Nov 2013 09:57:23 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU9vNaL081179; Sat, 30 Nov 2013 09:57:23 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311300957.rAU9vNaL081179@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 09:57:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335273 - head/www/py-qpy 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.16 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, 30 Nov 2013 09:57:23 -0000 Author: sunpoet Date: Sat Nov 30 09:57:23 2013 New Revision: 335273 URL: http://svnweb.freebsd.org/changeset/ports/335273 Log: - Use PYDISTUTILS_AUTOPLIST - Use PORTDOCS - Simplify Makefile Deleted: head/www/py-qpy/pkg-plist Modified: head/www/py-qpy/Makefile Modified: head/www/py-qpy/Makefile ============================================================================== --- head/www/py-qpy/Makefile Sat Nov 30 09:39:47 2013 (r335272) +++ head/www/py-qpy/Makefile Sat Nov 30 09:57:23 2013 (r335273) @@ -15,15 +15,14 @@ OPTIONS_DEFINE= DOCS OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options MAKE_ENV= USE_DISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes USE_PYDISTUTILS=yes USE_PYTHON= -2.7 -.include +PORTDOCS= CHANGES.txt LICENSE.txt README.txt post-install: -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} CHANGES.txt LICENSE.txt README.txt ${STAGEDIR}${DOCSDIR}/ -.endif + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .include From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 09:58:09 2013 Return-Path: Delivered-To: svn-ports-head@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 F3E179CB; Sat, 30 Nov 2013 09:58:08 +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 E0F5816B8; Sat, 30 Nov 2013 09:58:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU9w8c5081343; Sat, 30 Nov 2013 09:58:08 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU9w86K081340; Sat, 30 Nov 2013 09:58:08 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201311300958.rAU9w86K081340@svn.freebsd.org> From: Pawel Pekala Date: Sat, 30 Nov 2013 09:58:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335274 - head/x11-toolkits/c++-gtk-utils 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.16 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, 30 Nov 2013 09:58:09 -0000 Author: pawel Date: Sat Nov 30 09:58:08 2013 New Revision: 335274 URL: http://svnweb.freebsd.org/changeset/ports/335274 Log: Update to version 2.2.4 Modified: head/x11-toolkits/c++-gtk-utils/Makefile head/x11-toolkits/c++-gtk-utils/distinfo Modified: head/x11-toolkits/c++-gtk-utils/Makefile ============================================================================== --- head/x11-toolkits/c++-gtk-utils/Makefile Sat Nov 30 09:57:23 2013 (r335273) +++ head/x11-toolkits/c++-gtk-utils/Makefile Sat Nov 30 09:58:08 2013 (r335274) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= c++-gtk-utils -PORTVERSION= 2.2.3 -PORTREVISION= 1 +PORTVERSION= 2.2.4 CATEGORIES= x11-toolkits MASTER_SITES= SF/cxx-gtk-utils/cxx-gtk-utils/${PORTVERSION}/ DISTNAME= c%2B%2B-gtk-utils-${PORTVERSION} Modified: head/x11-toolkits/c++-gtk-utils/distinfo ============================================================================== --- head/x11-toolkits/c++-gtk-utils/distinfo Sat Nov 30 09:57:23 2013 (r335273) +++ head/x11-toolkits/c++-gtk-utils/distinfo Sat Nov 30 09:58:08 2013 (r335274) @@ -1,2 +1,2 @@ -SHA256 (c%2B%2B-gtk-utils-2.2.3.tar.gz) = 1cc3b6f9a736e8d8597569e36e390b05a7af0d47de9163cbbd2d1d810ee52bfd -SIZE (c%2B%2B-gtk-utils-2.2.3.tar.gz) = 2482659 +SHA256 (c%2B%2B-gtk-utils-2.2.4.tar.gz) = 9ae102696ff259936fe0a295e3eb6f7bec2779d4368eacf181b37fa919358dc9 +SIZE (c%2B%2B-gtk-utils-2.2.4.tar.gz) = 2487225 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 09:58:37 2013 Return-Path: Delivered-To: svn-ports-head@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 5F058AA9; Sat, 30 Nov 2013 09:58:37 +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 4C07E16BC; Sat, 30 Nov 2013 09:58:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU9wbn2081451; Sat, 30 Nov 2013 09:58:37 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAU9wbQ6081450; Sat, 30 Nov 2013 09:58:37 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311300958.rAU9wbQ6081450@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 09:58:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335275 - head/benchmarks/iperf 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.16 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, 30 Nov 2013 09:58:37 -0000 Author: sunpoet Date: Sat Nov 30 09:58:36 2013 New Revision: 335275 URL: http://svnweb.freebsd.org/changeset/ports/335275 Log: - Simplify Makefile Modified: head/benchmarks/iperf/Makefile Modified: head/benchmarks/iperf/Makefile ============================================================================== --- head/benchmarks/iperf/Makefile Sat Nov 30 09:58:08 2013 (r335274) +++ head/benchmarks/iperf/Makefile Sat Nov 30 09:58:36 2013 (r335275) @@ -25,12 +25,8 @@ IPV6_CONFIGURE_ENABLE= ipv6 THREADS_CONFIGURE_ENABLE= threads THREADS_LDFLAGS= -pthread -.include - post-install: -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} README doc/*.gif doc/*.html ${STAGEDIR}${DOCSDIR}/ -.endif .include From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 10:05:55 2013 Return-Path: Delivered-To: svn-ports-head@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 446D5C76; Sat, 30 Nov 2013 10:05:55 +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 0D3601719; Sat, 30 Nov 2013 10:05:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUA5sEH084763; Sat, 30 Nov 2013 10:05:54 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUA5sUn084761; Sat, 30 Nov 2013 10:05:54 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301005.rAUA5sUn084761@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 10:05:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335276 - head/www/py-qp 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.16 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, 30 Nov 2013 10:05:55 -0000 Author: sunpoet Date: Sat Nov 30 10:05:54 2013 New Revision: 335276 URL: http://svnweb.freebsd.org/changeset/ports/335276 Log: - Use PORTDOCS and PORTEXAMPLES - Simplify Makefile Modified: head/www/py-qp/Makefile head/www/py-qp/pkg-plist (contents, props changed) Modified: head/www/py-qp/Makefile ============================================================================== --- head/www/py-qp/Makefile Sat Nov 30 09:58:36 2013 (r335275) +++ head/www/py-qp/Makefile Sat Nov 30 10:05:54 2013 (r335276) @@ -24,15 +24,12 @@ USE_PYTHON= -2.7 SUB_FILES= pkg-message -.include +PORTDOCS= CHANGES.txt LICENSE.txt README.txt +PORTEXAMPLES= * post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${STAGEDIR}${DOCSDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} CHANGES.txt LICENSE.txt README.txt ${STAGEDIR}${DOCSDIR}/ -.endif -.if ${PORT_OPTIONS:MEXAMPLES} + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${STAGEDIR}${EXAMPLESDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${PYTHON_CMD} ${PYSETUP} install_demo_sites ${STAGEDIR}${EXAMPLESDIR}/ -.endif .include Modified: head/www/py-qp/pkg-plist ============================================================================== --- head/www/py-qp/pkg-plist Sat Nov 30 09:58:36 2013 (r335275) +++ head/www/py-qp/pkg-plist Sat Nov 30 10:05:54 2013 (r335276) @@ -114,31 +114,3 @@ bin/qpcensus.py @dirrm %%PYTHON_SITELIBDIR%%/qp/fill @dirrm %%PYTHON_SITELIBDIR%%/qp/sites @dirrm %%PYTHON_SITELIBDIR%%/qp -%%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt -%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt -%%PORTDOCS%%%%DOCSDIR%%/README.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo/slash.qpy -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/echo/var/here.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello/slash.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hello/var/here.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/forms.qpy -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/qwiki.qpy -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/slash.qpy -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/static/all.css -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/static/favicon.ico -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/static/favicon.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/static/proto.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/proto/var/here.txt -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/echo/var -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/echo -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/hello/var -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/hello -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/proto/static -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/proto/var -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/proto -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 10:07:08 2013 Return-Path: Delivered-To: svn-ports-head@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 49C71D62; Sat, 30 Nov 2013 10:07:08 +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 35B211723; Sat, 30 Nov 2013 10:07:08 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUA78Yj085025; Sat, 30 Nov 2013 10:07:08 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUA777D085023; Sat, 30 Nov 2013 10:07:07 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301007.rAUA777D085023@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 10:07:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335277 - head/ftp/curl 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.16 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, 30 Nov 2013 10:07:08 -0000 Author: sunpoet Date: Sat Nov 30 10:07:07 2013 New Revision: 335277 URL: http://svnweb.freebsd.org/changeset/ports/335277 Log: - Use PORTDOCS and PORTEXAMPLES - Simplify Makefile Modified: head/ftp/curl/Makefile head/ftp/curl/pkg-plist Modified: head/ftp/curl/Makefile ============================================================================== --- head/ftp/curl/Makefile Sat Nov 30 10:05:54 2013 (r335276) +++ head/ftp/curl/Makefile Sat Nov 30 10:07:07 2013 (r335277) @@ -38,6 +38,9 @@ USE_PERL5= build USE_XZ= yes USES= pathfix perl5 +PORTDOCS= * +PORTEXAMPLES= * + .if !defined(BUILDING_HIPHOP) USE_LDCONFIG= yes @@ -147,16 +150,12 @@ post-patch: post-install: .if !defined(BUILDING_HIPHOP) ${INSTALL_DATA} ${WRKSRC}/docs/libcurl/libcurl.m4 ${STAGEDIR}${PREFIX}/share/aclocal/ -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${STAGEDIR}${DOCSDIR}/libcurl/ cd ${WRKSRC}/docs/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/docs/libcurl/ && ${INSTALL_DATA} ABI *.html *.pdf *.m4 ${STAGEDIR}${DOCSDIR}/libcurl/ -.endif -.if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ cd ${WRKSRC}/docs/examples/ && ${INSTALL_DATA} README Makefile.example makefile* *.c *.cpp ${STAGEDIR}${EXAMPLESDIR}/ .endif -.endif # Setting LC_ALL=C is a kludge; maybe curl/libcurl shouldn't actually use # the user's locale when dates are sent to the server. Modified: head/ftp/curl/pkg-plist ============================================================================== --- head/ftp/curl/pkg-plist Sat Nov 30 10:05:54 2013 (r335276) +++ head/ftp/curl/pkg-plist Sat Nov 30 10:07:07 2013 (r335277) @@ -10,7 +10,6 @@ include/curl/multi.h include/curl/stdcheaders.h include/curl/typecheck-gcc.h share/aclocal/libcurl.m4 -@dirrm include/curl lib/libcurl.a lib/libcurl.la lib/libcurl.so @@ -72,212 +71,4 @@ man/man3/libcurl-multi.3.gz man/man3/libcurl-share.3.gz man/man3/libcurl-tutorial.3.gz man/man3/libcurl.3.gz -%%PORTDOCS%%%%DOCSDIR%%/BINDINGS -%%PORTDOCS%%%%DOCSDIR%%/BUGS -%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTE -%%PORTDOCS%%%%DOCSDIR%%/DISTRO-DILEMMA -%%PORTDOCS%%%%DOCSDIR%%/FAQ -%%PORTDOCS%%%%DOCSDIR%%/FEATURES -%%PORTDOCS%%%%DOCSDIR%%/HISTORY -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/INSTALL.devcpp -%%PORTDOCS%%%%DOCSDIR%%/INTERNALS -%%PORTDOCS%%%%DOCSDIR%%/KNOWN_BUGS -%%PORTDOCS%%%%DOCSDIR%%/LICENSE-MIXING -%%PORTDOCS%%%%DOCSDIR%%/MANUAL -%%PORTDOCS%%%%DOCSDIR%%/README.netware -%%PORTDOCS%%%%DOCSDIR%%/README.win32 -%%PORTDOCS%%%%DOCSDIR%%/RESOURCES -%%PORTDOCS%%%%DOCSDIR%%/SSLCERTS -%%PORTDOCS%%%%DOCSDIR%%/THANKS -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/TheArtOfHttpScripting -%%PORTDOCS%%%%DOCSDIR%%/VERSIONS -%%PORTDOCS%%%%DOCSDIR%%/curl-config.html -%%PORTDOCS%%%%DOCSDIR%%/curl-config.pdf -%%PORTDOCS%%%%DOCSDIR%%/curl.html -%%PORTDOCS%%%%DOCSDIR%%/curl.pdf -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/ABI -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_cleanup.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_cleanup.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_duphandle.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_duphandle.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_escape.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_escape.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_getinfo.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_getinfo.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_init.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_init.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_pause.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_pause.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_perform.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_perform.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_recv.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_recv.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_reset.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_reset.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_send.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_send.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_setopt.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_setopt.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_strerror.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_strerror.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_unescape.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_easy_unescape.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_escape.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_escape.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_formadd.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_formadd.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_formfree.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_formfree.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_formget.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_formget.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_free.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_free.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_getdate.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_getdate.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_getenv.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_getenv.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_global_cleanup.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_global_cleanup.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_global_init.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_global_init.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_global_init_mem.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_global_init_mem.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_mprintf.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_mprintf.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_add_handle.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_add_handle.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_assign.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_assign.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_cleanup.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_cleanup.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_fdset.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_fdset.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_info_read.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_info_read.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_init.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_init.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_perform.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_perform.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_remove_handle.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_remove_handle.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_setopt.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_setopt.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_socket.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_socket.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_socket_action.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_socket_action.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_strerror.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_strerror.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_timeout.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_timeout.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_wait.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_multi_wait.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_share_cleanup.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_share_cleanup.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_share_init.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_share_init.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_share_setopt.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_share_setopt.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_share_strerror.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_share_strerror.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_slist_append.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_slist_append.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_slist_free_all.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_slist_free_all.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_strequal.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_strequal.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_unescape.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_unescape.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_version.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_version.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_version_info.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/curl_version_info.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/index.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/libcurl-easy.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/libcurl-easy.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/libcurl-errors.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/libcurl-errors.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/libcurl-multi.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/libcurl-multi.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/libcurl-share.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/libcurl-share.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/libcurl-tutorial.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/libcurl-tutorial.pdf -%%PORTDOCS%%%%DOCSDIR%%/libcurl/libcurl.html -%%PORTDOCS%%%%DOCSDIR%%/libcurl/libcurl.m4 -%%PORTDOCS%%%%DOCSDIR%%/libcurl/libcurl.pdf -%%PORTDOCS%%@dirrm %%DOCSDIR%%/libcurl -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/10-at-a-time.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.example -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/anyauthput.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/asiohiper.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cacertinmem.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/certinfo.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/chkspeed.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cookie_interface.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curlgtk.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curlx.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/debug.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/evhiperfifo.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/externalsocket.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fileupload.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fopen.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftp-wildcard.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftpget.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftpgetinfo.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftpgetresp.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftpsget.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftpupload.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ftpuploadresume.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getinfo.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getinmemory.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ghiper.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hiperfifo.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/href_extractor.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htmltidy.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/htmltitle.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/http-post.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/httpcustomheader.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/httpput.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/https.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/imap.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/makefile.dj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multi-app.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multi-debugcallback.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multi-double.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multi-post.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multi-single.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multi-uv.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/multithread.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/opensslthreadlock.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/persistant.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pop3s.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pop3slist.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/post-callback.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/postinmemory.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/postit2.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/progressfunc.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/resolve.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rtsp.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sampleconv.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sepheaders.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sendrecv.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/sftpget.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simple.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplepost.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplesmtp.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simplessl.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smooth-gtk-thread.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smtp-multi.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/smtp-tls.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/synctime.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/threaded-ssl.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/url2file.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/usercertinmem.c -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmlstream.c -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +@dirrm include/curl From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 10:17:02 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 ESMTPS id 9C026F29; Sat, 30 Nov 2013 10:17:02 +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 8879B177C; Sat, 30 Nov 2013 10:17:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUAH2aM088623; Sat, 30 Nov 2013 10:17:02 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUAH2bA088622; Sat, 30 Nov 2013 10:17:02 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301017.rAUAH2bA088622@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 10:17:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335278 - head/devel/p5-Types-Path-Tiny 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.16 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, 30 Nov 2013 10:17:02 -0000 Author: sunpoet Date: Sat Nov 30 10:17:01 2013 New Revision: 335278 URL: http://svnweb.freebsd.org/changeset/ports/335278 Log: - Fix PLIST Notified by: az Modified: head/devel/p5-Types-Path-Tiny/pkg-plist (contents, props changed) Modified: head/devel/p5-Types-Path-Tiny/pkg-plist ============================================================================== --- head/devel/p5-Types-Path-Tiny/pkg-plist Sat Nov 30 10:07:07 2013 (r335277) +++ head/devel/p5-Types-Path-Tiny/pkg-plist Sat Nov 30 10:17:01 2013 (r335278) @@ -1 +1,8 @@ -@comment $FreeBSD$ +%%SITE_PERL%%/Types/Path/Tiny.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Types/Path/Tiny/.packlist +%%PERL5_MAN3%%/Types::Path::Tiny.3.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Types/Path/Tiny +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Types/Path +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Types +@dirrmtry %%SITE_PERL%%/Types/Path +@dirrmtry %%SITE_PERL%%/Types From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 10:18:37 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 ESMTPS id 113C973 for ; Sat, 30 Nov 2013 10:18:37 +0000 (UTC) Received: from mail-la0-f51.google.com (mail-la0-f51.google.com [209.85.215.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 891EF1783 for ; Sat, 30 Nov 2013 10:18:36 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id ec20so7420249lab.10 for ; Sat, 30 Nov 2013 02:18:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=v3Bvrov0LR3k1CH1efQQf2EwKvia4shWdC6q/WA/uXo=; b=X2rerHgGDOUqVK9ZKQFAXKjgM42N3NJCsrdtgR4GkdIKV/ztWiS+1S5rQAvs5g5A5Z Kz1Xh5Yl6aMirYpiu8P58b7L3Bm7vdoSWcMfs+iEBJ1/5GWMYJ9Zx8+TFZB4gWIUmu5Q Pbo2EkcSJsO/86VkdMGDeCQ6QWAh7z7ThzSgIN6aUWhFHEAAMZ/8kdfJDxv2HD02Jxld oZ+DHpZH5mYpG7wpng335iiSaKnJUbmnhLb7tUK9Ge6tLGGjEv7puWWv3Y7SfCeKVd7A EeBGsM2WQWTMhrdadlGqztSmYP2UWQJjLSkq+cIIGpQCY4OKMQoU8jycNxX7dQFt6rlo y13w== X-Gm-Message-State: ALoCoQk0+GoCuoNBZbGBHLKJAvkt/o7eS6VHT/fJPqfRMnPpo5DCFJTq/jAN7wHi+KrNCMa10UN9 X-Received: by 10.112.136.99 with SMTP id pz3mr6739874lbb.3.1385806709246; Sat, 30 Nov 2013 02:18:29 -0800 (PST) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.31.131 with HTTP; Sat, 30 Nov 2013 02:18:09 -0800 (PST) In-Reply-To: References: <201311300819.rAU8JkpT047068@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 18:18:09 +0800 X-Google-Sender-Auth: yuiL0ir53L_yBcxWU-RFQU8gugc Message-ID: Subject: Re: svn commit: r335267 - in head/devel: . p5-Types-Path-Tiny To: Andrej Zverev Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 30 Nov 2013 10:18:37 -0000 On Sat, Nov 30, 2013 at 5:42 PM, Andrej Zverev wrote: > On Sat, Nov 30, 2013 at 12:19 PM, Sunpoet Po-Chuan Hsieh > wrote: > > > > Author: sunpoet > > Date: Sat Nov 30 08:19:46 2013 > > New Revision: 335267 > > URL: http://svnweb.freebsd.org/changeset/ports/335267 > > > > Log: > > - Add p5-Types-Path-Tiny 0.005 > > > > > > > Added: head/devel/p5-Types-Path-Tiny/pkg-plist > > > ============================================================================== > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/devel/p5-Types-Path-Tiny/pkg-plist Sat Nov 30 08:19:46 2013 > (r335267) > > @@ -0,0 +1 @@ > > +@comment $FreeBSD$ > > Something wrong inside pkg-plist. > Fixed. Thanks! Regards, sunpoet From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 10:29:03 2013 Return-Path: Delivered-To: svn-ports-head@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 7E5A0247; Sat, 30 Nov 2013 10:29:03 +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 695C017F5; Sat, 30 Nov 2013 10:29:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUAT3LT092190; Sat, 30 Nov 2013 10:29:03 GMT (envelope-from osa@svn.freebsd.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUAT1HZ092180; Sat, 30 Nov 2013 10:29:01 GMT (envelope-from osa@svn.freebsd.org) Message-Id: <201311301029.rAUAT1HZ092180@svn.freebsd.org> From: "Sergey A. Osokin" Date: Sat, 30 Nov 2013 10:29:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335279 - in head/www: nginx nginx-devel nginx-devel/files nginx/files rubygem-passenger 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.16 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, 30 Nov 2013 10:29:03 -0000 Author: osa Date: Sat Nov 30 10:29:01 2013 New Revision: 335279 URL: http://svnweb.freebsd.org/changeset/ports/335279 Log: Update from 4.0.25 to 4.0.26: o) www/rubygem-passenger; o) third-party modules for www/nginx and www/nginx-devel. * Introduced the `PassengerBufferUpload` option for Apache. This option allows one to disable upload buffering, e.g. in order to be able to track upload progress. * [Nginx] The `HTTPS` variable is now set correctly for HTTPS connections, even without setting `ssl on`. Fixes issue #401. * [Standalone] It is now possible to listen on both a normal HTTP and an HTTPS port. * [Enterprise] The `passenger-status` tool now displays rolling restart status. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb head/www/nginx/Makefile head/www/nginx/distinfo head/www/nginx/files/extra-patch-passenger-build-nginx.rb head/www/rubygem-passenger/Makefile head/www/rubygem-passenger/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Sat Nov 30 10:17:01 2013 (r335278) +++ head/www/nginx-devel/Makefile Sat Nov 30 10:29:01 2013 (r335279) @@ -652,7 +652,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 4.0.25 +PASSENGER_VERSION= 4.0.26 MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Sat Nov 30 10:17:01 2013 (r335278) +++ head/www/nginx-devel/distinfo Sat Nov 30 10:29:01 2013 (r335279) @@ -72,8 +72,8 @@ SHA256 (modsecurity-apache_2.7.5.tar.gz) SIZE (modsecurity-apache_2.7.5.tar.gz) = 1045387 SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef SIZE (naxsi-core-0.50.tgz) = 49809 -SHA256 (passenger-4.0.25.tar.gz) = 378e683672a15a0b91cf87a0fd9b61ac5813a3ae66df0da1bb9cebb9743b4262 -SIZE (passenger-4.0.25.tar.gz) = 4141522 +SHA256 (passenger-4.0.26.tar.gz) = d585c5a9086f598bc464128a72ab842ac063ae10dfb0437f6839eae24f5b3669 +SIZE (passenger-4.0.26.tar.gz) = 4144837 SHA256 (ngx_postgres-0.9.tar.gz) = aac0141e73b5c440927b7e040072f120b36e49deb2ff36ad00ff96a80622fbec SIZE (ngx_postgres-0.9.tar.gz) = 41022 SHA256 (agentzh-rds-csv-nginx-module-v0.05rc2-0-gc15d3a4.tar.gz) = 5b135136b646c2647de2d89007bafd1136b06f20379555f8ebbc903b55000023 Modified: head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb ============================================================================== --- head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Sat Nov 30 10:17:01 2013 (r335278) +++ head/www/nginx-devel/files/extra-patch-passenger-build-nginx.rb Sat Nov 30 10:29:01 2013 (r335279) @@ -1,5 +1,5 @@ ---- ../passenger-4.0.25/build/nginx.rb.orig 2013-10-12 11:05:08.000000000 +0400 -+++ ../passenger-4.0.25/build/nginx.rb 2013-10-12 11:06:18.000000000 +0400 +--- ../passenger-4.0.26/build/nginx.rb.orig 2013-10-12 11:05:08.000000000 +0400 ++++ ../passenger-4.0.26/build/nginx.rb 2013-10-12 11:06:18.000000000 +0400 @@ -32,16 +32,12 @@ desc "Build Nginx support files" task :nginx => [ Modified: head/www/nginx/Makefile ============================================================================== --- head/www/nginx/Makefile Sat Nov 30 10:17:01 2013 (r335278) +++ head/www/nginx/Makefile Sat Nov 30 10:29:01 2013 (r335279) @@ -653,7 +653,7 @@ CONFIGURE_ARGS+=--without-http_rewrite_m .endif .if ${PORT_OPTIONS:MPASSENGER} -PASSENGER_VERSION= 4.0.25 +PASSENGER_VERSION= 4.0.26 MASTER_SITES+= http://s3.amazonaws.com/phusion-passenger/releases/:passenger DISTFILES+= passenger-${PASSENGER_VERSION}.tar.gz:passenger CONFIGURE_ARGS+=--add-module=${WRKDIR}/passenger-${PASSENGER_VERSION}/ext/nginx Modified: head/www/nginx/distinfo ============================================================================== --- head/www/nginx/distinfo Sat Nov 30 10:17:01 2013 (r335278) +++ head/www/nginx/distinfo Sat Nov 30 10:29:01 2013 (r335279) @@ -74,8 +74,8 @@ SHA256 (modsecurity-apache_2.7.5.tar.gz) SIZE (modsecurity-apache_2.7.5.tar.gz) = 1045387 SHA256 (naxsi-core-0.50.tgz) = 7cece5f9d9c5df9e09af1e1023bc8e04bbbbe953e67461b893b8240e82ca52ef SIZE (naxsi-core-0.50.tgz) = 49809 -SHA256 (passenger-4.0.25.tar.gz) = 378e683672a15a0b91cf87a0fd9b61ac5813a3ae66df0da1bb9cebb9743b4262 -SIZE (passenger-4.0.25.tar.gz) = 4141522 +SHA256 (passenger-4.0.26.tar.gz) = d585c5a9086f598bc464128a72ab842ac063ae10dfb0437f6839eae24f5b3669 +SIZE (passenger-4.0.26.tar.gz) = 4144837 SHA256 (ngx_postgres-0.9.tar.gz) = aac0141e73b5c440927b7e040072f120b36e49deb2ff36ad00ff96a80622fbec SIZE (ngx_postgres-0.9.tar.gz) = 41022 SHA256 (agentzh-rds-csv-nginx-module-v0.05rc2-0-gc15d3a4.tar.gz) = 5b135136b646c2647de2d89007bafd1136b06f20379555f8ebbc903b55000023 Modified: head/www/nginx/files/extra-patch-passenger-build-nginx.rb ============================================================================== --- head/www/nginx/files/extra-patch-passenger-build-nginx.rb Sat Nov 30 10:17:01 2013 (r335278) +++ head/www/nginx/files/extra-patch-passenger-build-nginx.rb Sat Nov 30 10:29:01 2013 (r335279) @@ -1,5 +1,5 @@ ---- ../passenger-4.0.25/build/nginx.rb.orig 2013-10-12 11:05:08.000000000 +0400 -+++ ../passenger-4.0.25/build/nginx.rb 2013-10-12 11:06:18.000000000 +0400 +--- ../passenger-4.0.26/build/nginx.rb.orig 2013-10-12 11:05:08.000000000 +0400 ++++ ../passenger-4.0.26/build/nginx.rb 2013-10-12 11:06:18.000000000 +0400 @@ -32,16 +32,12 @@ desc "Build Nginx support files" task :nginx => [ Modified: head/www/rubygem-passenger/Makefile ============================================================================== --- head/www/rubygem-passenger/Makefile Sat Nov 30 10:17:01 2013 (r335278) +++ head/www/rubygem-passenger/Makefile Sat Nov 30 10:29:01 2013 (r335279) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= passenger -PORTVERSION= 4.0.25 +PORTVERSION= 4.0.26 CATEGORIES= www rubygems MASTER_SITES= RG PKGNAMEPREFIX= rubygem- Modified: head/www/rubygem-passenger/distinfo ============================================================================== --- head/www/rubygem-passenger/distinfo Sat Nov 30 10:17:01 2013 (r335278) +++ head/www/rubygem-passenger/distinfo Sat Nov 30 10:29:01 2013 (r335279) @@ -1,2 +1,2 @@ -SHA256 (rubygem/passenger-4.0.25.gem) = eda21638d1d80917bf03ccfdcc9bccf800e59cc6f883f8d51e3abc154751b13a -SIZE (rubygem/passenger-4.0.25.gem) = 4187648 +SHA256 (rubygem/passenger-4.0.26.gem) = b667f6b28205f685d3beb2e91644f46615ff84d8eb088b3ef8f9935cc6c9dbad +SIZE (rubygem/passenger-4.0.26.gem) = 4190208 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 10:48:42 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 ESMTPS id 8F0315B2; Sat, 30 Nov 2013 10:48:42 +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 7B87E189A; Sat, 30 Nov 2013 10:48:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUAmgZ9098766; Sat, 30 Nov 2013 10:48:42 GMT (envelope-from mva@svn.freebsd.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUAmgen098763; Sat, 30 Nov 2013 10:48:42 GMT (envelope-from mva@svn.freebsd.org) Message-Id: <201311301048.rAUAmgen098763@svn.freebsd.org> From: Marcus von Appen Date: Sat, 30 Nov 2013 10:48:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335280 - head/lang/python32 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.16 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, 30 Nov 2013 10:48:42 -0000 Author: mva Date: Sat Nov 30 10:48:41 2013 New Revision: 335280 URL: http://svnweb.freebsd.org/changeset/ports/335280 Log: - Unbreak the build on 10.x and newer, which provides pipe2() This relates to http://bugs.python.org/issue12852 PR: ports/184140 Submitted by: Yuta Sato Modified: head/lang/python32/Makefile Modified: head/lang/python32/Makefile ============================================================================== --- head/lang/python32/Makefile Sat Nov 30 10:29:01 2013 (r335279) +++ head/lang/python32/Makefile Sat Nov 30 10:48:41 2013 (r335280) @@ -150,6 +150,10 @@ post-patch: 's/disabled_module_list =[^]]*/&, "nis"/' \ ${PATCH_WRKSRC}/setup.py .endif +# Fix for http://bugs.python.org/issue12852 (especially on 10.x+); +# not needed for python33+ + ${REINPLACE_CMD} -e 's|_XOPEN_SOURCE 600|_XOPEN_SOURCE 700|' \ + ${PATCH_WRKSRC}/configure post-configure: ${TAR} -C ${WRKSRC} -cf - . | ${TAR} -C ${SHARED_WRKSRC} -xf - From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 11:02:19 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 ESMTPS id 18A9CBD; Sat, 30 Nov 2013 11:02:19 +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 04EDD1B4D; Sat, 30 Nov 2013 11:02:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUB2I4U004894; Sat, 30 Nov 2013 11:02:18 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUB2I21004889; Sat, 30 Nov 2013 11:02:18 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201311301102.rAUB2I21004889@svn.freebsd.org> From: Rene Ladan Date: Sat, 30 Nov 2013 11:02:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335281 - in head: . audio audio/gnump3d 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.16 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, 30 Nov 2013 11:02:19 -0000 Author: rene Date: Sat Nov 30 11:02:18 2013 New Revision: 335281 URL: http://svnweb.freebsd.org/changeset/ports/335281 Log: Remove expired port: 2013-11-30 audio/gnump3d: Development has been abandoned upstream Deleted: head/audio/gnump3d/ Modified: head/MOVED head/audio/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Sat Nov 30 10:48:41 2013 (r335280) +++ head/MOVED Sat Nov 30 11:02:18 2013 (r335281) @@ -5271,3 +5271,4 @@ devel/py-distribute|devel/py-setuptools| devel/zmq-devel|net/libzmq3|2013-11-28|Rename according to upstream and move to more suitable category devel/czmq|net/czmq|2013-11-29|Move to a more suitable category and with other libzmq ports lang/ruby-reference||2013-11-29|Removed: does not contain up-to-date ruby reference, upstream has disappeared +audio/gnump3d||2013-11-30|Has expired: Development has been abandoned upstream Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sat Nov 30 10:48:41 2013 (r335280) +++ head/audio/Makefile Sat Nov 30 11:02:18 2013 (r335281) @@ -226,7 +226,6 @@ SUBDIR += gnomoradio SUBDIR += gnormalize SUBDIR += gnuitar - SUBDIR += gnump3d SUBDIR += gnupod SUBDIR += gnustep-cdplayer SUBDIR += gogglesmm From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 11:04:52 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 ESMTPS id 81B83200; Sat, 30 Nov 2013 11:04:52 +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 55B411B71; Sat, 30 Nov 2013 11:04:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUB4qUp005310; Sat, 30 Nov 2013 11:04:52 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUB4p8C005307; Sat, 30 Nov 2013 11:04:51 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311301104.rAUB4p8C005307@svn.freebsd.org> From: William Grzybowski Date: Sat, 30 Nov 2013 11:04:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335282 - head/math/tvmet 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.16 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, 30 Nov 2013 11:04:52 -0000 Author: wg Date: Sat Nov 30 11:04:51 2013 New Revision: 335282 URL: http://svnweb.freebsd.org/changeset/ports/335282 Log: math/tvmet: fix build with clang - Fix build with clang - Add LICENSE (LGPL21) - USES gmake - Allow staging PR: ports/184240 Submitted by: KATO Tsuguru Modified: head/math/tvmet/Makefile head/math/tvmet/pkg-plist (contents, props changed) Modified: head/math/tvmet/Makefile ============================================================================== --- head/math/tvmet/Makefile Sat Nov 30 11:02:18 2013 (r335281) +++ head/math/tvmet/Makefile Sat Nov 30 11:04:51 2013 (r335282) @@ -9,40 +9,43 @@ MASTER_SITES= SF/${PORTNAME}/Tar.Gz_Bz2% MAINTAINER= ports@FreeBSD.org COMMENT= Tiny Vector and Matrix template library +LICENSE= LGPL21 # (or later) + +OPTIONS_DEFINE= CPPUNIT DEBUG DOCS EXAMPLES + USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake USE_AUTOTOOLS= libtool -MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" +CONFIGURE_ARGS= --with-cxx=${CXX} -MAN1= tvmet-config.1 +.include -.if defined(WITH_CPPUNIT) -LIB_DEPENDS+= cppunit-1.10.2:${PORTSDIR}/devel/cppunit +.if ${PORT_OPTIONS:MCPPUNIT} +LIB_DEPENDS+= libcppunit-1.12.so:${PORTSDIR}/devel/cppunit CONFIGURE_ARGS+= --with-cppunit-prefix=${LOCALBASE} .else CONFIGURE_ENV+= ac_cv_path_CPPUNIT_CONFIG=no .endif -.if defined(WITH_DEBUG) +.if ${PORT_OPTIONS:MDEBUG} CXXFLAGS+= -DTVMET_DEBUG .else CXXFLAGS+= -DTVMET_OPTIMIZE .endif -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|= -O |= |g' ${WRKSRC}/doc/Makefile.in post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for ext in dox cc css h png - ${INSTALL_DATA} ${WRKSRC}/doc/*.${ext} ${DOCSDIR} + (cd ${WRKSRC}/doc && ${INSTALL_DATA} *.${ext} \ + ${STAGEDIR}${DOCSDIR}) .endfor - @${MKDIR} ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for ext in cc - ${INSTALL_DATA} ${WRKSRC}/examples/*.${ext} ${EXAMPLESDIR} + (cd ${WRKSRC}/examples && ${INSTALL_DATA} *.${ext} \ + ${STAGEDIR}${EXAMPLESDIR}) .endfor -.endif .include Modified: head/math/tvmet/pkg-plist ============================================================================== --- head/math/tvmet/pkg-plist Sat Nov 30 11:02:18 2013 (r335281) +++ head/math/tvmet/pkg-plist Sat Nov 30 11:04:51 2013 (r335282) @@ -1,5 +1,5 @@ -@comment $FreeBSD$ bin/tvmet-config +man/man1/tvmet-config.1.gz include/tvmet/AliasProxy.h include/tvmet/BinaryFunctionals.h include/tvmet/CommaInitializer.h From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 11:08:28 2013 Return-Path: Delivered-To: svn-ports-head@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 12EA032C; Sat, 30 Nov 2013 11:08:28 +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 D95A11BB8; Sat, 30 Nov 2013 11:08:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUB8Rq1005943; Sat, 30 Nov 2013 11:08:27 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUB8RVb005940; Sat, 30 Nov 2013 11:08:27 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311301108.rAUB8RVb005940@svn.freebsd.org> From: William Grzybowski Date: Sat, 30 Nov 2013 11:08:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335283 - in head/games/jfk: . 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.16 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, 30 Nov 2013 11:08:28 -0000 Author: wg Date: Sat Nov 30 11:08:26 2013 New Revision: 335283 URL: http://svnweb.freebsd.org/changeset/ports/335283 Log: games/jfk: fix build with clang PR: ports/184244 Submitted by: KATO Tsuguru Added: head/games/jfk/files/patch-src__client__objects_c.cc (contents, props changed) head/games/jfk/files/patch-src__lib__network.cc (contents, props changed) Modified: head/games/jfk/Makefile Modified: head/games/jfk/Makefile ============================================================================== --- head/games/jfk/Makefile Sat Nov 30 11:04:51 2013 (r335282) +++ head/games/jfk/Makefile Sat Nov 30 11:08:26 2013 (r335283) @@ -8,7 +8,6 @@ CATEGORIES= games MASTER_SITES= http://hop.at/jfk/ LICENSE= GPLv2 # (or later) -LICENSE_FILE= ${WRKSRC}/COPYING MAINTAINER= ports@FreeBSD.org COMMENT= Multiplayer 2D shoot'em up game Added: head/games/jfk/files/patch-src__client__objects_c.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/jfk/files/patch-src__client__objects_c.cc Sat Nov 30 11:08:26 2013 (r335283) @@ -0,0 +1,10 @@ +--- src/client/objects_c.cc.orig ++++ src/client/objects_c.cc +@@ -21,6 +21,7 @@ + */ + + #include ++#include + #include + #include "objects_c.h" + #include "level.h" Added: head/games/jfk/files/patch-src__lib__network.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/jfk/files/patch-src__lib__network.cc Sat Nov 30 11:08:26 2013 (r335283) @@ -0,0 +1,27 @@ +--- src/lib/network.cc.orig ++++ src/lib/network.cc +@@ -6,6 +6,7 @@ + #include + #include + #include ++#include + #include + #include + #include +@@ -289,7 +290,7 @@ + + set_socket_nonblocking(listenfd); + +- sa = (sockaddr*)std::malloc(MAXSOCKADDR); ++ sa = (sockaddr*)malloc(MAXSOCKADDR); + if (sa == NULL) + throw std::bad_alloc(); + } +@@ -370,7 +371,7 @@ + const size_t MIN_POLLFD = 10; + /* allocate more memory for the pollfd array */ + fd_alloc = std::max(MIN_POLLFD, 3 * fd_alloc / 2); +- pollfd* tmp = (pollfd*)std::realloc(fds, fd_alloc * sizeof *fds); ++ pollfd* tmp = (pollfd*)realloc(fds, fd_alloc * sizeof *fds); + if (tmp == NULL) + throw std::bad_alloc(); From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 11:10:19 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 ESMTPS id 0AAAD49F; Sat, 30 Nov 2013 11:10:19 +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 E0FD51BE6; Sat, 30 Nov 2013 11:10:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUBAI5p006786; Sat, 30 Nov 2013 11:10:18 GMT (envelope-from blackend@svn.freebsd.org) Received: (from blackend@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUBAHGx006776; Sat, 30 Nov 2013 11:10:17 GMT (envelope-from blackend@svn.freebsd.org) Message-Id: <201311301110.rAUBAHGx006776@svn.freebsd.org> From: Marc Fonvieille Date: Sat, 30 Nov 2013 11:10:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335284 - in head/misc: freebsd-doc-all freebsd-doc-en freebsd-doc-it freebsd-doc-mn freebsd-doc-pl 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.16 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, 30 Nov 2013 11:10:19 -0000 Author: blackend (doc committer) Date: Sat Nov 30 11:10:17 2013 New Revision: 335284 URL: http://svnweb.freebsd.org/changeset/ports/335284 Log: Update to r43251 of the FreeBSD docset (this will be the 10.0-R version of the docset). Approved by: doceng (implicit) Modified: head/misc/freebsd-doc-all/Makefile head/misc/freebsd-doc-en/Makefile head/misc/freebsd-doc-en/distinfo head/misc/freebsd-doc-en/pkg-plist.html-split head/misc/freebsd-doc-it/pkg-plist.html-split head/misc/freebsd-doc-mn/pkg-plist.html-split head/misc/freebsd-doc-pl/pkg-plist.html-split Modified: head/misc/freebsd-doc-all/Makefile ============================================================================== --- head/misc/freebsd-doc-all/Makefile Sat Nov 30 11:08:26 2013 (r335283) +++ head/misc/freebsd-doc-all/Makefile Sat Nov 30 11:10:17 2013 (r335284) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-doc-all -PORTVERSION= 43207 +PORTVERSION= 43251 PORTEPOCH= 1 CATEGORIES= misc docs MASTER_SITES= #empty Modified: head/misc/freebsd-doc-en/Makefile ============================================================================== --- head/misc/freebsd-doc-en/Makefile Sat Nov 30 11:08:26 2013 (r335283) +++ head/misc/freebsd-doc-en/Makefile Sat Nov 30 11:10:17 2013 (r335284) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= freebsd-doc -PORTVERSION= 43207 +PORTVERSION= 43251 PORTEPOCH= 1 CATEGORIES= misc docs MASTER_SITES= LOCAL/blackend Modified: head/misc/freebsd-doc-en/distinfo ============================================================================== --- head/misc/freebsd-doc-en/distinfo Sat Nov 30 11:08:26 2013 (r335283) +++ head/misc/freebsd-doc-en/distinfo Sat Nov 30 11:10:17 2013 (r335284) @@ -1,2 +1,2 @@ -SHA256 (freebsd-doc-43207.tar.gz) = e23f3c868aa9b43c5d4303549932a0d3412359a9a212dd81bb87776bb3ac8db0 -SIZE (freebsd-doc-43207.tar.gz) = 32790777 +SHA256 (freebsd-doc-43251.tar.gz) = 93bd4c94f6c4a5d3e387b5198e85c047582c8884acb3eaee65d95e63f11fda5d +SIZE (freebsd-doc-43251.tar.gz) = 32806011 Modified: head/misc/freebsd-doc-en/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-en/pkg-plist.html-split Sat Nov 30 11:08:26 2013 (r335283) +++ head/misc/freebsd-doc-en/pkg-plist.html-split Sat Nov 30 11:10:17 2013 (r335284) @@ -828,20 +828,12 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/linuxemu-advanced.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/linuxemu-lbc-install.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/linuxemu.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-biba.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-bsdextended.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-ifoff.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-implementing.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-initial.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-inline-glossary.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-lomac.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-mls.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-modules.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-partition.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-planning.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-policies.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-portacl.html -%%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-seeotheruids.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-troubleshoot.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-understandlabel.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/mac-userlocked.html Modified: head/misc/freebsd-doc-it/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-it/pkg-plist.html-split Sat Nov 30 11:08:26 2013 (r335283) +++ head/misc/freebsd-doc-it/pkg-plist.html-split Sat Nov 30 11:10:17 2013 (r335284) @@ -165,6 +165,7 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/install.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/introduction.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/ipsec.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/ix01.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/jails-application.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/jails-build.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/jails-intro.html Modified: head/misc/freebsd-doc-mn/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-mn/pkg-plist.html-split Sat Nov 30 11:08:26 2013 (r335283) +++ head/misc/freebsd-doc-mn/pkg-plist.html-split Sat Nov 30 11:10:17 2013 (r335284) @@ -138,6 +138,7 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/install.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/introduction.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/ipsec.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/ix01.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/jails-application.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/jails-build.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/jails-intro.html Modified: head/misc/freebsd-doc-pl/pkg-plist.html-split ============================================================================== --- head/misc/freebsd-doc-pl/pkg-plist.html-split Sat Nov 30 11:08:26 2013 (r335283) +++ head/misc/freebsd-doc-pl/pkg-plist.html-split Sat Nov 30 11:10:17 2013 (r335284) @@ -134,6 +134,7 @@ %%DOCSDIR%%/%%DOCLANG%%/books/handbook/install.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/introduction.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/ipsec.html +%%DOCSDIR%%/%%DOCLANG%%/books/handbook/ix01.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/kerberos5.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/kerberosIV.html %%DOCSDIR%%/%%DOCLANG%%/books/handbook/kernelconfig-building.html From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 11:19:35 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 ESMTPS id 6387C759; Sat, 30 Nov 2013 11:19:35 +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 4FD6C1C5C; Sat, 30 Nov 2013 11:19:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUBJZKr009714; Sat, 30 Nov 2013 11:19:35 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUBJZk3009713; Sat, 30 Nov 2013 11:19:35 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311301119.rAUBJZk3009713@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 30 Nov 2013 11:19:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335285 - head/devel/py-tox 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.16 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, 30 Nov 2013 11:19:35 -0000 Author: koobs Date: Sat Nov 30 11:19:34 2013 New Revision: 335285 URL: http://svnweb.freebsd.org/changeset/ports/335285 Log: devel/py-tox: Use PYTHON_VER (x.y) not PYTHON_REL (xyz) for version check Modified: head/devel/py-tox/Makefile Modified: head/devel/py-tox/Makefile ============================================================================== --- head/devel/py-tox/Makefile Sat Nov 30 11:10:17 2013 (r335284) +++ head/devel/py-tox/Makefile Sat Nov 30 11:19:34 2013 (r335285) @@ -31,7 +31,7 @@ RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pyt .include -.if ${PYTHON_REL} != 2.7 && ${PYTHON_REL} < 3.2 +.if ${PYTHON_VER} != 2.7 && ${PYTHON_VER} < 3.2 RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}argparse>0:${PORTSDIR}/devel/py-argparse .endif From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 12:08:31 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 ESMTPS id BBA7BDA8; Sat, 30 Nov 2013 12:08:31 +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 617C21EAF; Sat, 30 Nov 2013 12:08:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUC8GQc026090; Sat, 30 Nov 2013 12:08:16 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUC8F1C026085; Sat, 30 Nov 2013 12:08:15 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311301208.rAUC8F1C026085@svn.freebsd.org> From: Rusmir Dusko Date: Sat, 30 Nov 2013 12:08:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335286 - in head/games: . pythonsudoku 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.16 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, 30 Nov 2013 12:08:31 -0000 Author: nemysis Date: Sat Nov 30 12:08:15 2013 New Revision: 335286 URL: http://svnweb.freebsd.org/changeset/ports/335286 Log: Python Sudoku is a text and graphical program (gtk interface) to create or resolve sudokus. It can also print a sudoku (1 or 4 sudokus in each page) and write an image (png, jpeg, etc) with a sudoku. WWW: http://pythonsudoku.sourceforge.net/ PR: ports/171332 Submitted by: nemysis (self) Approved by: wg (mentor) Added: head/games/pythonsudoku/ head/games/pythonsudoku/Makefile (contents, props changed) head/games/pythonsudoku/distinfo (contents, props changed) head/games/pythonsudoku/pkg-descr (contents, props changed) head/games/pythonsudoku/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Sat Nov 30 11:19:34 2013 (r335285) +++ head/games/Makefile Sat Nov 30 12:08:15 2013 (r335286) @@ -764,6 +764,7 @@ SUBDIR += pysycache-lang SUBDIR += pysycache-themes SUBDIR += pythonchess + SUBDIR += pythonsudoku SUBDIR += q2p SUBDIR += q2pro SUBDIR += q3cellshading Added: head/games/pythonsudoku/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/pythonsudoku/Makefile Sat Nov 30 12:08:15 2013 (r335286) @@ -0,0 +1,76 @@ +# Created by: Rusmir Dusko +# $FreeBSD$ + +PORTNAME= pythonsudoku +PORTVERSION= 0.13 +CATEGORIES= games python +MASTER_SITES= SF/${PORTNAME}/Python%20Sudoku/${PORTVERSION}/ \ + SF/nemysisfreebsdp/games/:icons +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}.png:icons +DIST_SUBDIR= python +EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} + +MAINTAINER= nemysis@FreeBSD.org +COMMENT= Text and graphical program to create or resolve Sudokus + +LICENSE= GPLv2 + +LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-client +RUN_DEPENDS= ${PYGAME} \ + ${PYTHON_PKGNAMEPREFIX}imaging>=0:${PORTSDIR}/graphics/py-imaging \ + ${PYTHON_PKGNAMEPREFIX}reportlab>=0:${PORTSDIR}/print/py-reportlab + +USE_BZIP2= yes +USES= desktop-file-utils +USE_GNOME= pygtk2 +USE_PYTHON= 2.7 +USE_PYDISTUTILS=yes +INSTALLS_ICONS= yes + +PORTDOCS= * + +DOCSRCDIR1= ${WRKSRC} +DOC_FILES1= Changelog README TODO + +DOCSRCDIR2= ${WRKSRC}/doc +DOCSDIR2= ${DOCSDIR}/doc +DOC_FILES2= *.png *.html *.txt *.css + +DESKTOP_ENTRIES="Python Sudoku" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Game;LogicGame;" false + +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + +NLS_USES= gettext + +.include + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/games|${PREFIX}/bin| ; \ + s|/usr/share/games|${PREFIX}/share|' \ + ${WRKSRC}/setup.cfg + @${REINPLACE_CMD} -e 's|#localedir = "DIRECTORY"|localedir = "${PREFIX}/share/locale"|' \ + ${WRKSRC}/pythonsudoku/config.py + @${FIND} ${WRKSRC} -name POTFILES -or -name *.po -or -name *.pot| ${XARGS} ${REINPLACE_CMD} -e \ + 's|/usr/lib/python2.4|/usr/local/lib/python${PYTHON_DEFAULT}|g' + @${FIND} ${WRKSRC} -name "*.bak" -delete + +.if ! ${PORT_OPTIONS:MNLS} + @${REINPLACE_CMD} -i '' '/for lingua in linguas():/,/\["locale\/%s\/LC_MESSAGES\/pythonsudoku.mo" % lingua\]))/s/^/#/' \ + ${WRKSRC}/setup.py +.endif + +post-install: + @cd ${STAGEDIR}${PREFIX}/bin && ${LN} -sf pysdk-gui.py ${PORTNAME} + (cd ${WRKSRC}/doc && ${INSTALL_MAN} *.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/) + + ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps/ + + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR2} + ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2} + +.include Added: head/games/pythonsudoku/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/pythonsudoku/distinfo Sat Nov 30 12:08:15 2013 (r335286) @@ -0,0 +1,4 @@ +SHA256 (python/pythonsudoku-0.13.tar.bz2) = 96abccca4409153af8559a87f1a8d0ee82651632fc8ecdf7698e4bcbdfd6098f +SIZE (python/pythonsudoku-0.13.tar.bz2) = 377572 +SHA256 (python/pythonsudoku.png) = 88392758317312fe7e363eea2d9d062c47ecb190797136a51cab15651597e216 +SIZE (python/pythonsudoku.png) = 3499 Added: head/games/pythonsudoku/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/pythonsudoku/pkg-descr Sat Nov 30 12:08:15 2013 (r335286) @@ -0,0 +1,5 @@ +Python Sudoku is a text and graphical program (gtk interface) to create or +resolve sudokus. It can also print a sudoku (1 or 4 sudokus in each page) +and write an image (png, jpeg, etc) with a sudoku. + +WWW: http://pythonsudoku.sourceforge.net/ Added: head/games/pythonsudoku/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/pythonsudoku/pkg-plist Sat Nov 30 12:08:15 2013 (r335286) @@ -0,0 +1,53 @@ +bin/pysdk-gui.py +bin/pysdk-image.py +bin/pysdk-pdf.py +bin/pysdk.py +bin/pythonsudoku +%%PYTHON_SITELIBDIR%%/pythonsudoku/__init__.py +%%PYTHON_SITELIBDIR%%/pythonsudoku/__init__.pyc +%%PYTHON_SITELIBDIR%%/pythonsudoku/__init__.pyo +%%PYTHON_SITELIBDIR%%/pythonsudoku/board.py +%%PYTHON_SITELIBDIR%%/pythonsudoku/board.pyc +%%PYTHON_SITELIBDIR%%/pythonsudoku/board.pyo +%%PYTHON_SITELIBDIR%%/pythonsudoku/check_modules.py +%%PYTHON_SITELIBDIR%%/pythonsudoku/check_modules.pyc +%%PYTHON_SITELIBDIR%%/pythonsudoku/check_modules.pyo +%%PYTHON_SITELIBDIR%%/pythonsudoku/config.py +%%PYTHON_SITELIBDIR%%/pythonsudoku/config.pyc +%%PYTHON_SITELIBDIR%%/pythonsudoku/config.pyo +%%PYTHON_SITELIBDIR%%/pythonsudoku/gui.py +%%PYTHON_SITELIBDIR%%/pythonsudoku/gui.pyc +%%PYTHON_SITELIBDIR%%/pythonsudoku/gui.pyo +%%PYTHON_SITELIBDIR%%/pythonsudoku/history.py +%%PYTHON_SITELIBDIR%%/pythonsudoku/history.pyc +%%PYTHON_SITELIBDIR%%/pythonsudoku/history.pyo +%%PYTHON_SITELIBDIR%%/pythonsudoku/image.py +%%PYTHON_SITELIBDIR%%/pythonsudoku/image.pyc +%%PYTHON_SITELIBDIR%%/pythonsudoku/image.pyo +%%PYTHON_SITELIBDIR%%/pythonsudoku/info.py +%%PYTHON_SITELIBDIR%%/pythonsudoku/info.pyc +%%PYTHON_SITELIBDIR%%/pythonsudoku/info.pyo +%%PYTHON_SITELIBDIR%%/pythonsudoku/pdf.py +%%PYTHON_SITELIBDIR%%/pythonsudoku/pdf.pyc +%%PYTHON_SITELIBDIR%%/pythonsudoku/pdf.pyo +%%PYTHON_SITELIBDIR%%/pythonsudoku/printer.py +%%PYTHON_SITELIBDIR%%/pythonsudoku/printer.pyc +%%PYTHON_SITELIBDIR%%/pythonsudoku/printer.pyo +%%PYTHON_SITELIBDIR%%/pythonsudoku/sudoku.py +%%PYTHON_SITELIBDIR%%/pythonsudoku/sudoku.pyc +%%PYTHON_SITELIBDIR%%/pythonsudoku/sudoku.pyo +%%PYTHON_SITELIBDIR%%/pythonsudoku/text.py +%%PYTHON_SITELIBDIR%%/pythonsudoku/text.pyc +%%PYTHON_SITELIBDIR%%/pythonsudoku/text.pyo +man/man6/pysdk-gui.6.gz +man/man6/pysdk-image.6.gz +man/man6/pysdk-pdf.6.gz +man/man6/pysdk.6.gz +%%NLS%%share/locale/ca/LC_MESSAGES/pythonsudoku.mo +%%NLS%%share/locale/de/LC_MESSAGES/pythonsudoku.mo +%%NLS%%share/locale/gl/LC_MESSAGES/pythonsudoku.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pythonsudoku.mo +share/pixmaps/pythonsudoku.png +%%DATADIR%%/FreeSans.ttf +@dirrm %%DATADIR%% +@dirrm %%PYTHON_SITELIBDIR%%/pythonsudoku From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 12:14:15 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 ESMTPS id F2536F55; Sat, 30 Nov 2013 12:14:14 +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 8DD911F19; Sat, 30 Nov 2013 12:14:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUCE3n9029215; Sat, 30 Nov 2013 12:14:03 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUCE2Ss029206; Sat, 30 Nov 2013 12:14:02 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311301214.rAUCE2Ss029206@svn.freebsd.org> From: Rusmir Dusko Date: Sat, 30 Nov 2013 12:14:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335287 - in head/games: . pytowerdefense pytowerdefense/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.16 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, 30 Nov 2013 12:14:15 -0000 Author: nemysis Date: Sat Nov 30 12:14:02 2013 New Revision: 335287 URL: http://svnweb.freebsd.org/changeset/ports/335287 Log: An Open-Source Tower Defense Game developed with Python and Pygame. WWW: http://phelerox.wordpress.com/programming/pytowerdefense/ PR: ports/171391 Submitted by: nemysis (self) Approved by: wg (mentor) Added: head/games/pytowerdefense/ head/games/pytowerdefense/Makefile (contents, props changed) head/games/pytowerdefense/distinfo (contents, props changed) head/games/pytowerdefense/files/ head/games/pytowerdefense/files/pytowerdefense.in (contents, props changed) head/games/pytowerdefense/pkg-descr (contents, props changed) head/games/pytowerdefense/pkg-plist (contents, props changed) Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Sat Nov 30 12:08:15 2013 (r335286) +++ head/games/Makefile Sat Nov 30 12:14:02 2013 (r335287) @@ -765,6 +765,7 @@ SUBDIR += pysycache-themes SUBDIR += pythonchess SUBDIR += pythonsudoku + SUBDIR += pytowerdefense SUBDIR += q2p SUBDIR += q2pro SUBDIR += q3cellshading Added: head/games/pytowerdefense/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/pytowerdefense/Makefile Sat Nov 30 12:14:02 2013 (r335287) @@ -0,0 +1,56 @@ +# Created by: Rusmir Dusko +# $FreeBSD$ + +PORTNAME= pytowerdefense +PORTVERSION= 0.5 +CATEGORIES= games python +MASTER_SITES= SF/${PORTNAME}/PyTowerDefense0.5/Source%20%28Python%202.5%20or%202.6%20and%20Pygame%29/ +DISTNAME= ${PORTNAME}${DISTVERSION} +DIST_SUBDIR= python + +MAINTAINER= nemysis@FreeBSD.org +COMMENT= Tower Defense Game + +LICENSE= GPLv3 + +RUN_DEPENDS= ${PYGAME} + +USE_ZIP= yes +USE_PYTHON= 2.7 +INSTALLS_ICONS= yes + +PORTDOCS= README modding.txt + +SUB_FILES= ${PORTNAME} + +DESKTOP_ENTRIES="PyTowerDefense" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Game;ArcadeGame;" false + +.include + +do-build: + @${PYTHON_CMD} -m compileall ${WRKSRC} + @${PYTHON_CMD} -O -m compileall ${WRKSRC} + +do-install: + @${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' \ + ${WRKDIR}/${PORTNAME} + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + + @${MKDIR} ${STAGEDIR}${DATADIR} + +.for d in *.py *.pyc *.pyo + @(cd ${WRKSRC} ; ${INSTALL_SCRIPT} ${d} ${STAGEDIR}${DATADIR}) +.endfor + +.for d in audio images + @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR}) +.endfor + + ${LN} -sf ${DATADIR}/images/tower_square.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png + + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +.include Added: head/games/pytowerdefense/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/pytowerdefense/distinfo Sat Nov 30 12:14:02 2013 (r335287) @@ -0,0 +1,2 @@ +SHA256 (python/pytowerdefense0.5.zip) = 932d783ccffbb6295f78aa5d0a113370e957c71261b84874302e5c59deeb46f8 +SIZE (python/pytowerdefense0.5.zip) = 3496958 Added: head/games/pytowerdefense/files/pytowerdefense.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/pytowerdefense/files/pytowerdefense.in Sat Nov 30 12:14:02 2013 (r335287) @@ -0,0 +1,7 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +cd "%%DATADIR%%" +exec %%PYTHON_CMD%% ./main.py "${@}" Added: head/games/pytowerdefense/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/pytowerdefense/pkg-descr Sat Nov 30 12:14:02 2013 (r335287) @@ -0,0 +1,3 @@ +An Open-Source Tower Defense Game developed with Python and Pygame. + +WWW: http://phelerox.wordpress.com/programming/pytowerdefense/ Added: head/games/pytowerdefense/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/pytowerdefense/pkg-plist Sat Nov 30 12:14:02 2013 (r335287) @@ -0,0 +1,177 @@ +bin/pytowerdefense +share/pixmaps/pytowerdefense.png +%%DATADIR%%/Creeps.py +%%DATADIR%%/Creeps.pyc +%%DATADIR%%/Creeps.pyo +%%DATADIR%%/Projectiles.py +%%DATADIR%%/Projectiles.pyc +%%DATADIR%%/Projectiles.pyo +%%DATADIR%%/Towers.py +%%DATADIR%%/Towers.pyc +%%DATADIR%%/Towers.pyo +%%DATADIR%%/audio/sfx/bow01.wav +%%DATADIR%%/gridmap.py +%%DATADIR%%/gridmap.pyc +%%DATADIR%%/gridmap.pyo +%%DATADIR%%/images/.directory +%%DATADIR%%/images/Brick_tile(test).png +%%DATADIR%%/images/Brick_tile(test)2.png +%%DATADIR%%/images/Healthbar/healthbartest.psd +%%DATADIR%%/images/Menus/New_Game.png +%%DATADIR%%/images/Triforce.png +%%DATADIR%%/images/ZombieInvasionBg1.png +%%DATADIR%%/images/bluecreep_0.png +%%DATADIR%%/images/bluecreep_45.png +%%DATADIR%%/images/brick_tile.png +%%DATADIR%%/images/brick_tile_orange.png +%%DATADIR%%/images/creep_blue.svg +%%DATADIR%%/images/creep_green.svg +%%DATADIR%%/images/creep_pink.svg +%%DATADIR%%/images/creep_yellow.svg +%%DATADIR%%/images/creeps.png +%%DATADIR%%/images/dg_undead32.gif +%%DATADIR%%/images/effects/fire.png +%%DATADIR%%/images/effects/fire.psd +%%DATADIR%%/images/effects/fire2.png +%%DATADIR%%/images/effects/fire2.psd +%%DATADIR%%/images/effects/test subject with fire.png +%%DATADIR%%/images/effects/test subject with fire.psd +%%DATADIR%%/images/effects/test subject with fire2.png +%%DATADIR%%/images/effects/test subject with fire2.psd +%%DATADIR%%/images/effects/testsubject.png +%%DATADIR%%/images/enemies/undead/fatto_0.png +%%DATADIR%%/images/enemies/undead/fatto_45.png +%%DATADIR%%/images/enemies/undead/insectghost_0.png +%%DATADIR%%/images/enemies/undead/insectghost_45.png +%%DATADIR%%/images/enemies/undead/skeleton_master_wizard_0.png +%%DATADIR%%/images/enemies/undead/skeleton_master_wizard_45.png +%%DATADIR%%/images/enemies/undead/zombie_0.png +%%DATADIR%%/images/enemies/undead/zombie_45.png +%%DATADIR%%/images/enemies/undead/zombie_brown_0.png +%%DATADIR%%/images/enemies/undead/zombie_brown_45.png +%%DATADIR%%/images/explosion1.png +%%DATADIR%%/images/fonts/BIRTH_OF_A_HERO.ttf +%%DATADIR%%/images/fonts/FFFTusj.ttf +%%DATADIR%%/images/fonts/Vtks Revolt.ttf +%%DATADIR%%/images/fonts/default.ttf +%%DATADIR%%/images/greencreep_0.png +%%DATADIR%%/images/greencreep_45.png +%%DATADIR%%/images/magic_stones.png +%%DATADIR%%/images/money/goldenpenny.png +%%DATADIR%%/images/old_bluecreep.png +%%DATADIR%%/images/old_graycreep.png +%%DATADIR%%/images/old_pinkcreep.png +%%DATADIR%%/images/paper.png +%%DATADIR%%/images/pinkcreep_0.png +%%DATADIR%%/images/pinkcreep_45.png +%%DATADIR%%/images/projectiles/Arrow1.png +%%DATADIR%%/images/projectiles/Arrow2.png +%%DATADIR%%/images/projectiles/Fire_arrow.png +%%DATADIR%%/images/projectiles/Frost_arrow.png +%%DATADIR%%/images/projectiles/Silver_Arrow.png +%%DATADIR%%/images/projectiles/cannon_ball.png +%%DATADIR%%/images/projectiles/magicmissile.png +%%DATADIR%%/images/rockytexture.jpg +%%DATADIR%%/images/sand.jpg +%%DATADIR%%/images/sandbackup.jpg +%%DATADIR%%/images/sandyrock.jpg +%%DATADIR%%/images/tower_round40x57.png +%%DATADIR%%/images/tower_round40x74.png +%%DATADIR%%/images/tower_square.png +%%DATADIR%%/images/towers/Death_Note.png +%%DATADIR%%/images/towers/Doom_Towerwip.png +%%DATADIR%%/images/towers/Firetower.png +%%DATADIR%%/images/towers/TreeOfPower.png +%%DATADIR%%/images/towers/Wizards Tower.png +%%DATADIR%%/images/towers/Wizards_Tower_Anim(1).png +%%DATADIR%%/images/towers/Wizards_Tower_Anim(2213).png +%%DATADIR%%/images/towers/Wizards_Tower_Anim(2214).png +%%DATADIR%%/images/towers/arrow_tower_1.png +%%DATADIR%%/images/towers/arrow_tower_2.png +%%DATADIR%%/images/towers/basic_tower.png +%%DATADIR%%/images/towers/basic_tower_dark.png +%%DATADIR%%/images/towers/canon_tower_placeholder.png +%%DATADIR%%/images/towers/frost_tower.png +%%DATADIR%%/images/towers/magic tower.png +%%DATADIR%%/images/towers/wizard_tower/.directory +%%DATADIR%%/images/towers/wizard_tower/Wizards_Tower_Anim(1).png +%%DATADIR%%/images/towers/wizard_tower/Wizards_Tower_Anim(10).png +%%DATADIR%%/images/towers/wizard_tower/Wizards_Tower_Anim(11).png +%%DATADIR%%/images/towers/wizard_tower/Wizards_Tower_Anim(12).png +%%DATADIR%%/images/towers/wizard_tower/Wizards_Tower_Anim(13).png +%%DATADIR%%/images/towers/wizard_tower/Wizards_Tower_Anim(14).png +%%DATADIR%%/images/towers/wizard_tower/Wizards_Tower_Anim(15).png +%%DATADIR%%/images/towers/wizard_tower/Wizards_Tower_Anim(16).png +%%DATADIR%%/images/towers/wizard_tower/Wizards_Tower_Anim(17).png +%%DATADIR%%/images/towers/wizard_tower/Wizards_Tower_Anim(18).png +%%DATADIR%%/images/towers/wizard_tower/Wizards_Tower_Anim(19).png +%%DATADIR%%/images/towers/wizard_tower/Wizards_Tower_Anim(2).png +%%DATADIR%%/images/towers/wizard_tower/Wizards_Tower_Anim(3).png +%%DATADIR%%/images/towers/wizard_tower/Wizards_Tower_Anim(4).png +%%DATADIR%%/images/towers/wizard_tower/Wizards_Tower_Anim(5).png +%%DATADIR%%/images/towers/wizard_tower/Wizards_Tower_Anim(6).png +%%DATADIR%%/images/towers/wizard_tower/Wizards_Tower_Anim(7).png +%%DATADIR%%/images/towers/wizard_tower/Wizards_Tower_Anim(8).png +%%DATADIR%%/images/towers/wizard_tower/Wizards_Tower_Anim(9).png +%%DATADIR%%/images/widgets/confirm.png +%%DATADIR%%/images/widgets/confirm_full.png +%%DATADIR%%/images/widgets/credits +%%DATADIR%%/images/widgets/menu_title/bg.png +%%DATADIR%%/images/widgets/menu_title/exit_game.png +%%DATADIR%%/images/widgets/menu_title/help.png +%%DATADIR%%/images/widgets/menu_title/py.png +%%DATADIR%%/images/widgets/menu_title/start_game.png +%%DATADIR%%/images/widgets/menu_title/tower_defense.png +%%DATADIR%%/images/widgets/reject.png +%%DATADIR%%/images/widgets/reject_full.png +%%DATADIR%%/images/yellowcreep_0.png +%%DATADIR%%/images/yellowcreep_45.png +%%DATADIR%%/jelly.py +%%DATADIR%%/jelly.pyc +%%DATADIR%%/jelly.pyo +%%DATADIR%%/main.py +%%DATADIR%%/main.pyc +%%DATADIR%%/main.pyo +%%DATADIR%%/pathfinder.py +%%DATADIR%%/pathfinder.pyc +%%DATADIR%%/pathfinder.pyo +%%DATADIR%%/priorityqueueset.py +%%DATADIR%%/priorityqueueset.pyc +%%DATADIR%%/priorityqueueset.pyo +%%DATADIR%%/pyconsole.py +%%DATADIR%%/pyconsole.pyc +%%DATADIR%%/pyconsole.pyo +%%DATADIR%%/pyconsole_syntax.py +%%DATADIR%%/pyconsole_syntax.pyc +%%DATADIR%%/pyconsole_syntax.pyo +%%DATADIR%%/pygame2exe.py +%%DATADIR%%/pygame2exe.pyc +%%DATADIR%%/pygame2exe.pyo +%%DATADIR%%/simpleanimation.py +%%DATADIR%%/simpleanimation.pyc +%%DATADIR%%/simpleanimation.pyo +%%DATADIR%%/utils.py +%%DATADIR%%/utils.pyc +%%DATADIR%%/utils.pyo +%%DATADIR%%/vec2d.py +%%DATADIR%%/vec2d.pyc +%%DATADIR%%/vec2d.pyo +%%DATADIR%%/widgets.py +%%DATADIR%%/widgets.pyc +%%DATADIR%%/widgets.pyo +@dirrm %%DATADIR%%/images/widgets/menu_title +@dirrm %%DATADIR%%/images/widgets +@dirrm %%DATADIR%%/images/towers/wizard_tower +@dirrm %%DATADIR%%/images/towers +@dirrm %%DATADIR%%/images/projectiles +@dirrm %%DATADIR%%/images/money +@dirrm %%DATADIR%%/images/fonts +@dirrm %%DATADIR%%/images/enemies/undead +@dirrm %%DATADIR%%/images/enemies +@dirrm %%DATADIR%%/images/effects +@dirrm %%DATADIR%%/images/Menus +@dirrm %%DATADIR%%/images/Healthbar +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%%/audio/sfx +@dirrm %%DATADIR%%/audio +@dirrm %%DATADIR%% From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 12:34:25 2013 Return-Path: Delivered-To: svn-ports-head@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 56F4A31D; Sat, 30 Nov 2013 12:34:25 +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 203BB1021; Sat, 30 Nov 2013 12:34:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUCYIaK035850; Sat, 30 Nov 2013 12:34:18 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUCYICk035849; Sat, 30 Nov 2013 12:34:18 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311301234.rAUCYICk035849@svn.freebsd.org> From: Rusmir Dusko Date: Sat, 30 Nov 2013 12:34:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335288 - head/games/pytowerdefense 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.16 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, 30 Nov 2013 12:34:25 -0000 Author: nemysis Date: Sat Nov 30 12:34:18 2013 New Revision: 335288 URL: http://svnweb.freebsd.org/changeset/ports/335288 Log: - Add DOCS Option Approved by: pawel / wg (mentors, implicit) Modified: head/games/pytowerdefense/Makefile Modified: head/games/pytowerdefense/Makefile ============================================================================== --- head/games/pytowerdefense/Makefile Sat Nov 30 12:14:02 2013 (r335287) +++ head/games/pytowerdefense/Makefile Sat Nov 30 12:34:18 2013 (r335288) @@ -26,7 +26,7 @@ SUB_FILES= ${PORTNAME} DESKTOP_ENTRIES="PyTowerDefense" "${COMMENT}" "${PORTNAME}" \ "${PORTNAME}" "Game;ArcadeGame;" false -.include +OPTIONS_DEFINE= DOCS do-build: @${PYTHON_CMD} -m compileall ${WRKSRC} From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 14:14:39 2013 Return-Path: Delivered-To: svn-ports-head@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 1089961E; Sat, 30 Nov 2013 14:14:39 +0000 (UTC) Received: from mail-yh0-x22b.google.com (mail-yh0-x22b.google.com [IPv6:2607:f8b0:4002:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 90FCE16C7; Sat, 30 Nov 2013 14:14:38 +0000 (UTC) Received: by mail-yh0-f43.google.com with SMTP id a41so6933324yho.16 for ; Sat, 30 Nov 2013 06:14:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=a08oH3ZWaMdhD2ScbU0CMpWks/q0KoRDDSdSL5Vh0GE=; b=pmg3tEykPYLvWrrVehDdWqAT6/hGXYD1XuaIqg4iv91ffQGfzA3nbmZP32DH8zxGPz lfSfn3eE4c53+/gCVMPgpyRaxG5Fg/i5ztkANik+w6o9OHp6R9FeMejyOKn0zNbc32M+ thPno92oYFhvFfmnIEu6q53fTpAnn7EuUPDK10swl7wiQ0VQEEZ8ltha8hpz/MGqHWzF aSi2xD4t7LVnSxSrYAJXwfivZksn4QlU6mLxPpNISGAy9HuTsTeGA2acKiS3Akiimya/ PdovCbuUTp+krgShs0oRyFbxUpzqUrk+K1068kyJUWHMYIIqxfaRHJqmjLZcM2Fltf4A MTbQ== X-Received: by 10.236.124.6 with SMTP id w6mr6795534yhh.50.1385820877192; Sat, 30 Nov 2013 06:14:37 -0800 (PST) Received: from [192.168.0.100] ([187.23.180.139]) by mx.google.com with ESMTPSA id m29sm109721201yho.14.2013.11.30.06.14.35 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 30 Nov 2013 06:14:36 -0800 (PST) Sender: =?UTF-8?Q?Danilo_Eg=C3=AAa_Gondolfo?= Message-ID: <5299F2D5.2030100@freebsd.org> Date: Sat, 30 Nov 2013 12:14:45 -0200 From: "Danilo E. Gondolfo" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Sunpoet Po-Chuan Hsieh Subject: Re: svn commit: r335250 - in head/net: . openmpi openmpi-devel References: <201311292355.rATNttoJ071129@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 30 Nov 2013 14:14:39 -0000 On 11/30/13 06:32, Sunpoet Po-Chuan Hsieh wrote: > On Sat, Nov 30, 2013 at 7:55 AM, Danilo Egea Gondolfo > > wrote: > > Author: danilo > Date: Fri Nov 29 23:55:54 2013 > New Revision: 335250 > URL: http://svnweb.freebsd.org/changeset/ports/335250 > > Log: > - New port net/openmpi-devel. Version 1.7 of Open MPI. > > Open MPI is a project combining technologies and resources from > several > other projects (FT-MPI, LA-MPI, LAM/MPI, and PACX-MPI) in order to > build the best MPI library available. A completely new MPI-2 > compliant > implementation, Open MPI offers advantages for system and software > vendors, application developers and computer science researchers. > > Added: > head/net/openmpi-devel/ > head/net/openmpi-devel/Makefile (contents, props changed) > head/net/openmpi-devel/distinfo (contents, props changed) > head/net/openmpi-devel/pkg-descr (contents, props changed) > head/net/openmpi-devel/pkg-plist (contents, props changed) > Modified: > head/net/Makefile > head/net/openmpi/Makefile (contents, props changed) > > > Normally we would first "svn cp openmpi openmpi-devel" and then modify > it. Is there any reason not doing so? Hmm, no! I just didn't know that =/ > > Regards, > sunpoet From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 14:39:46 2013 Return-Path: Delivered-To: svn-ports-head@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 3B7D2A1F; Sat, 30 Nov 2013 14:39:46 +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 1BA2E17A6; Sat, 30 Nov 2013 14:39:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUEdjvW076514; Sat, 30 Nov 2013 14:39:45 GMT (envelope-from hrs@svn.freebsd.org) Received: (from hrs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUEdjwk076513; Sat, 30 Nov 2013 14:39:45 GMT (envelope-from hrs@svn.freebsd.org) Message-Id: <201311301439.rAUEdjwk076513@svn.freebsd.org> From: Hiroki Sato Date: Sat, 30 Nov 2013 14:39:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335289 - head/japanese/rogue_s/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.16 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, 30 Nov 2013 14:39:46 -0000 Author: hrs Date: Sat Nov 30 14:39:45 2013 New Revision: 335289 URL: http://svnweb.freebsd.org/changeset/ports/335289 Log: Fix build on 10.X and later. Submitted by: Yoshihiko Sarumaru (maintainer) PR: ports/183590 Added: head/japanese/rogue_s/files/patch-prototype (contents, props changed) Added: head/japanese/rogue_s/files/patch-prototype ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/rogue_s/files/patch-prototype Sat Nov 30 14:39:45 2013 (r335289) @@ -0,0 +1,539 @@ +--- curses.c.orig 2013-11-02 19:55:55.000000000 +0900 ++++ curses.c 2013-11-02 22:31:58.000000000 +0900 +@@ -188,6 +188,7 @@ + } + + #ifdef COLOR ++void + addch(ch) + register int ch; + { +@@ -212,6 +213,7 @@ + screen_dirty = 1; + } + #else ++void + addch(ch) + register int ch; + { +@@ -473,6 +475,7 @@ + putstr(buf); + } + #else ++void + put_cursor(row, col) + register row, col; + { +--- hit.c.orig 2013-11-02 20:59:42.000000000 +0900 ++++ hit.c 2013-11-02 22:33:21.000000000 +0900 +@@ -20,6 +20,7 @@ + extern short add_strength, ring_exp, r_rings; + extern boolean being_held, interrupted, wizard; + ++void + mon_hit(monster, other, flame) + register object *monster; + char *other; +@@ -96,6 +97,7 @@ + } + } + ++void + rogue_hit(monster, force_hit) + register object *monster; + boolean force_hit; +@@ -275,6 +277,7 @@ + return(1); + } + ++void + fight(to_the_death) + boolean to_the_death; + { +--- init.c.orig 2013-11-02 21:06:56.000000000 +0900 ++++ init.c 2013-11-02 22:34:13.000000000 +0900 +@@ -421,6 +421,7 @@ + set_opts(envbuf); + } + ++void + set_opts(env) + char *env; + { +--- invent.c.orig 2013-11-02 21:09:20.000000000 +0900 ++++ invent.c 2013-11-02 22:35:06.000000000 +0900 +@@ -44,6 +44,7 @@ + + char descs[DROWS][DCOLS]; /* multi-purpose screen saver */ + ++void + inventory(pack, mask) + object *pack; + unsigned short mask; +@@ -184,6 +185,7 @@ + } + + #ifdef JAPAN /* for whole function */ ++void + get_desc(obj, desc, capitalized) + register object *obj; + register char *desc; +@@ -567,6 +569,7 @@ + } + } + ++void + single_inv(ichar) + short ichar; + { +@@ -653,6 +656,7 @@ + { 0 } + }; + ++void + discovered() + { + short i, j, n; +--- message.c.orig 2013-11-02 21:14:34.000000000 +0900 ++++ message.c 2013-11-02 22:36:14.000000000 +0900 +@@ -27,6 +27,7 @@ + extern short add_strength; + extern short cur_level; + ++void + message(msg, intrpt) + char *msg; + boolean intrpt; +@@ -67,6 +68,7 @@ + } + } + ++void + check_message() + { + if (msg_cleared) { +--- monster.c.orig 2013-11-02 21:18:50.000000000 +0900 ++++ monster.c 2013-11-02 22:37:33.000000000 +0900 +@@ -108,6 +108,7 @@ + return(monster); + } + ++void + mv_mons() + { + register object *monster, *next_monster; +@@ -212,6 +213,7 @@ + return(monster->m_char); + } + ++void + mv_monster(monster, row, col) + register object *monster; + short row, col; +@@ -552,6 +554,7 @@ + } + } + ++void + show_monsters() + { + object *monster; +--- move.c.orig 2013-11-02 21:22:17.000000000 +0900 ++++ move.c 2013-11-02 22:38:15.000000000 +0900 +@@ -518,6 +518,7 @@ + return (*("jklhyubn" + get_rand(1, 8) - 1)); + } + ++void + heal() + { + static short heal_exp = -1, n, c = 0; +--- object.c.orig 2013-11-02 21:23:33.000000000 +0900 ++++ object.c 2013-11-02 22:39:49.000000000 +0900 +@@ -138,6 +138,7 @@ + } + #endif + ++void + put_objects() + { + short i, n; +@@ -407,6 +408,7 @@ + } + } + ++void + gr_scroll(obj) + object *obj; + { +@@ -426,6 +428,7 @@ + } + } + ++void + gr_potion(obj) + object *obj; + { +@@ -663,6 +666,7 @@ + + } + ++void + new_object_for_wizard() + { + short ch, max; +@@ -778,6 +782,7 @@ + } + + #ifndef ORIGINAL ++void + list_object(obj, max) + object *obj; + short max; +--- pack.c.orig 2013-11-02 21:28:07.000000000 +0900 ++++ pack.c 2013-11-02 21:30:48.000000000 +0900 +@@ -103,6 +103,7 @@ + return(obj); + } + ++void + drop() + { + object *obj, *new; +@@ -295,6 +296,7 @@ + } + } + ++void + wear() + { + short ch; +@@ -349,6 +351,7 @@ + obj->identified = 1; + } + ++void + wield() + { + short ch; +@@ -407,6 +410,7 @@ + rogue.weapon = (object *) 0; + } + ++void + call_it() + { + short ch; +--- play.c.orig 2013-11-02 21:32:58.000000000 +0900 ++++ play.c 2013-11-02 22:56:17.000000000 +0900 +@@ -22,6 +22,7 @@ + extern char hit_message[]; + extern boolean wizard, trap_door; + ++void + play_level() + { + short ch, cmd, oldcmd; +@@ -163,7 +164,7 @@ + #ifndef ORIGINAL + message("Japanese edition: Ver.1.3a (enhanced by ohta@src.ricoh.co.jp)", 0); + message("Ver.1.3aS program bug fix/separate (by brx@kmc.kyoto-u.ac.jp)", 0); /* by Yasha */ +-message(mesg[1]); /* for message version */ ++message(mesg[1], 0); /* for message version */ + #endif + break; + case 'Q': +@@ -353,6 +354,7 @@ + mesg[150], mesg[151], mesg[152], mesg[153], mesg[154] + }; + ++void + identify() + { + short ch, n; +--- ring.c.orig 2013-11-02 21:34:29.000000000 +0900 ++++ ring.c 2013-11-02 21:35:01.000000000 +0900 +@@ -21,6 +21,7 @@ + extern char *curse_message; + extern boolean wizard; + ++void + put_on_ring() + { + short ch; +--- rogue.h.orig 2013-11-02 22:12:31.000000000 +0900 ++++ rogue.h 2013-11-02 23:04:35.000000000 +0900 +@@ -447,6 +447,59 @@ + int onintr(); + #endif + ++void addch(int ch); ++void put_cursor(int row, int col); ++void mon_hit(object *monster, char *other, boolean flame); ++void rogue_hit(object *monster, boolean force_hit); ++void fight(boolean to_the_death); ++void set_opts(char *env); ++void inventory(object *pack, unsigned short mask); ++void get_desc(object *obj, char *desc, boolean capitalized); ++void single_inv(short ichar); ++void discovered(); ++void message(char *msg, boolean intrpt); ++void check_message(); ++void mv_mons(); ++void mv_monster(object *monster, short row, short col); ++void show_monsters(); ++void heal(); ++void put_objects(); ++void gr_scroll(object *obj); ++void gr_potion(object *obj); ++void new_object_for_wizard(); ++void list_object(object *obj, short max); ++void drop(); ++void wear(); ++void wield(); ++void call_it(); ++void play_level(); ++void identify(); ++void put_on_ring(); ++void light_passage(int row, int col); ++void dr_course(object *monster, boolean entering, short row, short col); ++void save_game(); ++void quit(boolean from_intrpt); ++void nickize(char *buf, char *score, char *n_name); ++void special_hit(object *monster); ++void rust(object *monster); ++void freeze(object *monster); ++void steal_gold(object *monster); ++void steal_item(object *monster); ++void cough_up(object *monster); ++void sting(object *monster); ++void drop_level(); ++void drain_life(); ++void throw(); ++void trap_player(short row, short col); ++void id_trap(); ++void search(short n, boolean is_auto); ++void quaff(); ++void read_scroll(); ++void idntfy(); ++void eat(); ++void hallucinate(); ++void zapp(); ++ + struct rogue_time { + short year; /* >= 1987 */ + short month; /* 1 - 12 */ +--- room.c.orig 2013-11-02 21:35:25.000000000 +0900 ++++ room.c 2013-11-02 21:36:40.000000000 +0900 +@@ -45,6 +45,7 @@ + } + } + ++void + light_passage(row, col) + { + short i, j, i_end, j_end; +@@ -324,6 +325,7 @@ + } + } + ++void + dr_course(monster, entering, row, col) + object *monster; + boolean entering; +--- save.c.orig 2013-11-02 21:37:31.000000000 +0900 ++++ save.c 2013-11-02 21:37:41.000000000 +0900 +@@ -40,6 +40,7 @@ + + extern boolean msg_cleared; + ++void + save_game() + { + char fname[64]; +--- score.c.orig 2013-11-02 21:38:54.000000000 +0900 ++++ score.c 2013-11-02 22:46:01.000000000 +0900 +@@ -397,6 +397,7 @@ + } + #endif + ++void + quit(from_intrpt) + boolean from_intrpt; + { +@@ -1076,6 +1077,7 @@ + return(r); + } + ++void + nickize(buf, score, n_name) + char *buf, *score, *n_name; + { +--- spechit.c.orig 2013-11-02 22:02:02.000000000 +0900 ++++ spechit.c 2013-11-02 22:48:49.000000000 +0900 +@@ -22,6 +22,7 @@ + extern boolean sustain_strength, maintain_armor; + extern char *you_can_move_again; + ++void + special_hit(monster) + object *monster; + { +@@ -53,6 +54,7 @@ + } + } + ++void + rust(monster) + object *monster; + { +@@ -72,6 +74,7 @@ + } + } + ++void + freeze(monster) + object *monster; + { +@@ -104,6 +107,7 @@ + } + } + ++void + steal_gold(monster) + object *monster; + { +@@ -124,6 +128,7 @@ + disappear(monster); + } + ++void + steal_item(monster) + object *monster; + { +@@ -218,6 +223,7 @@ + mon_disappeared = 1; + } + ++void + cough_up(monster) + object *monster; + { +@@ -368,6 +374,7 @@ + return(0); + } + ++void + sting(monster) + object *monster; + { +@@ -391,6 +398,7 @@ + } + } + ++void + drop_level() + { + int hp; +@@ -410,6 +418,7 @@ + add_exp(1, 0); + } + ++void + drain_life() + { + short n; +--- throw.c.orig 2013-11-02 22:07:28.000000000 +0900 ++++ throw.c 2013-11-02 22:07:40.000000000 +0900 +@@ -16,6 +16,7 @@ + extern char *curse_message; + extern char hit_message[]; + ++void + throw() + { + short wch; +--- trap.c.orig 2013-11-02 22:08:33.000000000 +0900 ++++ trap.c 2013-11-02 22:09:10.000000000 +0900 +@@ -41,6 +41,7 @@ + return(NO_TRAP); + } + ++void + trap_player(row, col) + short row, col; + { +@@ -137,6 +138,7 @@ + } + } + ++void + id_trap() + { + short dir, row, col; +@@ -172,6 +174,7 @@ + } + } + ++void + search(n, is_auto) + short n; + boolean is_auto; +--- use.c.orig 2013-11-02 22:59:31.000000000 +0900 ++++ use.c 2013-11-02 23:02:38.000000000 +0900 +@@ -1,3 +1,5 @@ ++void idntfy(); ++ + /* + * use.c + * +@@ -31,6 +33,7 @@ + extern boolean sustain_strength; + + #ifdef JAPAN ++void + quaff() + { + short ch; +@@ -268,6 +271,7 @@ + #endif /*JAPAN*/ + + #ifdef JAPAN ++void + read_scroll() + { + short ch; +@@ -550,6 +554,7 @@ + } + } + ++void + idntfy() + { + short ch; +@@ -576,6 +581,7 @@ + message(desc, 0); + } + ++void + eat() + { + short ch; +@@ -665,6 +671,7 @@ + bear_trap = 0; + } + ++void + hallucinate() + { + object *obj, *monster; +--- zap.c.orig 2013-11-02 23:03:25.000000000 +0900 ++++ zap.c 2013-11-02 23:04:10.000000000 +0900 +@@ -19,6 +19,7 @@ + + extern boolean being_held, score_only, detect_monster; + ++void + zapp() + { + short wch; From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 14:47:16 2013 Return-Path: Delivered-To: svn-ports-head@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 CD28EC6C; Sat, 30 Nov 2013 14:47: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B94A917EB; Sat, 30 Nov 2013 14:47:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUElGha079601; Sat, 30 Nov 2013 14:47:16 GMT (envelope-from alexey@svn.freebsd.org) Received: (from alexey@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUElG6I079600; Sat, 30 Nov 2013 14:47:16 GMT (envelope-from alexey@svn.freebsd.org) Message-Id: <201311301447.rAUElG6I079600@svn.freebsd.org> From: Alexey Degtyarev Date: Sat, 30 Nov 2013 14:47:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335290 - head/benchmarks/slowloris 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.16 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, 30 Nov 2013 14:47:16 -0000 Author: alexey Date: Sat Nov 30 14:47:16 2013 New Revision: 335290 URL: http://svnweb.freebsd.org/changeset/ports/335290 Log: * Unbreak build after r334225. * STAGE support. Modified: head/benchmarks/slowloris/Makefile Modified: head/benchmarks/slowloris/Makefile ============================================================================== --- head/benchmarks/slowloris/Makefile Sat Nov 30 14:39:45 2013 (r335289) +++ head/benchmarks/slowloris/Makefile Sat Nov 30 14:47:16 2013 (r335290) @@ -9,34 +9,24 @@ MASTER_SITES= ftp://ftp.renatasystems.or MAINTAINER= alexey@renatasystems.org COMMENT= The low bandwidth, yet greedy and poisonous HTTP client -USES= perl5 -NO_BUILD= yes - RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long -PLIST_FILES= bin/slowloris - -NO_STAGE= yes -.include +USES= perl5 +NO_BUILD= yes -PERL_THREADS= yes +PLIST_FILES= bin/slowloris -.if exists(${PERL}) -PERL_THREADS!= ${PERL} -V::usethreads -.if ${PERL_THREADS} == "'define';" -RUN_DEPENDS+= p5-threads-shared>=0:${PORTSDIR}/devel/p5-threads-shared -PERL_THREADS= yes -.else -PERL_THREADS= no -.endif -.endif +PERL_THREADS?= yes .if ${PERL_THREADS} != "yes" EXTRA_PATCHES+= ${FILESDIR}/extra-nothreads +.else +RUN_DEPENDS+= p5-threads-shared>=0:${PORTSDIR}/devel/p5-threads-shared .endif do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/slowloris.pl ${PREFIX}/bin/slowloris + ${INSTALL_SCRIPT} ${WRKSRC}/slowloris.pl \ + ${STAGEDIR}/${PREFIX}/bin/slowloris -.include +.include From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 14:50:03 2013 Return-Path: Delivered-To: svn-ports-head@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 71F48D66; Sat, 30 Nov 2013 14:50:03 +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 5E7AF181D; Sat, 30 Nov 2013 14:50:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUEo3vD080024; Sat, 30 Nov 2013 14:50:03 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUEo3Zp080010; Sat, 30 Nov 2013 14:50:03 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201311301450.rAUEo3Zp080010@svn.freebsd.org> From: Wen Heping Date: Sat, 30 Nov 2013 14:50:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335291 - head/security/p5-Jifty-Plugin-OpenID 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.16 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, 30 Nov 2013 14:50:03 -0000 Author: wen Date: Sat Nov 30 14:50:02 2013 New Revision: 335291 URL: http://svnweb.freebsd.org/changeset/ports/335291 Log: - Mark BROKEN Modified: head/security/p5-Jifty-Plugin-OpenID/Makefile Modified: head/security/p5-Jifty-Plugin-OpenID/Makefile ============================================================================== --- head/security/p5-Jifty-Plugin-OpenID/Makefile Sat Nov 30 14:47:16 2013 (r335290) +++ head/security/p5-Jifty-Plugin-OpenID/Makefile Sat Nov 30 14:50:02 2013 (r335291) @@ -17,6 +17,8 @@ BUILD_DEPENDS= p5-Jifty>=0:${PORTSDIR}/w p5-LWPx-ParanoidAgent>=0:${PORTSDIR}/www/p5-LWPx-ParanoidAgent RUN_DEPENDS:= ${BUILD_DEPENDS} +BROKEN= does not build + USES= perl5 USE_PERL5= configure From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 14:50:23 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 ESMTPS id 64A32E46; Sat, 30 Nov 2013 14:50: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 36B221823; Sat, 30 Nov 2013 14:50:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUEoNk7080521; Sat, 30 Nov 2013 14:50:23 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUEoMKd080514; Sat, 30 Nov 2013 14:50:22 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301450.rAUEoMKd080514@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 14:50:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335292 - head/textproc/p5-YAML-Tiny 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.16 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, 30 Nov 2013 14:50:23 -0000 Author: sunpoet Date: Sat Nov 30 14:50:22 2013 New Revision: 335292 URL: http://svnweb.freebsd.org/changeset/ports/335292 Log: - Update to 1.56 - Support STAGEDIR Changes: http://search.cpan.org/dist/YAML-Tiny/Changes PR: ports/184388 Submitted by: sunpoet (myself) Approved by: Yuan-Chung Hsiao (maintainer) Modified: head/textproc/p5-YAML-Tiny/Makefile head/textproc/p5-YAML-Tiny/distinfo head/textproc/p5-YAML-Tiny/pkg-plist (contents, props changed) Modified: head/textproc/p5-YAML-Tiny/Makefile ============================================================================== --- head/textproc/p5-YAML-Tiny/Makefile Sat Nov 30 14:50:02 2013 (r335291) +++ head/textproc/p5-YAML-Tiny/Makefile Sat Nov 30 14:50:22 2013 (r335292) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= YAML-Tiny -PORTVERSION= 1.55 +PORTVERSION= 1.56 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,9 +16,6 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny -MAN3= YAML::Tiny.3 - -NO_STAGE= yes .include Modified: head/textproc/p5-YAML-Tiny/distinfo ============================================================================== --- head/textproc/p5-YAML-Tiny/distinfo Sat Nov 30 14:50:02 2013 (r335291) +++ head/textproc/p5-YAML-Tiny/distinfo Sat Nov 30 14:50:22 2013 (r335292) @@ -1,2 +1,2 @@ -SHA256 (YAML-Tiny-1.55.tar.gz) = a0f7872f8a8ad0baa38addd3b7d99a618ac70dfc7b717c9c0db8563204312377 -SIZE (YAML-Tiny-1.55.tar.gz) = 43881 +SHA256 (YAML-Tiny-1.56.tar.gz) = 145208ff411e2e2961de640860624492b82946ea2b0c3bd4069c0326e4de451e +SIZE (YAML-Tiny-1.56.tar.gz) = 45380 Modified: head/textproc/p5-YAML-Tiny/pkg-plist ============================================================================== --- head/textproc/p5-YAML-Tiny/pkg-plist Sat Nov 30 14:50:02 2013 (r335291) +++ head/textproc/p5-YAML-Tiny/pkg-plist Sat Nov 30 14:50:22 2013 (r335292) @@ -1,5 +1,6 @@ %%SITE_PERL%%/YAML/Tiny.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Tiny/.packlist +%%PERL5_MAN3%%/YAML::Tiny.3.gz @dirrmtry %%SITE_PERL%%/YAML @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Tiny @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 14:54:54 2013 Return-Path: Delivered-To: svn-ports-head@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 291DEF52; Sat, 30 Nov 2013 14:54:54 +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 EF3A6183B; Sat, 30 Nov 2013 14:54:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUEsrRF082703; Sat, 30 Nov 2013 14:54:53 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUEsrH4082701; Sat, 30 Nov 2013 14:54:53 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311301454.rAUEsrH4082701@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 30 Nov 2013 14:54:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335293 - head/databases/py-redis 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.16 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, 30 Nov 2013 14:54:54 -0000 Author: koobs Date: Sat Nov 30 14:54:53 2013 New Revision: 335293 URL: http://svnweb.freebsd.org/changeset/ports/335293 Log: databases/py-redis: Update to 2.8.0 - Update to 2.8.0 - Enable STAGE support - Enable AUTOPLIST and delete pkg-plist accordingly - Tweak HIREDIS option description Changes: * redis-py should play better with gevent when a gevent Timeout is raised. * Added SENTINEL command. * Fixed a bug where pipelines could potentially correct a connection if the MULTI command generated a ResponseError. * Connections now call socket.shutdown() prior to socket.close() to ensure communication ends immediately per the note at http://docs.python.org/2/library/socket.html#socket.socket.close * Lock checks are now based on floats rather than ints. Deleted: head/databases/py-redis/pkg-plist Modified: head/databases/py-redis/Makefile head/databases/py-redis/distinfo Modified: head/databases/py-redis/Makefile ============================================================================== --- head/databases/py-redis/Makefile Sat Nov 30 14:50:22 2013 (r335292) +++ head/databases/py-redis/Makefile Sat Nov 30 14:54:53 2013 (r335293) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -PORTVERSION= 2.7.6 +PORTVERSION= 2.8.0 CATEGORIES= databases python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,16 +14,16 @@ LICENSE= MIT USE_GITHUB= yes GH_ACCOUNT= andymccurdy GH_PROJECT= ${PORTNAME}-py -GH_COMMIT= a6302d9 +GH_COMMIT= 678f353 USE_PYTHON= yes USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes OPTIONS_DEFINE= HIREDIS -HIREDIS_DESC= Add py-hiredis C extension support +HIREDIS_DESC= High performance response parser (via hiredis) OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options -NO_STAGE= yes .include .if ${PORT_OPTIONS:MHIREDIS} Modified: head/databases/py-redis/distinfo ============================================================================== --- head/databases/py-redis/distinfo Sat Nov 30 14:50:22 2013 (r335292) +++ head/databases/py-redis/distinfo Sat Nov 30 14:54:53 2013 (r335293) @@ -1,2 +1,2 @@ -SHA256 (redis-2.7.6.tar.gz) = 4fc95e2d38b54c0796b4f4229e51577f682558ff80416529258f5c0daec52331 -SIZE (redis-2.7.6.tar.gz) = 53524 +SHA256 (redis-2.8.0.tar.gz) = f92f1b624f3eb5e8ae2aa4f0e1e5e4397512881978bae56fc1824573801afa40 +SIZE (redis-2.8.0.tar.gz) = 54250 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 14:55:35 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 ESMTPS id 29F0714C; Sat, 30 Nov 2013 14:55:35 +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 169A91842; Sat, 30 Nov 2013 14:55:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUEtYof082910; Sat, 30 Nov 2013 14:55:34 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUEtYYE082909; Sat, 30 Nov 2013 14:55:34 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311301455.rAUEtYYE082909@svn.freebsd.org> From: William Grzybowski Date: Sat, 30 Nov 2013 14:55:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335294 - head/databases/spatialite 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.16 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, 30 Nov 2013 14:55:35 -0000 Author: wg Date: Sat Nov 30 14:55:34 2013 New Revision: 335294 URL: http://svnweb.freebsd.org/changeset/ports/335294 Log: databases/spatialite: enable libxml2 - Enable libxml2 - USES pathfix pkgconfig PR: ports/184099 Submitted by: maintainer Modified: head/databases/spatialite/Makefile Modified: head/databases/spatialite/Makefile ============================================================================== --- head/databases/spatialite/Makefile Sat Nov 30 14:54:53 2013 (r335293) +++ head/databases/spatialite/Makefile Sat Nov 30 14:55:34 2013 (r335294) @@ -3,6 +3,7 @@ PORTNAME= spatialite PORTVERSION= 4.1.1 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ DISTNAME= lib${PORTNAME}-${PORTVERSION} @@ -16,13 +17,13 @@ LIB_DEPENDS= libgeos_c.so:${PORTSDIR}/gr WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes +USES= gmake iconv pathfix pkgconfig USE_SQLITE= yes -USES= gmake iconv -USE_GCC= yes +USE_GNOME= libxml2 -CPPFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include +CFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -CONFIGURE_ARGS+=CFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS+=--enable-libxml2=yes CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes NO_STAGE= yes @@ -30,13 +31,7 @@ post-patch: @${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/src/Makefile.am @${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.in -.include +BROKEN_powerpc= Does not compile on powerpc: invokes i386 assembler -.if ${ARCH} == "powerpc" -BROKEN= Does not compile on powerpc: invokes i386 assembler -.endif - -.include +.include From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 14:58:25 2013 Return-Path: Delivered-To: svn-ports-head@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 287EF245; Sat, 30 Nov 2013 14:58:25 +0000 (UTC) Received: from mail-oa0-x22c.google.com (mail-oa0-x22c.google.com [IPv6:2607:f8b0:4003:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BCB3E1852; Sat, 30 Nov 2013 14:58:24 +0000 (UTC) Received: by mail-oa0-f44.google.com with SMTP id m1so11465575oag.31 for ; Sat, 30 Nov 2013 06:58:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=N+MJCOOVsru/TxpjO8khvbW/m9Ak3Y9qUFSMzu1lc7g=; b=S0VW0aPLqo4TaH2e7BBOA6pFd50chEDM2ogOpdigUO+/KUhhRKPx5hTofpNAKjA2LK U6nVesnTVyXQDQQKdOqTXueAkHXBCpS0azpCNjDrkTZDcshuNvkW0yfc0DfP9AVzNsLW vsXalvNuTaU7Qihqq6lc+34g9r0uzzzyNQWjh/nrFC7loPVPoD9bGvm7y0YS3hmKLRsB jUbzOufgs7uq2P8rCKyhhz7Vj+SJlzMZwIIH6KALaNdSgHKTUkarBJeVjK9q7uMa6B2f lZFC/bdOkS7+sF1CGlhHhMZFeL2Qn5lx3GrTVfhxiO1HJjREf75JS8Op3Z3OIwWfsyvm 3PQA== MIME-Version: 1.0 X-Received: by 10.60.58.134 with SMTP id r6mr623549oeq.17.1385823503995; Sat, 30 Nov 2013 06:58:23 -0800 (PST) Sender: andrej.zverev@gmail.com Received: by 10.182.230.131 with HTTP; Sat, 30 Nov 2013 06:58:23 -0800 (PST) In-Reply-To: <201311301447.rAUElG6I079600@svn.freebsd.org> References: <201311301447.rAUElG6I079600@svn.freebsd.org> Date: Sat, 30 Nov 2013 18:58:23 +0400 X-Google-Sender-Auth: gcboiIoAH8Wgm_a4X3IecBBzKM0 Message-ID: Subject: Re: svn commit: r335290 - head/benchmarks/slowloris From: Andrej Zverev To: Alexey Degtyarev Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 30 Nov 2013 14:58:25 -0000 Not fatal but nice to have :-) Usually NO_BUILD=yes mean what you don't need build this software. In such case for Perl use need to say also USE_PERL5= run (by default values are = run build). From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 15:00:06 2013 Return-Path: Delivered-To: svn-ports-head@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 C1835337; Sat, 30 Nov 2013 15:00:06 +0000 (UTC) Received: from mail-qa0-x22e.google.com (mail-qa0-x22e.google.com [IPv6:2607:f8b0:400d:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 39FC0185F; Sat, 30 Nov 2013 15:00:06 +0000 (UTC) Received: by mail-qa0-f46.google.com with SMTP id f11so2778622qae.5 for ; Sat, 30 Nov 2013 07:00:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=aMvSnb/8cVDjt5+66qyJznvYV8vUu+Tt1Grzb5fiJ50=; b=dpsSZZ7m8Pr+Pey4qlnh3gDLEBzF/U28lLL8JO+iPekHuN09wCO7SNpQpgolIb8jRW kvAP/YzmzQBBTiPXNs4w0BQfaBIxlaRNZ2WQdH3++QR1EfRYytoaTzcbWBfBubBV1X66 gF2E2daLwfB/oXcxXttfF2bMR0yl8jEP9G2xWW3GgWqLUwg7DSnr8rf4fxlu/hOXCuBM FHrrKZqIrFv8YAhVUQT47UlHeLdek9GD2Bw0rMOL2iH153DDIJHf75KB634nvx5Rrzbu PHvWq7U23OS7WyVqdVXxm6eAT4y4U+jaa/AXXnH0hc0vu6eHHIQzYuGmj5YlX4/4faio yo6g== MIME-Version: 1.0 X-Received: by 10.229.5.4 with SMTP id 4mr96627383qct.2.1385823605313; Sat, 30 Nov 2013 07:00:05 -0800 (PST) Received: by 10.140.81.233 with HTTP; Sat, 30 Nov 2013 07:00:05 -0800 (PST) In-Reply-To: References: <201311301447.rAUElG6I079600@svn.freebsd.org> Date: Sat, 30 Nov 2013 13:00:05 -0200 Message-ID: Subject: Re: svn commit: r335290 - head/benchmarks/slowloris From: William Grzybowski To: Andrej Zverev Content-Type: text/plain; charset=ISO-8859-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , Alexey Degtyarev , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 30 Nov 2013 15:00:06 -0000 On Sat, Nov 30, 2013 at 12:58 PM, Andrej Zverev wrote: > Not fatal but nice to have :-) > Usually NO_BUILD=yes mean what you don't need build this software. In > such case for Perl use need to say also > USE_PERL5= run (by default values are = run build). My fault, I forgot about those, thanks for the reminder. He forgot: Approved by: wg (mentor) -- William Grzybowski ------------------------------------------ Curitiba/PR - Brasil From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 15:03:29 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 ESMTPS id CEA7D4CE; Sat, 30 Nov 2013 15:03:29 +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 B01BA189E; Sat, 30 Nov 2013 15:03:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUF3TQX086173; Sat, 30 Nov 2013 15:03:29 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUF3TO0086168; Sat, 30 Nov 2013 15:03:29 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311301503.rAUF3TO0086168@svn.freebsd.org> From: William Grzybowski Date: Sat, 30 Nov 2013 15:03:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335295 - head/graphics/libgaiagraphics 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.16 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, 30 Nov 2013 15:03:30 -0000 Author: wg Date: Sat Nov 30 15:03:28 2013 New Revision: 335295 URL: http://svnweb.freebsd.org/changeset/ports/335295 Log: graphics/libgaiagraphics: update to 0.5 - Update to 0.5 - Allow staging - Convert lib depends to new format - Use space in WWW PR: ports/184101 Submitted by: maintainer Modified: head/graphics/libgaiagraphics/Makefile head/graphics/libgaiagraphics/distinfo head/graphics/libgaiagraphics/pkg-descr Modified: head/graphics/libgaiagraphics/Makefile ============================================================================== --- head/graphics/libgaiagraphics/Makefile Sat Nov 30 14:55:34 2013 (r335294) +++ head/graphics/libgaiagraphics/Makefile Sat Nov 30 15:03:28 2013 (r335295) @@ -2,30 +2,25 @@ # $FreeBSD$ PORTNAME= libgaiagraphics -PORTVERSION= 0.4b +PORTVERSION= 0.5 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ MAINTAINER= coder@tuxfamily.org COMMENT= Library supporting common-utility raster handling methods -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - tiff:${PORTSDIR}/graphics/tiff \ - geotiff:${PORTSDIR}/graphics/libgeotiff \ - jpeg:${PORTSDIR}/graphics/jpeg \ - cairo:${PORTSDIR}/graphics/cairo +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libgeotiff.so:${PORTSDIR}/graphics/libgeotiff \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libcairo.so:${PORTSDIR}/graphics/cairo -GNU_CONFIGURE= yes -USES= iconv gmake pkgconfig - -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -CONFIGURE_ARGS+=CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" +USES= gmake iconv pathfix pkgconfig USE_LDCONFIG= yes -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \ - ${WRKSRC}/Makefile.in +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +GNU_CONFIGURE= yes +CONFIGURE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" .include Modified: head/graphics/libgaiagraphics/distinfo ============================================================================== --- head/graphics/libgaiagraphics/distinfo Sat Nov 30 14:55:34 2013 (r335294) +++ head/graphics/libgaiagraphics/distinfo Sat Nov 30 15:03:28 2013 (r335295) @@ -1,2 +1,2 @@ -SHA256 (libgaiagraphics-0.4b.tar.gz) = e4ef90cc8224ecc92ad4294d4ee856b77205b19462729648c66d62b72c3b4ede -SIZE (libgaiagraphics-0.4b.tar.gz) = 451786 +SHA256 (libgaiagraphics-0.5.tar.gz) = ccab293319eef1e77d18c41ba75bc0b6328d0fc3c045bb1d1c4f9d403676ca1c +SIZE (libgaiagraphics-0.5.tar.gz) = 485775 Modified: head/graphics/libgaiagraphics/pkg-descr ============================================================================== --- head/graphics/libgaiagraphics/pkg-descr Sat Nov 30 14:55:34 2013 (r335294) +++ head/graphics/libgaiagraphics/pkg-descr Sat Nov 30 15:03:28 2013 (r335295) @@ -1,4 +1,4 @@ libgaiagraphics is an open source library supporting common-utility raster handling methods. -WWW: https://www.gaia-gis.it/fossil/libgaiagraphics/index +WWW: https://www.gaia-gis.it/fossil/libgaiagraphics/index From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 15:08:06 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 ESMTPS id 846D35E2; Sat, 30 Nov 2013 15:08:06 +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 6608418B3; Sat, 30 Nov 2013 15:08:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUF86Yb086969; Sat, 30 Nov 2013 15:08:06 GMT (envelope-from thierry@svn.freebsd.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUF85T1086963; Sat, 30 Nov 2013 15:08:05 GMT (envelope-from thierry@svn.freebsd.org) Message-Id: <201311301508.rAUF85T1086963@svn.freebsd.org> From: Thierry Thomas Date: Sat, 30 Nov 2013 15:08:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335296 - in head: graphics/GraphicsMagick13 graphics/GraphicsMagick13/files graphics/cimg science/gnudatalanguage 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.16 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, 30 Nov 2013 15:08:06 -0000 Author: thierry Date: Sat Nov 30 15:08:05 2013 New Revision: 335296 URL: http://svnweb.freebsd.org/changeset/ports/335296 Log: - Upgrade to 1.3.18. - Since I'm there, pet portlint and stagify. PR: ports/183821 Submitted by: /me Approved by: maintainer's time-out Deleted: head/graphics/GraphicsMagick13/files/patch-coders__png.c Modified: head/graphics/GraphicsMagick13/Makefile head/graphics/GraphicsMagick13/distinfo (contents, props changed) head/graphics/GraphicsMagick13/pkg-plist (contents, props changed) head/graphics/cimg/Makefile head/science/gnudatalanguage/Makefile Modified: head/graphics/GraphicsMagick13/Makefile ============================================================================== --- head/graphics/GraphicsMagick13/Makefile Sat Nov 30 15:03:28 2013 (r335295) +++ head/graphics/GraphicsMagick13/Makefile Sat Nov 30 15:08:05 2013 (r335296) @@ -2,37 +2,38 @@ # $FreeBSD$ PORTNAME= GraphicsMagick -PORTVERSION= 1.3.16 -PORTREVISION= 1 +PORTVERSION= 1.3.18 CATEGORIES= graphics MASTER_SITES= SF \ ftp://ftp.graphicsmagick.org/pub/GraphicsMagick/1.3/ MASTER_SITE_SUBDIR= ${PORTNAME:L}/${PORTNAME:L}/${PORTVERSION} -PORTSCOUT= limit:^1\.3\. PKGNAMESUFFIX= 13 MAINTAINER= glarkin@FreeBSD.org COMMENT= Fast image processing tools based on ImageMagick -CONFLICTS= GraphicsMagick-1.[12].* GraphicsMagick12-* +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ + libpng15.so:${PORTSDIR}/graphics/png \ + libjbig.so:${PORTSDIR}/graphics/jbigkit \ + libjasper.so:${PORTSDIR}/graphics/jasper \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + liblcms.so:${PORTSDIR}/graphics/lcms \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libxml2.so:${PORTSDIR}/textproc/libxml2 -LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ - png15:${PORTSDIR}/graphics/png \ - jbig:${PORTSDIR}/graphics/jbigkit \ - xml2:${PORTSDIR}/textproc/libxml2 -OTHERGRAPHICS= jasper jpeg lcms tiff -LIB_DEPENDS+= ${OTHERGRAPHICS:C|(.+)|\1:${PORTSDIR}/graphics/\1|} +CONFLICTS= GraphicsMagick-1.[12].* GraphicsMagick12-* OPTIONS_DEFINE= Q8BIT FPX OPENMP SSE TESTS X11 DOCS Q8BIT_DESC= Use 8-bit pixels (speed) instead of 16 (quality) DPS_DESC= Enable Display Ghostscript support -NODPS_DESC= Disable Display Ghostscript support TESTS_DESC= Run bundled self-tests after build OPTIONS_DEFAULT=FPX DPS OPENMP X11 TESTS DOCS OPTIONS_SINGLE= X11 -OPTIONS_SINGLE_X11= DPS NODPS +OPTIONS_SINGLE_X11= DPS + +PORTSCOUT= limit:^1\.3\. USES= iconv USE_AUTOTOOLS= libtool libltdl @@ -40,13 +41,6 @@ USE_BZIP2= yes USE_GHOSTSCRIPT=yes GNU_CONFIGURE= yes -MAN1= GraphicsMagick++-config.1 \ - GraphicsMagick-config.1 \ - GraphicsMagickWand-config.1 \ - gm.1 -MAN4= miff.4 -MAN5= quantize.5 - CONFIGURE_ARGS= --without-perl --enable-shared --enable-static \ --with-ltdl-include=${LOCALBASE}/include \ --with-ltdl-lib=${LOCALBASE}/lib @@ -57,9 +51,8 @@ ALL_TARGET= -j`${SYSCTL} -n hw.ncpu` CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes test check: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check .include @@ -82,14 +75,14 @@ CFLAGS+= -msse3 .endif .if ${PORT_OPTIONS:MFPX} -LIB_DEPENDS+= fpx.[2-9]:${PORTSDIR}/graphics/libfpx +LIB_DEPENDS+= libfpx.so.[2-9]:${PORTSDIR}/graphics/libfpx CONFIGURE_ARGS+= --with-fpx .else CONFIGURE_ARGS+= --without-fpx .endif .if ${PORT_OPTIONS:MDPS} -LIB_DEPENDS+= dps:${PORTSDIR}/x11/dgs +LIB_DEPENDS+= libdps.so:${PORTSDIR}/x11/dgs CONFIGURE_ARGS+= --with-dps .else CONFIGURE_ARGS+= --without-dps @@ -117,18 +110,19 @@ CONFIGURE_ARGS+= --with-windows-font-dir .if ${PORT_OPTIONS:MX11} == "" CONFIGURE_ARGS+=--without-x -LIB_DEPENDS+= wmflite:${PORTSDIR}/graphics/libwmf-nox11 +LIB_DEPENDS+= libwmflite.so:${PORTSDIR}/graphics/libwmf-nox11 .else -LIB_DEPENDS+= wmflite:${PORTSDIR}/graphics/libwmf +LIB_DEPENDS+= libwmflite.so:${PORTSDIR}/graphics/libwmf .endif .if ${PORT_OPTIONS:MQ8BIT} CONFIGURE_ARGS+= --with-quantum-depth=8 -PLIST_SUB+= Q=8 +QD= 8 .else CONFIGURE_ARGS+= --with-quantum-depth=16 -PLIST_SUB+= Q=16 +QD= 16 .endif +PLIST_SUB+= Q=${QD} .if ${PORT_OPTIONS:MTESTS} post-build:: test @@ -140,4 +134,8 @@ post-build:: # .endif +post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/lib/GraphicsMagick/modules-Q${QD}/coders \ + ${STAGEDIR}${PREFIX}/lib/GraphicsMagick/modules-Q${QD}/filters + .include Modified: head/graphics/GraphicsMagick13/distinfo ============================================================================== --- head/graphics/GraphicsMagick13/distinfo Sat Nov 30 15:03:28 2013 (r335295) +++ head/graphics/GraphicsMagick13/distinfo Sat Nov 30 15:08:05 2013 (r335296) @@ -1,2 +1,2 @@ -SHA256 (GraphicsMagick-1.3.16.tar.bz2) = 2845bfcd53b0ea57755f21aac80df3becfa7d37ac50c6f67387f004d67d58d83 -SIZE (GraphicsMagick-1.3.16.tar.bz2) = 7328861 +SHA256 (GraphicsMagick-1.3.18.tar.bz2) = 768b89a685d29b0e463ade21bc0649f2727800ebc5a8e13fa6fc17ccb9da769b +SIZE (GraphicsMagick-1.3.18.tar.bz2) = 7259418 Modified: head/graphics/GraphicsMagick13/pkg-plist ============================================================================== --- head/graphics/GraphicsMagick13/pkg-plist Sat Nov 30 15:03:28 2013 (r335295) +++ head/graphics/GraphicsMagick13/pkg-plist Sat Nov 30 15:08:05 2013 (r335296) @@ -83,6 +83,7 @@ include/GraphicsMagick/wand/drawing_wand include/GraphicsMagick/wand/magick_wand.h include/GraphicsMagick/wand/pixel_wand.h include/GraphicsMagick/wand/wand_api.h +include/GraphicsMagick/wand/wand_symbols.h lib/GraphicsMagick/config/delegates.mgk lib/GraphicsMagick/config/type-ghostscript.mgk lib/GraphicsMagick/config/type-solaris.mgk @@ -95,14 +96,20 @@ lib/libGraphicsMagick++.so.9 lib/libGraphicsMagick.a lib/libGraphicsMagick.la lib/libGraphicsMagick.so -lib/libGraphicsMagick.so.12 +lib/libGraphicsMagick.so.14 lib/libGraphicsMagickWand.a lib/libGraphicsMagickWand.la lib/libGraphicsMagickWand.so -lib/libGraphicsMagickWand.so.7 +lib/libGraphicsMagickWand.so.8 libdata/pkgconfig/GraphicsMagick++.pc libdata/pkgconfig/GraphicsMagick.pc libdata/pkgconfig/GraphicsMagickWand.pc +man/man1/GraphicsMagick++-config.1.gz +man/man1/GraphicsMagick-config.1.gz +man/man1/GraphicsMagickWand-config.1.gz +man/man1/gm.1.gz +man/man4/miff.4.gz +man/man5/quantize.5.gz %%DATADIR%%/config/colors.mgk %%DATADIR%%/config/log.mgk %%DATADIR%%/config/modules.mgk @@ -118,6 +125,7 @@ libdata/pkgconfig/GraphicsMagickWand.pc %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2009 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2010 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2011 +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog.2012 %%PORTDOCS%%%%DOCSDIR%%/Copyright.txt %%PORTDOCS%%%%DOCSDIR%%/NEWS.txt %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2001.html @@ -131,6 +139,7 @@ libdata/pkgconfig/GraphicsMagickWand.pc %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2009.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2010.html %%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2011.html +%%PORTDOCS%%%%DOCSDIR%%/www/ChangeLog-2012.html %%PORTDOCS%%%%DOCSDIR%%/www/Changelog.html %%PORTDOCS%%%%DOCSDIR%%/www/Changes.html %%PORTDOCS%%%%DOCSDIR%%/www/Copyright.html @@ -145,18 +154,15 @@ libdata/pkgconfig/GraphicsMagickWand.pc %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/ChangeLog.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/CoderInfo.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Color.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Documentation.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Drawable.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Drawable_example_1.png %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Enumerations.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Exception.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/FormatCharacters.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Future.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Geometry.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Image.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Image.png %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/ImageDesign.html -%%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Install.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Montage.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/PixelPacket.html %%PORTDOCS%%%%DOCSDIR%%/www/Magick++/Pixels.html @@ -226,6 +232,8 @@ libdata/pkgconfig/GraphicsMagickWand.pc %%PORTDOCS%%%%DOCSDIR%%/www/api/types.html %%PORTDOCS%%%%DOCSDIR%%/www/api/widget.html %%PORTDOCS%%%%DOCSDIR%%/www/authors.html +%%PORTDOCS%%%%DOCSDIR%%/www/batch.html +%%PORTDOCS%%%%DOCSDIR%%/www/benchmark.html %%PORTDOCS%%%%DOCSDIR%%/www/benchmarks.html %%PORTDOCS%%%%DOCSDIR%%/www/bugs.html %%PORTDOCS%%%%DOCSDIR%%/www/color.html @@ -265,8 +273,10 @@ libdata/pkgconfig/GraphicsMagickWand.pc %%PORTDOCS%%%%DOCSDIR%%/www/quantize.html %%PORTDOCS%%%%DOCSDIR%%/www/reference.html %%PORTDOCS%%%%DOCSDIR%%/www/smile.c +%%PORTDOCS%%%%DOCSDIR%%/www/time.html %%PORTDOCS%%%%DOCSDIR%%/www/tools.html %%PORTDOCS%%%%DOCSDIR%%/www/utilities.html +%%PORTDOCS%%%%DOCSDIR%%/www/version.html %%PORTDOCS%%%%DOCSDIR%%/www/wand/drawing_wand.html %%PORTDOCS%%%%DOCSDIR%%/www/wand/magick_wand.html %%PORTDOCS%%%%DOCSDIR%%/www/wand/pixel_wand.html @@ -289,5 +299,3 @@ libdata/pkgconfig/GraphicsMagickWand.pc @dirrm include/GraphicsMagick/magick @dirrm include/GraphicsMagick/Magick++ @dirrm include/GraphicsMagick -@exec mkdir -p %D/lib/GraphicsMagick/modules-Q%%Q%%/filters -@exec mkdir -p %D/lib/GraphicsMagick/modules-Q%%Q%%/coders Modified: head/graphics/cimg/Makefile ============================================================================== --- head/graphics/cimg/Makefile Sat Nov 30 15:03:28 2013 (r335295) +++ head/graphics/cimg/Makefile Sat Nov 30 15:08:05 2013 (r335296) @@ -3,7 +3,7 @@ PORTNAME= cimg PORTVERSION= 1.5.7 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= graphics devel MASTER_SITES= SF/${PORTNAME} \ @@ -47,7 +47,7 @@ LIB_DEPENDS+= libpng15.so:${PORTSDIR}/gr libIlmImf.so:${PORTSDIR}/graphics/OpenEXR \ libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app \ libfftw3.so:${PORTSDIR}/math/fftw3 \ - libGraphicsMagick++.so:${PORTSDIR}/graphics/GraphicsMagick + libGraphicsMagick.so.14:${PORTSDIR}/graphics/GraphicsMagick13 # libopencv_legacy.so:${PORTSDIR}/graphics/opencv ALL_TARGET= Mlinux . else Modified: head/science/gnudatalanguage/Makefile ============================================================================== --- head/science/gnudatalanguage/Makefile Sat Nov 30 15:03:28 2013 (r335295) +++ head/science/gnudatalanguage/Makefile Sat Nov 30 15:08:05 2013 (r335296) @@ -3,7 +3,7 @@ PORTNAME= gnudatalanguage DISTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science lang MASTER_SITES= SF/${PORTNAME}/gdl/${DISTVERSION} .if defined(BUILD_PYTHON_MODULE) @@ -36,12 +36,10 @@ LIB_DEPENDS+= libplplotd.so:${PORTSDIR}/ libps.so:${PORTSDIR}/print/pslib \ libgsl.so:${PORTSDIR}/math/gsl -USE_DOS2UNIX= src/plotting_xyouts.cpp - USE_GCC= yes USE_WX= 2.8 USE_XORG= x11 -USES= pkgconfig cmake +USES= pkgconfig cmake dos2unix # Disable ncurses and readline from ports # Disable ImageMagick (does'nt work with plplot because dynamic drivers @@ -67,7 +65,7 @@ PLIST_SUB+= MASTER="" .endif .if !defined(WITHOUT_GRAPHICSMAGICK) -LIB_DEPENDS+= libGraphicsMagick.so.12:${PORTSDIR}/graphics/GraphicsMagick13 +LIB_DEPENDS+= libGraphicsMagick.so.14:${PORTSDIR}/graphics/GraphicsMagick13 CMAKE_ARGS+= -DGRAPHICSMAGICK:BOOL=YES .else CMAKE_ARGS+= -DGRAPHICSMAGICK:BOOL=NO From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 15:18:49 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 ESMTPS id B2F3DA16; Sat, 30 Nov 2013 15:18:49 +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 9F4471920; Sat, 30 Nov 2013 15:18:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUFInV3090678; Sat, 30 Nov 2013 15:18:49 GMT (envelope-from alexey@svn.freebsd.org) Received: (from alexey@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUFInWM090677; Sat, 30 Nov 2013 15:18:49 GMT (envelope-from alexey@svn.freebsd.org) Message-Id: <201311301518.rAUFInWM090677@svn.freebsd.org> From: Alexey Degtyarev Date: Sat, 30 Nov 2013 15:18:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335297 - head/benchmarks/slowloris 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.16 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, 30 Nov 2013 15:18:49 -0000 Author: alexey Date: Sat Nov 30 15:18:49 2013 New Revision: 335297 URL: http://svnweb.freebsd.org/changeset/ports/335297 Log: * Specify phase in which to use Perl. Approved by: wg (mentor) Reported by: az Modified: head/benchmarks/slowloris/Makefile Modified: head/benchmarks/slowloris/Makefile ============================================================================== --- head/benchmarks/slowloris/Makefile Sat Nov 30 15:08:05 2013 (r335296) +++ head/benchmarks/slowloris/Makefile Sat Nov 30 15:18:49 2013 (r335297) @@ -12,9 +12,11 @@ COMMENT= The low bandwidth, yet greedy a RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long -USES= perl5 NO_BUILD= yes +USES= perl5 +USE_PERL5= run + PLIST_FILES= bin/slowloris PERL_THREADS?= yes From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 15:22:08 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 ESMTPS id E5CBDB94; Sat, 30 Nov 2013 15:22:07 +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 D14141961; Sat, 30 Nov 2013 15:22:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUFM7dT093273; Sat, 30 Nov 2013 15:22:07 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUFM79Q093269; Sat, 30 Nov 2013 15:22:07 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311301522.rAUFM79Q093269@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 30 Nov 2013 15:22:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335298 - in head/devel/py-pygithub: . 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.16 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, 30 Nov 2013 15:22:08 -0000 Author: koobs Date: Sat Nov 30 15:22:06 2013 New Revision: 335298 URL: http://svnweb.freebsd.org/changeset/ports/335298 Log: devel/py-pygithub: Update to 1.21.0 - Update to 1.21.0 - Enable STAGE support, delete pkg-plist acordingly - Enable AUTOPLIST - Switch to setuptools - Remove USE_ZIP, distribution file is now tar.gz - pkg-descr: Update WWW: URL - pkg-descr: Tab->space in WWW: - Repatch setup.py Changes: http://jacquev6.github.io/PyGithub/changes.html Deleted: head/devel/py-pygithub/pkg-plist Modified: head/devel/py-pygithub/Makefile head/devel/py-pygithub/distinfo head/devel/py-pygithub/files/patch-setup.py head/devel/py-pygithub/pkg-descr (contents, props changed) Modified: head/devel/py-pygithub/Makefile ============================================================================== --- head/devel/py-pygithub/Makefile Sat Nov 30 15:18:49 2013 (r335297) +++ head/devel/py-pygithub/Makefile Sat Nov 30 15:22:06 2013 (r335298) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pygithub -PORTVERSION= 1.8.0 +PORTVERSION= 1.21.0 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,14 +13,12 @@ COMMENT= Use the full Github API v3 with LICENSE= LGPL3 -USE_ZIP= yes USE_PYTHON= yes -USE_PYDISTUTILS= yes - +USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= PyGithub regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test -NO_STAGE= yes .include Modified: head/devel/py-pygithub/distinfo ============================================================================== --- head/devel/py-pygithub/distinfo Sat Nov 30 15:18:49 2013 (r335297) +++ head/devel/py-pygithub/distinfo Sat Nov 30 15:22:06 2013 (r335298) @@ -1,2 +1,2 @@ -SHA256 (PyGithub-1.8.0.zip) = 60c1d4c72ff2a9728e34308a690ee9477d2f8af7209d02190af4309553499fb5 -SIZE (PyGithub-1.8.0.zip) = 1719761 +SHA256 (PyGithub-1.21.0.tar.gz) = 157bf30124c22fa31790a92c92a096a8d156b2ca712e90f322a699372a186203 +SIZE (PyGithub-1.21.0.tar.gz) = 2268845 Modified: head/devel/py-pygithub/files/patch-setup.py ============================================================================== --- head/devel/py-pygithub/files/patch-setup.py Sat Nov 30 15:18:49 2013 (r335297) +++ head/devel/py-pygithub/files/patch-setup.py Sat Nov 30 15:22:06 2013 (r335298) @@ -1,12 +1,12 @@ ---- ./setup.py.orig 2012-10-06 17:07:20.000000000 +1000 -+++ ./setup.py 2012-10-06 17:07:31.000000000 +1000 -@@ -68,9 +68,6 @@ - "github", - "github.tests", - ], -- package_data = { -- "github": [ "ReadMe.md", "COPYING*", "doc/*.md", "tests/ReplayData/*.txt" ] -- }, - classifiers = [ - "Development Status :: 5 - Production/Stable", - "Environment :: Web Environment", +--- ./setup.py.orig 2013-12-01 01:57:47.387343670 +1100 ++++ ./setup.py 2013-12-01 01:58:01.182641877 +1100 +@@ -73,9 +73,6 @@ + "github", + "github.tests", + ], +- package_data={ +- "github": ["ReadMe.rst", "COPYING*", "tests/ReplayData/*.txt"] +- }, + classifiers=[ + "Development Status :: 5 - Production/Stable", + "Environment :: Web Environment", Modified: head/devel/py-pygithub/pkg-descr ============================================================================== --- head/devel/py-pygithub/pkg-descr Sat Nov 30 15:18:49 2013 (r335297) +++ head/devel/py-pygithub/pkg-descr Sat Nov 30 15:22:06 2013 (r335298) @@ -5,4 +5,4 @@ organizations, etc.) from Python scripts It covers the full API, and all methods are tested against the real Github site. -WWW: http://vincent-jacques.net/PyGithub +WWW: https://github.com/jacquev6/PyGithub From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 15:37:19 2013 Return-Path: Delivered-To: svn-ports-head@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 273FAD2D; Sat, 30 Nov 2013 15:37:19 +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 ED6FC19DC; Sat, 30 Nov 2013 15:37:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUFbI7f097096; Sat, 30 Nov 2013 15:37:18 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUFbIAv097094; Sat, 30 Nov 2013 15:37:18 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301537.rAUFbIAv097094@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 15:37:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335299 - head/security/p5-Crypt-PBKDF2 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.16 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, 30 Nov 2013 15:37:19 -0000 Author: sunpoet Date: Sat Nov 30 15:37:18 2013 New Revision: 335299 URL: http://svnweb.freebsd.org/changeset/ports/335299 Log: - Update to 0.133330 - Add LICENSE - Sort *_DEPENDS Changes: http://search.cpan.org/dist/Crypt-PBKDF2/Changes Modified: head/security/p5-Crypt-PBKDF2/Makefile head/security/p5-Crypt-PBKDF2/distinfo (contents, props changed) Modified: head/security/p5-Crypt-PBKDF2/Makefile ============================================================================== --- head/security/p5-Crypt-PBKDF2/Makefile Sat Nov 30 15:22:06 2013 (r335298) +++ head/security/p5-Crypt-PBKDF2/Makefile Sat Nov 30 15:37:18 2013 (r335299) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Crypt-PBKDF2 -PORTVERSION= 0.131750 +PORTVERSION= 0.133330 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ARODLAND @@ -11,12 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= The PBKDF2 password hashing algorithm -RUN_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \ - p5-Moose>=1:${PORTSDIR}/devel/p5-Moose \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Digest-HMAC>=1.01:${PORTSDIR}/security/p5-Digest-HMAC \ p5-Method-Signatures-Simple>=0:${PORTSDIR}/devel/p5-Method-Signatures-Simple \ + p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \ + p5-Moose>=1:${PORTSDIR}/devel/p5-Moose \ p5-Try-Tiny>=0.04:${PORTSDIR}/lang/p5-Try-Tiny \ p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean -BUILD_DEPENDS:= ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure Modified: head/security/p5-Crypt-PBKDF2/distinfo ============================================================================== --- head/security/p5-Crypt-PBKDF2/distinfo Sat Nov 30 15:22:06 2013 (r335298) +++ head/security/p5-Crypt-PBKDF2/distinfo Sat Nov 30 15:37:18 2013 (r335299) @@ -1,2 +1,2 @@ -SHA256 (Crypt-PBKDF2-0.131750.tar.gz) = e27866a5a8314ddb138e7673b265492fdf93e9e1d23023446280931433f4f102 -SIZE (Crypt-PBKDF2-0.131750.tar.gz) = 15844 +SHA256 (Crypt-PBKDF2-0.133330.tar.gz) = 83fcc87e77b95599a63203cd606d00ce4cfa893a9a1c8e42d40f261f8d2aece5 +SIZE (Crypt-PBKDF2-0.133330.tar.gz) = 15904 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 15:43:57 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 ESMTPS id 0413DED9; Sat, 30 Nov 2013 15:43:57 +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 C9EDC1A24; Sat, 30 Nov 2013 15:43:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUFhugc099975; Sat, 30 Nov 2013 15:43:56 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUFhuUj099972; Sat, 30 Nov 2013 15:43:56 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301543.rAUFhuUj099972@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 15:43:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335300 - in head/audio: . rubygem-ogginfo rubygem-ruby-ogginfo 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.16 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, 30 Nov 2013 15:43:57 -0000 Author: sunpoet Date: Sat Nov 30 15:43:55 2013 New Revision: 335300 URL: http://svnweb.freebsd.org/changeset/ports/335300 Log: - Respect upstream naming: rename rubygem-ogginfo to rubygem-ruby-ogginfo - Update to 0.7.2 - Add LICENSE - Remove leading indefinite article from COMMENT Changes: https://github.com/moumar/ruby-ogginfo/blob/master/History.txt Added: head/audio/rubygem-ruby-ogginfo/ - copied from r335298, head/audio/rubygem-ogginfo/ Deleted: head/audio/rubygem-ogginfo/ Modified: head/audio/Makefile head/audio/rubygem-ruby-ogginfo/Makefile head/audio/rubygem-ruby-ogginfo/distinfo (contents, props changed) Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sat Nov 30 15:37:18 2013 (r335299) +++ head/audio/Makefile Sat Nov 30 15:43:55 2013 (r335300) @@ -665,8 +665,8 @@ SUBDIR += ruby-taglib SUBDIR += ruby-xmms2 SUBDIR += rubygem-librmpd - SUBDIR += rubygem-ogginfo SUBDIR += rubygem-ruby-mp3info + SUBDIR += rubygem-ruby-ogginfo SUBDIR += rubygem-shout SUBDIR += rubyripper SUBDIR += s3mod Modified: head/audio/rubygem-ruby-ogginfo/Makefile ============================================================================== --- head/audio/rubygem-ogginfo/Makefile Sat Nov 30 15:22:06 2013 (r335298) +++ head/audio/rubygem-ruby-ogginfo/Makefile Sat Nov 30 15:43:55 2013 (r335300) @@ -1,14 +1,15 @@ # Created by: Steve Wills # $FreeBSD$ -PORTNAME= ogginfo -PORTVERSION= 0.6.11 +PORTNAME= ruby-ogginfo +PORTVERSION= 0.7.2 CATEGORIES= audio rubygems MASTER_SITES= RG -DISTNAME= ruby-${PORTNAME}-${PORTVERSION} MAINTAINER= ruby@FreeBSD.org -COMMENT= A Ruby library to access to information on ogg files +COMMENT= Ruby library to access to information on ogg files + +LICENSE= GPLv3 USE_RUBY= yes USE_RUBYGEMS= yes Modified: head/audio/rubygem-ruby-ogginfo/distinfo ============================================================================== --- head/audio/rubygem-ogginfo/distinfo Sat Nov 30 15:22:06 2013 (r335298) +++ head/audio/rubygem-ruby-ogginfo/distinfo Sat Nov 30 15:43:55 2013 (r335300) @@ -1,2 +1,2 @@ -SHA256 (rubygem/ruby-ogginfo-0.6.11.gem) = 63fba4145785e3908c32ffdbc7f08ff26df69d91712ed83e557ad2e04710fac3 -SIZE (rubygem/ruby-ogginfo-0.6.11.gem) = 28672 +SHA256 (rubygem/ruby-ogginfo-0.7.2.gem) = dea20eae929bade3d858033bfcdc3948de818d649a0183c3414f4a8b2c79e760 +SIZE (rubygem/ruby-ogginfo-0.7.2.gem) = 77824 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 15:45:28 2013 Return-Path: Delivered-To: svn-ports-head@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 D4237FD4; Sat, 30 Nov 2013 15:45:28 +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 C07B61A2F; Sat, 30 Nov 2013 15:45:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUFjS3Q000407; Sat, 30 Nov 2013 15:45:28 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUFjSKr000406; Sat, 30 Nov 2013 15:45:28 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301545.rAUFjSKr000406@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 15:45:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335301 - head 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.16 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, 30 Nov 2013 15:45:28 -0000 Author: sunpoet Date: Sat Nov 30 15:45:28 2013 New Revision: 335301 URL: http://svnweb.freebsd.org/changeset/ports/335301 Log: - Move audio/rubygem-ogginfo to audio/rubygem-ruby-ogginfo Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Sat Nov 30 15:43:55 2013 (r335300) +++ head/MOVED Sat Nov 30 15:45:28 2013 (r335301) @@ -5272,3 +5272,4 @@ devel/zmq-devel|net/libzmq3|2013-11-28|R devel/czmq|net/czmq|2013-11-29|Move to a more suitable category and with other libzmq ports lang/ruby-reference||2013-11-29|Removed: does not contain up-to-date ruby reference, upstream has disappeared audio/gnump3d||2013-11-30|Has expired: Development has been abandoned upstream +audio/rubygem-ogginfo|audio/rubygem-ruby-ogginfo|2013-11-30|Rename to match upstream naming From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 15:45:40 2013 Return-Path: Delivered-To: svn-ports-head@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 6CA3D13C; Sat, 30 Nov 2013 15:45:40 +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 58D1C1A31; Sat, 30 Nov 2013 15:45:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUFjeuh000502; Sat, 30 Nov 2013 15:45:40 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUFjeNU000500; Sat, 30 Nov 2013 15:45:40 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301545.rAUFjeNU000500@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 15:45:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335302 - head/mail/rubygem-pony 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.16 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, 30 Nov 2013 15:45:40 -0000 Author: sunpoet Date: Sat Nov 30 15:45:39 2013 New Revision: 335302 URL: http://svnweb.freebsd.org/changeset/ports/335302 Log: - Update to 1.6.1 - Add LICENSE Changes: https://github.com/benprew/pony#releases Modified: head/mail/rubygem-pony/Makefile head/mail/rubygem-pony/distinfo Modified: head/mail/rubygem-pony/Makefile ============================================================================== --- head/mail/rubygem-pony/Makefile Sat Nov 30 15:45:28 2013 (r335301) +++ head/mail/rubygem-pony/Makefile Sat Nov 30 15:45:39 2013 (r335302) @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= pony -PORTVERSION= 1.5 +PORTVERSION= 1.6.1 CATEGORIES= mail rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= The express way to send mail from Ruby +LICENSE= MIT + RUN_DEPENDS= rubygem-mail>=2.0:${PORTSDIR}/mail/rubygem-mail -USE_RUBY= yes -USE_RUBYGEMS= yes +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Modified: head/mail/rubygem-pony/distinfo ============================================================================== --- head/mail/rubygem-pony/distinfo Sat Nov 30 15:45:28 2013 (r335301) +++ head/mail/rubygem-pony/distinfo Sat Nov 30 15:45:39 2013 (r335302) @@ -1,2 +1,2 @@ -SHA256 (rubygem/pony-1.5.gem) = e235e7cfae4ca491cfe8359002fea706dd7854c42e96bcf0e7e55b53a8e3de58 -SIZE (rubygem/pony-1.5.gem) = 10752 +SHA256 (rubygem/pony-1.6.1.gem) = d304dc3cc14849e8cbccb0411c6150afb543397418cb0e3a95548a3b748849b0 +SIZE (rubygem/pony-1.6.1.gem) = 10240 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 15:46:49 2013 Return-Path: Delivered-To: svn-ports-head@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 E20EA224; Sat, 30 Nov 2013 15:46:49 +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 B5D091A3B; Sat, 30 Nov 2013 15:46:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUFknut000720; Sat, 30 Nov 2013 15:46:49 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUFknC5000718; Sat, 30 Nov 2013 15:46:49 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311301546.rAUFknC5000718@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 30 Nov 2013 15:46:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335303 - head/devel/py-rauth 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.16 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, 30 Nov 2013 15:46:50 -0000 Author: koobs Date: Sat Nov 30 15:46:48 2013 New Revision: 335303 URL: http://svnweb.freebsd.org/changeset/ports/335303 Log: devel/py-rauth: Update to 0.6.2 - Update to 0.6.2 - Enable STAGE support, delete pkg-plist - Enable AUTOPLIST support - Update RUN_DEPENDS minimum version for requests - Re-order *_DEPENDS and USE_* sections - Add pycrypto to TEST_DEPENDS Changes: https://github.com/litl/rauth/blob/0.6.2/CHANGELOG Deleted: head/devel/py-rauth/pkg-plist Modified: head/devel/py-rauth/Makefile head/devel/py-rauth/distinfo Modified: head/devel/py-rauth/Makefile ============================================================================== --- head/devel/py-rauth/Makefile Sat Nov 30 15:45:39 2013 (r335302) +++ head/devel/py-rauth/Makefile Sat Nov 30 15:46:48 2013 (r335303) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rauth -PORTVERSION= 0.5.4 +PORTVERSION= 0.6.2 CATEGORIES= devel www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,31 +11,30 @@ COMMENT= Python library for OAuth 1.0/a, LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:${PORTSDIR}/www/py-requests - -USE_GITHUB= yes -GH_ACCOUNT= litl -GH_COMMIT= af344ef +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.2.3:${PORTSDIR}/www/py-requests +TEST_DEPENDS:= ${RUN_DEPENDS} \ + ${PYTHON_PKGNAMEPREFIX}nose>=1.2.1:${PORTSDIR}/devel/py-nose \ + ${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:${PORTSDIR}/devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.5:${PORTSDIR}/security/py-pycrypto OPTIONS_DEFINE= TESTS TESTS_DESC= Install tools for unit testing OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options -NO_STAGE= yes +USE_GITHUB= yes +GH_ACCOUNT= litl +GH_COMMIT= b6d92ca + +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes + .include .if ${PORT_OPTIONS:MTESTS} BUILD_DEPENDS:= ${TEST_DEPENDS} .endif -# Python3 ready -USE_PYTHON= yes -USE_PYDISTUTILS= easy_install - -TEST_DEPENDS:= ${RUN_DEPENDS} \ - ${PYTHON_PKGNAMEPREFIX}nose>=1.2.1:${PORTSDIR}/devel/py-nose \ - ${PYTHON_PKGNAMEPREFIX}mock>=1.0.1:${PORTSDIR}/devel/py-mock - regression-test: build @cd ${WRKSRC} && nosetests Modified: head/devel/py-rauth/distinfo ============================================================================== --- head/devel/py-rauth/distinfo Sat Nov 30 15:45:39 2013 (r335302) +++ head/devel/py-rauth/distinfo Sat Nov 30 15:46:48 2013 (r335303) @@ -1,2 +1,2 @@ -SHA256 (rauth-0.5.4.tar.gz) = 246e5f143fcb0d0a85ac2de259b3a3f327738144120e3294f97522012495c438 -SIZE (rauth-0.5.4.tar.gz) = 30093 +SHA256 (rauth-0.6.2.tar.gz) = 5132f5a8a5783233ff0054ba836312f9f29092f40407dd8f45492dafaafb4516 +SIZE (rauth-0.6.2.tar.gz) = 33258 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 15:51:03 2013 Return-Path: Delivered-To: svn-ports-head@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 79680322; Sat, 30 Nov 2013 15:51:03 +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 660171A77; Sat, 30 Nov 2013 15:51:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUFp3O3003381; Sat, 30 Nov 2013 15:51:03 GMT (envelope-from vsevolod@svn.freebsd.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUFp30j003380; Sat, 30 Nov 2013 15:51:03 GMT (envelope-from vsevolod@svn.freebsd.org) Message-Id: <201311301551.rAUFp30j003380@svn.freebsd.org> From: Vsevolod Stakhov Date: Sat, 30 Nov 2013 15:51:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335304 - head/mail/rmilter 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.16 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, 30 Nov 2013 15:51:03 -0000 Author: vsevolod Date: Sat Nov 30 15:51:02 2013 New Revision: 335304 URL: http://svnweb.freebsd.org/changeset/ports/335304 Log: - Update WWW line (do not touch PORTREVISION). Submitted by: Kurt Jaeger Modified: head/mail/rmilter/pkg-descr Modified: head/mail/rmilter/pkg-descr ============================================================================== --- head/mail/rmilter/pkg-descr Sat Nov 30 15:46:48 2013 (r335303) +++ head/mail/rmilter/pkg-descr Sat Nov 30 15:51:02 2013 (r335304) @@ -1,4 +1,4 @@ Rmilter is a milter that makes greylisting, rate limiting, clamav, spamd, spf, regexp and other checks for incoming e-mail. -WWW: https://bitbucket.org/vstakhov/rmilter/ +WWW: https://github.com/vstakhov/rmilter/ From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 15:54:38 2013 Return-Path: Delivered-To: svn-ports-head@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 C2564411; Sat, 30 Nov 2013 15:54:38 +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 AE74A1A83; Sat, 30 Nov 2013 15:54:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUFscX6003829; Sat, 30 Nov 2013 15:54:38 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUFscK2003827; Sat, 30 Nov 2013 15:54:38 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311301554.rAUFscK2003827@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 30 Nov 2013 15:54:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335305 - head/math/py-graphillion 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.16 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, 30 Nov 2013 15:54:38 -0000 Author: koobs Date: Sat Nov 30 15:54:37 2013 New Revision: 335305 URL: http://svnweb.freebsd.org/changeset/ports/335305 Log: math/py-graphillion: Update to 0.94 - Update to 0.94 - Enable STAGE suport - Enable AUTOPLIST, delete pkg-plist Changes: https://github.com/takemaru/graphillion/commits/v0.94 Deleted: head/math/py-graphillion/pkg-plist Modified: head/math/py-graphillion/Makefile head/math/py-graphillion/distinfo Modified: head/math/py-graphillion/Makefile ============================================================================== --- head/math/py-graphillion/Makefile Sat Nov 30 15:51:02 2013 (r335304) +++ head/math/py-graphillion/Makefile Sat Nov 30 15:54:37 2013 (r335305) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= graphillion -PORTVERSION= 0.93 +PORTVERSION= 0.94 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,13 +17,13 @@ USE_PYDISTUTILS= easy_install GH_ACCOUNT= takemaru GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 6465281 +GH_COMMIT= 2c77c8d +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= Graphillion PYEASYINSTALL_ARCHDEP= yes regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test -NO_STAGE= yes .include Modified: head/math/py-graphillion/distinfo ============================================================================== --- head/math/py-graphillion/distinfo Sat Nov 30 15:51:02 2013 (r335304) +++ head/math/py-graphillion/distinfo Sat Nov 30 15:54:37 2013 (r335305) @@ -1,2 +1,2 @@ -SHA256 (graphillion-0.93.tar.gz) = 3d5d7ac5bdb41c17c99bbe47e7b53fafd147c906462af07123bd0cfe8265f981 -SIZE (graphillion-0.93.tar.gz) = 1576506 +SHA256 (graphillion-0.94.tar.gz) = 0c673b1e8ac94f72bd5c83a9503c22dce8c02227dd5b8ec959bbf2ff3201e1a5 +SIZE (graphillion-0.94.tar.gz) = 1581541 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 16:11:53 2013 Return-Path: Delivered-To: svn-ports-head@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 32FBD833; Sat, 30 Nov 2013 16:11:53 +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 047A71B55; Sat, 30 Nov 2013 16:11:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUGBq4G010693; Sat, 30 Nov 2013 16:11:52 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUGBqRY010692; Sat, 30 Nov 2013 16:11:52 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201311301611.rAUGBqRY010692@svn.freebsd.org> From: Cy Schubert Date: Sat, 30 Nov 2013 16:11:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335306 - head/sysutils/cfengine35 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.16 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, 30 Nov 2013 16:11:53 -0000 Author: cy Date: Sat Nov 30 16:11:52 2013 New Revision: 335306 URL: http://svnweb.freebsd.org/changeset/ports/335306 Log: Add staging support. PR: 184372 Submitted by: skreuzer Modified: head/sysutils/cfengine35/Makefile Modified: head/sysutils/cfengine35/Makefile ============================================================================== --- head/sysutils/cfengine35/Makefile Sat Nov 30 15:54:37 2013 (r335305) +++ head/sysutils/cfengine35/Makefile Sat Nov 30 16:11:52 2013 (r335306) @@ -37,47 +37,43 @@ CONFIGURE_ARGS= --docdir=${DOCSDIR} \ --with-pcre=${LOCALBASE} \ --enable-fhs -LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre OPTIONS_DEFINE= PGSQL MYSQL LIBVIRT OPTIONS_SINGLE= DB OPTIONS_SINGLE_DB= TOKYOCABINET QDBM TOKYOCABINET_DESC= Enable TokyoCabinet database backend QDBM_DESC= Enable QDBM database backend -PGSQL_DESC= Enable PostgreSQL integration -MYSQL_DESC= Enable MySQL integration -LIBVIRT_DESC= Enable libvirt integration OPTIONS_DEFAULT=TOKYOCABINET -NO_STAGE= yes .include .if ${PORT_OPTIONS:MTOKYOCABINET} CONFIGURE_ARGS+= --with-tokyocabinet=${LOCALBASE} -LIB_DEPENDS+= tokyocabinet.9:${PORTSDIR}/databases/tokyocabinet +LIB_DEPENDS+= libtokyocabinet.so.9:${PORTSDIR}/databases/tokyocabinet .endif .if ${PORT_OPTIONS:MQDBM} CONFIGURE_ARGS+= --with-qdbm=${LOCALBASE} -LIB_DEPENDS+= qdbm.14:${PORTSDIR}/databases/qdbm +LIB_DEPENDS+= libqdbm.so.14:${PORTSDIR}/databases/qdbm .endif .if ${PORT_OPTIONS:MPGSQL} USE_PGSQL= yes CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE} -LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql${PGSQL_VER}-client +LIB_DEPENDS+= libpq.so:${PORTSDIR}/databases/postgresql${PGSQL_VER}-client .endif .if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} -LIB_DEPENDS+= mysqlclient:${PORTSDIR}/${_MYSQL_CLIENT} +LIB_DEPENDS+= libmysqlclient.so:${PORTSDIR}/${_MYSQL_CLIENT} LDFLAGS+= -L${LOCALBASE}/lib/mysql .endif .if ${PORT_OPTIONS:MLIBVIRT} CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE} -LIB_DEPENDS+= virt.1001:${PORTSDIR}/devel/libvirt +LIB_DEPENDS+= libvirt.so.1001:${PORTSDIR}/devel/libvirt .endif .include From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 17:26:05 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 ESMTPS id CA2DB8AC; Sat, 30 Nov 2013 17:26:05 +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 9BF271E3F; Sat, 30 Nov 2013 17:26:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUHQ5pE034996; Sat, 30 Nov 2013 17:26:05 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUHQ5xJ034994; Sat, 30 Nov 2013 17:26:05 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311301726.rAUHQ5xJ034994@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 30 Nov 2013 17:26:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335307 - in head/net/py-pynsq: . 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.16 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, 30 Nov 2013 17:26:05 -0000 Author: koobs Date: Sat Nov 30 17:26:04 2013 New Revision: 335307 URL: http://svnweb.freebsd.org/changeset/ports/335307 Log: net/py-pynsq: Update to 0.5.1 - Update to 0.5.1 - Enable STAGE support - Enable AUTOPLIST, delete pkg-plist - Sort USE_* and GH_* sections - Remove upstreamed setup.py patch and post-patch: target Changes: https://github.com/bitly/pynsq/blob/v0.5.1/ChangeLog.md Deleted: head/net/py-pynsq/files/ head/net/py-pynsq/pkg-plist Modified: head/net/py-pynsq/Makefile head/net/py-pynsq/distinfo Modified: head/net/py-pynsq/Makefile ============================================================================== --- head/net/py-pynsq/Makefile Sat Nov 30 16:11:52 2013 (r335306) +++ head/net/py-pynsq/Makefile Sat Nov 30 17:26:04 2013 (r335307) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pynsq -PORTVERSION= 0.4.2 +PORTVERSION= 0.5.1 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,19 +18,17 @@ OPTIONS_DEFINE= TESTS TESTS_DESC= Install tools to run test suite OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options -NO_STAGE= yes -.include - USE_GITHUB= yes USE_PYTHON= yes USE_PYDISTUTILS= easy_install GH_ACCOUNT= bitly GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= 8dd5a49 +GH_COMMIT= b64f3f3 -post-patch: - ${TOUCH} ${WRKSRC}/tests/__init__.py +PYDISTUTILS_AUTOPLIST= yes + +.include .if ${PORT_OPTIONS:MTESTS} BUILD_DEPENDS:= ${TEST_DEPENDS} Modified: head/net/py-pynsq/distinfo ============================================================================== --- head/net/py-pynsq/distinfo Sat Nov 30 16:11:52 2013 (r335306) +++ head/net/py-pynsq/distinfo Sat Nov 30 17:26:04 2013 (r335307) @@ -1,2 +1,2 @@ -SHA256 (pynsq-0.4.2.tar.gz) = 7452e4a77969a17f208df245ab63bbfcfd75c57541cf4508a3ef5d3f50c80a00 -SIZE (pynsq-0.4.2.tar.gz) = 14906 +SHA256 (pynsq-0.5.1.tar.gz) = 78be19617fc4df13ec0d9d466f63c9dd12634ed5eab1a2dd8e1c9b38cab3b893 +SIZE (pynsq-0.5.1.tar.gz) = 25739 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 17:26:31 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 ESMTPS id 36B3C9A8; Sat, 30 Nov 2013 17:26:31 +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 22DF71E47; Sat, 30 Nov 2013 17:26:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUHQVFC035123; Sat, 30 Nov 2013 17:26:31 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUHQUW4035120; Sat, 30 Nov 2013 17:26:30 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201311301726.rAUHQUW4035120@svn.freebsd.org> From: Pawel Pekala Date: Sat, 30 Nov 2013 17:26:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335308 - head/security/pam_yubico 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.16 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, 30 Nov 2013 17:26:31 -0000 Author: pawel Date: Sat Nov 30 17:26:30 2013 New Revision: 335308 URL: http://svnweb.freebsd.org/changeset/ports/335308 Log: - Update to version 2.14 - Fix LDAP support - Add STATIC option, builds static version of library - Update MASTER_SITES and WWW While I'm here: - Switch to new LIB_DEPENDS format - Use options helpers - Allow staging - Don't show pkg-message twice PR: ports/184183 Submitted by: maintainer Modified: head/security/pam_yubico/Makefile head/security/pam_yubico/distinfo head/security/pam_yubico/pkg-descr Modified: head/security/pam_yubico/Makefile ============================================================================== --- head/security/pam_yubico/Makefile Sat Nov 30 17:26:04 2013 (r335307) +++ head/security/pam_yubico/Makefile Sat Nov 30 17:26:30 2013 (r335308) @@ -1,62 +1,48 @@ # $FreeBSD$ PORTNAME= pam_yubico -PORTVERSION= 2.13 -PORTREVISION= 1 +PORTVERSION= 2.14 CATEGORIES= security -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= http://opensource.yubico.com/yubico-pam/releases/ MAINTAINER= matt@mjslabs.com COMMENT= PAM module for authenticating with a Yubico YubiKey LICENSE= BSD -LIB_DEPENDS= ykclient:${PORTSDIR}/security/ykclient \ - ykpers-1:${PORTSDIR}/security/ykpers \ - yubikey:${PORTSDIR}/security/libyubikey +LIB_DEPENDS= libykclient.so:${PORTSDIR}/security/ykclient \ + libykpers-1.so:${PORTSDIR}/security/ykpers \ + libyubikey.so:${PORTSDIR}/security/libyubikey GNU_CONFIGURE= yes USES= pkgconfig -PLIST_FILES= include/drop_privs.h \ - include/util.h \ - lib/security/pam_yubico.la \ +PLIST_FILES= lib/security/pam_yubico.la \ lib/security/pam_yubico.so PLIST_DIRS= lib/security SUB_FILES= pkg-message PORTDOCS= * -PROJECTHOST= yubico-pam - -OPTIONS_DEFINE= CR LDAP DOCS +OPTIONS_DEFINE= CR LDAP DOCS STATIC CR_DESC= Include Challenge/response support OPTIONS_DEFAULT= CR LDAP -NO_STAGE= yes -.include +CR_CONFIGURE_WITH= cr +CR_PLIST_FILES= bin/ykpamcfg \ + man/man1/ykpamcfg.1.gz + +LDAP_CONFIGURE_WITH= ldap +LDAP_USE= OPENLDAP=yes +LDAP_LDFLAGS= -L${LOCALBASE}/lib -.if ${PORT_OPTIONS:MCR} -CONFIGURE_ARGS+= --with-cr -MAN1= ykpamcfg.1 -PLIST_FILES+= bin/ykpamcfg -.else -CONFIGURE_ARGS+= --without-cr -.endif - -.if ${PORT_OPTIONS:MLDAP} -CONFIGURE_ARGS+= --with-ldap -.else -CONFIGURE_ARGS+= --without-ldap -.endif +STATIC_CONFIGURE_ENABLE= static +STATIC_PLIST_FILES= lib/security/pam_yubico.a regression-test: build @(cd ${WRKSRC}; ${MAKE} check) post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif - @${CAT} ${PKGMESSAGE} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include Modified: head/security/pam_yubico/distinfo ============================================================================== --- head/security/pam_yubico/distinfo Sat Nov 30 17:26:04 2013 (r335307) +++ head/security/pam_yubico/distinfo Sat Nov 30 17:26:30 2013 (r335308) @@ -1,2 +1,2 @@ -SHA256 (pam_yubico-2.13.tar.gz) = 0d06294f82c3286397fe52044d4b9b8d96045c3f9939fc7bbf0b45c4463e89c0 -SIZE (pam_yubico-2.13.tar.gz) = 375151 +SHA256 (pam_yubico-2.14.tar.gz) = 77bf0bce4cf7aedcfe5e65d8ee4a5f191c0346a809952f87080bfe71ea3b0c32 +SIZE (pam_yubico-2.14.tar.gz) = 380023 Modified: head/security/pam_yubico/pkg-descr ============================================================================== --- head/security/pam_yubico/pkg-descr Sat Nov 30 17:26:04 2013 (r335307) +++ head/security/pam_yubico/pkg-descr Sat Nov 30 17:26:30 2013 (r335308) @@ -2,4 +2,4 @@ The Yubico authentication device Yubikey be used for authentication. This module allows you to use the Yubikey device to authenticate to the PAM system. -WWW: https://code.google.com/p/yubico-pam/ +WWW: http://opensource.yubico.com/yubico-pam/ From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 17:28:46 2013 Return-Path: Delivered-To: svn-ports-head@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 BCB80C2F; Sat, 30 Nov 2013 17:28:46 +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 A87EF1E5E; Sat, 30 Nov 2013 17:28:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUHSku1035493; Sat, 30 Nov 2013 17:28:46 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUHSje1035485; Sat, 30 Nov 2013 17:28:45 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201311301728.rAUHSje1035485@svn.freebsd.org> From: Mathieu Arnold Date: Sat, 30 Nov 2013 17:28:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335309 - in head/lang: perl5.12 perl5.14 perl5.16 perl5.18 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.16 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, 30 Nov 2013 17:28:46 -0000 Author: mat Date: Sat Nov 30 17:28:44 2013 New Revision: 335309 URL: http://svnweb.freebsd.org/changeset/ports/335309 Log: Take care of whatis database. - remove on deinstall - create on install PR: ports/184164 Submitted by: Tatsuki Makino Modified: head/lang/perl5.12/Makefile head/lang/perl5.12/pkg-plist head/lang/perl5.14/Makefile head/lang/perl5.14/pkg-plist head/lang/perl5.16/Makefile head/lang/perl5.16/pkg-plist head/lang/perl5.18/Makefile head/lang/perl5.18/pkg-plist Modified: head/lang/perl5.12/Makefile ============================================================================== --- head/lang/perl5.12/Makefile Sat Nov 30 17:26:30 2013 (r335308) +++ head/lang/perl5.12/Makefile Sat Nov 30 17:28:44 2013 (r335309) @@ -3,7 +3,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN \ ${MASTER_SITE_LOCAL:S/$/:local/} \ Modified: head/lang/perl5.12/pkg-plist ============================================================================== --- head/lang/perl5.12/pkg-plist Sat Nov 30 17:26:30 2013 (r335308) +++ head/lang/perl5.12/pkg-plist Sat Nov 30 17:28:44 2013 (r335309) @@ -3181,6 +3181,8 @@ man/man1/xsubpp.1.gz @dirrm lib/perl5/%%PERL_VER%%/App @dirrm lib/perl5/%%PERL_VER%%/pod @dirrm lib/perl5/%%PERL_VER%%/perl/man/man3 +@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis +@exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man @dirrm lib/perl5/%%PERL_VER%%/perl/man @dirrm lib/perl5/%%PERL_VER%%/perl @dirrm lib/perl5/%%PERL_VER%%/overload @@ -3190,6 +3192,8 @@ man/man1/xsubpp.1.gz @dirrm lib/perl5/%%PERL_VER%%/autodie/exception @dirrm lib/perl5/%%PERL_VER%%/autodie @dirrmtry lib/perl5/%%PERL_VER%%/man/man3 +@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/man/whatis +@exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/man @dirrmtry lib/perl5/%%PERL_VER%%/man @dirrmtry lib/perl5/%%PERL_VER%% @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/sys Modified: head/lang/perl5.14/Makefile ============================================================================== --- head/lang/perl5.14/Makefile Sat Nov 30 17:26:30 2013 (r335308) +++ head/lang/perl5.14/Makefile Sat Nov 30 17:28:44 2013 (r335309) @@ -3,7 +3,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN \ ${MASTER_SITE_LOCAL:S/$/:local/} \ Modified: head/lang/perl5.14/pkg-plist ============================================================================== --- head/lang/perl5.14/pkg-plist Sat Nov 30 17:26:30 2013 (r335308) +++ head/lang/perl5.14/pkg-plist Sat Nov 30 17:28:44 2013 (r335309) @@ -3331,6 +3331,8 @@ man/man1/xsubpp.1.gz @dirrm lib/perl5/%%PERL_VER%%/App @dirrm lib/perl5/%%PERL_VER%%/pod @dirrm lib/perl5/%%PERL_VER%%/perl/man/man3 +@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis +@exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man @dirrm lib/perl5/%%PERL_VER%%/perl/man @dirrm lib/perl5/%%PERL_VER%%/perl @dirrm lib/perl5/%%PERL_VER%%/overload @@ -3340,6 +3342,8 @@ man/man1/xsubpp.1.gz @dirrm lib/perl5/%%PERL_VER%%/autodie/exception @dirrm lib/perl5/%%PERL_VER%%/autodie @dirrmtry lib/perl5/%%PERL_VER%%/man/man3 +@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/man/whatis +@exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/man @dirrmtry lib/perl5/%%PERL_VER%%/man @dirrmtry lib/perl5/%%PERL_VER%% @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/sys Modified: head/lang/perl5.16/Makefile ============================================================================== --- head/lang/perl5.16/Makefile Sat Nov 30 17:26:30 2013 (r335308) +++ head/lang/perl5.16/Makefile Sat Nov 30 17:28:44 2013 (r335309) @@ -3,7 +3,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN \ ${MASTER_SITE_LOCAL:S/$/:local/} \ Modified: head/lang/perl5.16/pkg-plist ============================================================================== --- head/lang/perl5.16/pkg-plist Sat Nov 30 17:26:30 2013 (r335308) +++ head/lang/perl5.16/pkg-plist Sat Nov 30 17:28:44 2013 (r335309) @@ -3234,6 +3234,8 @@ man/man1/zipdetails.1.gz @dirrm lib/perl5/%%PERL_VER%%/App @dirrm lib/perl5/%%PERL_VER%%/pod @dirrm lib/perl5/%%PERL_VER%%/perl/man/man3 +@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis +@exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man @dirrm lib/perl5/%%PERL_VER%%/perl/man @dirrm lib/perl5/%%PERL_VER%%/perl @dirrm lib/perl5/%%PERL_VER%%/overload @@ -3243,6 +3245,8 @@ man/man1/zipdetails.1.gz @dirrm lib/perl5/%%PERL_VER%%/autodie/exception @dirrm lib/perl5/%%PERL_VER%%/autodie @dirrmtry lib/perl5/%%PERL_VER%%/man/man3 +@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/man/whatis +@exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/man @dirrmtry lib/perl5/%%PERL_VER%%/man @dirrmtry lib/perl5/%%PERL_VER%% @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/sys Modified: head/lang/perl5.18/Makefile ============================================================================== --- head/lang/perl5.18/Makefile Sat Nov 30 17:26:30 2013 (r335308) +++ head/lang/perl5.18/Makefile Sat Nov 30 17:28:44 2013 (r335309) @@ -3,7 +3,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN \ ${MASTER_SITE_LOCAL:S/$/:local/} \ Modified: head/lang/perl5.18/pkg-plist ============================================================================== --- head/lang/perl5.18/pkg-plist Sat Nov 30 17:26:30 2013 (r335308) +++ head/lang/perl5.18/pkg-plist Sat Nov 30 17:28:44 2013 (r335309) @@ -3256,6 +3256,8 @@ man/man1/zipdetails.1.gz @dirrm lib/perl5/%%PERL_VER%%/App @dirrm lib/perl5/%%PERL_VER%%/pod @dirrm lib/perl5/%%PERL_VER%%/perl/man/man3 +@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis +@exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man @dirrm lib/perl5/%%PERL_VER%%/perl/man @dirrm lib/perl5/%%PERL_VER%%/perl @dirrm lib/perl5/%%PERL_VER%%/overload @@ -3265,6 +3267,8 @@ man/man1/zipdetails.1.gz @dirrm lib/perl5/%%PERL_VER%%/autodie/exception @dirrm lib/perl5/%%PERL_VER%%/autodie @dirrmtry lib/perl5/%%PERL_VER%%/man/man3 +@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/man/whatis +@exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/man @dirrmtry lib/perl5/%%PERL_VER%%/man @dirrmtry lib/perl5/%%PERL_VER%% @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/sys From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 17:31:33 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 ESMTPS id 8B995EB1; Sat, 30 Nov 2013 17:31:33 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 424171EA4; Sat, 30 Nov 2013 17:31:32 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 920CABDC71; Sat, 30 Nov 2013 18:31:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to:cc :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=5SuDOPXcCP0 KErUQasLw3OSHAUk=; b=KgtrTMeetGTFjuZQ0dnIYw8le6oRlQLy4aIwhZ68ZEl d49GVwM+a2hgc8dLWwnRocNkFF2XH3SWNmvaqptY1hb/bpewszZ/LdhiMa6g91ym Fq5NTx2fOLkT7MZTfuf/41HjNTrTpz2UXr0iCTWMsqbiMD+ui/VXu+U81Dd2uHHk = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 6F4CDBDC70; Sat, 30 Nov 2013 18:31:29 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 13CF4C8E1497; Sat, 30 Nov 2013 18:31:29 +0100 (CET) Date: Sat, 30 Nov 2013 18:31:28 +0100 From: Mathieu Arnold To: "Danilo E. Gondolfo" Subject: Re: svn commit: r335250 - in head/net: . openmpi openmpi-devel Message-ID: <90E659BC5F5E01233A5AD18D@atuin.in.mat.cc> In-Reply-To: <5299F2D5.2030100@freebsd.org> References: <201311292355.rATNttoJ071129@svn.freebsd.org> <5299F2D5.2030100@freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Sunpoet Po-Chuan Hsieh , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 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, 30 Nov 2013 17:31:33 -0000 +--On 30 novembre 2013 12:14:45 -0200 "Danilo E. Gondolfo" wrote: |> Normally we would first "svn cp openmpi openmpi-devel" and then modify |> it. Is there any reason not doing so? | | Hmm, no! I just didn't know that =/ I'll let you have a look at section 15.4.1 of the committer's guide : -- Mathieu Arnold From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 17:48:17 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 ESMTPS id D1ECC4E5; Sat, 30 Nov 2013 17:48:17 +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 BDD941F1F; Sat, 30 Nov 2013 17:48:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUHmHS6042398; Sat, 30 Nov 2013 17:48:17 GMT (envelope-from alexey@svn.freebsd.org) Received: (from alexey@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUHmHWZ042396; Sat, 30 Nov 2013 17:48:17 GMT (envelope-from alexey@svn.freebsd.org) Message-Id: <201311301748.rAUHmHWZ042396@svn.freebsd.org> From: Alexey Degtyarev Date: Sat, 30 Nov 2013 17:48:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335310 - head/devel/p5-File-ChangeNotify 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.16 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, 30 Nov 2013 17:48:17 -0000 Author: alexey Date: Sat Nov 30 17:48:16 2013 New Revision: 335310 URL: http://svnweb.freebsd.org/changeset/ports/335310 Log: * Update to 0.24 * STAGE support Approved by: wg (mentor) Modified: head/devel/p5-File-ChangeNotify/Makefile head/devel/p5-File-ChangeNotify/distinfo (contents, props changed) Modified: head/devel/p5-File-ChangeNotify/Makefile ============================================================================== --- head/devel/p5-File-ChangeNotify/Makefile Sat Nov 30 17:28:44 2013 (r335309) +++ head/devel/p5-File-ChangeNotify/Makefile Sat Nov 30 17:48:16 2013 (r335310) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= File-ChangeNotify -PORTVERSION= 0.22 +PORTVERSION= 0.24 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -31,5 +31,4 @@ MAN3= File::ChangeNotify.3 \ USES= perl5 USE_PERL5= modbuild -NO_STAGE= yes .include Modified: head/devel/p5-File-ChangeNotify/distinfo ============================================================================== --- head/devel/p5-File-ChangeNotify/distinfo Sat Nov 30 17:28:44 2013 (r335309) +++ head/devel/p5-File-ChangeNotify/distinfo Sat Nov 30 17:48:16 2013 (r335310) @@ -1,2 +1,2 @@ -SHA256 (File-ChangeNotify-0.22.tar.gz) = 24152d954d3028e986f0de305be0e97c7f492cb7ef9de6fd8b95736febf98ff6 -SIZE (File-ChangeNotify-0.22.tar.gz) = 19103 +SHA256 (File-ChangeNotify-0.24.tar.gz) = 3c8180169de0f97ad852a55942f74e520cbe433aa0889d0b65548ee38a111124 +SIZE (File-ChangeNotify-0.24.tar.gz) = 19450 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:01:45 2013 Return-Path: Delivered-To: svn-ports-head@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 B9B87855; Sat, 30 Nov 2013 18:01:45 +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 A64F11FDA; Sat, 30 Nov 2013 18:01:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUI1jaa048412; Sat, 30 Nov 2013 18:01:45 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUI1jiB048410; Sat, 30 Nov 2013 18:01:45 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311301801.rAUI1jiB048410@svn.freebsd.org> From: William Grzybowski Date: Sat, 30 Nov 2013 18:01:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335311 - head/net/liveMedia 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.16 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, 30 Nov 2013 18:01:45 -0000 Author: wg Date: Sat Nov 30 18:01:44 2013 New Revision: 335311 URL: http://svnweb.freebsd.org/changeset/ports/335311 Log: net/liveMedia: update to 2013.11.29 - Update to 2013.11.29 - Put the distfile in my LOCAL distfiles as it will get removed in upstream - Pass maintainership to multimedia Modified: head/net/liveMedia/Makefile head/net/liveMedia/distinfo Modified: head/net/liveMedia/Makefile ============================================================================== --- head/net/liveMedia/Makefile Sat Nov 30 17:48:16 2013 (r335310) +++ head/net/liveMedia/Makefile Sat Nov 30 18:01:44 2013 (r335311) @@ -2,14 +2,14 @@ # $FreeBSD$ PORTNAME= liveMedia -PORTVERSION= 2013.08.31 +PORTVERSION= 2013.11.29 PORTEPOCH= 2 CATEGORIES= net devel -MASTER_SITES= SF/fbsdports/distfiles/ \ +MASTER_SITES= LOCAL/wg \ http://www.live555.com/liveMedia/public/ DISTNAME= live.${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= multimedia@FreeBSD.org COMMENT= LIVE.COM Streaming Media LICENSE= LGPL21 Modified: head/net/liveMedia/distinfo ============================================================================== --- head/net/liveMedia/distinfo Sat Nov 30 17:48:16 2013 (r335310) +++ head/net/liveMedia/distinfo Sat Nov 30 18:01:44 2013 (r335311) @@ -1,2 +1,2 @@ -SHA256 (live.2013.08.31.tar.gz) = 138423301513c0cc9c6747b4e4e47fdfe21728cf579ffd2aa32fd6399152977c -SIZE (live.2013.08.31.tar.gz) = 576582 +SHA256 (live.2013.11.29.tar.gz) = 71e928415f0c93510f70d32fa39b74b7d875466788f65de35826876156ac8384 +SIZE (live.2013.11.29.tar.gz) = 579492 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:05:38 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 ESMTPS id 4E6EFA5C; Sat, 30 Nov 2013 18:05:38 +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 D81EF1004; Sat, 30 Nov 2013 18:05:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUI5XFk049095; Sat, 30 Nov 2013 18:05:33 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUI5Xuu049093; Sat, 30 Nov 2013 18:05:33 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311301805.rAUI5Xuu049093@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 30 Nov 2013 18:05:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335312 - head/net/py-twitter-tools 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.16 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, 30 Nov 2013 18:05:38 -0000 Author: koobs Date: Sat Nov 30 18:05:33 2013 New Revision: 335312 URL: http://svnweb.freebsd.org/changeset/ports/335312 Log: net/py-twitter-tools: Update to 1.10.2 - Update to 1.10.2 - Enable STAGE support - Enable AUTOPLIST support, delete pkg-plist - Re-order while i'm here Changes: https://github.com/sixohsix/twitter/commits/twitter-1.10.2 Deleted: head/net/py-twitter-tools/pkg-plist Modified: head/net/py-twitter-tools/Makefile head/net/py-twitter-tools/distinfo Modified: head/net/py-twitter-tools/Makefile ============================================================================== --- head/net/py-twitter-tools/Makefile Sat Nov 30 18:01:44 2013 (r335311) +++ head/net/py-twitter-tools/Makefile Sat Nov 30 18:05:33 2013 (r335312) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twitter-tools -PORTVERSION= 1.10.0 +PORTVERSION= 1.10.2 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= twitter-${PORTVERSION} @@ -15,12 +15,13 @@ LICENSE= MIT USE_GITHUB= yes USE_PYTHON= yes USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= twitter GH_ACCOUNT= sixohsix GH_PROJECT= twitter GH_TAGNAME= ${DISTNAME} -GH_COMMIT= f56d4b3 +GH_COMMIT= cb68a5f + +PYDISTUTILS_PKGNAME= twitter +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include Modified: head/net/py-twitter-tools/distinfo ============================================================================== --- head/net/py-twitter-tools/distinfo Sat Nov 30 18:01:44 2013 (r335311) +++ head/net/py-twitter-tools/distinfo Sat Nov 30 18:05:33 2013 (r335312) @@ -1,2 +1,2 @@ -SHA256 (twitter-1.10.0.tar.gz) = 6629b868905fdd4d384ffcdb125fe943148f49304d6a6139d4c2308d51b9b998 -SIZE (twitter-1.10.0.tar.gz) = 36265 +SHA256 (twitter-1.10.2.tar.gz) = b72f481cceedf381a3c1a27efaf61dd4e460892516cb7fe8a5b943e36fd9a250 +SIZE (twitter-1.10.2.tar.gz) = 37163 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:14:55 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 ESMTPS id BD320DAE; Sat, 30 Nov 2013 18:14:55 +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 A9A6F1094; Sat, 30 Nov 2013 18:14:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUIEtGY052743; Sat, 30 Nov 2013 18:14:55 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUIEtxW052742; Sat, 30 Nov 2013 18:14:55 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201311301814.rAUIEtxW052742@svn.freebsd.org> From: Juergen Lock Date: Sat, 30 Nov 2013 18:14:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335313 - head/multimedia/livestreamer 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.16 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, 30 Nov 2013 18:14:55 -0000 Author: nox Date: Sat Nov 30 18:14:55 2013 New Revision: 335313 URL: http://svnweb.freebsd.org/changeset/ports/335313 Log: - Seems this uses more than one LICENSE: (BSD MIT AL2) [1] - Add rtmpdump to RUN_DEPENDS. [1] - Bump PORTREVISION. PR: ports/182791 (independet port that I missed, sorry) [1] Submitted by: Jan Henrik Sylvester [1] Modified: head/multimedia/livestreamer/Makefile Modified: head/multimedia/livestreamer/Makefile ============================================================================== --- head/multimedia/livestreamer/Makefile Sat Nov 30 18:05:33 2013 (r335312) +++ head/multimedia/livestreamer/Makefile Sat Nov 30 18:14:55 2013 (r335313) @@ -3,6 +3,7 @@ PORTNAME= livestreamer PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,9 +11,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= multimedia@FreeBSD.org COMMENT= Extract web streams and pipe them into video player of choice -LICENSE= BSD +LICENSE= BSD MIT AL2 +LICENSE_COMB= multi -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \ +RUN_DEPENDS= rtmpdump:${PORTSDIR}/multimedia/rtmpdump \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \ ${PYTHON_PKGNAMEPREFIX}librtmp>=0:${PORTSDIR}/multimedia/py-librtmp USE_PYTHON= yes From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:16:09 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 ESMTPS id C02A5EAF; Sat, 30 Nov 2013 18:16:09 +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 AD41E109F; Sat, 30 Nov 2013 18:16:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUIG964053018; Sat, 30 Nov 2013 18:16:09 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUIG98A053016; Sat, 30 Nov 2013 18:16:09 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311301816.rAUIG98A053016@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 30 Nov 2013 18:16:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335314 - head/security/py-oauthlib 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.16 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, 30 Nov 2013 18:16:09 -0000 Author: koobs Date: Sat Nov 30 18:16:08 2013 New Revision: 335314 URL: http://svnweb.freebsd.org/changeset/ports/335314 Log: security/py-oauthlib: Update to 0.6.0 - Update to 0.6.0 - Enable STAGE support - Enable AUTOPLIST, delete pkg-plist Changes: https://github.com/idan/oauthlib/tree/0.6.0#changelog Deleted: head/security/py-oauthlib/pkg-plist Modified: head/security/py-oauthlib/Makefile head/security/py-oauthlib/distinfo Modified: head/security/py-oauthlib/Makefile ============================================================================== --- head/security/py-oauthlib/Makefile Sat Nov 30 18:14:55 2013 (r335313) +++ head/security/py-oauthlib/Makefile Sat Nov 30 18:16:08 2013 (r335314) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= oauthlib -PORTVERSION= 0.4.2 +PORTVERSION= 0.6.0 CATEGORIES= security net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,9 +20,10 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install GH_ACCOUNT= idan -GH_COMMIT= 1ea510c +GH_COMMIT= 58abd88 + +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include .if ${PYTHON_REL} < 300 Modified: head/security/py-oauthlib/distinfo ============================================================================== --- head/security/py-oauthlib/distinfo Sat Nov 30 18:14:55 2013 (r335313) +++ head/security/py-oauthlib/distinfo Sat Nov 30 18:16:08 2013 (r335314) @@ -1,2 +1,2 @@ -SHA256 (oauthlib-0.4.2.tar.gz) = b46e95b9ebf6c67299efb3f4c49e8afec2f24d52a106fd262abda69676880748 -SIZE (oauthlib-0.4.2.tar.gz) = 107329 +SHA256 (oauthlib-0.6.0.tar.gz) = 112d192b58d5ee23ad3b800b8caa9a5ebf7dc1691cc094edc02837cf7a4f026b +SIZE (oauthlib-0.6.0.tar.gz) = 119510 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:26:00 2013 Return-Path: Delivered-To: svn-ports-head@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 6C57C340; Sat, 30 Nov 2013 18:26:00 +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 583351102; Sat, 30 Nov 2013 18:26:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUIQ0wp056342; Sat, 30 Nov 2013 18:26:00 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUIQ0Kh056341; Sat, 30 Nov 2013 18:26:00 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301826.rAUIQ0Kh056341@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 18:26:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335315 - head/devel/py-distutils-extra 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.16 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, 30 Nov 2013 18:26:00 -0000 Author: sunpoet Date: Sat Nov 30 18:25:59 2013 New Revision: 335315 URL: http://svnweb.freebsd.org/changeset/ports/335315 Log: - Use PYDISTUTILS_AUTOPLIST - Support STAGEDIR - Cleanup Makefile Deleted: head/devel/py-distutils-extra/pkg-plist Modified: head/devel/py-distutils-extra/Makefile Modified: head/devel/py-distutils-extra/Makefile ============================================================================== --- head/devel/py-distutils-extra/Makefile Sat Nov 30 18:16:08 2013 (r335314) +++ head/devel/py-distutils-extra/Makefile Sat Nov 30 18:25:59 2013 (r335315) @@ -14,28 +14,9 @@ COMMENT= Add support for i18n, documenta LICENSE= GPLv2 -NO_STAGE= yes USE_PYTHON= yes USE_PYDISTUTILS=easy_install PYDISTUTILS_PKGNAME= python_distutils_extra -PYDISTUTILS_NOEGGINFO= yes -PYTHON_PY3K_PLIST_HACK= yes +PYDISTUTILS_AUTOPLIST= yes -PLIST_SUB= PYTHON_SUFFIX=${PYTHON_SUFFIX} - -.include - -#.if ${PYTHON_REL} >= 320 -#PLIST_SUB+= PYTHON32="" -#.else -#PLIST_SUB+= PYTHON32="@comment " -#.endif - -post-install: -.if ${PYTHON_REL} >= 320 -#.for py in __init__.py command/__init__.py command/build_extra.py -# ${PYTHON_CMD} -m compileall ${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG}/DistUtilsExtra/${py} -#.endfor -.endif - -.include +.include From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:27:06 2013 Return-Path: Delivered-To: svn-ports-head@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 3660D42E; Sat, 30 Nov 2013 18:27:06 +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 22DA61108; Sat, 30 Nov 2013 18:27:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUIR6mX056594; Sat, 30 Nov 2013 18:27:06 GMT (envelope-from koobs@svn.freebsd.org) Received: (from koobs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUIR5wr056593; Sat, 30 Nov 2013 18:27:05 GMT (envelope-from koobs@svn.freebsd.org) Message-Id: <201311301827.rAUIR5wr056593@svn.freebsd.org> From: Kubilay Kocak Date: Sat, 30 Nov 2013 18:27:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335316 - head/net/py-pynsq 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.16 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, 30 Nov 2013 18:27:06 -0000 Author: koobs Date: Sat Nov 30 18:27:05 2013 New Revision: 335316 URL: http://svnweb.freebsd.org/changeset/ports/335316 Log: net/py-pynsq: Add LICENSE - Add LICENSE (MIT), thanks Matt! [1] [1] https://github.com/bitly/pynsq/issues/56 Modified: head/net/py-pynsq/Makefile Modified: head/net/py-pynsq/Makefile ============================================================================== --- head/net/py-pynsq/Makefile Sat Nov 30 18:25:59 2013 (r335315) +++ head/net/py-pynsq/Makefile Sat Nov 30 18:27:05 2013 (r335316) @@ -9,6 +9,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Official Python client library for NSQ +LICENSE= MIT + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tornado>0:${PORTSDIR}/www/py-tornado TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tornado>0:${PORTSDIR}/www/py-tornado \ ${PYTHON_PKGNAMEPREFIX}pytest>0:${PORTSDIR}/devel/py-pytest \ From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:29:01 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 ESMTPS id 606E75F8; Sat, 30 Nov 2013 18:29:00 +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 56B601118; Sat, 30 Nov 2013 18:29:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUIT0nW057036; Sat, 30 Nov 2013 18:29:00 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUISxUI057028; Sat, 30 Nov 2013 18:28:59 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301828.rAUISxUI057028@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 18:28:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335318 - head/www/rubygem-httparty 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.16 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, 30 Nov 2013 18:29:01 -0000 Author: sunpoet Date: Sat Nov 30 18:28:59 2013 New Revision: 335318 URL: http://svnweb.freebsd.org/changeset/ports/335318 Log: - Update to 0.12.0 - Add LICENSE Changes: https://github.com/jnunemaker/httparty/commits/master Modified: head/www/rubygem-httparty/Makefile head/www/rubygem-httparty/distinfo Modified: head/www/rubygem-httparty/Makefile ============================================================================== --- head/www/rubygem-httparty/Makefile Sat Nov 30 18:28:54 2013 (r335317) +++ head/www/rubygem-httparty/Makefile Sat Nov 30 18:28:59 2013 (r335318) @@ -2,14 +2,16 @@ # $FreeBSD$ PORTNAME= httparty -PORTVERSION= 0.11.0 +PORTVERSION= 0.12.0 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby Library that Makes HTTP Fun Again -RUN_DEPENDS= rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \ +LICENSE= MIT + +RUN_DEPENDS= rubygem-json>=1.8:${PORTSDIR}/devel/rubygem-json \ rubygem-multi_xml>=0.5.2:${PORTSDIR}/textproc/rubygem-multi_xml USE_RUBY= yes Modified: head/www/rubygem-httparty/distinfo ============================================================================== --- head/www/rubygem-httparty/distinfo Sat Nov 30 18:28:54 2013 (r335317) +++ head/www/rubygem-httparty/distinfo Sat Nov 30 18:28:59 2013 (r335318) @@ -1,2 +1,2 @@ -SHA256 (rubygem/httparty-0.11.0.gem) = e541c3130a569bb2c7b9947be48b8975a600359616bc6bd994f70e83ae18f584 -SIZE (rubygem/httparty-0.11.0.gem) = 66048 +SHA256 (rubygem/httparty-0.12.0.gem) = 0c894b7fc228479e10feff23125fc8d2c4fc4bf7552fbb2842dd057da0fdc383 +SIZE (rubygem/httparty-0.12.0.gem) = 70144 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:28:55 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 ESMTPS id 177A1558; Sat, 30 Nov 2013 18:28:55 +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 03B411117; Sat, 30 Nov 2013 18:28:55 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUISsXK056948; Sat, 30 Nov 2013 18:28:54 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUISs82056944; Sat, 30 Nov 2013 18:28:54 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301828.rAUISs82056944@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 18:28:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335317 - head/graphics/rubygem-geokit 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.16 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, 30 Nov 2013 18:28:55 -0000 Author: sunpoet Date: Sat Nov 30 18:28:54 2013 New Revision: 335317 URL: http://svnweb.freebsd.org/changeset/ports/335317 Log: - Update to 1.7.1 Changes: https://github.com/geokit/geokit/blob/master/CHANGELOG.md Modified: head/graphics/rubygem-geokit/Makefile head/graphics/rubygem-geokit/distinfo Modified: head/graphics/rubygem-geokit/Makefile ============================================================================== --- head/graphics/rubygem-geokit/Makefile Sat Nov 30 18:27:05 2013 (r335316) +++ head/graphics/rubygem-geokit/Makefile Sat Nov 30 18:28:54 2013 (r335317) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geokit -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= graphics rubygems MASTER_SITES= RG Modified: head/graphics/rubygem-geokit/distinfo ============================================================================== --- head/graphics/rubygem-geokit/distinfo Sat Nov 30 18:27:05 2013 (r335316) +++ head/graphics/rubygem-geokit/distinfo Sat Nov 30 18:28:54 2013 (r335317) @@ -1,2 +1,2 @@ -SHA256 (rubygem/geokit-1.7.0.gem) = e071e877bd47f09ce3c14cafd7491bf73ff5d94391c49e6fd9c3eb84f1070bef -SIZE (rubygem/geokit-1.7.0.gem) = 12039168 +SHA256 (rubygem/geokit-1.7.1.gem) = 5dd3a2b69ce8a4a6342090a3e831c4b56e0f4183e85e8d2f59c711dbada20ace +SIZE (rubygem/geokit-1.7.1.gem) = 12039168 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:29:35 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 ESMTPS id D5B19B18; Sat, 30 Nov 2013 18:29:35 +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 A9E671128; Sat, 30 Nov 2013 18:29:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUITZMb057672; Sat, 30 Nov 2013 18:29:35 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUITZQj057670; Sat, 30 Nov 2013 18:29:35 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301829.rAUITZQj057670@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 18:29:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335326 - head/www/rubygem-selenium-webdriver 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.16 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, 30 Nov 2013 18:29:35 -0000 Author: sunpoet Date: Sat Nov 30 18:29:34 2013 New Revision: 335326 URL: http://svnweb.freebsd.org/changeset/ports/335326 Log: - Update to 2.37.0 - Add LICENSE Changes: https://code.google.com/p/selenium/source/list Modified: head/www/rubygem-selenium-webdriver/Makefile head/www/rubygem-selenium-webdriver/distinfo (contents, props changed) Modified: head/www/rubygem-selenium-webdriver/Makefile ============================================================================== --- head/www/rubygem-selenium-webdriver/Makefile Sat Nov 30 18:29:29 2013 (r335325) +++ head/www/rubygem-selenium-webdriver/Makefile Sat Nov 30 18:29:34 2013 (r335326) @@ -2,16 +2,18 @@ # $FreeBSD$ PORTNAME= selenium-webdriver -PORTVERSION= 2.33.0 +PORTVERSION= 2.37.0 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Tool for writing automated tests of websites +LICENSE= AL2 + RUN_DEPENDS= rubygem-childprocess>=0.2.5${PORTVERSION}:${PORTSDIR}/devel/rubygem-childprocess \ - rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json \ - rubygem-rubyzip>=0:${PORTSDIR}/archivers/rubygem-rubyzip \ + rubygem-multi_json>=1:${PORTSDIR}/devel/rubygem-multi_json \ + rubygem-rubyzip>=1:${PORTSDIR}/archivers/rubygem-rubyzip \ rubygem-websocket>=1.0.4:${PORTSDIR}/www/rubygem-websocket USE_RUBY= yes Modified: head/www/rubygem-selenium-webdriver/distinfo ============================================================================== --- head/www/rubygem-selenium-webdriver/distinfo Sat Nov 30 18:29:29 2013 (r335325) +++ head/www/rubygem-selenium-webdriver/distinfo Sat Nov 30 18:29:34 2013 (r335326) @@ -1,2 +1,2 @@ -SHA256 (rubygem/selenium-webdriver-2.33.0.gem) = ad648622d26de234b3574f8124d081fe39f4e84e18d76dd2434638b50bbb0e00 -SIZE (rubygem/selenium-webdriver-2.33.0.gem) = 2802176 +SHA256 (rubygem/selenium-webdriver-2.37.0.gem) = 564f87ffd70fba9d6059b99a73a72f5c1065f5070440dcd9117ed87032afa3ca +SIZE (rubygem/selenium-webdriver-2.37.0.gem) = 2914304 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:29:04 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 ESMTPS id B605661E; Sat, 30 Nov 2013 18:29:04 +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 A1CAD1119; Sat, 30 Nov 2013 18:29:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUIT4F6057117; Sat, 30 Nov 2013 18:29:04 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUIT4NQ057115; Sat, 30 Nov 2013 18:29:04 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301829.rAUIT4NQ057115@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 18:29:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335319 - head/devel/rubygem-jquery-ui-themes 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.16 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, 30 Nov 2013 18:29:04 -0000 Author: sunpoet Date: Sat Nov 30 18:29:04 2013 New Revision: 335319 URL: http://svnweb.freebsd.org/changeset/ports/335319 Log: - Add LICENSE Modified: head/devel/rubygem-jquery-ui-themes/Makefile Modified: head/devel/rubygem-jquery-ui-themes/Makefile ============================================================================== --- head/devel/rubygem-jquery-ui-themes/Makefile Sat Nov 30 18:28:59 2013 (r335318) +++ head/devel/rubygem-jquery-ui-themes/Makefile Sat Nov 30 18:29:04 2013 (r335319) @@ -9,6 +9,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Allows inclusion of pre-built jquery themes without editing +LICENSE= MIT + RUN_DEPENDS= rubygem-httparty>=0:${PORTSDIR}/www/rubygem-httparty USE_RUBY= yes From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:29:30 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 ESMTPS id 7AD54A57; Sat, 30 Nov 2013 18:29:30 +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 4DAFC1126; Sat, 30 Nov 2013 18:29:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUITUSl057588; Sat, 30 Nov 2013 18:29:30 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUITTI2057586; Sat, 30 Nov 2013 18:29:29 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301829.rAUITTI2057586@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 18:29:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335325 - head/devel/rubygem-warbler 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.16 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, 30 Nov 2013 18:29:30 -0000 Author: sunpoet Date: Sat Nov 30 18:29:29 2013 New Revision: 335325 URL: http://svnweb.freebsd.org/changeset/ports/335325 Log: - Update to 1.4.0 - Add LICENSE - Remove leading indefinite article from COMMENT - Support STAGEDIR Changes: https://github.com/jruby/warbler/blob/master/History.txt Modified: head/devel/rubygem-warbler/Makefile head/devel/rubygem-warbler/distinfo Modified: head/devel/rubygem-warbler/Makefile ============================================================================== --- head/devel/rubygem-warbler/Makefile Sat Nov 30 18:29:25 2013 (r335324) +++ head/devel/rubygem-warbler/Makefile Sat Nov 30 18:29:29 2013 (r335325) @@ -2,23 +2,26 @@ # $FreeBSD$ PORTNAME= warbler -PORTVERSION= 1.3.8 +PORTVERSION= 1.4.0 CATEGORIES= devel rubygems java MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= A constructor of .war files of Rails applications +COMMENT= Constructor of .war files of Rails applications + +LICENSE= MIT RUN_DEPENDS= jruby:${PORTSDIR}/lang/jruby \ rubygem-jruby-jars>=1.5.6:${PORTSDIR}/devel/rubygem-jruby-jars \ rubygem-jruby-rack>=1.0.0:${PORTSDIR}/www/rubygem-jruby-rack \ - rubygem-rubyzip>=0.9.8:${PORTSDIR}/archivers/rubygem-rubyzip + rubygem-rake>=0.9.6:${PORTSDIR}/devel/rubygem-rake \ + rubygem-rubyzip>=0.9:${PORTSDIR}/archivers/rubygem-rubyzip USE_RUBY= yes USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes + PLIST_FILES= bin/warble -NO_STAGE= yes .include Modified: head/devel/rubygem-warbler/distinfo ============================================================================== --- head/devel/rubygem-warbler/distinfo Sat Nov 30 18:29:25 2013 (r335324) +++ head/devel/rubygem-warbler/distinfo Sat Nov 30 18:29:29 2013 (r335325) @@ -1,2 +1,2 @@ -SHA256 (rubygem/warbler-1.3.8.gem) = 79662da129dbfb7d0eafbc55ea8a4a414c2f97b9ac6366fe12290129f308dfc6 -SIZE (rubygem/warbler-1.3.8.gem) = 593920 +SHA256 (rubygem/warbler-1.4.0.gem) = 6b2fccf926dffe1b4bfdd67b7adfe2ad99c86ba3978f6c26a20c5e8e061ce0ac +SIZE (rubygem/warbler-1.4.0.gem) = 613376 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:29:16 2013 Return-Path: Delivered-To: svn-ports-head@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 B0BCF7D9; Sat, 30 Nov 2013 18:29: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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9D7B4111F; Sat, 30 Nov 2013 18:29:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUITGk9057346; Sat, 30 Nov 2013 18:29:16 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUITGZ2057345; Sat, 30 Nov 2013 18:29:16 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301829.rAUITGZ2057345@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 18:29:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335322 - head/devel/rubygem-multi_json 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.16 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, 30 Nov 2013 18:29:16 -0000 Author: sunpoet Date: Sat Nov 30 18:29:16 2013 New Revision: 335322 URL: http://svnweb.freebsd.org/changeset/ports/335322 Log: - Convert to new options helper Modified: head/devel/rubygem-multi_json/Makefile Modified: head/devel/rubygem-multi_json/Makefile ============================================================================== --- head/devel/rubygem-multi_json/Makefile Sat Nov 30 18:29:12 2013 (r335321) +++ head/devel/rubygem-multi_json/Makefile Sat Nov 30 18:29:16 2013 (r335322) @@ -15,24 +15,14 @@ OPTIONS_DEFINE= JSON JSON_PURE YAJL_RUBY JSON_DESC= JSON implementation as a Ruby extension in C JSON_PURE_DESC= JSON implementation in pure Ruby YAJL_RUBY_DESC= Yajl JSON stream-based parser library -OPTIONS_DEFAULT= JSON_PURE +OPTIONS_DEFAULT=JSON_PURE USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -.include - -.if ${PORT_OPTIONS:MJSON} -RUN_DEPENDS+= rubygem-json>=0:${PORTSDIR}/devel/rubygem-json -.endif - -.if ${PORT_OPTIONS:MJSON_PURE} -RUN_DEPENDS+= rubygem-json_pure>=0:${PORTSDIR}/devel/rubygem-json_pure -.endif - -.if ${PORT_OPTIONS:MYAJL_RUBY} -RUN_DEPENDS+= rubygem-yajl-ruby>=0:${PORTSDIR}/devel/rubygem-yajl-ruby -.endif +JSON_RUN_DEPENDS= rubygem-json>=0:${PORTSDIR}/devel/rubygem-json +JSON_PURE_RUN_DEPENDS= rubygem-json_pure>=0:${PORTSDIR}/devel/rubygem-json_pure +YAJL_RUBY_RUN_DEPENDS= rubygem-yajl-ruby>=0:${PORTSDIR}/devel/rubygem-yajl-ruby .include From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:29:25 2013 Return-Path: Delivered-To: svn-ports-head@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 EBBB397F; Sat, 30 Nov 2013 18:29:25 +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 D82821124; Sat, 30 Nov 2013 18:29:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUITPK8057503; Sat, 30 Nov 2013 18:29:25 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUITP21057499; Sat, 30 Nov 2013 18:29:25 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301829.rAUITP21057499@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 18:29:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335324 - head/archivers/rubygem-rubyzip 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.16 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, 30 Nov 2013 18:29:26 -0000 Author: sunpoet Date: Sat Nov 30 18:29:25 2013 New Revision: 335324 URL: http://svnweb.freebsd.org/changeset/ports/335324 Log: - Update to 1.1.0 Changes: https://github.com/rubyzip/rubyzip/blob/master/Changelog.md Modified: head/archivers/rubygem-rubyzip/Makefile head/archivers/rubygem-rubyzip/distinfo (contents, props changed) Modified: head/archivers/rubygem-rubyzip/Makefile ============================================================================== --- head/archivers/rubygem-rubyzip/Makefile Sat Nov 30 18:29:20 2013 (r335323) +++ head/archivers/rubygem-rubyzip/Makefile Sat Nov 30 18:29:25 2013 (r335324) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rubyzip -PORTVERSION= 0.9.9 +PORTVERSION= 1.1.0 CATEGORIES= archivers rubygems MASTER_SITES= RG Modified: head/archivers/rubygem-rubyzip/distinfo ============================================================================== --- head/archivers/rubygem-rubyzip/distinfo Sat Nov 30 18:29:20 2013 (r335323) +++ head/archivers/rubygem-rubyzip/distinfo Sat Nov 30 18:29:25 2013 (r335324) @@ -1,2 +1,2 @@ -SHA256 (rubygem/rubyzip-0.9.9.gem) = 021b0211ff38a714c21fe5f6e7b7ab3f8f321672c5159350e3f6a90152330ece -SIZE (rubygem/rubyzip-0.9.9.gem) = 31744 +SHA256 (rubygem/rubyzip-1.1.0.gem) = 947dffad17c1dce5ec14793909e6c570960c07dde6d6083e1565b9438066b74f +SIZE (rubygem/rubyzip-1.1.0.gem) = 34304 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:29:13 2013 Return-Path: Delivered-To: svn-ports-head@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 DB2367A6; Sat, 30 Nov 2013 18:29:12 +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 BB8A4111D; Sat, 30 Nov 2013 18:29:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUITCCQ057275; Sat, 30 Nov 2013 18:29:12 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUITCwR057274; Sat, 30 Nov 2013 18:29:12 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301829.rAUITCwR057274@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 18:29:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335321 - head/databases/rubygem-dm-serializer 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.16 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, 30 Nov 2013 18:29:14 -0000 Author: sunpoet Date: Sat Nov 30 18:29:12 2013 New Revision: 335321 URL: http://svnweb.freebsd.org/changeset/ports/335321 Log: - Add LICENSE - Sort RUN_DEPENDS and update minimal version requirement Modified: head/databases/rubygem-dm-serializer/Makefile Modified: head/databases/rubygem-dm-serializer/Makefile ============================================================================== --- head/databases/rubygem-dm-serializer/Makefile Sat Nov 30 18:29:08 2013 (r335320) +++ head/databases/rubygem-dm-serializer/Makefile Sat Nov 30 18:29:12 2013 (r335321) @@ -8,11 +8,13 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= DataMapper plugin for serializing Resources and Collections +LICENSE= MIT + RUN_DEPENDS= rubygem-dm-core>=1.2.0:${PORTSDIR}/databases/rubygem-dm-core \ + rubygem-fastercsv>=1.5:${PORTSDIR}/devel/rubygem-fastercsv \ rubygem-json>=1.6:${PORTSDIR}/devel/rubygem-json \ - rubygem-multi_json>=1.0.3:${PORTSDIR}/devel/rubygem-multi_json \ rubygem-json_pure>=1.6:${PORTSDIR}/devel/rubygem-json_pure \ - rubygem-fastercsv>=1.5.4:${PORTSDIR}/devel/rubygem-fastercsv + rubygem-multi_json>=1.0:${PORTSDIR}/devel/rubygem-multi_json USE_RUBY= yes USE_RUBYGEMS= yes From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:29:09 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 ESMTPS id 3C5BC6F4; Sat, 30 Nov 2013 18:29:09 +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 290F9111B; Sat, 30 Nov 2013 18:29:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUIT9rn057202; Sat, 30 Nov 2013 18:29:09 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUIT8oo057199; Sat, 30 Nov 2013 18:29:08 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301829.rAUIT8oo057199@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 18:29:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335320 - head/devel/rubygem-json_pure 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.16 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, 30 Nov 2013 18:29:09 -0000 Author: sunpoet Date: Sat Nov 30 18:29:08 2013 New Revision: 335320 URL: http://svnweb.freebsd.org/changeset/ports/335320 Log: - Update to 1.8.1 - Remove outdated RUBY_VER check Changes: https://github.com/flori/json/blob/master/CHANGES Modified: head/devel/rubygem-json_pure/Makefile head/devel/rubygem-json_pure/distinfo Modified: head/devel/rubygem-json_pure/Makefile ============================================================================== --- head/devel/rubygem-json_pure/Makefile Sat Nov 30 18:29:04 2013 (r335319) +++ head/devel/rubygem-json_pure/Makefile Sat Nov 30 18:29:08 2013 (r335320) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= json_pure -PORTVERSION= 1.7.7 +PORTVERSION= 1.8.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,10 +13,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -.include - -.if ${RUBY_VER} < 1.9 -RUN_DEPENDS+= ${DEPEND_RUBY_ICONV} -.endif - -.include +.include Modified: head/devel/rubygem-json_pure/distinfo ============================================================================== --- head/devel/rubygem-json_pure/distinfo Sat Nov 30 18:29:04 2013 (r335319) +++ head/devel/rubygem-json_pure/distinfo Sat Nov 30 18:29:08 2013 (r335320) @@ -1,2 +1,2 @@ -SHA256 (rubygem/json_pure-1.7.7.gem) = 86f22c4fcf2a8c2f06df37a0db271428375f187f6e43db235013f6d4ab02b74b -SIZE (rubygem/json_pure-1.7.7.gem) = 148480 +SHA256 (rubygem/json_pure-1.8.1.gem) = 324b3fa4223a9b8c0b915aa70cae2e5e91e25958981d428c0ee4053a4a3060ff +SIZE (rubygem/json_pure-1.8.1.gem) = 148992 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:29:46 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 ESMTPS id 45FE2CB2; Sat, 30 Nov 2013 18:29:46 +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 1A25D112F; Sat, 30 Nov 2013 18:29:46 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUITjBZ057845; Sat, 30 Nov 2013 18:29:45 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUITjME057843; Sat, 30 Nov 2013 18:29:45 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301829.rAUITjME057843@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 18:29:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335328 - head/devel/rubygem-activesupport4 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.16 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, 30 Nov 2013 18:29:46 -0000 Author: sunpoet Date: Sat Nov 30 18:29:45 2013 New Revision: 335328 URL: http://svnweb.freebsd.org/changeset/ports/335328 Log: - Update to 4.0.1 - Add LICENSE - Move PKGNAMESUFFIX upward Changes: https://github.com/rails/rails/blob/v4.0.1/activesupport/CHANGELOG.md Modified: head/devel/rubygem-activesupport4/Makefile head/devel/rubygem-activesupport4/distinfo Modified: head/devel/rubygem-activesupport4/Makefile ============================================================================== --- head/devel/rubygem-activesupport4/Makefile Sat Nov 30 18:29:40 2013 (r335327) +++ head/devel/rubygem-activesupport4/Makefile Sat Nov 30 18:29:45 2013 (r335328) @@ -2,13 +2,16 @@ # $FreeBSD$ PORTNAME= activesupport -PORTVERSION= 4.0.0 +PORTVERSION= 4.0.1 CATEGORIES= devel rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 4 MAINTAINER= ruby@FreeBSD.org COMMENT= Utility classes and extension that are required by Rails MVC Framework +LICENSE= MIT + RUN_DEPENDS= rubygem-i18n>=0.6.4:${PORTSDIR}/devel/rubygem-i18n \ rubygem-minitest4>=4.2:${PORTSDIR}/devel/rubygem-minitest4 \ rubygem-multi_json>=1.3:${PORTSDIR}/devel/rubygem-multi_json \ @@ -18,11 +21,8 @@ RUN_DEPENDS= rubygem-i18n>=0.6.4:${PORTS USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - USE_RUBY_FEATURES= iconv -PKGNAMESUFFIX= 4 - -NOPORTDOCS= yes +#NOPORTDOCS= yes .include Modified: head/devel/rubygem-activesupport4/distinfo ============================================================================== --- head/devel/rubygem-activesupport4/distinfo Sat Nov 30 18:29:40 2013 (r335327) +++ head/devel/rubygem-activesupport4/distinfo Sat Nov 30 18:29:45 2013 (r335328) @@ -1,2 +1,2 @@ -SHA256 (rubygem/activesupport-4.0.0.gem) = bac5915af0e0bb115f36443f0a378431584dbc958f51506f4ed96c08e59efd29 -SIZE (rubygem/activesupport-4.0.0.gem) = 309248 +SHA256 (rubygem/activesupport-4.0.1.gem) = e912af69fdadf66cdfbe198ba253471593e4d88e6e874756d5418eab2c178539 +SIZE (rubygem/activesupport-4.0.1.gem) = 310272 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:29:20 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 ESMTPS id CA024899; Sat, 30 Nov 2013 18:29:20 +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 B6EC11122; Sat, 30 Nov 2013 18:29:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUITKJB057418; Sat, 30 Nov 2013 18:29:20 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUITKw6057417; Sat, 30 Nov 2013 18:29:20 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301829.rAUITKw6057417@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 18:29:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335323 - head/devel/rubygem-rubyforge 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.16 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, 30 Nov 2013 18:29:20 -0000 Author: sunpoet Date: Sat Nov 30 18:29:20 2013 New Revision: 335323 URL: http://svnweb.freebsd.org/changeset/ports/335323 Log: - Add LICENSE Modified: head/devel/rubygem-rubyforge/Makefile Modified: head/devel/rubygem-rubyforge/Makefile ============================================================================== --- head/devel/rubygem-rubyforge/Makefile Sat Nov 30 18:29:16 2013 (r335322) +++ head/devel/rubygem-rubyforge/Makefile Sat Nov 30 18:29:20 2013 (r335323) @@ -9,11 +9,14 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Simplistic script which automates rubyforge operations +LICENSE= MIT + RUN_DEPENDS= rubygem-json_pure>=1.1.7:${PORTSDIR}/devel/rubygem-json_pure USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes + PLIST_FILES= bin/rubyforge .include From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:29:51 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 ESMTPS id A759CD79; Sat, 30 Nov 2013 18:29:49 +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 C42301131; Sat, 30 Nov 2013 18:29:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUITnWX057917; Sat, 30 Nov 2013 18:29:49 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUITnZU057915; Sat, 30 Nov 2013 18:29:49 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301829.rAUITnZU057915@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 18:29:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335329 - head/databases/rubygem-redis-actionpack 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.16 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, 30 Nov 2013 18:29:51 -0000 Author: sunpoet Date: Sat Nov 30 18:29:49 2013 New Revision: 335329 URL: http://svnweb.freebsd.org/changeset/ports/335329 Log: - Add LICENSE - Remove contiguous blank lines Modified: head/databases/rubygem-redis-actionpack/Makefile Modified: head/databases/rubygem-redis-actionpack/Makefile ============================================================================== --- head/databases/rubygem-redis-actionpack/Makefile Sat Nov 30 18:29:45 2013 (r335328) +++ head/databases/rubygem-redis-actionpack/Makefile Sat Nov 30 18:29:49 2013 (r335329) @@ -8,6 +8,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Redis session store for ActionPack +LICENSE= MIT + RUN_DEPENDS= rubygem-actionpack4>=4:${PORTSDIR}/www/rubygem-actionpack4 \ rubygem-redis-store>=1.1.0:${PORTSDIR}/devel/rubygem-redis-store \ rubygem-redis-rack>=1.5.0:${PORTSDIR}/www/rubygem-redis-rack @@ -16,5 +18,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - .include From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:29:41 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 ESMTPS id D9C50BDD; Sat, 30 Nov 2013 18:29:41 +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 AD463112C; Sat, 30 Nov 2013 18:29:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUITf2h057760; Sat, 30 Nov 2013 18:29:41 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUITfxW057758; Sat, 30 Nov 2013 18:29:41 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301829.rAUITfxW057758@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 18:29:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335327 - head/www/rubygem-actionpack4 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.16 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, 30 Nov 2013 18:29:41 -0000 Author: sunpoet Date: Sat Nov 30 18:29:40 2013 New Revision: 335327 URL: http://svnweb.freebsd.org/changeset/ports/335327 Log: - Update to 4.0.1 - Add LICENSE - Move PKGNAMESUFFIX upward - Remove contiguous blank line Changes: https://github.com/rails/rails/blob/v4.0.1/actionpack/CHANGELOG.md Modified: head/www/rubygem-actionpack4/Makefile head/www/rubygem-actionpack4/distinfo Modified: head/www/rubygem-actionpack4/Makefile ============================================================================== --- head/www/rubygem-actionpack4/Makefile Sat Nov 30 18:29:34 2013 (r335326) +++ head/www/rubygem-actionpack4/Makefile Sat Nov 30 18:29:40 2013 (r335327) @@ -2,24 +2,24 @@ # $FreeBSD$ PORTNAME= actionpack -PORTVERSION= 4.0.0 +PORTVERSION= 4.0.1 CATEGORIES= www rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 4 MAINTAINER= ruby@FreeBSD.org COMMENT= Action Controller and Action View of Rails MVC Framework +LICENSE= MIT + RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport4 \ rubygem-builder31>=3.1.0:${PORTSDIR}/devel/rubygem-builder31 \ rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis \ rubygem-rack15>=1.5.2:${PORTSDIR}/www/rubygem-rack15 \ - rubygem-rack-test>=0.6.1:${PORTSDIR}/www/rubygem-rack-test + rubygem-rack-test>=0.6.2:${PORTSDIR}/www/rubygem-rack-test USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PKGNAMESUFFIX= 4 - - .include Modified: head/www/rubygem-actionpack4/distinfo ============================================================================== --- head/www/rubygem-actionpack4/distinfo Sat Nov 30 18:29:34 2013 (r335326) +++ head/www/rubygem-actionpack4/distinfo Sat Nov 30 18:29:40 2013 (r335327) @@ -1,2 +1,2 @@ -SHA256 (rubygem/actionpack-4.0.0.gem) = 8dc8e2849e0524edb34f1c7a12481a070531db07a2e47203a2e3548c5783a943 -SIZE (rubygem/actionpack-4.0.0.gem) = 332288 +SHA256 (rubygem/actionpack-4.0.1.gem) = 3b5525882f6f4ab693fb0e367b55b2b365445a5a3f0bcd2d89cb2e82969f73ea +SIZE (rubygem/actionpack-4.0.1.gem) = 335872 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:29:57 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 ESMTPS id BEDCDE55; Sat, 30 Nov 2013 18:29:57 +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 AB8521135; Sat, 30 Nov 2013 18:29: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 rAUITvFp058059; Sat, 30 Nov 2013 18:29:57 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUITv1I058058; Sat, 30 Nov 2013 18:29:57 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301829.rAUITv1I058058@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 18:29:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335331 - head/devel/rubygem-redis-store 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.16 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, 30 Nov 2013 18:29:57 -0000 Author: sunpoet Date: Sat Nov 30 18:29:57 2013 New Revision: 335331 URL: http://svnweb.freebsd.org/changeset/ports/335331 Log: - Add LICENSE - Remove contiguous blank lines Modified: head/devel/rubygem-redis-store/Makefile Modified: head/devel/rubygem-redis-store/Makefile ============================================================================== --- head/devel/rubygem-redis-store/Makefile Sat Nov 30 18:29:53 2013 (r335330) +++ head/devel/rubygem-redis-store/Makefile Sat Nov 30 18:29:57 2013 (r335331) @@ -8,11 +8,12 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Namespaced Redis stores for Ruby web frameworks +LICENSE= MIT + RUN_DEPENDS= rubygem-redis>=2.2:${PORTSDIR}/databases/rubygem-redis USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - .include From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:29:53 2013 Return-Path: Delivered-To: svn-ports-head@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 CE16AD92; Sat, 30 Nov 2013 18:29:53 +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 BA1E81132; Sat, 30 Nov 2013 18:29:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUITrLf057991; Sat, 30 Nov 2013 18:29:53 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUITrm8057990; Sat, 30 Nov 2013 18:29:53 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301829.rAUITrm8057990@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 18:29:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335330 - head/devel/rubygem-redis-activesupport 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.16 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, 30 Nov 2013 18:29:53 -0000 Author: sunpoet Date: Sat Nov 30 18:29:53 2013 New Revision: 335330 URL: http://svnweb.freebsd.org/changeset/ports/335330 Log: - Add LICENSE - Remove contiguous blank lines Modified: head/devel/rubygem-redis-activesupport/Makefile Modified: head/devel/rubygem-redis-activesupport/Makefile ============================================================================== --- head/devel/rubygem-redis-activesupport/Makefile Sat Nov 30 18:29:49 2013 (r335329) +++ head/devel/rubygem-redis-activesupport/Makefile Sat Nov 30 18:29:53 2013 (r335330) @@ -8,6 +8,8 @@ MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Redis store for ActiveSupport::Cache +LICENSE= MIT + RUN_DEPENDS= rubygem-activesupport4>=4.0.0:${PORTSDIR}/devel/rubygem-activesupport4 \ rubygem-redis-store>=1.1.0:${PORTSDIR}/devel/rubygem-redis-store @@ -15,5 +17,4 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes - .include From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:35:41 2013 Return-Path: Delivered-To: svn-ports-head@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 14E6A45C; Sat, 30 Nov 2013 18:35:41 +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 DD1E811A4; Sat, 30 Nov 2013 18:35:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUIZejA061101; Sat, 30 Nov 2013 18:35:40 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUIZepr061100; Sat, 30 Nov 2013 18:35:40 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201311301835.rAUIZepr061100@svn.freebsd.org> From: Li-Wen Hsu Date: Sat, 30 Nov 2013 18:35:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335332 - head/www/py-twistedWeb2 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.16 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, 30 Nov 2013 18:35:41 -0000 Author: lwhsu Date: Sat Nov 30 18:35:40 2013 New Revision: 335332 URL: http://svnweb.freebsd.org/changeset/ports/335332 Log: - Support STAGEDIR Modified: head/www/py-twistedWeb2/Makefile Modified: head/www/py-twistedWeb2/Makefile ============================================================================== --- head/www/py-twistedWeb2/Makefile Sat Nov 30 18:29:57 2013 (r335331) +++ head/www/py-twistedWeb2/Makefile Sat Nov 30 18:35:40 2013 (r335332) @@ -21,5 +21,4 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Twisted_Web2 -NO_STAGE= yes .include From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:35: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 ESMTPS id C1172536; Sat, 30 Nov 2013 18:35:58 +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 AE01511A7; Sat, 30 Nov 2013 18:35:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUIZwox061190; Sat, 30 Nov 2013 18:35:58 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUIZw4Y061189; Sat, 30 Nov 2013 18:35:58 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311301835.rAUIZw4Y061189@svn.freebsd.org> From: William Grzybowski Date: Sat, 30 Nov 2013 18:35:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335333 - head/net/liveMedia 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.16 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, 30 Nov 2013 18:35:58 -0000 Author: wg Date: Sat Nov 30 18:35:58 2013 New Revision: 335333 URL: http://svnweb.freebsd.org/changeset/ports/335333 Log: net/liveMedia: fix plist Modified: head/net/liveMedia/Makefile Modified: head/net/liveMedia/Makefile ============================================================================== --- head/net/liveMedia/Makefile Sat Nov 30 18:35:40 2013 (r335332) +++ head/net/liveMedia/Makefile Sat Nov 30 18:35:58 2013 (r335333) @@ -166,6 +166,7 @@ liveMedia= \ liveMedia/include/RTSPClient.hh \ liveMedia/include/RTSPCommon.hh \ liveMedia/include/RTSPServer.hh \ + liveMedia/include/RTSPRegisterSender.hh \ liveMedia/include/RTSPServerSupportingHTTPStreaming.hh \ liveMedia/include/SIPClient.hh \ liveMedia/include/ServerMediaSession.hh \ From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:39:05 2013 Return-Path: Delivered-To: svn-ports-head@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 5FBC6683; Sat, 30 Nov 2013 18:39:05 +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 4B88A11BA; Sat, 30 Nov 2013 18:39:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUId58p061653; Sat, 30 Nov 2013 18:39:05 GMT (envelope-from alexey@svn.freebsd.org) Received: (from alexey@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUId4Or061646; Sat, 30 Nov 2013 18:39:04 GMT (envelope-from alexey@svn.freebsd.org) Message-Id: <201311301839.rAUId4Or061646@svn.freebsd.org> From: Alexey Degtyarev Date: Sat, 30 Nov 2013 18:39:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335334 - in head/devel: awscli py-bcdoc py-botocore 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.16 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, 30 Nov 2013 18:39:05 -0000 Author: alexey Date: Sat Nov 30 18:39:03 2013 New Revision: 335334 URL: http://svnweb.freebsd.org/changeset/ports/335334 Log: * Update devel/py-bcdoc to 0.12.0 * Update devel/py-botocore to 0.26.0 * Update devel/awscli to 1.2.6 Approved by: wg (mentor) Modified: head/devel/awscli/Makefile head/devel/awscli/distinfo head/devel/py-bcdoc/Makefile head/devel/py-bcdoc/distinfo head/devel/py-botocore/Makefile head/devel/py-botocore/distinfo Modified: head/devel/awscli/Makefile ============================================================================== --- head/devel/awscli/Makefile Sat Nov 30 18:35:58 2013 (r335333) +++ head/devel/awscli/Makefile Sat Nov 30 18:39:03 2013 (r335334) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= awscli -PORTVERSION= 1.2.5 +PORTVERSION= 1.2.6 CATEGORIES= devel MASTER_SITES= CHEESESHOP MASTER_SITE_SUBDIR=source/a/awscli @@ -12,8 +12,8 @@ COMMENT= Universal Command Line Interfac LICENSE= AL2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcdoc>=0.11.0:${PORTSDIR}/devel/py-bcdoc \ - ${PYTHON_PKGNAMEPREFIX}botocore>=0.25:${PORTSDIR}/devel/py-botocore \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}bcdoc>=0.12.0:${PORTSDIR}/devel/py-bcdoc \ + ${PYTHON_PKGNAMEPREFIX}botocore>=0.26:${PORTSDIR}/devel/py-botocore \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.2.5:${PORTSDIR}/devel/py-colorama \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.10:${PORTSDIR}/textproc/py-docutils \ ${PYTHON_PKGNAMEPREFIX}rsa>=3.1.2:${PORTSDIR}/security/py-rsa \ Modified: head/devel/awscli/distinfo ============================================================================== --- head/devel/awscli/distinfo Sat Nov 30 18:35:58 2013 (r335333) +++ head/devel/awscli/distinfo Sat Nov 30 18:39:03 2013 (r335334) @@ -1,2 +1,2 @@ -SHA256 (awscli-1.2.5.tar.gz) = cfcb2c8c2ca6b991e99436f6f8ca1f411866f02f3cfe1d4bc0e8ac70294ab3ea -SIZE (awscli-1.2.5.tar.gz) = 135537 +SHA256 (awscli-1.2.6.tar.gz) = 0a4c78855dfe11228f4aaf8418aa8566efc25a3bbb50f235f86b592d7afbef90 +SIZE (awscli-1.2.6.tar.gz) = 142687 Modified: head/devel/py-bcdoc/Makefile ============================================================================== --- head/devel/py-bcdoc/Makefile Sat Nov 30 18:35:58 2013 (r335333) +++ head/devel/py-bcdoc/Makefile Sat Nov 30 18:39:03 2013 (r335334) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bcdoc -PORTVERSION= 0.11.0 +PORTVERSION= 0.12.0 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-bcdoc/distinfo ============================================================================== --- head/devel/py-bcdoc/distinfo Sat Nov 30 18:35:58 2013 (r335333) +++ head/devel/py-bcdoc/distinfo Sat Nov 30 18:39:03 2013 (r335334) @@ -1,2 +1,2 @@ -SHA256 (bcdoc-0.11.0.tar.gz) = ed6fc1d85ee57cb2b1c4a4e350e126e3c522511b9965cdd0c1d440c1fb8d8356 -SIZE (bcdoc-0.11.0.tar.gz) = 11309 +SHA256 (bcdoc-0.12.0.tar.gz) = 88827352031f9ecf2093b970fda6c273d409fa4153f6b930cdd60f9c229cce1f +SIZE (bcdoc-0.12.0.tar.gz) = 9003 Modified: head/devel/py-botocore/Makefile ============================================================================== --- head/devel/py-botocore/Makefile Sat Nov 30 18:35:58 2013 (r335333) +++ head/devel/py-botocore/Makefile Sat Nov 30 18:39:03 2013 (r335334) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= botocore -PORTVERSION= 0.25.0 +PORTVERSION= 0.26.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,6 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}jmespath>=0.1.0:${PORTSDIR}/devel/py-jmespath \ - ${PYTHON_PKGNAMEPREFIX}requests>=1.2.3:${PORTSDIR}/www/py-requests \ ${PYTHON_PKGNAMEPREFIX}six>=1.1.0:${PORTSDIR}/devel/py-six USE_PYTHON= yes Modified: head/devel/py-botocore/distinfo ============================================================================== --- head/devel/py-botocore/distinfo Sat Nov 30 18:35:58 2013 (r335333) +++ head/devel/py-botocore/distinfo Sat Nov 30 18:39:03 2013 (r335334) @@ -1,2 +1,2 @@ -SHA256 (botocore-0.25.0.tar.gz) = b6ca6419fc584eb774c5e53a422e3d886c06f1736d2aca8c1d78da9409cd832d -SIZE (botocore-0.25.0.tar.gz) = 1375950 +SHA256 (botocore-0.26.0.tar.gz) = 44cd5bd63f89df580bba48278873c2ed1bbe69678c3c1b3b6b158d824cc68a25 +SIZE (botocore-0.26.0.tar.gz) = 1378631 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:40:04 2013 Return-Path: Delivered-To: svn-ports-head@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 27050783; Sat, 30 Nov 2013 18:40:04 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE2C711C6; Sat, 30 Nov 2013 18:40:03 +0000 (UTC) Received: from [192.168.0.20] (unknown [130.255.26.50]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 66D7443552; Sat, 30 Nov 2013 12:39:38 -0600 (CST) Message-ID: <529A30DE.8070705@marino.st> Date: Sat, 30 Nov 2013 19:39:26 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: marino@freebsd.org Subject: Re: svn commit: r334297 - in head/www/node: . files [Please revert if it's not going to be fixed] References: <528E36DD.4040400@marino.st> In-Reply-To: <528E36DD.4040400@marino.st> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Sunpoet Po-Chuan Hsieh , Mathieu Arnold , "svn-ports-all@freebsd.org" , "svn-ports-head@freebsd.org" , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: marino@freebsd.org 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, 30 Nov 2013 18:40:04 -0000 On 11/21/2013 17:37, John Marino wrote: >> +--On 19 novembre 2013 10:12:15 +0000 Sunpoet Po-Chuan Hsieh >> wrote: >> | Author: sunpoet >> | Date: Tue Nov 19 10:12:14 2013 >> | New Revision: 334297 >> | URL: http://svnweb.freebsd.org/changeset/ports/334297 >> | >> | Log: >> | - Update to 0.10.22 >> | - Fix PLIST: add missing manpage >> | - While I'm here, add LICENSE >> | >> >> After that update, I'm unable to have it build on 8.3 : >> >> >> -- >> Mathieu Arnold > > This change also breaks www/node on dports as there is no semaphore > implementation there yet. I have looked at the source for a few minutes > but I didn't see an obvious fix. > > Is anybody working on a Fix for FreeBSD 8? Undoubtedly this will be the > fix DragonFly needs as well. > So www/node has regressed on a supported platform: FreeBSD 8.x ( http://portsmon.freebsd.org/portoverview.py?category=www&portname=node ) Should not r334297 be reverted with an epoch since it's apparently not going to get fixed? When FreeBSD 8 is no longer supported, then the later versions of node can be brought in. Unless node can be patched to continue to work on FreeBSD 8 of course. But it's now been busted 11 days with no acknowledgement, so it's getting close to time to revert the commit IMO. John From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:41:20 2013 Return-Path: Delivered-To: svn-ports-head@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 2760A870; Sat, 30 Nov 2013 18:41:20 +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 132DC11F5; Sat, 30 Nov 2013 18:41:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUIfJ0M064055; Sat, 30 Nov 2013 18:41:19 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUIfJH6064054; Sat, 30 Nov 2013 18:41:19 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301841.rAUIfJH6064054@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 18:41:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335335 - head/www/py-cssutils 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.16 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, 30 Nov 2013 18:41:20 -0000 Author: sunpoet Date: Sat Nov 30 18:41:19 2013 New Revision: 335335 URL: http://svnweb.freebsd.org/changeset/ports/335335 Log: - Use PYDISTUTILS_AUTOPLIST - Use PORTEXAMPLES Deleted: head/www/py-cssutils/pkg-plist Modified: head/www/py-cssutils/Makefile Modified: head/www/py-cssutils/Makefile ============================================================================== --- head/www/py-cssutils/Makefile Sat Nov 30 18:39:03 2013 (r335334) +++ head/www/py-cssutils/Makefile Sat Nov 30 18:41:19 2013 (r335335) @@ -16,11 +16,13 @@ LICENSE= LGPL3 OPTIONS_DEFINE= EXAMPLES OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options +PYDISTUTILS_AUTOPLIST= yes USE_PYDISTUTILS=easy_install USE_PYTHON= yes USE_ZIP= yes EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} +PORTEXAMPLES= * post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 18:53:41 2013 Return-Path: Delivered-To: svn-ports-head@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 F0A49CE9; Sat, 30 Nov 2013 18:53:41 +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 DD49E1282; Sat, 30 Nov 2013 18:53:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUIrfl0067582; Sat, 30 Nov 2013 18:53:41 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUIrfiB067581; Sat, 30 Nov 2013 18:53:41 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311301853.rAUIrfiB067581@svn.freebsd.org> From: William Grzybowski Date: Sat, 30 Nov 2013 18:53:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335336 - head/multimedia/vlc 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.16 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, 30 Nov 2013 18:53:42 -0000 Author: wg Date: Sat Nov 30 18:53:41 2013 New Revision: 335336 URL: http://svnweb.freebsd.org/changeset/ports/335336 Log: multimedia/vlc: USE_GL only if X11 is enabled Submitted by: olgeni Modified: head/multimedia/vlc/Makefile Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Sat Nov 30 18:41:19 2013 (r335335) +++ head/multimedia/vlc/Makefile Sat Nov 30 18:53:41 2013 (r335336) @@ -243,7 +243,6 @@ ZVBI_CONFIGURE_ENABLE= zvbi USE_XZ= yes USES= desktop-file-utils iconv perl5 gmake pkgconfig USE_PERL5= build -USE_GL= yes USE_CSTD= gnu99 WANT_GNOME= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/a$//} @@ -355,7 +354,8 @@ CONFIGURE_ARGS+=--disable-v4l2 .endif .if ${PORT_OPTIONS:MX11} -USE_XORG=xcb xpm +USE_GL= yes +USE_XORG= xcb xpm LIB_DEPENDS+= libxcb-keysyms.so:${PORTSDIR}/x11/xcb-util-keysyms CONFIGURE_ARGS+=--with-x --enable-glx --enable-xcb --enable-xvideo .else From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 19:09:41 2013 Return-Path: Delivered-To: svn-ports-head@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 865222C9; Sat, 30 Nov 2013 19:09:41 +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 728CB1332; Sat, 30 Nov 2013 19:09:41 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUJ9fCa072018; Sat, 30 Nov 2013 19:09:41 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUJ9fo3072017; Sat, 30 Nov 2013 19:09:41 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201311301909.rAUJ9fo3072017@svn.freebsd.org> From: Koop Mast Date: Sat, 30 Nov 2013 19:09:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335337 - head/multimedia/py-gstreamer 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.16 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, 30 Nov 2013 19:09:41 -0000 Author: kwm Date: Sat Nov 30 19:09:40 2013 New Revision: 335337 URL: http://svnweb.freebsd.org/changeset/ports/335337 Log: Unbreak packaging after staging this port. I'm not sure how this snuck by testing. Modified: head/multimedia/py-gstreamer/Makefile Modified: head/multimedia/py-gstreamer/Makefile ============================================================================== --- head/multimedia/py-gstreamer/Makefile Sat Nov 30 18:53:41 2013 (r335336) +++ head/multimedia/py-gstreamer/Makefile Sat Nov 30 19:09:40 2013 (r335337) @@ -40,9 +40,10 @@ post-patch: .endfor post-install: - ${SETENV} PYTHON=${PYTHON_CMD} ${SH} ${WRKSRC}/py-compile --destdir ${STAGEDIR} \ - --basedir ${PYTHON_SITELIBDIR} \ - ${STAGEDIR}${PYTHON_SITELIBDIR}/pygst.py + ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -d \ + ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -f ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} + ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -d \ + ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -f ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/gst-0.10/gst/*.so @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/*.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gstreamer-0.10/libgstpython.so From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 19:30:04 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 ESMTPS id 25E668E7; Sat, 30 Nov 2013 19:30:04 +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 116D01482; Sat, 30 Nov 2013 19:30:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUJU3oZ078885; Sat, 30 Nov 2013 19:30:03 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUJU3oM078875; Sat, 30 Nov 2013 19:30:03 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311301930.rAUJU3oM078875@svn.freebsd.org> From: Rusmir Dusko Date: Sat, 30 Nov 2013 19:30:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335338 - in head/games/zephulor: . 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.16 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, 30 Nov 2013 19:30:04 -0000 Author: nemysis Date: Sat Nov 30 19:30:02 2013 New Revision: 335338 URL: http://svnweb.freebsd.org/changeset/ports/335338 Log: - Change master sites, add icon - Change maintainer email to @FreeBSD.org - Remove dependency for graphics/netpbm - Change USE_PYTHON=yes to USE_PYTHON=2.7 - Use pkg-plist instead of PLIST_FILES, PLIST_DIRS and PORTDATA - Support STAGEDIR - Add DOCS Option - Change files/tuxfighter.in Approved by: pawel / wg (mentors, implicit) Added: head/games/zephulor/pkg-plist (contents, props changed) Modified: head/games/zephulor/Makefile head/games/zephulor/distinfo (contents, props changed) head/games/zephulor/files/zephulor.in Modified: head/games/zephulor/Makefile ============================================================================== --- head/games/zephulor/Makefile Sat Nov 30 19:09:40 2013 (r335337) +++ head/games/zephulor/Makefile Sat Nov 30 19:30:02 2013 (r335338) @@ -5,25 +5,25 @@ PORTNAME= zephulor PORTVERSION= 1 PORTREVISION= 6 CATEGORIES= games -MASTER_SITES= SF/apz/apz/stable/ -DISTNAME= ${PORTNAME}-source +MASTER_SITES= SF/apz/apz/stable/ \ + SF/nemysisfreebsdp/${CATEGORIES}/:icons +DISTFILES= ${PORTNAME}-source${EXTRACT_SUFX} \ + ${PORTNAME}.png:icons +EXTRACT_ONLY= ${PORTNAME}-source${EXTRACT_SUFX} -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Side scrolling arcade game LICENSE= LGPL20 -EXTRACT_DEPENDS=pngtopnm:${PORTSDIR}/graphics/netpbm RUN_DEPENDS= ${PYGAME} \ ${PYTHON_PKGNAMEPREFIX}tkinter>=0:${PORTSDIR}/x11-toolkits/py-tkinter -USE_PYTHON= yes -NO_BUILD= yes +WRKSRC= ${WRKDIR}/zephulor-source -PLIST_FILES= bin/${PORTNAME} \ - share/pixmaps/${PORTNAME}.png +USE_PYTHON= 2.7 +NO_BUILD= yes -PORTDATA= * PORTDOCS= * DOCSRCDIR1= ${WRKSRC} @@ -34,38 +34,33 @@ DOCSDIR2= ${DOCSDIR}/maptool DOC_FILES2= manual.txt DESKTOP_ENTRIES="Adventures on Planet Zephulor" "${COMMENT}" "${PORTNAME}" \ - "${PORTNAME}" "Game;ArcadeGame;" "false" + "${PORTNAME}" "Game;ArcadeGame;" false SUB_FILES= ${PORTNAME} -NO_STAGE= yes -.include +OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's|#!.*python|#!${PYTHON_CMD}|' \ ${WRKSRC}/*.py ${WRKSRC}/maptool/*.py @${FIND} ${WRKSRC} -name "*.bak" -delete -post-extract: - @(cd ${WRKSRC}/data && ${LOCALBASE}/bin/pngtopnm zephulor.png | \ - ${LOCALBASE}/bin/pamscale .1 | ${LOCALBASE}/bin/pnmtopng > zephulor1.png) - do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin - ${MKDIR} ${DATADIR} - ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${DATADIR} - @(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${DATADIR}) - ${MKDIR} ${DATADIR}/maptool - ${INSTALL_SCRIPT} ${WRKSRC}/maptool/*.py ${DATADIR}/maptool + @${REINPLACE_CMD} -e 's|%%PYTHON_CMD%%|${PYTHON_CMD}|' \ + ${WRKDIR}/${PORTNAME} + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + @${MKDIR} ${STAGEDIR}${DATADIR}/maptool/ + ${INSTALL_SCRIPT} ${WRKSRC}/*.py ${STAGEDIR}${DATADIR} + @(cd ${WRKSRC} && ${COPYTREE_SHARE} data ${STAGEDIR}${DATADIR}) + ${INSTALL_SCRIPT} ${WRKSRC}/maptool/*.py ${STAGEDIR}${DATADIR}/maptool/ post-install: - ${INSTALL_DATA} ${WRKSRC}/data/zephulor1.png ${PREFIX}/share/pixmaps/${PORTNAME}.png + ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps/ -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${DOCSDIR} - ${MKDIR} ${DOCSDIR2} - ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${DOCSDIR2} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR2} + ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2} .include Modified: head/games/zephulor/distinfo ============================================================================== --- head/games/zephulor/distinfo Sat Nov 30 19:09:40 2013 (r335337) +++ head/games/zephulor/distinfo Sat Nov 30 19:30:02 2013 (r335338) @@ -1,2 +1,4 @@ SHA256 (zephulor-source.tar.gz) = db65c8e1ac17274e553f1bf319b3d8a5462c028b4b32fee1088fc0efd3239fda SIZE (zephulor-source.tar.gz) = 3274306 +SHA256 (zephulor.png) = f4540fd360cf020fd8f4c76c2fbce8c62ef768ee43b77dc4ce800fdac2a26997 +SIZE (zephulor.png) = 1986 Modified: head/games/zephulor/files/zephulor.in ============================================================================== --- head/games/zephulor/files/zephulor.in Sat Nov 30 19:09:40 2013 (r335337) +++ head/games/zephulor/files/zephulor.in Sat Nov 30 19:30:02 2013 (r335338) @@ -4,4 +4,4 @@ # cd "%%DATADIR%%" -exec /usr/bin/env python ./zephulor.py +exec %%PYTHON_CMD%% ./zephulor.py Added: head/games/zephulor/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/zephulor/pkg-plist Sat Nov 30 19:30:02 2013 (r335338) @@ -0,0 +1,126 @@ +bin/zephulor +share/pixmaps/zephulor.png +%%DATADIR%%/chared.py +%%DATADIR%%/data/angry_eye-die.wav +%%DATADIR%%/data/angry_eye-dmg.wav +%%DATADIR%%/data/angry_eye-shoot.wav +%%DATADIR%%/data/angry_eye.data +%%DATADIR%%/data/angry_eye.png +%%DATADIR%%/data/blob-die.wav +%%DATADIR%%/data/blob-grubub.wav +%%DATADIR%%/data/blob.bmp +%%DATADIR%%/data/bullet1.bmp +%%DATADIR%%/data/bullet2.bmp +%%DATADIR%%/data/buzzbuzz-die.wav +%%DATADIR%%/data/buzzbuzz-dmg.wav +%%DATADIR%%/data/buzzbuzz.data +%%DATADIR%%/data/buzzbuzz.png +%%DATADIR%%/data/char-bang.wav +%%DATADIR%%/data/char-die.wav +%%DATADIR%%/data/char-ow.wav +%%DATADIR%%/data/char1.data +%%DATADIR%%/data/char2.data +%%DATADIR%%/data/credits.scn +%%DATADIR%%/data/default.charlist +%%DATADIR%%/data/eheart.bmp +%%DATADIR%%/data/end.scn +%%DATADIR%%/data/entsndlist.data +%%DATADIR%%/data/fire-powerup.bmp +%%DATADIR%%/data/fire-powerup.data +%%DATADIR%%/data/firstmap.data +%%DATADIR%%/data/heart-powerup.bmp +%%DATADIR%%/data/heart-powerup.data +%%DATADIR%%/data/heart.bmp +%%DATADIR%%/data/highlight.bmp +%%DATADIR%%/data/hollowlogo-credits.png +%%DATADIR%%/data/hollowlogo-save.png +%%DATADIR%%/data/hollowlogo.png +%%DATADIR%%/data/hud.bmp +%%DATADIR%%/data/intro.scn +%%DATADIR%%/data/invuln-powerup.bmp +%%DATADIR%%/data/invuln-powerup.data +%%DATADIR%%/data/jump-powerup.bmp +%%DATADIR%%/data/jump-powerup.data +%%DATADIR%%/data/load.scn +%%DATADIR%%/data/logo.scn +%%DATADIR%%/data/mushlump_lowlands-01.data +%%DATADIR%%/data/mushlump_lowlands-02.data +%%DATADIR%%/data/mushlump_lowlands-03.data +%%DATADIR%%/data/mushlump_lowlands-04.data +%%DATADIR%%/data/mushlump_lowlands-05.data +%%DATADIR%%/data/mushlump_lowlands-06.data +%%DATADIR%%/data/mushlump_lowlands-07.data +%%DATADIR%%/data/mushlump_lowlands-bkg0.bmp +%%DATADIR%%/data/mushlump_lowlands-bkg1.bmp +%%DATADIR%%/data/mushlump_lowlands-bkg2.bmp +%%DATADIR%%/data/mushlump_lowlands-tileset.bmp +%%DATADIR%%/data/mushlump_lowlands.mp3 +%%DATADIR%%/data/mychar.bmp +%%DATADIR%%/data/pause.bmp +%%DATADIR%%/data/paxapart_flats-01.data +%%DATADIR%%/data/paxapart_flats-02.data +%%DATADIR%%/data/paxapart_flats-03.data +%%DATADIR%%/data/paxapart_flats-04.data +%%DATADIR%%/data/paxapart_flats-05.data +%%DATADIR%%/data/paxapart_flats-06.data +%%DATADIR%%/data/paxapart_flats-07.data +%%DATADIR%%/data/paxapart_flats-08.data +%%DATADIR%%/data/paxapart_flats-bkg0.bmp +%%DATADIR%%/data/paxapart_flats-bkg1.bmp +%%DATADIR%%/data/paxapart_flats-bkg2.bmp +%%DATADIR%%/data/paxapart_flats-tileset.bmp +%%DATADIR%%/data/paxapart_flats.mp3 +%%DATADIR%%/data/powerup.wav +%%DATADIR%%/data/rock-die.wav +%%DATADIR%%/data/rock-ow.wav +%%DATADIR%%/data/rock_bang.wav +%%DATADIR%%/data/rock_ow.wav +%%DATADIR%%/data/rockmonster.bmp +%%DATADIR%%/data/rockmonster.data +%%DATADIR%%/data/save.scn +%%DATADIR%%/data/scn_load.png +%%DATADIR%%/data/scn_save.png +%%DATADIR%%/data/sludge-stalker-die.wav +%%DATADIR%%/data/sludge-stalker-dmg.wav +%%DATADIR%%/data/sludge-stalker-shoot.wav +%%DATADIR%%/data/sludge-stalker.bmp +%%DATADIR%%/data/sludge-stalker.data +%%DATADIR%%/data/spaceship.png +%%DATADIR%%/data/startup.scn +%%DATADIR%%/data/water-deep-left.bmp +%%DATADIR%%/data/water-deep-left.data +%%DATADIR%%/data/water-deep-right.bmp +%%DATADIR%%/data/water-deep-right.data +%%DATADIR%%/data/water-deep.bmp +%%DATADIR%%/data/water-deep.data +%%DATADIR%%/data/water.bmp +%%DATADIR%%/data/water.data +%%DATADIR%%/data/zephulor-any.png +%%DATADIR%%/data/zephulor-credits.png +%%DATADIR%%/data/zephulor-loading.png +%%DATADIR%%/data/zephulor.png +%%DATADIR%%/game_config.py +%%DATADIR%%/game_entities.py +%%DATADIR%%/game_hud.py +%%DATADIR%%/game_map.py +%%DATADIR%%/game_menu.py +%%DATADIR%%/game_projectiles.py +%%DATADIR%%/game_sound.py +%%DATADIR%%/maploadtool.py +%%DATADIR%%/maptool/chared.py +%%DATADIR%%/maptool/charmenu.py +%%DATADIR%%/maptool/domenu.py +%%DATADIR%%/maptool/game_entities.py +%%DATADIR%%/maptool/game_map.py +%%DATADIR%%/maptool/hud.py +%%DATADIR%%/maptool/interface.py +%%DATADIR%%/maptool/keymap.py +%%DATADIR%%/maptool/main.py +%%DATADIR%%/maptool/myimg.py +%%DATADIR%%/maptool/tilemenu.py +%%DATADIR%%/myimg.py +%%DATADIR%%/scnloadtool.py +%%DATADIR%%/zephulor.py +@dirrm %%DATADIR%%/maptool +@dirrm %%DATADIR%%/data +@dirrm %%DATADIR%% From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 19:57:34 2013 Return-Path: Delivered-To: svn-ports-head@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 B0A15109; Sat, 30 Nov 2013 19:57:34 +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 9CB241618; Sat, 30 Nov 2013 19:57:34 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUJvYQY088844; Sat, 30 Nov 2013 19:57:34 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUJvYqW088843; Sat, 30 Nov 2013 19:57:34 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201311301957.rAUJvYqW088843@svn.freebsd.org> From: Li-Wen Hsu Date: Sat, 30 Nov 2013 19:57:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335339 - head/devel/py-twistedFlow 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.16 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, 30 Nov 2013 19:57:34 -0000 Author: lwhsu Date: Sat Nov 30 19:57:34 2013 New Revision: 335339 URL: http://svnweb.freebsd.org/changeset/ports/335339 Log: - Support STAGEDIR PR: ports/184397 Submitted by: lwhsu Approved by: maintainer Modified: head/devel/py-twistedFlow/Makefile Modified: head/devel/py-twistedFlow/Makefile ============================================================================== --- head/devel/py-twistedFlow/Makefile Sat Nov 30 19:30:02 2013 (r335338) +++ head/devel/py-twistedFlow/Makefile Sat Nov 30 19:57:34 2013 (r335339) @@ -21,5 +21,4 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Twisted_Flow -NO_STAGE= yes .include From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 19:59:09 2013 Return-Path: Delivered-To: svn-ports-head@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 64887275; Sat, 30 Nov 2013 19:59:09 +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 5115B162F; Sat, 30 Nov 2013 19:59:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUJx9D4089079; Sat, 30 Nov 2013 19:59:09 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUJx8fb089077; Sat, 30 Nov 2013 19:59:08 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301959.rAUJx8fb089077@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 19:59:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335340 - head/ftp/rubygem-curb 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.16 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, 30 Nov 2013 19:59:09 -0000 Author: sunpoet Date: Sat Nov 30 19:59:08 2013 New Revision: 335340 URL: http://svnweb.freebsd.org/changeset/ports/335340 Log: - Update to 0.8.5 - Use LIB_DEPENDS Changes: https://github.com/taf2/curb/commits/master Modified: head/ftp/rubygem-curb/Makefile head/ftp/rubygem-curb/distinfo Modified: head/ftp/rubygem-curb/Makefile ============================================================================== --- head/ftp/rubygem-curb/Makefile Sat Nov 30 19:57:34 2013 (r335339) +++ head/ftp/rubygem-curb/Makefile Sat Nov 30 19:59:08 2013 (r335340) @@ -2,17 +2,17 @@ # $FreeBSD$ PORTNAME= curb -PORTVERSION= 0.8.4 +PORTVERSION= 0.8.5 CATEGORIES= ftp rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby bindings for libcurl -RUN_DEPENDS= curl>=0.0.0:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl -USE_RUBY= yes -USE_RUBYGEMS= yes +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Modified: head/ftp/rubygem-curb/distinfo ============================================================================== --- head/ftp/rubygem-curb/distinfo Sat Nov 30 19:57:34 2013 (r335339) +++ head/ftp/rubygem-curb/distinfo Sat Nov 30 19:59:08 2013 (r335340) @@ -1,2 +1,2 @@ -SHA256 (rubygem/curb-0.8.4.gem) = 735717037efde9afc253ce45f08e2f77d8db01b7fe9508178b35ce9dbaa8ee49 -SIZE (rubygem/curb-0.8.4.gem) = 78848 +SHA256 (rubygem/curb-0.8.5.gem) = 2fb74a7e8017b6efc698e7431f4328c2fbd7d1f750beee6ee0325541a5002d56 +SIZE (rubygem/curb-0.8.5.gem) = 79360 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 19:59:28 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 ESMTPS id 8517643B; Sat, 30 Nov 2013 19:59:28 +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 598801634; Sat, 30 Nov 2013 19:59:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUJxSh8089261; Sat, 30 Nov 2013 19:59:28 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUJxRl4089259; Sat, 30 Nov 2013 19:59:27 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301959.rAUJxRl4089259@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 19:59:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335342 - head/www/rubygem-feedzirra 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.16 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, 30 Nov 2013 19:59:28 -0000 Author: sunpoet Date: Sat Nov 30 19:59:27 2013 New Revision: 335342 URL: http://svnweb.freebsd.org/changeset/ports/335342 Log: - Update to 0.4.0 - Add LICENSE Changes: https://github.com/pauldix/feedzirra/blob/master/CHANGELOG.md Modified: head/www/rubygem-feedzirra/Makefile head/www/rubygem-feedzirra/distinfo (contents, props changed) Modified: head/www/rubygem-feedzirra/Makefile ============================================================================== --- head/www/rubygem-feedzirra/Makefile Sat Nov 30 19:59:20 2013 (r335341) +++ head/www/rubygem-feedzirra/Makefile Sat Nov 30 19:59:27 2013 (r335342) @@ -2,22 +2,22 @@ # $FreeBSD$ PORTNAME= feedzirra -PORTVERSION= 0.0.24 +PORTVERSION= 0.4.0 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Feed fetching and parsing library -RUN_DEPENDS= rubygem-activesupport>=2.3.8:${PORTSDIR}/devel/rubygem-activesupport \ - rubygem-builder>=2.1.2:${PORTSDIR}/devel/rubygem-builder \ - rubygem-nokogiri>=0.0.0:${PORTSDIR}/textproc/rubygem-nokogiri \ - rubygem-loofah>=0.3.1:${PORTSDIR}/textproc/rubygem-loofah \ - rubygem-curb>=0.2.3:${PORTSDIR}/ftp/rubygem-curb \ - rubygem-sax-machine>=0.0.12:${PORTSDIR}/textproc/rubygem-sax-machine +LICENSE= MIT -USE_RUBY= yes -USE_RUBYGEMS= yes +RUN_DEPENDS= rubygem-curb>=0.8.1:${PORTSDIR}/ftp/rubygem-curb \ + rubygem-loofah>=1.2.1:${PORTSDIR}/textproc/rubygem-loofah \ + rubygem-nokogiri>=1.6.0:${PORTSDIR}/textproc/rubygem-nokogiri \ + rubygem-sax-machine>=0.2.1:${PORTSDIR}/textproc/rubygem-sax-machine + +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Modified: head/www/rubygem-feedzirra/distinfo ============================================================================== --- head/www/rubygem-feedzirra/distinfo Sat Nov 30 19:59:20 2013 (r335341) +++ head/www/rubygem-feedzirra/distinfo Sat Nov 30 19:59:27 2013 (r335342) @@ -1,2 +1,2 @@ -SHA256 (rubygem/feedzirra-0.0.24.gem) = f2d955940e260061007686a0a5cd8bbe813798d6dae83e60640f8ab9907ed166 -SIZE (rubygem/feedzirra-0.0.24.gem) = 24064 +SHA256 (rubygem/feedzirra-0.4.0.gem) = b8d8ac9cea216acba8eed3270a3401b95b36752363b03e699ae361181f9c5993 +SIZE (rubygem/feedzirra-0.4.0.gem) = 210944 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 19:59:21 2013 Return-Path: Delivered-To: svn-ports-head@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 72FF335B; Sat, 30 Nov 2013 19:59:21 +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 5EF951631; Sat, 30 Nov 2013 19:59:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUJxL6q089177; Sat, 30 Nov 2013 19:59:21 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUJxLVT089175; Sat, 30 Nov 2013 19:59:21 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301959.rAUJxLVT089175@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 19:59:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335341 - head/textproc/rubygem-sax-machine 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.16 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, 30 Nov 2013 19:59:21 -0000 Author: sunpoet Date: Sat Nov 30 19:59:20 2013 New Revision: 335341 URL: http://svnweb.freebsd.org/changeset/ports/335341 Log: - Update to 0.2.1 - Add LICENSE Changes: https://github.com/pauldix/sax-machine/blob/master/HISTORY.md https://github.com/pauldix/sax-machine/commits/master Modified: head/textproc/rubygem-sax-machine/Makefile head/textproc/rubygem-sax-machine/distinfo Modified: head/textproc/rubygem-sax-machine/Makefile ============================================================================== --- head/textproc/rubygem-sax-machine/Makefile Sat Nov 30 19:59:08 2013 (r335340) +++ head/textproc/rubygem-sax-machine/Makefile Sat Nov 30 19:59:20 2013 (r335341) @@ -2,17 +2,19 @@ # $FreeBSD$ PORTNAME= sax-machine -PORTVERSION= 0.1.0 +PORTVERSION= 0.2.1 CATEGORIES= textproc rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Declarative sax parsing library backed by Nokogiri -RUN_DEPENDS= rubygem-nokogiri>=0.0.0:${PORTSDIR}/textproc/rubygem-nokogiri +LICENSE= MIT -USE_RUBY= yes -USE_RUBYGEMS= yes +RUN_DEPENDS= rubygem-nokogiri>=1.6.0:${PORTSDIR}/textproc/rubygem-nokogiri + +USE_RUBY= yes +USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes .include Modified: head/textproc/rubygem-sax-machine/distinfo ============================================================================== --- head/textproc/rubygem-sax-machine/distinfo Sat Nov 30 19:59:08 2013 (r335340) +++ head/textproc/rubygem-sax-machine/distinfo Sat Nov 30 19:59:20 2013 (r335341) @@ -1,2 +1,2 @@ -SHA256 (rubygem/sax-machine-0.1.0.gem) = 1a0f19020b6cbd18dc7ce62e90d97f6c682dab8091525476c51df969442c8f16 -SIZE (rubygem/sax-machine-0.1.0.gem) = 12288 +SHA256 (rubygem/sax-machine-0.2.1.gem) = 10a835093938641f4b68566a2d83f54cab52d648d33f5842e8ce158e7b7842cc +SIZE (rubygem/sax-machine-0.2.1.gem) = 25600 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 19:59:33 2013 Return-Path: Delivered-To: svn-ports-head@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 4890B440; Sat, 30 Nov 2013 19:59:33 +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 349431636; Sat, 30 Nov 2013 19:59:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUJxXJ8089327; Sat, 30 Nov 2013 19:59:33 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUJxXlc089326; Sat, 30 Nov 2013 19:59:33 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311301959.rAUJxXlc089326@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 19:59:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335343 - head/www/py-cssutils 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.16 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, 30 Nov 2013 19:59:33 -0000 Author: sunpoet Date: Sat Nov 30 19:59:32 2013 New Revision: 335343 URL: http://svnweb.freebsd.org/changeset/ports/335343 Log: - Fix file permission Modified: head/www/py-cssutils/Makefile Modified: head/www/py-cssutils/Makefile ============================================================================== --- head/www/py-cssutils/Makefile Sat Nov 30 19:59:27 2013 (r335342) +++ head/www/py-cssutils/Makefile Sat Nov 30 19:59:32 2013 (r335343) @@ -25,6 +25,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/py PORTEXAMPLES= * post-install: + ${CHMOD} ${SHAREMODE} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG}/EGG-INFO/* ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}/ From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 20:03:08 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 ESMTPS id DC3C47AB; Sat, 30 Nov 2013 20:03:07 +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 C83941699; Sat, 30 Nov 2013 20:03:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUK37pZ092272; Sat, 30 Nov 2013 20:03:07 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUK37Cj092269; Sat, 30 Nov 2013 20:03:07 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311302003.rAUK37Cj092269@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 20:03:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335344 - head/ftp/pure-ftpd 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.16 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, 30 Nov 2013 20:03:08 -0000 Author: sunpoet Date: Sat Nov 30 20:03:06 2013 New Revision: 335344 URL: http://svnweb.freebsd.org/changeset/ports/335344 Log: - Add LICENSE - Sort OPTIONS - Convert to new options helper - Fix shebang - Reword pre-fetch: message and change variables: - Change CERTFILE to TLS_CERTFILE - Change WITH_LANG to LANG - Support STAGEDIR - Simplify Makefile - Cosmetic change - Reformat pkg-descr Modified: head/ftp/pure-ftpd/Makefile head/ftp/pure-ftpd/pkg-descr (contents, props changed) head/ftp/pure-ftpd/pkg-plist (contents, props changed) Modified: head/ftp/pure-ftpd/Makefile ============================================================================== --- head/ftp/pure-ftpd/Makefile Sat Nov 30 19:59:32 2013 (r335343) +++ head/ftp/pure-ftpd/Makefile Sat Nov 30 20:03:06 2013 (r335344) @@ -11,182 +11,105 @@ MASTER_SITES= http://download.pureftpd.o MAINTAINER= sunpoet@FreeBSD.org COMMENT= Small, easy to set up, fast, and secure FTP server +LICENSE= ISCL + +OPTIONS_DEFINE= ANONDELETE ANONRENAME ANONRESUME DOCS EXAMPLES LARGEFILE LDAP \ + MYSQL PAM PERUSERLIMITS PGSQL PRIVSEP SENDFILE THROTTLING TLS \ + UPLOADSCRIPT UTF8 VIRTUALCHROOT +OPTIONS_DEFAULT=PAM PRIVSEP SENDFILE VIRTUALCHROOT +ANONDELETE_DESC= Allow anonymous user to delete files +ANONRENAME_DESC= Allow anonymous user to rename files +ANONRESUME_DESC= Allow anonymous user to resume file upload +LARGEFILE_DESC= 2GB+ file download +LDAP_DESC= User accounts in LDAP directories +MYSQL_DESC= User accounts in MySQL database +PAM_DESC= PAM authentication +PGSQL_DESC= User accounts in PostgreSQL database +PERUSERLIMITS_DESC= Per-user concurrency limits +PRIVSEP_DESC= Privilege separation (recommended) +SENDFILE_DESC= Sendfile syscall +THROTTLING_DESC= Bandwidth throttling +UPLOADSCRIPT_DESC= Uploadscript daemon support +UTF8_DESC= UTF-8 filenames +VIRTUALCHROOT_DESC= Follow symlinks outside a chroot jail + +CONFIGURE_ARGS= --localstatedir=/var --sysconfdir=${PREFIX}/etc \ + --with-everything --with-ftpwho --with-language=${LANG} \ + --with-paranoidmsg +GNU_CONFIGURE= yes SUB_FILES= pkg-message SUB_LIST= PAM_DIR=${PAM_DIR} PAM_TARGET=${PAM_TARGET} USE_BZIP2= yes USE_PERL5= run USE_RC_SUBR= pure-ftpd -USES= perl5 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-everything \ - --with-paranoidmsg \ - --sysconfdir=${PREFIX}/etc \ - --localstatedir=/var - -MAN8= pure-ftpd.8 pure-ftpwho.8 pure-mrtginfo.8 pure-statsdecode.8 \ - pure-uploadscript.8 pure-pw.8 pure-pwconvert.8 pure-quotacheck.8 \ - pure-authd.8 - -OPTIONS_DEFINE= LDAP MYSQL PAM PGSQL TLS PRIVSEP PERUSERLIMITS THROTTLING \ - UPLOADSCRIPT UTF8 SENDFILE LARGEFILE VIRTUALCHROOT ANONRESUME \ - ANONRENAME ANONDELETE DOCS EXAMPLES -OPTIONS_DEFAULT= PAM PRIVSEP SENDFILE VIRTUALCHROOT - -LDAP_DESC= Support for users in LDAP directories -MYSQL_DESC= Support for users in MySQL database -PAM_DESC= Support for PAM authentication -PGSQL_DESC= Support for users in PostgreSQL database -TLS_DESC= Support for TLS (experimental) -PRIVSEP_DESC= Enable privilege separation -PERUSERLIMITS_DESC= Per-user concurrency limits -THROTTLING_DESC= Bandwidth throttling -UPLOADSCRIPT_DESC= Support uploadscript daemon -UTF8_DESC= Support for charset conversion -SENDFILE_DESC= Support for the sendfile syscall -LARGEFILE_DESC= Support downloading files larger than 2Gb -VIRTUALCHROOT_DESC= Follow symlinks outside a chroot jail -ANONRESUME_DESC= Allow anonymous user to resume file upload -ANONRENAME_DESC= Allow anonymous user to rename file -ANONDELETE_DESC= Allow anonymous user to delete file +USES= perl5 shebangfix -NO_STAGE= yes -.include +PORTDOCS= AUTHORS CONTACT COPYING HISTORY NEWS README \ + README.Authentication-Modules README.Configuration-File \ + README.Contrib README.LDAP README.MySQL README.PGSQL \ + README.TLS README.Virtual-Users THANKS pure-ftpd.png \ + pureftpd.schema +PORTEXAMPLES= * -# language support requested? -.if ${PORT_OPTIONS:MLANG} -CONFIGURE_ARGS+= --with-language="${WITH_LANG}" -.endif - -# ldap support requested? -.if ${PORT_OPTIONS:MLDAP} -USE_OPENLDAP= YES -CONFIGURE_ARGS+= --with-ldap -.endif - -# mysql support requested? -.if ${PORT_OPTIONS:MMYSQL} -USE_MYSQL= YES -CONFIGURE_ARGS+= --with-mysql -.endif - -# postgresql support requested? -.if ${PORT_OPTIONS:MPGSQL} -USE_PGSQL= YES -CONFIGURE_ARGS+= --with-pgsql -.endif - -# privilege separation requested? -.if ${PORT_OPTIONS:MPRIVSEP} -CONFIGURE_ARGS+= --with-privsep -.endif - -# per-user concurrency limits requested? -.if ${PORT_OPTIONS:MPERUSERLIMITS} -CONFIGURE_ARGS+= --with-peruserlimits -.endif - -# throttling requested? -.if ${PORT_OPTIONS:MTHROTTLING} -CONFIGURE_ARGS+= --with-throttling -.endif - -# TLS -.if ${PORT_OPTIONS:MTLS} -CONFIGURE_ARGS+= --with-tls -# different certificate file location? -CERTFILE?= /etc/ssl/private/pure-ftpd.pem -CONFIGURE_ARGS+= --with-certfile=${CERTFILE} -.endif - -# if mysql or ldap are disabled, enable pam -.if ${PORT_OPTIONS:MPAM} -CONFIGURE_ARGS+= --with-pam -.endif - -# support uploadscript? -.if ${PORT_OPTIONS:MUPLOADSCRIPT} -CONFIGURE_ARGS+= --with-uploadscript -.endif - -# RFC 2640 charset conversion requested? -.if ${PORT_OPTIONS:MUTF8} -USES+= iconv -CONFIGURE_ARGS+= --with-rfc2640 -.endif - -.if ${PORT_OPTIONS:MSENDFILE} -CONFIGURE_ARGS+= --with-sendfile -.else -CONFIGURE_ARGS+= --without-sendfile -.endif - -.if ${PORT_OPTIONS:MLARGEFILE} -CONFIGURE_ARGS+= --enable-largefile -.else -CONFIGURE_ARGS+= --disable-largefile -.endif - -.if ${PORT_OPTIONS:MVIRTUALCHROOT} -CONFIGURE_ARGS+= --with-virtualchroot -.else -CONFIGURE_ARGS+= --without-virtualchroot -.endif - -.if ${PORT_OPTIONS:MANONRESUME} -CFLAGS+= -DANON_CAN_RESUME -.endif - -.if ${PORT_OPTIONS:MANONRENAME} -CFLAGS+= -DANON_CAN_RENAME -.endif - -.if ${PORT_OPTIONS:MANONDELETE} -CFLAGS+= -DANON_CAN_DELETE -.endif -PAM_TEMPL?= ${FILESDIR}/pam.conf.5 +SHEBANG_FILES= contrib/pure-stat.pl contrib/pure-vpopauth.pl + +CONTRIB= pure-stat.pl pure-vpopauth.pl xml_python_processors.txt +LANG?= english PAM_DIR?= ${EXAMPLESDIR}/pam PAM_TARGET?= pure-ftpd +PAM_TEMPL?= ${FILESDIR}/pam.conf.5 +TLS_CERTFILE?= /etc/ssl/private/pure-ftpd.pem -PORTDOCS= AUTHORS CONTACT COPYING HISTORY NEWS \ - README README.Configuration-File README.Contrib README.LDAP \ - README.MySQL README.PGSQL README.Virtual-Users \ - README.Authentication-Modules THANKS pure-ftpd.png \ - pureftpd.schema README.TLS -PORTEXAMPLES= * - -CONTRIB= xml_python_processors.txt pure-stat.pl pure-vpopauth.pl +ANONDELETE_CFLAGS= -DANON_CAN_DELETE +ANONRENAME_CFLAGS= -DANON_CAN_RENAME +ANONRESUME_CFLAGS= -DANON_CAN_RESUME +LARGEFILE_CONFIGURE_ENABLE= largefile +LDAP_CONFIGURE_WITH= ldap +LDAP_USE= OPENLDAP=yes +MYSQL_CONFIGURE_WITH= mysql +MYSQL_USE= MYSQL=yes +PAM_CONFIGURE_WITH= pam +PERUSERLIMITS_CONFIGURE_WITH= peruserlimits +PGSQL_CONFIGURE_WITH= pgsql +PGSQL_USE= PGSQL=yes +PRIVSEP_CONFIGURE_WITH= privsep +SENDFILE_CONFIGURE_WITH=sendfile +THROTTLING_CONFIGURE_WITH= throttling +TLS_CONFIGURE_ON= --with-certfile=${TLS_CERTFILE} +TLS_CONFIGURE_WITH= tls +UPLOADSCRIPT_CONFIGURE_WITH= uploadscript +UTF8_CONFIGURE_WITH= rfc2640 +UTF8_USES= iconv +VIRTUALCHROOT_CONFIGURE_WITH= virtualchroot pre-fetch: @${ECHO_MSG} "You can use the following additional options:" - @${ECHO_MSG} "CERTFILE=/path - Custom location of certificate file for TLS" - @${ECHO_MSG} "WITH_LANG=lang - Enable compilation of language support, lang is one of" - @${ECHO_MSG} " english, german, romanian, french, french-funny, polish, spanish," - @${ECHO_MSG} " danish, dutch, italian, brazilian-portuguese, slovak, korean, swedish," - @${ECHO_MSG} " norwegian, russian, traditional-chinese, simplified-chinese, czech," - @${ECHO_MSG} " turkish, hungarian, catalan" + @${ECHO_MSG} "" + @${ECHO_MSG} "LANG=lang (default: english)" + @${ECHO_MSG} "- Enable compilation of one language support" + @${ECHO_MSG} " available lang: brazilian-portuguese, catalan, czech, danish, dutch," + @${ECHO_MSG} " english, french, french-funny, german, hungarian, italian, korean," + @${ECHO_MSG} " norwegian, polish, romanian, russian, simplified-chinese, slovak," + @${ECHO_MSG} " spanish, swedish, traditional-chinese, turkish" + @${ECHO_MSG} "" + @${ECHO_MSG} "TLS_CERTFILE=/path/to/file (default: /etc/ssl/private/pure-ftpd.pem)" + @${ECHO_MSG} "- Custom location of certificate file for TLS" @${ECHO_MSG} "" post-patch: @${REINPLACE_CMD} -e 's|@PERL@|${PERL}|; s|$${exec_prefix}|${PREFIX}|g' ${WRKSRC}/configuration-file/pure-config.pl.in post-install: - ${INSTALL_DATA} ${WRKSRC}/pureftpd-ldap.conf ${PREFIX}/etc/pureftpd-ldap.conf.sample - ${INSTALL_DATA} ${WRKSRC}/pureftpd-mysql.conf ${PREFIX}/etc/pureftpd-mysql.conf.sample - ${INSTALL_DATA} ${WRKSRC}/pureftpd-pgsql.conf ${PREFIX}/etc/pureftpd-pgsql.conf.sample - ${INSTALL_DATA} ${WRKSRC}/configuration-file/pure-ftpd.conf ${PREFIX}/etc/pure-ftpd.conf.sample - ${INSTALL_SCRIPT} ${WRKSRC}/configuration-file/pure-config.pl ${PREFIX}/sbin/ -.if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR} - cd ${WRKSRC}/contrib && ${INSTALL_SCRIPT} ${CONTRIB} ${EXAMPLESDIR} - ${MKDIR} ${PAM_DIR} - ${INSTALL_DATA} ${PAM_TEMPL} ${PAM_DIR}/${PAM_TARGET} -.endif -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} -. for doc in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -. endfor -.endif - @${CAT} ${PKGMESSAGE} + ${INSTALL_DATA} ${WRKSRC}/pureftpd-ldap.conf ${STAGEDIR}${PREFIX}/etc/pureftpd-ldap.conf.sample + ${INSTALL_DATA} ${WRKSRC}/pureftpd-mysql.conf ${STAGEDIR}${PREFIX}/etc/pureftpd-mysql.conf.sample + ${INSTALL_DATA} ${WRKSRC}/pureftpd-pgsql.conf ${STAGEDIR}${PREFIX}/etc/pureftpd-pgsql.conf.sample + ${INSTALL_DATA} ${WRKSRC}/configuration-file/pure-ftpd.conf ${STAGEDIR}${PREFIX}/etc/pure-ftpd.conf.sample + ${INSTALL_SCRIPT} ${WRKSRC}/configuration-file/pure-config.pl ${STAGEDIR}${PREFIX}/sbin/ + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/ + cd ${WRKSRC}/contrib/ && ${INSTALL_SCRIPT} ${CONTRIB} ${STAGEDIR}${EXAMPLESDIR}/ + ${MKDIR} ${STAGEDIR}${PAM_DIR}/ + ${INSTALL_DATA} ${PAM_TEMPL} ${STAGEDIR}${PAM_DIR}/${PAM_TARGET} .include Modified: head/ftp/pure-ftpd/pkg-descr ============================================================================== --- head/ftp/pure-ftpd/pkg-descr Sat Nov 30 19:59:32 2013 (r335343) +++ head/ftp/pure-ftpd/pkg-descr Sat Nov 30 20:03:06 2013 (r335344) @@ -1,15 +1,15 @@ -Pure-FTPd is a fast, production-quality, standard-conformant FTP server, -based upon Troll-FTPd. +Pure-FTPd is a fast, production-quality, standard-conformant FTP server, based +upon Troll-FTPd. Unlike other popular FTP servers, it's designed to be secure in default -configuration, has no known buffer overflow, it is really trivial to set up -and it is especially designed for modern kernels. +configuration, has no known buffer overflow, it is really trivial to set up and +it is especially designed for modern kernels. Features include PAM support, IPv6, chroot()ed home directories, virtual domains, built-in 'ls', anti-warez system, configurable ports for passive -downloads, FXP protocol, bandwidth throttling, ratios, LDAP, customizable -SQL, fortune files, Apache-like log files, fast standalone mode, text / HTML -/ XML real-time status report, virtual users, virtual quotas, privilege -separation and more. +downloads, FXP protocol, bandwidth throttling, ratios, LDAP, customizable SQL, +fortune files, Apache-like log files, fast standalone mode, text / HTML / XML +real-time status report, virtual users, virtual quotas, privilege separation and +more. WWW: http://www.pureftpd.org/ Modified: head/ftp/pure-ftpd/pkg-plist ============================================================================== --- head/ftp/pure-ftpd/pkg-plist Sat Nov 30 19:59:32 2013 (r335343) +++ head/ftp/pure-ftpd/pkg-plist Sat Nov 30 20:03:06 2013 (r335344) @@ -5,6 +5,15 @@ etc/pure-ftpd.conf.sample etc/pureftpd-ldap.conf.sample etc/pureftpd-mysql.conf.sample etc/pureftpd-pgsql.conf.sample +man/man8/pure-authd.8.gz +man/man8/pure-ftpd.8.gz +man/man8/pure-ftpwho.8.gz +man/man8/pure-mrtginfo.8.gz +man/man8/pure-pw.8.gz +man/man8/pure-pwconvert.8.gz +man/man8/pure-quotacheck.8.gz +man/man8/pure-statsdecode.8.gz +man/man8/pure-uploadscript.8.gz sbin/pure-authd sbin/pure-config.pl sbin/pure-ftpd From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 20:09:01 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 ESMTPS id 2E694A55; Sat, 30 Nov 2013 20:09:01 +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 1A87F16CD; Sat, 30 Nov 2013 20:09:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUK90Vf093183; Sat, 30 Nov 2013 20:09:00 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUK9052093182; Sat, 30 Nov 2013 20:09:00 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311302009.rAUK9052093182@svn.freebsd.org> From: Rusmir Dusko Date: Sat, 30 Nov 2013 20:09:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335345 - head/games/bs 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.16 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, 30 Nov 2013 20:09:01 -0000 Author: nemysis Date: Sat Nov 30 20:09:00 2013 New Revision: 335345 URL: http://svnweb.freebsd.org/changeset/ports/335345 Log: - Change maintainer email to @FreeBSD.org - Change license GPLv2 to BSD - USES gmake instead of USE_GMAKE - Add DOCS and Option - Add Desktop entry file Approved by: pawel / wg (mentors, implicit) Modified: head/games/bs/Makefile Modified: head/games/bs/Makefile ============================================================================== --- head/games/bs/Makefile Sat Nov 30 20:03:06 2013 (r335344) +++ head/games/bs/Makefile Sat Nov 30 20:09:00 2013 (r335345) @@ -6,21 +6,32 @@ PORTVERSION= 2.9 CATEGORIES= games MASTER_SITES= http://www.catb.org/~esr/bs/ -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Battleships solitaire game with a color interface -LICENSE= GPLv2 +LICENSE= BSD +USES= gmake MAKE_ARGS= CC="${CC}" ALL_TARGET= # empty -USE_GMAKE= yes -MAN6= bs.6 -PLIST_FILES= bin/bs +PLIST_FILES= bin/bs \ + man/man6/bs.6.gz \ + share/pixmaps/battleship.png + +PORTDOCS= NEWS README + +OPTIONS_DEFINE= DOCS + +DESKTOP_ENTRIES="Battleships" "${COMMENT}" "battleship" \ + "xterm -e ${PORTNAME}" "Game;ArcadeGame;" false -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bs ${PREFIX}/bin - ${INSTALL_MAN} ${MAN6:S|^|${WRKSRC}/|} ${MAN6PREFIX}/man/man6 + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKSRC}/battleship.png ${STAGEDIR}${PREFIX}/share/pixmaps/ + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${STAGEDIR}${MAN6PREFIX}/man/man6/ + + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 20:14:15 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 ESMTPS id ED1E7C93; Sat, 30 Nov 2013 20:14:15 +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 D8E0D1720; Sat, 30 Nov 2013 20:14:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUKEFcK096167; Sat, 30 Nov 2013 20:14:15 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUKEFe0096166; Sat, 30 Nov 2013 20:14:15 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311302014.rAUKEFe0096166@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 20:14:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335346 - head/ftp/py-tftpy 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.16 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, 30 Nov 2013 20:14:16 -0000 Author: sunpoet Date: Sat Nov 30 20:14:15 2013 New Revision: 335346 URL: http://svnweb.freebsd.org/changeset/ports/335346 Log: - Fix USE_PYTHON - Use PYDISTUTILS_AUTOPLIST Deleted: head/ftp/py-tftpy/pkg-plist Modified: head/ftp/py-tftpy/Makefile Modified: head/ftp/py-tftpy/Makefile ============================================================================== --- head/ftp/py-tftpy/Makefile Sat Nov 30 20:09:00 2013 (r335345) +++ head/ftp/py-tftpy/Makefile Sat Nov 30 20:14:15 2013 (r335346) @@ -13,7 +13,8 @@ COMMENT= Pure Python TFTP Implementation LICENSE= MIT -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes .include From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 20:54:31 2013 Return-Path: Delivered-To: svn-ports-head@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 99B4C99B; Sat, 30 Nov 2013 20:54:31 +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 855C11928; Sat, 30 Nov 2013 20:54:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUKsVQx009339; Sat, 30 Nov 2013 20:54:31 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUKsV0H009337; Sat, 30 Nov 2013 20:54:31 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311302054.rAUKsV0H009337@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 20:54:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335347 - head/devel/p5-ExtUtils-MakeMaker 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.16 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, 30 Nov 2013 20:54:31 -0000 Author: sunpoet Date: Sat Nov 30 20:54:30 2013 New Revision: 335347 URL: http://svnweb.freebsd.org/changeset/ports/335347 Log: - Update to 6.84 Changes: http://search.cpan.org/dist/ExtUtils-MakeMaker/Changes Modified: head/devel/p5-ExtUtils-MakeMaker/Makefile head/devel/p5-ExtUtils-MakeMaker/distinfo Modified: head/devel/p5-ExtUtils-MakeMaker/Makefile ============================================================================== --- head/devel/p5-ExtUtils-MakeMaker/Makefile Sat Nov 30 20:14:15 2013 (r335346) +++ head/devel/p5-ExtUtils-MakeMaker/Makefile Sat Nov 30 20:54:30 2013 (r335347) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ExtUtils-MakeMaker -PORTVERSION= 6.82 +PORTVERSION= 6.84 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-ExtUtils-MakeMaker/distinfo ============================================================================== --- head/devel/p5-ExtUtils-MakeMaker/distinfo Sat Nov 30 20:14:15 2013 (r335346) +++ head/devel/p5-ExtUtils-MakeMaker/distinfo Sat Nov 30 20:54:30 2013 (r335347) @@ -1,2 +1,2 @@ -SHA256 (ExtUtils-MakeMaker-6.82.tar.gz) = eb2b31b6764e2b81437d4f38a29135cc2779840dfd13c3313144995506cef376 -SIZE (ExtUtils-MakeMaker-6.82.tar.gz) = 433809 +SHA256 (ExtUtils-MakeMaker-6.84.tar.gz) = abec5ba40505068835c40e0177a1a83270680dd37fb5f3a1bc86a63a5db06ee8 +SIZE (ExtUtils-MakeMaker-6.84.tar.gz) = 434571 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 21:07:48 2013 Return-Path: Delivered-To: svn-ports-head@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 9968AE32; Sat, 30 Nov 2013 21:07:48 +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 6AB5019C9; Sat, 30 Nov 2013 21:07:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUL7mWd013439; Sat, 30 Nov 2013 21:07:48 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUL7mGs013436; Sat, 30 Nov 2013 21:07:48 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201311302107.rAUL7mGs013436@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 30 Nov 2013 21:07:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335348 - in head/devel/tmake: . 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.16 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, 30 Nov 2013 21:07:48 -0000 Author: sunpoet Date: Sat Nov 30 21:07:47 2013 New Revision: 335348 URL: http://svnweb.freebsd.org/changeset/ports/335348 Log: - Fix shebang - Merge post-install: to do-install: - Rename patch file - Support STAGEDIR Added: - copied unchanged from r333784, head/devel/tmake/files/patch-aa Directory Properties: head/devel/tmake/files/patch-lib-unix-generic.t (props changed) Deleted: head/devel/tmake/files/patch-aa Modified: head/devel/tmake/Makefile Modified: head/devel/tmake/Makefile ============================================================================== --- head/devel/tmake/Makefile Sat Nov 30 20:54:30 2013 (r335347) +++ head/devel/tmake/Makefile Sat Nov 30 21:07:47 2013 (r335348) @@ -12,9 +12,10 @@ COMMENT= Extremely portable perl-based m NO_BUILD= yes REINPLACE_ARGS= -i '' -USES= perl5 +USES= perl5 shebangfix + +SHEBANG_FILES= bin/progen bin/tmake -NO_STAGE= yes post-patch: @${RM} -f ${WRKSRC}/bin/tmake.orig ${WRKSRC}/lib/unix/generic.t.orig @${REINPLACE_CMD} \ @@ -24,11 +25,9 @@ post-patch: ${WRKSRC}/lib/freebsd-g++/tmake.conf do-install: - ${MKDIR} ${DATADIR}/ - cd ${WRKSRC}/lib/ && ${COPYTREE_SHARE} . ${DATADIR}/ - cd ${WRKSRC}/bin/ && ${INSTALL_SCRIPT} progen tmake ${PREFIX}/bin/ - -post-install: + ${MKDIR} ${STAGEDIR}${DATADIR}/ + cd ${WRKSRC}/bin/ && ${INSTALL_SCRIPT} progen tmake ${STAGEDIR}${PREFIX}/bin/ + cd ${WRKSRC}/lib/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/ @${ECHO_MSG} @${ECHO_MSG} "Make sure to set your TMAKEPATH environment variable" @${ECHO_MSG} "to ${DATADIR}/freebsd-g++." Copied: head/devel/tmake/files/patch-lib-unix-generic.t (from r333784, head/devel/tmake/files/patch-aa) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/tmake/files/patch-lib-unix-generic.t Sat Nov 30 21:07:47 2013 (r335348, copy of r333784, head/devel/tmake/files/patch-aa) @@ -0,0 +1,21 @@ +--- lib/unix/generic.t.orig 2000-12-04 04:26:06.000000000 +0200 ++++ lib/unix/generic.t 2010-08-27 22:54:27.797820407 +0300 +@@ -205,13 +205,13 @@ + + ####### Compiler, tools and options + +-CC = #$ Expand("TMAKE_CC"); +-CXX = #$ Expand("TMAKE_CXX"); +-CFLAGS = #$ Expand("TMAKE_CFLAGS"); ExpandGlue("DEFINES","-D"," -D",""); +-CXXFLAGS= #$ Expand("TMAKE_CXXFLAGS"); ExpandGlue("DEFINES","-D"," -D",""); ++CC ?= #$ Expand("TMAKE_CC"); ++CXX ?= #$ Expand("TMAKE_CXX"); ++CFLAGS += #$ Expand("TMAKE_CFLAGS"); ExpandGlue("DEFINES","-D"," -D",""); ++CXXFLAGS+= #$ Expand("TMAKE_CXXFLAGS"); ExpandGlue("DEFINES","-D"," -D",""); + INCPATH = #$ ExpandPath("INCPATH","-I"," -I",""); + #$ Config("staticlib") && DisableOutput(); +-LINK = #$ Expand("TMAKE_LINK"); ++LINK = $(CXX) + LFLAGS = #$ Expand("TMAKE_LFLAGS"); + LIBS = $(SUBLIBS) #$ Expand("TMAKE_LIBDIR_FLAGS"); Expand("TMAKE_LIBS"); + #$ Config("staticlib") && EnableOutput(); From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 21:25:22 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 ESMTPS id D2FEC403; Sat, 30 Nov 2013 21:25:22 +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 BCFF31AAE; Sat, 30 Nov 2013 21:25:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAULPMWA020123; Sat, 30 Nov 2013 21:25:22 GMT (envelope-from melifaro@svn.freebsd.org) Received: (from melifaro@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAULPLxb020117; Sat, 30 Nov 2013 21:25:21 GMT (envelope-from melifaro@svn.freebsd.org) Message-Id: <201311302125.rAULPLxb020117@svn.freebsd.org> From: "Alexander V. Chernikov" Date: Sat, 30 Nov 2013 21:25:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335349 - in head/net: bird bird/files bird6 bird6/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.16 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, 30 Nov 2013 21:25:23 -0000 Author: melifaro (src committer) Date: Sat Nov 30 21:25:21 2013 New Revision: 335349 URL: http://svnweb.freebsd.org/changeset/ports/335349 Log: Update net/bird,net/bird6 to 1.4.0 Fix simultaneous building for firewall/aggregator protocols. Reviewed by: az Deleted: head/net/bird/files/patch-Makefile.in head/net/bird/files/patch-bird_addr_select head/net/bird/files/patch-netst-proto.c head/net/bird/files/patch-proto-ospf-hello.c head/net/bird/files/patch-proto-ospf-lsupd.c head/net/bird/files/patch-sysdep-bsd-krt-sock.c head/net/bird/files/patch-sysdep-unix-main.c head/net/bird6/files/patch-netst-proto.c head/net/bird6/files/patch-proto-ospf-lsupd.c head/net/bird6/files/patch-sysdep-unix-main.c Modified: head/net/bird/Makefile head/net/bird/distinfo head/net/bird/files/agg_support.patch head/net/bird/files/firewall_support.patch head/net/bird6/Makefile head/net/bird6/distinfo Modified: head/net/bird/Makefile ============================================================================== --- head/net/bird/Makefile Sat Nov 30 21:07:47 2013 (r335348) +++ head/net/bird/Makefile Sat Nov 30 21:25:21 2013 (r335349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bird -PORTVERSION= 1.3.11 -PORTREVISION= 2 +PORTVERSION= 1.4.0 CATEGORIES= net MASTER_SITES= ftp://bird.network.cz/pub/bird/ \ http://bird.mpls.in/distfiles/bird/ @@ -38,6 +37,23 @@ EXTRA_PATCHES+= ${FILESDIR}/firewall_sup EXTRA_PATCHES+= ${FILESDIR}/agg_support.patch .endif +post-patch: +.if ${PORT_OPTIONS:MAGG} + @${REINPLACE_CMD} -e 's/^\(all_protocols=".*\)"/\1 agg"/' ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/proto_build(&proto_device);/{G;s/$$/ proto_build(\&proto_agg);/;}' ${WRKSRC}/nest/proto.c + @${REINPLACE_CMD} -e '/CONFIG_BFD/{G;s/$$/#undef CONFIG_AGG/;}' ${WRKSRC}/sysdep/autoconf.h.in + @${REINPLACE_CMD} -e 's/\(proto_bfd\)/\1, proto_agg/' ${WRKSRC}/nest/protocol.h +.endif +.if ${PORT_OPTIONS:MFIREWALL} + @${REINPLACE_CMD} -e 's/^\(all_protocols=".*\)"/\1 firewall"/' ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/proto_build(&proto_device);/{G;s/$$/ proto_build(\&proto_firewall);/;}' ${WRKSRC}/nest/proto.c + @${REINPLACE_CMD} -e '/CONFIG_PIPE/{G;s/$$/#undef CONFIG_FIREWALL_IPSET/;}' ${WRKSRC}/sysdep/autoconf.h.in + @${REINPLACE_CMD} -e '/CONFIG_PIPE/{G;s/$$/#undef CONFIG_FIREWALL_PF/;}' ${WRKSRC}/sysdep/autoconf.h.in + @${REINPLACE_CMD} -e '/CONFIG_PIPE/{G;s/$$/#undef CONFIG_FIREWALL_IPFW/;}' ${WRKSRC}/sysdep/autoconf.h.in + @${REINPLACE_CMD} -e '/CONFIG_PIPE/{G;s/$$/#undef CONFIG_FIREWALL/;}' ${WRKSRC}/sysdep/autoconf.h.in + @${REINPLACE_CMD} -e 's/\(proto_bfd\)/\1, proto_firewall/' ${WRKSRC}/nest/protocol.h +.endif + post-install: @if [ ! -f ${PREFIX}/etc/bird.conf ]; then \ ${CP} -p ${PREFIX}/etc/bird.conf.example ${PREFIX}/etc/bird.conf ; \ Modified: head/net/bird/distinfo ============================================================================== --- head/net/bird/distinfo Sat Nov 30 21:07:47 2013 (r335348) +++ head/net/bird/distinfo Sat Nov 30 21:25:21 2013 (r335349) @@ -1,2 +1,2 @@ -SHA256 (bird-1.3.11.tar.gz) = cad6f58dfd8fef9772d46be3fe51a53420f56ee5fbd79d6993889ae6596a8495 -SIZE (bird-1.3.11.tar.gz) = 1108400 +SHA256 (bird-1.4.0.tar.gz) = da1b41cab26388b01d861c30afe41678df22dc9ea0110a14c1cc7b7bffc693c5 +SIZE (bird-1.4.0.tar.gz) = 1242728 Modified: head/net/bird/files/agg_support.patch ============================================================================== --- head/net/bird/files/agg_support.patch Sat Nov 30 21:07:47 2013 (r335348) +++ head/net/bird/files/agg_support.patch Sat Nov 30 21:25:21 2013 (r335349) @@ -30,24 +30,6 @@ Subject: [PATCH 1/1] Implement general a create mode 100644 proto/agg/agg.h create mode 100644 proto/agg/config.Y -diff --git a/configure.in b/configure.in -index dd57ab5..ca9d72d 100644 ---- configure.in -+++ configure.in -@@ -47,11 +47,11 @@ AC_SUBST(runtimedir) - if test "$enable_ipv6" = yes ; then - ip=ipv6 - SUFFIX=6 -- all_protocols=bgp,ospf,pipe,radv,rip,static -+ all_protocols=bgp,ospf,pipe,radv,rip,static,agg - else - ip=ipv4 - SUFFIX="" -- all_protocols=bgp,ospf,pipe,rip,static -+ all_protocols=bgp,ospf,pipe,rip,static,agg - fi - - if test "$given_suffix" = yes ; then diff --git a/doc/bird.conf.example b/doc/bird.conf.example index 5e07ab5..b48faad 100644 --- doc/bird.conf.example @@ -159,9 +141,9 @@ diff --git a/filter/filter.h b/filter/fi index 2386fc9..f2a5d06 100644 --- filter/filter.h +++ filter/filter.h -@@ -79,11 +79,13 @@ struct f_tree *build_tree(struct f_tree *); - struct f_tree *find_tree(struct f_tree *t, struct f_val val); +@@ -80,11 +80,13 @@ int same_tree(struct f_tree *t1, struct f_tree *t2); + void tree_format(struct f_tree *t, buffer *buf); -struct f_trie *f_new_trie(linpool *lp); -void trie_add_prefix(struct f_trie *t, ip_addr px, int plen, int l, int h); @@ -170,19 +152,19 @@ index 2386fc9..f2a5d06 100644 int trie_match_prefix(struct f_trie *t, ip_addr px, int plen); +void *trie_match_longest_prefix(struct f_trie *t, ip_addr px, int plen); int trie_same(struct f_trie *t1, struct f_trie *t2); - void trie_print(struct f_trie *t); + void trie_format(struct f_trie *t, buffer *buf); +void trie_walk(struct f_trie *t, void *func, void *data); void fprefix_get_bounds(struct f_prefix *px, int *l, int *h); -@@ -186,6 +188,7 @@ struct f_trie +@@ -204,6 +206,7 @@ { linpool *lp; int zero; + size_t node_size; struct f_trie_node root; }; - + diff --git a/filter/trie.c b/filter/trie.c index 581332c..eba239b 100644 --- filter/trie.c @@ -385,20 +367,6 @@ index e80f87e..22f22ca 100644 * if_notify - notify instance about interface changes * @p: protocol instance * @flags: interface change flags -diff --git a/nest/proto.c b/nest/proto.c -index 887d3e5..4ebc9d6 100644 ---- nest/proto.c -+++ nest/proto.c -@@ -705,6 +705,9 @@ protos_build(void) - #ifdef CONFIG_BGP - proto_build(&proto_bgp); - #endif -+#ifdef CONFIG_AGG -+ proto_build(&proto_agg); -+#endif - proto_pool = rp_new(&root_pool, "Protocols"); - proto_flush_event = ev_new(proto_pool); - proto_flush_event->hook = proto_flush_loop; diff --git a/nest/protocol.h b/nest/protocol.h index 8a63271..0a0d8f7 100644 --- nest/protocol.h @@ -427,15 +395,6 @@ index 8a63271..0a0d8f7 100644 }; void protos_build(void); -@@ -75,7 +83,7 @@ void protos_dump_all(void); - - extern struct protocol - proto_device, proto_radv, proto_rip, proto_static, -- proto_ospf, proto_pipe, proto_bgp; -+ proto_ospf, proto_pipe, proto_bgp, proto_agg; - - /* - * Routing Protocol Instance diff --git a/nest/rt-table.c b/nest/rt-table.c index 165f42b..f224cc4 100644 --- nest/rt-table.c @@ -2778,34 +2737,3 @@ index c3adf25..ae62c30 100644 struct rta *bgp_decode_attrs(struct bgp_conn *conn, byte *a, unsigned int len, struct linpool *pool, int mandatory); int bgp_get_attr(struct eattr *e, byte *buf, int buflen); int bgp_rte_better(struct rte *, struct rte *); -diff --git a/sysdep/autoconf.h.in b/sysdep/autoconf.h.in -index ac6f7a8..4d4dba5 100644 ---- sysdep/autoconf.h.in -+++ sysdep/autoconf.h.in -@@ -42,6 +42,7 @@ - #undef CONFIG_BGP - #undef CONFIG_OSPF - #undef CONFIG_PIPE -+#undef CONFIG_AGG - - /* We have and syslog() */ - #undef HAVE_SYSLOG --- -1.7.3.2 - ---- configure.orig 2012-08-07 13:28:04.000000000 +0400 -+++ configure 2012-08-15 15:54:05.000000000 +0400 -@@ -2355,11 +2355,11 @@ - if test "$enable_ipv6" = yes ; then - ip=ipv6 - SUFFIX=6 -- all_protocols=bgp,ospf,pipe,radv,rip,static -+ all_protocols=bgp,ospf,pipe,radv,rip,static,agg - else - ip=ipv4 - SUFFIX="" -- all_protocols=bgp,ospf,pipe,rip,static -+ all_protocols=bgp,ospf,pipe,rip,static,agg - fi - - if test "$given_suffix" = yes ; then Modified: head/net/bird/files/firewall_support.patch ============================================================================== --- head/net/bird/files/firewall_support.patch Sat Nov 30 21:07:47 2013 (r335348) +++ head/net/bird/files/firewall_support.patch Sat Nov 30 21:25:21 2013 (r335349) @@ -29,15 +29,6 @@ diff --git a/configure.in b/configure.in index 54993df..51b7cc2 100644 --- configure.in +++ configure.in -@@ -51,7 +51,7 @@ if test "$enable_ipv6" = yes ; then - else - ip=ipv4 - SUFFIX="" -- all_protocols=bgp,ospf,pipe,rip,static -+ all_protocols=bgp,ospf,pipe,rip,static,firewall - fi - - if test "$given_suffix" = yes ; then @@ -137,10 +137,13 @@ else ipv4:netbsd*) sysdesc=bsd CPPFLAGS="$CPPFLAGS -I/usr/pkg/include" @@ -105,33 +96,6 @@ index 24bc302..a01ec99 100644 Conclusions Future work -diff --git a/nest/proto.c b/nest/proto.c -index 53d3f1a..78d7600 100644 ---- nest/proto.c -+++ nest/proto.c -@@ -707,6 +707,9 @@ protos_build(void) - #ifdef CONFIG_BGP - proto_build(&proto_bgp); - #endif -+#ifdef CONFIG_FIREWALL -+ proto_build(&proto_firewall); -+#endif - proto_pool = rp_new(&root_pool, "Protocols"); - proto_flush_event = ev_new(proto_pool); - proto_flush_event->hook = proto_flush_loop; -diff --git a/nest/protocol.h b/nest/protocol.h -index 11fcb16..c7275d6 100644 ---- nest/protocol.h -+++ nest/protocol.h -@@ -75,7 +75,7 @@ void protos_dump_all(void); - - extern struct protocol - proto_device, proto_radv, proto_rip, proto_static, -- proto_ospf, proto_pipe, proto_bgp; -+ proto_ospf, proto_pipe, proto_bgp, proto_firewall; - - /* - * Routing Protocol Instance diff --git a/nest/route.h b/nest/route.h index 524e69b..f3062a2 100644 --- nest/route.h @@ -512,22 +476,6 @@ index 0000000..c97ed38 +#define FW_ERR(x, y...) log_rl(&rl_fw_err, L_ERR x, ##y) + +#endif -diff --git a/sysdep/autoconf.h.in b/sysdep/autoconf.h.in -index ac6f7a8..2d5af5c 100644 ---- sysdep/autoconf.h.in -+++ sysdep/autoconf.h.in -@@ -42,6 +42,11 @@ - #undef CONFIG_BGP - #undef CONFIG_OSPF - #undef CONFIG_PIPE -+#undef CONFIG_FIREWALL -+ -+#undef CONFIG_FIREWALL_IPFW -+#undef CONFIG_FIREWALL_PF -+#undef CONFIG_FIREWALL_IPSET - - /* We have and syslog() */ - #undef HAVE_SYSLOG diff --git a/sysdep/bsd/Modules b/sysdep/bsd/Modules index 3729587..0607321 100644 --- sysdep/bsd/Modules @@ -952,20 +900,6 @@ index 0000000..e841e06 --- configure.orig 2012-08-07 13:28:04.000000000 +0400 +++ configure 2012-08-15 15:54:05.000000000 +0400 -@@ -2355,11 +2355,11 @@ - if test "$enable_ipv6" = yes ; then - ip=ipv6 - SUFFIX=6 -- all_protocols=bgp,ospf,pipe,radv,rip,static -+ all_protocols=bgp,ospf,pipe,radv,rip,static,firewall - else - ip=ipv4 - SUFFIX="" -- all_protocols=bgp,ospf,pipe,rip,static -+ all_protocols=bgp,ospf,pipe,rip,static,firewall - fi - - if test "$given_suffix" = yes ; then @@ -4361,6 +4361,8 @@ ipv6:freebsd*) sysdesc=bsd-v6 ;; @@ -975,3 +909,4 @@ index 0000000..e841e06 ;; ipv6:dragonfly*) sysdesc=bsd-v6 ;; + Modified: head/net/bird6/Makefile ============================================================================== --- head/net/bird6/Makefile Sat Nov 30 21:07:47 2013 (r335348) +++ head/net/bird6/Makefile Sat Nov 30 21:25:21 2013 (r335349) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bird6 -PORTVERSION= 1.3.11 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= net MASTER_SITES= ftp://bird.network.cz/pub/bird/ \ http://bird.mpls.in/distfiles/bird/ Modified: head/net/bird6/distinfo ============================================================================== --- head/net/bird6/distinfo Sat Nov 30 21:07:47 2013 (r335348) +++ head/net/bird6/distinfo Sat Nov 30 21:25:21 2013 (r335349) @@ -1,2 +1,2 @@ -SHA256 (bird-1.3.11.tar.gz) = cad6f58dfd8fef9772d46be3fe51a53420f56ee5fbd79d6993889ae6596a8495 -SIZE (bird-1.3.11.tar.gz) = 1108400 +SHA256 (bird-1.4.0.tar.gz) = da1b41cab26388b01d861c30afe41678df22dc9ea0110a14c1cc7b7bffc693c5 +SIZE (bird-1.4.0.tar.gz) = 1242728 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 22:58:46 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 ESMTPS id 045D0AEC; Sat, 30 Nov 2013 22:58:46 +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 CA5EC1F8E; Sat, 30 Nov 2013 22:58:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUMwjUs050851; Sat, 30 Nov 2013 22:58:45 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUMwj3u050848; Sat, 30 Nov 2013 22:58:45 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201311302258.rAUMwj3u050848@svn.freebsd.org> From: Nicola Vitale Date: Sat, 30 Nov 2013 22:58:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335350 - in head: audio/mma audio/py-tagpy devel/py-virtualenvwrapper 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.16 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, 30 Nov 2013 22:58:46 -0000 Author: nivit Date: Sat Nov 30 22:58:44 2013 New Revision: 335350 URL: http://svnweb.freebsd.org/changeset/ports/335350 Log: - Remove implicit lang/python dependency Required by: python (via mva) Modified: head/audio/mma/Makefile (contents, props changed) head/audio/py-tagpy/Makefile head/devel/py-virtualenvwrapper/Makefile Modified: head/audio/mma/Makefile ============================================================================== --- head/audio/mma/Makefile Sat Nov 30 21:25:21 2013 (r335349) +++ head/audio/mma/Makefile Sat Nov 30 22:58:44 2013 (r335350) @@ -11,9 +11,14 @@ DISTFILES= ${PORTNAME}-bin-${PORTVERSION MAINTAINER= nivit@FreeBSD.org COMMENT= Musical MIDI Accompaniment generator +USES= shebangfix USE_PYTHON= -2.7 NO_STAGE= yes +python_CMD= ${PYTHON_CMD} +python_OLD_CMD= /usr/bin/env python +SHEBANG_FILES= mma.py + OPTIONS_DEFINE= TIMIDITY PLAYMIDI DOCS EXAMPLES TIMIDITY_DESC= Install timidity++ as MIDI player Modified: head/audio/py-tagpy/Makefile ============================================================================== --- head/audio/py-tagpy/Makefile Sat Nov 30 21:25:21 2013 (r335349) +++ head/audio/py-tagpy/Makefile Sat Nov 30 22:58:44 2013 (r335350) @@ -16,6 +16,7 @@ LICENSE= MIT LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \ tag:${PORTSDIR}/audio/taglib +USES= shebangfix HAS_CONFIGURE= yes CONFIGURE_SCRIPT= configure.py CONFIGURE_ARGS= --taglib-inc-dir="${LOCALBASE}/include/taglib" \ @@ -23,6 +24,9 @@ CONFIGURE_ARGS= --taglib-inc-dir="${LOCA --boost-inc-dir="${PYTHON_INCLUDEDIR},${LOCALBASE}/include" \ --boost-lib-dir="${PYTHON_LIBDIR},${LOCALBASE}/lib" \ --boost-python-libname="boost_python" +python_OLD_CMD= /usr/bin/env python +python_CMD= ${PYTHON_CMD} +SHEBANG_FILES= configure.py PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% Modified: head/devel/py-virtualenvwrapper/Makefile ============================================================================== --- head/devel/py-virtualenvwrapper/Makefile Sat Nov 30 21:25:21 2013 (r335349) +++ head/devel/py-virtualenvwrapper/Makefile Sat Nov 30 22:58:44 2013 (r335350) @@ -33,6 +33,10 @@ PYDISTUTILS_BUILD_TARGET+= build_sphinx BUILD_DEPENDS+= sphinx-build:${PORTSDIR}/textproc/py-sphinx \ ${PKGNAMEPREFIX}sphinxcontrib-bitbucket>=1.0:${PORTSDIR}/textproc/py-sphinxcontrib-bitbucket +post-patch: + @${REINPLACE_CMD} -e 's|python setup.py|${PYTHON_CMD} setup.py|' \ + ${WRKSRC}/docs/source/conf.py + post-install: ${MKDIR} ${DOCSDIR} @cd ${WRKSRC}/build/sphinx/html && ${COPYTREE_SHARE} . ${DOCSDIR} From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 23:02:32 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 ESMTPS id 8B5CCCDD; Sat, 30 Nov 2013 23:02:32 +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 77E6F1FD3; Sat, 30 Nov 2013 23:02:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUN2WWN053656; Sat, 30 Nov 2013 23:02:32 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUN2Wfe053655; Sat, 30 Nov 2013 23:02:32 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201311302302.rAUN2Wfe053655@svn.freebsd.org> From: Carlo Strub Date: Sat, 30 Nov 2013 23:02:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335351 - head/security/switzerland 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.16 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, 30 Nov 2013 23:02:32 -0000 Author: cs Date: Sat Nov 30 23:02:31 2013 New Revision: 335351 URL: http://svnweb.freebsd.org/changeset/ports/335351 Log: Take maintainership Modified: head/security/switzerland/Makefile Modified: head/security/switzerland/Makefile ============================================================================== --- head/security/switzerland/Makefile Sat Nov 30 22:58:44 2013 (r335350) +++ head/security/switzerland/Makefile Sat Nov 30 23:02:31 2013 (r335351) @@ -7,7 +7,7 @@ CATEGORIES= security python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/zero%20point%20one EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cs@FreeBSD.org COMMENT= Test the integrity of communications over networks and firewalls LICENSE= GPLv3 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 23:13:48 2013 Return-Path: Delivered-To: svn-ports-head@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 69485275; Sat, 30 Nov 2013 23:13:48 +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 55EF6104E; Sat, 30 Nov 2013 23:13:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUNDmo1057671; Sat, 30 Nov 2013 23:13:48 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUNDlUW057668; Sat, 30 Nov 2013 23:13:47 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201311302313.rAUNDlUW057668@svn.freebsd.org> From: Carlo Strub Date: Sat, 30 Nov 2013 23:13:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335352 - head/www/py-surl 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.16 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, 30 Nov 2013 23:13:48 -0000 Author: cs Date: Sat Nov 30 23:13:47 2013 New Revision: 335352 URL: http://svnweb.freebsd.org/changeset/ports/335352 Log: Staging Modified: head/www/py-surl/Makefile head/www/py-surl/pkg-plist Modified: head/www/py-surl/Makefile ============================================================================== --- head/www/py-surl/Makefile Sat Nov 30 23:02:31 2013 (r335351) +++ head/www/py-surl/Makefile Sat Nov 30 23:13:47 2013 (r335352) @@ -17,9 +17,6 @@ USE_BZIP2= yes USE_PYTHON= -2.7 USE_PYDISTUTILS=yes -MAN1= surl.1 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,share/man/man1,${PREFIX}/man/man1,g' \ ${WRKSRC}/setup.py Modified: head/www/py-surl/pkg-plist ============================================================================== --- head/www/py-surl/pkg-plist Sat Nov 30 23:02:31 2013 (r335351) +++ head/www/py-surl/pkg-plist Sat Nov 30 23:13:47 2013 (r335352) @@ -1,4 +1,5 @@ bin/surl +man/man1/surl.1.gz %%PYTHON_SITELIBDIR%%/surl/__init__.py %%PYTHON_SITELIBDIR%%/surl/__init__.pyc %%PYTHON_SITELIBDIR%%/surl/__init__.pyo @@ -22,3 +23,5 @@ bin/surl %%PYTHON_SITELIBDIR%%/surl/version.pyc %%PYTHON_SITELIBDIR%%/surl/version.pyo @dirrm %%PYTHON_SITELIBDIR%%/surl +@dirrmtry lib/python2.7/site-packages +@dirrmtry lib/python2.7 From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 23:21:39 2013 Return-Path: Delivered-To: svn-ports-head@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 D341C52D; Sat, 30 Nov 2013 23:21:39 +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 BF27C10AD; Sat, 30 Nov 2013 23:21:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUNLdt0060733; Sat, 30 Nov 2013 23:21:39 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUNLdK0060732; Sat, 30 Nov 2013 23:21:39 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201311302321.rAUNLdK0060732@svn.freebsd.org> From: Rusmir Dusko Date: Sat, 30 Nov 2013 23:21:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335353 - head/x11/lxmenu-data 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.16 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, 30 Nov 2013 23:21:39 -0000 Author: nemysis Date: Sat Nov 30 23:21:39 2013 New Revision: 335353 URL: http://svnweb.freebsd.org/changeset/ports/335353 Log: - Change maintainer email to @FreeBSD.org - USES gmake instead of USE_GMAKE - Support STAGEDIR Approved by: pawel / wg (mentors, implicit) Modified: head/x11/lxmenu-data/Makefile Modified: head/x11/lxmenu-data/Makefile ============================================================================== --- head/x11/lxmenu-data/Makefile Sat Nov 30 23:13:47 2013 (r335352) +++ head/x11/lxmenu-data/Makefile Sat Nov 30 23:21:39 2013 (r335353) @@ -6,18 +6,17 @@ PORTVERSION= 0.1.2 CATEGORIES= x11 MASTER_SITES= SF/lxde/lxmenu-data%20%28desktop%20menu%29/lxmenu-data%20${PORTVERSION}/ -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Menu data used by lxpanel LICENSE= GPLv2 -USES= gettext +USES= gmake gettext USE_XORG= x11 xmu USE_GNOME= intltool USE_AUTOTOOLS= automake:env GNU_CONFIGURE= yes CONFIGURE_ARGS+=--prefix=${LOCALBASE} --sysconfdir=${LOCALBASE}/etc -USE_GMAKE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -26,13 +25,8 @@ PORTDOCS= AUTHORS README TODO OPTIONS_DEFINE= DOCS -NO_STAGE= yes -.include - post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include From owner-svn-ports-head@FreeBSD.ORG Sat Nov 30 23:50:12 2013 Return-Path: Delivered-To: svn-ports-head@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 1B24CFB0; Sat, 30 Nov 2013 23:50:12 +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 0737211EA; Sat, 30 Nov 2013 23:50:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUNoBwq068509; Sat, 30 Nov 2013 23:50:11 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAUNoBj5068503; Sat, 30 Nov 2013 23:50:11 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201311302350.rAUNoBj5068503@svn.freebsd.org> From: Carlo Strub Date: Sat, 30 Nov 2013 23:50:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335354 - in head/www/py-django-mptt: . 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.16 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, 30 Nov 2013 23:50:12 -0000 Author: cs Date: Sat Nov 30 23:50:10 2013 New Revision: 335354 URL: http://svnweb.freebsd.org/changeset/ports/335354 Log: - Update to 0.6.0 - Support staging Added: head/www/py-django-mptt/files/ head/www/py-django-mptt/files/patch-setup.py (contents, props changed) Modified: head/www/py-django-mptt/Makefile head/www/py-django-mptt/distinfo head/www/py-django-mptt/pkg-descr head/www/py-django-mptt/pkg-plist Modified: head/www/py-django-mptt/Makefile ============================================================================== --- head/www/py-django-mptt/Makefile Sat Nov 30 23:21:39 2013 (r335353) +++ head/www/py-django-mptt/Makefile Sat Nov 30 23:50:10 2013 (r335354) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-mptt -PORTVERSION= 0.5.4 +PORTVERSION= 0.6.0 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,12 +16,11 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django USE_GITHUB= yes GH_ACCOUNT= django-mptt -GH_COMMIT= 4310e7e +GH_COMMIT= cc92ea6 GH_TAGNAME= ${PORTVERSION} USES= gettext USE_PYDISTUTILS=yes USE_PYTHON= yes -NO_STAGE= yes .include Modified: head/www/py-django-mptt/distinfo ============================================================================== --- head/www/py-django-mptt/distinfo Sat Nov 30 23:21:39 2013 (r335353) +++ head/www/py-django-mptt/distinfo Sat Nov 30 23:50:10 2013 (r335354) @@ -1,2 +1,2 @@ -SHA256 (django-mptt-0.5.4.tar.gz) = b76cfc8caedd114d458d86703f46b60e115d4b6601598acd0499736b23791d7e -SIZE (django-mptt-0.5.4.tar.gz) = 69958 +SHA256 (django-mptt-0.6.0.tar.gz) = 4f7d108c0911cd308ffa98b4151377fa4409ff9da898f285a74d8be50c1b2b38 +SIZE (django-mptt-0.6.0.tar.gz) = 77986 Added: head/www/py-django-mptt/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/py-django-mptt/files/patch-setup.py Sat Nov 30 23:50:10 2013 (r335354) @@ -0,0 +1,22 @@ +--- setup.py.orig 2013-12-01 00:26:15.000000000 +0100 ++++ setup.py 2013-12-01 00:28:32.000000000 +0100 +@@ -3,13 +3,10 @@ + + from mptt import VERSION + +-requires=('Django>=1.4.2',) + try: + from setuptools import setup +- kwargs ={'install_requires': requires} + except ImportError: + from distutils.core import setup +- kwargs = {'requires': requires} + + # Dynamically calculate the version based on mptt.VERSION + version_tuple = VERSION +@@ -40,5 +37,4 @@ + str('Programming Language :: Python :: 3'), + str('Topic :: Utilities'), + ], +- **kwargs + ) Modified: head/www/py-django-mptt/pkg-descr ============================================================================== --- head/www/py-django-mptt/pkg-descr Sat Nov 30 23:21:39 2013 (r335353) +++ head/www/py-django-mptt/pkg-descr Sat Nov 30 23:50:10 2013 (r335354) @@ -1,4 +1,4 @@ Utilities for implementing Modified Preorder Tree Traversal with your Django Models and working with trees of Model instances. -WWW: https://github.com/django-mptt/django-mptt/ +WWW: https://github.com/django-mptt/django-mptt/ Modified: head/www/py-django-mptt/pkg-plist ============================================================================== --- head/www/py-django-mptt/pkg-plist Sat Nov 30 23:21:39 2013 (r335353) +++ head/www/py-django-mptt/pkg-plist Sat Nov 30 23:50:10 2013 (r335354) @@ -29,6 +29,8 @@ %%PYTHON_SITELIBDIR%%/mptt/models.py %%PYTHON_SITELIBDIR%%/mptt/models.pyc %%PYTHON_SITELIBDIR%%/mptt/models.pyo +%%PYTHON_SITELIBDIR%%/mptt/templates/admin/grappelli_mptt_change_list.html +%%PYTHON_SITELIBDIR%%/mptt/templates/admin/grappelli_mptt_change_list_results.html %%PYTHON_SITELIBDIR%%/mptt/templates/admin/mptt_change_list.html %%PYTHON_SITELIBDIR%%/mptt/templates/admin/mptt_change_list_results.html %%PYTHON_SITELIBDIR%%/mptt/templatetags/__init__.py @@ -58,3 +60,5 @@ @dirrm %%PYTHON_SITELIBDIR%%/mptt/locale/pl @dirrm %%PYTHON_SITELIBDIR%%/mptt/locale @dirrm %%PYTHON_SITELIBDIR%%/mptt +@dirrmtry lib/python2.7/site-packages +@dirrmtry lib/python2.7