From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 00:01:29 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED43B106564A; Sun, 9 Sep 2012 00:01:29 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D7E378FC0C; Sun, 9 Sep 2012 00:01:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8901TFn073904; Sun, 9 Sep 2012 00:01:29 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8901TXJ073902; Sun, 9 Sep 2012 00:01:29 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201209090001.q8901TXJ073902@svn.freebsd.org> From: Emanuel Haupt Date: Sun, 9 Sep 2012 00:01:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303941 - head/mail/milter-callback X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 00:01:30 -0000 Author: ehaupt Date: Sun Sep 9 00:01:29 2012 New Revision: 303941 URL: http://svn.freebsd.org/changeset/ports/303941 Log: - Use OPTIONSng - Remove deprecated header information Modified: head/mail/milter-callback/Makefile Modified: head/mail/milter-callback/Makefile ============================================================================== --- head/mail/milter-callback/Makefile Sat Sep 8 23:56:34 2012 (r303940) +++ head/mail/milter-callback/Makefile Sun Sep 9 00:01:29 2012 (r303941) @@ -1,9 +1,4 @@ -# New ports collection makefile for: milter-callback -# Date created: 10 Feb 2010 -# Whom: Emanuel Haupt -# # $FreeBSD$ -# PORTNAME= milter-callback PORTVERSION= 1.5.10 @@ -26,11 +21,12 @@ MAN8= milter-callback.8 EXTRACT_AFTER_ARGS= | (${MKDIR} ${WRKSRC}; ${TAR} -xf - --no-same-owner \ --no-same-permissions -C ${WRKSRC}) -OPTIONS= SPF "build with SPF support" off +OPTIONS_DEFINE= SPF +SPF_DESC= libspf support -.include +.include -.if defined(WITH_SPF) +.if ${PORT_OPTIONS:MSPF} MAKE_ENV+= WITH_SPF=yes LIB_DEPENDS+= spf2.3:${PORTSDIR}/mail/libspf2 .endif @@ -54,4 +50,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include +.include From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 00:06:58 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 576BF106566C; Sun, 9 Sep 2012 00:06:58 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 427748FC08; Sun, 9 Sep 2012 00:06:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8906wBR074659; Sun, 9 Sep 2012 00:06:58 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8906wXa074657; Sun, 9 Sep 2012 00:06:58 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201209090006.q8906wXa074657@svn.freebsd.org> From: Emanuel Haupt Date: Sun, 9 Sep 2012 00:06:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303942 - head/misc/ddate X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 00:06:58 -0000 Author: ehaupt Date: Sun Sep 9 00:06:57 2012 New Revision: 303942 URL: http://svn.freebsd.org/changeset/ports/303942 Log: - Use OPTIONSng - Remove deprecated header information Modified: head/misc/ddate/Makefile Modified: head/misc/ddate/Makefile ============================================================================== --- head/misc/ddate/Makefile Sun Sep 9 00:01:29 2012 (r303941) +++ head/misc/ddate/Makefile Sun Sep 9 00:06:57 2012 (r303942) @@ -1,9 +1,4 @@ -# New ports collection makefile for: ddate -# Date created: 26 January 2005 -# Whom: Emanuel Haupt -# # $FreeBSD$ -# PORTNAME= ddate PORTVERSION= 2.21 @@ -26,21 +21,29 @@ MAKE_JOBS_SAFE= yes MAN1= ddate.1 -OPTIONS= USFORMAT "Use US time format" off \ - PRAISEBOB "Use SubGenius slogans" off \ - KILLBOB "Use countdown to X-Day" on +#OPTIONS= USFORMAT "Use US time format" off \ +# PRAISEBOB "Use SubGenius slogans" off \ +# KILLBOB "Use countdown to X-Day" on -.include +OPTIONS_DEFINE= USFORMAT PRAISEBOB KILLBOB -.if defined(WITH_USFORMAT) +USFORMAT_DESC= US time format +PRAISEBOB_DESC= SubGenius slogans +KILLBOB_DESC= Countdown to X-Day + +OPTIONS_DEFAULT=KILLBOB + +.include + +.if ${PORT_OPTIONS:MUSFORMAT} CFLAGS+= -DUS_FORMAT=\"1\" .endif -.if defined(WITH_PRAISEBOB) +.if ${PORT_OPTIONS:MPRAISEBOB} CFLAGS+= -DPRAISE_BOB=\"13013\" .endif -.if defined(WITH_KILLBOB) +.if ${PORT_OPTIONS:MKILLBOB} CFLAGS+= -DKILL_BOB=\"13013\" .endif @@ -52,4 +55,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/misc-utils/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/misc-utils/ddate.1 ${MANPREFIX}/man/man1 -.include +.include From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 01:08:37 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30A28106566C; Sun, 9 Sep 2012 01:08:37 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1B8FC8FC15; Sun, 9 Sep 2012 01:08:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8918avB082431; Sun, 9 Sep 2012 01:08:36 GMT (envelope-from sem@svn.freebsd.org) Received: (from sem@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8918axi082428; Sun, 9 Sep 2012 01:08:36 GMT (envelope-from sem@svn.freebsd.org) Message-Id: <201209090108.q8918axi082428@svn.freebsd.org> From: Sergey Matveychuk Date: Sun, 9 Sep 2012 01:08:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303943 - in head/dns/unbound: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 01:08:37 -0000 Author: sem Date: Sun Sep 9 01:08:36 2012 New Revision: 303943 URL: http://svn.freebsd.org/changeset/ports/303943 Log: - Run unbound-checkconf on startup Submitted by: Anton Yuzhaninov Modified: head/dns/unbound/Makefile head/dns/unbound/files/unbound.in Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Sun Sep 9 00:06:57 2012 (r303942) +++ head/dns/unbound/Makefile Sun Sep 9 01:08:36 2012 (r303943) @@ -7,6 +7,7 @@ PORTNAME= unbound PORTVERSION= 1.4.18 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ Modified: head/dns/unbound/files/unbound.in ============================================================================== --- head/dns/unbound/files/unbound.in Sun Sep 9 00:06:57 2012 (r303942) +++ head/dns/unbound/files/unbound.in Sun Sep 9 01:08:36 2012 (r303943) @@ -1,5 +1,7 @@ #!/bin/sh # +# $FreeBSD$ +# # unbound freebsd startup rc.d script, modified from the named script. # uses the default unbound installation path and pidfile location. # copy this to /etc/rc.d/unbound @@ -18,6 +20,7 @@ rcvar=unbound_enable command="%%PREFIX%%/sbin/unbound" extra_commands="reload" start_precmd="start_precmd" +reload_precmd="%%PREFIX%%/sbin/unbound-checkconf >/dev/null" load_rc_config $name From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 01:38:14 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 448BD106566C; Sun, 9 Sep 2012 01:38:14 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2F09F8FC08; Sun, 9 Sep 2012 01:38:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q891cEYv086547; Sun, 9 Sep 2012 01:38:14 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q891cDiX086545; Sun, 9 Sep 2012 01:38:13 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209090138.q891cDiX086545@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Sep 2012 01:38:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303944 - head/security/p5-Crypt-OpenSSL-CA X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 01:38:14 -0000 Author: swills Date: Sun Sep 9 01:38:13 2012 New Revision: 303944 URL: http://svn.freebsd.org/changeset/ports/303944 Log: - Remove dependency on p5-Devel-Mallinfo Modified: head/security/p5-Crypt-OpenSSL-CA/Makefile (contents, props changed) Modified: head/security/p5-Crypt-OpenSSL-CA/Makefile ============================================================================== --- head/security/p5-Crypt-OpenSSL-CA/Makefile Sun Sep 9 01:08:36 2012 (r303943) +++ head/security/p5-Crypt-OpenSSL-CA/Makefile Sun Sep 9 01:38:13 2012 (r303944) @@ -7,6 +7,7 @@ PORTNAME= Crypt-OpenSSL-CA PORTVERSION= 0.23 +PORTREVISION= 1 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,9 +15,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for OpenSSL CA API +# Note: The Devel::Mallinfo dependency doesn't work on FreeBSD; mallinfo() +# is a GNU libc function. BUILD_DEPENDS= p5-Convert-ASN1>=0.02:${PORTSDIR}/converters/p5-Convert-ASN1 \ p5-Devel-Leak>=0:${PORTSDIR}/devel/p5-Devel-Leak \ - p5-Devel-Mallinfo>=0:${PORTSDIR}/devel/p5-Devel-Mallinfo \ p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ p5-Inline>=0.4:${PORTSDIR}/devel/p5-Inline \ From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 01:40:48 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 062991065670; Sun, 9 Sep 2012 01:40:48 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E61F38FC14; Sun, 9 Sep 2012 01:40:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q891elaT086887; Sun, 9 Sep 2012 01:40:47 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q891el3Y086885; Sun, 9 Sep 2012 01:40:47 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209090140.q891el3Y086885@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Sep 2012 01:40:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303945 - head/devel/p5-Devel-Mallinfo X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 01:40:48 -0000 Author: swills Date: Sun Sep 9 01:40:47 2012 New Revision: 303945 URL: http://svn.freebsd.org/changeset/ports/303945 Log: - Mark deprecated since it does not work on FreeBSD. The mallinfo() function is a GNU libc function and is not available on FreeBSD. See the build log here: http://pointyhat.freebsd.org/errorlogs/amd64-9-exp-full-logs/p5-Devel-Mallinfo-11.log which states: WARNING: mallinfo() not available WARNING: Devel::Mallinfo will do nothing - Set Expiration for 1 month With hat: perl@ Modified: head/devel/p5-Devel-Mallinfo/Makefile (contents, props changed) Modified: head/devel/p5-Devel-Mallinfo/Makefile ============================================================================== --- head/devel/p5-Devel-Mallinfo/Makefile Sun Sep 9 01:38:13 2012 (r303944) +++ head/devel/p5-Devel-Mallinfo/Makefile Sun Sep 9 01:40:47 2012 (r303945) @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= mosconi.rmg@gmail.com.br COMMENT= Perl module of mallinfo() memory statistics and more +DEPRECATED= Does not work on FreeBSD, mallinfo() is a GNU libc function and is not available on FreeBSD +EXPIRATION_DATE= 20121008 + PERL_CONFIGURE= yes MAN3= Devel::Mallinfo.3 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 01:48:15 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E9F2D106566B; Sun, 9 Sep 2012 01:48:15 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D54F88FC08; Sun, 9 Sep 2012 01:48:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q891mFqg087794; Sun, 9 Sep 2012 01:48:15 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q891mFSc087791; Sun, 9 Sep 2012 01:48:15 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209090148.q891mFSc087791@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Sep 2012 01:48:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303946 - head/databases/p5-CDB_File X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 01:48:16 -0000 Author: swills Date: Sun Sep 9 01:48:15 2012 New Revision: 303946 URL: http://svn.freebsd.org/changeset/ports/303946 Log: - Update to 0.97 PR: ports/171051 Approved by: maintainer timeout (nistor@snickers.org, >2 weeks) Modified: head/databases/p5-CDB_File/Makefile (contents, props changed) head/databases/p5-CDB_File/distinfo (contents, props changed) Modified: head/databases/p5-CDB_File/Makefile ============================================================================== --- head/databases/p5-CDB_File/Makefile Sun Sep 9 01:40:47 2012 (r303945) +++ head/databases/p5-CDB_File/Makefile Sun Sep 9 01:48:15 2012 (r303946) @@ -7,7 +7,7 @@ # PORTNAME= CDB_File -PORTVERSION= 0.96 +PORTVERSION= 0.97 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-CDB_File/distinfo ============================================================================== --- head/databases/p5-CDB_File/distinfo Sun Sep 9 01:40:47 2012 (r303945) +++ head/databases/p5-CDB_File/distinfo Sun Sep 9 01:48:15 2012 (r303946) @@ -1,2 +1,2 @@ -SHA256 (CDB_File-0.96.tar.gz) = 08b8c1512abd43e27204b7b48cb9f54e7ab2e338a927823f4abd2f785af87f2a -SIZE (CDB_File-0.96.tar.gz) = 43607 +SHA256 (CDB_File-0.97.tar.gz) = 9602f924f257627578455a2c695af52e09b44481e14993ee8c5e86510c946d6b +SIZE (CDB_File-0.97.tar.gz) = 16516 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 01:52:01 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5C397106564A; Sun, 9 Sep 2012 01:52:01 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2D91A8FC08; Sun, 9 Sep 2012 01:52:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q891q18w088273; Sun, 9 Sep 2012 01:52:01 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q891q0sE088268; Sun, 9 Sep 2012 01:52:00 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209090152.q891q0sE088268@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Sep 2012 01:52:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303947 - head/devel/p5-JSON-RPC X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 01:52:01 -0000 Author: swills Date: Sun Sep 9 01:52:00 2012 New Revision: 303947 URL: http://svn.freebsd.org/changeset/ports/303947 Log: - Update to 1.03 PR: ports/171056 Approved by: maintainer timeout (vvatlin@masterhost.ru, >2 weeks) Modified: head/devel/p5-JSON-RPC/Makefile head/devel/p5-JSON-RPC/distinfo (contents, props changed) head/devel/p5-JSON-RPC/pkg-plist (contents, props changed) Modified: head/devel/p5-JSON-RPC/Makefile ============================================================================== --- head/devel/p5-JSON-RPC/Makefile Sun Sep 9 01:48:15 2012 (r303946) +++ head/devel/p5-JSON-RPC/Makefile Sun Sep 9 01:52:00 2012 (r303947) @@ -6,7 +6,7 @@ # PORTNAME= JSON-RPC -PORTVERSION= 1.01 +PORTVERSION= 1.03 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DMAKI @@ -37,7 +37,8 @@ MAN3= JSON::RPC.3 \ JSON::RPC::Legacy::Server::CGI.3 \ JSON::RPC::Legacy::Server::Daemon.3 \ JSON::RPC::Parser.3 \ - JSON::RPC::Procedure.3 + JSON::RPC::Procedure.3 \ + JSON::RPC::Test.3 .include Modified: head/devel/p5-JSON-RPC/distinfo ============================================================================== --- head/devel/p5-JSON-RPC/distinfo Sun Sep 9 01:48:15 2012 (r303946) +++ head/devel/p5-JSON-RPC/distinfo Sun Sep 9 01:52:00 2012 (r303947) @@ -1,2 +1,2 @@ -SHA256 (JSON-RPC-1.01.tar.gz) = 240f37c6aec872c7715e6ab89f881678b2706393915958961b4a6b327a25d314 -SIZE (JSON-RPC-1.01.tar.gz) = 35852 +SHA256 (JSON-RPC-1.03.tar.gz) = b564005ab9b74309e10fca7fc14cf133d3b5c38a8a9f63d8f4d50eef45033290 +SIZE (JSON-RPC-1.03.tar.gz) = 37495 Modified: head/devel/p5-JSON-RPC/pkg-plist ============================================================================== --- head/devel/p5-JSON-RPC/pkg-plist Sun Sep 9 01:48:15 2012 (r303946) +++ head/devel/p5-JSON-RPC/pkg-plist Sun Sep 9 01:52:00 2012 (r303947) @@ -10,6 +10,7 @@ %%SITE_PERL%%/JSON/RPC/Legacy/Server/Daemon.pm %%SITE_PERL%%/JSON/RPC/Parser.pm %%SITE_PERL%%/JSON/RPC/Procedure.pm +%%SITE_PERL%%/JSON/RPC/Test.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/RPC/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/RPC @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 01:54:52 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3FCB106566B; Sun, 9 Sep 2012 01:54:52 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 753FB8FC0A; Sun, 9 Sep 2012 01:54:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q891sqEC088659; Sun, 9 Sep 2012 01:54:52 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q891sqUB088654; Sun, 9 Sep 2012 01:54:52 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209090154.q891sqUB088654@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Sep 2012 01:54:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303948 - head/security/p5-Safe-Hole X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 01:54:52 -0000 Author: swills Date: Sun Sep 9 01:54:51 2012 New Revision: 303948 URL: http://svn.freebsd.org/changeset/ports/303948 Log: - Update to 0.13 PR: ports/171057 Approved by: maintainer timeout (sethk@meowfishies.com, >2 weeks) Modified: head/security/p5-Safe-Hole/Makefile (contents, props changed) head/security/p5-Safe-Hole/distinfo (contents, props changed) head/security/p5-Safe-Hole/pkg-plist (contents, props changed) Modified: head/security/p5-Safe-Hole/Makefile ============================================================================== --- head/security/p5-Safe-Hole/Makefile Sun Sep 9 01:52:00 2012 (r303947) +++ head/security/p5-Safe-Hole/Makefile Sun Sep 9 01:54:51 2012 (r303948) @@ -6,7 +6,7 @@ # PORTNAME= Safe-Hole -PORTVERSION= 0.10 +PORTVERSION= 0.13 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sethk@meowfishies.com COMMENT= Make a hole to the original main compartment in the Safe compartment -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Safe::Hole.3 Modified: head/security/p5-Safe-Hole/distinfo ============================================================================== --- head/security/p5-Safe-Hole/distinfo Sun Sep 9 01:52:00 2012 (r303947) +++ head/security/p5-Safe-Hole/distinfo Sun Sep 9 01:54:51 2012 (r303948) @@ -1,2 +1,2 @@ -SHA256 (Safe-Hole-0.10.tar.gz) = ae7d7bd020931ae55e5238864ac2bf0764a893ca03d334e44c11f99bfb453188 -SIZE (Safe-Hole-0.10.tar.gz) = 11433 +SHA256 (Safe-Hole-0.13.tar.gz) = 494cf5abae8cb2675959513631ecd5b595c6292aebd138e5bd8b0bb0334a97cb +SIZE (Safe-Hole-0.13.tar.gz) = 14269 Modified: head/security/p5-Safe-Hole/pkg-plist ============================================================================== --- head/security/p5-Safe-Hole/pkg-plist Sun Sep 9 01:52:00 2012 (r303947) +++ head/security/p5-Safe-Hole/pkg-plist Sun Sep 9 01:54:51 2012 (r303948) @@ -1,7 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe/Hole/Hole.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe/Hole/Hole.bs %%SITE_PERL%%/%%PERL_ARCH%%/Safe/Hole.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe/Hole/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe/Hole/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Safe @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Safe From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 01:57:02 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E58C8106564A; Sun, 9 Sep 2012 01:57:02 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D0B108FC08; Sun, 9 Sep 2012 01:57:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q891v2JT088999; Sun, 9 Sep 2012 01:57:02 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q891v2ER088996; Sun, 9 Sep 2012 01:57:02 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209090157.q891v2ER088996@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Sep 2012 01:57:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303949 - head/databases/p5-DBIx-Simple X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 01:57:03 -0000 Author: swills Date: Sun Sep 9 01:57:02 2012 New Revision: 303949 URL: http://svn.freebsd.org/changeset/ports/303949 Log: - Update to 1.35 PR: ports/171058 Approved by: maintainer timeout (parv@pair.com, >2 weeks) Modified: head/databases/p5-DBIx-Simple/Makefile (contents, props changed) head/databases/p5-DBIx-Simple/distinfo (contents, props changed) Modified: head/databases/p5-DBIx-Simple/Makefile ============================================================================== --- head/databases/p5-DBIx-Simple/Makefile Sun Sep 9 01:54:51 2012 (r303948) +++ head/databases/p5-DBIx-Simple/Makefile Sun Sep 9 01:57:02 2012 (r303949) @@ -6,7 +6,7 @@ # PORTNAME= DBIx-Simple -PORTVERSION= 1.34 +PORTVERSION= 1.35 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-DBIx-Simple/distinfo ============================================================================== --- head/databases/p5-DBIx-Simple/distinfo Sun Sep 9 01:54:51 2012 (r303948) +++ head/databases/p5-DBIx-Simple/distinfo Sun Sep 9 01:57:02 2012 (r303949) @@ -1,2 +1,2 @@ -SHA256 (DBIx-Simple-1.34.tar.gz) = af2f99495e592414cb6bda2726e5830f070a78f481a0fb454d3151c96550698e -SIZE (DBIx-Simple-1.34.tar.gz) = 19088 +SHA256 (DBIx-Simple-1.35.tar.gz) = 445535b3dfab88140c7a0d2776b1e78f254dc7e9c81072d5a01afc95a5db499a +SIZE (DBIx-Simple-1.35.tar.gz) = 19316 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 01:59:26 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 506F6106564A; Sun, 9 Sep 2012 01:59:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3B6798FC08; Sun, 9 Sep 2012 01:59:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q891xQME089330; Sun, 9 Sep 2012 01:59:26 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q891xQh3089326; Sun, 9 Sep 2012 01:59:26 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209090159.q891xQh3089326@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Sep 2012 01:59:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303950 - head/net/p5-Net-DHCP X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 01:59:26 -0000 Author: swills Date: Sun Sep 9 01:59:25 2012 New Revision: 303950 URL: http://svn.freebsd.org/changeset/ports/303950 Log: - Update to 0.691 PR: ports/171060 Approved by: maintainer timeout (tjs@cdpa.nsysu.edu.tw, >2 weeks) Modified: head/net/p5-Net-DHCP/Makefile (contents, props changed) head/net/p5-Net-DHCP/distinfo (contents, props changed) head/net/p5-Net-DHCP/pkg-plist (contents, props changed) Modified: head/net/p5-Net-DHCP/Makefile ============================================================================== --- head/net/p5-Net-DHCP/Makefile Sun Sep 9 01:57:02 2012 (r303949) +++ head/net/p5-Net-DHCP/Makefile Sun Sep 9 01:59:25 2012 (r303950) @@ -6,7 +6,7 @@ # PORTNAME= Net-DHCP -PORTVERSION= 0.685 +PORTVERSION= 0.691 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-DHCP/distinfo ============================================================================== --- head/net/p5-Net-DHCP/distinfo Sun Sep 9 01:57:02 2012 (r303949) +++ head/net/p5-Net-DHCP/distinfo Sun Sep 9 01:59:25 2012 (r303950) @@ -1,2 +1,2 @@ -SHA256 (Net-DHCP-0.685.tar.gz) = 8a671f60d50423c61c6a0036b7096aa1059fbe4f7180d9bd752e427e9020e070 -SIZE (Net-DHCP-0.685.tar.gz) = 42441 +SHA256 (Net-DHCP-0.691.tar.gz) = 5653c17f63c18e96b172d357cd157cf23bb0a5da5e440953b025942eaf41e3dd +SIZE (Net-DHCP-0.691.tar.gz) = 42916 Modified: head/net/p5-Net-DHCP/pkg-plist ============================================================================== --- head/net/p5-Net-DHCP/pkg-plist Sun Sep 9 01:57:02 2012 (r303949) +++ head/net/p5-Net-DHCP/pkg-plist Sun Sep 9 01:59:25 2012 (r303950) @@ -1,6 +1,4 @@ %%SITE_PERL%%/Net/DHCP/Constants.pm %%SITE_PERL%%/Net/DHCP/Packet.pm -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DHCP -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net @dirrmtry %%SITE_PERL%%/Net/DHCP @dirrmtry %%SITE_PERL%%/Net From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 02:06:10 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F58D106564A; Sun, 9 Sep 2012 02:06:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 70A928FC08; Sun, 9 Sep 2012 02:06:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8926AhI090188; Sun, 9 Sep 2012 02:06:10 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8926A34090184; Sun, 9 Sep 2012 02:06:10 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209090206.q8926A34090184@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Sep 2012 02:06:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303951 - head/graphics/p5-Image-Size X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 02:06:10 -0000 Author: swills Date: Sun Sep 9 02:06:09 2012 New Revision: 303951 URL: http://svn.freebsd.org/changeset/ports/303951 Log: - Update to 3.232 PR: ports/171061 Approved by: maintainer timeout (tolid@tolid.eu.org, >2 weeks) Modified: head/graphics/p5-Image-Size/Makefile (contents, props changed) head/graphics/p5-Image-Size/distinfo (contents, props changed) head/graphics/p5-Image-Size/pkg-plist (contents, props changed) Modified: head/graphics/p5-Image-Size/Makefile ============================================================================== --- head/graphics/p5-Image-Size/Makefile Sun Sep 9 01:59:25 2012 (r303950) +++ head/graphics/p5-Image-Size/Makefile Sun Sep 9 02:06:09 2012 (r303951) @@ -6,7 +6,7 @@ # PORTNAME= Image-Size -PORTVERSION= 3.230 +PORTVERSION= 3.232 CATEGORIES= graphics www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/graphics/p5-Image-Size/distinfo ============================================================================== --- head/graphics/p5-Image-Size/distinfo Sun Sep 9 01:59:25 2012 (r303950) +++ head/graphics/p5-Image-Size/distinfo Sun Sep 9 02:06:09 2012 (r303951) @@ -1,2 +1,2 @@ -SHA256 (Image-Size-3.230.tar.gz) = b2cf429c306fc865c551843bb2db42c24e28286964219758f315fce7d2aa76ae -SIZE (Image-Size-3.230.tar.gz) = 206205 +SHA256 (Image-Size-3.232.tar.gz) = acc34ef5270473ca925b2757bc9c379add8542280636dade2dc73f324231a0d7 +SIZE (Image-Size-3.232.tar.gz) = 222148 Modified: head/graphics/p5-Image-Size/pkg-plist ============================================================================== --- head/graphics/p5-Image-Size/pkg-plist Sun Sep 9 01:59:25 2012 (r303950) +++ head/graphics/p5-Image-Size/pkg-plist Sun Sep 9 02:06:09 2012 (r303951) @@ -1,23 +1,6 @@ bin/imgsize %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Size/.packlist %%SITE_PERL%%/Image/Size.pm -%%SITE_PERL%%/auto/Image/Size/autosplit.ix -%%SITE_PERL%%/auto/Image/Size/bmpsize.al -%%SITE_PERL%%/auto/Image/Size/emfsize.al -%%SITE_PERL%%/auto/Image/Size/gifsize.al -%%SITE_PERL%%/auto/Image/Size/jpegsize.al -%%SITE_PERL%%/auto/Image/Size/mngsize.al -%%SITE_PERL%%/auto/Image/Size/pcdsize.al -%%SITE_PERL%%/auto/Image/Size/pngsize.al -%%SITE_PERL%%/auto/Image/Size/ppmsize.al -%%SITE_PERL%%/auto/Image/Size/psdsize.al -%%SITE_PERL%%/auto/Image/Size/swfmxsize.al -%%SITE_PERL%%/auto/Image/Size/swfsize.al -%%SITE_PERL%%/auto/Image/Size/tiffsize.al -%%SITE_PERL%%/auto/Image/Size/xbmsize.al -%%SITE_PERL%%/auto/Image/Size/xpmsize.al -@dirrm %%SITE_PERL%%/auto/Image/Size @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/Size @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image -@dirrmtry %%SITE_PERL%%/auto/Image @dirrmtry %%SITE_PERL%%/Image From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 02:30:45 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9362F106566B; Sun, 9 Sep 2012 02:30:45 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7A5E58FC0A; Sun, 9 Sep 2012 02:30:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q892Ujjf093155; Sun, 9 Sep 2012 02:30:45 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q892UiLJ093121; Sun, 9 Sep 2012 02:30:44 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201209090230.q892UiLJ093121@svn.freebsd.org> From: Eitan Adler Date: Sun, 9 Sep 2012 02:30:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303952 - in head: audio/csound audio/smasher devel/clanlib editors/diakonos games/doom games/doom-data games/doom-hacx games/doom-hr games/doom-hr2 games/doom-wolfendoom games/dopewars... X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 02:30:45 -0000 Author: eadler Date: Sun Sep 9 02:30:44 2012 New Revision: 303952 URL: http://svn.freebsd.org/changeset/ports/303952 Log: Welcome back Chris Petrik PR: ports/171481 Modified: head/audio/csound/Makefile head/audio/smasher/Makefile head/devel/clanlib/Makefile head/editors/diakonos/Makefile head/games/doom-data/Makefile head/games/doom-hacx/Makefile head/games/doom-hr/Makefile head/games/doom-hr2/Makefile head/games/doom-wolfendoom/Makefile head/games/doom/Makefile head/games/dopewars/Makefile head/games/prboom/Makefile head/games/super_methane_brothers/Makefile head/games/vavoom-extras/Makefile head/games/vavoom/Makefile head/irc/konversation/Makefile head/irc/psybnc/Makefile head/multimedia/kmplayer/Makefile head/multimedia/kplayer/Makefile head/news/slnr/Makefile head/ports-mgmt/qtpkg/Makefile head/security/zenmap/Makefile head/www/analog/Makefile head/www/coppermine/Makefile head/www/gallery/Makefile head/www/tikiwiki/Makefile head/x11-wm/waimea-devel/Makefile head/x11-wm/waimea/Makefile head/x11-wm/windowmaker/Makefile head/x11-wm/wmakerconf/Makefile head/x11-wm/wmanager-addons/Makefile head/x11-wm/wmanager/Makefile Modified: head/audio/csound/Makefile ============================================================================== --- head/audio/csound/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/audio/csound/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME:S/c/C/}${PORTVERSIO DISTFILES= ${DISTNAME}${EXTRACT_SUFX} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Sound synthesizer LICENSE= LGPL21 Modified: head/audio/smasher/Makefile ============================================================================== --- head/audio/smasher/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/audio/smasher/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -12,7 +12,7 @@ CATEGORIES= audio MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}-source -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Cross platform audio loop slicer LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile \ Modified: head/devel/clanlib/Makefile ============================================================================== --- head/devel/clanlib/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/devel/clanlib/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -15,7 +15,7 @@ MASTER_SITES= http://www.clanlib.org/dow DISTNAME= ClanLib-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Cross-platform game SDK LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ Modified: head/editors/diakonos/Makefile ============================================================================== --- head/editors/diakonos/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/editors/diakonos/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -10,7 +10,7 @@ PORTVERSION= 0.9.0 CATEGORIES= editors ruby MASTER_SITES= http://diakonos.pist0s.ca/archives/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= A Linux editor for the masses USE_RUBY= yes Modified: head/games/doom-data/Makefile ============================================================================== --- head/games/doom-data/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/games/doom-data/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -16,7 +16,7 @@ EXTRACT_SUFX= .bz2 DISTFILES= # DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Doom data files (Doom, Doom II, Hexen, Heretic, and Strife) USE_BZIP2= yes Modified: head/games/doom-hacx/Makefile ============================================================================== --- head/games/doom-hacx/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/games/doom-hacx/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${DMPKGNAMEPREFIX} DISTNAME= ${PORTNAME}.wad EXTRACT_SUFX= .bz2 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= A full TC using the Doom II engine USE_BZIP2= yes Modified: head/games/doom-hr/Makefile ============================================================================== --- head/games/doom-hr/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/games/doom-hr/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -18,7 +18,7 @@ PKGNAMEPREFIX= ${DMPKGNAMEPREFIX} DISTFILES= ${PORTNAME}${EXTRACT_SUFX} DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Hell Revealed is a megawad, a 32-level replacement for DooM II USE_ZIP= yes Modified: head/games/doom-hr2/Makefile ============================================================================== --- head/games/doom-hr2/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/games/doom-hr2/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -12,7 +12,7 @@ MASTER_SITES= http://www.doomworld.com/h PKGNAMEPREFIX= ${DMPKGNAMEPREFIX} DISTNAME= hr2final -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Hell Revealed II is a megawad, a 32-level replacement for DooM II USE_ZIP= yes Modified: head/games/doom-wolfendoom/Makefile ============================================================================== --- head/games/doom-wolfendoom/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/games/doom-wolfendoom/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -12,7 +12,7 @@ MASTER_SITES= http://www.ijs.si/~lesi/di PKGNAMEPREFIX= ${DMPKGNAMEPREFIX} DISTNAME= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Wolfenstein 3D levels ported to Doom II USE_BZIP2= yes Modified: head/games/doom/Makefile ============================================================================== --- head/games/doom/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/games/doom/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -12,7 +12,7 @@ CATEGORIES= games MASTER_SITES= ${MASTER_SITE_IDSOFTWARE:S|$|source/|} DISTNAME= doomsrc -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= DOOM: the game and the sound server NO_CDROM= requested by IDsoftware Modified: head/games/dopewars/Makefile ============================================================================== --- head/games/dopewars/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/games/dopewars/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -11,7 +11,7 @@ PORTREVISION= 4 CATEGORIES= games MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= A UNIX rewrite of a game originally based on "Drug Wars" USE_GETTEXT= yes Modified: head/games/prboom/Makefile ============================================================================== --- head/games/prboom/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/games/prboom/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -11,7 +11,7 @@ PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= A multiplayer-capable and modified version of ID's classic DOOM game LIB_DEPENDS= smpeg.1:${PORTSDIR}/multimedia/smpeg Modified: head/games/super_methane_brothers/Makefile ============================================================================== --- head/games/super_methane_brothers/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/games/super_methane_brothers/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -14,7 +14,7 @@ MASTER_SITES= SF/methane/Methane%20Stabl DISTNAME= methane-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= A port of the Amiga platform game of the same name LIB_DEPENDS= clanCore-0.8:${PORTSDIR}/devel/clanlib \ Modified: head/games/vavoom-extras/Makefile ============================================================================== --- head/games/vavoom-extras/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/games/vavoom-extras/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -18,7 +18,7 @@ MASTER_SITES= SF/vavoom/Resources/vmodel SF/vavoom/Resources/vtextures/1.1:vt11 \ http://doomtextures.freelanzer.com/:dt -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Doom, Doom II, Heretic, Hexen, and Strife source port (extras) RUN_DEPENDS= vavoom:${PORTSDIR}/games/vavoom Modified: head/games/vavoom/Makefile ============================================================================== --- head/games/vavoom/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/games/vavoom/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -11,7 +11,7 @@ PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Vavoom-source/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Doom, Doom II, Heretic, Hexen, and Strife source port LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ Modified: head/irc/konversation/Makefile ============================================================================== --- head/irc/konversation/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/irc/konversation/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -12,7 +12,7 @@ CATEGORIES= irc kde MASTER_SITES= ${MASTER_SITE_BERLIOS} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= A user friendly IRC client for KDE USE_KDELIBS_VER=3 Modified: head/irc/psybnc/Makefile ============================================================================== --- head/irc/psybnc/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/irc/psybnc/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -11,7 +11,7 @@ CATEGORIES= irc ipv6 MASTER_SITES= http://www.psybnc.at/download/beta/ CENKES DISTNAME= psyBNC-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Extremely powerful IRC bouncer WRKSRC= ${WRKDIR}/psybnc Modified: head/multimedia/kmplayer/Makefile ============================================================================== --- head/multimedia/kmplayer/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/multimedia/kmplayer/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -14,7 +14,7 @@ MASTER_SITES= http://freebsd.ricin.com/p http://kmplayer.kde.org/pkgs/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= KDE frontend to MPlayer, Xine, GStreamer # It seems neither cairo nor npplayer can be disabled if the deps are present Modified: head/multimedia/kplayer/Makefile ============================================================================== --- head/multimedia/kplayer/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/multimedia/kplayer/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -11,7 +11,7 @@ PORTREVISION= 7 CATEGORIES= multimedia kde MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Movie player based on mplayer RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer Modified: head/news/slnr/Makefile ============================================================================== --- head/news/slnr/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/news/slnr/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -10,7 +10,7 @@ PORTVERSION= 2.3.0 CATEGORIES= news MASTER_SITES= # disappeared -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= A simplistic reader for SOUP (HDPF) mail and news packets RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip Modified: head/ports-mgmt/qtpkg/Makefile ============================================================================== --- head/ports-mgmt/qtpkg/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/ports-mgmt/qtpkg/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -13,7 +13,7 @@ CATEGORIES= ports-mgmt MASTER_SITES= # http://gauss.cord.edu/homepages/twschulz/demo/ DISTNAME= qtpkg -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= A Qt based package removal tool CFLAGS+= ${PTHREAD_CFLAGS} MAKE_ENV= LIBS="-lqt-mt ${PTHREAD_LIBS}" Modified: head/security/zenmap/Makefile ============================================================================== --- head/security/zenmap/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/security/zenmap/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -17,7 +17,7 @@ MASTER_SITES= http://nmap.org/dist/ \ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= nmap-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= GUI frontend for the nmap scanning utility RUN_DEPENDS= ${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap \ Modified: head/www/analog/Makefile ============================================================================== --- head/www/analog/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/www/analog/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -16,7 +16,7 @@ MASTER_SITES= http://www.analog.cx/ \ ftp://ftp.polytechnic.edu.na/pub/analog/ \ http://analog.tzone.it/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= An extremely fast program for analysing WWW logfiles LICENSE= GPLv2 Modified: head/www/coppermine/Makefile ============================================================================== --- head/www/coppermine/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/www/coppermine/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -11,7 +11,7 @@ CATEGORIES= www MASTER_SITES= SF/eenemeenemuu.u DISTNAME= cpg${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= A web picture gallery script OPTIONS_DEFINE= DOCS IMAGEMAGICK Modified: head/www/gallery/Makefile ============================================================================== --- head/www/gallery/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/www/gallery/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -13,7 +13,7 @@ MASTER_SITES= SF DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${LANGPACKS} DIST_SUBDIR= gallery -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= A slick web based photo album written using PHP RUN_DEPENDS= giftopnm:${PORTSDIR}/graphics/netpbm \ Modified: head/www/tikiwiki/Makefile ============================================================================== --- head/www/tikiwiki/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/www/tikiwiki/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -11,7 +11,7 @@ CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/Tiki_8.x_Acubens/${PORTVERSION}/ DISTNAME= tiki-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Powerful PHP based Wiki/CMS/Groupware USE_PHP= gettext pcre posix session xml zlib Modified: head/x11-wm/waimea-devel/Makefile ============================================================================== --- head/x11-wm/waimea-devel/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/x11-wm/waimea-devel/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -13,7 +13,7 @@ MASTER_SITES= http://dev.gentoo.org/~nix ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= danfe -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= An X11 window manager designed for maximum efficiency LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ Modified: head/x11-wm/waimea/Makefile ============================================================================== --- head/x11-wm/waimea/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/x11-wm/waimea/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -11,7 +11,7 @@ PORTREVISION= 10 CATEGORIES= x11-wm MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= An X11 window manager designed for maximum efficiency RUN_DEPENDS= ${LOCALBASE}/bin/Esetroot:${PORTSDIR}/x11/eterm Modified: head/x11-wm/windowmaker/Makefile ============================================================================== --- head/x11-wm/windowmaker/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/x11-wm/windowmaker/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -12,7 +12,7 @@ MASTER_SITES= http://windowmaker.org/pub MASTER_SITE_SUBDIR= source/release DISTNAME= WindowMaker-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT?= GNUstep-compliant NeXTstep window manager clone LIB_DEPENDS= gif:${PORTSDIR}/graphics/giflib \ Modified: head/x11-wm/wmakerconf/Makefile ============================================================================== --- head/x11-wm/wmakerconf/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/x11-wm/wmakerconf/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -13,7 +13,7 @@ CATEGORIES= x11-wm MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= A configuration tool for Window Maker LICENSE= GPLv2 Modified: head/x11-wm/wmanager-addons/Makefile ============================================================================== --- head/x11-wm/wmanager-addons/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/x11-wm/wmanager-addons/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -10,7 +10,7 @@ PORTVERSION= 0.02 CATEGORIES= x11-wm MASTER_SITES= http://devel.ringlet.net/x11/wmanager-addons/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= Helper scripts and documentation for the X11 window manager selector USE_PERL5_RUN= yes Modified: head/x11-wm/wmanager/Makefile ============================================================================== --- head/x11-wm/wmanager/Makefile Sun Sep 9 02:06:09 2012 (r303951) +++ head/x11-wm/wmanager/Makefile Sun Sep 9 02:30:44 2012 (r303952) @@ -12,7 +12,7 @@ CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION}.orig -MAINTAINER= ports@FreeBSD.org +MAINTAINER= c.petrik.sosa@gmail.com COMMENT= X11 window manager selector LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 03:04:42 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A5DFD106564A; Sun, 9 Sep 2012 03:04:42 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 90C1B8FC12; Sun, 9 Sep 2012 03:04:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8934gr6097037; Sun, 9 Sep 2012 03:04:42 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8934gx4097034; Sun, 9 Sep 2012 03:04:42 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209090304.q8934gx4097034@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Sep 2012 03:04:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303953 - head/russian/wordpress X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 03:04:42 -0000 Author: swills Date: Sun Sep 9 03:04:41 2012 New Revision: 303953 URL: http://svn.freebsd.org/changeset/ports/303953 Log: - Update to 3.4.2 PR: ports/171432 Submitted by: Mihail Timofeev <9267096@gmail.com> (maintainer) Modified: head/russian/wordpress/Makefile (contents, props changed) head/russian/wordpress/distinfo (contents, props changed) Modified: head/russian/wordpress/Makefile ============================================================================== --- head/russian/wordpress/Makefile Sun Sep 9 02:30:44 2012 (r303952) +++ head/russian/wordpress/Makefile Sun Sep 9 03:04:41 2012 (r303953) @@ -7,7 +7,7 @@ # PORTNAME= wordpress -PORTVERSION= 3.4.1 +PORTVERSION= 3.4.2 CATEGORIES= russian www MASTER_SITES= http://ru.wordpress.org/ DISTNAME= ${PORTNAME}-${PORTVERSION}-ru_RU Modified: head/russian/wordpress/distinfo ============================================================================== --- head/russian/wordpress/distinfo Sun Sep 9 02:30:44 2012 (r303952) +++ head/russian/wordpress/distinfo Sun Sep 9 03:04:41 2012 (r303953) @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.4.1-ru_RU.zip) = dd9151e03e6a4c0b5e134b3703e62bb29e9b420cf1ed5eb2076c7fe382b77b75 -SIZE (wordpress-3.4.1-ru_RU.zip) = 5404760 +SHA256 (wordpress-3.4.2-ru_RU.zip) = b8fac1738839b17881f41b1b14904dc510c9353464544c7c84ef1c2542c9d7a4 +SIZE (wordpress-3.4.2-ru_RU.zip) = 5406188 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 03:32:38 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 349CD106566B; Sun, 9 Sep 2012 03:32:38 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1F42B8FC0A; Sun, 9 Sep 2012 03:32:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q893Wb56000263; Sun, 9 Sep 2012 03:32:37 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q893WbeL000261; Sun, 9 Sep 2012 03:32:37 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201209090332.q893WbeL000261@svn.freebsd.org> From: Thomas Abthorpe Date: Sun, 9 Sep 2012 03:32:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303954 - head/mail/squirrelmail X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 03:32:38 -0000 Author: tabthorpe Date: Sun Sep 9 03:32:37 2012 New Revision: 303954 URL: http://svn.freebsd.org/changeset/ports/303954 Log: - Pass maintainership to new maintainer Modified: head/mail/squirrelmail/Makefile (contents, props changed) Modified: head/mail/squirrelmail/Makefile ============================================================================== --- head/mail/squirrelmail/Makefile Sun Sep 9 03:04:41 2012 (r303953) +++ head/mail/squirrelmail/Makefile Sun Sep 9 03:32:37 2012 (r303954) @@ -15,7 +15,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sq all_locales-1.4.18-20090526${EXTRACT_SUFX}:locales DIST_SUBDIR= ${PORTNAME} -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= adamw@FreeBSD.org COMMENT= A webmail system which accesses mail over IMAP USE_PHP= session mhash gettext mbstring pcre openssl xml From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 04:24:14 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09009106566B; Sun, 9 Sep 2012 04:24:13 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9325A8FC0A; Sun, 9 Sep 2012 04:24:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q894ODdJ005812; Sun, 9 Sep 2012 04:24:13 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q894ODVU005807; Sun, 9 Sep 2012 04:24:13 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201209090424.q894ODVU005807@svn.freebsd.org> From: Cy Schubert Date: Sun, 9 Sep 2012 04:24:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303955 - in head/sysutils/syslog-ng-rc: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 04:24:14 -0000 Author: cy Date: Sun Sep 9 04:24:12 2012 New Revision: 303955 URL: http://svn.freebsd.org/changeset/ports/303955 Log: balabit.hu have rleased a new RC (release) candidate. 3.3.6.90 is the release candidate for 3.3.7. Thanks to: Gergely Nagy Peter Czanik Announced on: https://lists.balabit.hu/pipermail/syslog-ng/2012-September/019365.html Added: head/sysutils/syslog-ng-rc/ - copied from r303952, head/sysutils/syslog-ng/ Deleted: head/sysutils/syslog-ng-rc/files/patch-lib-ivykis-modules-spinlock.h head/sysutils/syslog-ng-rc/files/patch-modules-afsocket-afinet.c Modified: head/sysutils/syslog-ng-rc/Makefile head/sysutils/syslog-ng-rc/distinfo head/sysutils/syslog-ng-rc/pkg-plist Modified: head/sysutils/syslog-ng-rc/Makefile ============================================================================== --- head/sysutils/syslog-ng/Makefile Sun Sep 9 02:30:44 2012 (r303952) +++ head/sysutils/syslog-ng-rc/Makefile Sun Sep 9 04:24:12 2012 (r303955) @@ -6,18 +6,18 @@ # PORTNAME= syslog-ng -PORTVERSION= 3.3.6 -PORTREVISION= 2 +PORTVERSION= 3.3.7 CATEGORIES= sysutils -MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/sources/$(PORTVERSION)/source/ -DISTFILES= $(PORTNAME)_$(PORTVERSION).tar.gz +PKGNAMESUFFIX= -rc +MASTER_SITES= http://packages.madhouse-project.org/syslog-ng/3.3/3.3.6.90/ +DISTFILES= $(PORTNAME)-3.3.6.90-20120906-v3.3.6.90.tar.gz MAINTAINER= cy@FreeBSD.org COMMENT= A powerful syslogd replacement CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng-devel-[0-9]* -WRKSRC= $(WRKDIR)/$(PORTNAME)-$(PORTVERSION) +WRKSRC= $(WRKDIR)/$(PORTNAME)-3.3.6.90 OPTIONS= SYS_SSL "Build with OpenSSL support (from system)" off \ PORTS_SSL "Build with OpenSSL support (from ports)" on \ Modified: head/sysutils/syslog-ng-rc/distinfo ============================================================================== --- head/sysutils/syslog-ng/distinfo Sun Sep 9 02:30:44 2012 (r303952) +++ head/sysutils/syslog-ng-rc/distinfo Sun Sep 9 04:24:12 2012 (r303955) @@ -1,2 +1,2 @@ -SHA256 (syslog-ng_3.3.6.tar.gz) = e1358d6270f8b3b71b9d73aa5ac4d84ee8ad7730d4eaa3243e6401dfcad8ea10 -SIZE (syslog-ng_3.3.6.tar.gz) = 2593301 +SHA256 (syslog-ng-3.3.6.90-20120906-v3.3.6.90.tar.gz) = bc59328232485192734eedf1006cbc40f4d748629f08f50b61476db5378c40ac +SIZE (syslog-ng-3.3.6.90-20120906-v3.3.6.90.tar.gz) = 2508070 Modified: head/sysutils/syslog-ng-rc/pkg-plist ============================================================================== --- head/sysutils/syslog-ng/pkg-plist Sun Sep 9 02:30:44 2012 (r303952) +++ head/sysutils/syslog-ng-rc/pkg-plist Sun Sep 9 04:24:12 2012 (r303955) @@ -75,7 +75,7 @@ include/syslog-ng/utils.h include/syslog-ng/value-pairs.h lib/libsyslog-ng.la lib/libsyslog-ng.so -lib/libsyslog-ng-3.3.6.so +lib/libsyslog-ng-3.3.6.90.so libdata/pkgconfig/syslog-ng.pc lib/syslog-ng/libaffile.la lib/syslog-ng/libaffile.so From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 05:01:47 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FD18106566C; Sun, 9 Sep 2012 05:01:47 +0000 (UTC) (envelope-from daichi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0A60B8FC08; Sun, 9 Sep 2012 05:01:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8951kD1009821; Sun, 9 Sep 2012 05:01:46 GMT (envelope-from daichi@svn.freebsd.org) Received: (from daichi@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8951kmi009818; Sun, 9 Sep 2012 05:01:46 GMT (envelope-from daichi@svn.freebsd.org) Message-Id: <201209090501.q8951kmi009818@svn.freebsd.org> From: Daichi GOTO Date: Sun, 9 Sep 2012 05:01:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303956 - head/japanese/mozc-server X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 05:01:47 -0000 Author: daichi Date: Sun Sep 9 05:01:46 2012 New Revision: 303956 URL: http://svn.freebsd.org/changeset/ports/303956 Log: update distinfo Modified: head/japanese/mozc-server/distinfo Modified: head/japanese/mozc-server/distinfo ============================================================================== --- head/japanese/mozc-server/distinfo Sun Sep 9 04:24:12 2012 (r303955) +++ head/japanese/mozc-server/distinfo Sun Sep 9 05:01:46 2012 (r303956) @@ -1,4 +1,4 @@ -SHA256 (mozc-1.5.1090.102.tar.bz2) = b52c1879c4749041032578ec6c591d9741f521d54993070c050d09ae35bd2107 -SIZE (mozc-1.5.1090.102.tar.bz2) = 54911799 -SHA256 (fcitx-mozc-1.5.1090.102.1.patch) = ec93d32837fbc103e9e9dc945631985257a64a107b6e4056cab4c556e9dbc07c -SIZE (fcitx-mozc-1.5.1090.102.1.patch) = 96720 +MD5 (mozc-1.6.1187.102.tar.bz2) = e5246d17a81d2e942e9e8de0c3240c95 +SIZE (mozc-1.6.1187.102.tar.bz2) = 54828375 +MD5 (fcitx-mozc-1.6.1187.102.1.patch) = ce73e9de6a5056a5cb650f7709a5c90d +SIZE (fcitx-mozc-1.6.1187.102.1.patch) = 96920 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 05:06:26 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 870B3106573A; Sun, 9 Sep 2012 05:06:25 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 57BD08FC12; Sun, 9 Sep 2012 05:06:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8956PTR010487; Sun, 9 Sep 2012 05:06:25 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8956P1g010483; Sun, 9 Sep 2012 05:06:25 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201209090506.q8956P1g010483@svn.freebsd.org> From: Thomas Abthorpe Date: Sun, 9 Sep 2012 05:06:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303957 - head/devel/p5-Locale-PO X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 05:06:26 -0000 Author: tabthorpe Date: Sun Sep 9 05:06:24 2012 New Revision: 303957 URL: http://svn.freebsd.org/changeset/ports/303957 Log: - Update to 0.22 Modified: head/devel/p5-Locale-PO/Makefile (contents, props changed) head/devel/p5-Locale-PO/distinfo (contents, props changed) head/devel/p5-Locale-PO/pkg-descr (contents, props changed) Modified: head/devel/p5-Locale-PO/Makefile ============================================================================== --- head/devel/p5-Locale-PO/Makefile Sun Sep 9 05:01:46 2012 (r303956) +++ head/devel/p5-Locale-PO/Makefile Sun Sep 9 05:06:24 2012 (r303957) @@ -6,8 +6,7 @@ # PORTNAME= Locale-PO -PORTVERSION= 0.21 -PORTREVISION= 1 +PORTVERSION= 0.22 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,10 +14,14 @@ PKGNAMEPREFIX= p5- MAINTAINER= tabthorpe@FreeBSD.org COMMENT= Perl module for manipulating .po entries from GNU gettext +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + PERL_CONFIGURE= yes CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} -BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp +BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ + p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Locale::PO.3 Modified: head/devel/p5-Locale-PO/distinfo ============================================================================== --- head/devel/p5-Locale-PO/distinfo Sun Sep 9 05:01:46 2012 (r303956) +++ head/devel/p5-Locale-PO/distinfo Sun Sep 9 05:06:24 2012 (r303957) @@ -1,2 +1,2 @@ -SHA256 (Locale-PO-0.21.tar.gz) = 9c6b135979e0a95b5342f40016dcbe1281dbf320177431457285c8b5ebb00200 -SIZE (Locale-PO-0.21.tar.gz) = 16990 +SHA256 (Locale-PO-0.22.tar.gz) = ae40817c824c61ed680573adc5641d456c92ed2c07d74c18b1078f0293b67a87 +SIZE (Locale-PO-0.22.tar.gz) = 19604 Modified: head/devel/p5-Locale-PO/pkg-descr ============================================================================== --- head/devel/p5-Locale-PO/pkg-descr Sun Sep 9 05:01:46 2012 (r303956) +++ head/devel/p5-Locale-PO/pkg-descr Sun Sep 9 05:06:24 2012 (r303957) @@ -1,3 +1,3 @@ -This module simplifies management of GNU gettext .po files and is -an alternative to using emacs po-mode. It provides an object-oriented -interface in which each entry in a .po file is a Locale::PO object. +This module provides methods for manipulating objects that represent +entries in a gettext po-file (untranslated and translated strings, with +associated comments). It can load and save complete po-files. From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 08:09:28 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 578FC106564A; Sun, 9 Sep 2012 08:09:28 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 428BB8FC15; Sun, 9 Sep 2012 08:09:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8989SwM030764; Sun, 9 Sep 2012 08:09:28 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8989SSa030760; Sun, 9 Sep 2012 08:09:28 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201209090809.q8989SSa030760@svn.freebsd.org> From: Kevin Lo Date: Sun, 9 Sep 2012 08:09:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303958 - head/devel/py-foolscap X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 08:09:28 -0000 Author: kevlo Date: Sun Sep 9 08:09:27 2012 New Revision: 303958 URL: http://svn.freebsd.org/changeset/ports/303958 Log: Update to 0.6.4 Modified: head/devel/py-foolscap/Makefile head/devel/py-foolscap/distinfo Modified: head/devel/py-foolscap/Makefile ============================================================================== --- head/devel/py-foolscap/Makefile Sun Sep 9 05:06:24 2012 (r303957) +++ head/devel/py-foolscap/Makefile Sun Sep 9 08:09:27 2012 (r303958) @@ -5,14 +5,13 @@ # $FreeBSD$ PORTNAME= foolscap -PORTVERSION= 0.6.3 -PORTREVISION= 1 +PORTVERSION= 0.6.4 CATEGORIES= devel python MASTER_SITES= http://foolscap.lothar.com/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kevlo@FreeBSD.org -COMMENT= An RPC protocol for Twisted Python +COMMENT= RPC protocol for Twisted Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/devel/py-foolscap/distinfo ============================================================================== --- head/devel/py-foolscap/distinfo Sun Sep 9 05:06:24 2012 (r303957) +++ head/devel/py-foolscap/distinfo Sun Sep 9 08:09:27 2012 (r303958) @@ -1,2 +1,2 @@ -SHA256 (foolscap-0.6.3.tar.gz) = 2932ad12d892583062f474467cdfefde8b9a3a4dccaefcd81a6ae9a012e474f1 -SIZE (foolscap-0.6.3.tar.gz) = 475403 +SHA256 (foolscap-0.6.4.tar.gz) = 74b283dd68a3c9d68ebf4e9b4ebf5cfb37480915b6a808ac930fe858a66f8d99 +SIZE (foolscap-0.6.4.tar.gz) = 479664 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 10:24:25 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6202106564A; Sun, 9 Sep 2012 10:24:25 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CFE4F8FC14; Sun, 9 Sep 2012 10:24:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89AOPcC050796; Sun, 9 Sep 2012 10:24:25 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89AOPG7050792; Sun, 9 Sep 2012 10:24:25 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201209091024.q89AOPG7050792@svn.freebsd.org> From: Dmitry Sivachenko Date: Sun, 9 Sep 2012 10:24:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303959 - in head/sysutils/coreutils: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 10:24:26 -0000 Author: demon Date: Sun Sep 9 10:24:25 2012 New Revision: 303959 URL: http://svn.freebsd.org/changeset/ports/303959 Log: Update to version 8.19. Convert to new OPTIONS framework while I am here. Maintainer timeout: 1 month Modified: head/sysutils/coreutils/Makefile head/sysutils/coreutils/distinfo head/sysutils/coreutils/files/patch-configure Modified: head/sysutils/coreutils/Makefile ============================================================================== --- head/sysutils/coreutils/Makefile Sun Sep 9 08:09:27 2012 (r303958) +++ head/sysutils/coreutils/Makefile Sun Sep 9 10:24:25 2012 (r303959) @@ -6,7 +6,7 @@ # PORTNAME= coreutils -PORTVERSION= 8.12 +PORTVERSION= 8.19 CATEGORIES= sysutils textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes # bugs.freebsd.org/160060 CONFIGURE_ARGS= --program-prefix=g \ --program-transform-name=s/stat/nustat/ -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" FORCE_UNSAFE_CONFIGURE=1 CPPFLAGS+= "-I${LOCALBASE}/include" LICENSE= GPLv3 @@ -50,20 +50,21 @@ MAN1= gbasename.1 gcat.1 gchcon.1 gchgrp gusers.1 gvdir.1 gwc.1 gwho.1 gwhoami.1 gyes.1 gbase64.1 gsha224sum.1 \ gsha256sum.1 gsha384sum.1 gsha512sum.1 gshuf.1 gnproc.1 -OPTIONS= GMP "Build with GNU Multiple Precision Arithmetic Library" off +OPTIONS_DEFINE= GMP NLS +OPTIONS_DEFAULT=NLS .include -.if defined(WITHOUT_NLS) -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.else +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " .endif -.if defined(WITH_GMP) -LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp +.if ${PORT_OPTIONS:MGMP} +LIB_DEPENDS+= gmp:${PORTSDIR}/math/gmp .else CONFIGURE_ARGS+=--without-gmp .endif Modified: head/sysutils/coreutils/distinfo ============================================================================== --- head/sysutils/coreutils/distinfo Sun Sep 9 08:09:27 2012 (r303958) +++ head/sysutils/coreutils/distinfo Sun Sep 9 10:24:25 2012 (r303959) @@ -1,2 +1,2 @@ -SHA256 (coreutils-8.12.tar.xz) = 1e3c0182cdd0042871741d694ae1166dd90eb9f03a16c0aac0a9072a7aa92faf -SIZE (coreutils-8.12.tar.xz) = 4842776 +SHA256 (coreutils-8.19.tar.xz) = ad3873183fd8cfc7672b3ba54644672e59352f9b2dc7e3ad251c1174dde8a9e7 +SIZE (coreutils-8.19.tar.xz) = 5097392 Modified: head/sysutils/coreutils/files/patch-configure ============================================================================== --- head/sysutils/coreutils/files/patch-configure Sun Sep 9 08:09:27 2012 (r303958) +++ head/sysutils/coreutils/files/patch-configure Sun Sep 9 10:24:25 2012 (r303959) @@ -1,23 +1,23 @@ ---- configure.orig Thu Mar 22 14:20:28 2007 -+++ configure -@@ -2415,13 +2415,13 @@ - for ac_prog in mkdir gmkdir; do +--- configure.orig 2012-08-20 10:14:01.000000000 +0400 ++++ configure 2012-09-09 14:04:39.000000000 +0400 +@@ -4369,13 +4369,13 @@ do + for ac_prog in mkdir gmkdir; do for ac_exec_ext in '' $ac_executable_extensions; do - { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue -- case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( + as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue +- case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( - 'mkdir (GNU coreutils) '* | \ - 'mkdir (coreutils) '* | \ - 'mkdir (fileutils) '4.1*) -- ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext +- ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext - break 3;; - esac -+# case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( ++# case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( +# 'mkdir (GNU coreutils) '* | \ +# 'mkdir (coreutils) '* | \ +# 'mkdir (fileutils) '4.1*) -+# ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext ++# ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext +# break 3;; +# esac done done - done + done From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 11:05:22 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E20EB1065679; Sun, 9 Sep 2012 11:05:22 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7D74C8FC14; Sun, 9 Sep 2012 11:05:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89B5MFO060218; Sun, 9 Sep 2012 11:05:22 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89B5M4a060215; Sun, 9 Sep 2012 11:05:22 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201209091105.q89B5M4a060215@svn.freebsd.org> From: Brendan Fabeny Date: Sun, 9 Sep 2012 11:05:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303960 - head/security/tor-devel X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 11:05:23 -0000 Author: bf Date: Sun Sep 9 11:05:21 2012 New Revision: 303960 URL: http://svn.freebsd.org/changeset/ports/303960 Log: update to 0.2.3.21-rc Security: Tor bugs 6252, 6690, 6710 Modified: head/security/tor-devel/Makefile head/security/tor-devel/distinfo Modified: head/security/tor-devel/Makefile ============================================================================== --- head/security/tor-devel/Makefile Sun Sep 9 10:24:25 2012 (r303959) +++ head/security/tor-devel/Makefile Sun Sep 9 11:05:21 2012 (r303960) @@ -6,7 +6,7 @@ # PORTNAME= tor -DISTVERSION= 0.2.3.20-rc +DISTVERSION= 0.2.3.21-rc CATEGORIES= security net ipv6 MASTER_SITES= https://www.torproject.org/dist/ \ ftp://ftp.bit.nl/mirror/tor/ \ Modified: head/security/tor-devel/distinfo ============================================================================== --- head/security/tor-devel/distinfo Sun Sep 9 10:24:25 2012 (r303959) +++ head/security/tor-devel/distinfo Sun Sep 9 11:05:21 2012 (r303960) @@ -1,2 +1,2 @@ -SHA256 (tor-0.2.3.20-rc.tar.gz) = baca355aa606ded00fff2a8c7ede38400e42810c02629cf266190d2be8d5bdc3 -SIZE (tor-0.2.3.20-rc.tar.gz) = 3156310 +SHA256 (tor-0.2.3.21-rc.tar.gz) = e31f4c5b91b76298657563441289783c5425007516d8e42f0e43748f129e9531 +SIZE (tor-0.2.3.21-rc.tar.gz) = 3163066 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 11:15:38 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4888106564A; Sun, 9 Sep 2012 11:15:38 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 969128FC08; Sun, 9 Sep 2012 11:15:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89BFc9j061913; Sun, 9 Sep 2012 11:15:38 GMT (envelope-from stefan@svn.freebsd.org) Received: (from stefan@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89BFcOl061909; Sun, 9 Sep 2012 11:15:38 GMT (envelope-from stefan@svn.freebsd.org) Message-Id: <201209091115.q89BFcOl061909@svn.freebsd.org> From: Stefan Walter Date: Sun, 9 Sep 2012 11:15:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303961 - head/games/pioneers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 11:15:38 -0000 Author: stefan Date: Sun Sep 9 11:15:37 2012 New Revision: 303961 URL: http://svn.freebsd.org/changeset/ports/303961 Log: Update to 14.1. Modified: head/games/pioneers/Makefile head/games/pioneers/distinfo head/games/pioneers/pkg-plist Modified: head/games/pioneers/Makefile ============================================================================== --- head/games/pioneers/Makefile Sun Sep 9 11:05:21 2012 (r303960) +++ head/games/pioneers/Makefile Sun Sep 9 11:15:37 2012 (r303961) @@ -6,8 +6,8 @@ # PORTNAME= pioneers -PORTVERSION= 0.12.5 -PORTREVISION= 1 +PORTVERSION= 14.1 +#PORTREVISION= 0 CATEGORIES= games gnome MASTER_SITES= SF/pio/Source/ Modified: head/games/pioneers/distinfo ============================================================================== --- head/games/pioneers/distinfo Sun Sep 9 11:05:21 2012 (r303960) +++ head/games/pioneers/distinfo Sun Sep 9 11:15:37 2012 (r303961) @@ -1,2 +1,2 @@ -SHA256 (pioneers-0.12.5.tar.gz) = 01e017a08b810be55ff72d96b23e6403190ce4e876a69b356b0f368f254f139b -SIZE (pioneers-0.12.5.tar.gz) = 3762375 +SHA256 (pioneers-14.1.tar.gz) = 5196ad2f7d4ba128f2ae138e4af9d03d62c366f0342b88d871af04294385f781 +SIZE (pioneers-14.1.tar.gz) = 3784239 Modified: head/games/pioneers/pkg-plist ============================================================================== --- head/games/pioneers/pkg-plist Sun Sep 9 11:05:21 2012 (r303960) +++ head/games/pioneers/pkg-plist Sun Sep 9 11:15:37 2012 (r303961) @@ -147,6 +147,12 @@ share/gnome/help/pioneers/C/images/trade share/gnome/help/pioneers/C/images/wool.png share/gnome/help/pioneers/C/legal.xml share/gnome/help/pioneers/C/pioneers.xml +share/icons/hicolor/48x48/apps/pioneers-editor.png +share/icons/hicolor/48x48/apps/pioneers-server.png +share/icons/hicolor/48x48/apps/pioneers.png +share/icons/hicolor/scalable/apps/pioneers-editor.svg +share/icons/hicolor/scalable/apps/pioneers-server.svg +share/icons/hicolor/scalable/apps/pioneers.svg share/omf/pioneers/pioneers-C.omf share/pixmaps/pioneers-editor.png share/pixmaps/pioneers-server.png From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 11:57:53 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3F8D7106566B; Sun, 9 Sep 2012 11:57:53 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 119B68FC0A; Sun, 9 Sep 2012 11:57:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89Bvq5d069073; Sun, 9 Sep 2012 11:57:52 GMT (envelope-from marcus@svn.freebsd.org) Received: (from marcus@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89Bvqkq069071; Sun, 9 Sep 2012 11:57:52 GMT (envelope-from marcus@svn.freebsd.org) Message-Id: <201209091157.q89Bvqkq069071@svn.freebsd.org> From: Joe Marcus Clarke Date: Sun, 9 Sep 2012 11:57:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303962 - head/net/netatalk3/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 11:57:53 -0000 Author: marcus Date: Sun Sep 9 11:57:52 2012 New Revision: 303962 URL: http://svn.freebsd.org/changeset/ports/303962 Log: These files were forgotten in the last commit. Added: head/net/netatalk3/files/patch-Makefile.in (contents, props changed) head/net/netatalk3/files/patch-etc_netatalk_Makefile.in (contents, props changed) Added: head/net/netatalk3/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/netatalk3/files/patch-Makefile.in Sun Sep 9 11:57:52 2012 (r303962) @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- Makefile.in.orig 2012-09-03 11:10:13.000000000 -0400 ++++ Makefile.in 2012-09-03 11:10:22.000000000 -0400 +@@ -344,7 +344,7 @@ target_vendor = @target_vendor@ + top_build_prefix = @top_build_prefix@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = libatalk libevent bin config etc man contrib distrib include doc macros test ++SUBDIRS = libatalk bin config etc man contrib distrib include doc macros test + EXTRA_DIST = CONTRIBUTORS COPYRIGHT COPYING NEWS VERSION + ACLOCAL_AMFLAGS = -I macros + AUTOMAKE_OPTIONS = foreign Added: head/net/netatalk3/files/patch-etc_netatalk_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/netatalk3/files/patch-etc_netatalk_Makefile.in Sun Sep 9 11:57:52 2012 (r303962) @@ -0,0 +1,17 @@ +$FreeBSD$ + +--- etc/netatalk/Makefile.in.orig 2012-09-03 11:16:51.000000000 -0400 ++++ etc/netatalk/Makefile.in 2012-09-03 11:19:41.000000000 -0400 +@@ -62,6 +62,12 @@ sbin_PROGRAMS = netatalk$(EXEEXT) + @USE_BUILTIN_LIBEVENT_TRUE@am__append_2 = \ + @USE_BUILTIN_LIBEVENT_TRUE@ $(top_builddir)/libevent/libevent.la + ++am__append_1 = \ ++ -I%%LOCALBASE%%/include/event2 ++ ++am__append_2 = \ ++ %%LOCALBASE%%/lib/event2/libevent.la ++ + subdir = etc/netatalk + DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 12:36:03 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB53A106566B; Sun, 9 Sep 2012 12:36:03 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B6C748FC16; Sun, 9 Sep 2012 12:36:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89Ca3kf075212; Sun, 9 Sep 2012 12:36:03 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89Ca3BJ075208; Sun, 9 Sep 2012 12:36:03 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201209091236.q89Ca3BJ075208@svn.freebsd.org> From: Alexey Dokuchaev Date: Sun, 9 Sep 2012 12:36:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303963 - head/net-im/ramblercontacts X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 12:36:03 -0000 Author: danfe Date: Sun Sep 9 12:36:03 2012 New Revision: 303963 URL: http://svn.freebsd.org/changeset/ports/303963 Log: Augment CATEGORIES (due to lots of Russian community chat services support). Modified: head/net-im/ramblercontacts/Makefile Modified: head/net-im/ramblercontacts/Makefile ============================================================================== --- head/net-im/ramblercontacts/Makefile Sun Sep 9 11:57:52 2012 (r303962) +++ head/net-im/ramblercontacts/Makefile Sun Sep 9 12:36:03 2012 (r303963) @@ -8,7 +8,7 @@ PORTNAME= ramblercontacts PORTVERSION= 0.3.2.1030 PORTREVISION= 1 -CATEGORIES= net-im +CATEGORIES= net-im russian MASTER_SITES= http://developers.rambler.ru/upload/contacts/ DISTNAME= ${PORTNAME}_v${PORTVERSION}_beta_src From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 13:01:45 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56DF81065676; Sun, 9 Sep 2012 13:01:45 +0000 (UTC) (envelope-from stefan@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4255C8FC15; Sun, 9 Sep 2012 13:01:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89D1jfZ079372; Sun, 9 Sep 2012 13:01:45 GMT (envelope-from stefan@svn.freebsd.org) Received: (from stefan@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89D1jfo079369; Sun, 9 Sep 2012 13:01:45 GMT (envelope-from stefan@svn.freebsd.org) Message-Id: <201209091301.q89D1jfo079369@svn.freebsd.org> From: Stefan Walter Date: Sun, 9 Sep 2012 13:01:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303964 - head/net/py-GeoIP X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 13:01:45 -0000 Author: stefan Date: Sun Sep 9 13:01:44 2012 New Revision: 303964 URL: http://svn.freebsd.org/changeset/ports/303964 Log: Update to 1.2.7. Modified: head/net/py-GeoIP/Makefile head/net/py-GeoIP/distinfo Modified: head/net/py-GeoIP/Makefile ============================================================================== --- head/net/py-GeoIP/Makefile Sun Sep 9 12:36:03 2012 (r303963) +++ head/net/py-GeoIP/Makefile Sun Sep 9 13:01:44 2012 (r303964) @@ -6,7 +6,7 @@ # PORTNAME= GeoIP -PORTVERSION= 1.2.5 +PORTVERSION= 1.2.7 CATEGORIES= net python geography MASTER_SITES= http://geolite.maxmind.com/download/geoip/api/python/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net/py-GeoIP/distinfo ============================================================================== --- head/net/py-GeoIP/distinfo Sun Sep 9 12:36:03 2012 (r303963) +++ head/net/py-GeoIP/distinfo Sun Sep 9 13:01:44 2012 (r303964) @@ -1,2 +1,2 @@ -SHA256 (GeoIP-Python-1.2.5.tar.gz) = cbbf4f6e65ce7f56a885602b1d4662695b19f1633e46cc9850d8a9f6aac71a98 -SIZE (GeoIP-Python-1.2.5.tar.gz) = 15594 +SHA256 (GeoIP-Python-1.2.7.tar.gz) = dd5775d97f96d120ccd9524ee094db040b6c63109048b5f62572173a4a73cb1d +SIZE (GeoIP-Python-1.2.7.tar.gz) = 15938 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 13:34:24 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3B5F106566B; Sun, 9 Sep 2012 13:34:24 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 94C628FC0C; Sun, 9 Sep 2012 13:34:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89DYOnk084892; Sun, 9 Sep 2012 13:34:24 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89DYMFu084887; Sun, 9 Sep 2012 13:34:22 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209091334.q89DYMFu084887@svn.freebsd.org> From: Wen Heping Date: Sun, 9 Sep 2012 13:34:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303965 - head/science/py-obspy.gse2 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 13:34:24 -0000 Author: wen Date: Sun Sep 9 13:34:21 2012 New Revision: 303965 URL: http://svn.freebsd.org/changeset/ports/303965 Log: - Update to 0.7.0 Modified: head/science/py-obspy.gse2/Makefile head/science/py-obspy.gse2/distinfo head/science/py-obspy.gse2/pkg-plist Modified: head/science/py-obspy.gse2/Makefile ============================================================================== --- head/science/py-obspy.gse2/Makefile Sun Sep 9 13:01:44 2012 (r303964) +++ head/science/py-obspy.gse2/Makefile Sun Sep 9 13:34:21 2012 (r303965) @@ -6,8 +6,7 @@ # PORTNAME= obspy.gse2 -PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTVERSION= 0.7.0 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-obspy.gse2/distinfo ============================================================================== --- head/science/py-obspy.gse2/distinfo Sun Sep 9 13:01:44 2012 (r303964) +++ head/science/py-obspy.gse2/distinfo Sun Sep 9 13:34:21 2012 (r303965) @@ -1,2 +1,2 @@ -SHA256 (obspy.gse2-0.5.1.zip) = ba548bf1e45c8684a877ec4a7ba8df81a697256ceb227a43d243464ce2a061d4 -SIZE (obspy.gse2-0.5.1.zip) = 483401 +SHA256 (obspy.gse2-0.7.0.zip) = a2b7624bac8d457820badaffeace80d581ab3820612efb1b6bd889f1aaec1909 +SIZE (obspy.gse2-0.7.0.zip) = 486663 Modified: head/science/py-obspy.gse2/pkg-plist ============================================================================== --- head/science/py-obspy.gse2/pkg-plist Sun Sep 9 13:01:44 2012 (r303964) +++ head/science/py-obspy.gse2/pkg-plist Sun Sep 9 13:34:21 2012 (r303965) @@ -10,6 +10,7 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/gse2/CHANGELOG.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/gse2/LICENSE.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/gse2/README.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/gse2/VERSION.txt @@ -49,6 +50,8 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/gse2/tests/data/GRF_031102_0225.GSE.wrong_chksum %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/gse2/tests/data/acc.gse %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/gse2/tests/data/loc_RJOB20050831023349.z +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/gse2/tests/data/loc_RJOB20050831023349-dos.z +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/gse2/tests/data/loc_RJOB20050831023349_first100_dos.z %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/gse2/tests/data/loc_RJOB20050831023349.z.wrong_chksum %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/gse2/tests/data/loc_RNON20040609200559.z %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/gse2/tests/data/loc_STAU20031119011659.z From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 13:54:16 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BA1D1106566B; Sun, 9 Sep 2012 13:54:16 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A3D0A8FC12; Sun, 9 Sep 2012 13:54:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89DsGP8087284; Sun, 9 Sep 2012 13:54:16 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89DsGSw087281; Sun, 9 Sep 2012 13:54:16 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201209091354.q89DsGSw087281@svn.freebsd.org> From: Juergen Lock Date: Sun, 9 Sep 2012 13:54:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303966 - in head/comms/uartlirc: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 13:54:16 -0000 Author: nox Date: Sun Sep 9 13:54:16 2012 New Revision: 303966 URL: http://svn.freebsd.org/changeset/ports/303966 Log: Looks like I never tested irrecord... This patch fixes it. Added: head/comms/uartlirc/files/patch-uartlirc_lircdev.c (contents, props changed) Modified: head/comms/uartlirc/Makefile (contents, props changed) Modified: head/comms/uartlirc/Makefile ============================================================================== --- head/comms/uartlirc/Makefile Sun Sep 9 13:34:21 2012 (r303965) +++ head/comms/uartlirc/Makefile Sun Sep 9 13:54:16 2012 (r303966) @@ -7,6 +7,7 @@ PORTNAME= uartlirc PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= comms kld MASTER_SITES= LOCAL/nox \ http://people.freebsd.org/~nox/tmp/ Added: head/comms/uartlirc/files/patch-uartlirc_lircdev.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/uartlirc/files/patch-uartlirc_lircdev.c Sun Sep 9 13:54:16 2012 (r303966) @@ -0,0 +1,20 @@ +--- uartlirc_lircdev.c.orig ++++ uartlirc_lircdev.c +@@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); + #include + #include + #include ++#include + #include + #include + #include +@@ -117,6 +118,9 @@ uartlirc_lircdev_ioctl(struct cdev *dev, + case LIRC_GET_FEATURES: + *arg = LIRC_CAN_REC_MODE2; + return (0); ++ case FIONBIO: ++ case FIOASYNC: ++ return (0); + default: + return ENOTTY; + } From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 13:56:01 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 341AD1065672; Sun, 9 Sep 2012 13:56:01 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1F7548FC1F; Sun, 9 Sep 2012 13:56:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89Du0lR087552; Sun, 9 Sep 2012 13:56:00 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89Du0Ps087550; Sun, 9 Sep 2012 13:56:00 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209091356.q89Du0Ps087550@svn.freebsd.org> From: Bryan Drewery Date: Sun, 9 Sep 2012 13:56:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303967 - head/devel/gdb X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 13:56:01 -0000 Author: bdrewery Date: Sun Sep 9 13:56:00 2012 New Revision: 303967 URL: http://svn.freebsd.org/changeset/ports/303967 Log: - Switch readline lib dependency to USE_READLINE to ensure the port version is always used. This also makes portlint happy and still does the right thing. PR: ports/171325 Submitted by: bdrewery Approved by: Luca Pizzamiglio (maintainer) Approved by: eadler (mentor) Modified: head/devel/gdb/Makefile Modified: head/devel/gdb/Makefile ============================================================================== --- head/devel/gdb/Makefile Sun Sep 9 13:54:16 2012 (r303966) +++ head/devel/gdb/Makefile Sun Sep 9 13:56:00 2012 (r303967) @@ -40,10 +40,8 @@ MAN1= gdb${VER}.1 ONLY_FOR_ARCHS= i386 amd64 # untested elsewhere, might work # Forcing to use readline.6 from ports (newer readline in FreeBSD world is not -# compatible anymore). Please ignore portlint here. -LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline -CFLAGS+= -isystem ${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +# compatible anymore). +USE_READLINE= port OPTIONS_DEFINE= DEBUG EXPAT PYTHON THREADS GDB_LINK GDB_LINK_DESC= Create the gdb link From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 15:00:21 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C6F9E106566B; Sun, 9 Sep 2012 15:00:21 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A7C7F8FC0C; Sun, 9 Sep 2012 15:00:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89F0LhR094927; Sun, 9 Sep 2012 15:00:21 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89F0Lx7094924; Sun, 9 Sep 2012 15:00:21 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209091500.q89F0Lx7094924@svn.freebsd.org> From: Wen Heping Date: Sun, 9 Sep 2012 15:00:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303968 - head/graphics/mapserver X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 15:00:21 -0000 Author: wen Date: Sun Sep 9 15:00:21 2012 New Revision: 303968 URL: http://svn.freebsd.org/changeset/ports/303968 Log: - Replace WITH_(PERL|PHP|...) with PORT_OPTIONS:M - Replace USE_APACHE with USE_APACHE_RUN PR: 171468 Submitted by: ohauer@ Modified: head/graphics/mapserver/Makefile head/graphics/mapserver/pkg-plist Modified: head/graphics/mapserver/Makefile ============================================================================== --- head/graphics/mapserver/Makefile Sun Sep 9 13:56:00 2012 (r303967) +++ head/graphics/mapserver/Makefile Sun Sep 9 15:00:21 2012 (r303968) @@ -42,6 +42,25 @@ MAPSERV_DESC= Mapserv cgi interface sup .include +.if ${PORT_OPTIONS:MMAPSERV} +USE_APACHE_RUN= 22+ +PLIST_SUB+= MAPSERV="" +PLIST_DIRSTRY= www/cgi-bin +.else +PLIST_SUB+= MAPSERV="@comment " +.endif + +.if ${PORT_OPTIONS:MPYTHON} +USE_PYTHON= 2.6 +PLIST_SUB+= PYTHON="" +MAP_EGG= MapScript-${PORTVERSION}-${PYTHON_VERSION:S/thon//} +PLIST_SUB+= MAP_EGG=${MAP_EGG} +.else +PLIST_SUB+= PYTHON="@comment " +.endif + +.include + .if ${PORT_OPTIONS:MAGG} LIB_DEPENDS+= agg:${PORTSDIR}/graphics/agg CONFIGURE_ARGS+= --with-agg=${LOCALBASE} --with-freetype=${LOCALBASE} @@ -108,26 +127,16 @@ RUN_BUILDS= ${BUILD_DEPENDS} CONFIGURE_ARGS+= --with-php=${LOCALBASE}/include/php/ PHP_EXTENSION_DIR!= ${LOCALBASE}/bin/php-config --extension-dir | ${SED} -e 's,/usr/local/,,' PLIST_SUB+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR} -PLIST_SUB+= WITH_PHP="" +PLIST_SUB+= PHP="" .else -PLIST_SUB+= WITH_PHP="@comment " +PLIST_SUB+= PHP="@comment " .endif .if ${PORT_OPTIONS:MPERL} USE_PERL5=yes -PLIST_SUB+= WITH_PERL="" -.else -PLIST_SUB+= WITH_PERL="@comment " -.endif - -.if ${PORT_OPTIONS:MPYTHON} -BUILD_DEPENDS+= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python26 -PLIST_SUB+= WITH_PYTHON="" -.include <../../Mk/bsd.python.mk> -MAP_EGG= MapScript-${PORTVERSION}-${PYTHON_VERSION:S/thon//} -PLIST_SUB+= MAP_EGG=${MAP_EGG} +PLIST_SUB+= PERL="" .else -PLIST_SUB+= WITH_PYTHON="@comment " +PLIST_SUB+= PERL="@comment " .endif .if ${PORT_OPTIONS:MCURL} @@ -135,15 +144,6 @@ LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl CONFIGURE_ARGS+= --with-curl=${LOCALBASE} .endif -.if ${PORT_OPTIONS:MMAPSERV} -USE_APACHE= 22+ -.include "${PORTSDIR}/Mk/bsd.apache.mk" -PLIST_SUB+= WITH_MAPSERV="" -PLIST_DIRSTRY= www/cgi-bin -.else -PLIST_SUB+= WITH_MAPSERV="@comment " -.endif - .if ${PORT_OPTIONS:MFASTCGI} BUILD_DEPENDS+= ${LOCALBASE}/bin/cgi-fcgi:${PORTSDIR}/www/fcgi CONFIGURE_ARGS+= --with-fastcgi=${LOCALBASE} @@ -156,13 +156,13 @@ CONFIGURE_ARGS+= --enable-debug PROG_FILES= legend scalebar shp2img shptree shptreetst shptreevis sortshp post-patch: -.if defined(WITH_MING) +.if ${PORT_OPTIONS:MMING} ${REINPLACE_CMD} -e 's#with_ming/include#with_ming/include/ming#g' \ ${WRKSRC}/configure .endif post-build: -.if defined(WITH_PERL) +.if ${PORT_OPTIONS:MPERL} (cd ${WRKSRC}/mapscript/perl && ${PERL5} Makefile.PL && make) .endif @@ -171,27 +171,27 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin .endfor ${INSTALL_SCRIPT} ${WRKSRC}/shp2mysql.pl ${PREFIX}/bin/shp2mysql -.if defined(WITH_MAPSERV) +.if ${PORT_OPTIONS:MMAPSERV} ${MKDIR} ${LOCALBASE}/www/cgi-bin/ ${INSTALL_PROGRAM} ${WRKSRC}/mapserv ${LOCALBASE}/www/cgi-bin/mapserv .endif -.if defined(WITH_PHP) +.if ${PORT_OPTIONS:MPHP} @${MKDIR} ${LOCALBASE}/${PHP_EXTENSION_DIR} ${INSTALL_PROGRAM} ${WRKSRC}/mapscript/php/php_mapscript.so ${LOCALBASE}/${PHP_EXTENSION_DIR}/ .endif -.if defined(WITH_PERL) +.if ${PORT_OPTIONS:MPERL} (cd ${WRKSRC}/mapscript/perl && make install) .endif -.if defined(WITH_PYTHON) +.if ${PORT_OPTIONS:MPYTHON} (cd ${WRKSRC}/mapscript/python && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} setup.py install) .endif post-install: -.if defined(WITH_PHP) +.if ${PORT_OPTIONS:MPHP} @${ECHO_MSG} "Please add the line extension=php_mapscript.so to ${LOCALBASE}/etc/php/extensions.ini" .endif -.include +.include Modified: head/graphics/mapserver/pkg-plist ============================================================================== --- head/graphics/mapserver/pkg-plist Sun Sep 9 13:56:00 2012 (r303967) +++ head/graphics/mapserver/pkg-plist Sun Sep 9 15:00:21 2012 (r303968) @@ -6,17 +6,17 @@ bin/shptree bin/shptreetst bin/shptreevis bin/sortshp -%%WITH_MAPSERV%%www/cgi-bin/mapserv -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/mapscript/mapscript.so -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/mapscript/mapscript.bs -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/mapscript/.packlist -%%WITH_PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/mapscript.pm -%%WITH_PERL%%lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/perllocal.pod -%%WITH_PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/mapscript -%%WITH_PHP%%%%PHP_EXTENSION_DIR%%/php_mapscript.so -%%WITH_PHP%%@dirrmtry %%PHP_EXTENSION_DIR%% -%%WITH_PHP%%@dirrmtry etc/php -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/mapscript.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/mapscript.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/_mapscript.so -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/%%MAP_EGG%%.egg-info +%%MAPSERV%%www/cgi-bin/mapserv +%%PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/mapscript/mapscript.so +%%PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/mapscript/mapscript.bs +%%PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/auto/mapscript/.packlist +%%PERL%%%%SITE_PERL%%/%%PERL_ARCH%%/mapscript.pm +%%PERL%%lib/perl5/%%PERL_VER%%/%%PERL_ARCH%%/perllocal.pod +%%PERL%%@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/mapscript +%%PHP%%%%PHP_EXTENSION_DIR%%/php_mapscript.so +%%PHP%%@dirrmtry %%PHP_EXTENSION_DIR%% +%%PHP%%@dirrmtry etc/php +%%PYTHON%%%%PYTHON_SITELIBDIR%%/mapscript.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/mapscript.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/_mapscript.so +%%PYTHON%%%%PYTHON_SITELIBDIR%%/%%MAP_EGG%%.egg-info From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 15:01:15 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2732B106564A; Sun, 9 Sep 2012 15:01:15 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 12B768FC0A; Sun, 9 Sep 2012 15:01:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89F1E63095109; Sun, 9 Sep 2012 15:01:14 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89F1ELk095107; Sun, 9 Sep 2012 15:01:14 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201209091501.q89F1ELk095107@svn.freebsd.org> From: Beat Gaetzi Date: Sun, 9 Sep 2012 15:01:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303969 - head/cad/brlcad X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 15:01:15 -0000 Author: beat Date: Sun Sep 9 15:01:14 2012 New Revision: 303969 URL: http://svn.freebsd.org/changeset/ports/303969 Log: - Mark BROKEN: does not compile In file included from /usr/local/include/tk8.5/tkInt.h:974, from /ports/cad/brlcad/work/brlcad-7.22.0/src/other/togl/src/togl.c:27: /usr/local/include/tk8.5/tkIntDecls.h:672: error: expected declaration specifiers or '...' before '(' token /usr/local/include/tk8.5/tkIntDecls.h:672: error: conflicting types for 'XClipBox' /usr/local/include/X11/Xutil.h:381: error: previous declaration of 'XClipBox' was here Reported by: pointyhat Modified: head/cad/brlcad/Makefile Modified: head/cad/brlcad/Makefile ============================================================================== --- head/cad/brlcad/Makefile Sun Sep 9 15:00:21 2012 (r303968) +++ head/cad/brlcad/Makefile Sun Sep 9 15:01:14 2012 (r303969) @@ -18,6 +18,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/tnt/ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ rle.1:${PORTSDIR}/graphics/urt +BROKEN= does not compile + USE_BZIP2= yes USE_GL= gl glu USE_XORG= x11 xt xi xproto xext inputproto From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 15:01:34 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EFBD8106564A; Sun, 9 Sep 2012 15:01:34 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D08298FC16; Sun, 9 Sep 2012 15:01:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89F1YkP095267; Sun, 9 Sep 2012 15:01:34 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89F1YXQ095261; Sun, 9 Sep 2012 15:01:34 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209091501.q89F1YXQ095261@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Sep 2012 15:01:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303970 - in head/www: . http_post http_post/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 15:01:35 -0000 Author: swills Date: Sun Sep 9 15:01:34 2012 New Revision: 303970 URL: http://svn.freebsd.org/changeset/ports/303970 Log: Http_post does a POST operation and dumps the results to stdout. This supports ipv6 and https (SSL). WWW: http://www.acme.com/software/http_post/ PR: ports/171492 Submitted by: masaki@club.kyutech.ac.jp Added: head/www/http_post/ head/www/http_post/Makefile (contents, props changed) head/www/http_post/distinfo (contents, props changed) head/www/http_post/files/ head/www/http_post/files/Makefile.bsd (contents, props changed) head/www/http_post/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Sep 9 15:01:14 2012 (r303969) +++ head/www/Makefile Sun Sep 9 15:01:34 2012 (r303970) @@ -337,6 +337,7 @@ SUBDIR += http-analyze SUBDIR += http_get SUBDIR += http_load + SUBDIR += http_post SUBDIR += httpclient SUBDIR += httpcore SUBDIR += httpgrabber Added: head/www/http_post/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/http_post/Makefile Sun Sep 9 15:01:34 2012 (r303970) @@ -0,0 +1,28 @@ +# New ports collection makefile for: http_post +# Date created: 9 Sep 2012 +# Whom: Masaki TAGAWA +# +# $FreeBSD$ +# + +PORTNAME= http_post +PORTVERSION= 1.0.20110118 +CATEGORIES= www ipv6 +MASTER_SITES= http://www.acme.com/software/http_post/ +DISTNAME= ${PORTNAME}_18jan2011 + +MAINTAINER= masaki@club.kyutech.ac.jp +COMMENT= Do a POST operaion and Dump http-contents to stdout + +WRKSRC= ${WRKDIR}/http_post +MAKEFILE= ${FILESDIR}/Makefile.bsd + +MAN1= http_post.1 +MANCOMPRESSED= yes +PLIST_FILES= bin/http_post + +.ifndef NO_OPENSSL +USE_OPENSSL= yes +.endif + +.include Added: head/www/http_post/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/http_post/distinfo Sun Sep 9 15:01:34 2012 (r303970) @@ -0,0 +1,2 @@ +SHA256 (http_post_18jan2011.tar.gz) = 3a000cc417000d7dc92735f17a073df74e82a38ac1d382afe05454d175645559 +SIZE (http_post_18jan2011.tar.gz) = 8136 Added: head/www/http_post/files/Makefile.bsd ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/http_post/files/Makefile.bsd Sun Sep 9 15:01:34 2012 (r303970) @@ -0,0 +1,12 @@ +PROG = http_post +SRCS = http_post.c + +.ifndef NO_OPENSSL +CFLAGS += -DUSE_SSL -I${OPENSSLBASE}/include ${OPENSSL_CFLAGS} +LDFLAGS += -L${OPENSSLBASE}/lib -lssl -lcrypto +.endif + +BINDIR = ${PREFIX}/bin +MANDIR = ${PREFIX}/man/man + +.include Added: head/www/http_post/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/http_post/pkg-descr Sun Sep 9 15:01:34 2012 (r303970) @@ -0,0 +1,4 @@ +Http_post does a POST operation and dumps the results to stdout. This supports +ipv6 and https (SSL). + +WWW: http://www.acme.com/software/http_post/ From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 15:05:21 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CB45F106566C; Sun, 9 Sep 2012 15:05:21 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B6DE88FC12; Sun, 9 Sep 2012 15:05:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89F5Ljp095774; Sun, 9 Sep 2012 15:05:21 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89F5LYD095771; Sun, 9 Sep 2012 15:05:21 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209091505.q89F5LYD095771@svn.freebsd.org> From: Wen Heping Date: Sun, 9 Sep 2012 15:05:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303971 - head/devel/p5-strictures X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 15:05:21 -0000 Author: wen Date: Sun Sep 9 15:05:21 2012 New Revision: 303971 URL: http://svn.freebsd.org/changeset/ports/303971 Log: - Update to 1.004002 Changes: http://cpansearch.perl.org/src/ETHER/strictures-1.004002/Changes Modified: head/devel/p5-strictures/Makefile head/devel/p5-strictures/distinfo Modified: head/devel/p5-strictures/Makefile ============================================================================== --- head/devel/p5-strictures/Makefile Sun Sep 9 15:01:34 2012 (r303970) +++ head/devel/p5-strictures/Makefile Sun Sep 9 15:05:21 2012 (r303971) @@ -6,7 +6,7 @@ # PORTNAME= strictures -PORTVERSION= 1.004001 +PORTVERSION= 1.004002 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ETHER Modified: head/devel/p5-strictures/distinfo ============================================================================== --- head/devel/p5-strictures/distinfo Sun Sep 9 15:01:34 2012 (r303970) +++ head/devel/p5-strictures/distinfo Sun Sep 9 15:05:21 2012 (r303971) @@ -1,2 +1,2 @@ -SHA256 (strictures-1.004001.tar.gz) = 0b5c0ea6d75b74041e73d332bff18cad249f06690bc24bf626ed371c42a267df -SIZE (strictures-1.004001.tar.gz) = 6327 +SHA256 (strictures-1.004002.tar.gz) = dd5aa33aa30456529df01a59c66807a9998ad8226f4f369eec96fe0762454e4d +SIZE (strictures-1.004002.tar.gz) = 8105 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 15:33:38 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D5C91065670; Sun, 9 Sep 2012 15:33:38 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 79AD88FC12; Sun, 9 Sep 2012 15:33:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89FXc1a099058; Sun, 9 Sep 2012 15:33:38 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89FXcxW099056; Sun, 9 Sep 2012 15:33:38 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201209091533.q89FXcxW099056@svn.freebsd.org> From: Beat Gaetzi Date: Sun, 9 Sep 2012 15:33:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303972 - head/editors/fpc-ide X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 15:33:38 -0000 Author: beat Date: Sun Sep 9 15:33:37 2012 New Revision: 303972 URL: http://svn.freebsd.org/changeset/ports/303972 Log: - Mark BROKEN: does not build: gmake: Entering an unknown directory gmake: *** /usr/local/lib/fpc/2.6.0/compiler: No such file or directory. Stop. Reported by: pointyhat Modified: head/editors/fpc-ide/Makefile Modified: head/editors/fpc-ide/Makefile ============================================================================== --- head/editors/fpc-ide/Makefile Sun Sep 9 15:05:21 2012 (r303971) +++ head/editors/fpc-ide/Makefile Sun Sep 9 15:33:37 2012 (r303972) @@ -12,6 +12,8 @@ PKGNAMESUFFIX= -ide MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal integrated IDE/compiler +BROKEN= does not build + USE_FPC= chm fcl-async fcl-base fv gdbint graph ibase hash mysql odbc \ oracle pasjpeg paszlib pthreads postgres regexpr sqlite From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 15:44:26 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F0EF3106564A; Sun, 9 Sep 2012 15:44:26 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DC2548FC0C; Sun, 9 Sep 2012 15:44:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89FiQCP000405; Sun, 9 Sep 2012 15:44:26 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89FiQeC000403; Sun, 9 Sep 2012 15:44:26 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201209091544.q89FiQeC000403@svn.freebsd.org> From: Adam Weinberger Date: Sun, 9 Sep 2012 15:44:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303973 - head/mail/squirrelmail X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 15:44:27 -0000 Author: adamw Date: Sun Sep 9 15:44:26 2012 New Revision: 303973 URL: http://svn.freebsd.org/changeset/ports/303973 Log: Convert the WITH_DATABASE and WITH_LDAP tunables to optionsNG. PR: ports/171092 Modified: head/mail/squirrelmail/Makefile Modified: head/mail/squirrelmail/Makefile ============================================================================== --- head/mail/squirrelmail/Makefile Sun Sep 9 15:33:37 2012 (r303972) +++ head/mail/squirrelmail/Makefile Sun Sep 9 15:44:26 2012 (r303973) @@ -25,13 +25,8 @@ IGNORE_WITH_PHP=5 # known incompatibilit USE_BZIP2= yes USE_GETTEXT= yes -.ifdef WITH_DATABASE -RUN_DEPENDS+= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB -.endif - -.ifdef WITH_LDAP -USE_PHP+= ldap -.endif +OPTIONS_DEFINE= DATABASE LDAP +DATABASE_DESC= PEAR database support (must also intall a driver) .ifndef WITHOUT_WWWDIR SQUIRRELDIR?= ${PREFIX}/www/${PORTNAME} @@ -49,15 +44,26 @@ PORTDOCS= * CONFLICTS= squirreloutlook-[0-9]* +.include + +.if ${PORT_OPTIONS:MDATABASE} +RUN_DEPENDS+= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB +.endif + +.if ${PORT_OPTIONS:MLDAP} +USE_PHP+= ldap +.endif + pre-everything:: @${ECHO_CMD} "SquirrelMail is installed into ${SQUIRRELDIR}" @${ECHO_CMD} "To use the old location ${PREFIX}/${PORTNAME} define" @${ECHO_CMD} "WITHOUT_WWWDIR when patching or installing" @${ECHO_CMD} - @${ECHO_CMD} "Use WITH_LDAP to ensure PHP LDAP support is installed" - @${ECHO_CMD} "Use WITH_DATABASE to ensure PEAR framework for database support is installed" - @${ECHO_CMD} " (note that this does not install the database specific PEAR support, e.g. MySQL)" +.if ${PORT_OPTIONS:MDATABASE} + @${ECHO_CMD} "Note that the PEAR database framework still requires you to install a" + @${ECHO_CMD} "database-specific PEAR driver, e.g. MySQL." @${ECHO_CMD} +.endif post-patch: .ifndef PATCH_DEBUG From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 15:49:18 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61A6C1065672; Sun, 9 Sep 2012 15:49:18 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4D8A58FC0C; Sun, 9 Sep 2012 15:49:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89FnINB001091; Sun, 9 Sep 2012 15:49:18 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89FnIFN001089; Sun, 9 Sep 2012 15:49:18 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201209091549.q89FnIFN001089@svn.freebsd.org> From: Adam Weinberger Date: Sun, 9 Sep 2012 15:49:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303974 - head/mail/squirrelmail X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 15:49:18 -0000 Author: adamw Date: Sun Sep 9 15:49:17 2012 New Revision: 303974 URL: http://svn.freebsd.org/changeset/ports/303974 Log: Remove WITHOUT_WWWDIR. This was a tunable to install into a nonstandard location. It came with a pre-everything message warning you of the change. This happened 8.5 years ago, so I am hoping people have converted over by now. If not, just set SQUIRRELDIR to whatever path you please. This is noted also in the Makefile. Modified: head/mail/squirrelmail/Makefile Modified: head/mail/squirrelmail/Makefile ============================================================================== --- head/mail/squirrelmail/Makefile Sun Sep 9 15:44:26 2012 (r303973) +++ head/mail/squirrelmail/Makefile Sun Sep 9 15:49:17 2012 (r303974) @@ -28,11 +28,8 @@ USE_GETTEXT= yes OPTIONS_DEFINE= DATABASE LDAP DATABASE_DESC= PEAR database support (must also intall a driver) -.ifndef WITHOUT_WWWDIR +# if you were using WITHOUT_WWWDIR, use SQUIRRELDIR=${PREFIX}/${PORTNAME} SQUIRRELDIR?= ${PREFIX}/www/${PORTNAME} -.else -SQUIRRELDIR?= ${PREFIX}/${PORTNAME} -.endif PLIST_SUB= PORTVERSION=${PORTVERSION} \ SQUIRRELDIR="${SQUIRRELDIR:S,^${PREFIX}/,,}" @@ -55,10 +52,6 @@ USE_PHP+= ldap .endif pre-everything:: - @${ECHO_CMD} "SquirrelMail is installed into ${SQUIRRELDIR}" - @${ECHO_CMD} "To use the old location ${PREFIX}/${PORTNAME} define" - @${ECHO_CMD} "WITHOUT_WWWDIR when patching or installing" - @${ECHO_CMD} .if ${PORT_OPTIONS:MDATABASE} @${ECHO_CMD} "Note that the PEAR database framework still requires you to install a" @${ECHO_CMD} "database-specific PEAR driver, e.g. MySQL." From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 15:58:07 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A6CC106566C; Sun, 9 Sep 2012 15:58:07 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0561F8FC12; Sun, 9 Sep 2012 15:58:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89Fw6JV002140; Sun, 9 Sep 2012 15:58:06 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89Fw6x2002137; Sun, 9 Sep 2012 15:58:06 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201209091558.q89Fw6x2002137@svn.freebsd.org> From: Olli Hauer Date: Sun, 9 Sep 2012 15:58:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303975 - head/www/mod_gnutls X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 15:58:07 -0000 Author: ohauer Date: Sun Sep 9 15:58:06 2012 New Revision: 303975 URL: http://svn.freebsd.org/changeset/ports/303975 Log: - add USE_PKGCONFIG=build to unbreak the port Noted by beat@ Modified: head/www/mod_gnutls/Makefile Modified: head/www/mod_gnutls/Makefile ============================================================================== --- head/www/mod_gnutls/Makefile Sun Sep 9 15:49:17 2012 (r303974) +++ head/www/mod_gnutls/Makefile Sun Sep 9 15:58:06 2012 (r303975) @@ -23,6 +23,7 @@ LIB_DEPENDS= gnutls.47:${PORTSDIR}/secur USE_BZIP2= yes USE_AUTOTOOLS= libtool +USE_PKGCONFIG= build USE_APACHE= 22+ GNU_CONFIGURE= yes From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 16:29:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A3C76106566C; Sun, 9 Sep 2012 16:29:31 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 84D148FC0A; Sun, 9 Sep 2012 16:29:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89GTVH0005829; Sun, 9 Sep 2012 16:29:31 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89GTVHX005826; Sun, 9 Sep 2012 16:29:31 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201209091629.q89GTVHX005826@svn.freebsd.org> From: Adam Weinberger Date: Sun, 9 Sep 2012 16:29:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303976 - in head/mail/squirrelmail: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 16:29:31 -0000 Author: adamw Date: Sun Sep 9 16:29:30 2012 New Revision: 303976 URL: http://svn.freebsd.org/changeset/ports/303976 Log: Let bsd.port.mk create users and groups rather than doing it ourselves. Introduces SMUSER/SMGROUP tunables. Modified: head/mail/squirrelmail/Makefile head/mail/squirrelmail/files/pkg-install.in Modified: head/mail/squirrelmail/Makefile ============================================================================== --- head/mail/squirrelmail/Makefile Sun Sep 9 15:58:06 2012 (r303975) +++ head/mail/squirrelmail/Makefile Sun Sep 9 16:29:30 2012 (r303976) @@ -31,11 +31,16 @@ DATABASE_DESC= PEAR database support (mu # if you were using WITHOUT_WWWDIR, use SQUIRRELDIR=${PREFIX}/${PORTNAME} SQUIRRELDIR?= ${PREFIX}/www/${PORTNAME} +SMUSER?= ${WWWOWN} +SMGROUP?= ${WWWGRP} +USERS= ${SMUSER} +GROUPS= ${SMGROUP} + PLIST_SUB= PORTVERSION=${PORTVERSION} \ SQUIRRELDIR="${SQUIRRELDIR:S,^${PREFIX}/,,}" SUB_FILES= pkg-message pkg-install pkg-deinstall -SUB_LIST= SQUIRRELDIR=${SQUIRRELDIR} +SUB_LIST= SQUIRRELDIR=${SQUIRRELDIR} SMUSER=${SMUSER} SMGROUP=${SMGROUP} PORTDOCS= * @@ -109,7 +114,7 @@ do-install: .for DIR in class config data functions help images include locale plugins po src themes @${CP} -rpv ${WRKSRC}/${DIR} ${SQUIRRELDIR} .endfor - ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${SQUIRRELDIR}/data + ${CHOWN} -R ${SMUSER}:${SMGROUP} ${SQUIRRELDIR}/data .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} @${CP} -Rv ${WRKSRC}/doc/* ${DOCSDIR} Modified: head/mail/squirrelmail/files/pkg-install.in ============================================================================== --- head/mail/squirrelmail/files/pkg-install.in Sun Sep 9 15:58:06 2012 (r303975) +++ head/mail/squirrelmail/files/pkg-install.in Sun Sep 9 16:29:30 2012 (r303976) @@ -10,39 +10,13 @@ SQUIRRELDIR=%%SQUIRRELDIR%% case $2 in PRE-INSTALL) - USER=www - GROUP=${USER} - UID=80 - GID=${UID} - - if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then - if pw groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if ! pw usershow "${USER}" 2>/dev/null 1>&2; then - if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -s "/sbin/nologin" -d "/nonexistent" \ - -c "World Wide Web Owner"; \ - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - exit 0 ;; POST-INSTALL) if [ "${PKG_BATCH}" = "NO" ]; then - install -d -o www -g www -m 0755 /var/spool/squirrelmail - install -d -o www -g www -m 0730 /var/spool/squirrelmail/attach - install -d -o www -g www -m 0750 /var/spool/squirrelmail/pref + install -d -o %%SMUSER%% -g %%SMGROUP%% -m 0755 /var/spool/squirrelmail + install -d -o %%SMUSER%% -g %%SMGROUP%% -m 0730 /var/spool/squirrelmail/attach + install -d -o %%SMUSER%% -g %%SMGROUP%% -m 0750 /var/spool/squirrelmail/pref if [ ! -f /var/spool/squirrelmail/pref/default_pref ]; then cp -rp ${SQUIRRELDIR}/data/default_pref \ /var/spool/squirrelmail/pref/default_pref From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 16:31:36 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B20801065670; Sun, 9 Sep 2012 16:31:36 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 925878FC0C; Sun, 9 Sep 2012 16:31:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89GVatM006203; Sun, 9 Sep 2012 16:31:36 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89GVaSX006197; Sun, 9 Sep 2012 16:31:36 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201209091631.q89GVaSX006197@svn.freebsd.org> From: Olivier Duchateau Date: Sun, 9 Sep 2012 16:31:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303977 - in head/graphics: . py-wand py-wand/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 16:31:36 -0000 Author: olivierd Date: Sun Sep 9 16:31:35 2012 New Revision: 303977 URL: http://svn.freebsd.org/changeset/ports/303977 Log: Wand is a ctypes-based MagickWand API binding for Python. Approved by: rene, miwi (mentors) Added: head/graphics/py-wand/ head/graphics/py-wand/Makefile (contents, props changed) head/graphics/py-wand/distinfo (contents, props changed) head/graphics/py-wand/files/ head/graphics/py-wand/files/patch-wand_api.py (contents, props changed) head/graphics/py-wand/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Sep 9 16:29:30 2012 (r303976) +++ head/graphics/Makefile Sun Sep 9 16:31:35 2012 (r303977) @@ -841,6 +841,7 @@ SUBDIR += py-soya3d SUBDIR += py-stl SUBDIR += py-visual + SUBDIR += py-wand SUBDIR += py-webcolors SUBDIR += pygts SUBDIR += pymorph Added: head/graphics/py-wand/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-wand/Makefile Sun Sep 9 16:31:35 2012 (r303977) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= Wand +PORTVERSION= 0.2.1 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= olivierd@FreeBSD.org +COMMENT= MagickWand Python binding + +LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick + +USE_PYTHON= 2.6+ +USE_PYDISTUTILS= easy_install + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% + +post-patch: + @${REINPLACE_CMD} -e "s|cmdclass={'upload_doc': upload_doc}||" \ + ${WRKSRC}/setup.py + +.include Added: head/graphics/py-wand/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-wand/distinfo Sun Sep 9 16:31:35 2012 (r303977) @@ -0,0 +1,2 @@ +SHA256 (Wand-0.2.1.tar.gz) = 202ffe8decfda4f7f29b4ac0043755cfb7bc23ad124ab023db1295ea9ffebdf0 +SIZE (Wand-0.2.1.tar.gz) = 20566 Added: head/graphics/py-wand/files/patch-wand_api.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-wand/files/patch-wand_api.py Sun Sep 9 16:31:35 2012 (r303977) @@ -0,0 +1,11 @@ +--- wand/api.py.orig 2012-08-15 16:39:28.000000000 +0000 ++++ wand/api.py 2012-08-19 10:50:48.000000000 +0000 +@@ -273,6 +273,8 @@ + else: + if platform.system() == 'Darwin': + libc = ctypes.cdll.LoadLibrary('libc.dylib') ++ elif platform.system() == 'FreeBSD': ++ libc = ctypes.cdll.LoadLibrary(ctypes.util.find_library('c')) + else: + libc = ctypes.cdll.LoadLibrary('libc.so.6') + libc.fdopen.argtypes = [ctypes.c_int, ctypes.c_char_p] Added: head/graphics/py-wand/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-wand/pkg-descr Sun Sep 9 16:31:35 2012 (r303977) @@ -0,0 +1,3 @@ +Wand is a ctypes-based simple MagickWand API binding for python. + +WWW: http://dahlia.github.com/wand/ From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 16:32:35 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0208B1065673; Sun, 9 Sep 2012 16:32:35 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E22E38FC17; Sun, 9 Sep 2012 16:32:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89GWY5j006360; Sun, 9 Sep 2012 16:32:34 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89GWYcf006358; Sun, 9 Sep 2012 16:32:34 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201209091632.q89GWYcf006358@svn.freebsd.org> From: Juergen Lock Date: Sun, 9 Sep 2012 16:32:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303978 - head/multimedia/vlc X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 16:32:35 -0000 Author: nox Date: Sun Sep 9 16:32:34 2012 New Revision: 303978 URL: http://svn.freebsd.org/changeset/ports/303978 Log: Mark BROKEN on 7.x . Submitted by: pointyhat via bapt Modified: head/multimedia/vlc/Makefile Modified: head/multimedia/vlc/Makefile ============================================================================== --- head/multimedia/vlc/Makefile Sun Sep 9 16:31:35 2012 (r303977) +++ head/multimedia/vlc/Makefile Sun Sep 9 16:32:34 2012 (r303978) @@ -178,6 +178,10 @@ CONFIGURE_ARGS+=--disable-qt4 .include # OS specific hacks +.if (${OSVERSION} < 800000) +BROKEN= doesn't build on such an old FreeBSD version +.endif + .if (${OSVERSION} < 800040) EXTRA_PATCHES+= ${FILESDIR}/extra-patch-modules__misc__inhibit__xdg.c \ ${FILESDIR}/extra-patch-modules__misc__inhibit__xscreensaver.c From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 16:41:30 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 810351065672; Sun, 9 Sep 2012 16:41:30 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6C5F88FC08; Sun, 9 Sep 2012 16:41:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89GfUtC007380; Sun, 9 Sep 2012 16:41:30 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89GfU9M007378; Sun, 9 Sep 2012 16:41:30 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201209091641.q89GfU9M007378@svn.freebsd.org> From: Adam Weinberger Date: Sun, 9 Sep 2012 16:41:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303979 - head/mail/squirrelmail/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 16:41:30 -0000 Author: adamw Date: Sun Sep 9 16:41:29 2012 New Revision: 303979 URL: http://svn.freebsd.org/changeset/ports/303979 Log: Don't clobber php54's hex2bin(). This resolves a compatability issue between squirrelmail and php54, though others remain. This patch was adapted from the squirrelmail SVN repo. Added: head/mail/squirrelmail/files/patch-plugins-mail_fetch-functions.php (contents, props changed) Added: head/mail/squirrelmail/files/patch-plugins-mail_fetch-functions.php ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/mail/squirrelmail/files/patch-plugins-mail_fetch-functions.php Sun Sep 9 16:41:29 2012 (r303979) @@ -0,0 +1,33 @@ +--- plugins/mail_fetch/functions.php.old 2012-09-08 17:58:39.000000000 -0400 ++++ plugins/mail_fetch/functions.php 2012-09-08 18:01:06.000000000 -0400 +@@ -92,15 +92,22 @@ + return ''; + } + +-function hex2bin( $data ) { +- /* Original code by josh@superfork.com */ ++/** ++ * hex2bin - convert a hexadecimal string into binary ++ * Part of php54, so don't try to clobber it ++ */ ++if ( ! function_exists('hex2bin') ) { ++ function hex2bin( $data ) { + +- $len = strlen($data); +- $newdata = ''; +- for( $i=0; $i < $len; $i += 2 ) { +- $newdata .= pack( "C", hexdec( substr( $data, $i, 2) ) ); +- } +- return $newdata; ++ /* Original code by josh@superfork.com */ ++ ++ $len = strlen($data); ++ $newdata = ''; ++ for( $i=0; $i < $len; $i += 2 ) { ++ $newdata .= pack( "C", hexdec( substr( $data, $i, 2) ) ); ++ } ++ return $newdata; ++ } + } + + function mf_keyED( $txt ) { From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 16:49:44 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 170A81065673; Sun, 9 Sep 2012 16:49:44 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0255F8FC1D; Sun, 9 Sep 2012 16:49:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89Gnhnl008282; Sun, 9 Sep 2012 16:49:43 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89GnhQo008280; Sun, 9 Sep 2012 16:49:43 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201209091649.q89GnhQo008280@svn.freebsd.org> From: Adam Weinberger Date: Sun, 9 Sep 2012 16:49:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303980 - head/mail/squirrelmail X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 16:49:44 -0000 Author: adamw Date: Sun Sep 9 16:49:43 2012 New Revision: 303980 URL: http://svn.freebsd.org/changeset/ports/303980 Log: Use language from WWW to clarify that JS is supported, but not required. Modified: head/mail/squirrelmail/pkg-descr Modified: head/mail/squirrelmail/pkg-descr ============================================================================== --- head/mail/squirrelmail/pkg-descr Sun Sep 9 16:41:29 2012 (r303979) +++ head/mail/squirrelmail/pkg-descr Sun Sep 9 16:49:43 2012 (r303980) @@ -1,6 +1,6 @@ SquirrelMail is a standards-based webmail package written in PHP. It includes built-in pure PHP support for the IMAP and SMTP protocols, -and all pages render in pure HTML 4.0 (with no Javascript) for +and all pages render in pure HTML 4.0 (with no Javascript required) for maximum compatibility across browsers. It has very few requirements and is very easy to configure and install. SquirrelMail has a all the functionality you would want from an email client, including From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 16:53:13 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6601D106564A; Sun, 9 Sep 2012 16:53:13 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 513508FC08; Sun, 9 Sep 2012 16:53:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89GrD72008744; Sun, 9 Sep 2012 16:53:13 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89GrDxo008739; Sun, 9 Sep 2012 16:53:13 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201209091653.q89GrDxo008739@svn.freebsd.org> From: Ryan Steinmetz Date: Sun, 9 Sep 2012 16:53:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303981 - head/net-mgmt/nagios-check_email_delivery X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 16:53:13 -0000 Author: zi Date: Sun Sep 9 16:53:12 2012 New Revision: 303981 URL: http://svn.freebsd.org/changeset/ports/303981 Log: - Update to 0.7.1b Modified: head/net-mgmt/nagios-check_email_delivery/Makefile head/net-mgmt/nagios-check_email_delivery/distinfo head/net-mgmt/nagios-check_email_delivery/pkg-plist Modified: head/net-mgmt/nagios-check_email_delivery/Makefile ============================================================================== --- head/net-mgmt/nagios-check_email_delivery/Makefile Sun Sep 9 16:49:43 2012 (r303980) +++ head/net-mgmt/nagios-check_email_delivery/Makefile Sun Sep 9 16:53:12 2012 (r303981) @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= check_email_delivery -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1b CATEGORIES= net-mgmt MASTER_SITES= http://buhacoff.net/software/check_email_delivery/archive/ \ http://mirrors.rit.edu/zi/ @@ -22,7 +22,11 @@ RUN_DEPENDS= p5-Net-SMTP-TLS>=0:${PORTSD NO_BUILD= yes USE_PERL5_RUN= yes -DOC_FILES= check_email_delivery.html check_email_delivery.pod check_imap_receive.html check_imap_receive.pod check_smtp_send.html check_smtp_send.pod +DOC_FILES= check_email_delivery.html check_email_delivery.pod \ + check_imap_receive.html check_imap_receive.pod \ + check_smtp_send.html check_smtp_send.pod \ + check_imap_quota.html check_imap_quota.pod \ + imap_ssl_cert.html imap_ssl_cert.pod PORTSCOUT= ignore:1 @@ -32,10 +36,14 @@ do-install: @${MKDIR} ${PREFIX}/libexec/nagios ${INSTALL_SCRIPT} ${WRKSRC}/check_email_delivery ${PREFIX}/libexec/nagios/ ${INSTALL_SCRIPT} ${WRKSRC}/check_email_delivery_epn ${PREFIX}/libexec/nagios/ + ${INSTALL_SCRIPT} ${WRKSRC}/check_imap_quota ${PREFIX}/libexec/nagios/ + ${INSTALL_SCRIPT} ${WRKSRC}/check_imap_quota_epn ${PREFIX}/libexec/nagios/ ${INSTALL_SCRIPT} ${WRKSRC}/check_imap_receive ${PREFIX}/libexec/nagios/ ${INSTALL_SCRIPT} ${WRKSRC}/check_imap_receive_epn ${PREFIX}/libexec/nagios/ ${INSTALL_SCRIPT} ${WRKSRC}/check_smtp_send ${PREFIX}/libexec/nagios/ ${INSTALL_SCRIPT} ${WRKSRC}/check_smtp_send_epn ${PREFIX}/libexec/nagios/ + ${INSTALL_SCRIPT} ${WRKSRC}/imap_ssl_cert ${PREFIX}/libexec/nagios/ + ${INSTALL_SCRIPT} ${WRKSRC}/imap_ssl_cert_epn ${PREFIX}/libexec/nagios/ .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOC_FILES} Modified: head/net-mgmt/nagios-check_email_delivery/distinfo ============================================================================== --- head/net-mgmt/nagios-check_email_delivery/distinfo Sun Sep 9 16:49:43 2012 (r303980) +++ head/net-mgmt/nagios-check_email_delivery/distinfo Sun Sep 9 16:53:12 2012 (r303981) @@ -1,2 +1,2 @@ -SHA256 (check_email_delivery-0.7.0.tar.gz) = 132adc4a26a43c48c9b3c813cdb280cbbe5877911d12f8427b6efddbfea72e3d -SIZE (check_email_delivery-0.7.0.tar.gz) = 69766 +SHA256 (check_email_delivery-0.7.1b.tar.gz) = 1c70eb481cc34f626055a3f0b262b392cec5f6e06119e375e7abed388890f1a4 +SIZE (check_email_delivery-0.7.1b.tar.gz) = 85004 Modified: head/net-mgmt/nagios-check_email_delivery/pkg-plist ============================================================================== --- head/net-mgmt/nagios-check_email_delivery/pkg-plist Sun Sep 9 16:49:43 2012 (r303980) +++ head/net-mgmt/nagios-check_email_delivery/pkg-plist Sun Sep 9 16:53:12 2012 (r303981) @@ -1,14 +1,22 @@ libexec/nagios/check_email_delivery libexec/nagios/check_email_delivery_epn +libexec/nagios/check_imap_quota +libexec/nagios/check_imap_quota_epn libexec/nagios/check_imap_receive libexec/nagios/check_imap_receive_epn libexec/nagios/check_smtp_send libexec/nagios/check_smtp_send_epn +libexec/nagios/imap_ssl_cert +libexec/nagios/imap_ssl_cert_epn %%PORTDOCS%%%%DOCSDIR%%/check_email_delivery.html %%PORTDOCS%%%%DOCSDIR%%/check_email_delivery.pod %%PORTDOCS%%%%DOCSDIR%%/check_imap_receive.html %%PORTDOCS%%%%DOCSDIR%%/check_imap_receive.pod +%%PORTDOCS%%%%DOCSDIR%%/check_imap_quota.html +%%PORTDOCS%%%%DOCSDIR%%/check_imap_quota.pod %%PORTDOCS%%%%DOCSDIR%%/check_smtp_send.html %%PORTDOCS%%%%DOCSDIR%%/check_smtp_send.pod +%%PORTDOCS%%%%DOCSDIR%%/imap_ssl_cert.html +%%PORTDOCS%%%%DOCSDIR%%/imap_ssl_cert.pod %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrmtry libexec/nagios From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 17:01:30 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B37911065670; Sun, 9 Sep 2012 17:01:30 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9EBB28FC08; Sun, 9 Sep 2012 17:01:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89H1Uoo009742; Sun, 9 Sep 2012 17:01:30 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89H1UNl009740; Sun, 9 Sep 2012 17:01:30 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201209091701.q89H1UNl009740@svn.freebsd.org> From: Olli Hauer Date: Sun, 9 Sep 2012 17:01:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303982 - head/www/apache22 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 17:01:30 -0000 Author: ohauer Date: Sun Sep 9 17:01:30 2012 New Revision: 303982 URL: http://svn.freebsd.org/changeset/ports/303982 Log: - notice the users that old WITH/WITHOUT parameters are obsolete. Point them to the wiki Thanks to crees@ for this suggestion to implement this direct in the port PR: 171509 Modified: head/www/apache22/Makefile Modified: head/www/apache22/Makefile ============================================================================== --- head/www/apache22/Makefile Sun Sep 9 16:53:12 2012 (r303981) +++ head/www/apache22/Makefile Sun Sep 9 17:01:30 2012 (r303982) @@ -47,6 +47,24 @@ WITH_HTTP_PORT?= 80 MPM_ITK_VERSION?= 20110321-01 .include "${APACHEDIR}/Makefile.options" + +# stop users from using old WITH/WITHOUT parameters +.for opt in ${OPTIONS_DEFINE} +. if defined(WITH_${opt}) || defined(WITHOUT_${opt}) +BROKEN= WITH/WITHOUT parameters are obsolete. \ + The port use the new options NG framework. Please read\ + http://wiki.freebsd.org/Ports/Options/OptionsNG +. endif +.endfor + +.for cat in ${ALL_MODULES_CATEGORIES} +. if defined(WITH_${cat}_MODULES) +BROKEN= WITH/WITHOUT_..._MODULES parameters are obsolete. \ + The port use the new options NG framework. Please read\ + http://wiki.freebsd.org/Ports/Options/OptionsNG +. endif +.endfor + .include .include "${APACHEDIR}/Makefile.doc" From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 17:01:52 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E02571065706; Sun, 9 Sep 2012 17:01:51 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CB33C8FC15; Sun, 9 Sep 2012 17:01:51 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89H1pNB009897; Sun, 9 Sep 2012 17:01:51 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89H1ppL009891; Sun, 9 Sep 2012 17:01:51 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201209091701.q89H1ppL009891@svn.freebsd.org> From: Olivier Duchateau Date: Sun, 9 Sep 2012 17:01:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303983 - in head/devel: . py-gevent-zeromq X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 17:01:52 -0000 Author: olivierd Date: Sun Sep 9 17:01:51 2012 New Revision: 303983 URL: http://svn.freebsd.org/changeset/ports/303983 Log: Gevent compatibility layer for PyZMQ. Approved by: rene, miwi (mentors) Added: head/devel/py-gevent-zeromq/ head/devel/py-gevent-zeromq/Makefile (contents, props changed) head/devel/py-gevent-zeromq/distinfo (contents, props changed) head/devel/py-gevent-zeromq/pkg-descr (contents, props changed) head/devel/py-gevent-zeromq/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Sep 9 17:01:30 2012 (r303982) +++ head/devel/Makefile Sun Sep 9 17:01:51 2012 (r303983) @@ -3292,6 +3292,7 @@ SUBDIR += py-geojson SUBDIR += py-geotypes SUBDIR += py-gevent + SUBDIR += py-gevent-zeromq SUBDIR += py-gflags SUBDIR += py-gitdb SUBDIR += py-gitosis Added: head/devel/py-gevent-zeromq/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-gevent-zeromq/Makefile Sun Sep 9 17:01:51 2012 (r303983) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= gevent-zeromq +PORTVERSION= 0.2.4 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION} + +MAINTAINER= olivierd@FreeBSD.org +COMMENT= Gevent compatibility layer for pyzmq + +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/Cython/__init__.py:${PORTSDIR}/lang/cython +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gevent/__init__.py:${PORTSDIR}/devel/py-gevent \ + ${PYTHON_SITELIBDIR}/zmq/__init__.py:${PORTSDIR}/devel/py-pyzmq + +USE_PYTHON= 2.7 +USE_PYDISTUTILS= yes + +# Avoid warning +post-patch: + @${REINPLACE_CMD} -e 's|install_requires|#install_requires|' \ + ${WRKSRC}/setup.py + +.include Added: head/devel/py-gevent-zeromq/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-gevent-zeromq/distinfo Sun Sep 9 17:01:51 2012 (r303983) @@ -0,0 +1,2 @@ +SHA256 (gevent_zeromq-0.2.4.tar.gz) = 40300dcd7a9596d062425fb4da07a639409c7fc50970e853dc1dc545d5e2922b +SIZE (gevent_zeromq-0.2.4.tar.gz) = 35805 Added: head/devel/py-gevent-zeromq/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-gevent-zeromq/pkg-descr Sun Sep 9 17:01:51 2012 (r303983) @@ -0,0 +1,3 @@ +gevent-zeromq wraps pyzmq to make it compatible with gevent. + +WWW: https://github.com/traviscline/gevent-zeromq Added: head/devel/py-gevent-zeromq/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-gevent-zeromq/pkg-plist Sun Sep 9 17:01:51 2012 (r303983) @@ -0,0 +1,13 @@ +%%PYTHON_SITELIBDIR%%/gevent_zeromq/__init__.py +%%PYTHON_SITELIBDIR%%/gevent_zeromq/__init__.pyc +%%PYTHON_SITELIBDIR%%/gevent_zeromq/__init__.pyo +%%PYTHON_SITELIBDIR%%/gevent_zeromq/core.py +%%PYTHON_SITELIBDIR%%/gevent_zeromq/core.pyc +%%PYTHON_SITELIBDIR%%/gevent_zeromq/core.pyo +%%PYTHON_SITELIBDIR%%/gevent_zeromq/poll.py +%%PYTHON_SITELIBDIR%%/gevent_zeromq/poll.pyc +%%PYTHON_SITELIBDIR%%/gevent_zeromq/poll.pyo +%%PYTHON_SITELIBDIR%%/gevent_zeromq/tests.py +%%PYTHON_SITELIBDIR%%/gevent_zeromq/tests.pyc +%%PYTHON_SITELIBDIR%%/gevent_zeromq/tests.pyo +@dirrm %%PYTHON_SITELIBDIR%%/gevent_zeromq From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 17:07:17 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB245106564A; Sun, 9 Sep 2012 17:07:17 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D6E068FC0C; Sun, 9 Sep 2012 17:07:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89H7HZI010633; Sun, 9 Sep 2012 17:07:17 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89H7HTU010631; Sun, 9 Sep 2012 17:07:17 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201209091707.q89H7HTU010631@svn.freebsd.org> From: Beat Gaetzi Date: Sun, 9 Sep 2012 17:07:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303984 - head/Tools/scripts X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 17:07:18 -0000 Author: beat Date: Sun Sep 9 17:07:17 2012 New Revision: 303984 URL: http://svn.freebsd.org/changeset/ports/303984 Log: - Set fbsd:nokeywords property value to the one recommended by the Ports Subversion Primer. Approved by: mandree@ (maintainer) Modified: head/Tools/scripts/psvn Modified: head/Tools/scripts/psvn ============================================================================== --- head/Tools/scripts/psvn Sun Sep 9 17:01:51 2012 (r303983) +++ head/Tools/scripts/psvn Sun Sep 9 17:07:17 2012 (r303984) @@ -111,7 +111,7 @@ setprop () { "${SVN}" -q -- propdel fbsd:nokeywords "${_file}" ;; 1) # no match - "${SVN}" -q -- propset fbsd:nokeywords 1 "${_file}" + "${SVN}" -q -- propset fbsd:nokeywords yes "${_file}" "${SVN}" -q -- propdel svn:keywords "${_file}" ;; *) # egrep failed From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 17:39:59 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22A01106566C; Sun, 9 Sep 2012 17:39:59 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0C1B28FC08; Sun, 9 Sep 2012 17:39:59 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89HdwFn014317; Sun, 9 Sep 2012 17:39:58 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89HdwGM014315; Sun, 9 Sep 2012 17:39:58 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201209091739.q89HdwGM014315@svn.freebsd.org> From: Beat Gaetzi Date: Sun, 9 Sep 2012 17:39:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303985 - head/audio/jack X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 17:39:59 -0000 Author: beat Date: Sun Sep 9 17:39:58 2012 New Revision: 303985 URL: http://svn.freebsd.org/changeset/ports/303985 Log: - Fix pkg-plist Reported by: pointyhat Approved by: multimedia (bapt) Modified: head/audio/jack/pkg-plist Modified: head/audio/jack/pkg-plist ============================================================================== --- head/audio/jack/pkg-plist Sun Sep 9 17:07:17 2012 (r303984) +++ head/audio/jack/pkg-plist Sun Sep 9 17:39:58 2012 (r303985) @@ -73,6 +73,8 @@ libdata/pkgconfig/jack.pc %%DOCS%%share/jack-audio-connection-kit/reference/html/control_8h.html %%DOCS%%share/jack-audio-connection-kit/reference/html/control_8h_source.html %%DOCS%%share/jack-audio-connection-kit/reference/html/deprecated.html +%%DOCS%%share/jack-audio-connection-kit/reference/html/dir_d611c2c1e1e252f8153c91ce21a161f9.html +%%DOCS%%share/jack-audio-connection-kit/reference/html/dir_3e6ff996e0a05d442d13220a8cf7408f.html %%DOCS%%share/jack-audio-connection-kit/reference/html/doxygen.css %%DOCS%%share/jack-audio-connection-kit/reference/html/doxygen.png %%DOCS%%share/jack-audio-connection-kit/reference/html/files.html From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 18:05:16 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 710B3106566C; Sun, 9 Sep 2012 18:05:16 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 424A18FC08; Sun, 9 Sep 2012 18:05:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89I5GSj017144; Sun, 9 Sep 2012 18:05:16 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89I5Goh017140; Sun, 9 Sep 2012 18:05:16 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201209091805.q89I5Goh017140@svn.freebsd.org> From: Olli Hauer Date: Sun, 9 Sep 2012 18:05:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303986 - in head: devel/p5-Log-Dispatch www/p5-HTML-Mason www/wwwstat X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 18:05:16 -0000 Author: ohauer Date: Sun Sep 9 18:05:15 2012 New Revision: 303986 URL: http://svn.freebsd.org/changeset/ports/303986 Log: - s/USE_APACHE/USE_APACHE_RUN/ with hat apache@ Modified: head/devel/p5-Log-Dispatch/Makefile head/www/p5-HTML-Mason/Makefile head/www/wwwstat/Makefile Modified: head/devel/p5-Log-Dispatch/Makefile ============================================================================== --- head/devel/p5-Log-Dispatch/Makefile Sun Sep 9 17:39:58 2012 (r303985) +++ head/devel/p5-Log-Dispatch/Makefile Sun Sep 9 18:05:15 2012 (r303986) @@ -1,9 +1,4 @@ -# New ports collection makefile for: devel/p5-Log-Dispatch -# Date created: 17 May 2001 -# Whom: Anton Berezin -# # $FreeBSD$ -# PORTNAME= Log-Dispatch PORTVERSION= 2.32 @@ -50,7 +45,7 @@ MAIL_SENDER_DESC= Mail::Sender support .include .if ${PORT_OPTIONS:MAPACHELOG} -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ .endif .include Modified: head/www/p5-HTML-Mason/Makefile ============================================================================== --- head/www/p5-HTML-Mason/Makefile Sun Sep 9 17:39:58 2012 (r303985) +++ head/www/p5-HTML-Mason/Makefile Sun Sep 9 18:05:15 2012 (r303986) @@ -1,9 +1,4 @@ -# New ports collection makefile for: HTML-Mason -# Date created: 31 May 2000 -# Whom: Denis Shaposhnikov -# # $FreeBSD$ -# PORTNAME= HTML-Mason PORTVERSION= 1.50 @@ -73,7 +68,7 @@ post-install: .if ${PORT_OPTIONS:MMODPERL} RUN_DEPENDS+= p5-libapreq2>=0:${PORTSDIR}/www/p5-libapreq2 -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ .endif .include Modified: head/www/wwwstat/Makefile ============================================================================== --- head/www/wwwstat/Makefile Sun Sep 9 17:39:58 2012 (r303985) +++ head/www/wwwstat/Makefile Sun Sep 9 18:05:15 2012 (r303986) @@ -1,9 +1,4 @@ -# New ports collection makefile for: wwwstat -# Date created: 1997-04-02 -# Whom: Andreas Klemm -# # $FreeBSD$ -# PORTNAME= wwwstat PORTVERSION= 2.01 @@ -21,7 +16,7 @@ COMMENT= Webserver logfile analysis pack MAKE_JOBS_SAFE= yes -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ USE_PERL5= yes MAKE_ENV+= PERL5=${PERL5} From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 18:36:39 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD3A6106564A; Sun, 9 Sep 2012 18:36:39 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C87848FC16; Sun, 9 Sep 2012 18:36:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89IadUo020574; Sun, 9 Sep 2012 18:36:39 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89IadVu020571; Sun, 9 Sep 2012 18:36:39 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201209091836.q89IadVu020571@svn.freebsd.org> From: Gerald Pfeifer Date: Sun, 9 Sep 2012 18:36:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303987 - head/lang/gcc47 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 18:36:40 -0000 Author: gerald Date: Sun Sep 9 18:36:39 2012 New Revision: 303987 URL: http://svn.freebsd.org/changeset/ports/303987 Log: Update to the 20120908 snapshot of GCC 4.7.2. Modified: head/lang/gcc47/Makefile head/lang/gcc47/distinfo Modified: head/lang/gcc47/Makefile ============================================================================== --- head/lang/gcc47/Makefile Sun Sep 9 18:05:15 2012 (r303986) +++ head/lang/gcc47/Makefile Sun Sep 9 18:36:39 2012 (r303987) @@ -7,7 +7,7 @@ # PORTNAME= gcc -PORTVERSION= 4.7.2.20120825 +PORTVERSION= 4.7.2.20120908 CATEGORIES= lang java MASTER_SITES= ${MASTER_SITE_GCC} MASTER_SITE_SUBDIR= snapshots/${VERSIONSTRING} Modified: head/lang/gcc47/distinfo ============================================================================== --- head/lang/gcc47/distinfo Sun Sep 9 18:05:15 2012 (r303986) +++ head/lang/gcc47/distinfo Sun Sep 9 18:36:39 2012 (r303987) @@ -1,2 +1,2 @@ -SHA256 (gcc-4.7-20120825.tar.bz2) = 3c7ea0b4505b264b51adc97c06872cb1ec8f073e85c29f7024eeeb9bdfa7f729 -SIZE (gcc-4.7-20120825.tar.bz2) = 78873849 +SHA256 (gcc-4.7-20120908.tar.bz2) = 7973e8e281c8b93345a887a6d33bb89aebc9a2696dc07e63bfa2f705a643766e +SIZE (gcc-4.7-20120908.tar.bz2) = 78878370 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 19:18:05 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD49D1065670; Sun, 9 Sep 2012 19:18:05 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9ECB68FC15; Sun, 9 Sep 2012 19:18:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89JI5CP025316; Sun, 9 Sep 2012 19:18:05 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89JI5ME025314; Sun, 9 Sep 2012 19:18:05 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201209091918.q89JI5ME025314@svn.freebsd.org> From: Cy Schubert Date: Sun, 9 Sep 2012 19:18:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303988 - head/sysutils X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 19:18:05 -0000 Author: cy Date: Sun Sep 9 19:18:05 2012 New Revision: 303988 URL: http://svn.freebsd.org/changeset/ports/303988 Log: Add syslog-ng-rc. Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun Sep 9 18:36:39 2012 (r303987) +++ head/sysutils/Makefile Sun Sep 9 19:18:05 2012 (r303988) @@ -898,6 +898,7 @@ SUBDIR += syslinux SUBDIR += syslog-ng SUBDIR += syslog-ng-devel + SUBDIR += syslog-ng-rc SUBDIR += syslog-ng2 SUBDIR += syslogger SUBDIR += sysrc From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 20:46:36 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5FDD106566B; Sun, 9 Sep 2012 20:46:36 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B20518FC08; Sun, 9 Sep 2012 20:46:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89KkaA1035188; Sun, 9 Sep 2012 20:46:36 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89Kkajv035185; Sun, 9 Sep 2012 20:46:36 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209092046.q89Kkajv035185@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Sep 2012 20:46:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303989 - head/net/p5-Net-SFTP-Foreign X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 20:46:36 -0000 Author: swills Date: Sun Sep 9 20:46:36 2012 New Revision: 303989 URL: http://svn.freebsd.org/changeset/ports/303989 Log: - Update to 1.73 PR: ports/171067 Approved by: maintainer timeout (numisemis@yahoo.com, >2 weeks) Modified: head/net/p5-Net-SFTP-Foreign/Makefile (contents, props changed) head/net/p5-Net-SFTP-Foreign/distinfo (contents, props changed) Modified: head/net/p5-Net-SFTP-Foreign/Makefile ============================================================================== --- head/net/p5-Net-SFTP-Foreign/Makefile Sun Sep 9 19:18:05 2012 (r303988) +++ head/net/p5-Net-SFTP-Foreign/Makefile Sun Sep 9 20:46:36 2012 (r303989) @@ -6,7 +6,7 @@ # PORTNAME= Net-SFTP-Foreign -PORTVERSION= 1.71 +PORTVERSION= 1.73 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-Net-SFTP-Foreign/distinfo ============================================================================== --- head/net/p5-Net-SFTP-Foreign/distinfo Sun Sep 9 19:18:05 2012 (r303988) +++ head/net/p5-Net-SFTP-Foreign/distinfo Sun Sep 9 20:46:36 2012 (r303989) @@ -1,2 +1,2 @@ -SHA256 (Net-SFTP-Foreign-1.71.tar.gz) = 732b19a371d9756f40a84b459f816e63717303591f44991ad185abafa921da0a -SIZE (Net-SFTP-Foreign-1.71.tar.gz) = 154230 +SHA256 (Net-SFTP-Foreign-1.73.tar.gz) = 97330ca61ce26bac0050271f40ca7667eaf9a2ea3ef11677b6bf0ca149833fb2 +SIZE (Net-SFTP-Foreign-1.73.tar.gz) = 156888 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 20:50:46 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4753B106566B; Sun, 9 Sep 2012 20:50:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 295EE8FC0C; Sun, 9 Sep 2012 20:50:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89KojV6035716; Sun, 9 Sep 2012 20:50:45 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89KojfC035712; Sun, 9 Sep 2012 20:50:45 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209092050.q89KojfC035712@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Sep 2012 20:50:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303990 - head/net/p5-Net-Frame-Layer-ICMPv6 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 20:50:46 -0000 Author: swills Date: Sun Sep 9 20:50:45 2012 New Revision: 303990 URL: http://svn.freebsd.org/changeset/ports/303990 Log: - Update to 1.06 PR: ports/171068 Approved by: maintainer timeout (spry@anarchy.in.the.ph, >2 weeks) Modified: head/net/p5-Net-Frame-Layer-ICMPv6/Makefile (contents, props changed) head/net/p5-Net-Frame-Layer-ICMPv6/distinfo (contents, props changed) head/net/p5-Net-Frame-Layer-ICMPv6/pkg-plist (contents, props changed) Modified: head/net/p5-Net-Frame-Layer-ICMPv6/Makefile ============================================================================== --- head/net/p5-Net-Frame-Layer-ICMPv6/Makefile Sun Sep 9 20:46:36 2012 (r303989) +++ head/net/p5-Net-Frame-Layer-ICMPv6/Makefile Sun Sep 9 20:50:45 2012 (r303990) @@ -6,7 +6,7 @@ # PORTNAME= Net-Frame-Layer-ICMPv6 -PORTVERSION= 1.05 +PORTVERSION= 1.06 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,11 +23,15 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= Net::Frame::Layer::ICMPv6.3 \ + Net::Frame::Layer::ICMPv6::DestUnreach.3 \ Net::Frame::Layer::ICMPv6::Echo.3 \ Net::Frame::Layer::ICMPv6::Option.3 \ + Net::Frame::Layer::ICMPv6::ParameterProblem.3 \ Net::Frame::Layer::ICMPv6::NeighborAdvertisement.3 \ Net::Frame::Layer::ICMPv6::NeighborSolicitation.3 \ Net::Frame::Layer::ICMPv6::RouterAdvertisement.3 \ - Net::Frame::Layer::ICMPv6::RouterSolicitation.3 + Net::Frame::Layer::ICMPv6::RouterSolicitation.3 \ + Net::Frame::Layer::ICMPv6::TimeExceed.3 \ + Net::Frame::Layer::ICMPv6::TooBig.3 .include Modified: head/net/p5-Net-Frame-Layer-ICMPv6/distinfo ============================================================================== --- head/net/p5-Net-Frame-Layer-ICMPv6/distinfo Sun Sep 9 20:46:36 2012 (r303989) +++ head/net/p5-Net-Frame-Layer-ICMPv6/distinfo Sun Sep 9 20:50:45 2012 (r303990) @@ -1,2 +1,2 @@ -SHA256 (Net-Frame-Layer-ICMPv6-1.05.tar.gz) = d21ec38d0238472387d56da3a8b3335ce2e756fb51fa2dca14e0b07e73a97020 -SIZE (Net-Frame-Layer-ICMPv6-1.05.tar.gz) = 11271 +SHA256 (Net-Frame-Layer-ICMPv6-1.06.tar.gz) = e52c1104a921347f5cada508bc1cbc58ea3dac6aa6c596cb58b7e26d6732459d +SIZE (Net-Frame-Layer-ICMPv6-1.06.tar.gz) = 12665 Modified: head/net/p5-Net-Frame-Layer-ICMPv6/pkg-plist ============================================================================== --- head/net/p5-Net-Frame-Layer-ICMPv6/pkg-plist Sun Sep 9 20:46:36 2012 (r303989) +++ head/net/p5-Net-Frame-Layer-ICMPv6/pkg-plist Sun Sep 9 20:50:45 2012 (r303990) @@ -1,11 +1,15 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Frame/Layer/ICMPv6/.packlist %%SITE_PERL%%/Net/Frame/Layer/ICMPv6.pm +%%SITE_PERL%%/Net/Frame/Layer/ICMPv6/DestUnreach.pm %%SITE_PERL%%/Net/Frame/Layer/ICMPv6/Echo.pm %%SITE_PERL%%/Net/Frame/Layer/ICMPv6/NeighborAdvertisement.pm %%SITE_PERL%%/Net/Frame/Layer/ICMPv6/NeighborSolicitation.pm %%SITE_PERL%%/Net/Frame/Layer/ICMPv6/Option.pm %%SITE_PERL%%/Net/Frame/Layer/ICMPv6/RouterAdvertisement.pm %%SITE_PERL%%/Net/Frame/Layer/ICMPv6/RouterSolicitation.pm +%%SITE_PERL%%/Net/Frame/Layer/ICMPv6/ParameterProblem.pm +%%SITE_PERL%%/Net/Frame/Layer/ICMPv6/TooBig.pm +%%SITE_PERL%%/Net/Frame/Layer/ICMPv6/TimeExceed.pm @dirrm %%SITE_PERL%%/Net/Frame/Layer/ICMPv6 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Frame/Layer/ICMPv6 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Frame/Layer From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 20:51:59 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9BECD106566B; Sun, 9 Sep 2012 20:51:59 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6EB678FC08; Sun, 9 Sep 2012 20:51:59 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89KpxgL035923; Sun, 9 Sep 2012 20:51:59 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89KpxLY035919; Sun, 9 Sep 2012 20:51:59 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209092051.q89KpxLY035919@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Sep 2012 20:51:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303991 - head/net/p5-Net-Frame-Layer-IPv6 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 20:51:59 -0000 Author: swills Date: Sun Sep 9 20:51:58 2012 New Revision: 303991 URL: http://svn.freebsd.org/changeset/ports/303991 Log: - Update to 1.04 PR: ports/171069 Approved by: maintainer timeout (spry@anarchy.in.the.ph, >2 weeks) Modified: head/net/p5-Net-Frame-Layer-IPv6/Makefile (contents, props changed) head/net/p5-Net-Frame-Layer-IPv6/distinfo (contents, props changed) head/net/p5-Net-Frame-Layer-IPv6/pkg-plist (contents, props changed) Modified: head/net/p5-Net-Frame-Layer-IPv6/Makefile ============================================================================== --- head/net/p5-Net-Frame-Layer-IPv6/Makefile Sun Sep 9 20:50:45 2012 (r303990) +++ head/net/p5-Net-Frame-Layer-IPv6/Makefile Sun Sep 9 20:51:58 2012 (r303991) @@ -6,7 +6,7 @@ # PORTNAME= Net-Frame-Layer-IPv6 -PORTVERSION= 1.02 +PORTVERSION= 1.04 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,6 +22,8 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -MAN3= Net::Frame::Layer::IPv6.3 +MAN3= Net::Frame::Layer::IPv6.3 \ + Net::Frame::Layer::IPv6::Fragment.3 \ + Net::Frame::Layer::IPv6::Routing.3 .include Modified: head/net/p5-Net-Frame-Layer-IPv6/distinfo ============================================================================== --- head/net/p5-Net-Frame-Layer-IPv6/distinfo Sun Sep 9 20:50:45 2012 (r303990) +++ head/net/p5-Net-Frame-Layer-IPv6/distinfo Sun Sep 9 20:51:58 2012 (r303991) @@ -1,2 +1,2 @@ -SHA256 (Net-Frame-Layer-IPv6-1.02.tar.gz) = 97a9c55a49ef934d029b06751d7ca7abb22e888f880a7c6ce61e6b0208a715b6 -SIZE (Net-Frame-Layer-IPv6-1.02.tar.gz) = 7186 +SHA256 (Net-Frame-Layer-IPv6-1.04.tar.gz) = 1bd214fa35d0cd6eb663cf1b891249117c8f0cac16b45a9ac621ffecf9f1297c +SIZE (Net-Frame-Layer-IPv6-1.04.tar.gz) = 11177 Modified: head/net/p5-Net-Frame-Layer-IPv6/pkg-plist ============================================================================== --- head/net/p5-Net-Frame-Layer-IPv6/pkg-plist Sun Sep 9 20:50:45 2012 (r303990) +++ head/net/p5-Net-Frame-Layer-IPv6/pkg-plist Sun Sep 9 20:51:58 2012 (r303991) @@ -1,7 +1,10 @@ +%%SITE_PERL%%/Net/Frame/Layer/IPv6/Fragment.pm +%%SITE_PERL%%/Net/Frame/Layer/IPv6/Routing.pm %%SITE_PERL%%/Net/Frame/Layer/IPv6.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Frame/Layer/IPv6/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Frame/Layer/IPv6 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Frame/Layer @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Frame +@dirrmtry %%SITE_PERL%%/Net/Frame/Layer/IPv6 @dirrmtry %%SITE_PERL%%/Net/Frame/Layer @dirrmtry %%SITE_PERL%%/Net/Frame From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 20:53:27 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9678106564A; Sun, 9 Sep 2012 20:53:27 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9523A8FC08; Sun, 9 Sep 2012 20:53:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89KrRrT036143; Sun, 9 Sep 2012 20:53:27 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89KrRKr036140; Sun, 9 Sep 2012 20:53:27 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209092053.q89KrRKr036140@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Sep 2012 20:53:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303992 - head/graphics/p5-Imager-Graph X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 20:53:27 -0000 Author: swills Date: Sun Sep 9 20:53:27 2012 New Revision: 303992 URL: http://svn.freebsd.org/changeset/ports/303992 Log: - Update to 0.10 PR: ports/171075 Approved by: maintainer timeout(ychsiao@ychsiao.org, >2 weeks) Modified: head/graphics/p5-Imager-Graph/Makefile (contents, props changed) head/graphics/p5-Imager-Graph/distinfo (contents, props changed) Modified: head/graphics/p5-Imager-Graph/Makefile ============================================================================== --- head/graphics/p5-Imager-Graph/Makefile Sun Sep 9 20:51:58 2012 (r303991) +++ head/graphics/p5-Imager-Graph/Makefile Sun Sep 9 20:53:27 2012 (r303992) @@ -6,8 +6,7 @@ # PORTNAME= Imager-Graph -PORTVERSION= 0.09 -PORTREVISION= 1 +PORTVERSION= 0.10 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/graphics/p5-Imager-Graph/distinfo ============================================================================== --- head/graphics/p5-Imager-Graph/distinfo Sun Sep 9 20:51:58 2012 (r303991) +++ head/graphics/p5-Imager-Graph/distinfo Sun Sep 9 20:53:27 2012 (r303992) @@ -1,2 +1,2 @@ -SHA256 (Imager-Graph-0.09.tar.gz) = 51eeff43347bab423a0fe1b61676640405128569d9536825f0f9970cee948984 -SIZE (Imager-Graph-0.09.tar.gz) = 292253 +SHA256 (Imager-Graph-0.10.tar.gz) = ad6c88a073a80662960714eeec4f5c2096f41aa4ac331ea9b7dbcff6fb94c448 +SIZE (Imager-Graph-0.10.tar.gz) = 262093 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 20:58:55 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 36E43106564A; Sun, 9 Sep 2012 20:58:55 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 221AB8FC19; Sun, 9 Sep 2012 20:58:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89Kwsb9036784; Sun, 9 Sep 2012 20:58:54 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89KwsuM036781; Sun, 9 Sep 2012 20:58:54 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209092058.q89KwsuM036781@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Sep 2012 20:58:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303993 - head/devel/p5-threads-shared X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 20:58:55 -0000 Author: swills Date: Sun Sep 9 20:58:54 2012 New Revision: 303993 URL: http://svn.freebsd.org/changeset/ports/303993 Log: - Update to 1.40 PR: ports/171091 Approved by: maintainer timeout (ruben@verweg.com, >2 weeks) Modified: head/devel/p5-threads-shared/Makefile (contents, props changed) head/devel/p5-threads-shared/distinfo (contents, props changed) Modified: head/devel/p5-threads-shared/Makefile ============================================================================== --- head/devel/p5-threads-shared/Makefile Sun Sep 9 20:53:27 2012 (r303992) +++ head/devel/p5-threads-shared/Makefile Sun Sep 9 20:58:54 2012 (r303993) @@ -6,7 +6,7 @@ # PORTNAME= threads-shared -PORTVERSION= 1.39 +PORTVERSION= 1.40 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JDHEDDEN Modified: head/devel/p5-threads-shared/distinfo ============================================================================== --- head/devel/p5-threads-shared/distinfo Sun Sep 9 20:53:27 2012 (r303992) +++ head/devel/p5-threads-shared/distinfo Sun Sep 9 20:58:54 2012 (r303993) @@ -1,2 +1,2 @@ -SHA256 (threads-shared-1.39.tar.gz) = 124fdfe1f9342f68aace0d874bf94311ecc1d25fc690fd233f8a26ba5b530060 -SIZE (threads-shared-1.39.tar.gz) = 93527 +SHA256 (threads-shared-1.40.tar.gz) = 13018be285760f92e4595163a7b26e00de92c10de12659d7b74f14d605fd4c7a +SIZE (threads-shared-1.40.tar.gz) = 93792 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 20:59:44 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E4BB21065670; Sun, 9 Sep 2012 20:59:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B76978FC1A; Sun, 9 Sep 2012 20:59:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89KxiEc036944; Sun, 9 Sep 2012 20:59:44 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89KxiBv036940; Sun, 9 Sep 2012 20:59:44 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209092059.q89KxiBv036940@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Sep 2012 20:59:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303994 - head/devel/p5-Thread-Cancel X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 20:59:45 -0000 Author: swills Date: Sun Sep 9 20:59:44 2012 New Revision: 303994 URL: http://svn.freebsd.org/changeset/ports/303994 Log: - Update to 1.13 PR: ports/171089 Approved by: maintainer timeout (ruben@verweg.com, >2 weeks) Modified: head/devel/p5-Thread-Cancel/Makefile (contents, props changed) head/devel/p5-Thread-Cancel/distinfo (contents, props changed) head/devel/p5-Thread-Cancel/pkg-plist (contents, props changed) Modified: head/devel/p5-Thread-Cancel/Makefile ============================================================================== --- head/devel/p5-Thread-Cancel/Makefile Sun Sep 9 20:58:54 2012 (r303993) +++ head/devel/p5-Thread-Cancel/Makefile Sun Sep 9 20:59:44 2012 (r303994) @@ -6,7 +6,7 @@ # PORTNAME= Thread-Cancel -PORTVERSION= 1.11 +PORTVERSION= 1.13 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Thread-Cancel/distinfo ============================================================================== --- head/devel/p5-Thread-Cancel/distinfo Sun Sep 9 20:58:54 2012 (r303993) +++ head/devel/p5-Thread-Cancel/distinfo Sun Sep 9 20:59:44 2012 (r303994) @@ -1,2 +1,2 @@ -SHA256 (Thread-Cancel-1.11.tar.gz) = 50ae0faa0e2bcfee5fa44e8a3763d48f8c7bc46e31fc02d80665e1bf641ff09a -SIZE (Thread-Cancel-1.11.tar.gz) = 5580 +SHA256 (Thread-Cancel-1.13.tar.gz) = 8ae70f61ed539ca99f711d5d3d656bc211d69560429b394cd08a5d3dde4f5e5f +SIZE (Thread-Cancel-1.13.tar.gz) = 5519 Modified: head/devel/p5-Thread-Cancel/pkg-plist ============================================================================== --- head/devel/p5-Thread-Cancel/pkg-plist Sun Sep 9 20:58:54 2012 (r303993) +++ head/devel/p5-Thread-Cancel/pkg-plist Sun Sep 9 20:59:44 2012 (r303994) @@ -1,6 +1,5 @@ %%SITE_PERL%%/Thread/Cancel.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Thread/Cancel/.packlist -@dirrmtry %%SITE_PERL%%/Thread/Cancel @dirrmtry %%SITE_PERL%%/Thread @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Thread/Cancel @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Thread From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 21:00:34 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22DA21065670; Sun, 9 Sep 2012 21:00:34 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0F1C28FC1F; Sun, 9 Sep 2012 21:00:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89L0XdK037108; Sun, 9 Sep 2012 21:00:33 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89L0XTW037105; Sun, 9 Sep 2012 21:00:33 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209092100.q89L0XTW037105@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Sep 2012 21:00:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303995 - head/devel/p5-Thread-Suspend X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 21:00:34 -0000 Author: swills Date: Sun Sep 9 21:00:33 2012 New Revision: 303995 URL: http://svn.freebsd.org/changeset/ports/303995 Log: - Update to 1.21 PR: ports/171090 Approved by: maintainer timeout (ruben@verweg.com, >2 weeks) Modified: head/devel/p5-Thread-Suspend/Makefile (contents, props changed) head/devel/p5-Thread-Suspend/distinfo (contents, props changed) Modified: head/devel/p5-Thread-Suspend/Makefile ============================================================================== --- head/devel/p5-Thread-Suspend/Makefile Sun Sep 9 20:59:44 2012 (r303994) +++ head/devel/p5-Thread-Suspend/Makefile Sun Sep 9 21:00:33 2012 (r303995) @@ -6,7 +6,7 @@ # PORTNAME= Thread-Suspend -PORTVERSION= 1.19 +PORTVERSION= 1.21 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Thread Modified: head/devel/p5-Thread-Suspend/distinfo ============================================================================== --- head/devel/p5-Thread-Suspend/distinfo Sun Sep 9 20:59:44 2012 (r303994) +++ head/devel/p5-Thread-Suspend/distinfo Sun Sep 9 21:00:33 2012 (r303995) @@ -1,2 +1,2 @@ -SHA256 (Thread-Suspend-1.19.tar.gz) = e0f5e27229a2fc731e07c39eb715d8cb19e82b9fa8705275de6540461a9954c7 -SIZE (Thread-Suspend-1.19.tar.gz) = 7484 +SHA256 (Thread-Suspend-1.21.tar.gz) = f86ee8c438a52fbc835a965652f5c3f1c591ae79310c805ca8461ccbae3dbe18 +SIZE (Thread-Suspend-1.21.tar.gz) = 7458 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 21:03:25 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DE547106566B; Sun, 9 Sep 2012 21:03:25 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CAB748FC08; Sun, 9 Sep 2012 21:03:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89L3PR3037530; Sun, 9 Sep 2012 21:03:25 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89L3PgH037527; Sun, 9 Sep 2012 21:03:25 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201209092103.q89L3PgH037527@svn.freebsd.org> From: Emanuel Haupt Date: Sun, 9 Sep 2012 21:03:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303996 - head/editors/dhex X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 21:03:26 -0000 Author: ehaupt Date: Sun Sep 9 21:03:25 2012 New Revision: 303996 URL: http://svn.freebsd.org/changeset/ports/303996 Log: - Update to 0.68 - Remove deprecated header information Modified: head/editors/dhex/Makefile head/editors/dhex/distinfo Modified: head/editors/dhex/Makefile ============================================================================== --- head/editors/dhex/Makefile Sun Sep 9 21:00:33 2012 (r303995) +++ head/editors/dhex/Makefile Sun Sep 9 21:03:25 2012 (r303996) @@ -1,12 +1,7 @@ -# New ports collection makefile for: dhex -# Date created: 23 Jan 2011 -# Whom: Emanuel Haupt -# # $FreeBSD$ -# PORTNAME= dhex -PORTVERSION= 0.67 +PORTVERSION= 0.68 CATEGORIES= editors MASTER_SITES= http://www.dettus.net/dhex/ \ CRITICAL Modified: head/editors/dhex/distinfo ============================================================================== --- head/editors/dhex/distinfo Sun Sep 9 21:00:33 2012 (r303995) +++ head/editors/dhex/distinfo Sun Sep 9 21:03:25 2012 (r303996) @@ -1,2 +1,2 @@ -SHA256 (dhex_0.67.tar.gz) = 89f9c7e039ac7199cea1bdeffca200b40bba454817dc9a2fc8ccb2f21a910e71 -SIZE (dhex_0.67.tar.gz) = 56687 +SHA256 (dhex_0.68.tar.gz) = 126c34745b48a07448cfe36fe5913d37ec562ad72d3f732b99bd40f761f4da08 +SIZE (dhex_0.68.tar.gz) = 58602 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 21:12:47 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EABDE1065678; Sun, 9 Sep 2012 21:12:47 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BE8F28FC15; Sun, 9 Sep 2012 21:12:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89LClmN038636; Sun, 9 Sep 2012 21:12:47 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89LCl4D038634; Sun, 9 Sep 2012 21:12:47 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201209092112.q89LCl4D038634@svn.freebsd.org> From: Emanuel Haupt Date: Sun, 9 Sep 2012 21:12:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303997 - head/security/vpnc X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 21:12:48 -0000 Author: ehaupt Date: Sun Sep 9 21:12:47 2012 New Revision: 303997 URL: http://svn.freebsd.org/changeset/ports/303997 Log: - Use OPTIONSng - Remove deprecated header information Modified: head/security/vpnc/Makefile Modified: head/security/vpnc/Makefile ============================================================================== --- head/security/vpnc/Makefile Sun Sep 9 21:03:25 2012 (r303996) +++ head/security/vpnc/Makefile Sun Sep 9 21:12:47 2012 (r303997) @@ -1,9 +1,4 @@ -# New ports collection makefile for: vpnc -# Date created: 15 December 2003 -# Whom: Christian Lackas -# # $FreeBSD$ -# PORTNAME= vpnc PORTVERSION= 0.5.3 @@ -28,15 +23,18 @@ ALL_TARGET= all PORTDOCS= README TODO MAN8= vpnc.8 -OPTIONS+= DECRYPT "cisco-decypt password decrypt utility" on -OPTIONS+= SSL "OpenSSL certificate support (hybrid only)" off -OPTIONS+= CISCOVERSION "Mask linux presentation string" off - MAKE_ENV+= BINS="${EXTRABUILDS}" -.include +OPTIONS_DEFINE= DECRYPT SSL CISCOVERSION + +DECRYPT_DESC= cisco-decypt password decrypt utility +CISCOVERSION_DESC= Mask linux presentation string + +OPTIONS_DEFAULT=DECRYPT + +.include -.if defined(WITH_DECRYPT) +.if ${PORT_OPTIONS:MDECRYPT} MAN1= cisco-decrypt.1 EXTRABUILDS+= cisco-decrypt PLIST_SUB+= DECRYPT="" @@ -44,13 +42,13 @@ PLIST_SUB+= DECRYPT="" PLIST_SUB+= DECRYPT="@comment " .endif -.if defined(WITH_SSL) +.if ${PORT_OPTIONS:MSSL} NO_PACKAGE= binary linked against OpenSSL must not be redistributed CFLAGS+= -DOPENSSL_GPL_VIOLATION LDFLAGS+= -lcrypto .endif -.if defined(WITH_CISCOVERSION) +.if ${PORT_OPTIONS:MCISCOVERSION} CFLAGS+= -DCISCO_PATCH_VERSION .endif @@ -61,7 +59,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} -m 751 ${WRKSRC}/vpnc ${PREFIX}/sbin/vpnc -.if defined(WITH_DECRYPT) +.if ${PORT_OPTIONS:MDECRYPT} ${INSTALL_PROGRAM} ${WRKSRC}/cisco-decrypt ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 .endif @@ -77,4 +75,4 @@ do-install: @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif -.include +.include From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 21:19:44 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C50F106564A; Sun, 9 Sep 2012 21:19:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F18A88FC0C; Sun, 9 Sep 2012 21:19:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89LJhU1039459; Sun, 9 Sep 2012 21:19:43 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89LJhKW039454; Sun, 9 Sep 2012 21:19:43 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209092119.q89LJhKW039454@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Sep 2012 21:19:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303998 - in head/www/http_get: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 21:19:44 -0000 Author: swills Date: Sun Sep 9 21:19:43 2012 New Revision: 303998 URL: http://svn.freebsd.org/changeset/ports/303998 Log: - Add https/ssl support - Update to 20100619 (latest) - Give maintainership to Masaki TAGAWA PR: ports/171491 Submitted by: Masaki TAGAWA Added: head/www/http_get/files/Makefile.bsd (contents, props changed) Modified: head/www/http_get/Makefile (contents, props changed) head/www/http_get/distinfo (contents, props changed) head/www/http_get/files/patch-http_get.c (contents, props changed) Modified: head/www/http_get/Makefile ============================================================================== --- head/www/http_get/Makefile Sun Sep 9 21:12:47 2012 (r303997) +++ head/www/http_get/Makefile Sun Sep 9 21:19:43 2012 (r303998) @@ -6,19 +6,23 @@ # PORTNAME= http_get -PORTVERSION= 1.0 -PORTREVISION= 1 +PORTVERSION= 1.0.20100619 CATEGORIES= www ipv6 MASTER_SITES= http://www.acme.com/software/http_get/ -DISTNAME= ${PORTNAME}_18mar2002 +DISTNAME= ${PORTNAME}_19jun2010 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= masaki@club.kyutech.ac.jp COMMENT= Dump http-contents to stdout WRKSRC= ${WRKDIR}/http_get +MAKEFILE= ${FILESDIR}/Makefile.bsd MAN1= http_get.1 -MANCOMPRESSED= no +MANCOMPRESSED= yes PLIST_FILES= bin/http_get +.ifndef NO_OPENSSL +USE_OPENSSL= yes +.endif + .include Modified: head/www/http_get/distinfo ============================================================================== --- head/www/http_get/distinfo Sun Sep 9 21:12:47 2012 (r303997) +++ head/www/http_get/distinfo Sun Sep 9 21:19:43 2012 (r303998) @@ -1,2 +1,2 @@ -SHA256 (http_get_18mar2002.tar.gz) = 0cc841593596c86842a0f18143ef81fb4876e0c2fbef92e9c2687b75f0bc9dd3 -SIZE (http_get_18mar2002.tar.gz) = 6481 +SHA256 (http_get_19jun2010.tar.gz) = 8c5c58c9c2710cbb6d225b9ddf9301a894d2069a2a4852d3a1a1df8d4a7f4c6a +SIZE (http_get_19jun2010.tar.gz) = 6646 Added: head/www/http_get/files/Makefile.bsd ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/http_get/files/Makefile.bsd Sun Sep 9 21:19:43 2012 (r303998) @@ -0,0 +1,12 @@ +PROG = http_get +SRCS = http_get.c + +.ifndef NO_OPENSSL +CFLAGS += -DUSE_SSL -I${OPENSSLBASE}/include ${OPENSSL_CFLAGS} +LDFLAGS += -L${OPENSSLBASE}/lib -lssl -lcrypto +.endif + +BINDIR = ${PREFIX}/bin +MANDIR = ${PREFIX}/man/man + +.include Modified: head/www/http_get/files/patch-http_get.c ============================================================================== --- head/www/http_get/files/patch-http_get.c Sun Sep 9 21:12:47 2012 (r303997) +++ head/www/http_get/files/patch-http_get.c Sun Sep 9 21:19:43 2012 (r303998) @@ -1,9 +1,9 @@ ---- http_get.c.orig Wed Dec 15 19:10:11 2004 -+++ http_get.c Wed Dec 15 19:10:30 2004 +--- http_get.c.org 2010-06-20 11:20:30.000000000 +0900 ++++ http_get.c 2012-09-09 11:24:00.000000000 +0900 @@ -2,7 +2,9 @@ ** ** Originally based on a simple version by Al Globus . - ** Debugged and prettified by Jef Poskanzer . Also includes + ** Debugged and prettified by Jef Poskanzer . Also includes -** ifdefs to handle https via OpenSSL. +** ifdefs to handle https via OpenSSL. -h argument for debugging multihomed +** URLs added by Jim Salter. @@ -11,7 +11,7 @@ */ #include -@@ -35,6 +37,7 @@ +@@ -36,6 +38,7 @@ static int verbose; static int timeout; static char* url; @@ -19,51 +19,48 @@ /* Protocol symbols. */ #define PROTO_HTTP 0 -@@ -72,6 +75,8 @@ - user_agent = "http_get"; - auth_token = (char*) 0; - cookie = (char*) 0; +@@ -79,6 +82,7 @@ + ncookies = 0; + header_name = (char*) 0; + header_value = (char*) 0; + force_host = (char*) "[NONE]"; -+ + verbose = 0; while ( argn < argc && argv[argn][0] == '-' && argv[argn][1] != '\0' ) { - if ( strcmp( argv[argn], "-v" ) == 0 ) -@@ -81,6 +86,11 @@ +@@ -87,6 +91,11 @@ ++argn; timeout = atoi( argv[argn] ); } -+ else if ( strcmp( argv[argn], "-h" ) == 0 && argn + 1 < argc ) -+ { -+ ++argn; -+ force_host = argv[argn]; -+ } ++ else if ( strcmp( argv[argn], "-H" ) == 0 && argn + 1 < argc ) ++ { ++ ++argn; ++ force_host = argv[argn]; ++ } else if ( strcmp( argv[argn], "-r" ) == 0 && argn + 1 < argc ) { ++argn; -@@ -127,7 +137,7 @@ +@@ -147,7 +156,7 @@ static void usage() { -- (void) fprintf( stderr, "usage: %s [-t timeout] [-r referer] [-u user-agent] [-a username:password] url\n", argv0 ); -+ (void) fprintf( stderr, "usage: %s [-t timeout] [-h force host address] [-r referer] [-u user-agent] [-a username:password] url\n", argv0 ); +- (void) fprintf( stderr, "usage: %s [-c cookie] [-t timeout] [-r referer] [-u user-agent] [-a username:password] [-h header value] [-v] url\n", argv0 ); ++ (void) fprintf( stderr, "usage: %s [-c cookie] [-t timeout] [-H force host address] [-r referer] [-u user-agent] [-a username:password] [-h header value] [-v] url\n", argv0 ); exit( 1 ); } -@@ -218,7 +228,16 @@ - int bytes, b, header_state, status; +@@ -240,7 +249,14 @@ + int i, bytes, b, header_state, status; (void) alarm( timeout ); - sockfd = open_client_socket( host, port ); -+ -+if ( force_host == "[NONE]" ) -+ { ++ if ( strcmp( force_host, "[NONE]" ) == 0 ) ++ { + sockfd = open_client_socket( host, port ); -+ } -+else -+ { ++ } ++ else ++ { + sockfd = open_client_socket( force_host, port ); -+ } -+ ++ } #ifdef USE_SSL if ( protocol == PROTO_HTTPS ) From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 21:34:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 821A31065674; Sun, 9 Sep 2012 21:34:31 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6E0188FC12; Sun, 9 Sep 2012 21:34:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89LYVTu041186; Sun, 9 Sep 2012 21:34:31 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89LYVah041183; Sun, 9 Sep 2012 21:34:31 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201209092134.q89LYVah041183@svn.freebsd.org> From: TAKATSU Tomonari Date: Sun, 9 Sep 2012 21:34:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303999 - head/japanese/bugzilla3 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 21:34:31 -0000 Author: tota Date: Sun Sep 9 21:34:30 2012 New Revision: 303999 URL: http://svn.freebsd.org/changeset/ports/303999 Log: - Update to 3.6.11 Modified: head/japanese/bugzilla3/Makefile head/japanese/bugzilla3/distinfo Modified: head/japanese/bugzilla3/Makefile ============================================================================== --- head/japanese/bugzilla3/Makefile Sun Sep 9 21:19:43 2012 (r303998) +++ head/japanese/bugzilla3/Makefile Sun Sep 9 21:34:30 2012 (r303999) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= bugzilla -PORTVERSION= 3.6.10 -PORTREVISION= 1 +PORTVERSION= 3.6.11 CATEGORIES= japanese MASTER_SITES= http://bug-ja.org/releases/3.6/ \ LOCAL @@ -24,12 +23,6 @@ USE_BZIP2= yes LANGDIR= ${WWWDIR}/template/ja -post-patch: - ${REINPLACE_CMD} -i '' -e '/abbrev/d' \ - ${WRKDIR}/default/filterexceptions.pl - ${REINPLACE_CMD} -i '' -e 's/column.title -%/column.title FILTER html -%/' \ - ${WRKDIR}/default/list/table.html.tmpl - do-install: @-${MKDIR} ${LANGDIR}/default @cd ${WRKDIR}/default; ${COPYTREE_SHARE} . ${LANGDIR}/default Modified: head/japanese/bugzilla3/distinfo ============================================================================== --- head/japanese/bugzilla3/distinfo Sun Sep 9 21:19:43 2012 (r303998) +++ head/japanese/bugzilla3/distinfo Sun Sep 9 21:34:30 2012 (r303999) @@ -1,2 +1,2 @@ -SHA256 (bugzilla/Bugzilla-ja-3.6.10-template-rel01.tar.bz2) = 1642797e31849148b8b246db6f51bda710ccb845c76caa7f47d2f106a00a0e78 -SIZE (bugzilla/Bugzilla-ja-3.6.10-template-rel01.tar.bz2) = 214942 +SHA256 (bugzilla/Bugzilla-ja-3.6.11-template-rel01.tar.bz2) = 7dd6114602581b0f126ccd03511422e821a94bd824da0f11e2081bdf46bcd440 +SIZE (bugzilla/Bugzilla-ja-3.6.11-template-rel01.tar.bz2) = 215052 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 21:35:18 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8D16C106566B; Sun, 9 Sep 2012 21:35:18 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 78D188FC08; Sun, 9 Sep 2012 21:35:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89LZITc041347; Sun, 9 Sep 2012 21:35:18 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89LZIXu041344; Sun, 9 Sep 2012 21:35:18 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201209092135.q89LZIXu041344@svn.freebsd.org> From: TAKATSU Tomonari Date: Sun, 9 Sep 2012 21:35:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304000 - head/japanese/bugzilla X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 21:35:18 -0000 Author: tota Date: Sun Sep 9 21:35:17 2012 New Revision: 304000 URL: http://svn.freebsd.org/changeset/ports/304000 Log: - Update to 4.0.8 Modified: head/japanese/bugzilla/Makefile head/japanese/bugzilla/distinfo Modified: head/japanese/bugzilla/Makefile ============================================================================== --- head/japanese/bugzilla/Makefile Sun Sep 9 21:34:30 2012 (r303999) +++ head/japanese/bugzilla/Makefile Sun Sep 9 21:35:17 2012 (r304000) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= bugzilla -PORTVERSION= 4.0.7 -PORTREVISION= 1 +PORTVERSION= 4.0.8 CATEGORIES= japanese MASTER_SITES= http://bug-ja.org/releases/4.0/ \ LOCAL @@ -22,12 +21,6 @@ USE_BZIP2= yes LANGDIR= ${WWWDIR}/template/ja -post-patch: - ${REINPLACE_CMD} -i '' -e '/abbrev/d' \ - ${WRKDIR}/default/filterexceptions.pl - ${REINPLACE_CMD} -i '' -e 's/column.title -%/column.title FILTER html -%/' \ - ${WRKDIR}/default/list/table.html.tmpl - do-install: @-${MKDIR} ${LANGDIR}/default @cd ${WRKDIR}/default; ${COPYTREE_SHARE} . ${LANGDIR}/default Modified: head/japanese/bugzilla/distinfo ============================================================================== --- head/japanese/bugzilla/distinfo Sun Sep 9 21:34:30 2012 (r303999) +++ head/japanese/bugzilla/distinfo Sun Sep 9 21:35:17 2012 (r304000) @@ -1,2 +1,2 @@ -SHA256 (bugzilla/Bugzilla-ja-4.0.7-template-rel01.tar.bz2) = 7efc745be21dfdb36e6b8d87fd694275813e2824a05774c42256dba1733f02bb -SIZE (bugzilla/Bugzilla-ja-4.0.7-template-rel01.tar.bz2) = 224074 +SHA256 (bugzilla/Bugzilla-ja-4.0.8-template-rel01.tar.bz2) = b605a73870b4784c02bed391211c0f3ac1f8f8b6fbcb2634116ed694dc587c36 +SIZE (bugzilla/Bugzilla-ja-4.0.8-template-rel01.tar.bz2) = 224159 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 21:36:10 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6891B106566B; Sun, 9 Sep 2012 21:36:10 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 542D18FC18; Sun, 9 Sep 2012 21:36:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89LaALc041509; Sun, 9 Sep 2012 21:36:10 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89LaAER041506; Sun, 9 Sep 2012 21:36:10 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201209092136.q89LaAER041506@svn.freebsd.org> From: TAKATSU Tomonari Date: Sun, 9 Sep 2012 21:36:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304001 - head/japanese/bugzilla42 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 21:36:10 -0000 Author: tota Date: Sun Sep 9 21:36:09 2012 New Revision: 304001 URL: http://svn.freebsd.org/changeset/ports/304001 Log: - Update to 4.2.3 Modified: head/japanese/bugzilla42/Makefile head/japanese/bugzilla42/distinfo Modified: head/japanese/bugzilla42/Makefile ============================================================================== --- head/japanese/bugzilla42/Makefile Sun Sep 9 21:35:17 2012 (r304000) +++ head/japanese/bugzilla42/Makefile Sun Sep 9 21:36:09 2012 (r304001) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bugzilla -PORTVERSION= 4.2.2 +PORTVERSION= 4.2.3 CATEGORIES= japanese MASTER_SITES= http://bug-ja.org/releases/4.2/ \ LOCAL Modified: head/japanese/bugzilla42/distinfo ============================================================================== --- head/japanese/bugzilla42/distinfo Sun Sep 9 21:35:17 2012 (r304000) +++ head/japanese/bugzilla42/distinfo Sun Sep 9 21:36:09 2012 (r304001) @@ -1,2 +1,2 @@ -SHA256 (bugzilla/Bugzilla-ja-4.2.2-template-rel01.tar.bz2) = 65e1d0456a255b58cdb0d221b69ad33e56451dcbbbdfd30968f3de97708a219f -SIZE (bugzilla/Bugzilla-ja-4.2.2-template-rel01.tar.bz2) = 235780 +SHA256 (bugzilla/Bugzilla-ja-4.2.3-template-rel01.tar.bz2) = dfaee286fa4a8d4a5fd29909eefc127ad2d4ceb9be758b80d75474d07536850c +SIZE (bugzilla/Bugzilla-ja-4.2.3-template-rel01.tar.bz2) = 236331 From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 21:42:59 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F25CF1065670; Sun, 9 Sep 2012 21:42:58 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DB6EC8FC12; Sun, 9 Sep 2012 21:42:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89LgwP8042364; Sun, 9 Sep 2012 21:42:58 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89Lgwql042358; Sun, 9 Sep 2012 21:42:58 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201209092142.q89Lgwql042358@svn.freebsd.org> From: TAKATSU Tomonari Date: Sun, 9 Sep 2012 21:42:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304002 - in head: . www/testlink www/testlink/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 21:42:59 -0000 Author: tota Date: Sun Sep 9 21:42:58 2012 New Revision: 304002 URL: http://svn.freebsd.org/changeset/ports/304002 Log: - Update to 1.9.4 - Remove deprecated header information from Makefile Added: head/www/testlink/files/ head/www/testlink/files/patch-install-index.php (contents, props changed) Modified: head/UPDATING head/www/testlink/Makefile head/www/testlink/distinfo head/www/testlink/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Sun Sep 9 21:36:09 2012 (r304001) +++ head/UPDATING Sun Sep 9 21:42:58 2012 (r304002) @@ -5,6 +5,15 @@ 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. +20120909: + AFFECTS: users of www/testlink + AUTHOR: tota@FreeBSD.org + + Testlink 1.9.4 was released. Before updating, you should read carefully + the included README file or go to www.teamst.org (Forum: TestLink 1.9.4 + News, changes, etc) because this release requires a manual update of the + database scheme. + 20120908: AFFECTS: users of irc/bitlbee, irc/irssi-otr, net-im/climm, net-im/mcabber, net/kdenetwork4, security/kopete-otr, security/py-otr AUTHOR: Doug Barton Modified: head/www/testlink/Makefile ============================================================================== --- head/www/testlink/Makefile Sun Sep 9 21:36:09 2012 (r304001) +++ head/www/testlink/Makefile Sun Sep 9 21:42:58 2012 (r304002) @@ -1,12 +1,7 @@ -# New ports collection makefile for: testlink -# Date created: 2010-12-26 -# Whom: TAKATSU Tomonari -# # $FreeBSD$ -# PORTNAME= testlink -PORTVERSION= 1.9.3 +PORTVERSION= 1.9.4 CATEGORIES= www devel MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME}/TestLink%201.9/TestLink%20${PORTVERSION} @@ -19,11 +14,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_PHP= gd iconv mbstring session WANT_PHP_WEB= yes +WRKSRC= ${WRKDIR}/testlink-ga-testlink-code NO_BUILD= yes PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} +REINPLACE_ARGS= -i '' PORTDOCS= * PORTEXAMPLES= * +DOCS= CHANGELOG CODE_REUSE README TL-1.9-Prague-NEWS.txt +EXAMPLES= db_sample file_examples samples.txt OPTIONS_DEFINE= OPENLDAP EXTJS OPTIONS_MULTI= BACKEND @@ -53,31 +52,42 @@ USE_PHP+= ldap USE_PHP+= json .endif -post-patch: -.for f in CHANGELOG CODE_REUSE README TL-1.9-Prague-NEWS.txt - @${MV} ${WRKSRC}/${f} ${WRKSRC}/docs +.for e in ${EXAMPLES} +EXCLUDE_EXAMPLES+= --exclude=${e} .endfor - @${MV} ${WRKSRC}/docs/db_sample ${WRKDIR} - @${MV} ${WRKSRC}/docs/file_examples ${WRKDIR} - @${MV} ${WRKSRC}/docs ${WRKDIR} + +post-patch: + @${REINPLACE_CMD} -e 's|/var/testlink|${WWWDIR}|' ${WRKSRC}/config.inc.php @${FIND} ${WRKSRC} -name "\.*" -delete + @${FIND} ${WRKSRC} -name "*.orig" -delete + @${RM} -rf ${WRKSRC}/.idea do-install: @${MKDIR} ${WWWDIR} - @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} cfg ${WWWDIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} custom ${WWWDIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} gui ${WWWDIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} install ${WWWDIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} lib ${WWWDIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} locale ${WWWDIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} logs ${WWWDIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} third_party ${WWWDIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} upload_area ${WWWDIR} + @${INSTALL_DATA} ${WRKSRC}/*.php* ${WWWDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - @cd ${WRKDIR}/docs && ${COPYTREE_SHARE} . ${DOCSDIR} +.for f in ${DOCS} + @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor + @${TAR} ${EXCLUDE_EXAMPLES} -C ${WRKSRC}/docs -cf - . | ${TAR} --unlink -C ${DOCSDIR} -xf - @${LN} -s ${DOCSDIR} ${WWWDIR}/docs .endif .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} - @cd ${WRKDIR} && ${COPYTREE_SHARE} db_sample ${EXAMPLESDIR} - @cd ${WRKDIR} && ${COPYTREE_SHARE} file_examples ${EXAMPLESDIR} +.for f in ${EXAMPLES} + @cd ${WRKSRC}/docs && ${COPYTREE_SHARE} ${f} ${EXAMPLESDIR} +.endfor .endif - -post-install: - @${RM} ${WWWDIR}/LICENSE @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} x-generate-plist: Modified: head/www/testlink/distinfo ============================================================================== --- head/www/testlink/distinfo Sun Sep 9 21:36:09 2012 (r304001) +++ head/www/testlink/distinfo Sun Sep 9 21:42:58 2012 (r304002) @@ -1,2 +1,2 @@ -SHA256 (testlink-1.9.3.tar.gz) = 682fedfb8d43b36826104f20504cb6a04fbb2369d8de140ea60811281cc004ee -SIZE (testlink-1.9.3.tar.gz) = 22706719 +SHA256 (testlink-1.9.4.tar.gz) = 29faf8db059b81b7cf99b1db67116a977fd1f01381d7b714f3dec9194dc7ecbc +SIZE (testlink-1.9.4.tar.gz) = 23105853 Added: head/www/testlink/files/patch-install-index.php ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/testlink/files/patch-install-index.php Sun Sep 9 21:42:58 2012 (r304002) @@ -0,0 +1,18 @@ +--- install/index.php.orig 2012-09-01 22:55:30.000000000 +0900 ++++ install/index.php 2012-09-10 01:06:21.000000000 +0900 +@@ -45,7 +45,7 @@ +

Please read Section on README file or go to www.teamst.org (Forum: TestLink 1.9.4 News,changes, etc)

+

Open Installation manual + for more information or troubleshooting. You could also look at +- README or Changes Log. ++ README or Changes Log. + You are welcome to visit our + forum to browse or discuss. +

+@@ -57,4 +57,4 @@ + + + +- +\ No newline at end of file ++ Modified: head/www/testlink/pkg-plist ============================================================================== --- head/www/testlink/pkg-plist Sun Sep 9 21:36:09 2012 (r304001) +++ head/www/testlink/pkg-plist Sun Sep 9 21:42:58 2012 (r304002) @@ -1,22 +1,9 @@ -%%WWWDIR%%/cfg/bugzilla.cfg.php %%WWWDIR%%/cfg/const.inc.php %%WWWDIR%%/cfg/custom_reports.cfg.php %%WWWDIR%%/cfg/custom_reports.cfg.php.example -%%WWWDIR%%/cfg/eventum.cfg.php -%%WWWDIR%%/cfg/fogbugz.cfg.php -%%WWWDIR%%/cfg/gforge.cfg.php -%%WWWDIR%%/cfg/jira.cfg.php -%%WWWDIR%%/cfg/jirasoap.cfg.php -%%WWWDIR%%/cfg/mantis.cfg.php -%%WWWDIR%%/cfg/polarion.cfg.php -%%WWWDIR%%/cfg/redmine.cfg.php %%WWWDIR%%/cfg/reports.cfg.php -%%WWWDIR%%/cfg/seapine.cfg.php %%WWWDIR%%/cfg/tl_fckeditor_config.js -%%WWWDIR%%/cfg/trac.cfg.php -%%WWWDIR%%/cfg/trackplus.cfg.php %%WWWDIR%%/cfg/userRightMatrix.php -%%WWWDIR%%/cfg/youtrack.cfg.php %%WWWDIR%%/config.inc.php %%WWWDIR%%/custom/README %%WWWDIR%%/custom/_cf_radio_head.php @@ -117,6 +104,8 @@ %%WWWDIR%%/gui/templates/infoWindow.tpl %%WWWDIR%%/gui/templates/input_dimensions.conf %%WWWDIR%%/gui/templates/inventory/inventoryView.tpl +%%WWWDIR%%/gui/templates/issuetrackers/issueTrackerEdit.tpl +%%WWWDIR%%/gui/templates/issuetrackers/issueTrackerView.tpl %%WWWDIR%%/gui/templates/keywords/keywordsAssign.tpl %%WWWDIR%%/gui/templates/keywords/keywordsEdit.tpl %%WWWDIR%%/gui/templates/keywords/keywordsExport.tpl @@ -168,6 +157,7 @@ %%WWWDIR%%/gui/templates/requirements/reqReorder.tpl %%WWWDIR%%/gui/templates/requirements/reqSearchForm.tpl %%WWWDIR%%/gui/templates/requirements/reqSearchResults.tpl +%%WWWDIR%%/gui/templates/requirements/reqSpecCompareRevisions.tpl %%WWWDIR%%/gui/templates/requirements/reqSpecCopy.tpl %%WWWDIR%%/gui/templates/requirements/reqSpecEdit.tpl %%WWWDIR%%/gui/templates/requirements/reqSpecListTree.tpl @@ -175,6 +165,7 @@ %%WWWDIR%%/gui/templates/requirements/reqSpecSearchForm.tpl %%WWWDIR%%/gui/templates/requirements/reqSpecSearchResults.tpl %%WWWDIR%%/gui/templates/requirements/reqSpecView.tpl +%%WWWDIR%%/gui/templates/requirements/reqSpecViewRevision.tpl %%WWWDIR%%/gui/templates/requirements/reqTcAssign.tpl %%WWWDIR%%/gui/templates/requirements/reqTcBulkAssignment.tpl %%WWWDIR%%/gui/templates/requirements/reqViewRevisionRO.tpl @@ -197,6 +188,9 @@ %%WWWDIR%%/gui/templates/results/resultsNavigator.tpl %%WWWDIR%%/gui/templates/results/resultsReqs.tpl %%WWWDIR%%/gui/templates/results/resultsTC.tpl +%%WWWDIR%%/gui/templates/results/tcCreatedPerUser.tpl +%%WWWDIR%%/gui/templates/results/tcCreatedPerUserGUI.tpl +%%WWWDIR%%/gui/templates/results/tcNotRunAnyPlatform.tpl %%WWWDIR%%/gui/templates/results/testCasesWithCF.tpl %%WWWDIR%%/gui/templates/results/testCasesWithoutTester.tpl %%WWWDIR%%/gui/templates/results/testPlanWithCF.tpl @@ -281,6 +275,7 @@ %%WWWDIR%%/gui/themes/default/images/door_in.png %%WWWDIR%%/gui/themes/default/images/edit-undo.png %%WWWDIR%%/gui/themes/default/images/edit_icon.png +%%WWWDIR%%/gui/themes/default/images/emoticon_tongue.png %%WWWDIR%%/gui/themes/default/images/error.gif %%WWWDIR%%/gui/themes/default/images/error_triangle.png %%WWWDIR%%/gui/themes/default/images/exec_icon.png @@ -288,6 +283,8 @@ %%WWWDIR%%/gui/themes/default/images/export_import.png %%WWWDIR%%/gui/themes/default/images/favicon.ico %%WWWDIR%%/gui/themes/default/images/filter.png +%%WWWDIR%%/gui/themes/default/images/history.png +%%WWWDIR%%/gui/themes/default/images/history_small.png %%WWWDIR%%/gui/themes/default/images/ico_all_l.gif %%WWWDIR%%/gui/themes/default/images/ico_all_r.gif %%WWWDIR%%/gui/themes/default/images/ico_l2r.gif @@ -483,6 +480,12 @@ %%WWWDIR%%/install/sql/alter_tables/1.9.1/mysql/DB.1.4/stepZ/z_final_step.sql %%WWWDIR%%/install/sql/alter_tables/1.9.1/postgres/DB.1.4/step1/db_schema_update.sql %%WWWDIR%%/install/sql/alter_tables/1.9.1/postgres/DB.1.4/stepZ/z_final_step.sql +%%WWWDIR%%/install/sql/alter_tables/1.9.4/mssql/DB.1.5/step1/db_schema_update.sql +%%WWWDIR%%/install/sql/alter_tables/1.9.4/mssql/DB.1.5/stepZ/z_final_step.sql +%%WWWDIR%%/install/sql/alter_tables/1.9.4/mysql/DB.1.5/step1/db_schema_update.sql +%%WWWDIR%%/install/sql/alter_tables/1.9.4/mysql/DB.1.5/stepZ/z_final_step.sql +%%WWWDIR%%/install/sql/alter_tables/1.9.4/postgres/DB.1.5/step1/db_schema_update.sql +%%WWWDIR%%/install/sql/alter_tables/1.9.4/postgres/DB.1.5/stepZ/z_final_step.sql %%WWWDIR%%/install/sql/alter_tables/1.9/mssql/DB.1.3/step1/db_schema_update.sql %%WWWDIR%%/install/sql/alter_tables/1.9/mssql/DB.1.3/stepZ/z_final_step.sql %%WWWDIR%%/install/sql/alter_tables/1.9/mysql/DB.1.3/step1/db_schema_update.sql @@ -497,6 +500,7 @@ %%WWWDIR%%/install/sql/postgres/testlink_create_default_data.sql %%WWWDIR%%/install/sql/postgres/testlink_create_tables.sql %%WWWDIR%%/install/sqlParser.class.php +%%WWWDIR%%/install/util/sysinfo.php %%WWWDIR%%/lib/ajax/checkDuplicateName.php %%WWWDIR%%/lib/ajax/checkNodeDuplicateName.php %%WWWDIR%%/lib/ajax/checkTCaseDuplicateName.php @@ -504,7 +508,9 @@ %%WWWDIR%%/lib/ajax/dragdroptprojectnodes.php %%WWWDIR%%/lib/ajax/dragdroptreenodes.php %%WWWDIR%%/lib/ajax/getUsersWithRight.php +%%WWWDIR%%/lib/ajax/getissuetrackercfgtemplate.php %%WWWDIR%%/lib/ajax/getreqlog.php +%%WWWDIR%%/lib/ajax/getreqspeclog.php %%WWWDIR%%/lib/ajax/getrequirementnodes.php %%WWWDIR%%/lib/ajax/gettestcasesummary.php %%WWWDIR%%/lib/ajax/gettprojectnodes.php @@ -528,13 +534,17 @@ %%WWWDIR%%/lib/api/sample_clients/php/clientAssignRequirements.php %%WWWDIR%%/lib/api/sample_clients/php/clientCheckDevKey.php %%WWWDIR%%/lib/api/sample_clients/php/clientCreateBuild.php +%%WWWDIR%%/lib/api/sample_clients/php/clientCreateNTestCases.php %%WWWDIR%%/lib/api/sample_clients/php/clientCreateTestCase.php +%%WWWDIR%%/lib/api/sample_clients/php/clientCreateTestCaseSteps.php %%WWWDIR%%/lib/api/sample_clients/php/clientCreateTestPlan.php %%WWWDIR%%/lib/api/sample_clients/php/clientCreateTestProject.php %%WWWDIR%%/lib/api/sample_clients/php/clientCreateTestSuite.php %%WWWDIR%%/lib/api/sample_clients/php/clientDeleteExecution.php +%%WWWDIR%%/lib/api/sample_clients/php/clientDeleteTestCaseSteps.php %%WWWDIR%%/lib/api/sample_clients/php/clientDoesUserExist.php %%WWWDIR%%/lib/api/sample_clients/php/clientGetBuilds.php +%%WWWDIR%%/lib/api/sample_clients/php/clientGetExecCountersByBuild.php %%WWWDIR%%/lib/api/sample_clients/php/clientGetFirstLevelTestSuitesForTestProject.php %%WWWDIR%%/lib/api/sample_clients/php/clientGetFullPath.php %%WWWDIR%%/lib/api/sample_clients/php/clientGetLastExecutionResult.php @@ -557,6 +567,9 @@ %%WWWDIR%%/lib/api/sample_clients/php/clientReportTCResultOVERWRITE.php %%WWWDIR%%/lib/api/sample_clients/php/clientSample.php %%WWWDIR%%/lib/api/sample_clients/php/clientSample2.php +%%WWWDIR%%/lib/api/sample_clients/php/clientSetTestCaseExecutionType.php +%%WWWDIR%%/lib/api/sample_clients/php/clientTestSuiteTestCaseStepsManagement.php +%%WWWDIR%%/lib/api/sample_clients/php/clientUpdateTestCaseCustomFieldDesignValue.php %%WWWDIR%%/lib/api/sample_clients/php/clientUploadTestCaseAttachment.php %%WWWDIR%%/lib/api/sample_clients/php/css/style.css %%WWWDIR%%/lib/api/sample_clients/php/img/icon-foldout.gif @@ -580,20 +593,6 @@ %%WWWDIR%%/lib/attachments/attachmentdelete.php %%WWWDIR%%/lib/attachments/attachmentdownload.php %%WWWDIR%%/lib/attachments/attachmentupload.php -%%WWWDIR%%/lib/bugtracking/int_bugtracking.php -%%WWWDIR%%/lib/bugtracking/int_bugzilla.php -%%WWWDIR%%/lib/bugtracking/int_eventum.php -%%WWWDIR%%/lib/bugtracking/int_fogbugz.php -%%WWWDIR%%/lib/bugtracking/int_gforge.php -%%WWWDIR%%/lib/bugtracking/int_jira.php -%%WWWDIR%%/lib/bugtracking/int_jirasoap.php -%%WWWDIR%%/lib/bugtracking/int_mantis.php -%%WWWDIR%%/lib/bugtracking/int_polarion.php -%%WWWDIR%%/lib/bugtracking/int_redmine.php -%%WWWDIR%%/lib/bugtracking/int_seapine.php -%%WWWDIR%%/lib/bugtracking/int_trac.php -%%WWWDIR%%/lib/bugtracking/int_trackplus.php -%%WWWDIR%%/lib/bugtracking/int_youtrack.php %%WWWDIR%%/lib/cfields/cfieldsEdit.php %%WWWDIR%%/lib/cfields/cfieldsExport.php %%WWWDIR%%/lib/cfields/cfieldsImport.php @@ -612,15 +611,18 @@ %%WWWDIR%%/lib/execute/getExecNotes.php %%WWWDIR%%/lib/functions/assignment_mgr.class.php %%WWWDIR%%/lib/functions/attachments.inc.php -%%WWWDIR%%/lib/functions/build_progress.class.php %%WWWDIR%%/lib/functions/cfield_mgr.class.php %%WWWDIR%%/lib/functions/code_testing/cfield_mgr.class.test.php %%WWWDIR%%/lib/functions/code_testing/dBug.php +%%WWWDIR%%/lib/functions/code_testing/get_linked_tcversions.testplan.class.test.php %%WWWDIR%%/lib/functions/code_testing/requirement_mgr.class.test.php +%%WWWDIR%%/lib/functions/code_testing/requirement_spec_mgr.class.test.php %%WWWDIR%%/lib/functions/code_testing/testcase.class.test.php %%WWWDIR%%/lib/functions/code_testing/testplan.class.test.php +%%WWWDIR%%/lib/functions/code_testing/testplan.getHits.test.php %%WWWDIR%%/lib/functions/code_testing/testproject.class.test.php %%WWWDIR%%/lib/functions/code_testing/testsuite.class.test.php +%%WWWDIR%%/lib/functions/code_testing/tlIssueTracker.test.php %%WWWDIR%%/lib/functions/code_testing/tree.class.test.php %%WWWDIR%%/lib/functions/common.php %%WWWDIR%%/lib/functions/configCheck.php @@ -630,9 +632,12 @@ %%WWWDIR%%/lib/functions/doAuthorize.php %%WWWDIR%%/lib/functions/email_api.php %%WWWDIR%%/lib/functions/exec.inc.php +%%WWWDIR%%/lib/functions/execTreeMenu.inc.php %%WWWDIR%%/lib/functions/exec_cfield_mgr.class.php %%WWWDIR%%/lib/functions/exttable.class.php %%WWWDIR%%/lib/functions/files.inc.php +%%WWWDIR%%/lib/functions/form_api.php +%%WWWDIR%%/lib/functions/gpc_api.php %%WWWDIR%%/lib/functions/info.inc.php %%WWWDIR%%/lib/functions/inputparameter.class.php %%WWWDIR%%/lib/functions/inputparameter.inc.php @@ -652,7 +657,6 @@ %%WWWDIR%%/lib/functions/requirement_mgr.class.php %%WWWDIR%%/lib/functions/requirement_spec_mgr.class.php %%WWWDIR%%/lib/functions/requirements.inc.php -%%WWWDIR%%/lib/functions/results.class.php %%WWWDIR%%/lib/functions/roles.inc.php %%WWWDIR%%/lib/functions/specview.php %%WWWDIR%%/lib/functions/string_api.php @@ -668,6 +672,7 @@ %%WWWDIR%%/lib/functions/tlFilterControl.class.php %%WWWDIR%%/lib/functions/tlHTMLTable.class.php %%WWWDIR%%/lib/functions/tlInventory.class.php +%%WWWDIR%%/lib/functions/tlIssueTracker.class.php %%WWWDIR%%/lib/functions/tlKeyword.class.php %%WWWDIR%%/lib/functions/tlPlatform.class.php %%WWWDIR%%/lib/functions/tlRequirementFilterControl.class.php @@ -691,6 +696,31 @@ %%WWWDIR%%/lib/inventory/getInventory.php %%WWWDIR%%/lib/inventory/inventoryView.php %%WWWDIR%%/lib/inventory/setInventory.php +%%WWWDIR%%/lib/issuetrackerintegration/bugzilladbInterface.class.php +%%WWWDIR%%/lib/issuetrackerintegration/bugzillaxmlrpcInterface.class.php +%%WWWDIR%%/lib/issuetrackerintegration/code_testing/test.bugzillaxmlrpc.php +%%WWWDIR%%/lib/issuetrackerintegration/code_testing/test.fogbugz.api.php +%%WWWDIR%%/lib/issuetrackerintegration/code_testing/test.fogbugzrestInterface.class.php +%%WWWDIR%%/lib/issuetrackerintegration/code_testing/test.gforgesoapInterface.class.php +%%WWWDIR%%/lib/issuetrackerintegration/code_testing/test.jirasoapInterface.class.php +%%WWWDIR%%/lib/issuetrackerintegration/code_testing/test.redmine-fman.php +%%WWWDIR%%/lib/issuetrackerintegration/code_testing/test.redmine.rest.php +%%WWWDIR%%/lib/issuetrackerintegration/code_testing/test.tracxmlrpc.php +%%WWWDIR%%/lib/issuetrackerintegration/code_testing/test.youtrackrestInterface.class.php +%%WWWDIR%%/lib/issuetrackerintegration/code_testing/test2_int_mantissoap.php +%%WWWDIR%%/lib/issuetrackerintegration/fogbugzdbInterface.class.php +%%WWWDIR%%/lib/issuetrackerintegration/fogbugzrestInterface.class.php +%%WWWDIR%%/lib/issuetrackerintegration/gforgesoapInterface.class.php +%%WWWDIR%%/lib/issuetrackerintegration/issueTrackerInterface.class.php +%%WWWDIR%%/lib/issuetrackerintegration/jirasoapInterface.class.php +%%WWWDIR%%/lib/issuetrackerintegration/mantisdbInterface.class.php +%%WWWDIR%%/lib/issuetrackerintegration/mantissoapInterface.class.php +%%WWWDIR%%/lib/issuetrackerintegration/redminerestInterface.class.php +%%WWWDIR%%/lib/issuetrackerintegration/tracxmlrpcInterface.class.php +%%WWWDIR%%/lib/issuetrackerintegration/youtrackrestInterface.class.php +%%WWWDIR%%/lib/issuetrackers/issueTrackerCommands.class.php +%%WWWDIR%%/lib/issuetrackers/issueTrackerEdit.php +%%WWWDIR%%/lib/issuetrackers/issueTrackerView.php %%WWWDIR%%/lib/keywords/keywordsAssign.php %%WWWDIR%%/lib/keywords/keywordsEdit.php %%WWWDIR%%/lib/keywords/keywordsExport.php @@ -732,12 +762,14 @@ %%WWWDIR%%/lib/requirements/reqSearch.php %%WWWDIR%%/lib/requirements/reqSearchForm.php %%WWWDIR%%/lib/requirements/reqSpecCommands.class.php +%%WWWDIR%%/lib/requirements/reqSpecCompareRevisions.php %%WWWDIR%%/lib/requirements/reqSpecEdit.php %%WWWDIR%%/lib/requirements/reqSpecListTree.php %%WWWDIR%%/lib/requirements/reqSpecPrint.php %%WWWDIR%%/lib/requirements/reqSpecSearch.php %%WWWDIR%%/lib/requirements/reqSpecSearchForm.php %%WWWDIR%%/lib/requirements/reqSpecView.php +%%WWWDIR%%/lib/requirements/reqSpecViewRevision.php %%WWWDIR%%/lib/requirements/reqTcAssign.php %%WWWDIR%%/lib/requirements/reqView.php %%WWWDIR%%/lib/requirements/reqViewRevision.php @@ -748,7 +780,6 @@ %%WWWDIR%%/lib/results/keywordBarChart.php %%WWWDIR%%/lib/results/metricsDashboard.php %%WWWDIR%%/lib/results/overallPieChart.php -%%WWWDIR%%/lib/results/ownerBarChart.php %%WWWDIR%%/lib/results/platformPieChart.php %%WWWDIR%%/lib/results/printDocOptions.php %%WWWDIR%%/lib/results/printDocument.php @@ -763,6 +794,9 @@ %%WWWDIR%%/lib/results/resultsNavigator.php %%WWWDIR%%/lib/results/resultsReqs.php %%WWWDIR%%/lib/results/resultsTC.php +%%WWWDIR%%/lib/results/tcCreatedPerUser.php +%%WWWDIR%%/lib/results/tcCreatedPerUserGUI.php +%%WWWDIR%%/lib/results/tcNotRunAnyPlatform.php %%WWWDIR%%/lib/results/testCasesWithCF.php %%WWWDIR%%/lib/results/testCasesWithoutTester.php %%WWWDIR%%/lib/results/testPlanWithCF.php @@ -861,8 +895,58 @@ %%WWWDIR%%/login.php %%WWWDIR%%/logout.php %%WWWDIR%%/lostPassword.php -%%WWWDIR%%/sysinfo.php +%%WWWDIR%%/third_party/Zend/Exception.php +%%WWWDIR%%/third_party/Zend/Http/Client.php +%%WWWDIR%%/third_party/Zend/Http/Client/Adapter/Curl.php +%%WWWDIR%%/third_party/Zend/Http/Client/Adapter/Exception.php +%%WWWDIR%%/third_party/Zend/Http/Client/Adapter/Interface.php +%%WWWDIR%%/third_party/Zend/Http/Client/Adapter/Proxy.php +%%WWWDIR%%/third_party/Zend/Http/Client/Adapter/Socket.php +%%WWWDIR%%/third_party/Zend/Http/Client/Adapter/Stream.php +%%WWWDIR%%/third_party/Zend/Http/Client/Adapter/Test.php +%%WWWDIR%%/third_party/Zend/Http/Client/Exception.php +%%WWWDIR%%/third_party/Zend/Http/Cookie.php +%%WWWDIR%%/third_party/Zend/Http/CookieJar.php +%%WWWDIR%%/third_party/Zend/Http/Exception.php +%%WWWDIR%%/third_party/Zend/Http/Response.php +%%WWWDIR%%/third_party/Zend/Http/Response/Stream.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/AbstractDevice.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Bot.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Checker.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Console.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Desktop.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Device.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Email.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Exception.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Features/Adapter.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Features/Adapter/DeviceAtlas.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Features/Adapter/TeraWurfl.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Features/Adapter/WurflApi.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Features/Exception.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Feed.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Mobile.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Offline.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Probe.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Spam.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Storage.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Storage/Exception.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Storage/NonPersistent.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Storage/Session.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Text.php +%%WWWDIR%%/third_party/Zend/Http/UserAgent/Validator.php +%%WWWDIR%%/third_party/Zend/Loader.php +%%WWWDIR%%/third_party/Zend/Loader/Autoloader.php +%%WWWDIR%%/third_party/Zend/Loader/Autoloader/Interface.php +%%WWWDIR%%/third_party/Zend/Loader/Autoloader/Resource.php +%%WWWDIR%%/third_party/Zend/Loader/Exception.php +%%WWWDIR%%/third_party/Zend/Loader/PluginLoader.php +%%WWWDIR%%/third_party/Zend/Loader/PluginLoader/Exception.php +%%WWWDIR%%/third_party/Zend/Loader/PluginLoader/Interface.php %%WWWDIR%%/third_party/Zend/Registry.php +%%WWWDIR%%/third_party/Zend/Uri.php +%%WWWDIR%%/third_party/Zend/Uri/Exception.php +%%WWWDIR%%/third_party/Zend/Uri/Http.php %%WWWDIR%%/third_party/Zend/Validate.php %%WWWDIR%%/third_party/Zend/Validate/Abstract.php %%WWWDIR%%/third_party/Zend/Validate/EmailAddress.php @@ -873,6 +957,42 @@ %%WWWDIR%%/third_party/Zend/Validate/Hostname/Jp.php %%WWWDIR%%/third_party/Zend/Validate/Interface.php %%WWWDIR%%/third_party/Zend/Validate/Ip.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Client.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Client/Exception.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Client/FaultException.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Client/HttpException.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Client/IntrospectException.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Client/ServerIntrospection.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Client/ServerProxy.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Exception.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Fault.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Generator/DomDocument.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Generator/GeneratorAbstract.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Generator/XmlWriter.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Request.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Request/Http.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Request/Stdin.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Response.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Response/Http.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Server.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Server/Cache.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Server/Exception.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Server/Fault.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Server/System.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Value.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Value/Array.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Value/Base64.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Value/BigInteger.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Value/Boolean.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Value/Collection.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Value/DateTime.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Value/Double.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Value/Exception.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Value/Integer.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Value/Nil.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Value/Scalar.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Value/String.php +%%WWWDIR%%/third_party/Zend/XmlRpc/Value/Struct.php %%WWWDIR%%/third_party/adodb/adodb-active-record.inc.php %%WWWDIR%%/third_party/adodb/adodb-active-recordx.inc.php %%WWWDIR%%/third_party/adodb/adodb-csvlib.inc.php @@ -907,6 +1027,7 @@ %%WWWDIR%%/third_party/adodb/datadict/datadict-oci8.inc.php %%WWWDIR%%/third_party/adodb/datadict/datadict-postgres.inc.php %%WWWDIR%%/third_party/adodb/datadict/datadict-sapdb.inc.php +%%WWWDIR%%/third_party/adodb/datadict/datadict-sqlite.inc.php %%WWWDIR%%/third_party/adodb/datadict/datadict-sybase.inc.php %%WWWDIR%%/third_party/adodb/docs/docs-active-record.htm %%WWWDIR%%/third_party/adodb/docs/docs-adodb.htm @@ -929,6 +1050,7 @@ %%WWWDIR%%/third_party/adodb/drivers/adodb-csv.inc.php %%WWWDIR%%/third_party/adodb/drivers/adodb-db2.inc.php %%WWWDIR%%/third_party/adodb/drivers/adodb-db2oci.inc.php +%%WWWDIR%%/third_party/adodb/drivers/adodb-db2ora.inc.php %%WWWDIR%%/third_party/adodb/drivers/adodb-fbsql.inc.php %%WWWDIR%%/third_party/adodb/drivers/adodb-firebird.inc.php %%WWWDIR%%/third_party/adodb/drivers/adodb-ibase.inc.php @@ -969,6 +1091,7 @@ %%WWWDIR%%/third_party/adodb/drivers/adodb-sapdb.inc.php %%WWWDIR%%/third_party/adodb/drivers/adodb-sqlanywhere.inc.php %%WWWDIR%%/third_party/adodb/drivers/adodb-sqlite.inc.php +%%WWWDIR%%/third_party/adodb/drivers/adodb-sqlite3.inc.php %%WWWDIR%%/third_party/adodb/drivers/adodb-sqlitepo.inc.php %%WWWDIR%%/third_party/adodb/drivers/adodb-sybase.inc.php %%WWWDIR%%/third_party/adodb/drivers/adodb-sybase_ase.inc.php @@ -2968,6 +3091,12 @@ %%WWWDIR%%/third_party/fckeditor/fckstyles.xml %%WWWDIR%%/third_party/fckeditor/fcktemplates.xml %%WWWDIR%%/third_party/fckeditor/license.txt +%%WWWDIR%%/third_party/fogbugz-php-api/README.markdown +%%WWWDIR%%/third_party/fogbugz-php-api/lib/api.php +%%WWWDIR%%/third_party/fogbugz-php-api/sample.php +%%WWWDIR%%/third_party/fogbugz-php-api/test/data/error.xml +%%WWWDIR%%/third_party/fogbugz-php-api/test/data/login_expected.xml +%%WWWDIR%%/third_party/fogbugz-php-api/test/fogbugz.php %%WWWDIR%%/third_party/pchart/Fonts/GeosansLight.ttf %%WWWDIR%%/third_party/pchart/Fonts/MankSans.ttf %%WWWDIR%%/third_party/pchart/Fonts/Silkscreen.ttf @@ -3043,6 +3172,7 @@ %%WWWDIR%%/third_party/phpxmlrpc/lib/xmlrpc_wrappers.inc %%WWWDIR%%/third_party/phpxmlrpc/lib/xmlrpcs.inc %%WWWDIR%%/third_party/prototype/prototype.js +%%WWWDIR%%/third_party/redmine-php-api/lib/redmine-rest-api.php %%WWWDIR%%/third_party/smarty/BUGS %%WWWDIR%%/third_party/smarty/COPYING.lib %%WWWDIR%%/third_party/smarty/ChangeLog @@ -3589,10 +3719,26 @@ %%WWWDIR%%/third_party/user_contribution/fakeRemoteExecServer/client4fakeXMLRPCTestRunner.php %%WWWDIR%%/third_party/user_contribution/fakeRemoteExecServer/fakeXMLRPCTestRunner.php %%WWWDIR%%/third_party/user_contribution/migrate_cf_links.php +%%WWWDIR%%/third_party/user_contribution/mysql_performance/MySQL_Index_Performance___bogdan_j3e.pdf +%%WWWDIR%%/third_party/user_contribution/mysql_performance/mysql_index_performance.sql %%WWWDIR%%/third_party/user_contribution/reassign_tc_id.php %%WWWDIR%%/third_party/xml-rpc/class-IXR.php +%%WWWDIR%%/third_party/youtrackclient/COPYING +%%WWWDIR%%/third_party/youtrackclient/README.md +%%WWWDIR%%/third_party/youtrackclient/build.xml +%%WWWDIR%%/third_party/youtrackclient/src/connection.php +%%WWWDIR%%/third_party/youtrackclient/src/youtrackclient.php +%%WWWDIR%%/third_party/youtrackclient/test/ConnectionTest.php +%%WWWDIR%%/third_party/youtrackclient/test/YouTrackExceptionTest.php +%%WWWDIR%%/third_party/youtrackclient/test/YouTrackIssueTest.php +%%WWWDIR%%/third_party/youtrackclient/test/issue.xml +%%WWWDIR%%/third_party/youtrackclient/test/requirements.php @dirrmtry %%WWWDIR%%/upload_area +@dirrm %%WWWDIR%%/third_party/youtrackclient/test +@dirrm %%WWWDIR%%/third_party/youtrackclient/src +@dirrm %%WWWDIR%%/third_party/youtrackclient @dirrm %%WWWDIR%%/third_party/xml-rpc +@dirrm %%WWWDIR%%/third_party/user_contribution/mysql_performance @dirrm %%WWWDIR%%/third_party/user_contribution/fakeRemoteExecServer @dirrm %%WWWDIR%%/third_party/user_contribution @dirrm %%WWWDIR%%/third_party/tinymce/jscripts/tiny_mce/utils @@ -3740,6 +3886,8 @@ @dirrm %%WWWDIR%%/third_party/smarty/demo/configs @dirrm %%WWWDIR%%/third_party/smarty/demo @dirrm %%WWWDIR%%/third_party/smarty +@dirrm %%WWWDIR%%/third_party/redmine-php-api/lib +@dirrm %%WWWDIR%%/third_party/redmine-php-api @dirrm %%WWWDIR%%/third_party/prototype @dirrm %%WWWDIR%%/third_party/phpxmlrpc/lib @dirrm %%WWWDIR%%/third_party/phpxmlrpc @@ -3752,6 +3900,10 @@ @dirrm %%WWWDIR%%/third_party/pchart/pChart @dirrm %%WWWDIR%%/third_party/pchart/Fonts @dirrm %%WWWDIR%%/third_party/pchart +@dirrm %%WWWDIR%%/third_party/fogbugz-php-api/test/data +@dirrm %%WWWDIR%%/third_party/fogbugz-php-api/test +@dirrm %%WWWDIR%%/third_party/fogbugz-php-api/lib +@dirrm %%WWWDIR%%/third_party/fogbugz-php-api @dirrm %%WWWDIR%%/third_party/fckeditor/editor/wsc @dirrm %%WWWDIR%%/third_party/fckeditor/editor/skins/silver/images @dirrm %%WWWDIR%%/third_party/fckeditor/editor/skins/silver @@ -3997,8 +4149,27 @@ @dirrm %%WWWDIR%%/third_party/adodb/cute_icons_for_site @dirrm %%WWWDIR%%/third_party/adodb/contrib @dirrm %%WWWDIR%%/third_party/adodb +@dirrm %%WWWDIR%%/third_party/Zend/XmlRpc/Value +@dirrm %%WWWDIR%%/third_party/Zend/XmlRpc/Server +@dirrm %%WWWDIR%%/third_party/Zend/XmlRpc/Response +@dirrm %%WWWDIR%%/third_party/Zend/XmlRpc/Request +@dirrm %%WWWDIR%%/third_party/Zend/XmlRpc/Generator +@dirrm %%WWWDIR%%/third_party/Zend/XmlRpc/Client +@dirrm %%WWWDIR%%/third_party/Zend/XmlRpc @dirrm %%WWWDIR%%/third_party/Zend/Validate/Hostname @dirrm %%WWWDIR%%/third_party/Zend/Validate +@dirrm %%WWWDIR%%/third_party/Zend/Uri +@dirrm %%WWWDIR%%/third_party/Zend/Loader/PluginLoader +@dirrm %%WWWDIR%%/third_party/Zend/Loader/Autoloader +@dirrm %%WWWDIR%%/third_party/Zend/Loader +@dirrm %%WWWDIR%%/third_party/Zend/Http/UserAgent/Storage +@dirrm %%WWWDIR%%/third_party/Zend/Http/UserAgent/Features/Adapter +@dirrm %%WWWDIR%%/third_party/Zend/Http/UserAgent/Features +@dirrm %%WWWDIR%%/third_party/Zend/Http/UserAgent +@dirrm %%WWWDIR%%/third_party/Zend/Http/Response +@dirrm %%WWWDIR%%/third_party/Zend/Http/Client/Adapter +@dirrm %%WWWDIR%%/third_party/Zend/Http/Client +@dirrm %%WWWDIR%%/third_party/Zend/Http @dirrm %%WWWDIR%%/third_party/Zend @dirrm %%WWWDIR%%/third_party @dirrmtry %%WWWDIR%%/logs @@ -4028,6 +4199,9 @@ @dirrm %%WWWDIR%%/lib/platforms @dirrm %%WWWDIR%%/lib/plan @dirrm %%WWWDIR%%/lib/keywords +@dirrm %%WWWDIR%%/lib/issuetrackers +@dirrm %%WWWDIR%%/lib/issuetrackerintegration/code_testing +@dirrm %%WWWDIR%%/lib/issuetrackerintegration @dirrm %%WWWDIR%%/lib/inventory @dirrm %%WWWDIR%%/lib/general @dirrm %%WWWDIR%%/lib/functions/code_testing @@ -4035,7 +4209,6 @@ @dirrm %%WWWDIR%%/lib/execute @dirrm %%WWWDIR%%/lib/events @dirrm %%WWWDIR%%/lib/cfields -@dirrm %%WWWDIR%%/lib/bugtracking @dirrm %%WWWDIR%%/lib/attachments @dirrm %%WWWDIR%%/lib/api/test @dirrm %%WWWDIR%%/lib/api/sample_extended_server @@ -4057,6 +4230,7 @@ @dirrm %%WWWDIR%%/lib/api @dirrm %%WWWDIR%%/lib/ajax @dirrm %%WWWDIR%%/lib +@dirrm %%WWWDIR%%/install/util @dirrm %%WWWDIR%%/install/sql/postgres @dirrm %%WWWDIR%%/install/sql/mysql @dirrm %%WWWDIR%%/install/sql/mssql @@ -4072,6 +4246,19 @@ @dirrm %%WWWDIR%%/install/sql/alter_tables/1.9/mssql/DB.1.3/step1 @dirrm %%WWWDIR%%/install/sql/alter_tables/1.9/mssql/DB.1.3 @dirrm %%WWWDIR%%/install/sql/alter_tables/1.9/mssql +@dirrm %%WWWDIR%%/install/sql/alter_tables/1.9.4/postgres/DB.1.5/stepZ +@dirrm %%WWWDIR%%/install/sql/alter_tables/1.9.4/postgres/DB.1.5/step1 +@dirrm %%WWWDIR%%/install/sql/alter_tables/1.9.4/postgres/DB.1.5 +@dirrm %%WWWDIR%%/install/sql/alter_tables/1.9.4/postgres +@dirrm %%WWWDIR%%/install/sql/alter_tables/1.9.4/mysql/DB.1.5/stepZ +@dirrm %%WWWDIR%%/install/sql/alter_tables/1.9.4/mysql/DB.1.5/step1 +@dirrm %%WWWDIR%%/install/sql/alter_tables/1.9.4/mysql/DB.1.5 +@dirrm %%WWWDIR%%/install/sql/alter_tables/1.9.4/mysql +@dirrm %%WWWDIR%%/install/sql/alter_tables/1.9.4/mssql/DB.1.5/stepZ +@dirrm %%WWWDIR%%/install/sql/alter_tables/1.9.4/mssql/DB.1.5/step1 +@dirrm %%WWWDIR%%/install/sql/alter_tables/1.9.4/mssql/DB.1.5 +@dirrm %%WWWDIR%%/install/sql/alter_tables/1.9.4/mssql +@dirrm %%WWWDIR%%/install/sql/alter_tables/1.9.4 @dirrm %%WWWDIR%%/install/sql/alter_tables/1.9.1/postgres/DB.1.4/stepZ @dirrm %%WWWDIR%%/install/sql/alter_tables/1.9.1/postgres/DB.1.4/step1 @dirrm %%WWWDIR%%/install/sql/alter_tables/1.9.1/postgres/DB.1.4 @@ -4136,6 +4323,7 @@ @dirrm %%WWWDIR%%/gui/templates/platforms @dirrm %%WWWDIR%%/gui/templates/plan @dirrm %%WWWDIR%%/gui/templates/keywords +@dirrm %%WWWDIR%%/gui/templates/issuetrackers @dirrm %%WWWDIR%%/gui/templates/inventory @dirrm %%WWWDIR%%/gui/templates/execute @dirrm %%WWWDIR%%/gui/templates/events From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 21:47:01 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5ABCD106566C; Sun, 9 Sep 2012 21:47:01 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 468038FC1D; Sun, 9 Sep 2012 21:47:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89Ll05H042879; Sun, 9 Sep 2012 21:47:00 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89Ll0YZ042875; Sun, 9 Sep 2012 21:47:00 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201209092147.q89Ll0YZ042875@svn.freebsd.org> From: TAKATSU Tomonari Date: Sun, 9 Sep 2012 21:47:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304003 - head/math/R-cran-deldir X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 21:47:01 -0000 Author: tota Date: Sun Sep 9 21:47:00 2012 New Revision: 304003 URL: http://svn.freebsd.org/changeset/ports/304003 Log: - Update to 0.0-20 - Remove deprecated header information from Makefile - Replace tab with space after WWW: in pkg-descr Modified: head/math/R-cran-deldir/Makefile head/math/R-cran-deldir/distinfo head/math/R-cran-deldir/pkg-descr Modified: head/math/R-cran-deldir/Makefile ============================================================================== --- head/math/R-cran-deldir/Makefile Sun Sep 9 21:42:58 2012 (r304002) +++ head/math/R-cran-deldir/Makefile Sun Sep 9 21:47:00 2012 (r304003) @@ -1,13 +1,7 @@ -# New ports collection makefile for: R-cran-deldir -# Date created: 2011-08-16 -# Whom: TAKATSU Tomonari -# # $FreeBSD$ -# PORTNAME= deldir -DISTVERSION= 0.0-19 -PORTREVISION= 2 +DISTVERSION= 0.0-20 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/math/R-cran-deldir/distinfo ============================================================================== --- head/math/R-cran-deldir/distinfo Sun Sep 9 21:42:58 2012 (r304002) +++ head/math/R-cran-deldir/distinfo Sun Sep 9 21:47:00 2012 (r304003) @@ -1,2 +1,2 @@ -SHA256 (deldir_0.0-19.tar.gz) = 5a317f2112526da163b74bf8f6d5a1cb46218d24e70ad04bad5cee015c6741f1 -SIZE (deldir_0.0-19.tar.gz) = 50759 +SHA256 (deldir_0.0-20.tar.gz) = 2de46bdce7431109a2840d07e20079209898786deb55e2fdbf5416da51342de9 +SIZE (deldir_0.0-20.tar.gz) = 51340 Modified: head/math/R-cran-deldir/pkg-descr ============================================================================== --- head/math/R-cran-deldir/pkg-descr Sun Sep 9 21:42:58 2012 (r304002) +++ head/math/R-cran-deldir/pkg-descr Sun Sep 9 21:47:00 2012 (r304003) @@ -2,4 +2,4 @@ Calculates the Delaunay triangulation an tessellation (with respect to the entire plane) of a planar point set. -WWW: http://www.math.unb.ca/~rolf/ +WWW: http://www.math.unb.ca/~rolf/ From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 22:08:44 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 57AAB106564A; Sun, 9 Sep 2012 22:08:44 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 395DD8FC0C; Sun, 9 Sep 2012 22:08:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89M8iSe045277; Sun, 9 Sep 2012 22:08:44 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89M8hSl045272; Sun, 9 Sep 2012 22:08:43 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209092208.q89M8hSl045272@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Sep 2012 22:08:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304004 - in head/games/ttt: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 22:08:44 -0000 Author: swills Date: Sun Sep 9 22:08:43 2012 New Revision: 304004 URL: http://svn.freebsd.org/changeset/ports/304004 Log: - Add second MASTER_SITE - changed LICENSE (GPLv2) - changed to OptionsNG - Use PLIST_FILES instead of pkg_plist due to short package list - Give maintainership to submitter PR: ports/170995 Submitted by: nemysis Added: head/games/ttt/files/ head/games/ttt/files/patch-configure.ac (contents, props changed) head/games/ttt/files/ttt.in (contents, props changed) Deleted: head/games/ttt/pkg-plist Modified: head/games/ttt/Makefile (contents, props changed) head/games/ttt/pkg-descr (contents, props changed) Modified: head/games/ttt/Makefile ============================================================================== --- head/games/ttt/Makefile Sun Sep 9 21:47:00 2012 (r304003) +++ head/games/ttt/Makefile Sun Sep 9 22:08:43 2012 (r304004) @@ -7,37 +7,52 @@ PORTNAME= ttt PORTVERSION= 2011.04 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/ttt/ +MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/ttt/ \ + ftp://ftp.billsgames.com/unix/x/ttt/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@gmx.ch COMMENT= Simple one or two player Tic Tac Toe game -# net/ttt -CONFLICTS= ttt-1* -NO_LATEST_LINK= yes +LICENSE= GPLv2 -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual - -USE_SDL= sdl -USE_GMAKE= yes USE_AUTOTOOLS= aclocal automake autoheader autoconf AUTOMAKE_ARGS= --add-missing --force -MAKE_JOBS_SAFE= yes +ALL_TARGET= ${PORTNAME} +USE_SDL= mixer sdl CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -post-patch: - @${REINPLACE_CMD} -e \ - '/SDL_mixer/d' ${WRKSRC}/configure.ac - @${REINPLACE_CMD} -e \ - 's|\./images|${DATADIR}/images|g' ${WRKSRC}/src/init.c - -post-install: - @${MKDIR} ${DATADIR}/images - ${INSTALL_DATA} ${WRKSRC}/images/*.bmp ${DATADIR}/images +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.bmp + +PORTDATA= * +PORTDOCS= README + +SUB_FILES= ${PORTNAME} + +.include + +do-install: +# Scripts + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin + +# Executable + ${MKDIR} ${DATADIR} + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${DATADIR} + +# Data + @(cd ${WRKSRC} && ${COPYTREE_SHARE} "images sounds" ${DATADIR}) + +# Pixmaps + ${INSTALL_DATA} ${WRKSRC}/images/program_logo.bmp ${PREFIX}/share/pixmaps/${PORTNAME}.bmp + +# Documentation +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif .include Added: head/games/ttt/files/patch-configure.ac ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/ttt/files/patch-configure.ac Sun Sep 9 22:08:43 2012 (r304004) @@ -0,0 +1,10 @@ +--- configure.ac.orig 2011-04-05 05:43:45.000000000 +0200 ++++ configure.ac 2012-09-09 04:55:17.000000000 +0200 +@@ -44,6 +44,7 @@ + AC_PROG_MKDIR_P + AC_PROG_SED + LT_INIT ++AC_SUBST([LIBTOOL_DEPS]) + + dnl AC_CHECK_LIB([duma], [_duma_malloc] ,,AC_MSG_ERROR(missing library)) + AC_CHECK_LIB([SDL], [SDL_Init] ,,AC_MSG_ERROR(missing library)) Added: head/games/ttt/files/ttt.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/ttt/files/ttt.in Sun Sep 9 22:08:43 2012 (r304004) @@ -0,0 +1,7 @@ +#!/bin/sh +# +# $FreeBSD$ + +echo "Tic Tac Toe: Starting up..." +cd "%%DATADIR%%" +./ttt Modified: head/games/ttt/pkg-descr ============================================================================== --- head/games/ttt/pkg-descr Sun Sep 9 21:47:00 2012 (r304003) +++ head/games/ttt/pkg-descr Sun Sep 9 22:08:43 2012 (r304004) @@ -1,6 +1,3 @@ -TTT (Tic-Tac-Toe) - -"ttt" is a very simple one - or two - player Tic Tac Toe game played using a -mouse. +ttt is a very simple one- or two-player Tic Tac Toe game played using a mouse. WWW: http://www.newbreedsoftware.com/ttt/ From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 22:20:18 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 903C0106566C; Sun, 9 Sep 2012 22:20:18 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7B5418FC08; Sun, 9 Sep 2012 22:20:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q89MKI3w046812; Sun, 9 Sep 2012 22:20:18 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q89MKIqu046809; Sun, 9 Sep 2012 22:20:18 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209092220.q89MKIqu046809@svn.freebsd.org> From: Steve Wills Date: Sun, 9 Sep 2012 22:20:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304005 - in head/net/xrdp: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 22:20:18 -0000 Author: swills Date: Sun Sep 9 22:20:17 2012 New Revision: 304005 URL: http://svn.freebsd.org/changeset/ports/304005 Log: - Fix issue where effective login name is not set PR: ports/157282 Submitted by: "Iwao, Koichiro" (maintainer, old email address) Added: head/net/xrdp/files/patch-sesman__session_1.patch (contents, props changed) Modified: head/net/xrdp/Makefile Modified: head/net/xrdp/Makefile ============================================================================== --- head/net/xrdp/Makefile Sun Sep 9 22:08:43 2012 (r304004) +++ head/net/xrdp/Makefile Sun Sep 9 22:20:17 2012 (r304005) @@ -7,7 +7,7 @@ PORTNAME= xrdp PORTVERSION= 0.6.0.20110117 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.club.kyutech.ac.jp/~meta/distfiles/ \ http://key2.jp/~meta/distfiles/ Added: head/net/xrdp/files/patch-sesman__session_1.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/xrdp/files/patch-sesman__session_1.patch Sun Sep 9 22:20:17 2012 (r304005) @@ -0,0 +1,85 @@ +--- sesman/session.c.orig 2011-03-12 16:10:35.000000000 +0900 ++++ sesman/session.c 2011-10-27 12:13:11.000000000 +0900 +@@ -16,7 +16,47 @@ + xrdp: A Remote Desktop Protocol server. + Copyright (C) Jay Sorg 2005-2008 + */ +- ++/* ++ * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland ++ * All rights reserved ++ * ++ * As far as I am concerned, the code I have written for this software ++ * can be used freely for any purpose. Any derived versions of this ++ * software must be clearly marked as such, and if the derived work is ++ * incompatible with the protocol description in the RFC file, it must be ++ * called by a name other than "ssh" or "Secure Shell". ++ * ++ * SSH2 support by Markus Friedl. ++ * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. ++ * ++ * Redistribution and use in source and binary forms, with or without ++ * modification, are permitted provided that the following conditions ++ * are met: ++ * 1. Redistributions of source code must retain the above copyright ++ * notice, this list of conditions and the following disclaimer. ++ * 2. Redistributions in binary form must reproduce the above copyright ++ * notice, this list of conditions and the following disclaimer in the ++ * documentation and/or other materials provided with the distribution. ++ * ++ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR ++ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES ++ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ++ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, ++ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT ++ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, ++ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY ++ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ++ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF ++ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ++ * ++ * Copyright (c) 2011 Iwao, Koichiro , ++ * Kyushu Institute of Technology. ++ * All rights reserved. ++ * ++ * from: OpenBSD: session.c,v 1.252 2010/03/07 11:57:13 dtucker Exp ++ * with some ideas about process grouping from OpenSSH to xrdp ++ * ++ */ + /** + * + * @file session.c +@@ -373,6 +413,33 @@ + g_sprintf(geometry, "%dx%d", width, height); + g_sprintf(depth, "%d", bpp); + g_sprintf(screen, ":%d", display); ++#ifdef __FreeBSD__ ++ /* ++ * Create a new session and process group since 4.4BSD ++ * setlogin affects the entire process group. ++ */ ++ pid_t bsdsespid = g_fork(); ++ ++ if (bsdsespid == -1) ++ { ++ } ++ else if (bsdsespid == 0) /* BSD session leader */ ++ { ++ if (setsid() < 0) ++ { ++ log_message(&(g_cfg->log), LOG_LEVEL_ERROR, ++ "setsid failed: %.100s", strerror(errno)); ++ } ++ ++ if (setlogin(username) < 0) ++ { ++ log_message(&(g_cfg->log), LOG_LEVEL_ERROR, ++ "setlogin failed: %.100s", strerror(errno)); ++ } ++ } ++ ++ g_waitpid(bsdsespid); ++#endif + wmpid = g_fork(); + if (wmpid == -1) + { From owner-svn-ports-all@FreeBSD.ORG Sun Sep 9 22:24:48 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6232F106566C for ; Sun, 9 Sep 2012 22:24:48 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 32B608FC0A for ; Sun, 9 Sep 2012 22:24:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q89MOmb5043477 for ; Sun, 9 Sep 2012 22:24:48 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q89MOmWa043451 for svn-ports-all@freebsd.org; Sun, 9 Sep 2012 22:24:48 GMT (envelope-from bdrewery) Received: (qmail 57926 invoked from network); 9 Sep 2012 17:24:44 -0500 Received: from unknown (HELO ?10.10.0.115?) (freebsd@shatow.net@10.10.0.115) by sweb.xzibition.com with ESMTPA; 9 Sep 2012 17:24:44 -0500 Message-ID: <504D172B.5020904@FreeBSD.org> Date: Sun, 09 Sep 2012 17:24:43 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 To: Dmitry Sivachenko References: <201209091024.q89AOPG7050792@svn.freebsd.org> In-Reply-To: <201209091024.q89AOPG7050792@svn.freebsd.org> X-Enigmail-Version: 1.4.4 OpenPGP: id=3C9B0CF9; url=http://www.shatow.net/bryan/bryan.asc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r303959 - in head/sysutils/coreutils: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2012 22:24:48 -0000 On 9/9/2012 5:24 AM, Dmitry Sivachenko wrote: > Author: demon > Date: Sun Sep 9 10:24:25 2012 > New Revision: 303959 > URL: http://svn.freebsd.org/changeset/ports/303959 > > Log: > Update to version 8.19. > Convert to new OPTIONS framework while I am here. > > Maintainer timeout: 1 month See ports/171512, there is a plist error. -- Regards, Bryan Drewery bdrewery@freenode/EFNet From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 00:38:34 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 75F89106564A; Mon, 10 Sep 2012 00:38:34 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 60C308FC0A; Mon, 10 Sep 2012 00:38:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8A0cYU9062150; Mon, 10 Sep 2012 00:38:34 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8A0cYkG062147; Mon, 10 Sep 2012 00:38:34 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201209100038.q8A0cYkG062147@svn.freebsd.org> From: Renato Botelho Date: Mon, 10 Sep 2012 00:38:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304006 - in head/www: dansguardian dansguardian-devel X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 00:38:34 -0000 Author: garga Date: Mon Sep 10 00:38:33 2012 New Revision: 304006 URL: http://svn.freebsd.org/changeset/ports/304006 Log: Apache is used only during runtime, so s/USE_APACHE/USE_APACHE_RUN/ PR: ports/171479 Submitted by: ohauer@ Modified: head/www/dansguardian-devel/Makefile head/www/dansguardian/Makefile Modified: head/www/dansguardian-devel/Makefile ============================================================================== --- head/www/dansguardian-devel/Makefile Sun Sep 9 22:20:17 2012 (r304005) +++ head/www/dansguardian-devel/Makefile Mon Sep 10 00:38:33 2012 (r304006) @@ -53,7 +53,7 @@ RESTRICTED= Redistribution and commercia .include .if ${PORT_OPTIONS:MAPACHE} -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ .endif .if ${PORT_OPTIONS:MTRICKLE} Modified: head/www/dansguardian/Makefile ============================================================================== --- head/www/dansguardian/Makefile Sun Sep 9 22:20:17 2012 (r304005) +++ head/www/dansguardian/Makefile Mon Sep 10 00:38:33 2012 (r304006) @@ -53,7 +53,7 @@ RESTRICTED= Redistribution and commercia .include .if ${PORT_OPTIONS:MAPACHE} -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ .endif .if ${PORT_OPTIONS:MTRICKLE} From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 00:55:40 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50C4D106564A; Mon, 10 Sep 2012 00:55:40 +0000 (UTC) (envelope-from daichi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3BA198FC08; Mon, 10 Sep 2012 00:55:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8A0teIa064057; Mon, 10 Sep 2012 00:55:40 GMT (envelope-from daichi@svn.freebsd.org) Received: (from daichi@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8A0teaa064054; Mon, 10 Sep 2012 00:55:40 GMT (envelope-from daichi@svn.freebsd.org) Message-Id: <201209100055.q8A0teaa064054@svn.freebsd.org> From: Daichi GOTO Date: Mon, 10 Sep 2012 00:55:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304007 - head/japanese/mozc-server X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 00:55:40 -0000 Author: daichi Date: Mon Sep 10 00:55:39 2012 New Revision: 304007 URL: http://svn.freebsd.org/changeset/ports/304007 Log: fixed distinfo Modified: head/japanese/mozc-server/distinfo Modified: head/japanese/mozc-server/distinfo ============================================================================== --- head/japanese/mozc-server/distinfo Mon Sep 10 00:38:33 2012 (r304006) +++ head/japanese/mozc-server/distinfo Mon Sep 10 00:55:39 2012 (r304007) @@ -1,4 +1,4 @@ -MD5 (mozc-1.6.1187.102.tar.bz2) = e5246d17a81d2e942e9e8de0c3240c95 +SHA256 (mozc-1.6.1187.102.tar.bz2) = 2a9b54275400c768e14156e7654e9b9a4ca27353573627607c70d221c0e2db65 SIZE (mozc-1.6.1187.102.tar.bz2) = 54828375 -MD5 (fcitx-mozc-1.6.1187.102.1.patch) = ce73e9de6a5056a5cb650f7709a5c90d +SHA256 (fcitx-mozc-1.6.1187.102.1.patch) = 1c7549481516ed747c0ea289ebd3317c85be98fd0c4448433c48d21c270e6e75 SIZE (fcitx-mozc-1.6.1187.102.1.patch) = 96920 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 01:34:43 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A09EB106564A; Mon, 10 Sep 2012 01:34:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8B0A38FC14; Mon, 10 Sep 2012 01:34:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8A1YhbT068810; Mon, 10 Sep 2012 01:34:43 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8A1YhG2068805; Mon, 10 Sep 2012 01:34:43 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209100134.q8A1YhG2068805@svn.freebsd.org> From: Steve Wills Date: Mon, 10 Sep 2012 01:34:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304008 - in head/games/vectoroids: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 01:34:43 -0000 Author: swills Date: Mon Sep 10 01:34:42 2012 New Revision: 304008 URL: http://svn.freebsd.org/changeset/ports/304008 Log: - Add second MASTER_SITES entry - Avoid pkg-plist due to short plist - Give maintainership to submitter PR: ports/170837 Submitted by: nemysis Deleted: head/games/vectoroids/pkg-plist Modified: head/games/vectoroids/Makefile (contents, props changed) head/games/vectoroids/files/patch-Makefile (contents, props changed) head/games/vectoroids/pkg-descr (contents, props changed) Modified: head/games/vectoroids/Makefile ============================================================================== --- head/games/vectoroids/Makefile Mon Sep 10 00:55:39 2012 (r304007) +++ head/games/vectoroids/Makefile Mon Sep 10 01:34:42 2012 (r304008) @@ -7,27 +7,46 @@ PORTNAME= vectoroids PORTVERSION= 1.1.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= games -MASTER_SITES= ftp://ftp.billsgames.com/unix/x/vectoroids/src/ +MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/vectoroids/src/ \ + ftp://ftp.billsgames.com/unix/x/vectoroids/src/ -MAINTAINER= ports@FreeBSD.org -COMMENT= A vector-based, pretty, Asteroids clone +MAINTAINER= nemysis@gmx.ch +COMMENT= Vector-based rock-shooting game similar to Asteroids + +LICENSE= GPLv2 -USE_SDL= image mixer sdl USE_GMAKE= yes +USE_SDL= image mixer sdl + +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.png + +MAN6= ${PORTNAME}.6 + +PORTDATA= * +PORTDOCS= CHANGES.txt README.txt + +.include do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/vectoroids ${PREFIX}/bin - @${MKDIR} ${DATADIR}/images - ${INSTALL_DATA} ${WRKSRC}/data/images/* ${DATADIR}/images - @${MKDIR} ${DATADIR}/music - ${INSTALL_DATA} ${WRKSRC}/data/music/* ${DATADIR}/music - @${MKDIR} ${DATADIR}/sounds - ${INSTALL_DATA} ${WRKSRC}/data/sounds/* ${DATADIR}/sounds -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}/README +# Executable + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +# Data + (cd ${WRKSRC}/data && ${COPYTREE_SHARE} "images music sounds" ${DATADIR}) + +# Pixmaps + ${INSTALL_DATA} ${WRKSRC}/data/images/icon.png ${PREFIX}/share/pixmaps/${PORTNAME}.png + +# Documentation +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} +. for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +. endfor .endif + ${INSTALL_MAN} ${WRKSRC}/${MAN6} ${MAN6PREFIX}/man/man6 .include Modified: head/games/vectoroids/files/patch-Makefile ============================================================================== --- head/games/vectoroids/files/patch-Makefile Mon Sep 10 00:55:39 2012 (r304007) +++ head/games/vectoroids/files/patch-Makefile Mon Sep 10 01:34:42 2012 (r304008) @@ -1,25 +0,0 @@ ---- Makefile.orig Sun Apr 14 09:51:14 2002 -+++ Makefile Wed Aug 27 22:16:03 2003 -@@ -9,19 +9,18 @@ - # November 30, 2001 - April 13, 2002 - - --PREFIX=/usr/local - MAN_PREFIX=$(PREFIX) - BIN_PREFIX=$(PREFIX)/bin - DATA_PREFIX=$(PREFIX)/share/vectoroids/ - JOY=YES - TARGET_DEF=LINUX --SDL_LIB=$(shell sdl-config --libs) $(MIXER) -lSDL_image -+SDL_LIB=$(shell $(SDL_CONFIG) --libs) $(MIXER) -lSDL_image - - NOSOUNDFLAG=__SOUND - MIXER=-lSDL_mixer - --CFLAGS=-Wall -Wno-long-long -pedantic -ansi -O2 \ -- $(shell sdl-config --cflags) -D$(NOSOUNDFLAG) \ -+CFLAGS+= \ -+ $(shell $(SDL_CONFIG) --cflags) -D$(NOSOUNDFLAG) \ - -DDATA_PREFIX=\"$(DATA_PREFIX)\" -DJOY_$(JOY) -D$(TARGET_DEF) - - Modified: head/games/vectoroids/pkg-descr ============================================================================== --- head/games/vectoroids/pkg-descr Mon Sep 10 00:55:39 2012 (r304007) +++ head/games/vectoroids/pkg-descr Mon Sep 10 01:34:42 2012 (r304008) @@ -1,4 +1,6 @@ -Vectoroids is an SDL Asteroids clone, with quick game-play and pretty -good graphics. +Vectoroids is a vector-based rock-shooting game similar to the +arcade classic "Asteroids". It is an SDL game based on the source for +"Agendaroids", an X-Window game written for the Agenda VR3 Linux-based PDA +written by the same author. WWW: http://www.newbreedsoftware.com/vectoroids/ From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 01:37:44 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B513106566B; Mon, 10 Sep 2012 01:37:44 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7D5628FC0A; Mon, 10 Sep 2012 01:37:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8A1biJt069228; Mon, 10 Sep 2012 01:37:44 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8A1biK1069225; Mon, 10 Sep 2012 01:37:44 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201209100137.q8A1biK1069225@svn.freebsd.org> From: Alexey Dokuchaev Date: Mon, 10 Sep 2012 01:37:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304009 - head/graphics/darktable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 01:37:44 -0000 Author: danfe Date: Mon Sep 10 01:37:43 2012 New Revision: 304009 URL: http://svn.freebsd.org/changeset/ports/304009 Log: - Update to version 1.0.5 - Drop ABI versions in LIB_DEPENDS PR: ports/171469 Submitted by: dumbbell Modified: head/graphics/darktable/Makefile head/graphics/darktable/distinfo Modified: head/graphics/darktable/Makefile ============================================================================== --- head/graphics/darktable/Makefile Mon Sep 10 01:34:42 2012 (r304008) +++ head/graphics/darktable/Makefile Mon Sep 10 01:37:43 2012 (r304009) @@ -6,8 +6,7 @@ # PORTNAME= darktable -PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTVERSION= 1.0.5 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} @@ -16,11 +15,11 @@ COMMENT= A virtual lighttable and darkro LICENSE= GPLv3 -LIB_DEPENDS= exiv2.12:${PORTSDIR}/graphics/exiv2 \ - IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ - lensfun.2:${PORTSDIR}/graphics/lensfun \ - lcms2.2:${PORTSDIR}/graphics/lcms2 \ - curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2 \ + IlmImf:${PORTSDIR}/graphics/OpenEXR \ + lensfun:${PORTSDIR}/graphics/lensfun \ + lcms2:${PORTSDIR}/graphics/lcms2 \ + curl:${PORTSDIR}/ftp/curl ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= uses SSE extensions @@ -57,7 +56,7 @@ PLIST_FILES+= share/darktable/darktabler .endif .if defined(WITH_GPHOTO) -LIB_DEPENDS+= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 +LIB_DEPENDS+= gphoto2:${PORTSDIR}/graphics/libgphoto2 PLIST_FILES+= lib/darktable/plugins/lighttable/libcamera.so \ lib/darktable/plugins/lighttable/libcapture.so \ lib/darktable/views/libcapture.so @@ -66,7 +65,7 @@ CMAKE_ARGS+= -DUSE_CAMERA_SUPPORT:BOOL=O .endif .if defined(WITH_FLICKR) -LIB_DEPENDS+= flickcurl.0:${PORTSDIR}/www/flickcurl +LIB_DEPENDS+= flickcurl:${PORTSDIR}/www/flickcurl PLIST_FILES+= lib/darktable/plugins/imageio/storage/libflickr.so .else CMAKE_ARGS+= -DUSE_FLICKR:BOOL=OFF @@ -85,13 +84,13 @@ CMAKE_ARGS+= -DBUILD_SLIDESHOW:BOOL=OFF .endif .if defined(WITH_KWALLET) -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS+= dbus-glib-1:${PORTSDIR}/devel/dbus-glib .else CMAKE_ARGS+= -DUSE_KWALLET:BOOL=OFF .endif .if defined(WITH_GKEYRING) -LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring +LIB_DEPENDS+= gnome-keyring:${PORTSDIR}/security/libgnome-keyring .else CMAKE_ARGS+= -DUSE_GNOME_KEYRING:BOOL=OFF .endif Modified: head/graphics/darktable/distinfo ============================================================================== --- head/graphics/darktable/distinfo Mon Sep 10 01:34:42 2012 (r304008) +++ head/graphics/darktable/distinfo Mon Sep 10 01:37:43 2012 (r304009) @@ -1,2 +1,2 @@ -SHA256 (darktable-1.0.4.tar.gz) = eb15cbf934e7d504bfffcd841628825cc111265b8cc7c4a895ba6c585b1b108b -SIZE (darktable-1.0.4.tar.gz) = 2547099 +SHA256 (darktable-1.0.5.tar.gz) = 0c18530446d2f2459fe533a1ef6fc2711300efe7466f36c23168ec2230fb5fbd +SIZE (darktable-1.0.5.tar.gz) = 2568221 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 01:47:44 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58286106566B; Mon, 10 Sep 2012 01:47:44 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4195A8FC0A; Mon, 10 Sep 2012 01:47:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8A1liLN070531; Mon, 10 Sep 2012 01:47:44 GMT (envelope-from maho@svn.freebsd.org) Received: (from maho@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8A1li5i070525; Mon, 10 Sep 2012 01:47:44 GMT (envelope-from maho@svn.freebsd.org) Message-Id: <201209100147.q8A1li5i070525@svn.freebsd.org> From: Maho Nakata Date: Mon, 10 Sep 2012 01:47:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304010 - in head/math/openblas: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 01:47:44 -0000 Author: maho Date: Mon Sep 10 01:47:43 2012 New Revision: 304010 URL: http://svn.freebsd.org/changeset/ports/304010 Log: * updates to 0.2.3 * the patch for installing LAPACK 3.4.0 is now removed * LAPACKE C interface is integrated * some minor typos are corrected Submitted by: Eijiro Shibusawa Modified: head/math/openblas/Makefile head/math/openblas/distinfo head/math/openblas/files/patch-Makefile head/math/openblas/files/patch-Makefile.system head/math/openblas/files/patch-patch.for_lapack-3.4.0 Modified: head/math/openblas/Makefile ============================================================================== --- head/math/openblas/Makefile Mon Sep 10 01:37:43 2012 (r304009) +++ head/math/openblas/Makefile Mon Sep 10 01:47:43 2012 (r304010) @@ -1,12 +1,7 @@ -# New ports collection makefile for: openblas -# Date created: 17 Feb 2012 -# Whom: Eijiro Shibusawa -# # $FreeBSD$ -# PORTNAME= openblas -PORTVERSION= 0.2.2 +PORTVERSION= 0.2.3 CATEGORIES= math MASTER_SITES= https://github.com/${GH_USER}/${GH_PORTNAME}/tarball/${GH_VERSION}/ \ NL:lapack,lapack_tmg @@ -25,9 +20,9 @@ DIST_SUBDIR= openblas FETCH_ARGS= -pRr GH_USER= xianyi GH_PORTNAME= OpenBLAS -GH_REVISION= 71d29fa +GH_REVISION= 48f075c GH_VERSION= v${PORTVERSION} -LAPACKVER= 3.4.0 +LAPACKVER= 3.4.1 LAPACK_SRCFILE= lapack-${LAPACKVER}.tgz LARGE_FILE= large.tgz TIMING_FILE= timing.tgz @@ -43,7 +38,7 @@ OPENBLAS_FILES= ${OPENBLAS_LIBS:S|$|.so| PLIST_FILES= ${OPENBLAS_FILES:S|^|lib/|} MAKE_JOBS_SAFE= yes -WRKSRC= ${WRKDIR}/${GH_USER}-${GH_PORTNAME}-4933d61 +WRKSRC= ${WRKDIR}/${GH_USER}-${GH_PORTNAME}-e552452 .if defined(PACKAGE_BUILDING) DYNAMIC_ARCH_DEFAULT= on @@ -59,8 +54,6 @@ OPTIONS= DYNAMIC_ARCH "Support multiple .include -BUILDFLAGS+= NO_LAPACKE=1 - .if defined(TARGET_CPU_ARCH) BUILDFLAGS+= TARGET=${TARGET_CPU_ARCH} .endif @@ -98,9 +91,12 @@ post-extract: cd ${DISTDIR}/${DIST_SUBDIR} ; \ ${CP} ${LAPACK_SRCFILE} ${LARGE_FILE} ${TIMING_FILE} ${WRKSRC} ${MKDIR} ${WRKDIR}/lib - ${RM} ${WRKSRC}/patch.for_lapack-3.4.0 post-patch: + ${REINPLACE_CMD} -e "s+%%FIND%%+${FIND}+" \ + -e "s+%%XARGS%%+${XARGS}+" \ + -e "s+%%REINPLACE_CMD%%+${REINPLACE_CMD}+" \ + ${WRKSRC}/Makefile ${REINPLACE_CMD} -e "s+%%FC%%+${FC}+" -e "s+%%CC%%+${CC}+" \ ${WRKSRC}/Makefile.rule ${REINPLACE_CMD} -e "s+%%LAPACKVER%%+${LAPACKVER}+g" \ @@ -120,6 +116,9 @@ post-patch: ${WRKSRC}/reference/Makefile ${REINPLACE_CMD} -e "s+(ARCH)+(ARCH_)+" \ -e 's+%%LOCALBASE%%+${LOCALBASE}+' \ + -e 's+%%FIND%%+${FIND}+' \ + -e 's+%%XARGS%%+${XARGS}+' \ + -e 's+%%REINPLACE_CMD%%+${REINPLACE_CMD}+' \ -e 's+%%_GCC_BUILD_DEPENDS%%+${_GCC_BUILD_DEPENDS}+' \ -e 's+$$(CROSS_SUFFIX)+${LOCALBASE}/bin/+' \ -e "s+%%LAPACKVER%%+${LAPACKVER}+g" \ @@ -153,7 +152,7 @@ BENCHMARK_MAXTHREADS?= ${MAXTHREADS} .if defined(WITH_OPENMP) BENCHMARK_THREADS_FLAG = OMP_NUM_THREADS=${BENCHMARK_MAXTHREADS} .else -BENCHMARK_THREADS_FLAG = OPENBLAS__NUM_THREADS=${BENCHMARK_MAXTHREADS} +BENCHMARK_THREADS_FLAG = OPENBLAS_NUM_THREADS=${BENCHMARK_MAXTHREADS} .endif benchmark: build Modified: head/math/openblas/distinfo ============================================================================== --- head/math/openblas/distinfo Mon Sep 10 01:37:43 2012 (r304009) +++ head/math/openblas/distinfo Mon Sep 10 01:47:43 2012 (r304010) @@ -1,7 +1,7 @@ -SHA256 (openblas/xianyi-OpenBLAS-v0.2.2-0-g71d29fa.tar.gz) = 19ffec70f9678f5c159feadc036ca47720681b782910fbaa95aa3867e7e86d8e -SIZE (openblas/xianyi-OpenBLAS-v0.2.2-0-g71d29fa.tar.gz) = 3230868 -SHA256 (openblas/lapack-3.4.0.tgz) = a7139ef97004d0e3c4c30f1c52d508fd7ae84b5fbaf0dd8e792c167dc306c3e9 -SIZE (openblas/lapack-3.4.0.tgz) = 6127787 +SHA256 (openblas/xianyi-OpenBLAS-v0.2.3-0-g48f075c.tar.gz) = b9c10675a0c4b6b6adc4b0461749d6ec2d81f1498727935b9e38ec71a565a43e +SIZE (openblas/xianyi-OpenBLAS-v0.2.3-0-g48f075c.tar.gz) = 3236430 +SHA256 (openblas/lapack-3.4.1.tgz) = 93b910f94f6091a2e71b59809c4db4a14655db527cfc5821ade2e8c8ab75380f +SIZE (openblas/lapack-3.4.1.tgz) = 6147915 SHA256 (openblas/large.tgz) = f328d88b7fa97722f271d7d0cfea1c220e0f8e5ed5ff01d8ef1eb51d6f4243a1 SIZE (openblas/large.tgz) = 2595 SHA256 (openblas/timing.tgz) = 999c65f8ea8bd4eac7f1c7f3463d4946917afd20a997807300fe35d70122f3af Modified: head/math/openblas/files/patch-Makefile ============================================================================== --- head/math/openblas/files/patch-Makefile Mon Sep 10 01:37:43 2012 (r304009) +++ head/math/openblas/files/patch-Makefile Mon Sep 10 01:47:43 2012 (r304010) @@ -1,14 +1,5 @@ --- Makefile.orig 2012-07-06 23:09:12.000000000 +0900 -+++ Makefile 2012-07-12 00:25:31.000000000 +0900 -@@ -34,7 +34,7 @@ - @echo " OpenBLAS build complete." - @echo - @echo " OS ... $(OSNAME) " -- @echo " Architecture ... $(ARCH) " -+ @echo " Architecture ... $(ARCH_) " - ifndef BINARY64 - @echo " BINARY ... 32bit " - else ++++ Makefile 2012-08-28 23:16:44.000000000 +0900 @@ -203,7 +203,7 @@ netlib : @@ -32,11 +23,11 @@ -@echo "CC = $(CC)" >> $(NETLIB_LAPACK_DIR)/make.inc -@echo "CFLAGS = $(CFLAGS)" >> $(NETLIB_LAPACK_DIR)/make.inc - -@echo "ARCH = $(AR)" >> $(NETLIB_LAPACK_DIR)/make.inc -+ -@echo "ARCH_ = $(AR)" >> $(NETLIB_LAPACK_DIR)/make.inc ++ -@echo "ARCH_ = $(AR)" >> $(NETLIB_LAPACK_DIR)/make.inc -@echo "ARCHFLAGS = -ru" >> $(NETLIB_LAPACK_DIR)/make.inc -@echo "RANLIB = $(RANLIB)" >> $(NETLIB_LAPACK_DIR)/make.inc -@echo "LAPACKLIB = ../$(LIBNAME)" >> $(NETLIB_LAPACK_DIR)/make.inc -@@ -237,24 +237,17 @@ +@@ -237,24 +237,19 @@ -@cat make.inc >> $(NETLIB_LAPACK_DIR)/make.inc endif @@ -55,6 +46,8 @@ - fi + echo $(TAR) zxf $< ;\ + $(TAR) zxf $< && (cd $(NETLIB_LAPACK_DIR); $(PATCH) -p1 < ../patch.for_lapack-%%LAPACKVER%%) ++ %%FIND%% $(NETLIB_LAPACK_DIR) -name "Makefile*" -type f|\ ++ %%XARGS%% %%REINPLACE_CMD%% -e 's;$$(ARCH);$$(ARCH_);g' endif endif @@ -66,7 +59,7 @@ ifndef NOFORTRAN #http://stackoverflow.com/questions/7656425/makefile-ifeq-logical-or ifeq ($(OSNAME), $(filter $(OSNAME),Darwin NetBSD)) -@@ -278,7 +271,7 @@ +@@ -278,7 +273,7 @@ -wget http://www.netlib.org/lapack/timing/timing.tgz endif @@ -75,7 +68,7 @@ ifndef NOFORTRAN (cd $(NETLIB_LAPACK_DIR); $(TAR) zxf ../timing.tgz TIMING) (cd $(NETLIB_LAPACK_DIR)/TIMING; $(TAR) zxf ../../large.tgz ) -@@ -316,4 +309,4 @@ +@@ -316,4 +311,4 @@ rm -rf $(NETLIB_LAPACK_DIR) ;\ fi @rm -f *.grd Makefile.conf_last config_last.h Modified: head/math/openblas/files/patch-Makefile.system ============================================================================== --- head/math/openblas/files/patch-Makefile.system Mon Sep 10 01:37:43 2012 (r304009) +++ head/math/openblas/files/patch-Makefile.system Mon Sep 10 01:47:43 2012 (r304010) @@ -1,5 +1,5 @@ ---- Makefile.system.orig 2012-07-06 23:09:12.000000000 +0900 -+++ Makefile.system 2012-07-12 23:03:26.000000000 +0900 +--- Makefile.system.orig 2012-08-20 17:52:35.000000000 +0900 ++++ Makefile.system 2012-08-29 22:42:27.000000000 +0900 @@ -10,7 +10,7 @@ endif @@ -9,20 +9,21 @@ endif # Default C compiler -@@ -117,6 +117,8 @@ +@@ -117,6 +117,9 @@ endif ifeq ($(OSNAME), FreeBSD) +EXTRALIB += -lm ++CCOMMON_OPT += -Wl,-rpath=%%LOCALBASE%%/lib/%%_GCC_BUILD_DEPENDS%% +FCOMMON_OPT += -Wl,-rpath=%%LOCALBASE%%/lib/%%_GCC_BUILD_DEPENDS%% MD5SUM = md5 -r endif -@@ -705,15 +707,6 @@ +@@ -714,15 +717,6 @@ LIBSUFFIX = a endif --ifndef DYNAMIC_ARCH +-ifneq ($(DYNAMIC_ARCH), 1) -ifndef SMP -LIBNAME = $(LIBPREFIX)_$(LIBCORE)$(REVISION).$(LIBSUFFIX) -LIBNAME_P = $(LIBPREFIX)_$(LIBCORE)$(REVISION)_p.$(LIBSUFFIX) @@ -34,15 +35,15 @@ ifndef SMP LIBNAME = $(LIBPREFIX)$(REVISION).$(LIBSUFFIX) LIBNAME_P = $(LIBPREFIX)$(REVISION)_p.$(LIBSUFFIX) -@@ -721,7 +714,6 @@ +@@ -730,7 +724,6 @@ LIBNAME = $(LIBPREFIX)p$(REVISION).$(LIBSUFFIX) LIBNAME_P = $(LIBPREFIX)p$(REVISION)_p.$(LIBSUFFIX) endif -endif - LIBSONAME = $(LIBNAME:.$(LIBSUFFIX)=.so) -@@ -735,7 +727,7 @@ + LIBDLLNAME = $(LIBPREFIX).dll +@@ -744,7 +737,7 @@ LIBS_P = $(TOPDIR)/$(LIBNAME_P) export OSNAME Modified: head/math/openblas/files/patch-patch.for_lapack-3.4.0 ============================================================================== --- head/math/openblas/files/patch-patch.for_lapack-3.4.0 Mon Sep 10 01:37:43 2012 (r304009) +++ head/math/openblas/files/patch-patch.for_lapack-3.4.0 Mon Sep 10 01:47:43 2012 (r304010) @@ -1,381 +0,0 @@ ---- /dev/null 2012-02-01 12:00:00.000000000 +0900 -+++ patch.for_lapack-3.4.0 2012-02-01 11:59:44.000000000 +0900 -@@ -0,0 +1,378 @@ -+ -+--- a/lapack-3.4.0/INSTALL/Makefile 2011-10-01 11:37:03.000000000 +0900 -++++ lapack-3.4.0/INSTALL/Makefile 2012-02-01 11:05:05.000000000 +0900 -+@@ -27,7 +27,7 @@ -+ $(LOADER) $(LOADOPTS) -o testversion ilaver.o LAPACK_version.o -+ -+ clean: -+- rm -f *.o -++ rm -f *.o test* -+ .f.o: -+ $(FORTRAN) $(OPTS) -c $< -o $@ -+ -+diff -ur /work/ports/va/lapack-3.4.0/Makefile lapack-3.4.0/Makefile -+--- a/lapack-3.4.0/Makefile 2011-11-12 06:08:04.000000000 +0900 -++++ lapack-3.4.0/Makefile 2012-02-01 11:05:05.000000000 +0900 -+@@ -20,9 +20,12 @@ -+ blaslib: -+ ( cd BLAS/SRC; $(MAKE) ) -+ -+-lapacklib: lapack_install -++lapacklib: -+ ( cd SRC; $(MAKE) ) -+ -++lapack_prof: -++ ( cd SRC; $(MAKE) lapack_prof) -++ -+ variants: -+ ( cd SRC/VARIANTS ; $(MAKE)) -+ -+ -+--- a/lapack-3.4.0/SRC/Makefile 2011-10-04 11:58:05.000000000 +0900 -++++ lapack-3.4.0/SRC/Makefile 2012-02-01 11:58:55.000000000 +0900 -+@@ -54,9 +54,9 @@ -+ # -+ ####################################################################### -+ -+-ALLAUX = ilaenv.o ieeeck.o lsamen.o xerbla.o xerbla_array.o iparmq.o \ -++ALLAUX = ilaenv.o ieeeck.o lsamen.o xerbla_array.o iparmq.o \ -+ ilaprec.o ilatrans.o ilauplo.o iladiag.o chla_transtype.o \ -+- ../INSTALL/ilaver.o ../INSTALL/lsame.o ../INSTALL/slamch.o -++ ../INSTALL/ilaver.o -+ -+ SCLAUX = \ -+ sbdsdc.o \ -+@@ -92,7 +92,7 @@ -+ dlasr.o dlasrt.o dlassq.o dlasv2.o dpttrf.o dstebz.o dstedc.o \ -+ dsteqr.o dsterf.o dlaisnan.o disnan.o \ -+ dlartgp.o dlartgs.o \ -+- ../INSTALL/dlamch.o ../INSTALL/dsecnd_$(TIMER).o -++ ../INSTALL/dsecnd_$(TIMER).o -+ -+ SLASRC = \ -+ sgbbrd.o sgbcon.o sgbequ.o sgbrfs.o sgbsv.o \ -+@@ -101,8 +101,8 @@ -+ sgegs.o sgegv.o sgehd2.o sgehrd.o sgelq2.o sgelqf.o \ -+ sgels.o sgelsd.o sgelss.o sgelsx.o sgelsy.o sgeql2.o sgeqlf.o \ -+ sgeqp3.o sgeqpf.o sgeqr2.o sgeqr2p.o sgeqrf.o sgeqrfp.o sgerfs.o \ -+- sgerq2.o sgerqf.o sgesc2.o sgesdd.o sgesv.o sgesvd.o sgesvx.o \ -+- sgetc2.o sgetf2.o sgetri.o \ -++ sgerq2.o sgerqf.o sgesc2.o sgesdd.o sgesvd.o sgesvx.o \ -++ sgetc2.o sgetri.o \ -+ sggbak.o sggbal.o sgges.o sggesx.o sggev.o sggevx.o \ -+ sggglm.o sgghrd.o sgglse.o sggqrf.o \ -+ sggrqf.o sggsvd.o sggsvp.o sgtcon.o sgtrfs.o sgtsv.o \ -+@@ -118,16 +118,16 @@ -+ slaqtr.o slar1v.o slar2v.o ilaslr.o ilaslc.o \ -+ slarf.o slarfb.o slarfg.o slarfgp.o slarft.o slarfx.o slargv.o \ -+ slarrv.o slartv.o \ -+- slarz.o slarzb.o slarzt.o slaswp.o slasy2.o slasyf.o \ -++ slarz.o slarzb.o slarzt.o slasy2.o slasyf.o \ -+ slatbs.o slatdf.o slatps.o slatrd.o slatrs.o slatrz.o slatzm.o \ -+- slauu2.o slauum.o sopgtr.o sopmtr.o sorg2l.o sorg2r.o \ -++ sopgtr.o sopmtr.o sorg2l.o sorg2r.o \ -+ sorgbr.o sorghr.o sorgl2.o sorglq.o sorgql.o sorgqr.o sorgr2.o \ -+ sorgrq.o sorgtr.o sorm2l.o sorm2r.o \ -+ sormbr.o sormhr.o sorml2.o sormlq.o sormql.o sormqr.o sormr2.o \ -+ sormr3.o sormrq.o sormrz.o sormtr.o spbcon.o spbequ.o spbrfs.o \ -+ spbstf.o spbsv.o spbsvx.o \ -+ spbtf2.o spbtrf.o spbtrs.o spocon.o spoequ.o sporfs.o sposv.o \ -+- sposvx.o spotf2.o spotri.o spstrf.o spstf2.o \ -++ sposvx.o spstrf.o spstf2.o \ -+ sppcon.o sppequ.o \ -+ spprfs.o sppsv.o sppsvx.o spptrf.o spptri.o spptrs.o sptcon.o \ -+ spteqr.o sptrfs.o sptsv.o sptsvx.o spttrs.o sptts2.o srscl.o \ -+@@ -143,7 +143,7 @@ -+ stgsja.o stgsna.o stgsy2.o stgsyl.o stpcon.o stprfs.o stptri.o \ -+ stptrs.o \ -+ strcon.o strevc.o strexc.o strrfs.o strsen.o strsna.o strsyl.o \ -+- strti2.o strtri.o strtrs.o stzrqf.o stzrzf.o sstemr.o \ -++ strtrs.o stzrqf.o stzrzf.o sstemr.o \ -+ slansf.o spftrf.o spftri.o spftrs.o ssfrk.o stfsm.o stftri.o stfttp.o \ -+ stfttr.o stpttf.o stpttr.o strttf.o strttp.o \ -+ sgejsv.o sgesvj.o sgsvj0.o sgsvj1.o \ -+@@ -152,7 +152,7 @@ -+ sgeqrt.o sgeqrt2.o sgeqrt3.o sgemqrt.o \ -+ stpqrt.o stpqrt2.o stpmqrt.o stprfb.o -+ -+-DSLASRC = spotrs.o sgetrs.o spotrf.o sgetrf.o -++DSLASRC = spotrs.o -+ -+ ifdef USEXBLAS -+ SXLASRC = sgesvxx.o sgerfsx.o sla_gerfsx_extended.o sla_geamv.o \ -+@@ -171,8 +171,8 @@ -+ cgegs.o cgegv.o cgehd2.o cgehrd.o cgelq2.o cgelqf.o \ -+ cgels.o cgelsd.o cgelss.o cgelsx.o cgelsy.o cgeql2.o cgeqlf.o cgeqp3.o \ -+ cgeqpf.o cgeqr2.o cgeqr2p.o cgeqrf.o cgeqrfp.o cgerfs.o \ -+- cgerq2.o cgerqf.o cgesc2.o cgesdd.o cgesv.o cgesvd.o \ -+- cgesvx.o cgetc2.o cgetf2.o cgetri.o \ -++ cgerq2.o cgerqf.o cgesc2.o cgesdd.o cgesvd.o \ -++ cgesvx.o cgetc2.o cgetri.o \ -+ cggbak.o cggbal.o cgges.o cggesx.o cggev.o cggevx.o cggglm.o \ -+ cgghrd.o cgglse.o cggqrf.o cggrqf.o \ -+ cggsvd.o cggsvp.o \ -+@@ -200,21 +200,21 @@ -+ clarf.o clarfb.o clarfg.o clarft.o clarfgp.o \ -+ clarfx.o clargv.o clarnv.o clarrv.o clartg.o clartv.o \ -+ clarz.o clarzb.o clarzt.o clascl.o claset.o clasr.o classq.o \ -+- claswp.o clasyf.o clatbs.o clatdf.o clatps.o clatrd.o clatrs.o clatrz.o \ -+- clatzm.o clauu2.o clauum.o cpbcon.o cpbequ.o cpbrfs.o cpbstf.o cpbsv.o \ -++ clasyf.o clatbs.o clatdf.o clatps.o clatrd.o clatrs.o clatrz.o \ -++ clatzm.o cpbcon.o cpbequ.o cpbrfs.o cpbstf.o cpbsv.o \ -+ cpbsvx.o cpbtf2.o cpbtrf.o cpbtrs.o cpocon.o cpoequ.o cporfs.o \ -+- cposv.o cposvx.o cpotf2.o cpotri.o cpstrf.o cpstf2.o \ -++ cposv.o cposvx.o cpstrf.o cpstf2.o \ -+ cppcon.o cppequ.o cpprfs.o cppsv.o cppsvx.o cpptrf.o cpptri.o cpptrs.o \ -+ cptcon.o cpteqr.o cptrfs.o cptsv.o cptsvx.o cpttrf.o cpttrs.o cptts2.o \ -+- crot.o cspcon.o cspmv.o cspr.o csprfs.o cspsv.o \ -++ crot.o cspcon.o csprfs.o cspsv.o \ -+ cspsvx.o csptrf.o csptri.o csptrs.o csrscl.o cstedc.o \ -+- cstegr.o cstein.o csteqr.o csycon.o csymv.o \ -+- csyr.o csyrfs.o csysv.o csysvx.o csytf2.o csytrf.o csytri.o csytri2.o csytri2x.o \ -++ cstegr.o cstein.o csteqr.o csycon.o \ -++ csyrfs.o csysv.o csysvx.o csytf2.o csytrf.o csytri.o csytri2.o csytri2x.o \ -+ csyswapr.o csytrs.o csytrs2.o csyconv.o ctbcon.o ctbrfs.o ctbtrs.o ctgevc.o ctgex2.o \ -+ ctgexc.o ctgsen.o ctgsja.o ctgsna.o ctgsy2.o ctgsyl.o ctpcon.o \ -+ ctprfs.o ctptri.o \ -+ ctptrs.o ctrcon.o ctrevc.o ctrexc.o ctrrfs.o ctrsen.o ctrsna.o \ -+- ctrsyl.o ctrti2.o ctrtri.o ctrtrs.o ctzrqf.o ctzrzf.o cung2l.o cung2r.o \ -++ ctrsyl.o ctrtrs.o ctzrqf.o ctzrzf.o cung2l.o cung2r.o \ -+ cungbr.o cunghr.o cungl2.o cunglq.o cungql.o cungqr.o cungr2.o \ -+ cungrq.o cungtr.o cunm2l.o cunm2r.o cunmbr.o cunmhr.o cunml2.o \ -+ cunmlq.o cunmql.o cunmqr.o cunmr2.o cunmr3.o cunmrq.o cunmrz.o \ -+@@ -240,7 +240,7 @@ -+ cla_lin_berr.o clarscl2.o clascl2.o cla_wwaddw.o -+ endif -+ -+-ZCLASRC = cpotrs.o cgetrs.o cpotrf.o cgetrf.o -++ZCLASRC = cpotrs.o -+ -+ DLASRC = \ -+ dgbbrd.o dgbcon.o dgbequ.o dgbrfs.o dgbsv.o \ -+@@ -249,9 +249,9 @@ -+ dgegs.o dgegv.o dgehd2.o dgehrd.o dgelq2.o dgelqf.o \ -+ dgels.o dgelsd.o dgelss.o dgelsx.o dgelsy.o dgeql2.o dgeqlf.o \ -+ dgeqp3.o dgeqpf.o dgeqr2.o dgeqr2p.o dgeqrf.o dgeqrfp.o dgerfs.o \ -+- dgerq2.o dgerqf.o dgesc2.o dgesdd.o dgesv.o dgesvd.o dgesvx.o \ -+- dgetc2.o dgetf2.o dgetrf.o dgetri.o \ -+- dgetrs.o dggbak.o dggbal.o dgges.o dggesx.o dggev.o dggevx.o \ -++ dgerq2.o dgerqf.o dgesc2.o dgesdd.o dgesvd.o dgesvx.o \ -++ dgetc2.o dgetri.o \ -++ dggbak.o dggbal.o dgges.o dggesx.o dggev.o dggevx.o \ -+ dggglm.o dgghrd.o dgglse.o dggqrf.o \ -+ dggrqf.o dggsvd.o dggsvp.o dgtcon.o dgtrfs.o dgtsv.o \ -+ dgtsvx.o dgttrf.o dgttrs.o dgtts2.o dhgeqz.o \ -+@@ -266,16 +266,16 @@ -+ dlaqtr.o dlar1v.o dlar2v.o iladlr.o iladlc.o \ -+ dlarf.o dlarfb.o dlarfg.o dlarfgp.o dlarft.o dlarfx.o \ -+ dlargv.o dlarrv.o dlartv.o \ -+- dlarz.o dlarzb.o dlarzt.o dlaswp.o dlasy2.o dlasyf.o \ -+- dlatbs.o dlatdf.o dlatps.o dlatrd.o dlatrs.o dlatrz.o dlatzm.o dlauu2.o \ -+- dlauum.o dopgtr.o dopmtr.o dorg2l.o dorg2r.o \ -++ dlarz.o dlarzb.o dlarzt.o dlasy2.o dlasyf.o \ -++ dlatbs.o dlatdf.o dlatps.o dlatrd.o dlatrs.o dlatrz.o dlatzm.o \ -++ dopgtr.o dopmtr.o dorg2l.o dorg2r.o \ -+ dorgbr.o dorghr.o dorgl2.o dorglq.o dorgql.o dorgqr.o dorgr2.o \ -+ dorgrq.o dorgtr.o dorm2l.o dorm2r.o \ -+ dormbr.o dormhr.o dorml2.o dormlq.o dormql.o dormqr.o dormr2.o \ -+ dormr3.o dormrq.o dormrz.o dormtr.o dpbcon.o dpbequ.o dpbrfs.o \ -+ dpbstf.o dpbsv.o dpbsvx.o \ -+ dpbtf2.o dpbtrf.o dpbtrs.o dpocon.o dpoequ.o dporfs.o dposv.o \ -+- dposvx.o dpotf2.o dpotrf.o dpotri.o dpotrs.o dpstrf.o dpstf2.o \ -++ dposvx.o dpotrs.o dpstrf.o dpstf2.o \ -+ dppcon.o dppequ.o \ -+ dpprfs.o dppsv.o dppsvx.o dpptrf.o dpptri.o dpptrs.o dptcon.o \ -+ dpteqr.o dptrfs.o dptsv.o dptsvx.o dpttrs.o dptts2.o drscl.o \ -+@@ -292,7 +292,7 @@ -+ dtgsja.o dtgsna.o dtgsy2.o dtgsyl.o dtpcon.o dtprfs.o dtptri.o \ -+ dtptrs.o \ -+ dtrcon.o dtrevc.o dtrexc.o dtrrfs.o dtrsen.o dtrsna.o dtrsyl.o \ -+- dtrti2.o dtrtri.o dtrtrs.o dtzrqf.o dtzrzf.o dstemr.o \ -++ dtrtrs.o dtzrqf.o dtzrzf.o dstemr.o \ -+ dsgesv.o dsposv.o dlag2s.o slag2d.o dlat2s.o \ -+ dlansf.o dpftrf.o dpftri.o dpftrs.o dsfrk.o dtfsm.o dtftri.o dtfttp.o \ -+ dtfttr.o dtpttf.o dtpttr.o dtrttf.o dtrttp.o \ -+@@ -319,8 +319,8 @@ -+ zgegs.o zgegv.o zgehd2.o zgehrd.o zgelq2.o zgelqf.o \ -+ zgels.o zgelsd.o zgelss.o zgelsx.o zgelsy.o zgeql2.o zgeqlf.o zgeqp3.o \ -+ zgeqpf.o zgeqr2.o zgeqr2p.o zgeqrf.o zgeqrfp.o zgerfs.o zgerq2.o zgerqf.o \ -+- zgesc2.o zgesdd.o zgesv.o zgesvd.o zgesvx.o zgetc2.o zgetf2.o zgetrf.o \ -+- zgetri.o zgetrs.o \ -++ zgesc2.o zgesdd.o zgesvd.o zgesvx.o zgetc2.o \ -++ zgetri.o \ -+ zggbak.o zggbal.o zgges.o zggesx.o zggev.o zggevx.o zggglm.o \ -+ zgghrd.o zgglse.o zggqrf.o zggrqf.o \ -+ zggsvd.o zggsvp.o \ -+@@ -350,22 +350,22 @@ -+ zlarfg.o zlarft.o zlarfgp.o \ -+ zlarfx.o zlargv.o zlarnv.o zlarrv.o zlartg.o zlartv.o \ -+ zlarz.o zlarzb.o zlarzt.o zlascl.o zlaset.o zlasr.o \ -+- zlassq.o zlaswp.o zlasyf.o \ -+- zlatbs.o zlatdf.o zlatps.o zlatrd.o zlatrs.o zlatrz.o zlatzm.o zlauu2.o \ -+- zlauum.o zpbcon.o zpbequ.o zpbrfs.o zpbstf.o zpbsv.o \ -++ zlassq.o zlasyf.o \ -++ zlatbs.o zlatdf.o zlatps.o zlatrd.o zlatrs.o zlatrz.o zlatzm.o \ -++ zpbcon.o zpbequ.o zpbrfs.o zpbstf.o zpbsv.o \ -+ zpbsvx.o zpbtf2.o zpbtrf.o zpbtrs.o zpocon.o zpoequ.o zporfs.o \ -+- zposv.o zposvx.o zpotf2.o zpotrf.o zpotri.o zpotrs.o zpstrf.o zpstf2.o \ -++ zposv.o zposvx.o zpotrs.o zpstrf.o zpstf2.o \ -+ zppcon.o zppequ.o zpprfs.o zppsv.o zppsvx.o zpptrf.o zpptri.o zpptrs.o \ -+ zptcon.o zpteqr.o zptrfs.o zptsv.o zptsvx.o zpttrf.o zpttrs.o zptts2.o \ -+- zrot.o zspcon.o zspmv.o zspr.o zsprfs.o zspsv.o \ -++ zrot.o zspcon.o zsprfs.o zspsv.o \ -+ zspsvx.o zsptrf.o zsptri.o zsptrs.o zdrscl.o zstedc.o \ -+- zstegr.o zstein.o zsteqr.o zsycon.o zsymv.o \ -+- zsyr.o zsyrfs.o zsysv.o zsysvx.o zsytf2.o zsytrf.o zsytri.o zsytri2.o zsytri2x.o \ -++ zstegr.o zstein.o zsteqr.o zsycon.o \ -++ zsyrfs.o zsysv.o zsysvx.o zsytf2.o zsytrf.o zsytri.o zsytri2.o zsytri2x.o \ -+ zsyswapr.o zsytrs.o zsytrs2.o zsyconv.o ztbcon.o ztbrfs.o ztbtrs.o ztgevc.o ztgex2.o \ -+ ztgexc.o ztgsen.o ztgsja.o ztgsna.o ztgsy2.o ztgsyl.o ztpcon.o \ -+ ztprfs.o ztptri.o \ -+ ztptrs.o ztrcon.o ztrevc.o ztrexc.o ztrrfs.o ztrsen.o ztrsna.o \ -+- ztrsyl.o ztrti2.o ztrtri.o ztrtrs.o ztzrqf.o ztzrzf.o zung2l.o \ -++ ztrsyl.o ztrtrs.o ztzrqf.o ztzrzf.o zung2l.o \ -+ zung2r.o zungbr.o zunghr.o zungl2.o zunglq.o zungql.o zungqr.o zungr2.o \ -+ zungrq.o zungtr.o zunm2l.o zunm2r.o zunmbr.o zunmhr.o zunml2.o \ -+ zunmlq.o zunmql.o zunmqr.o zunmr2.o zunmr3.o zunmrq.o zunmrz.o \ -+@@ -393,34 +393,46 @@ -+ -+ ALLOBJ = $(SLASRC) $(DLASRC) $(DSLASRC) $(CLASRC) $(ZLASRC) $(ZCLASRC) \ -+ $(SCLAUX) $(DZLAUX) $(ALLAUX) -++ -++ALLOBJ_P = $(ALLOBJ:.$(SUFFIX)=.$(PSUFFIX)) -++ -++ -+ -+ ifdef USEXBLAS -+ ALLXOBJ = $(SXLASRC) $(DXLASRC) $(CXLASRC) $(ZXLASRC) -+ endif -+ -+ all: ../$(LAPACKLIB) -++ -++lapack_prof: ../$(LAPACKLIB_P) -++ -++ -+ -+ ../$(LAPACKLIB): $(ALLOBJ) $(ALLXOBJ) -+- $(ARCH) $(ARCHFLAGS) $@ $(ALLOBJ) $(ALLXOBJ) -++ $(ARCH_) $(ARCHFLAGS) $@ $(ALLOBJ) $(ALLXOBJ) -++ $(RANLIB) $@ -++ -++../$(LAPACKLIB_P): $(ALLOBJ_P) -++ $(ARCH_) $(ARCHFLAGS) $@ $(ALLOBJ_P) -+ $(RANLIB) $@ -+ -+ single: $(SLASRC) $(DSLASRC) $(SXLASRC) $(SCLAUX) $(ALLAUX) -+- $(ARCH) $(ARCHFLAGS) ../$(LAPACKLIB) $(SLASRC) $(DSLASRC) \ -++ $(ARCH_) $(ARCHFLAGS) ../$(LAPACKLIB) $(SLASRC) $(DSLASRC) \ -+ $(SXLASRC) $(SCLAUX) $(ALLAUX) $(ALLXAUX) -+ $(RANLIB) ../$(LAPACKLIB) -+ -+ complex: $(CLASRC) $(ZCLASRC) $(CXLASRC) $(SCLAUX) $(ALLAUX) -+- $(ARCH) $(ARCHFLAGS) ../$(LAPACKLIB) $(CLASRC) $(ZCLASRC) \ -++ $(ARCH_) $(ARCHFLAGS) ../$(LAPACKLIB) $(CLASRC) $(ZCLASRC) \ -+ $(CXLASRC) $(SCLAUX) $(ALLAUX) $(ALLXAUX) -+ $(RANLIB) ../$(LAPACKLIB) -+ -+ double: $(DLASRC) $(DSLASRC) $(DXLASRC) $(DZLAUX) $(ALLAUX) -+- $(ARCH) $(ARCHFLAGS) ../$(LAPACKLIB) $(DLASRC) $(DSLASRC) \ -++ $(ARCH_) $(ARCHFLAGS) ../$(LAPACKLIB) $(DLASRC) $(DSLASRC) \ -+ $(DXLASRC) $(DZLAUX) $(ALLAUX) $(ALLXAUX) -+ $(RANLIB) ../$(LAPACKLIB) -+ -+ complex16: $(ZLASRC) $(ZCLASRC) $(ZXLASRC) $(DZLAUX) $(ALLAUX) -+- $(ARCH) $(ARCHFLAGS) ../$(LAPACKLIB) $(ZLASRC) $(ZCLASRC) \ -++ $(ARCH_) $(ARCHFLAGS) ../$(LAPACKLIB) $(ZLASRC) $(ZCLASRC) \ -+ $(ZXLASRC) $(DZLAUX) $(ALLAUX) $(ALLXAUX) -+ $(RANLIB) ../$(LAPACKLIB) -+ -+@@ -444,13 +456,20 @@ -+ @FRC=$(FRC) -+ -+ clean: -+- rm -f *.o -++ rm -f *.o *.$(PSUFFIX) -+ -+-.f.o: -++%.o: %.f -+ $(FORTRAN) $(OPTS) -c $< -o $@ -+ -++%.$(PSUFFIX): %.f -++ $(FORTRAN) $(POPTS) -c $< -o $@ -++ -+ slaruv.o: slaruv.f ; $(FORTRAN) $(NOOPT) -c $< -o $@ -+ dlaruv.o: dlaruv.f ; $(FORTRAN) $(NOOPT) -c $< -o $@ -++ -++slaruv.$(PSUFFIX): slaruv.f ; $(FORTRAN) $(PNOOPT) -c $< -o $@ -++dlaruv.$(PSUFFIX): dlaruv.f ; $(FORTRAN) $(PNOOPT) -c $< -o $@ -++ -+ sla_wwaddw.o: sla_wwaddw.f ; $(FORTRAN) $(NOOPT) -c $< -o $@ -+ dla_wwaddw.o: dla_wwaddw.f ; $(FORTRAN) $(NOOPT) -c $< -o $@ -+ cla_wwaddw.o: cla_wwaddw.f ; $(FORTRAN) $(NOOPT) -c $< -o $@ -+ -+--- a/lapack-3.4.0/TESTING/EIG/Makefile 2011-09-27 06:52:31.000000000 +0900 -++++ lapack-3.4.0/TESTING/EIG/Makefile 2012-02-01 11:05:05.000000000 +0900 -+@@ -129,22 +129,22 @@ -+ ../xeigtsts: $(SEIGTST) $(SCIGTST) $(AEIGTST) ../../$(LAPACKLIB); \ -+ $(LOADER) $(LOADOPTS) -o xeigtsts \ -+ $(SEIGTST) $(SCIGTST) $(AEIGTST) ../../$(TMGLIB) \ -+- ../../$(LAPACKLIB) $(BLASLIB) && mv xeigtsts $@ -++ ../../$(LAPACKLIB) $(BLASLIB) $(CEXTRALIB) && mv xeigtsts $@ -+ -+ ../xeigtstc: $(CEIGTST) $(SCIGTST) $(AEIGTST) ../../$(LAPACKLIB); \ -+ $(LOADER) $(LOADOPTS) -o xeigtstc \ -+ $(CEIGTST) $(SCIGTST) $(AEIGTST) ../../$(TMGLIB) \ -+- ../../$(LAPACKLIB) $(BLASLIB) && mv xeigtstc $@ -++ ../../$(LAPACKLIB) $(BLASLIB) $(CEXTRALIB) && mv xeigtstc $@ -+ -+ ../xeigtstd: $(DEIGTST) $(DZIGTST) $(AEIGTST) ../../$(LAPACKLIB); \ -+ $(LOADER) $(LOADOPTS) -o xeigtstd \ -+ $(DEIGTST) $(DZIGTST) $(AEIGTST) ../../$(TMGLIB) \ -+- ../../$(LAPACKLIB) $(BLASLIB) && mv xeigtstd $@ -++ ../../$(LAPACKLIB) $(BLASLIB) $(CEXTRALIB) && mv xeigtstd $@ -+ -+ ../xeigtstz: $(ZEIGTST) $(DZIGTST) $(AEIGTST) ../../$(LAPACKLIB); \ -+ $(LOADER) $(LOADOPTS) -o xeigtstz \ -+ $(ZEIGTST) $(DZIGTST) $(AEIGTST) ../../$(TMGLIB) \ -+- ../../$(LAPACKLIB) $(BLASLIB) && mv xeigtstz $@ -++ ../../$(LAPACKLIB) $(BLASLIB) $(CEXTRALIB) && mv xeigtstz $@ -+ -+ $(AEIGTST): $(FRC) -+ $(SCIGTST): $(FRC) -+ -+--- a/lapack-3.4.0/TESTING/LIN/Makefile 2011-11-01 07:21:11.000000000 +0900 -++++ lapack-3.4.0/TESTING/LIN/Makefile 2012-02-01 11:05:05.000000000 +0900 -+@@ -243,27 +243,27 @@ -+ -+ xlintsts : $(ALINTST) $(SLINTST) $(SCLNTST) ../../$(LAPACKLIB) -+ $(LOADER) $(LOADOPTS) $(ALINTST) $(SCLNTST) $(SLINTST) \ -+- ../../$(TMGLIB) ../../$(LAPACKLIB) $(XBLASLIB) $(BLASLIB) -o $@ -++ ../../$(TMGLIB) ../../$(LAPACKLIB) $(XBLASLIB) $(BLASLIB) $(CEXTRALIB) -o $@ -+ -+ xlintstc : $(ALINTST) $(CLINTST) $(SCLNTST) ../../$(LAPACKLIB) -+ $(LOADER) $(LOADOPTS) $(ALINTST) $(SCLNTST) $(CLINTST) \ -+- ../../$(TMGLIB) ../../$(LAPACKLIB) $(XBLASLIB) $(BLASLIB) -o $@ -++ ../../$(TMGLIB) ../../$(LAPACKLIB) $(XBLASLIB) $(BLASLIB) $(CEXTRALIB) -o $@ -+ -+ xlintstd : $(ALINTST) $(DLINTST) $(DZLNTST) ../../$(LAPACKLIB) -+ $(LOADER) $(LOADOPTS) $^ \ -+- ../../$(TMGLIB) ../../$(LAPACKLIB) $(XBLASLIB) $(BLASLIB) -o $@ -++ ../../$(TMGLIB) ../../$(LAPACKLIB) $(XBLASLIB) $(BLASLIB) $(CEXTRALIB) -o $@ -+ -+ xlintstz : $(ALINTST) $(ZLINTST) $(DZLNTST) ../../$(LAPACKLIB) -+ $(LOADER) $(LOADOPTS) $(ALINTST) $(DZLNTST) $(ZLINTST) \ -+- ../../$(TMGLIB) ../../$(LAPACKLIB) $(XBLASLIB) $(BLASLIB) -o $@ -++ ../../$(TMGLIB) ../../$(LAPACKLIB) $(XBLASLIB) $(BLASLIB) $(CEXTRALIB) -o $@ -+ -+ xlintstds : $(DSLINTST) ../../$(LAPACKLIB) -+ $(LOADER) $(LOADOPTS) $(DSLINTST) \ -+- ../../$(TMGLIB) ../../$(LAPACKLIB) $(BLASLIB) -o $@ -++ ../../$(TMGLIB) ../../$(LAPACKLIB) $(BLASLIB) $(CEXTRALIB) -o $@ -+ -+ xlintstzc : $(ZCLINTST) ../../$(LAPACKLIB) -+ $(LOADER) $(LOADOPTS) $(ZCLINTST) \ -+- ../../$(TMGLIB) ../../$(LAPACKLIB) $(BLASLIB) -o $@ -++ ../../$(TMGLIB) ../../$(LAPACKLIB) $(BLASLIB) $(CEXTRALIB) -o $@ -+ -+ xlintstrfs : $(SLINTSTRFP) ../../$(LAPACKLIB) -+ $(LOADER) $(LOADOPTS) $(SLINTSTRFP) \ From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 01:52:02 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1F03106564A; Mon, 10 Sep 2012 01:52:02 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7F0BE8FC1C; Mon, 10 Sep 2012 01:52:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8A1q2pA071177; Mon, 10 Sep 2012 01:52:02 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8A1q2Lg071171; Mon, 10 Sep 2012 01:52:02 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209100152.q8A1q2Lg071171@svn.freebsd.org> From: Wen Heping Date: Mon, 10 Sep 2012 01:52:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304011 - in head/finance: . trytond_calendar X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 01:52:02 -0000 Author: wen Date: Mon Sep 10 01:52:01 2012 New Revision: 304011 URL: http://svn.freebsd.org/changeset/ports/304011 Log: trytond_calendar adds the Calendar Module to the Tryton Application Platform. WWW: http://www.tryton.org/ PR: 171494 Submitted by: Matthias Petermann Added: head/finance/trytond_calendar/ head/finance/trytond_calendar/Makefile (contents, props changed) head/finance/trytond_calendar/distinfo (contents, props changed) head/finance/trytond_calendar/pkg-descr (contents, props changed) head/finance/trytond_calendar/pkg-plist (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Mon Sep 10 01:47:43 2012 (r304010) +++ head/finance/Makefile Mon Sep 10 01:52:01 2012 (r304011) @@ -107,6 +107,7 @@ SUBDIR += trytond_account SUBDIR += trytond_account_invoice SUBDIR += trytond_account_product + SUBDIR += trytond_calendar SUBDIR += trytond_company SUBDIR += trytond_country SUBDIR += trytond_currency Added: head/finance/trytond_calendar/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_calendar/Makefile Mon Sep 10 01:52:01 2012 (r304011) @@ -0,0 +1,27 @@ +# New ports collection makefile for: trytond_calendar +# Date created: 08 September, 2012 +# Whom: Matthias Petermann +# +# $FreeBSD$ +# + +PORTNAME= trytond_calendar +PORTVERSION= 2.4.1 +CATEGORIES= finance python +MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ + +MAINTAINER= matthias@petermann.it +COMMENT= Tryton Application Platform (Calendar Module) + +LICENSE= GPLv3 + +RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ + ${PYTHON_PKGNAMEPREFIX}vobject>=0.8.1:${PORTSDIR}/deskutils/py-vobject \ + ${PYTHON_PKGNAMEPREFIX}PyWebDAV>=0:${PORTSDIR}/www/py-pywebdav \ + ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install + +.include Added: head/finance/trytond_calendar/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_calendar/distinfo Mon Sep 10 01:52:01 2012 (r304011) @@ -0,0 +1,2 @@ +SHA256 (trytond_calendar-2.4.1.tar.gz) = 164fe8132230e784724b6f45ccd411fb41efa9b172de329fd8fe265a9d2102e7 +SIZE (trytond_calendar-2.4.1.tar.gz) = 56082 Added: head/finance/trytond_calendar/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_calendar/pkg-descr Mon Sep 10 01:52:01 2012 (r304011) @@ -0,0 +1,3 @@ +trytond_calendar adds the Calendar Module to the Tryton Application Platform. + +WWW: http://www.tryton.org/ Added: head/finance/trytond_calendar/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_calendar/pkg-plist Mon Sep 10 01:52:01 2012 (r304011) @@ -0,0 +1,52 @@ +%%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/entry_points.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%%/trytond/modules/calendar/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/__tryton__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/__tryton__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/__tryton__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/caldav.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/caldav.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/caldav.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/calendar.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/calendar_.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/calendar_.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/calendar_.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/locale/bg_BG.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/locale/ca_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/locale/cs_CZ.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/locale/de_DE.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/locale/es_AR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/locale/es_CO.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/locale/es_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/locale/fr_FR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/locale/nl_NL.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/locale/ru_RU.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/res.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/res.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/res.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/tests/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/tests/scenario_calendar.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/tests/scenario_calendar.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/tests/scenario_calendar.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/tests/test_calendar.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/tests/test_calendar.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/tests/test_calendar.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/webdav.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/webdav.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/webdav.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/tests +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar/locale +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/calendar +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 01:57:48 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by hub.freebsd.org (Postfix) with ESMTP id 65C07106566B; Mon, 10 Sep 2012 01:57:48 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from [127.0.0.1] (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 0563414DB34; Mon, 10 Sep 2012 01:57:47 +0000 (UTC) Message-ID: <504D491A.4050009@FreeBSD.org> Date: Sun, 09 Sep 2012 18:57:46 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 To: Daichi GOTO References: <201209100055.q8A0teaa064054@svn.freebsd.org> In-Reply-To: <201209100055.q8A0teaa064054@svn.freebsd.org> X-Enigmail-Version: 1.4.4 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r304007 - head/japanese/mozc-server X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 01:57:48 -0000 What changed between versions of the distfile? Doug On 9/9/2012 5:55 PM, Daichi GOTO wrote: > Author: daichi > Date: Mon Sep 10 00:55:39 2012 > New Revision: 304007 > URL: http://svn.freebsd.org/changeset/ports/304007 > > Log: > fixed distinfo > > Modified: > head/japanese/mozc-server/distinfo > > Modified: head/japanese/mozc-server/distinfo > ============================================================================== > --- head/japanese/mozc-server/distinfo Mon Sep 10 00:38:33 2012 (r304006) > +++ head/japanese/mozc-server/distinfo Mon Sep 10 00:55:39 2012 (r304007) > @@ -1,4 +1,4 @@ > -MD5 (mozc-1.6.1187.102.tar.bz2) = e5246d17a81d2e942e9e8de0c3240c95 > +SHA256 (mozc-1.6.1187.102.tar.bz2) = 2a9b54275400c768e14156e7654e9b9a4ca27353573627607c70d221c0e2db65 > SIZE (mozc-1.6.1187.102.tar.bz2) = 54828375 > -MD5 (fcitx-mozc-1.6.1187.102.1.patch) = ce73e9de6a5056a5cb650f7709a5c90d > +SHA256 (fcitx-mozc-1.6.1187.102.1.patch) = 1c7549481516ed747c0ea289ebd3317c85be98fd0c4448433c48d21c270e6e75 > SIZE (fcitx-mozc-1.6.1187.102.1.patch) = 96920 > -- I am only one, but I am one. I cannot do everything, but I can do something. And I will not let what I cannot do interfere with what I can do. -- Edward Everett Hale, (1822 - 1909) From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 01:58:18 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3CAB1065740; Mon, 10 Sep 2012 01:58:17 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CEBA18FC17; Mon, 10 Sep 2012 01:58:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8A1wHuq072303; Mon, 10 Sep 2012 01:58:17 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8A1wHRP072299; Mon, 10 Sep 2012 01:58:17 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209100158.q8A1wHRP072299@svn.freebsd.org> From: Steve Wills Date: Mon, 10 Sep 2012 01:58:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304012 - in head/games/bugsquish: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 01:58:18 -0000 Author: swills Date: Mon Sep 10 01:58:17 2012 New Revision: 304012 URL: http://svn.freebsd.org/changeset/ports/304012 Log: - Add second MASTER_SITES entries - Added LICENSE - Use PLIST_FILES instead of pkg_plist - Give maintainership to submitter PR: ports/170898 Submitted by: nemysis Deleted: head/games/bugsquish/pkg-plist Modified: head/games/bugsquish/Makefile (contents, props changed) head/games/bugsquish/files/patch-Makefile (contents, props changed) head/games/bugsquish/pkg-descr (contents, props changed) Modified: head/games/bugsquish/Makefile ============================================================================== --- head/games/bugsquish/Makefile Mon Sep 10 01:52:01 2012 (r304011) +++ head/games/bugsquish/Makefile Mon Sep 10 01:58:17 2012 (r304012) @@ -7,20 +7,53 @@ PORTNAME= bugsquish PORTVERSION= 0.0.6 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= games -MASTER_SITES= ftp://ftp.billsgames.com/unix/x/bugsquish/src/ +MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/bugsquish/src/ \ + ftp://ftp.billsgames.com/unix/x/bugsquish/src/ -MAINTAINER= ports@FreeBSD.org -COMMENT= Bug-squishing, fly-swatting action +MAINTAINER= nemysis@gmx.ch +COMMENT= Action game not unlike light gun arcade games -USE_SDL= mixer image +LICENSE= GPLv2 + +USE_SDL= image mixer sdl USE_GMAKE= yes +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.png + +PORTDATA= * +PORTDOCS= AUTHORS.txt CHANGES.txt README.txt TODO.txt + +post-patch: +# Fix data location + @${REINPLACE_CMD} -e 's|/usr/share/bugsquish/|${DATADIR}/|' ${WRKSRC}/Makefile +# Fix CFLAGS/LDFLAGS + @${REINPLACE_CMD} -e 's|CFLAGS=-Wall -O2|CFLAGS+=|' \ + -e 's|SDL_CFLAGS :=|SDL_CFLAGS+=|' \ + -e 's|SDL_LDFLAGS :=|SDL_LDFLAGS+=|' ${WRKSRC}/Makefile + +.include + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - @${MKDIR} ${DATADIR} - cd ${WRKSRC}/data && ${FIND} . | \ - ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} +# Executable + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + +# Data +. for d in embedded images music sounds + @(cd ${WRKSRC}/data && ${COPYTREE_SHARE} ${d} ${DATADIR}) +. endfor + +# Pixmaps + ${INSTALL_DATA} ${WRKSRC}/data/images/icon.png ${PREFIX}/share/pixmaps/${PORTNAME}.png + +# Documentation +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} +. for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +. endfor +.endif .include Modified: head/games/bugsquish/files/patch-Makefile ============================================================================== --- head/games/bugsquish/files/patch-Makefile Mon Sep 10 01:52:01 2012 (r304011) +++ head/games/bugsquish/files/patch-Makefile Mon Sep 10 01:58:17 2012 (r304012) @@ -1,34 +0,0 @@ ---- Makefile.orig Fri Apr 19 17:15:27 2002 -+++ Makefile Fri Nov 26 23:05:54 2004 -@@ -9,8 +9,8 @@ - - # User-definable stuff: - --BIN_PREFIX=/usr/local/bin/ --DATA_PREFIX=/usr/share/bugsquish/ -+BIN_PREFIX=${PREFIX}/bin/ -+DATA_PREFIX=${PREFIX}/share/bugsquish/ - - - # Defaults for Linux: -@@ -19,7 +19,7 @@ - TARGET_DEF=LINUX - - --CFLAGS=-Wall -O2 $(SDL_CFLAGS) -DDATA_PREFIX=\"$(DATA_PREFIX)\" \ -+CFLAGS+=-Wall $(SDL_CFLAGS) -DDATA_PREFIX=\"$(DATA_PREFIX)\" \ - -D$(NOSOUNDFLAG) -D$(TARGET_DEF) - - -@@ -29,8 +29,9 @@ - IMAGE=-lSDL_image - NOSOUNDFLAG=__SOUND - SDL_LIB=$(SDL_LDFLAGS) $(MIXER) $(IMAGE) --SDL_CFLAGS := $(shell sdl-config --cflags) --SDL_LDFLAGS := $(shell sdl-config --libs) -+SDL_CONFIG ?=sdl-config -+SDL_CFLAGS := $(shell $(SDL_CONFIG) --cflags) -+SDL_LDFLAGS := $(shell $(SDL_CONFIG) --libs) - - installbin = install -g root -o root -m 755 - installdat = install -g root -o root -m 644 Modified: head/games/bugsquish/pkg-descr ============================================================================== --- head/games/bugsquish/pkg-descr Mon Sep 10 01:52:01 2012 (r304011) +++ head/games/bugsquish/pkg-descr Mon Sep 10 01:58:17 2012 (r304012) @@ -2,4 +2,7 @@ In Bug Squish, you must defend your arm blood-sucking insects. Use your fly-swatter to squish them before they suck you dry. +Bug Squish is based on the shareware game "Blood Suckers" for MacOS, +by Brian Greenstone of Pangea Software. + WWW: http://www.newbreedsoftware.com/bugsquish/ From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 02:03:05 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BA5C106566B; Mon, 10 Sep 2012 02:03:05 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1484D8FC0A; Mon, 10 Sep 2012 02:03:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8A235in073022; Mon, 10 Sep 2012 02:03:05 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8A234Dp073018; Mon, 10 Sep 2012 02:03:04 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209100203.q8A234Dp073018@svn.freebsd.org> From: Bryan Drewery Date: Mon, 10 Sep 2012 02:03:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304013 - head/deskutils/calibre X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 02:03:05 -0000 Author: bdrewery Date: Mon Sep 10 02:03:04 2012 New Revision: 304013 URL: http://svn.freebsd.org/changeset/ports/304013 Log: - Update to 0.8.68 PR: ports/171463 Submitted by: Rusty Nejdl (maintainer) Approved by: eadler, bapt (mentors, implicit) Modified: head/deskutils/calibre/Makefile head/deskutils/calibre/distinfo head/deskutils/calibre/pkg-plist Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Mon Sep 10 01:58:17 2012 (r304012) +++ head/deskutils/calibre/Makefile Mon Sep 10 02:03:04 2012 (r304013) @@ -6,8 +6,7 @@ # PORTNAME= calibre -PORTVERSION= 0.8.61 -PORTREVISION= 1 +PORTVERSION= 0.8.68 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ @@ -42,6 +41,7 @@ RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/ ${PYTHON_PKGNAMEPREFIX}qt4-webkit>=0:${PORTSDIR}/www/py-qt4-webkit \ ${PYTHON_PKGNAMEPREFIX}qt4-xml>=0:${PORTSDIR}/textproc/py-qt4-xml \ ${PYTHON_PKGNAMEPREFIX}dbus>=0:${PORTSDIR}/devel/py-dbus \ + ${PYTHON_PKGNAMEPREFIX}netifaces>=0:${PORTSDIR}/net/py-netifaces \ pdftohtml:${PORTSDIR}/graphics/poppler-utils \ lshal:${PORTSDIR}/sysutils/hal Modified: head/deskutils/calibre/distinfo ============================================================================== --- head/deskutils/calibre/distinfo Mon Sep 10 01:58:17 2012 (r304012) +++ head/deskutils/calibre/distinfo Mon Sep 10 02:03:04 2012 (r304013) @@ -1,2 +1,2 @@ -SHA256 (calibre-0.8.61.tar.xz) = fbbf54d952a13939557b57c5e13d673ed24b5b395fc550c2842d0bca49d3f380 -SIZE (calibre-0.8.61.tar.xz) = 25077408 +SHA256 (calibre-0.8.68.tar.xz) = dd5f6ce36d0a013e3043abf543a86f8eac0f842e8c97d702960e1ff9e0bf4b04 +SIZE (calibre-0.8.68.tar.xz) = 26852296 Modified: head/deskutils/calibre/pkg-plist ============================================================================== --- head/deskutils/calibre/pkg-plist Mon Sep 10 01:58:17 2012 (r304012) +++ head/deskutils/calibre/pkg-plist Mon Sep 10 02:03:04 2012 (r304013) @@ -18,7 +18,6 @@ bin/lrf2lrs bin/lrfviewer bin/lrs2lrf bin/markdown-calibre -bin/pdfmanipulate bin/web2disk etc/bash_completion.d/calibre %%PYTHON_SITELIBDIR%%/init_calibre.py @@ -46,6 +45,7 @@ lib/calibre/calibre/devices/blackberry/_ lib/calibre/calibre/devices/blackberry/driver.py lib/calibre/calibre/devices/boeye/__init__.py lib/calibre/calibre/devices/boeye/driver.py +lib/calibre/calibre/devices/cli.py lib/calibre/calibre/devices/cybook/__init__.py lib/calibre/calibre/devices/cybook/driver.py lib/calibre/calibre/devices/cybook/t2b.py @@ -79,28 +79,35 @@ lib/calibre/calibre/devices/kobo/__init_ lib/calibre/calibre/devices/kobo/books.py lib/calibre/calibre/devices/kobo/driver.py lib/calibre/calibre/devices/kobo/bookmark.py -lib/calibre/calibre/devices/libusb.py lib/calibre/calibre/devices/manager.py lib/calibre/calibre/devices/mime.py lib/calibre/calibre/devices/misc.py +lib/calibre/calibre/devices/mtp/books.py +lib/calibre/calibre/devices/mtp/__init__.py +lib/calibre/calibre/devices/mtp/driver.py +lib/calibre/calibre/devices/mtp/test.py +lib/calibre/calibre/devices/mtp/base.py +lib/calibre/calibre/devices/mtp/filesystem_cache.py +lib/calibre/calibre/devices/mtp/unix/__init__.py +lib/calibre/calibre/devices/mtp/unix/driver.py +lib/calibre/calibre/devices/mtp/unix/upstream/update.py +lib/calibre/calibre/devices/mtp/windows/__init__.py +lib/calibre/calibre/devices/mtp/windows/driver.py +lib/calibre/calibre/devices/mtp/windows/remote.py lib/calibre/calibre/devices/nokia/__init__.py lib/calibre/calibre/devices/nokia/driver.py lib/calibre/calibre/devices/nook/__init__.py lib/calibre/calibre/devices/nook/driver.py lib/calibre/calibre/devices/nuut2/__init__.py lib/calibre/calibre/devices/nuut2/driver.py -lib/calibre/calibre/devices/prs500/__init__.py -lib/calibre/calibre/devices/prs500/books.py -lib/calibre/calibre/devices/prs500/cli/__init__.py -lib/calibre/calibre/devices/prs500/cli/main.py -lib/calibre/calibre/devices/prs500/driver.py -lib/calibre/calibre/devices/prs500/prstypes.py lib/calibre/calibre/devices/prs505/__init__.py lib/calibre/calibre/devices/prs505/driver.py lib/calibre/calibre/devices/prs505/sony_cache.py lib/calibre/calibre/devices/prst1/__init__.py lib/calibre/calibre/devices/prst1/driver.py lib/calibre/calibre/devices/scanner.py +lib/calibre/calibre/devices/smart_device_app/__init__.py +lib/calibre/calibre/devices/smart_device_app/driver.py lib/calibre/calibre/devices/sne/__init__.py lib/calibre/calibre/devices/sne/driver.py lib/calibre/calibre/devices/teclast/__init__.py @@ -115,6 +122,7 @@ lib/calibre/calibre/devices/usbms/device lib/calibre/calibre/devices/usbms/deviceconfig.py lib/calibre/calibre/devices/usbms/driver.py lib/calibre/calibre/devices/usbobserver/test.py +lib/calibre/calibre/devices/utils.py lib/calibre/calibre/db/__init__.py lib/calibre/calibre/db/backend.py lib/calibre/calibre/db/locking.py @@ -401,20 +409,10 @@ lib/calibre/calibre/ebooks/pdb/ztxt/read lib/calibre/calibre/ebooks/pdb/ztxt/writer.py lib/calibre/calibre/ebooks/pdf/__init__.py lib/calibre/calibre/ebooks/pdf/from_comic.py -lib/calibre/calibre/ebooks/pdf/manipulate/__init__.py -lib/calibre/calibre/ebooks/pdf/manipulate/cli.py -lib/calibre/calibre/ebooks/pdf/manipulate/crop.py -lib/calibre/calibre/ebooks/pdf/manipulate/decrypt.py -lib/calibre/calibre/ebooks/pdf/manipulate/encrypt.py -lib/calibre/calibre/ebooks/pdf/manipulate/info.py -lib/calibre/calibre/ebooks/pdf/manipulate/merge.py -lib/calibre/calibre/ebooks/pdf/manipulate/reverse.py -lib/calibre/calibre/ebooks/pdf/manipulate/rotate.py -lib/calibre/calibre/ebooks/pdf/manipulate/split.py +lib/calibre/calibre/ebooks/pdf/outline_writer.py lib/calibre/calibre/ebooks/pdf/pageoptions.py lib/calibre/calibre/ebooks/pdf/pdftohtml.py lib/calibre/calibre/ebooks/pdf/reflow.py -lib/calibre/calibre/ebooks/pdf/verify.py lib/calibre/calibre/ebooks/pdf/writer.py lib/calibre/calibre/ebooks/pml/__init__.py lib/calibre/calibre/ebooks/pml/pmlconverter.py @@ -628,6 +626,7 @@ lib/calibre/calibre/gui2/device.py lib/calibre/calibre/gui2/device_drivers/__init__.py lib/calibre/calibre/gui2/device_drivers/configwidget.py lib/calibre/calibre/gui2/device_drivers/configwidget_ui.py +lib/calibre/calibre/gui2/device_drivers/mtp_config.py lib/calibre/calibre/gui2/dialogs/__init__.py lib/calibre/calibre/gui2/dialogs/add_empty_book.py lib/calibre/calibre/gui2/dialogs/add_from_isbn.py @@ -684,6 +683,8 @@ lib/calibre/calibre/gui2/dialogs/search. lib/calibre/calibre/gui2/dialogs/search_item_ui.py lib/calibre/calibre/gui2/dialogs/search_ui.py lib/calibre/calibre/gui2/dialogs/select_formats.py +lib/calibre/calibre/gui2/dialogs/smartdevice_ui.py +lib/calibre/calibre/gui2/dialogs/smartdevice.py lib/calibre/calibre/gui2/dialogs/tag_categories.py lib/calibre/calibre/gui2/dialogs/tag_categories_ui.py lib/calibre/calibre/gui2/dialogs/tag_editor.py @@ -794,6 +795,7 @@ lib/calibre/calibre/gui2/store/stores/am lib/calibre/calibre/gui2/store/stores/beam_ebooks_de_plugin.py lib/calibre/calibre/gui2/store/stores/biblio_plugin.py lib/calibre/calibre/gui2/store/stores/ebookpoint_plugin.py +lib/calibre/calibre/gui2/store/stores/ebooksgratuits_plugin.py lib/calibre/calibre/gui2/store/stores/escapemagazine_plugin.py lib/calibre/calibre/gui2/store/stores/gandalf_plugin.py lib/calibre/calibre/gui2/store/stores/litres_plugin.py @@ -886,6 +888,7 @@ lib/calibre/calibre/gui2/viewer/dictiona lib/calibre/calibre/gui2/viewer/documentview.py lib/calibre/calibre/gui2/viewer/javascript.py lib/calibre/calibre/gui2/viewer/flip.py +lib/calibre/calibre/gui2/viewer/image_popup.py lib/calibre/calibre/gui2/viewer/keys.py lib/calibre/calibre/gui2/viewer/main.py lib/calibre/calibre/gui2/viewer/main_ui.py @@ -959,7 +962,6 @@ lib/calibre/calibre/startup.py lib/calibre/calibre/test_build.py lib/calibre/calibre/trac/__init__.py lib/calibre/calibre/trac/bzr_commit_plugin.py -lib/calibre/calibre/trac/setup.py lib/calibre/calibre/translations/__init__.py lib/calibre/calibre/translations/dynamic.py lib/calibre/calibre/translations/msgfmt.py @@ -1207,12 +1209,6 @@ lib/calibre/odf/text.py lib/calibre/odf/thumbnail.py lib/calibre/odf/userfield.py lib/calibre/odf/xforms.py -lib/calibre/pyPdf/__init__.py -lib/calibre/pyPdf/filters.py -lib/calibre/pyPdf/generic.py -lib/calibre/pyPdf/pdf.py -lib/calibre/pyPdf/utils.py -lib/calibre/pyPdf/xmp.py lib/calibre/qtcurve/test_rendering.py lib/calibre/routes/__init__.py lib/calibre/routes/base.py @@ -1340,6 +1336,7 @@ share/gnome/apps/calibre-ebook-viewer.de %%DATADIR%%/images/devices/itunes.png %%DATADIR%%/images/devices/kindle.jpg %%DATADIR%%/images/devices/nook.jpg +%%DATADIR%%/images/devices/galaxy_s3.png %%DATADIR%%/images/dialog_error.png %%DATADIR%%/images/dialog_information.png %%DATADIR%%/images/dialog_question.png @@ -1482,6 +1479,8 @@ share/gnome/apps/calibre-ebook-viewer.de %%DATADIR%%/images/drm-unlocked.png %%DATADIR%%/images/cover_texture.png %%DATADIR%%/images/scroll.png +%%DATADIR%%/images/dot_green.png +%%DATADIR%%/images/dot_red.png %%DATADIR%%/jacket/stylesheet.css %%DATADIR%%/jacket/template.xhtml %%DATADIR%%/jquery.simulate.js @@ -1512,8 +1511,247 @@ share/gnome/apps/calibre-ebook-viewer.de %%DATADIR%%/viewer/hyphenation.js %%DATADIR%%/viewer/images.js %%DATADIR%%/viewer/jquery_scrollTo.js +%%DATADIR%%/viewer/mathjax/extensions/FontWarnings.js +%%DATADIR%%/viewer/mathjax/extensions/v1.0-warning.js +%%DATADIR%%/viewer/mathjax/extensions/mml2jax.js +%%DATADIR%%/viewer/mathjax/extensions/asciimath2jax.js +%%DATADIR%%/viewer/mathjax/extensions/tex2jax.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/HTML.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/unicode.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/mathchoice.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/begingroup.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/cancel.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/AMSsymbols.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/autoload-all.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/enclose.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/extpfeil.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/color.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/noErrors.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/mhchem.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/noUndefined.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/verb.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/bbox.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/AMSmath.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/newcommand.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/boldsymbol.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/autobold.js +%%DATADIR%%/viewer/mathjax/extensions/TeX/action.js +%%DATADIR%%/viewer/mathjax/extensions/toMathML.js +%%DATADIR%%/viewer/mathjax/extensions/MathZoom.js +%%DATADIR%%/viewer/mathjax/extensions/MathMenu.js +%%DATADIR%%/viewer/mathjax/extensions/jsMath2jax.js +%%DATADIR%%/viewer/mathjax/extensions/MathEvents.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/jax.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/SupplementalArrowsB.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/MiscTechnical.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/SupplementalArrowsA.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/MathOperators.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/SpacingModLetters.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/CombDiacritMarks.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/SuppMathOperators.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/Dingbats.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/Latin1Supplement.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/GeneralPunctuation.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/CombDiactForSymbols.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/GeometricShapes.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/Arrows.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/BasicLatin.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/LetterlikeSymbols.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js +%%DATADIR%%/viewer/mathjax/jax/element/mml/optable/GreekAndCoptic.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/autoload/maction.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/autoload/mtable.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/autoload/ms.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/autoload/mglyph.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/autoload/annotation-xml.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/autoload/multiline.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/autoload/menclose.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/autoload/mmultiscripts.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Math/Italic/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/fontdata.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/fontdata-extra.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/Main.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/config.js +%%DATADIR%%/viewer/mathjax/jax/output/SVG/jax.js +%%DATADIR%%/viewer/mathjax/jax/input/AsciiMath/config.js +%%DATADIR%%/viewer/mathjax/jax/input/AsciiMath/jax.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/v.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/d.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/j.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/x.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/m.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/w.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/n.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/e.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/opf.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/z.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/g.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/h.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/q.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/o.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/y.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/t.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/a.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/p.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/b.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/s.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/fr.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/scr.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/c.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/r.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/l.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/f.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/i.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/k.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/entities/u.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/config.js +%%DATADIR%%/viewer/mathjax/jax/input/MathML/jax.js +%%DATADIR%%/viewer/mathjax/jax/input/TeX/config.js +%%DATADIR%%/viewer/mathjax/jax/input/TeX/jax.js +%%DATADIR%%/viewer/mathjax/MathJax.js %%DATADIR%%/viewer/referencing.js @dirrm %%DATADIR%%/viewer/hyphenate +@dirrm %%DATADIR%%/viewer/mathjax/jax/input/MathML/entities +@dirrm %%DATADIR%%/viewer/mathjax/jax/input/MathML +@dirrm %%DATADIR%%/viewer/mathjax/jax/input/AsciiMath +@dirrm %%DATADIR%%/viewer/mathjax/jax/input/TeX +@dirrm %%DATADIR%%/viewer/mathjax/jax/input +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Bold +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Italic +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main/Regular +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Main +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/AMS +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Bold +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Regular +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Caligraphic +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Typewriter +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Script/Regular +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Script +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size4/Regular +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size4 +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size3/Regular +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size3 +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size2/Regular +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size2 +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Math/Italic +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Math/BoldItalic +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Math +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/SansSerif +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size1/Regular +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Size1 +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX/Fraktur +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts/TeX +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/fonts +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG/autoload +@dirrm %%DATADIR%%/viewer/mathjax/jax/output/SVG +@dirrm %%DATADIR%%/viewer/mathjax/jax/output +@dirrm %%DATADIR%%/viewer/mathjax/jax/element/mml/optable +@dirrm %%DATADIR%%/viewer/mathjax/jax/element/mml +@dirrm %%DATADIR%%/viewer/mathjax/jax/element +@dirrm %%DATADIR%%/viewer/mathjax/jax +@dirrm %%DATADIR%%/viewer/mathjax/extensions/TeX +@dirrm %%DATADIR%%/viewer/mathjax/extensions +@dirrm %%DATADIR%%/viewer/mathjax @dirrm %%DATADIR%%/viewer @dirrm %%DATADIR%%/templates @dirrm %%DATADIR%%/localization/pykakasi @@ -1539,7 +1777,6 @@ share/gnome/apps/calibre-ebook-viewer.de @dirrm lib/calibre/templite @dirrm lib/calibre/routes @dirrm lib/calibre/qtcurve -@dirrm lib/calibre/pyPdf @dirrm lib/calibre/odf @dirrm lib/calibre/chardet @dirrm lib/calibre/cherrypy/wsgiserver @@ -1600,7 +1837,6 @@ share/gnome/apps/calibre-ebook-viewer.de @dirrm lib/calibre/calibre/ebooks/readability @dirrm lib/calibre/calibre/ebooks/rb @dirrm lib/calibre/calibre/ebooks/pml -@dirrm lib/calibre/calibre/ebooks/pdf/manipulate @dirrm lib/calibre/calibre/ebooks/pdf @dirrm lib/calibre/calibre/ebooks/pdb/ztxt @dirrm lib/calibre/calibre/ebooks/pdb/plucker @@ -1653,13 +1889,16 @@ share/gnome/apps/calibre-ebook-viewer.de @dirrm lib/calibre/calibre/devices/user_defined @dirrm lib/calibre/calibre/devices/teclast @dirrm lib/calibre/calibre/devices/sne +@dirrm lib/calibre/calibre/devices/smart_device_app @dirrm lib/calibre/calibre/devices/prs505 -@dirrm lib/calibre/calibre/devices/prs500/cli -@dirrm lib/calibre/calibre/devices/prs500 @dirrm lib/calibre/calibre/devices/prst1 @dirrm lib/calibre/calibre/devices/nuut2 @dirrm lib/calibre/calibre/devices/nook @dirrm lib/calibre/calibre/devices/nokia +@dirrm lib/calibre/calibre/devices/mtp/unix/upstream +@dirrm lib/calibre/calibre/devices/mtp/unix +@dirrm lib/calibre/calibre/devices/mtp/windows +@dirrm lib/calibre/calibre/devices/mtp @dirrm lib/calibre/calibre/devices/kobo @dirrm lib/calibre/calibre/devices/kindle @dirrm lib/calibre/calibre/devices/jetbook From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 02:34:47 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3A7CB106566B; Mon, 10 Sep 2012 02:34:47 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 253EC8FC08; Mon, 10 Sep 2012 02:34:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8A2YkqJ077049; Mon, 10 Sep 2012 02:34:47 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8A2Yk72077046; Mon, 10 Sep 2012 02:34:46 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209100234.q8A2Yk72077046@svn.freebsd.org> From: Steve Wills Date: Mon, 10 Sep 2012 02:34:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304014 - head/games/3dpong X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 02:34:47 -0000 Author: swills Date: Mon Sep 10 02:34:46 2012 New Revision: 304014 URL: http://svn.freebsd.org/changeset/ports/304014 Log: - Add second MASTER_SITES entry - Convert to OptionsNG - Use PLIST_FILES instead of pkg-plist - Give maintainership to submitter PR: ports/171261 Submitted by: nemysis Deleted: head/games/3dpong/pkg-plist Modified: head/games/3dpong/Makefile (contents, props changed) head/games/3dpong/distinfo (contents, props changed) Modified: head/games/3dpong/Makefile ============================================================================== --- head/games/3dpong/Makefile Mon Sep 10 02:03:04 2012 (r304013) +++ head/games/3dpong/Makefile Mon Sep 10 02:34:46 2012 (r304014) @@ -7,12 +7,17 @@ PORTNAME= 3dpong PORTVERSION= 0.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= ftp://ftp.billsgames.com/unix/x/3dpong/src/ +MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/3dpong/src/ \ + ftp://ftp.billsgames.com/unix/x/3dpong/src/ \ + http://www.newbreedsoftware.com/images/prodicons/:icons +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}.gif:icons +EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org -COMMENT= X Window 3D Pong game for 1 or 2 players with a ball and paddles +MAINTAINER= nemysis@gmx.ch +COMMENT= X Window 3D Pong game for 1 or 2 players LICENSE= GPLv2 @@ -21,19 +26,43 @@ USE_GMAKE= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \ XLIB="-L${LOCALBASE}/lib -lX11" +MAN6= ${PORTNAME}.6 + +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.gif \ + share/examples/${PORTNAME}/${PORTNAME}-handball.sh \ + share/examples/${PORTNAME}/${PORTNAME}-vs-computer.sh +PLIST_DIRS= share/examples/${PORTNAME} + +PORTDATA= * +PORTDOCS= AUTHORS.txt CHANGES.txt README.txt TODO.txt + +.include + post-patch: - @${REINPLACE_CMD} -e \ - 's|cat sounds/|cat ${DATADIR}/|g' ${WRKSRC}/src/3dpong.c + @${REINPLACE_CMD} -e 's|cat sounds/|cat ${DATADIR}/|g' ${WRKSRC}/src/3dpong.c do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/3dpong ${PREFIX}/bin - @${MKDIR} ${DATADIR} +# Executable + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +# Data + ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/sounds/*.au ${DATADIR} -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in AUTHORS.txt CHANGES.txt INSTALL.txt README.txt TODO.txt - ${INSTALL_DATA} ${WRKSRC}/docs/${file} ${DOCSDIR} -.endfor + ${INSTALL_MAN} ${WRKSRC}/src/${MAN6} ${MAN1PREFIX}/man/man6 + +# Pixmaps + ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.gif ${PREFIX}/share/pixmaps/ + +# Documentation +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} +. for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${DOCSDIR} +. endfor .endif +# Examples + @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) + .include Modified: head/games/3dpong/distinfo ============================================================================== --- head/games/3dpong/distinfo Mon Sep 10 02:03:04 2012 (r304013) +++ head/games/3dpong/distinfo Mon Sep 10 02:34:46 2012 (r304014) @@ -1,2 +1,4 @@ SHA256 (3dpong-0.5.tar.gz) = b1557818319f482c1e0795192f013ecf998c9f1013033b542676d1bf743a6bc5 SIZE (3dpong-0.5.tar.gz) = 37004 +SHA256 (3dpong.gif) = 52524304fd79bb31740ac59a6ce249cc8461112adca0e4f3ab57ff4ab5623a1f +SIZE (3dpong.gif) = 321 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 02:37:56 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17FA7106566B; Mon, 10 Sep 2012 02:37:55 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BC4DF8FC08; Mon, 10 Sep 2012 02:37:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8A2btqk077460; Mon, 10 Sep 2012 02:37:55 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8A2btRA077458; Mon, 10 Sep 2012 02:37:55 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201209100237.q8A2btRA077458@svn.freebsd.org> From: Mark Linimon Date: Mon, 10 Sep 2012 02:37:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304015 - head/graphics/mapyrus X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 02:37:56 -0000 Author: linimon Date: Mon Sep 10 02:37:55 2012 New Revision: 304015 URL: http://svn.freebsd.org/changeset/ports/304015 Log: Update Makefile to match distinfo to try to unbreak port. Hat: portmgr Modified: head/graphics/mapyrus/Makefile Modified: head/graphics/mapyrus/Makefile ============================================================================== --- head/graphics/mapyrus/Makefile Mon Sep 10 02:34:46 2012 (r304014) +++ head/graphics/mapyrus/Makefile Mon Sep 10 02:37:55 2012 (r304015) @@ -6,7 +6,7 @@ # PORTNAME= mapyrus -PORTVERSION= 1.201 +PORTVERSION= 1.202 PORTREVISION= 0 CATEGORIES= graphics print java MASTER_SITES= SF From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 02:53:43 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87B14106564A; Mon, 10 Sep 2012 02:53:43 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 72E3A8FC14; Mon, 10 Sep 2012 02:53:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8A2rhkF079563; Mon, 10 Sep 2012 02:53:43 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8A2rhjl079557; Mon, 10 Sep 2012 02:53:43 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209100253.q8A2rhjl079557@svn.freebsd.org> From: Steve Wills Date: Mon, 10 Sep 2012 02:53:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304016 - in head/games/icbm3d: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 02:53:43 -0000 Author: swills Date: Mon Sep 10 02:53:42 2012 New Revision: 304016 URL: http://svn.freebsd.org/changeset/ports/304016 Log: - Add additional MASTER_SITES entry - Avoid pkg-plist due to small file list - Convert to OptionsNG - Give maintainership to submitter PR: ports/171264 Submitted by: nemysis Added: head/games/icbm3d/files/patch-makefile (contents, props changed) Deleted: head/games/icbm3d/pkg-plist Modified: head/games/icbm3d/Makefile (contents, props changed) head/games/icbm3d/distinfo (contents, props changed) head/games/icbm3d/files/patch-aa (contents, props changed) head/games/icbm3d/pkg-descr (contents, props changed) Modified: head/games/icbm3d/Makefile ============================================================================== --- head/games/icbm3d/Makefile Mon Sep 10 02:37:55 2012 (r304015) +++ head/games/icbm3d/Makefile Mon Sep 10 02:53:42 2012 (r304016) @@ -7,24 +7,42 @@ PORTNAME= icbm3d PORTVERSION= 0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= ftp://ftp.billsgames.com/unix/x/icbm3d/ -DISTNAME= ${PORTNAME}.${PORTVERSION} +MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/icbm3d/ \ + ftp://ftp.billsgames.com/unix/x/icbm3d/ \ + http://www.newbreedsoftware.com/images/prodicons/:icons +DISTFILES= ${PORTNAME}.${DISTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}.gif:icons +EXTRACT_ONLY= ${PORTNAME}.${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org -COMMENT= "Inter-Continental Ballistic Missiles, 3D" - 3D game of defense +MAINTAINER= nemysis@gmx.ch +COMMENT= Inter-Continental Ballistic Missiles, 3D WRKSRC= ${WRKDIR}/icbm3d + USE_XORG= x11 MAKEFILE= makefile -ALL_TARGET= icbm3d +ALL_TARGET= ${PORTNAME} + +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.gif + +PORTDOCS= README.txt + +.include do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/icbm3d ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/icbm3d - ${INSTALL_DATA} ${WRKSRC}/README.txt ${PREFIX}/share/doc/icbm3d +# Executable + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +# Pixmaps + ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.gif ${PREFIX}/share/pixmaps/ + +# Documentation +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR} .endif .include Modified: head/games/icbm3d/distinfo ============================================================================== --- head/games/icbm3d/distinfo Mon Sep 10 02:37:55 2012 (r304015) +++ head/games/icbm3d/distinfo Mon Sep 10 02:53:42 2012 (r304016) @@ -1,2 +1,4 @@ SHA256 (icbm3d.0.4.tar.gz) = 9ad41c154ef47695771a26875d5415bcedcb139352b1e2175f386d206b0038fd SIZE (icbm3d.0.4.tar.gz) = 31187 +SHA256 (icbm3d.gif) = e5d6d45ee11ff669414ac2e22943a0786b62b72035884a06abd5f12dcd0d5f15 +SIZE (icbm3d.gif) = 1024 Modified: head/games/icbm3d/files/patch-aa ============================================================================== --- head/games/icbm3d/files/patch-aa Mon Sep 10 02:37:55 2012 (r304015) +++ head/games/icbm3d/files/patch-aa Mon Sep 10 02:53:42 2012 (r304016) @@ -1,22 +0,0 @@ ---- makefile Fri Jul 31 04:41:20 1998 -+++ /home/andy/tmp/wrk/makefile Mon Aug 10 18:40:01 1998 -@@ -9,14 +9,16 @@ - - # Makefile user-definable variables------------------------------------------ - --CC=gcc -+CC?=gcc -+PREFIX?=/usr/X11R6 -+LOCALBASE?=/usr/X11R6 - MATHLIB=-lm - - INSTALLROOT=$(PREFIX) - LANGUAGE=english - --XLIB=-L$(PREFIX)/lib -lX11 #-lcompat --CFLAGS=-I$(PREFIX)/include -O2 -+XLIB=-L$(LOCALBASE)/lib -lX11 #-lcompat -+CFLAGS+=-I$(LOCALBASE)/include - - - # End of makefile user-definable variables----------------------------------- Added: head/games/icbm3d/files/patch-makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/icbm3d/files/patch-makefile Mon Sep 10 02:53:42 2012 (r304016) @@ -0,0 +1,22 @@ +--- makefile.orig 1998-07-31 06:41:20.000000000 +0200 ++++ makefile 2012-09-02 23:21:36.000000000 +0200 +@@ -9,14 +9,16 @@ + + # Makefile user-definable variables------------------------------------------ + +-CC=gcc ++CC?=g++ ++PREFIX?=/usr/local ++LOCALBASE?=/usr/local + MATHLIB=-lm + + INSTALLROOT=$(PREFIX) + LANGUAGE=english + +-XLIB=-L$(PREFIX)/lib -lX11 #-lcompat +-CFLAGS=-I$(PREFIX)/include -O2 ++XLIB=-L$(LOCALBASE)/lib -lX11 #-lcompat ++CFLAGS+=-I$(LOCALBASE)/include + + + # End of makefile user-definable variables----------------------------------- Modified: head/games/icbm3d/pkg-descr ============================================================================== --- head/games/icbm3d/pkg-descr Mon Sep 10 02:37:55 2012 (r304015) +++ head/games/icbm3d/pkg-descr Mon Sep 10 02:53:42 2012 (r304016) @@ -1,14 +1,16 @@ - Like the original "Missile Command" and its clones, this game -places you in control of Anti-ICBM weapons which you use to -destroy an onslaught of missiles (and other nasties) which are -dropping onto your nation. - The game ends when your cities have all been destroyed. You -only gain replacement cities by acheiving certain score -thresholds during each attack (level). - The main difference between this game and Missile Command is -that ICBM3D, as the name suggests, provides a 3D perspective. -You take advantage of X-Window's 3-button mouse to control your -firing sight ("cross-hair") in 3-dimensions, and change your -viewpoint. +ICBM3D ("Inter-Continental Ballistic Missiles, 3D") is a 3D game of defense. + +Like the original "Missile Command" and its clones, this game places you in +control of Anti-ICBM weapons which you use to destroy an onslaught of +missiles (and other nasties) which are dropping onto your nation. + +The game ends when your cities have all been destroyed. You only gain +replacement cities by acheiving certain score thresholds during each attack +(level). + +The main difference between this game and Missile Command is that ICBM3D, +as the name suggests, provides a 3D perspective. You take advantage of +X-Window's 3-button mouse to control your firing sight ("cross-hair") +in 3-dimensions, and change your viewpoint. WWW: http://www.newbreedsoftware.com/icbm3d/ From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 03:02:03 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8448E106566B; Mon, 10 Sep 2012 03:02:03 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 565988FC0A; Mon, 10 Sep 2012 03:02:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8A323On080875; Mon, 10 Sep 2012 03:02:03 GMT (envelope-from brd@svn.freebsd.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8A323ov080871; Mon, 10 Sep 2012 03:02:03 GMT (envelope-from brd@svn.freebsd.org) Message-Id: <201209100302.q8A323ov080871@svn.freebsd.org> From: Brad Davis Date: Mon, 10 Sep 2012 03:02:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304017 - in head/sysutils/rsyslog5: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 03:02:03 -0000 Author: brd (doc committer) Date: Mon Sep 10 03:02:02 2012 New Revision: 304017 URL: http://svn.freebsd.org/changeset/ports/304017 Log: - Update to 5.10.0 - Unmark as BROKEN on i386 with SNMP Changes: http://www.rsyslog.com/changelog-for-5-10-0-v5-stable/ Added: head/sysutils/rsyslog5/files/patch-plugins__imuxsock__imuxsock.c (contents, props changed) Modified: head/sysutils/rsyslog5/Makefile head/sysutils/rsyslog5/distinfo Modified: head/sysutils/rsyslog5/Makefile ============================================================================== --- head/sysutils/rsyslog5/Makefile Mon Sep 10 02:53:42 2012 (r304016) +++ head/sysutils/rsyslog5/Makefile Mon Sep 10 03:02:02 2012 (r304017) @@ -6,7 +6,7 @@ # PORTNAME= rsyslog -PORTVERSION= 5.8.13 +PORTVERSION= 5.10.0 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ .ifdef MNAME @@ -84,10 +84,6 @@ post-install: .ifdef MNAME -.if ${MNAME} == "snmp" && ${ARCH} == "i386" && ${OSVERSION} >= 800000 -BROKEN= Does not link on i386: can't find symbol snmp_timeout in libnetsnmp -.endif - CONFIGURE_ARGS+= --disable-rsyslogd --disable-klog DESCR?= ${.CURDIR}/../rsyslog5/pkg-descr Modified: head/sysutils/rsyslog5/distinfo ============================================================================== --- head/sysutils/rsyslog5/distinfo Mon Sep 10 02:53:42 2012 (r304016) +++ head/sysutils/rsyslog5/distinfo Mon Sep 10 03:02:02 2012 (r304017) @@ -1,2 +1,2 @@ -SHA256 (rsyslog-5.8.13.tar.gz) = e872b3cde0e9c9fe9321cd4fc7e4c78133ba8e1667ec01bb809bb311ea5156dd -SIZE (rsyslog-5.8.13.tar.gz) = 2394374 +SHA256 (rsyslog-5.10.0.tar.gz) = 0fbfe23f22c102e1e7ff7e19f6396de720832f2a83914c72510a07bdc86536f5 +SIZE (rsyslog-5.10.0.tar.gz) = 2400380 Added: head/sysutils/rsyslog5/files/patch-plugins__imuxsock__imuxsock.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rsyslog5/files/patch-plugins__imuxsock__imuxsock.c Mon Sep 10 03:02:02 2012 (r304017) @@ -0,0 +1,21 @@ +--- plugins/imuxsock/imuxsock.c.orig 2012-08-22 09:13:32.000000000 -0600 ++++ plugins/imuxsock/imuxsock.c 2012-09-09 15:43:48.000000000 -0600 +@@ -77,7 +77,7 @@ + + /* emulate struct ucred for platforms that do not have it */ + #ifndef HAVE_SCM_CREDENTIALS +-struct ucred { int pid; }; ++struct ucred { int pid; uid_t uid; gid_t gid; }; + #endif + + /* handle some defines missing on more than one platform */ +@@ -802,9 +802,7 @@ + int iMaxLine; + struct msghdr msgh; + struct iovec msgiov; +-# if HAVE_SCM_CREDENTIALS + struct cmsghdr *cm; +-# endif + struct ucred *cred; + struct timeval *ts; + uchar bufRcv[4096+1]; From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 03:08:17 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC9B5106566C; Mon, 10 Sep 2012 03:08:17 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7E1308FC08; Mon, 10 Sep 2012 03:08:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8A38HnI081700; Mon, 10 Sep 2012 03:08:17 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8A38H7U081698; Mon, 10 Sep 2012 03:08:17 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209100308.q8A38H7U081698@svn.freebsd.org> From: Steve Wills Date: Mon, 10 Sep 2012 03:08:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304018 - head/games/madbomber X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 03:08:17 -0000 Author: swills Date: Mon Sep 10 03:08:16 2012 New Revision: 304018 URL: http://svn.freebsd.org/changeset/ports/304018 Log: - Add second MASTER_SITES entry - Avoid pkg-plist due to short plist - Set LICENSE - Convert to OptionsNG - Give maintainership to submitter PR: ports/171267 Submitted by: nemysis Deleted: head/games/madbomber/pkg-plist Modified: head/games/madbomber/Makefile (contents, props changed) Modified: head/games/madbomber/Makefile ============================================================================== --- head/games/madbomber/Makefile Mon Sep 10 03:02:02 2012 (r304017) +++ head/games/madbomber/Makefile Mon Sep 10 03:08:16 2012 (r304018) @@ -7,28 +7,52 @@ PORTNAME= madbomber PORTVERSION= 0.2.5 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= games -MASTER_SITES= ftp://ftp.billsgames.com/unix/x/madbomber/src/ +MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/madbomber/src/ \ + ftp://ftp.billsgames.com/unix/x/madbomber/src/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= nemysis@gmx.ch COMMENT= A clone of Activision's classic Atari 2600 console game "Kaboom!" +LICENSE= GPLv2 + USE_SDL= mixer image sdl CPPFLAGS+= `${SDL_CONFIG} --cflags` -DDATA_PREFIX=\"${DATADIR}/\" LDFLAGS+= `${SDL_CONFIG} --libs` +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.png + +PORTDATA= * +PORTDOCS= AUTHORS.txt CHANGES.txt README.txt TODO.txt + +.include + do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} -o ${PORTNAME} \ ${PORTNAME}.c ${LDFLAGS} -lSDL_mixer -lSDL_image do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/madbomber ${PREFIX}/bin - @${MKDIR} ${DATADIR} - ${TAR} -C ${WRKSRC}/data --exclude embedded -cf - . | \ - ${TAR} -C ${DATADIR} --unlink -xf - - @${FIND} ${DATADIR} | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP} - @${FIND} ${DATADIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE} +# Executable + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +# Data + ${MKDIR} ${DATADIR} +.for d in images music sounds + @(cd ${WRKSRC}/data && ${COPYTREE_SHARE} ${d} ${DATADIR}) +.endfor + +# Pixmaps + ${INSTALL_DATA} ${WRKSRC}/data/images/icon.png ${PREFIX}/share/pixmaps/${PORTNAME}.png + +# Documentation +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} +. for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +. endfor +.endif .include From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 03:13:46 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E20501065670; Mon, 10 Sep 2012 03:13:46 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CD42A8FC14; Mon, 10 Sep 2012 03:13:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8A3Dk2D082610; Mon, 10 Sep 2012 03:13:46 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8A3DkWn082607; Mon, 10 Sep 2012 03:13:46 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209100313.q8A3DkWn082607@svn.freebsd.org> From: Wen Heping Date: Mon, 10 Sep 2012 03:13:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304019 - head/devel/p5-App-GitHub X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 03:13:47 -0000 Author: wen Date: Mon Sep 10 03:13:46 2012 New Revision: 304019 URL: http://svn.freebsd.org/changeset/ports/304019 Log: - Update to 1.0.1 Changes: http://cpansearch.perl.org/src/WORR/App-GitHub-1.0.1/Changes Modified: head/devel/p5-App-GitHub/Makefile head/devel/p5-App-GitHub/distinfo Modified: head/devel/p5-App-GitHub/Makefile ============================================================================== --- head/devel/p5-App-GitHub/Makefile Mon Sep 10 03:08:16 2012 (r304018) +++ head/devel/p5-App-GitHub/Makefile Mon Sep 10 03:13:46 2012 (r304019) @@ -6,7 +6,7 @@ # PORTNAME= App-GitHub -PORTVERSION= 1.0 +PORTVERSION= 1.0.1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= App Modified: head/devel/p5-App-GitHub/distinfo ============================================================================== --- head/devel/p5-App-GitHub/distinfo Mon Sep 10 03:08:16 2012 (r304018) +++ head/devel/p5-App-GitHub/distinfo Mon Sep 10 03:13:46 2012 (r304019) @@ -1,2 +1,2 @@ -SHA256 (App-GitHub-1.0.tar.gz) = 7e53046d84593fdbba14e12af91179d77756f1748d38e9d96fcc01e2a7869982 -SIZE (App-GitHub-1.0.tar.gz) = 15972 +SHA256 (App-GitHub-1.0.1.tar.gz) = 4ea2632428224e72966f74f622445425d9aab65b52755055b390db718ea076b8 +SIZE (App-GitHub-1.0.1.tar.gz) = 16022 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 04:23:05 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 451C8106564A; Mon, 10 Sep 2012 04:23:05 +0000 (UTC) (envelope-from brd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2EFCC8FC08; Mon, 10 Sep 2012 04:23:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8A4N5jg091107; Mon, 10 Sep 2012 04:23:05 GMT (envelope-from brd@svn.freebsd.org) Received: (from brd@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8A4N47N091100; Mon, 10 Sep 2012 04:23:04 GMT (envelope-from brd@svn.freebsd.org) Message-Id: <201209100423.q8A4N47N091100@svn.freebsd.org> From: Brad Davis Date: Mon, 10 Sep 2012 04:23:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304020 - in head/sysutils: rsyslog6 rsyslog6-gnutls rsyslog6/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 04:23:05 -0000 Author: brd (doc committer) Date: Mon Sep 10 04:23:04 2012 New Revision: 304020 URL: http://svn.freebsd.org/changeset/ports/304020 Log: - Update to 6.4.1 - Unmark as BROKEN on i386 with SNMP Changes: http://www.rsyslog.com/changelog-for-6-4-1-v6-stable/ Added: head/sysutils/rsyslog6/files/patch-grammar__lexer.l (contents, props changed) Modified: head/sysutils/rsyslog6-gnutls/Makefile head/sysutils/rsyslog6/Makefile head/sysutils/rsyslog6/distinfo head/sysutils/rsyslog6/files/patch-plugins__imuxsock__imuxsock.c head/sysutils/rsyslog6/pkg-plist Modified: head/sysutils/rsyslog6-gnutls/Makefile ============================================================================== --- head/sysutils/rsyslog6-gnutls/Makefile Mon Sep 10 03:13:46 2012 (r304019) +++ head/sysutils/rsyslog6-gnutls/Makefile Mon Sep 10 04:23:04 2012 (r304020) @@ -5,8 +5,6 @@ # $FreeBSD$ # -PORTREVISION= 2 - COMMENT= GNUTLS module for rsyslog MASTERDIR= ${.CURDIR}/../rsyslog6 Modified: head/sysutils/rsyslog6/Makefile ============================================================================== --- head/sysutils/rsyslog6/Makefile Mon Sep 10 03:13:46 2012 (r304019) +++ head/sysutils/rsyslog6/Makefile Mon Sep 10 04:23:04 2012 (r304020) @@ -6,7 +6,7 @@ # PORTNAME= rsyslog -PORTVERSION= 6.2.2 +PORTVERSION= 6.4.1 PORTREVISION?= 0 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ @@ -93,10 +93,6 @@ post-install: .ifdef MNAME -.if ${MNAME} == "snmp" && ${ARCH} == "i386" && ${OSVERSION} >= 800000 -BROKEN= Does not link on i386: can't find symbol snmp_timeout in libnetsnmp -.endif - CONFIGURE_ARGS+= --disable-rsyslogd --disable-klog DESCR?= ${.CURDIR}/../rsyslog6/pkg-descr Modified: head/sysutils/rsyslog6/distinfo ============================================================================== --- head/sysutils/rsyslog6/distinfo Mon Sep 10 03:13:46 2012 (r304019) +++ head/sysutils/rsyslog6/distinfo Mon Sep 10 04:23:04 2012 (r304020) @@ -1,2 +1,2 @@ -SHA256 (rsyslog-6.2.2.tar.gz) = c54b51f9f26d16e623d664c765268f3696721ceddfbee4e76b0dd89f04a6f471 -SIZE (rsyslog-6.2.2.tar.gz) = 2432745 +SHA256 (rsyslog-6.4.1.tar.gz) = 6150e81f3338c8624c0e91dbfc83ce753b180993f12a211525a4ac59891efb21 +SIZE (rsyslog-6.4.1.tar.gz) = 2526465 Added: head/sysutils/rsyslog6/files/patch-grammar__lexer.l ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rsyslog6/files/patch-grammar__lexer.l Mon Sep 10 04:23:04 2012 (r304020) @@ -0,0 +1,11 @@ +--- grammar/lexer.l.orig 2012-09-09 19:56:44.000000000 -0600 ++++ grammar/lexer.l 2012-09-09 19:56:56.000000000 -0600 +@@ -87,7 +87,7 @@ + * included. I guess that's some autotools magic I don't understand... + */ + //char *strdup(char*); +-int fileno(FILE *stream); ++//int fileno(FILE *stream); + + %} + Modified: head/sysutils/rsyslog6/files/patch-plugins__imuxsock__imuxsock.c ============================================================================== --- head/sysutils/rsyslog6/files/patch-plugins__imuxsock__imuxsock.c Mon Sep 10 03:13:46 2012 (r304019) +++ head/sysutils/rsyslog6/files/patch-plugins__imuxsock__imuxsock.c Mon Sep 10 04:23:04 2012 (r304020) @@ -1,6 +1,15 @@ ---- ./plugins/imuxsock/imuxsock.c.orig 2011-09-15 06:01:15.000000000 +0000 -+++ ./plugins/imuxsock/imuxsock.c 2012-01-17 01:17:22.085759310 +0000 -@@ -727,9 +727,7 @@ +--- plugins/imuxsock/imuxsock.c.orig 2012-09-06 04:05:36.000000000 -0600 ++++ plugins/imuxsock/imuxsock.c 2012-09-09 20:03:06.000000000 -0600 +@@ -81,7 +81,7 @@ + + /* emulate struct ucred for platforms that do not have it */ + #ifndef HAVE_SCM_CREDENTIALS +-struct ucred { int pid; }; ++struct ucred { int pid; uid_t uid; gid_t gid; }; + #endif + + /* handle some defines missing on more than one platform */ +@@ -895,9 +895,7 @@ int iMaxLine; struct msghdr msgh; struct iovec msgiov; Modified: head/sysutils/rsyslog6/pkg-plist ============================================================================== --- head/sysutils/rsyslog6/pkg-plist Mon Sep 10 03:13:46 2012 (r304019) +++ head/sysutils/rsyslog6/pkg-plist Mon Sep 10 04:23:04 2012 (r304020) @@ -6,8 +6,6 @@ lib/rsyslog/immark.la lib/rsyslog/immark.so lib/rsyslog/imtcp.la lib/rsyslog/imtcp.so -lib/rsyslog/imtemplate.la -lib/rsyslog/imtemplate.so lib/rsyslog/imudp.la lib/rsyslog/imudp.so lib/rsyslog/imuxsock.la From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 04:34:05 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E412D106566C; Mon, 10 Sep 2012 04:34:05 +0000 (UTC) (envelope-from olivierd@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CF0FA8FC16; Mon, 10 Sep 2012 04:34:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8A4Y55K092571; Mon, 10 Sep 2012 04:34:05 GMT (envelope-from olivierd@svn.freebsd.org) Received: (from olivierd@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8A4Y5oE092567; Mon, 10 Sep 2012 04:34:05 GMT (envelope-from olivierd@svn.freebsd.org) Message-Id: <201209100434.q8A4Y5oE092567@svn.freebsd.org> From: Olivier Duchateau Date: Mon, 10 Sep 2012 04:34:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304021 - head/devel/py-gevent-zeromq X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 04:34:06 -0000 Author: olivierd Date: Mon Sep 10 04:34:04 2012 New Revision: 304021 URL: http://svn.freebsd.org/changeset/ports/304021 Log: - Update to 0.2.5 Approved by: rene, miwi (mentors) Modified: head/devel/py-gevent-zeromq/Makefile head/devel/py-gevent-zeromq/distinfo (contents, props changed) head/devel/py-gevent-zeromq/pkg-plist (contents, props changed) Modified: head/devel/py-gevent-zeromq/Makefile ============================================================================== --- head/devel/py-gevent-zeromq/Makefile Mon Sep 10 04:23:04 2012 (r304020) +++ head/devel/py-gevent-zeromq/Makefile Mon Sep 10 04:34:04 2012 (r304021) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gevent-zeromq -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.5 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-gevent-zeromq/distinfo ============================================================================== --- head/devel/py-gevent-zeromq/distinfo Mon Sep 10 04:23:04 2012 (r304020) +++ head/devel/py-gevent-zeromq/distinfo Mon Sep 10 04:34:04 2012 (r304021) @@ -1,2 +1,2 @@ -SHA256 (gevent_zeromq-0.2.4.tar.gz) = 40300dcd7a9596d062425fb4da07a639409c7fc50970e853dc1dc545d5e2922b -SIZE (gevent_zeromq-0.2.4.tar.gz) = 35805 +SHA256 (gevent_zeromq-0.2.5.tar.gz) = 4c479568e8fbc92260e06d2f9042c9888d1d42e90ef52673a65288f19394f669 +SIZE (gevent_zeromq-0.2.5.tar.gz) = 5901 Modified: head/devel/py-gevent-zeromq/pkg-plist ============================================================================== --- head/devel/py-gevent-zeromq/pkg-plist Mon Sep 10 04:23:04 2012 (r304020) +++ head/devel/py-gevent-zeromq/pkg-plist Mon Sep 10 04:34:04 2012 (r304021) @@ -4,6 +4,7 @@ %%PYTHON_SITELIBDIR%%/gevent_zeromq/core.py %%PYTHON_SITELIBDIR%%/gevent_zeromq/core.pyc %%PYTHON_SITELIBDIR%%/gevent_zeromq/core.pyo +%%PYTHON_SITELIBDIR%%/gevent_zeromq/core.so %%PYTHON_SITELIBDIR%%/gevent_zeromq/poll.py %%PYTHON_SITELIBDIR%%/gevent_zeromq/poll.pyc %%PYTHON_SITELIBDIR%%/gevent_zeromq/poll.pyo From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 06:52:45 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0A16106566B; Mon, 10 Sep 2012 06:52:45 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8B9AE8FC08; Mon, 10 Sep 2012 06:52:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8A6qj6U008899; Mon, 10 Sep 2012 06:52:45 GMT (envelope-from lme@svn.freebsd.org) Received: (from lme@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8A6qjjp008897; Mon, 10 Sep 2012 06:52:45 GMT (envelope-from lme@svn.freebsd.org) Message-Id: <201209100652.q8A6qjjp008897@svn.freebsd.org> From: Lars Engels Date: Mon, 10 Sep 2012 06:52:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304022 - head/net-mgmt/icinga X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 06:52:45 -0000 Author: lme Date: Mon Sep 10 06:52:45 2012 New Revision: 304022 URL: http://svn.freebsd.org/changeset/ports/304022 Log: Properly set Apache as a runtime, not a build dependency. PR: ports/171476 Submitted by: ohauer Modified: head/net-mgmt/icinga/Makefile Modified: head/net-mgmt/icinga/Makefile ============================================================================== --- head/net-mgmt/icinga/Makefile Mon Sep 10 04:34:04 2012 (r304021) +++ head/net-mgmt/icinga/Makefile Mon Sep 10 06:52:45 2012 (r304022) @@ -130,7 +130,7 @@ CONFIGURE_ARGS+= --enable-pgsql .endif .if ${PORT_OPTIONS:MAPACHE} -USE_APACHE= 22+ +USE_APACHE_RUN= 22+ CONFIGURE_ARGS+= --with-httpd-conf=${LOCALBASE}/${APACHEETCDIR}/extra INSTALL_TARGET+= install-webconf PLIST_SUB+= APACHE="" From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 08:05:26 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74ABE106564A; Mon, 10 Sep 2012 08:05:26 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5F81D8FC12; Mon, 10 Sep 2012 08:05:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8A85QUq017551; Mon, 10 Sep 2012 08:05:26 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8A85QOV017549; Mon, 10 Sep 2012 08:05:26 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201209100805.q8A85QOV017549@svn.freebsd.org> From: Beat Gaetzi Date: Mon, 10 Sep 2012 08:05:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304023 - head/security/easypg X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 08:05:26 -0000 Author: beat Date: Mon Sep 10 08:05:25 2012 New Revision: 304023 URL: http://svn.freebsd.org/changeset/ports/304023 Log: - Add Emacs 24 to IGNORE liste Reported by: pointyhat Submitted by: ashish Approved by: maintainer timeout Modified: head/security/easypg/Makefile Modified: head/security/easypg/Makefile ============================================================================== --- head/security/easypg/Makefile Mon Sep 10 06:52:45 2012 (r304022) +++ head/security/easypg/Makefile Mon Sep 10 08:05:25 2012 (r304023) @@ -23,8 +23,8 @@ USE_EMACS= yes .include -.if (${EMACS_PORT_NAME} == "emacs23") -IGNORE= easyPG has been part of Emacs 23 +.if (${EMACS_PORT_NAME} == "emacs23") || (${EMACS_PORT_NAME} == "emacs24") || (${EMACS_PORT_NAME} == "emacs-devel") +IGNORE= easyPG has been part of Emacs 23 and Emacs 24 .endif INFO= epa From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 08:50:14 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28D611065686; Mon, 10 Sep 2012 08:50:14 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 13B268FC17; Mon, 10 Sep 2012 08:50:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8A8oD58023220; Mon, 10 Sep 2012 08:50:13 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8A8oDBq023218; Mon, 10 Sep 2012 08:50:13 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201209100850.q8A8oDBq023218@svn.freebsd.org> From: Gabor Pali Date: Mon, 10 Sep 2012 08:50:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304024 - head/x11-toolkits/hs-wxc/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 08:50:14 -0000 Author: pgj Date: Mon Sep 10 08:50:13 2012 New Revision: 304024 URL: http://svn.freebsd.org/changeset/ports/304024 Log: - Fix build with wxGTK 2.9.4 Reported by: beatmail (via pointyhat) Obtained from: FreeBSD Haskell Added: head/x11-toolkits/hs-wxc/files/ head/x11-toolkits/hs-wxc/files/patch-src__cpp__eljpen.cpp (contents, props changed) Added: head/x11-toolkits/hs-wxc/files/patch-src__cpp__eljpen.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/hs-wxc/files/patch-src__cpp__eljpen.cpp Mon Sep 10 08:50:13 2012 (r304024) @@ -0,0 +1,11 @@ +--- ./src/cpp/eljpen.cpp.orig 2012-07-03 11:12:17.000000000 +0100 ++++ ./src/cpp/eljpen.cpp 2012-09-06 15:58:22.000000000 +0100 +@@ -156,7 +156,7 @@ + EWXWEXPORT(void,wxPen_GetStipple)(void* self,wxBitmap* _ref) + { + #if defined(__WXGTK__) +- *_ref = NULL; ++ *_ref = (GdkPixbuf *) NULL; + #else + *_ref = *(((wxPen*)self)->GetStipple()); + #endif From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 09:39:28 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D034106564A; Mon, 10 Sep 2012 09:39:28 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 112268FC0A; Mon, 10 Sep 2012 09:39:26 +0000 (UTC) Received: by eeke52 with SMTP id e52so973907eek.13 for ; Mon, 10 Sep 2012 02:39:26 -0700 (PDT) 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=Ct39a4ppAt7W0MMiKQr9jYdXISSuGutMZ4J5NTysQrs=; b=izjROR9GRjEh0gf7oXNdVyVIYn9QO6nN+9l8B03pVIPzZAP21yhe1bX9kuLoUDna0o +zxBLN0a2SUsNZiG4xIukvOH7IhI+H6GND0z4J5y0zGOUeX0Jqwt4aiAasiTg7PsSqq+ I3Me2ieTnfce4XT94LQ5VWx5OBvkTB8w1FwK4koZY0soxT8J+E5pJE0cwffWGxR9hHYG JAgUQkBWUhOIbvK2AqacT6i69ZUmSakGuFyePpxFrgG9gZz/xdGh1ZL0ODxKL0v5B/3O M+dTPGerVEtHbsHC+mevmEMPMS4R2ZUZDqjf8CA2XWOSAkrUsHGmkLeh7llgEDi1mfQ9 tpEw== MIME-Version: 1.0 Received: by 10.204.152.27 with SMTP id e27mr3502439bkw.56.1347269966043; Mon, 10 Sep 2012 02:39:26 -0700 (PDT) Received: by 10.204.10.141 with HTTP; Mon, 10 Sep 2012 02:39:25 -0700 (PDT) Received: by 10.204.10.141 with HTTP; Mon, 10 Sep 2012 02:39:25 -0700 (PDT) In-Reply-To: <504D491A.4050009@FreeBSD.org> References: <201209100055.q8A0teaa064054@svn.freebsd.org> <504D491A.4050009@FreeBSD.org> Date: Mon, 10 Sep 2012 10:39:25 +0100 Message-ID: From: Chris Rees To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Daichi GOTO , ports-committers@freebsd.org Subject: Re: svn commit: r304007 - head/japanese/mozc-server X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 09:39:28 -0000 On 10 Sep 2012 02:58, "Doug Barton" wrote: > > What changed between versions of the distfile? The problematic commit appears to be r303956; the update to distinfo was committed separately, and as MD5s. Evidently Daichi must have made the distinfo by hand, or used a (very) old Mk directory when running make makesum. Daichi, perhaps you could clarify that the distfile hasn't changed? Chris From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 09:58:56 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C14321065672; Mon, 10 Sep 2012 09:58:56 +0000 (UTC) (envelope-from daichi@ongs.co.jp) Received: from natial.ongs.co.jp (natial.ongs.co.jp [202.216.246.90]) by mx1.freebsd.org (Postfix) with ESMTP id 812ED8FC14; Mon, 10 Sep 2012 09:58:56 +0000 (UTC) Received: from parancell.ongs.co.jp (dullmdaler.ongs.co.jp [202.216.246.94]) by natial.ongs.co.jp (Postfix) with ESMTPSA id 5D924125422; Mon, 10 Sep 2012 18:48:54 +0900 (JST) Date: Mon, 10 Sep 2012 18:48:53 +0900 From: Daichi GOTO To: Chris Rees Message-Id: <20120910184853.aac1facc8eb80be78e6b41ee@ongs.co.jp> In-Reply-To: References: <201209100055.q8A0teaa064054@svn.freebsd.org> <504D491A.4050009@FreeBSD.org> Organization: ONGS Inc. X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Doug Barton , Daichi GOTO , ports-committers@freebsd.org Subject: Re: svn commit: r304007 - head/japanese/mozc-server X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 09:58:56 -0000 Sorry. That's just my mistake. I'm sorry. On Mon, 10 Sep 2012 10:39:25 +0100 Chris Rees wrote: > On 10 Sep 2012 02:58, "Doug Barton" wrote: > > > > What changed between versions of the distfile? > > The problematic commit appears to be r303956; the update to distinfo was > committed separately, and as MD5s. Evidently Daichi must have made the > distinfo by hand, or used a (very) old Mk directory when running make > makesum. > > Daichi, perhaps you could clarify that the distfile hasn't changed? > > Chris From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 10:18:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C18011065674; Mon, 10 Sep 2012 10:18:31 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 942D18FC1C; Mon, 10 Sep 2012 10:18:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AAIVnv034338; Mon, 10 Sep 2012 10:18:31 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AAIVdm034335; Mon, 10 Sep 2012 10:18:31 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201209101018.q8AAIVdm034335@svn.freebsd.org> From: Alex Dupre Date: Mon, 10 Sep 2012 10:18:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304025 - head/sysutils/coreutils X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 10:18:31 -0000 Author: ale Date: Mon Sep 10 10:18:30 2012 New Revision: 304025 URL: http://svn.freebsd.org/changeset/ports/304025 Log: Fix plist and bump PORTREVISION. Modified: head/sysutils/coreutils/Makefile head/sysutils/coreutils/pkg-plist Modified: head/sysutils/coreutils/Makefile ============================================================================== --- head/sysutils/coreutils/Makefile Mon Sep 10 08:50:13 2012 (r304024) +++ head/sysutils/coreutils/Makefile Mon Sep 10 10:18:30 2012 (r304025) @@ -7,6 +7,7 @@ PORTNAME= coreutils PORTVERSION= 8.19 +PORTREVISION= 1 CATEGORIES= sysutils textproc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -42,7 +43,7 @@ MAN1= gbasename.1 gcat.1 gchcon.1 gchgrp gid.1 ginstall.1 gjoin.1 gkill.1 glink.1 gln.1 \ glogname.1 gls.1 gmd5sum.1 gmkdir.1 gmkfifo.1 gmknod.1 gmktemp.1 \ gmv.1 gnice.1 gnl.1 gnohup.1 god.1 gpaste.1 gpathchk.1 gpinky.1 \ - gpr.1 gprintenv.1 gprintf.1 gptx.1 gpwd.1 greadlink.1 grm.1 \ + gpr.1 gprintenv.1 gprintf.1 gptx.1 gpwd.1 greadlink.1 grealpath.1 grm.1 \ grmdir.1 gruncon.1 gseq.1 gsha1sum.1 gshred.1 gsleep.1 gsort.1 \ gsplit.1 gstdbuf.1 gnustat.1 gstty.1 gsum.1 gsync.1 gtac.1 \ gtail.1 gtee.1 gtest.1 gtimeout.1 gtouch.1 gtr.1 gtrue.1 gtruncate.1 \ Modified: head/sysutils/coreutils/pkg-plist ============================================================================== --- head/sysutils/coreutils/pkg-plist Mon Sep 10 08:50:13 2012 (r304024) +++ head/sysutils/coreutils/pkg-plist Mon Sep 10 10:18:30 2012 (r304025) @@ -58,6 +58,7 @@ bin/gprintf bin/gptx bin/gpwd bin/greadlink +bin/grealpath bin/grm bin/grmdir bin/gruncon @@ -99,7 +100,7 @@ bin/gwc bin/gwho bin/gwhoami bin/gyes -lib/coreutils/glibstdbuf.so +libexec/coreutils/glibstdbuf.so %%NLS%%share/locale/af/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/af/LC_TIME/coreutils.mo %%NLS%%share/locale/be/LC_MESSAGES/coreutils.mo @@ -180,7 +181,7 @@ lib/coreutils/glibstdbuf.so %%NLS%%share/locale/zh_CN/LC_TIME/coreutils.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/coreutils.mo %%NLS%%share/locale/zh_TW/LC_TIME/coreutils.mo -@dirrm lib/coreutils +@dirrm libexec/coreutils %%NLS%%@dirrmtry share/locale/zh_TW/LC_TIME %%NLS%%@dirrmtry share/locale/zh_TW/LC_MESSAGES %%NLS%%@dirrmtry share/locale/zh_CN/LC_TIME From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 10:49:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 20F08106566B; Mon, 10 Sep 2012 10:49:31 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 026008FC08; Mon, 10 Sep 2012 10:49:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AAnUXm040441; Mon, 10 Sep 2012 10:49:30 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AAnUWi040439; Mon, 10 Sep 2012 10:49:30 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201209101049.q8AAnUWi040439@svn.freebsd.org> From: Emanuel Haupt Date: Mon, 10 Sep 2012 10:49:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304026 - head/audio/ocp X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 10:49:31 -0000 Author: ehaupt Date: Mon Sep 10 10:49:30 2012 New Revision: 304026 URL: http://svn.freebsd.org/changeset/ports/304026 Log: - Use OPTIONSng - Remove deprecated header information Modified: head/audio/ocp/Makefile (contents, props changed) Modified: head/audio/ocp/Makefile ============================================================================== --- head/audio/ocp/Makefile Mon Sep 10 10:18:30 2012 (r304025) +++ head/audio/ocp/Makefile Mon Sep 10 10:49:30 2012 (r304026) @@ -1,9 +1,4 @@ -# New ports collection makefile for: ocp -# Date created: 22 April 2005 -# Whom: Emanuel Haupt -# # $FreeBSD$ -# PORTNAME= ocp PORTVERSION= 0.1.20 @@ -18,10 +13,10 @@ COMMENT= The legendary Open Cubic Player LICENSE= GPLv2 -LIB_DEPENDS= id3tag.0:${PORTSDIR}/audio/libid3tag \ - mad.2:${PORTSDIR}/audio/libmad \ - vorbis.4:${PORTSDIR}/audio/libvorbis \ - sidplay.1:${PORTSDIR}/audio/libsidplay +LIB_DEPENDS= id3tag:${PORTSDIR}/audio/libid3tag \ + mad:${PORTSDIR}/audio/libmad \ + vorbis:${PORTSDIR}/audio/libvorbis \ + sidplay:${PORTSDIR}/audio/libsidplay ONLY_FOR_ARCHS= i386 amd64 @@ -56,30 +51,31 @@ PFILES= configure cpiface/cpianal.c cpi stuff/poutput-dga.c stuff/poutput-keyboard.c \ stuff/poutput-vcsa.c stuff/poutput-x11.c -OPTIONS= ADPLUG "Build with adplug support" on \ - FLAC "Build with FLAC support" on \ - MIDI "Build with timidity support" on \ - X11 "Build with X11 support" on \ - SDL "Build with SDL support" on +OPTIONS_DEFINE= ADPLUG FLAC MIDI X11 SDL -.include +ADPLUG_DESC= adplug support +MIDI_DESC= timidity support -.if exists(${TIMIDITY_CFG}) || !defined(WITHOUT_MIDI) +OPTIONS_DEFAULT=ADPLUG FLAC MIDI X11 SDL + +.include + +.if exists(${TIMIDITY_CFG}) || ${PORT_OPTIONS:MMIDI} RUN_DEPENDS+= ${TIMIDITY_CFG}:${PORTSDIR}/audio/eawpats .endif -.if defined(WITHOUT_X11) -CONFIGURE_ARGS+= --without-x11 -PLIST_SUB+= XORG="@comment " -.else +.if ${PORT_OPTIONS:MX11} USE_XORG= xxf86dga xxf86vm xpm USE_GNOME= desktopfileutils CONFIGURE_ARGS+= --with-x11=yes PLIST_SUB+= XORG="" +.else +CONFIGURE_ARGS+= --without-x11 +PLIST_SUB+= XORG="@comment " .endif -.if defined(WITH_ADPLUG) -LIB_DEPENDS+= adplug-2.2:${PORTSDIR}/audio/libadplug +.if ${PORT_OPTIONS:MADPLUG} +LIB_DEPENDS+= adplug:${PORTSDIR}/audio/libadplug CONFIGURE_ARGS+= --with-adplug PLIST_SUB+= ADPLUG="" .else @@ -87,7 +83,7 @@ PLIST_SUB+= ADPLUG="@comment " CONFIGURE_ARGS+= --without-adplug .endif -.if defined(WITH_SDL) +.if ${PORT_OPTIONS:MSDL} USE_SDL= sound USE_GNOME+= desktopfileutils CONFIGURE_ARGS+= --with-sdl=yes @@ -97,14 +93,14 @@ CONFIGURE_ARGS+= --with-sdl=no PLIST_SUB+= SDL="@comment " .endif -.if defined(WITH_SDL) || defined(WITH_X11) +.if ${PORT_OPTIONS:MSDL} || ${PORT_OPTIONS:MX11} PLIST_SUB+= DESKTOP="" .else PLIST_SUB+= DESKTOP="@comment " .endif -.if defined(WITH_FLAC) -LIB_DEPENDS+= FLAC.10:${PORTSDIR}/audio/flac +.if ${PORT_OPTIONS:MFLAC} +LIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac CONFIGURE_ARGS+= --with-flac PLIST_SUB+= FLAC="" .else @@ -124,4 +120,4 @@ post-patch: ${WRKSRC}/filesel/adb.c \ ${WRKSRC}/filesel/pfilesel.c -.include +.include From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 11:50:54 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16379106571F; Mon, 10 Sep 2012 11:50:54 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0115D8FC1A; Mon, 10 Sep 2012 11:50:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8ABor3M047981; Mon, 10 Sep 2012 11:50:53 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8ABorJC047978; Mon, 10 Sep 2012 11:50:53 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201209101150.q8ABorJC047978@svn.freebsd.org> From: Nicola Vitale Date: Mon, 10 Sep 2012 11:50:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304027 - head/net/py-gntp X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 11:50:54 -0000 Author: nivit Date: Mon Sep 10 11:50:53 2012 New Revision: 304027 URL: http://svn.freebsd.org/changeset/ports/304027 Log: - Update to 0.8 BuildLog: http://goo.gl/CIR6E Modified: head/net/py-gntp/Makefile head/net/py-gntp/distinfo (contents, props changed) Modified: head/net/py-gntp/Makefile ============================================================================== --- head/net/py-gntp/Makefile Mon Sep 10 10:49:30 2012 (r304026) +++ head/net/py-gntp/Makefile Mon Sep 10 11:50:53 2012 (r304027) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gntp -PORTVERSION= 0.7 +PORTVERSION= 0.8 #PORTREVISION= 0 CATEGORIES= net PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,8 @@ COMMENT= Growl Notification Transport Pr LICENSE= MIT GH_ACCOUNT= kfdm -GH_COMMIT= e177c37 -GH_TAGNAME= master +GH_COMMIT= a4c1c69 +GH_TAGNAME= v${PORTVERSION} OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options OPTIONS_DEFINE= DOCS Modified: head/net/py-gntp/distinfo ============================================================================== --- head/net/py-gntp/distinfo Mon Sep 10 10:49:30 2012 (r304026) +++ head/net/py-gntp/distinfo Mon Sep 10 11:50:53 2012 (r304027) @@ -1,2 +1,2 @@ -SHA256 (gntp-0.7.tar.gz) = 033580db5bd4a779907b0ee8292fee3ebeab7f22844ad3bcf29ab05f5e1ea3e8 -SIZE (gntp-0.7.tar.gz) = 37939 +SHA256 (gntp-0.8.tar.gz) = 31bf2b080cd225cb5c9d6a52194d73609f4b03bba69ca62bab03515c97ec7b6f +SIZE (gntp-0.8.tar.gz) = 38359 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 11:53:41 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83F99106566B; Mon, 10 Sep 2012 11:53:41 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6E4FC8FC08; Mon, 10 Sep 2012 11:53:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8ABrf4u048397; Mon, 10 Sep 2012 11:53:41 GMT (envelope-from girgen@svn.freebsd.org) Received: (from girgen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8ABrfAV048392; Mon, 10 Sep 2012 11:53:41 GMT (envelope-from girgen@svn.freebsd.org) Message-Id: <201209101153.q8ABrfAV048392@svn.freebsd.org> From: Palle Girgensohn Date: Mon, 10 Sep 2012 11:53:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304028 - head/databases/postgresql92-server X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 11:53:41 -0000 Author: girgen Date: Mon Sep 10 11:53:40 2012 New Revision: 304028 URL: http://svn.freebsd.org/changeset/ports/304028 Log: PostgreSQL 9.2 is released. "PostgreSQL 9.2 will ship with native JSON support, covering indexes, replication and performance improvements, and many more features." Read more at the web site. URL: http://www.postgresql.org/about/news/1415/ Modified: head/databases/postgresql92-server/Makefile head/databases/postgresql92-server/distinfo head/databases/postgresql92-server/pkg-plist-client head/databases/postgresql92-server/pkg-plist-server Modified: head/databases/postgresql92-server/Makefile ============================================================================== --- head/databases/postgresql92-server/Makefile Mon Sep 10 11:50:53 2012 (r304027) +++ head/databases/postgresql92-server/Makefile Mon Sep 10 11:53:40 2012 (r304028) @@ -6,7 +6,7 @@ # PORTNAME?= postgresql -DISTVERSION?= 9.2rc1 +DISTVERSION?= 9.2.0 PORTREVISION?= 0 CATEGORIES?= databases MASTER_SITES= ${MASTER_SITE_PGSQL} Modified: head/databases/postgresql92-server/distinfo ============================================================================== --- head/databases/postgresql92-server/distinfo Mon Sep 10 11:50:53 2012 (r304027) +++ head/databases/postgresql92-server/distinfo Mon Sep 10 11:53:40 2012 (r304028) @@ -1,4 +1,4 @@ -SHA256 (postgresql/postgresql-9.2rc1.tar.bz2) = db65ff71a357a96e1d9edec4fa95e5f2804259a686e48be9cbd4a7a0bd0cc8ef -SIZE (postgresql/postgresql-9.2rc1.tar.bz2) = 16334918 +SHA256 (postgresql/postgresql-9.2.0.tar.bz2) = 3731c607df492bbb57f37917b49f57719c0d6f823720426431fff10d82b1fe33 +SIZE (postgresql/postgresql-9.2rc1.tar.bz2) = 16106558 SHA256 (postgresql/pg-910-icu-2011-09-22.diff.gz) = a88094ec22a8caeffa06d7c3a6b53d19035b171dad2acb9084da0a617a93e149 SIZE (postgresql/pg-910-icu-2011-09-22.diff.gz) = 4373 Modified: head/databases/postgresql92-server/pkg-plist-client ============================================================================== --- head/databases/postgresql92-server/pkg-plist-client Mon Sep 10 11:50:53 2012 (r304027) +++ head/databases/postgresql92-server/pkg-plist-client Mon Sep 10 11:53:40 2012 (r304028) @@ -629,9 +629,7 @@ share/postgresql/psqlrc.sample %%GETTEXT%%share/locale/fr/LC_MESSAGES/psql-9.2.mo %%GETTEXT%%share/locale/it/LC_MESSAGES/ecpg-9.2.mo %%GETTEXT%%share/locale/it/LC_MESSAGES/ecpglib6-9.2.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/libpq5-9.2.mo %%GETTEXT%%share/locale/it/LC_MESSAGES/pg_config-9.2.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_dump-9.2.mo %%GETTEXT%%share/locale/it/LC_MESSAGES/pgscripts-9.2.mo %%GETTEXT%%share/locale/it/LC_MESSAGES/psql-9.2.mo %%GETTEXT%%share/locale/ja/LC_MESSAGES/ecpg-9.2.mo @@ -642,9 +640,7 @@ share/postgresql/psqlrc.sample %%GETTEXT%%share/locale/ja/LC_MESSAGES/pgscripts-9.2.mo %%GETTEXT%%share/locale/ja/LC_MESSAGES/psql-9.2.mo %%GETTEXT%%share/locale/ko/LC_MESSAGES/ecpg-9.2.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/libpq5-9.2.mo %%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_config-9.2.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_dump-9.2.mo %%GETTEXT%%share/locale/ko/LC_MESSAGES/pgscripts-9.2.mo %%GETTEXT%%share/locale/nb/LC_MESSAGES/pg_config-9.2.mo %%GETTEXT%%share/locale/pl/LC_MESSAGES/ecpg-9.2.mo @@ -657,7 +653,6 @@ share/postgresql/psqlrc.sample %%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/ecpglib6-9.2.mo %%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/libpq5-9.2.mo %%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_config-9.2.mo -%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pg_dump-9.2.mo %%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/pgscripts-9.2.mo %%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/psql-9.2.mo %%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config-9.2.mo @@ -669,31 +664,22 @@ share/postgresql/psqlrc.sample %%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump-9.2.mo %%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts-9.2.mo %%GETTEXT%%share/locale/ru/LC_MESSAGES/psql-9.2.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/libpq5-9.2.mo %%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_config-9.2.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump-9.2.mo %%GETTEXT%%share/locale/sv/LC_MESSAGES/pgscripts-9.2.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/psql-9.2.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/libpq5-9.2.mo %%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_config-9.2.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pgscripts-9.2.mo %%GETTEXT%%share/locale/tr/LC_MESSAGES/ecpg-9.2.mo %%GETTEXT%%share/locale/tr/LC_MESSAGES/ecpglib6-9.2.mo %%GETTEXT%%share/locale/tr/LC_MESSAGES/libpq5-9.2.mo %%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_config-9.2.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_dump-9.2.mo %%GETTEXT%%share/locale/tr/LC_MESSAGES/pgscripts-9.2.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/psql-9.2.mo %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/ecpg-9.2.mo %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/ecpglib6-9.2.mo %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/libpq5-9.2.mo %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_config-9.2.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_dump-9.2.mo %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pgscripts-9.2.mo %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/psql-9.2.mo %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/ecpg-9.2.mo %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/libpq5-9.2.mo %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_config-9.2.mo -%%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pg_dump-9.2.mo %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/pgscripts-9.2.mo %%GETTEXT%%share/locale/zh_TW/LC_MESSAGES/psql-9.2.mo Modified: head/databases/postgresql92-server/pkg-plist-server ============================================================================== --- head/databases/postgresql92-server/pkg-plist-server Mon Sep 10 11:50:53 2012 (r304027) +++ head/databases/postgresql92-server/pkg-plist-server Mon Sep 10 11:53:40 2012 (r304028) @@ -79,10 +79,7 @@ share/postgresql/extension/plpgsql.contr %%GETTEXT%%share/locale/fr/LC_MESSAGES/plpgsql-9.2.mo %%GETTEXT%%share/locale/fr/LC_MESSAGES/postgres-9.2.mo %%GETTEXT%%share/locale/it/LC_MESSAGES/initdb-9.2.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_controldata-9.2.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_ctl-9.2.mo %%GETTEXT%%share/locale/it/LC_MESSAGES/pg_resetxlog-9.2.mo -%%GETTEXT%%share/locale/it/LC_MESSAGES/plpgsql-9.2.mo %%GETTEXT%%share/locale/ja/LC_MESSAGES/initdb-9.2.mo %%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_basebackup-9.2.mo %%GETTEXT%%share/locale/ja/LC_MESSAGES/pg_controldata-9.2.mo @@ -91,10 +88,7 @@ share/postgresql/extension/plpgsql.contr %%GETTEXT%%share/locale/ja/LC_MESSAGES/plpgsql-9.2.mo %%GETTEXT%%share/locale/ja/LC_MESSAGES/postgres-9.2.mo %%GETTEXT%%share/locale/ko/LC_MESSAGES/initdb-9.2.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_controldata-9.2.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_ctl-9.2.mo %%GETTEXT%%share/locale/ko/LC_MESSAGES/pg_resetxlog-9.2.mo -%%GETTEXT%%share/locale/ko/LC_MESSAGES/plpgsql-9.2.mo %%GETTEXT%%share/locale/pl/LC_MESSAGES/initdb-9.2.mo %%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_controldata-9.2.mo %%GETTEXT%%share/locale/pl/LC_MESSAGES/pg_ctl-9.2.mo @@ -119,21 +113,11 @@ share/postgresql/extension/plpgsql.contr %%GETTEXT%%share/locale/ru/LC_MESSAGES/plpgsql-9.2.mo %%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres-9.2.mo %%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb-9.2.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_controldata-9.2.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_ctl-9.2.mo -%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_resetxlog-9.2.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/initdb-9.2.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_controldata-9.2.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_ctl-9.2.mo -%%GETTEXT%%share/locale/ta/LC_MESSAGES/pg_resetxlog-9.2.mo %%GETTEXT%%share/locale/tr/LC_MESSAGES/initdb-9.2.mo %%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_controldata-9.2.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_ctl-9.2.mo %%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog-9.2.mo -%%GETTEXT%%share/locale/tr/LC_MESSAGES/postgres-9.2.mo %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb-9.2.mo %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-9.2.mo -%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_ctl-9.2.mo %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-9.2.mo %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/plpgsql-9.2.mo %%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres-9.2.mo From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 12:09:16 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA78B1065670; Mon, 10 Sep 2012 12:09:15 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D66258FC0A; Mon, 10 Sep 2012 12:09:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AC9F0f050395; Mon, 10 Sep 2012 12:09:15 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AC9Fho050391; Mon, 10 Sep 2012 12:09:15 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201209101209.q8AC9Fho050391@svn.freebsd.org> From: Pietro Cerutti Date: Mon, 10 Sep 2012 12:09:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304029 - head/x11-wm/e16 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 12:09:16 -0000 Author: gahr Date: Mon Sep 10 12:09:15 2012 New Revision: 304029 URL: http://svn.freebsd.org/changeset/ports/304029 Log: - Update to 1.0.10.002 Changes: * Fix coords placement in techopaque mode (Daniel Manjarres). * Remove unused code. * Fix (if experimenting with USE_DESK_EXPOSE). * Move EObj sliding functions to slide.c too. * Don't prevent pager update due to ewin slide. * Add some timer debug, cosmetic changes. * Fetch time to next timer run after running idlers. * Desk restacking before shade/unshade should not be necessary. * Another spec file fix - don't own locale/* dirs. * Startup cosmetics. * Fix having black solid color background. * Don't keep shaded windows entirely on-screen (ticket 1191). * Enable logging to stdout or stderr. * Improve fading debug logging. * Remove unnecessary code in ECompMgrWinFadeIn(). * Menu code tweaks. * Alert if root window button events cannot be selected. * Use EobjsSlideBy() to slide desks as well as areas. * EobjSlideTo() is no longer used. * Fix potential deadlock with multiple simultaneous alerts. Modified: head/x11-wm/e16/Makefile (contents, props changed) head/x11-wm/e16/distinfo (contents, props changed) head/x11-wm/e16/pkg-plist (contents, props changed) Modified: head/x11-wm/e16/Makefile ============================================================================== --- head/x11-wm/e16/Makefile Mon Sep 10 11:53:40 2012 (r304028) +++ head/x11-wm/e16/Makefile Mon Sep 10 12:09:15 2012 (r304029) @@ -6,14 +6,14 @@ # PORTNAME= e16 -PORTVERSION= 1.0.10.001 +PORTVERSION= 1.0.10.002 CATEGORIES= x11-wm enlightenment MASTER_SITES= SF/enlightenment/${PORTNAME}/Snapshots/ MAINTAINER= gahr@FreeBSD.org COMMENT= A very artistic X window manager -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash +#BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash USE_XORG= compositeproto damageproto xextproto x11 xbitmaps xcomposite xdamage \ xext xfixes xft xinerama xrandr xrender xxf86vm Modified: head/x11-wm/e16/distinfo ============================================================================== --- head/x11-wm/e16/distinfo Mon Sep 10 11:53:40 2012 (r304028) +++ head/x11-wm/e16/distinfo Mon Sep 10 12:09:15 2012 (r304029) @@ -1,2 +1,2 @@ -SHA256 (e16-1.0.10.001.tar.gz) = 4778b8e00349516de6f1813e5d53bfd40bf7c6976c37ebf128f2938f54afb61b -SIZE (e16-1.0.10.001.tar.gz) = 2274060 +SHA256 (e16-1.0.10.002.tar.gz) = 1e535d1cbcc72d799dd12f7d5f6e1e03565495bb9fd4469e25e6ff731bb4606e +SIZE (e16-1.0.10.002.tar.gz) = 2289750 Modified: head/x11-wm/e16/pkg-plist ============================================================================== --- head/x11-wm/e16/pkg-plist Mon Sep 10 11:53:40 2012 (r304028) +++ head/x11-wm/e16/pkg-plist Mon Sep 10 12:09:15 2012 (r304029) @@ -470,15 +470,14 @@ share/xsessions/e16-gnome3-session.deskt @dirrm %%DATADIR%%/config @dirrm %%DATADIR%%/E-docs @dirrmtry %%DATADIR%% -@dirrm lib/e16 %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrmtry share/xsessions -@dirrmtry share/locale/fo/LC_MESSAGES -@dirrmtry share/locale/fo -@dirrmtry share/locale/en_US/LC_MESSAGES -@dirrmtry share/locale/en_US @dirrmtry share/locale/csb/LC_MESSAGES @dirrmtry share/locale/csb +@dirrmtry share/locale/en_US/LC_MESSAGES +@dirrmtry share/locale/en_US +@dirrmtry share/locale/fo/LC_MESSAGES +@dirrmtry share/locale/fo @dirrmtry share/applications @dirrmtry share/gnome-session/sessions @dirrmtry share/gnome-session From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 12:23:54 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EAF6E106564A; Mon, 10 Sep 2012 12:23:53 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D6EE18FC14; Mon, 10 Sep 2012 12:23:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8ACNrkN052177; Mon, 10 Sep 2012 12:23:53 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8ACNrtF052175; Mon, 10 Sep 2012 12:23:53 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201209101223.q8ACNrtF052175@svn.freebsd.org> From: Beat Gaetzi Date: Mon, 10 Sep 2012 12:23:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304030 - head/multimedia/py-periscope X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 12:23:54 -0000 Author: beat Date: Mon Sep 10 12:23:53 2012 New Revision: 304030 URL: http://svn.freebsd.org/changeset/ports/304030 Log: - Mark BROKEN: does not build File "setup.py", line 2, in from periscope import version File "periscope/__init__.py", line 1, in from periscope import * File "periscope/periscope.py", line 38, in import plugins File "periscope/plugins/__init__.py", line 20, in from Subtitulos import Subtitulos File "periscope/plugins/Subtitulos.py", line 20, in from BeautifulSoup import BeautifulSoup ImportError: No module named BeautifulSoup Reported by: pointyhat Modified: head/multimedia/py-periscope/Makefile Modified: head/multimedia/py-periscope/Makefile ============================================================================== --- head/multimedia/py-periscope/Makefile Mon Sep 10 12:09:15 2012 (r304029) +++ head/multimedia/py-periscope/Makefile Mon Sep 10 12:23:53 2012 (r304030) @@ -18,6 +18,8 @@ EXTRACT_ONLY= python-${PORTNAME}_${PORTV MAINTAINER= lioux@FreeBSD.org COMMENT= Subtitles searching module +BROKEN= does not build + LICENSE= LGPL3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=3.2.0:${PORTSDIR}/www/py-beautifulsoup From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 12:26:38 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7797F106566C; Mon, 10 Sep 2012 12:26:38 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 62C6C8FC1B; Mon, 10 Sep 2012 12:26:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8ACQcla052638; Mon, 10 Sep 2012 12:26:38 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8ACQc4h052636; Mon, 10 Sep 2012 12:26:38 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201209101226.q8ACQc4h052636@svn.freebsd.org> From: Beat Gaetzi Date: Mon, 10 Sep 2012 12:26:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304031 - head/databases/spatialite_gui X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 12:26:38 -0000 Author: beat Date: Mon Sep 10 12:26:37 2012 New Revision: 304031 URL: http://svn.freebsd.org/changeset/ports/304031 Log: - Mark BROKEN: does not configure configure: error: 'libspatialite' is required but it doesn't seem to be installed on this system. Reported by: pointyhat Modified: head/databases/spatialite_gui/Makefile Modified: head/databases/spatialite_gui/Makefile ============================================================================== --- head/databases/spatialite_gui/Makefile Mon Sep 10 12:23:53 2012 (r304030) +++ head/databases/spatialite_gui/Makefile Mon Sep 10 12:26:37 2012 (r304031) @@ -18,6 +18,8 @@ LIB_DEPENDS= gaiagraphics:${PORTSDIR}/gr freexl:${PORTSDIR}/textproc/freexl \ spatialite:${PORTSDIR}/databases/spatialite +BROKEN= does not configure + USE_WX= 2.8 WANT_UNICODE= yes GNU_CONFIGURE= yes From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 12:38:30 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2ABFE106564A; Mon, 10 Sep 2012 12:38:30 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 158838FC14; Mon, 10 Sep 2012 12:38:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8ACcTCY054084; Mon, 10 Sep 2012 12:38:29 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8ACcTXA054082; Mon, 10 Sep 2012 12:38:29 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201209101238.q8ACcTXA054082@svn.freebsd.org> From: Beat Gaetzi Date: Mon, 10 Sep 2012 12:38:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304032 - head/net/wizd X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 12:38:30 -0000 Author: beat Date: Mon Sep 10 12:38:29 2012 New Revision: 304032 URL: http://svn.freebsd.org/changeset/ports/304032 Log: - Mark BROKEN: does not install install -s -o root -g wheel -m 555 work/wizd /usr/local/bin strip: /usr/local/bin/wizd: File format not recognized install: wait: No such file or directory Reported by: pointyhat Modified: head/net/wizd/Makefile Modified: head/net/wizd/Makefile ============================================================================== --- head/net/wizd/Makefile Mon Sep 10 12:26:37 2012 (r304031) +++ head/net/wizd/Makefile Mon Sep 10 12:38:29 2012 (r304032) @@ -19,6 +19,8 @@ LIB_DEPENDS= dvdread:${PORTSDIR}/multime jpeg:${PORTSDIR}/graphics/jpeg RUN_DEPENDS= nkf:${PORTSDIR}/japanese/nkf +BROKEN= does not install + NO_WRKSUBDIR= yes USE_DOS2UNIX= Makefile USE_ZIP= yes From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 12:56:17 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 550E0106566B; Mon, 10 Sep 2012 12:56:17 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3EC788FC14; Mon, 10 Sep 2012 12:56:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8ACuHuw056440; Mon, 10 Sep 2012 12:56:17 GMT (envelope-from scheidell@svn.freebsd.org) Received: (from scheidell@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8ACuH3Q056435; Mon, 10 Sep 2012 12:56:17 GMT (envelope-from scheidell@svn.freebsd.org) Message-Id: <201209101256.q8ACuH3Q056435@svn.freebsd.org> From: Michael Scheidell Date: Mon, 10 Sep 2012 12:56:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304033 - in head/devel/tortoisehg2: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 12:56:17 -0000 Author: scheidell Date: Mon Sep 10 12:56:16 2012 New Revision: 304033 URL: http://svn.freebsd.org/changeset/ports/304033 Log: - Update to 2.5 - Update to OptionsNG - Remove extra Makefile #Header information PR: ports/171418 Submitted by: arrowdodger <6yearold@gmail.com> (maintainer) Modified: head/devel/tortoisehg2/Makefile head/devel/tortoisehg2/distinfo head/devel/tortoisehg2/files/patch-setup.py head/devel/tortoisehg2/pkg-plist Modified: head/devel/tortoisehg2/Makefile ============================================================================== --- head/devel/tortoisehg2/Makefile Mon Sep 10 12:38:29 2012 (r304032) +++ head/devel/tortoisehg2/Makefile Mon Sep 10 12:56:16 2012 (r304033) @@ -1,12 +1,7 @@ -# New ports collection makefile for: tortoisehg2 -# Date created: 7 May 2011 -# Whom: arrowdodger <6yearold@gmail.com> -# # $FreeBSD$ -# PORTNAME= tortoisehg -PORTVERSION= 2.4.2 +PORTVERSION= 2.5 CATEGORIES= devel MASTER_SITES= http://cdn.bitbucket.org/tortoisehg/targz/downloads/ @@ -25,8 +20,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4- hg:${PORTSDIR}/devel/mercurial \ ${PYTHON_SITELIBDIR}/iniparse/ini.py:${PORTSDIR}/devel/py-iniparse \ pygmentize:${PORTSDIR}/textproc/py-pygments - -OPTIONS= NAUTILUS "Install TortoiseHG Nautilus extension" off +OPTIONS_DEFINE= NAUTILUS +NAUTILUS_DESC= Install TortoiseHG Nautilus extension INSTALLS_ICONS= yes @@ -38,32 +33,33 @@ SUB_FILES= pkg-message .include -.if defined(WITHOUT_NLS) -PLIST_SUB+= NLS="@comment " -.else +.if ${PORT_OPTIONS:MNLS} PLIST_SUB+= NLS="" USE_GETTEXT= yes +.else +PLIST_SUB+= NLS="@comment " .endif -.if defined(WITHOUT_NAUTILUS) -PLIST_SUB+= NAUTILUS="@comment " -.else +.if ${PORT_OPTIONS:MNAUTILUS} PLIST_SUB+= NAUTILUS="" +.else +PLIST_SUB+= NAUTILUS="@comment " .endif post-patch: @${REINPLACE_CMD} -e '/_path/ s|/usr|${PREFIX}|' ${WRKSRC}/${PYSETUP} @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/contrib/tortoisehg.desktop @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/thg -.if defined(WITHOUT_NLS) - @${REINPLACE_CMD} -e 's/^%%NLS%%/# /' ${WRKSRC}/${PYSETUP} -.else +.if ${PORT_OPTIONS:MNLS} @${REINPLACE_CMD} -e 's/^%%NLS%%//' ${WRKSRC}/${PYSETUP} -.endif -.if defined(WITHOUT_NAUTILUS) - @${REINPLACE_CMD} -e 's/^%%NAUTILUS%%/# /' ${WRKSRC}/${PYSETUP} .else + @${REINPLACE_CMD} -e 's/^%%NLS%%/# /' ${WRKSRC}/${PYSETUP} +.endif +.if ${PORT_OPTIONS:MNAUTILUS} @${REINPLACE_CMD} -e 's/^%%NAUTILUS%%//' ${WRKSRC}/${PYSETUP} + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/${PYSETUP} +.else + @${REINPLACE_CMD} -e 's/^%%NAUTILUS%%/# /' ${WRKSRC}/${PYSETUP} .endif post-install: Modified: head/devel/tortoisehg2/distinfo ============================================================================== --- head/devel/tortoisehg2/distinfo Mon Sep 10 12:38:29 2012 (r304032) +++ head/devel/tortoisehg2/distinfo Mon Sep 10 12:56:16 2012 (r304033) @@ -1,2 +1,2 @@ -SHA256 (tortoisehg-2.4.2.tar.gz) = d30963453a9d618b04dfbfebda1641cb4742133829c25ff60735236f1399108a -SIZE (tortoisehg-2.4.2.tar.gz) = 9018020 +SHA256 (tortoisehg-2.5.tar.gz) = 8fb1fdd90517e9c24c36f62053eea862aea55e43ee28b1b898848798538b1abd +SIZE (tortoisehg-2.5.tar.gz) = 9767802 Modified: head/devel/tortoisehg2/files/patch-setup.py ============================================================================== --- head/devel/tortoisehg2/files/patch-setup.py Mon Sep 10 12:38:29 2012 (r304032) +++ head/devel/tortoisehg2/files/patch-setup.py Mon Sep 10 12:56:16 2012 (r304033) @@ -1,6 +1,6 @@ ---- setup.py_ 2011-05-02 07:06:56.000000000 +0400 -+++ setup.py 2011-05-25 15:54:34.833312978 +0400 -@@ -283,7 +283,7 @@ +--- setup_.py 2012-09-05 19:36:36.000000000 +0400 ++++ setup.py 2012-09-07 10:16:47.929179472 +0400 +@@ -280,7 +280,7 @@ class build(_build_orig): sub_commands = [ ('build_qt', None), @@ -9,12 +9,8 @@ ] + _build_orig.sub_commands class clean(_clean_orig): -@@ -299,10 +299,10 @@ - cmdclass = { - 'build': build, - 'build_qt': build_qt , -- 'build_mo': build_mo , -+%%NLS%% 'build_mo': build_mo , +@@ -299,7 +299,7 @@ + 'build_mo': build_mo , 'clean': clean, 'clean_local': clean_local, - 'update_pot': update_pot , @@ -22,19 +18,19 @@ } def setup_windows(version): -@@ -407,11 +407,11 @@ +@@ -418,11 +418,11 @@ _data_files = [(os.path.join('share/pixmaps/tortoisehg', root), [os.path.join(root, file_) for file_ in files]) for root, dirs, files in os.walk('icons')] - _data_files += [(os.path.join('share', root), - [os.path.join(root, file_) for file_ in files]) - for root, dirs, files in os.walk('locale')] -- _data_files += [('lib/nautilus/extensions-2.0/python', +- _data_files += [('/usr/share/nautilus-python/extensions/', - ['contrib/nautilus-thg.py'])] +%%NLS%% _data_files += [(os.path.join('share', root), +%%NLS%% [os.path.join(root, file_) for file_ in files]) +%%NLS%% for root, dirs, files in os.walk('locale')] -+%%NAUTILUS%% _data_files += [('lib/nautilus/extensions-2.0/python', ++%%NAUTILUS%% _data_files += [('%%PREFIX%%/lib/nautilus/extensions-2.0/python', +%%NAUTILUS%% ['contrib/nautilus-thg.py'])] # Create a config.py. Distributions will need to supply their own Modified: head/devel/tortoisehg2/pkg-plist ============================================================================== --- head/devel/tortoisehg2/pkg-plist Mon Sep 10 12:38:29 2012 (r304032) +++ head/devel/tortoisehg2/pkg-plist Mon Sep 10 12:56:16 2012 (r304033) @@ -51,6 +51,9 @@ bin/thg %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/cslist.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/cslist.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/cslist.pyo +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/customtools.py +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/customtools.pyc +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/customtools.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/decorators.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/decorators.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/decorators.pyo @@ -60,6 +63,9 @@ bin/thg %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/docklog.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/docklog.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/docklog.pyo +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/filectxactions.py +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/filectxactions.pyc +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/filectxactions.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/filedata.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/filedata.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/filedata.pyo @@ -78,6 +84,9 @@ bin/thg %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/fileview.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/fileview.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/fileview.pyo +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/graft.py +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/graft.pyc +%%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/graft.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/graph.py %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/graph.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/hgqt/graph.pyo @@ -336,9 +345,6 @@ bin/thg %%PYTHON_SITELIBDIR%%/tortoisehg/util/paths.py %%PYTHON_SITELIBDIR%%/tortoisehg/util/paths.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/util/paths.pyo -%%PYTHON_SITELIBDIR%%/tortoisehg/util/prej.py -%%PYTHON_SITELIBDIR%%/tortoisehg/util/prej.pyc -%%PYTHON_SITELIBDIR%%/tortoisehg/util/prej.pyo %%PYTHON_SITELIBDIR%%/tortoisehg/util/settings.py %%PYTHON_SITELIBDIR%%/tortoisehg/util/settings.pyc %%PYTHON_SITELIBDIR%%/tortoisehg/util/settings.pyo From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 13:13:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D792F106564A; Mon, 10 Sep 2012 13:13:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A9C308FC19; Mon, 10 Sep 2012 13:13:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8ADDVs6058659; Mon, 10 Sep 2012 13:13:31 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8ADDV7r058656; Mon, 10 Sep 2012 13:13:31 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201209101313.q8ADDV7r058656@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 10 Sep 2012 13:13:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304034 - head/ports-mgmt/poudriere X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 13:13:32 -0000 Author: bapt Date: Mon Sep 10 13:13:31 2012 New Revision: 304034 URL: http://svn.freebsd.org/changeset/ports/304034 Log: - update to 2.1.0 - changes: * new poudriere options command to be able to configure options interractively * bulk can now take list of ports to build via command line * html build stats * ability to disable linux support * ability to disable PACKAGE_BUILDING * native support for ccache * deprecated csup for ports * Set HOME to fix some port builds (erlang for example) * Fix pool being deleted during builds * Detect improper dependency on different ports for the same package * Cleanup build stats sooner when starting bulk * lots of performance improvements * lots of fixes and refactoring in error handling * allow to choose custom path on the pool for the zfs filesystems * now skip (and track as skipped ports dependening on a failing dependency) * siginfo support * new -d options for bulk and testport, to enable debugging mode Modified: head/ports-mgmt/poudriere/Makefile head/ports-mgmt/poudriere/distinfo Modified: head/ports-mgmt/poudriere/Makefile ============================================================================== --- head/ports-mgmt/poudriere/Makefile Mon Sep 10 12:56:16 2012 (r304033) +++ head/ports-mgmt/poudriere/Makefile Mon Sep 10 13:13:31 2012 (r304034) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 2.0.1 +PORTVERSION= 2.1.0 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}?uuid=${PORTVERSION} @@ -31,22 +31,20 @@ PLIST_FILES= etc/poudriere.conf.sample \ share/poudriere/bulk.sh \ share/poudriere/cron.sh \ share/poudriere/queue.sh \ + share/poudriere/options.sh \ PLIST_DIRS= share/poudriere .include -.if defined(WITH_ZSH) +.if ${PORT_OPTIONS:MZSH} PLIST_FILES+= share/zsh/site-functions/_poudriere PLIST_DIRSTRY+= share/zsh/site-functions PLIST_DIRSTRY+= share/zsh/ .endif -post-patch: - @${FIND} ${WRKSRC} -name "*.orig" -delete - post-install: -.if defined(WITH_ZSH) +.if ${PORT_OPTIONS:MZSH} @${MKDIR} ${PREFIX}/share/zsh/site-functions/ @${INSTALL_DATA} ${WRKSRC}/zsh-completions ${PREFIX}/share/zsh/site-functions/_poudriere .endif Modified: head/ports-mgmt/poudriere/distinfo ============================================================================== --- head/ports-mgmt/poudriere/distinfo Mon Sep 10 12:56:16 2012 (r304033) +++ head/ports-mgmt/poudriere/distinfo Mon Sep 10 13:13:31 2012 (r304034) @@ -1,2 +1,2 @@ -SHA256 (poudriere-2.0.1.tar.gz?uuid=2.0.1) = 8947cdccc53796b2266713512a6435e16899e85c197b19cb4103372aec49aac2 -SIZE (poudriere-2.0.1.tar.gz?uuid=2.0.1) = 29270 +SHA256 (poudriere-2.1.0.tar.gz?uuid=2.1.0) = e26abfe04317222d61f7d8e7de13956bd35e92c951aba560458809e05a46bb36 +SIZE (poudriere-2.1.0.tar.gz?uuid=2.1.0) = 33385 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 13:14:58 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 99D9010656A9; Mon, 10 Sep 2012 13:14:58 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 818D38FC0A; Mon, 10 Sep 2012 13:14:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8ADEws5058925; Mon, 10 Sep 2012 13:14:58 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8ADEwg8058922; Mon, 10 Sep 2012 13:14:58 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201209101314.q8ADEwg8058922@svn.freebsd.org> From: Cy Schubert Date: Mon, 10 Sep 2012 13:14:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304035 - head/sysutils/syslog-ng-rc X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 13:14:58 -0000 Author: cy Date: Mon Sep 10 13:14:57 2012 New Revision: 304035 URL: http://svn.freebsd.org/changeset/ports/304035 Log: Fails to build under FreeBSD 7. Modified: head/sysutils/syslog-ng-rc/Makefile Modified: head/sysutils/syslog-ng-rc/Makefile ============================================================================== --- head/sysutils/syslog-ng-rc/Makefile Mon Sep 10 13:13:31 2012 (r304034) +++ head/sysutils/syslog-ng-rc/Makefile Mon Sep 10 13:14:57 2012 (r304035) @@ -68,6 +68,10 @@ WITH_OPENSSL_PORT= yes .include +.if ${OSVERSION} < 800000 +BROKEN= does not compile on FreeBSD 7.X +.endif + .if defined(WITH_TCP_WRAPPERS) CONFIGURE_ARGS+= --enable-tcp-wrapper .else From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 13:16:27 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5CB00106564A; Mon, 10 Sep 2012 13:16:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 46A098FC15; Mon, 10 Sep 2012 13:16:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8ADGRRo059209; Mon, 10 Sep 2012 13:16:27 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8ADGREs059206; Mon, 10 Sep 2012 13:16:27 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201209101316.q8ADGREs059206@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 10 Sep 2012 13:16:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304036 - head/ports-mgmt/poudriere-devel X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 13:16:27 -0000 Author: bapt Date: Mon Sep 10 13:16:26 2012 New Revision: 304036 URL: http://svn.freebsd.org/changeset/ports/304036 Log: - update to checkin: 53e6561d62 (this branch will become 2.2) Modified: head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere-devel/distinfo Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Mon Sep 10 13:14:57 2012 (r304035) +++ head/ports-mgmt/poudriere-devel/Makefile Mon Sep 10 13:16:26 2012 (r304036) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 2.0.99.20120908 +PORTVERSION= 2.1.99.20120910 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ @@ -10,7 +10,7 @@ COMMENT= Port build and test system LICENSE= BSD -FSL_CHKIN= 7befeb3094 +FSL_CHKIN= 53e6561d62 DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz?uuid=${FSL_CHKIN} PKGNAMESUFFIX= -devel Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Mon Sep 10 13:14:57 2012 (r304035) +++ head/ports-mgmt/poudriere-devel/distinfo Mon Sep 10 13:16:26 2012 (r304036) @@ -1,2 +1,2 @@ -SHA256 (poudriere-2.0.99.20120908.tar.gz?uuid=7befeb3094) = 9839700aea2a246c53cfdaabdd8eaf24e95aa8758d218097f54e04181335250b -SIZE (poudriere-2.0.99.20120908.tar.gz?uuid=7befeb3094) = 31892 +SHA256 (poudriere-2.1.99.20120910.tar.gz?uuid=53e6561d62) = 4fb4a708118bc85180c162fce9a08fa3bc7e7ff22ab8ea76f6a4d487a0c69e43 +SIZE (poudriere-2.1.99.20120910.tar.gz?uuid=53e6561d62) = 33404 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 13:33:09 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5BBEB1065673; Mon, 10 Sep 2012 13:33:09 +0000 (UTC) (envelope-from hq@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4710A8FC14; Mon, 10 Sep 2012 13:33:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8ADX9Eu061393; Mon, 10 Sep 2012 13:33:09 GMT (envelope-from hq@svn.freebsd.org) Received: (from hq@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8ADX9h1061389; Mon, 10 Sep 2012 13:33:09 GMT (envelope-from hq@svn.freebsd.org) Message-Id: <201209101333.q8ADX9h1061389@svn.freebsd.org> From: Herve Quiroz Date: Mon, 10 Sep 2012 13:33:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304037 - head/java/junit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 13:33:09 -0000 Author: hq Date: Mon Sep 10 13:33:08 2012 New Revision: 304037 URL: http://svn.freebsd.org/changeset/ports/304037 Log: Update to 4.10 Submitted by: mi Modified: head/java/junit/Makefile (contents, props changed) head/java/junit/distinfo (contents, props changed) Modified: head/java/junit/Makefile ============================================================================== --- head/java/junit/Makefile Mon Sep 10 13:16:26 2012 (r304036) +++ head/java/junit/Makefile Mon Sep 10 13:33:08 2012 (r304037) @@ -6,7 +6,7 @@ # PORTNAME= junit -PORTVERSION= 4.8.2 +PORTVERSION= 4.10 CATEGORIES= java devel MASTER_SITES= http://cloud.github.com/downloads/KentBeck/junit/ DISTNAME= ${PORTNAME}${PORTVERSION} Modified: head/java/junit/distinfo ============================================================================== --- head/java/junit/distinfo Mon Sep 10 13:16:26 2012 (r304036) +++ head/java/junit/distinfo Mon Sep 10 13:33:08 2012 (r304037) @@ -1,2 +1,2 @@ -SHA256 (junit4.8.2.zip) = c677cc9a08683848299f0e67fe313415de5cbaae5bfd7dee11f7d53bd8ae5107 -SIZE (junit4.8.2.zip) = 1594318 +SHA256 (junit4.10.zip) = 49d1e176f518730c0d34a361932d9bd79d1bebd555126d95337ad7ad6fc9c6b6 +SIZE (junit4.10.zip) = 1781594 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 15:14:15 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4651D106564A; Mon, 10 Sep 2012 15:14:15 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2777E8FC12; Mon, 10 Sep 2012 15:14:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AFEFTW073681; Mon, 10 Sep 2012 15:14:15 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AFEEV6073676; Mon, 10 Sep 2012 15:14:14 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209101514.q8AFEEV6073676@svn.freebsd.org> From: Bryan Drewery Date: Mon, 10 Sep 2012 15:14:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304038 - in head/net-mgmt/nrpe2: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 15:14:15 -0000 Author: bdrewery Date: Mon Sep 10 15:14:14 2012 New Revision: 304038 URL: http://svn.freebsd.org/changeset/ports/304038 Log: - Switch to using USERS/GROUPS [1] - Convert to new options framework PR: ports/169918 [1] Submitted by: bdrewery Approved by: Jarrod Sayers (maintainer) [1] Approved by: eadler, bapt (mentors, implicit) Modified: head/net-mgmt/nrpe2/Makefile head/net-mgmt/nrpe2/files/pkg-deinstall.in head/net-mgmt/nrpe2/files/pkg-install.in Modified: head/net-mgmt/nrpe2/Makefile ============================================================================== --- head/net-mgmt/nrpe2/Makefile Mon Sep 10 13:33:08 2012 (r304037) +++ head/net-mgmt/nrpe2/Makefile Mon Sep 10 15:14:14 2012 (r304038) @@ -7,6 +7,7 @@ PORTNAME= nrpe DISTVERSION= 2.13 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/nagios/${PORTNAME}-2.x/${PORTNAME}-${PORTVERSION} @@ -22,14 +23,17 @@ USE_RC_SUBR= nrpe2 CONFLICTS= nrpe-1.* -OPTIONS= SSL "Enable SSL support (disables plain-text server)" off \ - ARGS "Enable command argument processing **Security Risk**" off +OPTIONS_DEFINE= SSL ARGS +SSL_DESC= Enable SSL support (disables plain-text server) +ARGS_DESC= Enable command argument processing **Security Risk** GNU_CONFIGURE= yes NAGIOSUSER?= nagios NAGIOSGROUP?= nagios NAGIOSDIR?= /var/spool/nagios +USERS= ${NAGIOSUSER} +GROUPS= ${NAGIOSGROUP} NAGIOSUID= 181 NAGIOSGID= ${NAGIOSUID} @@ -56,14 +60,14 @@ SUB_LIST= PREFIX=${PREFIX} \ .include -.if defined(WITH_SSL) +.if ${PORT_OPTIONS:MSSL} .include "${PORTSDIR}/Mk/bsd.openssl.mk" CONFIGURE_ARGS+= --enable-ssl .else CONFIGURE_ARGS+= --disable-ssl .endif -.if defined(WITH_ARGS) +.if ${PORT_OPTIONS:MARGS} CONFIGURE_ARGS+= --enable-command-args .else CONFIGURE_ARGS+= --disable-command-args Modified: head/net-mgmt/nrpe2/files/pkg-deinstall.in ============================================================================== --- head/net-mgmt/nrpe2/files/pkg-deinstall.in Mon Sep 10 13:33:08 2012 (r304037) +++ head/net-mgmt/nrpe2/files/pkg-deinstall.in Mon Sep 10 15:14:14 2012 (r304038) @@ -4,18 +4,8 @@ # NAGIOSDIR=%%NAGIOSDIR%% -NAGIOSUSER=%%NAGIOSUSER%% -NAGIOSGROUP=%%NAGIOSGROUP%% if [ "$2" = "POST-DEINSTALL" ]; then - if /usr/sbin/pw group show "${NAGIOSGROUP}" 2>&1 >/dev/null; then - echo "You should manually remove the \"${NAGIOSGROUP}\" group." - fi - - if /usr/sbin/pw user show "${NAGIOSUSER}" 2>&1 >/dev/null; then - echo "You should manually remove the \"${NAGIOSUSER}\" user." - fi - if [ -e "${NAGIOSDIR}" ]; then echo "You should manually remove the \"${NAGIOSDIR}\" directory." fi Modified: head/net-mgmt/nrpe2/files/pkg-install.in ============================================================================== --- head/net-mgmt/nrpe2/files/pkg-install.in Mon Sep 10 13:33:08 2012 (r304037) +++ head/net-mgmt/nrpe2/files/pkg-install.in Mon Sep 10 15:14:14 2012 (r304038) @@ -9,69 +9,7 @@ NAGIOSGROUP=%%NAGIOSGROUP%% NAGIOSUID=%%NAGIOSUID%% NAGIOSGID=%%NAGIOSGID%% -ask() { - local question default answer - - question=$1 - default=$2 - if [ -z "${PACKAGE_BUILDING}" ]; then - read -p "${question} [${default}]? " answer - fi - if [ "x${answer}" = "x" ]; then - answer=${default} - fi - echo ${answer} -} - -yesno() { - local default question answer - - question=$1 - default=$2 - while :; do - answer=$(ask "${question}" "${default}") - case "${answer}" in - [Yy][Ee][Ss]|[Yy]) - return 0 - ;; - [Nn][Oo]|[Nn]) - return 1 - ;; - esac - echo "Please answer yes or no." - done -} - -if [ "$2" = "PRE-INSTALL" ]; then - if /usr/sbin/pw group show "${NAGIOSGROUP}" 2>&1 >/dev/null; then - echo "You already have a \"${NAGIOSGROUP}\" group, so I will use it." - else - echo "You need a \"${NAGIOSGROUP}\" group." - if yesno "Would you like me to create it" "YES"; then - /usr/sbin/pw groupadd "${NAGIOSGROUP}" -g "${NAGIOSGID}" -h - || \ - /usr/sbin/pw groupadd "${NAGIOSGROUP}" -h - || exit - echo "Done." - else - echo "Please create the \"${NAGIOSGROUP}\" group manually and try again." - exit 1 - fi - fi - - if /usr/sbin/pw user show "${NAGIOSUSER}" 2>&1 >/dev/null; then - echo "You already have a \"${NAGIOSUSER}\" user, so I will use it." - else - echo "You need a \"${NAGIOSUSER}\" user." - if yesno "Would you like me to create it" "YES"; then - /usr/sbin/pw useradd "${NAGIOSUSER}" -u "${NAGIOSUID}" -g "${NAGIOSGROUP}" -h - -d "${NAGIOSDIR}" \ - -s /sbin/nologin -c "Nagios pseudo-user" || \ - /usr/sbin/pw useradd "${NAGIOSUSER}" -g "${NAGIOSGROUP}" -h - -d "${NAGIOSDIR}" \ - -s /sbin/nologin -c "Nagios pseudo-user" || exit - else - echo "Please create the \"${NAGIOSUSER}\" user manually and try again." - exit 1 - fi - fi -elif [ "$2" = "POST-INSTALL" ]; then +if [ "$2" = "POST-INSTALL" ]; then if [ ! -e "${NAGIOSDIR}" ]; then /bin/mkdir -p "${NAGIOSDIR}" /bin/chmod 775 "${NAGIOSDIR}" From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 15:53:37 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5C7B106566B; Mon, 10 Sep 2012 15:53:37 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B0DA98FC08; Mon, 10 Sep 2012 15:53:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AFrbN7078491; Mon, 10 Sep 2012 15:53:37 GMT (envelope-from knu@svn.freebsd.org) Received: (from knu@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AFrbAZ078488; Mon, 10 Sep 2012 15:53:37 GMT (envelope-from knu@svn.freebsd.org) Message-Id: <201209101553.q8AFrbAZ078488@svn.freebsd.org> From: Akinori MUSHA Date: Mon, 10 Sep 2012 15:53:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304039 - head/games/unnethack X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 15:53:37 -0000 Author: knu Date: Mon Sep 10 15:53:37 2012 New Revision: 304039 URL: http://svn.freebsd.org/changeset/ports/304039 Log: Get %%DATADIR%% removed on uninstall. Modified: head/games/unnethack/Makefile head/games/unnethack/pkg-plist Modified: head/games/unnethack/Makefile ============================================================================== --- head/games/unnethack/Makefile Mon Sep 10 15:14:14 2012 (r304038) +++ head/games/unnethack/Makefile Mon Sep 10 15:53:37 2012 (r304039) @@ -7,6 +7,7 @@ PORTNAME= unnethack PORTVERSION= 4.0.0.20120401 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} Modified: head/games/unnethack/pkg-plist ============================================================================== --- head/games/unnethack/pkg-plist Mon Sep 10 15:14:14 2012 (r304038) +++ head/games/unnethack/pkg-plist Mon Sep 10 15:53:37 2012 (r304039) @@ -2,6 +2,7 @@ bin/unnethack %%DATADIR%%/nhdat %%DATADIR%%/recover %%DATADIR%%/unnethack +@dirrm %%DATADIR%% %%VARDIR%%/logfile %%VARDIR%%/perm %%VARDIR%%/record From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 16:27:23 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08BF5106566B; Mon, 10 Sep 2012 16:27:23 +0000 (UTC) (envelope-from pawelbsd@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 03C2B8FC17; Mon, 10 Sep 2012 16:27:21 +0000 (UTC) Received: by eaak11 with SMTP id k11so1042603eaa.13 for ; Mon, 10 Sep 2012 09:27:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; bh=aRex951rQeV3XsLhmMEpUSzh1+jVTjUrTAn7aEdX6EE=; b=QZuSv5SFyfwT2GS2kl997Df37BvG/jXK/A0UT+SDbI96h0iGk6RxCceHeqbWO4McGB CMVfnVCVj79YhOT6TRXCYpeX+AdppBa+S4TT5eWMj4fVc7aYd/+vkg48mGnEc5jgg51H lbb34deGm0BRz2rogQv7XhyADqYll1NU5Y7xAg1EcSPKmgZg7N4uzRFHk+whU2tqcPUS 6b0nZWG/onUu2Qj59jR7xtRb2g7MR0Ldud/TuND6HjWib66bbSKP2f4OxzpDkT5ZyMgH WmGuLKcJ3doC+66mYylMsFGu7BqCuRuqWqV82isqKLgTRvHgKbzVhXcBlK69UYo7BnUa +P4A== Received: by 10.14.209.129 with SMTP id s1mr20646928eeo.24.1347294441128; Mon, 10 Sep 2012 09:27:21 -0700 (PDT) Received: from localhost ([176.109.165.98]) by mx.google.com with ESMTPS id l42sm39526026eep.1.2012.09.10.09.27.17 (version=SSLv3 cipher=OTHER); Mon, 10 Sep 2012 09:27:19 -0700 (PDT) Sender: =?UTF-8?B?UGF3ZcWCIFDEmWthbGE=?= Date: Mon, 10 Sep 2012 18:26:11 +0200 From: Pawel Pekala To: Beat Gaetzi Message-ID: <20120910182611.7c0ceed2@FreeBSD.org> In-Reply-To: <201209101226.q8ACQc4h052636@svn.freebsd.org> References: <201209101226.q8ACQc4h052636@svn.freebsd.org> X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.6; i386-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r304031 - head/databases/spatialite_gui X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 16:27:23 -0000 Dnia 2012-09-10, o godz. 12:26:38 Beat Gaetzi napisa=B3(a): >Author: beat >Date: Mon Sep 10 12:26:37 2012 >New Revision: 304031 >URL: http://svn.freebsd.org/changeset/ports/304031 > >Log: > - Mark BROKEN: does not configure > configure: error: 'libspatialite' is required but it doesn't seem > to be installed on this system. > =20 Could this be reverted? The problem is known and fix is ready - just need to be committed: http://www.freebsd.org/cgi/query-pr.cgi?pr=3D170893 --=20 pozdrawiam / with regards Pawe=B3 P=EAkala From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 17:13:50 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BC8CB1065674; Mon, 10 Sep 2012 17:13:50 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A8B878FC19; Mon, 10 Sep 2012 17:13:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AHDoKv088291; Mon, 10 Sep 2012 17:13:50 GMT (envelope-from novel@svn.freebsd.org) Received: (from novel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AHDoe6088288; Mon, 10 Sep 2012 17:13:50 GMT (envelope-from novel@svn.freebsd.org) Message-Id: <201209101713.q8AHDoe6088288@svn.freebsd.org> From: Roman Bogorodskiy Date: Mon, 10 Sep 2012 17:13:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304040 - head/mail/msmtp X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 17:13:50 -0000 Author: novel Date: Mon Sep 10 17:13:50 2012 New Revision: 304040 URL: http://svn.freebsd.org/changeset/ports/304040 Log: Update to 1.4.29. Modified: head/mail/msmtp/Makefile head/mail/msmtp/distinfo Modified: head/mail/msmtp/Makefile ============================================================================== --- head/mail/msmtp/Makefile Mon Sep 10 15:53:37 2012 (r304039) +++ head/mail/msmtp/Makefile Mon Sep 10 17:13:50 2012 (r304040) @@ -6,8 +6,7 @@ # PORTNAME= msmtp -PORTVERSION= 1.4.28 -PORTREVISION= 1 +PORTVERSION= 1.4.29 CATEGORIES= mail ipv6 MASTER_SITES= SF Modified: head/mail/msmtp/distinfo ============================================================================== --- head/mail/msmtp/distinfo Mon Sep 10 15:53:37 2012 (r304039) +++ head/mail/msmtp/distinfo Mon Sep 10 17:13:50 2012 (r304040) @@ -1,2 +1,2 @@ -SHA256 (msmtp-1.4.28.tar.bz2) = de0e7de6e73cce4a0df57bd831677ac0e2b82f6395314b6c508c9d2d18cdc52a -SIZE (msmtp-1.4.28.tar.bz2) = 302778 +SHA256 (msmtp-1.4.29.tar.bz2) = 61f4fba0c1b299942d8f62f47a95d2713b7953d0ceba7f6cd463dd2368b93577 +SIZE (msmtp-1.4.29.tar.bz2) = 303220 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 17:21:55 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E24B4106564A; Mon, 10 Sep 2012 17:21:55 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CD9C98FC0C; Mon, 10 Sep 2012 17:21:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AHLtqi089365; Mon, 10 Sep 2012 17:21:55 GMT (envelope-from novel@svn.freebsd.org) Received: (from novel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AHLt1d089362; Mon, 10 Sep 2012 17:21:55 GMT (envelope-from novel@svn.freebsd.org) Message-Id: <201209101721.q8AHLt1d089362@svn.freebsd.org> From: Roman Bogorodskiy Date: Mon, 10 Sep 2012 17:21:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304041 - head/security/p11-kit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 17:21:56 -0000 Author: novel Date: Mon Sep 10 17:21:55 2012 New Revision: 304041 URL: http://svn.freebsd.org/changeset/ports/304041 Log: Update to 0.14. Modified: head/security/p11-kit/Makefile head/security/p11-kit/distinfo Modified: head/security/p11-kit/Makefile ============================================================================== --- head/security/p11-kit/Makefile Mon Sep 10 17:13:50 2012 (r304040) +++ head/security/p11-kit/Makefile Mon Sep 10 17:21:55 2012 (r304041) @@ -6,7 +6,7 @@ # PORTNAME= p11-kit -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= security devel MASTER_SITES= http://p11-glue.freedesktop.org/releases/ Modified: head/security/p11-kit/distinfo ============================================================================== --- head/security/p11-kit/distinfo Mon Sep 10 17:13:50 2012 (r304040) +++ head/security/p11-kit/distinfo Mon Sep 10 17:21:55 2012 (r304041) @@ -1,2 +1,2 @@ -SHA256 (p11-kit-0.13.tar.gz) = 3cb942465efd5bde1c1875826118fe4bca45b0c9edc7c87835909a5866bed325 -SIZE (p11-kit-0.13.tar.gz) = 544632 +SHA256 (p11-kit-0.14.tar.gz) = 7a5e561b8b4c6e25ed7a89ef36c8127437c8f18bd86fe4cd41d899c5c7def6d3 +SIZE (p11-kit-0.14.tar.gz) = 545993 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 17:53:04 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E741A106566C; Mon, 10 Sep 2012 17:53:04 +0000 (UTC) (envelope-from sem@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D2F4C8FC0A; Mon, 10 Sep 2012 17:53:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AHr4OE092996; Mon, 10 Sep 2012 17:53:04 GMT (envelope-from sem@svn.freebsd.org) Received: (from sem@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AHr4Qs092994; Mon, 10 Sep 2012 17:53:04 GMT (envelope-from sem@svn.freebsd.org) Message-Id: <201209101753.q8AHr4Qs092994@svn.freebsd.org> From: Sergey Matveychuk Date: Mon, 10 Sep 2012 17:53:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304042 - head/dns/unbound X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 17:53:05 -0000 Author: sem Date: Mon Sep 10 17:53:04 2012 New Revision: 304042 URL: http://svn.freebsd.org/changeset/ports/304042 Log: - Fix permissions on munin script PR: ports/171526 Submitted by: Jaap Akkerhuis Modified: head/dns/unbound/Makefile Modified: head/dns/unbound/Makefile ============================================================================== --- head/dns/unbound/Makefile Mon Sep 10 17:21:55 2012 (r304041) +++ head/dns/unbound/Makefile Mon Sep 10 17:53:04 2012 (r304042) @@ -7,7 +7,7 @@ PORTNAME= unbound PORTVERSION= 1.4.18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= http://unbound.net/downloads/ @@ -102,7 +102,7 @@ post-install: .if ${PORT_OPTIONS:MMUNIN} @${MKDIR} ${PREFIX}/share/munin/plugins @${MKDIR} ${PREFIX}/etc/munin/plugins - @${INSTALL_DATA} ${WRKDIR}/unbound-${PORTVERSION}/contrib/unbound_munin_\ + @${INSTALL_SCRIPT} ${WRKDIR}/unbound-${PORTVERSION}/contrib/unbound_munin_\ ${PREFIX}/share/munin/plugins/ @for i in ${MUNIN_ALL}; do\ ${LN} -fs ${PREFIX}/share/munin/plugins/unbound_munin_\ From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 18:02:22 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5E5F4106564A; Mon, 10 Sep 2012 18:02:22 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4954C8FC0A; Mon, 10 Sep 2012 18:02:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AI2MPs094213; Mon, 10 Sep 2012 18:02:22 GMT (envelope-from lth@svn.freebsd.org) Received: (from lth@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AI2LZT094210; Mon, 10 Sep 2012 18:02:21 GMT (envelope-from lth@svn.freebsd.org) Message-Id: <201209101802.q8AI2LZT094210@svn.freebsd.org> From: Lars Thegler Date: Mon, 10 Sep 2012 18:02:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304043 - head/devel/p5-Dist-Zilla X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 18:02:22 -0000 Author: lth Date: Mon Sep 10 18:02:21 2012 New Revision: 304043 URL: http://svn.freebsd.org/changeset/ports/304043 Log: Update to 4.300023 Modified: head/devel/p5-Dist-Zilla/Makefile head/devel/p5-Dist-Zilla/distinfo Modified: head/devel/p5-Dist-Zilla/Makefile ============================================================================== --- head/devel/p5-Dist-Zilla/Makefile Mon Sep 10 17:53:04 2012 (r304042) +++ head/devel/p5-Dist-Zilla/Makefile Mon Sep 10 18:02:21 2012 (r304043) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Dist-Zilla -PORTVERSION= 4.300021 +PORTVERSION= 4.300023 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Dist Modified: head/devel/p5-Dist-Zilla/distinfo ============================================================================== --- head/devel/p5-Dist-Zilla/distinfo Mon Sep 10 17:53:04 2012 (r304042) +++ head/devel/p5-Dist-Zilla/distinfo Mon Sep 10 18:02:21 2012 (r304043) @@ -1,2 +1,2 @@ -SHA256 (Dist-Zilla-4.300021.tar.gz) = a3d20061e11fa802d2fff8726c925c0659cbee6f71523221d151bb7e2d276c64 -SIZE (Dist-Zilla-4.300021.tar.gz) = 133809 +SHA256 (Dist-Zilla-4.300023.tar.gz) = 1e79fd20d5dd33245879f9024b93c09d76c9ef276e4b37feaebc2044d52113aa +SIZE (Dist-Zilla-4.300023.tar.gz) = 129887 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 18:02:34 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6375F1065676; Mon, 10 Sep 2012 18:02:34 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4D00E8FC12; Mon, 10 Sep 2012 18:02:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AI2Y0P094321; Mon, 10 Sep 2012 18:02:34 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AI2Ytj094316; Mon, 10 Sep 2012 18:02:34 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201209101802.q8AI2Ytj094316@svn.freebsd.org> From: Florian Smeets Date: Mon, 10 Sep 2012 18:02:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304044 - in head/www: seamonkey seamonkey-i18n X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 18:02:34 -0000 Author: flo Date: Mon Sep 10 18:02:33 2012 New Revision: 304044 URL: http://svn.freebsd.org/changeset/ports/304044 Log: Update to 2.12.1 Modified: head/www/seamonkey-i18n/Makefile head/www/seamonkey-i18n/distinfo (contents, props changed) head/www/seamonkey/Makefile head/www/seamonkey/distinfo (contents, props changed) Modified: head/www/seamonkey-i18n/Makefile ============================================================================== --- head/www/seamonkey-i18n/Makefile Mon Sep 10 18:02:21 2012 (r304043) +++ head/www/seamonkey-i18n/Makefile Mon Sep 10 18:02:33 2012 (r304044) @@ -6,7 +6,7 @@ # PORTNAME= seamonkey-i18n -PORTVERSION= 2.12 +PORTVERSION= 2.12.1 CATEGORIES= www MASTER_SITE_SUBDIR= seamonkey/releases/${PORTVERSION}/langpack PKGNAMEPREFIX= Modified: head/www/seamonkey-i18n/distinfo ============================================================================== --- head/www/seamonkey-i18n/distinfo Mon Sep 10 18:02:21 2012 (r304043) +++ head/www/seamonkey-i18n/distinfo Mon Sep 10 18:02:33 2012 (r304044) @@ -1,46 +1,46 @@ -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.ca.langpack.xpi) = adfd5acc1940dd010b16057429d0cd47fe34318e346943419bdf0853b2dc99c0 -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.ca.langpack.xpi) = 758726 -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.cs.langpack.xpi) = c8a3539a521c60de412cfbcc2258c931f2c2159bd7858fcf28a34462ad95aa26 -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.cs.langpack.xpi) = 824461 -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.de.langpack.xpi) = 14ee1e74c4de0f254ab8faf161160742671f1c248223191bc58e50ec5d3475d6 -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.de.langpack.xpi) = 799407 -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.en-GB.langpack.xpi) = 6bec0c224f3f828fde4e0dfde3aa4e1c9368d3192ead7d9d1bfe97542d52e3cd -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.en-GB.langpack.xpi) = 794976 -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.en-US.langpack.xpi) = 0d86b0b87d566ace31251bcf6b61a264b181b815a839ab17e54d74bf4e5d58c1 -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.en-US.langpack.xpi) = 739904 -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.es-AR.langpack.xpi) = 3f71227794835166fb9c1d6c36f56c3d1af3d9b019e3c92efb544ea6049b92c5 -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.es-AR.langpack.xpi) = 840165 -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.es-ES.langpack.xpi) = 774f383a14472604026fc059b39753e6cebfe7587927fb773420be418b2ba711 -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.es-ES.langpack.xpi) = 787253 -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.fi.langpack.xpi) = ea43305b9a9eb4ff70b1bf69249c5e4e9ab7cb2fed3ff85554a081e12e2805a9 -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.fi.langpack.xpi) = 817772 -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.fr.langpack.xpi) = 2766b0f8204e1272f75a4793d81e00aaee2b919fcbe51917bb7df86d7e77f880 -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.fr.langpack.xpi) = 816962 -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.hu.langpack.xpi) = fbfc098882b3d287237ce981c194f087fea0349bff98e622df9dc586d7c59241 -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.hu.langpack.xpi) = 801909 -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.it.langpack.xpi) = a901ce807aee4ff449fd13610772502ede4fea888dad9118644123a2f83a6e4e -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.it.langpack.xpi) = 736599 -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.ja-JP-mac.langpack.xpi) = 9b33548e72b04c8f194158fa1d314d8073ae8b0e30399086ef71e59cb76cb555 -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.ja-JP-mac.langpack.xpi) = 899213 -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.ja.langpack.xpi) = f1efcf41f28e5e17913ce569a9903c2f9c4ba43b76eaea8c4c105ff68b49a9d3 -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.ja.langpack.xpi) = 874587 -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.lt.langpack.xpi) = 8d6180cb5987c067105f856816398fa503ee9140d0919cd288951cbf480e23d7 -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.lt.langpack.xpi) = 930503 -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.nb-NO.langpack.xpi) = b68b928594d613186354f0ba8ba414189642c52dcb127ec15bed0f68cfa1b2c3 -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.nb-NO.langpack.xpi) = 813440 -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.nl.langpack.xpi) = 86c2438fd2549a3a7f3cefd4970b28dc446e422c55b719f5456388430b8e6b83 -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.nl.langpack.xpi) = 812797 -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.pl.langpack.xpi) = 0e7f9b7c0195ed24efa57b188cc5910dce39aa3e18ee11657a36b9352d4cb5e7 -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.pl.langpack.xpi) = 821808 -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.pt-PT.langpack.xpi) = 753b65e9d35de89db2d3089b66d2226a7e43869ab1fe67f4a394090d650bd6a8 -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.pt-PT.langpack.xpi) = 851396 -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.ru.langpack.xpi) = 8ee97aa10da018b02e6ffda041c4ebb33d33453101d97a9982f48b9c8c766a82 -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.ru.langpack.xpi) = 864618 -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.sk.langpack.xpi) = 31840992b98aaf0f426f8980c40a26d88481b282ecf8f02482f3fd95bb57cb1c -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.sk.langpack.xpi) = 797602 -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.sv-SE.langpack.xpi) = 7b9ef9198ac9f9059948e500ed56d3420d24599ed5cea40c43327cc24206b7d6 -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.sv-SE.langpack.xpi) = 839343 -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.tr.langpack.xpi) = 40cb87452a0f9e698f47044edf8b32b5e746c0d1cbf18f033ad904b6d4c773b4 -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.tr.langpack.xpi) = 818972 -SHA256 (xpi/seamonkey-i18n-2.12/seamonkey-2.12.uk.langpack.xpi) = 8f8ea20e1931c478f81cee5c9feaac42194573e5469ae03d6731951b2f2263e0 -SIZE (xpi/seamonkey-i18n-2.12/seamonkey-2.12.uk.langpack.xpi) = 883899 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.ca.langpack.xpi) = 871b1e7b1dc33e1d7922abc9c6ba6eb222c3bcffe515eb8a7e84a635b8bb4a4b +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.ca.langpack.xpi) = 758728 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.cs.langpack.xpi) = 01d1b69cb79027aea8ea80651b0c7b30582b11d3434beb6bc9bff1221f74b888 +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.cs.langpack.xpi) = 824462 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.de.langpack.xpi) = 550afd1c4ef5b1e0c4d4cac34e7a9dd918a47ff4ba94c330592f6bf70b81322d +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.de.langpack.xpi) = 799408 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.en-GB.langpack.xpi) = 251fc20c7a2eac4a575727016898852330dcd07e8509e4e85363527042a3524c +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.en-GB.langpack.xpi) = 794977 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.en-US.langpack.xpi) = 6be016f4d4b53d7f3d7dcff566b70379f46c86505f342a6d5635f28f372365db +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.en-US.langpack.xpi) = 739906 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.es-AR.langpack.xpi) = ce93eccdc887bd64ae62ac402bdb98ddef4e0759ad89aaf5c8470d0a06630a8b +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.es-AR.langpack.xpi) = 840166 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.es-ES.langpack.xpi) = b867ce3004dd666227e88eaee7e1646a84522f29cea8c27b631537781f8b0a91 +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.es-ES.langpack.xpi) = 787253 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.fi.langpack.xpi) = 532f6754878b0d408273c4aad54814d446697809b23e0f8351e553ffa5356178 +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.fi.langpack.xpi) = 817770 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.fr.langpack.xpi) = 197e2427a7779d555c74ea74e7402926cf53f17889e2621e19847c9e7d8a1be2 +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.fr.langpack.xpi) = 816962 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.hu.langpack.xpi) = 268dd9f0c77b6949a00f8b100e80356ec4c4df68fa2752f2c7148ae9636adb5e +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.hu.langpack.xpi) = 801909 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.it.langpack.xpi) = bcd5ef97b79b2dbea9611c3c2b96c7c60c443f4f9e7cfb120a146e2258d77ad0 +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.it.langpack.xpi) = 736600 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.ja-JP-mac.langpack.xpi) = 455769e77155093e38aebd318bf02f82de1ecfce63df5eac560830d819c41069 +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.ja-JP-mac.langpack.xpi) = 899213 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.ja.langpack.xpi) = ab47aca10ac711a5bc31b8b5d00fd2f652124d58d7198b301c05580197e07da8 +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.ja.langpack.xpi) = 874587 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.lt.langpack.xpi) = 4f29505d4ba61e0c43bd66ec0440956488a9e3feb1a1361298d328a8a2eaa4e9 +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.lt.langpack.xpi) = 930504 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.nb-NO.langpack.xpi) = bbbf2f6ac86a266833e857cb1a6e89f3c92faae4d049f34e086deb145c59dfcf +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.nb-NO.langpack.xpi) = 813442 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.nl.langpack.xpi) = a8cd29da47254656f23f062d83df785a28e7efdc88b4ec69df7544d144da92bd +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.nl.langpack.xpi) = 812798 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.pl.langpack.xpi) = 018d411c7b2fc2faec9ae8d538f14bb6acdf7d2acf222a4ef96d8998aa568534 +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.pl.langpack.xpi) = 821808 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.pt-PT.langpack.xpi) = 4590689bd241614967a4f350d4d0fd8c699d5f0ece436ee766a446657228ee7f +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.pt-PT.langpack.xpi) = 851396 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.ru.langpack.xpi) = 4c41ca90a9e196292b34b629222b7d080311d3cdaa2bd02447e439f1d4c5b8c9 +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.ru.langpack.xpi) = 864619 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.sk.langpack.xpi) = 0d78b36826b523630f5b1d19cce16cf3405e917f68ce81f8c06a9b6cc85b6b87 +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.sk.langpack.xpi) = 797603 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.sv-SE.langpack.xpi) = 1c6a39b6401e2531bf4074d71ddf9b46ac512d6cdf44050ff436e4f1ab3d336e +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.sv-SE.langpack.xpi) = 839344 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.tr.langpack.xpi) = 12dfba8f00cfbd986557bd1d6a3b7d2afa42bbbba0dceec4c922608afb880a8f +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.tr.langpack.xpi) = 818974 +SHA256 (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.uk.langpack.xpi) = 2129693123145ca3f293ba78f4d5daee21809788684d1b7424fd24cd8cacc1bc +SIZE (xpi/seamonkey-i18n-2.12.1/seamonkey-2.12.1.uk.langpack.xpi) = 883901 Modified: head/www/seamonkey/Makefile ============================================================================== --- head/www/seamonkey/Makefile Mon Sep 10 18:02:21 2012 (r304043) +++ head/www/seamonkey/Makefile Mon Sep 10 18:02:33 2012 (r304044) @@ -6,7 +6,7 @@ # PORTNAME= seamonkey -DISTVERSION= 2.12 +DISTVERSION= 2.12.1 CATEGORIES?= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION}/source Modified: head/www/seamonkey/distinfo ============================================================================== --- head/www/seamonkey/distinfo Mon Sep 10 18:02:21 2012 (r304043) +++ head/www/seamonkey/distinfo Mon Sep 10 18:02:33 2012 (r304044) @@ -1,2 +1,2 @@ -SHA256 (seamonkey-2.12.source.tar.bz2) = 04f4d938a77bd651201497a768908ca75c95d44fda8adbc11f40a967f7a9605a -SIZE (seamonkey-2.12.source.tar.bz2) = 106854466 +SHA256 (seamonkey-2.12.1.source.tar.bz2) = 7c816fba65ccd0f4233409eee05cc534c77fcbdf46f49e9ba17d382a77278e62 +SIZE (seamonkey-2.12.1.source.tar.bz2) = 106859727 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 18:03:07 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 545E6106566C; Mon, 10 Sep 2012 18:03:07 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3E6FA8FC1C; Mon, 10 Sep 2012 18:03:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AI37Ot094468; Mon, 10 Sep 2012 18:03:07 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AI37o5094463; Mon, 10 Sep 2012 18:03:07 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201209101803.q8AI37o5094463@svn.freebsd.org> From: Florian Smeets Date: Mon, 10 Sep 2012 18:03:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304045 - in head/mail: thunderbird thunderbird-i18n X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 18:03:08 -0000 Author: flo Date: Mon Sep 10 18:03:06 2012 New Revision: 304045 URL: http://svn.freebsd.org/changeset/ports/304045 Log: Update to 15.0.1 Modified: head/mail/thunderbird-i18n/Makefile head/mail/thunderbird-i18n/distinfo (contents, props changed) head/mail/thunderbird/Makefile head/mail/thunderbird/distinfo (contents, props changed) Modified: head/mail/thunderbird-i18n/Makefile ============================================================================== --- head/mail/thunderbird-i18n/Makefile Mon Sep 10 18:02:33 2012 (r304044) +++ head/mail/thunderbird-i18n/Makefile Mon Sep 10 18:03:06 2012 (r304045) @@ -6,7 +6,7 @@ # PORTNAME= thunderbird-i18n -PORTVERSION= 15.0 +PORTVERSION= 15.0.1 CATEGORIES= mail MASTER_SITE_SUBDIR= thunderbird/releases/${PORTVERSION}/linux-i686/xpi PKGNAMEPREFIX= Modified: head/mail/thunderbird-i18n/distinfo ============================================================================== --- head/mail/thunderbird-i18n/distinfo Mon Sep 10 18:02:33 2012 (r304044) +++ head/mail/thunderbird-i18n/distinfo Mon Sep 10 18:03:06 2012 (r304045) @@ -1,84 +1,84 @@ -SHA256 (xpi/thunderbird-i18n-15.0/ar.xpi) = 407be61675461d9bba03f0f539776d169ead644f11dce180d8f8f2ee47de8846 -SIZE (xpi/thunderbird-i18n-15.0/ar.xpi) = 435262 -SHA256 (xpi/thunderbird-i18n-15.0/br.xpi) = db7231c53d064b5dc1ccaf882349ace9513d87e13c0f9dd1c8b309fdae3de8d6 -SIZE (xpi/thunderbird-i18n-15.0/br.xpi) = 438660 -SHA256 (xpi/thunderbird-i18n-15.0/ca.xpi) = 43dae953f6fb0af17bcfd7f144b834503d13e460940ec9f7afdb824e62e89fdf -SIZE (xpi/thunderbird-i18n-15.0/ca.xpi) = 407348 -SHA256 (xpi/thunderbird-i18n-15.0/cs.xpi) = a46a702af9d13550a89804de523840afae134a6ef2d16438733da6155bc1c1f2 -SIZE (xpi/thunderbird-i18n-15.0/cs.xpi) = 434946 -SHA256 (xpi/thunderbird-i18n-15.0/da.xpi) = 277cb0cb6610813207691dda2238fbff95a88b438e6f0bf5b4c78b188ccf0b7e -SIZE (xpi/thunderbird-i18n-15.0/da.xpi) = 389625 -SHA256 (xpi/thunderbird-i18n-15.0/de.xpi) = 7e136e341369617a3e17d24566cb22cb1f198307628b53ee69a8069357acdadb -SIZE (xpi/thunderbird-i18n-15.0/de.xpi) = 409787 -SHA256 (xpi/thunderbird-i18n-15.0/en-GB.xpi) = 109e5f34523307e76594ef0e037ee7c98087c66a28ad6cffc97c655b9b691238 -SIZE (xpi/thunderbird-i18n-15.0/en-GB.xpi) = 412990 -SHA256 (xpi/thunderbird-i18n-15.0/en-US.xpi) = da98ba492d974ef8fd35e940cd85b90a770e56ea12eaa1349ee78f70d5ed55fe -SIZE (xpi/thunderbird-i18n-15.0/en-US.xpi) = 381214 -SHA256 (xpi/thunderbird-i18n-15.0/es-AR.xpi) = 71756d84ca116a40d90d3152745f5a6361a40477cd4c17962366d38020725fff -SIZE (xpi/thunderbird-i18n-15.0/es-AR.xpi) = 408794 -SHA256 (xpi/thunderbird-i18n-15.0/es-ES.xpi) = 56bee3215fada0ea7d30baa5dfa5ee5978490cc99f419f8a29e7f6d89fb1f19c -SIZE (xpi/thunderbird-i18n-15.0/es-ES.xpi) = 367306 -SHA256 (xpi/thunderbird-i18n-15.0/et.xpi) = 15cd2ee84c1779e1842e7cb04bf11a88a6b7bd5d6c06d249181c5cbf3fde387e -SIZE (xpi/thunderbird-i18n-15.0/et.xpi) = 433782 -SHA256 (xpi/thunderbird-i18n-15.0/eu.xpi) = dbf344ebf46e54f4b1de9ed9bdcc78ec675c823d625e67556cd2795ac0705f4a -SIZE (xpi/thunderbird-i18n-15.0/eu.xpi) = 396428 -SHA256 (xpi/thunderbird-i18n-15.0/fi.xpi) = d2d4eb71f8fced2ac8b5f57e7e9abd9402ad6295eb8ecc3ee9811530dd94757c -SIZE (xpi/thunderbird-i18n-15.0/fi.xpi) = 435058 -SHA256 (xpi/thunderbird-i18n-15.0/fr.xpi) = fce18df665171923d7c4f33e483364b3ca845a372b5afc47f8cc3e0101c87b84 -SIZE (xpi/thunderbird-i18n-15.0/fr.xpi) = 433614 -SHA256 (xpi/thunderbird-i18n-15.0/fy-NL.xpi) = 6fa48c83cd8dbd8fea59255d34cafd42fe85a1d297fba9f878e1e79a388def83 -SIZE (xpi/thunderbird-i18n-15.0/fy-NL.xpi) = 437191 -SHA256 (xpi/thunderbird-i18n-15.0/ga-IE.xpi) = 3125e59ac805a458be755ee720d2e445708638a36d548be6a947698b1549267d -SIZE (xpi/thunderbird-i18n-15.0/ga-IE.xpi) = 415281 -SHA256 (xpi/thunderbird-i18n-15.0/gd.xpi) = b6dbe2423471dc0fb6f88d664840ce29ba138f3824a619dee93629e9165f20fa -SIZE (xpi/thunderbird-i18n-15.0/gd.xpi) = 440848 -SHA256 (xpi/thunderbird-i18n-15.0/gl.xpi) = 84025889201883cc8a990e16aff4fa73ad1b8ee242f2ac72752b382df2e96277 -SIZE (xpi/thunderbird-i18n-15.0/gl.xpi) = 435423 -SHA256 (xpi/thunderbird-i18n-15.0/he.xpi) = 92158371a7961a9efe50adfbd9d5e1f436f2c76e19ce8be8a2c4cdd26e146237 -SIZE (xpi/thunderbird-i18n-15.0/he.xpi) = 469274 -SHA256 (xpi/thunderbird-i18n-15.0/hu.xpi) = 83d2aee1bda15c9294457793410afe31493152c90c10fdca2adacfd1d4f8539d -SIZE (xpi/thunderbird-i18n-15.0/hu.xpi) = 421988 -SHA256 (xpi/thunderbird-i18n-15.0/is.xpi) = 0d457bb3e4fa8cd5eb9f16100e2a8e945e0c6f3bc01493cddd5c9af3700fd636 -SIZE (xpi/thunderbird-i18n-15.0/is.xpi) = 403711 -SHA256 (xpi/thunderbird-i18n-15.0/it.xpi) = 588567d9f82a820705b8e92b22c6b6707369d7e890f7a0b826728845f92f5271 -SIZE (xpi/thunderbird-i18n-15.0/it.xpi) = 357248 -SHA256 (xpi/thunderbird-i18n-15.0/ja.xpi) = 17a5e1a3edeabfdd394e778572a6cfbc2b0948ed134f2df6700fa32eb65b6171 -SIZE (xpi/thunderbird-i18n-15.0/ja.xpi) = 490587 -SHA256 (xpi/thunderbird-i18n-15.0/ko.xpi) = 10bb1230787504bf9debee3aafe1233a2604232c6e50b4294ae99b34760ed5b2 -SIZE (xpi/thunderbird-i18n-15.0/ko.xpi) = 401189 -SHA256 (xpi/thunderbird-i18n-15.0/lt.xpi) = e76a18610842b4a0fb16140b43826504069d9e00bc18de7ced6480036d120eb2 -SIZE (xpi/thunderbird-i18n-15.0/lt.xpi) = 520468 -SHA256 (xpi/thunderbird-i18n-15.0/nb-NO.xpi) = 263c8facd293d9ab334761024f5690a880c4e8682ba5c5e5d33ea15cb8c8c71c -SIZE (xpi/thunderbird-i18n-15.0/nb-NO.xpi) = 430654 -SHA256 (xpi/thunderbird-i18n-15.0/nl.xpi) = 0c156690346a3d8385c51c5321de330aa88a35a701c6b938bbedaa10451d0be1 -SIZE (xpi/thunderbird-i18n-15.0/nl.xpi) = 430880 -SHA256 (xpi/thunderbird-i18n-15.0/nn-NO.xpi) = 3080d558e9ebd3c8be6870f97525d3146bc3262d460664485bd33edad7d9c97e -SIZE (xpi/thunderbird-i18n-15.0/nn-NO.xpi) = 436707 -SHA256 (xpi/thunderbird-i18n-15.0/pl.xpi) = ee7c9f5e7876cdb5da245b53c0d5254c71e2cd4e34372eda7f35467fc14716d2 -SIZE (xpi/thunderbird-i18n-15.0/pl.xpi) = 390139 -SHA256 (xpi/thunderbird-i18n-15.0/pt-BR.xpi) = a24042a8f942177723f39b363c59c61b8df7d21a7c42538eb62575b90f802141 -SIZE (xpi/thunderbird-i18n-15.0/pt-BR.xpi) = 427392 -SHA256 (xpi/thunderbird-i18n-15.0/pt-PT.xpi) = 02fca583672a987564464960f1825aa2e871484dcdd00f097081b954169796a2 -SIZE (xpi/thunderbird-i18n-15.0/pt-PT.xpi) = 438010 -SHA256 (xpi/thunderbird-i18n-15.0/rm.xpi) = 2b37fcbc382d9985c44bcbc74606f66d80a3405a3ddb49256f26d7605f9b1d79 -SIZE (xpi/thunderbird-i18n-15.0/rm.xpi) = 440885 -SHA256 (xpi/thunderbird-i18n-15.0/ru.xpi) = c9c51ca6c6139d676abe1a705025e607fabd6503c5a6cdca4a66538ddf2aac2f -SIZE (xpi/thunderbird-i18n-15.0/ru.xpi) = 406859 -SHA256 (xpi/thunderbird-i18n-15.0/si.xpi) = 8735bdddfd78154ed375ae33afd6bd50c02a3c7f3cd97505a112cabef6e6a14f -SIZE (xpi/thunderbird-i18n-15.0/si.xpi) = 485345 -SHA256 (xpi/thunderbird-i18n-15.0/sk.xpi) = 7272906645db732a3555469eb5df3cd3a936a381a1dc664e98cb0fe0fcb4b725 -SIZE (xpi/thunderbird-i18n-15.0/sk.xpi) = 420002 -SHA256 (xpi/thunderbird-i18n-15.0/sl.xpi) = 83e4cd06de6c79535942835f84684d9c2539611aa435fd21713a7c168a406131 -SIZE (xpi/thunderbird-i18n-15.0/sl.xpi) = 433999 -SHA256 (xpi/thunderbird-i18n-15.0/sq.xpi) = 2b6b44b69100a337f63418c2bdb1bfb3f55515c99f702357cb1b38d6187d719b -SIZE (xpi/thunderbird-i18n-15.0/sq.xpi) = 388799 -SHA256 (xpi/thunderbird-i18n-15.0/sv-SE.xpi) = 522fa1c0e7534a0e9e57bb0bbe0d05509386a68f2f85a425eebb0a8beb077404 -SIZE (xpi/thunderbird-i18n-15.0/sv-SE.xpi) = 508103 -SHA256 (xpi/thunderbird-i18n-15.0/ta-LK.xpi) = f1d225a16232142a621c12f3f7306436b4aa2ac7b09a327624e5bb539bcbf6bc -SIZE (xpi/thunderbird-i18n-15.0/ta-LK.xpi) = 505280 -SHA256 (xpi/thunderbird-i18n-15.0/tr.xpi) = ba0f08f2c186b8bbb29fb5cecf687695c1359788f65ffd830f99802c7c414718 -SIZE (xpi/thunderbird-i18n-15.0/tr.xpi) = 436084 -SHA256 (xpi/thunderbird-i18n-15.0/uk.xpi) = 3617a9b1593bae49832e8be5ed47f544d40368f9fd73741bf67250c6167619e5 -SIZE (xpi/thunderbird-i18n-15.0/uk.xpi) = 475372 -SHA256 (xpi/thunderbird-i18n-15.0/zh-TW.xpi) = 5ccc76f0455300dd15a5f2737ad85d63589bbad05232c7cee0f5207570d0594d -SIZE (xpi/thunderbird-i18n-15.0/zh-TW.xpi) = 426398 +SHA256 (xpi/thunderbird-i18n-15.0.1/ar.xpi) = 9af683a899abd10a3a4ff17bd5a797c60641c9da58cf01a4019b7c7c4f445194 +SIZE (xpi/thunderbird-i18n-15.0.1/ar.xpi) = 435262 +SHA256 (xpi/thunderbird-i18n-15.0.1/br.xpi) = 90fe132c2c1767595711a4536c2c93304bbea7c42fa6b0710b3bac49ddffa372 +SIZE (xpi/thunderbird-i18n-15.0.1/br.xpi) = 438660 +SHA256 (xpi/thunderbird-i18n-15.0.1/ca.xpi) = 8470c05da1c423fd38da9837f76c189971bb537381f0c0cb65ca95fca43b1556 +SIZE (xpi/thunderbird-i18n-15.0.1/ca.xpi) = 407348 +SHA256 (xpi/thunderbird-i18n-15.0.1/cs.xpi) = 90ca43eb261e99041fe2bd64f67e196dc1821de16b4b3f7f4024c991c2a8cba7 +SIZE (xpi/thunderbird-i18n-15.0.1/cs.xpi) = 434947 +SHA256 (xpi/thunderbird-i18n-15.0.1/da.xpi) = 0476b760f8d39cf7af512812e8d04eb51a4cc8c443b3ad0dd3aa230575a258f2 +SIZE (xpi/thunderbird-i18n-15.0.1/da.xpi) = 389626 +SHA256 (xpi/thunderbird-i18n-15.0.1/de.xpi) = 980032ab7db317ed04da3db5b3c631fb51d2436e027a12b1889f2b252bdfccc5 +SIZE (xpi/thunderbird-i18n-15.0.1/de.xpi) = 409788 +SHA256 (xpi/thunderbird-i18n-15.0.1/en-GB.xpi) = 06cb10c47703220689bc370c1897cc1fb94d74842982aa3d6274711e27e95901 +SIZE (xpi/thunderbird-i18n-15.0.1/en-GB.xpi) = 412989 +SHA256 (xpi/thunderbird-i18n-15.0.1/en-US.xpi) = b4f02ead4d9ff92b00f6fb979d510b1c0bbc562b8e0f363e54946ee07377e192 +SIZE (xpi/thunderbird-i18n-15.0.1/en-US.xpi) = 381215 +SHA256 (xpi/thunderbird-i18n-15.0.1/es-AR.xpi) = 1a7009430732bc38bc506d6138060e2bb0843a3f891ebc7b90479cfcfa24a651 +SIZE (xpi/thunderbird-i18n-15.0.1/es-AR.xpi) = 408795 +SHA256 (xpi/thunderbird-i18n-15.0.1/es-ES.xpi) = c41dc7e0bbc99cd54a18b1f9e465074a75a1441abe46413f3042d5375007eb0f +SIZE (xpi/thunderbird-i18n-15.0.1/es-ES.xpi) = 367306 +SHA256 (xpi/thunderbird-i18n-15.0.1/et.xpi) = 0604f6c45a049d51404dfaa5e8917c784c9661f6f083011bd5bb828165bcbe86 +SIZE (xpi/thunderbird-i18n-15.0.1/et.xpi) = 433783 +SHA256 (xpi/thunderbird-i18n-15.0.1/eu.xpi) = 24d546b00b6b93b7a36ab5d9b722a4f11042dd5730b941fcbc51e41acd3c4542 +SIZE (xpi/thunderbird-i18n-15.0.1/eu.xpi) = 396428 +SHA256 (xpi/thunderbird-i18n-15.0.1/fi.xpi) = 52232c71f8174d764aeae052dad31684a029924734c6dbd94641fe50ec42516c +SIZE (xpi/thunderbird-i18n-15.0.1/fi.xpi) = 435059 +SHA256 (xpi/thunderbird-i18n-15.0.1/fr.xpi) = 46c1d995b26b6d0caa23bcd5e568fe316f79d7700513fccafc649282782eed05 +SIZE (xpi/thunderbird-i18n-15.0.1/fr.xpi) = 433614 +SHA256 (xpi/thunderbird-i18n-15.0.1/fy-NL.xpi) = fcb869c52fae47cb6369b942e047157ddbe84f385b7c05d3f1356037788f4f21 +SIZE (xpi/thunderbird-i18n-15.0.1/fy-NL.xpi) = 437192 +SHA256 (xpi/thunderbird-i18n-15.0.1/ga-IE.xpi) = 78d5f0d549197fa0eb42f858423c357573f2d96ad9c9861a8b80bcab1dbf2d91 +SIZE (xpi/thunderbird-i18n-15.0.1/ga-IE.xpi) = 415281 +SHA256 (xpi/thunderbird-i18n-15.0.1/gd.xpi) = 7c4ab77458cbcb430f3fe2b822e278a1e4303fef0f32c77932a2acb3f57c4eb5 +SIZE (xpi/thunderbird-i18n-15.0.1/gd.xpi) = 440848 +SHA256 (xpi/thunderbird-i18n-15.0.1/gl.xpi) = c570c00bfb921ed45ef0139b61345c031028892424e0e114d0e6ef90a81da6bb +SIZE (xpi/thunderbird-i18n-15.0.1/gl.xpi) = 435423 +SHA256 (xpi/thunderbird-i18n-15.0.1/he.xpi) = c8bc1e2dce2ecc85c339d336031d82e1ec1b07881801cba5be95c406e04af4c0 +SIZE (xpi/thunderbird-i18n-15.0.1/he.xpi) = 469275 +SHA256 (xpi/thunderbird-i18n-15.0.1/hu.xpi) = f32b5368cd899d594a7865f385c3917f8eec47b81b799898e61d31f6d36e3d62 +SIZE (xpi/thunderbird-i18n-15.0.1/hu.xpi) = 421987 +SHA256 (xpi/thunderbird-i18n-15.0.1/is.xpi) = 0b60ebea597ab79cac7714bad836943cda8c50aa00ecb15763d737c60cb4e065 +SIZE (xpi/thunderbird-i18n-15.0.1/is.xpi) = 403711 +SHA256 (xpi/thunderbird-i18n-15.0.1/it.xpi) = d5696cb46497fc029c64a91166b0c5c3ec63155defeac8262a38099fd34e1d22 +SIZE (xpi/thunderbird-i18n-15.0.1/it.xpi) = 357249 +SHA256 (xpi/thunderbird-i18n-15.0.1/ja.xpi) = d8b98fb4d0212dd6273ede351736d4e2c746ab3cc5585ddc21e412dd0f8b1b8c +SIZE (xpi/thunderbird-i18n-15.0.1/ja.xpi) = 490588 +SHA256 (xpi/thunderbird-i18n-15.0.1/ko.xpi) = 80b098bf5a467e339ead3463d9a22b2041e899f73f1cfecddb51960ac5a516ba +SIZE (xpi/thunderbird-i18n-15.0.1/ko.xpi) = 401190 +SHA256 (xpi/thunderbird-i18n-15.0.1/lt.xpi) = 3f52a194b6db7539ddfb5a9111168de7c29668807a8973edfe89d1bb12a0fd72 +SIZE (xpi/thunderbird-i18n-15.0.1/lt.xpi) = 520468 +SHA256 (xpi/thunderbird-i18n-15.0.1/nb-NO.xpi) = 33576f29675c9caa8382fc567d52c7cc77664dc7ca64c220563e27e20a652ba6 +SIZE (xpi/thunderbird-i18n-15.0.1/nb-NO.xpi) = 430654 +SHA256 (xpi/thunderbird-i18n-15.0.1/nl.xpi) = df63c3d13bf1e659de4d044745e4047dd0643045c37d7c0c76072579d5347a51 +SIZE (xpi/thunderbird-i18n-15.0.1/nl.xpi) = 430881 +SHA256 (xpi/thunderbird-i18n-15.0.1/nn-NO.xpi) = bfae4cf04d4c798742e4b4731b074c6380595fc283112bc759e1b7cc0c4dfe04 +SIZE (xpi/thunderbird-i18n-15.0.1/nn-NO.xpi) = 436707 +SHA256 (xpi/thunderbird-i18n-15.0.1/pl.xpi) = ff4f8ca29f3aedaa9144ab9579d75e57e5ecec4d8ba6815d2e9fa7730f076bc8 +SIZE (xpi/thunderbird-i18n-15.0.1/pl.xpi) = 390140 +SHA256 (xpi/thunderbird-i18n-15.0.1/pt-BR.xpi) = 93eb71b913c8ea974c48ca7067b655131fd7900ac9941fb6f90862e0350e6830 +SIZE (xpi/thunderbird-i18n-15.0.1/pt-BR.xpi) = 427393 +SHA256 (xpi/thunderbird-i18n-15.0.1/pt-PT.xpi) = ebed48091fcfe4181d3e5a28a4faf0d6c21bf4672b8387c6a9e0d52717eb7ac8 +SIZE (xpi/thunderbird-i18n-15.0.1/pt-PT.xpi) = 438011 +SHA256 (xpi/thunderbird-i18n-15.0.1/rm.xpi) = b0d1d250f6721d6ad91a8439872a1b5593dcbb8efc7f00af0f9236e711ccd51d +SIZE (xpi/thunderbird-i18n-15.0.1/rm.xpi) = 440886 +SHA256 (xpi/thunderbird-i18n-15.0.1/ru.xpi) = d6dfb01e920c5806080c4739c034a9a7de3c44a6c88b92d612b39299f7ae667c +SIZE (xpi/thunderbird-i18n-15.0.1/ru.xpi) = 406859 +SHA256 (xpi/thunderbird-i18n-15.0.1/si.xpi) = 41e853d72f94369d236b69054e6b71309da48b8b207ab2f961fd7a5b4a7a43a7 +SIZE (xpi/thunderbird-i18n-15.0.1/si.xpi) = 485346 +SHA256 (xpi/thunderbird-i18n-15.0.1/sk.xpi) = c3ff8958a2440928d7a08b1721aa11bd630cbb1263c8f717508852b20c09704e +SIZE (xpi/thunderbird-i18n-15.0.1/sk.xpi) = 420003 +SHA256 (xpi/thunderbird-i18n-15.0.1/sl.xpi) = 58c4affe96600869e152f4acf881bbd6fa4e8f5be77185f263386151326d0307 +SIZE (xpi/thunderbird-i18n-15.0.1/sl.xpi) = 434000 +SHA256 (xpi/thunderbird-i18n-15.0.1/sq.xpi) = c19bae7063b858a3ce76c4c0eeb1fdcb697f3edf6de204ff93a37144ec9d6563 +SIZE (xpi/thunderbird-i18n-15.0.1/sq.xpi) = 388800 +SHA256 (xpi/thunderbird-i18n-15.0.1/sv-SE.xpi) = 6d885b7307e3beccf82b4aa151a83ce555bd3c6669995db288d93e99f1aa0a89 +SIZE (xpi/thunderbird-i18n-15.0.1/sv-SE.xpi) = 508104 +SHA256 (xpi/thunderbird-i18n-15.0.1/ta-LK.xpi) = 1eae23920ef5c604fc40ba61b3c0d0b0092ca8b5e61f85ea0ad818f2f827472b +SIZE (xpi/thunderbird-i18n-15.0.1/ta-LK.xpi) = 505280 +SHA256 (xpi/thunderbird-i18n-15.0.1/tr.xpi) = 217e02a366a0585a01d2cbacccce8a2db5a71cfd3dff67cce6607d8ceca47b7a +SIZE (xpi/thunderbird-i18n-15.0.1/tr.xpi) = 436085 +SHA256 (xpi/thunderbird-i18n-15.0.1/uk.xpi) = 92873d76263c4064927102a57ce8cf4834e0ac557b19c291794eebc8fa3ec64c +SIZE (xpi/thunderbird-i18n-15.0.1/uk.xpi) = 475372 +SHA256 (xpi/thunderbird-i18n-15.0.1/zh-TW.xpi) = 6d1b2e937d4aa4fa07f7654ea38725bd3c461915d8f3d297da748571cb5bf2bb +SIZE (xpi/thunderbird-i18n-15.0.1/zh-TW.xpi) = 426399 Modified: head/mail/thunderbird/Makefile ============================================================================== --- head/mail/thunderbird/Makefile Mon Sep 10 18:02:33 2012 (r304044) +++ head/mail/thunderbird/Makefile Mon Sep 10 18:03:06 2012 (r304045) @@ -6,7 +6,7 @@ # PORTNAME= thunderbird -DISTVERSION= 15.0 +DISTVERSION= 15.0.1 CATEGORIES= mail ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${DISTVERSION}/source Modified: head/mail/thunderbird/distinfo ============================================================================== --- head/mail/thunderbird/distinfo Mon Sep 10 18:02:33 2012 (r304044) +++ head/mail/thunderbird/distinfo Mon Sep 10 18:03:06 2012 (r304045) @@ -1,2 +1,2 @@ -SHA256 (thunderbird-15.0.source.tar.bz2) = acbf31d36c49a878eeefd59c37e2fd9e2173c99482c93310dfd9c6c799bb3d4d -SIZE (thunderbird-15.0.source.tar.bz2) = 105942186 +SHA256 (thunderbird-15.0.1.source.tar.bz2) = bfa24c3595dae6c3ee3cbaca789e8b81bb47096127a7149c571d553f538cefc7 +SIZE (thunderbird-15.0.1.source.tar.bz2) = 105942872 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 18:14:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D5796106564A; Mon, 10 Sep 2012 18:14:31 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A76458FC14; Mon, 10 Sep 2012 18:14:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AIEVq1095925; Mon, 10 Sep 2012 18:14:31 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AIEVNC095923; Mon, 10 Sep 2012 18:14:31 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201209101814.q8AIEVNC095923@svn.freebsd.org> From: Chris Rees Date: Mon, 10 Sep 2012 18:14:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304046 - head/net/samplicator X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 18:14:32 -0000 Author: crees Date: Mon Sep 10 18:14:30 2012 New Revision: 304046 URL: http://svn.freebsd.org/changeset/ports/304046 Log: This port was readded; it was previously removed at r211982, and the last living revision was r208510. Modified: head/net/samplicator/Makefile Modified: head/net/samplicator/Makefile ============================================================================== From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 18:22:41 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCAB7106564A; Mon, 10 Sep 2012 18:22:41 +0000 (UTC) (envelope-from lth@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C7B5C8FC08; Mon, 10 Sep 2012 18:22:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AIMfuB097017; Mon, 10 Sep 2012 18:22:41 GMT (envelope-from lth@svn.freebsd.org) Received: (from lth@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AIMfOe097014; Mon, 10 Sep 2012 18:22:41 GMT (envelope-from lth@svn.freebsd.org) Message-Id: <201209101822.q8AIMfOe097014@svn.freebsd.org> From: Lars Thegler Date: Mon, 10 Sep 2012 18:22:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304047 - head/devel/p5-Log-Report X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 18:22:42 -0000 Author: lth Date: Mon Sep 10 18:22:41 2012 New Revision: 304047 URL: http://svn.freebsd.org/changeset/ports/304047 Log: Update to 0.98 Modified: head/devel/p5-Log-Report/Makefile head/devel/p5-Log-Report/distinfo Modified: head/devel/p5-Log-Report/Makefile ============================================================================== --- head/devel/p5-Log-Report/Makefile Mon Sep 10 18:14:30 2012 (r304046) +++ head/devel/p5-Log-Report/Makefile Mon Sep 10 18:22:41 2012 (r304047) @@ -6,7 +6,7 @@ # PORTNAME= Log-Report -PORTVERSION= 0.96 +PORTVERSION= 0.98 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MARKOV Modified: head/devel/p5-Log-Report/distinfo ============================================================================== --- head/devel/p5-Log-Report/distinfo Mon Sep 10 18:14:30 2012 (r304046) +++ head/devel/p5-Log-Report/distinfo Mon Sep 10 18:22:41 2012 (r304047) @@ -1,2 +1,2 @@ -SHA256 (Log-Report-0.96.tar.gz) = f10bb2fa7fe87a81862004c99a08c1284386470ebf110b14bc32cafafd4736e0 -SIZE (Log-Report-0.96.tar.gz) = 94024 +SHA256 (Log-Report-0.98.tar.gz) = 9a9d9ffad2f178f03584e571eeabc0546ba122e06b6a960f5f452526d5358e23 +SIZE (Log-Report-0.98.tar.gz) = 95486 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 18:34:59 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3DBB6106566B; Mon, 10 Sep 2012 18:34:59 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2923A8FC0A; Mon, 10 Sep 2012 18:34:59 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AIYxvB098555; Mon, 10 Sep 2012 18:34:59 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AIYwCs098553; Mon, 10 Sep 2012 18:34:58 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201209101834.q8AIYwCs098553@svn.freebsd.org> From: Jung-uk Kim Date: Mon, 10 Sep 2012 18:34:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304048 - head/java/icedtea-web X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 18:34:59 -0000 Author: jkim Date: Mon Sep 10 18:34:58 2012 New Revision: 304048 URL: http://svn.freebsd.org/changeset/ports/304048 Log: Set LC_ALL instead of LANG. Some users still complain about locale issues. Modified: head/java/icedtea-web/Makefile Modified: head/java/icedtea-web/Makefile ============================================================================== --- head/java/icedtea-web/Makefile Mon Sep 10 18:22:41 2012 (r304047) +++ head/java/icedtea-web/Makefile Mon Sep 10 18:34:58 2012 (r304048) @@ -47,7 +47,7 @@ USE_PKGCONFIG= yes CONFIGURE_ARGS+=--with-ecj=no --with-jdk-home="${JAVA_HOME}" -EXTRACT_AFTER_ARGS= | ${SETENV} LANG=en_US.UTF-8 ${TAR} -xf - +EXTRACT_AFTER_ARGS= | ${SETENV} LC_ALL=en_US.UTF-8 ${TAR} -xf - .include From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 18:36:23 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76D02106564A; Mon, 10 Sep 2012 18:36:23 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 482308FC08; Mon, 10 Sep 2012 18:36:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AIaNbb098803; Mon, 10 Sep 2012 18:36:23 GMT (envelope-from brooks@svn.freebsd.org) Received: (from brooks@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AIaNdX098799; Mon, 10 Sep 2012 18:36:23 GMT (envelope-from brooks@svn.freebsd.org) Message-Id: <201209101836.q8AIaNdX098799@svn.freebsd.org> From: Brooks Davis Date: Mon, 10 Sep 2012 18:36:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304049 - in head/net/openmpi: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 18:36:23 -0000 Author: brooks Date: Mon Sep 10 18:36:22 2012 New Revision: 304049 URL: http://svn.freebsd.org/changeset/ports/304049 Log: Correct detection of SCTP support in libc so it is found on all supported OS versions not just 7.x. Add missing plist entries. Reported by: QAT (beat) Added: head/net/openmpi/files/ head/net/openmpi/files/patch-configure (contents, props changed) Modified: head/net/openmpi/Makefile head/net/openmpi/pkg-plist Modified: head/net/openmpi/Makefile ============================================================================== --- head/net/openmpi/Makefile Mon Sep 10 18:34:58 2012 (r304048) +++ head/net/openmpi/Makefile Mon Sep 10 18:36:22 2012 (r304049) @@ -10,6 +10,7 @@ PORTNAME= openmpi DISTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= net parallel MASTER_SITES= http://www.open-mpi.org/software/ompi/v1.6/downloads/ Added: head/net/openmpi/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/openmpi/files/patch-configure Mon Sep 10 18:36:22 2012 (r304049) @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- configure.orig ++++ configure +@@ -125045,8 +125045,8 @@ + ;; + *bsd*) + case "$host" in +- *freebsd7*) +- # FreeBSD 7 has SCTP in an unpatched default kernel with ++ **freebsd[789]*|*freebsd1[0-9]*) ++ # FreeBSD >= 7 has SCTP in an unpatched default kernel with + # the SCTP API contained within libc. + ompi_sctp_api_libname="c" + ;; Modified: head/net/openmpi/pkg-plist ============================================================================== --- head/net/openmpi/pkg-plist Mon Sep 10 18:34:58 2012 (r304048) +++ head/net/openmpi/pkg-plist Mon Sep 10 18:36:22 2012 (r304049) @@ -160,6 +160,8 @@ %%MPIDIR%%/lib/openmpi/mca_allocator_bucket.so %%MPIDIR%%/lib/openmpi/mca_bml_r2.la %%MPIDIR%%/lib/openmpi/mca_bml_r2.so +%%MPIDIR%%/lib/openmpi/mca_btl_sctp.la +%%MPIDIR%%/lib/openmpi/mca_btl_sctp.so %%MPIDIR%%/lib/openmpi/mca_btl_self.la %%MPIDIR%%/lib/openmpi/mca_btl_self.so %%MPIDIR%%/lib/openmpi/mca_btl_sm.la From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 18:44:15 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F0F6106566B; Mon, 10 Sep 2012 18:44:15 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 085978FC14; Mon, 10 Sep 2012 18:44:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AIiE9x099829; Mon, 10 Sep 2012 18:44:14 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AIiEfH099825; Mon, 10 Sep 2012 18:44:14 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201209101844.q8AIiEfH099825@svn.freebsd.org> From: Frederic Culot Date: Mon, 10 Sep 2012 18:44:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304050 - head/www/py-rhodecode X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 18:44:15 -0000 Author: culot Date: Mon Sep 10 18:44:14 2012 New Revision: 304050 URL: http://svn.freebsd.org/changeset/ports/304050 Log: - Update to 1.3.6 - Switch to OptionsNG Changes: http://www.rhodecode.org/news/2012/rhodecode-136-released/ PR: ports/170715 Submitted by: William Grzybowski Approved by: maintainer (timeout, >14 days) Modified: head/www/py-rhodecode/Makefile head/www/py-rhodecode/distinfo head/www/py-rhodecode/pkg-plist Modified: head/www/py-rhodecode/Makefile ============================================================================== --- head/www/py-rhodecode/Makefile Mon Sep 10 18:36:22 2012 (r304049) +++ head/www/py-rhodecode/Makefile Mon Sep 10 18:44:14 2012 (r304050) @@ -6,7 +6,7 @@ # PORTNAME= rhodecode -PORTVERSION= 1.3.4 +PORTVERSION= 1.3.6 CATEGORIES= www devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,6 +26,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylo ${PYTHON_PKGNAMEPREFIX}dulwich>=0.8.5:${PORTSDIR}/devel/dulwich \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.8.1:${PORTSDIR}/textproc/py-docutils \ ${PYTHON_PKGNAMEPREFIX}bcrypt>=0.2:${PORTSDIR}/security/py-bcrypt \ + ${PYTHON_PKGNAMEPREFIX}PasteScript>=1.6.3:${PORTSDIR}/www/py-pastescript \ ${LOCALBASE}/bin/hg:${PORTSDIR}/devel/mercurial USE_PYTHON= 2.6+ @@ -33,22 +34,23 @@ USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= RhodeCode -OPTIONS= LDAP "support authenticate via LDAP" off -OPTIONS+= GIT "use GIT cvs support" off -OPTIONS+= CELERY "use Celery for better performance" off +OPTIONS_DEFINE= LDAP GIT CELERY -.include +GIT_DESC= GIT support +CELERY_DESC= Use Celery for better performance -.if defined(WITH_LDAP) +.include + +.if ${PORT_OPTIONS:MLDAP} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ldap>=2.4.6:${PORTSDIR}/net/py-ldap2 .endif -.if defined(WITH_GIT) +.if ${PORT_OPTIONS:MGIT} RUN_DEPENDS+= ${LOCALBASE}/bin/git:${PORTSDIR}/devel/git .endif -.if defined(WITH_CELERY) +.if ${PORT_OPTIONS:MCELERY} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}celery>=2.4.6:${PORTSDIR}/devel/py-celery .endif -.include +.include Modified: head/www/py-rhodecode/distinfo ============================================================================== --- head/www/py-rhodecode/distinfo Mon Sep 10 18:36:22 2012 (r304049) +++ head/www/py-rhodecode/distinfo Mon Sep 10 18:44:14 2012 (r304050) @@ -1,2 +1,2 @@ -SHA256 (RhodeCode-1.3.4.tar.gz) = bccd9af196c67bc488b3005c374ca4867e9440012c3476ebcc257b83bdef1a9b -SIZE (RhodeCode-1.3.4.tar.gz) = 1953937 +SHA256 (RhodeCode-1.3.6.tar.gz) = b10ad7264afb8ed116599753f6f4553c972307fbeed68c85a998f29ccdbd919a +SIZE (RhodeCode-1.3.6.tar.gz) = 1993123 Modified: head/www/py-rhodecode/pkg-plist ============================================================================== --- head/www/py-rhodecode/pkg-plist Mon Sep 10 18:36:22 2012 (r304049) +++ head/www/py-rhodecode/pkg-plist Mon Sep 10 18:44:14 2012 (r304050) @@ -34,6 +34,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/config/routing.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/config/routing.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/config/routing.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/config/setup_rhodecode.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/config/setup_rhodecode.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/config/setup_rhodecode.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/controllers/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/controllers/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/controllers/__init__.pyo @@ -130,6 +133,8 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/i18n/pt_BR/LC_MESSAGES/rhodecode.mo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/i18n/pt_BR/LC_MESSAGES/rhodecode.po %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/i18n/rhodecode.pot +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/i18n/zh_TW/LC_MESSAGES/rhodecode.mo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/i18n/zh_TW/LC_MESSAGES/rhodecode.po %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/__init__.pyo @@ -338,6 +343,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/exceptions.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/exceptions.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/exceptions.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/ext_json.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/ext_json.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/ext_json.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/helpers.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/helpers.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/helpers.pyo @@ -1652,6 +1660,7 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/changelog/changelog.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/changelog/changelog_details.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/changeset/changeset.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/changeset/changeset_comment_block.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/changeset/changeset_file_comment.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/changeset/changeset_range.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/changeset/diff_block.html @@ -1665,7 +1674,6 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/files/file_diff.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/files/files.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/files/files_add.html -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/files/files_annotate.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/files/files_browser.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/files/files_edit.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/files/files_source.html @@ -1799,80 +1807,82 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/websetup.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/websetup.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/websetup.pyo -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/functional -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/tags -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/summary -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/shortlog -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/settings -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/search -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/journal -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/forks -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/followers -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/files -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/errors -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/email_templates -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/changeset -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/changelog -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/branches -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/bookmarks -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/base -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/admin/users_groups -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/admin/users -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/admin/settings -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/admin/repos_groups -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/admin/repos -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/admin/permissions -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/admin/notifications -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/admin/ldap -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/admin -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/_data_table -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rcextensions +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/css @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/js @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/images/icons @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/images -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public/css @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/public +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests/functional +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/tests +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/controllers/admin +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/controllers/api +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/controllers +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/config/rcextensions +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/config @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/model -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/vcs/utils -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/vcs/conf -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/vcs/backends/hg -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/vcs/backends/git -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/vcs/backends -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/vcs -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/rcmail -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/middleware -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/indexers -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/versions -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/schema @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/util -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/script -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/pylons/versions -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/pylons +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/script @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/default/versions @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/default +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/pylons/versions +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository/pylons @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/repository +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates/script @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/templates -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning/script @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/versioning @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/changeset/databases @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate/changeset @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/migrate +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/versions +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate/schema @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/dbmigrate +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/indexers +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/vcs/utils +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/vcs/conf +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/vcs/backends/git +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/vcs/backends/hg +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/vcs/backends +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/vcs @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/celerypylons +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/rcmail @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/celerylib +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib/middleware @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/lib +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/i18n/zh_TW/LC_MESSAGES +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/i18n/zh_TW @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/i18n/pt_BR/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/i18n/pt_BR @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/i18n/en/LC_MESSAGES @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/i18n/en @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/i18n -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/controllers/api -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/controllers/admin -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/controllers -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/config/rcextensions -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/config +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/changeset +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/bookmarks +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/summary +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/_data_table +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/journal +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/errors +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/admin/ldap +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/admin/permissions +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/admin/users +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/admin/notifications +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/admin/users_groups +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/admin/repos +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/admin/repos_groups +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/admin/settings +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/admin +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/forks +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/settings +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/shortlog +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/files +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/followers +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/email_templates +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/changelog +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/base +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/search +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/tags +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates/branches +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode/templates @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rhodecode -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/rcextensions -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 18:46:44 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:4f8:fff6::35]) by hub.freebsd.org (Postfix) with ESMTP id 810DF106566C; Mon, 10 Sep 2012 18:46:44 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from [127.0.0.1] (hub.freebsd.org [IPv6:2001:4f8:fff6::36]) by mx2.freebsd.org (Postfix) with ESMTP id 5C30F14FBB5; Mon, 10 Sep 2012 18:46:34 +0000 (UTC) Message-ID: <504E3589.4070108@FreeBSD.org> Date: Mon, 10 Sep 2012 11:46:33 -0700 From: Doug Barton Organization: http://www.FreeBSD.org/ User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 To: Daichi GOTO References: <201209100055.q8A0teaa064054@svn.freebsd.org> <504D491A.4050009@FreeBSD.org> <20120910184853.aac1facc8eb80be78e6b41ee@ongs.co.jp> In-Reply-To: <20120910184853.aac1facc8eb80be78e6b41ee@ongs.co.jp> X-Enigmail-Version: 1.4.4 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Daichi GOTO , Chris Rees , ports-committers@freebsd.org Subject: Re: svn commit: r304007 - head/japanese/mozc-server X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 18:46:44 -0000 Ah, no problem then. Thanks for clarifying. :) Doug On 9/10/2012 2:48 AM, Daichi GOTO wrote: > Sorry. That's just my mistake. I'm sorry. > > On Mon, 10 Sep 2012 10:39:25 +0100 > Chris Rees wrote: >> On 10 Sep 2012 02:58, "Doug Barton" wrote: >>> >>> What changed between versions of the distfile? >> >> The problematic commit appears to be r303956; the update to distinfo was >> committed separately, and as MD5s. Evidently Daichi must have made the >> distinfo by hand, or used a (very) old Mk directory when running make >> makesum. >> >> Daichi, perhaps you could clarify that the distfile hasn't changed? >> >> Chris > -- I am only one, but I am one. I cannot do everything, but I can do something. And I will not let what I cannot do interfere with what I can do. -- Edward Everett Hale, (1822 - 1909) From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 19:09:48 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6EC5106566B; Mon, 10 Sep 2012 19:09:48 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D09D88FC0A; Mon, 10 Sep 2012 19:09:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AJ9ma3003351; Mon, 10 Sep 2012 19:09:48 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AJ9mbi003345; Mon, 10 Sep 2012 19:09:48 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201209101909.q8AJ9mbi003345@svn.freebsd.org> From: Jimmy Olgeni Date: Mon, 10 Sep 2012 19:09:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304051 - head/lang/erlang X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 19:09:49 -0000 Author: olgeni Date: Mon Sep 10 19:09:48 2012 New Revision: 304051 URL: http://svn.freebsd.org/changeset/ports/304051 Log: - Upgrade to version R15B02 - Add GCC46 option - Update pkg-descr with text from erlang.org Modified: head/lang/erlang/Makefile head/lang/erlang/Makefile.lib head/lang/erlang/Makefile.man head/lang/erlang/distinfo head/lang/erlang/pkg-descr (contents, props changed) Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Mon Sep 10 18:44:14 2012 (r304050) +++ head/lang/erlang/Makefile Mon Sep 10 19:09:48 2012 (r304051) @@ -6,7 +6,7 @@ # PORTNAME= erlang -PORTVERSION= 15.b.01 +PORTVERSION= 15.b.02 PORTEPOCH= 2 CATEGORIES= lang parallel java MASTER_SITES= http://www.erlang.org/download/:erlangorg \ @@ -43,10 +43,11 @@ SUB_LIST= TOOLS_VSN=${TOOLS_VSN} MAKE_JOBS_UNSAFE=yes -OPTIONS_DEFINE= DOCS GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX DTRACE +OPTIONS_DEFINE= GCC46 DOCS GS HIPE JAVA KQUEUE ODBC OPENSSL SCTP SMP THREADS WX DTRACE OPTIONS_SINGLE= ODBC OPTIONS_SINGLE_ODBC= IODBC UNIXODBC +GCC46_DESC= Use gcc 4.6 HIPE_DESC= Build native HiPE compiler KQUEUE_DESC= Enable Kernel Poll (kqueue) support SCTP_DESC= Enable SCTP support @@ -69,6 +70,10 @@ ERL_RELEASE= R${PORTVERSION:S/.//g:U} # probes fixed does not match the number of defined probes (54 != 132, # respectively)" you probably misconfigured DTrace in some way. +.if ${PORT_OPTIONS:MGCC46} +USE_GCC?= 4.6+ +.endif + .if ${PORT_OPTIONS:MDTRACE} CONFIGURE_ARGS+=--with-dynamic-trace=dtrace .else Modified: head/lang/erlang/Makefile.lib ============================================================================== --- head/lang/erlang/Makefile.lib Mon Sep 10 18:44:14 2012 (r304050) +++ head/lang/erlang/Makefile.lib Mon Sep 10 19:09:48 2012 (r304051) @@ -1,10 +1,10 @@ # $FreeBSD$ -TOOLS_VSN= 2.6.7 +TOOLS_VSN= 2.6.8 OTP_LIBS= appmon-2.1.14.1 \ - asn1-1.7 \ - common_test-1.6.1 \ - compiler-4.8.1 \ + asn1-1.8 \ + common_test-1.6.2 \ + compiler-4.8.2 \ cosEvent-2.1.12 \ cosEventDomain-1.1.12 \ cosFileTransfer-1.1.13 \ @@ -12,48 +12,48 @@ OTP_LIBS= appmon-2.1.14.1 \ cosProperty-1.1.15 \ cosTime-1.1.12 \ cosTransactions-1.2.12 \ - crypto-2.1 \ + crypto-2.2 \ debugger-3.2.8 \ - dialyzer-2.5.1 \ - diameter-1.1 \ - edoc-0.7.9.1 \ + dialyzer-2.5.2 \ + diameter-1.2 \ + edoc-0.7.10 \ eldap-1.0 \ - erl_docgen-0.3.1 \ - erl_interface-3.7.7 \ - erts-5.9.1 \ - et-1.4.4.1 \ - eunit-2.2.2 \ + erl_docgen-0.3.2 \ + erl_interface-3.7.8 \ + erts-5.9.2 \ + et-1.4.4.2 \ + eunit-2.2.3 \ gs-1.5.15.1 \ - hipe-3.9.1 \ - ic-4.2.30 \ - inets-5.9 \ + hipe-3.9.2 \ + ic-4.2.31 \ + inets-5.9.1 \ inviso-0.6.3 \ jinterface-1.5.6 \ - kernel-2.15.1 \ - megaco-3.16.0.1 \ - mnesia-4.7 \ - observer-1.1 \ - odbc-2.10.12 \ + kernel-2.15.2 \ + megaco-3.16.0.2 \ + mnesia-4.7.1 \ + observer-1.2 \ + odbc-2.10.13 \ orber-3.6.24 \ - os_mon-2.2.9 \ + os_mon-2.2.10 \ otp_mibs-1.0.7 \ parsetools-2.0.7 \ percept-0.8.6.1 \ pman-2.7.1.2 \ - public_key-0.15 \ - reltool-0.6 \ - runtime_tools-1.8.8 \ + public_key-0.16 \ + reltool-0.6.1 \ + runtime_tools-1.8.9 \ sasl-2.2.1 \ - snmp-4.22 \ - ssh-2.1 \ - ssl-5.0.1 \ - stdlib-1.18.1 \ - syntax_tools-1.6.8 \ - test_server-3.5.1 \ + snmp-4.22.1 \ + ssh-2.1.1 \ + ssl-5.1 \ + stdlib-1.18.2 \ + syntax_tools-1.6.9 \ + test_server-3.5.2 \ toolbar-1.4.2.2 \ - tools-2.6.7 \ + tools-2.6.8 \ tv-2.1.4.9 \ - typer-0.9.3 \ + typer-0.9.4 \ webtool-0.8.9.1 \ wx-0.99.2 \ - xmerl-1.3.1 + xmerl-1.3.2 \ Modified: head/lang/erlang/Makefile.man ============================================================================== --- head/lang/erlang/Makefile.man Mon Sep 10 18:44:14 2012 (r304050) +++ head/lang/erlang/Makefile.man Mon Sep 10 19:09:48 2012 (r304051) @@ -115,6 +115,7 @@ MAN3= CosEventChannelAdmin.3 \ ct_ftp.3 \ ct_hooks.3 \ ct_master.3 \ + ct_netconfc.3 \ ct_rpc.3 \ ct_slave.3 \ ct_snmp.3 \ @@ -603,7 +604,7 @@ MAN3= CosEventChannelAdmin.3 \ zlib.3 \ zlib_stub.3 -MAN4= app.4 \ +MAN4= app.4 \ appup.4 \ config.4 \ diameter_dict.4 \ Modified: head/lang/erlang/distinfo ============================================================================== --- head/lang/erlang/distinfo Mon Sep 10 18:44:14 2012 (r304050) +++ head/lang/erlang/distinfo Mon Sep 10 19:09:48 2012 (r304051) @@ -1,9 +1,9 @@ -SHA256 (erlang/otp_src_R15B01.tar.gz) = f94f7de7328af3c0cdc42089c1a4ecd03bf98ec680f47eb5e6cddc50261cabde -SIZE (erlang/otp_src_R15B01.tar.gz) = 75592537 -SHA256 (erlang/otp_doc_man_R15B01.tar.gz) = 5032bcb992369543139136896ba67b4f8fa58fd3d223941a01a39063b221212c -SIZE (erlang/otp_doc_man_R15B01.tar.gz) = 1287293 -SHA256 (erlang/otp_doc_html_R15B01.tar.gz) = 0b6eb18855b451882ff5be07d3c25b497b256ead14d6be98791bf056b958a8e7 -SIZE (erlang/otp_doc_html_R15B01.tar.gz) = 30235738 +SHA256 (erlang/otp_src_R15B02.tar.gz) = 03eb0bd640916666ff83df1330912225fbf555e0c8cf58bb35d8307a314f1158 +SIZE (erlang/otp_src_R15B02.tar.gz) = 75959087 +SHA256 (erlang/otp_doc_man_R15B02.tar.gz) = e27ed26259a2560b81e02b89190ae2a3bf0a777dc2e875f9615adab0a5388f95 +SIZE (erlang/otp_doc_man_R15B02.tar.gz) = 1298793 +SHA256 (erlang/otp_doc_html_R15B02.tar.gz) = be166976a651da4ea2588b9d277a6684a2d4318b37e8fc029365e992ec404518 +SIZE (erlang/otp_doc_html_R15B02.tar.gz) = 30385932 SHA256 (erlang/armstrong_thesis_2003.pdf) = da585b914eb07350e2d6f727db5eb0fb1551f49fc1270f7d4dc079f2c8c1ab7a SIZE (erlang/armstrong_thesis_2003.pdf) = 859249 SHA256 (erlang/bjarnelic.pdf) = 9544d4af5cea324e5c9cf77e670d9561ad61ddc240cdb5c2afecebc0a3d7429b Modified: head/lang/erlang/pkg-descr ============================================================================== --- head/lang/erlang/pkg-descr Mon Sep 10 18:44:14 2012 (r304050) +++ head/lang/erlang/pkg-descr Mon Sep 10 19:09:48 2012 (r304051) @@ -1,5 +1,7 @@ -Erlang is a small concurrent functional programming language -developed by Ericsson. It is being used by Ericsson as a systems -programming language for large concurrent distributed systems. +Erlang is a programming language used to build massively scalable soft +real-time systems with requirements on high availability. Some of its +uses are in telecoms, banking, e-commerce, computer telephony and +instant messaging. Erlang's runtime system has built-in support for +concurrency, distribution and fault tolerance. WWW: http://www.erlang.org/ From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 19:15:11 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2E98106564A; Mon, 10 Sep 2012 19:15:11 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9E6248FC08; Mon, 10 Sep 2012 19:15:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AJFB6v004062; Mon, 10 Sep 2012 19:15:11 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AJFB6Q004060; Mon, 10 Sep 2012 19:15:11 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201209101915.q8AJFB6Q004060@svn.freebsd.org> From: Jung-uk Kim Date: Mon, 10 Sep 2012 19:15:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304052 - head/java/icedtea-web X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 19:15:11 -0000 Author: jkim Date: Mon Sep 10 19:15:11 2012 New Revision: 304052 URL: http://svn.freebsd.org/changeset/ports/304052 Log: - Add perl as a build dependency. - Fix perl path for javac wrapper. [1] PR: ports/170772 [1] Modified: head/java/icedtea-web/Makefile Modified: head/java/icedtea-web/Makefile ============================================================================== --- head/java/icedtea-web/Makefile Mon Sep 10 19:09:48 2012 (r304051) +++ head/java/icedtea-web/Makefile Mon Sep 10 19:15:11 2012 (r304052) @@ -22,6 +22,7 @@ USE_JAVA= yes JAVA_OS= native JAVA_VENDOR= openjdk JAVA_VERSION= 1.6+ +USE_PERL5_BUILD=yes USE_XORG= x11 OPTIONS_DEFINE= PLUGIN RHINO TEST @@ -91,6 +92,7 @@ CONFIGURE_ARGS+=--with-junit=no .endif post-patch: + ${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/javac.in ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/launcher/javaws.in From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 19:19:33 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2B201065674; Mon, 10 Sep 2012 19:19:33 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A9D878FC1C; Mon, 10 Sep 2012 19:19:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AJJXOj005572; Mon, 10 Sep 2012 19:19:33 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AJJX1W005541; Mon, 10 Sep 2012 19:19:33 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201209101919.q8AJJX1W005541@svn.freebsd.org> From: Beat Gaetzi Date: Mon, 10 Sep 2012 19:19:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304053 - in head: . Mk audio/tuxguitar deskutils/chmsee deskutils/google-gadgets editors/morla graphics/gnash java/eclipse java/eclipse-devel java/icedtea-web lang/gjs mail/firetray mi... X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 19:19:33 -0000 Author: beat Date: Mon Sep 10 19:19:32 2012 New Revision: 304053 URL: http://svn.freebsd.org/changeset/ports/304053 Log: - Move libxul 1.9.2 to www/libxul19 - Update www/libxul to 10.0.7 - Update all dependent ports to use www/libxul19 (no functional changes) - Bump PORTREVISION on ports where libxul is a run dependency as the resulting package will change. Submitted by: Jan Beich With hat: gecko Added: head/www/libxul/files/patch-bug543241 (contents, props changed) head/www/libxul/files/patch-bug691898 (contents, props changed) head/www/libxul/files/patch-bug714312 (contents, props changed) head/www/libxul/files/patch-bug725655 (contents, props changed) head/www/libxul/files/patch-bug728968 (contents, props changed) head/www/libxul/files/patch-bug729155 (contents, props changed) head/www/libxul/files/patch-bug741737 (contents, props changed) head/www/libxul/files/patch-bug753046 (contents, props changed) head/www/libxul/files/patch-bug778056 (contents, props changed) head/www/libxul/files/patch-bug779847 (contents, props changed) head/www/libxul/files/patch-bug783463 (contents, props changed) head/www/libxul/files/patch-bug784776 (contents, props changed) head/www/libxul/files/patch-bug785638 (contents, props changed) head/www/libxul/files/patch-bug788039 (contents, props changed) head/www/libxul/files/patch-bug788108 (contents, props changed) head/www/libxul/files/patch-bug789436 (contents, props changed) head/www/libxul/files/patch-build-pgo-profileserver.py (contents, props changed) head/www/libxul/files/patch-build_unix_run-mozilla.sh (contents, props changed) head/www/libxul/files/patch-clang32-libc++-visibility-hack (contents, props changed) head/www/libxul/files/patch-dom-ipc-ContentChild.cpp (contents, props changed) head/www/libxul/files/patch-gfx-qcms-qcmstypes.h (contents, props changed) head/www/libxul/files/patch-ipc-chromium-Makefile.in (contents, props changed) head/www/libxul/files/patch-ipc-chromium-src-base-message_pump_libevent.cc (contents, props changed) head/www/libxul/files/patch-js-src-configure.in (contents, props changed) head/www/libxul/files/patch-js-src-methodjit-MethodJIT.cpp (contents, props changed) head/www/libxul/files/patch-toolkit-xre-nsEmbedFunctions.cpp (contents, props changed) head/www/libxul/files/patch-toolkit_xre_Makefile.in (contents, props changed) head/www/libxul/files/patch-xulrunner-stub-nsXULStub.cpp (contents, props changed) head/www/libxul19/ - copied from r303878, head/www/libxul/ Deleted: head/www/libxul/files/patch-bug351181 head/www/libxul/files/patch-content-xslt-public-txDouble.h head/www/libxul/files/patch-embedding_base_nsEmbedAPI.cpp head/www/libxul/files/patch-gfx-ots-src-os2.cc head/www/libxul/files/patch-js-ctypes-libffi-configure head/www/libxul/files/patch-js-src-jslock.cpp head/www/libxul/files/patch-media-liboggz-include-oggz-oggz_off_t_generated.h head/www/libxul/files/patch-media-libsydneyaudio-src-Makefile.in head/www/libxul/files/patch-modules-libpr0n-encoders-png-nsPNGDecoder.cpp head/www/libxul/files/patch-modules-libpr0n-encoders-png-nsPNGEncoder.cpp head/www/libxul/files/patch-modules-libpref-src-prefapi.cpp head/www/libxul/files/patch-toolkit_library_Makefile.in head/www/libxul/files/patch-xpcom_base_nsStackWalk.cpp Modified: head/Mk/bsd.gecko.mk head/UPDATING head/audio/tuxguitar/Makefile head/deskutils/chmsee/Makefile head/deskutils/google-gadgets/Makefile head/editors/morla/Makefile head/graphics/gnash/Makefile head/java/eclipse-devel/Makefile head/java/eclipse/Makefile head/java/icedtea-web/Makefile head/lang/gjs/Makefile head/mail/firetray/Makefile head/misc/xiphos/Makefile head/multimedia/gxine/Makefile head/net-p2p/vuze/Makefile head/net/libproxy-mozjs/Makefile head/science/gchemutils/Makefile head/security/seahorse-plugins/Makefile head/www/Makefile head/www/gecko-mediaplayer/Makefile head/www/gecko-sharp20/Makefile head/www/helixplugin/Makefile head/www/libxul/Makefile head/www/libxul/distinfo (contents, props changed) head/www/libxul/files/patch-alsapulse head/www/libxul/files/patch-bug653551 head/www/libxul/files/patch-bug685258 head/www/libxul/files/patch-bug761077 head/www/libxul/files/patch-bug778078 head/www/libxul/files/patch-bug781457 head/www/libxul/files/patch-config_autoconf.mk.in (contents, props changed) head/www/libxul19/Makefile head/www/moonshine/Makefile head/www/openvrml/Makefile head/www/xpi-conkeror/Makefile head/www/xpi-gwt-dev-plugin/Makefile head/x11-toolkits/swt/Makefile head/x11/yelp/Makefile Modified: head/Mk/bsd.gecko.mk ============================================================================== --- head/Mk/bsd.gecko.mk Mon Sep 10 19:15:11 2012 (r304052) +++ head/Mk/bsd.gecko.mk Mon Sep 10 19:19:32 2012 (r304053) @@ -36,9 +36,8 @@ Gecko_Pre_Include= bsd.gecko.mk # Users should use the following syntax: # -# WITH_GECKO= libxul libxul-devel -# Use libxul whenever a port supports it, falling back on libxul-devel. -# Note: libxul-devel does not exist at the moment! +# WITH_GECKO= libxul libxul19 +# Use libxul whenever a port supports it, falling back on libxul19. # WITH_GECKO= libxul # Sets your preferred backend. With this example, libxul will always # be chosen, unless the port doesn't support a libxul backend. In that @@ -48,20 +47,19 @@ Gecko_Pre_Include= bsd.gecko.mk # # Ports should use the following: # -# USE_GECKO= libxul libxul-devel +# USE_GECKO= libxul libxul19 # The list of gecko backends that the port supports. Unless the user # overrides it with WITH_GECKO, the first gecko listed in USE_GECKO # will be the default. In the above example, www/libxul will be used -# as a gecko backend unless WITH_GECKO=libxul-devel is defined by the -# user. Note: libxul-devel does not exist at the moment! +# as a gecko backend unless WITH_GECKO=libxul19 is defined by the +# user. # -# USE_GECKO= libxul-devel<->libxul -# This will sed -e 's/libxul/libxul-devel/' on Makefile.in's and configure -# if ${GECKO}=="libxul-devel" +# USE_GECKO= libxul19<->libxul +# This will sed -e 's/libxul/libxul19/' on Makefile.in's and configure +# if ${GECKO}=="libxul19" # # Example: -# USE_GECKO= libxul libxul-devel -# Note: libxul-devel does not exist at the moment! +# USE_GECKO= libxul libxul19 # # post-patch: # @${REINPALCE_CMD} -e 's|mozilla-|${GECKO}-|' \ @@ -71,11 +69,10 @@ Gecko_Pre_Include= bsd.gecko.mk # has been chosen. # # Example: -# USE_GECKO= libxul libxul-devel -# Note: libxul-devel does not exist at the moment! +# USE_GECKO= libxul libxul19 # # post-patch: -# .if ${GECKO}=="libxul-devel" +# .if ${GECKO}=="libxul19" # @${REINPLACE_CMD} -e 's|mozilla-|libxul-|' \ # ${MOZSRC}/configure # .endif Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Sep 10 19:15:11 2012 (r304052) +++ head/UPDATING Mon Sep 10 19:19:32 2012 (r304053) @@ -5,6 +5,19 @@ 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. +20120910: + AFFECTS: users of www/libxul + AUTHOR: gecko@FreeBSD.org + + The www/libxul has been updated to 10.0 and the older version 1.9.2 + has moved to www/libxul19. + + If you want to stay with 1.9.2 please run the following command: + + # portmaster -o www/libxul19 www/libxul + or + # portupgrade -o www/libxul19 www/libxul + 20120909: AFFECTS: users of www/testlink AUTHOR: tota@FreeBSD.org Modified: head/audio/tuxguitar/Makefile ============================================================================== --- head/audio/tuxguitar/Makefile Mon Sep 10 19:15:11 2012 (r304052) +++ head/audio/tuxguitar/Makefile Mon Sep 10 19:19:32 2012 (r304053) @@ -8,7 +8,7 @@ PORTNAME= tuxguitar PORTVERSION= 1.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= audio java MASTER_SITES= SF/${PORTNAME}/TuxGuitar/TuxGuitar-${PORTVERSION}:src \ ${MASTER_SITE_LOCAL}/gahr/:fluid \ @@ -33,7 +33,7 @@ MAKE_ENV+= PREFIX=${PREFIX} INSTALL_DOC_ USE_JAVA= yes USE_ANT= yes -USE_GECKO= libxul +USE_GECKO= libxul19 USE_GMAKE= yes USE_LDCONFIG= yes JAVA_VERSION= 1.5+ @@ -54,7 +54,7 @@ SUB_FILES= tuxguitar SUB_LIST= DATADIR=${DATADIR} \ PREFIX=${PREFIX} \ JAVALIBDIR=${JAVALIBDIR} \ - GECKO=${GECKO} + GECKO=${GECKO:S/19//} post-extract: ${CP} ${DISTDIR}/8MBGMSFX.SF2 ${WRKDIR} Modified: head/deskutils/chmsee/Makefile ============================================================================== --- head/deskutils/chmsee/Makefile Mon Sep 10 19:15:11 2012 (r304052) +++ head/deskutils/chmsee/Makefile Mon Sep 10 19:19:32 2012 (r304053) @@ -7,7 +7,7 @@ PORTNAME= chmsee PORTVERSION= 1.3.1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils gnome MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -20,7 +20,7 @@ LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chml LICENSE= GPLv2 USE_GNOME= gnomehier libglade2 -USE_GECKO= libxul +USE_GECKO= libxul19 USE_GETTEXT= yes USE_CMAKE= yes CMAKE_ARGS= -DCMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=TRUE @@ -30,8 +30,8 @@ MAN1= chmsee.1 .include -.if defined(GECKO) && ${GECKO:Mlibxul}!="" -GTKMOZEMBED_LIB="${GECKO}-embedding-unstable nspr" +.if defined(GECKO) && ${GECKO:S/19//:Mlibxul}!="" +GTKMOZEMBED_LIB="${GECKO:S/19//}-embedding nspr" .else GTKMOZEMBED_LIB="${GECKO}-gtkmozembed" CFLAGS+= -I${LOCALBASE}/include/${GECKO}/commandhandler \ @@ -45,7 +45,7 @@ post-extract: post-patch: @${REINPLACE_CMD} -e \ '/REQUIRED/s|libxul-.*=1.9.0.999|${GTKMOZEMBED_LIB}|g ; \ - /FLAVOUR/s|libxul|${GECKO}|g' ${WRKSRC}/CMakeLists.txt + /FLAVOUR/s|libxul|${GECKO:S/19//}|g' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} -e \ 's|.desktop.in|.desktop.skel|g' ${WRKSRC}/data/CMakeLists.txt Modified: head/deskutils/google-gadgets/Makefile ============================================================================== --- head/deskutils/google-gadgets/Makefile Mon Sep 10 19:15:11 2012 (r304052) +++ head/deskutils/google-gadgets/Makefile Mon Sep 10 19:19:32 2012 (r304053) @@ -7,7 +7,7 @@ PORTNAME= google-gadgets PORTVERSION= 0.11.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= deskutils MASTER_SITES= http://google-gadgets-for-linux.googlecode.com/files/ DISTNAME= ${PORTNAME}-for-linux-${PORTVERSION} @@ -64,7 +64,7 @@ LIB_DEPENDS+= webkitgtk-1.0.0:${PORTSDIR .endif .if defined(WITH_MOZILLA) -USE_GECKO= libxul +USE_GECKO= libxul19 .endif .if defined(WITHOUT_GTKWEBKIT) && defined(WITHOUT_MOZILLA) && defined(WITH_GTK) Modified: head/editors/morla/Makefile ============================================================================== --- head/editors/morla/Makefile Mon Sep 10 19:15:11 2012 (r304052) +++ head/editors/morla/Makefile Mon Sep 10 19:19:32 2012 (r304053) @@ -48,7 +48,7 @@ post-patch: .include .if defined(WITH_XULRUNNER) -USE_GECKO= libxul +USE_GECKO= libxul19 CONFIGURE_ARGS+= --with-javascript=xulrunner .else CONFIGURE_ARGS+= --with-javascript=none Modified: head/graphics/gnash/Makefile ============================================================================== --- head/graphics/gnash/Makefile Mon Sep 10 19:15:11 2012 (r304052) +++ head/graphics/gnash/Makefile Mon Sep 10 19:19:32 2012 (r304053) @@ -7,7 +7,7 @@ PORTNAME= gnash PORTVERSION= 0.8.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= GNU/${PORTNAME}/${PORTVERSION}/ @@ -105,8 +105,8 @@ WEBPLUGINS_FILES= libgnashplugin.so .include "${PORTSDIR}/www/firefox/Makefile.webplugins" PLIST_SUB+= NPAPI="" CONFIGURE_ARGS+=--with-npapi-plugindir="${WEBPLUGINS_DIR}" -BUILD_DEPENDS+= ${LOCALBASE}/lib/libxul/xpidl:${PORTSDIR}/www/libxul -RUN_DEPENDS+= ${LOCALBASE}/lib/libxul/xpidl:${PORTSDIR}/www/libxul +BUILD_DEPENDS+= ${LOCALBASE}/lib/libxul/xpidl:${PORTSDIR}/www/libxul19 +RUN_DEPENDS+= ${LOCALBASE}/lib/libxul/xpidl:${PORTSDIR}/www/libxul19 .else PLIST_SUB+= NPAPI="@comment " CONFIGURE_ARGS+= --disable-npapi Modified: head/java/eclipse-devel/Makefile ============================================================================== --- head/java/eclipse-devel/Makefile Mon Sep 10 19:15:11 2012 (r304052) +++ head/java/eclipse-devel/Makefile Mon Sep 10 19:19:32 2012 (r304053) @@ -7,7 +7,7 @@ PORTNAME= eclipse-devel PORTVERSION= 3.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel MASTER_SITES= http://download.eclipse.org/technology/linuxtools/eclipse-build/3.7.x_Indigo/:1 \ http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/plugins/:2 \ @@ -46,7 +46,7 @@ OPTIONS= TESTS "Build SDK test suite" of ONLY_FOR_ARCHS= i386 amd64 USE_ANT= yes -USE_GECKO= libxul +USE_GECKO= libxul19 USE_GL= glu USE_GMAKE= yes USE_GNOME= desktopfileutils gconf2 gtk20 gnomevfs2 libgnome libgnomeui pkgconfig @@ -120,7 +120,7 @@ ECLIPSE_GENERATED_BUILDSCRIPTS= eclipse- ALL_TARGET= provision.cvs INSTALL_TARGET= installSDKinDropins MAKE_ARGS= -DbuildOs=freebsd -DbuildArch=${ARCH:C/amd64/x86_64/:C/i386/x86/} -Dprefix=${PREFIX} -Dlocalbase=${LOCALBASE} -Dlabel=${PORTVERSION} -MAKE_ENV+= GRE_HOME=${PREFIX}/lib/${GECKO} _JAVA_OPTIONS="-Xmx1024m" JAVA_VENDOR=${JAVA_VENDOR} +MAKE_ENV+= GRE_HOME=${PREFIX}/lib/${GECKO:S/19//} _JAVA_OPTIONS="-Xmx1024m" JAVA_VENDOR=${JAVA_VENDOR} WRKSRC= ${WRKDIR}/${ECLIPSE_BUILD_SRCFILE:C/${EXTRACT_SUFX}//} PATCH_STRIP= -p1 @@ -248,7 +248,7 @@ do-install: @${MKDIR} ${PREFIX}/${DROPINS_DIR} @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${ANT} ${MAKE_ARGS} ${INSTALL_TARGET}) @${SED} \ - -e "s+%%BROWSER%%+${GECKO}+g" \ + -e "s+%%BROWSER%%+${GECKO:S/19//}+g" \ -e "s+%%ECLIPSE_HOME%%+${PORTDESTDIR}+g" \ -e "s+%%JAVA_HOME%%+${JAVA_HOME}+g" \ -e "s+%%JAVA_OS%%+${JAVA_OS}+g" \ Modified: head/java/eclipse/Makefile ============================================================================== --- head/java/eclipse/Makefile Mon Sep 10 19:15:11 2012 (r304052) +++ head/java/eclipse/Makefile Mon Sep 10 19:19:32 2012 (r304053) @@ -7,7 +7,7 @@ PORTNAME= eclipse PORTVERSION= 3.7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel MASTER_SITES= http://download.eclipse.org/technology/linuxtools/eclipse-build/3.7.x_Indigo/:1 \ http://download.eclipse.org/tools/orbit/downloads/drops/R20110523182458/repository/plugins/:2 \ @@ -44,7 +44,7 @@ OPTIONS= TESTS "Build SDK test suite" of ONLY_FOR_ARCHS= i386 amd64 USE_ANT= yes -USE_GECKO= libxul +USE_GECKO= libxul19 USE_GL= glu USE_GMAKE= yes USE_GNOME= desktopfileutils gconf2 gtk20 gnomevfs2 libgnome libgnomeui pkgconfig @@ -118,7 +118,7 @@ ECLIPSE_GENERATED_BUILDSCRIPTS= eclipse- ALL_TARGET= provision.cvs INSTALL_TARGET= installSDKinDropins MAKE_ARGS= -DbuildOs=freebsd -DbuildArch=${ARCH:C/amd64/x86_64/:C/i386/x86/} -Dprefix=${PREFIX} -Dlocalbase=${LOCALBASE} -Dlabel=${PORTVERSION} -MAKE_ENV+= GRE_HOME=${PREFIX}/lib/${GECKO} _JAVA_OPTIONS="-Xmx1024m" JAVA_VENDOR=${JAVA_VENDOR} +MAKE_ENV+= GRE_HOME=${PREFIX}/lib/${GECKO:S/19//} _JAVA_OPTIONS="-Xmx1024m" JAVA_VENDOR=${JAVA_VENDOR} WRKSRC= ${WRKDIR}/${ECLIPSE_BUILD_SRCFILE:C/${EXTRACT_SUFX}//} PATCH_STRIP= -p1 @@ -246,7 +246,7 @@ do-install: @${MKDIR} ${PREFIX}/${DROPINS_DIR} @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${ANT} ${MAKE_ARGS} ${INSTALL_TARGET}) @${SED} \ - -e "s+%%BROWSER%%+${GECKO}+g" \ + -e "s+%%BROWSER%%+${GECKO:S/19//}+g" \ -e "s+%%ECLIPSE_HOME%%+${PORTDESTDIR}+g" \ -e "s+%%JAVA_HOME%%+${JAVA_HOME}+g" \ -e "s+%%JAVA_OS%%+${JAVA_OS}+g" \ Modified: head/java/icedtea-web/Makefile ============================================================================== --- head/java/icedtea-web/Makefile Mon Sep 10 19:15:11 2012 (r304052) +++ head/java/icedtea-web/Makefile Mon Sep 10 19:19:32 2012 (r304053) @@ -7,6 +7,7 @@ PORTNAME= icedtea-web PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= java www MASTER_SITES= http://icedtea.wildebeest.org/download/source/ \ http://icedtea.classpath.org/download/source/ @@ -67,7 +68,7 @@ PORTDOCS+= plugin BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/glib-2.0.pc:${PORTSDIR}/devel/glib20 \ ${LOCALBASE}/libdata/pkgconfig/gtk+-2.0.pc:${PORTSDIR}/x11-toolkits/gtk20 \ - ${LOCALBASE}/libdata/pkgconfig/mozilla-plugin.pc:${PORTSDIR}/www/libxul + ${LOCALBASE}/libdata/pkgconfig/mozilla-plugin.pc:${PORTSDIR}/www/libxul19 CONFIGURE_ARGS+=--with-gtk=2 .include "${PORTSDIR}/www/firefox/Makefile.webplugins" Modified: head/lang/gjs/Makefile ============================================================================== --- head/lang/gjs/Makefile Mon Sep 10 19:15:11 2012 (r304052) +++ head/lang/gjs/Makefile Mon Sep 10 19:19:32 2012 (r304053) @@ -8,7 +8,7 @@ PORTNAME= gjs PORTVERSION= 0.7.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -19,7 +19,7 @@ COMMENT= GNOME JavaScript binding BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -USE_GECKO= libxul +USE_GECKO= libxul19 USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes Modified: head/mail/firetray/Makefile ============================================================================== --- head/mail/firetray/Makefile Mon Sep 10 19:15:11 2012 (r304052) +++ head/mail/firetray/Makefile Mon Sep 10 19:19:32 2012 (r304053) @@ -7,7 +7,7 @@ PORTNAME= firetray DISTVERSION= 0.2.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-${DISTVERSION}-src @@ -20,16 +20,16 @@ PATCH_DEPENDS= nspr>=4.8:${PORTSDIR}/dev BROKEN= does not build USE_ZIP= yes -USE_GECKO= libxul +USE_GECKO= libxul19 USE_SCONS= yes USE_PKGCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} EXTRACT_AFTER_ARGS= -d ${WRKSRC} -GECKO_CONFIG= ${LOCALBASE}/bin/pkg-config ${GECKO} +GECKO_CONFIG= ${LOCALBASE}/bin/pkg-config ${GECKO:S/19//} BUILD_SH_FLAGS= --dynamic-linking \ - --gecko-sdk-bin=`${DIRNAME} ${XPIDL}` \ + --gecko-sdk-bin=`${DIRNAME} ${XPIDL:S/19//}` \ --gecko-sdk-lib=`${GECKO_CONFIG} --variable=sdkdir`/lib \ --gecko-sdk-idl=`${GECKO_CONFIG} --variable=idldir` \ --gecko-sdk-include=`${GECKO_CONFIG} --variable=includedir` Modified: head/misc/xiphos/Makefile ============================================================================== --- head/misc/xiphos/Makefile Mon Sep 10 19:15:11 2012 (r304052) +++ head/misc/xiphos/Makefile Mon Sep 10 19:19:32 2012 (r304053) @@ -46,7 +46,7 @@ LIB_DEPENDS= webkitgtk:${PORTSDIR}/www/ .if ${PORT_OPTIONS:MLIBXUL} WAF_CONFIGURE_ARGS= --backend=xulrunner -USE_GECKO= libxul +USE_GECKO= libxul19 .endif .if ${PORT_OPTIONS:MGTKHTML} Modified: head/multimedia/gxine/Makefile ============================================================================== --- head/multimedia/gxine/Makefile Mon Sep 10 19:15:11 2012 (r304052) +++ head/multimedia/gxine/Makefile Mon Sep 10 19:19:32 2012 (r304053) @@ -7,7 +7,7 @@ PORTNAME= gxine PORTVERSION= 0.5.907 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= SF/xine/${PORTNAME}/${PORTVERSION} @@ -24,7 +24,7 @@ MOZILLA_PLUGIN_DESC= Mozilla plugin USE_XZ= yes USE_GNOME= gnomehack gtk20 -USE_GECKO= libxul +USE_GECKO= libxul19 USE_GMAKE= yes USE_AUTOTOOLS= libtool CONFIGURE_ENV= MKDIR_P="${MKDIR}" Modified: head/net-p2p/vuze/Makefile ============================================================================== --- head/net-p2p/vuze/Makefile Mon Sep 10 19:15:11 2012 (r304052) +++ head/net-p2p/vuze/Makefile Mon Sep 10 19:19:32 2012 (r304053) @@ -7,6 +7,7 @@ PORTNAME= vuze PORTVERSION= 4.7.0.2 +PORTREVISION= 1 CATEGORIES= net-p2p java # Moved to x-obsolete, could do with an update MASTER_SITES= SF/azureus/vuze/Vuze_${PORTVERSION:S/.//g} @@ -35,7 +36,7 @@ USE_ZIP= yes #com/aelitis/azureus/core/networkmanager/impl/TransportHelperFilterStream.java \ #com/aelitis/azureus/core/networkmanager/impl/TransportHelperFilterTransparent.java -USE_GECKO= libxul +USE_GECKO= libxul19 NO_WRKSUBDIR= yes @@ -56,7 +57,7 @@ PLIST_FILES= %%JAVAJARDIR%%/${JARFILE} \ SUB_FILES= ${PORTNAME} SUB_LIST= LIBDIR="${LOCALBASE}/lib" JARFILE="${JARFILE}" \ SWTJAR="${JAVALIBDIR}/${SWT}.jar" JAVA="${LOCALBASE}/bin/java" \ - GECKO="${GECKO}" + GECKO="${GECKO:S/19//}" DESKTOP_ENTRIES= "Vuze" \ "A full feature BitTorrent client" \ Modified: head/net/libproxy-mozjs/Makefile ============================================================================== --- head/net/libproxy-mozjs/Makefile Mon Sep 10 19:15:11 2012 (r304052) +++ head/net/libproxy-mozjs/Makefile Mon Sep 10 19:19:32 2012 (r304053) @@ -5,7 +5,7 @@ # $FreeBSD$ # $MCom: ports/net/libproxy-mozjs/Makefile,v 1.5 2011/01/12 13:10:53 kwm Exp $ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net www PKGNAMESUFFIX= -mozjs @@ -17,7 +17,7 @@ LIB_DEPENDS= proxy.1:${PORTSDIR}/net/lib MASTERDIR= ${.CURDIR}/../libproxy DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist -USE_GECKO= libxul +USE_GECKO= libxul19 LIBPROXY_SLAVE= mozjs Modified: head/science/gchemutils/Makefile ============================================================================== --- head/science/gchemutils/Makefile Mon Sep 10 19:15:11 2012 (r304052) +++ head/science/gchemutils/Makefile Mon Sep 10 19:19:32 2012 (r304053) @@ -55,7 +55,7 @@ XUL_DESC= Build browser plugin (requires .include .if ${PORT_OPTIONS:MXUL} -USE_GECKO= libxul +USE_GECKO= libxul19 CONFIGURE_ARGS+=--enable-mozilla-plugin PLIST_SUB+= XUL="" .else Modified: head/security/seahorse-plugins/Makefile ============================================================================== --- head/security/seahorse-plugins/Makefile Mon Sep 10 19:15:11 2012 (r304052) +++ head/security/seahorse-plugins/Makefile Mon Sep 10 19:19:32 2012 (r304053) @@ -22,7 +22,7 @@ LIB_DEPENDS= cryptui.0:${PORTSDIR}/secur USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes -#USE_GECKO= libxul +#USE_GECKO= libxul19 USE_GNOME= gnomehack intlhack gnomeprefix gconf2 gnomedocutils GNU_CONFIGURE= yes INSTALLS_ICONS= yes @@ -44,7 +44,7 @@ MAN1= seahorse-agent.1 seahorse-tool.1 #.if ${GECKO}=="libxul" #CONFIGURE_ARGS+=--with-gecko=libxul-unstable #.else -#CONFIGURE_ARGS+=--with-gecko=${GECKO} +#CONFIGURE_ARGS+=--with-gecko=${GECKO:S/19//} #.endif .if !defined(WITHOUT_GEDIT) Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Mon Sep 10 19:15:11 2012 (r304052) +++ head/www/Makefile Mon Sep 10 19:19:32 2012 (r304053) @@ -388,6 +388,7 @@ SUBDIR += libmicrohttpd SUBDIR += libwww SUBDIR += libxul + SUBDIR += libxul19 SUBDIR += lifetype SUBDIR += lightsquid SUBDIR += lighttpd Modified: head/www/gecko-mediaplayer/Makefile ============================================================================== --- head/www/gecko-mediaplayer/Makefile Mon Sep 10 19:15:11 2012 (r304052) +++ head/www/gecko-mediaplayer/Makefile Mon Sep 10 19:19:32 2012 (r304053) @@ -7,7 +7,7 @@ PORTNAME= gecko-mediaplayer PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www multimedia gnome MASTER_SITES= GOOGLE_CODE @@ -23,7 +23,7 @@ OPTIONS= GCONF "Use Gconf to store prefe GNU_CONFIGURE= yes USE_GETTEXT= yes USE_GNOME= glib20 pkgconfig -USE_GECKO= libxul +USE_GECKO= libxul19 USE_WEBPLUGINS= native WEBPLUGINS_FILES= ${PORTNAME}-dvx.so ${PORTNAME}-qt.so ${PORTNAME}-rm.so \ ${PORTNAME}-wmp.so ${PORTNAME}.so Modified: head/www/gecko-sharp20/Makefile ============================================================================== --- head/www/gecko-sharp20/Makefile Mon Sep 10 19:15:11 2012 (r304052) +++ head/www/gecko-sharp20/Makefile Mon Sep 10 19:19:32 2012 (r304053) @@ -8,7 +8,7 @@ PORTNAME= gecko-sharp PORTVERSION= 0.13 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= ftp://ftp.novell.com/pub/mono/sources/${PORTNAME}2/ DISTNAME= ${PORTNAME}-2.0-${PORTVERSION} @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-2.0-${PORTVERSION} MAINTAINER= mono@FreeBSD.org COMMENT= Mono bindings to embed Mozilla -USE_GECKO= libxul +USE_GECKO= libxul19 USE_GNOME= gtksharp20 LATEST_LINK= gecko-sharp20 GNU_CONFIGURE= yes Modified: head/www/helixplugin/Makefile ============================================================================== --- head/www/helixplugin/Makefile Mon Sep 10 19:15:11 2012 (r304052) +++ head/www/helixplugin/Makefile Mon Sep 10 19:19:32 2012 (r304053) @@ -7,7 +7,7 @@ PORTNAME= hxplugin PORTVERSION= 20080318 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www multimedia MASTER_SITES= http://virtual-estates.net/~mi/port-stuff/ @@ -17,8 +17,8 @@ COMMENT= Browser plugin for Real or Heli USE_BZIP2 = yes USE_DOS2UNIX = yes MAKEFILE = ${FILESDIR}/BSDmakefile -USE_GECKO = libxul -MAKE_ENV += TOP="${WRKSRC}" GECKO=${GECKO} +USE_GECKO = libxul19 +MAKE_ENV += TOP="${WRKSRC}" GECKO=${GECKO:S/19//} MAKE_JOBS_UNSAFE = yes USE_WEBPLUGINS= native Modified: head/www/libxul/Makefile ============================================================================== --- head/www/libxul/Makefile Mon Sep 10 19:15:11 2012 (r304052) +++ head/www/libxul/Makefile Mon Sep 10 19:19:32 2012 (r304053) @@ -6,53 +6,50 @@ # PORTNAME= libxul -DISTVERSION= 1.9.2.28 -PORTREVISION= 1 +DISTVERSION= 10.0.7 CATEGORIES?= www devel MASTER_SITES= ${MASTER_SITE_MOZILLA} -MASTER_SITE_SUBDIR= firefox/releases/3.6.28/source -DISTNAME= firefox-3.6.28.source +MASTER_SITE_SUBDIR= firefox/releases/${DISTVERSION}esr/source +DISTNAME= firefox-${DISTVERSION}esr.source MAINTAINER?= gecko@FreeBSD.org COMMENT?= Mozilla runtime package that can be used to bootstrap XUL+XPCOM apps -WRKSRC= ${WRKDIR}/mozilla-1.9.2 -CONFLICTS= mozilla-[0-9]* libxul-[0-9][0-9].* -GECKO_PLIST_PRE_DIRS= lib/${MOZILLA}/bin lib/${MOZILLA}/idl \ - lib/${MOZILLA}/include lib/${MOZILLA}/lib +BUILD_DEPENDS= nspr>=4.8.8:${PORTSDIR}/devel/nspr \ + nss>=3.13.1:${PORTSDIR}/security/nss \ + sqlite3>=3.7.7.1:${PORTSDIR}/databases/sqlite3 \ + cairo>=1.10.2_1,1:${PORTSDIR}/graphics/cairo \ + unzip:${PORTSDIR}/archivers/unzip + +WRKSRC= ${WRKDIR}/mozilla-esr10 +CONFLICTS= mozilla-[0-9]* libxul-1.9.* USE_AUTOTOOLS= autoconf213:env WANT_GNOME= yes +USE_QT4= # empty +QT_NONSTANDARD= yes WANT_PERL= yes ALL_TARGET= default GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes +USE_GL= gl MAKE_JOBS_SAFE= yes MAKE_ENV= SKIP_GRE_REGISTRATION=1 mozappdir=${PREFIX}/lib/${MOZILLA} LDFLAGS+= -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH} USE_LDCONFIG= ${PREFIX}/lib/${MOZILLA} -MOZ_OPTIONS?= --enable-application=xulrunner \ - --disable-ipc +MOZ_OPTIONS?= --enable-application=xulrunner MOZ_EXTENSIONS= default,cookie,permissions USE_GECKO= gecko MOZILLA_EXEC_NAME=xulrunner -USE_MOZILLA= -event -ffi -vpx -MOZ_CHROME= jar +USE_MOZILLA= # empty MOZILLA_PLIST_DIRS= bin include lib share/idl PLIST_DIRSTRY= share/idl -MOZ_PKGCONFIG_FILES= libxul-embedding libxul mozilla-gtkmozembed-embedding \ - mozilla-gtkmozembed mozilla-js mozilla-plugin - -OPTIONS_DEFINE= JAVA -JAVA_DESC?= JAVA xpcom +MOZ_PKGCONFIG_FILES= libxul-embedding libxul mozilla-js \ + mozilla-plugin .include "${.CURDIR}/../../www/firefox/Makefile.options" - -OPTIONS_DEFINE:=${OPTIONS_DEFINE:NLIBPROXY} -OPTIONS_SINGLE:=${OPTIONS_SINGLE:NTOOLKIT} - .include .if ${USE_MOZILLA:M-nss} @@ -70,19 +67,17 @@ CFLAGS+= -mminimal-toc .endif .endif -.if ${PORT_OPTIONS:MJAVA} -USE_JAVA= yes -JAVA_VERSION+= 1.5+ -JAVA_OS+= native -MOZ_EXPORT+= JAVA_HOME="${JAVA_HOME}" -MOZ_OPTIONS+= --enable-javaxpcom -.else -MOZ_OPTIONS+= --disable-javaxpcom +.if ${ARCH} == amd64 || ${ARCH} == i386 +BUILD_DEPENDS+= yasm:${PORTSDIR}/devel/yasm +.endif + +.if !empty(CXX:M*clang++*) +CXXFLAGS+= -Wno-return-type-c-linkage .endif post-patch: - ${REINPLACE_CMD} -e 's|/usr/local/include|${LOCALBASE}/include|' \ - ${WRKSRC}/js/src/config/mkdepend/Makefile.in + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ + ${WRKSRC}/xulrunner/stub/nsXULStub.cpp pre-configure: (cd ${WRKSRC} && ${AUTOCONF}) @@ -90,8 +85,8 @@ pre-configure: post-build: @${REINPLACE_CMD} -e "s|\(Libs:.*\)\($$\)|\1 -Wl,-rpath,${PREFIX}/lib/${MOZ_RPATH}\2| ; \ - s|%sdkdir%|%sdkdir%/sdk|g ; \ + s|%sdkdir%|%sdkdir%/sdk|g ; \ s|%%MOZ_LIBDIR%%|${PREFIX}/lib/${MOZILLA}|g" \ - ${WRKSRC}/xulrunner/installer/*.pc.in || ${TRUE} + ${WRKSRC}/xulrunner/installer/*.pc.in || ${TRUE} .include Modified: head/www/libxul/distinfo ============================================================================== --- head/www/libxul/distinfo Mon Sep 10 19:15:11 2012 (r304052) +++ head/www/libxul/distinfo Mon Sep 10 19:19:32 2012 (r304053) @@ -1,2 +1,2 @@ -SHA256 (firefox-3.6.28.source.tar.bz2) = a6c4bc52095194428cf3b17341b68ac473b7654984000c45d1be3eae55d78260 -SIZE (firefox-3.6.28.source.tar.bz2) = 51698958 +SHA256 (firefox-10.0.7esr.source.tar.bz2) = 91b0dab3168d75a4f157dabfdf6a95367cd3a8767298d88fb43be251f37f4423 +SIZE (firefox-10.0.7esr.source.tar.bz2) = 75624327 Modified: head/www/libxul/files/patch-alsapulse ============================================================================== --- head/www/libxul/files/patch-alsapulse Mon Sep 10 19:15:11 2012 (r304052) +++ head/www/libxul/files/patch-alsapulse Mon Sep 10 19:19:32 2012 (r304053) @@ -1,50 +1,49 @@ --- config/autoconf.mk.in~ +++ config/autoconf.mk.in -@@ -555,6 +555,14 @@ MOZ_LIBNOTIFY_CFLAGS = @MOZ_LIBNOTIFY_CF +@@ -568,7 +568,13 @@ MOZ_LIBNOTIFY_CFLAGS = @MOZ_LIBNOTIFY_CF MOZ_LIBNOTIFY_LIBS = @MOZ_LIBNOTIFY_LIBS@ MOZ_ENABLE_LIBNOTIFY = @MOZ_ENABLE_LIBNOTIFY@ +MOZ_ALSA = @MOZ_ALSA@ -+MOZ_ALSA_LIBS = @MOZ_ALSA_LIBS@ + MOZ_ALSA_LIBS = @MOZ_ALSA_LIBS@ +MOZ_ALSA_CFLAGS = @MOZ_ALSA_CFLAGS@ + +MOZ_PULSEAUDIO = @MOZ_PULSEAUDIO@ +MOZ_PULSEAUDIO_LIBS = @MOZ_PULSEAUDIO_LIBS@ +MOZ_PULSEAUDIO_CFLAGS = @MOZ_PULSEAUDIO_CFLAGS@ -+ + GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ - GLIB_GMODULE_LIBS = @GLIB_GMODULE_LIBS@ --- configure.in~ +++ configure.in -@@ -5660,15 +5660,49 @@ dnl ==================================== +@@ -5758,17 +5775,48 @@ dnl ==================================== + dnl = Check alsa availability on Linux if using sydneyaudio + dnl ======================================================== - dnl If using sydneyaudio with Linux, ensure that the alsa library is available - if test "$COMPILE_ENVIRONMENT"; then --if test -n "$MOZ_SYDNEYAUDIO"; then +MOZ_ARG_ENABLE_BOOL(alsa, +[ --enable-alsa Enable Alsa support], +MOZ_ALSA=1, +MOZ_ALSA= MOZ_ALSA_FORCE=$enableval) + + dnl If using sydneyaudio with Linux, ensure that the alsa library is available +-if test -n "$MOZ_SYDNEYAUDIO"; then +if test -n "$MOZ_SYDNEYAUDIO" -a "$MOZ_ALSA_FORCE" != "no"; then case "$target_os" in linux*) -- AC_CHECK_LIB(asound, snd_pcm_open,,AC_MSG_ERROR([Ogg support on Linux requires the alsa library])) + MOZ_ALSA=1 - ;; - esac - fi ++ ;; ++ esac ++fi + +if test -n "$MOZ_ALSA"; then -+ PKG_CHECK_MODULES(MOZ_ALSA, alsa, , -+ [echo "$MOZ_ALSA_PKG_ERRORS" -+ AC_MSG_ERROR([Need alsa for Ogg, Wave or WebM decoding on Linux. Disable with --disable-ogg --disable-wave --disable-webm. (On Ubuntu, you might try installing the package libasound2-dev.)])]) -+fi + PKG_CHECK_MODULES(MOZ_ALSA, alsa, , + [echo "$MOZ_ALSA_PKG_ERRORS" + AC_MSG_ERROR([Need alsa for Ogg, Wave or WebM decoding on Linux. Disable with --disable-ogg --disable-wave --disable-webm. (On Ubuntu, you might try installing the package libasound2-dev.)])]) +- ;; +- esac fi +AC_SUBST(MOZ_ALSA_CFLAGS) -+AC_SUBST(MOZ_ALSA_LIBS) +AC_SUBST(MOZ_ALSA) + +dnl ======================================================== @@ -67,25 +66,23 @@ +AC_SUBST(MOZ_PULSEAUDIO) + dnl ======================================================== - dnl Splashscreen + dnl Permissions System dnl ======================================================== --- media/libsydneyaudio/src/Makefile.in~ +++ media/libsydneyaudio/src/Makefile.in -@@ -45,12 +45,6 @@ MODULE = sydneyaudio - LIBRARY_NAME = sydneyaudio - FORCE_STATIC_LIB= 1 - --ifeq ($(OS_ARCH),Linux) +@@ -30,10 +30,6 @@ else ifeq ($(MOZ_WIDGET_TOOLKIT),android) + CSRCS = \ + sydney_audio_android.c \ + $(NULL) +-else ifeq ($(OS_ARCH),Linux) -CSRCS = \ - sydney_audio_alsa.c \ - $(NULL) --endif -- - ifneq (,$(filter WINNT WINCE,$(OS_ARCH))) - CSRCS = \ - sydney_audio_waveapi.c \ -@@ -83,6 +83,18 @@ CSRCS = \ - $(NULL) + endif + + ifeq ($(OS_ARCH),WINNT) +@@ -68,6 +64,18 @@ CSRCS = \ + $(NULL) endif +ifdef MOZ_ALSA @@ -105,18 +102,18 @@ endif --- toolkit/library/libxul-config.mk~ +++ toolkit/library/libxul-config.mk -@@ -90,6 +90,14 @@ endif - LOCAL_INCLUDES += -I$(topsrcdir)/widget/src/os2 +@@ -348,10 +348,12 @@ ifdef MOZ_NATIVE_LIBVPX + EXTRA_DSO_LDOPTS += $(MOZ_LIBVPX_LIBS) endif +-ifdef MOZ_SYDNEYAUDIO +-ifeq ($(OS_ARCH),Linux) +ifdef MOZ_ALSA -+EXTRA_DSO_LDOPTS += $(MOZ_ALSA_LIBS) -+endif + EXTRA_DSO_LDOPTS += $(MOZ_ALSA_LIBS) + endif + +ifdef MOZ_PULSEAUDIO +EXTRA_DSO_LDOPTS += $(MOZ_PULSEAUDIO_LIBS) -+endif -+ - # dependent libraries - ifdef MOZ_IPC - STATIC_LIBS += \ + endif + + ifdef HAVE_CLOCK_MONOTONIC Added: head/www/libxul/files/patch-bug543241 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libxul/files/patch-bug543241 Mon Sep 10 19:19:32 2012 (r304053) @@ -0,0 +1,14 @@ +--- ./xpcom/threads/nsThreadManager.cpp.orig 2011-08-25 02:37:45.000000000 +0200 ++++ ./xpcom/threads/nsThreadManager.cpp 2011-08-28 17:14:14.000000000 +0200 +@@ -89,6 +89,11 @@ + nsresult + nsThreadManager::Init() + { ++#if defined(NS_TLS) && (__FreeBSD_version < 802513 \ ++ || (__FreeBSD_version >= 900000 && __FreeBSD_version < 900045)) ++ if (!gTLSThreadID) ++ gTLSThreadID = mozilla::threads::Generic; ++#endif + if (!mThreadsByPRThread.Init()) + return NS_ERROR_OUT_OF_MEMORY; + Modified: head/www/libxul/files/patch-bug653551 ============================================================================== --- head/www/libxul/files/patch-bug653551 Mon Sep 10 19:15:11 2012 (r304052) +++ head/www/libxul/files/patch-bug653551 Mon Sep 10 19:19:32 2012 (r304053) @@ -11,14 +11,19 @@ diff --git js/src/configure.in js/src/co index 84390cf..d663c46 100644 --- js/src/configure.in +++ js/src/configure.in -@@ -2471,8 +2471,10 @@ arm*-*) - NANOJIT_ARCH=ARM +@@ -2806,13 +2806,15 @@ arm*-*) + AC_DEFINE(JS_NUNBOX32) ;; sparc*-*) + if test ! "$HAVE_64BIT_OS" ; then - ENABLE_JIT=1 NANOJIT_ARCH=Sparc + ENABLE_METHODJIT=1 + ENABLE_MONOIC=1 + ENABLE_POLYIC=1 + ENABLE_METHODJIT_TYPED_ARRAY=1 + AC_DEFINE(JS_CPU_SPARC) + AC_DEFINE(JS_NUNBOX32) + fi ;; - esac - + mips*-*) + ENABLE_METHODJIT=1 Modified: head/www/libxul/files/patch-bug685258 ============================================================================== --- head/www/libxul/files/patch-bug685258 Mon Sep 10 19:15:11 2012 (r304052) +++ head/www/libxul/files/patch-bug685258 Mon Sep 10 19:19:32 2012 (r304053) @@ -6,12 +6,12 @@ Bug 685258 - Pulse audio backend does no diff --git a/content/media/nsAudioStream.cpp b/content/media/nsAudioStream.cpp --- content/media/nsAudioStream.cpp +++ content/media/nsAudioStream.cpp -@@ -83,7 +83,7 @@ void nsAudioStream::Init(PRInt32 aNumCha - mChannels = aNumChannels; +@@ -429,7 +429,7 @@ nsresult nsNativeAudioStream::Init(PRInt32 aNumChannels, PRInt32 aRate, SampleFo mFormat = aFormat; + if (sa_stream_create_pcm(reinterpret_cast(&mAudioHandle), -- NULL, +- NULL, + "Mozilla", - SA_MODE_WRONLY, + SA_MODE_WRONLY, SA_PCM_FORMAT_S16_NE, aRate, Added: head/www/libxul/files/patch-bug691898 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/libxul/files/patch-bug691898 Mon Sep 10 19:19:32 2012 (r304053) @@ -0,0 +1,285 @@ +From: Mike Hommey +Date: Sat, 24 Dec 2011 09:56:58 +0100 +Subject: Bug 691898 - Use YARR interpreter instead of PCRE on platforms where + YARR JIT is not supported + +--- + js/src/Makefile.in | 21 +++++++++++++-------- + js/src/vm/RegExpObject-inl.h | 28 ++++++---------------------- + js/src/vm/RegExpObject.cpp | 36 ------------------------------------ + js/src/vm/RegExpObject.h | 27 ++++++--------------------- + js/src/yarr/wtfbridge.h | 2 -- + 5 files changed, 25 insertions(+), 89 deletions(-) + +diff --git a/js/src/Makefile.in b/js/src/Makefile.in +index fc48cbd..49f0bdc 100644 +--- js/src/Makefile.in ++++ js/src/Makefile.in +@@ -416,15 +416,20 @@ CPPSRCS += checks.cc \ + + ifeq (,$(filter arm% sparc %86 x86_64,$(TARGET_CPU))) + +-VPATH += $(srcdir)/yarr/pcre \ ++VPATH += $(srcdir)/assembler \ ++ $(srcdir)/assembler/wtf \ ++ $(srcdir)/yarr \ + $(NULL) + + CPPSRCS += \ +- pcre_compile.cpp \ +- pcre_exec.cpp \ +- pcre_tables.cpp \ +- pcre_xclass.cpp \ +- pcre_ucp_searchfuncs.cpp \ ++ Assertions.cpp \ ++ OSAllocatorOS2.cpp \ ++ OSAllocatorPosix.cpp \ ++ OSAllocatorWin.cpp \ ++ PageBlock.cpp \ ++ YarrInterpreter.cpp \ ++ YarrPattern.cpp \ ++ YarrSyntaxChecker.cpp \ + $(NULL) + else + +@@ -1015,10 +1020,10 @@ endif + # Needed to "configure" it correctly. Unfortunately these + # flags wind up being applied to all code in js/src, not just + # the code in js/src/assembler. +-CXXFLAGS += -DUSE_SYSTEM_MALLOC=1 -DENABLE_ASSEMBLER=1 ++CXXFLAGS += -DUSE_SYSTEM_MALLOC=1 + + ifneq (,$(ENABLE_YARR_JIT)$(ENABLE_TRACEJIT)$(ENABLE_METHODJIT)) +-CXXFLAGS += -DENABLE_JIT=1 ++CXXFLAGS += -DENABLE_JIT=1 -DENABLE_ASSEMBLER=1 + endif + + INCLUDES += -I$(srcdir)/assembler -I$(srcdir)/yarr +diff --git a/js/src/vm/RegExpObject-inl.h b/js/src/vm/RegExpObject-inl.h +index 5f7817d..91108a7 100644 +--- js/src/vm/RegExpObject-inl.h ++++ js/src/vm/RegExpObject-inl.h +@@ -327,6 +327,7 @@ RegExpPrivate::create(JSContext *cx, JSString *source, RegExpFlag flags, TokenSt + return RetType(self); + } + ++#if ENABLE_YARR_JIT + /* This function should be deleted once bad Android platforms phase out. See bug 604774. */ + inline bool + RegExpPrivateCode::isJITRuntimeEnabled(JSContext *cx) +@@ -337,12 +338,12 @@ RegExpPrivateCode::isJITRuntimeEnabled(JSContext *cx) + return true; + #endif + } ++#endif + + inline bool + RegExpPrivateCode::compile(JSContext *cx, JSLinearString &pattern, TokenStream *ts, + uintN *parenCount, RegExpFlag flags) + { +-#if ENABLE_YARR_JIT + /* Parse the pattern. */ + ErrorCode yarrError; + YarrPattern yarrPattern(pattern, bool(flags & IgnoreCaseFlag), bool(flags & MultilineFlag), +@@ -359,7 +360,7 @@ RegExpPrivateCode::compile(JSContext *cx, JSLinearString &pattern, TokenStream * + * case we have to bytecode compile it. + */ + +-#ifdef JS_METHODJIT ++#if ENABLE_YARR_JIT && defined(JS_METHODJIT) + if (isJITRuntimeEnabled(cx) && !yarrPattern.m_containsBackreferences) { + if (!cx->compartment->ensureJaegerCompartmentExists(cx)) + return false; +@@ -371,21 +372,11 @@ RegExpPrivateCode::compile(JSContext *cx, JSLinearString &pattern, TokenStream * + } + #endif + ++#if ENABLE_YARR_JIT + codeBlock.setFallBack(true); ++#endif + byteCode = byteCompile(yarrPattern, cx->compartment->regExpAllocator).get(); + return true; +-#else /* !defined(ENABLE_YARR_JIT) */ +- int error = 0; +- compiled = jsRegExpCompile(pattern.chars(), pattern.length(), +- ignoreCase() ? JSRegExpIgnoreCase : JSRegExpDoNotIgnoreCase, +- multiline() ? JSRegExpMultiline : JSRegExpSingleLine, +- parenCount, &error); +- if (error) { +- reportPCREError(cx, error); +- return false; +- } +- return true; +-#endif + } + + inline bool +@@ -431,19 +422,12 @@ RegExpPrivateCode::execute(JSContext *cx, const jschar *chars, size_t start, siz + else + result = JSC::Yarr::execute(codeBlock, chars, start, length, output); + #else +- result = jsRegExpExecute(cx, compiled, chars, length, start, output, outputCount); ++ result = JSC::Yarr::interpret(byteCode, chars, start, length, output); + #endif + + if (result == -1) + return Success_NotFound; + +-#if !ENABLE_YARR_JIT +- if (result < 0) { +- reportPCREError(cx, result); +- return Error; +- } +-#endif +- + JS_ASSERT(result >= 0); + return Success; + } +diff --git a/js/src/vm/RegExpObject.cpp b/js/src/vm/RegExpObject.cpp +index f75c6a5..7631dd5 100644 +--- js/src/vm/RegExpObject.cpp ++++ js/src/vm/RegExpObject.cpp +@@ -251,7 +251,6 @@ Class js::RegExpClass = { + NULL /* trace */ + }; + +-#if ENABLE_YARR_JIT + void + RegExpPrivateCode::reportYarrError(JSContext *cx, TokenStream *ts, ErrorCode error) + { +@@ -283,41 +282,6 @@ RegExpPrivateCode::reportYarrError(JSContext *cx, TokenStream *ts, ErrorCode err + } + } *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 19:20:42 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 495661065674; Mon, 10 Sep 2012 19:20:42 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2A5C78FC19; Mon, 10 Sep 2012 19:20:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AJKgU8005775; Mon, 10 Sep 2012 19:20:42 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AJKfwZ005770; Mon, 10 Sep 2012 19:20:41 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209101920.q8AJKfwZ005770@svn.freebsd.org> From: Bryan Drewery Date: Mon, 10 Sep 2012 19:20:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304054 - in head/audio/pianobar: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 19:20:42 -0000 Author: bdrewery Date: Mon Sep 10 19:20:41 2012 New Revision: 304054 URL: http://svn.freebsd.org/changeset/ports/304054 Log: - Update to 2012-09-07 [1] - Remove ABI versions from LIB_DEPENDS - Move LICENSE to make portlint happy PR: ports/171425 [1] Submitted by: John Hixson (maintainer) Approved by: eadler, bapt (mentors, implicit) Modified: head/audio/pianobar/Makefile head/audio/pianobar/distinfo head/audio/pianobar/files/patch-Makefile Modified: head/audio/pianobar/Makefile ============================================================================== --- head/audio/pianobar/Makefile Mon Sep 10 19:19:32 2012 (r304053) +++ head/audio/pianobar/Makefile Mon Sep 10 19:20:41 2012 (r304054) @@ -6,22 +6,22 @@ # PORTNAME= pianobar -PORTVERSION= 2012.06.24 +PORTVERSION= 2012.09.07 CATEGORIES= audio MASTER_SITES= http://6xq.net/projects/${PORTNAME}/ MAINTAINER= john@pcbsd.org COMMENT= Command line Pandora player +LICENSE= MIT + LIB_DEPENDS= ao:${PORTSDIR}/audio/libao \ faad:${PORTSDIR}/audio/faad \ mad:${PORTSDIR}/audio/libmad \ - gnutls.47:${PORTSDIR}/security/gnutls \ - json.0:${PORTSDIR}/devel/json-c \ + gnutls:${PORTSDIR}/security/gnutls \ + json:${PORTSDIR}/devel/json-c \ gcrypt:${PORTSDIR}/security/libgcrypt -LICENSE= MIT - MAN1= pianobar.1 MAN_COMPRESSED= no Modified: head/audio/pianobar/distinfo ============================================================================== --- head/audio/pianobar/distinfo Mon Sep 10 19:19:32 2012 (r304053) +++ head/audio/pianobar/distinfo Mon Sep 10 19:20:41 2012 (r304054) @@ -1,2 +1,2 @@ -SHA256 (pianobar-2012.06.24.tar.bz2) = a80307dcfc8786c28d6025f54820664eca0cf26f888bd608c95d486762f908aa -SIZE (pianobar-2012.06.24.tar.bz2) = 47580 +SHA256 (pianobar-2012.09.07.tar.bz2) = 1790d1f70f1516ddb3000ee95d43d42659530e8e786807edd4f4895bcbb2aa1c +SIZE (pianobar-2012.09.07.tar.bz2) = 49641 Modified: head/audio/pianobar/files/patch-Makefile ============================================================================== --- head/audio/pianobar/files/patch-Makefile Mon Sep 10 19:19:32 2012 (r304053) +++ head/audio/pianobar/files/patch-Makefile Mon Sep 10 19:20:41 2012 (r304054) @@ -1,5 +1,5 @@ ---- Makefile.orig 2011-12-11 10:39:27.000000000 -0800 -+++ Makefile 2011-12-17 22:41:34.000000000 -0800 +--- Makefile.orig 2012-09-07 07:44:39.000000000 -0700 ++++ Makefile 2012-09-07 14:52:09.940335486 -0700 @@ -4,7 +4,7 @@ BINDIR:=${PREFIX}/bin LIBDIR:=${PREFIX}/lib @@ -9,3 +9,20 @@ DYNLINK:=0 # Respect environment variables set by user; does not work with := +@@ -14,6 +14,7 @@ + ifeq (${CC},cc) + CC=c99 + endif ++DEPCC=cc + + PIANOBAR_DIR=src + PIANOBAR_SRC=\ +@@ -119,7 +120,7 @@ + # build dependency files + %.d: %.c + @set -e; rm -f $@; \ +- $(CC) -M ${CFLAGS} -I ${LIBPIANO_INCLUDE} -I ${LIBWAITRESS_INCLUDE} \ ++ $(DEPCC) -M ${CFLAGS} -I ${LIBPIANO_INCLUDE} -I ${LIBWAITRESS_INCLUDE} \ + ${LIBFAAD_CFLAGS} ${LIBMAD_CFLAGS} ${LIBGNUTLS_CFLAGS} \ + ${LIBGCRYPT_CFLAGS} ${LIBJSONC_CFLAGS} $< > $@.$$$$; \ + sed '1 s,^.*\.o[ :]*,$*.o $@ : ,g' < $@.$$$$ > $@; \ From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 19:23:38 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C44A41065670; Mon, 10 Sep 2012 19:23:38 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AFC4E8FC1E; Mon, 10 Sep 2012 19:23:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AJNcKe006205; Mon, 10 Sep 2012 19:23:38 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AJNc7d006202; Mon, 10 Sep 2012 19:23:38 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201209101923.q8AJNc7d006202@svn.freebsd.org> From: Frederic Culot Date: Mon, 10 Sep 2012 19:23:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304055 - head/net/py-beanstalkc X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 19:23:38 -0000 Author: culot Date: Mon Sep 10 19:23:38 2012 New Revision: 304055 URL: http://svn.freebsd.org/changeset/ports/304055 Log: - Update to 0.3.0 - Fix typo in YAML option description PR: ports/171407 Submitted by: Kubilay Kocak (maintainer) Modified: head/net/py-beanstalkc/Makefile head/net/py-beanstalkc/distinfo Modified: head/net/py-beanstalkc/Makefile ============================================================================== --- head/net/py-beanstalkc/Makefile Mon Sep 10 19:20:41 2012 (r304054) +++ head/net/py-beanstalkc/Makefile Mon Sep 10 19:23:38 2012 (r304055) @@ -6,7 +6,7 @@ # PORTNAME= beanstalkc -PORTVERSION= 0.2.0 +PORTVERSION= 0.3.0 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +21,7 @@ USE_PYDISTUTILS= easy_install OPTIONS_DEFINE= YAML OPTIONS_DEFAULT= YAML -YAML_DESC= Support parsing YAML reponses +YAML_DESC= Support parsing YAML responses # bypass infrastructure bug OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options Modified: head/net/py-beanstalkc/distinfo ============================================================================== --- head/net/py-beanstalkc/distinfo Mon Sep 10 19:20:41 2012 (r304054) +++ head/net/py-beanstalkc/distinfo Mon Sep 10 19:23:38 2012 (r304055) @@ -1,2 +1,2 @@ -SHA256 (beanstalkc-0.2.0.tar.gz) = 42ea9c71322e0a4b04822be83e55240986ddc4061314ec49132fdbafe750e37a -SIZE (beanstalkc-0.2.0.tar.gz) = 3518 +SHA256 (beanstalkc-0.3.0.tar.gz) = 45c3915ed876f80712fcafadee0feaaf0628e5c297e33aaea7f7b229deb80467 +SIZE (beanstalkc-0.3.0.tar.gz) = 3849 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 19:29:34 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F626106564A; Mon, 10 Sep 2012 19:29:34 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 202F58FC15; Mon, 10 Sep 2012 19:29:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AJTXdf006999; Mon, 10 Sep 2012 19:29:33 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AJTXtf006996; Mon, 10 Sep 2012 19:29:33 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209101929.q8AJTXtf006996@svn.freebsd.org> From: Bryan Drewery Date: Mon, 10 Sep 2012 19:29:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304056 - head/www/free-sa-devel X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 19:29:34 -0000 Author: bdrewery Date: Mon Sep 10 19:29:33 2012 New Revision: 304056 URL: http://svn.freebsd.org/changeset/ports/304056 Log: - Update to 2.0.0b5.10 [1] - Convert to new options framework PR: ports/171522 [1] Submitted by: Alexander Moisseev (maintainer) [1] Approved by: eadler, bapt (mentors, implicit) Modified: head/www/free-sa-devel/Makefile head/www/free-sa-devel/distinfo Modified: head/www/free-sa-devel/Makefile ============================================================================== --- head/www/free-sa-devel/Makefile Mon Sep 10 19:23:38 2012 (r304055) +++ head/www/free-sa-devel/Makefile Mon Sep 10 19:29:33 2012 (r304056) @@ -6,11 +6,12 @@ # PORTNAME= free-sa -PORTVERSION= 2.0.0b5 +PORTVERSION= 2.0.0b5.10 CATEGORIES= www MASTER_SITES= SF -MASTER_SITE_SUBDIR= free-sa/free-sa-dev/2.0.0b5/ +MASTER_SITE_SUBDIR= free-sa/free-sa-dev/2.0.0b5p10/ PKGNAMESUFFIX= -devel +DISTNAME= free-sa-2.0.0b5p10 MAINTAINER= moiseev@mezonplus.ru COMMENT= Statistic analyzer for daemons log files similar to SARG @@ -44,13 +45,14 @@ MAKE_ARGS+= PREFIX="${PREFIX}" \ ADDLDFLAGS="${LDFLAGS} -mrelax" \ MANDIR="${MANPREFIX}/man" -OPTIONS= OPTIMIZED_CFLAGS "Build with distribution-recommended CFLAGS" off \ - SA_DEBUG "Enable Free-SA debugging (level 1)" off +OPTIONS_DEFINE= OPTIMIZED_CFLAGS SA_DEBUG +OPTIMIZED_CFLAGS_DESC= Build with distribution-recommended CFLAGS +SA_DEBUG_DESC= Enable Free-SA debugging (level 1) .include pre-everything:: -.ifndef(WITH_OPTIMIZED_CFLAGS) +.if empty(PORT_OPTIONS:MOPTIMIZED_CFLAGS) @${ECHO_MSG} ">>> This software is computationally demanding, and users are" @${ECHO_MSG} ">>> advised to employ compiler optimizations when building it." @${ECHO_MSG} ">>> Author of this software have used such flags as" @@ -60,7 +62,7 @@ pre-everything:: @${ECHO_MSG} ">>> For example, 'make WITH_OPTIMIZED_CFLAGS=yes'" @${ECHO_MSG} ">>>" .endif -.ifndef(WITH_SA_DEBUG) && (SA_DEBUG_LEVEL) +.if empty(PORT_OPTIONS:MSA_DEBUG) && (SA_DEBUG_LEVEL) @${ECHO_MSG} ">>> You can enable Free-SA debugging (level 1) by defining WITH_SA_DEBUG" @${ECHO_MSG} ">>> For example, 'make WITH_SA_DEBUG=yes'" @${ECHO_MSG} ">>> Or for specific level (0-7) you can use SA_DEBUG_LEVEL" @@ -69,7 +71,7 @@ pre-everything:: @${ECHO_MSG} ">>>" .endif -.if defined(WITH_SA_DEBUG) +.if ${PORT_OPTIONS:MSA_DEBUG} SA_DEBUG_LEVEL?= 1 .else SA_DEBUG_LEVEL?= 0 @@ -85,7 +87,7 @@ post-patch: -e 's,^include .(GMKPATH)/configs/.(OSTYPE)\.mk,,' \ ${WRKSRC}/global.mk -.if defined(WITH_OPTIMIZED_CFLAGS) +.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} MAKE_ARGS+= ADDCFLAGS="${CFLAGS} \ -fomit-frame-pointer \ -std=c99 \ Modified: head/www/free-sa-devel/distinfo ============================================================================== --- head/www/free-sa-devel/distinfo Mon Sep 10 19:23:38 2012 (r304055) +++ head/www/free-sa-devel/distinfo Mon Sep 10 19:29:33 2012 (r304056) @@ -1,2 +1,2 @@ -SHA256 (free-sa-2.0.0b5.tar.gz) = 5f179f17018406c5b58fb05e3864aeb679e279970423916d2a60d5eca1008ef5 -SIZE (free-sa-2.0.0b5.tar.gz) = 96612 +SHA256 (free-sa-2.0.0b5p10.tar.gz) = 12ba763ce38d64979c8cb378741f507a0d8acb5d3cdbb443d940716317c95bee +SIZE (free-sa-2.0.0b5p10.tar.gz) = 98991 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 19:29:56 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 528801065690; Mon, 10 Sep 2012 19:29:56 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3D3A28FC16; Mon, 10 Sep 2012 19:29:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AJTu9g007115; Mon, 10 Sep 2012 19:29:56 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AJTu94007112; Mon, 10 Sep 2012 19:29:56 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209101929.q8AJTu94007112@svn.freebsd.org> From: Steve Wills Date: Mon, 10 Sep 2012 19:29:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304057 - head/devel/p5-lib-abs X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 19:29:56 -0000 Author: swills Date: Mon Sep 10 19:29:55 2012 New Revision: 304057 URL: http://svn.freebsd.org/changeset/ports/304057 Log: - Update to 0.92 PR: ports/171103 Approved by: maintainer timeout (mons@cpan.org, >2 weeks) Modified: head/devel/p5-lib-abs/Makefile (contents, props changed) head/devel/p5-lib-abs/distinfo (contents, props changed) Modified: head/devel/p5-lib-abs/Makefile ============================================================================== --- head/devel/p5-lib-abs/Makefile Mon Sep 10 19:29:33 2012 (r304056) +++ head/devel/p5-lib-abs/Makefile Mon Sep 10 19:29:55 2012 (r304057) @@ -6,7 +6,7 @@ # PORTNAME= lib-abs -PORTVERSION= 0.91 +PORTVERSION= 0.92 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-lib-abs/distinfo ============================================================================== --- head/devel/p5-lib-abs/distinfo Mon Sep 10 19:29:33 2012 (r304056) +++ head/devel/p5-lib-abs/distinfo Mon Sep 10 19:29:55 2012 (r304057) @@ -1,2 +1,2 @@ -SHA256 (lib-abs-0.91.tar.gz) = 2966c41f0fa9aba519be0409fe30830ac336b40f66830afdbb962f5acf35c79c -SIZE (lib-abs-0.91.tar.gz) = 36126 +SHA256 (lib-abs-0.92.tar.gz) = 0c4621474ad8ff3703cca80077f264707f40a04bd78b2e0eb6a2bcfe45b3144f +SIZE (lib-abs-0.92.tar.gz) = 39591 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 19:31:40 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EB5671065675; Mon, 10 Sep 2012 19:31:40 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D77198FC19; Mon, 10 Sep 2012 19:31:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AJVevV007407; Mon, 10 Sep 2012 19:31:40 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AJVeWi007405; Mon, 10 Sep 2012 19:31:40 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201209101931.q8AJVeWi007405@svn.freebsd.org> From: Beat Gaetzi Date: Mon, 10 Sep 2012 19:31:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304058 - head/multimedia/py-periscope X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 19:31:41 -0000 Author: beat Date: Mon Sep 10 19:31:40 2012 New Revision: 304058 URL: http://svn.freebsd.org/changeset/ports/304058 Log: - Unbreak port by changing dependency to www/py-beautifulsoup32 Submitted by: rm, nivit With hat: portmgr Modified: head/multimedia/py-periscope/Makefile Modified: head/multimedia/py-periscope/Makefile ============================================================================== --- head/multimedia/py-periscope/Makefile Mon Sep 10 19:29:55 2012 (r304057) +++ head/multimedia/py-periscope/Makefile Mon Sep 10 19:31:40 2012 (r304058) @@ -18,11 +18,9 @@ EXTRACT_ONLY= python-${PORTNAME}_${PORTV MAINTAINER= lioux@FreeBSD.org COMMENT= Subtitles searching module -BROKEN= does not build - LICENSE= LGPL3 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=3.2.0:${PORTSDIR}/www/py-beautifulsoup +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=3.2.0:${PORTSDIR}/www/py-beautifulsoup32 BUILD_DEPENDS:= ${RUN_DEPENDS} USE_GNOME= desktopfileutils From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 19:32:10 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5FE3B106566C; Mon, 10 Sep 2012 19:32:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 311778FC15; Mon, 10 Sep 2012 19:32:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AJWAxk007541; Mon, 10 Sep 2012 19:32:10 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AJW9fw007537; Mon, 10 Sep 2012 19:32:09 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209101932.q8AJW9fw007537@svn.freebsd.org> From: Steve Wills Date: Mon, 10 Sep 2012 19:32:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304059 - head/devel/p5-uni-perl X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 19:32:10 -0000 Author: swills Date: Mon Sep 10 19:32:09 2012 New Revision: 304059 URL: http://svn.freebsd.org/changeset/ports/304059 Log: - Update to 0.91 PR: ports/171104 Approved by: maintainer timeout (mons@cpan.org, >2 weeks) Modified: head/devel/p5-uni-perl/Makefile (contents, props changed) head/devel/p5-uni-perl/distinfo (contents, props changed) head/devel/p5-uni-perl/pkg-plist (contents, props changed) Modified: head/devel/p5-uni-perl/Makefile ============================================================================== --- head/devel/p5-uni-perl/Makefile Mon Sep 10 19:31:40 2012 (r304058) +++ head/devel/p5-uni-perl/Makefile Mon Sep 10 19:32:09 2012 (r304059) @@ -6,8 +6,7 @@ # PORTNAME= uni-perl -PORTVERSION= 0.03 -PORTREVISION= 1 +PORTVERSION= 0.91 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MONS @@ -23,6 +22,4 @@ TEST_DEPENDS= p5-Test-NoWarnings>=0:${PO PERL_CONFIGURE= 5.10.0+ -MAN3= uni::perl.3 - .include Modified: head/devel/p5-uni-perl/distinfo ============================================================================== --- head/devel/p5-uni-perl/distinfo Mon Sep 10 19:31:40 2012 (r304058) +++ head/devel/p5-uni-perl/distinfo Mon Sep 10 19:32:09 2012 (r304059) @@ -1,2 +1,2 @@ -SHA256 (uni-perl-0.03.tar.gz) = f33e8a73d71f6f899913fc7957e56bc3b96e305265f5c909e21771a9e7799856 -SIZE (uni-perl-0.03.tar.gz) = 26550 +SHA256 (uni-perl-0.91.tar.gz) = 4781299b1c17c3702adfd0eddb1fb78f7da9ae048c2c98e44c29809aa84dfe84 +SIZE (uni-perl-0.91.tar.gz) = 7768 Modified: head/devel/p5-uni-perl/pkg-plist ============================================================================== --- head/devel/p5-uni-perl/pkg-plist Mon Sep 10 19:31:40 2012 (r304058) +++ head/devel/p5-uni-perl/pkg-plist Mon Sep 10 19:32:09 2012 (r304059) @@ -1,10 +1,10 @@ %%SITE_PERL%%/uni/perl.pm -%%SITE_PERL%%/uni/perl/blackjack.pm -%%SITE_PERL%%/uni/perl/hookers.pm %%SITE_PERL%%/uni/perl/encodebase.pm %%SITE_PERL%%/uni/perl/dumper.pm %%SITE_PERL%%/uni/perl/ru.pm %%SITE_PERL%%/uni/perl/ua.pm +%%SITE_PERL%%/uni/perl/utf.pm +%%SITE_PERL%%/uni/perl/xd.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/uni/perl/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/uni/perl @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/uni From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 19:33:30 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E4C5106566C; Mon, 10 Sep 2012 19:33:30 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5914D8FC1C; Mon, 10 Sep 2012 19:33:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AJXUP6007792; Mon, 10 Sep 2012 19:33:30 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AJXUc9007789; Mon, 10 Sep 2012 19:33:30 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209101933.q8AJXUc9007789@svn.freebsd.org> From: Steve Wills Date: Mon, 10 Sep 2012 19:33:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304060 - head/www/p5-AnyEvent-HTTPD X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 19:33:30 -0000 Author: swills Date: Mon Sep 10 19:33:29 2012 New Revision: 304060 URL: http://svn.freebsd.org/changeset/ports/304060 Log: - Update to 0.93 PR: ports/171105 Approved by: maintainer timeout (mons@cpan.org, >2 weeks) Modified: head/www/p5-AnyEvent-HTTPD/Makefile (contents, props changed) head/www/p5-AnyEvent-HTTPD/distinfo (contents, props changed) Modified: head/www/p5-AnyEvent-HTTPD/Makefile ============================================================================== --- head/www/p5-AnyEvent-HTTPD/Makefile Mon Sep 10 19:32:09 2012 (r304059) +++ head/www/p5-AnyEvent-HTTPD/Makefile Mon Sep 10 19:33:29 2012 (r304060) @@ -6,8 +6,7 @@ # PORTNAME= AnyEvent-HTTPD -PORTVERSION= 0.84 -PORTREVISION= 1 +PORTVERSION= 0.93 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ELMEX Modified: head/www/p5-AnyEvent-HTTPD/distinfo ============================================================================== --- head/www/p5-AnyEvent-HTTPD/distinfo Mon Sep 10 19:32:09 2012 (r304059) +++ head/www/p5-AnyEvent-HTTPD/distinfo Mon Sep 10 19:33:29 2012 (r304060) @@ -1,2 +1,2 @@ -SHA256 (AnyEvent-HTTPD-0.84.tar.gz) = 3fb324a3f6bd5a0b43870997192ab02c9f8a8b78030953baad70615999358b97 -SIZE (AnyEvent-HTTPD-0.84.tar.gz) = 33597 +SHA256 (AnyEvent-HTTPD-0.93.tar.gz) = 08c2d6584fb104c2ef2079fd1c317ec4a2159a4cbae066dc28ed12e55ab959a3 +SIZE (AnyEvent-HTTPD-0.93.tar.gz) = 40226 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 19:38:33 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ABA4D106564A; Mon, 10 Sep 2012 19:38:33 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7C65B8FC15; Mon, 10 Sep 2012 19:38:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AJcXKc008478; Mon, 10 Sep 2012 19:38:33 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AJcXHD008473; Mon, 10 Sep 2012 19:38:33 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209101938.q8AJcXHD008473@svn.freebsd.org> From: Steve Wills Date: Mon, 10 Sep 2012 19:38:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304061 - head/www/p5-Catalyst-Controller-ActionRole X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 19:38:33 -0000 Author: swills Date: Mon Sep 10 19:38:32 2012 New Revision: 304061 URL: http://svn.freebsd.org/changeset/ports/304061 Log: - Update to 0.15 PR: ports/171107 Approved by: maintainer timeout (mons@cpan.org, >2 weeks) Modified: head/www/p5-Catalyst-Controller-ActionRole/Makefile (contents, props changed) head/www/p5-Catalyst-Controller-ActionRole/distinfo (contents, props changed) head/www/p5-Catalyst-Controller-ActionRole/pkg-plist (contents, props changed) Modified: head/www/p5-Catalyst-Controller-ActionRole/Makefile ============================================================================== --- head/www/p5-Catalyst-Controller-ActionRole/Makefile Mon Sep 10 19:33:29 2012 (r304060) +++ head/www/p5-Catalyst-Controller-ActionRole/Makefile Mon Sep 10 19:38:32 2012 (r304061) @@ -5,8 +5,7 @@ # Generated with portupload. Do not edit directly, please PORTNAME= Catalyst-Controller-ActionRole -PORTVERSION= 0.14 -PORTREVISION= 1 +PORTVERSION= 0.15 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Catalyst-Controller-ActionRole/distinfo ============================================================================== --- head/www/p5-Catalyst-Controller-ActionRole/distinfo Mon Sep 10 19:33:29 2012 (r304060) +++ head/www/p5-Catalyst-Controller-ActionRole/distinfo Mon Sep 10 19:38:32 2012 (r304061) @@ -1,2 +1,2 @@ -SHA256 (Catalyst-Controller-ActionRole-0.14.tar.gz) = 48bedcb3adc5d436adebf58b89f48b927e1e421822adcf6e615a615966cfbcf8 -SIZE (Catalyst-Controller-ActionRole-0.14.tar.gz) = 12302 +SHA256 (Catalyst-Controller-ActionRole-0.15.tar.gz) = 5a937feb3721c99120b77765fc3a2216f9b315c846f56098faea6da4ba347ca2 +SIZE (Catalyst-Controller-ActionRole-0.15.tar.gz) = 15651 Modified: head/www/p5-Catalyst-Controller-ActionRole/pkg-plist ============================================================================== --- head/www/p5-Catalyst-Controller-ActionRole/pkg-plist Mon Sep 10 19:33:29 2012 (r304060) +++ head/www/p5-Catalyst-Controller-ActionRole/pkg-plist Mon Sep 10 19:38:32 2012 (r304061) @@ -1,9 +1,5 @@ %%SITE_PERL%%/Catalyst/Controller/ActionRole.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Controller/ActionRole/.packlist -@dirrmtry blib/script -@dirrmtry %%SITE_PERL%%/auto/Catalyst/Controller/ActionRole -@dirrmtry %%SITE_PERL%%/auto/Catalyst/Controller -@dirrmtry %%SITE_PERL%%/auto/Catalyst @dirrmtry %%SITE_PERL%%/Catalyst/Controller @dirrmtry %%SITE_PERL%%/Catalyst @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Controller/ActionRole From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 19:52:37 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A91431065672; Mon, 10 Sep 2012 19:52:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 923598FC08; Mon, 10 Sep 2012 19:52:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AJqbYC010272; Mon, 10 Sep 2012 19:52:37 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AJqbQZ010269; Mon, 10 Sep 2012 19:52:37 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209101952.q8AJqbQZ010269@svn.freebsd.org> From: Steve Wills Date: Mon, 10 Sep 2012 19:52:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304062 - in head/games/gemdropx: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 19:52:37 -0000 Author: swills Date: Mon Sep 10 19:52:36 2012 New Revision: 304062 URL: http://svn.freebsd.org/changeset/ports/304062 Log: - Add second MASTER_SITES entry - Avoid pkg-plist due to short plist - Convert to OptionsNG - Give maintainership to submitter PR: ports/171270 Submitted by: nemysis Deleted: head/games/gemdropx/files/ head/games/gemdropx/pkg-plist Modified: head/games/gemdropx/Makefile (contents, props changed) head/games/gemdropx/pkg-descr (contents, props changed) Modified: head/games/gemdropx/Makefile ============================================================================== --- head/games/gemdropx/Makefile Mon Sep 10 19:38:32 2012 (r304061) +++ head/games/gemdropx/Makefile Mon Sep 10 19:52:36 2012 (r304062) @@ -7,26 +7,55 @@ PORTNAME= gemdropx PORTVERSION= 0.9 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games -MASTER_SITES= ftp://ftp.billsgames.com/unix/x/gemdropx/src/ +MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/gemdropx/src/ \ + ftp://ftp.billsgames.com/unix/x/gemdropx/src/ -MAINTAINER= ports@FreeBSD.org -COMMENT= An interesting one-player puzzle game for X +MAINTAINER= nemysis@gmx.ch +COMMENT= Interesting one-player puzzle game for X (SDL) + +LICENSE= GPLv2 + +ALL_TARGET= ${PORTNAME} +USE_SDL= image mixer sdl -USE_SDL= mixer USE_GMAKE= yes -MAKE_ENV= JOY=NO + +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.xmp + +PORTDATA= * +PORTDOCS= AUTHORS.txt CHANGES.txt ICON.txt README.txt TODO.txt + +.include + +post-patch: +# Fix SDL, CFLAGS + @${REINPLACE_CMD} \ + -e 's|sdl-config|$(SDL_CONFIG)|' \ + -e 's|CC=gcc|CC?=g++|' \ + -e 's|CXX=gcc|CXX?=g++|' \ + -e 's|CFLAGS=-Wall $(SDL_CFLAGS)|CFLAGS+=$(SDL_CFLAGS)|' \ + ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gemdropx ${PREFIX}/bin - @${MKDIR} ${DATADIR}/images - ${INSTALL_DATA} ${WRKSRC}/data/images/* ${DATADIR}/images - @${MKDIR} ${DATADIR}/sounds - ${INSTALL_DATA} ${WRKSRC}/data/sounds/* ${DATADIR}/sounds -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR} +# Executable + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + +# Data + ${MKDIR} ${DATADIR} + @(cd ${WRKSRC}/data && ${COPYTREE_SHARE} "images sounds" ${DATADIR}) + +# Pixmaps + ${INSTALL_DATA} ${WRKSRC}/data/images/gemdropx-icon.xpm ${PREFIX}/share/pixmaps/${PORTNAME}.xmp + +# Documentation +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} +. for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +. endfor .endif .include Modified: head/games/gemdropx/pkg-descr ============================================================================== --- head/games/gemdropx/pkg-descr Mon Sep 10 19:38:32 2012 (r304061) +++ head/games/gemdropx/pkg-descr Mon Sep 10 19:52:36 2012 (r304062) @@ -1,20 +1,18 @@ - Gem Drop X is an interesting one-player puzzle game for X-Window. +"Gem Drop X" is an interesting one-player puzzle game using the +Simple DirectMedia Layer (SDL) libraries. - Gem Drop X is a direct port of Gem Drop, an Atari 8-bit game -written in Action! (a very fast C and Pascal-like compiled language -for the Atari). The concept of the game Gem Drop is based directly -on an arcade game for the NeoGeo system called "Magical Drop III" -by SNK. +It is a direct port of "Gem Drop," an Atari 8-bit game written in Action! +(a very fast C- and Pascal-like compiled language for the Atari). - If you're familiar with games like Jewels, Klax, Bust-A-Move or -Tetris, this game is similar to them all. I consider it closest to -Klax. (Jewels is like a combination of Klax and Tetris. Bust-A-Move -is the least similar, in my opinion, but everyone seems to have -heard of it more than the others (except Tetris, of course!)) +It was originally ported to X11, using SDL for sound and music. +Eventually, the Xlib graphics calls were removed and replaced with +SDL calls. - The game is played with YOU at the bottom of the screen. At the -top is a random assortment of colored shapes ("gems"). As time goes -on, more gems appear at the very top of the screen, pushing the -rest downwards. The game is over when the gems reach the bottom. +The concept of the game "Gem Drop" is based on an arcade game for the +NeoGeo system called "Magical Drop III" by SNK. + +If you're familiar with games like Jewels, Klax, Bust-A-Move or Tetris, +this game is similar to them all. I consider it closest to Klax. +Some people have compared it to "Tetris meets Space Invaders." WWW: http://www.newbreedsoftware.com/gemdropx/ From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 20:10:50 2012 Return-Path: Delivered-To: svn-ports-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 611F8106566C; Mon, 10 Sep 2012 20:10:50 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id CA6568FC12; Mon, 10 Sep 2012 20:10:47 +0000 (UTC) Received: from [192.168.1.102] (dynamic-94-247-222-022.catv.glattnet.ch [94.247.222.22]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.4/8.14.3) with ESMTP id q8AKAkWs022551 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Mon, 10 Sep 2012 20:10:46 GMT (envelope-from beat@FreeBSD.org) Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=iso-8859-2 From: =?iso-8859-1?Q?Beat_G=E4tzi?= In-Reply-To: <20120910182611.7c0ceed2@FreeBSD.org> Date: Mon, 10 Sep 2012 22:10:45 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <17D5D1EE-69EA-40A0-A199-583633AFF8FC@FreeBSD.org> References: <201209101226.q8ACQc4h052636@svn.freebsd.org> <20120910182611.7c0ceed2@FreeBSD.org> To: Pawel Pekala X-Mailer: Apple Mail (2.1278) Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: svn commit: r304031 - head/databases/spatialite_gui X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 20:10:50 -0000 On Sep 10, 2012, at 6:26 PM, Pawel Pekala wrote: > Dnia 2012-09-10, o godz. 12:26:38 > Beat Gaetzi napisa=B3(a): >=20 >> Author: beat >> Date: Mon Sep 10 12:26:37 2012 >> New Revision: 304031 >> URL: http://svn.freebsd.org/changeset/ports/304031 >>=20 >> Log: >> - Mark BROKEN: does not configure >> configure: error: 'libspatialite' is required but it doesn't seem >> to be installed on this system. >>=20 >=20 > Could this be reverted? The problem is known and fix is ready - just > need to be committed: >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D170893 As there is a fix available and spatialite_gui is broken for quite some time now please go ahead and commit your fix and unbreak spatialite_gui afterwards. Thanks, Beat= From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 20:18:45 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 469EF106566C; Mon, 10 Sep 2012 20:18:45 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 26F4A8FC0A; Mon, 10 Sep 2012 20:18:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AKIjaF013551; Mon, 10 Sep 2012 20:18:45 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AKIix3013545; Mon, 10 Sep 2012 20:18:44 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209102018.q8AKIix3013545@svn.freebsd.org> From: Steve Wills Date: Mon, 10 Sep 2012 20:18:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304063 - in head/audio/taglib: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 20:18:45 -0000 Author: swills Date: Mon Sep 10 20:18:44 2012 New Revision: 304063 URL: http://svn.freebsd.org/changeset/ports/304063 Log: - Update audio/taglib to 1.8 - Update WWW in pkg-descr - Remove $FreeBSD$ keyword from pkg-plist PR: ports/171395 Submitted by: Jason E. Hale (maintainer) Modified: head/audio/taglib/Makefile (contents, props changed) head/audio/taglib/distinfo (contents, props changed) head/audio/taglib/files/extrapatch-rcc (contents, props changed) head/audio/taglib/pkg-descr (contents, props changed) head/audio/taglib/pkg-plist (contents, props changed) Modified: head/audio/taglib/Makefile ============================================================================== --- head/audio/taglib/Makefile Mon Sep 10 19:52:36 2012 (r304062) +++ head/audio/taglib/Makefile Mon Sep 10 20:18:44 2012 (r304063) @@ -6,7 +6,7 @@ # PORTNAME= taglib -PORTVERSION= 1.7.2 +PORTVERSION= 1.8 CATEGORIES= audio MASTER_SITES= http://cloud.github.com/downloads/taglib/taglib/ \ http://developer.kde.org/~wheeler/files/src/ @@ -16,7 +16,6 @@ COMMENT= Library for manipulating ID3 ta LICENSE= LGPL21 MPL LICENSE_COMB= dual -LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL OPTIONS_DEFINE= RCC Modified: head/audio/taglib/distinfo ============================================================================== --- head/audio/taglib/distinfo Mon Sep 10 19:52:36 2012 (r304062) +++ head/audio/taglib/distinfo Mon Sep 10 20:18:44 2012 (r304063) @@ -1,2 +1,2 @@ -SHA256 (taglib-1.7.2.tar.gz) = 38f7e5283b594021b28426a61339cffbf2d503b450338b02f651fab1b0b42899 -SIZE (taglib-1.7.2.tar.gz) = 535427 +SHA256 (taglib-1.8.tar.gz) = 66d33481703c90236a0a9d1c38fd81b584ca7109ded049225f5463dcaffc209a +SIZE (taglib-1.8.tar.gz) = 595937 Modified: head/audio/taglib/files/extrapatch-rcc ============================================================================== --- head/audio/taglib/files/extrapatch-rcc Mon Sep 10 19:52:36 2012 (r304062) +++ head/audio/taglib/files/extrapatch-rcc Mon Sep 10 20:18:44 2012 (r304063) @@ -7,11 +7,11 @@ +#cmakedefine HAVE_LIBRCC 1 + #cmakedefine NO_ITUNES_HACKS 1 ---- ConfigureChecks.cmake.orig 2008-12-21 16:46:41.000000000 -0500 -+++ ConfigureChecks.cmake 2009-09-29 07:08:08.000000000 -0400 -@@ -20,6 +20,21 @@ - SET(HAVE_ZLIB 0) - ENDIF(ZLIB_FOUND) +--- ConfigureChecks.cmake.orig 2012-07-14 15:53:09.000000000 -0400 ++++ ConfigureChecks.cmake 2012-07-14 20:58:15.000000000 -0400 +@@ -14,6 +14,21 @@ + set(HAVE_ZLIB 0) + endif() +#check for librcc +find_path(RCC_INCLUDE_DIR librcc.h) @@ -28,12 +28,12 @@ + +mark_as_advanced(RCC_LIBRARY RCC_INCLUDE_DIR) + - SET(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules) - FIND_PACKAGE(CppUnit) - IF (NOT CppUnit_FOUND AND BUILD_TESTS) ---- taglib/mpeg/id3v1/id3v1tag.cpp.orig 2008-02-04 16:14:45.000000000 +0100 -+++ taglib/mpeg/id3v1/id3v1tag.cpp 2008-11-20 15:24:19.000000000 +0100 -@@ -59,17 +59,18 @@ + set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules) + find_package(CppUnit) + if(NOT CppUnit_FOUND AND BUILD_TESTS) +--- taglib/mpeg/id3v1/id3v1tag.cpp.orig 2012-07-14 15:53:09.000000000 -0400 ++++ taglib/mpeg/id3v1/id3v1tag.cpp 2012-07-14 20:49:26.000000000 -0400 +@@ -64,17 +64,18 @@ String ID3v1::StringHandler::parse(const ByteVector &data) const { @@ -54,7 +54,7 @@ } //////////////////////////////////////////////////////////////////////////////// -@@ -240,7 +241,7 @@ +@@ -247,7 +248,7 @@ d->track = uchar(data[offset + 29]); } else @@ -63,9 +63,9 @@ offset += 30; ---- taglib/mpeg/id3v2/frames/commentsframe.cpp.orig 2008-02-04 16:14:46.000000000 +0100 -+++ taglib/mpeg/id3v2/frames/commentsframe.cpp 2008-11-20 15:24:19.000000000 +0100 -@@ -136,10 +136,10 @@ +--- taglib/mpeg/id3v2/frames/commentsframe.cpp.orig 2012-07-14 15:53:09.000000000 -0400 ++++ taglib/mpeg/id3v2/frames/commentsframe.cpp 2012-07-14 21:08:29.000000000 -0400 +@@ -150,10 +150,10 @@ return; } @@ -78,24 +78,23 @@ ByteVectorList l = ByteVectorList::split(data.mid(4), textDelimiter(d->textEncoding), byteAlign, 2); -@@ -155,10 +155,12 @@ +@@ -169,10 +169,12 @@ String::Type encoding = d->textEncoding; + encoding = String::ID3WType(encoding); + - encoding = checkEncoding(d->description, encoding); - encoding = checkEncoding(d->text, 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)); ---- taglib/mpeg/id3v2/frames/textidentificationframe.cpp.orig 2008-02-04 16:14:46.000000000 +0100 -+++ taglib/mpeg/id3v2/frames/textidentificationframe.cpp 2008-11-20 15:24:19.000000000 +0100 -@@ -105,12 +105,12 @@ +--- taglib/mpeg/id3v2/frames/textidentificationframe.cpp.orig 2012-07-14 15:53:09.000000000 -0400 ++++ taglib/mpeg/id3v2/frames/textidentificationframe.cpp 2012-07-14 21:13:35.000000000 -0400 +@@ -187,12 +187,12 @@ // read the string data type (the first byte of the field data) @@ -110,11 +109,11 @@ // build a small counter to strip nulls off the end of the field -@@ -139,11 +139,14 @@ +@@ -221,11 +221,14 @@ ByteVector TextIdentificationFrame::renderFields() const { -- String::Type encoding = checkEncoding(d->fieldList, d->textEncoding); +- String::Type encoding = checkTextEncoding(d->fieldList, d->textEncoding); + String::Type encoding = d->textEncoding; + + encoding = String::ID3WType(encoding); @@ -127,11 +126,6 @@ for(StringList::ConstIterator it = d->fieldList.begin(); it != d->fieldList.end(); it++) { ---- taglib/toolkit/CMakeLists.txt.orig 2008-01-11 01:54:01.000000000 +0100 -+++ taglib/toolkit/CMakeLists.txt 2008-11-20 15:58:31.000000000 +0100 -@@ -1 +1 @@ --INSTALL( FILES taglib.h tstring.h tlist.h tlist.tcc tstringlist.h tbytevector.h tbytevectorlist.h tfile.h tmap.h tmap.tcc DESTINATION ${INCLUDE_INSTALL_DIR}/taglib) -+INSTALL( FILES rccpatch.h taglib.h tstring.h tlist.h tlist.tcc tstringlist.h tbytevector.h tbytevectorlist.h tfile.h tmap.h tmap.tcc DESTINATION ${INCLUDE_INSTALL_DIR}/taglib) --- taglib/toolkit/rccpatch.cpp.orig 1970-01-01 01:00:00.000000000 +0100 +++ taglib/toolkit/rccpatch.cpp 2008-11-20 15:58:31.000000000 +0100 @@ -0,0 +1,198 @@ @@ -491,34 +485,43 @@ /*! * Constructs an empty String. */ ---- taglib/CMakeLists.txt.orig 2008-02-12 05:15:20.000000000 +0100 -+++ taglib/CMakeLists.txt 2008-11-20 15:58:31.000000000 +0100 -@@ -17,6 +17,11 @@ - ${CMAKE_CURRENT_BINARY_DIR}/taglib - ${CMAKE_CURRENT_BINARY_DIR}/.. +--- taglib/CMakeLists.txt.orig 2012-07-14 15:53:09.000000000 -0400 ++++ taglib/CMakeLists.txt 2012-07-14 21:34:40.000000000 -0400 +@@ -25,6 +25,10 @@ + ${CMAKE_CURRENT_SOURCE_DIR}/xm ) -+ + +if(HAVE_LIBRCC) + INCLUDE_DIRECTORIES(${RCC_INCLUDE_DIR}) +endif(HAVE_LIBRCC) + if(ZLIB_FOUND) - INCLUDE_DIRECTORIES(${ZLIB_INCLUDE_DIR}) - endif(ZLIB_FOUND) -@@ -119,6 +119,7 @@ + include_directories(${ZLIB_INCLUDE_DIR}) + endif() +@@ -35,6 +39,7 @@ + audioproperties.h + taglib_export.h + ${CMAKE_BINARY_DIR}/taglib_config.h ++ toolkit/rccpatch.h + toolkit/taglib.h + toolkit/tstring.h + toolkit/tlist.h +@@ -267,6 +272,7 @@ ) - SET(toolkit_SRCS -+toolkit/rccpatch.cpp - toolkit/tstring.cpp - toolkit/tstringlist.cpp - toolkit/tbytevector.cpp -@@ -140,7 +141,7 @@ - - ADD_LIBRARY(tag SHARED ${tag_LIB_SRCS}) + set(toolkit_SRCS ++ toolkit/rccpatch.cpp + toolkit/tstring.cpp + toolkit/tstringlist.cpp + toolkit/tbytevector.cpp +@@ -297,6 +303,10 @@ + target_link_libraries(tag ${ZLIB_LIBRARIES}) + endif() --TARGET_LINK_LIBRARIES(tag ) -+TARGET_LINK_LIBRARIES(tag ${RCC_LIBRARIES}) - if(ZLIB_FOUND) - TARGET_LINK_LIBRARIES(tag ${ZLIB_LIBRARIES}) - endif(ZLIB_FOUND) ++if(HAVE_LIBRCC) ++ target_link_libraries(tag ${RCC_LIBRARIES}) ++endif() ++ + set_target_properties(tag PROPERTIES + VERSION ${TAGLIB_SOVERSION_MAJOR}.${TAGLIB_SOVERSION_MINOR}.${TAGLIB_SOVERSION_PATCH} + SOVERSION ${TAGLIB_SOVERSION_MAJOR} \ No newline at end of file Modified: head/audio/taglib/pkg-descr ============================================================================== --- head/audio/taglib/pkg-descr Mon Sep 10 19:52:36 2012 (r304062) +++ head/audio/taglib/pkg-descr Mon Sep 10 20:18:44 2012 (r304063) @@ -3,4 +3,4 @@ audio formats. Currently it supports bot Vorbis comments and ID3 tags and Vorbis comments in FLAC, MPC, Speex, WavPack and TrueAudio files. -WWW: http://developer.kde.org/~wheeler/taglib.html +WWW: http://taglib.github.com/ Modified: head/audio/taglib/pkg-plist ============================================================================== --- head/audio/taglib/pkg-plist Mon Sep 10 19:52:36 2012 (r304062) +++ head/audio/taglib/pkg-plist Mon Sep 10 20:18:44 2012 (r304063) @@ -1,4 +1,3 @@ -@comment $FreeBSD$ bin/taglib-config include/taglib/aifffile.h include/taglib/aiffproperties.h @@ -30,6 +29,12 @@ include/taglib/id3v2framefactory.h include/taglib/id3v2header.h include/taglib/id3v2synchdata.h include/taglib/id3v2tag.h +include/taglib/itfile.h +include/taglib/itproperties.h +include/taglib/modfile.h +include/taglib/modfilebase.h +include/taglib/modproperties.h +include/taglib/modtag.h include/taglib/mp4atom.h include/taglib/mp4coverart.h include/taglib/mp4file.h @@ -45,11 +50,14 @@ include/taglib/oggfile.h include/taglib/oggflacfile.h include/taglib/oggpage.h include/taglib/oggpageheader.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 +include/taglib/s3mproperties.h include/taglib/speexfile.h include/taglib/speexproperties.h include/taglib/tag.h @@ -59,12 +67,16 @@ include/taglib/taglib_config.h include/taglib/taglib_export.h include/taglib/tbytevector.h include/taglib/tbytevectorlist.h +include/taglib/tbytevectorstream.h include/taglib/textidentificationframe.h include/taglib/tfile.h +include/taglib/tfilestream.h +include/taglib/tiostream.h include/taglib/tlist.h include/taglib/tlist.tcc include/taglib/tmap.h include/taglib/tmap.tcc +include/taglib/tpropertymap.h include/taglib/trueaudiofile.h include/taglib/trueaudioproperties.h include/taglib/tstring.h @@ -81,9 +93,11 @@ include/taglib/wavpackproperties.h include/taglib/wavproperties.h include/taglib/xingheader.h include/taglib/xiphcomment.h +include/taglib/xmfile.h +include/taglib/xmproperties.h lib/libtag.so lib/libtag.so.1 -lib/libtag.so.1.7.2 +lib/libtag.so.1.12.0 lib/libtag_c.so lib/libtag_c.so.0 lib/libtag_c.so.0.0.0 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 20:25:16 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9396C1065672; Mon, 10 Sep 2012 20:25:16 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7F1458FC16; Mon, 10 Sep 2012 20:25:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AKPGN8014382; Mon, 10 Sep 2012 20:25:16 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AKPG5g014378; Mon, 10 Sep 2012 20:25:16 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209102025.q8AKPG5g014378@svn.freebsd.org> From: Steve Wills Date: Mon, 10 Sep 2012 20:25:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304064 - head/devel/p5-Test-EOL X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 20:25:16 -0000 Author: swills Date: Mon Sep 10 20:25:15 2012 New Revision: 304064 URL: http://svn.freebsd.org/changeset/ports/304064 Log: - Update to 1.5 PR: ports/171528 Submitted by: milki (maintainer) Modified: head/devel/p5-Test-EOL/Makefile (contents, props changed) head/devel/p5-Test-EOL/distinfo (contents, props changed) Modified: head/devel/p5-Test-EOL/Makefile ============================================================================== --- head/devel/p5-Test-EOL/Makefile Mon Sep 10 20:18:44 2012 (r304063) +++ head/devel/p5-Test-EOL/Makefile Mon Sep 10 20:25:15 2012 (r304064) @@ -6,7 +6,7 @@ # PORTNAME= Test-EOL -PORTVERSION= 1.3 +PORTVERSION= 1.5 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BOBTFISH Modified: head/devel/p5-Test-EOL/distinfo ============================================================================== --- head/devel/p5-Test-EOL/distinfo Mon Sep 10 20:18:44 2012 (r304063) +++ head/devel/p5-Test-EOL/distinfo Mon Sep 10 20:25:15 2012 (r304064) @@ -1,2 +1,2 @@ -SHA256 (Test-EOL-1.3.tar.gz) = 4664da41d5ac9b02a9319ada7343519e57893037a130df9e3b03a2e75bdec2c1 -SIZE (Test-EOL-1.3.tar.gz) = 28686 +SHA256 (Test-EOL-1.5.tar.gz) = 431b289f0959f7ace0ee95fe401b0d05c93dee5d6dce0aedabbf0b53c2b1cd61 +SIZE (Test-EOL-1.5.tar.gz) = 29150 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 20:48:11 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 11AA3106566C; Mon, 10 Sep 2012 20:48:11 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EFE708FC14; Mon, 10 Sep 2012 20:48:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AKmASI017232; Mon, 10 Sep 2012 20:48:10 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AKmAwn017227; Mon, 10 Sep 2012 20:48:10 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209102048.q8AKmAwn017227@svn.freebsd.org> From: Steve Wills Date: Mon, 10 Sep 2012 20:48:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304065 - in head/games/BillardGL: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 20:48:11 -0000 Author: swills Date: Mon Sep 10 20:48:10 2012 New Revision: 304065 URL: http://svn.freebsd.org/changeset/ports/304065 Log: - Improve COMMENT - Set LICENSE - Use DOS2UNIX where appropriate - Use PLIST_FILES instead of pkg-plist due to short plist - Convert OptionsNG - Give maintainership to submitter PR: ports/171317 Submitted by: nemysis Deleted: head/games/BillardGL/files/patch-Namen.h Modified: head/games/BillardGL/Makefile (contents, props changed) head/games/BillardGL/distinfo (contents, props changed) head/games/BillardGL/files/patch-Makefile (contents, props changed) head/games/BillardGL/pkg-plist (contents, props changed) Modified: head/games/BillardGL/Makefile ============================================================================== --- head/games/BillardGL/Makefile Mon Sep 10 20:25:15 2012 (r304064) +++ head/games/BillardGL/Makefile Mon Sep 10 20:48:10 2012 (r304065) @@ -5,40 +5,72 @@ # $FreeBSD$ # -PORTNAME= BillardGL -PORTVERSION= 1.75 -PORTREVISION= 7 -CATEGORIES= games -MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}%20${PORTVERSION} +PORTNAME= BillardGL +PORTVERSION= 1.75 +PORTREVISION= 8 +CATEGORIES= games +MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}%20${PORTVERSION}/ \ + SF/nemysisfreebsdp/:icons +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}-LP-010.zip \ + ${PORTNAME}_icons.tar.gz:icons +DIST_SUBDIR= ${PORTNAME:L} -MAINTAINER= ports@FreeBSD.org -COMMENT= OpenGL billiards simulator +MAINTAINER= nemysis@gmx.ch +COMMENT= OpenGL pool billiard simulation + +LICENSE= GPLv2 + +EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src +USE_DOS2UNIX= Makefile USE_GMAKE= yes USE_XORG= xmu xext x11 xi -USE_GL= gl glut +USE_GL= glut + +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 + +OPTIONS_DEFINE= LANG +LANG_DESC= Install additional Language +OPTIONS_DEFAULT= LANG + +.include post-patch: - @${REINPLACE_CMD} -e 's|%%PORTNAME%%|${PORTNAME}|; \ - s|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/Namen.h +# Fix data location + @${REINPLACE_CMD} -e 's|/usr/share/BillardGL/|${DATADIR}/|' ${WRKSRC}/Namen.h do-install: +# Executable ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - @${MKDIR} ${DATADIR} - @${MKDIR} ${DATADIR}/lang - ${INSTALL_DATA} ${WRKSRC}/lang/*.lang ${DATADIR}/lang - @${MKDIR} ${DATADIR}/Texturen -.for i in 1 2 4 8 - @${MKDIR} ${DATADIR}/Texturen/${i} - ${INSTALL_DATA} ${WRKSRC}/Texturen/${i}/*.bmp ${DATADIR}/Texturen/${i} +# Data +# ${MKDIR} ${DATADIR} +.for d in Texturen lang + @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR}) .endfor -.ifndef (NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${TR} -d '\r' <${WRKSRC}/README >${DOCSDIR}/README +# Pixmaps + ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}*.png ${PREFIX}/share/pixmaps + +# Documentation +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} +.endif + +# Additional Language +.if ${PORT_OPTIONS:MLANG} + ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}-LP-010/*.lang ${DATADIR}/lang/ .endif .include Modified: head/games/BillardGL/distinfo ============================================================================== --- head/games/BillardGL/distinfo Mon Sep 10 20:25:15 2012 (r304064) +++ head/games/BillardGL/distinfo Mon Sep 10 20:48:10 2012 (r304065) @@ -1,2 +1,6 @@ -SHA256 (BillardGL-1.75.tar.gz) = 9b865b1254aa30125480ec7ea2ce00d91524db066a524b78492545782856df96 -SIZE (BillardGL-1.75.tar.gz) = 736295 +SHA256 (billardgl/BillardGL-1.75.tar.gz) = 9b865b1254aa30125480ec7ea2ce00d91524db066a524b78492545782856df96 +SIZE (billardgl/BillardGL-1.75.tar.gz) = 736295 +SHA256 (billardgl/BillardGL-LP-010.zip) = a1325a0ed9b0dc3e2cbf8acebe4f7c4caf4183547b777b7543ad61e1e6e07cf6 +SIZE (billardgl/BillardGL-LP-010.zip) = 232940 +SHA256 (billardgl/BillardGL_icons.tar.gz) = f4d5812c32f57f81e610962b68941d79ff4469f25ed21bc0ff5a50b1c3c5b446 +SIZE (billardgl/BillardGL_icons.tar.gz) = 25088 Modified: head/games/BillardGL/files/patch-Makefile ============================================================================== --- head/games/BillardGL/files/patch-Makefile Mon Sep 10 20:25:15 2012 (r304064) +++ head/games/BillardGL/files/patch-Makefile Mon Sep 10 20:48:10 2012 (r304065) @@ -1,24 +1,24 @@ --- Makefile.orig Sat Jan 3 16:30:14 2004 +++ Makefile Sat Jan 3 16:32:08 2004 @@ -5,14 +5,14 @@ - - ####### Compiler, tools and options - --CC = gcc --CXX = g++ --CFLAGS = -pipe -Wall -W -DNO_DEBUG -g --CXXFLAGS= -pipe -Wall -W -DNO_DEBUG -g --INCPATH = -I/usr/X11R6/include --LINK = g++ -+CC ?= gcc -+CXX ?= g++ -+CFLAGS += -pipe -Wall -W -DNO_DEBUG -g -+CXXFLAGS+= -pipe -Wall -W -DNO_DEBUG -g -+INCPATH = -I${LOCALBASE}/include + + ####### Compiler, tools and options + +-CC = gcc +-CXX = g++ +-CFLAGS = -pipe -Wall -W -DNO_DEBUG -g +-CXXFLAGS= -pipe -Wall -W -DNO_DEBUG -g +-INCPATH = -I/usr/X11R6/include +-LINK = g++ ++CC ?= gcc ++CXX ?= g++ ++CFLAGS ?= -pipe -Wall -W -DNO_DEBUG ++CXXFLAGS?= -pipe -Wall -W -DNO_DEBUG ++INCPATH = -I${LOCALBASE}/include +LINK = ${CXX} - LFLAGS = --LIBS = -L/usr/X11R6/lib -lGL -lGLU -lglut -lXmu -lXext -lX11 -lm -lXi -+LIBS = -L${LOCALBASE}/lib -lGL -lGLU -lglut -lXmu -lXext -lX11 -lm -lXi - - ## -lqgl -lGLU - + LFLAGS = +-LIBS = -L/usr/X11R6/lib -lGL -lGLU -lglut -lXmu -lXext -lX11 -lm -lXi ++LIBS = -L${LOCALBASE}/lib -lGL -lGLU -lglut -lXmu -lXext -lX11 -lm -lXi + + ## -lqgl -lGLU + Modified: head/games/BillardGL/pkg-plist ============================================================================== --- head/games/BillardGL/pkg-plist Mon Sep 10 20:25:15 2012 (r304064) +++ head/games/BillardGL/pkg-plist Mon Sep 10 20:48:10 2012 (r304065) @@ -1,109 +0,0 @@ -bin/BillardGL -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%DATADIR%%/lang/900.lang -%%DATADIR%%/lang/901.lang -%%DATADIR%%/lang/904.lang -%%DATADIR%%/lang/999.lang -@dirrm %%DATADIR%%/lang -%%DATADIR%%/Texturen/1/1.bmp -%%DATADIR%%/Texturen/1/10.bmp -%%DATADIR%%/Texturen/1/11.bmp -%%DATADIR%%/Texturen/1/12.bmp -%%DATADIR%%/Texturen/1/13.bmp -%%DATADIR%%/Texturen/1/14.bmp -%%DATADIR%%/Texturen/1/15.bmp -%%DATADIR%%/Texturen/1/2.bmp -%%DATADIR%%/Texturen/1/3.bmp -%%DATADIR%%/Texturen/1/4.bmp -%%DATADIR%%/Texturen/1/5.bmp -%%DATADIR%%/Texturen/1/6.bmp -%%DATADIR%%/Texturen/1/7.bmp -%%DATADIR%%/Texturen/1/8.bmp -%%DATADIR%%/Texturen/1/9.bmp -%%DATADIR%%/Texturen/1/a00.bmp -%%DATADIR%%/Texturen/1/a1.bmp -%%DATADIR%%/Texturen/1/a10.bmp -%%DATADIR%%/Texturen/1/a11.bmp -%%DATADIR%%/Texturen/1/a12.bmp -%%DATADIR%%/Texturen/1/a13.bmp -%%DATADIR%%/Texturen/1/a14.bmp -%%DATADIR%%/Texturen/1/a15.bmp -%%DATADIR%%/Texturen/1/a2.bmp -%%DATADIR%%/Texturen/1/a3.bmp -%%DATADIR%%/Texturen/1/a4.bmp -%%DATADIR%%/Texturen/1/a5.bmp -%%DATADIR%%/Texturen/1/a6.bmp -%%DATADIR%%/Texturen/1/a7.bmp -%%DATADIR%%/Texturen/1/a8.bmp -%%DATADIR%%/Texturen/1/a9.bmp -%%DATADIR%%/Texturen/1/aalpha.bmp -%%DATADIR%%/Texturen/1/aalpha2.bmp -%%DATADIR%%/Texturen/1/buchstaben.bmp -%%DATADIR%%/Texturen/1/buchstabenalpha.bmp -%%DATADIR%%/Texturen/1/dreizehn.bmp -%%DATADIR%%/Texturen/1/filzkachel.bmp -%%DATADIR%%/Texturen/1/halbe.bmp -%%DATADIR%%/Texturen/1/holz.bmp -%%DATADIR%%/Texturen/1/logo.bmp -%%DATADIR%%/Texturen/1/volle.bmp -@dirrm %%DATADIR%%/Texturen/1 -%%DATADIR%%/Texturen/2/1.bmp -%%DATADIR%%/Texturen/2/10.bmp -%%DATADIR%%/Texturen/2/11.bmp -%%DATADIR%%/Texturen/2/12.bmp -%%DATADIR%%/Texturen/2/13.bmp -%%DATADIR%%/Texturen/2/14.bmp -%%DATADIR%%/Texturen/2/15.bmp -%%DATADIR%%/Texturen/2/2.bmp -%%DATADIR%%/Texturen/2/3.bmp -%%DATADIR%%/Texturen/2/4.bmp -%%DATADIR%%/Texturen/2/5.bmp -%%DATADIR%%/Texturen/2/6.bmp -%%DATADIR%%/Texturen/2/7.bmp -%%DATADIR%%/Texturen/2/8.bmp -%%DATADIR%%/Texturen/2/9.bmp -%%DATADIR%%/Texturen/2/aalpha2.bmp -%%DATADIR%%/Texturen/2/buchstaben.bmp -%%DATADIR%%/Texturen/2/buchstabenalpha.bmp -%%DATADIR%%/Texturen/2/filzkachel.bmp -%%DATADIR%%/Texturen/2/halbe.bmp -%%DATADIR%%/Texturen/2/holz.bmp -%%DATADIR%%/Texturen/2/volle.bmp -@dirrm %%DATADIR%%/Texturen/2 -%%DATADIR%%/Texturen/4/1.bmp -%%DATADIR%%/Texturen/4/10.bmp -%%DATADIR%%/Texturen/4/11.bmp -%%DATADIR%%/Texturen/4/12.bmp -%%DATADIR%%/Texturen/4/13.bmp -%%DATADIR%%/Texturen/4/14.bmp -%%DATADIR%%/Texturen/4/15.bmp -%%DATADIR%%/Texturen/4/2.bmp -%%DATADIR%%/Texturen/4/3.bmp -%%DATADIR%%/Texturen/4/4.bmp -%%DATADIR%%/Texturen/4/5.bmp -%%DATADIR%%/Texturen/4/6.bmp -%%DATADIR%%/Texturen/4/7.bmp -%%DATADIR%%/Texturen/4/8.bmp -%%DATADIR%%/Texturen/4/9.bmp -%%DATADIR%%/Texturen/4/holz.bmp -@dirrm %%DATADIR%%/Texturen/4 -%%DATADIR%%/Texturen/8/1.bmp -%%DATADIR%%/Texturen/8/10.bmp -%%DATADIR%%/Texturen/8/11.bmp -%%DATADIR%%/Texturen/8/12.bmp -%%DATADIR%%/Texturen/8/13.bmp -%%DATADIR%%/Texturen/8/14.bmp -%%DATADIR%%/Texturen/8/15.bmp -%%DATADIR%%/Texturen/8/2.bmp -%%DATADIR%%/Texturen/8/3.bmp -%%DATADIR%%/Texturen/8/4.bmp -%%DATADIR%%/Texturen/8/5.bmp -%%DATADIR%%/Texturen/8/6.bmp -%%DATADIR%%/Texturen/8/7.bmp -%%DATADIR%%/Texturen/8/8.bmp -%%DATADIR%%/Texturen/8/9.bmp -%%DATADIR%%/Texturen/8/holz.bmp -@dirrm %%DATADIR%%/Texturen/8 -@dirrm %%DATADIR%%/Texturen -@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 20:55:54 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 680F91065670; Mon, 10 Sep 2012 20:55:54 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3972B8FC0A; Mon, 10 Sep 2012 20:55:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AKtsPq018271; Mon, 10 Sep 2012 20:55:54 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AKtsN0018267; Mon, 10 Sep 2012 20:55:54 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201209102055.q8AKtsN0018267@svn.freebsd.org> From: Renato Botelho Date: Mon, 10 Sep 2012 20:55:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304066 - head/misc/compat8x X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 20:55:54 -0000 Author: garga Date: Mon Sep 10 20:55:53 2012 New Revision: 304066 URL: http://svn.freebsd.org/changeset/ports/304066 Log: Update compat8x to 8.3-RELEASE Modified: head/misc/compat8x/Makefile head/misc/compat8x/distinfo head/misc/compat8x/pkg-plist.i386 Modified: head/misc/compat8x/Makefile ============================================================================== --- head/misc/compat8x/Makefile Mon Sep 10 20:48:10 2012 (r304065) +++ head/misc/compat8x/Makefile Mon Sep 10 20:55:53 2012 (r304066) @@ -6,7 +6,7 @@ # PORTNAME= compat8x -PORTVERSION= 8.2.802000.201203 +PORTVERSION= 8.3.803000.201209 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= garga/compat Modified: head/misc/compat8x/distinfo ============================================================================== --- head/misc/compat8x/distinfo Mon Sep 10 20:48:10 2012 (r304065) +++ head/misc/compat8x/distinfo Mon Sep 10 20:55:53 2012 (r304066) @@ -1,6 +1,6 @@ -SHA256 (compat8x-amd64-8.2.802000.201203.tar.bz2) = 49a823e4d0853a19cec3d8da0a7cdfae04b1879a39f0ab00cc7a9f467d19786f -SIZE (compat8x-amd64-8.2.802000.201203.tar.bz2) = 618543 -SHA256 (compat8x-i386-8.2.802000.201203.tar.bz2) = 99d1d39bc26c6ee05e9eb1bbdfec159e53e9911e0f98e8f93ac8ba0ed89009f8 -SIZE (compat8x-i386-8.2.802000.201203.tar.bz2) = 356417 -SHA256 (compat8x-sparc64-8.2.802000.201203.tar.bz2) = 54fb416d05c0d5b00f567e359aabdef015ef5f169ada6399487cea0afc267cdb -SIZE (compat8x-sparc64-8.2.802000.201203.tar.bz2) = 321206 +SHA256 (compat8x-amd64-8.3.803000.201209.tar.bz2) = 3659a4793039c7983a957bcff9e9617a2bfc2a5168e5ec83b287714339ed3985 +SIZE (compat8x-amd64-8.3.803000.201209.tar.bz2) = 621646 +SHA256 (compat8x-i386-8.3.803000.201209.tar.bz2) = c9df0fffe74fa897046ae89ffe64d58c40f13e6756aeec9d69e164cf77f301de +SIZE (compat8x-i386-8.3.803000.201209.tar.bz2) = 308890 +SHA256 (compat8x-sparc64-8.3.803000.201209.tar.bz2) = 78dfc9f20517ed77bfbba8129e938a22d2f8c2a52ad4dab02c1a03926081a9d0 +SIZE (compat8x-sparc64-8.3.803000.201209.tar.bz2) = 320973 Modified: head/misc/compat8x/pkg-plist.i386 ============================================================================== --- head/misc/compat8x/pkg-plist.i386 Mon Sep 10 20:48:10 2012 (r304065) +++ head/misc/compat8x/pkg-plist.i386 Mon Sep 10 20:55:53 2012 (r304066) @@ -5,7 +5,6 @@ lib/compat/liblwres.so.50 lib/compat/libobjc.so.4 lib/compat/libopie.so.6 lib/compat/libpcap.so.7 -lib/compat/libpkg.so.0 lib/compat/librtld_db.so.1 lib/compat/libsbuf.so.5 lib/compat/libtacplus.so.4 From owner-svn-ports-all@FreeBSD.ORG Mon Sep 10 20:56:53 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBB58106566B; Mon, 10 Sep 2012 20:56:53 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A68588FC0C; Mon, 10 Sep 2012 20:56:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8AKurI6018519; Mon, 10 Sep 2012 20:56:53 GMT (envelope-from garga@svn.freebsd.org) Received: (from garga@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8AKurPl018512; Mon, 10 Sep 2012 20:56:53 GMT (envelope-from garga@svn.freebsd.org) Message-Id: <201209102056.q8AKurPl018512@svn.freebsd.org> From: Renato Botelho Date: Mon, 10 Sep 2012 20:56:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304067 - in head/misc: . compat9x X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 20:56:53 -0000 Author: garga Date: Mon Sep 10 20:56:53 2012 New Revision: 304067 URL: http://svn.freebsd.org/changeset/ports/304067 Log: Add compat9x after some people ask to it Requested by: des@, obrien@ Added: head/misc/compat9x/ - copied from r304039, head/misc/compat8x/ Deleted: head/misc/compat9x/pkg-plist.sparc64 Modified: head/misc/Makefile head/misc/compat9x/Makefile head/misc/compat9x/distinfo head/misc/compat9x/pkg-descr head/misc/compat9x/pkg-plist.amd64 head/misc/compat9x/pkg-plist.i386 Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Mon Sep 10 20:55:53 2012 (r304066) +++ head/misc/Makefile Mon Sep 10 20:56:53 2012 (r304067) @@ -53,6 +53,7 @@ SUBDIR += compat6x SUBDIR += compat7x SUBDIR += compat8x + SUBDIR += compat9x SUBDIR += countrycodes SUBDIR += cpuid SUBDIR += crosspad Modified: head/misc/compat9x/Makefile ============================================================================== --- head/misc/compat8x/Makefile Mon Sep 10 15:53:37 2012 (r304039) +++ head/misc/compat9x/Makefile Mon Sep 10 20:56:53 2012 (r304067) @@ -1,12 +1,12 @@ -# New ports collection makefile for: compat8x -# Date created: 30 Aug 2011 +# New ports collection makefile for: compat9x +# Date created: 10 Sep 2012 # Whom: garga # # $FreeBSD$ # -PORTNAME= compat8x -PORTVERSION= 8.2.802000.201203 +PORTNAME= compat9x +PORTVERSION= 9.0.900000.201209 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= garga/compat @@ -18,7 +18,7 @@ COMMENT= A convenience package to instal USE_BZIP2= yes NO_BUILD= yes -ONLY_FOR_ARCHS= i386 amd64 sparc64 +ONLY_FOR_ARCHS= i386 amd64 PLIST= ${PKGDIR}/pkg-plist.${ARCH} TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat @@ -26,8 +26,8 @@ USE_LDCONFIG= ${TARGET_DIR} .include -.if ${OSVERSION} < 900042 -IGNORE= is for FreeBSD 9.x and newer +.if ${OSVERSION} < 1000009 +IGNORE= is for FreeBSD 10.x and newer .endif .if ${ARCH} == amd64 Modified: head/misc/compat9x/distinfo ============================================================================== --- head/misc/compat8x/distinfo Mon Sep 10 15:53:37 2012 (r304039) +++ head/misc/compat9x/distinfo Mon Sep 10 20:56:53 2012 (r304067) @@ -1,6 +1,4 @@ -SHA256 (compat8x-amd64-8.2.802000.201203.tar.bz2) = 49a823e4d0853a19cec3d8da0a7cdfae04b1879a39f0ab00cc7a9f467d19786f -SIZE (compat8x-amd64-8.2.802000.201203.tar.bz2) = 618543 -SHA256 (compat8x-i386-8.2.802000.201203.tar.bz2) = 99d1d39bc26c6ee05e9eb1bbdfec159e53e9911e0f98e8f93ac8ba0ed89009f8 -SIZE (compat8x-i386-8.2.802000.201203.tar.bz2) = 356417 -SHA256 (compat8x-sparc64-8.2.802000.201203.tar.bz2) = 54fb416d05c0d5b00f567e359aabdef015ef5f169ada6399487cea0afc267cdb -SIZE (compat8x-sparc64-8.2.802000.201203.tar.bz2) = 321206 +SHA256 (compat9x-amd64-9.0.900000.201209.tar.bz2) = 8ca958da1c8a23df03907a3062a4fe284bc6f7ee91a8bf49420a1e33585c3a68 +SIZE (compat9x-amd64-9.0.900000.201209.tar.bz2) = 2856059 +SHA256 (compat9x-i386-9.0.900000.201209.tar.bz2) = d0693438280c498709d77b4b6caed37956a98db5e37b54e3920f56fce163fce5 +SIZE (compat9x-i386-9.0.900000.201209.tar.bz2) = 1385185 Modified: head/misc/compat9x/pkg-descr ============================================================================== --- head/misc/compat8x/pkg-descr Mon Sep 10 15:53:37 2012 (r304039) +++ head/misc/compat9x/pkg-descr Mon Sep 10 20:56:53 2012 (r304067) @@ -1,4 +1,4 @@ -This package allows you to install the compat8x libraries on your +This package allows you to install the compat9x libraries on your system, so you can use legacy binaries that depend on them. Ports usage example: @@ -6,7 +6,7 @@ Ports usage example: -- .include -.if ${OSVERSION} >= 900042 -LIB_DEPENDS+= ufs.5:${PORTSDIR}/misc/compat8x +.if ${OSVERSION} >= 1000009 +LIB_DEPENDS+= archive.5:${PORTSDIR}/misc/compat9x .endif -- Modified: head/misc/compat9x/pkg-plist.amd64 ============================================================================== --- head/misc/compat8x/pkg-plist.amd64 Mon Sep 10 15:53:37 2012 (r304039) +++ head/misc/compat9x/pkg-plist.amd64 Mon Sep 10 20:56:53 2012 (r304067) @@ -1,28 +1,34 @@ -lib/compat/libbsnmp.so.5 -lib/compat/libcam.so.5 -lib/compat/libdwarf.so.2 -lib/compat/liblwres.so.50 -lib/compat/libobjc.so.4 -lib/compat/libopie.so.6 -lib/compat/libpcap.so.7 -lib/compat/librtld_db.so.1 -lib/compat/libsbuf.so.5 -lib/compat/libtacplus.so.4 -lib/compat/libufs.so.5 -lib/compat/libutil.so.8 -lib/compat/libz.so.5 -lib32/compat/libbsnmp.so.5 -lib32/compat/libcam.so.5 -lib32/compat/libdwarf.so.2 -lib32/compat/libobjc.so.4 -lib32/compat/libopie.so.6 -lib32/compat/libpcap.so.7 -lib32/compat/librtld_db.so.1 -lib32/compat/libsbuf.so.5 -lib32/compat/libtacplus.so.4 -lib32/compat/libufs.so.5 -lib32/compat/libutil.so.8 -lib32/compat/libz.so.5 +lib/compat/libarchive.so.5 +lib/compat/libasn1.so.10 +lib/compat/libcrypto.so.6 +lib/compat/libftpio.so.8 +lib/compat/libhdb.so.10 +lib/compat/libheimntlm.so.10 +lib/compat/libhx509.so.10 +lib/compat/libkadm5clnt.so.10 +lib/compat/libkadm5srv.so.10 +lib/compat/libkafs5.so.10 +lib/compat/libkrb5.so.10 +lib/compat/libmd.so.5 +lib/compat/libodialog.so.7 +lib/compat/libroken.so.10 +lib/compat/libssl.so.6 +lib/compat/libusb.so.2 +lib32/compat/libarchive.so.5 +lib32/compat/libasn1.so.10 +lib32/compat/libcrypto.so.6 +lib32/compat/libftpio.so.8 +lib32/compat/libhdb.so.10 +lib32/compat/libheimntlm.so.10 +lib32/compat/libhx509.so.10 +lib32/compat/libkadm5clnt.so.10 +lib32/compat/libkadm5srv.so.10 +lib32/compat/libkafs5.so.10 +lib32/compat/libkrb5.so.10 +lib32/compat/libodialog.so.7 +lib32/compat/libroken.so.10 +lib32/compat/libssl.so.6 +lib32/compat/libusb.so.2 @dirrmtry lib/compat @dirrmtry lib32/compat @dirrmtry lib32 Modified: head/misc/compat9x/pkg-plist.i386 ============================================================================== --- head/misc/compat8x/pkg-plist.i386 Mon Sep 10 15:53:37 2012 (r304039) +++ head/misc/compat9x/pkg-plist.i386 Mon Sep 10 20:56:53 2012 (r304067) @@ -1,15 +1,17 @@ -lib/compat/libbsnmp.so.5 -lib/compat/libcam.so.5 -lib/compat/libdwarf.so.2 -lib/compat/liblwres.so.50 -lib/compat/libobjc.so.4 -lib/compat/libopie.so.6 -lib/compat/libpcap.so.7 -lib/compat/libpkg.so.0 -lib/compat/librtld_db.so.1 -lib/compat/libsbuf.so.5 -lib/compat/libtacplus.so.4 -lib/compat/libufs.so.5 -lib/compat/libutil.so.8 -lib/compat/libz.so.5 +lib/compat/libarchive.so.5 +lib/compat/libasn1.so.10 +lib/compat/libcrypto.so.6 +lib/compat/libftpio.so.8 +lib/compat/libhdb.so.10 +lib/compat/libheimntlm.so.10 +lib/compat/libhx509.so.10 +lib/compat/libkadm5clnt.so.10 +lib/compat/libkadm5srv.so.10 +lib/compat/libkafs5.so.10 +lib/compat/libkrb5.so.10 +lib/compat/libmd.so.5 +lib/compat/libodialog.so.7 +lib/compat/libroken.so.10 +lib/compat/libssl.so.6 +lib/compat/libusb.so.2 @dirrmtry lib/compat From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 01:14:53 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1ECDE1065674; Tue, 11 Sep 2012 01:14:53 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F359A8FC18; Tue, 11 Sep 2012 01:14:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8B1Equp050127; Tue, 11 Sep 2012 01:14:52 GMT (envelope-from tj@svn.freebsd.org) Received: (from tj@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8B1EqrM050123; Tue, 11 Sep 2012 01:14:52 GMT (envelope-from tj@svn.freebsd.org) Message-Id: <201209110114.q8B1EqrM050123@svn.freebsd.org> From: Tom Judge Date: Tue, 11 Sep 2012 01:14:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304068 - head/graphics/ImageMagick X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 01:14:53 -0000 Author: tj Date: Tue Sep 11 01:14:52 2012 New Revision: 304068 URL: http://svn.freebsd.org/changeset/ports/304068 Log: Update to 6.7.9.4. Change Log: http://www.imagemagick.org/script/changelog.php PR: ports/171511 PR: ports/171456 Submitted by: 4721@hushmail.com Approved by: eadler (mentor) Modified: head/graphics/ImageMagick/Makefile head/graphics/ImageMagick/distinfo head/graphics/ImageMagick/pkg-plist Modified: head/graphics/ImageMagick/Makefile ============================================================================== --- head/graphics/ImageMagick/Makefile Mon Sep 10 20:56:53 2012 (r304067) +++ head/graphics/ImageMagick/Makefile Tue Sep 11 01:14:52 2012 (r304068) @@ -1,21 +1,36 @@ -# New ports collection makefile for: ImageMagick -# Date created: 15 November 1994 -# Whom: torstenb -# # $FreeBSD$ -# PORTNAME= ImageMagick -DISTVERSION= 6.7.8-6 +DISTVERSION= 6.7.9-4 CATEGORIES= graphics perl5 -MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/ \ +MASTER_SITES= http://www.imagemagick.org/download/ \ + http://servingzone.com/mirrors/ImageMagick/ \ + http://mirror.checkdomain.de/imagemagick/ \ http://image_magick.veidrodis.com/image_magick/ \ + http://imagemagick.spd.co.il/ \ + http://www.champground.com/imagemagick/ \ + http://ftp.surfnet.nl/pub/ImageMagick/ \ + http://mirror.searchdaimon.com/ImageMagick/ \ + http://mirror.is.co.za/pub/imagemagick/ \ + http://imagemagick.mirrorcatalogs.com/ \ + ftp://ftp.imagemagick.org/pub/ImageMagick/ \ + ftp://mirror.aarnet.edu.au/pub/imagemagick/ \ + ftp://mirror.checkdomain.de/imagemagick/ \ + ftp://ftp.kddlabs.co.jp/graphics/ImageMagick/ \ + ftp://ftp.u-aizu.ac.jp/pub/graphics/image/ImageMagick/imagemagick.org/ \ + ftp://ftp.nluug.nl/pub/ImageMagick/ \ + ftp://mirror.searchdaimon.com/ImageMagick/ \ + ftp://sunsite.icm.edu.pl/packages/ImageMagick/ \ + ftp://ftp.tpnet.pl/pub/graphics/ImageMagick/ \ ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ \ - ftp://ftp.nluug.nl/pub/ImageMagick/ + ftp://ftp.is.co.za/pub/imagemagick/ \ + ftp://ftp.fifi.org/pub/ImageMagick/ MAINTAINER= ports@FreeBSD.org COMMENT= Image processing tools +LICENSE= AL2 + USE_XZ= yes USE_PERL5= yes USE_PKGCONFIG= yes @@ -371,8 +386,6 @@ post-patch: @${REINPLACE_CMD} -e '/PERL/s|install && \\$$|pure_install \&\& \\|' \ -e 's/install-docDATA install-filters/install-filters/' \ ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's,!/bin/bash,!/bin/sh,g' -e 's,==,=,g' \ - ${WRKSRC}/tests/validate-colorspace.sh # remove the autogenerated Magick.c so it will be regenerated from # Magick.xs on _this_ system: @${RM} -f ${WRKSRC}/PerlMagick/Magick.c @@ -413,7 +426,7 @@ pre-configure: @${ECHO_CMD} NOTICE: SVG format support disabled, requires X11 .endif -post-install: +post-install: test .if ${PORT_OPTIONS:MPERL} @${RM} -f ${PREFIX}/lib/perl5/${PERL_VERSION}/mach/perllocal.pod .endif @@ -428,13 +441,8 @@ post-install: .endif test check: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} limits -m 20m ${MAKE} check - -.if !defined(_NO_IMAGEMAGICK_TESTS) -regression-test: test -. if !defined(PACKAGE_BUILDING) && ${PORT_OPTIONS:MTESTS} -post-build: regression-test -. endif +.if (${PORT_OPTIONS:MTESTS} || defined(PACKAGE_BUILDING)) && !defined(_NO_IMAGEMAGICK_TESTS) + -cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} limits -m 20m ${MAKE} check .endif .include Modified: head/graphics/ImageMagick/distinfo ============================================================================== --- head/graphics/ImageMagick/distinfo Mon Sep 10 20:56:53 2012 (r304067) +++ head/graphics/ImageMagick/distinfo Tue Sep 11 01:14:52 2012 (r304068) @@ -1,2 +1,2 @@ -SHA256 (ImageMagick-6.7.8-6.tar.xz) = cb7817516b891dd0c02c7370fff8dd873e75b6e20e5022834d24d35cde46a040 -SIZE (ImageMagick-6.7.8-6.tar.xz) = 7820384 +SHA256 (ImageMagick-6.7.9-4.tar.xz) = b8f8abfb2899f219ce1010b863f6ee58695b5689180cb9857a44f61aa3e5bc81 +SIZE (ImageMagick-6.7.9-4.tar.xz) = 8368976 Modified: head/graphics/ImageMagick/pkg-plist ============================================================================== --- head/graphics/ImageMagick/pkg-plist Mon Sep 10 20:56:53 2012 (r304067) +++ head/graphics/ImageMagick/pkg-plist Tue Sep 11 01:14:52 2012 (r304068) @@ -103,6 +103,7 @@ include/ImageMagick/magick/morphology.h include/ImageMagick/magick/option.h include/ImageMagick/magick/paint.h include/ImageMagick/magick/pixel.h +include/ImageMagick/magick/pixel-accessor.h include/ImageMagick/magick/policy.h include/ImageMagick/magick/prepress.h include/ImageMagick/magick/profile.h @@ -232,6 +233,8 @@ lib/ImageMagick-%%PORTVERSION%%/config/c %%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/ipl.so %%JBIG%%%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/jbig.la %%JBIG%%%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/jbig.so +%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/jnx.la +%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/jnx.so %%JPEG2000%%%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/jp2.la %%JPEG2000%%%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/jp2.so %%JPEG%%%%MODULES%%lib/ImageMagick-%%PORTVERSION%%/modules-%%QBIT%%/coders/jpeg.la @@ -1287,6 +1290,7 @@ libdata/pkgconfig/Wand.pc %%PORTDOCS%%%%DOCSDIR%%/www/api/cache-view.html %%PORTDOCS%%%%DOCSDIR%%/www/api/cache.html %%PORTDOCS%%%%DOCSDIR%%/www/api/cipher.html +%%PORTDOCS%%%%DOCSDIR%%/www/api/channel.html %%PORTDOCS%%%%DOCSDIR%%/www/api/color.html %%PORTDOCS%%%%DOCSDIR%%/www/api/colormap.html %%PORTDOCS%%%%DOCSDIR%%/www/api/colorspace.html From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 01:16:01 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A063E106566B; Tue, 11 Sep 2012 01:16:01 +0000 (UTC) (envelope-from tj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8C32C8FC0C; Tue, 11 Sep 2012 01:16:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8B1G1oo050331; Tue, 11 Sep 2012 01:16:01 GMT (envelope-from tj@svn.freebsd.org) Received: (from tj@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8B1G10X050328; Tue, 11 Sep 2012 01:16:01 GMT (envelope-from tj@svn.freebsd.org) Message-Id: <201209110116.q8B1G10X050328@svn.freebsd.org> From: Tom Judge Date: Tue, 11 Sep 2012 01:16:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304069 - head/ports-mgmt/portbuilder X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 01:16:01 -0000 Author: tj Date: Tue Sep 11 01:16:01 2012 New Revision: 304069 URL: http://svn.freebsd.org/changeset/ports/304069 Log: Update to 0.1.5.3 - 2012 August 19. Changes: * Dynamically work around python issue 11973 PR: ports/170767 Subbmitted by: David Naylor (maintainer) Approved by: eadler (mantainer) Modified: head/ports-mgmt/portbuilder/Makefile head/ports-mgmt/portbuilder/distinfo Modified: head/ports-mgmt/portbuilder/Makefile ============================================================================== --- head/ports-mgmt/portbuilder/Makefile Tue Sep 11 01:14:52 2012 (r304068) +++ head/ports-mgmt/portbuilder/Makefile Tue Sep 11 01:16:01 2012 (r304069) @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= portbuilder -DISTVERSION= 0.1.5.2 +DISTVERSION= 0.1.5.3 CATEGORIES= ports-mgmt MASTER_SITES= http://cloud.github.com/downloads/DragonSA/portbuilder/ Modified: head/ports-mgmt/portbuilder/distinfo ============================================================================== --- head/ports-mgmt/portbuilder/distinfo Tue Sep 11 01:14:52 2012 (r304068) +++ head/ports-mgmt/portbuilder/distinfo Tue Sep 11 01:16:01 2012 (r304069) @@ -1,2 +1,2 @@ -SHA256 (portbuilder-0.1.5.2.tar.xz) = b6067481f7a9c53f76185660c6d962999c3925f4d72a5a243bd5b53b2a6bc84f -SIZE (portbuilder-0.1.5.2.tar.xz) = 39736 +SHA256 (portbuilder-0.1.5.3.tar.xz) = 2ff76856bde0b880e0166525553f67792dd5aac7a02739c9f48e624343c9e61d +SIZE (portbuilder-0.1.5.3.tar.xz) = 39820 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 02:14:52 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B87DC106564A; Tue, 11 Sep 2012 02:14:52 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A42C48FC08; Tue, 11 Sep 2012 02:14:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8B2EqDO058543; Tue, 11 Sep 2012 02:14:52 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8B2Eq44058540; Tue, 11 Sep 2012 02:14:52 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201209110214.q8B2Eq44058540@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 11 Sep 2012 02:14:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304070 - head/archivers/p5-Compress-Snappy X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 02:14:52 -0000 Author: sunpoet Date: Tue Sep 11 02:14:52 2012 New Revision: 304070 URL: http://svn.freebsd.org/changeset/ports/304070 Log: - Update to 0.19 - Add LICENSE Changes: http://search.cpan.org/dist/Compress-Snappy/Changes Modified: head/archivers/p5-Compress-Snappy/Makefile (contents, props changed) head/archivers/p5-Compress-Snappy/distinfo (contents, props changed) Modified: head/archivers/p5-Compress-Snappy/Makefile ============================================================================== --- head/archivers/p5-Compress-Snappy/Makefile Tue Sep 11 01:16:01 2012 (r304069) +++ head/archivers/p5-Compress-Snappy/Makefile Tue Sep 11 02:14:52 2012 (r304070) @@ -6,7 +6,7 @@ # PORTNAME= Compress-Snappy -PORTVERSION= 0.18 +PORTVERSION= 0.19 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl interface to Google Snappy (de)compressor +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + LIB_DEPENDS= snappy:${PORTSDIR}/archivers/snappy PERL_CONFIGURE= yes Modified: head/archivers/p5-Compress-Snappy/distinfo ============================================================================== --- head/archivers/p5-Compress-Snappy/distinfo Tue Sep 11 01:16:01 2012 (r304069) +++ head/archivers/p5-Compress-Snappy/distinfo Tue Sep 11 02:14:52 2012 (r304070) @@ -1,2 +1,2 @@ -SHA256 (Compress-Snappy-0.18.tar.gz) = 36d869f3c32c85525ac2be292764da46642236f0361fc200f99bbb11b229cb30 -SIZE (Compress-Snappy-0.18.tar.gz) = 41891 +SHA256 (Compress-Snappy-0.19.tar.gz) = 5d9e270f7f714da7c0132dd4bce30a9279dc37c7a03377f83aed5d1a29d7cc3e +SIZE (Compress-Snappy-0.19.tar.gz) = 42122 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 02:17:32 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BB6D8106566C; Tue, 11 Sep 2012 02:17:32 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A5CBC8FC19; Tue, 11 Sep 2012 02:17:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8B2HWLl058978; Tue, 11 Sep 2012 02:17:32 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8B2HW0d058975; Tue, 11 Sep 2012 02:17:32 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201209110217.q8B2HW0d058975@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 11 Sep 2012 02:17:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304071 - head/databases/p5-AnyEvent-CouchDB X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 02:17:32 -0000 Author: sunpoet Date: Tue Sep 11 02:17:32 2012 New Revision: 304071 URL: http://svn.freebsd.org/changeset/ports/304071 Log: - Update to 1.30 Changes: http://search.cpan.org/dist/AnyEvent-CouchDB/Changes Modified: head/databases/p5-AnyEvent-CouchDB/Makefile head/databases/p5-AnyEvent-CouchDB/distinfo (contents, props changed) Modified: head/databases/p5-AnyEvent-CouchDB/Makefile ============================================================================== --- head/databases/p5-AnyEvent-CouchDB/Makefile Tue Sep 11 02:14:52 2012 (r304070) +++ head/databases/p5-AnyEvent-CouchDB/Makefile Tue Sep 11 02:17:32 2012 (r304071) @@ -6,7 +6,7 @@ # PORTNAME= AnyEvent-CouchDB -PORTVERSION= 1.29 +PORTVERSION= 1.30 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-AnyEvent-CouchDB/distinfo ============================================================================== --- head/databases/p5-AnyEvent-CouchDB/distinfo Tue Sep 11 02:14:52 2012 (r304070) +++ head/databases/p5-AnyEvent-CouchDB/distinfo Tue Sep 11 02:17:32 2012 (r304071) @@ -1,2 +1,2 @@ -SHA256 (AnyEvent-CouchDB-1.29.tar.gz) = d0b95bcad05949d28acf9e4761e488619cb392c0052da36d59228a7887a15731 -SIZE (AnyEvent-CouchDB-1.29.tar.gz) = 21234 +SHA256 (AnyEvent-CouchDB-1.30.tar.gz) = f5ed90592662e7f5c14108b8b819749c669f1e5f02045fb549f7d7dd4f3b1f9b +SIZE (AnyEvent-CouchDB-1.30.tar.gz) = 21299 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 02:23:10 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD1051065670; Tue, 11 Sep 2012 02:23:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C82E18FC0A; Tue, 11 Sep 2012 02:23:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8B2NASh059852; Tue, 11 Sep 2012 02:23:10 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8B2NA6W059849; Tue, 11 Sep 2012 02:23:10 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201209110223.q8B2NA6W059849@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 11 Sep 2012 02:23:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304072 - head/german/mythes X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 02:23:11 -0000 Author: sunpoet Date: Tue Sep 11 02:23:10 2012 New Revision: 304072 URL: http://svn.freebsd.org/changeset/ports/304072 Log: - Update to 2012.09.09 Modified: head/german/mythes/Makefile head/german/mythes/distinfo (contents, props changed) Modified: head/german/mythes/Makefile ============================================================================== --- head/german/mythes/Makefile Tue Sep 11 02:17:32 2012 (r304071) +++ head/german/mythes/Makefile Tue Sep 11 02:23:10 2012 (r304072) @@ -6,7 +6,7 @@ # PORTNAME= mythes -PORTVERSION= 2012.09.02 +PORTVERSION= 2012.09.09 CATEGORIES= german textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ DISTNAME= Deutscher-Thesaurus-${PORTVERSION:C/\.//g} Modified: head/german/mythes/distinfo ============================================================================== --- head/german/mythes/distinfo Tue Sep 11 02:17:32 2012 (r304071) +++ head/german/mythes/distinfo Tue Sep 11 02:23:10 2012 (r304072) @@ -1,2 +1,2 @@ -SHA256 (mythes/Deutscher-Thesaurus-20120902.oxt) = 27c212aca780d15e74521d174f6bb40da4b98b23ecd97d66710ba2e415daf7b9 -SIZE (mythes/Deutscher-Thesaurus-20120902.oxt) = 3950360 +SHA256 (mythes/Deutscher-Thesaurus-20120909.oxt) = 65b150b763de45617cf30b2fb8a21f653ccdf4e3ca40bb9383e6bd4b0b984047 +SIZE (mythes/Deutscher-Thesaurus-20120909.oxt) = 3969270 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 02:23:15 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8D3D106564A; Tue, 11 Sep 2012 02:23:15 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A2D768FC0C; Tue, 11 Sep 2012 02:23:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8B2NFtR059930; Tue, 11 Sep 2012 02:23:15 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8B2NFRK059927; Tue, 11 Sep 2012 02:23:15 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201209110223.q8B2NFRK059927@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 11 Sep 2012 02:23:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304073 - head/polish/hunspell X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 02:23:15 -0000 Author: sunpoet Date: Tue Sep 11 02:23:15 2012 New Revision: 304073 URL: http://svn.freebsd.org/changeset/ports/304073 Log: - Update to 20120909 Modified: head/polish/hunspell/Makefile head/polish/hunspell/distinfo (contents, props changed) Modified: head/polish/hunspell/Makefile ============================================================================== --- head/polish/hunspell/Makefile Tue Sep 11 02:23:10 2012 (r304072) +++ head/polish/hunspell/Makefile Tue Sep 11 02:23:15 2012 (r304073) @@ -6,7 +6,7 @@ # PORTNAME= hunspell -PORTVERSION= 20120902 +PORTVERSION= 20120909 CATEGORIES= polish textproc MASTER_SITES= http://sjp.pl/slownik/ort/ \ LOCAL/sunpoet/${PORTNAME} Modified: head/polish/hunspell/distinfo ============================================================================== --- head/polish/hunspell/distinfo Tue Sep 11 02:23:10 2012 (r304072) +++ head/polish/hunspell/distinfo Tue Sep 11 02:23:15 2012 (r304073) @@ -1,2 +1,2 @@ -SHA256 (hunspell/sjp-myspell-pl-20120902.zip) = 8097e0323dbcfe17212a70f91557ae4f90daff190b0881e3a39a72886f01bf5e -SIZE (hunspell/sjp-myspell-pl-20120902.zip) = 1125258 +SHA256 (hunspell/sjp-myspell-pl-20120909.zip) = 29f43c5826829a0cb2924fcfb6a7e449147e85c2e1b232beec8eae859ad72952 +SIZE (hunspell/sjp-myspell-pl-20120909.zip) = 1125239 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 02:23:20 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD9441065672; Tue, 11 Sep 2012 02:23:20 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A93D18FC12; Tue, 11 Sep 2012 02:23:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8B2NKIw060008; Tue, 11 Sep 2012 02:23:20 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8B2NK2X060005; Tue, 11 Sep 2012 02:23:20 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201209110223.q8B2NK2X060005@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 11 Sep 2012 02:23:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304074 - head/textproc/nl-mythes X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 02:23:20 -0000 Author: sunpoet Date: Tue Sep 11 02:23:20 2012 New Revision: 304074 URL: http://svn.freebsd.org/changeset/ports/304074 Log: - Update to 2012.09.09 Modified: head/textproc/nl-mythes/Makefile head/textproc/nl-mythes/distinfo (contents, props changed) Modified: head/textproc/nl-mythes/Makefile ============================================================================== --- head/textproc/nl-mythes/Makefile Tue Sep 11 02:23:15 2012 (r304073) +++ head/textproc/nl-mythes/Makefile Tue Sep 11 02:23:20 2012 (r304074) @@ -6,7 +6,7 @@ # PORTNAME= mythes -PORTVERSION= 2012.09.02 +PORTVERSION= 2012.09.09 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= nl- Modified: head/textproc/nl-mythes/distinfo ============================================================================== --- head/textproc/nl-mythes/distinfo Tue Sep 11 02:23:15 2012 (r304073) +++ head/textproc/nl-mythes/distinfo Tue Sep 11 02:23:20 2012 (r304074) @@ -1,2 +1,2 @@ -SHA256 (mythes/thes_nl-20120902.oxt) = 4177e8b7ba83b9b0f548bafc77b462ebeb6aafed2b8cfa0cd4c6b34ee14a2507 -SIZE (mythes/thes_nl-20120902.oxt) = 1956026 +SHA256 (mythes/thes_nl-20120909.oxt) = 83bcdf7f3f5d8e9aefee2fbea7b6b1c4211d4e976141a7f923702a0eee178c0b +SIZE (mythes/thes_nl-20120909.oxt) = 1956023 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 02:23:25 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CEF2A1065674; Tue, 11 Sep 2012 02:23:25 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BA1838FC0C; Tue, 11 Sep 2012 02:23:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8B2NPqC060082; Tue, 11 Sep 2012 02:23:25 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8B2NPBI060079; Tue, 11 Sep 2012 02:23:25 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201209110223.q8B2NPBI060079@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 11 Sep 2012 02:23:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304075 - head/textproc/sk-mythes X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 02:23:25 -0000 Author: sunpoet Date: Tue Sep 11 02:23:25 2012 New Revision: 304075 URL: http://svn.freebsd.org/changeset/ports/304075 Log: - Update to 2012.09.09 Modified: head/textproc/sk-mythes/Makefile head/textproc/sk-mythes/distinfo (contents, props changed) Modified: head/textproc/sk-mythes/Makefile ============================================================================== --- head/textproc/sk-mythes/Makefile Tue Sep 11 02:23:20 2012 (r304074) +++ head/textproc/sk-mythes/Makefile Tue Sep 11 02:23:25 2012 (r304075) @@ -6,7 +6,7 @@ # PORTNAME= mythes -PORTVERSION= 2012.09.02 +PORTVERSION= 2012.09.09 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sk- Modified: head/textproc/sk-mythes/distinfo ============================================================================== --- head/textproc/sk-mythes/distinfo Tue Sep 11 02:23:20 2012 (r304074) +++ head/textproc/sk-mythes/distinfo Tue Sep 11 02:23:25 2012 (r304075) @@ -1,2 +1,2 @@ -SHA256 (mythes/OOo-Thesaurus2-sk_SK-20120902.zip) = 5bde88f72481a93f98646d23c84834a02c94ec044f275445bf30554391404be0 -SIZE (mythes/OOo-Thesaurus2-sk_SK-20120902.zip) = 331575 +SHA256 (mythes/OOo-Thesaurus2-sk_SK-20120909.zip) = e1aac9633c6bc1d83017e956df834d7c8d6d618aab2aeaec7092323adac7efab +SIZE (mythes/OOo-Thesaurus2-sk_SK-20120909.zip) = 331575 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 02:23:30 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF69C106568E; Tue, 11 Sep 2012 02:23:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AA1238FC16; Tue, 11 Sep 2012 02:23:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8B2NU5R060159; Tue, 11 Sep 2012 02:23:30 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8B2NUHN060156; Tue, 11 Sep 2012 02:23:30 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201209110223.q8B2NUHN060156@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 11 Sep 2012 02:23:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304076 - head/textproc/sl-mythes X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 02:23:30 -0000 Author: sunpoet Date: Tue Sep 11 02:23:30 2012 New Revision: 304076 URL: http://svn.freebsd.org/changeset/ports/304076 Log: - Update to 2012.09.10 Modified: head/textproc/sl-mythes/Makefile head/textproc/sl-mythes/distinfo (contents, props changed) Modified: head/textproc/sl-mythes/Makefile ============================================================================== --- head/textproc/sl-mythes/Makefile Tue Sep 11 02:23:25 2012 (r304075) +++ head/textproc/sl-mythes/Makefile Tue Sep 11 02:23:30 2012 (r304076) @@ -6,7 +6,7 @@ # PORTNAME= mythes -PORTVERSION= 2012.09.03 +PORTVERSION= 2012.09.10 CATEGORIES= textproc MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/ PKGNAMEPREFIX= sl- Modified: head/textproc/sl-mythes/distinfo ============================================================================== --- head/textproc/sl-mythes/distinfo Tue Sep 11 02:23:25 2012 (r304075) +++ head/textproc/sl-mythes/distinfo Tue Sep 11 02:23:30 2012 (r304076) @@ -1,2 +1,2 @@ -SHA256 (mythes/thes_sl_SI_v2-20120903.zip) = f7924c0b10457632f73b740b60d2056500196c4c6365832147f1de963532713a -SIZE (mythes/thes_sl_SI_v2-20120903.zip) = 327991 +SHA256 (mythes/thes_sl_SI_v2-20120910.zip) = 3600313e00fb3ff4d284c03c592e007daa5062929ec49aa52d18ff28f97a1f91 +SIZE (mythes/thes_sl_SI_v2-20120910.zip) = 327990 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 02:25:33 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B58101065672; Tue, 11 Sep 2012 02:25:33 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A0AAA8FC15; Tue, 11 Sep 2012 02:25:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8B2PXnb060485; Tue, 11 Sep 2012 02:25:33 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8B2PX82060483; Tue, 11 Sep 2012 02:25:33 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209110225.q8B2PX82060483@svn.freebsd.org> From: Bryan Drewery Date: Tue, 11 Sep 2012 02:25:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304077 - head/net-mgmt/cflowd X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 02:25:33 -0000 Author: bdrewery Date: Tue Sep 11 02:25:33 2012 New Revision: 304077 URL: http://svn.freebsd.org/changeset/ports/304077 Log: - Convert to new options framework - Remove ABI version from LIB_DEPENDS - Switch to using bsd.port.options.mk Approved by: eadler, bapt (mentors, implicit) Modified: head/net-mgmt/cflowd/Makefile Modified: head/net-mgmt/cflowd/Makefile ============================================================================== --- head/net-mgmt/cflowd/Makefile Tue Sep 11 02:23:30 2012 (r304076) +++ head/net-mgmt/cflowd/Makefile Tue Sep 11 02:25:33 2012 (r304077) @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S|.| MAINTAINER= ports@FreeBSD.org COMMENT= Flow analysis tool used for analyzing Cisco's NetFlow switching -LIB_DEPENDS= Arts.0:${PORTSDIR}/net-mgmt/arts++ +LIB_DEPENDS= Arts:${PORTSDIR}/net-mgmt/arts++ USE_AUTOTOOLS= libtool USE_GMAKE= yes @@ -28,11 +28,12 @@ CONFIGURE_ARGS= --enable-shared --with-a MANL= cfdases.l cfdifmatrix.l cfdnets.l cfdnexthops.l \ cfdportmatrix.l cfdprotos.l cfdtos.l flowdump.l flowwatch.l -OPTIONS= FLOWSCAN "FlowScan patch" off +OPTIONS_DEFINE= FLOWSCAN +FLOWSCAN_DESC= FlowScan patch -.include +.include -.if defined(WITH_FLOWSCAN) +.if ${PORT_OPTIONS:MFLOWSCAN} PATCH_SITES+= http://net.doit.wisc.edu/~plonka/cflowd/ PATCHFILES+= cflowd-${PORTVERSION:S|.|-|g}-djp.patch .endif @@ -60,4 +61,4 @@ post-install: ${INSTALL_SCRIPT} ${FILESDIR}/cflowd.sh \ ${PREFIX}/etc/rc.d/cflowd-base.sh.sample -.include +.include From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 02:32:37 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B177C1065673; Tue, 11 Sep 2012 02:32:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9BBCD8FC1E; Tue, 11 Sep 2012 02:32:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8B2WbCO061432; Tue, 11 Sep 2012 02:32:37 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8B2WbxL061430; Tue, 11 Sep 2012 02:32:37 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201209110232.q8B2WbxL061430@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 11 Sep 2012 02:32:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304078 - head/devel/p5-Parse-CPAN-Meta X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 02:32:37 -0000 Author: sunpoet Date: Tue Sep 11 02:32:37 2012 New Revision: 304078 URL: http://svn.freebsd.org/changeset/ports/304078 Log: - Fix *_DEPENDS: p5-JSON-PP >= 2.27200 is already in Perl 5.16.0+ PR: ports/171428 Submitted by: sunpoet (myself) Approved by: lth (maintainer) Modified: head/devel/p5-Parse-CPAN-Meta/Makefile (contents, props changed) Modified: head/devel/p5-Parse-CPAN-Meta/Makefile ============================================================================== --- head/devel/p5-Parse-CPAN-Meta/Makefile Tue Sep 11 02:25:33 2012 (r304077) +++ head/devel/p5-Parse-CPAN-Meta/Makefile Tue Sep 11 02:32:37 2012 (r304078) @@ -16,13 +16,18 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${ MAINTAINER= lth@FreeBSD.org COMMENT= Parse META.yml and other similar CPAN metadata files -BUILD_DEPENDS= p5-CPAN-Meta-YAML>=0.008:${PORTSDIR}/devel/p5-CPAN-Meta-YAML \ - p5-JSON-PP>=2.27200:${PORTSDIR}/converters/p5-JSON-PP -RUN_DEPENDS= p5-CPAN-Meta-YAML>=0.008:${PORTSDIR}/devel/p5-CPAN-Meta-YAML \ - p5-JSON-PP>=2.27200:${PORTSDIR}/converters/p5-JSON-PP +BUILD_DEPENDS= p5-CPAN-Meta-YAML>=0.008:${PORTSDIR}/devel/p5-CPAN-Meta-YAML +RUN_DEPENDS= p5-CPAN-Meta-YAML>=0.008:${PORTSDIR}/devel/p5-CPAN-Meta-YAML PERL_CONFIGURE= yes MAN3= Parse::CPAN::Meta.3 -.include +.include + +.if ${PERL_LEVEL} < 501600 +BUILD_DEPENDS+= p5-JSON-PP>=2.27200:${PORTSDIR}/converters/p5-JSON-PP +RUN_DEPENDS+= p5-JSON-PP>=2.27200:${PORTSDIR}/converters/p5-JSON-PP +.endif + +.include From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 02:59:06 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6390B106564A; Tue, 11 Sep 2012 02:59:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 340128FC0C; Tue, 11 Sep 2012 02:59:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8B2x6X4064993; Tue, 11 Sep 2012 02:59:06 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8B2x50q064990; Tue, 11 Sep 2012 02:59:06 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201209110259.q8B2x50q064990@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 11 Sep 2012 02:59:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304079 - head/archivers/p5-IO-Compress X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 02:59:06 -0000 Author: sunpoet Date: Tue Sep 11 02:59:05 2012 New Revision: 304079 URL: http://svn.freebsd.org/changeset/ports/304079 Log: - Do not install bin/zipdetails on systems with Perl 5.16+ (which has IO::Compress::Base 2.044+ in core) PR: ports/170762 Submitted by: Shane Ambler Modified: head/archivers/p5-IO-Compress/Makefile head/archivers/p5-IO-Compress/pkg-plist (contents, props changed) Modified: head/archivers/p5-IO-Compress/Makefile ============================================================================== --- head/archivers/p5-IO-Compress/Makefile Tue Sep 11 02:32:37 2012 (r304078) +++ head/archivers/p5-IO-Compress/Makefile Tue Sep 11 02:59:05 2012 (r304079) @@ -22,14 +22,12 @@ BUILD_DEPENDS= p5-Compress-Raw-Bzip2>=2. p5-Compress-Raw-Zlib>=2.052:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib RUN_DEPENDS= p5-Compress-Raw-Bzip2>=2.052:${PORTSDIR}/archivers/p5-Compress-Raw-Bzip2 \ p5-Compress-Raw-Zlib>=2.052:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib - TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod CONFLICTS= p5-Compress-Zlib-2* p5-IO-Compress-Base-2* p5-IO-Compress-Zlib-2* p5-IO-Compress-Bzip2-2* PERL_CONFIGURE= yes -MAN1= zipdetails.1 MAN3= Compress::Zlib.3 \ File::GlobMapper.3 \ IO::Compress::Base.3 \ @@ -48,4 +46,18 @@ MAN3= Compress::Zlib.3 \ IO::Uncompress::RawInflate.3 \ IO::Uncompress::Unzip.3 -.include +.include + +.if ${PERL_LEVEL} >= 501600 +PLIST_SUB+= EXE_FILES="@comment " +.else +MAN1+= zipdetails.1 +PLIST_SUB+= EXE_FILES="" +.endif + +post-patch: +.if ${PERL_LEVEL} >= 501600 + @${REINPLACE_CMD} -e '/EXE_FILES/d' ${WRKSRC}/Makefile.PL +.endif + +.include Modified: head/archivers/p5-IO-Compress/pkg-plist ============================================================================== --- head/archivers/p5-IO-Compress/pkg-plist Tue Sep 11 02:32:37 2012 (r304078) +++ head/archivers/p5-IO-Compress/pkg-plist Tue Sep 11 02:59:05 2012 (r304079) @@ -1,4 +1,4 @@ -bin/zipdetails +%%EXE_FILES%%bin/zipdetails %%SITE_PERL%%/Compress/Zlib.pm %%SITE_PERL%%/File/GlobMapper.pm %%SITE_PERL%%/IO/Compress/Adapter/Bzip2.pm From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 04:07:58 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5DE02106566B; Tue, 11 Sep 2012 04:07:58 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4974B8FC0A; Tue, 11 Sep 2012 04:07:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8B47w4u074028; Tue, 11 Sep 2012 04:07:58 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8B47wf8074026; Tue, 11 Sep 2012 04:07:58 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209110407.q8B47wf8074026@svn.freebsd.org> From: Bryan Drewery Date: Tue, 11 Sep 2012 04:07:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304080 - head/net-mgmt/netustad X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 04:07:58 -0000 Author: bdrewery Date: Tue Sep 11 04:07:57 2012 New Revision: 304080 URL: http://svn.freebsd.org/changeset/ports/304080 Log: - Convert to new options framework Approved by: eadler, bapt (mentors, implicit) Modified: head/net-mgmt/netustad/Makefile Modified: head/net-mgmt/netustad/Makefile ============================================================================== --- head/net-mgmt/netustad/Makefile Tue Sep 11 02:59:05 2012 (r304079) +++ head/net-mgmt/netustad/Makefile Tue Sep 11 04:07:57 2012 (r304080) @@ -20,19 +20,22 @@ COMMENT= A Web based admin tool that man USE_RC_SUBR= ${PORTNAME} USE_GETTEXT= yes GNU_CONFIGURE= yes -OPTIONS= SSL "Use netUstad with SSL support" on + +OPTIONS_DEFINE= SSL NLS +OPTIONS_DEFAULT=SSL +SSL_DESC= Use netUstad with SSL support LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} .include -.if !defined(WITHOUT_SSL) +.if ${PORT_OPTIONS:MSSL} USE_OPENSSL= yes .else CONFIGURE_ARGS+= --without-ssl .endif -.if defined(WITHOUT_NLS) +.if empty(PORT_OPTIONS:MNLS) CONFIGURE_ARGS+= --without-nls .endif From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 06:14:27 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F3C33106566C; Tue, 11 Sep 2012 06:14:26 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DF39B8FC08; Tue, 11 Sep 2012 06:14:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8B6EQPX089407; Tue, 11 Sep 2012 06:14:26 GMT (envelope-from mi@svn.freebsd.org) Received: (from mi@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8B6EQjf089404; Tue, 11 Sep 2012 06:14:26 GMT (envelope-from mi@svn.freebsd.org) Message-Id: <201209110614.q8B6EQjf089404@svn.freebsd.org> From: Mikhail Teterin Date: Tue, 11 Sep 2012 06:14:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304081 - head/net-p2p/vuze X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 06:14:27 -0000 Author: mi Date: Tue Sep 11 06:14:26 2012 New Revision: 304081 URL: http://svn.freebsd.org/changeset/ports/304081 Log: Upgrade from 4.7.0.2 to 4.7.1.2. Remove dependency on gecko -- does not appear to be in any use... Modified: head/net-p2p/vuze/Makefile head/net-p2p/vuze/distinfo Modified: head/net-p2p/vuze/Makefile ============================================================================== --- head/net-p2p/vuze/Makefile Tue Sep 11 04:07:57 2012 (r304080) +++ head/net-p2p/vuze/Makefile Tue Sep 11 06:14:26 2012 (r304081) @@ -6,8 +6,7 @@ # PORTNAME= vuze -PORTVERSION= 4.7.0.2 -PORTREVISION= 1 +PORTVERSION= 4.7.1.2 CATEGORIES= net-p2p java # Moved to x-obsolete, could do with an update MASTER_SITES= SF/azureus/vuze/Vuze_${PORTVERSION:S/.//g} @@ -36,8 +35,6 @@ USE_ZIP= yes #com/aelitis/azureus/core/networkmanager/impl/TransportHelperFilterStream.java \ #com/aelitis/azureus/core/networkmanager/impl/TransportHelperFilterTransparent.java -USE_GECKO= libxul19 - NO_WRKSUBDIR= yes JARFILE= ${PORTNAME}.jar Modified: head/net-p2p/vuze/distinfo ============================================================================== --- head/net-p2p/vuze/distinfo Tue Sep 11 04:07:57 2012 (r304080) +++ head/net-p2p/vuze/distinfo Tue Sep 11 06:14:26 2012 (r304081) @@ -1,2 +1,2 @@ -SHA256 (Vuze_4702_source.zip) = b7dcd9a11f600afb2b96b9a139f76f8f33994a54ddf630945861cd229c4b1bf7 -SIZE (Vuze_4702_source.zip) = 9212135 +SHA256 (Vuze_4712_source.zip) = 538b60811e5a5c41d20b4e3eb96c75b3949a716d7f880d1f96a0cde3c28429e5 +SIZE (Vuze_4712_source.zip) = 9338535 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 06:17:04 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 951311065674; Tue, 11 Sep 2012 06:17:04 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7FD678FC1D; Tue, 11 Sep 2012 06:17:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8B6H4FP089828; Tue, 11 Sep 2012 06:17:04 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8B6H4Vo089824; Tue, 11 Sep 2012 06:17:04 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201209110617.q8B6H4Vo089824@svn.freebsd.org> From: Ganael LAPLANCHE Date: Tue, 11 Sep 2012 06:17:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304082 - head/games/trackballs X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 06:17:04 -0000 Author: martymac Date: Tue Sep 11 06:17:03 2012 New Revision: 304082 URL: http://svn.freebsd.org/changeset/ports/304082 Log: - Add MUSIC and NLS options - Add a pixmap PR: ports/171256 Submitted by: nemysis Modified: head/games/trackballs/Makefile head/games/trackballs/distinfo head/games/trackballs/pkg-plist Modified: head/games/trackballs/Makefile ============================================================================== --- head/games/trackballs/Makefile Tue Sep 11 06:14:26 2012 (r304081) +++ head/games/trackballs/Makefile Tue Sep 11 06:17:03 2012 (r304082) @@ -7,9 +7,12 @@ PORTNAME= trackballs PORTVERSION= 1.1.4 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= games -MASTER_SITES= SF +MASTER_SITES= SF \ + SF/${PORTNAME}/music/1.4/:music +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}-music-1.4.tar.bz2:music MAINTAINER= martymac@FreeBSD.org COMMENT= SDL-based Marble Madness clone @@ -34,11 +37,36 @@ MANCOMPRESSED= no CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl +OPTIONS_DEFINE= NLS MUSIC +MUSIC_DESC= Install additional music +OPTIONS_DEFAULT= NLS MUSIC + +.include + +.if ${PORT_OPTIONS:MNLS} +USE_GETTEXT= yes +CONFIGURE_ARGS+= --enable-nls +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+= --disable-nls +PLIST_SUB+= NLS="@comment " +.endif + +.if ${PORT_OPTIONS:MMUSIC} +PLIST_SUB+= MUSIC="" +.else +PLIST_SUB+= MUSIC="@comment " +.endif + post-patch: @${REINPLACE_CMD} -e 's|install -D|$$(INSTALL)|' \ ${WRKSRC}/share/Makefile.in post-install: +.if ${PORT_OPTIONS:MMUSIC} + @${INSTALL_DATA} ${WRKDIR}/trackballs-music/*.ogg ${DATADIR}/music/ +.endif + @${INSTALL_DATA} ${WRKSRC}/share/icons/${PORTNAME}-48x48.png ${PREFIX}/share/pixmaps/${PORTNAME}.png -@update-desktop-database .include Modified: head/games/trackballs/distinfo ============================================================================== --- head/games/trackballs/distinfo Tue Sep 11 06:14:26 2012 (r304081) +++ head/games/trackballs/distinfo Tue Sep 11 06:17:03 2012 (r304082) @@ -1,2 +1,4 @@ SHA256 (trackballs-1.1.4.tar.gz) = 459dbaec27354fb4afff3d1aa491bc21b4fc2c0769eae86a47aaeb545cb434a6 SIZE (trackballs-1.1.4.tar.gz) = 7229541 +SHA256 (trackballs-music-1.4.tar.bz2) = bf9b793b6fab81e59fb9a373944a5724af279b0faebb2461bb98beb5aa466058 +SIZE (trackballs-music-1.4.tar.bz2) = 18825033 Modified: head/games/trackballs/pkg-plist ============================================================================== --- head/games/trackballs/pkg-plist Tue Sep 11 06:14:26 2012 (r304081) +++ head/games/trackballs/pkg-plist Tue Sep 11 06:17:03 2012 (r304082) @@ -3,12 +3,13 @@ share/applications/trackballs.desktop share/icons/hicolor/32x32/apps/trackballs.png share/icons/hicolor/48x48/apps/trackballs.png share/icons/hicolor/64x64/apps/trackballs.png -share/locale/de/LC_MESSAGES/trackballs.mo -share/locale/fr/LC_MESSAGES/trackballs.mo -share/locale/hu/LC_MESSAGES/trackballs.mo -share/locale/it/LC_MESSAGES/trackballs.mo -share/locale/sk/LC_MESSAGES/trackballs.mo -share/locale/sv/LC_MESSAGES/trackballs.mo +share/pixmaps/trackballs.png +%%NLS%%share/locale/de/LC_MESSAGES/trackballs.mo +%%NLS%%share/locale/fr/LC_MESSAGES/trackballs.mo +%%NLS%%share/locale/hu/LC_MESSAGES/trackballs.mo +%%NLS%%share/locale/it/LC_MESSAGES/trackballs.mo +%%NLS%%share/locale/sk/LC_MESSAGES/trackballs.mo +%%NLS%%share/locale/sv/LC_MESSAGES/trackballs.mo %%DATADIR%%/api.html %%DATADIR%%/customizing.html %%DATADIR%%/examples.html @@ -233,6 +234,13 @@ share/locale/sv/LC_MESSAGES/trackballs.m %%DATADIR%%/levels/tmp.scm %%DATADIR%%/mapeditor.html %%DATADIR%%/scriptingLanguage.html +%%MUSIC%%%%DATADIR%%/music/eurovision.ogg +%%MUSIC%%%%DATADIR%%/music/tb_plinkeplanke.ogg +%%MUSIC%%%%DATADIR%%/music/tb_sorrow.ogg +%%MUSIC%%%%DATADIR%%/music/crazy.ogg +%%MUSIC%%%%DATADIR%%/music/tb_hrluebke.ogg +%%MUSIC%%%%DATADIR%%/music/c64revival.ogg +%%MUSIC%%%%DATADIR%%/music/tb_schizophrenia.ogg %%DATADIR%%/sfx/badpill.wav %%DATADIR%%/sfx/ball_sinks.wav %%DATADIR%%/sfx/ball_sinks2.wav From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 06:44:55 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2EC46106564A; Tue, 11 Sep 2012 06:44:55 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1A2B48FC12; Tue, 11 Sep 2012 06:44:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8B6isiB094599; Tue, 11 Sep 2012 06:44:54 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8B6iswN094597; Tue, 11 Sep 2012 06:44:54 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201209110644.q8B6iswN094597@svn.freebsd.org> From: Rene Ladan Date: Tue, 11 Sep 2012 06:44:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304083 - head/x11-fm/thunar X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 06:44:55 -0000 Author: rene Date: Tue Sep 11 06:44:54 2012 New Revision: 304083 URL: http://svn.freebsd.org/changeset/ports/304083 Log: - Make sure the NOTIFY option shows up in the options dialog. [1] - Bump PORTREVISION Submitted by: Norbert Augenstein [lists augenstein.net] Modified: head/x11-fm/thunar/Makefile (contents, props changed) Modified: head/x11-fm/thunar/Makefile ============================================================================== --- head/x11-fm/thunar/Makefile Tue Sep 11 06:17:03 2012 (r304082) +++ head/x11-fm/thunar/Makefile Tue Sep 11 06:44:54 2012 (r304083) @@ -7,7 +7,7 @@ PORTNAME= Thunar PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fm xfce MASTER_SITES= ${MASTER_SITE_XFCE} DIST_SUBDIR= xfce4 @@ -27,7 +27,7 @@ USE_LDCONFIG= yes USE_XFCE= configenv libexo libmenu libutil USE_XORG= sm x11 -OPTIONS_DEFINE= STARTUP DBUS NLS DOCS PLUG_APR PLUG_APR_EXIF PLUG_SBR PLUG_SBR_PCRE PLUG_TPA PLUG_UCA PLUG_WALL GVFS +OPTIONS_DEFINE= STARTUP DBUS NOTIFY NLS DOCS PLUG_APR PLUG_APR_EXIF PLUG_SBR PLUG_SBR_PCRE PLUG_TPA PLUG_UCA PLUG_WALL GVFS OPTIONS_DEFAULT= STARTUP DBUS NOTIFY PLUG_APR PLUG_SBR PLUG_SBR_PCRE PLUG_UCA PLUG_WALL GVFS STARTUP_DESC= Enable startup notification support PLUG_APR_DESC= Thunar Advanced Properties plugin From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 07:51:07 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E86BD106566B; Tue, 11 Sep 2012 07:51:07 +0000 (UTC) (envelope-from rea@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D21378FC14; Tue, 11 Sep 2012 07:51:07 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8B7p7et003819; Tue, 11 Sep 2012 07:51:07 GMT (envelope-from rea@svn.freebsd.org) Received: (from rea@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8B7p7Ae003814; Tue, 11 Sep 2012 07:51:07 GMT (envelope-from rea@svn.freebsd.org) Message-Id: <201209110751.q8B7p7Ae003814@svn.freebsd.org> From: Eygene Ryabinkin Date: Tue, 11 Sep 2012 07:51:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304084 - in head: security/vuxml www/moinmoin www/moinmoin/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 07:51:08 -0000 Author: rea Date: Tue Sep 11 07:51:07 2012 New Revision: 304084 URL: http://svn.freebsd.org/changeset/ports/304084 Log: www/moinmoin: fix CVE-2012-4404, wrong processing of group ACLs Using upstream patch from http://hg.moinmo.in/moin/1.9/raw-rev/7b9f39289e16 PR: 171346 QA page: http://codelabs.ru/fbsd/ports/qa/www/moinmoin/1.9.4_1 Approved by: khsing.cn@gmail.com (maintainer) Security: http://www.vuxml.org/freebsd/4f99e2ef-f725-11e1-8bd8-0022156e8794.html Added: head/www/moinmoin/files/patch-cve-2012-4404 (contents, props changed) Modified: head/security/vuxml/vuln.xml head/www/moinmoin/Makefile Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 11 06:44:54 2012 (r304083) +++ head/security/vuxml/vuln.xml Tue Sep 11 07:51:07 2012 (r304084) @@ -157,7 +157,7 @@ Note: Please add new entries to the beg moinmoin - 1.91.9.5 + 1.91.9.4_1 @@ -193,6 +193,7 @@ Note: Please add new entries to the beg 2012-09-03 2012-09-05 + 2012-09-11 Modified: head/www/moinmoin/Makefile ============================================================================== --- head/www/moinmoin/Makefile Tue Sep 11 06:44:54 2012 (r304083) +++ head/www/moinmoin/Makefile Tue Sep 11 07:51:07 2012 (r304084) @@ -7,6 +7,7 @@ PORTNAME= moinmoin PORTVERSION= 1.9.4 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= http://static.moinmo.in/files/ DISTNAME= moin-${PORTVERSION} Added: head/www/moinmoin/files/patch-cve-2012-4404 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/moinmoin/files/patch-cve-2012-4404 Tue Sep 11 07:51:07 2012 (r304084) @@ -0,0 +1,137 @@ +Obtained-from: http://hg.moinmo.in/moin/1.9/raw-rev/7b9f39289e16 + +# HG changeset patch +# User Thomas Waldmann +# Date 1346679035 -7200 +# Node ID 7b9f39289e16b37344480025f191d8b64480c834 +# Parent 0e58d9bcd3bd8ab3a89506d66bc0c8df85c16d2c +security fix: fix virtual group bug in ACL evaluation, add a test for it + +affected moin releases: all 1.9 releases up to and including 1.9.4 + +moin releases < 1.9 are NOT affected. + +You can find out the moin version by looking at SystemInfo page or at the +output of <> macro. + +Issue description: + +We have code that checks whether a group has special members "All" or "Known" +or "Trusted", but there was a bug that checked whether these are present in +the group NAME (not, as intended, in the group MEMBERS). + +a) If you have group MEMBERS like "All" or "Known" or "Trusted", they did not +work until now, but will start working with this changeset. + +E.g. SomeGroup: + * JoeDoe + * Trusted + +SomeGroup will now (correctly) include JoeDoe and also all trusted users. + +It (erroneously) contained only "JoeDoe" and "Trusted" (as a username, not +as a virtual group) before. + +b) If you have group NAMES containing "All" or "Known" or "Trusted", they behaved +wrong until now (they erroneously included All/Known/Trusted users even if +you did not list them as members), but will start working correctly with this +changeset. + +E.g. AllFriendsGroup: + * JoeDoe + +AllFriendsGroup will now (correctly) include only JoeDoe. +It (erroneously) contained all users (including JoeDoe) before. + +E.g. MyTrustedFriendsGroup: + * JoeDoe + +MyTrustedFriendsGroup will now (correctly) include only JoeDoe. +It (erroneously) contained all trusted users and JoeDoe before. + +diff -r 0e58d9bcd3bd -r 7b9f39289e16 MoinMoin/security/__init__.py +--- MoinMoin/security/__init__.py Fri Aug 03 17:36:02 2012 +0200 ++++ MoinMoin/security/__init__.py Mon Sep 03 15:30:35 2012 +0200 +@@ -320,11 +320,12 @@ + handler = getattr(self, "_special_"+entry, None) + allowed = handler(request, name, dowhat, rightsdict) + elif entry in groups: +- if name in groups[entry]: ++ this_group = groups[entry] ++ if name in this_group: + allowed = rightsdict.get(dowhat) + else: + for special in self.special_users: +- if special in entry: ++ if special in this_group: + handler = getattr(self, "_special_" + special, None) + allowed = handler(request, name, dowhat, rightsdict) + break # order of self.special_users is important +diff -r 0e58d9bcd3bd -r 7b9f39289e16 MoinMoin/security/_tests/test_security.py +--- MoinMoin/security/_tests/test_security.py Fri Aug 03 17:36:02 2012 +0200 ++++ MoinMoin/security/_tests/test_security.py Mon Sep 03 15:30:35 2012 +0200 +@@ -16,10 +16,11 @@ + acliter = security.ACLStringIterator + AccessControlList = security.AccessControlList + ++from MoinMoin.datastruct import ConfigGroups + from MoinMoin.PageEditor import PageEditor + from MoinMoin.user import User + +-from MoinMoin._tests import become_trusted, create_page, nuke_page ++from MoinMoin._tests import wikiconfig, become_trusted, create_page, nuke_page + + class TestACLStringIterator(object): + +@@ -248,6 +249,50 @@ + assert not acl.may(self.request, user, right) + + ++class TestGroupACL(object): ++ ++ class Config(wikiconfig.Config): ++ def groups(self, request): ++ groups = { ++ u'PGroup': frozenset([u'Antony', u'Beatrice', ]), ++ u'AGroup': frozenset([u'All', ]), ++ # note: the next line is a INTENDED misnomer, there is "All" in ++ # the group NAME, but not in the group members. This makes ++ # sure that a bug that erroneously checked "in groupname" (instead ++ # of "in groupmembers") does not reappear. ++ u'AllGroup': frozenset([]), # note: intended misnomer ++ } ++ return ConfigGroups(request, groups) ++ ++ def testApplyACLByGroup(self): ++ """ security: applying acl by group name""" ++ # This acl string... ++ acl_rights = [ ++ "PGroup,AllGroup:read,write,admin " ++ "AGroup:read " ++ ] ++ acl = security.AccessControlList(self.request.cfg, acl_rights) ++ ++ # Should apply these rights: ++ users = ( ++ # user, rights ++ ('Antony', ('read', 'write', 'admin', )), # in PGroup ++ ('Beatrice', ('read', 'write', 'admin', )), # in PGroup ++ ('Charles', ('read', )), # virtually in AGroup ++ ) ++ ++ # Check rights ++ for user, may in users: ++ mayNot = [right for right in self.request.cfg.acl_rights_valid ++ if right not in may] ++ # User should have these rights... ++ for right in may: ++ assert acl.may(self.request, user, right) ++ # But NOT these: ++ for right in mayNot: ++ assert not acl.may(self.request, user, right) ++ ++ + class TestPageAcls(object): + """ security: real-life access control list on pages testing + """ + From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 08:46:32 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 48142106564A; Tue, 11 Sep 2012 08:46:32 +0000 (UTC) (envelope-from rea@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1A90B8FC1A; Tue, 11 Sep 2012 08:46:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8B8kV3P011145; Tue, 11 Sep 2012 08:46:31 GMT (envelope-from rea@svn.freebsd.org) Received: (from rea@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8B8kVFj011141; Tue, 11 Sep 2012 08:46:31 GMT (envelope-from rea@svn.freebsd.org) Message-Id: <201209110846.q8B8kVFj011141@svn.freebsd.org> From: Eygene Ryabinkin Date: Tue, 11 Sep 2012 08:46:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304085 - head/security/vuxml X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 08:46:32 -0000 Author: rea Date: Tue Sep 11 08:46:31 2012 New Revision: 304085 URL: http://svn.freebsd.org/changeset/ports/304085 Log: VuXML: document remote code execution in freeRADIUS Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 11 07:51:07 2012 (r304084) +++ head/security/vuxml/vuln.xml Tue Sep 11 08:46:31 2012 (r304085) @@ -51,6 +51,53 @@ Note: Please add new entries to the beg --> + + freeradius -- arbitrary code execution for TLS-based authentication + + + freeradius + 2.1.102.2.0 + + + + +

freeRADIUS security team reports:

+
+

Overflow in EAP-TLS for 2.1.10, 2.1.11 and 2.1.12.

+

The issue was found by Timo Warns, and communicated to + security@freeradius.org. A sample exploit for the issue was + included in the notification.

+

The vulnerability was created in commit a368a6f4f4aaf on + August 18, 2010. Vulnerable versions include 2.1.10, 2.1.11, + and 2.1.12. Also anyone running the git "master" branch + after August 18, 2010 is vulnerable.

+

All sites using TLS-based EAP methods and the above + versions are vulnerable. The only configuration change which + can avoid the issue is to disable EAP-TLS, EAP-TTLS, and + PEAP.

+

An external attacker can use this vulnerability to + over-write the stack frame of the RADIUS server, and cause + it to crash. In addition, more sophisticated attacks may + gain additional privileges on the system running the RADIUS + server.

+

This attack does not require local network access to the + RADIUS server. It can be done by an attacker through a WiFi + Access Point, so long as the Access Point is configured to + use 802.1X authentication with the RADIUS server.

+
+ +
+ + CVE-2012-3547 + http://freeradius.org/security.html + http://www.pre-cert.de/advisories/PRE-SA-2012-06.txt + + + 2012-09-10 + 2012-09-11 + +
+ emacs -- remote code execution vulnerability From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 09:04:28 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EF56106564A; Tue, 11 Sep 2012 09:04:28 +0000 (UTC) (envelope-from martymac@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 797F08FC12; Tue, 11 Sep 2012 09:04:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8B94Stn013588; Tue, 11 Sep 2012 09:04:28 GMT (envelope-from martymac@svn.freebsd.org) Received: (from martymac@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8B94Sn9013586; Tue, 11 Sep 2012 09:04:28 GMT (envelope-from martymac@svn.freebsd.org) Message-Id: <201209110904.q8B94Sn9013586@svn.freebsd.org> From: Ganael LAPLANCHE Date: Tue, 11 Sep 2012 09:04:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304086 - head/audio/gnaural X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 09:04:28 -0000 Author: martymac Date: Tue Sep 11 09:04:27 2012 New Revision: 304086 URL: http://svn.freebsd.org/changeset/ports/304086 Log: Fix build with clang Modified: head/audio/gnaural/Makefile Modified: head/audio/gnaural/Makefile ============================================================================== --- head/audio/gnaural/Makefile Tue Sep 11 08:46:31 2012 (r304085) +++ head/audio/gnaural/Makefile Tue Sep 11 09:04:27 2012 (r304086) @@ -20,6 +20,7 @@ LIB_DEPENDS= portaudio:${PORTSDIR}/audio sndfile:${PORTSDIR}/audio/libsndfile GNU_CONFIGURE= yes +USE_CSTD= gnu89 USE_GNOME= libglade2 desktopfileutils post-install: From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 11:33:51 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A79C106564A; Tue, 11 Sep 2012 11:33:51 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 63E378FC0A; Tue, 11 Sep 2012 11:33:51 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BBXpCA037185; Tue, 11 Sep 2012 11:33:51 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BBXpnW037182; Tue, 11 Sep 2012 11:33:51 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201209111133.q8BBXpnW037182@svn.freebsd.org> From: Ryan Steinmetz Date: Tue, 11 Sep 2012 11:33:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304087 - in head/net/freeradius2: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 11:33:51 -0000 Author: zi Date: Tue Sep 11 11:33:50 2012 New Revision: 304087 URL: http://svn.freebsd.org/changeset/ports/304087 Log: - Add patch for CVE-2012-3547 - Bump PORTREVISION Submitted by: rea@ Obtained from: Upstream git repo Security: 3bbbe3aa-fbeb-11e1-8bd8-0022156e8794 Added: head/net/freeradius2/files/patch-CVE-2012-3547 (contents, props changed) Modified: head/net/freeradius2/Makefile Modified: head/net/freeradius2/Makefile ============================================================================== --- head/net/freeradius2/Makefile Tue Sep 11 09:04:27 2012 (r304086) +++ head/net/freeradius2/Makefile Tue Sep 11 11:33:50 2012 (r304087) @@ -9,7 +9,7 @@ PORTNAME= freeradius DISTVERSION= 2.1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/%SUBDIR%/ \ ftp://ftp.ntua.gr/pub/net/radius/freeradius/%SUBDIR%/ \ Added: head/net/freeradius2/files/patch-CVE-2012-3547 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/freeradius2/files/patch-CVE-2012-3547 Tue Sep 11 11:33:50 2012 (r304087) @@ -0,0 +1,11 @@ +--- ./src/modules/rlm_eap/types/rlm_eap_tls/rlm_eap_tls.c.orig 2011-09-30 10:12:07.000000000 -0400 ++++ ./src/modules/rlm_eap/types/rlm_eap_tls/rlm_eap_tls.c 2012-09-11 07:28:34.000000000 -0400 +@@ -531,7 +531,7 @@ + */ + buf[0] = '\0'; + asn_time = X509_get_notAfter(client_cert); +- if ((lookup <= 1) && asn_time && (asn_time->length < MAX_STRING_LEN)) { ++ if ((lookup <= 1) && asn_time && (asn_time->length < sizeof(buf))) { + memcpy(buf, (char*) asn_time->data, asn_time->length); + buf[asn_time->length] = '\0'; + pairadd(&handler->certs, From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 11:38:54 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0A3841065670; Tue, 11 Sep 2012 11:38:54 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E91308FC0A; Tue, 11 Sep 2012 11:38:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BBcr1e037994; Tue, 11 Sep 2012 11:38:53 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BBcrSl037991; Tue, 11 Sep 2012 11:38:53 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201209111138.q8BBcrSl037991@svn.freebsd.org> From: Ryan Steinmetz Date: Tue, 11 Sep 2012 11:38:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304088 - head/security/vuxml X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 11:38:54 -0000 Author: zi Date: Tue Sep 11 11:38:53 2012 New Revision: 304088 URL: http://svn.freebsd.org/changeset/ports/304088 Log: - Update entry for net/freeradius2 to reflect local patch to address cve-2012-3547 Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Tue Sep 11 11:33:50 2012 (r304087) +++ head/security/vuxml/vuln.xml Tue Sep 11 11:38:53 2012 (r304088) @@ -56,7 +56,7 @@ Note: Please add new entries to the beg freeradius - 2.1.102.2.0 + 2.1.102.1.12_2 @@ -95,6 +95,7 @@ Note: Please add new entries to the beg 2012-09-10 2012-09-11 + 2012-09-11 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 12:00:34 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8271810656A9; Tue, 11 Sep 2012 12:00:34 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6D8CD8FC1B; Tue, 11 Sep 2012 12:00:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BC0YGi041116; Tue, 11 Sep 2012 12:00:34 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BC0YGw041113; Tue, 11 Sep 2012 12:00:34 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201209111200.q8BC0YGw041113@svn.freebsd.org> From: Max Brazhnikov Date: Tue, 11 Sep 2012 12:00:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304089 - svnadmin/conf X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 12:00:34 -0000 Author: makc Date: Tue Sep 11 12:00:33 2012 New Revision: 304089 URL: http://svn.freebsd.org/changeset/ports/304089 Log: Please welcome Jason E. Hale (jhale@) as a new port committer. He has sent a lot of high quality PRs and has joined KDE/FreeBSD team recently. It's time to punish him with commit bit! I (makc@) and avilla@ will be his mentors. Approved by: portmgr Modified: svnadmin/conf/access (contents, props changed) svnadmin/conf/mentors (contents, props changed) Modified: svnadmin/conf/access ============================================================================== --- svnadmin/conf/access Tue Sep 11 11:38:53 2012 (r304088) +++ svnadmin/conf/access Tue Sep 11 12:00:33 2012 (r304089) @@ -87,6 +87,7 @@ itetcu jadawin jase jgh +jhale jhay jkim jlaffaye Modified: svnadmin/conf/mentors ============================================================================== --- svnadmin/conf/mentors Tue Sep 11 11:38:53 2012 (r304088) +++ svnadmin/conf/mentors Tue Sep 11 12:00:33 2012 (r304089) @@ -16,6 +16,7 @@ bdrewery bapt Co-mentor: eadler gjb eadler Co-mentor: crees jase flo Co-mentor: culot +jhale makc Co-mentor: avilla jsa wxs Co-mentor: kwm madpilot crees Co-mentor: tabthorpe olivierd miwi Co-mentor: rene From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 12:05:14 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 317CB106566C; Tue, 11 Sep 2012 12:05:14 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1957A8FC17; Tue, 11 Sep 2012 12:05:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BC5EEb041959; Tue, 11 Sep 2012 12:05:14 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BC5DGB041954; Tue, 11 Sep 2012 12:05:13 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201209111205.q8BC5DGB041954@svn.freebsd.org> From: Philippe Audeoud Date: Tue, 11 Sep 2012 12:05:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304090 - head/www/glpi X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 12:05:14 -0000 Author: jadawin Date: Tue Sep 11 12:05:13 2012 New Revision: 304090 URL: http://svn.freebsd.org/changeset/ports/304090 Log: - Update to 0.83.4 PR: ports/170818 Submitted by: Mathias Monnerville Modified: head/www/glpi/Makefile (contents, props changed) head/www/glpi/distinfo (contents, props changed) head/www/glpi/pkg-plist (contents, props changed) Modified: head/www/glpi/Makefile ============================================================================== --- head/www/glpi/Makefile Tue Sep 11 12:00:33 2012 (r304089) +++ head/www/glpi/Makefile Tue Sep 11 12:05:13 2012 (r304090) @@ -6,7 +6,7 @@ # PORTNAME= glpi -PORTVERSION= 0.80.7 +PORTVERSION= 0.83.4 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://droidng.free.fr/freebsd/ \ Modified: head/www/glpi/distinfo ============================================================================== --- head/www/glpi/distinfo Tue Sep 11 12:00:33 2012 (r304089) +++ head/www/glpi/distinfo Tue Sep 11 12:05:13 2012 (r304090) @@ -1,2 +1,2 @@ -SHA256 (glpi-0.80.7.tar.gz) = 06567fcb312b1674c4538640ab01702c4db4a460b5c955337c77c6e7159ee813 -SIZE (glpi-0.80.7.tar.gz) = 4111598 +SHA256 (glpi-0.83.4.tar.gz) = 60c71607be6b7aae9c0c0b3772ec4226e93fffed249b2f07c1a1c6c6afc9bc96 +SIZE (glpi-0.83.4.tar.gz) = 4427691 Modified: head/www/glpi/pkg-plist ============================================================================== --- head/www/glpi/pkg-plist Tue Sep 11 12:00:33 2012 (r304089) +++ head/www/glpi/pkg-plist Tue Sep 11 12:05:13 2012 (r304090) @@ -2,58 +2,18 @@ www/glpi/CHANGELOG.txt www/glpi/COPYING.txt www/glpi/LISEZMOI.txt www/glpi/README.txt -www/glpi/ajax/authldap.tabs.php -www/glpi/ajax/authmail.tabs.php www/glpi/ajax/autocompletion.php -www/glpi/ajax/autoupdatesystem.tabs.php -www/glpi/ajax/bookmark.tabs.php -www/glpi/ajax/budget.tabs.php -www/glpi/ajax/calendar.tabs.php -www/glpi/ajax/cartridgeitem.tabs.php -www/glpi/ajax/cartridgeitemtype.tabs.php -www/glpi/ajax/central.tabs.php www/glpi/ajax/comments.php -www/glpi/ajax/computer.tabs.php -www/glpi/ajax/computerdisk.tabs.php -www/glpi/ajax/computermodel.tabs.php -www/glpi/ajax/computertype.tabs.php -www/glpi/ajax/computervirtualmachine.tabs.php -www/glpi/ajax/config.tabs.php -www/glpi/ajax/consumableitem.tabs.php -www/glpi/ajax/consumableitemtype.tabs.php -www/glpi/ajax/contact.tabs.php -www/glpi/ajax/contacttype.tabs.php -www/glpi/ajax/contract.tabs.php -www/glpi/ajax/contracttype.tabs.php -www/glpi/ajax/crontask.tabs.php -www/glpi/ajax/device.tabs.php -www/glpi/ajax/devicecase.tabs.php -www/glpi/ajax/devicecasetype.tabs.php -www/glpi/ajax/devicecontrol.tabs.php -www/glpi/ajax/devicedrive.tabs.php -www/glpi/ajax/devicegraphiccard.tabs.php -www/glpi/ajax/deviceharddrive.tabs.php -www/glpi/ajax/devicememory.tabs.php -www/glpi/ajax/devicememorytype.tabs.php -www/glpi/ajax/devicemotherboard.tabs.php -www/glpi/ajax/devicenetworkcard.tabs.php -www/glpi/ajax/devicepci.tabs.php -www/glpi/ajax/devicepowersupply.tabs.php -www/glpi/ajax/deviceprocessor.tabs.php -www/glpi/ajax/devicesoundcard.tabs.php -www/glpi/ajax/displaypreference.tabs.php -www/glpi/ajax/document.tabs.php -www/glpi/ajax/documentcategory.tabs.php -www/glpi/ajax/documenttype.tabs.php -www/glpi/ajax/domain.tabs.php -www/glpi/ajax/dropdown.common.tabs.php +www/glpi/ajax/common.tabs.php www/glpi/ajax/dropdownAllItems.php www/glpi/ajax/dropdownConnect.php www/glpi/ajax/dropdownConnectPort.php www/glpi/ajax/dropdownConnectPortDeviceType.php +www/glpi/ajax/dropdownDelegationUsers.php www/glpi/ajax/dropdownFieldsBlacklist.php www/glpi/ajax/dropdownFindNum.php www/glpi/ajax/dropdownInstallVersion.php +www/glpi/ajax/dropdownItilActors.php www/glpi/ajax/dropdownMassiveAction.php www/glpi/ajax/dropdownMassiveActionAddActor.php www/glpi/ajax/dropdownMassiveActionAuthMethods.php @@ -67,134 +27,42 @@ www/glpi/ajax/dropdownRules.php www/glpi/ajax/dropdownSelectSoftware.php www/glpi/ajax/dropdownSelectSoftwareLicense.php www/glpi/ajax/dropdownSoftwareLicense.php -www/glpi/ajax/dropdownTicketActors.php +www/glpi/ajax/dropdownTicketCategories.php www/glpi/ajax/dropdownTrackingDeviceType.php www/glpi/ajax/dropdownUnicityFields.php www/glpi/ajax/dropdownUsers.php -www/glpi/ajax/dropdownUsersTracking.php www/glpi/ajax/dropdownValue.php www/glpi/ajax/dropdownValuesBlacklist.php -www/glpi/ajax/entity.tabs.php www/glpi/ajax/entitytree.php www/glpi/ajax/entitytreesons.php -www/glpi/ajax/fieldblacklist.tabs.php -www/glpi/ajax/fieldunicity.tabs.php -www/glpi/ajax/filesystem.tabs.php www/glpi/ajax/genericdate.php -www/glpi/ajax/group.tabs.php -www/glpi/ajax/holiday.tabs.php www/glpi/ajax/index.php www/glpi/ajax/inputtext.php -www/glpi/ajax/interfacetype.tabs.php -www/glpi/ajax/knowbaseitem.tabs.php -www/glpi/ajax/knowbaseitemcategory.tabs.php www/glpi/ajax/ldapdaterestriction.php -www/glpi/ajax/link.tabs.php -www/glpi/ajax/location.tabs.php -www/glpi/ajax/mailcollector.tabs.php -www/glpi/ajax/manufacturer.tabs.php -www/glpi/ajax/monitor.tabs.php -www/glpi/ajax/monitormodel.tabs.php -www/glpi/ajax/monitortype.tabs.php -www/glpi/ajax/netpoint.tabs.php -www/glpi/ajax/network.tabs.php -www/glpi/ajax/networkequipment.tabs.php -www/glpi/ajax/networkequipmentfirmware.tabs.php -www/glpi/ajax/networkequipmentmodel.tabs.php -www/glpi/ajax/networkequipmenttype.tabs.php -www/glpi/ajax/networkinterface.tabs.php -www/glpi/ajax/networkport.tabs.php -www/glpi/ajax/notification.tabs.php -www/glpi/ajax/notificationmailsetting.tabs.php -www/glpi/ajax/notificationtemplate.tabs.php -www/glpi/ajax/notificationtemplatetranslation.tabs.php -www/glpi/ajax/ocsserver.tabs.php -www/glpi/ajax/operatingsystem.tabs.php -www/glpi/ajax/operatingsystemservicepack.tabs.php -www/glpi/ajax/operatingsystemversion.tabs.php -www/glpi/ajax/peripheral.tabs.php -www/glpi/ajax/peripheralmodel.tabs.php -www/glpi/ajax/peripheraltype.tabs.php -www/glpi/ajax/phone.tabs.php -www/glpi/ajax/phonemodel.tabs.php -www/glpi/ajax/phonepowersupply.tabs.php -www/glpi/ajax/phonetype.tabs.php www/glpi/ajax/planning.php +www/glpi/ajax/planningcheck.php www/glpi/ajax/planningend.php -www/glpi/ajax/preference.tabs.php -www/glpi/ajax/printer.tabs.php -www/glpi/ajax/printermodel.tabs.php -www/glpi/ajax/printertype.tabs.php www/glpi/ajax/priority.php www/glpi/ajax/private_public.php -www/glpi/ajax/profile.tabs.php -www/glpi/ajax/requesttype.tabs.php -www/glpi/ajax/rule.common.tabs.php www/glpi/ajax/ruleaction.php www/glpi/ajax/ruleactionvalue.php www/glpi/ajax/rulecriteria.php www/glpi/ajax/rulecriteriavalue.php -www/glpi/ajax/ruledictionnarycomputermodel.tabs.php -www/glpi/ajax/ruledictionnarycomputertype.tabs.php -www/glpi/ajax/ruledictionnarymanufacturer.tabs.php -www/glpi/ajax/ruledictionnarymonitormodel.tabs.php -www/glpi/ajax/ruledictionnarymonitortype.tabs.php -www/glpi/ajax/ruledictionnarynetworkequipmentmodel.tabs.php -www/glpi/ajax/ruledictionnarynetworkequipmenttype.tabs.php -www/glpi/ajax/ruledictionnaryoperatingsystem.tabs.php -www/glpi/ajax/ruledictionnaryoperatingsystemservicepack.tabs.php -www/glpi/ajax/ruledictionnaryoperatingsystemversion.tabs.php -www/glpi/ajax/ruledictionnaryperipheralmodel.tabs.php -www/glpi/ajax/ruledictionnaryperipheraltype.tabs.php -www/glpi/ajax/ruledictionnaryphonemodel.tabs.php -www/glpi/ajax/ruledictionnaryphonetype.tabs.php -www/glpi/ajax/ruledictionnaryprinter.tabs.php -www/glpi/ajax/ruledictionnaryprintermodel.tabs.php -www/glpi/ajax/ruledictionnaryprintertype.tabs.php -www/glpi/ajax/ruledictionnarysoftware.tabs.php -www/glpi/ajax/ruleimportcomputer.tabs.php -www/glpi/ajax/rulemailcollector.tabs.php -www/glpi/ajax/ruleocs.tabs.php -www/glpi/ajax/ruleright.tabs.php -www/glpi/ajax/rulerightparameter.tabs.php -www/glpi/ajax/rules.tabs.php -www/glpi/ajax/rulesoftwarecategory.tabs.php -www/glpi/ajax/ruleticket.tabs.php www/glpi/ajax/searchoption.php www/glpi/ajax/searchoptionvalue.php -www/glpi/ajax/sla.tabs.php -www/glpi/ajax/slalevel.tabs.php -www/glpi/ajax/software.tabs.php -www/glpi/ajax/softwarecategory.tabs.php -www/glpi/ajax/softwarelicense.tabs.php -www/glpi/ajax/softwarelicensetype.tabs.php -www/glpi/ajax/softwareversion.tabs.php www/glpi/ajax/solution.php -www/glpi/ajax/state.tabs.php -www/glpi/ajax/supplier.tabs.php -www/glpi/ajax/suppliertype.tabs.php -www/glpi/ajax/taskcategory.tabs.php +www/glpi/ajax/subvisibility.php www/glpi/ajax/textarea.php -www/glpi/ajax/ticket.tabs.php -www/glpi/ajax/ticketcategory.tabs.php +www/glpi/ajax/ticketassigninformation.php +www/glpi/ajax/ticketiteminformation.php www/glpi/ajax/ticketsatisfaction.php -www/glpi/ajax/ticketsolutiontemplate.tabs.php -www/glpi/ajax/ticketsolutiontype.tabs.php -www/glpi/ajax/ticketvalidation.tabs.php -www/glpi/ajax/transfer.tabs.php www/glpi/ajax/transfers.php www/glpi/ajax/uemailUpdate.php www/glpi/ajax/updateMetaSearch.php www/glpi/ajax/updateTrackingDeviceType.php www/glpi/ajax/updatecurrenttab.php -www/glpi/ajax/user.tabs.php -www/glpi/ajax/usercategory.tabs.php -www/glpi/ajax/usertitle.tabs.php -www/glpi/ajax/viewfollowup.php -www/glpi/ajax/virtualmachinestate.tabs.php -www/glpi/ajax/virtualmachinesystem.tabs.php -www/glpi/ajax/virtualmachinetype.tabs.php -www/glpi/ajax/vlan.tabs.php +www/glpi/ajax/viewsubitem.php +www/glpi/ajax/visibility.php www/glpi/config/.htaccess www/glpi/config/based_config.php www/glpi/config/config.php @@ -205,6 +73,7 @@ www/glpi/css/print.css www/glpi/css/style_install.css www/glpi/css/styles.css www/glpi/css/styles_ie.css +www/glpi/css/tab-scroller-menu.css www/glpi/css/win_png.htc www/glpi/files/.htaccess www/glpi/files/_cache/remove.txt @@ -239,6 +108,13 @@ www/glpi/front/cartridgeitem.php www/glpi/front/cartridgeitemtype.form.php www/glpi/front/cartridgeitemtype.php www/glpi/front/central.php +www/glpi/front/change.form.php +www/glpi/front/change.php +www/glpi/front/change_item.form.php +www/glpi/front/change_problem.form.php +www/glpi/front/change_ticket.form.php +www/glpi/front/changetask.form.php +www/glpi/front/commonitiltask.form.php www/glpi/front/computer.form.php www/glpi/front/computer.php www/glpi/front/computer_device.form.php @@ -329,6 +205,7 @@ www/glpi/front/group.form.php www/glpi/front/group.php www/glpi/front/helpdesk.faq.php www/glpi/front/helpdesk.html +www/glpi/front/helpdesk.php www/glpi/front/helpdesk.public.php www/glpi/front/holiday.form.php www/glpi/front/holiday.php @@ -336,6 +213,9 @@ www/glpi/front/index.php www/glpi/front/infocom.form.php www/glpi/front/interfacetype.form.php www/glpi/front/interfacetype.php +www/glpi/front/item_problem.form.php +www/glpi/front/itilcategory.form.php +www/glpi/front/itilcategory.php www/glpi/front/knowbaseitem.form.php www/glpi/front/knowbaseitem.php www/glpi/front/knowbaseitemcategory.form.php @@ -386,6 +266,7 @@ www/glpi/front/notificationtemplate.form www/glpi/front/notificationtemplate.php www/glpi/front/notificationtemplatetranslation.form.php www/glpi/front/notimportedemail.php +www/glpi/front/ocslink.form.php www/glpi/front/ocsng.clean.php www/glpi/front/ocsng.import.php www/glpi/front/ocsng.link.php @@ -424,6 +305,10 @@ www/glpi/front/printermodel.form.php www/glpi/front/printermodel.php www/glpi/front/printertype.form.php www/glpi/front/printertype.php +www/glpi/front/problem.form.php +www/glpi/front/problem.php +www/glpi/front/problem_ticket.form.php +www/glpi/front/problemtask.form.php www/glpi/front/profile.form.php www/glpi/front/profile.php www/glpi/front/profile_user.form.php @@ -521,6 +406,10 @@ www/glpi/front/softwarelicense.form.php www/glpi/front/softwarelicensetype.form.php www/glpi/front/softwarelicensetype.php www/glpi/front/softwareversion.form.php +www/glpi/front/solutiontemplate.form.php +www/glpi/front/solutiontemplate.php +www/glpi/front/solutiontype.form.php +www/glpi/front/solutiontype.php www/glpi/front/stat.global.php www/glpi/front/stat.graph.php www/glpi/front/stat.item.php @@ -539,15 +428,16 @@ www/glpi/front/taskcategory.php www/glpi/front/ticket.form.php www/glpi/front/ticket.php www/glpi/front/ticket_user.form.php -www/glpi/front/ticketcategory.form.php -www/glpi/front/ticketcategory.php www/glpi/front/ticketfollowup.form.php +www/glpi/front/ticketrecurrent.form.php +www/glpi/front/ticketrecurrent.php www/glpi/front/ticketsatisfaction.form.php -www/glpi/front/ticketsolutiontemplate.form.php -www/glpi/front/ticketsolutiontemplate.php -www/glpi/front/ticketsolutiontype.form.php -www/glpi/front/ticketsolutiontype.php www/glpi/front/tickettask.form.php +www/glpi/front/tickettemplate.form.php +www/glpi/front/tickettemplate.php +www/glpi/front/tickettemplatehiddenfield.form.php +www/glpi/front/tickettemplatemandatoryfield.form.php +www/glpi/front/tickettemplatepredefinedfield.form.php www/glpi/front/ticketvalidation.form.php www/glpi/front/tracking.injector.php www/glpi/front/transfer.action.php @@ -567,13 +457,13 @@ www/glpi/front/virtualmachinetype.form.p www/glpi/front/virtualmachinetype.php www/glpi/front/vlan.form.php www/glpi/front/vlan.php -www/glpi/inc/ajax.function.php +www/glpi/inc/ajax.class.php www/glpi/inc/alert.class.php www/glpi/inc/auth.class.php -www/glpi/inc/auth.function.php www/glpi/inc/authldap.class.php www/glpi/inc/authldapreplicate.class.php www/glpi/inc/authmail.class.php +www/glpi/inc/autoload.function.php www/glpi/inc/autoupdatesystem.class.php www/glpi/inc/bookmark.class.php www/glpi/inc/bookmark_user.class.php @@ -585,13 +475,22 @@ www/glpi/inc/cartridge.class.php www/glpi/inc/cartridgeitem.class.php www/glpi/inc/cartridgeitemtype.class.php www/glpi/inc/central.class.php -www/glpi/inc/common.function.php +www/glpi/inc/change.class.php +www/glpi/inc/change_group.class.php +www/glpi/inc/change_item.class.php +www/glpi/inc/change_problem.class.php +www/glpi/inc/change_ticket.class.php +www/glpi/inc/change_user.class.php +www/glpi/inc/changetask.class.php www/glpi/inc/commondbchild.class.php www/glpi/inc/commondbrelation.class.php www/glpi/inc/commondbtm.class.php www/glpi/inc/commondevice.class.php www/glpi/inc/commondropdown.class.php www/glpi/inc/commonglpi.class.php +www/glpi/inc/commonitilactor.class.php +www/glpi/inc/commonitilobject.class.php +www/glpi/inc/commonitiltask.class.php www/glpi/inc/commontreedropdown.class.php www/glpi/inc/computer.class.php www/glpi/inc/computer_device.class.php @@ -632,7 +531,6 @@ www/glpi/inc/devicepci.class.php www/glpi/inc/devicepowersupply.class.php www/glpi/inc/deviceprocessor.class.php www/glpi/inc/devicesoundcard.class.php -www/glpi/inc/display.function.php www/glpi/inc/displaypreference.class.php www/glpi/inc/document.class.php www/glpi/inc/document_item.class.php @@ -641,6 +539,8 @@ www/glpi/inc/documenttype.class.php www/glpi/inc/domain.class.php www/glpi/inc/dropdown.class.php www/glpi/inc/entity.class.php +www/glpi/inc/entity_knowbaseitem.class.php +www/glpi/inc/entity_reminder.class.php www/glpi/inc/entitydata.class.php www/glpi/inc/event.class.php www/glpi/inc/fieldblacklist.class.php @@ -648,14 +548,22 @@ www/glpi/inc/fieldunicity.class.php www/glpi/inc/filesystem.class.php www/glpi/inc/graphpalette.class.php www/glpi/inc/group.class.php +www/glpi/inc/group_knowbaseitem.class.php +www/glpi/inc/group_problem.class.php +www/glpi/inc/group_reminder.class.php www/glpi/inc/group_ticket.class.php www/glpi/inc/group_user.class.php www/glpi/inc/holiday.class.php +www/glpi/inc/html.class.php www/glpi/inc/includes.php www/glpi/inc/index.php www/glpi/inc/infocom.class.php www/glpi/inc/interfacetype.class.php +www/glpi/inc/item_problem.class.php +www/glpi/inc/itilcategory.class.php www/glpi/inc/knowbaseitem.class.php +www/glpi/inc/knowbaseitem_profile.class.php +www/glpi/inc/knowbaseitem_user.class.php www/glpi/inc/knowbaseitemcategory.class.php www/glpi/inc/link.class.php www/glpi/inc/link_itemtype.class.php @@ -684,12 +592,14 @@ www/glpi/inc/notificationmail.class.php www/glpi/inc/notificationmailsetting.class.php www/glpi/inc/notificationtarget.class.php www/glpi/inc/notificationtargetcartridge.class.php +www/glpi/inc/notificationtargetcommonitilobject.class.php www/glpi/inc/notificationtargetconsumable.class.php www/glpi/inc/notificationtargetcontract.class.php www/glpi/inc/notificationtargetcrontask.class.php www/glpi/inc/notificationtargetdbconnection.class.php www/glpi/inc/notificationtargetfieldunicity.class.php www/glpi/inc/notificationtargetinfocom.class.php +www/glpi/inc/notificationtargetproblem.class.php www/glpi/inc/notificationtargetreservation.class.php www/glpi/inc/notificationtargetsoftwarelicense.class.php www/glpi/inc/notificationtargetticket.class.php @@ -712,16 +622,22 @@ www/glpi/inc/phonepowersupply.class.php www/glpi/inc/phonetype.class.php www/glpi/inc/planning.class.php www/glpi/inc/plugin.class.php -www/glpi/inc/plugin.function.php www/glpi/inc/preference.class.php www/glpi/inc/printer.class.php www/glpi/inc/printermodel.class.php www/glpi/inc/printertype.class.php +www/glpi/inc/problem.class.php +www/glpi/inc/problem_ticket.class.php +www/glpi/inc/problem_user.class.php +www/glpi/inc/problemtask.class.php www/glpi/inc/profile.class.php +www/glpi/inc/profile_reminder.class.php www/glpi/inc/profile_user.class.php www/glpi/inc/registrykey.class.php www/glpi/inc/relation.constant.php www/glpi/inc/reminder.class.php +www/glpi/inc/reminder_user.class.php +www/glpi/inc/report.class.php www/glpi/inc/requesttype.class.php www/glpi/inc/reservation.class.php www/glpi/inc/reservationitem.class.php @@ -783,7 +699,7 @@ www/glpi/inc/rulesoftwarecategorycollect www/glpi/inc/ruleticket.class.php www/glpi/inc/ruleticketcollection.class.php www/glpi/inc/search.class.php -www/glpi/inc/setup.function.php +www/glpi/inc/session.class.php www/glpi/inc/singletonrulelist.class.php www/glpi/inc/sla.class.php www/glpi/inc/slalevel.class.php @@ -794,6 +710,8 @@ www/glpi/inc/softwarecategory.class.php www/glpi/inc/softwarelicense.class.php www/glpi/inc/softwarelicensetype.class.php www/glpi/inc/softwareversion.class.php +www/glpi/inc/solutiontemplate.class.php +www/glpi/inc/solutiontype.class.php www/glpi/inc/stat.class.php www/glpi/inc/state.class.php www/glpi/inc/supplier.class.php @@ -802,18 +720,21 @@ www/glpi/inc/taskcategory.class.php www/glpi/inc/ticket.class.php www/glpi/inc/ticket_ticket.class.php www/glpi/inc/ticket_user.class.php -www/glpi/inc/ticketcategory.class.php www/glpi/inc/ticketfollowup.class.php -www/glpi/inc/ticketplanning.class.php +www/glpi/inc/ticketrecurrent.class.php www/glpi/inc/ticketsatisfaction.class.php -www/glpi/inc/ticketsolutiontemplate.class.php -www/glpi/inc/ticketsolutiontype.class.php www/glpi/inc/tickettask.class.php +www/glpi/inc/tickettemplate.class.php +www/glpi/inc/tickettemplatehiddenfield.class.php +www/glpi/inc/tickettemplatemandatoryfield.class.php +www/glpi/inc/tickettemplatepredefinedfield.class.php www/glpi/inc/ticketvalidation.class.php www/glpi/inc/timer.class.php +www/glpi/inc/toolbox.class.php www/glpi/inc/transfer.class.php www/glpi/inc/user.class.php www/glpi/inc/usercategory.class.php +www/glpi/inc/useremail.class.php www/glpi/inc/usertitle.class.php www/glpi/inc/virtualmachinestate.class.php www/glpi/inc/virtualmachinesystem.class.php @@ -824,7 +745,7 @@ www/glpi/index.php www/glpi/install/index.php www/glpi/install/install.php www/glpi/install/mysql/.htaccess -www/glpi/install/mysql/glpi-0.80.3-empty.sql +www/glpi/install/mysql/glpi-0.83.1-empty.sql www/glpi/install/update.php www/glpi/install/update_031_04.php www/glpi/install/update_042_05.php @@ -847,7 +768,10 @@ www/glpi/install/update_0782_080.php www/glpi/install/update_078_0781.php www/glpi/install/update_07_071.php www/glpi/install/update_0801_0803.php +www/glpi/install/update_0803_083.php www/glpi/install/update_080_0801.php +www/glpi/install/update_0831_0833.php +www/glpi/install/update_083_0831.php www/glpi/install/update_content.php www/glpi/install/update_to_031.php www/glpi/lib/cache_lite/LICENSE @@ -1249,6 +1173,7 @@ www/glpi/lib/extjs/resources/images/defa www/glpi/lib/extjs/resources/images/default/window/top-bottom.png www/glpi/lib/extjs/resources/images/default/window/top-bottom.psd www/glpi/lib/extjs/s.gif +www/glpi/lib/extrajs/TabScrollerMenu.js www/glpi/lib/extrajs/datetime.js www/glpi/lib/extrajs/spancombobox.js www/glpi/lib/extrajs/starslider/images/slider-bg.jpg @@ -1423,28 +1348,55 @@ www/glpi/lib/ezpdf/class.ezpdf.php www/glpi/lib/ezpdf/class.pdf.php www/glpi/lib/ezpdf/fonts/Helvetica.afm www/glpi/lib/ezpdf/fonts/php_Helvetica.afm +www/glpi/lib/htmlawed/htmLawed.php www/glpi/lib/icalcreator/iCalUtilityFunctions.class.php www/glpi/lib/icalcreator/iCalcreator.class.php www/glpi/lib/icalcreator/lgpl.txt www/glpi/lib/index.php www/glpi/lib/phpcas/CAS.php +www/glpi/lib/phpcas/CAS/AuthenticationException.php +www/glpi/lib/phpcas/CAS/Autoload.php +www/glpi/lib/phpcas/CAS/Client.php www/glpi/lib/phpcas/CAS/CookieJar.php -www/glpi/lib/phpcas/CAS/PGTStorage/pgt-file.php -www/glpi/lib/phpcas/CAS/PGTStorage/pgt-main.php +www/glpi/lib/phpcas/CAS/Exception.php +www/glpi/lib/phpcas/CAS/GracefullTerminationException.php +www/glpi/lib/phpcas/CAS/InvalidArgumentException.php +www/glpi/lib/phpcas/CAS/Languages/Catalan.php +www/glpi/lib/phpcas/CAS/Languages/English.php +www/glpi/lib/phpcas/CAS/Languages/French.php +www/glpi/lib/phpcas/CAS/Languages/German.php +www/glpi/lib/phpcas/CAS/Languages/Greek.php +www/glpi/lib/phpcas/CAS/Languages/Japanese.php +www/glpi/lib/phpcas/CAS/Languages/LanguageInterface.php +www/glpi/lib/phpcas/CAS/Languages/Spanish.php +www/glpi/lib/phpcas/CAS/OutOfSequenceException.php +www/glpi/lib/phpcas/CAS/PGTStorage/AbstractStorage.php +www/glpi/lib/phpcas/CAS/PGTStorage/Db.php +www/glpi/lib/phpcas/CAS/PGTStorage/File.php +www/glpi/lib/phpcas/CAS/ProxiedService.php +www/glpi/lib/phpcas/CAS/ProxiedService/Abstract.php +www/glpi/lib/phpcas/CAS/ProxiedService/Exception.php +www/glpi/lib/phpcas/CAS/ProxiedService/Http.php +www/glpi/lib/phpcas/CAS/ProxiedService/Http/Abstract.php +www/glpi/lib/phpcas/CAS/ProxiedService/Http/Get.php +www/glpi/lib/phpcas/CAS/ProxiedService/Http/Post.php +www/glpi/lib/phpcas/CAS/ProxiedService/Imap.php +www/glpi/lib/phpcas/CAS/ProxiedService/Testable.php +www/glpi/lib/phpcas/CAS/ProxyChain.php +www/glpi/lib/phpcas/CAS/ProxyChain/AllowedList.php +www/glpi/lib/phpcas/CAS/ProxyChain/Any.php +www/glpi/lib/phpcas/CAS/ProxyChain/Interface.php +www/glpi/lib/phpcas/CAS/ProxyChain/Trusted.php +www/glpi/lib/phpcas/CAS/ProxyTicketException.php www/glpi/lib/phpcas/CAS/Request/AbstractRequest.php +www/glpi/lib/phpcas/CAS/Request/CurlMultiRequest.php www/glpi/lib/phpcas/CAS/Request/CurlRequest.php +www/glpi/lib/phpcas/CAS/Request/Exception.php +www/glpi/lib/phpcas/CAS/Request/MultiRequestInterface.php www/glpi/lib/phpcas/CAS/Request/RequestInterface.php -www/glpi/lib/phpcas/CAS/client.php -www/glpi/lib/phpcas/CAS/languages/catalan.php -www/glpi/lib/phpcas/CAS/languages/english.php -www/glpi/lib/phpcas/CAS/languages/french.php -www/glpi/lib/phpcas/CAS/languages/german.php -www/glpi/lib/phpcas/CAS/languages/greek.php -www/glpi/lib/phpcas/CAS/languages/japanese.php -www/glpi/lib/phpcas/CAS/languages/languages.php -www/glpi/lib/phpcas/CAS/languages/spanish.php -www/glpi/lib/phpcas/ChangeLog -www/glpi/lib/phpcas/README +www/glpi/lib/phpcas/LICENSE +www/glpi/lib/phpcas/NOTICE +www/glpi/lib/phpcas/README.md www/glpi/lib/phpmailer/ChangeLog.txt www/glpi/lib/phpmailer/LICENSE www/glpi/lib/phpmailer/README @@ -1985,7 +1937,9 @@ www/glpi/locales/dk_DK.php www/glpi/locales/ee_ET.php www/glpi/locales/el_EL.php www/glpi/locales/en_GB.php +www/glpi/locales/en_US.php www/glpi/locales/es_AR.php +www/glpi/locales/es_CO.php www/glpi/locales/es_ES.php www/glpi/locales/es_MX.php www/glpi/locales/es_VE.php @@ -2018,6 +1972,7 @@ www/glpi/locales/zh_TW.php www/glpi/login.php www/glpi/logout.php www/glpi/pics/PICS-AUTHORS.txt +www/glpi/pics/accepted.png www/glpi/pics/actualiser.png www/glpi/pics/add.png www/glpi/pics/add_dropdown.png @@ -2033,7 +1988,6 @@ www/glpi/pics/closed.png www/glpi/pics/collapse.gif www/glpi/pics/corners.gif www/glpi/pics/delete.png -www/glpi/pics/delete2.png www/glpi/pics/deplier_down.png www/glpi/pics/deplier_up.png www/glpi/pics/dollar.png @@ -2077,6 +2031,7 @@ www/glpi/pics/extjs/window/left-corners. www/glpi/pics/extjs/window/left-right.png www/glpi/pics/extjs/window/right-corners.png www/glpi/pics/extjs/window/top-bottom.png +www/glpi/pics/extrajs/tab-scroller-menu.gif www/glpi/pics/faqadd.png www/glpi/pics/faqdelete.png www/glpi/pics/faqedit.png @@ -2094,7 +2049,6 @@ www/glpi/pics/first_off.png www/glpi/pics/folder-open.png www/glpi/pics/folder.png www/glpi/pics/fond-central.png -www/glpi/pics/fond-stats.gif www/glpi/pics/fond.png www/glpi/pics/fond_form.png www/glpi/pics/fond_form_on.png @@ -2102,8 +2056,6 @@ www/glpi/pics/fond_ico_cons.png www/glpi/pics/fond_ico_cons_on.png www/glpi/pics/fond_onglet.png www/glpi/pics/fond_th.png -www/glpi/pics/fondgraph1.png -www/glpi/pics/fondgraph2.png www/glpi/pics/greenbutton.png www/glpi/pics/groupes.png www/glpi/pics/haut_install.png @@ -2114,6 +2066,7 @@ www/glpi/pics/icones/avi-dist.png www/glpi/pics/icones/bmp-dist.png www/glpi/pics/icones/bz2-dist.png www/glpi/pics/icones/c-dist.png +www/glpi/pics/icones/csv-dist.png www/glpi/pics/icones/deb-dist.png www/glpi/pics/icones/defaut-dist.png www/glpi/pics/icones/doc-dist.png @@ -2157,6 +2110,8 @@ www/glpi/pics/icones/rtf-dist.png www/glpi/pics/icones/sdd-dist.png www/glpi/pics/icones/sdw-dist.png www/glpi/pics/icones/sit-dist.png +www/glpi/pics/icones/svg-dist.png +www/glpi/pics/icones/swf-dist.png www/glpi/pics/icones/sxc-dist.png www/glpi/pics/icones/sxd-dist.png www/glpi/pics/icones/sxi-dist.png @@ -2199,9 +2154,11 @@ www/glpi/pics/moins.png www/glpi/pics/moyenne.png www/glpi/pics/new.png www/glpi/pics/noir.png +www/glpi/pics/observe.png www/glpi/pics/ok.png www/glpi/pics/ok2.png www/glpi/pics/options_search.png +www/glpi/pics/orangebutton.png www/glpi/pics/pdf.png www/glpi/pics/periph.png www/glpi/pics/plan.png @@ -2230,7 +2187,7 @@ www/glpi/pics/rightsearch.png www/glpi/pics/sauvegardes.png www/glpi/pics/showdeleted.png www/glpi/pics/showdeleted_no.png -www/glpi/pics/slk.png +www/glpi/pics/showselect.png www/glpi/pics/solved.png www/glpi/pics/stats_item.png www/glpi/pics/supplier.png @@ -2253,6 +2210,7 @@ www/glpi/status.php @dirrm www/glpi/scripts @dirrm www/glpi/plugins @dirrm www/glpi/pics/icones +@dirrm www/glpi/pics/extrajs @dirrm www/glpi/pics/extjs/window @dirrm www/glpi/pics/extjs/tabs @dirrm www/glpi/pics/extjs/qtip @@ -2294,12 +2252,16 @@ www/glpi/status.php @dirrm www/glpi/lib/tiny_mce @dirrm www/glpi/lib/phpmailer/language @dirrm www/glpi/lib/phpmailer -@dirrm www/glpi/lib/phpcas/CAS/languages @dirrm www/glpi/lib/phpcas/CAS/Request +@dirrm www/glpi/lib/phpcas/CAS/ProxyChain +@dirrm www/glpi/lib/phpcas/CAS/ProxiedService/Http +@dirrm www/glpi/lib/phpcas/CAS/ProxiedService @dirrm www/glpi/lib/phpcas/CAS/PGTStorage +@dirrm www/glpi/lib/phpcas/CAS/Languages @dirrm www/glpi/lib/phpcas/CAS @dirrm www/glpi/lib/phpcas @dirrm www/glpi/lib/icalcreator +@dirrm www/glpi/lib/htmlawed @dirrm www/glpi/lib/ezpdf/fonts @dirrm www/glpi/lib/ezpdf @dirrm www/glpi/lib/ezcomponents/autoload From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 12:17:30 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 68368106564A; Tue, 11 Sep 2012 12:17:30 +0000 (UTC) (envelope-from cperciva@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 52D788FC12; Tue, 11 Sep 2012 12:17:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BCHURD043827; Tue, 11 Sep 2012 12:17:30 GMT (envelope-from cperciva@svn.freebsd.org) Received: (from cperciva@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BCHUxD043825; Tue, 11 Sep 2012 12:17:30 GMT (envelope-from cperciva@svn.freebsd.org) Message-Id: <201209111217.q8BCHUxD043825@svn.freebsd.org> From: Colin Percival Date: Tue, 11 Sep 2012 12:17:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304091 - head/devel/libftdi X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 12:17:30 -0000 Author: cperciva Date: Tue Sep 11 12:17:29 2012 New Revision: 304091 URL: http://svn.freebsd.org/changeset/ports/304091 Log: Fix build problems with new automake. PR: ports/170241 (partial - upgrade to new version not done) Submitted by: Craig Leres Approved by: maintainer timeout Modified: head/devel/libftdi/Makefile Modified: head/devel/libftdi/Makefile ============================================================================== --- head/devel/libftdi/Makefile Tue Sep 11 12:05:13 2012 (r304090) +++ head/devel/libftdi/Makefile Tue Sep 11 12:17:29 2012 (r304091) @@ -47,7 +47,7 @@ post-patch: ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in pre-configure: - @cd ${WRKSRC} && ${AUTORECONF} + @cd ${WRKSRC} && ${AUTORECONF} --force --install post-install: .if !defined(NOPORTDOCS) From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 13:06:32 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 94BAF106566B; Tue, 11 Sep 2012 13:06:32 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 65ED68FC0C; Tue, 11 Sep 2012 13:06:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BD6WU2051491; Tue, 11 Sep 2012 13:06:32 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BD6WpT051489; Tue, 11 Sep 2012 13:06:32 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201209111306.q8BD6WpT051489@svn.freebsd.org> From: Max Brazhnikov Date: Tue, 11 Sep 2012 13:06:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304092 - head/games/supertux-devel X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 13:06:32 -0000 Author: makc Date: Tue Sep 11 13:06:31 2012 New Revision: 304092 URL: http://svn.freebsd.org/changeset/ports/304092 Log: Copy supertux to supertux-devel Added: head/games/supertux-devel/ - copied from r304038, head/games/supertux/ From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 13:16:44 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C15B106566C; Tue, 11 Sep 2012 13:16:44 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E1FE18FC15; Tue, 11 Sep 2012 13:16:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BDGhZU053448; Tue, 11 Sep 2012 13:16:43 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BDGhi3053442; Tue, 11 Sep 2012 13:16:43 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201209111316.q8BDGhi3053442@svn.freebsd.org> From: Max Brazhnikov Date: Tue, 11 Sep 2012 13:16:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304093 - in head/games/supertux-devel: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 13:16:44 -0000 Author: makc Date: Tue Sep 11 13:16:43 2012 New Revision: 304093 URL: http://svn.freebsd.org/changeset/ports/304093 Log: - Update to 0.3.3 (development snapshot) - Update description and follow upstream naming - SuperTux Added: head/games/supertux-devel/files/ head/games/supertux-devel/files/patch-CMakeLists.txt (contents, props changed) Modified: head/games/supertux-devel/Makefile (contents, props changed) head/games/supertux-devel/distinfo (contents, props changed) head/games/supertux-devel/pkg-descr (contents, props changed) head/games/supertux-devel/pkg-plist (contents, props changed) Modified: head/games/supertux-devel/Makefile ============================================================================== --- head/games/supertux-devel/Makefile Tue Sep 11 13:06:31 2012 (r304092) +++ head/games/supertux-devel/Makefile Tue Sep 11 13:16:43 2012 (r304093) @@ -1,28 +1,30 @@ -# New ports collection makefile for: supertux -# Date created: 2004-04-17 -# Whom: michael johnson -# # $FreeBSD$ -# PORTNAME= supertux -PORTVERSION= 0.1.3 -PORTREVISION= 9 +PORTVERSION= 0.3.3 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_BERLIOS} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +PKGNAMESUFFIX= -devel MAINTAINER= makc@FreeBSD.org -COMMENT= Super Tux is a side-scroller similar to Super Mario Brothers +COMMENT= SuperTux is a side-scroller similar to Super Mario Brothers + +BUILD_DEPENDS= ${LOCALBASE}/include/boost/smart_ptr.hpp:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs \ + curl.6:${PORTSDIR}/ftp/curl \ + vorbis.4:${PORTSDIR}/audio/libvorbis USE_BZIP2= yes USE_SDL= image mixer -USE_GL= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-debug +USE_OPENAL= al +USE_GL= glew +USE_CMAKE= yes +MAKE_JOBS_SAFE= yes post-patch: - @${REINPLACE_CMD} -e 's,Menu::,,' ${WRKSRC}/src/menu.h + ${REINPLACE_CMD} -e '/^#.*/d' \ + ${WRKSRC}/src/addon/addon_manager.cpp + ${REINPLACE_CMD} -e '/^Icon=/s,supertux.png,supertux2.png,' \ + ${WRKSRC}/supertux2.desktop .include Modified: head/games/supertux-devel/distinfo ============================================================================== --- head/games/supertux-devel/distinfo Tue Sep 11 13:06:31 2012 (r304092) +++ head/games/supertux-devel/distinfo Tue Sep 11 13:16:43 2012 (r304093) @@ -1,2 +1,2 @@ -SHA256 (supertux-0.1.3.tar.bz2) = 0092588351776626955339caaa62d12ce5954bb80c5f6952f60a122f53c2ad97 -SIZE (supertux-0.1.3.tar.bz2) = 6715265 +SHA256 (supertux-0.3.3.tar.bz2) = fceaf95251092d5698211ff0f51f1c50237fa5e2a6690464e9835a66e18301d0 +SIZE (supertux-0.3.3.tar.bz2) = 58636270 Added: head/games/supertux-devel/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/supertux-devel/files/patch-CMakeLists.txt Tue Sep 11 13:16:43 2012 (r304093) @@ -0,0 +1,20 @@ +--- ./CMakeLists.txt.orig 2010-03-01 12:40:55.000000000 +0000 ++++ ./CMakeLists.txt 2012-09-10 22:29:07.183039461 +0000 +@@ -379,13 +379,15 @@ + + ELSE(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") + +- SET(INSTALL_SUBDIR_BIN "games" CACHE STRING "Installation subdir for binaries") ++ SET(INSTALL_SUBDIR_BIN "bin" CACHE STRING "Installation subdir for binaries") + SET(INSTALL_SUBDIR_SHARE "share/games/supertux2" CACHE STRING "Installation subdir for data") + SET(INSTALL_SUBDIR_DOC "share/doc/supertux2" CACHE STRING "Installation subdir for docs") + + INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/supertux2.desktop DESTINATION "share/applications") + +- INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/images/engine/icons/supertux.png ${CMAKE_CURRENT_SOURCE_DIR}/data/images/engine/icons/supertux.xpm DESTINATION "share/pixmaps/") ++ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/images/engine/icons/supertux.png DESTINATION "share/pixmaps/" RENAME supertux2.png) ++ ++ INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/images/engine/icons/supertux.xpm DESTINATION "share/pixmaps/" RENAME supertux2.xpm) + + ENDIF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin") + ENDIF(WIN32 AND NOT UNIX) Modified: head/games/supertux-devel/pkg-descr ============================================================================== --- head/games/supertux-devel/pkg-descr Tue Sep 11 13:06:31 2012 (r304092) +++ head/games/supertux-devel/pkg-descr Tue Sep 11 13:16:43 2012 (r304093) @@ -1,5 +1,7 @@ -Super Tux is a side-scrolling run-and-jump game with a level editor -similar to the original game "Super Mario Bros."from the Nintendo +SuperTux is a side-scrolling run-and-jump game with a level editor +similar to the original game "Super Mario Bros." from the Nintendo Entertainment System. -WWW: http://supertux.berlios.de/ +This port provides development version of SuperTux. + +WWW: http://supertux.lethargik.org/ Modified: head/games/supertux-devel/pkg-plist ============================================================================== --- head/games/supertux-devel/pkg-plist Tue Sep 11 13:06:31 2012 (r304092) +++ head/games/supertux-devel/pkg-plist Tue Sep 11 13:16:43 2012 (r304093) @@ -1,797 +1,2037 @@ -bin/supertux -share/applications/supertux.desktop -share/pixmaps/supertux.png -%%DATADIR%%/CREDITS -%%DATADIR%%/extro-bonus.txt -%%DATADIR%%/extro-bonus2.txt -%%DATADIR%%/extro.txt -%%DATADIR%%/images/background/arctis.png -%%DATADIR%%/images/background/arctis2.jpg -%%DATADIR%%/images/background/arctis_dark.jpg -%%DATADIR%%/images/background/cave2.jpg -%%DATADIR%%/images/background/extro.jpg -%%DATADIR%%/images/background/ocean.png -%%DATADIR%%/images/background/oiltux.jpg -%%DATADIR%%/images/icon.xpm -%%DATADIR%%/images/icons/bgd.png -%%DATADIR%%/images/icons/bkgrd.png -%%DATADIR%%/images/icons/default-icon.png -%%DATADIR%%/images/icons/down.png -%%DATADIR%%/images/icons/emy.png -%%DATADIR%%/images/icons/exit.png -%%DATADIR%%/images/icons/fgd.png -%%DATADIR%%/images/icons/frgrd.png -%%DATADIR%%/images/icons/intact.png -%%DATADIR%%/images/icons/left.png -%%DATADIR%%/images/icons/objects.png -%%DATADIR%%/images/icons/properties.png -%%DATADIR%%/images/icons/right.png -%%DATADIR%%/images/icons/rubber.png -%%DATADIR%%/images/icons/save.png -%%DATADIR%%/images/icons/select-mode1.png -%%DATADIR%%/images/icons/select-mode2.png -%%DATADIR%%/images/icons/select-one.png -%%DATADIR%%/images/icons/select.png -%%DATADIR%%/images/icons/settings.png -%%DATADIR%%/images/icons/test-level.png -%%DATADIR%%/images/icons/tilegroup.png -%%DATADIR%%/images/icons/up.png -%%DATADIR%%/images/shared/1up.png -%%DATADIR%%/images/shared/bouncingsnowball-left-0.png -%%DATADIR%%/images/shared/bouncingsnowball-left-1.png -%%DATADIR%%/images/shared/bouncingsnowball-left-2.png -%%DATADIR%%/images/shared/bouncingsnowball-left-3.png -%%DATADIR%%/images/shared/bouncingsnowball-left-4.png -%%DATADIR%%/images/shared/bouncingsnowball-left-5.png -%%DATADIR%%/images/shared/bouncingsnowball-right-0.png -%%DATADIR%%/images/shared/bouncingsnowball-right-1.png -%%DATADIR%%/images/shared/bouncingsnowball-right-2.png -%%DATADIR%%/images/shared/bouncingsnowball-right-3.png -%%DATADIR%%/images/shared/bouncingsnowball-right-4.png -%%DATADIR%%/images/shared/bouncingsnowball-right-5.png -%%DATADIR%%/images/shared/bullet-1.png -%%DATADIR%%/images/shared/bullet-2.png -%%DATADIR%%/images/shared/bullet-3.png -%%DATADIR%%/images/shared/bullet-4.png -%%DATADIR%%/images/shared/cloud-00.png -%%DATADIR%%/images/shared/cloud-01.png -%%DATADIR%%/images/shared/cloud-02.png -%%DATADIR%%/images/shared/cloud-03.png -%%DATADIR%%/images/shared/cloud-10.png -%%DATADIR%%/images/shared/cloud-11.png -%%DATADIR%%/images/shared/cloud-12.png -%%DATADIR%%/images/shared/cloud-13.png -%%DATADIR%%/images/shared/cloud.png -%%DATADIR%%/images/shared/egg.png -%%DATADIR%%/images/shared/firetux-duck-left.png -%%DATADIR%%/images/shared/firetux-duck-right.png -%%DATADIR%%/images/shared/firetux-grab-left-0.png -%%DATADIR%%/images/shared/firetux-grab-right-0.png -%%DATADIR%%/images/shared/firetux-jump-left-0.png -%%DATADIR%%/images/shared/firetux-jump-right-0.png -%%DATADIR%%/images/shared/firetux-kick-left-0.png -%%DATADIR%%/images/shared/firetux-kick-right-0.png -%%DATADIR%%/images/shared/firetux-skid-left.png -%%DATADIR%%/images/shared/firetux-skid-right.png -%%DATADIR%%/images/shared/firetux-stand-left.png -%%DATADIR%%/images/shared/firetux-stand-right.png -%%DATADIR%%/images/shared/firetux-walk-left-0.png -%%DATADIR%%/images/shared/firetux-walk-left-1.png -%%DATADIR%%/images/shared/firetux-walk-left-2.png -%%DATADIR%%/images/shared/firetux-walk-left-3.png -%%DATADIR%%/images/shared/firetux-walk-left-4.png -%%DATADIR%%/images/shared/firetux-walk-left-5.png -%%DATADIR%%/images/shared/firetux-walk-right-0.png -%%DATADIR%%/images/shared/firetux-walk-right-1.png -%%DATADIR%%/images/shared/firetux-walk-right-2.png -%%DATADIR%%/images/shared/firetux-walk-right-3.png -%%DATADIR%%/images/shared/firetux-walk-right-4.png -%%DATADIR%%/images/shared/firetux-walk-right-5.png -%%DATADIR%%/images/shared/fish-down-0.png -%%DATADIR%%/images/shared/fish-left-0.png -%%DATADIR%%/images/shared/fish-left-1.png -%%DATADIR%%/images/shared/flag-0.png -%%DATADIR%%/images/shared/flag-1.png -%%DATADIR%%/images/shared/flame-0.png -%%DATADIR%%/images/shared/flame-1.png -%%DATADIR%%/images/shared/flyingsnowball-left-0.png -%%DATADIR%%/images/shared/flyingsnowball-left-1.png -%%DATADIR%%/images/shared/iceflower-1.png -%%DATADIR%%/images/shared/iceflower-2.png -%%DATADIR%%/images/shared/iceflower-3.png -%%DATADIR%%/images/shared/iceflower.png -%%DATADIR%%/images/shared/jumpy-left-down-0.png -%%DATADIR%%/images/shared/jumpy-left-middle-0.png -%%DATADIR%%/images/shared/jumpy-left-up-0.png -%%DATADIR%%/images/shared/largetux-grab-left-0.png -%%DATADIR%%/images/shared/largetux-grab-right-0.png -%%DATADIR%%/images/shared/largetux-jump-left-0.png -%%DATADIR%%/images/shared/largetux-jump-right-0.png -%%DATADIR%%/images/shared/largetux-kick-left-0.png -%%DATADIR%%/images/shared/largetux-kick-right-0.png -%%DATADIR%%/images/shared/largetux-skid-left.png -%%DATADIR%%/images/shared/largetux-skid-right.png -%%DATADIR%%/images/shared/largetux-stand-left.png -%%DATADIR%%/images/shared/largetux-stand-right.png -%%DATADIR%%/images/shared/largetux-star-0.png -%%DATADIR%%/images/shared/largetux-star-1.png -%%DATADIR%%/images/shared/largetux-star-2.png -%%DATADIR%%/images/shared/largetux-walk-left-0.png -%%DATADIR%%/images/shared/largetux-walk-left-1.png -%%DATADIR%%/images/shared/largetux-walk-left-2.png -%%DATADIR%%/images/shared/largetux-walk-left-3.png -%%DATADIR%%/images/shared/largetux-walk-left-4.png -%%DATADIR%%/images/shared/largetux-walk-left-5.png -%%DATADIR%%/images/shared/largetux-walk-right-0.png -%%DATADIR%%/images/shared/largetux-walk-right-1.png -%%DATADIR%%/images/shared/largetux-walk-right-2.png -%%DATADIR%%/images/shared/largetux-walk-right-3.png -%%DATADIR%%/images/shared/largetux-walk-right-4.png -%%DATADIR%%/images/shared/largetux-walk-right-5.png -%%DATADIR%%/images/shared/mrbomb-explosion-1.png -%%DATADIR%%/images/shared/mrbomb-explosion.png -%%DATADIR%%/images/shared/mrbomb-left-0.png -%%DATADIR%%/images/shared/mrbomb-left-1.png -%%DATADIR%%/images/shared/mrbomb-left-2.png -%%DATADIR%%/images/shared/mrbomb-left-3.png -%%DATADIR%%/images/shared/mrbomb-right-0.png -%%DATADIR%%/images/shared/mrbomb-right-1.png -%%DATADIR%%/images/shared/mrbomb-right-2.png -%%DATADIR%%/images/shared/mrbomb-right-3.png -%%DATADIR%%/images/shared/mrbombx-left-0.png -%%DATADIR%%/images/shared/mrbombx-left-1.png -%%DATADIR%%/images/shared/mrbombx-right-0.png -%%DATADIR%%/images/shared/mrbombx-right-1.png -%%DATADIR%%/images/shared/mriceblock-flat-left.png -%%DATADIR%%/images/shared/mriceblock-flat-right.png -%%DATADIR%%/images/shared/mriceblock-left-0.png -%%DATADIR%%/images/shared/mriceblock-left-1.png -%%DATADIR%%/images/shared/mriceblock-left-2.png -%%DATADIR%%/images/shared/mriceblock-left-3.png -%%DATADIR%%/images/shared/mriceblock-right-0.png -%%DATADIR%%/images/shared/mriceblock-right-1.png -%%DATADIR%%/images/shared/mriceblock-right-2.png -%%DATADIR%%/images/shared/mriceblock-right-3.png -%%DATADIR%%/images/shared/pole.png -%%DATADIR%%/images/shared/poletop.png -%%DATADIR%%/images/shared/resetpoint.png -%%DATADIR%%/images/shared/smalltux-gameover-0.png -%%DATADIR%%/images/shared/smalltux-gameover-1.png -%%DATADIR%%/images/shared/smalltux-grab-left-0.png -%%DATADIR%%/images/shared/smalltux-grab-right-0.png -%%DATADIR%%/images/shared/smalltux-jump-left.png -%%DATADIR%%/images/shared/smalltux-jump-right.png -%%DATADIR%%/images/shared/smalltux-kick-left-0.png -%%DATADIR%%/images/shared/smalltux-kick-right-0.png -%%DATADIR%%/images/shared/smalltux-left-1.png -%%DATADIR%%/images/shared/smalltux-left-2.png -%%DATADIR%%/images/shared/smalltux-left-3.png -%%DATADIR%%/images/shared/smalltux-left-4.png -%%DATADIR%%/images/shared/smalltux-left-5.png -%%DATADIR%%/images/shared/smalltux-left-6.png -%%DATADIR%%/images/shared/smalltux-left-7.png -%%DATADIR%%/images/shared/smalltux-left-8.png -%%DATADIR%%/images/shared/smalltux-right-1.png -%%DATADIR%%/images/shared/smalltux-right-2.png -%%DATADIR%%/images/shared/smalltux-right-3.png -%%DATADIR%%/images/shared/smalltux-right-4.png -%%DATADIR%%/images/shared/smalltux-right-5.png -%%DATADIR%%/images/shared/smalltux-right-6.png -%%DATADIR%%/images/shared/smalltux-right-7.png -%%DATADIR%%/images/shared/smalltux-right-8.png -%%DATADIR%%/images/shared/smalltux-skid-left.png -%%DATADIR%%/images/shared/smalltux-skid-right.png -%%DATADIR%%/images/shared/smalltux-star-0.png -%%DATADIR%%/images/shared/smalltux-star-1.png -%%DATADIR%%/images/shared/smalltux-star-2.png -%%DATADIR%%/images/shared/snow0.png -%%DATADIR%%/images/shared/snow1.png -%%DATADIR%%/images/shared/snow2.png -%%DATADIR%%/images/shared/snowball-left-0.png -%%DATADIR%%/images/shared/snowball-left-1.png -%%DATADIR%%/images/shared/snowball-left-2.png -%%DATADIR%%/images/shared/snowball-right-0.png -%%DATADIR%%/images/shared/snowball-right-1.png -%%DATADIR%%/images/shared/snowball-right-2.png -%%DATADIR%%/images/shared/snowball-squished-left.png -%%DATADIR%%/images/shared/snowball-squished-right.png -%%DATADIR%%/images/shared/spiky-left-0.png -%%DATADIR%%/images/shared/spiky-left-1.png -%%DATADIR%%/images/shared/spiky-left-2.png -%%DATADIR%%/images/shared/spiky-right-0.png -%%DATADIR%%/images/shared/spiky-right-1.png -%%DATADIR%%/images/shared/spiky-right-2.png -%%DATADIR%%/images/shared/stalactite-broken.png -%%DATADIR%%/images/shared/stalactite.png -%%DATADIR%%/images/shared/star-1.png -%%DATADIR%%/images/shared/star-2.png -%%DATADIR%%/images/shared/star-3.png -%%DATADIR%%/images/shared/star-4.png -%%DATADIR%%/images/shared/star.png -%%DATADIR%%/images/shared/tux-duck-left.png -%%DATADIR%%/images/shared/tux-duck-right.png -%%DATADIR%%/images/shared/tux-duck.png -%%DATADIR%%/images/shared/tux-life.png -%%DATADIR%%/images/shared/water.png -%%DATADIR%%/images/shared/waves-0.png -%%DATADIR%%/images/shared/waves-1.png -%%DATADIR%%/images/shared/waves-2.png -%%DATADIR%%/images/status/back.png -%%DATADIR%%/images/status/checkbox-checked.png -%%DATADIR%%/images/status/checkbox.png -%%DATADIR%%/images/status/choose-level-subset.png -%%DATADIR%%/images/status/choose-subset.png -%%DATADIR%%/images/status/letters-black.png -%%DATADIR%%/images/status/letters-blue.png -%%DATADIR%%/images/status/letters-gold.png -%%DATADIR%%/images/status/letters-green.png -%%DATADIR%%/images/status/letters-red.png -%%DATADIR%%/images/status/letters-silver.png -%%DATADIR%%/images/status/letters-white-big.png -%%DATADIR%%/images/status/letters-white-small.png -%%DATADIR%%/images/status/letters-white.png -%%DATADIR%%/images/status/level-subset-info.png -%%DATADIR%%/images/status/lives.png -%%DATADIR%%/images/status/mousecursor.png -%%DATADIR%%/images/status/numbers.png -%%DATADIR%%/images/status/score.png -%%DATADIR%%/images/status/select-cursor.png -%%DATADIR%%/images/tilesets/background.stgt -%%DATADIR%%/images/tilesets/background1.png -%%DATADIR%%/images/tilesets/background2.png -%%DATADIR%%/images/tilesets/background3.png -%%DATADIR%%/images/tilesets/background4.png -%%DATADIR%%/images/tilesets/background5.png -%%DATADIR%%/images/tilesets/background6.png -%%DATADIR%%/images/tilesets/background7.png -%%DATADIR%%/images/tilesets/background8.png -%%DATADIR%%/images/tilesets/backgroundtile1.png -%%DATADIR%%/images/tilesets/backgroundtile2.png -%%DATADIR%%/images/tilesets/backgroundtile3.png -%%DATADIR%%/images/tilesets/backgroundtile4.png -%%DATADIR%%/images/tilesets/backgroundtile5.png -%%DATADIR%%/images/tilesets/bkgd-00.png -%%DATADIR%%/images/tilesets/bkgd-01.png -%%DATADIR%%/images/tilesets/bkgd-02.png -%%DATADIR%%/images/tilesets/bkgd-03.png -%%DATADIR%%/images/tilesets/bkgd-10.png -%%DATADIR%%/images/tilesets/bkgd-11.png -%%DATADIR%%/images/tilesets/bkgd-12.png -%%DATADIR%%/images/tilesets/bkgd-13.png -%%DATADIR%%/images/tilesets/black.png -%%DATADIR%%/images/tilesets/block.stgt -%%DATADIR%%/images/tilesets/block1.png -%%DATADIR%%/images/tilesets/block10.png -%%DATADIR%%/images/tilesets/block11.png -%%DATADIR%%/images/tilesets/block2.png -%%DATADIR%%/images/tilesets/block3.png -%%DATADIR%%/images/tilesets/block4.png -%%DATADIR%%/images/tilesets/block5.png -%%DATADIR%%/images/tilesets/block6.png -%%DATADIR%%/images/tilesets/block7.png -%%DATADIR%%/images/tilesets/block8.png -%%DATADIR%%/images/tilesets/block9.png -%%DATADIR%%/images/tilesets/bonus-1up.png -%%DATADIR%%/images/tilesets/bonus-flower.png -%%DATADIR%%/images/tilesets/bonus-grow.png -%%DATADIR%%/images/tilesets/bonus-herring.png -%%DATADIR%%/images/tilesets/bonus-invisible.png -%%DATADIR%%/images/tilesets/bonus1.png -%%DATADIR%%/images/tilesets/bonus2-1.png -%%DATADIR%%/images/tilesets/bonus2-2.png -%%DATADIR%%/images/tilesets/bonus2-3.png -%%DATADIR%%/images/tilesets/bonus2-4.png -%%DATADIR%%/images/tilesets/bonus2-5.png -%%DATADIR%%/images/tilesets/bonus2-d.png -%%DATADIR%%/images/tilesets/box-empty.png -%%DATADIR%%/images/tilesets/box-full.png -%%DATADIR%%/images/tilesets/brick0.png -%%DATADIR%%/images/tilesets/brick1.png -%%DATADIR%%/images/tilesets/cloud-00.png -%%DATADIR%%/images/tilesets/cloud-01.png -%%DATADIR%%/images/tilesets/cloud-02.png -%%DATADIR%%/images/tilesets/cloud-03.png -%%DATADIR%%/images/tilesets/cloud-10.png -%%DATADIR%%/images/tilesets/cloud-11.png -%%DATADIR%%/images/tilesets/cloud-12.png -%%DATADIR%%/images/tilesets/cloud-13.png -%%DATADIR%%/images/tilesets/coin1.png -%%DATADIR%%/images/tilesets/coin2.png -%%DATADIR%%/images/tilesets/coin3.png -%%DATADIR%%/images/tilesets/darksnow.stgt -%%DATADIR%%/images/tilesets/darksnow1.png -%%DATADIR%%/images/tilesets/darksnow10.png -%%DATADIR%%/images/tilesets/darksnow11.png -%%DATADIR%%/images/tilesets/darksnow12.png -%%DATADIR%%/images/tilesets/darksnow13.png -%%DATADIR%%/images/tilesets/darksnow14.png -%%DATADIR%%/images/tilesets/darksnow15.png -%%DATADIR%%/images/tilesets/darksnow2.png -%%DATADIR%%/images/tilesets/darksnow3.png -%%DATADIR%%/images/tilesets/darksnow4.png -%%DATADIR%%/images/tilesets/darksnow5.png -%%DATADIR%%/images/tilesets/darksnow6.png -%%DATADIR%%/images/tilesets/darksnow7.png -%%DATADIR%%/images/tilesets/darksnow8.png -%%DATADIR%%/images/tilesets/darksnow9.png -%%DATADIR%%/images/tilesets/distro-0.png -%%DATADIR%%/images/tilesets/distro-1.png -%%DATADIR%%/images/tilesets/distro-2.png -%%DATADIR%%/images/tilesets/distro-3.png -%%DATADIR%%/images/tilesets/endseq.png -%%DATADIR%%/images/tilesets/exitbg.png -%%DATADIR%%/images/tilesets/exitfg.png -%%DATADIR%%/images/tilesets/finalgoal.png -%%DATADIR%%/images/tilesets/flag-0.png -%%DATADIR%%/images/tilesets/flag-1.png -%%DATADIR%%/images/tilesets/goal1-1.png -%%DATADIR%%/images/tilesets/goal1-2.png -%%DATADIR%%/images/tilesets/goal1-3.png -%%DATADIR%%/images/tilesets/goal1-4.png -%%DATADIR%%/images/tilesets/goal1-5.png -%%DATADIR%%/images/tilesets/goal2-1.png -%%DATADIR%%/images/tilesets/goal2-2.png -%%DATADIR%%/images/tilesets/goal2-3.png -%%DATADIR%%/images/tilesets/goal2-4.png -%%DATADIR%%/images/tilesets/goal2-5.png -%%DATADIR%%/images/tilesets/grey.png -%%DATADIR%%/images/tilesets/grey.stgt -%%DATADIR%%/images/tilesets/grey2.png -%%DATADIR%%/images/tilesets/grey3.png -%%DATADIR%%/images/tilesets/grey4.png -%%DATADIR%%/images/tilesets/grey5.png -%%DATADIR%%/images/tilesets/grey6.png -%%DATADIR%%/images/tilesets/lava1-1.png -%%DATADIR%%/images/tilesets/lava1-2.png -%%DATADIR%%/images/tilesets/lava1-3.png -%%DATADIR%%/images/tilesets/lava1-4.png -%%DATADIR%%/images/tilesets/lava2-1.png -%%DATADIR%%/images/tilesets/lava2-2.png -%%DATADIR%%/images/tilesets/lava2-3.png -%%DATADIR%%/images/tilesets/lava2-4.png -%%DATADIR%%/images/tilesets/main.stgt -%%DATADIR%%/images/tilesets/misc.stgt -%%DATADIR%%/images/tilesets/nolok1.png -%%DATADIR%%/images/tilesets/nolok2.png -%%DATADIR%%/images/tilesets/notile.png -%%DATADIR%%/images/tilesets/pipe1.png -%%DATADIR%%/images/tilesets/pipe2.png -%%DATADIR%%/images/tilesets/pipe3.png -%%DATADIR%%/images/tilesets/pipe4.png -%%DATADIR%%/images/tilesets/pipe5.png -%%DATADIR%%/images/tilesets/pipe6.png -%%DATADIR%%/images/tilesets/pipe7.png -%%DATADIR%%/images/tilesets/pipe8.png -%%DATADIR%%/images/tilesets/pole.png -%%DATADIR%%/images/tilesets/poletop.png -%%DATADIR%%/images/tilesets/run1.png -%%DATADIR%%/images/tilesets/run2.png -%%DATADIR%%/images/tilesets/run3.png -%%DATADIR%%/images/tilesets/run4.png -%%DATADIR%%/images/tilesets/snow.stgt -%%DATADIR%%/images/tilesets/snow1.png -%%DATADIR%%/images/tilesets/snow10.png -%%DATADIR%%/images/tilesets/snow11.png -%%DATADIR%%/images/tilesets/snow12.png -%%DATADIR%%/images/tilesets/snow13.png -%%DATADIR%%/images/tilesets/snow14.png -%%DATADIR%%/images/tilesets/snow15.png -%%DATADIR%%/images/tilesets/snow16.png -%%DATADIR%%/images/tilesets/snow17.png -%%DATADIR%%/images/tilesets/snow18.png -%%DATADIR%%/images/tilesets/snow19.png -%%DATADIR%%/images/tilesets/snow2.png -%%DATADIR%%/images/tilesets/snow20.png -%%DATADIR%%/images/tilesets/snow21.png -%%DATADIR%%/images/tilesets/snow22.png -%%DATADIR%%/images/tilesets/snow23.png -%%DATADIR%%/images/tilesets/snow24.png -%%DATADIR%%/images/tilesets/snow25.png -%%DATADIR%%/images/tilesets/snow3.png -%%DATADIR%%/images/tilesets/snow4.png -%%DATADIR%%/images/tilesets/snow5.png -%%DATADIR%%/images/tilesets/snow6.png -%%DATADIR%%/images/tilesets/snow7.png -%%DATADIR%%/images/tilesets/snow8.png -%%DATADIR%%/images/tilesets/snow9.png -%%DATADIR%%/images/tilesets/snowbg1.png -%%DATADIR%%/images/tilesets/snowbg2.png -%%DATADIR%%/images/tilesets/snowbg3.png -%%DATADIR%%/images/tilesets/snowbg4.png -%%DATADIR%%/images/tilesets/supertux.stgt -%%DATADIR%%/images/tilesets/tree.png -%%DATADIR%%/images/tilesets/water-trans.png -%%DATADIR%%/images/tilesets/water.png -%%DATADIR%%/images/tilesets/waterfall-trans1-1-1.png -%%DATADIR%%/images/tilesets/waterfall-trans1-1-2.png -%%DATADIR%%/images/tilesets/waterfall-trans1-1-3.png -%%DATADIR%%/images/tilesets/waterfall-trans1-1-4.png -%%DATADIR%%/images/tilesets/waterfall-trans1-2-1.png -%%DATADIR%%/images/tilesets/waterfall-trans1-2-2.png -%%DATADIR%%/images/tilesets/waterfall-trans1-2-3.png -%%DATADIR%%/images/tilesets/waterfall-trans1-2-4.png -%%DATADIR%%/images/tilesets/waterfall-trans1-3-1.png -%%DATADIR%%/images/tilesets/waterfall-trans1-3-2.png -%%DATADIR%%/images/tilesets/waterfall-trans1-3-3.png -%%DATADIR%%/images/tilesets/waterfall-trans1-3-4.png -%%DATADIR%%/images/tilesets/waterfall-trans1-4-1.png -%%DATADIR%%/images/tilesets/waterfall-trans1-4-2.png -%%DATADIR%%/images/tilesets/waterfall-trans1-4-3.png -%%DATADIR%%/images/tilesets/waterfall-trans1-4-4.png -%%DATADIR%%/images/tilesets/waterfall-trans2-1-1.png -%%DATADIR%%/images/tilesets/waterfall-trans2-1-2.png -%%DATADIR%%/images/tilesets/waterfall-trans2-1-3.png -%%DATADIR%%/images/tilesets/waterfall-trans2-1-4.png -%%DATADIR%%/images/tilesets/waterfall-trans2-2-1.png -%%DATADIR%%/images/tilesets/waterfall-trans2-2-2.png -%%DATADIR%%/images/tilesets/waterfall-trans2-2-3.png -%%DATADIR%%/images/tilesets/waterfall-trans2-2-4.png -%%DATADIR%%/images/tilesets/waterfall-trans2-3-1.png -%%DATADIR%%/images/tilesets/waterfall-trans2-3-2.png -%%DATADIR%%/images/tilesets/waterfall-trans2-3-3.png -%%DATADIR%%/images/tilesets/waterfall-trans2-3-4.png -%%DATADIR%%/images/tilesets/waterfall-trans2-4-1.png -%%DATADIR%%/images/tilesets/waterfall-trans2-4-2.png -%%DATADIR%%/images/tilesets/waterfall-trans2-4-3.png -%%DATADIR%%/images/tilesets/waterfall-trans2-4-4.png -%%DATADIR%%/images/tilesets/waterfall-trans3-1-1.png -%%DATADIR%%/images/tilesets/waterfall-trans3-1-2.png -%%DATADIR%%/images/tilesets/waterfall-trans3-1-3.png -%%DATADIR%%/images/tilesets/waterfall-trans3-1-4.png -%%DATADIR%%/images/tilesets/waterfall-trans3-2-1.png -%%DATADIR%%/images/tilesets/waterfall-trans3-2-2.png -%%DATADIR%%/images/tilesets/waterfall-trans3-2-3.png -%%DATADIR%%/images/tilesets/waterfall-trans3-2-4.png -%%DATADIR%%/images/tilesets/waterfall-trans3-3-1.png -%%DATADIR%%/images/tilesets/waterfall-trans3-3-2.png -%%DATADIR%%/images/tilesets/waterfall-trans3-3-3.png -%%DATADIR%%/images/tilesets/waterfall-trans3-3-4.png -%%DATADIR%%/images/tilesets/waterfall-trans3-4-1.png -%%DATADIR%%/images/tilesets/waterfall-trans3-4-2.png -%%DATADIR%%/images/tilesets/waterfall-trans3-4-3.png -%%DATADIR%%/images/tilesets/waterfall-trans3-4-4.png -%%DATADIR%%/images/tilesets/waterfall-trans4-1-1.png -%%DATADIR%%/images/tilesets/waterfall-trans4-1-2.png -%%DATADIR%%/images/tilesets/waterfall-trans4-1-3.png -%%DATADIR%%/images/tilesets/waterfall-trans4-1-4.png -%%DATADIR%%/images/tilesets/waterfall-trans4-2-1.png -%%DATADIR%%/images/tilesets/waterfall-trans4-2-2.png -%%DATADIR%%/images/tilesets/waterfall-trans4-2-3.png -%%DATADIR%%/images/tilesets/waterfall-trans4-2-4.png -%%DATADIR%%/images/tilesets/waterfall-trans4-3-1.png -%%DATADIR%%/images/tilesets/waterfall-trans4-3-2.png -%%DATADIR%%/images/tilesets/waterfall-trans4-3-3.png -%%DATADIR%%/images/tilesets/waterfall-trans4-3-4.png -%%DATADIR%%/images/tilesets/waterfall-trans4-4-1.png -%%DATADIR%%/images/tilesets/waterfall-trans4-4-2.png -%%DATADIR%%/images/tilesets/waterfall-trans4-4-3.png -%%DATADIR%%/images/tilesets/waterfall-trans4-4-4.png -%%DATADIR%%/images/tilesets/waterfall-trans5-1-1.png -%%DATADIR%%/images/tilesets/waterfall-trans5-1-2.png -%%DATADIR%%/images/tilesets/waterfall-trans5-1-3.png -%%DATADIR%%/images/tilesets/waterfall-trans5-1-4.png -%%DATADIR%%/images/tilesets/waterfall-trans5-2-1.png -%%DATADIR%%/images/tilesets/waterfall-trans5-2-2.png -%%DATADIR%%/images/tilesets/waterfall-trans5-2-3.png -%%DATADIR%%/images/tilesets/waterfall-trans5-2-4.png -%%DATADIR%%/images/tilesets/waterfall-trans5-3-1.png -%%DATADIR%%/images/tilesets/waterfall-trans5-3-2.png -%%DATADIR%%/images/tilesets/waterfall-trans5-3-3.png -%%DATADIR%%/images/tilesets/waterfall-trans5-3-4.png -%%DATADIR%%/images/tilesets/waterfall-trans5-4-1.png -%%DATADIR%%/images/tilesets/waterfall-trans5-4-2.png -%%DATADIR%%/images/tilesets/waterfall-trans5-4-3.png -%%DATADIR%%/images/tilesets/waterfall-trans5-4-4.png -%%DATADIR%%/images/tilesets/waterfall0-0-1.png -%%DATADIR%%/images/tilesets/waterfall0-0-2.png -%%DATADIR%%/images/tilesets/waterfall0-0-3.png -%%DATADIR%%/images/tilesets/waterfall0-0-4.png -%%DATADIR%%/images/tilesets/waterfall0-1-1.png -%%DATADIR%%/images/tilesets/waterfall0-1-2.png -%%DATADIR%%/images/tilesets/waterfall0-1-3.png -%%DATADIR%%/images/tilesets/waterfall0-1-4.png -%%DATADIR%%/images/tilesets/waterfall0-2-1.png -%%DATADIR%%/images/tilesets/waterfall0-2-2.png -%%DATADIR%%/images/tilesets/waterfall0-2-3.png -%%DATADIR%%/images/tilesets/waterfall0-2-4.png -%%DATADIR%%/images/tilesets/waterfall1-0-1.png -%%DATADIR%%/images/tilesets/waterfall1-0-2.png -%%DATADIR%%/images/tilesets/waterfall1-0-3.png -%%DATADIR%%/images/tilesets/waterfall1-0-4.png -%%DATADIR%%/images/tilesets/waterfall1-1-1.png -%%DATADIR%%/images/tilesets/waterfall1-1-2.png -%%DATADIR%%/images/tilesets/waterfall1-1-3.png -%%DATADIR%%/images/tilesets/waterfall1-1-4.png -%%DATADIR%%/images/tilesets/waterfall1-2-1.png -%%DATADIR%%/images/tilesets/waterfall1-2-2.png -%%DATADIR%%/images/tilesets/waterfall1-2-3.png -%%DATADIR%%/images/tilesets/waterfall1-2-4.png -%%DATADIR%%/images/tilesets/waterfall1-3-1.png -%%DATADIR%%/images/tilesets/waterfall1-3-2.png -%%DATADIR%%/images/tilesets/waterfall1-3-3.png -%%DATADIR%%/images/tilesets/waterfall1-3-4.png -%%DATADIR%%/images/tilesets/waterfall1-4-1.png -%%DATADIR%%/images/tilesets/waterfall1-4-2.png -%%DATADIR%%/images/tilesets/waterfall1-4-3.png -%%DATADIR%%/images/tilesets/waterfall1-4-4.png -%%DATADIR%%/images/tilesets/waterfall1-5-1.png -%%DATADIR%%/images/tilesets/waterfall1-5-2.png -%%DATADIR%%/images/tilesets/waterfall1-5-3.png -%%DATADIR%%/images/tilesets/waterfall1-5-4.png -%%DATADIR%%/images/tilesets/waterfall2-1-1.png -%%DATADIR%%/images/tilesets/waterfall2-1-2.png -%%DATADIR%%/images/tilesets/waterfall2-1-3.png -%%DATADIR%%/images/tilesets/waterfall2-1-4.png -%%DATADIR%%/images/tilesets/waterfall2-2-1.png -%%DATADIR%%/images/tilesets/waterfall2-2-2.png -%%DATADIR%%/images/tilesets/waterfall2-2-3.png -%%DATADIR%%/images/tilesets/waterfall2-2-4.png -%%DATADIR%%/images/tilesets/waterfall2-3-1.png -%%DATADIR%%/images/tilesets/waterfall2-3-2.png -%%DATADIR%%/images/tilesets/waterfall2-3-3.png -%%DATADIR%%/images/tilesets/waterfall2-3-4.png -%%DATADIR%%/images/tilesets/waterfall2-4-1.png -%%DATADIR%%/images/tilesets/waterfall2-4-2.png -%%DATADIR%%/images/tilesets/waterfall2-4-3.png -%%DATADIR%%/images/tilesets/waterfall2-4-4.png -%%DATADIR%%/images/tilesets/waterfall3-1-1.png -%%DATADIR%%/images/tilesets/waterfall3-1-2.png -%%DATADIR%%/images/tilesets/waterfall3-1-3.png -%%DATADIR%%/images/tilesets/waterfall3-1-4.png -%%DATADIR%%/images/tilesets/waterfall3-2-1.png -%%DATADIR%%/images/tilesets/waterfall3-2-2.png -%%DATADIR%%/images/tilesets/waterfall3-2-3.png -%%DATADIR%%/images/tilesets/waterfall3-2-4.png -%%DATADIR%%/images/tilesets/waterfall3-3-1.png -%%DATADIR%%/images/tilesets/waterfall3-3-2.png -%%DATADIR%%/images/tilesets/waterfall3-3-3.png -%%DATADIR%%/images/tilesets/waterfall3-3-4.png -%%DATADIR%%/images/tilesets/waterfall3-4-1.png -%%DATADIR%%/images/tilesets/waterfall3-4-2.png -%%DATADIR%%/images/tilesets/waterfall3-4-3.png -%%DATADIR%%/images/tilesets/waterfall3-4-4.png -%%DATADIR%%/images/tilesets/waterfall4-1-1.png -%%DATADIR%%/images/tilesets/waterfall4-1-2.png -%%DATADIR%%/images/tilesets/waterfall4-1-3.png -%%DATADIR%%/images/tilesets/waterfall4-1-4.png -%%DATADIR%%/images/tilesets/waterfall4-2-1.png -%%DATADIR%%/images/tilesets/waterfall4-2-2.png -%%DATADIR%%/images/tilesets/waterfall4-2-3.png -%%DATADIR%%/images/tilesets/waterfall4-2-4.png -%%DATADIR%%/images/tilesets/waterfall4-3-1.png -%%DATADIR%%/images/tilesets/waterfall4-3-2.png -%%DATADIR%%/images/tilesets/waterfall4-3-3.png -%%DATADIR%%/images/tilesets/waterfall4-3-4.png -%%DATADIR%%/images/tilesets/waterfall4-4-1.png -%%DATADIR%%/images/tilesets/waterfall4-4-2.png -%%DATADIR%%/images/tilesets/waterfall4-4-3.png -%%DATADIR%%/images/tilesets/waterfall4-4-4.png -%%DATADIR%%/images/tilesets/waterfall5-1-1.png -%%DATADIR%%/images/tilesets/waterfall5-1-2.png -%%DATADIR%%/images/tilesets/waterfall5-1-3.png -%%DATADIR%%/images/tilesets/waterfall5-1-4.png -%%DATADIR%%/images/tilesets/waterfall5-2-1.png -%%DATADIR%%/images/tilesets/waterfall5-2-2.png -%%DATADIR%%/images/tilesets/waterfall5-2-3.png -%%DATADIR%%/images/tilesets/waterfall5-2-4.png -%%DATADIR%%/images/tilesets/waterfall5-3-1.png -%%DATADIR%%/images/tilesets/waterfall5-3-2.png -%%DATADIR%%/images/tilesets/waterfall5-3-3.png -%%DATADIR%%/images/tilesets/waterfall5-3-4.png -%%DATADIR%%/images/tilesets/waterfall5-4-1.png -%%DATADIR%%/images/tilesets/waterfall5-4-2.png -%%DATADIR%%/images/tilesets/waterfall5-4-3.png -%%DATADIR%%/images/tilesets/waterfall5-4-4.png -%%DATADIR%%/images/tilesets/waves-0.png -%%DATADIR%%/images/tilesets/waves-1.png -%%DATADIR%%/images/tilesets/waves-2.png -%%DATADIR%%/images/tilesets/waves-trans-0.png -%%DATADIR%%/images/tilesets/waves-trans-1.png -%%DATADIR%%/images/tilesets/waves-trans-2.png -%%DATADIR%%/images/title/background.jpg -%%DATADIR%%/images/title/logo.png -%%DATADIR%%/images/worldmap/antarctica.stwt -%%DATADIR%%/images/worldmap/castle1.png -%%DATADIR%%/images/worldmap/castle2.png -%%DATADIR%%/images/worldmap/castle3.png -%%DATADIR%%/images/worldmap/castle4.png -%%DATADIR%%/images/worldmap/castle5.png -%%DATADIR%%/images/worldmap/castle6.png -%%DATADIR%%/images/worldmap/castle7.png -%%DATADIR%%/images/worldmap/castle8.png -%%DATADIR%%/images/worldmap/castle9.png -%%DATADIR%%/images/worldmap/firetux.png -%%DATADIR%%/images/worldmap/ground.png -%%DATADIR%%/images/worldmap/igloo1.png -%%DATADIR%%/images/worldmap/igloo2.png -%%DATADIR%%/images/worldmap/leveldot_green.png -%%DATADIR%%/images/worldmap/leveldot_red.png -%%DATADIR%%/images/worldmap/levelmarker.png -%%DATADIR%%/images/worldmap/placeholder.png -%%DATADIR%%/images/worldmap/road_cross.png -%%DATADIR%%/images/worldmap/road_e.png -%%DATADIR%%/images/worldmap/road_end.png -%%DATADIR%%/images/worldmap/road_h.png -%%DATADIR%%/images/worldmap/road_h_stop.png -%%DATADIR%%/images/worldmap/road_n.png -%%DATADIR%%/images/worldmap/road_ne.png -%%DATADIR%%/images/worldmap/road_nes.png -%%DATADIR%%/images/worldmap/road_nesw.png -%%DATADIR%%/images/worldmap/road_new.png -%%DATADIR%%/images/worldmap/road_ns.png -%%DATADIR%%/images/worldmap/road_nsw.png -%%DATADIR%%/images/worldmap/road_nw.png -%%DATADIR%%/images/worldmap/road_nws.png -%%DATADIR%%/images/worldmap/road_s.png -%%DATADIR%%/images/worldmap/road_se.png -%%DATADIR%%/images/worldmap/road_sw.png -%%DATADIR%%/images/worldmap/road_swe.png -%%DATADIR%%/images/worldmap/road_v.png -%%DATADIR%%/images/worldmap/road_v_stop.png -%%DATADIR%%/images/worldmap/road_w.png -%%DATADIR%%/images/worldmap/road_we.png -%%DATADIR%%/images/worldmap/road_ws.png -%%DATADIR%%/images/worldmap/smalltux.png -%%DATADIR%%/images/worldmap/snow1.png -%%DATADIR%%/images/worldmap/snow10.png -%%DATADIR%%/images/worldmap/snow11.png -%%DATADIR%%/images/worldmap/snow12.png -%%DATADIR%%/images/worldmap/snow13.png -%%DATADIR%%/images/worldmap/snow2.png -%%DATADIR%%/images/worldmap/snow3.png -%%DATADIR%%/images/worldmap/snow4.png -%%DATADIR%%/images/worldmap/snow5.png -%%DATADIR%%/images/worldmap/snow6.png -%%DATADIR%%/images/worldmap/snow7.png -%%DATADIR%%/images/worldmap/snow8.png -%%DATADIR%%/images/worldmap/snow9.png -%%DATADIR%%/images/worldmap/snowman.png -%%DATADIR%%/images/worldmap/teleporter.png -%%DATADIR%%/images/worldmap/tux.png -%%DATADIR%%/images/worldmap/water.png -%%DATADIR%%/images/worldmap/wood1.png -%%DATADIR%%/images/worldmap/wood10.png -%%DATADIR%%/images/worldmap/wood11.png -%%DATADIR%%/images/worldmap/wood12.png -%%DATADIR%%/images/worldmap/wood13.png -%%DATADIR%%/images/worldmap/wood2.png -%%DATADIR%%/images/worldmap/wood3.png -%%DATADIR%%/images/worldmap/wood4.png -%%DATADIR%%/images/worldmap/wood5.png -%%DATADIR%%/images/worldmap/wood6.png -%%DATADIR%%/images/worldmap/wood7.png -%%DATADIR%%/images/worldmap/wood8.png -%%DATADIR%%/images/worldmap/wood9.png -%%DATADIR%%/intro.txt -%%DATADIR%%/levels/bonus1/abednego-level1.stl -%%DATADIR%%/levels/bonus1/abednego-level2.stl -%%DATADIR%%/levels/bonus1/abednego-level3.stl -%%DATADIR%%/levels/bonus1/abednego-level4.stl -%%DATADIR%%/levels/bonus1/bonus-level1.stl -%%DATADIR%%/levels/bonus1/bonus-level2.stl -%%DATADIR%%/levels/bonus1/bonus-level3.stl -%%DATADIR%%/levels/bonus1/bonus-level4.stl -%%DATADIR%%/levels/bonus1/bonus-level5.stl -%%DATADIR%%/levels/bonus1/matr1x-level1.stl -%%DATADIR%%/levels/bonus1/matr1x-level2.stl -%%DATADIR%%/levels/bonus1/matr1x-level3.stl -%%DATADIR%%/levels/bonus1/thompson-level1.stl -%%DATADIR%%/levels/bonus1/thompson-level2.stl -%%DATADIR%%/levels/bonus1/torfi-level1.stl -%%DATADIR%%/levels/bonus1/torfi-level2.stl -%%DATADIR%%/levels/bonus1/torfi-level3.stl -%%DATADIR%%/levels/bonus1/wansti-level1.stl -%%DATADIR%%/levels/bonus1/wansti-level2.stl -%%DATADIR%%/levels/bonus1/wansti-level3.stl -%%DATADIR%%/levels/bonus1/wansti-level4.stl -%%DATADIR%%/levels/bonus1/wansti-level5.stl -%%DATADIR%%/levels/bonus2/level1.stl -%%DATADIR%%/levels/bonus2/level10.stl -%%DATADIR%%/levels/bonus2/level11.stl -%%DATADIR%%/levels/bonus2/level12.stl -%%DATADIR%%/levels/bonus2/level13.stl -%%DATADIR%%/levels/bonus2/level14.stl -%%DATADIR%%/levels/bonus2/level15.stl -%%DATADIR%%/levels/bonus2/level16.stl -%%DATADIR%%/levels/bonus2/level17.stl -%%DATADIR%%/levels/bonus2/level18.stl -%%DATADIR%%/levels/bonus2/level19.stl -%%DATADIR%%/levels/bonus2/level2.stl -%%DATADIR%%/levels/bonus2/level20.stl -%%DATADIR%%/levels/bonus2/level21.stl -%%DATADIR%%/levels/bonus2/level22.stl -%%DATADIR%%/levels/bonus2/level23.stl -%%DATADIR%%/levels/bonus2/level24.stl -%%DATADIR%%/levels/bonus2/level25.stl -%%DATADIR%%/levels/bonus2/level26.stl -%%DATADIR%%/levels/bonus2/level27.stl -%%DATADIR%%/levels/bonus2/level28.stl -%%DATADIR%%/levels/bonus2/level3.stl -%%DATADIR%%/levels/bonus2/level4.stl -%%DATADIR%%/levels/bonus2/level5.stl -%%DATADIR%%/levels/bonus2/level6.stl -%%DATADIR%%/levels/bonus2/level7.stl -%%DATADIR%%/levels/bonus2/level8.stl -%%DATADIR%%/levels/bonus2/level9.stl -%%DATADIR%%/levels/misc/menu.stl -%%DATADIR%%/levels/world1/level1.stl -%%DATADIR%%/levels/world1/level10.stl -%%DATADIR%%/levels/world1/level11.stl -%%DATADIR%%/levels/world1/level12.stl -%%DATADIR%%/levels/world1/level13.stl -%%DATADIR%%/levels/world1/level14.stl -%%DATADIR%%/levels/world1/level15.stl -%%DATADIR%%/levels/world1/level16.stl -%%DATADIR%%/levels/world1/level17.stl -%%DATADIR%%/levels/world1/level18.stl -%%DATADIR%%/levels/world1/level19.stl -%%DATADIR%%/levels/world1/level2.stl -%%DATADIR%%/levels/world1/level20.stl -%%DATADIR%%/levels/world1/level21.stl -%%DATADIR%%/levels/world1/level22.stl -%%DATADIR%%/levels/world1/level23.stl -%%DATADIR%%/levels/world1/level24.stl -%%DATADIR%%/levels/world1/level25.stl -%%DATADIR%%/levels/world1/level26.stl -%%DATADIR%%/levels/world1/level3.stl -%%DATADIR%%/levels/world1/level4.stl -%%DATADIR%%/levels/world1/level5.stl -%%DATADIR%%/levels/world1/level6.stl -%%DATADIR%%/levels/world1/level7.stl -%%DATADIR%%/levels/world1/level8.stl -%%DATADIR%%/levels/world1/level9.stl -%%DATADIR%%/levels/worldmaps/bonusisland1.stwm -%%DATADIR%%/levels/worldmaps/bonusisland2.stwm -%%DATADIR%%/levels/worldmaps/world1.stwm -%%DATADIR%%/music/Mortimers_chipdisko-fast.mod -%%DATADIR%%/music/Mortimers_chipdisko.mod -%%DATADIR%%/music/SALCON-fast.MOD -%%DATADIR%%/music/SALCON.MOD -%%DATADIR%%/music/cave-fast.mod -%%DATADIR%%/music/cave.mod -%%DATADIR%%/music/credits.ogg -%%DATADIR%%/music/fortress-fast.mod -%%DATADIR%%/music/fortress.mod -%%DATADIR%%/music/fortress2-fast.mod -%%DATADIR%%/music/fortress2.mod -%%DATADIR%%/music/leveldone.mod -%%DATADIR%%/music/theme.mod -%%DATADIR%%/sounds/bigjump.wav -%%DATADIR%%/sounds/brick.wav -%%DATADIR%%/sounds/bump-upgrade.wav -%%DATADIR%%/sounds/coffee.wav -%%DATADIR%%/sounds/distro.wav -%%DATADIR%%/sounds/excellent.wav -%%DATADIR%%/sounds/explode.wav -%%DATADIR%%/sounds/fall.wav -%%DATADIR%%/sounds/herring.wav -%%DATADIR%%/sounds/hurt.wav -%%DATADIR%%/sounds/jump.wav -%%DATADIR%%/sounds/kick.wav -%%DATADIR%%/sounds/lifeup.wav -%%DATADIR%%/sounds/ricochet.wav -%%DATADIR%%/sounds/shoot.wav -%%DATADIR%%/sounds/skid.wav -%%DATADIR%%/sounds/squish.wav -%%DATADIR%%/sounds/stomp.wav -%%DATADIR%%/sounds/upgrade.wav -%%DATADIR%%/sounds/warp.wav -%%DATADIR%%/supertux.strf -@dirrm %%DATADIR%%/sounds -@dirrm %%DATADIR%%/music -@dirrm %%DATADIR%%/levels/worldmaps -@dirrm %%DATADIR%%/levels/world1 -@dirrm %%DATADIR%%/levels/misc -@dirrm %%DATADIR%%/levels/bonus2 -@dirrm %%DATADIR%%/levels/bonus1 -@dirrm %%DATADIR%%/levels -@dirrm %%DATADIR%%/images/worldmap -@dirrm %%DATADIR%%/images/title -@dirrm %%DATADIR%%/images/tilesets -@dirrm %%DATADIR%%/images/status -@dirrm %%DATADIR%%/images/shared -@dirrm %%DATADIR%%/images/icons -@dirrm %%DATADIR%%/images/background -@dirrm %%DATADIR%%/images -@dirrm %%DATADIR%% +bin/supertux2 +share/applications/supertux2.desktop +share/doc/supertux2/COPYING +share/doc/supertux2/INSTALL +share/doc/supertux2/README +share/doc/supertux2/WHATSNEW.txt +share/games/supertux2/credits.txt +share/games/supertux2/fonts/README +share/games/supertux2/fonts/andale10.stf +share/games/supertux2/fonts/andale12.stf +share/games/supertux2/fonts/console2.stf +share/games/supertux2/fonts/cyr-white-big.stf +share/games/supertux2/fonts/cyr-white-small.stf +share/games/supertux2/fonts/cyr-white.stf +share/games/supertux2/fonts/white-big.stf +share/games/supertux2/fonts/white-small.stf +share/games/supertux2/fonts/white.stf +share/games/supertux2/fonts/zh-white-big.stf +share/games/supertux2/fonts/zh-white-small.stf +share/games/supertux2/fonts/zh-white.stf +share/games/supertux2/images/background/BlueRock_Forest/blue-bottom.jpg +share/games/supertux2/images/background/BlueRock_Forest/blue-middle.jpg +share/games/supertux2/images/background/BlueRock_Forest/blue-top.jpg +share/games/supertux2/images/background/BlueRock_Forest/rolling-bottom.jpg +share/games/supertux2/images/background/BlueRock_Forest/rolling-middle.jpg +share/games/supertux2/images/background/arcticskies1.png +share/games/supertux2/images/background/arcticskies2.png +share/games/supertux2/images/background/arcticskies3.png +share/games/supertux2/images/background/arcticskies35.png +share/games/supertux2/images/background/arcticskies4.png +share/games/supertux2/images/background/arctis.jpg +share/games/supertux2/images/background/arctis2.png +share/games/supertux2/images/background/arctis_bottom.jpg +share/games/supertux2/images/background/arctis_dark.jpg +share/games/supertux2/images/background/arctis_top.jpg +share/games/supertux2/images/background/black_800px.png +share/games/supertux2/images/background/bluemountain-bottom.png +share/games/supertux2/images/background/bluemountain-middle.png +share/games/supertux2/images/background/bluemountain-top.png +share/games/supertux2/images/background/bridgecloud-dark.png +share/games/supertux2/images/background/bridgecloud-light.png +share/games/supertux2/images/background/bridgeocean-fade.png +share/games/supertux2/images/background/bridgeocean-nofade.png +share/games/supertux2/images/background/bridgeocean-original.png +share/games/supertux2/images/background/cave2.jpg +share/games/supertux2/images/background/extro.jpg +share/games/supertux2/images/background/fog.png +share/games/supertux2/images/background/forest1.jpg +share/games/supertux2/images/background/forest2.jpg +share/games/supertux2/images/background/ghostforest.jpg +share/games/supertux2/images/background/leaves.png +share/games/supertux2/images/background/nightsky.png +share/games/supertux2/images/background/nightsky_bottom.png +share/games/supertux2/images/background/nightsky_middle.png +share/games/supertux2/images/background/nightsky_top.png +share/games/supertux2/images/background/ocean.jpg +share/games/supertux2/images/background/oiltux.jpg +share/games/supertux2/images/background/semi_arctic.jpg +share/games/supertux2/images/background/snowcastle.png +share/games/supertux2/images/creatures/angrystone/angrystone.sprite +share/games/supertux2/images/creatures/angrystone/attacking-0.png +share/games/supertux2/images/creatures/angrystone/charging-0.png +share/games/supertux2/images/creatures/angrystone/idle-0.png +share/games/supertux2/images/creatures/bombfish/bombfish.png +share/games/supertux2/images/creatures/bouncing_snowball/bouncing_snowball.sprite +share/games/supertux2/images/creatures/bouncing_snowball/left-0.png +share/games/supertux2/images/creatures/bouncing_snowball/left-1.png +share/games/supertux2/images/creatures/bouncing_snowball/left-2.png +share/games/supertux2/images/creatures/bouncing_snowball/left-3.png +share/games/supertux2/images/creatures/bouncing_snowball/left-4.png +share/games/supertux2/images/creatures/bouncing_snowball/left-5.png +share/games/supertux2/images/creatures/crystallo/crystallo-left-0.png +share/games/supertux2/images/creatures/crystallo/crystallo-left-1.png +share/games/supertux2/images/creatures/crystallo/crystallo-left-2.png +share/games/supertux2/images/creatures/crystallo/crystallo.sprite +share/games/supertux2/images/creatures/crystallo/shattered-left.png +share/games/supertux2/images/creatures/dart/dart.sprite +share/games/supertux2/images/creatures/dart/flying.png +share/games/supertux2/images/creatures/darttrap/darttrap.sprite +share/games/supertux2/images/creatures/darttrap/idle.png +share/games/supertux2/images/creatures/darttrap/loading-0.png +share/games/supertux2/images/creatures/darttrap/loading-1.png +share/games/supertux2/images/creatures/darttrap/loading-2.png +share/games/supertux2/images/creatures/darttrap/loading-3.png +share/games/supertux2/images/creatures/darttrap/loading-4.png +share/games/supertux2/images/creatures/dispenser/broken.png +share/games/supertux2/images/creatures/dispenser/canon.png +share/games/supertux2/images/creatures/dispenser/dispenser.sprite +share/games/supertux2/images/creatures/dispenser/dropper.png +share/games/supertux2/images/creatures/dispenser/swivel-left.png +share/games/supertux2/images/creatures/dispenser/swivel-right.png +share/games/supertux2/images/creatures/dispenser/working.png +share/games/supertux2/images/creatures/dummyguy/dead.png +share/games/supertux2/images/creatures/dummyguy/dummyguy.sprite +share/games/supertux2/images/creatures/dummyguy/jump.png +share/games/supertux2/images/creatures/dummyguy/stand.png +share/games/supertux2/images/creatures/dummyguy/throw.png +share/games/supertux2/images/creatures/dummyguy/walk-1.png +share/games/supertux2/images/creatures/dummyguy/walk-2.png +share/games/supertux2/images/creatures/fish/down.png +share/games/supertux2/images/creatures/fish/fish.sprite +share/games/supertux2/images/creatures/fish/iced-down.png +share/games/supertux2/images/creatures/fish/iced-left.png +share/games/supertux2/images/creatures/fish/left-0.png +share/games/supertux2/images/creatures/fish/left-1.png +share/games/supertux2/images/creatures/flame/flame-0.png +share/games/supertux2/images/creatures/flame/flame-1.png +share/games/supertux2/images/creatures/flame/flame.sprite +share/games/supertux2/images/creatures/flame_fish/down.png +share/games/supertux2/images/creatures/flame_fish/flame_fish.sprite *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 13:18:04 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6FDE7106566B; Tue, 11 Sep 2012 13:18:04 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 416158FC16; Tue, 11 Sep 2012 13:18:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BDI4NT053749; Tue, 11 Sep 2012 13:18:04 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BDI4aC053747; Tue, 11 Sep 2012 13:18:04 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201209111318.q8BDI4aC053747@svn.freebsd.org> From: Max Brazhnikov Date: Tue, 11 Sep 2012 13:18:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304094 - head/games X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 13:18:04 -0000 Author: makc Date: Tue Sep 11 13:18:03 2012 New Revision: 304094 URL: http://svn.freebsd.org/changeset/ports/304094 Log: Connect supertux-devel Modified: head/games/Makefile Modified: head/games/Makefile ============================================================================== --- head/games/Makefile Tue Sep 11 13:16:43 2012 (r304093) +++ head/games/Makefile Tue Sep 11 13:18:03 2012 (r304094) @@ -873,6 +873,7 @@ SUBDIR += sumwars SUBDIR += super_methane_brothers SUBDIR += supertux + SUBDIR += supertux-devel SUBDIR += supertuxkart SUBDIR += sxsame SUBDIR += syobon From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 13:21:04 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75A7F106566B; Tue, 11 Sep 2012 13:21:04 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 600948FC25; Tue, 11 Sep 2012 13:21:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BDL4ii054294; Tue, 11 Sep 2012 13:21:04 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BDL4JR054290; Tue, 11 Sep 2012 13:21:04 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201209111321.q8BDL4JR054290@svn.freebsd.org> From: Philippe Audeoud Date: Tue, 11 Sep 2012 13:21:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304095 - head/archivers/p5-Archive-Tar X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 13:21:04 -0000 Author: jadawin Date: Tue Sep 11 13:21:03 2012 New Revision: 304095 URL: http://svn.freebsd.org/changeset/ports/304095 Log: - Update to 1.90 Modified: head/archivers/p5-Archive-Tar/Makefile (contents, props changed) head/archivers/p5-Archive-Tar/distinfo (contents, props changed) Modified: head/archivers/p5-Archive-Tar/Makefile ============================================================================== --- head/archivers/p5-Archive-Tar/Makefile Tue Sep 11 13:18:03 2012 (r304094) +++ head/archivers/p5-Archive-Tar/Makefile Tue Sep 11 13:21:03 2012 (r304095) @@ -6,7 +6,7 @@ # PORTNAME= Archive-Tar -PORTVERSION= 1.88 +PORTVERSION= 1.90 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:BINGOS Modified: head/archivers/p5-Archive-Tar/distinfo ============================================================================== --- head/archivers/p5-Archive-Tar/distinfo Tue Sep 11 13:18:03 2012 (r304094) +++ head/archivers/p5-Archive-Tar/distinfo Tue Sep 11 13:21:03 2012 (r304095) @@ -1,2 +1,2 @@ -SHA256 (Archive-Tar-1.88.tar.gz) = e3fd07464083e80cda218d51c52f3ed933f03df93b356434969fed713281129d -SIZE (Archive-Tar-1.88.tar.gz) = 58027 +SHA256 (Archive-Tar-1.90.tar.gz) = 04c56b432266168c4b65a9d1addfe4c1605755edc5585240542a95d6a518284a +SIZE (Archive-Tar-1.90.tar.gz) = 58055 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 13:31:26 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2A3E51065670; Tue, 11 Sep 2012 13:31:26 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 152778FC1C; Tue, 11 Sep 2012 13:31:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BDVPsr056161; Tue, 11 Sep 2012 13:31:25 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BDVPdY056158; Tue, 11 Sep 2012 13:31:25 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209111331.q8BDVPdY056158@svn.freebsd.org> From: Steve Wills Date: Tue, 11 Sep 2012 13:31:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304096 - head/devel/p5-ParseLex X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 13:31:26 -0000 Author: swills Date: Tue Sep 11 13:31:25 2012 New Revision: 304096 URL: http://svn.freebsd.org/changeset/ports/304096 Log: - Update to 2.21 PR: ports/171053 Approved by: pirzyk (maintainer) Modified: head/devel/p5-ParseLex/Makefile (contents, props changed) head/devel/p5-ParseLex/distinfo (contents, props changed) Modified: head/devel/p5-ParseLex/Makefile ============================================================================== --- head/devel/p5-ParseLex/Makefile Tue Sep 11 13:21:03 2012 (r304095) +++ head/devel/p5-ParseLex/Makefile Tue Sep 11 13:31:25 2012 (r304096) @@ -6,7 +6,7 @@ # PORTNAME= ParseLex -PORTVERSION= 2.19 +PORTVERSION= 2.21 CATEGORIES= devel perl5 MASTER_SITES= CPAN/Parse PKGNAMEPREFIX= p5- @@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= pirzyk@FreeBSD.org COMMENT= Object-oriented generator of lexical analyzers -BUILD_DEPENDS= p5-ParseTemplate>=3.01:${PORTSDIR}/devel/p5-ParseTemplate -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= p5-ParseTemplate>=3.01:${PORTSDIR}/devel/p5-ParseTemplate +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes Modified: head/devel/p5-ParseLex/distinfo ============================================================================== --- head/devel/p5-ParseLex/distinfo Tue Sep 11 13:21:03 2012 (r304095) +++ head/devel/p5-ParseLex/distinfo Tue Sep 11 13:31:25 2012 (r304096) @@ -1,2 +1,2 @@ -SHA256 (ParseLex-2.19.tar.gz) = 773fbf06ade92bea14b599e914c9c9a8447a2f8a8b425eadc08ebacae9c4e7f9 -SIZE (ParseLex-2.19.tar.gz) = 50285 +SHA256 (ParseLex-2.21.tar.gz) = f55f0a7d1e2a6b806a47840c81c16d505c5c76765cb156e5f5fd703159a4492d +SIZE (ParseLex-2.21.tar.gz) = 51615 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 14:05:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E09671065670; Tue, 11 Sep 2012 14:05:31 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CA3798FC15; Tue, 11 Sep 2012 14:05:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BE5VuZ061763; Tue, 11 Sep 2012 14:05:31 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BE5V9L061756; Tue, 11 Sep 2012 14:05:31 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201209111405.q8BE5V9L061756@svn.freebsd.org> From: Cy Schubert Date: Tue, 11 Sep 2012 14:05:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304097 - in head/sysutils: syslog-ng syslog-ng-rc syslog-ng-rc/files syslog-ng/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 14:05:32 -0000 Author: cy Date: Tue Sep 11 14:05:31 2012 New Revision: 304097 URL: http://svn.freebsd.org/changeset/ports/304097 Log: Resolve a FreeBSD 7 compile issue. Supplied by: Peter Czanik Added: head/sysutils/syslog-ng-rc/files/patch-lib-ivykis-lib-iv_tls.c (contents, props changed) head/sysutils/syslog-ng-rc/files/patch-lib-ivykis-lib-linclude-iv_tls.h (contents, props changed) head/sysutils/syslog-ng/files/patch-lib-ivykis-lib-include-iv_tls.h (contents, props changed) head/sysutils/syslog-ng/files/patch-lib-ivykis-lib-iv_tls.c (contents, props changed) Modified: head/sysutils/syslog-ng-rc/Makefile head/sysutils/syslog-ng/Makefile Modified: head/sysutils/syslog-ng-rc/Makefile ============================================================================== --- head/sysutils/syslog-ng-rc/Makefile Tue Sep 11 13:31:25 2012 (r304096) +++ head/sysutils/syslog-ng-rc/Makefile Tue Sep 11 14:05:31 2012 (r304097) @@ -7,6 +7,7 @@ PORTNAME= syslog-ng PORTVERSION= 3.3.7 +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMESUFFIX= -rc MASTER_SITES= http://packages.madhouse-project.org/syslog-ng/3.3/3.3.6.90/ @@ -48,10 +49,6 @@ SUB_FILES= pkg-message CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc --localstatedir=/var/db \ --enable-dynamic-linking -.if defined(WITH_SYS_SSL) && defined(WITH_PORTS_SSL) -BROKEN= SYS_SSL and PORTS_SSL are mutually exclusive -.endif - .if defined(WITH_SYS_SSL) || defined(WITH_PORTS_SSL) USE_OPENSSL= yes CONFIGURE_ARGS+= --enable-ssl Added: head/sysutils/syslog-ng-rc/files/patch-lib-ivykis-lib-iv_tls.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/syslog-ng-rc/files/patch-lib-ivykis-lib-iv_tls.c Tue Sep 11 14:05:31 2012 (r304097) @@ -0,0 +1,11 @@ +--- lib/ivykis/lib/iv_tls.c.old ++++ lib/ivykis/lib/iv_tls.c +@@ -25,7 +25,7 @@ + #include "iv_private.h" + + static int inited; +-static off_t last_offset = (sizeof(struct iv_state) + 15) & ~15; ++static int last_offset = (sizeof(struct iv_state) + 15) & ~15; + static struct iv_list_head iv_tls_users = IV_LIST_HEAD_INIT(iv_tls_users); + + void iv_tls_user_register(struct iv_tls_user *itu) Added: head/sysutils/syslog-ng-rc/files/patch-lib-ivykis-lib-linclude-iv_tls.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/syslog-ng-rc/files/patch-lib-ivykis-lib-linclude-iv_tls.h Tue Sep 11 14:05:31 2012 (r304097) @@ -0,0 +1,11 @@ +--- lib/ivykis/lib/include/iv_tls.h.old ++++ lib/ivykis/lib/include/iv_tls.h +@@ -33,7 +33,7 @@ struct iv_tls_user { + void (*deinit_thread)(void *st); + + struct iv_list_head list; +- off_t state_offset; ++ int state_offset; + }; + + void iv_tls_user_register(struct iv_tls_user *); Modified: head/sysutils/syslog-ng/Makefile ============================================================================== --- head/sysutils/syslog-ng/Makefile Tue Sep 11 13:31:25 2012 (r304096) +++ head/sysutils/syslog-ng/Makefile Tue Sep 11 14:05:31 2012 (r304097) @@ -7,7 +7,7 @@ PORTNAME= syslog-ng PORTVERSION= 3.3.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/sources/$(PORTVERSION)/source/ DISTFILES= $(PORTNAME)_$(PORTVERSION).tar.gz Added: head/sysutils/syslog-ng/files/patch-lib-ivykis-lib-include-iv_tls.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/syslog-ng/files/patch-lib-ivykis-lib-include-iv_tls.h Tue Sep 11 14:05:31 2012 (r304097) @@ -0,0 +1,11 @@ +--- lib/ivykis/lib/include/iv_tls.h.old ++++ lib/ivykis/lib/include/iv_tls.h +@@ -33,7 +33,7 @@ struct iv_tls_user { + void (*deinit_thread)(void *st); + + struct iv_list_head list; +- off_t state_offset; ++ int state_offset; + }; + + void iv_tls_user_register(struct iv_tls_user *); Added: head/sysutils/syslog-ng/files/patch-lib-ivykis-lib-iv_tls.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/syslog-ng/files/patch-lib-ivykis-lib-iv_tls.c Tue Sep 11 14:05:31 2012 (r304097) @@ -0,0 +1,11 @@ +--- lib/ivykis/lib/iv_tls.c.old ++++ lib/ivykis/lib/iv_tls.c +@@ -25,7 +25,7 @@ + #include "iv_private.h" + + static int inited; +-static off_t last_offset; ++static int last_offset = (sizeof(struct iv_state) + 15) & ~15; + static struct iv_list_head iv_tls_users = IV_LIST_HEAD_INIT(iv_tls_users); + + void iv_tls_user_register(struct iv_tls_user *itu) From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 14:27:23 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 968BC1065670; Tue, 11 Sep 2012 14:27:23 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8239E8FC0A; Tue, 11 Sep 2012 14:27:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BERNAT065064; Tue, 11 Sep 2012 14:27:23 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BERNF0065062; Tue, 11 Sep 2012 14:27:23 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209111427.q8BERNF0065062@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Tue, 11 Sep 2012 14:27:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304098 - head/Mk X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 14:27:23 -0000 Author: rm Date: Tue Sep 11 14:27:22 2012 New Revision: 304098 URL: http://svn.freebsd.org/changeset/ports/304098 Log: - trim check for unsupported python versions - change depends for USE_ZOPE case to make it work with current zope version Submitted by: lwhsu (final patch revision) Reviewed by: crees Discussed in: python Modified: head/Mk/bsd.python.mk Modified: head/Mk/bsd.python.mk ============================================================================== --- head/Mk/bsd.python.mk Tue Sep 11 14:05:31 2012 (r304097) +++ head/Mk/bsd.python.mk Tue Sep 11 14:27:22 2012 (r304098) @@ -501,7 +501,7 @@ PYDISTUTILS_EGGINFODIR?=${PYTHONPREFIX_S (defined(INSTALLS_EGGINFO) || \ (defined(USE_PYDISTUTILS) && \ ${USE_PYDISTUTILS} != "easy_install")) && \ - defined(PYTHON_REL) && ${PYTHON_REL} >= 250 + defined(PYTHON_REL) . for egg in ${PYDISTUTILS_EGGINFO} PLIST_FILES+= ${PYDISTUTILS_EGGINFODIR:S;${PREFIX}/;;}/${egg} . endfor @@ -513,7 +513,7 @@ CONFIGURE_ENV+= PYTHON="${PYTHON_CMD}" # Zope-related variables .if defined(USE_ZOPE) .if ${ZOPE_VERSION} == "2.13" -ZOPE_PORTSDIR= ${PORTSDIR}/www/zope213 +ZOPE_DEPENDS= zope213>0:${PORTSDIR}/www/zope213 .else check-makevars:: @${ECHO} "Makefile error: bad value for ZOPE_VERSION: ${ZOPE_VERSION}." @@ -543,7 +543,7 @@ RUN_DEPENDS+= ${PYTHON_CMD}:${PYTHON_POR .endif # ${PYTHON_NO_DEPENDS} == "NO" .if defined(USE_ZOPE) -RUN_DEPENDS+= ${ZOPESKELDIR}/bin/zopectl.in:${ZOPE_PORTSDIR} +RUN_DEPENDS+= ${ZOPE_DEPENDS} .endif # set $PREFIX as Python's one From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 15:11:40 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 128C71065741; Tue, 11 Sep 2012 15:11:40 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D8B588FC15; Tue, 11 Sep 2012 15:11:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BFBdJ5072266; Tue, 11 Sep 2012 15:11:39 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BFBdiW072264; Tue, 11 Sep 2012 15:11:39 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209111511.q8BFBdiW072264@svn.freebsd.org> From: Bryan Drewery Date: Tue, 11 Sep 2012 15:11:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304099 - head/net-mgmt/ndoutils X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 15:11:40 -0000 Author: bdrewery Date: Tue Sep 11 15:11:39 2012 New Revision: 304099 URL: http://svn.freebsd.org/changeset/ports/304099 Log: - Convert to new options framework - Add missing dependency on perl - Bump PORTREVISION due to added dependency Approved by: eadler, bapt (mentors, implicit) Modified: head/net-mgmt/ndoutils/Makefile Modified: head/net-mgmt/ndoutils/Makefile ============================================================================== --- head/net-mgmt/ndoutils/Makefile Tue Sep 11 14:27:22 2012 (r304098) +++ head/net-mgmt/ndoutils/Makefile Tue Sep 11 15:11:39 2012 (r304099) @@ -7,7 +7,7 @@ PORTNAME= ndoutils PORTVERSION= 1.4b8 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-mgmt MASTER_SITES= SF/nagios/${PORTNAME}-1.x/${PORTNAME}-${PORTVERSION} @@ -16,8 +16,11 @@ COMMENT= Keep Nagios perfdata in MySQL o RUN_DEPENDS= ${LOCALBASE}/bin/nagios:${PORTSDIR}/net-mgmt/nagios -OPTIONS= MYSQL "MySQL Backend" on \ - PGSQL "Postgresql Backend" off +OPTIONS_MULTI= BACKEND +OPTIONS_MULTI_BACKEND= MYSQL PGSQL +OPTIONS_DEFAULT= MYSQL +MYSQL_DESC= MySQL backend support +PGSQL_DESC= Postgresql backend support MAKE_JOBS_UNSAFE= yes @@ -27,11 +30,13 @@ CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/ CFG_FILES= misccommands ndo2db ndomod +USE_PERL5= yes USE_RC_SUBR= ndo2db SUB_FILES= pkg-message .include -.if !defined(WITHOUT_MYSQL) + +.if ${PORT_OPTIONS:MMYSQL} USE_MYSQL=yes CONFIGURE_ARGS+= --enable-mysql \ --with-mysql-lib=${LOCALBASE}/lib/mysql \ @@ -40,7 +45,7 @@ CONFIGURE_ARGS+= --enable-mysql \ CONFIGURE_ARGS+= --disable-mysql .endif -.if defined(WITH_PGSQL) +.if ${PORT_OPTIONS:MPGSQL} USE_PGSQL=yes CONFIGURE_ARGS+= --enable-pgsql \ --with-pgsql-lib=${LOCALBASE}/lib/pgsql \ @@ -49,10 +54,6 @@ CONFIGURE_ARGS+= --enable-pgsql \ CONFIGURE_ARGS+= --disable-pgsql .endif -.if defined(WITHOUT_MYSQL) && defined(WITHOUT_PGSQL) -IGNORE= you should define at least 1 of WITH_MYSQL or WITH_PGSQL, WITH_MYSQL=yes is the default -.endif - .if !defined(NOPORTDOCS) PLIST_SUB+= PORTDOCS="" .else From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 15:30:32 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7C640106564A; Tue, 11 Sep 2012 15:30:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6803C8FC16; Tue, 11 Sep 2012 15:30:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BFUWNM075395; Tue, 11 Sep 2012 15:30:32 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BFUWW0075392; Tue, 11 Sep 2012 15:30:32 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209111530.q8BFUWW0075392@svn.freebsd.org> From: Steve Wills Date: Tue, 11 Sep 2012 15:30:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304100 - head/net-mgmt/rubygem-blimpy X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 15:30:32 -0000 Author: swills Date: Tue Sep 11 15:30:31 2012 New Revision: 304100 URL: http://svn.freebsd.org/changeset/ports/304100 Log: - Update to 0.6.2 Modified: head/net-mgmt/rubygem-blimpy/Makefile head/net-mgmt/rubygem-blimpy/distinfo Modified: head/net-mgmt/rubygem-blimpy/Makefile ============================================================================== --- head/net-mgmt/rubygem-blimpy/Makefile Tue Sep 11 15:11:39 2012 (r304099) +++ head/net-mgmt/rubygem-blimpy/Makefile Tue Sep 11 15:30:31 2012 (r304100) @@ -6,7 +6,7 @@ # PORTNAME= blimpy -PORTVERSION= 0.6.1 +PORTVERSION= 0.6.2 CATEGORIES= net-mgmt rubygems MASTER_SITES= RG Modified: head/net-mgmt/rubygem-blimpy/distinfo ============================================================================== --- head/net-mgmt/rubygem-blimpy/distinfo Tue Sep 11 15:11:39 2012 (r304099) +++ head/net-mgmt/rubygem-blimpy/distinfo Tue Sep 11 15:30:31 2012 (r304100) @@ -1,2 +1,2 @@ -SHA256 (rubygem/blimpy-0.6.1.gem) = adb6967763a00e55aedf5e8aecef1f4a3c83e33a33f4bd3df187a78f8bebaf79 -SIZE (rubygem/blimpy-0.6.1.gem) = 23040 +SHA256 (rubygem/blimpy-0.6.2.gem) = 9e1ba2aef4d77e5e615ef472325ca9a41b40e802fcf6ac8131aa4e1a1df61bf8 +SIZE (rubygem/blimpy-0.6.2.gem) = 23040 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 15:38:25 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33F2C106566C; Tue, 11 Sep 2012 15:38:25 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1C2238FC17; Tue, 11 Sep 2012 15:38:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BFcOOL076690; Tue, 11 Sep 2012 15:38:24 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BFcOIA076688; Tue, 11 Sep 2012 15:38:24 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201209111538.q8BFcOIA076688@svn.freebsd.org> From: Emanuel Haupt Date: Tue, 11 Sep 2012 15:38:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304101 - head/net/rsync X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 15:38:25 -0000 Author: ehaupt Date: Tue Sep 11 15:38:24 2012 New Revision: 304101 URL: http://svn.freebsd.org/changeset/ports/304101 Log: - Use OPTIONSng - Remove deprecated header information Modified: head/net/rsync/Makefile Modified: head/net/rsync/Makefile ============================================================================== --- head/net/rsync/Makefile Tue Sep 11 15:30:31 2012 (r304100) +++ head/net/rsync/Makefile Tue Sep 11 15:38:24 2012 (r304101) @@ -1,9 +1,4 @@ -# Ports collection makefile for: rsync -# Date created: Sat Aug 3, 1996 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) -# # $FreeBSD$ -# PORTNAME= rsync PORTVERSION= 3.0.9 @@ -38,42 +33,44 @@ PORTDOCS= NEWS README csprotocol.txt tec MAN1= rsync.1 MAN5= rsyncd.conf.5 -OPTIONS= POPT_PORT "Use popt from devel/popt instead of bundled one" off \ - SSH "Use SSH instead of RSH" on \ - FLAGS "File system flags support patch, adds --fileflags" off \ - ATIMES "Preserve access times, adds --atimes" off \ - ACL "Add backward-compatibility for the --acls option" off \ - ICONV "Add iconv support" off \ - TIMELIMIT "Time limit patch" off \ - RENAMED "Add support for renamed file detection" off +OPTIONS_DEFINE= POPT_PORT SSH FLAGS ATIMES ACL ICONV TIMELIMIT RENAMED +POPT_PORT_DESC= Use popt from devel/popt instead of bundled one +SSH_DESC= Use SSH instead of RSH +FLAGS_DESC= File system flags support patch, adds --fileflags +ATIMES_DESC= Preserve access times, adds --atimes +ACL_DESC= Add backward-compatibility for the --acls option +TIMELIMIT_DESC= Time limit patch +RENAMED_DESC= Add support for renamed file detection -.include +OPTIONS_DEFAULT=SSH -.if !defined(WITHOUT_TIMELIMIT) +.include + +.if ${PORT_OPTIONS:MTIMELIMIT} PATCH_STRIP= -p1 EXTRA_PATCHES+= ${WRKSRC}/patches/time-limit.diff -.if defined(WITH_FLAGS) -IGNORE= flags and timelimit can't be both enabled at the same time. Please rerun 'make config' and disable one of them +.if ${PORT_OPTIONS:MFLAGS} +IGNORE= flags and timelimit can't be enabled simultaneously. Please rerun 'make config' and disable one of them .endif -.if defined(WITH_ATIMES) +.if ${PORT_OPTIONS:MATIMES} IGNORE= atimes and timelimit can't be enabled simultaneously. Please rerun 'make config' and disable one of them .endif .endif -.if !defined(WITHOUT_ATIMES) +.if ${PORT_OPTIONS:MATIMES} PATCH_STRIP= -p1 EXTRA_PATCHES+= ${WRKSRC}/patches/atimes.diff -.if defined(WITH_FLAGS) +.if ${PORT_OPTIONS:MFLAGS} IGNORE= flags and atimes can't be enabled simultaneously. Please rerun 'make config' and disable one of them .endif .endif -.if defined(WITH_ICONV) || defined(WITH_FLAGS) || defined(WITH_ACL) || make(makesum) || defined(WITH_TIMELIMIT) || defined(WITH_ATIMES) || defined(WITH_RENAMED) +.if ${PORT_OPTIONS:MICONV} || ${PORT_OPTIONS:MFLAGS} || ${PORT_OPTIONS:MACL} || make(makesum) || ${PORT_OPTIONS:MTIMELIMIT} || ${PORT_OPTIONS:MATIMES} || ${PORT_OPTIONS:MRENAMED} DISTFILES+= ${PORTNAME}-patches-${PORTVERSION}${EXTRACT_SUFX} CFLAGS+= -I${LOCALBASE}/include .endif -.if defined(WITH_ICONV) +.if ${PORT_OPTIONS:MICONV} USE_ICONV= yes CONFIGUREDCFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -84,31 +81,31 @@ CONFIGURE_ENV+= ac_cv_search_libiconv_o CONFIGURE_ENV+= ac_cv_header_iconv_h=no .endif -.if defined(WITH_FLAGS) +.if ${PORT_OPTIONS:MFLAGS} PATCH_STRIP= -p1 EXTRA_PATCHES+= ${WRKSRC}/patches/fileflags.diff .endif -.if defined(WITH_RENAMED) +.if ${PORT_OPTIONS:MRENAMED} PATCH_STRIP= -p1 #EXTRA_PATCHES+= ${WRKSRC}/patches/detect-renamed.diff EXTRA_PATCHES+= ${FILESDIR}/extrapatch-detect-renamed.diff .endif -.if defined(WITH_ACL) +.if ${PORT_OPTIONS:MACL} PATCH_STRIP= -p1 EXTRA_PATCHES+= ${WRKSRC}/patches/acls.diff .endif -.if defined(WITH_POPT_PORT) -LIB_DEPENDS+= popt.0:${PORTSDIR}/devel/popt +.if ${PORT_OPTIONS:MPOPT_PORT} +LIB_DEPENDS+= popt:${PORTSDIR}/devel/popt CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib" CFLAGS+= -I${LOCALBASE}/include .else CONFIGURE_ARGS+= --with-included-popt .endif -.if defined(WITHOUT_SSH) +.if ${PORT_OPTIONS:MSSH} CONFIGURE_ARGS+= --with-rsh=rsh .endif @@ -138,4 +135,4 @@ post-install: test: build @cd ${WRKSRC} && ${MAKE} check -.include +.include From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 15:54:09 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 227C4106564A; Tue, 11 Sep 2012 15:54:09 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0D8808FC15; Tue, 11 Sep 2012 15:54:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BFs8ho079158; Tue, 11 Sep 2012 15:54:08 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BFs8Be079155; Tue, 11 Sep 2012 15:54:08 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209111554.q8BFs8Be079155@svn.freebsd.org> From: Bryan Drewery Date: Tue, 11 Sep 2012 15:54:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304102 - head/ports-mgmt/poudriere X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 15:54:09 -0000 Author: bdrewery Date: Tue Sep 11 15:54:08 2012 New Revision: 304102 URL: http://svn.freebsd.org/changeset/ports/304102 Log: - Update to 2.1.1 Changes: * Fix jail creation resulting in jail being removed * Fix SIGINFO handler causing error during jail creation * Fix 'jail -i' to build calculation Approved by: bapt (implicit) Modified: head/ports-mgmt/poudriere/Makefile head/ports-mgmt/poudriere/distinfo Modified: head/ports-mgmt/poudriere/Makefile ============================================================================== --- head/ports-mgmt/poudriere/Makefile Tue Sep 11 15:38:24 2012 (r304101) +++ head/ports-mgmt/poudriere/Makefile Tue Sep 11 15:54:08 2012 (r304102) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 2.1.0 +PORTVERSION= 2.1.1 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}?uuid=${PORTVERSION} Modified: head/ports-mgmt/poudriere/distinfo ============================================================================== --- head/ports-mgmt/poudriere/distinfo Tue Sep 11 15:38:24 2012 (r304101) +++ head/ports-mgmt/poudriere/distinfo Tue Sep 11 15:54:08 2012 (r304102) @@ -1,2 +1,2 @@ -SHA256 (poudriere-2.1.0.tar.gz?uuid=2.1.0) = e26abfe04317222d61f7d8e7de13956bd35e92c951aba560458809e05a46bb36 -SIZE (poudriere-2.1.0.tar.gz?uuid=2.1.0) = 33385 +SHA256 (poudriere-2.1.1.tar.gz?uuid=2.1.1) = 824033c64f0c2dc2ee162d801be19ae20abdccc4453591d13a05351b5e5ffc7c +SIZE (poudriere-2.1.1.tar.gz?uuid=2.1.1) = 33457 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 15:55:32 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3C89106566B; Tue, 11 Sep 2012 15:55:32 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CF2858FC16; Tue, 11 Sep 2012 15:55:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BFtWYP079434; Tue, 11 Sep 2012 15:55:32 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BFtWNq079431; Tue, 11 Sep 2012 15:55:32 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209111555.q8BFtWNq079431@svn.freebsd.org> From: Bryan Drewery Date: Tue, 11 Sep 2012 15:55:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304103 - head/ports-mgmt/poudriere-devel X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 15:55:33 -0000 Author: bdrewery Date: Tue Sep 11 15:55:32 2012 New Revision: 304103 URL: http://svn.freebsd.org/changeset/ports/304103 Log: - Update to checkin: a766128118 Changes: * Fix jail creation resulting in jail being removed * Fix SIGINFO handler causing error during jail creation * Fix 'jail -i' to build calculation * Support JAILNAME-PTNAME-make.conf in poudriere.d dir Approved by: bapt (implicit) Modified: head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere-devel/distinfo Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Tue Sep 11 15:54:08 2012 (r304102) +++ head/ports-mgmt/poudriere-devel/Makefile Tue Sep 11 15:55:32 2012 (r304103) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 2.1.99.20120910 +PORTVERSION= 2.1.99.20120911 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ @@ -10,7 +10,7 @@ COMMENT= Port build and test system LICENSE= BSD -FSL_CHKIN= 53e6561d62 +FSL_CHKIN= a766128118 DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz?uuid=${FSL_CHKIN} PKGNAMESUFFIX= -devel Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Tue Sep 11 15:54:08 2012 (r304102) +++ head/ports-mgmt/poudriere-devel/distinfo Tue Sep 11 15:55:32 2012 (r304103) @@ -1,2 +1,2 @@ -SHA256 (poudriere-2.1.99.20120910.tar.gz?uuid=53e6561d62) = 4fb4a708118bc85180c162fce9a08fa3bc7e7ff22ab8ea76f6a4d487a0c69e43 -SIZE (poudriere-2.1.99.20120910.tar.gz?uuid=53e6561d62) = 33404 +SHA256 (poudriere-2.1.99.20120911.tar.gz?uuid=a766128118) = 65ef831cd546bd9d89ef761f8ff075e1f74b98b7e9f05433a893978d1a995913 +SIZE (poudriere-2.1.99.20120911.tar.gz?uuid=a766128118) = 33484 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 16:04:47 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E648B1065673; Tue, 11 Sep 2012 16:04:47 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CDC948FC1F; Tue, 11 Sep 2012 16:04:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BG4lvA080915; Tue, 11 Sep 2012 16:04:47 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BG4lBR080908; Tue, 11 Sep 2012 16:04:47 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201209111604.q8BG4lBR080908@svn.freebsd.org> From: Nicola Vitale Date: Tue, 11 Sep 2012 16:04:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304104 - in head/devel/ninja-ide: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 16:04:48 -0000 Author: nivit Date: Tue Sep 11 16:04:47 2012 New Revision: 304104 URL: http://svn.freebsd.org/changeset/ports/304104 Log: - Update to 2.1.1 - Remove files/ninja-ide.in - Set BUILD_DEPENDS equal to RUN_DEPENDS - Rearrange Makefile to use GutHub as master site, and easy_install - Fix format of WWW field in pkg-descr BuildLog: http://goo.gl/WNM1Z Added: head/devel/ninja-ide/files/patch-ninja_ide__core__filesystem_notifications____init__.py (contents, props changed) Deleted: head/devel/ninja-ide/files/ninja-ide.in Modified: head/devel/ninja-ide/Makefile (contents, props changed) head/devel/ninja-ide/distinfo (contents, props changed) head/devel/ninja-ide/files/patch-ninja_ide__resources.py (contents, props changed) head/devel/ninja-ide/pkg-descr (contents, props changed) head/devel/ninja-ide/pkg-plist (contents, props changed) Modified: head/devel/ninja-ide/Makefile ============================================================================== --- head/devel/ninja-ide/Makefile Tue Sep 11 15:55:32 2012 (r304103) +++ head/devel/ninja-ide/Makefile Tue Sep 11 16:04:47 2012 (r304104) @@ -6,50 +6,29 @@ # PORTNAME= ninja-ide -DISTVERSION= 2.0-beta2 -PORTREVISION= 2 +DISTVERSION= 2.1.1 +PORTREVISION= 0 CATEGORIES= devel -MASTER_SITES= https://github.com/downloads/${PORTNAME}/${PORTNAME}/ \ - http://nivi.interfree.it/distfiles/${PORTNAME}/ MAINTAINER= nivit@FreeBSD.org COMMENT= A cross-platform integrated development environment (IDE) LICENSE= GPLv3 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-network>=4.8.5,1:${PORTSDIR}/net/py-qt4-network \ + ${PYTHON_PKGNAMEPREFIX}qt4-webkit>=4.8.5:${PORTSDIR}/www/py-qt4-webkit RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-network>=4.8.5,1:${PORTSDIR}/net/py-qt4-network \ ${PYTHON_PKGNAMEPREFIX}qt4-webkit>=4.8.5:${PORTSDIR}/www/py-qt4-webkit -FETCH_ARGS= -Frp - -REINPLACE_ARGS= -i.bak -e 's,/usr/bin/env python,&${PYTHON_VER},' \ - -e 's,%%DOCSDIR%%,${DOCSDIR},' - -SUB_FILES= ${PORTNAME} -SUB_LIST= PYTHON_CMD=${PYTHON_CMD} +#PYDISTUTILS_PKGNAME= ${PORTNAME:tu:S,-,_,} +PYDISTUTILS_PKGNAME= ${PORTNAME:U:S,-,_,} +USE_GITHUB= yes USE_PYTHON= 2.6-2.7 -USE_ZIP= yes +USE_PYDISTUTILS= easy_install -post-patch: - ${REINPLACE_CMD} ${WRKSRC}/${PORTNAME}.py ${WRKSRC}/ninja_ide/resources.py - ${FIND} ${WRKSRC} -type f \( -name "*.bak" -or -name "*.orig" \) -delete - -do-build: - ${PYTHON_CMD} -m compileall ${WRKSRC} - ${PYTHON_CMD} -OO -m compileall ${WRKSRC} - -do-install: - ${MKDIR} ${DATADIR} - cd ${WRKSRC} && ${COPYTREE_SHARE} . ${DATADIR} - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} - -post-install: - ${RM} -f ${DATADIR}/README ${DATADIR}/COPYING -.if !defined(NOPORTDOCS) - ${MV} ${DATADIR}/ninja_ide/doc ${DOCSDIR} -.else - ${RM} -R ${DATADIR}/ninja_ide/doc -.endif +GH_ACCOUNT= ninja-ide +GH_COMMIT= c42161b +GH_TAGNAME= v${PORTVERSION} .include Modified: head/devel/ninja-ide/distinfo ============================================================================== --- head/devel/ninja-ide/distinfo Tue Sep 11 15:55:32 2012 (r304103) +++ head/devel/ninja-ide/distinfo Tue Sep 11 16:04:47 2012 (r304104) @@ -1,2 +1,2 @@ -SHA256 (ninja-ide-2.0-beta2.zip) = 26a9f3a401ddd6be18d722b228ec551b42be26d568c284abffc08081b475449d -SIZE (ninja-ide-2.0-beta2.zip) = 767841 +SHA256 (ninja-ide-2.1.1.tar.gz) = 534a891dfdaa262fd6465d2d72672eb29e494401968ba31c483f9eab31f3d5a8 +SIZE (ninja-ide-2.1.1.tar.gz) = 737456 Added: head/devel/ninja-ide/files/patch-ninja_ide__core__filesystem_notifications____init__.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ninja-ide/files/patch-ninja_ide__core__filesystem_notifications____init__.py Tue Sep 11 16:04:47 2012 (r304104) @@ -0,0 +1,11 @@ +--- ./ninja_ide/core/filesystem_notifications/__init__.py.orig 2012-08-23 01:57:46.000000000 +0200 ++++ ./ninja_ide/core/filesystem_notifications/__init__.py 2012-09-11 10:45:02.000000000 +0200 +@@ -23,7 +23,7 @@ + if sys.platform == 'win32': + from ninja_ide.core.filesystem_notifications import windows + source = windows +-elif sys.platform == 'darwin': ++elif sys.platform == 'darwin' or sys.platform.startswith('freebsd'): + from ninja_ide.core.filesystem_notifications import darwin + source = darwin + else: Modified: head/devel/ninja-ide/files/patch-ninja_ide__resources.py ============================================================================== --- head/devel/ninja-ide/files/patch-ninja_ide__resources.py Tue Sep 11 15:55:32 2012 (r304103) +++ head/devel/ninja-ide/files/patch-ninja_ide__resources.py Tue Sep 11 16:04:47 2012 (r304104) @@ -1,7 +1,6 @@ -$FreeBSD$ ---- ./ninja_ide/resources.py.orig 2011-10-25 02:41:30.000000000 +0200 -+++ ./ninja_ide/resources.py 2011-12-12 00:42:45.000000000 +0100 -@@ -39,6 +39,8 @@ +--- ./ninja_ide/resources.py.orig 2012-08-23 01:57:46.000000000 +0200 ++++ ./ninja_ide/resources.py 2012-09-11 10:44:09.000000000 +0200 +@@ -40,6 +40,8 @@ PRJ_PATH = os.path.abspath(os.path.dirname(sys.executable)) HOME_NINJA_PATH = os.path.join(HOME_PATH, ".ninja_ide") @@ -10,12 +9,3 @@ $FreeBSD$ ADDINS = os.path.join(HOME_NINJA_PATH, "addins") -@@ -53,7 +55,7 @@ - - EDITOR_SKINS = os.path.join(HOME_NINJA_PATH, "addins", "schemes") - --START_PAGE_URL = os.path.join(PRJ_PATH, "doc", "startPage.html") -+START_PAGE_URL = os.path.join("%%DOCSDIR%%", "startPage.html") - - LOG_FILE_PATH = os.path.join(HOME_NINJA_PATH, 'ninja_ide.log') - Modified: head/devel/ninja-ide/pkg-descr ============================================================================== --- head/devel/ninja-ide/pkg-descr Tue Sep 11 15:55:32 2012 (r304103) +++ head/devel/ninja-ide/pkg-descr Tue Sep 11 16:04:47 2012 (r304104) @@ -5,4 +5,4 @@ developers to create applications for se utilities of NINJA-IDE, making the task of writing software easier and more enjoyable. -WWW: http://ninja-ide.org/ +WWW: http://ninja-ide.org/ Modified: head/devel/ninja-ide/pkg-plist ============================================================================== --- head/devel/ninja-ide/pkg-plist Tue Sep 11 15:55:32 2012 (r304103) +++ head/devel/ninja-ide/pkg-plist Tue Sep 11 16:04:47 2012 (r304104) @@ -1,392 +1,497 @@ @comment $FreeBSD$ bin/ninja-ide -%%PORTDOCS%%%%DOCSDIR%%/css/style.css -%%PORTDOCS%%%%DOCSDIR%%/img/background.png -%%PORTDOCS%%%%DOCSDIR%%/img/background_2.png -%%PORTDOCS%%%%DOCSDIR%%/img/ninja-ide.png -%%PORTDOCS%%%%DOCSDIR%%/img/powered_py.png -%%PORTDOCS%%%%DOCSDIR%%/img/powered_qt.png -%%PORTDOCS%%%%DOCSDIR%%/js/libs/jquery-1.6.2.js -%%PORTDOCS%%%%DOCSDIR%%/js/libs/jquery-1.6.2.min.js -%%PORTDOCS%%%%DOCSDIR%%/js/libs/modernizr-2.0.6.min.js -%%PORTDOCS%%%%DOCSDIR%%/startPage.html -%%DATADIR%%/icon.png -%%DATADIR%%/ninja-ide.py -%%DATADIR%%/ninja-ide.pyc -%%DATADIR%%/ninja-ide.pyo -%%DATADIR%%/ninja_ide/NINJA-IDE.nja -%%DATADIR%%/ninja_ide/__init__.py -%%DATADIR%%/ninja_ide/__init__.pyc -%%DATADIR%%/ninja_ide/__init__.pyo -%%DATADIR%%/ninja_ide/addins/__init__.py -%%DATADIR%%/ninja_ide/addins/__init__.pyc -%%DATADIR%%/ninja_ide/addins/__init__.pyo -%%DATADIR%%/ninja_ide/addins/lang/__init__.py -%%DATADIR%%/ninja_ide/addins/lang/__init__.pyc -%%DATADIR%%/ninja_ide/addins/lang/__init__.pyo -%%DATADIR%%/ninja_ide/addins/plugins/__init__.py -%%DATADIR%%/ninja_ide/addins/plugins/__init__.pyc -%%DATADIR%%/ninja_ide/addins/plugins/__init__.pyo -%%DATADIR%%/ninja_ide/addins/syntax/apache.json -%%DATADIR%%/ninja_ide/addins/syntax/asp.json -%%DATADIR%%/ninja_ide/addins/syntax/assembler.json -%%DATADIR%%/ninja_ide/addins/syntax/bibtex.json -%%DATADIR%%/ninja_ide/addins/syntax/c.json -%%DATADIR%%/ninja_ide/addins/syntax/cpp.json -%%DATADIR%%/ninja_ide/addins/syntax/csharp.json -%%DATADIR%%/ninja_ide/addins/syntax/css.json -%%DATADIR%%/ninja_ide/addins/syntax/gettext.json -%%DATADIR%%/ninja_ide/addins/syntax/go.json -%%DATADIR%%/ninja_ide/addins/syntax/html.json -%%DATADIR%%/ninja_ide/addins/syntax/java.json -%%DATADIR%%/ninja_ide/addins/syntax/javascript.json -%%DATADIR%%/ninja_ide/addins/syntax/json.json -%%DATADIR%%/ninja_ide/addins/syntax/latex.json -%%DATADIR%%/ninja_ide/addins/syntax/lolcode.json -%%DATADIR%%/ninja_ide/addins/syntax/pascal.json -%%DATADIR%%/ninja_ide/addins/syntax/php.json -%%DATADIR%%/ninja_ide/addins/syntax/python.json -%%DATADIR%%/ninja_ide/addins/syntax/sourceslist.json -%%DATADIR%%/ninja_ide/addins/themes/__init__.py -%%DATADIR%%/ninja_ide/addins/themes/__init__.pyc -%%DATADIR%%/ninja_ide/addins/themes/__init__.pyo -%%DATADIR%%/ninja_ide/core/__init__.py -%%DATADIR%%/ninja_ide/core/__init__.pyc -%%DATADIR%%/ninja_ide/core/__init__.pyo -%%DATADIR%%/ninja_ide/core/cliparser.py -%%DATADIR%%/ninja_ide/core/cliparser.pyc -%%DATADIR%%/ninja_ide/core/cliparser.pyo -%%DATADIR%%/ninja_ide/core/core.py -%%DATADIR%%/ninja_ide/core/core.pyc -%%DATADIR%%/ninja_ide/core/core.pyo -%%DATADIR%%/ninja_ide/core/file_manager.py -%%DATADIR%%/ninja_ide/core/file_manager.pyc -%%DATADIR%%/ninja_ide/core/file_manager.pyo -%%DATADIR%%/ninja_ide/core/plugin.py -%%DATADIR%%/ninja_ide/core/plugin.pyc -%%DATADIR%%/ninja_ide/core/plugin.pyo -%%DATADIR%%/ninja_ide/core/plugin_interfaces.py -%%DATADIR%%/ninja_ide/core/plugin_interfaces.pyc -%%DATADIR%%/ninja_ide/core/plugin_interfaces.pyo -%%DATADIR%%/ninja_ide/core/plugin_manager.py -%%DATADIR%%/ninja_ide/core/plugin_manager.pyc -%%DATADIR%%/ninja_ide/core/plugin_manager.pyo -%%DATADIR%%/ninja_ide/core/plugin_services.py -%%DATADIR%%/ninja_ide/core/plugin_services.pyc -%%DATADIR%%/ninja_ide/core/plugin_services.pyo -%%DATADIR%%/ninja_ide/core/settings.py -%%DATADIR%%/ninja_ide/core/settings.pyc -%%DATADIR%%/ninja_ide/core/settings.pyo -%%DATADIR%%/ninja_ide/dependencies/__init__.py -%%DATADIR%%/ninja_ide/dependencies/__init__.pyc -%%DATADIR%%/ninja_ide/dependencies/__init__.pyo -%%DATADIR%%/ninja_ide/dependencies/pep8mod.py -%%DATADIR%%/ninja_ide/dependencies/pep8mod.pyc -%%DATADIR%%/ninja_ide/dependencies/pep8mod.pyo -%%DATADIR%%/ninja_ide/dependencies/pyflakes_mod/__init__.py -%%DATADIR%%/ninja_ide/dependencies/pyflakes_mod/__init__.pyc -%%DATADIR%%/ninja_ide/dependencies/pyflakes_mod/__init__.pyo -%%DATADIR%%/ninja_ide/dependencies/pyflakes_mod/checker.py -%%DATADIR%%/ninja_ide/dependencies/pyflakes_mod/checker.pyc -%%DATADIR%%/ninja_ide/dependencies/pyflakes_mod/checker.pyo -%%DATADIR%%/ninja_ide/dependencies/pyflakes_mod/messages.py -%%DATADIR%%/ninja_ide/dependencies/pyflakes_mod/messages.pyc -%%DATADIR%%/ninja_ide/dependencies/pyflakes_mod/messages.pyo -%%DATADIR%%/ninja_ide/dependencies/pyflakes_mod/scripts/__init__.py -%%DATADIR%%/ninja_ide/dependencies/pyflakes_mod/scripts/__init__.pyc -%%DATADIR%%/ninja_ide/dependencies/pyflakes_mod/scripts/__init__.pyo -%%DATADIR%%/ninja_ide/dependencies/pyflakes_mod/scripts/pyflakes.py -%%DATADIR%%/ninja_ide/dependencies/pyflakes_mod/scripts/pyflakes.pyc -%%DATADIR%%/ninja_ide/dependencies/pyflakes_mod/scripts/pyflakes.pyo -%%DATADIR%%/ninja_ide/gui/__init__.py -%%DATADIR%%/ninja_ide/gui/__init__.pyc -%%DATADIR%%/ninja_ide/gui/__init__.pyo -%%DATADIR%%/ninja_ide/gui/actions.py -%%DATADIR%%/ninja_ide/gui/actions.pyc -%%DATADIR%%/ninja_ide/gui/actions.pyo -%%DATADIR%%/ninja_ide/gui/central_widget.py -%%DATADIR%%/ninja_ide/gui/central_widget.pyc -%%DATADIR%%/ninja_ide/gui/central_widget.pyo -%%DATADIR%%/ninja_ide/gui/dialogs/__init__.py -%%DATADIR%%/ninja_ide/gui/dialogs/__init__.pyc -%%DATADIR%%/ninja_ide/gui/dialogs/__init__.pyo -%%DATADIR%%/ninja_ide/gui/dialogs/about_ninja.py -%%DATADIR%%/ninja_ide/gui/dialogs/about_ninja.pyc -%%DATADIR%%/ninja_ide/gui/dialogs/about_ninja.pyo -%%DATADIR%%/ninja_ide/gui/dialogs/from_import_dialog.py -%%DATADIR%%/ninja_ide/gui/dialogs/from_import_dialog.pyc -%%DATADIR%%/ninja_ide/gui/dialogs/from_import_dialog.pyo -%%DATADIR%%/ninja_ide/gui/dialogs/open_projects_type.py -%%DATADIR%%/ninja_ide/gui/dialogs/open_projects_type.pyc -%%DATADIR%%/ninja_ide/gui/dialogs/open_projects_type.pyo -%%DATADIR%%/ninja_ide/gui/dialogs/plugins_manager.py -%%DATADIR%%/ninja_ide/gui/dialogs/plugins_manager.pyc -%%DATADIR%%/ninja_ide/gui/dialogs/plugins_manager.pyo -%%DATADIR%%/ninja_ide/gui/dialogs/preferences.py -%%DATADIR%%/ninja_ide/gui/dialogs/preferences.pyc -%%DATADIR%%/ninja_ide/gui/dialogs/preferences.pyo -%%DATADIR%%/ninja_ide/gui/dialogs/project_properties_widget.py -%%DATADIR%%/ninja_ide/gui/dialogs/project_properties_widget.pyc -%%DATADIR%%/ninja_ide/gui/dialogs/project_properties_widget.pyo -%%DATADIR%%/ninja_ide/gui/dialogs/themes_manager.py -%%DATADIR%%/ninja_ide/gui/dialogs/themes_manager.pyc -%%DATADIR%%/ninja_ide/gui/dialogs/themes_manager.pyo -%%DATADIR%%/ninja_ide/gui/dialogs/traceback_widget.py -%%DATADIR%%/ninja_ide/gui/dialogs/traceback_widget.pyc -%%DATADIR%%/ninja_ide/gui/dialogs/traceback_widget.pyo -%%DATADIR%%/ninja_ide/gui/dialogs/wizard_new_project.py -%%DATADIR%%/ninja_ide/gui/dialogs/wizard_new_project.pyc -%%DATADIR%%/ninja_ide/gui/dialogs/wizard_new_project.pyo -%%DATADIR%%/ninja_ide/gui/editor/__init__.py -%%DATADIR%%/ninja_ide/gui/editor/__init__.pyc -%%DATADIR%%/ninja_ide/gui/editor/__init__.pyo -%%DATADIR%%/ninja_ide/gui/editor/completer.py -%%DATADIR%%/ninja_ide/gui/editor/completer.pyc -%%DATADIR%%/ninja_ide/gui/editor/completer.pyo -%%DATADIR%%/ninja_ide/gui/editor/editor.py -%%DATADIR%%/ninja_ide/gui/editor/editor.pyc -%%DATADIR%%/ninja_ide/gui/editor/editor.pyo -%%DATADIR%%/ninja_ide/gui/editor/errors_checker.py -%%DATADIR%%/ninja_ide/gui/editor/errors_checker.pyc -%%DATADIR%%/ninja_ide/gui/editor/errors_checker.pyo -%%DATADIR%%/ninja_ide/gui/editor/helpers.py -%%DATADIR%%/ninja_ide/gui/editor/helpers.pyc -%%DATADIR%%/ninja_ide/gui/editor/helpers.pyo -%%DATADIR%%/ninja_ide/gui/editor/highlighter.py -%%DATADIR%%/ninja_ide/gui/editor/highlighter.pyc -%%DATADIR%%/ninja_ide/gui/editor/highlighter.pyo -%%DATADIR%%/ninja_ide/gui/editor/pep8_checker.py -%%DATADIR%%/ninja_ide/gui/editor/pep8_checker.pyc -%%DATADIR%%/ninja_ide/gui/editor/pep8_checker.pyo -%%DATADIR%%/ninja_ide/gui/editor/sidebar_widget.py -%%DATADIR%%/ninja_ide/gui/editor/sidebar_widget.pyc -%%DATADIR%%/ninja_ide/gui/editor/sidebar_widget.pyo -%%DATADIR%%/ninja_ide/gui/explorer/__init__.py -%%DATADIR%%/ninja_ide/gui/explorer/__init__.pyc -%%DATADIR%%/ninja_ide/gui/explorer/__init__.pyo -%%DATADIR%%/ninja_ide/gui/explorer/errors_lists.py -%%DATADIR%%/ninja_ide/gui/explorer/errors_lists.pyc -%%DATADIR%%/ninja_ide/gui/explorer/errors_lists.pyo -%%DATADIR%%/ninja_ide/gui/explorer/explorer_container.py -%%DATADIR%%/ninja_ide/gui/explorer/explorer_container.pyc -%%DATADIR%%/ninja_ide/gui/explorer/explorer_container.pyo -%%DATADIR%%/ninja_ide/gui/explorer/tree_projects_widget.py -%%DATADIR%%/ninja_ide/gui/explorer/tree_projects_widget.pyc -%%DATADIR%%/ninja_ide/gui/explorer/tree_projects_widget.pyo -%%DATADIR%%/ninja_ide/gui/explorer/tree_symbols_widget.py -%%DATADIR%%/ninja_ide/gui/explorer/tree_symbols_widget.pyc -%%DATADIR%%/ninja_ide/gui/explorer/tree_symbols_widget.pyo -%%DATADIR%%/ninja_ide/gui/ide.py -%%DATADIR%%/ninja_ide/gui/ide.pyc -%%DATADIR%%/ninja_ide/gui/ide.pyo -%%DATADIR%%/ninja_ide/gui/main_panel/__init__.py -%%DATADIR%%/ninja_ide/gui/main_panel/__init__.pyc -%%DATADIR%%/ninja_ide/gui/main_panel/__init__.pyo -%%DATADIR%%/ninja_ide/gui/main_panel/browser_widget.py -%%DATADIR%%/ninja_ide/gui/main_panel/browser_widget.pyc -%%DATADIR%%/ninja_ide/gui/main_panel/browser_widget.pyo -%%DATADIR%%/ninja_ide/gui/main_panel/class_diagram.py -%%DATADIR%%/ninja_ide/gui/main_panel/class_diagram.pyc -%%DATADIR%%/ninja_ide/gui/main_panel/class_diagram.pyo -%%DATADIR%%/ninja_ide/gui/main_panel/image_viewer.py -%%DATADIR%%/ninja_ide/gui/main_panel/image_viewer.pyc -%%DATADIR%%/ninja_ide/gui/main_panel/image_viewer.pyo -%%DATADIR%%/ninja_ide/gui/main_panel/itab_item.py -%%DATADIR%%/ninja_ide/gui/main_panel/itab_item.pyc -%%DATADIR%%/ninja_ide/gui/main_panel/itab_item.pyo -%%DATADIR%%/ninja_ide/gui/main_panel/main_container.py -%%DATADIR%%/ninja_ide/gui/main_panel/main_container.pyc -%%DATADIR%%/ninja_ide/gui/main_panel/main_container.pyo -%%DATADIR%%/ninja_ide/gui/main_panel/recent_project_item.py -%%DATADIR%%/ninja_ide/gui/main_panel/recent_project_item.pyc -%%DATADIR%%/ninja_ide/gui/main_panel/recent_project_item.pyo -%%DATADIR%%/ninja_ide/gui/main_panel/tab_group.py -%%DATADIR%%/ninja_ide/gui/main_panel/tab_group.pyc -%%DATADIR%%/ninja_ide/gui/main_panel/tab_group.pyo -%%DATADIR%%/ninja_ide/gui/main_panel/tab_widget.py -%%DATADIR%%/ninja_ide/gui/main_panel/tab_widget.pyc -%%DATADIR%%/ninja_ide/gui/main_panel/tab_widget.pyo -%%DATADIR%%/ninja_ide/gui/menus/__init__.py -%%DATADIR%%/ninja_ide/gui/menus/__init__.pyc -%%DATADIR%%/ninja_ide/gui/menus/__init__.pyo -%%DATADIR%%/ninja_ide/gui/menus/menu_about.py -%%DATADIR%%/ninja_ide/gui/menus/menu_about.pyc -%%DATADIR%%/ninja_ide/gui/menus/menu_about.pyo -%%DATADIR%%/ninja_ide/gui/menus/menu_edit.py -%%DATADIR%%/ninja_ide/gui/menus/menu_edit.pyc -%%DATADIR%%/ninja_ide/gui/menus/menu_edit.pyo -%%DATADIR%%/ninja_ide/gui/menus/menu_file.py -%%DATADIR%%/ninja_ide/gui/menus/menu_file.pyc -%%DATADIR%%/ninja_ide/gui/menus/menu_file.pyo -%%DATADIR%%/ninja_ide/gui/menus/menu_plugins.py -%%DATADIR%%/ninja_ide/gui/menus/menu_plugins.pyc -%%DATADIR%%/ninja_ide/gui/menus/menu_plugins.pyo -%%DATADIR%%/ninja_ide/gui/menus/menu_project.py -%%DATADIR%%/ninja_ide/gui/menus/menu_project.pyc -%%DATADIR%%/ninja_ide/gui/menus/menu_project.pyo -%%DATADIR%%/ninja_ide/gui/menus/menu_source.py -%%DATADIR%%/ninja_ide/gui/menus/menu_source.pyc -%%DATADIR%%/ninja_ide/gui/menus/menu_source.pyo -%%DATADIR%%/ninja_ide/gui/menus/menu_view.py -%%DATADIR%%/ninja_ide/gui/menus/menu_view.pyc -%%DATADIR%%/ninja_ide/gui/menus/menu_view.pyo -%%DATADIR%%/ninja_ide/gui/misc/__init__.py -%%DATADIR%%/ninja_ide/gui/misc/__init__.pyc -%%DATADIR%%/ninja_ide/gui/misc/__init__.pyo -%%DATADIR%%/ninja_ide/gui/misc/console_widget.py -%%DATADIR%%/ninja_ide/gui/misc/console_widget.pyc -%%DATADIR%%/ninja_ide/gui/misc/console_widget.pyo -%%DATADIR%%/ninja_ide/gui/misc/find_in_files.py -%%DATADIR%%/ninja_ide/gui/misc/find_in_files.pyc -%%DATADIR%%/ninja_ide/gui/misc/find_in_files.pyo -%%DATADIR%%/ninja_ide/gui/misc/misc_container.py -%%DATADIR%%/ninja_ide/gui/misc/misc_container.pyc -%%DATADIR%%/ninja_ide/gui/misc/misc_container.pyo -%%DATADIR%%/ninja_ide/gui/misc/plugin_preferences.py -%%DATADIR%%/ninja_ide/gui/misc/plugin_preferences.pyc -%%DATADIR%%/ninja_ide/gui/misc/plugin_preferences.pyo -%%DATADIR%%/ninja_ide/gui/misc/results.py -%%DATADIR%%/ninja_ide/gui/misc/results.pyc -%%DATADIR%%/ninja_ide/gui/misc/results.pyo -%%DATADIR%%/ninja_ide/gui/misc/run_widget.py -%%DATADIR%%/ninja_ide/gui/misc/run_widget.pyc -%%DATADIR%%/ninja_ide/gui/misc/run_widget.pyo -%%DATADIR%%/ninja_ide/gui/misc/shortcut_manager.py -%%DATADIR%%/ninja_ide/gui/misc/shortcut_manager.pyc -%%DATADIR%%/ninja_ide/gui/misc/shortcut_manager.pyo -%%DATADIR%%/ninja_ide/gui/misc/web_render.py -%%DATADIR%%/ninja_ide/gui/misc/web_render.pyc -%%DATADIR%%/ninja_ide/gui/misc/web_render.pyo -%%DATADIR%%/ninja_ide/gui/status_bar.py -%%DATADIR%%/ninja_ide/gui/status_bar.pyc -%%DATADIR%%/ninja_ide/gui/status_bar.pyo -%%DATADIR%%/ninja_ide/gui/updates.py -%%DATADIR%%/ninja_ide/gui/updates.pyc -%%DATADIR%%/ninja_ide/gui/updates.pyo -%%DATADIR%%/ninja_ide/img/attribute.png -%%DATADIR%%/ninja_ide/img/book-left.png -%%DATADIR%%/ninja_ide/img/book-right.png -%%DATADIR%%/ninja_ide/img/break-left.png -%%DATADIR%%/ninja_ide/img/break-right.png -%%DATADIR%%/ninja_ide/img/bug.png -%%DATADIR%%/ninja_ide/img/class.png -%%DATADIR%%/ninja_ide/img/comment-code.png -%%DATADIR%%/ninja_ide/img/console.png -%%DATADIR%%/ninja_ide/img/debug.png -%%DATADIR%%/ninja_ide/img/delete-project.png -%%DATADIR%%/ninja_ide/img/document-new.png -%%DATADIR%%/ninja_ide/img/document-open.png -%%DATADIR%%/ninja_ide/img/document-print.png -%%DATADIR%%/ninja_ide/img/document-save-all.png -%%DATADIR%%/ninja_ide/img/document-save-as.png -%%DATADIR%%/ninja_ide/img/document-save.png -%%DATADIR%%/ninja_ide/img/edit-copy.png -%%DATADIR%%/ninja_ide/img/edit-cut.png -%%DATADIR%%/ninja_ide/img/edit-paste.png -%%DATADIR%%/ninja_ide/img/edit-redo.png -%%DATADIR%%/ninja_ide/img/edit-undo.png -%%DATADIR%%/ninja_ide/img/exit.png -%%DATADIR%%/ninja_ide/img/favorite-project.png -%%DATADIR%%/ninja_ide/img/file-run.png -%%DATADIR%%/ninja_ide/img/find-replace.png -%%DATADIR%%/ninja_ide/img/find.png -%%DATADIR%%/ninja_ide/img/folder-open.png -%%DATADIR%%/ninja_ide/img/follow.png -%%DATADIR%%/ninja_ide/img/function.png -%%DATADIR%%/ninja_ide/img/icon-tip.png -%%DATADIR%%/ninja_ide/img/icon-update-ok.png -%%DATADIR%%/ninja_ide/img/icon-update.png -%%DATADIR%%/ninja_ide/img/icon-urgent-update.png -%%DATADIR%%/ninja_ide/img/icon.png -%%DATADIR%%/ninja_ide/img/indent-less.png -%%DATADIR%%/ninja_ide/img/indent-more.png -%%DATADIR%%/ninja_ide/img/locate-class.png -%%DATADIR%%/ninja_ide/img/locate-file.png -%%DATADIR%%/ninja_ide/img/locate-function.png -%%DATADIR%%/ninja_ide/img/locate-nonpython.png -%%DATADIR%%/ninja_ide/img/locate-on-this-file.png -%%DATADIR%%/ninja_ide/img/module.png -%%DATADIR%%/ninja_ide/img/nav-code-left.png -%%DATADIR%%/ninja_ide/img/nav-code-right.png -%%DATADIR%%/ninja_ide/img/panels-change-orientation.png -%%DATADIR%%/ninja_ide/img/panels-change-position.png -%%DATADIR%%/ninja_ide/img/panels-change-vertical-position-2.png -%%DATADIR%%/ninja_ide/img/panels-change-vertical-position.png -%%DATADIR%%/ninja_ide/img/play.png -%%DATADIR%%/ninja_ide/img/preferences-system.png -%%DATADIR%%/ninja_ide/img/project-new.png -%%DATADIR%%/ninja_ide/img/project-open.png -%%DATADIR%%/ninja_ide/img/qtdesigner.png -%%DATADIR%%/ninja_ide/img/reload-file.png -%%DATADIR%%/ninja_ide/img/splash.jpg -%%DATADIR%%/ninja_ide/img/splash.png -%%DATADIR%%/ninja_ide/img/split-horizontal.png -%%DATADIR%%/ninja_ide/img/split-vertical.png -%%DATADIR%%/ninja_ide/img/stop.png -%%DATADIR%%/ninja_ide/img/tree-CSS.png -%%DATADIR%%/ninja_ide/img/tree-app.png -%%DATADIR%%/ninja_ide/img/tree-code.png -%%DATADIR%%/ninja_ide/img/tree-folder.png -%%DATADIR%%/ninja_ide/img/tree-generic.png -%%DATADIR%%/ninja_ide/img/tree-html.png -%%DATADIR%%/ninja_ide/img/tree-image.png -%%DATADIR%%/ninja_ide/img/tree-java.png -%%DATADIR%%/ninja_ide/img/tree-python.png -%%DATADIR%%/ninja_ide/img/uncomment-code.png -%%DATADIR%%/ninja_ide/img/unfavorite-project.png -%%DATADIR%%/ninja_ide/img/web.png -%%DATADIR%%/ninja_ide/resources.py -%%DATADIR%%/ninja_ide/resources.pyc -%%DATADIR%%/ninja_ide/resources.pyo -%%DATADIR%%/ninja_ide/tools/__init__.py -%%DATADIR%%/ninja_ide/tools/__init__.pyc -%%DATADIR%%/ninja_ide/tools/__init__.pyo -%%DATADIR%%/ninja_ide/tools/console.py -%%DATADIR%%/ninja_ide/tools/console.pyc -%%DATADIR%%/ninja_ide/tools/console.pyo -%%DATADIR%%/ninja_ide/tools/debugger.py -%%DATADIR%%/ninja_ide/tools/debugger.pyc -%%DATADIR%%/ninja_ide/tools/debugger.pyo -%%DATADIR%%/ninja_ide/tools/introspection.py -%%DATADIR%%/ninja_ide/tools/introspection.pyc -%%DATADIR%%/ninja_ide/tools/introspection.pyo -%%DATADIR%%/ninja_ide/tools/json_manager.py -%%DATADIR%%/ninja_ide/tools/json_manager.pyc -%%DATADIR%%/ninja_ide/tools/json_manager.pyo -%%DATADIR%%/ninja_ide/tools/locator.py -%%DATADIR%%/ninja_ide/tools/locator.pyc -%%DATADIR%%/ninja_ide/tools/locator.pyo -%%DATADIR%%/ninja_ide/tools/runner.py -%%DATADIR%%/ninja_ide/tools/runner.pyc -%%DATADIR%%/ninja_ide/tools/runner.pyo -%%DATADIR%%/ninja_ide/tools/styles.py -%%DATADIR%%/ninja_ide/tools/styles.pyc -%%DATADIR%%/ninja_ide/tools/styles.pyo -%%DATADIR%%/ninja_ide/tools/ui_tools.py -%%DATADIR%%/ninja_ide/tools/ui_tools.pyc -%%DATADIR%%/ninja_ide/tools/ui_tools.pyo -@dirrm %%DATADIR%%/ninja_ide/tools -@dirrm %%DATADIR%%/ninja_ide/img -@dirrm %%DATADIR%%/ninja_ide/gui/misc -@dirrm %%DATADIR%%/ninja_ide/gui/menus -@dirrm %%DATADIR%%/ninja_ide/gui/main_panel -@dirrm %%DATADIR%%/ninja_ide/gui/explorer -@dirrm %%DATADIR%%/ninja_ide/gui/editor -@dirrm %%DATADIR%%/ninja_ide/gui/dialogs -@dirrm %%DATADIR%%/ninja_ide/gui -@dirrm %%DATADIR%%/ninja_ide/dependencies/pyflakes_mod/scripts -@dirrm %%DATADIR%%/ninja_ide/dependencies/pyflakes_mod -@dirrm %%DATADIR%%/ninja_ide/dependencies -@dirrm %%DATADIR%%/ninja_ide/core -@dirrm %%DATADIR%%/ninja_ide/addins/themes -@dirrm %%DATADIR%%/ninja_ide/addins/syntax -@dirrm %%DATADIR%%/ninja_ide/addins/plugins -@dirrm %%DATADIR%%/ninja_ide/addins/lang -@dirrm %%DATADIR%%/ninja_ide/addins -@dirrm %%DATADIR%%/ninja_ide -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/js/libs -%%PORTDOCS%%@dirrm %%DOCSDIR%%/js -%%PORTDOCS%%@dirrm %%DOCSDIR%%/img -%%PORTDOCS%%@dirrm %%DOCSDIR%%/css -%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%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/entry_points.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/apache.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/asp.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/assembler.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/bibtex.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/c.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/coffeescript.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/cpp.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/csharp.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/css.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/cython.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/gettext.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/go.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/header.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/html.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/java.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/javascript.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/json.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/latex.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/lolcode.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/pascal.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/php.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/python.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/rst.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/ruby_on_rails.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/shell.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/syntax/sourceslist.json +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/theme/ninja_dark.qss +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/addins/theme/ninja_theme.qss +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/cliparser.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/cliparser.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/cliparser.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/core.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/core.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/core.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/file_manager.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/file_manager.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/file_manager.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/filesystem_notifications/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/filesystem_notifications/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/filesystem_notifications/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/filesystem_notifications/base_watcher.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/filesystem_notifications/base_watcher.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/filesystem_notifications/base_watcher.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/filesystem_notifications/darwin.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/filesystem_notifications/darwin.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/filesystem_notifications/darwin.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/filesystem_notifications/linux.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/filesystem_notifications/linux.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/filesystem_notifications/linux.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/filesystem_notifications/windows.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/filesystem_notifications/windows.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/filesystem_notifications/windows.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/ipc.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/ipc.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/ipc.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/plugin.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/plugin.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/plugin.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/plugin_interfaces.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/plugin_interfaces.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/plugin_interfaces.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/plugin_manager.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/plugin_manager.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/plugin_manager.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/plugin_services.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/plugin_services.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/plugin_services.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/plugin_util.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/plugin_util.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/plugin_util.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/settings.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/settings.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/core/settings.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/pep8mod.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/pep8mod.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/pep8mod.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/pyflakes_mod/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/pyflakes_mod/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/pyflakes_mod/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/pyflakes_mod/checker.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/pyflakes_mod/checker.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/pyflakes_mod/checker.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/pyflakes_mod/messages.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/pyflakes_mod/messages.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/pyflakes_mod/messages.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/pyflakes_mod/scripts/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/pyflakes_mod/scripts/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/pyflakes_mod/scripts/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/pyflakes_mod/scripts/pyflakes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/pyflakes_mod/scripts/pyflakes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/pyflakes_mod/scripts/pyflakes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/doc/css/style.css +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/doc/img/background.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/doc/img/background_2.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/doc/img/ninja-ide.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/doc/img/powered_py.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/doc/img/powered_qt.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/doc/js/libs/jquery-1.6.2.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/doc/js/libs/jquery-1.6.2.min.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/doc/js/libs/modernizr-2.0.6.min.js +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/doc/startPage.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/actions.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/actions.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/actions.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/central_widget.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/central_widget.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/central_widget.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/about_ninja.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/about_ninja.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/about_ninja.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/from_import_dialog.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/from_import_dialog.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/from_import_dialog.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/language_manager.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/language_manager.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/language_manager.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/plugins_manager.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/plugins_manager.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/plugins_manager.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/preferences.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/preferences.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/preferences.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/project_properties_widget.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/project_properties_widget.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/project_properties_widget.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/themes_manager.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/themes_manager.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/themes_manager.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/traceback_widget.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/traceback_widget.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/traceback_widget.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/wizard_new_project.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/wizard_new_project.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs/wizard_new_project.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/editor.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/editor.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/editor.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/errors_checker.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/errors_checker.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/errors_checker.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/helpers.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/helpers.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/helpers.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/highlighter.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/highlighter.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/highlighter.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/minimap.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/minimap.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/minimap.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/pep8_checker.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/pep8_checker.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/pep8_checker.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/sidebar_widget.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/sidebar_widget.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor/sidebar_widget.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/explorer/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/explorer/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/explorer/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/explorer/errors_lists.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/explorer/errors_lists.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/explorer/errors_lists.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/explorer/explorer_container.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/explorer/explorer_container.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/explorer/explorer_container.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/explorer/tree_projects_widget.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/explorer/tree_projects_widget.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/explorer/tree_projects_widget.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/explorer/tree_symbols_widget.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/explorer/tree_symbols_widget.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/explorer/tree_symbols_widget.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/ide.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/ide.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/ide.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/browser_widget.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/browser_widget.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/browser_widget.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/class_diagram.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/class_diagram.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/class_diagram.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/image_viewer.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/image_viewer.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/image_viewer.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/itab_item.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/itab_item.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/itab_item.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/main_container.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/main_container.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/main_container.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/recent_project_item.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/recent_project_item.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/recent_project_item.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/tab_group.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/tab_group.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/tab_group.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/tab_widget.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/tab_widget.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel/tab_widget.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/aboutdialog.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/aboutdialog.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/aboutdialog.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/enum.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/enum.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/enum.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/highscores.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/highscores.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/highscores.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/highscoresdialog.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/highscoresdialog.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/highscoresdialog.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/images.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/images.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/images.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/tetrisgame.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/tetrisgame.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/tetrisgame.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/tetrismodel.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/tetrismodel.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/tetrismodel.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/version.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/version.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib/version.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/menu_about.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/menu_about.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/menu_about.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/menu_edit.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/menu_edit.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/menu_edit.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/menu_file.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/menu_file.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/menu_file.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/menu_plugins.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/menu_plugins.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/menu_plugins.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/menu_project.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/menu_project.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/menu_project.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/menu_source.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/menu_source.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/menu_source.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/menu_view.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/menu_view.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/menu_view.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/console_widget.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/console_widget.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/console_widget.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/find_in_files.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/find_in_files.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/find_in_files.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/misc_container.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/misc_container.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/misc_container.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/plugin_preferences.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/plugin_preferences.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/plugin_preferences.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/results.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/results.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/results.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/run_widget.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/run_widget.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/run_widget.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/shortcut_manager.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/shortcut_manager.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/shortcut_manager.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/web_render.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/web_render.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc/web_render.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/status_bar.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/status_bar.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/status_bar.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/updates.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/updates.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/updates.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/activate_profile.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/add.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/attribute.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/book-left.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/book-right.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/break-left.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/break-right.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/bug.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/class.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/comment-code.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/console.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/deactivate_profile.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/debug.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/delete-project.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/delete.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/document-new.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/document-open.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/document-print.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/document-save-all.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/document-save-as.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/document-save.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/edit-copy.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/edit-cut.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/edit-paste.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/edit-redo.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/edit-undo.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/exit.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/favorite-project.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/file-run.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/find-replace.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/find.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/folder-open.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/follow.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/fullscreen.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/function.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/go_to_definition.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/icon.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/indent-less.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/indent-more.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/insert_import.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/locate-attributes.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/locate-class.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/locate-file.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/locate-function.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/locate-line.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/locate-nonpython.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/locate-on-this-file.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/locate-tab.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/locator.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/module.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/nav-code-left.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/nav-code-right.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/panels-change-orientation.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/panels-change-position.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/panels-change-vertical-position-2.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/panels-change-vertical-position.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/play.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/preferences-system.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/preview_web.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/project-new.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/project-open.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/qtdesigner.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/reload-file.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/separator.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/split-horizontal.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/split-vertical.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/stop.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/tree-CSS.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/tree-code.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/tree-folder.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/tree-generic.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/tree-html.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/tree-image.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/tree-python.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/uncomment-code.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/unfavorite-project.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/web.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/zoom_in.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img/zoom_out.png +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/resources.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/resources.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/resources.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/completion/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/completion/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/completion/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/completion/analyzer.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/completion/analyzer.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/completion/analyzer.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/completion/code_completion.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/completion/code_completion.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/completion/code_completion.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/completion/completer.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/completion/completer.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/completion/completer.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/completion/completer_widget.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/completion/completer_widget.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/completion/completer_widget.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/completion/completion_daemon.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/completion/completion_daemon.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/completion/completion_daemon.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/completion/model.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/completion/model.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/completion/model.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/console.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/console.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/console.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/debugger.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/debugger.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/debugger.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/get_system_path.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/get_system_path.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/get_system_path.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/introspection.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/introspection.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/introspection.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/json_manager.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/json_manager.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/json_manager.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/locator.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/locator.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/locator.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/logger.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/logger.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/logger.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/runner.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/runner.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/runner.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/ui_tools.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/ui_tools.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/ui_tools.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools/completion/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools/completion/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools/completion/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools/completion/test_analyzer.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools/completion/test_analyzer.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools/completion/test_analyzer.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools/completion/test_code_completion.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools/completion/test_code_completion.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools/completion/test_code_completion.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools/completion/test_code_completion_late_resolution.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools/completion/test_code_completion_late_resolution.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools/completion/test_code_completion_late_resolution.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools/completion/test_completer.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools/completion/test_completer.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools/completion/test_completer.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools/completion/test_model.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools/completion/test_model.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools/completion/test_model.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools/completion +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests/tools +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_tests +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools/completion +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/tools +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/img +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/misc +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus/lib +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/menus +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/main_panel +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/explorer +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/editor +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui/dialogs +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/gui +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/doc/js/libs +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/doc/js +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/doc/img +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/doc/css +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/doc +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/pyflakes_mod/scripts +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ninja_ide/dependencies/pyflakes_mod *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 16:05:23 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 026401065757; Tue, 11 Sep 2012 16:05:23 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E17598FC17; Tue, 11 Sep 2012 16:05:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BG5M2c081088; Tue, 11 Sep 2012 16:05:22 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BG5Mj7081085; Tue, 11 Sep 2012 16:05:22 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201209111605.q8BG5Mj7081085@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 11 Sep 2012 16:05:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304105 - in head/x11-toolkits/fltk: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 16:05:23 -0000 Author: gahr Date: Tue Sep 11 16:05:22 2012 New Revision: 304105 URL: http://svn.freebsd.org/changeset/ports/304105 Log: - Add a patch to #undef nitems, which has been added as a macro to sys/param.h in r236486 and is also a member of Fl_Check_Browser class. - Bump PORTREVISION Notified by: martymac Added: head/x11-toolkits/fltk/files/patch-FL_Fl_Check_Browser.H (contents, props changed) Modified: head/x11-toolkits/fltk/Makefile (contents, props changed) Modified: head/x11-toolkits/fltk/Makefile ============================================================================== --- head/x11-toolkits/fltk/Makefile Tue Sep 11 16:04:47 2012 (r304104) +++ head/x11-toolkits/fltk/Makefile Tue Sep 11 16:05:22 2012 (r304105) @@ -7,7 +7,7 @@ PORTNAME= fltk PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_EASYSW} MASTER_SITE_SUBDIR= fltk/${PORTVERSION} Added: head/x11-toolkits/fltk/files/patch-FL_Fl_Check_Browser.H ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/fltk/files/patch-FL_Fl_Check_Browser.H Tue Sep 11 16:05:22 2012 (r304105) @@ -0,0 +1,10 @@ +--- FL/Fl_Check_Browser.H.orig 2012-09-11 17:32:07.000000000 +0200 ++++ FL/Fl_Check_Browser.H 2012-09-11 17:33:20.000000000 +0200 +@@ -97,6 +97,7 @@ + Returns how many lines are in the browser. The last line number is equal to + this. + */ ++#undef nitems // nitems was added as a macro in sys/param.h in r236486 + int nitems() const { return nitems_; } + /** Returns how many items are currently checked. */ + int nchecked() const { return nchecked_; } From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 16:22:04 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6233C1065675; Tue, 11 Sep 2012 16:22:04 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4D9168FC1B; Tue, 11 Sep 2012 16:22:04 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BGM4PH083839; Tue, 11 Sep 2012 16:22:04 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BGM4hr083835; Tue, 11 Sep 2012 16:22:04 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209111622.q8BGM4hr083835@svn.freebsd.org> From: Steve Wills Date: Tue, 11 Sep 2012 16:22:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304106 - in head/games/defendguin: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 16:22:04 -0000 Author: swills Date: Tue Sep 11 16:22:03 2012 New Revision: 304106 URL: http://svn.freebsd.org/changeset/ports/304106 Log: - Add additional MASTER_SITES entry - Add LICENSE - Other improvements - Give maintainership to submitter PR: ports/171288 Submitted by: nemysis Modified: head/games/defendguin/Makefile (contents, props changed) head/games/defendguin/distinfo (contents, props changed) head/games/defendguin/files/patch-defendguin.c (contents, props changed) Modified: head/games/defendguin/Makefile ============================================================================== --- head/games/defendguin/Makefile Tue Sep 11 16:05:22 2012 (r304105) +++ head/games/defendguin/Makefile Tue Sep 11 16:22:03 2012 (r304106) @@ -7,20 +7,33 @@ PORTNAME= defendguin PORTVERSION= 0.0.12 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= ftp://ftp.billsgames.com/unix/x/defendguin/src/ +MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/defendguin/src/ \ + ftp://ftp.billsgames.com/unix/x/defendguin/src/ \ + http://www.newbreedsoftware.com/images/prodicons/:icons +DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ + ${PORTNAME}.gif:icons +EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Another shoot-the-Bill game +MAINTAINER= nemysis@gmx.ch +COMMENT= Your mission is to defend little penguinoids + +LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_SDL= mixer sdl -PLIST_FILES= bin/defendguin +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.gif + +PORTDATA= * +PORTDOCS= AUTHORS.txt CHANGES.txt README.txt TODO.txt -MAN6= defendguin.6 +MAN6= ${PORTNAME}.6 + +.include do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -DDATA_PREFIX=\"${DATADIR}/\" \ @@ -28,17 +41,24 @@ do-build: `${SDL_CONFIG} --libs` -lSDL_mixer do-install: +# Executable ${INSTALL_PROGRAM} ${WRKSRC}/defendguin ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/defendguin.6 ${MAN6PREFIX}/man/man6 - @${MKDIR} ${DATADIR} - ${TAR} -C ${WRKSRC}/../data -cf - . | \ - ${TAR} -C ${DATADIR} --unlink -xf - - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} - -post-install: - @${FIND} ${DATADIR} ! -type d | ${SED} \ - -e "s,${PREFIX}/,," >> ${TMPPLIST} - @${FIND} ${DATADIR} -type d | ${SORT} -r | ${SED} \ - -e "s,${PREFIX}/,@dirrm ," >> ${TMPPLIST} + +# Manuall + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${MAN6PREFIX}/man/man6 + +# Data + @(cd ${WRKSRC}/../data && ${COPYTREE_SHARE} "images music sounds" ${DATADIR}) + +# Pixmaps + ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.gif ${PREFIX}/share/pixmaps/ + +# Documentation +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} +. for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/../docs/${f} ${DOCSDIR} +. endfor +.endif .include Modified: head/games/defendguin/distinfo ============================================================================== --- head/games/defendguin/distinfo Tue Sep 11 16:05:22 2012 (r304105) +++ head/games/defendguin/distinfo Tue Sep 11 16:22:03 2012 (r304106) @@ -1,2 +1,4 @@ SHA256 (defendguin-0.0.12.tar.gz) = 3c248bed480b291901b7509525dc952be6d28dfa47fd6f8e3fb9873f46017330 SIZE (defendguin-0.0.12.tar.gz) = 2235694 +SHA256 (defendguin.gif) = 1ed6391928f1d20ca241b6988b9d56d7ec75dc2ebd48a15c507a08c8c3acac8d +SIZE (defendguin.gif) = 2804 Modified: head/games/defendguin/files/patch-defendguin.c ============================================================================== --- head/games/defendguin/files/patch-defendguin.c Tue Sep 11 16:05:22 2012 (r304105) +++ head/games/defendguin/files/patch-defendguin.c Tue Sep 11 16:22:03 2012 (r304106) @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- defendguin.c 2002/03/05 13:16:46 1.1 -+++ defendguin.c 2002/03/05 13:22:13 -@@ -4210,6 +4210,7 @@ +--- defendguin.c.orig 2009-11-05 22:20:59.000000000 +0100 ++++ defendguin.c 2012-09-10 22:01:37.000000000 +0200 +@@ -4322,6 +4322,7 @@ "%s\n\n", SDL_GetError()); exit(1); } From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 16:51:19 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 45CE5106566B; Tue, 11 Sep 2012 16:51:19 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2D6DC8FC0A; Tue, 11 Sep 2012 16:51:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BGpJ6w088252; Tue, 11 Sep 2012 16:51:19 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BGpIAo088249; Tue, 11 Sep 2012 16:51:18 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201209111651.q8BGpIAo088249@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 11 Sep 2012 16:51:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304107 - in head/ports-mgmt: poudriere poudriere-devel X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 16:51:19 -0000 Author: bapt Date: Tue Sep 11 16:51:18 2012 New Revision: 304107 URL: http://svn.freebsd.org/changeset/ports/304107 Log: Add a note to specify that this ports is also maintained by bdrewery Modified: head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere/Makefile Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Tue Sep 11 16:22:03 2012 (r304106) +++ head/ports-mgmt/poudriere-devel/Makefile Tue Sep 11 16:51:18 2012 (r304107) @@ -5,6 +5,7 @@ PORTVERSION= 2.1.99.20120911 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ +# Also maintained by bdrewery@FreeBSD.org MAINTAINER= bapt@FreeBSD.org COMMENT= Port build and test system Modified: head/ports-mgmt/poudriere/Makefile ============================================================================== --- head/ports-mgmt/poudriere/Makefile Tue Sep 11 16:22:03 2012 (r304106) +++ head/ports-mgmt/poudriere/Makefile Tue Sep 11 16:51:18 2012 (r304107) @@ -6,6 +6,7 @@ CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}?uuid=${PORTVERSION} +# Also maintained by bdrewery@freeBSD.org MAINTAINER= bapt@FreeBSD.org COMMENT= Port build and test system From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 16:54:20 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 373141065670; Tue, 11 Sep 2012 16:54:20 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 18DEC8FC0C; Tue, 11 Sep 2012 16:54:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BGsJCp088813; Tue, 11 Sep 2012 16:54:19 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BGsJIr088808; Tue, 11 Sep 2012 16:54:19 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209111654.q8BGsJIr088808@svn.freebsd.org> From: Bryan Drewery Date: Tue, 11 Sep 2012 16:54:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304108 - head/x11-wm/awesome-vicious X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 16:54:20 -0000 Author: bdrewery Date: Tue Sep 11 16:54:19 2012 New Revision: 304108 URL: http://svn.freebsd.org/changeset/ports/304108 Log: - Update to 2.1.0 Changelog: mdir: add support for maildir whitespaces README: prefer vicious in global space uptime: metatable bugfix after lua52 port fixed by Jorg Thalheim contrib: document how to enable contributed widgets os: change os.getenv init to allow standalone usage of os widget contrib: initialization bugfix after lua52 port README: update initialization instructions bat: metatable bugfix after lua52 port widgets: cleanup behind the last commit 363c03e Fixed io.lines() bug Ported vicious.contrib to lua 5.2 Ported vicious.widgets module to lua 5.2 Ported vicious module to lua 5.2 cpufreq: skip redudant freq variable check cpufreq: rework new exception handlers cpufreq: handle not existing frequency/governer pkg: update 'Arch S' substitution lines PR: ports/171538 Submitted by: William Grzybowski (maintainer) Approved by: eadler, bapt (mentors, implicit) Modified: head/x11-wm/awesome-vicious/Makefile head/x11-wm/awesome-vicious/distinfo head/x11-wm/awesome-vicious/pkg-plist Modified: head/x11-wm/awesome-vicious/Makefile ============================================================================== --- head/x11-wm/awesome-vicious/Makefile Tue Sep 11 16:51:18 2012 (r304107) +++ head/x11-wm/awesome-vicious/Makefile Tue Sep 11 16:54:19 2012 (r304108) @@ -6,7 +6,7 @@ # PORTNAME= awesome-vicious -PORTVERSION= 2.0.4 +PORTVERSION= 2.1.0 CATEGORIES= x11-wm MASTER_SITES= http://git.sysphere.org/vicious/snapshot/ DISTNAME= vicious-${PORTVERSION} Modified: head/x11-wm/awesome-vicious/distinfo ============================================================================== --- head/x11-wm/awesome-vicious/distinfo Tue Sep 11 16:51:18 2012 (r304107) +++ head/x11-wm/awesome-vicious/distinfo Tue Sep 11 16:54:19 2012 (r304108) @@ -1,2 +1,2 @@ -SHA256 (vicious-2.0.4.tar.xz) = b63613fb5ed507d4202fa62b628dfa74c620e044f9bf19f5d9812a816434f0b0 -SIZE (vicious-2.0.4.tar.xz) = 34616 +SHA256 (vicious-2.1.0.tar.xz) = 1d6b6a07db1f22893133fb557964fd93eacc34921012c9731c99aa82891c3a4e +SIZE (vicious-2.1.0.tar.xz) = 35376 Modified: head/x11-wm/awesome-vicious/pkg-plist ============================================================================== --- head/x11-wm/awesome-vicious/pkg-plist Tue Sep 11 16:51:18 2012 (r304107) +++ head/x11-wm/awesome-vicious/pkg-plist Tue Sep 11 16:54:19 2012 (r304108) @@ -1,44 +1,44 @@ -share/awesome/lib/vicious/init.lua -share/awesome/lib/vicious/contrib/sensors.lua -share/awesome/lib/vicious/contrib/netcfg.lua -share/awesome/lib/vicious/contrib/pulse.lua -share/awesome/lib/vicious/contrib/rss.lua -share/awesome/lib/vicious/contrib/net.lua -share/awesome/lib/vicious/contrib/batproc.lua share/awesome/lib/vicious/contrib/README share/awesome/lib/vicious/contrib/batacpi.lua share/awesome/lib/vicious/contrib/batpmu.lua -share/awesome/lib/vicious/contrib/ossvol.lua +share/awesome/lib/vicious/contrib/batproc.lua share/awesome/lib/vicious/contrib/dio.lua +share/awesome/lib/vicious/contrib/init.lua share/awesome/lib/vicious/contrib/mpc.lua +share/awesome/lib/vicious/contrib/net.lua +share/awesome/lib/vicious/contrib/netcfg.lua +share/awesome/lib/vicious/contrib/ossvol.lua share/awesome/lib/vicious/contrib/pop.lua -share/awesome/lib/vicious/contrib/init.lua +share/awesome/lib/vicious/contrib/pulse.lua +share/awesome/lib/vicious/contrib/rss.lua +share/awesome/lib/vicious/contrib/sensors.lua share/awesome/lib/vicious/helpers.lua -share/awesome/lib/vicious/widgets/org.lua -share/awesome/lib/vicious/widgets/uptime.lua +share/awesome/lib/vicious/init.lua +share/awesome/lib/vicious/widgets/bat.lua +share/awesome/lib/vicious/widgets/cpu.lua +share/awesome/lib/vicious/widgets/cpufreq.lua +share/awesome/lib/vicious/widgets/cpuinf.lua share/awesome/lib/vicious/widgets/date.lua -share/awesome/lib/vicious/widgets/mem.lua -share/awesome/lib/vicious/widgets/thermal.lua -share/awesome/lib/vicious/widgets/mpd.lua share/awesome/lib/vicious/widgets/dio.lua +share/awesome/lib/vicious/widgets/fs.lua share/awesome/lib/vicious/widgets/gmail.lua +share/awesome/lib/vicious/widgets/hddtemp.lua +share/awesome/lib/vicious/widgets/init.lua +share/awesome/lib/vicious/widgets/mbox.lua +share/awesome/lib/vicious/widgets/mboxc.lua share/awesome/lib/vicious/widgets/mdir.lua +share/awesome/lib/vicious/widgets/mem.lua +share/awesome/lib/vicious/widgets/mpd.lua share/awesome/lib/vicious/widgets/net.lua -share/awesome/lib/vicious/widgets/mbox.lua -share/awesome/lib/vicious/widgets/bat.lua -share/awesome/lib/vicious/widgets/weather.lua +share/awesome/lib/vicious/widgets/org.lua share/awesome/lib/vicious/widgets/os.lua -share/awesome/lib/vicious/widgets/mboxc.lua -share/awesome/lib/vicious/widgets/raid.lua -share/awesome/lib/vicious/widgets/init.lua -share/awesome/lib/vicious/widgets/cpuinf.lua -share/awesome/lib/vicious/widgets/wifi.lua -share/awesome/lib/vicious/widgets/cpufreq.lua -share/awesome/lib/vicious/widgets/fs.lua -share/awesome/lib/vicious/widgets/cpu.lua share/awesome/lib/vicious/widgets/pkg.lua +share/awesome/lib/vicious/widgets/raid.lua +share/awesome/lib/vicious/widgets/thermal.lua +share/awesome/lib/vicious/widgets/uptime.lua share/awesome/lib/vicious/widgets/volume.lua -share/awesome/lib/vicious/widgets/hddtemp.lua +share/awesome/lib/vicious/widgets/weather.lua +share/awesome/lib/vicious/widgets/wifi.lua @dirrm share/awesome/lib/vicious/widgets @dirrm share/awesome/lib/vicious/contrib @dirrm share/awesome/lib/vicious From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 16:56:46 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 729D4106564A; Tue, 11 Sep 2012 16:56:46 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5E3C58FC0C; Tue, 11 Sep 2012 16:56:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BGukV6089293; Tue, 11 Sep 2012 16:56:46 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BGukCI089291; Tue, 11 Sep 2012 16:56:46 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201209111656.q8BGukCI089291@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 11 Sep 2012 16:56:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-svnadmin@freebsd.org X-SVN-Group: ports-svnadmin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304109 - svnadmin/conf X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 16:56:46 -0000 Author: bapt Date: Tue Sep 11 16:56:45 2012 New Revision: 304109 URL: http://svn.freebsd.org/changeset/ports/304109 Log: Release Bryan from mentorship, it's time for him to fly solo and get his own pointyhats. Modified: svnadmin/conf/mentors Modified: svnadmin/conf/mentors ============================================================================== --- svnadmin/conf/mentors Tue Sep 11 16:54:19 2012 (r304108) +++ svnadmin/conf/mentors Tue Sep 11 16:56:45 2012 (r304109) @@ -13,7 +13,6 @@ # Sort by mentee login name. # Mentee Mentor Optional comment -bdrewery bapt Co-mentor: eadler gjb eadler Co-mentor: crees jase flo Co-mentor: culot jhale makc Co-mentor: avilla From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 17:25:00 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A99DA106566B; Tue, 11 Sep 2012 17:25:00 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 931D68FC14; Tue, 11 Sep 2012 17:25:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BHP0hH094133; Tue, 11 Sep 2012 17:25:00 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BHP0Uo094128; Tue, 11 Sep 2012 17:25:00 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209111725.q8BHP0Uo094128@svn.freebsd.org> From: Bryan Drewery Date: Tue, 11 Sep 2012 17:25:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304110 - in head/net/openvswitch: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 17:25:00 -0000 Author: bdrewery Date: Tue Sep 11 17:24:59 2012 New Revision: 304110 URL: http://svn.freebsd.org/changeset/ports/304110 Log: - Update to 1.7.1 - Add a regression-test target, but leave it commented out for now as it is failing - Fix build with clang PR: ports/171544 Submitted by: emaste (maintainer) Modified: head/net/openvswitch/Makefile head/net/openvswitch/distinfo head/net/openvswitch/files/patch-bsd-netdev.diff head/net/openvswitch/files/threaded.diff Modified: head/net/openvswitch/Makefile ============================================================================== --- head/net/openvswitch/Makefile Tue Sep 11 16:56:45 2012 (r304109) +++ head/net/openvswitch/Makefile Tue Sep 11 17:24:59 2012 (r304110) @@ -6,7 +6,7 @@ # PORTNAME= openvswitch -PORTVERSION= 1.7.0 +PORTVERSION= 1.7.1 CATEGORIES= net MASTER_SITES= http://openvswitch.org/releases/ @@ -46,8 +46,8 @@ CONFIGURE_ARGS+=--enable-threaded=yes AUTOTOOLSFILES= aclocal.m4 post-patch: - @${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' \ - -e 's|2.65|%%AUTOCONF_VERSION%%|g' \ + @${REINPLACE_CMD} -e 's|1.11.3|%%AUTOMAKE_APIVER%%|g' \ + -e 's|2.68|%%AUTOCONF_VERSION%%|g' \ ${WRKSRC}/aclocal.m4 .if ${PORT_OPTIONS:MTHREADED} @# We can't use EXTRA_PATCHES, since we need to apply this one @@ -58,4 +58,7 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/vswitchd/vswitch.ovsschema ${PREFIX}/share/openvswitch/ +#regression-test: build +# @cd ${WRKSRC} && ${GMAKE} check + .include Modified: head/net/openvswitch/distinfo ============================================================================== --- head/net/openvswitch/distinfo Tue Sep 11 16:56:45 2012 (r304109) +++ head/net/openvswitch/distinfo Tue Sep 11 17:24:59 2012 (r304110) @@ -1,2 +1,2 @@ -SHA256 (openvswitch-1.7.0.tar.gz) = 8e3942cbce80048fb2ce8077be5d35bbe50bb12a1feba33d7c1db68ce711eb53 -SIZE (openvswitch-1.7.0.tar.gz) = 2154289 +SHA256 (openvswitch-1.7.1.tar.gz) = a31fdae8400e9a1af89bd9031c83de15d4ba6dc2fb3ff92e5bf772577fa1c882 +SIZE (openvswitch-1.7.1.tar.gz) = 2153423 Modified: head/net/openvswitch/files/patch-bsd-netdev.diff ============================================================================== --- head/net/openvswitch/files/patch-bsd-netdev.diff Tue Sep 11 16:56:45 2012 (r304109) +++ head/net/openvswitch/files/patch-bsd-netdev.diff Tue Sep 11 17:24:59 2012 (r304110) @@ -2468,7 +2468,7 @@ new file mode 100644 index 0000000..c145091 --- /dev/null +++ lib/route-table-bsd.c -@@ -0,0 +1,129 @@ +@@ -0,0 +1,131 @@ +/* + * Copyright (c) 2012 Ed Maste. All rights reserved. + * @@ -2500,6 +2500,8 @@ index 0000000..c145091 +#include +#include + ++#include "vlog.h" ++ +VLOG_DEFINE_THIS_MODULE(route_table); + +static int pid; Modified: head/net/openvswitch/files/threaded.diff ============================================================================== --- head/net/openvswitch/files/threaded.diff Tue Sep 11 16:56:45 2012 (r304109) +++ head/net/openvswitch/files/threaded.diff Tue Sep 11 17:24:59 2012 (r304110) @@ -453,7 +453,7 @@ index cade79e..509e2ef 100644 @@ -1003,7 +1209,12 @@ dp_netdev_port_input(struct dp_netdev *dp, struct dp_netdev_port *port, return; } - flow_extract(packet, 0, 0, port->port_no, &key); + flow_extract(packet, 0, 0, odp_port_to_ofp_port(port->port_no), &key); +#ifdef THREADED + pthread_mutex_lock(&dp->table_mutex); + flow = dp_netdev_lookup_flow_locked(dp, &key); @@ -1205,19 +1205,6 @@ index 4b86c21..4fad796 100644 int netdev_drain(struct netdev *); int netdev_send(struct netdev *, const struct ofpbuf *); -diff --git lib/route-table-bsd.c lib/route-table-bsd.c -index c145091..1c29071 100644 ---- lib/route-table-bsd.c -+++ lib/route-table-bsd.c -@@ -29,6 +29,8 @@ - #include - #include - -+#include "vlog.h" -+ - VLOG_DEFINE_THIS_MODULE(route_table); - - static int pid; diff --git lib/vlog.c lib/vlog.c index 899072e..b6bd4ef 100644 --- lib/vlog.c From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 17:34:12 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AE99106566C; Tue, 11 Sep 2012 17:34:12 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 01C7C8FC15; Tue, 11 Sep 2012 17:34:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BHYB3F097982; Tue, 11 Sep 2012 17:34:11 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BHYBEp097918; Tue, 11 Sep 2012 17:34:11 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209111734.q8BHYBEp097918@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Tue, 11 Sep 2012 17:34:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304111 - in head: devel/py-Products.ATContentTypes devel/py-Products.Archetypes devel/py-Products.CMFEditions devel/py-Products.CMFPlacefulWorkflow devel/py-Products.CMFTestCase devel/... X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 17:34:12 -0000 Author: rm Date: Tue Sep 11 17:34:09 2012 New Revision: 304111 URL: http://svn.freebsd.org/changeset/ports/304111 Log: Update Plone to 4.2.1. This update includes: - www/py-plone.outputfilters 1.2 -> 1.6 - www/py-Products.CMFPlone 4.1.5 -> 4.2.1.1 - www/py-plone.app.vocabularies 2.1.6 -> 2.1.7 - www/py-plone.subrequest 1.6.2 -> 1.6.6 - www/py-plone.app.discussion 2.1.5 -> 2.1.7 - www/py-plonetheme.classic 1.1.2 -> 1.2.3 - www/plone 4.1.5 -> 4.2.1 - www/py-plone.i18n 2.0 -> 2.0.1 - www/py-plone.fieldsets 2.0.1 -> 2.0.2 - www/py-plone.app.search 1.0.2 -> 1.0.4 - www/py-plone.app.content 2.0.9 -> 2.0.11 - www/py-plone.app.testing 4.0.2 -> 4.2 - www/py-plone.app.contentrules 2.1.4 -> 2.1.8 - www/py-plone.uuid 1.0.2 -> 1.0.3 - www/py-plone.app.upgrade 1.1.6 -> 1.2.1 - www/py-plone.app.caching 1.0.3 -> 1.1 - www/py-plone.app.linkintegrity 1.4.5 -> 1.4.6 - www/py-plone.app.iterate 2.1.5 -> 2.1.7 - www/py-plone.testing 4.0.3 -> 4.0.4 - www/py-plone.app.contentmenu 2.0.5 -> 2.0.6 - www/py-plone.app.controlpanel 2.2.3 -> 2.2.8 - www/py-plone.portlet.collection 2.0.4 -> 2.1.1 - www/py-plone.resource 1.0b6 -> 1.0.1 - www/py-plone.app.registry 1.0.1 -> 1.1 - www/py-plone.app.workflow 2.0.6 -> 2.0.7 - www/py-plone.app.portlets 2.2.3 -> 2.2.6 - www/py-plone.app.blob 1.5.1 -> 1.5.2 - www/py-Products.TinyMCE 1.2.12 -> 1.2.13 - www/py-plone.app.locales 4.0.11 -> 4.0.15 - www/py-plonetheme.sunburst 1.2.4 -> 1.2.7 - www/py-plone.app.theming 1.0b9 -> 1.0.3 - www/py-plone.app.collection 1.0.1 -> 1.0.5 - www/py-plone.folder 1.0.1 -> 1.0.2 - www/py-plone.app.querystring 1.0.1 -> 1.0.5 - www/py-plone.app.jquerytools 1.3.1 -> 1.3.2 - www/py-plone.app.contentlisting 1.0 -> 1.0.1 - www/py-plone.stringinterp 1.0.5 -> 1.0.7 - www/py-plone.app.layout 2.2.4 -> 2.2.7 - www/py-plone.app.z3cform 0.5.7 -> 0.6.0 - www/py-plone.portlets 2.0.2 -> 2.1 - www/py-plone.app.kss 1.7.0 -> 1.7.1 - www/py-plone.app.redirector 1.1.2 -> 1.1.3 - devel/py-kss-core 1.6.3 -> 1.6.4 - devel/py-Products.ATContentTypes 2.1.7 -> 2.1.8 - devel/py-Products.ResourceRegistries 2.0.6 -> 2.2.1 - devel/py-five.customerize 1.0.2 -> 1.0.3 - devel/py-diazo 1.0rc4 -> 1.0.1 - devel/py-Products.CMFEditions 2.2.2 -> 2.2.5 - devel/py-Products.ExtendedPathIndex 2.9 -> 3.0.1 - devel/py-z3c.formwidget.query 0.7 -> 0.8 - devel/py-Products.Archetypes 1.7.13 -> 1.8.3 - devel/py-Products.CMFPlacefulWorkflow 1.5.6 -> 1.5.7 - devel/py-archetypes.querywidget 1.0.1 -> 1.0.4 - devel/py-Products.PloneLanguageTool 3.2.4 -> 3.2.5 - devel/py-Products.GenericSetup 1.6.6 -> 1.7.2 - devel/py-Products.CMFTestCase 0.9.11 -> 0.9.12 - devel/py-Products.PasswordResetTool 2.0.7 -> 2.0.8 - devel/py-archetypes.kss 1.7.1 -> 1.7.2 - devel/py-collective.z3cform.datetimewidget 1.1.1 -> 1.2.0 - devel/py-Products.PloneTestCase 0.9.13 -> 0.9.15 - devel/py-zope.schema 4.0.1 -> 4.2.0 - devel/py-archetypes.referencebrowserwidget 2.4.11 -> 2.4.12 - security/py-Products.PlonePAS 4.0.12 -> 4.0.13 - security/py-Products.PluggableAuthService 1.7.7 -> 1.8.0 common changes: - strip Makefile header - choose proper value for USE_PYTHON in a cases when I sure that the port is required -2.7 only or may be built/run both 2.x and 3.x - comment off USE_ZOPE - tab -> space in pkg-descr:WWW nuances: - new port www/py-plone.app.jquery added per this plone update requirements - devel/py-zope.schema updated to 4.2.0 because I hadn't got any response from maintainer and because this exact version is required for this plone update feature highlights/release notes: - http://plone.org/products/plone/releases/4.2 - http://plone.org/products/plone/releases/4.2.1 Added: head/www/py-plone.app.jquery/ head/www/py-plone.app.jquery/Makefile (contents, props changed) head/www/py-plone.app.jquery/distinfo (contents, props changed) head/www/py-plone.app.jquery/pkg-descr (contents, props changed) head/www/py-plone.app.jquery/pkg-plist (contents, props changed) Modified: head/devel/py-Products.ATContentTypes/Makefile head/devel/py-Products.ATContentTypes/distinfo head/devel/py-Products.ATContentTypes/pkg-descr head/devel/py-Products.Archetypes/Makefile head/devel/py-Products.Archetypes/distinfo head/devel/py-Products.Archetypes/pkg-descr head/devel/py-Products.CMFEditions/Makefile head/devel/py-Products.CMFEditions/distinfo head/devel/py-Products.CMFEditions/pkg-descr head/devel/py-Products.CMFEditions/pkg-plist head/devel/py-Products.CMFPlacefulWorkflow/Makefile head/devel/py-Products.CMFPlacefulWorkflow/distinfo head/devel/py-Products.CMFPlacefulWorkflow/pkg-descr head/devel/py-Products.CMFTestCase/Makefile head/devel/py-Products.CMFTestCase/distinfo head/devel/py-Products.CMFTestCase/pkg-descr head/devel/py-Products.CMFTestCase/pkg-plist head/devel/py-Products.ExtendedPathIndex/Makefile head/devel/py-Products.ExtendedPathIndex/distinfo head/devel/py-Products.ExtendedPathIndex/pkg-descr head/devel/py-Products.ExtendedPathIndex/pkg-plist head/devel/py-Products.GenericSetup/Makefile head/devel/py-Products.GenericSetup/distinfo head/devel/py-Products.GenericSetup/pkg-descr head/devel/py-Products.PasswordResetTool/Makefile head/devel/py-Products.PasswordResetTool/distinfo head/devel/py-Products.PasswordResetTool/pkg-descr head/devel/py-Products.PloneLanguageTool/Makefile head/devel/py-Products.PloneLanguageTool/distinfo head/devel/py-Products.PloneLanguageTool/pkg-descr head/devel/py-Products.PloneTestCase/Makefile head/devel/py-Products.PloneTestCase/distinfo head/devel/py-Products.PloneTestCase/pkg-descr head/devel/py-Products.ResourceRegistries/Makefile head/devel/py-Products.ResourceRegistries/distinfo head/devel/py-Products.ResourceRegistries/pkg-descr head/devel/py-Products.ResourceRegistries/pkg-plist head/devel/py-archetypes.kss/Makefile head/devel/py-archetypes.kss/distinfo head/devel/py-archetypes.kss/pkg-descr head/devel/py-archetypes.querywidget/Makefile head/devel/py-archetypes.querywidget/distinfo head/devel/py-archetypes.querywidget/pkg-descr head/devel/py-archetypes.querywidget/pkg-plist head/devel/py-archetypes.referencebrowserwidget/Makefile head/devel/py-archetypes.referencebrowserwidget/distinfo head/devel/py-archetypes.referencebrowserwidget/pkg-descr head/devel/py-collective.z3cform.datetimewidget/Makefile head/devel/py-collective.z3cform.datetimewidget/distinfo head/devel/py-collective.z3cform.datetimewidget/pkg-descr head/devel/py-collective.z3cform.datetimewidget/pkg-plist head/devel/py-diazo/Makefile head/devel/py-diazo/distinfo head/devel/py-diazo/pkg-descr head/devel/py-diazo/pkg-plist head/devel/py-five.customerize/Makefile head/devel/py-five.customerize/distinfo head/devel/py-five.customerize/pkg-descr head/devel/py-kss-core/Makefile head/devel/py-kss-core/distinfo head/devel/py-kss-core/pkg-descr head/devel/py-z3c.formwidget.query/Makefile head/devel/py-z3c.formwidget.query/distinfo head/devel/py-z3c.formwidget.query/pkg-descr head/devel/py-zope.schema/Makefile head/devel/py-zope.schema/distinfo head/devel/py-zope.schema/pkg-descr head/devel/py-zope.schema/pkg-plist head/security/py-Products.PlonePAS/Makefile head/security/py-Products.PlonePAS/distinfo head/security/py-Products.PlonePAS/pkg-descr head/security/py-Products.PluggableAuthService/Makefile head/security/py-Products.PluggableAuthService/distinfo head/security/py-Products.PluggableAuthService/pkg-descr head/security/py-Products.PluggableAuthService/pkg-plist head/www/Makefile head/www/plone/Makefile head/www/plone/distinfo head/www/plone/pkg-descr head/www/py-Products.CMFPlone/Makefile head/www/py-Products.CMFPlone/distinfo head/www/py-Products.CMFPlone/pkg-descr head/www/py-Products.CMFPlone/pkg-plist head/www/py-Products.TinyMCE/Makefile head/www/py-Products.TinyMCE/distinfo head/www/py-Products.TinyMCE/pkg-descr head/www/py-Products.TinyMCE/pkg-plist head/www/py-plone.app.blob/Makefile head/www/py-plone.app.blob/distinfo head/www/py-plone.app.blob/pkg-descr head/www/py-plone.app.caching/Makefile head/www/py-plone.app.caching/distinfo head/www/py-plone.app.caching/pkg-descr head/www/py-plone.app.collection/Makefile head/www/py-plone.app.collection/distinfo head/www/py-plone.app.collection/pkg-descr head/www/py-plone.app.collection/pkg-plist head/www/py-plone.app.content/Makefile head/www/py-plone.app.content/distinfo head/www/py-plone.app.content/pkg-descr head/www/py-plone.app.contentlisting/Makefile head/www/py-plone.app.contentlisting/distinfo head/www/py-plone.app.contentlisting/pkg-descr head/www/py-plone.app.contentmenu/Makefile head/www/py-plone.app.contentmenu/distinfo head/www/py-plone.app.contentmenu/pkg-descr head/www/py-plone.app.contentrules/Makefile head/www/py-plone.app.contentrules/distinfo head/www/py-plone.app.contentrules/pkg-descr head/www/py-plone.app.contentrules/pkg-plist head/www/py-plone.app.controlpanel/Makefile head/www/py-plone.app.controlpanel/distinfo head/www/py-plone.app.controlpanel/pkg-descr head/www/py-plone.app.discussion/Makefile head/www/py-plone.app.discussion/distinfo head/www/py-plone.app.discussion/pkg-descr head/www/py-plone.app.discussion/pkg-plist head/www/py-plone.app.iterate/Makefile head/www/py-plone.app.iterate/distinfo head/www/py-plone.app.iterate/pkg-descr head/www/py-plone.app.jquerytools/Makefile head/www/py-plone.app.jquerytools/distinfo head/www/py-plone.app.jquerytools/pkg-descr head/www/py-plone.app.kss/Makefile head/www/py-plone.app.kss/distinfo head/www/py-plone.app.kss/pkg-descr head/www/py-plone.app.layout/Makefile head/www/py-plone.app.layout/distinfo head/www/py-plone.app.layout/pkg-descr head/www/py-plone.app.layout/pkg-plist head/www/py-plone.app.linkintegrity/Makefile head/www/py-plone.app.linkintegrity/distinfo head/www/py-plone.app.linkintegrity/pkg-descr head/www/py-plone.app.locales/Makefile head/www/py-plone.app.locales/distinfo head/www/py-plone.app.locales/pkg-descr head/www/py-plone.app.portlets/Makefile head/www/py-plone.app.portlets/distinfo head/www/py-plone.app.portlets/pkg-descr head/www/py-plone.app.portlets/pkg-plist head/www/py-plone.app.querystring/Makefile head/www/py-plone.app.querystring/distinfo head/www/py-plone.app.querystring/pkg-descr head/www/py-plone.app.redirector/Makefile head/www/py-plone.app.redirector/distinfo head/www/py-plone.app.redirector/pkg-descr head/www/py-plone.app.registry/Makefile head/www/py-plone.app.registry/distinfo head/www/py-plone.app.registry/pkg-descr head/www/py-plone.app.search/Makefile head/www/py-plone.app.search/distinfo head/www/py-plone.app.search/pkg-descr head/www/py-plone.app.testing/Makefile head/www/py-plone.app.testing/distinfo head/www/py-plone.app.testing/pkg-descr head/www/py-plone.app.theming/Makefile head/www/py-plone.app.theming/distinfo head/www/py-plone.app.theming/pkg-descr head/www/py-plone.app.upgrade/Makefile head/www/py-plone.app.upgrade/distinfo head/www/py-plone.app.upgrade/pkg-descr head/www/py-plone.app.upgrade/pkg-plist head/www/py-plone.app.vocabularies/Makefile head/www/py-plone.app.vocabularies/distinfo head/www/py-plone.app.vocabularies/pkg-descr head/www/py-plone.app.workflow/Makefile head/www/py-plone.app.workflow/distinfo head/www/py-plone.app.workflow/pkg-descr head/www/py-plone.app.z3cform/Makefile head/www/py-plone.app.z3cform/distinfo head/www/py-plone.app.z3cform/pkg-descr head/www/py-plone.fieldsets/Makefile head/www/py-plone.fieldsets/distinfo head/www/py-plone.fieldsets/pkg-descr head/www/py-plone.folder/Makefile head/www/py-plone.folder/distinfo head/www/py-plone.folder/pkg-descr head/www/py-plone.i18n/Makefile head/www/py-plone.i18n/distinfo head/www/py-plone.i18n/pkg-descr head/www/py-plone.i18n/pkg-plist head/www/py-plone.outputfilters/Makefile head/www/py-plone.outputfilters/distinfo head/www/py-plone.outputfilters/pkg-descr head/www/py-plone.outputfilters/pkg-plist head/www/py-plone.portlet.collection/Makefile head/www/py-plone.portlet.collection/distinfo head/www/py-plone.portlet.collection/pkg-descr head/www/py-plone.portlets/Makefile head/www/py-plone.portlets/distinfo head/www/py-plone.portlets/pkg-descr head/www/py-plone.resource/Makefile head/www/py-plone.resource/distinfo head/www/py-plone.resource/pkg-descr head/www/py-plone.stringinterp/Makefile head/www/py-plone.stringinterp/distinfo head/www/py-plone.stringinterp/pkg-descr head/www/py-plone.subrequest/Makefile head/www/py-plone.subrequest/distinfo head/www/py-plone.subrequest/pkg-descr head/www/py-plone.testing/Makefile head/www/py-plone.testing/distinfo head/www/py-plone.testing/pkg-descr head/www/py-plone.uuid/Makefile head/www/py-plone.uuid/distinfo head/www/py-plone.uuid/pkg-descr head/www/py-plonetheme.classic/Makefile head/www/py-plonetheme.classic/distinfo head/www/py-plonetheme.classic/pkg-descr head/www/py-plonetheme.classic/pkg-plist head/www/py-plonetheme.sunburst/Makefile head/www/py-plonetheme.sunburst/distinfo head/www/py-plonetheme.sunburst/pkg-descr Modified: head/devel/py-Products.ATContentTypes/Makefile ============================================================================== --- head/devel/py-Products.ATContentTypes/Makefile Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.ATContentTypes/Makefile Tue Sep 11 17:34:09 2012 (r304111) @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-Products.ATContentTypes -# Date created: 03 January 2012 -# Whom: Ruslan Mahmatkhanov -# # $FreeBSD$ -# PORTNAME= Products.ATContentTypes -PORTVERSION= 2.1.7 +PORTVERSION= 2.1.8 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +15,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arch ${PYTHON_PKGNAMEPREFIX}plone.i18n>=0:${PORTSDIR}/www/py-plone.i18n \ ${PYTHON_PKGNAMEPREFIX}plone.memoize>=0:${PORTSDIR}/www/py-plone.memoize \ ${PYTHON_PKGNAMEPREFIX}plone.app.folder>=0:${PORTSDIR}/www/py-plone.app.folder \ - ${PYTHON_PKGNAMEPREFIX}plone.app.layout>=0:${PORTSDIR}/www/py-plone.app.layout \ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \ ${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:${PORTSDIR}/devel/py-zope.i18n \ ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \ @@ -44,9 +38,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arch zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 DIST_SUBDIR= zope -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install USE_ZIP= yes -#USE_ZOPE= yes +USE_ZOPE= yes .include Modified: head/devel/py-Products.ATContentTypes/distinfo ============================================================================== --- head/devel/py-Products.ATContentTypes/distinfo Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.ATContentTypes/distinfo Tue Sep 11 17:34:09 2012 (r304111) @@ -1,2 +1,2 @@ -SHA256 (zope/Products.ATContentTypes-2.1.7.zip) = 1d008b757f7bf8311a46be3e8f832554461eba62712903fc59c4b133df39878d -SIZE (zope/Products.ATContentTypes-2.1.7.zip) = 365763 +SHA256 (zope/Products.ATContentTypes-2.1.8.zip) = b8761974463a2a2a42018d8182b3d88bf55b41c27843b3dcc109e0c1f06c8dc5 +SIZE (zope/Products.ATContentTypes-2.1.8.zip) = 365376 Modified: head/devel/py-Products.ATContentTypes/pkg-descr ============================================================================== --- head/devel/py-Products.ATContentTypes/pkg-descr Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.ATContentTypes/pkg-descr Tue Sep 11 17:34:09 2012 (r304111) @@ -1,3 +1,3 @@ Default Content Types for Plone. -WWW: http://pypi.python.org/pypi/Products.ATContentTypes +WWW: http://pypi.python.org/pypi/Products.ATContentTypes Modified: head/devel/py-Products.Archetypes/Makefile ============================================================================== --- head/devel/py-Products.Archetypes/Makefile Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.Archetypes/Makefile Tue Sep 11 17:34:09 2012 (r304111) @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-Products.Archetypes -# Date created: 02 January 2012 -# Whom: Ruslan Mahmatkhanov -# # $FreeBSD$ -# PORTNAME= Products.Archetypes -PORTVERSION= 1.7.13 +PORTVERSION= 1.8.3 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -35,7 +30,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope ${PYTHON_PKGNAMEPREFIX}Products.CMFDefault>=0:${PORTSDIR}/devel/py-Products.CMFDefault \ ${PYTHON_PKGNAMEPREFIX}Products.CMFFormController>=0:${PORTSDIR}/devel/py-Products.CMFFormController \ ${PYTHON_PKGNAMEPREFIX}Products.CMFQuickInstallerTool>=0:${PORTSDIR}/devel/py-Products.CMFQuickInstallerTool \ - ${PYTHON_PKGNAMEPREFIX}Products.CMFTestCase>=0:${PORTSDIR}/devel/py-Products.CMFTestCase \ ${PYTHON_PKGNAMEPREFIX}Products.DCWorkflow>=0:${PORTSDIR}/devel/py-Products.DCWorkflow \ ${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup \ ${PYTHON_PKGNAMEPREFIX}Products.Marshall>=0:${PORTSDIR}/devel/py-Products.Marshall \ @@ -54,9 +48,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 DIST_SUBDIR= zope -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install USE_ZIP= yes -#USE_ZOPE= yes +USE_ZOPE= yes .include Modified: head/devel/py-Products.Archetypes/distinfo ============================================================================== --- head/devel/py-Products.Archetypes/distinfo Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.Archetypes/distinfo Tue Sep 11 17:34:09 2012 (r304111) @@ -1,2 +1,2 @@ -SHA256 (zope/Products.Archetypes-1.7.13.zip) = 587b216b8fc741d46ed4628a965f78c6d48b9e9310d21ed3f165b846d057c2ea -SIZE (zope/Products.Archetypes-1.7.13.zip) = 688260 +SHA256 (zope/Products.Archetypes-1.8.3.zip) = fba0d68e127d73f7e96547f845ab6226b7ab600f7071fddc8c4068a04d4ec85e +SIZE (zope/Products.Archetypes-1.8.3.zip) = 688595 Modified: head/devel/py-Products.Archetypes/pkg-descr ============================================================================== --- head/devel/py-Products.Archetypes/pkg-descr Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.Archetypes/pkg-descr Tue Sep 11 17:34:09 2012 (r304111) @@ -1,4 +1,4 @@ Archetypes is a developers framework for rapidly developing and deploying rich, full featured content types within the context of Zope/CMF and Plone. -WWW: http://pypi.python.org/pypi/Products.Archetypes +WWW: http://pypi.python.org/pypi/Products.Archetypes Modified: head/devel/py-Products.CMFEditions/Makefile ============================================================================== --- head/devel/py-Products.CMFEditions/Makefile Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.CMFEditions/Makefile Tue Sep 11 17:34:09 2012 (r304111) @@ -1,13 +1,7 @@ -# New ports collection makefile for: py-Products.CMFEditions -# Date created: 20 December 2011 -# Whom: Ruslan Mahmatkhanov -# # $FreeBSD$ -# PORTNAME= Products.CMFEditions -PORTVERSION= 2.2.2 -PORTREVISION= 1 +PORTVERSION= 2.2.5 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +11,8 @@ COMMENT= Versioning for Plone LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.dottedname>=0:${PORTSDIR}/devel/py-zope.dottedname \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.copy>0:${PORTSDIR}/devel/py-zope.copy \ + ${PYTHON_PKGNAMEPREFIX}zope.dottedname>=0:${PORTSDIR}/devel/py-zope.dottedname \ ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \ ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=2.1:${PORTSDIR}/devel/py-Products.CMFCore \ @@ -34,6 +29,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install -#USE_ZOPE= yes +USE_ZIP= yes +USE_ZOPE= yes .include Modified: head/devel/py-Products.CMFEditions/distinfo ============================================================================== --- head/devel/py-Products.CMFEditions/distinfo Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.CMFEditions/distinfo Tue Sep 11 17:34:09 2012 (r304111) @@ -1,2 +1,2 @@ -SHA256 (zope/Products.CMFEditions-2.2.2.tar.gz) = 51625b0a009dd56f3942e119ef352bbe347d7177ddbfde9bf3be55d0304c8300 -SIZE (zope/Products.CMFEditions-2.2.2.tar.gz) = 1790896 +SHA256 (zope/Products.CMFEditions-2.2.5.zip) = 84d60058883c43c66410e8d5964f6be5a733732d3725154f5d535b99b46a0aac +SIZE (zope/Products.CMFEditions-2.2.5.zip) = 1866305 Modified: head/devel/py-Products.CMFEditions/pkg-descr ============================================================================== --- head/devel/py-Products.CMFEditions/pkg-descr Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.CMFEditions/pkg-descr Tue Sep 11 17:34:09 2012 (r304111) @@ -1,3 +1,3 @@ Versioning for Plone. -WWW: http://pypi.python.org/pypi/Products.CMFEditions +WWW: http://pypi.python.org/pypi/Products.CMFEditions Modified: head/devel/py-Products.CMFEditions/pkg-plist ============================================================================== --- head/devel/py-Products.CMFEditions/pkg-plist Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.CMFEditions/pkg-plist Tue Sep 11 17:34:09 2012 (r304111) @@ -54,6 +54,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/browser/diff.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/browser/diff.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/browser/edit.pt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/browser/utils.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/browser/utils.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/browser/utils.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/configure.zcml %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/exportimport/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/exportimport/__init__.pyc @@ -112,7 +115,6 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/skins/CMFEditions/diff_legend.pt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/skins/CMFEditions/getVersionDiff.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/skins/CMFEditions/get_cmfeditions_ftests.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/skins/CMFEditions/get_macros.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/skins/CMFEditions/migrateStorage.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/skins/CMFEditions/revertversion.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/skins/CMFEditions/saveasnewversion.py @@ -227,6 +229,7 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/www/SillyDemoRetrieveModifierAddForm.pt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/www/SkipBlobs.pt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/www/SkipParentPointersAddForm.pt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/www/SkipRegistryBasesPointersAddForm.pt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/www/SkipVersioningOfLargeFilesAndImagesAddForm.pt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/www/Skip_z3c_blobfile.pt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFEditions/www/fieldModifierEditForm.pt Modified: head/devel/py-Products.CMFPlacefulWorkflow/Makefile ============================================================================== --- head/devel/py-Products.CMFPlacefulWorkflow/Makefile Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.CMFPlacefulWorkflow/Makefile Tue Sep 11 17:34:09 2012 (r304111) @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-Products.CMFPlacefulWorkflow -# Date created: 03 January 2012 -# Whom: Ruslan Mahmatkhanov -# # $FreeBSD$ -# PORTNAME= Products.CMFPlacefulWorkflow -PORTVERSION= 1.5.6 +PORTVERSION= 1.5.7 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +15,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \ ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \ ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Products.CMFCore \ - ${PYTHON_PKGNAMEPREFIX}Products.CMFPlone>=0:${PORTSDIR}/www/py-Products.CMFPlone \ ${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup \ ${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.testing \ ${PYTHON_PKGNAMEPREFIX}Products.PloneTestCase>=0:${PORTSDIR}/devel/py-Products.PloneTestCase @@ -28,5 +22,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install +USE_ZIP= yes .include Modified: head/devel/py-Products.CMFPlacefulWorkflow/distinfo ============================================================================== --- head/devel/py-Products.CMFPlacefulWorkflow/distinfo Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.CMFPlacefulWorkflow/distinfo Tue Sep 11 17:34:09 2012 (r304111) @@ -1,2 +1,2 @@ -SHA256 (zope/Products.CMFPlacefulWorkflow-1.5.6.tar.gz) = 667eb108bb443ac0a8386a79af449df0a8851a4035346af80176ebcaca0b23e9 -SIZE (zope/Products.CMFPlacefulWorkflow-1.5.6.tar.gz) = 55215 +SHA256 (zope/Products.CMFPlacefulWorkflow-1.5.7.zip) = 0ed0fc01f7f749ffe8c54a788ddfa2b6dfde4ac2a8932edfaf6e0d05db7f46b3 +SIZE (zope/Products.CMFPlacefulWorkflow-1.5.7.zip) = 100051 Modified: head/devel/py-Products.CMFPlacefulWorkflow/pkg-descr ============================================================================== --- head/devel/py-Products.CMFPlacefulWorkflow/pkg-descr Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.CMFPlacefulWorkflow/pkg-descr Tue Sep 11 17:34:09 2012 (r304111) @@ -1,3 +1,3 @@ Workflow policies for CMF and Plone. -WWW: http://pypi.python.org/pypi/Products.CMFPlacefulWorkflow +WWW: http://pypi.python.org/pypi/Products.CMFPlacefulWorkflow Modified: head/devel/py-Products.CMFTestCase/Makefile ============================================================================== --- head/devel/py-Products.CMFTestCase/Makefile Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.CMFTestCase/Makefile Tue Sep 11 17:34:09 2012 (r304111) @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-Products.CMFTestCase -# Date created: 20 December 2011 -# Whom: Ruslan Mahmatkhanov -# # $FreeBSD$ -# PORTNAME= Products.CMFTestCase -PORTVERSION= 0.9.11 +PORTVERSION= 0.9.12 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -28,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 DIST_SUBDIR= zope -USE_PYTHON= 2.6+ +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install USE_ZIP= yes Modified: head/devel/py-Products.CMFTestCase/distinfo ============================================================================== --- head/devel/py-Products.CMFTestCase/distinfo Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.CMFTestCase/distinfo Tue Sep 11 17:34:09 2012 (r304111) @@ -1,2 +1,2 @@ -SHA256 (zope/Products.CMFTestCase-0.9.11.zip) = e45472030397eba2eb16430652e5c0d2f50ea8af013b15bed8e850c75262d52a -SIZE (zope/Products.CMFTestCase-0.9.11.zip) = 27958 +SHA256 (zope/Products.CMFTestCase-0.9.12.zip) = cbeb78c29a0ca96fda5f68d6808ea7a8a95adcca02df7e511b4e1d49a0d95ce2 +SIZE (zope/Products.CMFTestCase-0.9.12.zip) = 28197 Modified: head/devel/py-Products.CMFTestCase/pkg-descr ============================================================================== --- head/devel/py-Products.CMFTestCase/pkg-descr Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.CMFTestCase/pkg-descr Tue Sep 11 17:34:09 2012 (r304111) @@ -1,3 +1,3 @@ Integration testing framework for CMF. -WWW: http://plone.org/products/cmftestcase +WWW: http://plone.org/products/cmftestcase Modified: head/devel/py-Products.CMFTestCase/pkg-plist ============================================================================== --- head/devel/py-Products.CMFTestCase/pkg-plist Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.CMFTestCase/pkg-plist Tue Sep 11 17:34:09 2012 (r304111) @@ -8,6 +8,7 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFTestCase/CMFTestCase.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFTestCase/CMFTestCase.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFTestCase/CMFTestCase.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFTestCase/THIS_AREA_IS_CLOSED.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFTestCase/VERSION.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFTestCase/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/CMFTestCase/__init__.pyc Modified: head/devel/py-Products.ExtendedPathIndex/Makefile ============================================================================== --- head/devel/py-Products.ExtendedPathIndex/Makefile Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.ExtendedPathIndex/Makefile Tue Sep 11 17:34:09 2012 (r304111) @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-Products.ExtendedPathIndex -# Date created: 20 December 2011 -# Whom: Ruslan Mahmatkhanov -# # $FreeBSD$ -# PORTNAME= Products.ExtendedPathIndex -PORTVERSION= 2.9 +PORTVERSION= 3.0.1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,9 +11,14 @@ COMMENT= Zope catalog index for paths LICENSE= GPLv2 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}AccessControl>0:${PORTSDIR}/security/py-AccessControl \ + ${PYTHON_PKGNAMEPREFIX}transaction>0:${PORTSDIR}/devel/py-transaction \ + zodb${PYTHON_PKGNAMESUFFIX}>0:${PORTSDIR}/databases/zodb3 + DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install USE_ZIP= yes +USE_ZOPE= yes .include Modified: head/devel/py-Products.ExtendedPathIndex/distinfo ============================================================================== --- head/devel/py-Products.ExtendedPathIndex/distinfo Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.ExtendedPathIndex/distinfo Tue Sep 11 17:34:09 2012 (r304111) @@ -1,2 +1,2 @@ -SHA256 (zope/Products.ExtendedPathIndex-2.9.zip) = e313d70a0a786017b6e5a0d8e002fe16621d029e663b705997845c83c23c4760 -SIZE (zope/Products.ExtendedPathIndex-2.9.zip) = 29609 +SHA256 (zope/Products.ExtendedPathIndex-3.0.1.zip) = 072225e3184200d6db4e4a8be00b0be6cd35e2fb53291989d630a2d877cce3f1 +SIZE (zope/Products.ExtendedPathIndex-3.0.1.zip) = 29053 Modified: head/devel/py-Products.ExtendedPathIndex/pkg-descr ============================================================================== --- head/devel/py-Products.ExtendedPathIndex/pkg-descr Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.ExtendedPathIndex/pkg-descr Tue Sep 11 17:34:09 2012 (r304111) @@ -1,3 +1,3 @@ Zope catalog index for paths. -WWW: http://pypi.python.org/pypi/Products.ExtendedPathIndex +WWW: http://pypi.python.org/pypi/Products.ExtendedPathIndex Modified: head/devel/py-Products.ExtendedPathIndex/pkg-plist ============================================================================== --- head/devel/py-Products.ExtendedPathIndex/pkg-plist Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.ExtendedPathIndex/pkg-plist Tue Sep 11 17:34:09 2012 (r304111) @@ -12,15 +12,6 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ExtendedPathIndex/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ExtendedPathIndex/__init__.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ExtendedPathIndex/dtml/addExtendedPathIndex.dtml -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ExtendedPathIndex/ptests/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ExtendedPathIndex/ptests/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ExtendedPathIndex/ptests/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ExtendedPathIndex/ptests/testProfiling.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ExtendedPathIndex/ptests/testProfiling.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ExtendedPathIndex/ptests/testProfiling.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ExtendedPathIndex/ptests/testQuery.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ExtendedPathIndex/ptests/testQuery.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ExtendedPathIndex/ptests/testQuery.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ExtendedPathIndex/tests/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ExtendedPathIndex/tests/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ExtendedPathIndex/tests/__init__.pyo @@ -36,7 +27,6 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/__init__.pyo @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ExtendedPathIndex/www @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ExtendedPathIndex/tests -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ExtendedPathIndex/ptests @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ExtendedPathIndex/dtml @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ExtendedPathIndex @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products Modified: head/devel/py-Products.GenericSetup/Makefile ============================================================================== --- head/devel/py-Products.GenericSetup/Makefile Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.GenericSetup/Makefile Tue Sep 11 17:34:09 2012 (r304111) @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-Products.GenericSetup -# Date created: 18 December 2011 -# Whom: Ruslan Mahmatkhanov -# # $FreeBSD$ -# PORTNAME= Products.GenericSetup -PORTVERSION= 1.6.6 +PORTVERSION= 1.7.2 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +15,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}five ${PYTHON_PKGNAMEPREFIX}zope.formlib>=0:${PORTSDIR}/devel/py-zope.formlib DIST_SUBDIR= zope -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install +USE_ZOPE= yes .include Modified: head/devel/py-Products.GenericSetup/distinfo ============================================================================== --- head/devel/py-Products.GenericSetup/distinfo Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.GenericSetup/distinfo Tue Sep 11 17:34:09 2012 (r304111) @@ -1,2 +1,2 @@ -SHA256 (zope/Products.GenericSetup-1.6.6.tar.gz) = 70c7224a0d2ce25faeb82c8f517c9a9abbea2466bad5608f31bff39471d9e2e8 -SIZE (zope/Products.GenericSetup-1.6.6.tar.gz) = 141866 +SHA256 (zope/Products.GenericSetup-1.7.2.tar.gz) = bddcf397ad0faa6a04ea36a2cc541c6b400982fd6c9feb05dc2b63d75e06d7fd +SIZE (zope/Products.GenericSetup-1.7.2.tar.gz) = 142536 Modified: head/devel/py-Products.GenericSetup/pkg-descr ============================================================================== --- head/devel/py-Products.GenericSetup/pkg-descr Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.GenericSetup/pkg-descr Tue Sep 11 17:34:09 2012 (r304111) @@ -1,3 +1,3 @@ Read Zope configuration state from profile dirs / tarballs. -WWW: http://pypi.python.org/pypi/Products.GenericSetup +WWW: http://pypi.python.org/pypi/Products.GenericSetup Modified: head/devel/py-Products.PasswordResetTool/Makefile ============================================================================== --- head/devel/py-Products.PasswordResetTool/Makefile Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.PasswordResetTool/Makefile Tue Sep 11 17:34:09 2012 (r304111) @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-Products.PasswordResetTool -# Date created: 03 January 2012 -# Whom: Ruslan Mahmatkhanov -# # $FreeBSD$ -# PORTNAME= Products.PasswordResetTool -PORTVERSION= 2.0.7 +PORTVERSION= 2.0.8 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -28,6 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plon DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install -#USE_ZOPE= yes +USE_ZIP= yes +USE_ZOPE= yes .include Modified: head/devel/py-Products.PasswordResetTool/distinfo ============================================================================== --- head/devel/py-Products.PasswordResetTool/distinfo Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.PasswordResetTool/distinfo Tue Sep 11 17:34:09 2012 (r304111) @@ -1,2 +1,2 @@ -SHA256 (zope/Products.PasswordResetTool-2.0.7.tar.gz) = 7b77c76190acd5c108e1196fed212f9d368b6a886ff0f41b512b054a1e3ee9c8 -SIZE (zope/Products.PasswordResetTool-2.0.7.tar.gz) = 27904 +SHA256 (zope/Products.PasswordResetTool-2.0.8.zip) = 0c8cdde766f38a096ded5de96da1a9c5fb42bedd8411d8a7e5581146accb0117 +SIZE (zope/Products.PasswordResetTool-2.0.8.zip) = 53709 Modified: head/devel/py-Products.PasswordResetTool/pkg-descr ============================================================================== --- head/devel/py-Products.PasswordResetTool/pkg-descr Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.PasswordResetTool/pkg-descr Tue Sep 11 17:34:09 2012 (r304111) @@ -1,3 +1,3 @@ Password reset tool for Plone. -WWW: http://pypi.python.org/pypi/Products.PasswordResetTool +WWW: http://pypi.python.org/pypi/Products.PasswordResetTool Modified: head/devel/py-Products.PloneLanguageTool/Makefile ============================================================================== --- head/devel/py-Products.PloneLanguageTool/Makefile Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.PloneLanguageTool/Makefile Tue Sep 11 17:34:09 2012 (r304111) @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-Products.PloneLanguageTool -# Date created: 03 January 2012 -# Whom: Ruslan Mahmatkhanov -# # $FreeBSD$ -# PORTNAME= Products.PloneLanguageTool -PORTVERSION= 3.2.4 +PORTVERSION= 3.2.5 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,5 +14,6 @@ LICENSE= GPLv2 DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install +USE_ZIP= yes .include Modified: head/devel/py-Products.PloneLanguageTool/distinfo ============================================================================== --- head/devel/py-Products.PloneLanguageTool/distinfo Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.PloneLanguageTool/distinfo Tue Sep 11 17:34:09 2012 (r304111) @@ -1,2 +1,2 @@ -SHA256 (zope/Products.PloneLanguageTool-3.2.4.tar.gz) = 0575b7151179f0229febdde41ad4ffc2906c47d4be49976bc365efa9ddbb4315 -SIZE (zope/Products.PloneLanguageTool-3.2.4.tar.gz) = 30457 +SHA256 (zope/Products.PloneLanguageTool-3.2.5.zip) = cfd8d71d289bfe97c4d20e2ba7e1d82cd06203f1076ad518f8ea82b4749d84ac +SIZE (zope/Products.PloneLanguageTool-3.2.5.zip) = 49038 Modified: head/devel/py-Products.PloneLanguageTool/pkg-descr ============================================================================== --- head/devel/py-Products.PloneLanguageTool/pkg-descr Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.PloneLanguageTool/pkg-descr Tue Sep 11 17:34:09 2012 (r304111) @@ -2,4 +2,4 @@ PloneLanguageTool allows you to set the select various fallback mechanisms, and control the use of flags for language selection and translations. -WWW: http://pypi.python.org/pypi/Products.PloneLanguageTool +WWW: http://pypi.python.org/pypi/Products.PloneLanguageTool Modified: head/devel/py-Products.PloneTestCase/Makefile ============================================================================== --- head/devel/py-Products.PloneTestCase/Makefile Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.PloneTestCase/Makefile Tue Sep 11 17:34:09 2012 (r304111) @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-Products.PloneTestCase -# Date created: 03 January 2012 -# Whom: Ruslan Mahmatkhanov -# # $FreeBSD$ -# PORTNAME= Products.PloneTestCase -PORTVERSION= 0.9.13 +PORTVERSION= 0.9.15 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,16 +16,15 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope ${PYTHON_PKGNAMEPREFIX}zope.site>=0:${PORTSDIR}/devel/py-zope.site \ ${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.testing \ ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \ - ${PYTHON_PKGNAMEPREFIX}Products.CMFPlone>=0:${PORTSDIR}/www/py-Products.CMFPlone \ ${PYTHON_PKGNAMEPREFIX}Products.ATContentTypes>=0:${PORTSDIR}/devel/py-Products.ATContentTypes \ ${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Products.CMFCore \ ${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup \ zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 DIST_SUBDIR= zope -USE_PYTHON= 2.6-2.7 +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install USE_ZIP= yes -#USE_ZOPE= yes +USE_ZOPE= yes .include Modified: head/devel/py-Products.PloneTestCase/distinfo ============================================================================== --- head/devel/py-Products.PloneTestCase/distinfo Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.PloneTestCase/distinfo Tue Sep 11 17:34:09 2012 (r304111) @@ -1,2 +1,2 @@ -SHA256 (zope/Products.PloneTestCase-0.9.13.zip) = 47dcfd92efd15a2fb50f1945a42d3de5e5caf9b7f70fa1bf06abd601b3014f26 -SIZE (zope/Products.PloneTestCase-0.9.13.zip) = 33471 +SHA256 (zope/Products.PloneTestCase-0.9.15.zip) = 49572295f32ebb2d48ab56251b1fa934f0a3c3e8624424d5d01d5b5cc8cf525b +SIZE (zope/Products.PloneTestCase-0.9.15.zip) = 33894 Modified: head/devel/py-Products.PloneTestCase/pkg-descr ============================================================================== --- head/devel/py-Products.PloneTestCase/pkg-descr Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.PloneTestCase/pkg-descr Tue Sep 11 17:34:09 2012 (r304111) @@ -1,3 +1,3 @@ Integration testing framework for Plone. -WWW: http://plone.org/products/plonetestcase +WWW: http://plone.org/products/plonetestcase Modified: head/devel/py-Products.ResourceRegistries/Makefile ============================================================================== --- head/devel/py-Products.ResourceRegistries/Makefile Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.ResourceRegistries/Makefile Tue Sep 11 17:34:09 2012 (r304111) @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-Products.ResourceRegistries -# Date created: 20 December 2011 -# Whom: Ruslan Mahmatkhanov -# # $FreeBSD$ -# PORTNAME= Products.ResourceRegistries -PORTVERSION= 2.0.6 +PORTVERSION= 2.2.1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,12 +18,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope ${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=0:${PORTSDIR}/devel/py-Products.GenericSetup \ ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \ ${PYTHON_PKGNAMEPREFIX}DateTime>=0:${PORTSDIR}/devel/py-DateTime \ - zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 + zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \ + ${PYTHON_PKGNAMEPREFIX}plone.app.registry>0:${PORTSDIR}/www/py-plone.app.registry DIST_SUBDIR= zope -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install USE_ZIP= yes -#USE_ZOPE= yes +USE_ZOPE= yes .include Modified: head/devel/py-Products.ResourceRegistries/distinfo ============================================================================== --- head/devel/py-Products.ResourceRegistries/distinfo Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.ResourceRegistries/distinfo Tue Sep 11 17:34:09 2012 (r304111) @@ -1,2 +1,2 @@ -SHA256 (zope/Products.ResourceRegistries-2.0.6.zip) = 8c53aa900bdbebf2aad057a45ffa12705b216ff1fa56aca832c21cfb560e8e25 -SIZE (zope/Products.ResourceRegistries-2.0.6.zip) = 123591 +SHA256 (zope/Products.ResourceRegistries-2.2.1.zip) = acd2a0afe55388c514be4679f12a0b2752536eb7c979839aefd84c5126465a74 +SIZE (zope/Products.ResourceRegistries-2.2.1.zip) = 133003 Modified: head/devel/py-Products.ResourceRegistries/pkg-descr ============================================================================== --- head/devel/py-Products.ResourceRegistries/pkg-descr Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.ResourceRegistries/pkg-descr Tue Sep 11 17:34:09 2012 (r304111) @@ -1,3 +1,3 @@ Registry for managing CSS and JS. -WWW: http://pypi.python.org/pypi/Products.ResourceRegistries +WWW: http://pypi.python.org/pypi/Products.ResourceRegistries Modified: head/devel/py-Products.ResourceRegistries/pkg-plist ============================================================================== --- head/devel/py-Products.ResourceRegistries/pkg-plist Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-Products.ResourceRegistries/pkg-plist Tue Sep 11 17:34:09 2012 (r304111) @@ -54,6 +54,9 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ResourceRegistries/interfaces/registries.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ResourceRegistries/interfaces/registries.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ResourceRegistries/interfaces/registries.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ResourceRegistries/interfaces/settings.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ResourceRegistries/interfaces/settings.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ResourceRegistries/interfaces/settings.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ResourceRegistries/interfaces/viewletmanagers.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ResourceRegistries/interfaces/viewletmanagers.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ResourceRegistries/interfaces/viewletmanagers.pyo @@ -132,6 +135,7 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ResourceRegistries/utils.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ResourceRegistries/utils.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ResourceRegistries/utils.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ResourceRegistries/www/bundles.zpt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ResourceRegistries/www/csscomposition.zpt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ResourceRegistries/www/cssconfig.zpt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/Products/ResourceRegistries/www/jscomposition.zpt Modified: head/devel/py-archetypes.kss/Makefile ============================================================================== --- head/devel/py-archetypes.kss/Makefile Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-archetypes.kss/Makefile Tue Sep 11 17:34:09 2012 (r304111) @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-archetypes.kss -# Date created: 02 January 2012 -# Whom: Ruslan Mahmatkhanov -# # $FreeBSD$ -# PORTNAME= archetypes.kss -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.2 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-archetypes.kss/distinfo ============================================================================== --- head/devel/py-archetypes.kss/distinfo Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-archetypes.kss/distinfo Tue Sep 11 17:34:09 2012 (r304111) @@ -1,2 +1,2 @@ -SHA256 (zope/archetypes.kss-1.7.1.zip) = 92349c18c72664a0520aa8be3b43b63ca9881a5639a6ccdb2fc2a9644e105135 -SIZE (zope/archetypes.kss-1.7.1.zip) = 37335 +SHA256 (zope/archetypes.kss-1.7.2.zip) = 33c6c0e4290e8716b23d0534bcc10cf3a895bb2cea9d0e22c3e94b44ced53e92 +SIZE (zope/archetypes.kss-1.7.2.zip) = 37527 Modified: head/devel/py-archetypes.kss/pkg-descr ============================================================================== --- head/devel/py-archetypes.kss/pkg-descr Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-archetypes.kss/pkg-descr Tue Sep 11 17:34:09 2012 (r304111) @@ -1,3 +1,3 @@ KSS (Kinetic Style Sheets) for Archetypes. -WWW: http://pypi.python.org/pypi/archetypes.kss +WWW: http://pypi.python.org/pypi/archetypes.kss Modified: head/devel/py-archetypes.querywidget/Makefile ============================================================================== --- head/devel/py-archetypes.querywidget/Makefile Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-archetypes.querywidget/Makefile Tue Sep 11 17:34:09 2012 (r304111) @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-archetypes.querywidget -# Date created: 03 January 2012 -# Whom: Ruslan Mahmatkhanov -# # $FreeBSD$ -# PORTNAME= archetypes.querywidget -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.4 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,11 +11,12 @@ COMMENT= Widget for creating catalog que LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.app.querystring>=0:${PORTSDIR}/www/py-plone.app.querystring \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plone.app.querystring>=1.0.3:${PORTSDIR}/www/py-plone.app.querystring \ ${PYTHON_PKGNAMEPREFIX}plone.app.jquerytools>=0:${PORTSDIR}/www/py-plone.app.jquerytools DIST_SUBDIR= zope USE_PYTHON= yes USE_PYDISTUTILS= easy_install +USE_ZIP= yes .include Modified: head/devel/py-archetypes.querywidget/distinfo ============================================================================== --- head/devel/py-archetypes.querywidget/distinfo Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-archetypes.querywidget/distinfo Tue Sep 11 17:34:09 2012 (r304111) @@ -1,2 +1,2 @@ -SHA256 (zope/archetypes.querywidget-1.0.1.tar.gz) = db71f22cc7552cc06bc77683d55c7830d1348280680855725e2f7cf224551bfb -SIZE (zope/archetypes.querywidget-1.0.1.tar.gz) = 51643 +SHA256 (zope/archetypes.querywidget-1.0.4.zip) = fd9ecd99e34deae8edbcc28c8d669d10d0a755582c79622825aaf3fac0e9a5b0 +SIZE (zope/archetypes.querywidget-1.0.4.zip) = 69208 Modified: head/devel/py-archetypes.querywidget/pkg-descr ============================================================================== --- head/devel/py-archetypes.querywidget/pkg-descr Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-archetypes.querywidget/pkg-descr Tue Sep 11 17:34:09 2012 (r304111) @@ -1,4 +1,4 @@ Archetypes.querywidget implements a widget for creating catalog queries using an email-filtering-like interface, as found in GMail or Apple Mail. -WWW: http://pypi.python.org/pypi/archetypes.querywidget +WWW: http://pypi.python.org/pypi/archetypes.querywidget Modified: head/devel/py-archetypes.querywidget/pkg-plist ============================================================================== --- head/devel/py-archetypes.querywidget/pkg-plist Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-archetypes.querywidget/pkg-plist Tue Sep 11 17:34:09 2012 (r304111) @@ -26,6 +26,15 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/archetypes/querywidget/querywidget.css %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/archetypes/querywidget/querywidget.js %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/archetypes/querywidget/skins/querywidget/querywidget.pt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/archetypes/querywidget/templates/date_range_widget.pt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/archetypes/querywidget/templates/date_widget.pt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/archetypes/querywidget/templates/empty_widget.pt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/archetypes/querywidget/templates/multiple_selection_widget.pt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/archetypes/querywidget/templates/reference_widget.pt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/archetypes/querywidget/templates/relative_date_widget.pt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/archetypes/querywidget/templates/relative_path_widget.pt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/archetypes/querywidget/templates/remove_criteria_link.pt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/archetypes/querywidget/templates/string_widget.pt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/archetypes/querywidget/tests/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/archetypes/querywidget/tests/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/archetypes/querywidget/tests/__init__.pyo @@ -51,6 +60,7 @@ @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/archetypes/querywidget/tests/qunit @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/archetypes/querywidget/tests/javascripts @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/archetypes/querywidget/tests +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/archetypes/querywidget/templates @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/archetypes/querywidget/skins/querywidget @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/archetypes/querywidget/skins @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/archetypes/querywidget/profiles/default Modified: head/devel/py-archetypes.referencebrowserwidget/Makefile ============================================================================== --- head/devel/py-archetypes.referencebrowserwidget/Makefile Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-archetypes.referencebrowserwidget/Makefile Tue Sep 11 17:34:09 2012 (r304111) @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-archetypes.referencebrowserwidget -# Date created: 03 January 2012 -# Whom: Ruslan Mahmatkhanov -# # $FreeBSD$ -# PORTNAME= archetypes.referencebrowserwidget -PORTVERSION= 2.4.11 +PORTVERSION= 2.4.12 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,8 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \ ${PYTHON_PKGNAMEPREFIX}zope.formlib>=0:${PORTSDIR}/devel/py-zope.formlib \ ${PYTHON_PKGNAMEPREFIX}plone.app.form>=0:${PORTSDIR}/www/py-plone.app.form \ - ${PYTHON_PKGNAMEPREFIX}plone.app.jquerytools>=1.1b1:${PORTSDIR}/www/py-plone.app.jquerytools \ - ${PYTHON_PKGNAMEPREFIX}plone.uuid>=0:${PORTSDIR}/www/py-plone.uuid + ${PYTHON_PKGNAMEPREFIX}plone.app.jquerytools>=1.1:${PORTSDIR}/www/py-plone.app.jquerytools DIST_SUBDIR= zope USE_PYTHON= yes Modified: head/devel/py-archetypes.referencebrowserwidget/distinfo ============================================================================== --- head/devel/py-archetypes.referencebrowserwidget/distinfo Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-archetypes.referencebrowserwidget/distinfo Tue Sep 11 17:34:09 2012 (r304111) @@ -1,2 +1,2 @@ -SHA256 (zope/archetypes.referencebrowserwidget-2.4.11.zip) = 515d07f7948ea593f8b124f5b13db02066fee7a7ceadd021552c1321857837b6 -SIZE (zope/archetypes.referencebrowserwidget-2.4.11.zip) = 61956 +SHA256 (zope/archetypes.referencebrowserwidget-2.4.12.zip) = 4e0eff019e6b8a55bf0aafc4eb341e4a8e45ed842c08e538642be947001a194d +SIZE (zope/archetypes.referencebrowserwidget-2.4.12.zip) = 62127 Modified: head/devel/py-archetypes.referencebrowserwidget/pkg-descr ============================================================================== --- head/devel/py-archetypes.referencebrowserwidget/pkg-descr Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-archetypes.referencebrowserwidget/pkg-descr Tue Sep 11 17:34:09 2012 (r304111) @@ -1,3 +1,3 @@ A referencebrowser implementation for Archetypes. -WWW: http://pypi.python.org/pypi/archetypes.referencebrowserwidget +WWW: http://pypi.python.org/pypi/archetypes.referencebrowserwidget Modified: head/devel/py-collective.z3cform.datetimewidget/Makefile ============================================================================== --- head/devel/py-collective.z3cform.datetimewidget/Makefile Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-collective.z3cform.datetimewidget/Makefile Tue Sep 11 17:34:09 2012 (r304111) @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-collective.z3cform.datetimewidget -# Date created: 03 January 2012 -# Whom: Ruslan Mahmatkhanov -# # $FreeBSD$ -# PORTNAME= collective.z3cform.datetimewidget -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope ${PYTHON_PKGNAMEPREFIX}zope.deprecation>=0:${PORTSDIR}/devel/py-zope.deprecation DIST_SUBDIR= zope -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install USE_ZIP= yes Modified: head/devel/py-collective.z3cform.datetimewidget/distinfo ============================================================================== --- head/devel/py-collective.z3cform.datetimewidget/distinfo Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-collective.z3cform.datetimewidget/distinfo Tue Sep 11 17:34:09 2012 (r304111) @@ -1,2 +1,2 @@ -SHA256 (zope/collective.z3cform.datetimewidget-1.1.1.zip) = 3c40edd3c932b32d5d3356cb0ede4020da857fed7b918131c36b23ddb1150629 -SIZE (zope/collective.z3cform.datetimewidget-1.1.1.zip) = 61578 +SHA256 (zope/collective.z3cform.datetimewidget-1.2.0.zip) = cd5495fe9e83f4463bbec963b793b2f404848d76b4c68a8831ccdb09ad04ca0c +SIZE (zope/collective.z3cform.datetimewidget-1.2.0.zip) = 61958 Modified: head/devel/py-collective.z3cform.datetimewidget/pkg-descr ============================================================================== --- head/devel/py-collective.z3cform.datetimewidget/pkg-descr Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-collective.z3cform.datetimewidget/pkg-descr Tue Sep 11 17:34:09 2012 (r304111) @@ -1,3 +1,3 @@ z3c.form date and datetime widgets. -WWW: http://pypi.python.org/pypi/collective.z3cform.datetimewidget +WWW: http://pypi.python.org/pypi/collective.z3cform.datetimewidget Modified: head/devel/py-collective.z3cform.datetimewidget/pkg-plist ============================================================================== --- head/devel/py-collective.z3cform.datetimewidget/pkg-plist Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-collective.z3cform.datetimewidget/pkg-plist Tue Sep 11 17:34:09 2012 (r304111) @@ -1,7 +1,6 @@ %%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/entry_points.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/namespace_packages.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt Modified: head/devel/py-diazo/Makefile ============================================================================== --- head/devel/py-diazo/Makefile Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-diazo/Makefile Tue Sep 11 17:34:09 2012 (r304111) @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-diazo -# Date created: 03 January 2012 -# Whom: Ruslan Mahmatkhanov -# # $FreeBSD$ -# PORTNAME= diazo -PORTVERSION= 1.0rc4 +PORTVERSION= 1.0.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,8 +11,8 @@ COMMENT= Implements a Deliverance like l LICENSE= BSD -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}experimental.cssselect>=0:${PORTSDIR}/devel/py-experimental.cssselect \ - ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \ + ${PYTHON_PKGNAMEPREFIX}experimental.cssselect>0:${PORTSDIR}/devel/py-experimental.cssselect \ ${PYTHON_PKGNAMEPREFIX}repoze.xmliter>=0.3:${PORTSDIR}/devel/py-repoze.xmliter \ ${PYTHON_PKGNAMEPREFIX}webob>=0:${PORTSDIR}/www/py-webob Modified: head/devel/py-diazo/distinfo ============================================================================== --- head/devel/py-diazo/distinfo Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-diazo/distinfo Tue Sep 11 17:34:09 2012 (r304111) @@ -1,2 +1,2 @@ -SHA256 (diazo-1.0rc4.zip) = c6c1282b28d05da4d4142e0635fa99777336fa0b7838950ddb9985eb893e4aca -SIZE (diazo-1.0rc4.zip) = 360179 +SHA256 (diazo-1.0.1.zip) = baa49d7d46f0f937614799c1b6eef6bad5e69d238d5006ba6d4509a06cf13756 +SIZE (diazo-1.0.1.zip) = 548300 Modified: head/devel/py-diazo/pkg-descr ============================================================================== --- head/devel/py-diazo/pkg-descr Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-diazo/pkg-descr Tue Sep 11 17:34:09 2012 (r304111) @@ -4,4 +4,4 @@ simple transform on each request thereaf during development, check it into Subversion, and not touch Diazo during deployment. -WWW: http://pypi.python.org/pypi/diazo +WWW: http://pypi.python.org/pypi/diazo Modified: head/devel/py-diazo/pkg-plist ============================================================================== --- head/devel/py-diazo/pkg-plist Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-diazo/pkg-plist Tue Sep 11 17:34:09 2012 (r304111) @@ -37,6 +37,9 @@ bin/diazorun %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/run.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/run.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/run.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/runtrace.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/runtrace.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/runtrace.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/__init__.pyo @@ -159,6 +162,10 @@ bin/diazorun %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/esi/rules.xml %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/esi/theme.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/esi/xpaths.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/html-attributes/content.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/html-attributes/output.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/html-attributes/rules.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/html-attributes/theme.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/html-xml-lang-2/content.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/html-xml-lang-2/output.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/html-xml-lang-2/rules.xml @@ -220,14 +227,6 @@ bin/diazorun %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/inline-xsl-directives/output.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/inline-xsl-directives/rules.xml %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/inline-xsl-directives/theme.html -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/inline-xsl-example-modify-attribute/content.html -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/inline-xsl-example-modify-attribute/output.html -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/inline-xsl-example-modify-attribute/rules.xml -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/inline-xsl-example-modify-attribute/theme.html -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/inline-xsl-example-modify-text/content.html -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/inline-xsl-example-modify-text/output.html -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/inline-xsl-example-modify-text/rules.xml -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/inline-xsl-example-modify-text/theme.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/modify-theme/content.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/modify-theme/output.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/modify-theme/rules.xml @@ -380,6 +379,9 @@ bin/diazorun %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/style-script-quoting-2/output.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/style-script-quoting-2/rules.xml %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/style-script-quoting-2/theme.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/test_trace.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/test_trace.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/test_trace.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/test_wsgi.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/test_wsgi.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/test_wsgi.pyo @@ -551,6 +553,19 @@ bin/diazorun %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-merge/output.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-merge/rules.xml %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-merge/theme.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-not-content/content.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-not-content/output.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-not-content/rules.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-not-content/theme.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-not-path/content.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-not-path/options.cfg +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-not-path/output.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-not-path/rules.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-not-path/theme.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-not/content.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-not/output.html +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-not/rules.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-not/theme.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-path/content.html %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-path/options.cfg %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-path/output.html @@ -691,6 +706,9 @@ bin/diazorun @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-merge-separator @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-merge @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-path +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-not-path +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-not-content +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-not @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-merge @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-custom-param @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/v1-if-content @@ -764,8 +782,6 @@ bin/diazorun @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/multi-copy-2 @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/multi-copy-1 @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/modify-theme -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/inline-xsl-example-modify-text -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/inline-xsl-example-modify-attribute @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/inline-xsl-directives @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/inline-xsl-apply-templates @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/indent-off @@ -779,6 +795,7 @@ bin/diazorun @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/if-path-1 @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/html-xml-lang-2 @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/html-xml-lang +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/html-attributes @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/esi @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/entities @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/diazo/tests/empty-xmlns Modified: head/devel/py-five.customerize/Makefile ============================================================================== --- head/devel/py-five.customerize/Makefile Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-five.customerize/Makefile Tue Sep 11 17:34:09 2012 (r304111) @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-five.customerize -# Date created: 03 January 2012 -# Whom: Ruslan Mahmatkhanov -# # $FreeBSD$ -# PORTNAME= five.customerize -PORTVERSION= 1.0.2 +PORTVERSION= 1.0.3 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -34,8 +29,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plon ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition DIST_SUBDIR= zope -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install -#USE_ZOPE= yes +USE_ZIP= yes +USE_ZOPE= yes .include Modified: head/devel/py-five.customerize/distinfo ============================================================================== --- head/devel/py-five.customerize/distinfo Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-five.customerize/distinfo Tue Sep 11 17:34:09 2012 (r304111) @@ -1,2 +1,2 @@ -SHA256 (zope/five.customerize-1.0.2.tar.gz) = 0b761ac6ab026ff0aac9c815bd122f35fa19e29fff480eb30310fa451417691a -SIZE (zope/five.customerize-1.0.2.tar.gz) = 15179 +SHA256 (zope/five.customerize-1.0.3.zip) = 242a555eb0c81ceb9239abf408472873f6237c1ec929b46d45d06ea11138a5d0 +SIZE (zope/five.customerize-1.0.3.zip) = 25999 Modified: head/devel/py-five.customerize/pkg-descr ============================================================================== --- head/devel/py-five.customerize/pkg-descr Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-five.customerize/pkg-descr Tue Sep 11 17:34:09 2012 (r304111) @@ -1,3 +1,3 @@ TTW customization of template-based Zope views. -WWW: http://pypi.python.org/pypi/five.customerize +WWW: http://pypi.python.org/pypi/five.customerize Modified: head/devel/py-kss-core/Makefile ============================================================================== --- head/devel/py-kss-core/Makefile Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-kss-core/Makefile Tue Sep 11 17:34:09 2012 (r304111) @@ -1,12 +1,7 @@ -# New ports collection makefile for: py-kss-core -# Date created: 26 December 2011 -# Whom: Ruslan Mahmatkhanov -# # $FreeBSD$ -# PORTNAME= kss-core -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.4 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +12,9 @@ COMMENT= KSS (Kinetic Style Sheets) core LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.browserpage>0:${PORTSDIR}/devel/py-zope.browserpage \ + ${PYTHON_PKGNAMEPREFIX}zope.browserresource>0:${PORTSDIR}/devel/py-zope.browserresource \ + ${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \ ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:${PORTSDIR}/devel/py-zope.configuration \ ${PYTHON_PKGNAMEPREFIX}zope.contenttype>=0:${PORTSDIR}/devel/py-zope.contenttype \ ${PYTHON_PKGNAMEPREFIX}zope.datetime>=0:${PORTSDIR}/devel/py-zope.datetime \ @@ -29,16 +26,12 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:${PORTSDIR}/devel/py-zope.publisher \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:${PORTSDIR}/devel/py-zope.schema \ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:${PORTSDIR}/security/py-zope.security \ + ${PYTHON_PKGNAMEPREFIX}zope.site>0:${PORTSDIR}/devel/py-zope.site \ ${PYTHON_PKGNAMEPREFIX}zope.testing>=0:${PORTSDIR}/devel/py-zope.testing \ - ${PYTHON_PKGNAMEPREFIX}zope.traversing>=0:${PORTSDIR}/devel/py-zope.traversing \ - ${PYTHON_PKGNAMEPREFIX}zope.app.component>=0:${PORTSDIR}/devel/py-zope.app.component \ - ${PYTHON_PKGNAMEPREFIX}zope.app.folder>=0:${PORTSDIR}/devel/py-zope.app.folder \ - ${PYTHON_PKGNAMEPREFIX}zope.app.pagetemplate>=0:${PORTSDIR}/devel/py-zope.app.pagetemplate \ - ${PYTHON_PKGNAMEPREFIX}zope.app.publication>=0:${PORTSDIR}/devel/py-zope.app.publication \ - ${PYTHON_PKGNAMEPREFIX}zope.app.publisher>=0:${PORTSDIR}/devel/py-zope.app.publisher + ${PYTHON_PKGNAMEPREFIX}zope.traversing>=0:${PORTSDIR}/devel/py-zope.traversing DIST_SUBDIR= zope -USE_PYTHON= yes +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= ${PORTNAME:S/-/./} USE_ZIP= yes Modified: head/devel/py-kss-core/distinfo ============================================================================== --- head/devel/py-kss-core/distinfo Tue Sep 11 17:24:59 2012 (r304110) +++ head/devel/py-kss-core/distinfo Tue Sep 11 17:34:09 2012 (r304111) @@ -1,2 +1,2 @@ -SHA256 (zope/kss.core-1.6.3.zip) = fa6d05e22153c77d9a9eab7491a507c9873d42d434fe951a371c210710676be1 -SIZE (zope/kss.core-1.6.3.zip) = 554869 +SHA256 (zope/kss.core-1.6.4.zip) = 6704382a507465e51925fda4abb3d12b5b998381047ac8a3bc10e839faca157d +SIZE (zope/kss.core-1.6.4.zip) = 554627 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 17:49:22 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6A768106566C; Tue, 11 Sep 2012 17:49:22 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 013B58FC15; Tue, 11 Sep 2012 17:49:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BHnLvs000644; Tue, 11 Sep 2012 17:49:21 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BHnLwe000640; Tue, 11 Sep 2012 17:49:21 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201209111749.q8BHnLwe000640@svn.freebsd.org> From: Pawel Pekala Date: Tue, 11 Sep 2012 17:49:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304112 - in head/databases: spatialite spatialite_gui X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 17:49:22 -0000 Author: pawel Date: Tue Sep 11 17:49:21 2012 New Revision: 304112 URL: http://svn.freebsd.org/changeset/ports/304112 Log: - spatialite: install pc file in correct place [1] - spatialite_gui: unbreak, now configures properly and is able to find libspatialite installed by databases/spatialite PR: ports/170893 [1] Submitted by: myself [1] Approved by: maintainer timeout Modified: head/databases/spatialite/Makefile head/databases/spatialite/pkg-plist head/databases/spatialite_gui/Makefile Modified: head/databases/spatialite/Makefile ============================================================================== --- head/databases/spatialite/Makefile Tue Sep 11 17:34:09 2012 (r304111) +++ head/databases/spatialite/Makefile Tue Sep 11 17:49:21 2012 (r304112) @@ -7,6 +7,7 @@ PORTNAME= spatialite PORTVERSION= 3.0.1 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ DISTNAME= lib${PORTNAME}-${PORTVERSION} @@ -34,6 +35,8 @@ 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 Modified: head/databases/spatialite/pkg-plist ============================================================================== --- head/databases/spatialite/pkg-plist Tue Sep 11 17:34:09 2012 (r304111) +++ head/databases/spatialite/pkg-plist Tue Sep 11 17:49:21 2012 (r304112) @@ -14,6 +14,6 @@ lib/libspatialite.a lib/libspatialite.la lib/libspatialite.so lib/libspatialite.so.4 -lib/pkgconfig/spatialite.pc -@dirrm lib/pkgconfig +libdata/pkgconfig/spatialite.pc +@dirrmtry libdata/pkgconfig @dirrm include/spatialite Modified: head/databases/spatialite_gui/Makefile ============================================================================== --- head/databases/spatialite_gui/Makefile Tue Sep 11 17:34:09 2012 (r304111) +++ head/databases/spatialite_gui/Makefile Tue Sep 11 17:49:21 2012 (r304112) @@ -18,8 +18,6 @@ LIB_DEPENDS= gaiagraphics:${PORTSDIR}/gr freexl:${PORTSDIR}/textproc/freexl \ spatialite:${PORTSDIR}/databases/spatialite -BROKEN= does not configure - USE_WX= 2.8 WANT_UNICODE= yes GNU_CONFIGURE= yes From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 18:02:00 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8EF6B106566B; Tue, 11 Sep 2012 18:02:00 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 77A0E8FC17; Tue, 11 Sep 2012 18:02:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BI20Dm002727; Tue, 11 Sep 2012 18:02:00 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BI20F3002722; Tue, 11 Sep 2012 18:02:00 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209111802.q8BI20F3002722@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Tue, 11 Sep 2012 18:02:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304113 - in head/textproc/nltk: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 18:02:00 -0000 Author: rm Date: Tue Sep 11 18:01:59 2012 New Revision: 304113 URL: http://svn.freebsd.org/changeset/ports/304113 Log: - update to 2.0.2 - change mastersites to pypi, because google doesn't carry the latest tarball - drop unneeded BUILD_DEPENDS, LICENSE_FILE, USE_PYTHON_PREFIX, PYDISTUTILS_EGGINFO - create pkg-plist - install with setuptools (upstream switched to it via distribute) - strict python versions to 2.x only - add patch to not use distribute for installing. distribute conflicts with setuptools. this may be dropped when the whole ports tree will be switched to distribute. PR: 170515 Submitted by: rm (myself) Approved by: maintainer timeout (1 month) Added: head/textproc/nltk/files/ head/textproc/nltk/files/patch-setup.py (contents, props changed) head/textproc/nltk/pkg-plist (contents, props changed) Modified: head/textproc/nltk/Makefile head/textproc/nltk/distinfo Modified: head/textproc/nltk/Makefile ============================================================================== --- head/textproc/nltk/Makefile Tue Sep 11 17:49:21 2012 (r304112) +++ head/textproc/nltk/Makefile Tue Sep 11 18:01:59 2012 (r304113) @@ -1,37 +1,20 @@ -# Ports collection makefile for: nltk -# Date created: Oct 30, 2003 -# Whom: clsung -# # $FreeBSD$ -# PORTNAME= nltk -DISTVERSION= 2.0.1rc1 +PORTVERSION= 2.0.2 PORTEPOCH= 2 CATEGORIES= textproc python -MASTER_SITES= GOOGLE_CODE -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= CHEESESHOP MAINTAINER= clsung@FreeBSD.org COMMENT= Natural language toolkit written in python -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ - ${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ - ${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml - LICENSE= AL2 -LICENSE_FILE= ${WRKSRC}/LICENSE.txt -PYDISTUTILS_EGGINFO= ${PORTNAME}-${DISTVERSION}-py${PYTHON_VER}.egg-info -USE_PYTHON= 2.5+ -USE_PYDISTUTILS= yes -USE_PYTHON_PREFIX= yes - -post-install: - @${FIND} ${PYTHON_SITELIBDIR}/nltk ! -type d | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${PYTHON_SITELIBDIR}/nltk -type d | ${SORT} -r | \ - ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>=0:${PORTSDIR}/x11-toolkits/py-tkinter \ + ${PYTHON_PKGNAMEPREFIX}yaml>=3.09:${PORTSDIR}/devel/py-yaml + +USE_PYTHON= -2.7 +USE_PYDISTUTILS= easy_install .include Modified: head/textproc/nltk/distinfo ============================================================================== --- head/textproc/nltk/distinfo Tue Sep 11 17:49:21 2012 (r304112) +++ head/textproc/nltk/distinfo Tue Sep 11 18:01:59 2012 (r304113) @@ -1,2 +1,2 @@ -SHA256 (nltk-2.0.1rc1.tar.gz) = 2c9a5164bfa370d5b549e45f1568cc33a93a7648c8a171ec30c1b35f12778267 -SIZE (nltk-2.0.1rc1.tar.gz) = 961720 +SHA256 (nltk-2.0.2.tar.gz) = b934f13a56951667caef2d5b593002a415169342536b83e5676245e4fdbb2b5b +SIZE (nltk-2.0.2.tar.gz) = 954156 Added: head/textproc/nltk/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/nltk/files/patch-setup.py Tue Sep 11 18:01:59 2012 (r304113) @@ -0,0 +1,12 @@ +--- setup.py.orig 2012-02-06 14:55:59.000000000 +0400 ++++ setup.py 2012-08-09 14:41:28.000000000 +0400 +@@ -19,9 +19,6 @@ + with open(version_file) as fh: + nltk_version = fh.read().strip() + +-import distribute_setup +-distribute_setup.use_setuptools() +- + from setuptools import setup, find_packages + + # Added: head/textproc/nltk/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/nltk/pkg-plist Tue Sep 11 18:01:59 2012 (r304113) @@ -0,0 +1,695 @@ +%%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%%/nltk/VERSION +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/align.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/align.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/align.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/chartparser_app.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/chartparser_app.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/chartparser_app.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/chunkparser_app.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/chunkparser_app.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/chunkparser_app.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/collocations_app.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/collocations_app.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/collocations_app.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/concordance_app.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/concordance_app.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/concordance_app.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/nemo_app.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/nemo_app.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/nemo_app.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/rdparser_app.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/rdparser_app.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/rdparser_app.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/srparser_app.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/srparser_app.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/srparser_app.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/wordfreq_app.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/wordfreq_app.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/wordfreq_app.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/wordnet_app.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/wordnet_app.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app/wordnet_app.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/book.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/book.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/book.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/ccg/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/ccg/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/ccg/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/ccg/api.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/ccg/api.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/ccg/api.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/ccg/chart.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/ccg/chart.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/ccg/chart.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/ccg/combinator.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/ccg/combinator.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/ccg/combinator.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/ccg/lexicon.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/ccg/lexicon.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/ccg/lexicon.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chat/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chat/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chat/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chat/eliza.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chat/eliza.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chat/eliza.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chat/iesha.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chat/iesha.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chat/iesha.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chat/rude.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chat/rude.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chat/rude.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chat/suntsu.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chat/suntsu.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chat/suntsu.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chat/util.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chat/util.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chat/util.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chat/zen.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chat/zen.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chat/zen.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chunk/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chunk/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chunk/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chunk/api.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chunk/api.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chunk/api.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chunk/named_entity.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chunk/named_entity.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chunk/named_entity.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chunk/regexp.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chunk/regexp.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chunk/regexp.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chunk/util.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chunk/util.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chunk/util.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/api.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/api.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/api.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/decisiontree.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/decisiontree.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/decisiontree.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/mallet.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/mallet.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/mallet.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/maxent.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/maxent.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/maxent.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/megam.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/megam.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/megam.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/naivebayes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/naivebayes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/naivebayes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/positivenaivebayes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/positivenaivebayes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/positivenaivebayes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/rte_classify.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/rte_classify.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/rte_classify.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/scikitlearn.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/scikitlearn.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/scikitlearn.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/svm.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/svm.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/svm.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/tadm.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/tadm.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/tadm.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/util.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/util.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/util.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/weka.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/weka.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify/weka.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/cluster/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/cluster/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/cluster/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/cluster/api.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/cluster/api.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/cluster/api.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/cluster/em.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/cluster/em.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/cluster/em.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/cluster/gaac.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/cluster/gaac.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/cluster/gaac.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/cluster/kmeans.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/cluster/kmeans.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/cluster/kmeans.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/cluster/util.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/cluster/util.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/cluster/util.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/collocations.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/collocations.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/collocations.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/europarl_raw.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/europarl_raw.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/europarl_raw.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/aligned.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/aligned.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/aligned.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/api.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/api.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/api.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/bnc.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/bnc.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/bnc.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/bracket_parse.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/bracket_parse.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/bracket_parse.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/chasen.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/chasen.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/chasen.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/childes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/childes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/childes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/chunked.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/chunked.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/chunked.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/cmudict.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/cmudict.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/cmudict.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/conll.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/conll.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/conll.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/dependency.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/dependency.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/dependency.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/ieer.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/ieer.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/ieer.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/indian.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/indian.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/indian.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/ipipan.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/ipipan.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/ipipan.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/knbc.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/knbc.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/knbc.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/lin.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/lin.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/lin.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/nombank.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/nombank.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/nombank.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/nps_chat.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/nps_chat.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/nps_chat.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/pl196x.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/pl196x.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/pl196x.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/plaintext.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/plaintext.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/plaintext.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/ppattach.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/ppattach.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/ppattach.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/propbank.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/propbank.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/propbank.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/rte.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/rte.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/rte.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/semcor.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/semcor.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/semcor.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/senseval.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/senseval.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/senseval.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/sinica_treebank.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/sinica_treebank.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/sinica_treebank.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/string_category.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/string_category.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/string_category.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/switchboard.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/switchboard.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/switchboard.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/tagged.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/tagged.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/tagged.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/timit.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/timit.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/timit.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/toolbox.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/toolbox.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/toolbox.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/util.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/util.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/util.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/verbnet.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/verbnet.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/verbnet.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/wordlist.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/wordlist.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/wordlist.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/wordnet.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/wordnet.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/wordnet.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/xmldocs.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/xmldocs.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/xmldocs.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/ycoe.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/ycoe.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader/ycoe.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/util.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/util.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/util.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/data.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/data.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/data.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/decorators.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/decorators.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/decorators.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/downloader.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/downloader.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/downloader.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/draw/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/draw/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/draw/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/draw/cfg.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/draw/cfg.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/draw/cfg.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/draw/dispersion.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/draw/dispersion.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/draw/dispersion.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/draw/table.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/draw/table.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/draw/table.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/draw/tree.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/draw/tree.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/draw/tree.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/draw/util.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/draw/util.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/draw/util.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/examples/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/examples/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/examples/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/examples/pt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/examples/pt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/examples/pt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/featstruct.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/featstruct.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/featstruct.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/grammar.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/grammar.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/grammar.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/help.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/help.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/help.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/api.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/api.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/api.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/discourse.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/discourse.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/discourse.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/mace.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/mace.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/mace.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/nonmonotonic.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/nonmonotonic.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/nonmonotonic.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/prover9.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/prover9.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/prover9.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/resolution.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/resolution.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/resolution.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/tableau.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/tableau.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference/tableau.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/internals.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/internals.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/internals.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/lazyimport.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/lazyimport.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/lazyimport.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/agreement.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/agreement.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/agreement.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/association.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/association.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/association.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/confusionmatrix.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/confusionmatrix.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/confusionmatrix.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/distance.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/distance.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/distance.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/scores.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/scores.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/scores.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/segmentation.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/segmentation.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/segmentation.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/spearman.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/spearman.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/spearman.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/windowdiff.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/windowdiff.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics/windowdiff.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/misc/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/misc/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/misc/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/misc/babelfish.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/misc/babelfish.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/misc/babelfish.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/misc/chomsky.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/misc/chomsky.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/misc/chomsky.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/misc/minimalset.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/misc/minimalset.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/misc/minimalset.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/misc/sort.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/misc/sort.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/misc/sort.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/misc/wordfinder.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/misc/wordfinder.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/misc/wordfinder.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/model/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/model/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/model/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/model/api.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/model/api.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/model/api.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/model/ngram.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/model/ngram.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/model/ngram.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/nltk.jar +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/api.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/api.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/api.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/chart.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/chart.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/chart.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/dependencygraph.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/dependencygraph.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/dependencygraph.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/earleychart.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/earleychart.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/earleychart.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/featurechart.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/featurechart.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/featurechart.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/generate.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/generate.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/generate.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/generate2.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/generate2.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/generate2.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/malt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/malt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/malt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/nonprojectivedependencyparser.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/nonprojectivedependencyparser.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/nonprojectivedependencyparser.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/pchart.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/pchart.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/pchart.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/projectivedependencyparser.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/projectivedependencyparser.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/projectivedependencyparser.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/rd.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/rd.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/rd.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/sr.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/sr.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/sr.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/util.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/util.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/util.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/viterbi.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/viterbi.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse/viterbi.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/probability.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/probability.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/probability.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/boxer.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/boxer.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/boxer.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/chat80.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/chat80.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/chat80.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/cooper_storage.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/cooper_storage.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/cooper_storage.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/drt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/drt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/drt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/drt_glue_demo.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/drt_glue_demo.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/drt_glue_demo.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/evaluate.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/evaluate.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/evaluate.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/glue.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/glue.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/glue.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/hole.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/hole.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/hole.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/lfg.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/lfg.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/lfg.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/linearlogic.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/linearlogic.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/linearlogic.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/logic.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/logic.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/logic.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/relextract.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/relextract.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/relextract.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/skolemize.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/skolemize.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/skolemize.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/util.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/util.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem/util.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sourcedstring.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sourcedstring.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sourcedstring.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/api.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/api.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/api.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/isri.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/isri.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/isri.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/lancaster.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/lancaster.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/lancaster.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/porter.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/porter.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/porter.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/regexp.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/regexp.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/regexp.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/rslp.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/rslp.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/rslp.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/snowball.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/snowball.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/snowball.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/wordnet.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/wordnet.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem/wordnet.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/api.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/api.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/api.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/brill.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/brill.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/brill.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/crf.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/crf.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/crf.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/hmm.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/hmm.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/hmm.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/hunpos.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/hunpos.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/hunpos.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/senna.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/senna.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/senna.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/sequential.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/sequential.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/sequential.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/simplify.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/simplify.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/simplify.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/stanford.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/stanford.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/stanford.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/tnt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/tnt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/tnt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/util.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/util.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag/util.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/align.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/all.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/all.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/all.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/ccg.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/chat80.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/chunk.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/classify.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/collocations.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/corpus.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/data.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/dependency.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/discourse.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/doctest_driver.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/doctest_driver.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/doctest_driver.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/doctest_nose_plugin.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/doctest_nose_plugin.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/doctest_nose_plugin.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/doctest_utils.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/doctest_utils.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/doctest_utils.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/drt.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/featgram.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/featstruct.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/gluesemantics.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/grammar.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/grammartestsuites.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/inference.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/internals.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/japanese.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/logic.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/metrics.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/misc.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/nonmonotonic.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/parse.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/portuguese_en.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/probability.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/relextract.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/resolution.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/runtests.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/runtests.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/runtests.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/segmentation.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/semantics.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/simple.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/sourcedstring.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/stem.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/tag.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/tokenize.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/toolbox.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/tree.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/treetransforms.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/util.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test/wordnet.doctest +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/text.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/text.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/text.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/api.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/api.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/api.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/punkt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/punkt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/punkt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/regexp.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/regexp.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/regexp.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/sexpr.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/sexpr.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/sexpr.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/simple.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/simple.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/simple.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/texttiling.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/texttiling.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/texttiling.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/treebank.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/treebank.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/treebank.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/util.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/util.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize/util.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/toolbox.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/toolbox.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/toolbox.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tree.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tree.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tree.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/treetransforms.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/treetransforms.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/treetransforms.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/util.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/util.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/util.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/yamltags.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/yamltags.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/yamltags.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tokenize +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/test +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/tag +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/stem +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/sem +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/parse +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/model +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/misc +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/metrics +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/inference +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/examples +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/draw +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus/reader +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/corpus +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/cluster +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/classify +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chunk +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/chat +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/ccg +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk/app +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/nltk +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 18:03:09 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB05B106566B; Tue, 11 Sep 2012 18:03:09 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7D83B8FC16; Tue, 11 Sep 2012 18:03:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BI39pp002931; Tue, 11 Sep 2012 18:03:09 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BI39gA002929; Tue, 11 Sep 2012 18:03:09 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201209111803.q8BI39gA002929@svn.freebsd.org> From: Eitan Adler Date: Tue, 11 Sep 2012 18:03:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304114 - head/games/3dpong X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 18:03:09 -0000 Author: eadler Date: Tue Sep 11 18:03:08 2012 New Revision: 304114 URL: http://svn.freebsd.org/changeset/ports/304114 Log: Correct a typo: 6 != 1 PR: ports/171551 Submitted by: nemysis (maintainer) Modified: head/games/3dpong/Makefile Modified: head/games/3dpong/Makefile ============================================================================== --- head/games/3dpong/Makefile Tue Sep 11 18:01:59 2012 (r304113) +++ head/games/3dpong/Makefile Tue Sep 11 18:03:08 2012 (r304114) @@ -49,7 +49,7 @@ do-install: # Data ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/sounds/*.au ${DATADIR} - ${INSTALL_MAN} ${WRKSRC}/src/${MAN6} ${MAN1PREFIX}/man/man6 + ${INSTALL_MAN} ${WRKSRC}/src/${MAN6} ${MAN6PREFIX}/man/man6 # Pixmaps ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.gif ${PREFIX}/share/pixmaps/ From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 18:28:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A75731065670; Tue, 11 Sep 2012 18:28:31 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 914BE8FC14; Tue, 11 Sep 2012 18:28:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BISVNC006841; Tue, 11 Sep 2012 18:28:31 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BISVhu006838; Tue, 11 Sep 2012 18:28:31 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201209111828.q8BISVhu006838@svn.freebsd.org> From: Frederic Culot Date: Tue, 11 Sep 2012 18:28:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304115 - head/devel/p5-Module-ExtractUse X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 18:28:31 -0000 Author: culot Date: Tue Sep 11 18:28:30 2012 New Revision: 304115 URL: http://svn.freebsd.org/changeset/ports/304115 Log: - Update to 0.28 - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/Module-ExtractUse/Changes Modified: head/devel/p5-Module-ExtractUse/Makefile head/devel/p5-Module-ExtractUse/distinfo Modified: head/devel/p5-Module-ExtractUse/Makefile ============================================================================== --- head/devel/p5-Module-ExtractUse/Makefile Tue Sep 11 18:03:08 2012 (r304114) +++ head/devel/p5-Module-ExtractUse/Makefile Tue Sep 11 18:28:30 2012 (r304115) @@ -6,7 +6,7 @@ # PORTNAME= Module-ExtractUse -PORTVERSION= 0.27 +PORTVERSION= 0.28 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Find out what CPAN modules are used +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Pod-Strip>=0:${PORTSDIR}/textproc/p5-Pod-Strip \ - p5-Parse-RecDescent>=1.94:${PORTSDIR}/devel/p5-Parse-RecDescent + p5-Parse-RecDescent>=1.967:${PORTSDIR}/devel/p5-Parse-RecDescent RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-UNIVERSAL-require>=0.11:${PORTSDIR}/devel/p5-UNIVERSAL-require \ p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep \ Modified: head/devel/p5-Module-ExtractUse/distinfo ============================================================================== --- head/devel/p5-Module-ExtractUse/distinfo Tue Sep 11 18:03:08 2012 (r304114) +++ head/devel/p5-Module-ExtractUse/distinfo Tue Sep 11 18:28:30 2012 (r304115) @@ -1,2 +1,2 @@ -SHA256 (Module-ExtractUse-0.27.tar.gz) = aec925798638266cc3e539effb549d1b4df1927bec77e5cc329cb2870c1172f6 -SIZE (Module-ExtractUse-0.27.tar.gz) = 26512 +SHA256 (Module-ExtractUse-0.28.tar.gz) = 4b6d9c1ed7a334b5a77d3c9a3d3b8e13c3a7434b3c509bfca638b9cb6e2a9eaf +SIZE (Module-ExtractUse-0.28.tar.gz) = 26669 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 19:25:22 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 17426106566B; Tue, 11 Sep 2012 19:25:22 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DD2848FC0A; Tue, 11 Sep 2012 19:25:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BJPLwW015745; Tue, 11 Sep 2012 19:25:21 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BJPLmD015741; Tue, 11 Sep 2012 19:25:21 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209111925.q8BJPLmD015741@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Tue, 11 Sep 2012 19:25:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304116 - head/net-mgmt/irrtoolset X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 19:25:22 -0000 Author: rm Date: Tue Sep 11 19:25:21 2012 New Revision: 304116 URL: http://svn.freebsd.org/changeset/ports/304116 Log: - update to 5.0.1 while here: - strip Makefile header - fix whitespace in pkg-descr PR: 170617 Submitted by: Kevin Oberman (maintainer) Modified: head/net-mgmt/irrtoolset/Makefile head/net-mgmt/irrtoolset/distinfo head/net-mgmt/irrtoolset/pkg-descr Modified: head/net-mgmt/irrtoolset/Makefile ============================================================================== --- head/net-mgmt/irrtoolset/Makefile Tue Sep 11 18:28:30 2012 (r304115) +++ head/net-mgmt/irrtoolset/Makefile Tue Sep 11 19:25:21 2012 (r304116) @@ -1,12 +1,7 @@ -# New ports collection makefile for: IRRToolSet -# Date created: May 4th 1997 -# Whom: James FitzGibbon -# # $FreeBSD$ -# PORTNAME= irrtoolset -PORTVERSION= 5.0.0 +PORTVERSION= 5.0.1 CATEGORIES= net-mgmt MASTER_SITES= ISC/IRRToolSet/IRRToolSet-${PORTVERSION} Modified: head/net-mgmt/irrtoolset/distinfo ============================================================================== --- head/net-mgmt/irrtoolset/distinfo Tue Sep 11 18:28:30 2012 (r304115) +++ head/net-mgmt/irrtoolset/distinfo Tue Sep 11 19:25:21 2012 (r304116) @@ -1,2 +1,2 @@ -SHA256 (irrtoolset-5.0.0.tar.gz) = 67dc89d1762480e54215ec5ab3320061d2f5a310348b24dcaf0e5c19dbb6c009 -SIZE (irrtoolset-5.0.0.tar.gz) = 611849 +SIZE (irrtoolset-5.0.1.tar.gz) = 639889 +SHA256 (irrtoolset-5.0.1.tar.gz) = c044e4e009bf82db84f6a4f4d5ad563b07357f2d0e9f0bbaaf867e9b33fa5e80 Modified: head/net-mgmt/irrtoolset/pkg-descr ============================================================================== --- head/net-mgmt/irrtoolset/pkg-descr Tue Sep 11 18:28:30 2012 (r304115) +++ head/net-mgmt/irrtoolset/pkg-descr Tue Sep 11 19:25:21 2012 (r304116) @@ -7,6 +7,6 @@ rtconfig routing policy analyzer and rou peval a low-level policy evaluation tool -rpslcheck syntax checks the aut-num policy for an AS +rpslcheck syntax checks the aut-num policy for an AS WWW: http://irrtoolset.isc.org/ From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 19:26:39 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E9481065673; Tue, 11 Sep 2012 19:26:39 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2A4E38FC1E; Tue, 11 Sep 2012 19:26:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BJQdr0016032; Tue, 11 Sep 2012 19:26:39 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BJQcGX016030; Tue, 11 Sep 2012 19:26:38 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209111926.q8BJQcGX016030@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Tue, 11 Sep 2012 19:26:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304117 - head/net-mgmt/irrtoolset X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 19:26:39 -0000 Author: rm Date: Tue Sep 11 19:26:38 2012 New Revision: 304117 URL: http://svn.freebsd.org/changeset/ports/304117 Log: - s/Yes/yes/ in GNU_CONFIGURE= Modified: head/net-mgmt/irrtoolset/Makefile Modified: head/net-mgmt/irrtoolset/Makefile ============================================================================== --- head/net-mgmt/irrtoolset/Makefile Tue Sep 11 19:25:21 2012 (r304116) +++ head/net-mgmt/irrtoolset/Makefile Tue Sep 11 19:26:38 2012 (r304117) @@ -12,7 +12,7 @@ PLIST_FILES= bin/rpslcheck bin/peval bin USE_BISON= build USE_GMAKE= yes -GNU_CONFIGURE= Yes +GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool MAKE_JOBS_SAFE= yes From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 19:37:28 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A92C0106566C; Tue, 11 Sep 2012 19:37:28 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 941F68FC0C; Tue, 11 Sep 2012 19:37:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BJbSdH017660; Tue, 11 Sep 2012 19:37:28 GMT (envelope-from pav@svn.freebsd.org) Received: (from pav@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BJbSK8017658; Tue, 11 Sep 2012 19:37:28 GMT (envelope-from pav@svn.freebsd.org) Message-Id: <201209111937.q8BJbSK8017658@svn.freebsd.org> From: Pav Lucistnik Date: Tue, 11 Sep 2012 19:37:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304118 - head/audio/gdam X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 19:37:28 -0000 Author: pav Date: Tue Sep 11 19:37:28 2012 New Revision: 304118 URL: http://svn.freebsd.org/changeset/ports/304118 Log: - Mark BROKEN on 8.2-STABLE too Reported by: beatmail Modified: head/audio/gdam/Makefile Modified: head/audio/gdam/Makefile ============================================================================== --- head/audio/gdam/Makefile Tue Sep 11 19:26:38 2012 (r304117) +++ head/audio/gdam/Makefile Tue Sep 11 19:37:28 2012 (r304118) @@ -32,7 +32,7 @@ post-patch: .include -.if ${OSVERSION} >= 900027 +.if (${OSVERSION} < 900000 && ${OSVERSION} >= 802502) || ${OSVERSION} >= 900027 BROKEN= does not build .endif From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 19:51:01 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0E8A106566B; Tue, 11 Sep 2012 19:51:01 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8C55C8FC0A; Tue, 11 Sep 2012 19:51:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BJp1bp019933; Tue, 11 Sep 2012 19:51:01 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BJp1Bv019928; Tue, 11 Sep 2012 19:51:01 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209111951.q8BJp1Bv019928@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Tue, 11 Sep 2012 19:51:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304119 - head/devel/py-mock X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 19:51:01 -0000 Author: rm Date: Tue Sep 11 19:51:00 2012 New Revision: 304119 URL: http://svn.freebsd.org/changeset/ports/304119 Log: - switch to setuptools - bump PORTREVISION because of dependency change while here: - strip Makefile header - add license (BSD) - move pkg-plist contents to PLIST_FILES - mark it python 3 ready - tab -> space in pkg-descr:WWW PR: 170127 Reported by: Kubilay Kocak Approved by: maintainer timeout (>1 month) Deleted: head/devel/py-mock/pkg-plist Modified: head/devel/py-mock/Makefile head/devel/py-mock/pkg-descr Modified: head/devel/py-mock/Makefile ============================================================================== --- head/devel/py-mock/Makefile Tue Sep 11 19:37:28 2012 (r304118) +++ head/devel/py-mock/Makefile Tue Sep 11 19:51:00 2012 (r304119) @@ -1,11 +1,8 @@ -# New ports collection makefile for: mock -# Date created: 7 Jul 2010 -# Whom: jessekempf@gmail.com # $FreeBSD$ -# PORTNAME= mock PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +10,12 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= jessekempf@gmail.com COMMENT= Mock unit tests for Python +LICENSE= BSD + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% + +# Python3 ready USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS= easy_install .include Modified: head/devel/py-mock/pkg-descr ============================================================================== --- head/devel/py-mock/pkg-descr Tue Sep 11 19:37:28 2012 (r304118) +++ head/devel/py-mock/pkg-descr Tue Sep 11 19:51:00 2012 (r304119) @@ -6,4 +6,4 @@ After performing an action, you can make attributes were used and arguments they were called with. You can also specify return values and set needed attributes in the normal way. -WWW: http://pypi.python.org/pypi/mock +WWW: http://pypi.python.org/pypi/mock From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 20:04:29 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 438041065688; Tue, 11 Sep 2012 20:04:29 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2F0378FC12; Tue, 11 Sep 2012 20:04:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BK4TnZ022194; Tue, 11 Sep 2012 20:04:29 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BK4Sbb022191; Tue, 11 Sep 2012 20:04:28 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201209112004.q8BK4Sbb022191@svn.freebsd.org> From: Olli Hauer Date: Tue, 11 Sep 2012 20:04:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304120 - head/www/mod_wsgi3 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 20:04:29 -0000 Author: ohauer Date: Tue Sep 11 20:04:28 2012 New Revision: 304120 URL: http://svn.freebsd.org/changeset/ports/304120 Log: - Upgrade www/mod_wsgi3 to 3.4. - adopt new Makefile header. PR: 171549 Submitted by: Douglas Thrift (maintainer) Modified: head/www/mod_wsgi3/Makefile head/www/mod_wsgi3/distinfo Modified: head/www/mod_wsgi3/Makefile ============================================================================== --- head/www/mod_wsgi3/Makefile Tue Sep 11 19:51:00 2012 (r304119) +++ head/www/mod_wsgi3/Makefile Tue Sep 11 20:04:28 2012 (r304120) @@ -1,17 +1,9 @@ -# New ports collection makefile for: mod_wsgi -# Date created: 07 April 2008 -# Whom: Douglas Thrift -# # $FreeBSD$ -# PORTNAME= mod_wsgi -PORTVERSION= 3.3 -PORTREVISION= 2 +PORTVERSION= 3.4 CATEGORIES= www python -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ - http://apt.douglasthrift.net/files/${PORTNAME}/ \ - http://code.douglasthrift.net/files/${PORTNAME}/ +MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} MAINTAINER= douglas@douglasthrift.net Modified: head/www/mod_wsgi3/distinfo ============================================================================== --- head/www/mod_wsgi3/distinfo Tue Sep 11 19:51:00 2012 (r304119) +++ head/www/mod_wsgi3/distinfo Tue Sep 11 20:04:28 2012 (r304120) @@ -1,2 +1,2 @@ -SHA256 (mod_wsgi-3.3.tar.gz) = d96e1078990484cfe5579df1e95dc73f009495e9c3f9a066b0983650bd9e3243 -SIZE (mod_wsgi-3.3.tar.gz) = 117930 +SHA256 (mod_wsgi-3.4.tar.gz) = ae85c98e9e146840ab3c3e4490e6774f9bef0f99b9f679fca786b2adb5b4b6e8 +SIZE (mod_wsgi-3.4.tar.gz) = 122739 From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 20:10:29 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 027CA106568C; Tue, 11 Sep 2012 20:10:29 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E16AE8FC23; Tue, 11 Sep 2012 20:10:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BKASnk023246; Tue, 11 Sep 2012 20:10:28 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BKASvH023243; Tue, 11 Sep 2012 20:10:28 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209112010.q8BKASvH023243@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Tue, 11 Sep 2012 20:10:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304121 - head/multimedia/py-periscope X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 20:10:29 -0000 Author: rm Date: Tue Sep 11 20:10:28 2012 New Revision: 304121 URL: http://svn.freebsd.org/changeset/ports/304121 Log: - correct py-beautifulsoup dependency. the current dependency will fail if user already head www/py-beautifulsoup (4.x) installed, while the port needs an exactly 3.2.x version. - bump PORTREVISION because of dependency change Approved by: portmgr (beat) Modified: head/multimedia/py-periscope/Makefile Modified: head/multimedia/py-periscope/Makefile ============================================================================== --- head/multimedia/py-periscope/Makefile Tue Sep 11 20:04:28 2012 (r304120) +++ head/multimedia/py-periscope/Makefile Tue Sep 11 20:10:28 2012 (r304121) @@ -6,7 +6,7 @@ PORTNAME= periscope PORTVERSION= 0.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ COMMENT= Subtitles searching module LICENSE= LGPL3 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=3.2.0:${PORTSDIR}/www/py-beautifulsoup32 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/BeautifulSoup.py:${PORTSDIR}/www/py-beautifulsoup32 BUILD_DEPENDS:= ${RUN_DEPENDS} USE_GNOME= desktopfileutils From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 20:16:20 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A739F1065673; Tue, 11 Sep 2012 20:16:20 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 92DFD8FC0C; Tue, 11 Sep 2012 20:16:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BKGKgn024295; Tue, 11 Sep 2012 20:16:20 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BKGKZU024293; Tue, 11 Sep 2012 20:16:20 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201209112016.q8BKGKZU024293@svn.freebsd.org> From: Jimmy Olgeni Date: Tue, 11 Sep 2012 20:16:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304122 - head/lang/erlang X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 20:16:20 -0000 Author: olgeni Date: Tue Sep 11 20:16:20 2012 New Revision: 304122 URL: http://svn.freebsd.org/changeset/ports/304122 Log: Add configuration check: DTRACE support on amd64 requires GCC46 to be enabled. Building with gcc version 4.2.1 20070831 causes an infinite loop while compiling erl_nif.c. Discovered by: Kenji Rikitake Modified: head/lang/erlang/Makefile Modified: head/lang/erlang/Makefile ============================================================================== --- head/lang/erlang/Makefile Tue Sep 11 20:10:28 2012 (r304121) +++ head/lang/erlang/Makefile Tue Sep 11 20:16:20 2012 (r304122) @@ -70,6 +70,10 @@ ERL_RELEASE= R${PORTVERSION:S/.//g:U} # probes fixed does not match the number of defined probes (54 != 132, # respectively)" you probably misconfigured DTrace in some way. +.if ${ARCH} == "amd64" && ${PORT_OPTIONS:MDTRACE} && ! ${PORT_OPTIONS:MGCC46} +IGNORE= DTRACE support on amd64 requires GCC46 option +.endif + .if ${PORT_OPTIONS:MGCC46} USE_GCC?= 4.6+ .endif From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 20:41:30 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 70719106566B; Tue, 11 Sep 2012 20:41:30 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5B9CC8FC08; Tue, 11 Sep 2012 20:41:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BKfU00028649; Tue, 11 Sep 2012 20:41:30 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BKfU1t028646; Tue, 11 Sep 2012 20:41:30 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201209112041.q8BKfU1t028646@svn.freebsd.org> From: Mark Linimon Date: Tue, 11 Sep 2012 20:41:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304123 - head/misc/compat9x X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 20:41:30 -0000 Author: linimon Date: Tue Sep 11 20:41:29 2012 New Revision: 304123 URL: http://svn.freebsd.org/changeset/ports/304123 Log: Fix cut-and-paste error. Modified: head/misc/compat9x/Makefile Modified: head/misc/compat9x/Makefile ============================================================================== --- head/misc/compat9x/Makefile Tue Sep 11 20:16:20 2012 (r304122) +++ head/misc/compat9x/Makefile Tue Sep 11 20:41:29 2012 (r304123) @@ -14,7 +14,7 @@ PKGNAMESUFFIX= -${ARCH} DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION} MAINTAINER= garga@FreeBSD.org -COMMENT= A convenience package to install the compat8x libraries +COMMENT= A convenience package to install the compat9x libraries USE_BZIP2= yes NO_BUILD= yes From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 20:45:44 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D79C106566C; Tue, 11 Sep 2012 20:45:44 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2EC088FC1D; Tue, 11 Sep 2012 20:45:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BKjiQd029502; Tue, 11 Sep 2012 20:45:44 GMT (envelope-from skreuzer@svn.freebsd.org) Received: (from skreuzer@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BKjhfY029497; Tue, 11 Sep 2012 20:45:43 GMT (envelope-from skreuzer@svn.freebsd.org) Message-Id: <201209112045.q8BKjhfY029497@svn.freebsd.org> From: Steven Kreuzer Date: Tue, 11 Sep 2012 20:45:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304124 - in head/devel: . R-cran-survival X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 20:45:44 -0000 Author: skreuzer Date: Tue Sep 11 20:45:43 2012 New Revision: 304124 URL: http://svn.freebsd.org/changeset/ports/304124 Log: Survival analysis: descriptive statistics, two-sample tests, parametric accelerated failure models, Cox model. Delayed entry (truncation) allowed for all models; interval censoring for parametric models. Case-cohort designs. WWW: http://cran.r-project.org/web/packages/survival/ Added: head/devel/R-cran-survival/ head/devel/R-cran-survival/Makefile (contents, props changed) head/devel/R-cran-survival/distinfo (contents, props changed) head/devel/R-cran-survival/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Sep 11 20:41:29 2012 (r304123) +++ head/devel/Makefile Tue Sep 11 20:45:43 2012 (r304124) @@ -22,6 +22,7 @@ SUBDIR += R-cran-proto SUBDIR += R-cran-reshape SUBDIR += R-cran-reshape2 + SUBDIR += R-cran-survival SUBDIR += SpecTcl SUBDIR += ZendOptimizer SUBDIR += aap Added: head/devel/R-cran-survival/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-survival/Makefile Tue Sep 11 20:45:43 2012 (r304124) @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= survival +DISTVERSION= 2.36-14 +CATEGORIES= devel +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= skreuzer@FreeBSD.org +COMMENT= Survival analysis, including penalised likelihood + +LICENSE= GPLv2 + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include Added: head/devel/R-cran-survival/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-survival/distinfo Tue Sep 11 20:45:43 2012 (r304124) @@ -0,0 +1,2 @@ +SHA256 (survival_2.36-14.tar.gz) = f424908c9a947924dc17fee24d09163b0e259838d43f7bf5f8ab3c77d1460d44 +SIZE (survival_2.36-14.tar.gz) = 1388320 Added: head/devel/R-cran-survival/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/R-cran-survival/pkg-descr Tue Sep 11 20:45:43 2012 (r304124) @@ -0,0 +1,6 @@ +Survival analysis: descriptive statistics, two-sample +tests, parametric accelerated failure models, Cox model. +Delayed entry (truncation) allowed for all models; interval +censoring for parametric models. Case-cohort designs. + +WWW: http://cran.r-project.org/web/packages/survival/ From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 20:56:32 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ED7E51065674; Tue, 11 Sep 2012 20:56:31 +0000 (UTC) (envelope-from garga.bsd@gmail.com) Received: from mail-gh0-f182.google.com (mail-gh0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6456D8FC15; Tue, 11 Sep 2012 20:56:30 +0000 (UTC) Received: by ghrr20 with SMTP id r20so219779ghr.13 for ; Tue, 11 Sep 2012 13:56:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=JeSC/gK7jVhg5GuzKnPRHgcpVkFEUC6/1n+3ehc52uo=; b=mVN5Bck5ehM96gjpiBveFbudlV541ajTIQCup2OJzWjR9aFE2ip9TxjDNbqBfMwHO6 ZgznqieeyC4WYQMv/lvXhVMfFfncQ9BMdOcpgz9t9MfLOIqaZ+6LLK68LtPkqWeSiIG6 uT0s5K+coxQcg/w2oWhf2QNF3qVh8xcYf8EM0YCuih4ywfRsMkgQ8cokXK+FupX6bY03 BJbwIFkHvvGiL/7mv+Zo55d875VNWVIVjl37QgJH9BxH5gnrWFlQSVzEBVVcDJwDAFF9 ftnjxCuu3xUX52QuV7SRq6AWG5hvh47obyutHFQq+thNcU/G51eSSXKOrNTx///HgK+X p7Nw== Received: by 10.101.49.7 with SMTP id b7mr5443826ank.10.1347396990430; Tue, 11 Sep 2012 13:56:30 -0700 (PDT) Received: from bluepex.com ([32.104.18.240]) by mx.google.com with ESMTPS id v5sm15580039anj.16.2012.09.11.13.56.27 (version=SSLv3 cipher=OTHER); Tue, 11 Sep 2012 13:56:29 -0700 (PDT) Sender: Renato Botelho Date: Tue, 11 Sep 2012 17:56:23 -0300 From: Renato Botelho To: Mark Linimon Message-ID: <20120911205622.GA7938@bluepex.com> Mail-Followup-To: Mark Linimon , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201209112041.q8BKfU1t028646@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ew6BAiZeqk4r7MaW" Content-Disposition: inline In-Reply-To: <201209112041.q8BKfU1t028646@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r304123 - head/misc/compat9x X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 20:56:32 -0000 --ew6BAiZeqk4r7MaW Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 11, 2012 at 08:41:30PM +0000, Mark Linimon wrote: > Author: linimon > Date: Tue Sep 11 20:41:29 2012 > New Revision: 304123 > URL: http://svn.freebsd.org/changeset/ports/304123 >=20 > Log: > Fix cut-and-paste error. Thanks Mark! --=20 Renato Botelho GnuPG Key: http://www.FreeBSD.org/~garga/pubkey.asc Time will end all my troubles, but I don't always approve of Time's methods. --ew6BAiZeqk4r7MaW Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlBPpXYACgkQ6CRbiSJE7akKUQCfS+3XTZTSJ+4JL0aAxqUJ6NLR WE0AnjvvAt+Kqhf4Lx0NoasnXpPpfZCk =xcgj -----END PGP SIGNATURE----- --ew6BAiZeqk4r7MaW-- From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 21:25:34 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 125BB106567A; Tue, 11 Sep 2012 21:25:34 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1574D8FC20; Tue, 11 Sep 2012 21:25:32 +0000 (UTC) Received: by eaak11 with SMTP id k11so538013eaa.13 for ; Tue, 11 Sep 2012 14:25:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=ScKgo/4mzMyfpiYWki/3f4yQBK90JTSfctxmYU6p/LE=; b=pe9TVPnrxCldeQ9GJDUCUwzPqNEw0YHTe9gAX7LqLfAuIF3DOPqjzHwq2OZKlg8TCk bdGxpj3TiX1ogx0qMNMBTT88RSxCbZKEc00mT8HPPSlvJWkXev3ad2VReEHRUsn3YRKq mAocCRv9M4zmEhQjecRe1WI0sH55rkZFZngppHu5QgxwyodkgGE8MeBm97VkoQRlSq5z Q5k+WhJfot5CuFeI9VVXji5WfALaG+39dNEcPhCR+UtirRqrNuWmE/RcRLsvZ59gVDyD mV4wsByzN6sDvccIBxR2euBd2ilP+9jZqwPIy5vl9KZfQRA0Tyq+mQs78+SQOf41Nqy9 hipw== Received: by 10.14.172.129 with SMTP id t1mr28060901eel.34.1347398732194; Tue, 11 Sep 2012 14:25:32 -0700 (PDT) Received: from ?IPv6:2001:470:28:4ba:bd0d:c674:d614:f7e2? ([2001:470:28:4ba:bd0d:c674:d614:f7e2]) by mx.google.com with ESMTPS id a7sm50490734eep.14.2012.09.11.14.25.29 (version=SSLv3 cipher=OTHER); Tue, 11 Sep 2012 14:25:31 -0700 (PDT) Message-ID: <504FAC49.2020801@gmail.com> Date: Wed, 12 Sep 2012 01:25:29 +0400 From: Yuri Pankov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 To: Emanuel Haupt References: <201209082302.q88N2eBL067452@svn.freebsd.org> In-Reply-To: <201209082302.q88N2eBL067452@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r303937 - head/deskutils/xfce4-notification-daemon X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 21:25:34 -0000 On Sat, 8 Sep 2012 23:02:40 +0000 (UTC), Emanuel Haupt wrote: > Author: ehaupt > Date: Sat Sep 8 23:02:40 2012 > New Revision: 303937 > URL: http://svn.freebsd.org/changeset/ports/303937 > > Log: > - Use OPTIONSng > - Remove deprecated header information > > Modified: > head/deskutils/xfce4-notification-daemon/Makefile > > Modified: head/deskutils/xfce4-notification-daemon/Makefile > ============================================================================== > --- head/deskutils/xfce4-notification-daemon/Makefile Sat Sep 8 22:56:22 2012 (r303936) > +++ head/deskutils/xfce4-notification-daemon/Makefile Sat Sep 8 23:02:40 2012 (r303937) > @@ -1,9 +1,4 @@ > -# New ports collection makefile for: notification-daemon > -# Date created: 16 Nov 2007 > -# Whom: Emanuel Haupt > -# > # $FreeBSD$ > -# > > PORTNAME= notification-daemon > PORTVERSION= 0.3.7 > @@ -20,8 +15,8 @@ COMMENT= Port of Gnome's notification-da > LICENSE= GPLv2 > > BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser > -LIB_DEPENDS= sexy.2:${PORTSDIR}/x11-toolkits/libsexy \ > - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib > +LIB_DEPENDS= sexy:${PORTSDIR}/x11-toolkits/libsexy \ > + dbus-glib:${PORTSDIR}/devel/dbus-glib While using 'dbus-glib' seems to work (due to the way LIB_DEPENDS are currently checked), the correct shlib name is 'dbus-glib-1'. From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 21:25:50 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E2F911065670; Tue, 11 Sep 2012 21:25:50 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B44158FC16; Tue, 11 Sep 2012 21:25:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BLPoF9035876; Tue, 11 Sep 2012 21:25:50 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BLPoLo035871; Tue, 11 Sep 2012 21:25:50 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201209112125.q8BLPoLo035871@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Tue, 11 Sep 2012 21:25:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304125 - in head/math/sage: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 21:25:51 -0000 Author: stephen Date: Tue Sep 11 21:25:50 2012 New Revision: 304125 URL: http://svn.freebsd.org/changeset/ports/304125 Log: - Update to 5.3. Modified: head/math/sage/Makefile head/math/sage/distinfo head/math/sage/files/spkg-patch-gap_-_patches_sysfiles.c head/math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py Modified: head/math/sage/Makefile ============================================================================== --- head/math/sage/Makefile Tue Sep 11 20:45:43 2012 (r304124) +++ head/math/sage/Makefile Tue Sep 11 21:25:50 2012 (r304125) @@ -6,7 +6,7 @@ # PORTNAME= sage -PORTVERSION= 5.2 +PORTVERSION= 5.3 CATEGORIES= math MASTER_SITES= http://boxen.math.washington.edu/home/sagemath/sage-mirror/src/ \ http://mirrors.xmission.com/sage/src/ \ @@ -54,8 +54,6 @@ CFLAGS:= ${CFLAGS:C/^-O.*$//} FFLAGS:= ${CFLAGS:C/^-O.*$//} MAKE_ENV+= SAGE_PORT=yes \ - SAGE_FORTRAN=${LOCALBASE}/bin/${FC} \ - SAGE_FORTRAN_LIB=${LOCALBASE}/lib/gcc${GCC_DEFAULT_V}/libgfortran.so \ SAGE_ATLAS_LIB=${LOCALBASE}/lib \ DOT_SAGE=${WRKSRC}/tmp/.sage \ SAGE_FAT_BINARY=yes Modified: head/math/sage/distinfo ============================================================================== --- head/math/sage/distinfo Tue Sep 11 20:45:43 2012 (r304124) +++ head/math/sage/distinfo Tue Sep 11 21:25:50 2012 (r304125) @@ -1,2 +1,2 @@ -SHA256 (sage-5.2.tar) = ad1e05c3583ce3bb99bb45c73a716abd49f6c82dac82a2d127bd970135cba555 -SIZE (sage-5.2.tar) = 328622080 +SHA256 (sage-5.3.tar) = ee7de94a1fba53911f739662654913b668756b03e3a0b2c7fc6b7580b6280d7d +SIZE (sage-5.3.tar) = 325017600 Modified: head/math/sage/files/spkg-patch-gap_-_patches_sysfiles.c ============================================================================== --- head/math/sage/files/spkg-patch-gap_-_patches_sysfiles.c Tue Sep 11 20:45:43 2012 (r304124) +++ head/math/sage/files/spkg-patch-gap_-_patches_sysfiles.c Tue Sep 11 21:25:50 2012 (r304125) @@ -1,5 +1,5 @@ --- gap-4.4.12.p6/patches/sysfiles.c.orig 2010-04-29 01:30:00.000000000 +1000 -+++ gap-4.4.12.p7/patches/sysfiles.c 2010-07-26 05:25:58.334562226 +1000 ++++ gap-4.4.12.p8/patches/sysfiles.c 2010-07-26 05:25:58.334562226 +1000 @@ -1524,7 +1524,7 @@ ** to cooked mode before stopping GAP and back to raw mode when continueing. */ Modified: head/math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py ============================================================================== --- head/math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py Tue Sep 11 20:45:43 2012 (r304124) +++ head/math/sage/files/spkg-patch-sage_-_sage_misc_getusage.py Tue Sep 11 21:25:50 2012 (r304125) @@ -1,5 +1,5 @@ --- sage-5.0.beta13/sage/misc/getusage.py-orig 2012-04-11 00:14:47.000000000 +0000 -+++ sage-5.2/sage/misc/getusage.py 2012-04-11 00:47:03.000000000 +0000 ++++ sage-5.3/sage/misc/getusage.py 2012-04-11 00:47:03.000000000 +0000 @@ -20,6 +20,8 @@ """ Return the 'top' or 'prstat' line that contains this running Sage From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 21:59:23 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BE0F4106566B; Tue, 11 Sep 2012 21:59:23 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9ED488FC08; Tue, 11 Sep 2012 21:59:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8BLxNwW041019; Tue, 11 Sep 2012 21:59:23 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8BLxNfV041011; Tue, 11 Sep 2012 21:59:23 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201209112159.q8BLxNfV041011@svn.freebsd.org> From: Jimmy Olgeni Date: Tue, 11 Sep 2012 21:59:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304126 - in head/x11-fm/rox-session: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 21:59:23 -0000 Author: olgeni Date: Tue Sep 11 21:59:23 2012 New Revision: 304126 URL: http://svn.freebsd.org/changeset/ports/304126 Log: Upgrade to version 0.40.0 and add OptionsNG support. PR: ports/171513 Submitted by: nemysis Added: head/x11-fm/rox-session/files/patch-setup.py (contents, props changed) Deleted: head/x11-fm/rox-session/files/patch-ROX-Session_setup.py Modified: head/x11-fm/rox-session/Makefile (contents, props changed) head/x11-fm/rox-session/distinfo (contents, props changed) head/x11-fm/rox-session/files/rox-session.in (contents, props changed) head/x11-fm/rox-session/files/rox.desktop.in (contents, props changed) head/x11-fm/rox-session/pkg-descr (contents, props changed) head/x11-fm/rox-session/pkg-plist (contents, props changed) Modified: head/x11-fm/rox-session/Makefile ============================================================================== --- head/x11-fm/rox-session/Makefile Tue Sep 11 21:25:50 2012 (r304125) +++ head/x11-fm/rox-session/Makefile Tue Sep 11 21:59:23 2012 (r304126) @@ -5,30 +5,38 @@ # $FreeBSD$ PORTNAME= rox-session -PORTVERSION= 0.30 -PORTREVISION= 4 +PORTVERSION= 0.40.0 CATEGORIES= x11-fm -MASTER_SITES= SF/rox/ROX-Session/${PORTVERSION} -DISTNAME= rox-session-${PORTVERSION} +MASTER_SITES= SF/rox/ROX-Session/${PORTVERSION}/ MAINTAINER= olgeni@FreeBSD.org -COMMENT= A session manager for the ROX desktop +COMMENT= Simple session manager for the ROX desktop +LICENSE= GPLv2 + +LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \ ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib -USE_BZIP2= yes -USE_PYTHON= yes +WRKSRC= ${WRKDIR}/ROX-Session +DATADIR= ${PREFIX}/apps/ROX-Session -SUB_FILES= rox-session rox.desktop +USE_GNOME= gtk20 libxml2 +USE_XORG= x11 xext xtst xxf86vm +USE_PYTHON= yes -.include +PORTDOCS= Changes DBUS-API README -.if exists(${LOCALBASE}/sbin/gdm) -WITH_GDM= yes +.if !exists(${LOCALBASE}/sbin/gdm) +OPTIONS_DEFINE= GDM +GDM_DESC= Install GDM login manager .endif -.if defined(WITH_GDM) +SUB_FILES= ${PORTNAME} rox.desktop + +.include + +.if ${PORT_OPTIONS:MGDM} RUN_DEPENDS+= ${LOCALBASE}/sbin/gdm:${PORTSDIR}/x11/gdm PLIST_SUB+= GDM="" .else @@ -36,19 +44,23 @@ PLIST_SUB+= GDM="@comment " .endif post-patch: - @${FIND} ${WRKSRC} -name *.orig | ${XARGS} ${RM} + @${FIND} ${WRKSRC} -name "*.orig" -delete do-build: @${PYTHON_CMD} -m compileall ${WRKSRC} @${PYTHON_CMD} -O -m compileall ${WRKSRC} + @cd ${WRKSRC} && ./AppRun --compile do-install: - @${MKDIR} ${PREFIX}/apps - @${CP} -r ${WRKSRC}/ROX-Session ${PREFIX}/apps/ - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/apps/ROX-Session - @${INSTALL_SCRIPT} ${WRKDIR}/rox-session ${PREFIX}/sbin -.if defined(WITH_GDM) - @${INSTALL_DATA} ${WRKDIR}/rox.desktop ${PREFIX}/etc/dm/Sessions + @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin + @cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdmu ${DATADIR} + @${MKDIR} ${PREFIX}/share/applications + @${INSTALL_DATA} ${WRKDIR}/rox.desktop ${PREFIX}/share/applications +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} +.for f in ${PORTDOCS} + @${INSTALL_DATA} ${WRKSRC}/Help/${f} ${DOCSDIR} +.endfor .endif -.include +.include Modified: head/x11-fm/rox-session/distinfo ============================================================================== --- head/x11-fm/rox-session/distinfo Tue Sep 11 21:25:50 2012 (r304125) +++ head/x11-fm/rox-session/distinfo Tue Sep 11 21:59:23 2012 (r304126) @@ -1,2 +1,2 @@ -SHA256 (rox-session-0.30.tar.bz2) = c58f861aae4796a5191ee9a471fca9b8ac30978af954316ec1f650f5a1c336bd -SIZE (rox-session-0.30.tar.bz2) = 131563 +SHA256 (rox-session-0.40.0.tar.gz) = 96810f80226d85ba120724528c07331f0e9b89f814825c08bb03d650a8254e96 +SIZE (rox-session-0.40.0.tar.gz) = 203282 Added: head/x11-fm/rox-session/files/patch-setup.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-fm/rox-session/files/patch-setup.py Tue Sep 11 21:59:23 2012 (r304126) @@ -0,0 +1,13 @@ +--- setup.py.orig 2008-04-13 18:36:56.000000000 +0200 ++++ setup.py 2012-09-09 17:11:39.000000000 +0200 +@@ -137,7 +137,9 @@ + try: + session_dirs = ['/etc/X11/sessions', '/etc/dm/Sessions', + '/etc/X11/dm/Sessions', '/usr/share/xsessions', +- '/opt/kde3/share/apps/kdm/sessions'] ++ '/opt/kde3/share/apps/kdm/sessions', ++ '/usr/local/share/applications', ++ '/usr/local/etc/dm/Sessions'] + # TODO: more guesses about where KDE is installed, /opt/kde3 + # works for SuSE 9.2 + for d in session_dirs: Modified: head/x11-fm/rox-session/files/rox-session.in ============================================================================== --- head/x11-fm/rox-session/files/rox-session.in Tue Sep 11 21:25:50 2012 (r304125) +++ head/x11-fm/rox-session/files/rox-session.in Tue Sep 11 21:59:23 2012 (r304126) @@ -1,3 +1,7 @@ #!/bin/sh +# +# $FreeBSD$ -exec %%PREFIX%%/apps/ROX-Session/AppRun -w < /dev/null +echo "ROX Session: Starting up..." +cd "%%DATADIR%%" +./AppRun -w < /dev/null Modified: head/x11-fm/rox-session/files/rox.desktop.in ============================================================================== --- head/x11-fm/rox-session/files/rox.desktop.in Tue Sep 11 21:25:50 2012 (r304125) +++ head/x11-fm/rox-session/files/rox.desktop.in Tue Sep 11 21:59:23 2012 (r304126) @@ -1,6 +1,6 @@ [Desktop Entry] Encoding=UTF-8 Name=ROX -Comment=This session logs you into the ROX desktop -Exec=%%PREFIX%%/sbin/rox-session +Comment=This session logs you into the ROX Desktop +Exec=%%PREFIX%%/bin/rox-session Type=Application Modified: head/x11-fm/rox-session/pkg-descr ============================================================================== --- head/x11-fm/rox-session/pkg-descr Tue Sep 11 21:25:50 2012 (r304125) +++ head/x11-fm/rox-session/pkg-descr Tue Sep 11 21:59:23 2012 (r304126) @@ -1,5 +1,7 @@ -ROX-Filer is a simple and easy to use graphical -file manager for X11. This ports adds session -management capabilities to ROX-Filer. +ROX-Session is a simple session manager. +It loads, runs any programs you asked it to, and then quits when you run it +a second time (thus ending your session). It does not display any windows +until you ask it to quit. -WWW: http://rox.sourceforge.net/rox_session.php3 +WWW: http://roscidus.com/desktop/ROX-Session +WWW: http://rox.sourceforge.net/rox_session.html Modified: head/x11-fm/rox-session/pkg-plist ============================================================================== --- head/x11-fm/rox-session/pkg-plist Tue Sep 11 21:25:50 2012 (r304125) +++ head/x11-fm/rox-session/pkg-plist Tue Sep 11 21:59:23 2012 (r304126) @@ -4,116 +4,130 @@ apps/ROX-Session/AppRun apps/ROX-Session/AutoStart.py apps/ROX-Session/AutoStart.pyc apps/ROX-Session/AutoStart.pyo -apps/ROX-Session/Environment.py -apps/ROX-Session/Environment.pyc -apps/ROX-Session/Environment.pyo +apps/ROX-Session/Environment apps/ROX-Session/Help/COPYING apps/ROX-Session/Help/Changes apps/ROX-Session/Help/DBUS-API apps/ROX-Session/Help/README apps/ROX-Session/Login -apps/ROX-Session/Messages/da.gmo -apps/ROX-Session/Messages/da.po -apps/ROX-Session/Messages/de.gmo -apps/ROX-Session/Messages/de.po -apps/ROX-Session/Messages/dist -apps/ROX-Session/Messages/es.gmo -apps/ROX-Session/Messages/es.po -apps/ROX-Session/Messages/fr.gmo -apps/ROX-Session/Messages/fr.po -apps/ROX-Session/Messages/it.gmo -apps/ROX-Session/Messages/it.po -apps/ROX-Session/Messages/ja.gmo -apps/ROX-Session/Messages/ja.po -apps/ROX-Session/Messages/lt.gmo -apps/ROX-Session/Messages/lt.po -apps/ROX-Session/Messages/nl.gmo -apps/ROX-Session/Messages/nl.po -apps/ROX-Session/Messages/pt_BR.gmo -apps/ROX-Session/Messages/pt_BR.po -apps/ROX-Session/Messages/ru.gmo -apps/ROX-Session/Messages/ru.po -apps/ROX-Session/Messages/tips.py -apps/ROX-Session/Messages/tips.pyc -apps/ROX-Session/Messages/tips.pyo -apps/ROX-Session/Messages/update-po -apps/ROX-Session/Messages/zh_CN.gmo -apps/ROX-Session/Messages/zh_CN.po -apps/ROX-Session/Messages/zh_TW.gmo -apps/ROX-Session/Messages/zh_TW.po apps/ROX-Session/Options.xml +apps/ROX-Session/ROX-Session +apps/ROX-Session/ROX-Session.dbg apps/ROX-Session/ROX-Session.xml apps/ROX-Session/RunROX apps/ROX-Session/SetupPanel apps/ROX-Session/Styles apps/ROX-Session/browser -apps/ROX-Session/children.py -apps/ROX-Session/children.pyc -apps/ROX-Session/children.pyo -apps/ROX-Session/constants.py -apps/ROX-Session/constants.pyc -apps/ROX-Session/constants.pyo -apps/ROX-Session/env_helper.py -apps/ROX-Session/env_helper.pyc -apps/ROX-Session/env_helper.pyo +apps/ROX-Session/build/Makefile +apps/ROX-Session/build/choices.o +apps/ROX-Session/build/config.h +apps/ROX-Session/build/config.log +apps/ROX-Session/build/config.status +apps/ROX-Session/build/dbus.o +apps/ROX-Session/build/dpms.o +apps/ROX-Session/build/gui_support.o +apps/ROX-Session/build/i18n.o +apps/ROX-Session/build/log.o +apps/ROX-Session/build/main.o +apps/ROX-Session/build/options.o +apps/ROX-Session/build/rox_gettext.o +apps/ROX-Session/build/session.o +apps/ROX-Session/build/settings.o +apps/ROX-Session/build/wm.o +apps/ROX-Session/build/xdgautostart.o +apps/ROX-Session/build/xkb.o +apps/ROX-Session/build/xsettings-common.o +apps/ROX-Session/build/xsettings-manager.o +apps/ROX-Session/choose_wm.py +apps/ROX-Session/choose_wm.pyc +apps/ROX-Session/choose_wm.pyo apps/ROX-Session/findrox.py apps/ROX-Session/findrox.pyc apps/ROX-Session/findrox.pyo +apps/ROX-Session/gdm.py +apps/ROX-Session/gdm.pyc +apps/ROX-Session/gdm.pyo apps/ROX-Session/images/rox-halt.png apps/ROX-Session/images/rox-suspend.png apps/ROX-Session/interactive.py apps/ROX-Session/interactive.pyc apps/ROX-Session/interactive.pyo -apps/ROX-Session/log.py -apps/ROX-Session/log.pyc -apps/ROX-Session/log.pyo apps/ROX-Session/logout.py apps/ROX-Session/logout.pyc apps/ROX-Session/logout.pyo -apps/ROX-Session/main.py -apps/ROX-Session/main.pyc -apps/ROX-Session/main.pyo -apps/ROX-Session/mydbus.py -apps/ROX-Session/mydbus.pyc -apps/ROX-Session/mydbus.pyo -apps/ROX-Session/mylogging.py -apps/ROX-Session/mylogging.pyc -apps/ROX-Session/mylogging.pyo -apps/ROX-Session/session.py -apps/ROX-Session/session.pyc -apps/ROX-Session/session.pyo -apps/ROX-Session/session_dbus.py -apps/ROX-Session/session_dbus.pyc -apps/ROX-Session/session_dbus.pyo -apps/ROX-Session/settings.py -apps/ROX-Session/settings.pyc -apps/ROX-Session/settings.pyo -apps/ROX-Session/settings3x.py -apps/ROX-Session/settings3x.pyc -apps/ROX-Session/settings3x.pyo +apps/ROX-Session/makedist.sh +apps/ROX-Session/migrate.py +apps/ROX-Session/migrate.pyc +apps/ROX-Session/migrate.pyo +apps/ROX-Session/sessionbus.py +apps/ROX-Session/sessionbus.pyc +apps/ROX-Session/sessionbus.pyo apps/ROX-Session/setup.py apps/ROX-Session/setup.pyc apps/ROX-Session/setup.pyo -apps/ROX-Session/tests/testutils.py -apps/ROX-Session/tests/testutils.pyc -apps/ROX-Session/tests/testutils.pyo -apps/ROX-Session/utils.py -apps/ROX-Session/utils.pyc -apps/ROX-Session/utils.pyo -apps/ROX-Session/wm.py -apps/ROX-Session/wm.pyc -apps/ROX-Session/wm.pyo -apps/ROX-Session/xsettings.py -apps/ROX-Session/xsettings.pyc -apps/ROX-Session/xsettings.pyo -apps/ROX-Session/xxmlrpc.py -apps/ROX-Session/xxmlrpc.pyc -apps/ROX-Session/xxmlrpc.pyo -%%GDM%%etc/dm/Sessions/rox.desktop -sbin/rox-session -@dirrm apps/ROX-Session/tests +apps/ROX-Session/src/Makefile +apps/ROX-Session/src/Makefile.in +apps/ROX-Session/src/choices.c +apps/ROX-Session/src/choices.h +apps/ROX-Session/src/config.h.in +apps/ROX-Session/src/configure +apps/ROX-Session/src/configure.in +apps/ROX-Session/src/dbus.c +apps/ROX-Session/src/dbus.h +apps/ROX-Session/src/dpms.c +apps/ROX-Session/src/dpms.h +apps/ROX-Session/src/global.h +apps/ROX-Session/src/gui_support.c +apps/ROX-Session/src/gui_support.h +apps/ROX-Session/src/i18n.c +apps/ROX-Session/src/i18n.h +apps/ROX-Session/src/log.c +apps/ROX-Session/src/log.h +apps/ROX-Session/src/main.c +apps/ROX-Session/src/main.h +apps/ROX-Session/src/options.c +apps/ROX-Session/src/options.h +apps/ROX-Session/src/po/da.po +apps/ROX-Session/src/po/de.po +apps/ROX-Session/src/po/dist +apps/ROX-Session/src/po/es.po +apps/ROX-Session/src/po/fr.po +apps/ROX-Session/src/po/it.po +apps/ROX-Session/src/po/ja.po +apps/ROX-Session/src/po/lt.po +apps/ROX-Session/src/po/make-mo +apps/ROX-Session/src/po/nl.po +apps/ROX-Session/src/po/pt_BR.po +apps/ROX-Session/src/po/ru.po +apps/ROX-Session/src/po/tips.py +apps/ROX-Session/src/po/tips.pyc +apps/ROX-Session/src/po/tips.pyo +apps/ROX-Session/src/po/update-po +apps/ROX-Session/src/po/zh_CN.po +apps/ROX-Session/src/po/zh_TW.po +apps/ROX-Session/src/rox_gettext.c +apps/ROX-Session/src/rox_gettext.h +apps/ROX-Session/src/session.c +apps/ROX-Session/src/session.h +apps/ROX-Session/src/settings.c +apps/ROX-Session/src/settings.h +apps/ROX-Session/src/wm.c +apps/ROX-Session/src/wm.h +apps/ROX-Session/src/xdgautostart.c +apps/ROX-Session/src/xdgautostart.h +apps/ROX-Session/src/xkb.c +apps/ROX-Session/src/xkb.h +apps/ROX-Session/src/xsettings-common.c +apps/ROX-Session/src/xsettings-common.h +apps/ROX-Session/src/xsettings-manager.c +apps/ROX-Session/src/xsettings-manager.h +bin/rox-session +share/applications/rox.desktop +@dirrmtry share/applications +@dirrm apps/ROX-Session/src/po +@dirrm apps/ROX-Session/src @dirrm apps/ROX-Session/images -@dirrm apps/ROX-Session/Messages +@dirrm apps/ROX-Session/build @dirrm apps/ROX-Session/Help @dirrm apps/ROX-Session @dirrmtry apps From owner-svn-ports-all@FreeBSD.ORG Tue Sep 11 22:44:06 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 932B31065670; Tue, 11 Sep 2012 22:44:06 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9152A8FC12; Tue, 11 Sep 2012 22:44:05 +0000 (UTC) Received: by eaak11 with SMTP id k11so560198eaa.13 for ; Tue, 11 Sep 2012 15:44:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=mgi+ekROY/ZsSyej4aT6WqMXtafG16jFJ7g/VJaAX+A=; b=beBL37W0HQBLRoyCPOZ1IxE6pEOj+HmxAWHlSLgBJOJitTO4G2UxMsU/1PxS6c/oPN Nu3wWCArZst9+bHhNOJkdelKTRJB96dGp+yiXYlWtmxf28IHxgX1YGltP2ttGxac2BRu cuuVh9h1ek0tC/rRhXjSmXH3BTNolcVaFU8cB/BiMob4sPoJXKnESBP3D9ziZ61Xc7T4 QP7pMS2UjCvwX7Jxdz5nNE+nsRZk/n+gP2j/BfjQqfK8KJYRSHSUuiXPYYk3CiDWqeFA Z8wIM94DvPMbczMOAnRNHVZ+kU6fiPNBP9+ePY2Cj5GfpApDSN4Xvh3rcvNoUa0oNMqR fkug== Received: by 10.14.225.200 with SMTP id z48mr27859801eep.39.1347403444658; Tue, 11 Sep 2012 15:44:04 -0700 (PDT) Received: from ?IPv6:2001:470:28:4ba:bd0d:c674:d614:f7e2? ([2001:470:28:4ba:bd0d:c674:d614:f7e2]) by mx.google.com with ESMTPS id u47sm50895251eeo.9.2012.09.11.15.44.01 (version=SSLv3 cipher=OTHER); Tue, 11 Sep 2012 15:44:03 -0700 (PDT) Message-ID: <504FBEAD.8060800@gmail.com> Date: Wed, 12 Sep 2012 02:43:57 +0400 From: Yuri Pankov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: Jimmy Olgeni References: <201209112159.q8BLxNfV041011@svn.freebsd.org> In-Reply-To: <201209112159.q8BLxNfV041011@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r304126 - in head/x11-fm/rox-session: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 22:44:06 -0000 On Tue, 11 Sep 2012 21:59:23 +0000 (UTC), Jimmy Olgeni wrote: > Author: olgeni > Date: Tue Sep 11 21:59:23 2012 > New Revision: 304126 > URL: http://svn.freebsd.org/changeset/ports/304126 > > Log: > Upgrade to version 0.40.0 and add OptionsNG support. > > PR: ports/171513 > Submitted by: nemysis > > Added: > head/x11-fm/rox-session/files/patch-setup.py (contents, props changed) > Deleted: > head/x11-fm/rox-session/files/patch-ROX-Session_setup.py > Modified: > head/x11-fm/rox-session/Makefile (contents, props changed) > head/x11-fm/rox-session/distinfo (contents, props changed) > head/x11-fm/rox-session/files/rox-session.in (contents, props changed) > head/x11-fm/rox-session/files/rox.desktop.in (contents, props changed) > head/x11-fm/rox-session/pkg-descr (contents, props changed) > head/x11-fm/rox-session/pkg-plist (contents, props changed) > > Modified: head/x11-fm/rox-session/Makefile > ============================================================================== > --- head/x11-fm/rox-session/Makefile Tue Sep 11 21:25:50 2012 (r304125) > +++ head/x11-fm/rox-session/Makefile Tue Sep 11 21:59:23 2012 (r304126) > @@ -5,30 +5,38 @@ > # $FreeBSD$ > > PORTNAME= rox-session > -PORTVERSION= 0.30 > -PORTREVISION= 4 > +PORTVERSION= 0.40.0 > CATEGORIES= x11-fm > -MASTER_SITES= SF/rox/ROX-Session/${PORTVERSION} > -DISTNAME= rox-session-${PORTVERSION} > +MASTER_SITES= SF/rox/ROX-Session/${PORTVERSION}/ > > MAINTAINER= olgeni@FreeBSD.org > -COMMENT= A session manager for the ROX desktop > +COMMENT= Simple session manager for the ROX desktop > > +LICENSE= GPLv2 > + > +LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib > RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \ > ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib > > -USE_BZIP2= yes > -USE_PYTHON= yes > +WRKSRC= ${WRKDIR}/ROX-Session > +DATADIR= ${PREFIX}/apps/ROX-Session > > -SUB_FILES= rox-session rox.desktop > +USE_GNOME= gtk20 libxml2 > +USE_XORG= x11 xext xtst xxf86vm > +USE_PYTHON= yes > > -.include > +PORTDOCS= Changes DBUS-API README > > -.if exists(${LOCALBASE}/sbin/gdm) > -WITH_GDM= yes > +.if !exists(${LOCALBASE}/sbin/gdm) > +OPTIONS_DEFINE= GDM > +GDM_DESC= Install GDM login manager > .endif > > -.if defined(WITH_GDM) > +SUB_FILES= ${PORTNAME} rox.desktop > + > +.include > + > +.if ${PORT_OPTIONS:MGDM} > RUN_DEPENDS+= ${LOCALBASE}/sbin/gdm:${PORTSDIR}/x11/gdm > PLIST_SUB+= GDM="" > .else > @@ -36,19 +44,23 @@ PLIST_SUB+= GDM="@comment " > .endif > > post-patch: > - @${FIND} ${WRKSRC} -name *.orig | ${XARGS} ${RM} > + @${FIND} ${WRKSRC} -name "*.orig" -delete > > do-build: > @${PYTHON_CMD} -m compileall ${WRKSRC} > @${PYTHON_CMD} -O -m compileall ${WRKSRC} > + @cd ${WRKSRC} && ./AppRun --compile > > do-install: > - @${MKDIR} ${PREFIX}/apps > - @${CP} -r ${WRKSRC}/ROX-Session ${PREFIX}/apps/ > - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/apps/ROX-Session > - @${INSTALL_SCRIPT} ${WRKDIR}/rox-session ${PREFIX}/sbin > -.if defined(WITH_GDM) > - @${INSTALL_DATA} ${WRKDIR}/rox.desktop ${PREFIX}/etc/dm/Sessions > + @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin > + @cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdmu ${DATADIR} > + @${MKDIR} ${PREFIX}/share/applications > + @${INSTALL_DATA} ${WRKDIR}/rox.desktop ${PREFIX}/share/applications > +.if ${PORT_OPTIONS:MDOCS} > + @${MKDIR} ${DOCSDIR} > +.for f in ${PORTDOCS} > + @${INSTALL_DATA} ${WRKSRC}/Help/${f} ${DOCSDIR} > +.endfor > .endif > > -.include > +.include > > Modified: head/x11-fm/rox-session/distinfo > ============================================================================== > --- head/x11-fm/rox-session/distinfo Tue Sep 11 21:25:50 2012 (r304125) > +++ head/x11-fm/rox-session/distinfo Tue Sep 11 21:59:23 2012 (r304126) > @@ -1,2 +1,2 @@ > -SHA256 (rox-session-0.30.tar.bz2) = c58f861aae4796a5191ee9a471fca9b8ac30978af954316ec1f650f5a1c336bd > -SIZE (rox-session-0.30.tar.bz2) = 131563 > +SHA256 (rox-session-0.40.0.tar.gz) = 96810f80226d85ba120724528c07331f0e9b89f814825c08bb03d650a8254e96 > +SIZE (rox-session-0.40.0.tar.gz) = 203282 > > Added: head/x11-fm/rox-session/files/patch-setup.py > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/x11-fm/rox-session/files/patch-setup.py Tue Sep 11 21:59:23 2012 (r304126) > @@ -0,0 +1,13 @@ > +--- setup.py.orig 2008-04-13 18:36:56.000000000 +0200 > ++++ setup.py 2012-09-09 17:11:39.000000000 +0200 > +@@ -137,7 +137,9 @@ > + try: > + session_dirs = ['/etc/X11/sessions', '/etc/dm/Sessions', > + '/etc/X11/dm/Sessions', '/usr/share/xsessions', > +- '/opt/kde3/share/apps/kdm/sessions'] > ++ '/opt/kde3/share/apps/kdm/sessions', > ++ '/usr/local/share/applications', > ++ '/usr/local/etc/dm/Sessions'] > + # TODO: more guesses about where KDE is installed, /opt/kde3 > + # works for SuSE 9.2 > + for d in session_dirs: > > Modified: head/x11-fm/rox-session/files/rox-session.in > ============================================================================== > --- head/x11-fm/rox-session/files/rox-session.in Tue Sep 11 21:25:50 2012 (r304125) > +++ head/x11-fm/rox-session/files/rox-session.in Tue Sep 11 21:59:23 2012 (r304126) > @@ -1,3 +1,7 @@ > #!/bin/sh > +# > +# $FreeBSD$ > > -exec %%PREFIX%%/apps/ROX-Session/AppRun -w < /dev/null > +echo "ROX Session: Starting up..." > +cd "%%DATADIR%%" > +./AppRun -w < /dev/null > > Modified: head/x11-fm/rox-session/files/rox.desktop.in > ============================================================================== > --- head/x11-fm/rox-session/files/rox.desktop.in Tue Sep 11 21:25:50 2012 (r304125) > +++ head/x11-fm/rox-session/files/rox.desktop.in Tue Sep 11 21:59:23 2012 (r304126) > @@ -1,6 +1,6 @@ > [Desktop Entry] > Encoding=UTF-8 > Name=ROX > -Comment=This session logs you into the ROX desktop > -Exec=%%PREFIX%%/sbin/rox-session > +Comment=This session logs you into the ROX Desktop > +Exec=%%PREFIX%%/bin/rox-session > Type=Application > > Modified: head/x11-fm/rox-session/pkg-descr > ============================================================================== > --- head/x11-fm/rox-session/pkg-descr Tue Sep 11 21:25:50 2012 (r304125) > +++ head/x11-fm/rox-session/pkg-descr Tue Sep 11 21:59:23 2012 (r304126) > @@ -1,5 +1,7 @@ > -ROX-Filer is a simple and easy to use graphical > -file manager for X11. This ports adds session > -management capabilities to ROX-Filer. > +ROX-Session is a simple session manager. > +It loads, runs any programs you asked it to, and then quits when you run it > +a second time (thus ending your session). It does not display any windows > +until you ask it to quit. > > -WWW: http://rox.sourceforge.net/rox_session.php3 > +WWW: http://roscidus.com/desktop/ROX-Session > +WWW: http://rox.sourceforge.net/rox_session.html > > Modified: head/x11-fm/rox-session/pkg-plist > ============================================================================== > --- head/x11-fm/rox-session/pkg-plist Tue Sep 11 21:25:50 2012 (r304125) > +++ head/x11-fm/rox-session/pkg-plist Tue Sep 11 21:59:23 2012 (r304126) > @@ -4,116 +4,130 @@ apps/ROX-Session/AppRun > apps/ROX-Session/AutoStart.py > apps/ROX-Session/AutoStart.pyc > apps/ROX-Session/AutoStart.pyo > -apps/ROX-Session/Environment.py > -apps/ROX-Session/Environment.pyc > -apps/ROX-Session/Environment.pyo > +apps/ROX-Session/Environment > apps/ROX-Session/Help/COPYING > apps/ROX-Session/Help/Changes > apps/ROX-Session/Help/DBUS-API > apps/ROX-Session/Help/README > apps/ROX-Session/Login > -apps/ROX-Session/Messages/da.gmo > -apps/ROX-Session/Messages/da.po > -apps/ROX-Session/Messages/de.gmo > -apps/ROX-Session/Messages/de.po > -apps/ROX-Session/Messages/dist > -apps/ROX-Session/Messages/es.gmo > -apps/ROX-Session/Messages/es.po > -apps/ROX-Session/Messages/fr.gmo > -apps/ROX-Session/Messages/fr.po > -apps/ROX-Session/Messages/it.gmo > -apps/ROX-Session/Messages/it.po > -apps/ROX-Session/Messages/ja.gmo > -apps/ROX-Session/Messages/ja.po > -apps/ROX-Session/Messages/lt.gmo > -apps/ROX-Session/Messages/lt.po > -apps/ROX-Session/Messages/nl.gmo > -apps/ROX-Session/Messages/nl.po > -apps/ROX-Session/Messages/pt_BR.gmo > -apps/ROX-Session/Messages/pt_BR.po > -apps/ROX-Session/Messages/ru.gmo > -apps/ROX-Session/Messages/ru.po > -apps/ROX-Session/Messages/tips.py > -apps/ROX-Session/Messages/tips.pyc > -apps/ROX-Session/Messages/tips.pyo > -apps/ROX-Session/Messages/update-po > -apps/ROX-Session/Messages/zh_CN.gmo > -apps/ROX-Session/Messages/zh_CN.po > -apps/ROX-Session/Messages/zh_TW.gmo > -apps/ROX-Session/Messages/zh_TW.po Where did the translations go? > apps/ROX-Session/Options.xml > +apps/ROX-Session/ROX-Session > +apps/ROX-Session/ROX-Session.dbg > apps/ROX-Session/ROX-Session.xml > apps/ROX-Session/RunROX > apps/ROX-Session/SetupPanel > apps/ROX-Session/Styles > apps/ROX-Session/browser > -apps/ROX-Session/children.py > -apps/ROX-Session/children.pyc > -apps/ROX-Session/children.pyo > -apps/ROX-Session/constants.py > -apps/ROX-Session/constants.pyc > -apps/ROX-Session/constants.pyo > -apps/ROX-Session/env_helper.py > -apps/ROX-Session/env_helper.pyc > -apps/ROX-Session/env_helper.pyo > +apps/ROX-Session/build/Makefile > +apps/ROX-Session/build/choices.o > +apps/ROX-Session/build/config.h > +apps/ROX-Session/build/config.log > +apps/ROX-Session/build/config.status > +apps/ROX-Session/build/dbus.o > +apps/ROX-Session/build/dpms.o > +apps/ROX-Session/build/gui_support.o > +apps/ROX-Session/build/i18n.o > +apps/ROX-Session/build/log.o > +apps/ROX-Session/build/main.o > +apps/ROX-Session/build/options.o > +apps/ROX-Session/build/rox_gettext.o > +apps/ROX-Session/build/session.o > +apps/ROX-Session/build/settings.o > +apps/ROX-Session/build/wm.o > +apps/ROX-Session/build/xdgautostart.o > +apps/ROX-Session/build/xkb.o > +apps/ROX-Session/build/xsettings-common.o > +apps/ROX-Session/build/xsettings-manager.o Why/what for 'build' is getting installed? > +apps/ROX-Session/choose_wm.py > +apps/ROX-Session/choose_wm.pyc > +apps/ROX-Session/choose_wm.pyo > apps/ROX-Session/findrox.py > apps/ROX-Session/findrox.pyc > apps/ROX-Session/findrox.pyo > +apps/ROX-Session/gdm.py > +apps/ROX-Session/gdm.pyc > +apps/ROX-Session/gdm.pyo > apps/ROX-Session/images/rox-halt.png > apps/ROX-Session/images/rox-suspend.png > apps/ROX-Session/interactive.py > apps/ROX-Session/interactive.pyc > apps/ROX-Session/interactive.pyo > -apps/ROX-Session/log.py > -apps/ROX-Session/log.pyc > -apps/ROX-Session/log.pyo > apps/ROX-Session/logout.py > apps/ROX-Session/logout.pyc > apps/ROX-Session/logout.pyo > -apps/ROX-Session/main.py > -apps/ROX-Session/main.pyc > -apps/ROX-Session/main.pyo > -apps/ROX-Session/mydbus.py > -apps/ROX-Session/mydbus.pyc > -apps/ROX-Session/mydbus.pyo > -apps/ROX-Session/mylogging.py > -apps/ROX-Session/mylogging.pyc > -apps/ROX-Session/mylogging.pyo > -apps/ROX-Session/session.py > -apps/ROX-Session/session.pyc > -apps/ROX-Session/session.pyo > -apps/ROX-Session/session_dbus.py > -apps/ROX-Session/session_dbus.pyc > -apps/ROX-Session/session_dbus.pyo > -apps/ROX-Session/settings.py > -apps/ROX-Session/settings.pyc > -apps/ROX-Session/settings.pyo > -apps/ROX-Session/settings3x.py > -apps/ROX-Session/settings3x.pyc > -apps/ROX-Session/settings3x.pyo > +apps/ROX-Session/makedist.sh > +apps/ROX-Session/migrate.py > +apps/ROX-Session/migrate.pyc > +apps/ROX-Session/migrate.pyo > +apps/ROX-Session/sessionbus.py > +apps/ROX-Session/sessionbus.pyc > +apps/ROX-Session/sessionbus.pyo > apps/ROX-Session/setup.py > apps/ROX-Session/setup.pyc > apps/ROX-Session/setup.pyo > -apps/ROX-Session/tests/testutils.py > -apps/ROX-Session/tests/testutils.pyc > -apps/ROX-Session/tests/testutils.pyo > -apps/ROX-Session/utils.py > -apps/ROX-Session/utils.pyc > -apps/ROX-Session/utils.pyo > -apps/ROX-Session/wm.py > -apps/ROX-Session/wm.pyc > -apps/ROX-Session/wm.pyo > -apps/ROX-Session/xsettings.py > -apps/ROX-Session/xsettings.pyc > -apps/ROX-Session/xsettings.pyo > -apps/ROX-Session/xxmlrpc.py > -apps/ROX-Session/xxmlrpc.pyc > -apps/ROX-Session/xxmlrpc.pyo > -%%GDM%%etc/dm/Sessions/rox.desktop > -sbin/rox-session > -@dirrm apps/ROX-Session/tests > +apps/ROX-Session/src/Makefile > +apps/ROX-Session/src/Makefile.in > +apps/ROX-Session/src/choices.c > +apps/ROX-Session/src/choices.h > +apps/ROX-Session/src/config.h.in > +apps/ROX-Session/src/configure > +apps/ROX-Session/src/configure.in > +apps/ROX-Session/src/dbus.c > +apps/ROX-Session/src/dbus.h > +apps/ROX-Session/src/dpms.c > +apps/ROX-Session/src/dpms.h > +apps/ROX-Session/src/global.h > +apps/ROX-Session/src/gui_support.c > +apps/ROX-Session/src/gui_support.h > +apps/ROX-Session/src/i18n.c > +apps/ROX-Session/src/i18n.h > +apps/ROX-Session/src/log.c > +apps/ROX-Session/src/log.h > +apps/ROX-Session/src/main.c > +apps/ROX-Session/src/main.h > +apps/ROX-Session/src/options.c > +apps/ROX-Session/src/options.h > +apps/ROX-Session/src/po/da.po > +apps/ROX-Session/src/po/de.po > +apps/ROX-Session/src/po/dist > +apps/ROX-Session/src/po/es.po > +apps/ROX-Session/src/po/fr.po > +apps/ROX-Session/src/po/it.po > +apps/ROX-Session/src/po/ja.po > +apps/ROX-Session/src/po/lt.po > +apps/ROX-Session/src/po/make-mo > +apps/ROX-Session/src/po/nl.po > +apps/ROX-Session/src/po/pt_BR.po > +apps/ROX-Session/src/po/ru.po > +apps/ROX-Session/src/po/tips.py > +apps/ROX-Session/src/po/tips.pyc > +apps/ROX-Session/src/po/tips.pyo > +apps/ROX-Session/src/po/update-po > +apps/ROX-Session/src/po/zh_CN.po > +apps/ROX-Session/src/po/zh_TW.po > +apps/ROX-Session/src/rox_gettext.c > +apps/ROX-Session/src/rox_gettext.h > +apps/ROX-Session/src/session.c > +apps/ROX-Session/src/session.h > +apps/ROX-Session/src/settings.c > +apps/ROX-Session/src/settings.h > +apps/ROX-Session/src/wm.c > +apps/ROX-Session/src/wm.h > +apps/ROX-Session/src/xdgautostart.c > +apps/ROX-Session/src/xdgautostart.h > +apps/ROX-Session/src/xkb.c > +apps/ROX-Session/src/xkb.h > +apps/ROX-Session/src/xsettings-common.c > +apps/ROX-Session/src/xsettings-common.h > +apps/ROX-Session/src/xsettings-manager.c > +apps/ROX-Session/src/xsettings-manager.h Same for 'src'. > +bin/rox-session > +share/applications/rox.desktop > +@dirrmtry share/applications > +@dirrm apps/ROX-Session/src/po > +@dirrm apps/ROX-Session/src > @dirrm apps/ROX-Session/images > -@dirrm apps/ROX-Session/Messages > +@dirrm apps/ROX-Session/build > @dirrm apps/ROX-Session/Help > @dirrm apps/ROX-Session > @dirrmtry apps From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 01:52:57 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 511F6106566B; Wed, 12 Sep 2012 01:52:57 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2347D8FC08; Wed, 12 Sep 2012 01:52:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8C1quLE073111; Wed, 12 Sep 2012 01:52:56 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8C1qucC073108; Wed, 12 Sep 2012 01:52:56 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209120152.q8C1qucC073108@svn.freebsd.org> From: Steve Wills Date: Wed, 12 Sep 2012 01:52:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304127 - head/www/mod_spdy X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 01:52:57 -0000 Author: swills Date: Wed Sep 12 01:52:56 2012 New Revision: 304127 URL: http://svn.freebsd.org/changeset/ports/304127 Log: - Update to 0.9.3.1 PR: ports/171560 Submitted by: Masaki TAGAWA (maintainer) Modified: head/www/mod_spdy/Makefile head/www/mod_spdy/distinfo Modified: head/www/mod_spdy/Makefile ============================================================================== --- head/www/mod_spdy/Makefile Tue Sep 11 21:59:23 2012 (r304126) +++ head/www/mod_spdy/Makefile Wed Sep 12 01:52:56 2012 (r304127) @@ -6,15 +6,14 @@ # PORTNAME= mod_spdy -PORTVERSION= 0.9.2.2 -PORTREVISION= 1 +PORTVERSION= 0.9.3.1 CATEGORIES= www MASTER_SITES= http://www.club.kyutech.ac.jp/~masaki/ports/:mod_spdy \ ${MASTER_SITE_APACHE_HTTPD}:apache22 \ http://www.openssl.org/source/:openssl DISTFILES= mod_spdy_source_${PORTVERSION}.tar.xz:mod_spdy \ httpd-2.2.22.tar.gz:apache22 \ - openssl-1.0.1.tar.gz:openssl + openssl-1.0.1c.tar.gz:openssl DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= mod_spdy_source_${PORTVERSION}.tar.xz @@ -91,8 +90,8 @@ post-extract: @${MKDIR} ${WRKSRC}/temp/progress @${CP} ${DISTDIR}/${DIST_SUBDIR}/httpd-2.2.22.tar.gz ${WRKSRC}/temp/ && \ ${TOUCH} ${WRKSRC}/temp/progress/httpd-2.2.22.tar.gz.downloaded - @${CP} ${DISTDIR}/${DIST_SUBDIR}/openssl-1.0.1.tar.gz ${WRKSRC}/temp/ && \ - ${TOUCH} ${WRKSRC}/temp/progress/openssl-1.0.1.tar.gz.downloaded + @${CP} ${DISTDIR}/${DIST_SUBDIR}/openssl-1.0.1c.tar.gz ${WRKSRC}/temp/ && \ + ${TOUCH} ${WRKSRC}/temp/progress/openssl-1.0.1c.tar.gz.downloaded post-patch: @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" \ Modified: head/www/mod_spdy/distinfo ============================================================================== --- head/www/mod_spdy/distinfo Tue Sep 11 21:59:23 2012 (r304126) +++ head/www/mod_spdy/distinfo Wed Sep 12 01:52:56 2012 (r304127) @@ -1,6 +1,6 @@ -SHA256 (mod_spdy/mod_spdy_source_0.9.2.2.tar.xz) = f8a19ee88282c68e389990104d569ad88e5377151aa047833a2eb859c6030f19 -SIZE (mod_spdy/mod_spdy_source_0.9.2.2.tar.xz) = 5006556 +SHA256 (mod_spdy/mod_spdy_source_0.9.3.1.tar.xz) = fcb1a569e831a1ac06e66f58a9957a6f716e9a4b133306705204433cd145b954 +SIZE (mod_spdy/mod_spdy_source_0.9.3.1.tar.xz) = 5068248 SHA256 (mod_spdy/httpd-2.2.22.tar.gz) = 74c1ffffefe1a502339b004ad6488fbd858eb425a05968cd67c05695dbc0fe7c SIZE (mod_spdy/httpd-2.2.22.tar.gz) = 7200529 -SHA256 (mod_spdy/openssl-1.0.1.tar.gz) = 4d9f0a594a9a89b28e1a04a9504c04104f6508ee27ad1e0efdd17a7a6dbbeeee -SIZE (mod_spdy/openssl-1.0.1.tar.gz) = 4453920 +SHA256 (mod_spdy/openssl-1.0.1c.tar.gz) = 2a9eb3cd4e8b114eb9179c0d3884d61658e7d8e8bf4984798a5f5bd48e325ebe +SIZE (mod_spdy/openssl-1.0.1c.tar.gz) = 4457113 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 04:24:20 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 95EC31065672; Wed, 12 Sep 2012 04:24:20 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 81BD78FC0C; Wed, 12 Sep 2012 04:24:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8C4OK0I092747; Wed, 12 Sep 2012 04:24:20 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8C4OKxK092745; Wed, 12 Sep 2012 04:24:20 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201209120424.q8C4OKxK092745@svn.freebsd.org> From: Dirk Meyer Date: Wed, 12 Sep 2012 04:24:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304128 - head/Mk X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 04:24:20 -0000 Author: dinoex Date: Wed Sep 12 04:24:19 2012 New Revision: 304128 URL: http://svn.freebsd.org/changeset/ports/304128 Log: - fix warning for option WITH_PKGNG PR: 171326 Submitted by: Bryan Drewery Modified: head/Mk/bsd.openssl.mk Modified: head/Mk/bsd.openssl.mk ============================================================================== --- head/Mk/bsd.openssl.mk Wed Sep 12 01:52:56 2012 (r304127) +++ head/Mk/bsd.openssl.mk Wed Sep 12 04:24:19 2012 (r304128) @@ -106,7 +106,7 @@ PKGARGS= -c ${DESTDIR} .else PKGARGS= .endif -OPENSSL_INSTALLED!= ${PKG_BIN} ${PKGARGS} which -qo ${LOCALBASE}/lib/libcrypto.so +OPENSSL_INSTALLED!= ${PKG_BIN} ${PKGARGS} which -qo ${LOCALBASE}/lib/libcrypto.so || : .else OPENSSL_INSTALLED!= find "${PKG_DBDIR}/" -type f -name "+CONTENTS" -print0 | \ xargs -0 grep -l "^lib/libssl.so." | \ From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 04:30:42 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 37D53106566B; Wed, 12 Sep 2012 04:30:42 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 248C78FC0C; Wed, 12 Sep 2012 04:30:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8C4UgLF093698; Wed, 12 Sep 2012 04:30:42 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8C4UfWQ093696; Wed, 12 Sep 2012 04:30:41 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201209120430.q8C4UfWQ093696@svn.freebsd.org> From: Dirk Meyer Date: Wed, 12 Sep 2012 04:30:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304129 - head/Mk X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 04:30:42 -0000 Author: dinoex Date: Wed Sep 12 04:30:41 2012 New Revision: 304129 URL: http://svn.freebsd.org/changeset/ports/304129 Log: - cleanup comments Modified: head/Mk/bsd.openssl.mk Modified: head/Mk/bsd.openssl.mk ============================================================================== --- head/Mk/bsd.openssl.mk Wed Sep 12 04:24:19 2012 (r304128) +++ head/Mk/bsd.openssl.mk Wed Sep 12 04:30:41 2012 (r304129) @@ -1,8 +1,6 @@ -# makefile for use of: OpenSSH -# Date created: 31 May 2002 -# Whom: dinoex # # $FreeBSD: /tmp/pcvs/ports/Mk/bsd.openssl.mk,v 1.48 2012-04-18 11:38:20 bapt Exp $ +# bsd.openssl.mk - Support for OpenSSL based ports. # # Use of 'USE_OPENSSL=yes' includes this Makefile after bsd.ports.pre.mk # From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 04:34:51 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60E68106566C; Wed, 12 Sep 2012 04:34:51 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 33CAA8FC1E; Wed, 12 Sep 2012 04:34:51 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8C4Ypxw094438; Wed, 12 Sep 2012 04:34:51 GMT (envelope-from dinoex@svn.freebsd.org) Received: (from dinoex@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8C4YpFV094436; Wed, 12 Sep 2012 04:34:51 GMT (envelope-from dinoex@svn.freebsd.org) Message-Id: <201209120434.q8C4YpFV094436@svn.freebsd.org> From: Dirk Meyer Date: Wed, 12 Sep 2012 04:34:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304130 - head/Mk X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 04:34:51 -0000 Author: dinoex Date: Wed Sep 12 04:34:50 2012 New Revision: 304130 URL: http://svn.freebsd.org/changeset/ports/304130 Log: - fix wrong svn proplist Modified: Directory Properties: head/Mk/bsd.openssl.mk (props changed) From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 05:04:21 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 591E1106566B; Wed, 12 Sep 2012 05:04:21 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4500C8FC0C; Wed, 12 Sep 2012 05:04:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8C54LIX098616; Wed, 12 Sep 2012 05:04:21 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8C54L6U098613; Wed, 12 Sep 2012 05:04:21 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201209120504.q8C54L6U098613@svn.freebsd.org> From: Alexey Dokuchaev Date: Wed, 12 Sep 2012 05:04:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304131 - in head/x11/nvidia-driver: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 05:04:21 -0000 Author: danfe Date: Wed Sep 12 05:04:20 2012 New Revision: 304131 URL: http://svn.freebsd.org/changeset/ports/304131 Log: Unbreak installation of legacy drivers. Added: head/x11/nvidia-driver/files/legacy-patch-nvidia.lib.mk (contents, props changed) Modified: head/x11/nvidia-driver/Makefile Modified: head/x11/nvidia-driver/Makefile ============================================================================== --- head/x11/nvidia-driver/Makefile Wed Sep 12 04:34:50 2012 (r304130) +++ head/x11/nvidia-driver/Makefile Wed Sep 12 05:04:20 2012 (r304131) @@ -58,9 +58,13 @@ MASTER_SITE_SUBDIR= freebsd/${DISTVERSIO ONLY_FOR_ARCHS= i386 .endif +.if ${NVVERSION} <= 1904200 +EXTRA_PATCHES= ${FILESDIR}/legacy-patch-nvidia.lib.mk +.endif + # Fix recent arbitrary memory access vulnerability in legacy drivers .if ${NVVERSION} <= 1905300 -EXTRA_PATCHES= ${FILESDIR}/security-patch-CVE-2012-0946 +EXTRA_PATCHES+= ${FILESDIR}/security-patch-CVE-2012-0946 .endif OPTIONS= FREEBSD_AGP "Use FreeBSD AGP GART driver" off \ Added: head/x11/nvidia-driver/files/legacy-patch-nvidia.lib.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/nvidia-driver/files/legacy-patch-nvidia.lib.mk Wed Sep 12 05:04:20 2012 (r304131) @@ -0,0 +1,10 @@ +--- mk/nvidia.lib.mk.orig ++++ mk/nvidia.lib.mk +@@ -17,6 +17,7 @@ + + install: + .if defined(SHLIB_NAME) ++ @mkdir -p ${DESTDIR}${LIBDIR} + @rm -f ${DESTDIR}${LIBDIR}/${SHLIB_NAME} + @${INSTALL} -C -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ + ${NVIDIA_ROOT}/${OBJDIR}/${SHLIB_NAME} \ From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 05:27:04 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 091491065670; Wed, 12 Sep 2012 05:27:04 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E96C48FC14; Wed, 12 Sep 2012 05:27:03 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8C5R3UJ002081; Wed, 12 Sep 2012 05:27:03 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8C5R3PE002079; Wed, 12 Sep 2012 05:27:03 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201209120527.q8C5R3PE002079@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 12 Sep 2012 05:27:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304132 - head/deskutils/xfce4-notification-daemon X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 05:27:04 -0000 Author: ehaupt Date: Wed Sep 12 05:27:03 2012 New Revision: 304132 URL: http://svn.freebsd.org/changeset/ports/304132 Log: While using 'dbus-glib' seems to work (due to the way LIB_DEPENDS are currently checked), the correct shlib name is 'dbus-glib-1'. Notified by: Yuri Pankov Modified: head/deskutils/xfce4-notification-daemon/Makefile Modified: head/deskutils/xfce4-notification-daemon/Makefile ============================================================================== --- head/deskutils/xfce4-notification-daemon/Makefile Wed Sep 12 05:04:20 2012 (r304131) +++ head/deskutils/xfce4-notification-daemon/Makefile Wed Sep 12 05:27:03 2012 (r304132) @@ -16,7 +16,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser LIB_DEPENDS= sexy:${PORTSDIR}/x11-toolkits/libsexy \ - dbus-glib:${PORTSDIR}/devel/dbus-glib + dbus-glib-1:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS= dbus-daemon:${PORTSDIR}/devel/dbus GNU_CONFIGURE= yes From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 05:27:54 2012 Return-Path: Delivered-To: svn-ports-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8DEF61065672; Wed, 12 Sep 2012 05:27:54 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (cl-8.zrh-02.ch.sixxs.net [IPv6:2001:1620:f00:7::2]) by mx1.freebsd.org (Postfix) with ESMTP id 0B1278FC16; Wed, 12 Sep 2012 05:27:53 +0000 (UTC) Received: from beaver.home.critical.ch (84-72-7-76.dclient.hispeed.ch [84.72.7.76]) (authenticated bits=0) by mx.critical.ch (8.14.4/8.14.4/critical-1.0) with ESMTP id q8C5Rq60010480; Wed, 12 Sep 2012 07:27:52 +0200 (CEST) (envelope-from ehaupt@FreeBSD.org) Date: Wed, 12 Sep 2012 07:27:52 +0200 From: Emanuel Haupt To: Yuri Pankov Message-Id: <20120912072752.439c95a42c6b3349200306db@FreeBSD.org> In-Reply-To: <504FAC49.2020801@gmail.com> References: <201209082302.q88N2eBL067452@svn.freebsd.org> <504FAC49.2020801@gmail.com> X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.6; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, Emanuel Haupt , ports-committers@FreeBSD.org Subject: Re: svn commit: r303937 - head/deskutils/xfce4-notification-daemon X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 05:27:54 -0000 Yuri Pankov wrote: > On Sat, 8 Sep 2012 23:02:40 +0000 (UTC), Emanuel Haupt wrote: > > Author: ehaupt > > Date: Sat Sep 8 23:02:40 2012 > > New Revision: 303937 > > URL: http://svn.freebsd.org/changeset/ports/303937 > > > > Log: > > - Use OPTIONSng > > - Remove deprecated header information > > > > Modified: > > head/deskutils/xfce4-notification-daemon/Makefile > > > > Modified: head/deskutils/xfce4-notification-daemon/Makefile > > ============================================================================== > > --- head/deskutils/xfce4-notification-daemon/Makefile Sat > > Sep 8 22:56:22 2012 (r303936) +++ > > head/deskutils/xfce4-notification-daemon/Makefile Sat Sep 8 > > 23:02:40 2012 (r303937) @@ -1,9 +1,4 @@ -# New ports > > collection makefile for: notification-daemon -# Date > > created: 16 Nov 2007 -# > > Whom: Emanuel Haupt > > -# > > # $FreeBSD$ > > -# > > > > PORTNAME= notification-daemon > > PORTVERSION= 0.3.7 > > @@ -20,8 +15,8 @@ COMMENT= Port of Gnome's notification-da > > LICENSE= GPLv2 > > > > BUILD_DEPENDS= p5-XML-Parser>=0: > > ${PORTSDIR}/textproc/p5-XML-Parser -LIB_DEPENDS= sexy.2: > > ${PORTSDIR}/x11-toolkits/libsexy \ > > - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib > > +LIB_DEPENDS= sexy:${PORTSDIR}/x11-toolkits/libsexy \ > > + dbus-glib:${PORTSDIR}/devel/dbus-glib > > While using 'dbus-glib' seems to work (due to the way LIB_DEPENDS are > currently checked), the correct shlib name is 'dbus-glib-1'. > Good catch! I've just fixed it, thanks. Emanuel From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 05:40:37 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CD6C106566C; Wed, 12 Sep 2012 05:40:37 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6888A8FC0A; Wed, 12 Sep 2012 05:40:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8C5ebwV003981; Wed, 12 Sep 2012 05:40:37 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8C5ebN5003979; Wed, 12 Sep 2012 05:40:37 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201209120540.q8C5ebN5003979@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 12 Sep 2012 05:40:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304133 - head/net/rsync X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 05:40:37 -0000 Author: ehaupt Date: Wed Sep 12 05:40:36 2012 New Revision: 304133 URL: http://svn.freebsd.org/changeset/ports/304133 Log: Fix a condition to correctly check whether the SSH option is used. This error slipped in when the port was converted to OPTIONSng. Notified by: Norbert Augenstein Modified: head/net/rsync/Makefile Modified: head/net/rsync/Makefile ============================================================================== --- head/net/rsync/Makefile Wed Sep 12 05:27:03 2012 (r304132) +++ head/net/rsync/Makefile Wed Sep 12 05:40:36 2012 (r304133) @@ -2,7 +2,7 @@ PORTNAME= rsync PORTVERSION= 3.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net ipv6 MASTER_SITES= http://rsync.samba.org/ftp/%SUBDIR%/ \ ftp://ftp.samba.org/pub/%SUBDIR%/ \ @@ -106,6 +106,8 @@ CONFIGURE_ARGS+= --with-included-popt .endif .if ${PORT_OPTIONS:MSSH} +CONFIGURE_ARGS+= --with-rsh=ssh +.else CONFIGURE_ARGS+= --with-rsh=rsh .endif From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 07:14:35 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6332D1065672; Wed, 12 Sep 2012 07:14:35 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4C49C8FC12; Wed, 12 Sep 2012 07:14:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8C7EZ1o017545; Wed, 12 Sep 2012 07:14:35 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8C7EZ4A017537; Wed, 12 Sep 2012 07:14:35 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201209120714.q8C7EZ4A017537@svn.freebsd.org> From: Alexey Dokuchaev Date: Wed, 12 Sep 2012 07:14:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304134 - in head/x11: nvidia-driver nvidia-driver-173 nvidia-driver-71 nvidia-driver-96 nvidia-driver/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 07:14:35 -0000 Author: danfe Date: Wed Sep 12 07:14:34 2012 New Revision: 304134 URL: http://svn.freebsd.org/changeset/ports/304134 Log: - Update legacy 173.14.xx series driver to version 173.14.35 and provide a patch for CVE-2012-4225 for this version - Augment security patch for CVE-2012-0946 to cover CVE-2012-4225 as well for the benefit of really old legacy drivers Added: head/x11/nvidia-driver/files/security-patch-CVE-2012-4225 (contents, props changed) Modified: head/x11/nvidia-driver-173/Makefile head/x11/nvidia-driver-71/Makefile head/x11/nvidia-driver-96/Makefile head/x11/nvidia-driver/Makefile head/x11/nvidia-driver/distinfo head/x11/nvidia-driver/files/security-patch-CVE-2012-0946 Modified: head/x11/nvidia-driver-173/Makefile ============================================================================== --- head/x11/nvidia-driver-173/Makefile Wed Sep 12 05:40:36 2012 (r304133) +++ head/x11/nvidia-driver-173/Makefile Wed Sep 12 07:14:34 2012 (r304134) @@ -5,8 +5,7 @@ # $FreeBSD$ # -DISTVERSION= 173.14.31 -PORTREVISION= 2 +DISTVERSION= 173.14.35 MASTERDIR= ${.CURDIR}/../nvidia-driver NO_LATEST_LINK= yes Modified: head/x11/nvidia-driver-71/Makefile ============================================================================== --- head/x11/nvidia-driver-71/Makefile Wed Sep 12 05:40:36 2012 (r304133) +++ head/x11/nvidia-driver-71/Makefile Wed Sep 12 07:14:34 2012 (r304134) @@ -6,7 +6,7 @@ # DISTVERSION= 71.86.15 -PORTREVISION= 1 +PORTREVISION= 2 MASTERDIR= ${.CURDIR}/../nvidia-driver NO_LATEST_LINK= yes Modified: head/x11/nvidia-driver-96/Makefile ============================================================================== --- head/x11/nvidia-driver-96/Makefile Wed Sep 12 05:40:36 2012 (r304133) +++ head/x11/nvidia-driver-96/Makefile Wed Sep 12 07:14:34 2012 (r304134) @@ -6,7 +6,7 @@ # DISTVERSION= 96.43.20 -PORTREVISION= 1 +PORTREVISION= 2 MASTERDIR= ${.CURDIR}/../nvidia-driver NO_LATEST_LINK= yes Modified: head/x11/nvidia-driver/Makefile ============================================================================== --- head/x11/nvidia-driver/Makefile Wed Sep 12 05:40:36 2012 (r304133) +++ head/x11/nvidia-driver/Makefile Wed Sep 12 07:14:34 2012 (r304134) @@ -64,7 +64,11 @@ EXTRA_PATCHES= ${FILESDIR}/legacy-patch- # Fix recent arbitrary memory access vulnerability in legacy drivers .if ${NVVERSION} <= 1905300 +. if ${NVVERSION} == 1731435 +EXTRA_PATCHES+= ${FILESDIR}/security-patch-CVE-2012-4225 +. else EXTRA_PATCHES+= ${FILESDIR}/security-patch-CVE-2012-0946 +. endif .endif OPTIONS= FREEBSD_AGP "Use FreeBSD AGP GART driver" off \ Modified: head/x11/nvidia-driver/distinfo ============================================================================== --- head/x11/nvidia-driver/distinfo Wed Sep 12 05:40:36 2012 (r304133) +++ head/x11/nvidia-driver/distinfo Wed Sep 12 07:14:34 2012 (r304134) @@ -2,8 +2,8 @@ SHA256 (NVIDIA-FreeBSD-x86_64-295.71.tar SIZE (NVIDIA-FreeBSD-x86_64-295.71.tar.gz) = 33058244 SHA256 (NVIDIA-FreeBSD-x86-295.71.tar.gz) = 6cc7f25c3b49d3ac2d2cdc2d84e4f0417d51115110bee159de2cc53d7f9ef049 SIZE (NVIDIA-FreeBSD-x86-295.71.tar.gz) = 32098813 -SHA256 (NVIDIA-FreeBSD-x86-173.14.31.tar.gz) = 98699bc8dc1dad86cebc2ed067b4fc5cd37b8540e897bb218f38ac80c4b4d875 -SIZE (NVIDIA-FreeBSD-x86-173.14.31.tar.gz) = 17991684 +SHA256 (NVIDIA-FreeBSD-x86-173.14.35.tar.gz) = 51e82a12db81b5af4ae5ee59612875c0dbef52cb641d61a44c72f2e1cd7f4c78 +SIZE (NVIDIA-FreeBSD-x86-173.14.35.tar.gz) = 18748428 SHA256 (NVIDIA-FreeBSD-x86-96.43.20.tar.gz) = e75fce272e72644d53e6ad3c0957fe173735a4b621726ce227ba8ecf9bd9c5cf SIZE (NVIDIA-FreeBSD-x86-96.43.20.tar.gz) = 14060884 SHA256 (NVIDIA-FreeBSD-x86-71.86.15.tar.gz) = 7be5ba641eabaa96a068e147a1dd5d75aadc10575bb1d2c6e8529cd423438168 Modified: head/x11/nvidia-driver/files/security-patch-CVE-2012-0946 ============================================================================== --- head/x11/nvidia-driver/files/security-patch-CVE-2012-0946 Wed Sep 12 05:40:36 2012 (r304133) +++ head/x11/nvidia-driver/files/security-patch-CVE-2012-0946 Wed Sep 12 07:14:34 2012 (r304134) @@ -1,6 +1,6 @@ --- src/nv.h.orig 2011-07-14 02:51:53.000000000 +0800 +++ src/nv.h 2012-05-10 18:15:51.000000000 +0800 -@@ -364,6 +364,14 @@ +@@ -364,6 +364,27 @@ ((offset) >= (nv)->agp.address) && \ (((offset) + ((length)-1)) <= (nv)->agp.address + ((nv)->agp.size-1))) @@ -10,7 +10,20 @@ + +#define IS_BLACKLISTED_REG_OFFSET(nv, offset, length) \ + ((IS_REG_RANGE_WITHIN_MAPPING(nv, 0x1000, 0x1000, offset, length)) ||\ -+ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x700000, 0x100000, offset, length))) ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x84000, 0x1000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x85000, 0x1000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x86000, 0x1000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x87000, 0x1000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x89000, 0x1000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0xa0000, 0x20000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x104000, 0x1000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x105000, 0x1000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x10a000, 0x1000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x1c2000, 0x1000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x1c3000, 0x1000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x618000, 0x2000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x627000, 0x1000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x700000, 0x100000, offset, length))) + /* duplicated from nvos.h for external builds */ #ifndef NVOS_AGP_CONFIG_DISABLE_AGP Added: head/x11/nvidia-driver/files/security-patch-CVE-2012-4225 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/nvidia-driver/files/security-patch-CVE-2012-4225 Wed Sep 12 07:14:34 2012 (r304134) @@ -0,0 +1,24 @@ +--- src/nv.h.orig 2012-08-02 18:19:37.000000000 -0700 ++++ src/nv.h 2012-08-02 18:19:37.000000000 -0700 +@@ -436,7 +436,20 @@ + + #define IS_BLACKLISTED_REG_OFFSET(nv, offset, length) \ + ((IS_REG_RANGE_WITHIN_MAPPING(nv, 0x1000, 0x1000, offset, length)) ||\ +- (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x700000, 0x100000, offset, length))) ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x84000, 0x1000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x85000, 0x1000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x86000, 0x1000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x87000, 0x1000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x89000, 0x1000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0xa0000, 0x20000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x104000, 0x1000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x105000, 0x1000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x10a000, 0x1000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x1c2000, 0x1000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x1c3000, 0x1000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x618000, 0x2000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x627000, 0x1000, offset, length)) ||\ ++ (IS_REG_RANGE_WITHIN_MAPPING(nv, 0x700000, 0x100000, offset, length))) + + /* duplicated from nvos.h for external builds */ + #ifndef NVOS_AGP_CONFIG_DISABLE_AGP From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 07:19:30 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E29B31065670; Wed, 12 Sep 2012 07:19:30 +0000 (UTC) (envelope-from olgeni@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CCE0E8FC0C; Wed, 12 Sep 2012 07:19:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8C7JUNJ018396; Wed, 12 Sep 2012 07:19:30 GMT (envelope-from olgeni@svn.freebsd.org) Received: (from olgeni@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8C7JUjJ018393; Wed, 12 Sep 2012 07:19:30 GMT (envelope-from olgeni@svn.freebsd.org) Message-Id: <201209120719.q8C7JUjJ018393@svn.freebsd.org> From: Jimmy Olgeni Date: Wed, 12 Sep 2012 07:19:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304135 - head/x11-fm/rox-session X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 07:19:31 -0000 Author: olgeni Date: Wed Sep 12 07:19:30 2012 New Revision: 304135 URL: http://svn.freebsd.org/changeset/ports/304135 Log: A few things went wrong in r304126. Fixes: - Add dependency on devel/py-dbus (required by the logout function) - Remove debug executable - Remove extra files from PLIST (src, build, makedist.sh) - Remove gdm detection and always set OPTIONS_DEFINE - Remove reduntant files in Help - Make rox.desktop installation conditional on GDM - Install missing translations Noticed by: Yuri Pankov Modified: head/x11-fm/rox-session/Makefile head/x11-fm/rox-session/pkg-plist Modified: head/x11-fm/rox-session/Makefile ============================================================================== --- head/x11-fm/rox-session/Makefile Wed Sep 12 07:14:34 2012 (r304134) +++ head/x11-fm/rox-session/Makefile Wed Sep 12 07:19:30 2012 (r304135) @@ -6,6 +6,7 @@ PORTNAME= rox-session PORTVERSION= 0.40.0 +PORTREVISION= 1 CATEGORIES= x11-fm MASTER_SITES= SF/rox/ROX-Session/${PORTVERSION}/ @@ -16,7 +17,8 @@ LICENSE= GPLv2 LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer \ - ${LOCALBASE}/lib/ROX-Lib2/python/rox/__init__.py:${PORTSDIR}/devel/py-roxlib + ${PYTHON_PKGNAMEPREFIX}roxlib>=0:${PORTSDIR}/devel/py-roxlib \ + ${PYTHON_PKGNAMEPREFIX}dbus>=0:${PORTSDIR}/devel/py-dbus WRKSRC= ${WRKDIR}/ROX-Session DATADIR= ${PREFIX}/apps/ROX-Session @@ -27,10 +29,8 @@ USE_PYTHON= yes PORTDOCS= Changes DBUS-API README -.if !exists(${LOCALBASE}/sbin/gdm) OPTIONS_DEFINE= GDM GDM_DESC= Install GDM login manager -.endif SUB_FILES= ${PORTNAME} rox.desktop @@ -50,12 +50,20 @@ do-build: @${PYTHON_CMD} -m compileall ${WRKSRC} @${PYTHON_CMD} -O -m compileall ${WRKSRC} @cd ${WRKSRC} && ./AppRun --compile + @${MKDIR} ${WRKSRC}/Messages + @cd ${WRKSRC}/src/po && ./dist do-install: @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin - @cd ${WRKSRC} && ${FIND} . | ${CPIO} -pdmu ${DATADIR} + @${MKDIR} ${DATADIR} + @cd ${WRKSRC} && ${CP} -r .DirIcon AppInfo.xml AppRun \ + Environment Login Messages Options.xml ROX-Session \ + ROX-Session.xml RunROX SetupPanel Styles browser images \ + *.py *.pyc *.pyo ${DATADIR} +.if ${PORT_OPTIONS:MGDM} @${MKDIR} ${PREFIX}/share/applications @${INSTALL_DATA} ${WRKDIR}/rox.desktop ${PREFIX}/share/applications +.endif .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} Modified: head/x11-fm/rox-session/pkg-plist ============================================================================== --- head/x11-fm/rox-session/pkg-plist Wed Sep 12 07:14:34 2012 (r304134) +++ head/x11-fm/rox-session/pkg-plist Wed Sep 12 07:19:30 2012 (r304135) @@ -5,39 +5,26 @@ apps/ROX-Session/AutoStart.py apps/ROX-Session/AutoStart.pyc apps/ROX-Session/AutoStart.pyo apps/ROX-Session/Environment -apps/ROX-Session/Help/COPYING -apps/ROX-Session/Help/Changes -apps/ROX-Session/Help/DBUS-API -apps/ROX-Session/Help/README apps/ROX-Session/Login +apps/ROX-Session/Messages/da.gmo +apps/ROX-Session/Messages/de.gmo +apps/ROX-Session/Messages/es.gmo +apps/ROX-Session/Messages/fr.gmo +apps/ROX-Session/Messages/it.gmo +apps/ROX-Session/Messages/ja.gmo +apps/ROX-Session/Messages/lt.gmo +apps/ROX-Session/Messages/nl.gmo +apps/ROX-Session/Messages/pt_BR.gmo +apps/ROX-Session/Messages/ru.gmo +apps/ROX-Session/Messages/zh_CN.gmo +apps/ROX-Session/Messages/zh_TW.gmo apps/ROX-Session/Options.xml apps/ROX-Session/ROX-Session -apps/ROX-Session/ROX-Session.dbg apps/ROX-Session/ROX-Session.xml apps/ROX-Session/RunROX apps/ROX-Session/SetupPanel apps/ROX-Session/Styles apps/ROX-Session/browser -apps/ROX-Session/build/Makefile -apps/ROX-Session/build/choices.o -apps/ROX-Session/build/config.h -apps/ROX-Session/build/config.log -apps/ROX-Session/build/config.status -apps/ROX-Session/build/dbus.o -apps/ROX-Session/build/dpms.o -apps/ROX-Session/build/gui_support.o -apps/ROX-Session/build/i18n.o -apps/ROX-Session/build/log.o -apps/ROX-Session/build/main.o -apps/ROX-Session/build/options.o -apps/ROX-Session/build/rox_gettext.o -apps/ROX-Session/build/session.o -apps/ROX-Session/build/settings.o -apps/ROX-Session/build/wm.o -apps/ROX-Session/build/xdgautostart.o -apps/ROX-Session/build/xkb.o -apps/ROX-Session/build/xsettings-common.o -apps/ROX-Session/build/xsettings-manager.o apps/ROX-Session/choose_wm.py apps/ROX-Session/choose_wm.pyc apps/ROX-Session/choose_wm.pyo @@ -55,7 +42,6 @@ apps/ROX-Session/interactive.pyo apps/ROX-Session/logout.py apps/ROX-Session/logout.pyc apps/ROX-Session/logout.pyo -apps/ROX-Session/makedist.sh apps/ROX-Session/migrate.py apps/ROX-Session/migrate.pyc apps/ROX-Session/migrate.pyo @@ -65,69 +51,10 @@ apps/ROX-Session/sessionbus.pyo apps/ROX-Session/setup.py apps/ROX-Session/setup.pyc apps/ROX-Session/setup.pyo -apps/ROX-Session/src/Makefile -apps/ROX-Session/src/Makefile.in -apps/ROX-Session/src/choices.c -apps/ROX-Session/src/choices.h -apps/ROX-Session/src/config.h.in -apps/ROX-Session/src/configure -apps/ROX-Session/src/configure.in -apps/ROX-Session/src/dbus.c -apps/ROX-Session/src/dbus.h -apps/ROX-Session/src/dpms.c -apps/ROX-Session/src/dpms.h -apps/ROX-Session/src/global.h -apps/ROX-Session/src/gui_support.c -apps/ROX-Session/src/gui_support.h -apps/ROX-Session/src/i18n.c -apps/ROX-Session/src/i18n.h -apps/ROX-Session/src/log.c -apps/ROX-Session/src/log.h -apps/ROX-Session/src/main.c -apps/ROX-Session/src/main.h -apps/ROX-Session/src/options.c -apps/ROX-Session/src/options.h -apps/ROX-Session/src/po/da.po -apps/ROX-Session/src/po/de.po -apps/ROX-Session/src/po/dist -apps/ROX-Session/src/po/es.po -apps/ROX-Session/src/po/fr.po -apps/ROX-Session/src/po/it.po -apps/ROX-Session/src/po/ja.po -apps/ROX-Session/src/po/lt.po -apps/ROX-Session/src/po/make-mo -apps/ROX-Session/src/po/nl.po -apps/ROX-Session/src/po/pt_BR.po -apps/ROX-Session/src/po/ru.po -apps/ROX-Session/src/po/tips.py -apps/ROX-Session/src/po/tips.pyc -apps/ROX-Session/src/po/tips.pyo -apps/ROX-Session/src/po/update-po -apps/ROX-Session/src/po/zh_CN.po -apps/ROX-Session/src/po/zh_TW.po -apps/ROX-Session/src/rox_gettext.c -apps/ROX-Session/src/rox_gettext.h -apps/ROX-Session/src/session.c -apps/ROX-Session/src/session.h -apps/ROX-Session/src/settings.c -apps/ROX-Session/src/settings.h -apps/ROX-Session/src/wm.c -apps/ROX-Session/src/wm.h -apps/ROX-Session/src/xdgautostart.c -apps/ROX-Session/src/xdgautostart.h -apps/ROX-Session/src/xkb.c -apps/ROX-Session/src/xkb.h -apps/ROX-Session/src/xsettings-common.c -apps/ROX-Session/src/xsettings-common.h -apps/ROX-Session/src/xsettings-manager.c -apps/ROX-Session/src/xsettings-manager.h bin/rox-session -share/applications/rox.desktop +%%GDM%%share/applications/rox.desktop @dirrmtry share/applications -@dirrm apps/ROX-Session/src/po -@dirrm apps/ROX-Session/src @dirrm apps/ROX-Session/images -@dirrm apps/ROX-Session/build -@dirrm apps/ROX-Session/Help +@dirrm apps/ROX-Session/Messages @dirrm apps/ROX-Session @dirrmtry apps From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 07:31:23 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 425851065672; Wed, 12 Sep 2012 07:31:23 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1418B8FC18; Wed, 12 Sep 2012 07:31:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8C7VMNe020041; Wed, 12 Sep 2012 07:31:22 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8C7VMJ4020038; Wed, 12 Sep 2012 07:31:22 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201209120731.q8C7VMJ4020038@svn.freebsd.org> From: Alexey Dokuchaev Date: Wed, 12 Sep 2012 07:31:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304136 - head/security/vuxml X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 07:31:23 -0000 Author: danfe Date: Wed Sep 12 07:31:22 2012 New Revision: 304136 URL: http://svn.freebsd.org/changeset/ports/304136 Log: Update NVIDIA arbitrary memory access vulnerability with CVE-2012-4225. Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Wed Sep 12 07:19:30 2012 (r304135) +++ head/security/vuxml/vuln.xml Wed Sep 12 07:31:22 2012 (r304136) @@ -4046,8 +4046,10 @@ Note: Please add new entries to the beg nvidia-driver - 173.14.31_1295.40 - 100.14.03173.14.31_1 + 173.14.35295.71 + 96.43.20_2173.14.35 + 71.86.15_296.43.20_2 + 71.86.15_2 @@ -4066,14 +4068,26 @@ Note: Please add new entries to the beg all users with Geforce 8 or newer, G80 Quadro or newer, and all Tesla GPUs to update their drivers to 295.40 or later.

+

Later, it was additionally discovered that similar exploit could + be achieved through remapping of VGA window:

+
+

NVIDIA received notification of a security exploit that uses + NVIDIA UNIX device files to map and program registers to redirect + the VGA window. Through the VGA window, the exploit can access + any region of physical system memory. This arbitrary memory + access can be further exploited, for example, to escalate user + privileges.

+
CVE-2012-0946 + CVE-2012-4225 2012-03-20 2012-05-10 + 2012-09-12 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 08:09:18 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D8DB71065670; Wed, 12 Sep 2012 08:09:18 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C2EAD8FC0A; Wed, 12 Sep 2012 08:09:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8C89IxJ025222; Wed, 12 Sep 2012 08:09:18 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8C89I9k025218; Wed, 12 Sep 2012 08:09:18 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201209120809.q8C89I9k025218@svn.freebsd.org> From: Kevin Lo Date: Wed, 12 Sep 2012 08:09:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304137 - head/security/bro X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 08:09:19 -0000 Author: kevlo Date: Wed Sep 12 08:09:18 2012 New Revision: 304137 URL: http://svn.freebsd.org/changeset/ports/304137 Log: Update to 2.0; with some help from rm@ PR: ports/169690 Submitted by: Paul Dokas Modified: head/security/bro/Makefile head/security/bro/distinfo head/security/bro/pkg-plist Modified: head/security/bro/Makefile ============================================================================== --- head/security/bro/Makefile Wed Sep 12 07:31:22 2012 (r304136) +++ head/security/bro/Makefile Wed Sep 12 08:09:18 2012 (r304137) @@ -6,26 +6,44 @@ # PORTNAME= bro -PORTVERSION= 1.5.3 +PORTVERSION= 2.0 CATEGORIES= security -MASTER_SITES= ftp://ftp.bro-ids.org/ +MASTER_SITES= http://www.bro-ids.org/downloads/archive/ MAINTAINER= kevlo@FreeBSD.org COMMENT= System for detecting Network Intruders in real-time -MAKE_JOBS_UNSAFE= yes - -USE_PERL5= yes - +BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 LIB_DEPENDS= GeoIP:${PORTSDIR}/net/GeoIP -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-perftools \ - --disable-broccoli \ - --disable-broctl \ - --enable-brov6 -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= -I${LOCALBASE}/include +USE_CMAKE= yes +CONFIGURE_WRKSRC= ${WRKSRC}/build +BUILD_WRKSRC= ${CONFIGURE_WRKSRC} +INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} + + +OPTIONS_DEFINE= IPV6 LBL_HF LBL_CF ASSERT +OPTIONS_DEFAULT= LBL_HF LBL_CF +LBL_HF_DESC= Address to hostname filter support +LBL_CF_DESC= Unix time to formated time/date filter support +OPTIONS_EXCLUDE=NLS DOCS + +.include + +.if ${PORT_OPTIONS:MIPV6} +CMAKE_ARGS+= -DBROv6:BOOL=ON +.endif + +.if ${PORT_OPTIONS:MLBL_HF} +RUN_DEPENDS+= hf:${PORTSDIR}/sysutils/lbl-hf +.endif + +.if ${PORT_OPTIONS:MLBL_CF} +RUN_DEPENDS+= cf:${PORTSDIR}/sysutils/lbl-cf +.endif + +.if ${PORT_OPTIONS:MASSERT} +CMAKE_ARGS+= -DENABLE_DEBUG:BOOL=ON +.endif .include Modified: head/security/bro/distinfo ============================================================================== --- head/security/bro/distinfo Wed Sep 12 07:31:22 2012 (r304136) +++ head/security/bro/distinfo Wed Sep 12 08:09:18 2012 (r304137) @@ -1,2 +1,2 @@ -SHA256 (bro-1.5.3.tar.gz) = 7ccb657d38e00cfa2d07f067ad701189e1ac238610089e67f6b4023734adf80e -SIZE (bro-1.5.3.tar.gz) = 4441838 +SHA256 (bro-2.0.tar.gz) = 52df8fd777516761b4c9754ef587f326f6c2efcc8958a440cae9f9de92501947 +SIZE (bro-2.0.tar.gz) = 3652838 Modified: head/security/bro/pkg-plist ============================================================================== --- head/security/bro/pkg-plist Wed Sep 12 07:31:22 2012 (r304136) +++ head/security/bro/pkg-plist Wed Sep 12 08:09:18 2012 (r304137) @@ -1,189 +1,220 @@ +@comment $FreeBSD$ +bin/binpac bin/bro -%%DATADIR%%/OS-fingerprint.bro -%%DATADIR%%/adu.bro -%%DATADIR%%/alarm.bro -%%DATADIR%%/analy.bro -%%DATADIR%%/anon.bro -%%DATADIR%%/arp.bro -%%DATADIR%%/backdoor.bro -%%DATADIR%%/bittorrent.bro -%%DATADIR%%/blaster.bro -%%DATADIR%%/bro.bif.bro -%%DATADIR%%/bro.init -%%DATADIR%%/brolite-backdoor.bro -%%DATADIR%%/brolite-sigs.bro -%%DATADIR%%/brolite.bro -%%DATADIR%%/bt-tracker.bro -%%DATADIR%%/capture-events.bro -%%DATADIR%%/capture-loss.bro -%%DATADIR%%/capture-state-updates.bro -%%DATADIR%%/checkpoint.bro -%%DATADIR%%/clear-passwords.bro -%%DATADIR%%/common-rw.bif.bro -%%DATADIR%%/conn-flood.bro -%%DATADIR%%/conn-id.bro -%%DATADIR%%/conn.bro -%%DATADIR%%/const.bif.bro -%%DATADIR%%/contents.bro -%%DATADIR%%/cpu-adapt.bro -%%DATADIR%%/dce.bro -%%DATADIR%%/demux.bro -%%DATADIR%%/detect-protocols-http.bro -%%DATADIR%%/detect-protocols.bro -%%DATADIR%%/dhcp.bro -%%DATADIR%%/dns-anonymizer.bro -%%DATADIR%%/dns-info.bro -%%DATADIR%%/dns-lookup.bro -%%DATADIR%%/dns-rw.bif.bro -%%DATADIR%%/dns.bro -%%DATADIR%%/dpd.bro -%%DATADIR%%/drop-adapt.bro -%%DATADIR%%/drop.bro -%%DATADIR%%/dyn-disable.bro -%%DATADIR%%/event.bif.bro -%%DATADIR%%/file-flush.bro -%%DATADIR%%/finger-rw.bif.bro -%%DATADIR%%/finger.bro -%%DATADIR%%/firewall.bro -%%DATADIR%%/flag-irc.bro -%%DATADIR%%/flag-warez.bro -%%DATADIR%%/frag.bro -%%DATADIR%%/ftp-anonymizer.bro -%%DATADIR%%/ftp-cmd-arg.bro -%%DATADIR%%/ftp-reply-pattern.bro -%%DATADIR%%/ftp-rw.bif.bro -%%DATADIR%%/ftp-safe-words.bro -%%DATADIR%%/ftp.bro -%%DATADIR%%/gnutella.bro -%%DATADIR%%/hand-over.bro -%%DATADIR%%/heavy-analysis.bro -%%DATADIR%%/heavy.http.bro -%%DATADIR%%/heavy.irc.bro -%%DATADIR%%/heavy.scan.bro -%%DATADIR%%/heavy.software.bro -%%DATADIR%%/heavy.trw.bro -%%DATADIR%%/hot-ids.bro -%%DATADIR%%/hot.bro -%%DATADIR%%/http-abstract.bro -%%DATADIR%%/http-anon-server.bro -%%DATADIR%%/http-anon-useragent.bro -%%DATADIR%%/http-anon-utils.bro -%%DATADIR%%/http-anonymizer.bro -%%DATADIR%%/http-body.bro -%%DATADIR%%/http-detect-passwd.bro -%%DATADIR%%/http-entity.bro -%%DATADIR%%/http-event.bro -%%DATADIR%%/http-extract-items.bro -%%DATADIR%%/http-header.bro -%%DATADIR%%/http-identified-files.bro -%%DATADIR%%/http-reply.bro -%%DATADIR%%/http-request.bro -%%DATADIR%%/http-rewriter.bro -%%DATADIR%%/http-rw.bif.bro -%%DATADIR%%/http.bro -%%DATADIR%%/icmp.bro -%%DATADIR%%/ident-rewriter.bro -%%DATADIR%%/ident-rw.bif.bro -%%DATADIR%%/ident.bro -%%DATADIR%%/inactivity.bro -%%DATADIR%%/interconn.bro -%%DATADIR%%/irc-bot.bro -%%DATADIR%%/irc.bro -%%DATADIR%%/large-conns.bro -%%DATADIR%%/listen-clear.bro -%%DATADIR%%/listen-ssl.bro -%%DATADIR%%/load-level.bro -%%DATADIR%%/load-sample.bro -%%DATADIR%%/log-append.bro -%%DATADIR%%/login.bro -%%DATADIR%%/mime-pop.bro -%%DATADIR%%/mime.bro -%%DATADIR%%/mt.bro -%%DATADIR%%/ncp.bro -%%DATADIR%%/netflow.bro -%%DATADIR%%/netstats.bro -%%DATADIR%%/nfs.bro -%%DATADIR%%/notice-action-filters.bro -%%DATADIR%%/notice-policy.bro -%%DATADIR%%/notice.bro -%%DATADIR%%/ntp.bro -%%DATADIR%%/passwords.bro -%%DATADIR%%/pcap.bro -%%DATADIR%%/peer-status.bro -%%DATADIR%%/pkt-profile.bro -%%DATADIR%%/pop3.bro -%%DATADIR%%/port-name.bro -%%DATADIR%%/portmapper.bro -%%DATADIR%%/print-filter.bro -%%DATADIR%%/print-globals.bro -%%DATADIR%%/print-resources.bro -%%DATADIR%%/print-sig-states.bro -%%DATADIR%%/profiling.bro -%%DATADIR%%/proxy.bro -%%DATADIR%%/remote-pcap.bro -%%DATADIR%%/remote-ping.bro -%%DATADIR%%/remote-print-id-reply.bro -%%DATADIR%%/remote-print-id.bro -%%DATADIR%%/remote-print.bro -%%DATADIR%%/remote-report-notices.bro -%%DATADIR%%/remote-send-id.bro -%%DATADIR%%/remote.bro -%%DATADIR%%/rotate-logs.bro -%%DATADIR%%/rsh.bro -%%DATADIR%%/save-peer-status.bro -%%DATADIR%%/scan.bro -%%DATADIR%%/secondary-filter.bro -%%DATADIR%%/sensor-sshd.bro -%%DATADIR%%/server-ports.bro -%%DATADIR%%/service-probe.bro -%%DATADIR%%/signatures.bro -%%DATADIR%%/sigs/dpd.sig -%%DATADIR%%/sigs/ex.web-rules.sig -%%DATADIR%%/sigs/http-bots.sig -%%DATADIR%%/sigs/p0fsyn.osf -%%DATADIR%%/sigs/snort-default.sig -%%DATADIR%%/sigs/ssl-worm.sig -%%DATADIR%%/sigs/worm.sig -%%DATADIR%%/site.bro -%%DATADIR%%/smb-rw.bif.bro -%%DATADIR%%/smb.bro -%%DATADIR%%/smtp-relay.bro -%%DATADIR%%/smtp-rewriter.bro -%%DATADIR%%/smtp-rw.bif.bro -%%DATADIR%%/smtp.bro -%%DATADIR%%/snort.bro -%%DATADIR%%/software.bro -%%DATADIR%%/ssh-stepping.bro -%%DATADIR%%/ssh.bro -%%DATADIR%%/ssl-alerts.bro -%%DATADIR%%/ssl-ciphers.bro -%%DATADIR%%/ssl-errors.bro -%%DATADIR%%/ssl-worm.bro -%%DATADIR%%/ssl.bro -%%DATADIR%%/stats.bro -%%DATADIR%%/stepping.bro -%%DATADIR%%/strings.bif.bro -%%DATADIR%%/synflood.bro -%%DATADIR%%/targeted-scan.bro -%%DATADIR%%/tcp.bro -%%DATADIR%%/terminate-connection.bro -%%DATADIR%%/tftp.bro -%%DATADIR%%/time-machine/time-machine.bro -%%DATADIR%%/time-machine/tm-capture.bro -%%DATADIR%%/time-machine/tm-class.bro -%%DATADIR%%/time-machine/tm-contents.bro -%%DATADIR%%/time-machine/tm-ftp.bro -%%DATADIR%%/time-machine/tm-gap.bro -%%DATADIR%%/time-machine/tm-http.bro -%%DATADIR%%/trw-impl.bro -%%DATADIR%%/trw.bro -%%DATADIR%%/udp-common.bro -%%DATADIR%%/udp.bro -%%DATADIR%%/vlan.bro -%%DATADIR%%/weird.bro -%%DATADIR%%/worm.bro -@dirrm %%DATADIR%%/time-machine +include/binpac.h +include/binpac_analyzer.h +include/binpac_buffer.h +include/binpac_bytestring.h +include/binpac_exception.h +include/binpac_regex.h +lib/libbinpac.a +%%DATADIR%%/base/bro.bif.bro +%%DATADIR%%/base/const.bif.bro +%%DATADIR%%/base/event.bif.bro +%%DATADIR%%/base/frameworks/cluster/__load__.bro +%%DATADIR%%/base/frameworks/cluster/main.bro +%%DATADIR%%/base/frameworks/cluster/nodes/manager.bro +%%DATADIR%%/base/frameworks/cluster/nodes/proxy.bro +%%DATADIR%%/base/frameworks/cluster/nodes/worker.bro +%%DATADIR%%/base/frameworks/cluster/setup-connections.bro +%%DATADIR%%/base/frameworks/communication/__load__.bro +%%DATADIR%%/base/frameworks/communication/main.bro +%%DATADIR%%/base/frameworks/control/__load__.bro +%%DATADIR%%/base/frameworks/control/main.bro +%%DATADIR%%/base/frameworks/dpd/__load__.bro +%%DATADIR%%/base/frameworks/dpd/dpd.sig +%%DATADIR%%/base/frameworks/dpd/main.bro +%%DATADIR%%/base/frameworks/intel/__load__.bro +%%DATADIR%%/base/frameworks/intel/main.bro +%%DATADIR%%/base/frameworks/logging/__load__.bro +%%DATADIR%%/base/frameworks/logging/main.bro +%%DATADIR%%/base/frameworks/logging/postprocessors/__load__.bro +%%DATADIR%%/base/frameworks/logging/postprocessors/scp.bro +%%DATADIR%%/base/frameworks/logging/postprocessors/sftp.bro +%%DATADIR%%/base/frameworks/logging/writers/ascii.bro +%%DATADIR%%/base/frameworks/metrics/__load__.bro +%%DATADIR%%/base/frameworks/metrics/cluster.bro +%%DATADIR%%/base/frameworks/metrics/main.bro +%%DATADIR%%/base/frameworks/metrics/non-cluster.bro +%%DATADIR%%/base/frameworks/notice/__load__.bro +%%DATADIR%%/base/frameworks/notice/actions/add-geodata.bro +%%DATADIR%%/base/frameworks/notice/actions/drop.bro +%%DATADIR%%/base/frameworks/notice/actions/email_admin.bro +%%DATADIR%%/base/frameworks/notice/actions/page.bro +%%DATADIR%%/base/frameworks/notice/actions/pp-alarms.bro +%%DATADIR%%/base/frameworks/notice/cluster.bro +%%DATADIR%%/base/frameworks/notice/extend-email/hostnames.bro +%%DATADIR%%/base/frameworks/notice/main.bro +%%DATADIR%%/base/frameworks/notice/weird.bro +%%DATADIR%%/base/frameworks/packet-filter/__load__.bro +%%DATADIR%%/base/frameworks/packet-filter/main.bro +%%DATADIR%%/base/frameworks/packet-filter/netstats.bro +%%DATADIR%%/base/frameworks/reporter/__load__.bro +%%DATADIR%%/base/frameworks/reporter/main.bro +%%DATADIR%%/base/frameworks/signatures/__load__.bro +%%DATADIR%%/base/frameworks/signatures/main.bro +%%DATADIR%%/base/frameworks/software/__load__.bro +%%DATADIR%%/base/frameworks/software/main.bro +%%DATADIR%%/base/init-bare.bro +%%DATADIR%%/base/init-default.bro +%%DATADIR%%/base/logging.bif.bro +%%DATADIR%%/base/misc/p0f.fp +%%DATADIR%%/base/protocols/conn/__load__.bro +%%DATADIR%%/base/protocols/conn/contents.bro +%%DATADIR%%/base/protocols/conn/inactivity.bro +%%DATADIR%%/base/protocols/conn/main.bro +%%DATADIR%%/base/protocols/dns/__load__.bro +%%DATADIR%%/base/protocols/dns/consts.bro +%%DATADIR%%/base/protocols/dns/main.bro +%%DATADIR%%/base/protocols/ftp/__load__.bro +%%DATADIR%%/base/protocols/ftp/file-extract.bro +%%DATADIR%%/base/protocols/ftp/main.bro +%%DATADIR%%/base/protocols/ftp/utils-commands.bro +%%DATADIR%%/base/protocols/http/__load__.bro +%%DATADIR%%/base/protocols/http/file-extract.bro +%%DATADIR%%/base/protocols/http/file-hash.bro +%%DATADIR%%/base/protocols/http/file-ident.bro +%%DATADIR%%/base/protocols/http/file-ident.sig +%%DATADIR%%/base/protocols/http/main.bro +%%DATADIR%%/base/protocols/http/utils.bro +%%DATADIR%%/base/protocols/irc/__load__.bro +%%DATADIR%%/base/protocols/irc/dcc-send.bro +%%DATADIR%%/base/protocols/irc/main.bro +%%DATADIR%%/base/protocols/smtp/__load__.bro +%%DATADIR%%/base/protocols/smtp/entities-excerpt.bro +%%DATADIR%%/base/protocols/smtp/entities.bro +%%DATADIR%%/base/protocols/smtp/main.bro +%%DATADIR%%/base/protocols/ssh/__load__.bro +%%DATADIR%%/base/protocols/ssh/main.bro +%%DATADIR%%/base/protocols/ssl/__load__.bro +%%DATADIR%%/base/protocols/ssl/consts.bro +%%DATADIR%%/base/protocols/ssl/main.bro +%%DATADIR%%/base/protocols/ssl/mozilla-ca-list.bro +%%DATADIR%%/base/protocols/syslog/__load__.bro +%%DATADIR%%/base/protocols/syslog/consts.bro +%%DATADIR%%/base/protocols/syslog/main.bro +%%DATADIR%%/base/reporter.bif.bro +%%DATADIR%%/base/strings.bif.bro +%%DATADIR%%/base/types.bif.bro +%%DATADIR%%/base/utils/addrs.bro +%%DATADIR%%/base/utils/conn-ids.bro +%%DATADIR%%/base/utils/directions-and-hosts.bro +%%DATADIR%%/base/utils/files.bro +%%DATADIR%%/base/utils/numbers.bro +%%DATADIR%%/base/utils/paths.bro +%%DATADIR%%/base/utils/patterns.bro +%%DATADIR%%/base/utils/site.bro +%%DATADIR%%/base/utils/strings.bro +%%DATADIR%%/base/utils/thresholds.bro +%%DATADIR%%/policy/frameworks/communication/listen.bro +%%DATADIR%%/policy/frameworks/control/controllee.bro +%%DATADIR%%/policy/frameworks/control/controller.bro +%%DATADIR%%/policy/frameworks/dpd/detect-protocols.bro +%%DATADIR%%/policy/frameworks/dpd/packet-segment-logging.bro +%%DATADIR%%/policy/frameworks/metrics/conn-example.bro +%%DATADIR%%/policy/frameworks/metrics/http-example.bro +%%DATADIR%%/policy/frameworks/metrics/ssl-example.bro +%%DATADIR%%/policy/frameworks/signatures/detect-windows-shells.sig +%%DATADIR%%/policy/frameworks/software/version-changes.bro +%%DATADIR%%/policy/frameworks/software/vulnerable.bro +%%DATADIR%%/policy/integration/barnyard2/__load__.bro +%%DATADIR%%/policy/integration/barnyard2/main.bro +%%DATADIR%%/policy/integration/barnyard2/types.bro +%%DATADIR%%/policy/misc/analysis-groups.bro +%%DATADIR%%/policy/misc/capture-loss.bro +%%DATADIR%%/policy/misc/loaded-scripts.bro +%%DATADIR%%/policy/misc/profiling.bro +%%DATADIR%%/policy/misc/stats.bro +%%DATADIR%%/policy/misc/trim-trace-file.bro +%%DATADIR%%/policy/protocols/conn/known-hosts.bro +%%DATADIR%%/policy/protocols/conn/known-services.bro +%%DATADIR%%/policy/protocols/conn/weirds.bro +%%DATADIR%%/policy/protocols/dns/auth-addl.bro +%%DATADIR%%/policy/protocols/dns/detect-external-names.bro +%%DATADIR%%/policy/protocols/ftp/detect.bro +%%DATADIR%%/policy/protocols/ftp/software.bro +%%DATADIR%%/policy/protocols/http/detect-MHR.bro +%%DATADIR%%/policy/protocols/http/detect-intel.bro +%%DATADIR%%/policy/protocols/http/detect-sqli.bro +%%DATADIR%%/policy/protocols/http/detect-webapps.bro +%%DATADIR%%/policy/protocols/http/detect-webapps.sig +%%DATADIR%%/policy/protocols/http/header-names.bro +%%DATADIR%%/policy/protocols/http/software-browser-plugins.bro +%%DATADIR%%/policy/protocols/http/software.bro +%%DATADIR%%/policy/protocols/http/var-extraction-cookies.bro +%%DATADIR%%/policy/protocols/http/var-extraction-uri.bro +%%DATADIR%%/policy/protocols/smtp/blocklists.bro +%%DATADIR%%/policy/protocols/smtp/detect-suspicious-orig.bro +%%DATADIR%%/policy/protocols/smtp/software.bro +%%DATADIR%%/policy/protocols/ssh/detect-bruteforcing.bro +%%DATADIR%%/policy/protocols/ssh/geo-data.bro +%%DATADIR%%/policy/protocols/ssh/interesting-hostnames.bro +%%DATADIR%%/policy/protocols/ssh/software.bro +%%DATADIR%%/policy/protocols/ssl/cert-hash.bro +%%DATADIR%%/policy/protocols/ssl/expiring-certs.bro +%%DATADIR%%/policy/protocols/ssl/extract-certs-pem.bro +%%DATADIR%%/policy/protocols/ssl/known-certs.bro +%%DATADIR%%/policy/protocols/ssl/validate-certs.bro +%%DATADIR%%/policy/tuning/__load__.bro +%%DATADIR%%/policy/tuning/defaults/__load__.bro +%%DATADIR%%/policy/tuning/defaults/packet-fragments.bro +%%DATADIR%%/policy/tuning/defaults/warnings.bro +%%DATADIR%%/policy/tuning/track-all-assets.bro +%%DATADIR%%/site/local-manager.bro +%%DATADIR%%/site/local-proxy.bro +%%DATADIR%%/site/local-worker.bro +%%DATADIR%%/site/local.bro +@dirrm %%DATADIR%%/policy/tuning/defaults +@dirrm %%DATADIR%%/policy/tuning +@dirrm %%DATADIR%%/policy/protocols/ssl +@dirrm %%DATADIR%%/policy/protocols/ssh +@dirrm %%DATADIR%%/policy/protocols/smtp +@dirrm %%DATADIR%%/policy/protocols/http +@dirrm %%DATADIR%%/policy/protocols/ftp +@dirrm %%DATADIR%%/policy/protocols/dns +@dirrm %%DATADIR%%/policy/protocols/conn +@dirrm %%DATADIR%%/policy/protocols +@dirrm %%DATADIR%%/policy/misc +@dirrm %%DATADIR%%/policy/integration/barnyard2 +@dirrm %%DATADIR%%/policy/integration +@dirrm %%DATADIR%%/policy/frameworks/software +@dirrm %%DATADIR%%/policy/frameworks/signatures +@dirrm %%DATADIR%%/policy/frameworks/metrics +@dirrm %%DATADIR%%/policy/frameworks/dpd +@dirrm %%DATADIR%%/policy/frameworks/control +@dirrm %%DATADIR%%/policy/frameworks/communication +@dirrm %%DATADIR%%/policy/frameworks +@dirrm %%DATADIR%%/policy +@dirrm %%DATADIR%%/base/utils +@dirrm %%DATADIR%%/base/protocols/syslog +@dirrm %%DATADIR%%/base/protocols/ssl +@dirrm %%DATADIR%%/base/protocols/ssh +@dirrm %%DATADIR%%/base/protocols/smtp +@dirrm %%DATADIR%%/base/protocols/irc +@dirrm %%DATADIR%%/base/protocols/http +@dirrm %%DATADIR%%/base/protocols/ftp +@dirrm %%DATADIR%%/base/protocols/dns +@dirrm %%DATADIR%%/base/protocols/conn +@dirrm %%DATADIR%%/base/protocols +@dirrm %%DATADIR%%/base/misc +@dirrm %%DATADIR%%/base/frameworks/software +@dirrm %%DATADIR%%/base/frameworks/signatures +@dirrm %%DATADIR%%/base/frameworks/reporter +@dirrm %%DATADIR%%/base/frameworks/packet-filter +@dirrm %%DATADIR%%/base/frameworks/notice/extend-email +@dirrm %%DATADIR%%/base/frameworks/notice/actions +@dirrm %%DATADIR%%/base/frameworks/notice +@dirrm %%DATADIR%%/base/frameworks/metrics +@dirrm %%DATADIR%%/base/frameworks/logging/writers +@dirrm %%DATADIR%%/base/frameworks/logging/postprocessors +@dirrm %%DATADIR%%/base/frameworks/logging +@dirrm %%DATADIR%%/base/frameworks/intel +@dirrm %%DATADIR%%/base/frameworks/dpd +@dirrm %%DATADIR%%/base/frameworks/control +@dirrm %%DATADIR%%/base/frameworks/communication +@dirrm %%DATADIR%%/base/frameworks/cluster/nodes +@dirrm %%DATADIR%%/base/frameworks/cluster +@dirrm %%DATADIR%%/base/frameworks +@dirrm %%DATADIR%%/base @dirrm %%DATADIR%%/site -@dirrm %%DATADIR%%/sigs @dirrm %%DATADIR%% -@exec mkdir -p %D/%%DATADIR%%/site From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 09:03:20 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 723CE106564A; Wed, 12 Sep 2012 09:03:20 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 43B038FC0C; Wed, 12 Sep 2012 09:03:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8C93K8M032730; Wed, 12 Sep 2012 09:03:20 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8C93KMR032724; Wed, 12 Sep 2012 09:03:20 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201209120903.q8C93KMR032724@svn.freebsd.org> From: Nicola Vitale Date: Wed, 12 Sep 2012 09:03:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304138 - in head/devel: . py-argh X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 09:03:20 -0000 Author: nivit Date: Wed Sep 12 09:03:19 2012 New Revision: 304138 URL: http://svn.freebsd.org/changeset/ports/304138 Log: Argh provides a very simple wrapper for argparse with support for hierarchical commands that can be bound to modules or classes. WWW: http://bitbucket.org/neithere/argh/ Added: head/devel/py-argh/ head/devel/py-argh/Makefile (contents, props changed) head/devel/py-argh/distinfo (contents, props changed) head/devel/py-argh/pkg-descr (contents, props changed) head/devel/py-argh/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Sep 12 08:09:18 2012 (r304137) +++ head/devel/Makefile Wed Sep 12 09:03:19 2012 (r304138) @@ -3213,6 +3213,7 @@ SUBDIR += py-archetypes.querywidget SUBDIR += py-archetypes.referencebrowserwidget SUBDIR += py-archetypes.schemaextender + SUBDIR += py-argh SUBDIR += py-argparse SUBDIR += py-asn1 SUBDIR += py-asn1-modules Added: head/devel/py-argh/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-argh/Makefile Wed Sep 12 09:03:19 2012 (r304138) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= argh +PORTVERSION= 0.15.1 +#PORTREVISION= 0 +CATEGORIES= devel +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= nivit@FreeBSD.org +COMMENT= Simple (Python) argparse wrapper + +LICENSE= LGPL3 + +# Python3 ready (installation tested) +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install + +.include Added: head/devel/py-argh/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-argh/distinfo Wed Sep 12 09:03:19 2012 (r304138) @@ -0,0 +1,2 @@ +SHA256 (argh-0.15.1.tar.gz) = 8cca1201af8c15b7e77577ecddbca7cc867f943cb0bd2fb5c38461662b1aa80b +SIZE (argh-0.15.1.tar.gz) = 14878 Added: head/devel/py-argh/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-argh/pkg-descr Wed Sep 12 09:03:19 2012 (r304138) @@ -0,0 +1,4 @@ +Argh provides a very simple wrapper for argparse with support for +hierarchical commands that can be bound to modules or classes. + +WWW: http://bitbucket.org/neithere/argh/ Added: head/devel/py-argh/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-argh/pkg-plist Wed Sep 12 09:03:19 2012 (r304138) @@ -0,0 +1,2 @@ +@comment $FreeBSD$ +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 09:04:33 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22E34106566B; Wed, 12 Sep 2012 09:04:33 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 039968FC17; Wed, 12 Sep 2012 09:04:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8C94WBi033046; Wed, 12 Sep 2012 09:04:32 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8C94WtW033037; Wed, 12 Sep 2012 09:04:32 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201209120904.q8C94WtW033037@svn.freebsd.org> From: Nicola Vitale Date: Wed, 12 Sep 2012 09:04:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304139 - in head/devel: . py-pathtools py-pathtools/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 09:04:33 -0000 Author: nivit Date: Wed Sep 12 09:04:32 2012 New Revision: 304139 URL: http://svn.freebsd.org/changeset/ports/304139 Log: Pattern matching and various Python utilities for file systems paths. WWW: http://github.com/gorakhargosh/pathtools Added: head/devel/py-pathtools/ head/devel/py-pathtools/Makefile (contents, props changed) head/devel/py-pathtools/distinfo (contents, props changed) head/devel/py-pathtools/files/ head/devel/py-pathtools/files/patch-docs__source__conf.py (contents, props changed) head/devel/py-pathtools/pkg-descr (contents, props changed) head/devel/py-pathtools/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Sep 12 09:03:19 2012 (r304138) +++ head/devel/Makefile Wed Sep 12 09:04:32 2012 (r304139) @@ -3367,6 +3367,7 @@ SUBDIR += py-ordereddict SUBDIR += py-parsedatetime SUBDIR += py-parsing + SUBDIR += py-pathtools SUBDIR += py-pefile SUBDIR += py-period SUBDIR += py-phpserialize Added: head/devel/py-pathtools/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pathtools/Makefile Wed Sep 12 09:04:32 2012 (r304139) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= pathtools +PORTVERSION= 0.1.2 +#PORTREVISION= 0 +CATEGORIES= devel +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= nivit@FreeBSD.org +COMMENT= File system general utilities for Python + +LICENSE= MIT + +OPTIONS_DEFINE= DOCS +OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options + +# Python3 ready (installation tested) +USE_PYTHON= yes +USE_PYDISTUTILS= easy_install + +.include + +.if ${PORT_OPTIONS:MDOCS} +BUILD_DEPENDS+= ${PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx +DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} + +post-build: + (cd ${WRKSRC}/docs ; ${MAKE} html) + +post-install: + (cd ${WRKSRC}/docs/build/html ; ${COPYTREE_SHARE} . ${DOCSDIR}) +.endif + +.include Added: head/devel/py-pathtools/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pathtools/distinfo Wed Sep 12 09:04:32 2012 (r304139) @@ -0,0 +1,2 @@ +SHA256 (pathtools-0.1.2.tar.gz) = 7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0 +SIZE (pathtools-0.1.2.tar.gz) = 11006 Added: head/devel/py-pathtools/files/patch-docs__source__conf.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pathtools/files/patch-docs__source__conf.py Wed Sep 12 09:04:32 2012 (r304139) @@ -0,0 +1,11 @@ +--- ./docs/source/conf.py.orig 2012-09-11 15:54:40.000000000 +0200 ++++ ./docs/source/conf.py 2012-09-11 15:54:44.000000000 +0200 +@@ -104,7 +104,7 @@ + + # The theme to use for HTML and HTML Help pages. See the documentation for + # a list of builtin themes. +-html_theme = 'flask' ++html_theme = 'default' + + # Theme options are theme-specific and customize the look and feel of a theme + # further. For a list of options available for each theme, see the Added: head/devel/py-pathtools/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pathtools/pkg-descr Wed Sep 12 09:04:32 2012 (r304139) @@ -0,0 +1,3 @@ +Pattern matching and various Python utilities for file systems paths. + +WWW: http://github.com/gorakhargosh/pathtools Added: head/devel/py-pathtools/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pathtools/pkg-plist Wed Sep 12 09:04:32 2012 (r304139) @@ -0,0 +1,40 @@ +@comment $FreeBSD$ +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +%%PORTDOCS%%%%DOCSDIR%%/.buildinfo +%%PORTDOCS%%%%DOCSDIR%%/_modules/index.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/pathtools/path.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/pathtools/patterns.html +%%PORTDOCS%%%%DOCSDIR%%/_sources/api.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/index.txt +%%PORTDOCS%%%%DOCSDIR%%/_static/ajax-loader.gif +%%PORTDOCS%%%%DOCSDIR%%/_static/basic.css +%%PORTDOCS%%%%DOCSDIR%%/_static/comment-bright.png +%%PORTDOCS%%%%DOCSDIR%%/_static/comment-close.png +%%PORTDOCS%%%%DOCSDIR%%/_static/comment.png +%%PORTDOCS%%%%DOCSDIR%%/_static/default.css +%%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js +%%PORTDOCS%%%%DOCSDIR%%/_static/down-pressed.png +%%PORTDOCS%%%%DOCSDIR%%/_static/down.png +%%PORTDOCS%%%%DOCSDIR%%/_static/file.png +%%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js +%%PORTDOCS%%%%DOCSDIR%%/_static/minus.png +%%PORTDOCS%%%%DOCSDIR%%/_static/plus.png +%%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css +%%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js +%%PORTDOCS%%%%DOCSDIR%%/_static/sidebar.js +%%PORTDOCS%%%%DOCSDIR%%/_static/underscore.js +%%PORTDOCS%%%%DOCSDIR%%/_static/up-pressed.png +%%PORTDOCS%%%%DOCSDIR%%/_static/up.png +%%PORTDOCS%%%%DOCSDIR%%/_static/websupport.js +%%PORTDOCS%%%%DOCSDIR%%/api.html +%%PORTDOCS%%%%DOCSDIR%%/genindex.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/objects.inv +%%PORTDOCS%%%%DOCSDIR%%/py-modindex.html +%%PORTDOCS%%%%DOCSDIR%%/search.html +%%PORTDOCS%%%%DOCSDIR%%/searchindex.js +%%PORTDOCS%%@dirrm %%DOCSDIR%%/_static +%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources +%%PORTDOCS%%@dirrm %%DOCSDIR%%/_modules/pathtools +%%PORTDOCS%%@dirrm %%DOCSDIR%%/_modules +%%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 09:06:07 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 028F6106579D; Wed, 12 Sep 2012 09:06:06 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C7C768FC14; Wed, 12 Sep 2012 09:06:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8C966xJ033436; Wed, 12 Sep 2012 09:06:06 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8C966s0033429; Wed, 12 Sep 2012 09:06:06 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201209120906.q8C966s0033429@svn.freebsd.org> From: Nicola Vitale Date: Wed, 12 Sep 2012 09:06:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304140 - in head/devel: . py-watchdog py-watchdog/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 09:06:07 -0000 Author: nivit Date: Wed Sep 12 09:06:06 2012 New Revision: 304140 URL: http://svn.freebsd.org/changeset/ports/304140 Log: Python API library and shell utilities to monitor file system events. Directory monitoring is made easy with * A cross-platform API. * A shell tool to run commands in response to directory changes. WWW: http://github.com/gorakhargosh/watchdog Added: head/devel/py-watchdog/ head/devel/py-watchdog/Makefile (contents, props changed) head/devel/py-watchdog/distinfo (contents, props changed) head/devel/py-watchdog/files/ head/devel/py-watchdog/files/patch-docs__source__conf.py (contents, props changed) head/devel/py-watchdog/pkg-descr (contents, props changed) head/devel/py-watchdog/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Sep 12 09:04:32 2012 (r304139) +++ head/devel/Makefile Wed Sep 12 09:06:06 2012 (r304140) @@ -3493,6 +3493,7 @@ SUBDIR += py-virtualenv SUBDIR += py-virtualenv-clone SUBDIR += py-virtualenvwrapper + SUBDIR += py-watchdog SUBDIR += py-wsgi_xmlrpc SUBDIR += py-wsgitools SUBDIR += py-wsgiutils Added: head/devel/py-watchdog/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-watchdog/Makefile Wed Sep 12 09:06:06 2012 (r304140) @@ -0,0 +1,54 @@ +# $FreeBSD$ + +PORTNAME= watchdog +PORTVERSION= 0.6.0 +#PORTREVISION= 0 +CATEGORIES= devel +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= nivit@FreeBSD.org +COMMENT= Python API library to monitor file system events + +LICENSE= AL2 + +RUN_DEPENDS= ${PKGNAMEPREFIX}argh>=0.15.1:${PORTSDIR}/devel/py-argh \ + ${PKGNAMEPREFIX}yaml>=3.10:${PORTSDIR}/devel/py-yaml \ + ${PKGNAMEPREFIX}pathtools>=0.1.2:${PORTSDIR}/devel/py-pathtools + +GH_ACCOUNT= gorakhargosh +GH_COMMIT= 42b5dfe +GH_TAGNAME= v${PORTVERSION} + +OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options +OPTIONS_DEFINE= DOCS + +USE_GITHUB= yes +USE_PYDISTUTILS= easy_install +# Python3 ready (installation tested) +USE_PYTHON= yes + +.include + +.if ${PORT_OPTIONS:MDOCS} +BUILD_DEPENDS+= ${PKGNAMEPREFIX}pathtools>=0.1.2:${PORTSDIR}/devel/py-pathtools \ + ${PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx +DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} + +post-build: + (cd ${WRKSRC}/docs ; ${MAKE} html) + +post-install: + (cd ${WRKSRC}/docs/build/html ; ${COPYTREE_SHARE} . ${DOCSDIR}) +.endif + +.include + +.if ${PYTHON_REL} < 270 || ${PYTHON_SUFFIX} == 31 +RUN_DEPENDS+= ${PKGNAMEPREFIX}argparse>=1.1:${PORTSDIR}/devel/py-argparse +.endif + +.if ${PYTHON_REL} >= 320 +.include "${.CURDIR}/../py-virtualenv/files/py3k-fix-pkg-plist.inc" +.endif + +.include Added: head/devel/py-watchdog/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-watchdog/distinfo Wed Sep 12 09:06:06 2012 (r304140) @@ -0,0 +1,2 @@ +SHA256 (watchdog-0.6.0.tar.gz) = 1a445d20d71b06fd6f6bee8dcb9dc7426d5f7feab884e342af4ac02821f418be +SIZE (watchdog-0.6.0.tar.gz) = 85239 Added: head/devel/py-watchdog/files/patch-docs__source__conf.py ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-watchdog/files/patch-docs__source__conf.py Wed Sep 12 09:06:06 2012 (r304140) @@ -0,0 +1,13 @@ +--- ./docs/source/conf.py.orig 2012-09-11 22:57:47.000000000 +0200 ++++ ./docs/source/conf.py 2012-09-11 22:58:01.000000000 +0200 +@@ -103,8 +103,8 @@ + + # The theme to use for HTML and HTML Help pages. See the documentation for + # a list of builtin themes. +-#html_theme = 'default' +-html_theme = 'flask' ++html_theme = 'default' ++#html_theme = 'flask' + + # Theme options are theme-specific and customize the look and feel of a theme + # further. For a list of options available for each theme, see the Added: head/devel/py-watchdog/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-watchdog/pkg-descr Wed Sep 12 09:06:06 2012 (r304140) @@ -0,0 +1,8 @@ +Python API library and shell utilities to monitor file system events. + +Directory monitoring is made easy with + + * A cross-platform API. + * A shell tool to run commands in response to directory changes. + +WWW: http://github.com/gorakhargosh/watchdog Added: head/devel/py-watchdog/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-watchdog/pkg-plist Wed Sep 12 09:06:06 2012 (r304140) @@ -0,0 +1,127 @@ +@comment $FreeBSD$ +bin/watchmedo +%%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/entry_points.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%%/watchdog/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/events.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/events.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/events.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/api.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/api.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/api.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/fsevents.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/fsevents.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/fsevents.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/inotify.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/inotify.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/inotify.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/kqueue.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/kqueue.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/kqueue.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/polling.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/polling.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/polling.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/read_directory_changes.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/read_directory_changes.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/read_directory_changes.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/read_directory_changes_async.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/read_directory_changes_async.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/read_directory_changes_async.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/winapi.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/winapi.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/winapi.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/winapi_common.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/winapi_common.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers/winapi_common.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/tricks/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/tricks/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/tricks/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/utils/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/utils/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/utils/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/utils/bricks.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/utils/bricks.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/utils/bricks.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/utils/decorators.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/utils/decorators.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/utils/decorators.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/utils/dirsnapshot.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/utils/dirsnapshot.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/utils/dirsnapshot.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/utils/echo.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/utils/echo.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/utils/echo.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/utils/platform.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/utils/platform.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/utils/platform.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/version.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/version.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/version.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/watchmedo.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/watchmedo.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/watchmedo.pyo +%%PORTDOCS%%%%DOCSDIR%%/.buildinfo +%%PORTDOCS%%%%DOCSDIR%%/_modules/index.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/watchdog/events.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/watchdog/observers.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/watchdog/observers/api.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/watchdog/utils.html +%%PORTDOCS%%%%DOCSDIR%%/_modules/watchdog/utils/dirsnapshot.html +%%PORTDOCS%%%%DOCSDIR%%/_sources/api.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/hacking.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/index.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/installation.txt +%%PORTDOCS%%%%DOCSDIR%%/_sources/quickstart.txt +%%PORTDOCS%%%%DOCSDIR%%/_static/ajax-loader.gif +%%PORTDOCS%%%%DOCSDIR%%/_static/basic.css +%%PORTDOCS%%%%DOCSDIR%%/_static/comment-bright.png +%%PORTDOCS%%%%DOCSDIR%%/_static/comment-close.png +%%PORTDOCS%%%%DOCSDIR%%/_static/comment.png +%%PORTDOCS%%%%DOCSDIR%%/_static/default.css +%%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js +%%PORTDOCS%%%%DOCSDIR%%/_static/down-pressed.png +%%PORTDOCS%%%%DOCSDIR%%/_static/down.png +%%PORTDOCS%%%%DOCSDIR%%/_static/file.png +%%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js +%%PORTDOCS%%%%DOCSDIR%%/_static/minus.png +%%PORTDOCS%%%%DOCSDIR%%/_static/plus.png +%%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css +%%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js +%%PORTDOCS%%%%DOCSDIR%%/_static/sidebar.js +%%PORTDOCS%%%%DOCSDIR%%/_static/underscore.js +%%PORTDOCS%%%%DOCSDIR%%/_static/up-pressed.png +%%PORTDOCS%%%%DOCSDIR%%/_static/up.png +%%PORTDOCS%%%%DOCSDIR%%/_static/websupport.js +%%PORTDOCS%%%%DOCSDIR%%/api.html +%%PORTDOCS%%%%DOCSDIR%%/genindex.html +%%PORTDOCS%%%%DOCSDIR%%/hacking.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/installation.html +%%PORTDOCS%%%%DOCSDIR%%/objects.inv +%%PORTDOCS%%%%DOCSDIR%%/py-modindex.html +%%PORTDOCS%%%%DOCSDIR%%/quickstart.html +%%PORTDOCS%%%%DOCSDIR%%/search.html +%%PORTDOCS%%%%DOCSDIR%%/searchindex.js +%%PORTDOCS%%@dirrm %%DOCSDIR%%/_static +%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources +%%PORTDOCS%%@dirrm %%DOCSDIR%%/_modules/watchdog/utils +%%PORTDOCS%%@dirrm %%DOCSDIR%%/_modules/watchdog/observers +%%PORTDOCS%%@dirrm %%DOCSDIR%%/_modules/watchdog +%%PORTDOCS%%@dirrm %%DOCSDIR%%/_modules +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/utils +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/tricks +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog/observers +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/watchdog +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 09:47:57 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2DBC1065672; Wed, 12 Sep 2012 09:47:57 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9CBEF8FC2D; Wed, 12 Sep 2012 09:47:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8C9lvSD039592; Wed, 12 Sep 2012 09:47:57 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8C9lv17039584; Wed, 12 Sep 2012 09:47:57 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201209120947.q8C9lv17039584@svn.freebsd.org> From: Pietro Cerutti Date: Wed, 12 Sep 2012 09:47:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304141 - in head/textproc/xerces-c3: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 09:47:57 -0000 Author: gahr Date: Wed Sep 12 09:47:56 2012 New Revision: 304141 URL: http://svn.freebsd.org/changeset/ports/304141 Log: - Add patches to address upstream the following upstream issues [1] * https://issues.apache.org/jira/browse/XERCESC-1994 * https://issues.apache.org/jira/browse/XERCESC-1995 - Bump PORTREVISION - While at it, add a 'test' target to run the provided test suite PR: 171537 [1] Submitted by: Michael Gmelin Added: head/textproc/xerces-c3/files/ head/textproc/xerces-c3/files/patch-src-xercesc-util-XMLUTF8Transcoder.cpp (contents, props changed) head/textproc/xerces-c3/files/patch-src-xercesc-util-XMLUTF8Transcoder.hpp (contents, props changed) head/textproc/xerces-c3/files/patch-src-xercesc-util-regx-ParserForXMLSchema.cpp (contents, props changed) head/textproc/xerces-c3/files/patch-src-xercesc-util-regx-RegxParser.cpp (contents, props changed) head/textproc/xerces-c3/files/patch-src-xercesc-validators-common-ContentSpecNode.cpp (contents, props changed) Modified: head/textproc/xerces-c3/Makefile (contents, props changed) Modified: head/textproc/xerces-c3/Makefile ============================================================================== --- head/textproc/xerces-c3/Makefile Wed Sep 12 09:06:06 2012 (r304140) +++ head/textproc/xerces-c3/Makefile Wed Sep 12 09:47:56 2012 (r304141) @@ -7,6 +7,7 @@ PORTNAME= xerces-c3 PORTVERSION= 3.1.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= xerces/c/3/sources @@ -30,4 +31,7 @@ MAKE_JOBS_UNSAFE=yes post-install: ${LN} -sf libxerces-c-${PORTVERSION:R}.so ${PREFIX}/lib/libxerces-c.so.${PORTVERSION:R:R} +test: + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check + .include Added: head/textproc/xerces-c3/files/patch-src-xercesc-util-XMLUTF8Transcoder.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/xerces-c3/files/patch-src-xercesc-util-XMLUTF8Transcoder.cpp Wed Sep 12 09:47:56 2012 (r304141) @@ -0,0 +1,53 @@ +--- src/xercesc/util/XMLUTF8Transcoder.cpp.orig ++++ src/xercesc/util/XMLUTF8Transcoder.cpp +@@ -178,7 +178,7 @@ XMLUTF8Transcoder::transcodeFrom(const XMLByte* const srcData + if((gUTFByteIndicatorTest[trailingBytes] & *srcPtr) != gUTFByteIndicator[trailingBytes]) { + char pos[2] = {(char)0x31, 0}; + char len[2] = {(char)(trailingBytes+0x31), 0}; +- char byte[2] = {*srcPtr,0}; ++ char byte[2] = {static_cast(*srcPtr),0}; + ThrowXMLwithMemMgr3(UTFDataFormatException, XMLExcepts::UTF8_FormatError, pos, byte, len, getMemoryManager()); + } + +@@ -246,8 +246,8 @@ XMLUTF8Transcoder::transcodeFrom(const XMLByte* const srcData + // + if (( *srcPtr == 0xE0) && ( *(srcPtr+1) < 0xA0)) + { +- char byte0[2] = {*srcPtr ,0}; +- char byte1[2] = {*(srcPtr+1),0}; ++ char byte0[2] = {static_cast(*srcPtr) ,0}; ++ char byte1[2] = {static_cast(*(srcPtr+1)),0}; + + ThrowXMLwithMemMgr2(UTFDataFormatException + , XMLExcepts::UTF8_Invalid_3BytesSeq +@@ -284,8 +284,8 @@ XMLUTF8Transcoder::transcodeFrom(const XMLByte* const srcData + + if ((*srcPtr == 0xED) && (*(srcPtr+1) >= 0xA0)) + { +- char byte0[2] = {*srcPtr, 0}; +- char byte1[2] = {*(srcPtr+1),0}; ++ char byte0[2] = {static_cast(*srcPtr), 0}; ++ char byte1[2] = {static_cast(*(srcPtr+1)),0}; + + ThrowXMLwithMemMgr2(UTFDataFormatException + , XMLExcepts::UTF8_Irregular_3BytesSeq +@@ -310,8 +310,8 @@ XMLUTF8Transcoder::transcodeFrom(const XMLByte* const srcData + if (((*srcPtr == 0xF0) && (*(srcPtr+1) < 0x90)) || + ((*srcPtr == 0xF4) && (*(srcPtr+1) > 0x8F)) ) + { +- char byte0[2] = {*srcPtr ,0}; +- char byte1[2] = {*(srcPtr+1),0}; ++ char byte0[2] = {static_cast(*srcPtr) ,0}; ++ char byte1[2] = {static_cast(*(srcPtr+1)),0}; + + ThrowXMLwithMemMgr2(UTFDataFormatException + , XMLExcepts::UTF8_Invalid_4BytesSeq +@@ -344,7 +344,7 @@ XMLUTF8Transcoder::transcodeFrom(const XMLByte* const srcData + * surrogates, nor U+FFFE and U+FFFF (but it does allow other noncharacters). + ***/ + char len[2] = {(char)(trailingBytes+0x31), 0}; +- char byte[2] = {*srcPtr,0}; ++ char byte[2] = {static_cast(*srcPtr),0}; + + ThrowXMLwithMemMgr2(UTFDataFormatException + , XMLExcepts::UTF8_Exceeds_BytesLimit Added: head/textproc/xerces-c3/files/patch-src-xercesc-util-XMLUTF8Transcoder.hpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/xerces-c3/files/patch-src-xercesc-util-XMLUTF8Transcoder.hpp Wed Sep 12 09:47:56 2012 (r304141) @@ -0,0 +1,11 @@ +--- src/xercesc/util/XMLUTF8Transcoder.hpp.orig ++++ src/xercesc/util/XMLUTF8Transcoder.hpp +@@ -107,7 +107,7 @@ void XMLUTF8Transcoder::checkTrailingBytes(const XMLByte toCheck + { + char len[2] = {(char)(trailingBytes+0x31), 0}; + char pos[2] = {(char)(position+0x31), 0}; +- char byte[2] = {toCheck,0}; ++ char byte[2] = {static_cast(toCheck),0}; + ThrowXMLwithMemMgr3(UTFDataFormatException, XMLExcepts::UTF8_FormatError, pos, byte, len, getMemoryManager()); + } + Added: head/textproc/xerces-c3/files/patch-src-xercesc-util-regx-ParserForXMLSchema.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/xerces-c3/files/patch-src-xercesc-util-regx-ParserForXMLSchema.cpp Wed Sep 12 09:47:56 2012 (r304141) @@ -0,0 +1,11 @@ +--- src/xercesc/util/regx/ParserForXMLSchema.cpp.orig ++++ src/xercesc/util/regx/ParserForXMLSchema.cpp +@@ -156,7 +156,7 @@ XMLInt32 ParserForXMLSchema::decodeEscaped() { + break; + default: + { +- XMLCh chString[] = {chBackSlash, ch, chNull}; ++ XMLCh chString[] = {chBackSlash, static_cast(ch), chNull}; + ThrowXMLwithMemMgr1(ParseException,XMLExcepts::Parser_Process2, chString, getMemoryManager()); + } + } Added: head/textproc/xerces-c3/files/patch-src-xercesc-util-regx-RegxParser.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/xerces-c3/files/patch-src-xercesc-util-regx-RegxParser.cpp Wed Sep 12 09:47:56 2012 (r304141) @@ -0,0 +1,43 @@ +--- src/xercesc/util/regx/RegxParser.cpp.orig ++++ src/xercesc/util/regx/RegxParser.cpp +@@ -691,11 +691,11 @@ RangeToken* RegxParser::parseCharacterClass(const bool useNRange) { + || (ch == chDash && getCharData() == chCloseSquare && firstLoop))) { + // if regex = [-] then invalid... + // '[', ']', '-' not allowed and should be escaped +- XMLCh chStr[] = { ch, chNull }; ++ XMLCh chStr[] = { static_cast(ch), chNull }; + ThrowXMLwithMemMgr2(ParseException,XMLExcepts::Parser_CC6, chStr, chStr, getMemoryManager()); + } + if (ch == chDash && getCharData() == chDash && getState() != REGX_T_BACKSOLIDUS && !wasDecoded) { +- XMLCh chStr[] = { ch, chNull }; ++ XMLCh chStr[] = { static_cast(ch), chNull }; + ThrowXMLwithMemMgr2(ParseException,XMLExcepts::Parser_CC6, chStr, chStr, getMemoryManager()); + } + +@@ -720,7 +720,7 @@ RangeToken* RegxParser::parseCharacterClass(const bool useNRange) { + else { + + XMLInt32 rangeEnd = getCharData(); +- XMLCh rangeEndStr[] = { rangeEnd, chNull }; ++ XMLCh rangeEndStr[] = { static_cast(rangeEnd), chNull }; + + if (type == REGX_T_CHAR) { + +@@ -737,7 +737,7 @@ RangeToken* RegxParser::parseCharacterClass(const bool useNRange) { + processNext(); + + if (ch > rangeEnd) { +- XMLCh chStr[] = { ch, chNull }; ++ XMLCh chStr[] = { static_cast(ch), chNull }; + ThrowXMLwithMemMgr2(ParseException,XMLExcepts::Parser_Ope3, rangeEndStr, chStr, getMemoryManager()); + } + +@@ -845,7 +845,7 @@ XMLInt32 RegxParser::decodeEscaped() { + break; + default: + { +- XMLCh chString[] = {chBackSlash, ch, chNull}; ++ XMLCh chString[] = {chBackSlash, static_cast(ch), chNull}; + ThrowXMLwithMemMgr1(ParseException,XMLExcepts::Parser_Process2, chString, getMemoryManager()); + } + } Added: head/textproc/xerces-c3/files/patch-src-xercesc-validators-common-ContentSpecNode.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/xerces-c3/files/patch-src-xercesc-validators-common-ContentSpecNode.cpp Wed Sep 12 09:47:56 2012 (r304141) @@ -0,0 +1,11 @@ +--- orig/xercesc/validators/common/ContentSpecNode.cpp.orig ++++ src/xercesc/validators/common/ContentSpecNode.cpp +@@ -259,7 +259,7 @@ int ContentSpecNode::getMaxTotalRange() const { + else { + + if ((fType & 0x0f) == ContentSpecNode::Choice) { +- max = max * (maxFirst > maxSecond) ? maxFirst : maxSecond; ++ max = max * ((maxFirst > maxSecond) ? maxFirst : maxSecond); + } + else { + max = max * (maxFirst + maxSecond); From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 11:10:11 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3845106566C; Wed, 12 Sep 2012 11:10:11 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B4F148FC12; Wed, 12 Sep 2012 11:10:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CBABu9055294; Wed, 12 Sep 2012 11:10:11 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CBABce055291; Wed, 12 Sep 2012 11:10:11 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201209121110.q8CBABce055291@svn.freebsd.org> From: Alexey Dokuchaev Date: Wed, 12 Sep 2012 11:10:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304142 - head/games/cake X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 11:10:12 -0000 Author: danfe Date: Wed Sep 12 11:10:11 2012 New Revision: 304142 URL: http://svn.freebsd.org/changeset/ports/304142 Log: - Fix segmentation fault due to inclusion of outdated JPEG header - Remove ABI shlib version from LIB_DEPENDS, define LICENSE - Sort out knobs, throw in a few comments, augment COMMENT - Remove dead master site from Makefile and port description Modified: head/games/cake/Makefile head/games/cake/pkg-descr Modified: head/games/cake/Makefile ============================================================================== --- head/games/cake/Makefile Wed Sep 12 09:47:56 2012 (r304141) +++ head/games/cake/Makefile Wed Sep 12 11:10:11 2012 (r304142) @@ -7,18 +7,23 @@ PORTNAME= cake PORTVERSION= 2005.12.26 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games -MASTER_SITES= http://www.calodox.scene.org/morbac/cake/download/ \ - ${MASTER_SITE_LOCAL} http://freebsd.nsu.ru/distfiles/ -MASTER_SITE_SUBDIR= danfe +MASTER_SITES= http://freebsd.nsu.ru/distfiles/ DISTNAME= ${PORTNAME}_src_${PORTVERSION:S/.//g} MAINTAINER= danfe@FreeBSD.org -COMMENT= Quake3 map viewer +COMMENT= Quake3 map viewer (and powerful 3D game engine) + +LICENSE= GPLv2 + +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg + +USE_XORG= x11 xext xmu xt xi sm ice +USE_GL= glut # Need to pass `-l', but PATCH_ARGS+= won't work because of PATCH_ARGS?= -# in bsd.port.mk. +# in bsd.port.mk PATCH_ARGS= -d ${PATCH_WRKSRC} -N -s -E ${PATCH_STRIP} -l USE_GMAKE= yes USE_ZIP= yes @@ -29,18 +34,18 @@ WRKSRC= ${WRKDIR}/cake_src PLIST_FILES= bin/cake -USE_XORG= x11 xext xmu xt xi sm ice -USE_GL= glut -LIB_DEPENDS+= jpeg.11:${PORTSDIR}/graphics/jpeg - post-patch: .SILENT ${FIND} -E ${WRKDIR} -type f \( -iregex ".*\.(cpp|h)" -or \ -name Makefile \) \ -exec ${REINPLACE_CMD} -E -e 's/[[:cntrl:]]*$$//' \ -e 's/#pragma[[:blank:]]+pack[[:blank:]]*\([[:blank:]]*push[[:blank:]]*,[[:blank:]]*1[[:blank:]]*\)/#pragma pack(1)/g' \ -e 's/#pragma[[:blank:]]+pack[[:blank:]]*\([[:blank:]]*pop[[:blank:]]*\)/#pragma pack()/g' '{}' \; + ${REINPLACE_CMD} -e 's/jpeg\/JPEGLIB\.H/jpeglib.h/' \ + ${WRKSRC}/cake/texture.cpp +# Fmod library is not supported on FreeBSD, so no sound :( ${REINPLACE_CMD} -e 's/ENABLE_SOUND 1/ENABLE_SOUND 0/' \ ${WRKSRC}/cake/sound.h +# Use traditional mapping for console key (tilde) ${REINPLACE_CMD} -e 's/167/96/' ${WRKSRC}/main.cpp # Fix for GCC 4.x ${REINPLACE_CMD} -e 's/Mat3x2:://' ${WRKSRC}/cake/math.h Modified: head/games/cake/pkg-descr ============================================================================== --- head/games/cake/pkg-descr Wed Sep 12 09:47:56 2012 (r304141) +++ head/games/cake/pkg-descr Wed Sep 12 11:10:11 2012 (r304142) @@ -16,5 +16,3 @@ for id Software's Quake III Arena maps. * models * entities (with variable LOD) * zip compressed files (*.pk3) - -WWW: http://www.calodox.scene.org/morbac/cake/ From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 11:17:37 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 590481065672; Wed, 12 Sep 2012 11:17:37 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 42A438FC12; Wed, 12 Sep 2012 11:17:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CBHbXd056383; Wed, 12 Sep 2012 11:17:37 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CBHb8P056378; Wed, 12 Sep 2012 11:17:37 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201209121117.q8CBHb8P056378@svn.freebsd.org> From: Max Brazhnikov Date: Wed, 12 Sep 2012 11:17:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304143 - head/games/trigger X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 11:17:37 -0000 Author: makc Date: Wed Sep 12 11:17:36 2012 New Revision: 304143 URL: http://svn.freebsd.org/changeset/ports/304143 Log: Update to 0.6.0 Update WWW Modified: head/games/trigger/Makefile head/games/trigger/distinfo (contents, props changed) head/games/trigger/pkg-descr (contents, props changed) head/games/trigger/pkg-plist (contents, props changed) Modified: head/games/trigger/Makefile ============================================================================== --- head/games/trigger/Makefile Wed Sep 12 11:10:11 2012 (r304142) +++ head/games/trigger/Makefile Wed Sep 12 11:17:36 2012 (r304143) @@ -6,12 +6,11 @@ # PORTNAME= trigger -PORTVERSION= 0.5.2.1 -PORTREVISION= 11 +PORTVERSION= 0.6.0 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}-rally/${PORTNAME}-rally/${PORTNAME}-${PORTVERSION} -DISTFILES= trigger-${PORTVERSION}-src${EXTRACT_SUFX} \ - trigger-${DATAVERSION}-data${EXTRACT_SUFX} +DISTFILES= trigger-rally-${PORTVERSION}-src${EXTRACT_SUFX} \ + trigger-rally-${DATAVERSION}-data${EXTRACT_SUFX} MAINTAINER= makc@FreeBSD.org COMMENT= A rally car racing game @@ -21,20 +20,22 @@ LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/ USE_OPENAL= al alut USE_SDL= sdl image -USE_GL= yes +USE_GL= glu USE_BZIP2= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -WRKSRC= ${WRKDIR}/trigger-${PORTVERSION}-src -DATASRC= ${WRKDIR}/trigger-${DATAVERSION}-data +WRKSRC= ${WRKDIR}/trigger-rally-${PORTVERSION}-src +DATASRC= ${WRKDIR}/trigger-rally-${DATAVERSION}-data -DATAVERSION= 0.5.2 +DATAVERSION= 0.6.0 DESKTOP_ENTRIES="Trigger" "Car racing game" "" \ "trigger" "" false +PORTDOCS= README-stereo.txt README.txt + .include post-patch: @@ -54,20 +55,14 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/trigger ${PREFIX}/bin ${MKDIR} ${DATADIR} -.for d in events maps plugins sounds textures vehicles - ${CP} -R ${DATASRC}/${d} ${DATADIR} +.for d in events fonts maps plugins sounds textures vehicles + cd ${DATASRC} && ${COPYTREE_SHARE} ${d} ${DATADIR} .endfor ${INSTALL_DATA} ${DATASRC}/trigger.config.defs ${DATADIR} - -${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}/* - ${FIND} ${DATADIR}/* -type f -exec ${CHMOD} 444 {} \; - ${FIND} ${DATADIR}/* -type d -exec ${CHMOD} 555 {} \; - .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} -.for f in README-stereo.txt README.txt - ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR} -.endfor + cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif .include Modified: head/games/trigger/distinfo ============================================================================== --- head/games/trigger/distinfo Wed Sep 12 11:10:11 2012 (r304142) +++ head/games/trigger/distinfo Wed Sep 12 11:17:36 2012 (r304143) @@ -1,4 +1,4 @@ -SHA256 (trigger-0.5.2.1-src.tar.bz2) = 0f727f6b02f852018869f21235b208451f0c979a74a3e50e015c982fa4e14b9f -SIZE (trigger-0.5.2.1-src.tar.bz2) = 333592 -SHA256 (trigger-0.5.2-data.tar.bz2) = c97f339fb5760054eb573eac1576e6b6cec05c5de548636a0bfb7dbc85bdae6b -SIZE (trigger-0.5.2-data.tar.bz2) = 6188960 +SHA256 (trigger-rally-0.6.0-src.tar.bz2) = dc818f359fff71a8ba5e147886f233cca6478e5b007ef0a38a2974cca855a662 +SIZE (trigger-rally-0.6.0-src.tar.bz2) = 333977 +SHA256 (trigger-rally-0.6.0-data.tar.bz2) = 9ec81472051c890eb2c69e3036299059c7ae82fe445fd4c210c25764f6733598 +SIZE (trigger-rally-0.6.0-data.tar.bz2) = 21204146 Modified: head/games/trigger/pkg-descr ============================================================================== --- head/games/trigger/pkg-descr Wed Sep 12 11:10:11 2012 (r304142) +++ head/games/trigger/pkg-descr Wed Sep 12 11:17:36 2012 (r304143) @@ -4,4 +4,4 @@ race a sequence of 6 courses, with incre Trigger is highly customisable, and it's easy to add new levels and vehicles. -WWW: http://sourceforge.net/projects/trigger-rally/ +WWW: http://trigger-rally.sourceforge.net Modified: head/games/trigger/pkg-plist ============================================================================== --- head/games/trigger/pkg-plist Wed Sep 12 11:10:11 2012 (r304142) +++ head/games/trigger/pkg-plist Wed Sep 12 11:17:36 2012 (r304143) @@ -3,6 +3,14 @@ bin/trigger %%DATADIR%%/events/triggercup/bigjump/foliagemap.png %%DATADIR%%/events/triggercup/bigjump/heightmap.png %%DATADIR%%/events/triggercup/bigjump/jump.level +%%DATADIR%%/events/triggercup/desertstorm/colormap.jpg +%%DATADIR%%/events/triggercup/desertstorm/foliagemap.png +%%DATADIR%%/events/triggercup/desertstorm/heightmap.png +%%DATADIR%%/events/triggercup/desertstorm/storm.level +%%DATADIR%%/events/triggercup/lunar/colormap.jpg +%%DATADIR%%/events/triggercup/lunar/foliagemap.png +%%DATADIR%%/events/triggercup/lunar/heightmap.png +%%DATADIR%%/events/triggercup/lunar/lunar.level %%DATADIR%%/events/triggercup/monkeybusiness/colormap.jpg %%DATADIR%%/events/triggercup/monkeybusiness/foliagemap.png %%DATADIR%%/events/triggercup/monkeybusiness/heightmap.png @@ -16,19 +24,41 @@ bin/trigger %%DATADIR%%/events/triggercup/warmup/foliagemap.png %%DATADIR%%/events/triggercup/warmup/heightmap.png %%DATADIR%%/events/triggercup/warmup/warmup.level -%%DATADIR%%/maps/desertstorm/colormap.jpg -%%DATADIR%%/maps/desertstorm/foliagemap.png -%%DATADIR%%/maps/desertstorm/heightmap.png -%%DATADIR%%/maps/desertstorm/storm.level -%%DATADIR%%/maps/lunar/colormap.jpg -%%DATADIR%%/maps/lunar/foliagemap.png -%%DATADIR%%/maps/lunar/heightmap.png -%%DATADIR%%/maps/lunar/lunar.level +%%DATADIR%%/fonts/crillee.pfb +%%DATADIR%%/maps/greengrounds/colormap.jpg +%%DATADIR%%/maps/greengrounds/foliagemap.png +%%DATADIR%%/maps/greengrounds/greengrounds.level +%%DATADIR%%/maps/greengrounds/heightmap.png +%%DATADIR%%/maps/mountainpass/colormap.jpg +%%DATADIR%%/maps/mountainpass/foliagemap.png +%%DATADIR%%/maps/mountainpass/heightmap.png +%%DATADIR%%/maps/mountainpass/mountainpass.level +%%DATADIR%%/maps/roundhouse/roundhouse-c.jpg +%%DATADIR%%/maps/roundhouse/roundhouse-f.jpg +%%DATADIR%%/maps/roundhouse/roundhouse-h.jpg +%%DATADIR%%/maps/roundhouse/roundhouse.level %%DATADIR%%/maps/saharatea/level7-c.jpg %%DATADIR%%/maps/saharatea/level7-f.png %%DATADIR%%/maps/saharatea/level7-h.png %%DATADIR%%/maps/saharatea/level7.level +%%DATADIR%%/plugins/banana_island.zip +%%DATADIR%%/plugins/cross_mountain.zip +%%DATADIR%%/plugins/crosspulp.zip +%%DATADIR%%/plugins/delta.zip +%%DATADIR%%/plugins/desert_rush.zip +%%DATADIR%%/plugins/ghats.zip +%%DATADIR%%/plugins/helicoil.zip +%%DATADIR%%/plugins/icypeak.zip +%%DATADIR%%/plugins/illa.zip +%%DATADIR%%/plugins/monza.zip +%%DATADIR%%/plugins/muntaya.zip +%%DATADIR%%/plugins/rscup.zip +%%DATADIR%%/plugins/santa.zip +%%DATADIR%%/plugins/serpentine.zip %%DATADIR%%/plugins/snowlevel.zip +%%DATADIR%%/plugins/snowyhills.zip +%%DATADIR%%/plugins/tobago.zip +%%DATADIR%%/plugins/westernchallenge.zip %%DATADIR%%/sounds/engine1.wav %%DATADIR%%/sounds/evo_sound/clank1.wav %%DATADIR%%/sounds/evo_sound/clank3.wav @@ -40,7 +70,10 @@ bin/trigger %%DATADIR%%/textures/detail.jpg %%DATADIR%%/textures/dial_gear.png %%DATADIR%%/textures/dial_rev.png -%%DATADIR%%/textures/dial_speed.png +%%DATADIR%%/textures/dial_speed_hybrid_kph.png +%%DATADIR%%/textures/dial_speed_hybrid_mph.png +%%DATADIR%%/textures/dial_speed_kph.png +%%DATADIR%%/textures/dial_speed_mph.png %%DATADIR%%/textures/dust.png %%DATADIR%%/textures/gunflare.jpg %%DATADIR%%/textures/life_helmet.png @@ -73,8 +106,6 @@ bin/trigger %%DATADIR%%/vehicles/seat/seat_complete.fx %%DATADIR%%/vehicles/seat/seat_complete.jpg %%DATADIR%%/vehicles/seat/seat_wheel.ase -%%PORTDOCS%%%%DOCSDIR%%/README-stereo.txt -%%PORTDOCS%%%%DOCSDIR%%/README.txt @dirrm %%DATADIR%%/vehicles/seat @dirrm %%DATADIR%%/vehicles/focus @dirrm %%DATADIR%%/vehicles/evo @@ -87,14 +118,17 @@ bin/trigger @dirrm %%DATADIR%%/sounds @dirrm %%DATADIR%%/plugins @dirrm %%DATADIR%%/maps/saharatea -@dirrm %%DATADIR%%/maps/lunar -@dirrm %%DATADIR%%/maps/desertstorm +@dirrm %%DATADIR%%/maps/roundhouse +@dirrm %%DATADIR%%/maps/mountainpass +@dirrm %%DATADIR%%/maps/greengrounds @dirrm %%DATADIR%%/maps +@dirrm %%DATADIR%%/fonts @dirrm %%DATADIR%%/events/triggercup/warmup @dirrm %%DATADIR%%/events/triggercup/oldmacdonald @dirrm %%DATADIR%%/events/triggercup/monkeybusiness +@dirrm %%DATADIR%%/events/triggercup/lunar +@dirrm %%DATADIR%%/events/triggercup/desertstorm @dirrm %%DATADIR%%/events/triggercup/bigjump @dirrm %%DATADIR%%/events/triggercup @dirrm %%DATADIR%%/events @dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 12:29:19 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6DA0B1065677; Wed, 12 Sep 2012 12:29:19 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 586708FC0A; Wed, 12 Sep 2012 12:29:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CCTJtB066860; Wed, 12 Sep 2012 12:29:19 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CCTJrk066857; Wed, 12 Sep 2012 12:29:19 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209121229.q8CCTJrk066857@svn.freebsd.org> From: Bryan Drewery Date: Wed, 12 Sep 2012 12:29:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304144 - head/www/py-requests X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 12:29:19 -0000 Author: bdrewery Date: Wed Sep 12 12:29:18 2012 New Revision: 304144 URL: http://svn.freebsd.org/changeset/ports/304144 Log: - Update to 0.14.0 - Tweak COMMENT according to handbook Changes: https://github.com/kennethreitz/requests/commits/v0.14.0/ PR: ports/171430 Submitted by: Kubilay Kocak (maintainer) Modified: head/www/py-requests/Makefile head/www/py-requests/distinfo Modified: head/www/py-requests/Makefile ============================================================================== --- head/www/py-requests/Makefile Wed Sep 12 11:17:36 2012 (r304143) +++ head/www/py-requests/Makefile Wed Sep 12 12:29:18 2012 (r304144) @@ -6,13 +6,13 @@ # PORTNAME= requests -PORTVERSION= 0.13.9 +PORTVERSION= 0.14.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs.freebsd@gmail.com -COMMENT= Requests is a HTTP library, written in Python, for human beings +COMMENT= HTTP library written in Python for human beings LICENSE= ISCL Modified: head/www/py-requests/distinfo ============================================================================== --- head/www/py-requests/distinfo Wed Sep 12 11:17:36 2012 (r304143) +++ head/www/py-requests/distinfo Wed Sep 12 12:29:18 2012 (r304144) @@ -1,2 +1,2 @@ -SHA256 (requests-0.13.9.tar.gz) = d887bb1c06948a8930d6e73a1f942f9febe9157a299a984994c20c84b2c21e20 -SIZE (requests-0.13.9.tar.gz) = 522477 +SHA256 (requests-0.14.0.tar.gz) = 4e690ba0275ab4a8c9a5c7a6eb14e79e1adad0f84331fc638a18d7751f41ac3b +SIZE (requests-0.14.0.tar.gz) = 523133 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 12:49:03 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AD2D81065675 for ; Wed, 12 Sep 2012 12:49:03 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 760BE8FC1B for ; Wed, 12 Sep 2012 12:49:03 +0000 (UTC) Received: by pbbrp2 with SMTP id rp2so2441196pbb.13 for ; Wed, 12 Sep 2012 05:49:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=6c+uCW1fGvbLx0zA1XQL7nSJdpxKVPC9PLDVKZSKIK0=; b=Es5bH9tpG353hIwGbXVlMxt5Hh67PqrCqYVJW/8zUrW2WYk8EZPwWsRxneYT3BC2ek IQuB8h3Jw4r24nhhGVp/xK1bdxUYEcS5pFN/HZFphdmUvC4CAeKJg4KYB+a2X35iCISY NrtVaWCFSYvdHlm+TR7/O/sN/Vr5lNnPXT2yY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=6c+uCW1fGvbLx0zA1XQL7nSJdpxKVPC9PLDVKZSKIK0=; b=nnqgSVNOfg1h9xGAOb1u/Uf6n2qTzrOsWtCIKQbRBRcS6jWWRqQ0yHa+kyQ5LgTdmD IR0+UrTZF8vU/JvXhvSQWkicG4uI72QKGq9Hh7V65njLRIi61z7qe7nI7BdxUExP7xlM +lMCMpGft7kDqzPjcjNw+IUTw3yM3ZjTpBQkIU8/gH1GL1XcsEtq9K0B5Q/sEXm+yR6E g56e4pN5TSf8zxfR4890dy6E4d6utwkNimIbVUPv/dTRc6PKZH+spZQTJXnd2Bjj+Db3 bvVvWhCpxXVFsW+BDw8Kei3o9UYHcbV7VgWJlhrcQt7NBCN59I5Foghq7GbCD0ENzRAo 49eA== Received: by 10.68.138.133 with SMTP id qq5mr16629024pbb.86.1347454142837; Wed, 12 Sep 2012 05:49:02 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.66.87.41 with HTTP; Wed, 12 Sep 2012 05:48:31 -0700 (PDT) In-Reply-To: <201209120731.q8C7VMJ4020038@svn.freebsd.org> References: <201209120731.q8C7VMJ4020038@svn.freebsd.org> From: Eitan Adler Date: Wed, 12 Sep 2012 08:48:31 -0400 X-Google-Sender-Auth: vF1Mui1Hoij1dtcLIZzPZMBVX_Q Message-ID: To: Alexey Dokuchaev Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnyOoHTepoDNLL5lDQzGbBrnoJHzAXkXM7hKnmMexCdHMuasR4hYlwymH1kNrbwxzAZsldK Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r304136 - head/security/vuxml X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 12:49:03 -0000 On 12 September 2012 03:31, Alexey Dokuchaev wrote: > Author: danfe > Date: Wed Sep 12 07:31:22 2012 > New Revision: 304136 > URL: http://svn.freebsd.org/changeset/ports/304136 > > Log: > Update NVIDIA arbitrary memory access vulnerability with CVE-2012-4225. Hi, Thank you for working to document this issue. Since the vulnerability is separate issue and could you please create a new VuXML entry instead? -- Eitan Adler Source & Ports committer X11, Bugbusting teams From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 13:16:56 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 703131065670; Wed, 12 Sep 2012 13:16:56 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5B51F8FC16; Wed, 12 Sep 2012 13:16:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CDGuXD074471; Wed, 12 Sep 2012 13:16:56 GMT (envelope-from nivit@svn.freebsd.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CDGukv074469; Wed, 12 Sep 2012 13:16:56 GMT (envelope-from nivit@svn.freebsd.org) Message-Id: <201209121316.q8CDGukv074469@svn.freebsd.org> From: Nicola Vitale Date: Wed, 12 Sep 2012 13:16:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304145 - head/devel/py-argh X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 13:16:56 -0000 Author: nivit Date: Wed Sep 12 13:16:55 2012 New Revision: 304145 URL: http://svn.freebsd.org/changeset/ports/304145 Log: - Use PLIST_FILES in place of pkg-plist Suggested by: rm Deleted: head/devel/py-argh/pkg-plist Modified: head/devel/py-argh/Makefile Modified: head/devel/py-argh/Makefile ============================================================================== --- head/devel/py-argh/Makefile Wed Sep 12 12:29:18 2012 (r304144) +++ head/devel/py-argh/Makefile Wed Sep 12 13:16:55 2012 (r304145) @@ -12,6 +12,8 @@ COMMENT= Simple (Python) argparse wrappe LICENSE= LGPL3 +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% + # Python3 ready (installation tested) USE_PYTHON= yes USE_PYDISTUTILS= easy_install From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 13:27:00 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 20CEF106566C; Wed, 12 Sep 2012 13:27:00 +0000 (UTC) Date: Wed, 12 Sep 2012 13:27:00 +0000 From: Alexey Dokuchaev To: Eitan Adler Message-ID: <20120912132700.GA6185@FreeBSD.org> References: <201209120731.q8C7VMJ4020038@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r304136 - head/security/vuxml X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 13:27:00 -0000 On Wed, Sep 12, 2012 at 08:48:31AM -0400, Eitan Adler wrote: > On 12 September 2012 03:31, Alexey Dokuchaev wrote: > > Author: danfe > > Date: Wed Sep 12 07:31:22 2012 > > New Revision: 304136 > > URL: http://svn.freebsd.org/changeset/ports/304136 > > > > Log: > > Update NVIDIA arbitrary memory access vulnerability with CVE-2012-4225. > > Thank you for working to document this issue. Since the vulnerability > is separate issue and could you please create a new VuXML entry > instead? I thought about it, but then after studying the patch, got convinced that actually the issue is the same, but first patch did not address is completely. Do you have another considerations that would warrant separate entry? ./danfe From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 13:33:43 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7F234106566B for ; Wed, 12 Sep 2012 13:33:43 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1D99A8FC15 for ; Wed, 12 Sep 2012 13:33:43 +0000 (UTC) Received: by dadr6 with SMTP id r6so1103498dad.13 for ; Wed, 12 Sep 2012 06:33:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=vg7sIP0yr0xU4f8dLhxD5caIbPqiEHy2SYpmNHgZItw=; b=CvlpYqZJjRUu5c+3nFCzqmBiQNdgPNWCTF45PsxY6oS8sAWe7x68V5X8mfPvwPXabM ebyzEUVW0bEOBwCKf2CjysXBfsAQY/UiwsiAxICmq0kzS02aHiLpg+1NB7a3cfD+m+kH 9cs5RQKGTdMOdoS8APWVi51qQBGJiVAp7encA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=vg7sIP0yr0xU4f8dLhxD5caIbPqiEHy2SYpmNHgZItw=; b=kdds3qiFN5vnuU8doIJednxX18PZh9qATtIJ9BoLHa0+NNGmmMfAy2xrG0NKphx+rK w4/JoyHmABfYnsfTdkZGj9dX9mNTsetzhZH8vH2BfjUbtV+7939S9DxL6u0VUITI5jg2 +oqL8lwtvoI3PPnS0YBqW3lcdIu0pHJEtM+9NpJE4fXYvkukOApHVVIk5/W5dr0jP/rI zVhStRbEDpbXAsjLs5CGRhLNcjlb/ORV95rQ//4eQDLhYHSKWItoEQEx7tIUpX6Ax5xl NlDXi1KpTaUOk11SWQHiM0lXx9sf6LkPSe2VnsKV1OqjSNJKAtxn+Dl09Duq9qXYHr6I 2iRg== Received: by 10.68.138.133 with SMTP id qq5mr16764466pbb.86.1347456821717; Wed, 12 Sep 2012 06:33:41 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.66.87.41 with HTTP; Wed, 12 Sep 2012 06:33:10 -0700 (PDT) In-Reply-To: <20120912132700.GA6185@FreeBSD.org> References: <201209120731.q8C7VMJ4020038@svn.freebsd.org> <20120912132700.GA6185@FreeBSD.org> From: Eitan Adler Date: Wed, 12 Sep 2012 09:33:10 -0400 X-Google-Sender-Auth: 4RXWdAxpXJ9hT1YjkAQs9KVhGHs Message-ID: To: Alexey Dokuchaev Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkbLKKzTmXjwZeRue41W40QGSrHp85TvGGeljc/rr6hpebMlocjN/lNC8HUOeojFnXU3VIS Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r304136 - head/security/vuxml X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 13:33:43 -0000 On 12 September 2012 09:27, Alexey Dokuchaev wrote: > On Wed, Sep 12, 2012 at 08:48:31AM -0400, Eitan Adler wrote: >> On 12 September 2012 03:31, Alexey Dokuchaev wrote: >> > Author: danfe >> > Date: Wed Sep 12 07:31:22 2012 >> > New Revision: 304136 >> > URL: http://svn.freebsd.org/changeset/ports/304136 >> > >> > Log: >> > Update NVIDIA arbitrary memory access vulnerability with CVE-2012-4225. >> >> Thank you for working to document this issue. Since the vulnerability >> is separate issue and could you please create a new VuXML entry >> instead? > > I thought about it, but then after studying the patch, got convinced that > actually the issue is the same, but first patch did not address is > completely. Do you have another considerations that would warrant separate > entry? You can be patched against the first issue but still be vulnerable to the latter. One rule of thumb is if the version numbers differ between what was fixed it should be a separate VuXML. VuXML doesn't track the underlying issue, it tracks what would helpful for sysadmins or desktop users. Think about it this way: - User sees warning for vuxml vid N - User updates - A few days later user sees a warning for vid N again - User is confused -- Eitan Adler Source & Ports committer X11, Bugbusting teams From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 13:36:39 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 94FB9106564A; Wed, 12 Sep 2012 13:36:39 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 65CF88FC15; Wed, 12 Sep 2012 13:36:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CDadWb077807; Wed, 12 Sep 2012 13:36:39 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CDadmD077803; Wed, 12 Sep 2012 13:36:39 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201209121336.q8CDadmD077803@svn.freebsd.org> From: Max Brazhnikov Date: Wed, 12 Sep 2012 13:36:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304146 - head/textproc/qstardict X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 13:36:39 -0000 Author: makc Date: Wed Sep 12 13:36:38 2012 New Revision: 304146 URL: http://svn.freebsd.org/changeset/ports/304146 Log: Update to 1.0.1 Modified: head/textproc/qstardict/Makefile head/textproc/qstardict/distinfo (contents, props changed) head/textproc/qstardict/pkg-plist (contents, props changed) Modified: head/textproc/qstardict/Makefile ============================================================================== --- head/textproc/qstardict/Makefile Wed Sep 12 13:16:55 2012 (r304145) +++ head/textproc/qstardict/Makefile Wed Sep 12 13:36:38 2012 (r304146) @@ -6,13 +6,12 @@ # PORTNAME= qstardict -PORTVERSION= 0.13.1 -PORTREVISION= 2 +PORTVERSION= 1.0.1 CATEGORIES= textproc MASTER_SITES= http://qstardict.ylsoftware.com/files/ MAINTAINER= makc@FreeBSD.org -COMMENT= A StarDict clone written with using Qt4 +COMMENT= Dictionary program written in Qt4 USE_BZIP2= yes USE_QT4= gui network xml qmake_build uic_build moc_build rcc_build @@ -50,11 +49,7 @@ post-patch: ${WRKSRC}/plugins/stardict/stardict.cpp do-configure: - cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKE_ARGS} - -post-configure: - ${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \ - 's|^CC .*|CC=${CC}|; s|^CXX .*|CXX=${CXX}|; s|^LINK .*|LINK=${CXX}|' + cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKE_ARGS} ${QMAKEFLAGS} post-install: @${CAT} ${PKGMESSAGE} Modified: head/textproc/qstardict/distinfo ============================================================================== --- head/textproc/qstardict/distinfo Wed Sep 12 13:16:55 2012 (r304145) +++ head/textproc/qstardict/distinfo Wed Sep 12 13:36:38 2012 (r304146) @@ -1,2 +1,2 @@ -SHA256 (qstardict-0.13.1.tar.bz2) = 52cb7b699159a804158045d2ae79bf80ce28e2febc2bb3e808784242d829c9ee -SIZE (qstardict-0.13.1.tar.bz2) = 385053 +SHA256 (qstardict-1.0.1.tar.bz2) = b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f +SIZE (qstardict-1.0.1.tar.bz2) = 565098 Modified: head/textproc/qstardict/pkg-plist ============================================================================== --- head/textproc/qstardict/pkg-plist Wed Sep 12 13:16:55 2012 (r304145) +++ head/textproc/qstardict/pkg-plist Wed Sep 12 13:36:38 2012 (r304146) @@ -3,6 +3,7 @@ lib/qstardict/plugins/libstardict.so lib/qstardict/plugins/libweb.so share/applications/qstardict.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/THANKS share/pixmaps/qstardict.png @@ -12,6 +13,7 @@ share/pixmaps/qstardict.png %%NLS%%%%DATADIR%%/translations/qstardict-es_ES.qm %%NLS%%%%DATADIR%%/translations/qstardict-fr_FR.qm %%NLS%%%%DATADIR%%/translations/qstardict-it_IT.qm +%%NLS%%%%DATADIR%%/translations/qstardict-lt_LT.qm %%NLS%%%%DATADIR%%/translations/qstardict-pl_PL.qm %%NLS%%%%DATADIR%%/translations/qstardict-pt_BR.qm %%NLS%%%%DATADIR%%/translations/qstardict-ru_RU.qm From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 13:37:58 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72D2A106564A; Wed, 12 Sep 2012 13:37:58 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5CBB78FC0A; Wed, 12 Sep 2012 13:37:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CDbwiL078122; Wed, 12 Sep 2012 13:37:58 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CDbwfw078116; Wed, 12 Sep 2012 13:37:58 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201209121337.q8CDbwfw078116@svn.freebsd.org> From: Max Brazhnikov Date: Wed, 12 Sep 2012 13:37:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304147 - in head/deskutils: . plasma-applet-qstardict X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 13:37:58 -0000 Author: makc Date: Wed Sep 12 13:37:57 2012 New Revision: 304147 URL: http://svn.freebsd.org/changeset/ports/304147 Log: Add new port deskutils/plasma-applet-qstardict: Dictionary plasmoid for KDE from QStarDict authors. WWW: http://qstardict.ylsoftware.com Added: head/deskutils/plasma-applet-qstardict/ head/deskutils/plasma-applet-qstardict/Makefile (contents, props changed) head/deskutils/plasma-applet-qstardict/distinfo (contents, props changed) head/deskutils/plasma-applet-qstardict/pkg-descr (contents, props changed) head/deskutils/plasma-applet-qstardict/pkg-plist (contents, props changed) Modified: head/deskutils/Makefile Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Wed Sep 12 13:36:38 2012 (r304146) +++ head/deskutils/Makefile Wed Sep 12 13:37:57 2012 (r304147) @@ -207,6 +207,7 @@ SUBDIR += plasma-applet-fancytasks SUBDIR += plasma-applet-panelspacer SUBDIR += plasma-applet-playwolf + SUBDIR += plasma-applet-qstardict SUBDIR += plasma-applet-serverstatuswidget SUBDIR += plasma-applet-simpleweatherforecast SUBDIR += plasma-applet-teacooker Added: head/deskutils/plasma-applet-qstardict/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/plasma-applet-qstardict/Makefile Wed Sep 12 13:37:57 2012 (r304147) @@ -0,0 +1,27 @@ +# $FreeBSD$ + +PORTNAME= qstardict +PORTVERSION= 1.0.1 +CATEGORIES= deskutils textproc kde +MASTER_SITES= http://qstardict.ylsoftware.com/files/ +PKGNAMEPREFIX= plasma-applet- + +MAINTAINER= makc@FreeBSD.org +COMMENT= Dictionary plasma applet for KDE + +RUN_DEPENDS= ${QSTARDICT_PLUGIN_PATH}/libstardict.so:${PORTSDIR}/textproc/qstardict + +USE_BZIP2= yes +USE_CMAKE= yes +USE_QT4= qmake_build uic_build moc_build rcc_build +USE_KDE4= automoc4 kdeprefix kdelibs +CMAKE_SOURCE_PATH= ${WRKSRC}/kdeplasma +MAKE_JOBS_SAFE= yes + +QSTARDICT_PLUGIN_PATH= ${LOCALBASE}/lib/qstardict/plugins + +post-patch: + ${REINPLACE_CMD} -e 's|/usr/lib/qstardict/plugins|${QSTARDICT_PLUGIN_PATH}|g' \ + ${WRKSRC}/kdeplasma/dataengine/config.h.cmake + +.include Added: head/deskutils/plasma-applet-qstardict/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/plasma-applet-qstardict/distinfo Wed Sep 12 13:37:57 2012 (r304147) @@ -0,0 +1,2 @@ +SHA256 (qstardict-1.0.1.tar.bz2) = b778ace65a22e5b9724d687ad90c77ec98feb2671774f73cd51725ec7b59e62f +SIZE (qstardict-1.0.1.tar.bz2) = 565098 Added: head/deskutils/plasma-applet-qstardict/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/plasma-applet-qstardict/pkg-descr Wed Sep 12 13:37:57 2012 (r304147) @@ -0,0 +1,3 @@ +Dictionary plasmoid for KDE from QStarDict authors. + +WWW: http://qstardict.ylsoftware.com Added: head/deskutils/plasma-applet-qstardict/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/plasma-applet-qstardict/pkg-plist Wed Sep 12 13:37:57 2012 (r304147) @@ -0,0 +1,4 @@ +lib/kde4/plasma_applet_qstardict.so +lib/kde4/plasma_engine_qstardict.so +share/kde4/services/plasma-dataengine-qstardict.desktop +share/kde4/services/plasma-qstardict-default.desktop From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 14:07:43 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id AB2F8106566B; Wed, 12 Sep 2012 14:07:43 +0000 (UTC) Date: Wed, 12 Sep 2012 14:07:43 +0000 From: Alexey Dokuchaev To: Eitan Adler Message-ID: <20120912140743.GA13202@FreeBSD.org> References: <201209120731.q8C7VMJ4020038@svn.freebsd.org> <20120912132700.GA6185@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r304136 - head/security/vuxml X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 14:07:43 -0000 On Wed, Sep 12, 2012 at 09:33:10AM -0400, Eitan Adler wrote: > You can be patched against the first issue but still be vulnerable to > the latter. One rule of thumb is if the version numbers differ between > what was fixed it should be a separate VuXML. > > VuXML doesn't track the underlying issue, it tracks what would helpful > for sysadmins or desktop users. > > Think about it this way: > - User sees warning for vuxml vid N > - User updates > - A few days later user sees a warning for vid N again > - User is confused He should not be: vulnerability description was updated accordingly. As for version numbers, it should not be an issue since previously I was more conservative and now the range(s) cover all the spectrum. In fact, I would be confused to see two very similar VuXML vids. That said, if you still prefer to have two separate entries, let it be so, I'll update it. ./danfe From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 14:10:30 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3668E106564A; Wed, 12 Sep 2012 14:10:30 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 20EEA8FC12; Wed, 12 Sep 2012 14:10:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CEATsg083182; Wed, 12 Sep 2012 14:10:29 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CEATn1083180; Wed, 12 Sep 2012 14:10:29 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201209121410.q8CEATn1083180@svn.freebsd.org> From: Alexey Dokuchaev Date: Wed, 12 Sep 2012 14:10:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304148 - head/games/cake X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 14:10:30 -0000 Author: danfe Date: Wed Sep 12 14:10:29 2012 New Revision: 304148 URL: http://svn.freebsd.org/changeset/ports/304148 Log: Beautify port description and provide author name since WWW page is gone. Modified: head/games/cake/pkg-descr Modified: head/games/cake/pkg-descr ============================================================================== --- head/games/cake/pkg-descr Wed Sep 12 13:37:57 2012 (r304147) +++ head/games/cake/pkg-descr Wed Sep 12 14:10:29 2012 (r304148) @@ -2,17 +2,18 @@ Cake is powerful 3D game engine and (as for id Software's Quake III Arena maps. It currently features: * BSP (+PVS) support - * collisions detection (with normal faces + patches) - * shaders + textures - * lightmaps - * vertex deformations - * cloudbox + skybox (nearbox and farbox) - * volumetric fog - * bezier surfaces (with variable LOD) - * multiple viewports - * console - * record/playback demo support (DM3 format not supported) - * background music + 3D sounds (not under FreeBSD though) - * models - * entities (with variable LOD) - * zip compressed files (*.pk3) + * Collision detection (with normal faces + patches) + * Shaders and textures + * Lightmaps and models + * Vertex deformations + * Cloudbox and skybox (nearbox/farbox) + * Volumetric fog + * Bezier surfaces (with variable LOD) + * Multiple viewports + * Console + * Record/playback demo support (DM3 format not supported) + * Background music + 3D sounds (not under FreeBSD though) + * Entities (with variable LOD) + * ZIP compressed files (*.pk3) + +Author: Nicolas Crittin From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 15:00:43 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA70A106568D; Wed, 12 Sep 2012 15:00:43 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8C6EF8FC1B; Wed, 12 Sep 2012 15:00:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CF0h6b091249; Wed, 12 Sep 2012 15:00:43 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CF0h6w091244; Wed, 12 Sep 2012 15:00:43 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209121500.q8CF0h6w091244@svn.freebsd.org> From: Bryan Drewery Date: Wed, 12 Sep 2012 15:00:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304149 - in head/sysutils: . beadm beadm-devel X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 15:00:43 -0000 Author: bdrewery Date: Wed Sep 12 15:00:42 2012 New Revision: 304149 URL: http://svn.freebsd.org/changeset/ports/304149 Log: - Add development version of beadm Changelog: * Make `beadm list` several times faster. Added: head/sysutils/beadm-devel/ - copied from r304148, head/sysutils/beadm/ Modified: head/sysutils/Makefile head/sysutils/beadm-devel/Makefile head/sysutils/beadm-devel/distinfo head/sysutils/beadm/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Wed Sep 12 14:10:29 2012 (r304148) +++ head/sysutils/Makefile Wed Sep 12 15:00:42 2012 (r304149) @@ -69,6 +69,7 @@ SUBDIR += bchunk SUBDIR += be_agent SUBDIR += beadm + SUBDIR += beadm-devel SUBDIR += binup SUBDIR += biosfont SUBDIR += bkpupsd Modified: head/sysutils/beadm-devel/Makefile ============================================================================== --- head/sysutils/beadm/Makefile Wed Sep 12 14:10:29 2012 (r304148) +++ head/sysutils/beadm-devel/Makefile Wed Sep 12 15:00:42 2012 (r304149) @@ -1,26 +1,25 @@ -# New ports collection makefile for: beadm -# Date created: 26 April 2012 -# Whom: Bryan Drewery -# # $FreeBSD$ -# PORTNAME= beadm -PORTVERSION= 0.8 +PORTVERSION= 0.8.99.20120912 CATEGORIES= sysutils -MASTER_SITES= SF/beadm/dist/ +MASTER_SITES= http://github.com/${GH_ACCOUNT}/${PORTNAME}/tarball/${GH_COMMIT}/ +PKGNAMESUFFIX= -devel +DISTNAME= ${GH_ACCOUNT}-${PORTNAME}-${GH_COMMIT} MAINTAINER= bdrewery@FreeBSD.org COMMENT= Solaris-like utility to manage Boot Environments on ZFS LICENSE= BSD -USE_GITHUB= yes +FETCH_ARGS= -Fpr GH_ACCOUNT= vermaden -GH_COMMIT= b0cdd0c +GH_COMMIT= 3eb4ac9 NO_BUILD= YES +CONFLICTS_INSTALL= beadm-[0-9]* + PLIST_FILES= sbin/${PORTNAME} MAN1= ${PORTNAME}.1 Modified: head/sysutils/beadm-devel/distinfo ============================================================================== --- head/sysutils/beadm/distinfo Wed Sep 12 14:10:29 2012 (r304148) +++ head/sysutils/beadm-devel/distinfo Wed Sep 12 15:00:42 2012 (r304149) @@ -1,2 +1,2 @@ -SHA256 (beadm-0.8.tar.gz) = d38e939eb0a063eb77228c4bda7bd499239cfcd8c3efc1ecae75f55bf2637d0c -SIZE (beadm-0.8.tar.gz) = 13627 +SHA256 (vermaden-beadm-3eb4ac9.tar.gz) = 7d7b641bdafc488c7021d897c85f4d5dbb47cdccadcad4396fc5c85b7d1ebd0d +SIZE (vermaden-beadm-3eb4ac9.tar.gz) = 13626 Modified: head/sysutils/beadm/Makefile ============================================================================== --- head/sysutils/beadm/Makefile Wed Sep 12 14:10:29 2012 (r304148) +++ head/sysutils/beadm/Makefile Wed Sep 12 15:00:42 2012 (r304149) @@ -21,6 +21,8 @@ GH_COMMIT= b0cdd0c NO_BUILD= YES +CONFLICTS_INSTALL= beadm-devel-* + PLIST_FILES= sbin/${PORTNAME} MAN1= ${PORTNAME}.1 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 15:15:15 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C31FB106566C; Wed, 12 Sep 2012 15:15:15 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id ADBE88FC16; Wed, 12 Sep 2012 15:15:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CFFFAK093686; Wed, 12 Sep 2012 15:15:15 GMT (envelope-from decke@svn.freebsd.org) Received: (from decke@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CFFFEK093683; Wed, 12 Sep 2012 15:15:15 GMT (envelope-from decke@svn.freebsd.org) Message-Id: <201209121515.q8CFFFEK093683@svn.freebsd.org> From: Bernhard Froehlich Date: Wed, 12 Sep 2012 15:15:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304150 - head/www/phpvirtualbox X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 15:15:15 -0000 Author: decke Date: Wed Sep 12 15:15:15 2012 New Revision: 304150 URL: http://svn.freebsd.org/changeset/ports/304150 Log: - Update to 4.1-10 - Add another MASTER_SITE because upstream seems to delete old releases Reported by: pointyhat (via beat) Modified: head/www/phpvirtualbox/Makefile head/www/phpvirtualbox/distinfo Modified: head/www/phpvirtualbox/Makefile ============================================================================== --- head/www/phpvirtualbox/Makefile Wed Sep 12 15:00:42 2012 (r304149) +++ head/www/phpvirtualbox/Makefile Wed Sep 12 15:15:15 2012 (r304150) @@ -6,9 +6,10 @@ # PORTNAME= phpvirtualbox -DISTVERSION= 4.1-9 +DISTVERSION= 4.1-10 CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \ + LOCAL/decke MAINTAINER= vbox@FreeBSD.org COMMENT= AJAX Web Interface for VirtualBox Modified: head/www/phpvirtualbox/distinfo ============================================================================== --- head/www/phpvirtualbox/distinfo Wed Sep 12 15:00:42 2012 (r304149) +++ head/www/phpvirtualbox/distinfo Wed Sep 12 15:15:15 2012 (r304150) @@ -1,2 +1,2 @@ -SHA256 (phpvirtualbox-4.1-9.zip) = 105c4ce17a90e2d2d1f0eb5bae1390fffd0d920d3bec9b980cc583b4f01bfb6e -SIZE (phpvirtualbox-4.1-9.zip) = 2761578 +SHA256 (phpvirtualbox-4.1-10.zip) = c4c7be5a6125b454a81ccdae8de460bf7c5994cf904a505450f9a2e87cebb409 +SIZE (phpvirtualbox-4.1-10.zip) = 2762611 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 15:40:27 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 65ACD106564A; Wed, 12 Sep 2012 15:40:27 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4FD048FC14; Wed, 12 Sep 2012 15:40:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CFeR4L097522; Wed, 12 Sep 2012 15:40:27 GMT (envelope-from obrien@svn.freebsd.org) Received: (from obrien@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CFeR1X097520; Wed, 12 Sep 2012 15:40:27 GMT (envelope-from obrien@svn.freebsd.org) Message-Id: <201209121540.q8CFeR1X097520@svn.freebsd.org> From: "David E. O'Brien" Date: Wed, 12 Sep 2012 15:40:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304151 - head/editors/vim X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 15:40:27 -0000 Author: obrien Date: Wed Sep 12 15:40:26 2012 New Revision: 304151 URL: http://svn.freebsd.org/changeset/ports/304151 Log: Remove limitation on unthreaded version of Tcl. PR: 171158 Submitted by: gahr Modified: head/editors/vim/Makefile Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Wed Sep 12 15:15:15 2012 (r304150) +++ head/editors/vim/Makefile Wed Sep 12 15:40:26 2012 (r304151) @@ -88,8 +88,7 @@ MAKE_ARGS+= CONF_OPT_RUBY="--enable-ruby .endif .if defined(WITH_TCL) -USE_TCL= 82+ -USE_TCL_NO_THREADS= yes +USE_TCL= 85+ .endif .if defined(WITH_LUA) From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 16:25:44 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54FC6106566B; Wed, 12 Sep 2012 16:25:44 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 400DA8FC0A; Wed, 12 Sep 2012 16:25:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CGPiUH004861; Wed, 12 Sep 2012 16:25:44 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CGPisg004859; Wed, 12 Sep 2012 16:25:44 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209121625.q8CGPisg004859@svn.freebsd.org> From: Bryan Drewery Date: Wed, 12 Sep 2012 16:25:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304152 - head/Mk X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 16:25:44 -0000 Author: bdrewery Date: Wed Sep 12 16:25:43 2012 New Revision: 304152 URL: http://svn.freebsd.org/changeset/ports/304152 Log: - Fix warning when running pkg2ng PR: ports/171326 Submitted by: bdrewery Approved by: beat (portmgr) after exp-run Modified: head/Mk/bsd.ncurses.mk Modified: head/Mk/bsd.ncurses.mk ============================================================================== --- head/Mk/bsd.ncurses.mk Wed Sep 12 15:40:26 2012 (r304151) +++ head/Mk/bsd.ncurses.mk Wed Sep 12 16:25:43 2012 (r304152) @@ -63,7 +63,7 @@ PKGARGS= -c ${DESTDIR} .else PKGARGS= .endif -NCURSES_INSTALLED!= ${PKG_BIN} ${PKGARGS} which -qo ${LOCALBASE}/lib/libncurses.so +NCURSES_INSTALLED!= ${PKG_BIN} ${PKGARGS} which -qo ${LOCALBASE}/lib/libncurses.so || : .else NCURSES_INSTALLED!= find "${PKG_DBDIR}/" -type f -name "+CONTENTS" -print0 | \ xargs -0 grep -l "^lib/libncurses.so." | \ From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 16:41:32 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61176106564A; Wed, 12 Sep 2012 16:41:32 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4B67B8FC17; Wed, 12 Sep 2012 16:41:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CGfWVf007387; Wed, 12 Sep 2012 16:41:32 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CGfWv5007381; Wed, 12 Sep 2012 16:41:32 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201209121641.q8CGfWv5007381@svn.freebsd.org> From: Jung-uk Kim Date: Wed, 12 Sep 2012 16:41:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304153 - in head/editors/libreoffice: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 16:41:32 -0000 Author: jkim Date: Wed Sep 12 16:41:31 2012 New Revision: 304153 URL: http://svn.freebsd.org/changeset/ports/304153 Log: - Deprecate USE_OPENSSL. It causes nothing but trouble at the moment. - Set some environment variables needed by old build system. - Fix build with GCC and reinstate WITH_GCC knob. - Tidy up some nits while I am here. Added: head/editors/libreoffice/files/patch-cppunit__freebsd.patch (contents, props changed) head/editors/libreoffice/files/patch-cppunit__gcc-abi-demangle.patch (contents, props changed) head/editors/libreoffice/files/patch-cppunit__makefile.mk (contents, props changed) Modified: head/editors/libreoffice/Makefile head/editors/libreoffice/files/patch-configure Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Wed Sep 12 16:25:43 2012 (r304152) +++ head/editors/libreoffice/Makefile Wed Sep 12 16:41:31 2012 (r304153) @@ -7,7 +7,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 0 +PORTREVISION= 1 MASTER_SITE_SUBDIR= src/${PORTVERSION}/ MASTER_SITES+= http://dev-www.libreoffice.org/src/:ext \ @@ -67,7 +67,6 @@ USE_XZ= yes USE_PYTHON= yes USE_QT4= # empty but required #l10n -INSTALL_TARGET= distro-pack-install DIST_SUBDIR= libreoffice WRKSRC= ${WRKDIR}/${PORTNAME}-core-${LOVERSION} @@ -88,7 +87,6 @@ USE_PERL5_BUILD= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_BISON= build -USE_OPENSSL= yes WANT_GNOME= yes USE_XORG= xaw xrandr @@ -107,10 +105,8 @@ SYSTRAY_DESC= Enable systemtray quicksta WEBDAV_DESC= Enable webdav protocol JAVA_DESC= Add java support (XML Filters, macros) -CONFIGURE_ENV= GPERF=${LOCALBASE}/bin/gperf \ - DMAKE=${LOCALBASE}/bin/dmake \ - OPENSSL_CFLAGS="-I${OPENSSLINC}" \ - OPENSSL_LIBS="-L${OPENSSLLIB} -lssl" +CONFIGURE_ENV= DMAKE=${LOCALBASE}/bin/dmake \ + GPERF=${LOCALBASE}/bin/gperf CONFIGURE_ARGS+= --with-unix-wrapper="libreoffice" \ --disable-fetch-external \ @@ -204,38 +200,6 @@ MANCOMPRESSED= yes .include -#.if defined(WITH_GCC) -#USE_GCC= 4.6+ -#DISTFILES+= bd30e9cf5523cdfc019b94f5e1d7fd19-cppunit-1.12.1.tar.gz:ext -#.else -.if exists(/usr/bin/clang) && ${OSVERSION} >= 900014 -CC= /usr/bin/clang -CPP= /usr/bin/clang-cpp -CXX= /usr/bin/clang++ -CXXCPP= ${CPP} -.else -# XXX Clang PR13308 (http://llvm.org/bugs/show_bug.cgi?id=13308) -BUILD_DEPENDS+= clang-devel>=3.2.r159895:${PORTSDIR}/lang/clang-devel -USE_BINUTILS= yes -CC= ${LOCALBASE}/bin/clang -CPP= ${CC} -E -CXX= ${LOCALBASE}/bin/clang++ -CXXCPP= ${CXX} -E -CONFIGURE_ARGS+= --with-linker-hash-style=sysv -.endif -CONFIGURE_ENV+= CXXCPP="${CXXCPP}" -CONFIGURE_ARGS+= --with-system-cppunit -BUILD_DEPENDS+= ${LOCALBASE}/lib/libcppunit.so:${PORTSDIR}/devel/cppunit -#.endif - -MAKE_ENV+= USE_GMAKE=1 DESTDIR=${LODESTDIR} - -CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/db${BDB_VER} -LDFLAGS+= -L${LOCALBASE}/lib - -# XXX Avoid -rpath pollution from bsd.openssl.mk. -CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" - .if ${PORT_OPTIONS:MPGSQL} USE_PGSQL= yes WANT_PGSQL_VER= 90+ @@ -367,6 +331,40 @@ CONFIGURE_ARGS+= --enable-release-build .include +.if defined(WITH_GCC) +USE_GCC= 4.6+ +DISTFILES+= bd30e9cf5523cdfc019b94f5e1d7fd19-cppunit-1.12.1.tar.gz:ext +CONFIGURE_ENV+= CXXCPP="${CPP}" +.else +.if exists(/usr/bin/clang) && ${OSVERSION} >= 900014 +CC= /usr/bin/clang +CPP= /usr/bin/clang-cpp +CXX= /usr/bin/clang++ +CONFIGURE_ENV+= CXXCPP="${CPP}" +.else +# XXX Clang PR13308 (http://llvm.org/bugs/show_bug.cgi?id=13308) +BUILD_DEPENDS+= clang-devel>=3.2.r159895:${PORTSDIR}/lang/clang-devel +USE_BINUTILS= yes +CC= ${LOCALBASE}/bin/clang +CPP= ${CC} -E +CXX= ${LOCALBASE}/bin/clang++ +CONFIGURE_ENV+= CXXCPP="${CXX} -E" +.endif +CONFIGURE_ARGS+= --with-system-cppunit +BUILD_DEPENDS+= ${LOCALBASE}/lib/libcppunit.so:${PORTSDIR}/devel/cppunit +.endif + +.if ${OSVERSION} < 900506 +CONFIGURE_ARGS+= --with-linker-hash-style=sysv +.endif + +CPPFLAGS= -I${LOCALBASE}/include -I${LOCALBASE}/include/db${BDB_VER} +LDFLAGS= -L${LOCALBASE}/lib + +MAKE_ENV+= ENVCFLAGS="${CFLAGS}" ENVCXXFLAGS="${CXXFLAGS}" +MAKE_ENV+= ENVLINKFLAGS="${LDFLAGS}" +MAKE_ENV+= USE_GMAKE=1 + post-extract: @${MKDIR} ${WRKSRC}/clone @${MKDIR} ${WRKSRC}/src @@ -389,10 +387,6 @@ post-patch: -e 's#@DB_LIB@#${BDB_LIB_NAME}#' \ ${WRKSRC}/set_soenv.in @${REINPLACE_CMD} -e 's/sha1sum/sha1/g' ${WRKSRC}/configure -.if defined(WITH_GCC) - @${REINPLACE_CMD} -e "s|^LINKFLAGSDEFS:=|LINKFLAGSDEFS:=-Wl,-rpath=${LOCALBASE}/lib/${_GCC_BUILD_DEPENDS}|" \ - ${WRKSRC}/solenv/inc/unxfbsd.mk -.endif .if ${CC} == /usr/bin/clang && ${OSVERSION} < 900506 #Visibility is broken with clang @${REINPLACE_CMD} -e "s|HAVE_GCC_VISIBILITY_FEATURE=TRUE|HAVE_GCC_VISIBILITY_FEATURE=|g" \ @@ -414,6 +408,10 @@ post-configure: @cd ${WRKSRC} && ./bin/create_bootstrap_links @${TOUCH} ${WRKSRC}/src.downloaded +do-install: + @cd ${WRKSRC} && ${SETENV} DESTDIR="${LODESTDIR}" \ + ${GMAKE} distro-pack-install + post-install: @${RM} -f ${PLISTF} ${PLISTD} # It seems that the empty directories are necessary for libreoffice keep them for now Modified: head/editors/libreoffice/files/patch-configure ============================================================================== --- head/editors/libreoffice/files/patch-configure Wed Sep 12 16:25:43 2012 (r304152) +++ head/editors/libreoffice/files/patch-configure Wed Sep 12 16:41:31 2012 (r304153) @@ -1,5 +1,5 @@ ---- ./configure.orig 2012-07-03 07:01:28.000000000 -0400 -+++ ./configure 2012-08-17 14:41:37.000000000 -0400 +--- ./configure.orig 2012-08-08 09:05:10.000000000 -0400 ++++ ./configure 2012-09-10 18:59:08.000000000 -0400 @@ -25612,11 +25612,13 @@ { $as_echo "$as_me:$LINENO: checking which hash container mdds shall use" >&5 $as_echo_n "checking which hash container mdds shall use... " >&6; } @@ -16,3 +16,14 @@ { $as_echo "$as_me:$LINENO: result: boost::unordered_map" >&5 $as_echo "boost::unordered_map" >&6; } fi +@@ -30882,8 +30884,8 @@ + $as_echo "external" >&6; } + # Mac OS builds should get out without extra stuff is the Mac porters' + # wish. And pkg-config is although Xcode ships a .pc for openssl +- if test "$_os" = "Darwin" -o "$_os" = "NetBSD" -o "$_os" = "OpenBSD" -o \ +- "$_os" = "DragonFly"; then ++ if test "$_os" = "Darwin" -o "$_os" = "FreeBSD" -o "$_os" = "NetBSD" -o \ ++ "$_os" = "OpenBSD" -o "$_os" = "DragonFly"; then + OPENSSL_CFLAGS= + OPENSSL_LIBS="-lssl -lcrypto" + else Added: head/editors/libreoffice/files/patch-cppunit__freebsd.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/libreoffice/files/patch-cppunit__freebsd.patch Wed Sep 12 16:41:31 2012 (r304153) @@ -0,0 +1,131 @@ +--- ./cppunit/freebsd.patch.orig 2012-07-25 15:44:00.000000000 -0400 ++++ ./cppunit/freebsd.patch 2012-07-25 15:46:01.000000000 -0400 +@@ -0,0 +1,128 @@ ++--- misc/build/cppunit-1.12.1/configure 2008-02-20 00:59:58.000000000 -0500 +++++ misc/build/cppunit-1.12.1/configure 2012-07-25 15:06:50.000000000 -0400 ++@@ -8917,7 +8917,7 @@ ++ hardcode_shlibpath_var=no ++ ;; ++ ++- freebsd1*) +++ freebsd1.*) ++ ld_shlibs=no ++ ;; ++ ++@@ -9566,7 +9566,7 @@ ++ shlibpath_var=LD_LIBRARY_PATH ++ ;; ++ ++-freebsd1*) +++freebsd1.*) ++ dynamic_linker=no ++ ;; ++ ++@@ -9577,7 +9577,7 @@ ++ objformat=`/usr/bin/objformat` ++ else ++ case $host_os in ++- freebsd[123]*) objformat=aout ;; +++ freebsd[123].*) objformat=aout ;; ++ *) objformat=elf ;; ++ esac ++ fi ++@@ -12005,7 +12005,7 @@ ++ ;; ++ esac ++ ;; ++- freebsd[12]*) +++ freebsd[12].*) ++ # C++ shared libraries reported to be fairly broken before switch to ELF ++ ld_shlibs_CXX=no ++ ;; ++@@ -13544,7 +13544,7 @@ ++ shlibpath_var=LD_LIBRARY_PATH ++ ;; ++ ++-freebsd1*) +++freebsd1.*) ++ dynamic_linker=no ++ ;; ++ ++@@ -13555,7 +13555,7 @@ ++ objformat=`/usr/bin/objformat` ++ else ++ case $host_os in ++- freebsd[123]*) objformat=aout ;; +++ freebsd[123].*) objformat=aout ;; ++ *) objformat=elf ;; ++ esac ++ fi ++@@ -15581,7 +15581,7 @@ ++ hardcode_shlibpath_var_F77=no ++ ;; ++ ++- freebsd1*) +++ freebsd1.*) ++ ld_shlibs_F77=no ++ ;; ++ ++@@ -16178,7 +16178,7 @@ ++ shlibpath_var=LD_LIBRARY_PATH ++ ;; ++ ++-freebsd1*) +++freebsd1.*) ++ dynamic_linker=no ++ ;; ++ ++@@ -16189,7 +16189,7 @@ ++ objformat=`/usr/bin/objformat` ++ else ++ case $host_os in ++- freebsd[123]*) objformat=aout ;; +++ freebsd[123].*) objformat=aout ;; ++ *) objformat=elf ;; ++ esac ++ fi ++@@ -18215,7 +18215,7 @@ ++ hardcode_shlibpath_var_GCJ=no ++ ;; ++ ++- freebsd1*) +++ freebsd1.*) ++ ld_shlibs_GCJ=no ++ ;; ++ ++@@ -18812,7 +18812,7 @@ ++ shlibpath_var=LD_LIBRARY_PATH ++ ;; ++ ++-freebsd1*) +++freebsd1.*) ++ dynamic_linker=no ++ ;; ++ ++@@ -18823,7 +18823,7 @@ ++ objformat=`/usr/bin/objformat` ++ else ++ case $host_os in ++- freebsd[123]*) objformat=aout ;; +++ freebsd[123].*) objformat=aout ;; ++ *) objformat=elf ;; ++ esac ++ fi ++@@ -21068,6 +21068,7 @@ ++ #include ++ #include ++ #include +++#include ++ ++ template ++ class A {}; ++--- misc/build/cppunit-1.12.1/src/cppunit/TypeInfoHelper.cpp 2004-02-18 15:45:44.000000000 -0500 +++++ misc/build/cppunit-1.12.1/src/cppunit/TypeInfoHelper.cpp 2012-07-25 15:05:11.000000000 -0400 ++@@ -6,6 +6,7 @@ ++ #include ++ ++ #if CPPUNIT_HAVE_GCC_ABI_DEMANGLE +++#include ++ #include ++ #endif ++ Added: head/editors/libreoffice/files/patch-cppunit__gcc-abi-demangle.patch ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/libreoffice/files/patch-cppunit__gcc-abi-demangle.patch Wed Sep 12 16:41:31 2012 (r304153) @@ -0,0 +1,31 @@ +--- ./cppunit/gcc-abi-demangle.patch.orig 2012-07-25 15:22:00.000000000 -0400 ++++ ./cppunit/gcc-abi-demangle.patch 2012-08-22 14:35:55.000000000 -0400 +@@ -0,0 +1,28 @@ ++--- misc/build/cppunit-1.12.1/src/cppunit/TypeInfoHelper.cpp 2004-02-18 15:45:44.000000000 -0500 +++++ misc/build/cppunit-1.12.1/src/cppunit/TypeInfoHelper.cpp 2012-08-22 14:35:55.000000000 -0400 ++@@ -21,10 +21,21 @@ ++ int status = 0; ++ char* c_name = 0; ++ ++- c_name = abi::__cxa_demangle( info.name(), 0, 0, &status ); ++- ++- std::string name( c_name ); ++- free( c_name ); +++ const char* c_origName = info.name(); +++ if(c_origName[0] == '*') +++ ++c_origName; +++ c_name = abi::__cxa_demangle( c_origName, 0, 0, &status ); +++ +++ std::string name; +++ if(c_name) +++ { +++ name = std::string( c_name ); +++ free( c_name ); +++ } +++ else +++ { +++ name = std::string( c_origName ); +++ } ++ ++ #else // CPPUNIT_HAVE_GCC_ABI_DEMANGLE ++ Added: head/editors/libreoffice/files/patch-cppunit__makefile.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/libreoffice/files/patch-cppunit__makefile.mk Wed Sep 12 16:41:31 2012 (r304153) @@ -0,0 +1,22 @@ +--- ./cppunit/makefile.mk.orig 2012-08-08 09:00:06.000000000 -0400 ++++ ./cppunit/makefile.mk 2012-09-10 20:26:04.000000000 -0400 +@@ -34,7 +34,7 @@ + # from + +-PATCH_FILES = solarisfinite.patch warnings.patch windows.patch ldflags.patch aix.patch avoid-synthetised-destructor.patch ios.patch ++PATCH_FILES = solarisfinite.patch warnings.patch windows.patch ldflags.patch aix.patch avoid-synthetised-destructor.patch ios.patch gcc-abi-demangle.patch + # solarisfinite.patch: see + # warnings.patch: see Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 87B421065672; Wed, 12 Sep 2012 17:00:55 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 726518FC0A; Wed, 12 Sep 2012 17:00:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CH0tnm010488; Wed, 12 Sep 2012 17:00:55 GMT (envelope-from osa@svn.freebsd.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CH0tJC010484; Wed, 12 Sep 2012 17:00:55 GMT (envelope-from osa@svn.freebsd.org) Message-Id: <201209121700.q8CH0tJC010484@svn.freebsd.org> From: "Sergey A. Osokin" Date: Wed, 12 Sep 2012 17:00:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304154 - head/www/nginx-devel X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 17:00:55 -0000 Author: osa Date: Wed Sep 12 17:00:54 2012 New Revision: 304154 URL: http://svn.freebsd.org/changeset/ports/304154 Log: Update from 1.3.5 to 1.3.6. *) Feature: the ngx_http_gunzip_filter_module. *) Feature: the "memcached_gzip_flag" directive. *) Feature: the "always" parameter of the "gzip_static" directive. *) Bugfix: in the "limit_req" directive; the bug had appeared in 1.1.14. Thanks to Charles Chen. *) Bugfix: nginx could not be built by gcc 4.7 with -O2 optimization if the --with-ipv6 option was used. Modified: head/www/nginx-devel/Makefile head/www/nginx-devel/distinfo Modified: head/www/nginx-devel/Makefile ============================================================================== --- head/www/nginx-devel/Makefile Wed Sep 12 16:41:31 2012 (r304153) +++ head/www/nginx-devel/Makefile Wed Sep 12 17:00:54 2012 (r304154) @@ -6,7 +6,7 @@ # PORTNAME= nginx -PORTVERSION= 1.3.5 +PORTVERSION= 1.3.6 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= ${MASTER_SITE_LOCAL} @@ -33,6 +33,7 @@ OPTIONS_DEFINE= \ HTTP_FLV \ HTTP_GEOIP \ HTTP_GZIP_STATIC \ + HTTP_GUNZIP_FILTER \ HTTP_IMAGE_FILTER \ HTTP_PERL \ HTTP_RANDOM_INDEX \ @@ -61,7 +62,6 @@ OPTIONS_DEFINE= \ HTTP_DAV_EXT \ HTTP_EVAL \ HTTP_FANCYINDEX \ - HTTP_GUNZIP_FILTER \ HTTP_MOGILEFS \ HTTP_NOTICE \ HTTP_PUSH \ @@ -117,6 +117,7 @@ HTTP_DAV_DESC= Enable http_webdav modu HTTP_FLV_DESC= Enable http_flv module HTTP_GEOIP_DESC= Enable http_geoip module HTTP_GZIP_STATIC_DESC= Enable http_gzip_static module +HTTP_GUNZIP_FILTER_DESC= Enable http_gunzip_filter module HTTP_IMAGE_FILTER_DESC= Enable http_image_filter module HTTP_MP4_DESC= Enable http_mp4 module HTTP_PERL_DESC= Enable http_perl module @@ -146,7 +147,6 @@ HTTP_AUTH_REQ_DESC= 3rd party http_auth HTTP_DAV_EXT_DESC= 3rd party webdav_ext module HTTP_EVAL_DESC= 3rd party eval module HTTP_FANCYINDEX_DESC= 3rd party http_fancyindex module -HTTP_GUNZIP_FILTER_DESC= 3rd party http_gunzip_filter module HTTP_MOGILEFS_DESC= 3rd party mogilefs module HTTP_MP4_H264_DESC= 3rd party mp4/h264 module HTTP_NOTICE_DESC= 3rd party notice module @@ -367,13 +367,6 @@ DISTFILES+= ngx-fancyindex-${NGINX_FANCY CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx-fancyindex-${NGINX_FANCYINDEX_VERSION} .endif -.if ${PORT_OPTIONS:MHTTP_GUNZIP_FILTER} -NGINX_GUNZIP_FILTER_VERSION= 0.4 -MASTER_SITES+= http://mdounin.ru/files/:gunzipfilter -DISTFILES+= ngx_http_gunzip_filter_module-${NGINX_GUNZIP_FILTER_VERSION}.tar.gz:gunzipfilter -CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_http_gunzip_filter_module-${NGINX_GUNZIP_FILTER_VERSION} -.endif - .if ${PORT_OPTIONS:MHTTP_FLV} CONFIGURE_ARGS+=--with-http_flv_module .endif @@ -387,6 +380,10 @@ LIB_DEPENDS+= GeoIP:${PORTSDIR}/net/GeoI CONFIGURE_ARGS+=--with-http_gzip_static_module .endif +.if ${PORT_OPTIONS:MHTTP_GUNZIP_FILTER} +CONFIGURE_ARGS+=--with-http_gunzip_module +.endif + .if ${PORT_OPTIONS:MHTTP_IMAGE_FILTER} LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd CONFIGURE_ARGS+=--with-http_image_filter_module Modified: head/www/nginx-devel/distinfo ============================================================================== --- head/www/nginx-devel/distinfo Wed Sep 12 16:41:31 2012 (r304153) +++ head/www/nginx-devel/distinfo Wed Sep 12 17:00:54 2012 (r304154) @@ -1,5 +1,5 @@ -SHA256 (nginx-1.3.5.tar.gz) = 9b0cd90b76dba86cccc8f3442b6adddbde8441fa3f9b6ffb339f0c85c2f8ab44 -SIZE (nginx-1.3.5.tar.gz) = 725169 +SHA256 (nginx-1.3.6.tar.gz) = 9e6e680b75c6db09bf09bb717721dad8b2d7897d8fc54d4cdc8c5af972dd3d5d +SIZE (nginx-1.3.6.tar.gz) = 728659 SHA256 (giom-nginx_accept_language_module-02262ce.tar.gz) = 3191f4caa70d9a8942c4f10b6abaaa96af451991d4b5e1e3d7b991376b00bf0c SIZE (giom-nginx_accept_language_module-02262ce.tar.gz) = 3398 SHA256 (nginx-accesskey-2.0.3.tar.gz) = d9e94321e78a02de16c57f3e048fd31059fd8116ed03d6de7180f435c52502b1 @@ -22,8 +22,6 @@ SHA256 (vkholodkov-nginx-eval-module-1.0 SIZE (vkholodkov-nginx-eval-module-1.0.3-0-g125fa2e.tar.gz) = 5727 SHA256 (ngx-fancyindex-0.3.1.tar.gz) = 877e383c6bc06be92abb88f5ac251a165b63feb5f4828d52a554efc19a3f7c7d SIZE (ngx-fancyindex-0.3.1.tar.gz) = 13071 -SHA256 (ngx_http_gunzip_filter_module-0.4.tar.gz) = d2bcef58612d1f66f92c7160fc05695b540ffdee45936b1e86a0d4981e09114a -SIZE (ngx_http_gunzip_filter_module-0.4.tar.gz) = 7432 SHA256 (nginx_mogilefs_module-1.0.4.tar.gz) = 7ac230d30907f013dff8d435a118619ea6168aa3714dba62c6962d350c6295ae SIZE (nginx_mogilefs_module-1.0.4.tar.gz) = 11208 SHA256 (nginx_mod_h264_streaming-2.2.7.tar.gz) = 6d974ba630cef59de1f60996c66b401264a345d25988a76037c2856cec756c19 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 17:14:02 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1B1B01065670; Wed, 12 Sep 2012 17:14:02 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 04E538FC12; Wed, 12 Sep 2012 17:14:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CHE1wP012816; Wed, 12 Sep 2012 17:14:01 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CHE1U8012812; Wed, 12 Sep 2012 17:14:01 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201209121714.q8CHE1U8012812@svn.freebsd.org> From: Max Brazhnikov Date: Wed, 12 Sep 2012 17:14:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304155 - head/irc/kvirc X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 17:14:02 -0000 Author: makc Date: Wed Sep 12 17:14:01 2012 New Revision: 304155 URL: http://svn.freebsd.org/changeset/ports/304155 Log: Update to 4.2.0 PR: ports/169621 Submitted by: Axel Gonzalez Modified: head/irc/kvirc/Makefile head/irc/kvirc/distinfo (contents, props changed) head/irc/kvirc/pkg-plist (contents, props changed) Modified: head/irc/kvirc/Makefile ============================================================================== --- head/irc/kvirc/Makefile Wed Sep 12 17:00:54 2012 (r304154) +++ head/irc/kvirc/Makefile Wed Sep 12 17:14:01 2012 (r304155) @@ -6,8 +6,7 @@ # PORTNAME= kvirc -PORTVERSION= 4.0.4 -PORTREVISION= 3 +PORTVERSION= 4.2.0 CATEGORIES= irc kde MASTER_SITES= ftp://ftp.kvirc.de/pub/kvirc/%SUBDIR%/ \ http://kvirc.gmake.de/pub/kvirc/%SUBDIR%/ \ @@ -33,14 +32,14 @@ USE_PERL5_BUILD= yes USE_QT4= moc_build qmake_build rcc_build uic_build \ dbus gui network sql xml USE_CMAKE= yes -CMAKE_ARGS= -DWITHOUT_ESD=yes -DWITHOUT_DOXYGEN=yes \ +CMAKE_ARGS= -DWANT_ESD=no -DWANT_DOXYGEN=no \ -DMANDIR=${MANPREFIX} INSTALLS_ICONS= yes USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes MAN1= kvirc.1 -MANLANG= "" de fr it +MANLANG= "" de fr it pt uk OPTIONS_DEFINE= AUDIOFILE GSM PERL PYTHON @@ -91,7 +90,7 @@ CMAKE_ARGS+= -DWITHOUT_AUDIOFILE=yes .if ${PORT_OPTIONS:MGSM} LIB_DEPENDS+= gsm.1:${PORTSDIR}/audio/gsm .else -CMAKE_ARGS+= -DWITHOUT_GSM=yes +CMAKE_ARGS+= -DWANT_GSM=no .endif #scripting support @@ -99,7 +98,7 @@ CMAKE_ARGS+= -DWITHOUT_GSM=yes USE_PYTHON= yes PLIST_SUB+= PYTHON="" .else -CMAKE_ARGS+= -DWITHOUT_PYTHON=yes +CMAKE_ARGS+= -DWANT_PYTHON=no PLIST_SUB+= PYTHON="@comment " .endif @@ -107,7 +106,7 @@ PLIST_SUB+= PYTHON="@comment " USE_PERL5_RUN= yes PLIST_SUB+= PERL="" .else -CMAKE_ARGS+= -DWITHOUT_PERL=yes +CMAKE_ARGS+= -DWANT_PERL=no PLIST_SUB+= PERL="@comment " .endif Modified: head/irc/kvirc/distinfo ============================================================================== --- head/irc/kvirc/distinfo Wed Sep 12 17:00:54 2012 (r304154) +++ head/irc/kvirc/distinfo Wed Sep 12 17:14:01 2012 (r304155) @@ -1,2 +1,2 @@ -SHA256 (kvirc-4.0.4.tar.bz2) = b31501853f785d51d4f6cf16a312f4162b53563e90663e6445784ecaf6dc7ef5 -SIZE (kvirc-4.0.4.tar.bz2) = 5355332 +SHA256 (kvirc-4.2.0.tar.bz2) = 9a547d52d804e39c9635c8dc58bccaf4d34341ef16a9a652a5eb5568d4d762cb +SIZE (kvirc-4.2.0.tar.bz2) = 5461587 Modified: head/irc/kvirc/pkg-plist ============================================================================== --- head/irc/kvirc/pkg-plist Wed Sep 12 17:00:54 2012 (r304154) +++ head/irc/kvirc/pkg-plist Wed Sep 12 17:14:01 2012 (r304155) @@ -18,6 +18,7 @@ lib/kvirc/%%VER%%/modules/libkvieditor.s lib/kvirc/%%VER%%/modules/libkvieventeditor.so lib/kvirc/%%VER%%/modules/libkvifile.so lib/kvirc/%%VER%%/modules/libkvifiletransferwindow.so +lib/kvirc/%%VER%%/modules/libkvifish.so lib/kvirc/%%VER%%/modules/libkvihelp.so lib/kvirc/%%VER%%/modules/libkvihttp.so lib/kvirc/%%VER%%/modules/libkviident.so @@ -38,9 +39,10 @@ lib/kvirc/%%VER%%/modules/libkviobjects. lib/kvirc/%%VER%%/modules/libkvioptions.so %%PERL%%lib/kvirc/%%VER%%/modules/libkviperl.so lib/kvirc/%%VER%%/modules/libkviperlcore.so -%%PYTHON%%lib/kvirc/%%VER%%/modules/libkvipython.so +lib/kvirc/%%VER%%/modules/libkvipopup.so lib/kvirc/%%VER%%/modules/libkvipopupeditor.so lib/kvirc/%%VER%%/modules/libkviproxydb.so +%%PYTHON%%lib/kvirc/%%VER%%/modules/libkvipython.so lib/kvirc/%%VER%%/modules/libkvipythoncore.so lib/kvirc/%%VER%%/modules/libkviraweditor.so lib/kvirc/%%VER%%/modules/libkviregchan.so @@ -67,11 +69,13 @@ lib/kvirc/%%VER%%/modules/libkvitorrent. lib/kvirc/%%VER%%/modules/libkvitrayicon.so lib/kvirc/%%VER%%/modules/libkviupnp.so lib/kvirc/%%VER%%/modules/libkviurl.so +lib/kvirc/%%VER%%/modules/libkviuserlist.so lib/kvirc/%%VER%%/modules/libkviwindow.so lib/libkvilib.so lib/libkvilib.so.4 -lib/libkvilib.so.4.0.4 +lib/libkvilib.so.4.2.0 share/applications/kvirc.desktop +%%KDE%%share/apps/kvirc/kvirc.notifyrc share/icons/hicolor/128x128/apps/kvirc.png share/icons/hicolor/128x128/mimetypes/application-x-kva.png share/icons/hicolor/128x128/mimetypes/application-x-kvt.png @@ -102,6 +106,8 @@ share/icons/hicolor/scalable/mimetypes/a share/icons/hicolor/scalable/mimetypes/application-x-kvt.svgz share/icons/hicolor/scalable/mimetypes/text-x-kvc.svgz share/icons/hicolor/scalable/mimetypes/text-x-kvs.svgz +%%KDE%%share/kde4/services/_irc.protocol +%%KDE%%share/kde4/services/_irc6.protocol %%DATADIR%%/%%VER%%/audio/jingle.wav %%DATADIR%%/%%VER%%/config/modules/libkvitip.kvc %%DATADIR%%/%%VER%%/config/modules/libkvitip_cs.kvc @@ -109,10 +115,12 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/config/modules/libkvitip_it.kvc %%DATADIR%%/%%VER%%/config/modules/libkvitip_pt.kvc %%DATADIR%%/%%VER%%/config/modules/libkvitip_ru.kvc +%%DATADIR%%/%%VER%%/config/modules/libkvitip_uk.kvc %%DATADIR%%/%%VER%%/config/serverdb.kvc %%DATADIR%%/%%VER%%/config/texticons.kvc %%DATADIR%%/%%VER%%/defscript/aliases.kvs %%DATADIR%%/%%VER%%/defscript/classes.kvs +%%DATADIR%%/%%VER%%/defscript/default.kvc %%DATADIR%%/%%VER%%/defscript/default.kvs %%DATADIR%%/%%VER%%/defscript/events.kvs %%DATADIR%%/%%VER%%/defscript/popups.kvs @@ -141,6 +149,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/class_button.html %%DATADIR%%/%%VER%%/help/en/class_buttongroup.html %%DATADIR%%/%%VER%%/help/en/class_checkbox.html +%%DATADIR%%/%%VER%%/help/en/class_colordialog.html %%DATADIR%%/%%VER%%/help/en/class_combobox.html %%DATADIR%%/%%VER%%/help/en/class_datetimeedit.html %%DATADIR%%/%%VER%%/help/en/class_dialog.html @@ -178,7 +187,9 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/class_textbrowser.html %%DATADIR%%/%%VER%%/help/en/class_toolbar.html %%DATADIR%%/%%VER%%/help/en/class_toolbutton.html +%%DATADIR%%/%%VER%%/help/en/class_trayicon.html %%DATADIR%%/%%VER%%/help/en/class_vbox.html +%%DATADIR%%/%%VER%%/help/en/class_webview.html %%DATADIR%%/%%VER%%/help/en/class_widget.html %%DATADIR%%/%%VER%%/help/en/class_window.html %%DATADIR%%/%%VER%%/help/en/class_wizard.html @@ -233,6 +244,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/cmd_config.flush.html %%DATADIR%%/%%VER%%/help/en/cmd_config.setsection.html %%DATADIR%%/%%VER%%/help/en/cmd_config.write.html +%%DATADIR%%/%%VER%%/help/en/cmd_context.clearqueue.html %%DATADIR%%/%%VER%%/help/en/cmd_continue.html %%DATADIR%%/%%VER%%/help/en/cmd_ctcp.html %%DATADIR%%/%%VER%%/help/en/cmd_dcc.abort.html @@ -277,6 +289,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/cmd_file.rename.html %%DATADIR%%/%%VER%%/help/en/cmd_file.rmdir.html %%DATADIR%%/%%VER%%/help/en/cmd_file.write.html +%%DATADIR%%/%%VER%%/help/en/cmd_file.writebytes.html %%DATADIR%%/%%VER%%/help/en/cmd_file.writelines.html %%DATADIR%%/%%VER%%/help/en/cmd_filetransferwindow.open.html %%DATADIR%%/%%VER%%/help/en/cmd_for.html @@ -366,7 +379,19 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/cmd_perl.destroy.html %%DATADIR%%/%%VER%%/help/en/cmd_perl.end.html %%DATADIR%%/%%VER%%/help/en/cmd_play.html +%%DATADIR%%/%%VER%%/help/en/cmd_popup.addepilogue.html +%%DATADIR%%/%%VER%%/help/en/cmd_popup.addextpopup.html +%%DATADIR%%/%%VER%%/help/en/cmd_popup.additem.html +%%DATADIR%%/%%VER%%/help/en/cmd_popup.addlabel.html +%%DATADIR%%/%%VER%%/help/en/cmd_popup.addprologue.html +%%DATADIR%%/%%VER%%/help/en/cmd_popup.addseparator.html +%%DATADIR%%/%%VER%%/help/en/cmd_popup.addsubpopup.html +%%DATADIR%%/%%VER%%/help/en/cmd_popup.clear.html +%%DATADIR%%/%%VER%%/help/en/cmd_popup.create.html +%%DATADIR%%/%%VER%%/help/en/cmd_popup.delitem.html +%%DATADIR%%/%%VER%%/help/en/cmd_popup.destroy.html %%DATADIR%%/%%VER%%/help/en/cmd_popup.html +%%DATADIR%%/%%VER%%/help/en/cmd_popup.show.html %%DATADIR%%/%%VER%%/help/en/cmd_popupeditor.open.html %%DATADIR%%/%%VER%%/help/en/cmd_privateimpl.html %%DATADIR%%/%%VER%%/help/en/cmd_privmsg.html @@ -410,6 +435,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setnetworkconnectcommand.html %%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setnetworkdescription.html %%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setnetworkencoding.html +%%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setnetworkjoinchannels.html %%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setnetworklogincommand.html %%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setnetworknickname.html %%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setnetworkrealname.html @@ -418,6 +444,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setserverconnectcommand.html %%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setserverdescription.html %%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setserverencoding.html +%%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setserverjoinchannels.html %%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setserverlogincommand.html %%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setservernickname.html %%DATADIR%%/%%VER%%/help/en/cmd_serverdb.setserverrealname.html @@ -474,6 +501,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/cmd_toolbareditor.open.html %%DATADIR%%/%%VER%%/help/en/cmd_topic.html %%DATADIR%%/%%VER%%/help/en/cmd_torrent.announce.html +%%DATADIR%%/%%VER%%/help/en/cmd_torrent.detect.html %%DATADIR%%/%%VER%%/help/en/cmd_torrent.setclient.html %%DATADIR%%/%%VER%%/help/en/cmd_torrent.setfilepriority.html %%DATADIR%%/%%VER%%/help/en/cmd_torrent.setmaxdownloadspeed.html @@ -514,6 +542,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/cmd_window.maximize.html %%DATADIR%%/%%VER%%/help/en/cmd_window.minimize.html %%DATADIR%%/%%VER%%/help/en/cmd_window.restore.html +%%DATADIR%%/%%VER%%/help/en/cmd_window.savepropertiesasdefault.html %%DATADIR%%/%%VER%%/help/en/cmd_window.setbackground.html %%DATADIR%%/%%VER%%/help/en/cmd_window.setcryptengine.html %%DATADIR%%/%%VER%%/help/en/cmd_window.setinputtext.html @@ -817,14 +846,14 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_y.html %%DATADIR%%/%%VER%%/help/en/doc_widget_alphabetic_z.html %%DATADIR%%/%%VER%%/help/en/doc_widget_index_all.html -%%DATADIR%%/%%VER%%/help/en/doc_window.html %%DATADIR%%/%%VER%%/help/en/doc_window_naming_conventions.html -%%DATADIR%%/%%VER%%/help/en/documentation.4.0.4.5646.tag +%%DATADIR%%/%%VER%%/help/en/documentation.4.2.0.6190.tag %%DATADIR%%/%%VER%%/help/en/event_onaccelkeypressed.html %%DATADIR%%/%%VER%%/help/en/event_onaction.html %%DATADIR%%/%%VER%%/help/en/event_onban.html %%DATADIR%%/%%VER%%/help/en/event_onbanexception.html %%DATADIR%%/%%VER%%/help/en/event_onbanexceptionremove.html +%%DATADIR%%/%%VER%%/help/en/event_onbroadcastnotice.html %%DATADIR%%/%%VER%%/help/en/event_onchanadmin.html %%DATADIR%%/%%VER%%/help/en/event_onchannellinkclick.html %%DATADIR%%/%%VER%%/help/en/event_onchannellinkpopuprequest.html @@ -875,6 +904,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/event_onhostlinkpopuprequest.html %%DATADIR%%/%%VER%%/help/en/event_onhttpgetterminated.html %%DATADIR%%/%%VER%%/help/en/event_onignoredmessage.html +%%DATADIR%%/%%VER%%/help/en/event_oninputbarpaste.html %%DATADIR%%/%%VER%%/help/en/event_oninvite.html %%DATADIR%%/%%VER%%/help/en/event_oninviteexception.html %%DATADIR%%/%%VER%%/help/en/event_oninviteexceptionremove.html @@ -916,6 +946,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/event_onmeircop.html %%DATADIR%%/%%VER%%/help/en/event_onmejoin.html %%DATADIR%%/%%VER%%/help/en/event_onmekick.html +%%DATADIR%%/%%VER%%/help/en/event_onmemoservnotice.html %%DATADIR%%/%%VER%%/help/en/event_onmenickchange.html %%DATADIR%%/%%VER%%/help/en/event_onmeop.html %%DATADIR%%/%%VER%%/help/en/event_onmepart.html @@ -959,12 +990,13 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/event_onurl.html %%DATADIR%%/%%VER%%/help/en/event_onurllinkclick.html %%DATADIR%%/%%VER%%/help/en/event_onurllinkpopuprequest.html -%%DATADIR%%/%%VER%%/help/en/event_onusermode.html +%%DATADIR%%/%%VER%%/help/en/event_onusermodechange.html %%DATADIR%%/%%VER%%/help/en/event_onuserop.html %%DATADIR%%/%%VER%%/help/en/event_onvoice.html %%DATADIR%%/%%VER%%/help/en/event_onwallops.html %%DATADIR%%/%%VER%%/help/en/event_onwindowactivated.html %%DATADIR%%/%%VER%%/help/en/event_onwindowpopuprequest.html +%%DATADIR%%/%%VER%%/help/en/event_onwindowtitlerequest.html %%DATADIR%%/%%VER%%/help/en/fnc_$.html %%DATADIR%%/%%VER%%/help/en/fnc_$window.inputtext.html %%DATADIR%%/%%VER%%/help/en/fnc_action.exists.html @@ -972,6 +1004,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/fnc_active.html %%DATADIR%%/%%VER%%/help/en/fnc_addon.exists.html %%DATADIR%%/%%VER%%/help/en/fnc_addon.version.html +%%DATADIR%%/%%VER%%/help/en/fnc_aliasbody.html %%DATADIR%%/%%VER%%/help/en/fnc_array.html %%DATADIR%%/%%VER%%/help/en/fnc_ascii.html %%DATADIR%%/%%VER%%/help/en/fnc_asciitobase64.html @@ -983,6 +1016,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/fnc_base64toascii.html %%DATADIR%%/%%VER%%/help/en/fnc_bool.html %%DATADIR%%/%%VER%%/help/en/fnc_boolean.html +%%DATADIR%%/%%VER%%/help/en/fnc_certificate.html %%DATADIR%%/%%VER%%/help/en/fnc_chan.admincount.html %%DATADIR%%/%%VER%%/help/en/fnc_chan.bancount.html %%DATADIR%%/%%VER%%/help/en/fnc_chan.banexceptioncount.html @@ -1010,11 +1044,15 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/fnc_chan.isvoice.html %%DATADIR%%/%%VER%%/help/en/fnc_chan.key.html %%DATADIR%%/%%VER%%/help/en/fnc_chan.limit.html +%%DATADIR%%/%%VER%%/help/en/fnc_chan.maskcount.html +%%DATADIR%%/%%VER%%/help/en/fnc_chan.masklist.html %%DATADIR%%/%%VER%%/help/en/fnc_chan.matchban.html %%DATADIR%%/%%VER%%/help/en/fnc_chan.matchbanexception.html %%DATADIR%%/%%VER%%/help/en/fnc_chan.matchinvite.html +%%DATADIR%%/%%VER%%/help/en/fnc_chan.matchmask.html %%DATADIR%%/%%VER%%/help/en/fnc_chan.matchqban.html %%DATADIR%%/%%VER%%/help/en/fnc_chan.mode.html +%%DATADIR%%/%%VER%%/help/en/fnc_chan.modeparam.html %%DATADIR%%/%%VER%%/help/en/fnc_chan.name.html %%DATADIR%%/%%VER%%/help/en/fnc_chan.opcount.html %%DATADIR%%/%%VER%%/help/en/fnc_chan.ownercount.html @@ -1042,9 +1080,15 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/fnc_config.section.html %%DATADIR%%/%%VER%%/help/en/fnc_config.sectionlist.html %%DATADIR%%/%%VER%%/help/en/fnc_console.html +%%DATADIR%%/%%VER%%/help/en/fnc_context.connectionstarttime.html +%%DATADIR%%/%%VER%%/help/en/fnc_context.getsslcertinfo.html %%DATADIR%%/%%VER%%/help/en/fnc_context.html +%%DATADIR%%/%%VER%%/help/en/fnc_context.lastmessagetime.html %%DATADIR%%/%%VER%%/help/en/fnc_context.list.html %%DATADIR%%/%%VER%%/help/en/fnc_context.networkname.html +%%DATADIR%%/%%VER%%/help/en/fnc_context.queuesize.html +%%DATADIR%%/%%VER%%/help/en/fnc_context.serverdbnetworkname.html +%%DATADIR%%/%%VER%%/help/en/fnc_context.serverdbserverhostname.html %%DATADIR%%/%%VER%%/help/en/fnc_context.serverhostname.html %%DATADIR%%/%%VER%%/help/en/fnc_context.serveripaddress.html %%DATADIR%%/%%VER%%/help/en/fnc_context.serverisipv6.html @@ -1058,6 +1102,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/fnc_date.html %%DATADIR%%/%%VER%%/help/en/fnc_dcc.averagespeed.html %%DATADIR%%/%%VER%%/help/en/fnc_dcc.connectiontype.html +%%DATADIR%%/%%VER%%/help/en/fnc_dcc.getsslcertinfo.html %%DATADIR%%/%%VER%%/help/en/fnc_dcc.irccontext.html %%DATADIR%%/%%VER%%/help/en/fnc_dcc.isfiledownload.html %%DATADIR%%/%%VER%%/help/en/fnc_dcc.isfiletransfer.html @@ -1088,6 +1133,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/fnc_file.allsizes.html %%DATADIR%%/%%VER%%/help/en/fnc_file.cwd.html %%DATADIR%%/%%VER%%/help/en/fnc_file.digest.html +%%DATADIR%%/%%VER%%/help/en/fnc_file.diskspace.html %%DATADIR%%/%%VER%%/help/en/fnc_file.exists.html %%DATADIR%%/%%VER%%/help/en/fnc_file.extractfilename.html %%DATADIR%%/%%VER%%/help/en/fnc_file.extractpath.html @@ -1098,13 +1144,16 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/fnc_file.ls.html %%DATADIR%%/%%VER%%/help/en/fnc_file.ps.html %%DATADIR%%/%%VER%%/help/en/fnc_file.read.html +%%DATADIR%%/%%VER%%/help/en/fnc_file.readbytes.html %%DATADIR%%/%%VER%%/help/en/fnc_file.readlines.html %%DATADIR%%/%%VER%%/help/en/fnc_file.rootdir.html %%DATADIR%%/%%VER%%/help/en/fnc_file.size.html +%%DATADIR%%/%%VER%%/help/en/fnc_file.time.html %%DATADIR%%/%%VER%%/help/en/fnc_file.type.html %%DATADIR%%/%%VER%%/help/en/fnc_firstconnectedconsole.html %%DATADIR%%/%%VER%%/help/en/fnc_flatten.html %%DATADIR%%/%%VER%%/help/en/fnc_fmtlink.html +%%DATADIR%%/%%VER%%/help/en/fnc_gender.html %%DATADIR%%/%%VER%%/help/en/fnc_globals.html %%DATADIR%%/%%VER%%/help/en/fnc_hash.html %%DATADIR%%/%%VER%%/help/en/fnc_hextoascii.html @@ -1112,8 +1161,10 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/fnc_hptimestamp.html %%DATADIR%%/%%VER%%/help/en/fnc_icon.html %%DATADIR%%/%%VER%%/help/en/fnc_iconname.html +%%DATADIR%%/%%VER%%/help/en/fnc_insidealias.html %%DATADIR%%/%%VER%%/help/en/fnc_int.html %%DATADIR%%/%%VER%%/help/en/fnc_integer.html +%%DATADIR%%/%%VER%%/help/en/fnc_isbot.html %%DATADIR%%/%%VER%%/help/en/fnc_isempty.html %%DATADIR%%/%%VER%%/help/en/fnc_iseventenabled.html %%DATADIR%%/%%VER%%/help/en/fnc_ismainwindowactive.html @@ -1130,6 +1181,8 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/fnc_length.html %%DATADIR%%/%%VER%%/help/en/fnc_lf.html %%DATADIR%%/%%VER%%/help/en/fnc_link.html +%%DATADIR%%/%%VER%%/help/en/fnc_listtimers.html +%%DATADIR%%/%%VER%%/help/en/fnc_log.export.html %%DATADIR%%/%%VER%%/help/en/fnc_log.file.html %%DATADIR%%/%%VER%%/help/en/fnc_mask.hasnumerichost.html %%DATADIR%%/%%VER%%/help/en/fnc_mask.host.html @@ -1202,6 +1255,9 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/fnc_option.html %%DATADIR%%/%%VER%%/help/en/fnc_options.isdialog.html %%DATADIR%%/%%VER%%/help/en/fnc_perl.isavailable.html +%%DATADIR%%/%%VER%%/help/en/fnc_popup.currentitemid.html +%%DATADIR%%/%%VER%%/help/en/fnc_popup.exists.html +%%DATADIR%%/%%VER%%/help/en/fnc_popup.isempty.html %%DATADIR%%/%%VER%%/help/en/fnc_proxydb.hostname.html %%DATADIR%%/%%VER%%/help/en/fnc_proxydb.ip.html %%DATADIR%%/%%VER%%/help/en/fnc_proxydb.isipv6.html @@ -1229,6 +1285,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/fnc_reguser.matchproperty.html %%DATADIR%%/%%VER%%/help/en/fnc_reguser.property.html %%DATADIR%%/%%VER%%/help/en/fnc_rsort.html +%%DATADIR%%/%%VER%%/help/en/fnc_scriptcontextname.html %%DATADIR%%/%%VER%%/help/en/fnc_selected.html %%DATADIR%%/%%VER%%/help/en/fnc_sentbytes.html %%DATADIR%%/%%VER%%/help/en/fnc_serialize.html @@ -1241,6 +1298,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/fnc_serverdb.networkdescription.html %%DATADIR%%/%%VER%%/help/en/fnc_serverdb.networkencoding.html %%DATADIR%%/%%VER%%/help/en/fnc_serverdb.networkexists.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.networkjoinchannels.html %%DATADIR%%/%%VER%%/help/en/fnc_serverdb.networklogincommand.html %%DATADIR%%/%%VER%%/help/en/fnc_serverdb.networkname.html %%DATADIR%%/%%VER%%/help/en/fnc_serverdb.networknickname.html @@ -1253,6 +1311,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/fnc_serverdb.serverexists.html %%DATADIR%%/%%VER%%/help/en/fnc_serverdb.serverid.html %%DATADIR%%/%%VER%%/help/en/fnc_serverdb.serverip.html +%%DATADIR%%/%%VER%%/help/en/fnc_serverdb.serverjoinchannels.html %%DATADIR%%/%%VER%%/help/en/fnc_serverdb.serverlogincommand.html %%DATADIR%%/%%VER%%/help/en/fnc_serverdb.servernickname.html %%DATADIR%%/%%VER%%/help/en/fnc_serverdb.serverpassword.html @@ -1269,6 +1328,8 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/fnc_str.contains.html %%DATADIR%%/%%VER%%/help/en/fnc_str.digest.html %%DATADIR%%/%%VER%%/help/en/fnc_str.equal.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.evpsign.html +%%DATADIR%%/%%VER%%/help/en/fnc_str.evpverify.html %%DATADIR%%/%%VER%%/help/en/fnc_str.find.html %%DATADIR%%/%%VER%%/help/en/fnc_str.findfirst.html %%DATADIR%%/%%VER%%/help/en/fnc_str.findlast.html @@ -1337,7 +1398,6 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/fnc_torrent.filecount.html %%DATADIR%%/%%VER%%/help/en/fnc_torrent.filename.html %%DATADIR%%/%%VER%%/help/en/fnc_torrent.filepriority.html -%%DATADIR%%/%%VER%%/help/en/fnc_torrent.list.html %%DATADIR%%/%%VER%%/help/en/fnc_torrent.maxdownloadspeed.html %%DATADIR%%/%%VER%%/help/en/fnc_torrent.maxuploadspeed.html %%DATADIR%%/%%VER%%/help/en/fnc_torrent.name.html @@ -1357,6 +1417,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/fnc_unserialize.html %%DATADIR%%/%%VER%%/help/en/fnc_upnp.getexternalipaddress.html %%DATADIR%%/%%VER%%/help/en/fnc_upnp.isgatewayavailable.html +%%DATADIR%%/%%VER%%/help/en/fnc_userlist.selected.html %%DATADIR%%/%%VER%%/help/en/fnc_username.html %%DATADIR%%/%%VER%%/help/en/fnc_version.html %%DATADIR%%/%%VER%%/help/en/fnc_window.activitylevel.html @@ -1369,6 +1430,8 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/fnc_window.hasoutput.html %%DATADIR%%/%%VER%%/help/en/fnc_window.hasuserfocus.html %%DATADIR%%/%%VER%%/help/en/fnc_window.highlightlevel.html +%%DATADIR%%/%%VER%%/help/en/fnc_window.html +%%DATADIR%%/%%VER%%/help/en/fnc_window.isdocked.html %%DATADIR%%/%%VER%%/help/en/fnc_window.ismaximized.html %%DATADIR%%/%%VER%%/help/en/fnc_window.isminimized.html %%DATADIR%%/%%VER%%/help/en/fnc_window.list.html @@ -1379,6 +1442,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/index.html %%DATADIR%%/%%VER%%/help/en/module_config.html %%DATADIR%%/%%VER%%/help/en/module_dcc.html +%%DATADIR%%/%%VER%%/help/en/module_fish.html %%DATADIR%%/%%VER%%/help/en/module_lamerizer.html %%DATADIR%%/%%VER%%/help/en/module_log.html %%DATADIR%%/%%VER%%/help/en/module_mediaplayer.html @@ -1386,6 +1450,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/help/en/module_rijndael.html %%DATADIR%%/%%VER%%/help/en/module_rot13.html %%DATADIR%%/%%VER%%/help/en/module_serverdb.html +%%DATADIR%%/%%VER%%/help/en/module_torrent.html %%DATADIR%%/%%VER%%/help/en/module_url.html %%DATADIR%%/%%VER%%/help/en/nohelpavailable.html %%DATADIR%%/%%VER%%/help/en/widget_ctcpfloodprotectionoptions.html @@ -1394,7 +1459,6 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/license/LICENSE-GPLV3 %%DATADIR%%/%%VER%%/license/LICENSE-OPENSSL %%DATADIR%%/%%VER%%/locale/about_bg.mo -%%DATADIR%%/%%VER%%/locale/about_ca.mo %%DATADIR%%/%%VER%%/locale/about_cs.mo %%DATADIR%%/%%VER%%/locale/about_de.mo %%DATADIR%%/%%VER%%/locale/about_es.mo @@ -1410,6 +1474,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/locale/about_pt_BR.mo %%DATADIR%%/%%VER%%/locale/about_ru.mo %%DATADIR%%/%%VER%%/locale/about_sr.mo +%%DATADIR%%/%%VER%%/locale/about_tr.mo %%DATADIR%%/%%VER%%/locale/about_uk.mo %%DATADIR%%/%%VER%%/locale/addon_de.mo %%DATADIR%%/%%VER%%/locale/addon_es.mo @@ -1419,9 +1484,11 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/locale/addon_ja.mo %%DATADIR%%/%%VER%%/locale/addon_pl.mo %%DATADIR%%/%%VER%%/locale/addon_pt.mo +%%DATADIR%%/%%VER%%/locale/addon_pt_BR.mo %%DATADIR%%/%%VER%%/locale/addon_ru.mo +%%DATADIR%%/%%VER%%/locale/addon_tr.mo +%%DATADIR%%/%%VER%%/locale/addon_uk.mo %%DATADIR%%/%%VER%%/locale/dcc_bg.mo -%%DATADIR%%/%%VER%%/locale/dcc_ca.mo %%DATADIR%%/%%VER%%/locale/dcc_cs.mo %%DATADIR%%/%%VER%%/locale/dcc_de.mo %%DATADIR%%/%%VER%%/locale/dcc_es.mo @@ -1436,6 +1503,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/locale/dcc_pt_BR.mo %%DATADIR%%/%%VER%%/locale/dcc_ru.mo %%DATADIR%%/%%VER%%/locale/dcc_sr.mo +%%DATADIR%%/%%VER%%/locale/dcc_tr.mo %%DATADIR%%/%%VER%%/locale/dcc_uk.mo %%DATADIR%%/%%VER%%/locale/defscript_de.mo %%DATADIR%%/%%VER%%/locale/defscript_es.mo @@ -1445,8 +1513,11 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/locale/defscript_ja.mo %%DATADIR%%/%%VER%%/locale/defscript_pl.mo %%DATADIR%%/%%VER%%/locale/defscript_pt.mo +%%DATADIR%%/%%VER%%/locale/defscript_pt_BR.mo +%%DATADIR%%/%%VER%%/locale/defscript_ru.mo +%%DATADIR%%/%%VER%%/locale/defscript_tr.mo +%%DATADIR%%/%%VER%%/locale/defscript_uk.mo %%DATADIR%%/%%VER%%/locale/editor_bg.mo -%%DATADIR%%/%%VER%%/locale/editor_ca.mo %%DATADIR%%/%%VER%%/locale/editor_cs.mo %%DATADIR%%/%%VER%%/locale/editor_de.mo %%DATADIR%%/%%VER%%/locale/editor_es.mo @@ -1461,9 +1532,9 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/locale/editor_pt_BR.mo %%DATADIR%%/%%VER%%/locale/editor_ru.mo %%DATADIR%%/%%VER%%/locale/editor_sr.mo +%%DATADIR%%/%%VER%%/locale/editor_tr.mo %%DATADIR%%/%%VER%%/locale/editor_uk.mo %%DATADIR%%/%%VER%%/locale/filetransferwindow_bg.mo -%%DATADIR%%/%%VER%%/locale/filetransferwindow_ca.mo %%DATADIR%%/%%VER%%/locale/filetransferwindow_cs.mo %%DATADIR%%/%%VER%%/locale/filetransferwindow_de.mo %%DATADIR%%/%%VER%%/locale/filetransferwindow_es.mo @@ -1478,8 +1549,8 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/locale/filetransferwindow_pt_BR.mo %%DATADIR%%/%%VER%%/locale/filetransferwindow_ru.mo %%DATADIR%%/%%VER%%/locale/filetransferwindow_sr.mo +%%DATADIR%%/%%VER%%/locale/filetransferwindow_tr.mo %%DATADIR%%/%%VER%%/locale/filetransferwindow_uk.mo -%%DATADIR%%/%%VER%%/locale/kvirc_ca.mo %%DATADIR%%/%%VER%%/locale/kvirc_cs.mo %%DATADIR%%/%%VER%%/locale/kvirc_de.mo %%DATADIR%%/%%VER%%/locale/kvirc_es.mo @@ -1495,34 +1566,38 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/locale/kvirc_pt_BR.mo %%DATADIR%%/%%VER%%/locale/kvirc_ru.mo %%DATADIR%%/%%VER%%/locale/kvirc_sr.mo +%%DATADIR%%/%%VER%%/locale/kvirc_tr.mo %%DATADIR%%/%%VER%%/locale/kvirc_uk.mo %%DATADIR%%/%%VER%%/locale/kvs_de.mo %%DATADIR%%/%%VER%%/locale/kvs_fr.mo %%DATADIR%%/%%VER%%/locale/kvs_hu.mo %%DATADIR%%/%%VER%%/locale/kvs_it.mo %%DATADIR%%/%%VER%%/locale/kvs_ja.mo +%%DATADIR%%/%%VER%%/locale/kvs_pl.mo %%DATADIR%%/%%VER%%/locale/kvs_pt.mo +%%DATADIR%%/%%VER%%/locale/kvs_pt_BR.mo %%DATADIR%%/%%VER%%/locale/kvs_ru.mo -%%DATADIR%%/%%VER%%/locale/logview_bg.mo -%%DATADIR%%/%%VER%%/locale/logview_ca.mo -%%DATADIR%%/%%VER%%/locale/logview_cs.mo -%%DATADIR%%/%%VER%%/locale/logview_de.mo -%%DATADIR%%/%%VER%%/locale/logview_es.mo -%%DATADIR%%/%%VER%%/locale/logview_fi.mo -%%DATADIR%%/%%VER%%/locale/logview_fr.mo -%%DATADIR%%/%%VER%%/locale/logview_hr.mo -%%DATADIR%%/%%VER%%/locale/logview_hu.mo -%%DATADIR%%/%%VER%%/locale/logview_it.mo -%%DATADIR%%/%%VER%%/locale/logview_ja.mo -%%DATADIR%%/%%VER%%/locale/logview_nl.mo -%%DATADIR%%/%%VER%%/locale/logview_pl.mo -%%DATADIR%%/%%VER%%/locale/logview_pt.mo -%%DATADIR%%/%%VER%%/locale/logview_pt_BR.mo -%%DATADIR%%/%%VER%%/locale/logview_ru.mo -%%DATADIR%%/%%VER%%/locale/logview_sr.mo -%%DATADIR%%/%%VER%%/locale/logview_uk.mo +%%DATADIR%%/%%VER%%/locale/kvs_tr.mo +%%DATADIR%%/%%VER%%/locale/kvs_uk.mo +%%DATADIR%%/%%VER%%/locale/log_bg.mo +%%DATADIR%%/%%VER%%/locale/log_cs.mo +%%DATADIR%%/%%VER%%/locale/log_de.mo +%%DATADIR%%/%%VER%%/locale/log_es.mo +%%DATADIR%%/%%VER%%/locale/log_fi.mo +%%DATADIR%%/%%VER%%/locale/log_fr.mo +%%DATADIR%%/%%VER%%/locale/log_hr.mo +%%DATADIR%%/%%VER%%/locale/log_hu.mo +%%DATADIR%%/%%VER%%/locale/log_it.mo +%%DATADIR%%/%%VER%%/locale/log_ja.mo +%%DATADIR%%/%%VER%%/locale/log_nl.mo +%%DATADIR%%/%%VER%%/locale/log_pl.mo +%%DATADIR%%/%%VER%%/locale/log_pt.mo +%%DATADIR%%/%%VER%%/locale/log_pt_BR.mo +%%DATADIR%%/%%VER%%/locale/log_ru.mo +%%DATADIR%%/%%VER%%/locale/log_sr.mo +%%DATADIR%%/%%VER%%/locale/log_tr.mo +%%DATADIR%%/%%VER%%/locale/log_uk.mo %%DATADIR%%/%%VER%%/locale/mediaplayer_bg.mo -%%DATADIR%%/%%VER%%/locale/mediaplayer_ca.mo %%DATADIR%%/%%VER%%/locale/mediaplayer_cs.mo %%DATADIR%%/%%VER%%/locale/mediaplayer_de.mo %%DATADIR%%/%%VER%%/locale/mediaplayer_es.mo @@ -1537,9 +1612,9 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/locale/mediaplayer_pt_BR.mo %%DATADIR%%/%%VER%%/locale/mediaplayer_ru.mo %%DATADIR%%/%%VER%%/locale/mediaplayer_sr.mo +%%DATADIR%%/%%VER%%/locale/mediaplayer_tr.mo %%DATADIR%%/%%VER%%/locale/mediaplayer_uk.mo %%DATADIR%%/%%VER%%/locale/notifier_bg.mo -%%DATADIR%%/%%VER%%/locale/notifier_ca.mo %%DATADIR%%/%%VER%%/locale/notifier_cs.mo %%DATADIR%%/%%VER%%/locale/notifier_de.mo %%DATADIR%%/%%VER%%/locale/notifier_es.mo @@ -1555,15 +1630,18 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/locale/notifier_pt_BR.mo %%DATADIR%%/%%VER%%/locale/notifier_ru.mo %%DATADIR%%/%%VER%%/locale/notifier_sr.mo +%%DATADIR%%/%%VER%%/locale/notifier_tr.mo %%DATADIR%%/%%VER%%/locale/notifier_uk.mo %%DATADIR%%/%%VER%%/locale/objects_de.mo %%DATADIR%%/%%VER%%/locale/objects_es.mo %%DATADIR%%/%%VER%%/locale/objects_fr.mo %%DATADIR%%/%%VER%%/locale/objects_it.mo %%DATADIR%%/%%VER%%/locale/objects_pt.mo +%%DATADIR%%/%%VER%%/locale/objects_pt_BR.mo %%DATADIR%%/%%VER%%/locale/objects_ru.mo +%%DATADIR%%/%%VER%%/locale/objects_tr.mo +%%DATADIR%%/%%VER%%/locale/objects_uk.mo %%DATADIR%%/%%VER%%/locale/options_bg.mo -%%DATADIR%%/%%VER%%/locale/options_ca.mo %%DATADIR%%/%%VER%%/locale/options_cs.mo %%DATADIR%%/%%VER%%/locale/options_de.mo %%DATADIR%%/%%VER%%/locale/options_es.mo @@ -1579,9 +1657,9 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/locale/options_pt_BR.mo %%DATADIR%%/%%VER%%/locale/options_ru.mo %%DATADIR%%/%%VER%%/locale/options_sr.mo +%%DATADIR%%/%%VER%%/locale/options_tr.mo %%DATADIR%%/%%VER%%/locale/options_uk.mo %%DATADIR%%/%%VER%%/locale/perl_bg.mo -%%DATADIR%%/%%VER%%/locale/perl_ca.mo %%DATADIR%%/%%VER%%/locale/perl_cs.mo %%DATADIR%%/%%VER%%/locale/perl_de.mo %%DATADIR%%/%%VER%%/locale/perl_es.mo @@ -1596,24 +1674,28 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/locale/perl_pt_BR.mo %%DATADIR%%/%%VER%%/locale/perl_ru.mo %%DATADIR%%/%%VER%%/locale/perl_sr.mo +%%DATADIR%%/%%VER%%/locale/perl_tr.mo %%DATADIR%%/%%VER%%/locale/perl_uk.mo %%DATADIR%%/%%VER%%/locale/python_de.mo %%DATADIR%%/%%VER%%/locale/python_es.mo %%DATADIR%%/%%VER%%/locale/python_fr.mo -%%DATADIR%%/%%VER%%/locale/python_hu.mo %%DATADIR%%/%%VER%%/locale/python_it.mo %%DATADIR%%/%%VER%%/locale/python_pt.mo +%%DATADIR%%/%%VER%%/locale/python_pt_BR.mo %%DATADIR%%/%%VER%%/locale/python_ru.mo +%%DATADIR%%/%%VER%%/locale/python_tr.mo +%%DATADIR%%/%%VER%%/locale/python_uk.mo %%DATADIR%%/%%VER%%/locale/register_de.mo %%DATADIR%%/%%VER%%/locale/register_es.mo %%DATADIR%%/%%VER%%/locale/register_fr.mo -%%DATADIR%%/%%VER%%/locale/register_hu.mo %%DATADIR%%/%%VER%%/locale/register_it.mo %%DATADIR%%/%%VER%%/locale/register_pl.mo %%DATADIR%%/%%VER%%/locale/register_pt.mo +%%DATADIR%%/%%VER%%/locale/register_pt_BR.mo %%DATADIR%%/%%VER%%/locale/register_ru.mo +%%DATADIR%%/%%VER%%/locale/register_tr.mo +%%DATADIR%%/%%VER%%/locale/register_uk.mo %%DATADIR%%/%%VER%%/locale/serverdb_bg.mo -%%DATADIR%%/%%VER%%/locale/serverdb_ca.mo %%DATADIR%%/%%VER%%/locale/serverdb_cs.mo %%DATADIR%%/%%VER%%/locale/serverdb_de.mo %%DATADIR%%/%%VER%%/locale/serverdb_es.mo @@ -1629,9 +1711,9 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/locale/serverdb_pt_BR.mo %%DATADIR%%/%%VER%%/locale/serverdb_ru.mo %%DATADIR%%/%%VER%%/locale/serverdb_sr.mo +%%DATADIR%%/%%VER%%/locale/serverdb_tr.mo %%DATADIR%%/%%VER%%/locale/serverdb_uk.mo %%DATADIR%%/%%VER%%/locale/sharedfileswindow_bg.mo -%%DATADIR%%/%%VER%%/locale/sharedfileswindow_ca.mo %%DATADIR%%/%%VER%%/locale/sharedfileswindow_cs.mo %%DATADIR%%/%%VER%%/locale/sharedfileswindow_de.mo %%DATADIR%%/%%VER%%/locale/sharedfileswindow_es.mo @@ -1646,9 +1728,9 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/locale/sharedfileswindow_pt_BR.mo %%DATADIR%%/%%VER%%/locale/sharedfileswindow_ru.mo %%DATADIR%%/%%VER%%/locale/sharedfileswindow_sr.mo +%%DATADIR%%/%%VER%%/locale/sharedfileswindow_tr.mo %%DATADIR%%/%%VER%%/locale/sharedfileswindow_uk.mo %%DATADIR%%/%%VER%%/locale/theme_bg.mo -%%DATADIR%%/%%VER%%/locale/theme_ca.mo %%DATADIR%%/%%VER%%/locale/theme_cs.mo %%DATADIR%%/%%VER%%/locale/theme_de.mo %%DATADIR%%/%%VER%%/locale/theme_es.mo @@ -1663,9 +1745,9 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/locale/theme_pt_BR.mo %%DATADIR%%/%%VER%%/locale/theme_ru.mo %%DATADIR%%/%%VER%%/locale/theme_sr.mo +%%DATADIR%%/%%VER%%/locale/theme_tr.mo %%DATADIR%%/%%VER%%/locale/theme_uk.mo %%DATADIR%%/%%VER%%/locale/torrent_bg.mo -%%DATADIR%%/%%VER%%/locale/torrent_ca.mo %%DATADIR%%/%%VER%%/locale/torrent_cs.mo %%DATADIR%%/%%VER%%/locale/torrent_de.mo %%DATADIR%%/%%VER%%/locale/torrent_es.mo @@ -1680,16 +1762,12 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/locale/torrent_pt_BR.mo %%DATADIR%%/%%VER%%/locale/torrent_ru.mo %%DATADIR%%/%%VER%%/locale/torrent_sr.mo +%%DATADIR%%/%%VER%%/locale/torrent_tr.mo %%DATADIR%%/%%VER%%/locale/torrent_uk.mo %%DATADIR%%/%%VER%%/modules/caps/crypt/lamerizer %%DATADIR%%/%%VER%%/modules/caps/crypt/rijndael %%DATADIR%%/%%VER%%/modules/caps/crypt/rot13 %%DATADIR%%/%%VER%%/modules/caps/serverimport/mircimport -%%DATADIR%%/%%VER%%/modules/caps/tool/filetransferwindow -%%DATADIR%%/%%VER%%/modules/caps/tool/iograph -%%DATADIR%%/%%VER%%/modules/caps/tool/logview -%%DATADIR%%/%%VER%%/modules/caps/tool/sharedfileswindow -%%DATADIR%%/%%VER%%/modules/caps/tool/url %%DATADIR%%/%%VER%%/msgcolors/all-black.msgclr %%DATADIR%%/%%VER%%/msgcolors/all-gray.msgclr %%DATADIR%%/%%VER%%/msgcolors/all-green.msgclr @@ -1869,6 +1947,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/pics/coresmall/kcs_meinviteunexcept.png %%DATADIR%%/%%VER%%/pics/coresmall/kcs_meircop.png %%DATADIR%%/%%VER%%/pics/coresmall/kcs_mekick.png +%%DATADIR%%/%%VER%%/pics/coresmall/kcs_memoserv.png %%DATADIR%%/%%VER%%/pics/coresmall/kcs_meop.png %%DATADIR%%/%%VER%%/pics/coresmall/kcs_message.png %%DATADIR%%/%%VER%%/pics/coresmall/kcs_messages.png @@ -1946,6 +2025,10 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/pics/coresmall/kcs_servernotice.png %%DATADIR%%/%%VER%%/pics/coresmall/kcs_serverping.png %%DATADIR%%/%%VER%%/pics/coresmall/kcs_servnotice.png +%%DATADIR%%/%%VER%%/pics/coresmall/kcs_sexbot.png +%%DATADIR%%/%%VER%%/pics/coresmall/kcs_sexfemale.png +%%DATADIR%%/%%VER%%/pics/coresmall/kcs_sexircop.png +%%DATADIR%%/%%VER%%/pics/coresmall/kcs_sexmale.png %%DATADIR%%/%%VER%%/pics/coresmall/kcs_sharedfiles.png %%DATADIR%%/%%VER%%/pics/coresmall/kcs_showdoubleview.png %%DATADIR%%/%%VER%%/pics/coresmall/kcs_showlistview.png @@ -2025,6 +2108,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/pics/kvi_bigicon_connecting.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_disconnected.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_eventeditor.png +%%DATADIR%%/%%VER%%/pics/kvi_bigicon_filetransfer.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_folder.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_help.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_helpback.png @@ -2037,6 +2121,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/pics/kvi_bigicon_keyboard.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_kvircwww.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_kvs.png +%%DATADIR%%/%%VER%%/pics/kvi_bigicon_log.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_mailinglist.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_minimizeallwindows.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_networklinks.png @@ -2051,11 +2136,13 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/pics/kvi_bigicon_regusers.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_remove.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_save.png +%%DATADIR%%/%%VER%%/pics/kvi_bigicon_sayicon.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_screenshot.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_separator.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_server.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_servers.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_settings.png +%%DATADIR%%/%%VER%%/pics/kvi_bigicon_sharedfiles.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_socketspy.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_theme.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_themeoptions.png @@ -2064,6 +2151,7 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/pics/kvi_bigicon_tools.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_trashcan.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_unknown.png +%%DATADIR%%/%%VER%%/pics/kvi_bigicon_url.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_usermode.png %%DATADIR%%/%%VER%%/pics/kvi_bigicon_www.png %%DATADIR%%/%%VER%%/pics/kvi_dccfiletransfericons.png @@ -2074,9 +2162,6 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/pics/kvi_horizontal_left.png %%DATADIR%%/%%VER%%/pics/kvi_horizontal_right.png %%DATADIR%%/%%VER%%/pics/kvi_httpicons.png -%%DATADIR%%/%%VER%%/pics/kvi_icon_bot.png -%%DATADIR%%/%%VER%%/pics/kvi_icon_female.png -%%DATADIR%%/%%VER%%/pics/kvi_icon_male.png %%DATADIR%%/%%VER%%/pics/kvi_icon_refresh.png %%DATADIR%%/%%VER%%/pics/kvi_mircimport.png %%DATADIR%%/%%VER%%/pics/kvi_setup_label.png @@ -2151,21 +2236,38 @@ share/icons/hicolor/scalable/mimetypes/t %%DATADIR%%/%%VER%%/pics/notifier_pix_wnd_sx_hl.png %%DATADIR%%/%%VER%%/pics/notifier_right.png %%DATADIR%%/%%VER%%/pics/notifier_up.png +%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_actions.png +%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_codetester.png +%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_folder.png +%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_help.png +%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_identity.png +%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_keyboard.png +%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_minimizeallwindows.png +%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_newirccontext.png +%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_open.png +%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_regusers.png +%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_save.png +%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_screenshot.png +%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_settings.png +%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_theme.png +%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_themeoptions.png +%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_tilewindows.png +%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_tools.png +%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/kvi_bigicon_trashcan.png +%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/pixmapGlobalTransparencyBackground.png +%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/pixmapInputBackground.png +%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/themedata.kvc +%%DATADIR%%/%%VER%%/themes/Aria-1.0.0/themeinfo.kvc %%DATADIR%%/%%VER%%/themes/MinimalDark-1.0.0/themedata.kvc %%DATADIR%%/%%VER%%/themes/MinimalDark-1.0.0/themeinfo.kvc -%%DATADIR%%/%%VER%%/themes/YellowIRC-1.0.0/pixmapGlobalTransparencyBackground.png -%%DATADIR%%/%%VER%%/themes/YellowIRC-1.0.0/pixmapInputBackground.png -%%DATADIR%%/%%VER%%/themes/YellowIRC-1.0.0/themedata.kvc -%%DATADIR%%/%%VER%%/themes/YellowIRC-1.0.0/themeinfo.kvc share/pixmaps/kvirc.png %%KDE%%share/mime/packages/kvirc.xml -@dirrm %%DATADIR%%/%%VER%%/themes/YellowIRC-1.0.0 @dirrm %%DATADIR%%/%%VER%%/themes/MinimalDark-1.0.0 +@dirrm %%DATADIR%%/%%VER%%/themes/Aria-1.0.0 @dirrm %%DATADIR%%/%%VER%%/themes @dirrm %%DATADIR%%/%%VER%%/pics/coresmall @dirrm %%DATADIR%%/%%VER%%/pics @dirrm %%DATADIR%%/%%VER%%/msgcolors -@dirrm %%DATADIR%%/%%VER%%/modules/caps/tool @dirrm %%DATADIR%%/%%VER%%/modules/caps/serverimport @dirrm %%DATADIR%%/%%VER%%/modules/caps/crypt @dirrm %%DATADIR%%/%%VER%%/modules/caps @@ -2201,7 +2303,12 @@ share/pixmaps/kvirc.png %%QT%%@dirrmtry share/icons/hicolor/128x128 %%QT%%@dirrmtry share/icons/hicolor %%QT%%@dirrmtry share/icons +%%KDE%%@dirrm share/apps/kvirc %%QT%%@dirrmtry share/applications +@dirrmtry man/uk/man1 +@dirrmtry man/uk +@dirrmtry man/pt/man1 +@dirrmtry man/pt @dirrmtry man/it/man1 @dirrmtry man/it @dirrmtry man/fr/man1 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 17:48:03 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1EC5A1065677; Wed, 12 Sep 2012 17:48:03 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E5F7C8FC20; Wed, 12 Sep 2012 17:48:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CHm2Up018103; Wed, 12 Sep 2012 17:48:02 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CHm2lC018099; Wed, 12 Sep 2012 17:48:02 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209121748.q8CHm2lC018099@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Wed, 12 Sep 2012 17:48:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304156 - head/devel/newt X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 17:48:03 -0000 Author: rm Date: Wed Sep 12 17:48:02 2012 New Revision: 304156 URL: http://svn.freebsd.org/changeset/ports/304156 Log: Remove ${PYDISTUTILS} from BUILD_DEPENDS. That was the only consumer of this. while on it: - strip Makefile header - make COMMENT looks nicier - limit python version to 2.x - whitespace fixes in pkg-descr Modified: head/devel/newt/Makefile head/devel/newt/pkg-descr Modified: head/devel/newt/Makefile ============================================================================== --- head/devel/newt/Makefile Wed Sep 12 17:14:01 2012 (r304155) +++ head/devel/newt/Makefile Wed Sep 12 17:48:02 2012 (r304156) @@ -1,9 +1,4 @@ -# New ports collection makefile for: newt -# Date created: 08 Jan 2000 -# Whom: Will Andrews -# # $FreeBSD$ -# PORTNAME= newt PORTVERSION= 0.52.11 @@ -13,7 +8,7 @@ MASTER_SITES= https://fedorahosted.org/r PKGNAMESUFFIX= ${PYTHONSUFFIX}${TCLSUFFIX} MAINTAINER= ports@FreeBSD.org -COMMENT= Not Erik's Windowing Toolkit: console I/O handling library#' +COMMENT= Not Erik's Windowing Toolkit: console I/O handling library LIB_DEPENDS= slang:${PORTSDIR}/devel/libslang2 \ popt:${PORTSDIR}/devel/popt @@ -39,8 +34,7 @@ USE_GETTEXT= yes .endif .if defined(WITH_PYTHON) PYTHONSUFFIX= -${PYTHON_PKGNAMEPREFIX:S/-//} -BUILD_DEPENDS+= ${PYDISTUTILS} -USE_PYTHON= yes +USE_PYTHON= -2.7 MAKE_ENV+= WITH_PYTHON=yes PLIST_SUB+= PYTHONOPT="" \ PYNUM=${PYTHON_VERSION:S/python//} Modified: head/devel/newt/pkg-descr ============================================================================== --- head/devel/newt/pkg-descr Wed Sep 12 17:14:01 2012 (r304155) +++ head/devel/newt/pkg-descr Wed Sep 12 17:48:02 2012 (r304156) @@ -1,6 +1,6 @@ Newt is a windowing toolkit for text mode built from the slang library. It allows color text mode applications to easily use -stackable windows, push buttons, check boxes, radio buttons, lists, +stackable windows, push buttons, check boxes, radio buttons, lists, entry fields, labels, and displayable text. Scrollbars are supported, and forms may be nested to provide extra functionality. @@ -9,4 +9,4 @@ be used from shell scripts similarly to provides the textual interface for the Red Hat and Debian boot disks. -WWW: https://fedorahosted.org/newt/ +WWW: https://fedorahosted.org/newt/ From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 18:14:47 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BD83F106564A; Wed, 12 Sep 2012 18:14:47 +0000 (UTC) (envelope-from skreuzer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A8CA08FC08; Wed, 12 Sep 2012 18:14:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CIElpc022621; Wed, 12 Sep 2012 18:14:47 GMT (envelope-from skreuzer@svn.freebsd.org) Received: (from skreuzer@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CIElq9022619; Wed, 12 Sep 2012 18:14:47 GMT (envelope-from skreuzer@svn.freebsd.org) Message-Id: <201209121814.q8CIElq9022619@svn.freebsd.org> From: Steven Kreuzer Date: Wed, 12 Sep 2012 18:14:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304157 - in head/devel: . R-cran-survival X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 18:14:47 -0000 Author: skreuzer Date: Wed Sep 12 18:14:47 2012 New Revision: 304157 URL: http://svn.freebsd.org/changeset/ports/304157 Log: Remove port since 'survival' gets installed by R as part of the Recommended library Deleted: head/devel/R-cran-survival/ Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Sep 12 17:48:02 2012 (r304156) +++ head/devel/Makefile Wed Sep 12 18:14:47 2012 (r304157) @@ -22,7 +22,6 @@ SUBDIR += R-cran-proto SUBDIR += R-cran-reshape SUBDIR += R-cran-reshape2 - SUBDIR += R-cran-survival SUBDIR += SpecTcl SUBDIR += ZendOptimizer SUBDIR += aap From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 18:18:23 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20ECD1065731; Wed, 12 Sep 2012 18:18:20 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 719C68FC1A; Wed, 12 Sep 2012 18:18:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CIIKRD023373; Wed, 12 Sep 2012 18:18:20 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CIIKYf023372; Wed, 12 Sep 2012 18:18:20 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201209121818.q8CIIKYf023372@svn.freebsd.org> From: Chris Rees Date: Wed, 12 Sep 2012 18:18:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304158 - head/editors/openoffice-3-devel/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 18:18:23 -0000 Author: crees Date: Wed Sep 12 18:18:20 2012 New Revision: 304158 URL: http://svn.freebsd.org/changeset/ports/304158 Log: Fix build by removing patch. Submitted by: pointyhat (beat) Deleted: head/editors/openoffice-3-devel/files/patch-configure From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 19:56:51 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 177AB1065670; Wed, 12 Sep 2012 19:56:51 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 038C58FC1A; Wed, 12 Sep 2012 19:56:51 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CJuoKQ037566; Wed, 12 Sep 2012 19:56:50 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CJuowg037563; Wed, 12 Sep 2012 19:56:50 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201209121956.q8CJuowg037563@svn.freebsd.org> From: Ryan Steinmetz Date: Wed, 12 Sep 2012 19:56:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304159 - head/net/isc-dhcp42-server X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 19:56:51 -0000 Author: zi Date: Wed Sep 12 19:56:50 2012 New Revision: 304159 URL: http://svn.freebsd.org/changeset/ports/304159 Log: - Update to 4.2.4P2 Modified: head/net/isc-dhcp42-server/Makefile head/net/isc-dhcp42-server/distinfo Modified: head/net/isc-dhcp42-server/Makefile ============================================================================== --- head/net/isc-dhcp42-server/Makefile Wed Sep 12 18:18:20 2012 (r304158) +++ head/net/isc-dhcp42-server/Makefile Wed Sep 12 19:56:50 2012 (r304159) @@ -22,8 +22,8 @@ LICENSE= ISCL USE_GMAKE= yes -PATCHLEVEL= P1 -PORTREVISION_SERVER= 1 +PATCHLEVEL= P2 +PORTREVISION_SERVER= 2 PORTREVISION_CLIENT= 0 PORTREVISION_RELAY= 0 Modified: head/net/isc-dhcp42-server/distinfo ============================================================================== --- head/net/isc-dhcp42-server/distinfo Wed Sep 12 18:18:20 2012 (r304158) +++ head/net/isc-dhcp42-server/distinfo Wed Sep 12 19:56:50 2012 (r304159) @@ -1,2 +1,2 @@ -SHA256 (dhcp-4.2.4-P1.tar.gz) = d3baabef27fc006e1ce1c4e3d03d7e5c4b6a34d5a2f45fa47d69235ed25ad420 -SIZE (dhcp-4.2.4-P1.tar.gz) = 8187359 +SHA256 (dhcp-4.2.4-P2.tar.gz) = 0f75170e323cd9573e6e09a5d9236725f3e56e3cac5a70a01fe2a9d76b436499 +SIZE (dhcp-4.2.4-P2.tar.gz) = 8190209 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 20:13:35 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AC45A106564A; Wed, 12 Sep 2012 20:13:35 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 974CB8FC1A; Wed, 12 Sep 2012 20:13:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CKDZAd040005; Wed, 12 Sep 2012 20:13:35 GMT (envelope-from decke@svn.freebsd.org) Received: (from decke@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CKDZxO040002; Wed, 12 Sep 2012 20:13:35 GMT (envelope-from decke@svn.freebsd.org) Message-Id: <201209122013.q8CKDZxO040002@svn.freebsd.org> From: Bernhard Froehlich Date: Wed, 12 Sep 2012 20:13:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304160 - in head/emulators: virtualbox-ose-kmod-legacy virtualbox-ose-legacy X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 20:13:35 -0000 Author: decke Date: Wed Sep 12 20:13:34 2012 New Revision: 304160 URL: http://svn.freebsd.org/changeset/ports/304160 Log: - Cleanup MASTER_SITES and use upstream mirror as primary Discussed with: beat (for chruetertee mirrors) Modified: head/emulators/virtualbox-ose-kmod-legacy/Makefile head/emulators/virtualbox-ose-legacy/Makefile Modified: head/emulators/virtualbox-ose-kmod-legacy/Makefile ============================================================================== --- head/emulators/virtualbox-ose-kmod-legacy/Makefile Wed Sep 12 19:56:50 2012 (r304159) +++ head/emulators/virtualbox-ose-kmod-legacy/Makefile Wed Sep 12 20:13:34 2012 (r304160) @@ -8,8 +8,8 @@ PORTNAME= virtualbox-ose DISTVERSION= 4.0.16 CATEGORIES= emulators kld -MASTER_SITES= http://tmp.chruetertee.ch/ \ - http://freebsd.unixfreunde.de/sources/ \ +MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ + http://tmp.chruetertee.ch/ \ http://disasterarea.chruetertee.ch/ PKGNAMESUFFIX= -kmod-legacy DISTNAME= VirtualBox-${DISTVERSION} Modified: head/emulators/virtualbox-ose-legacy/Makefile ============================================================================== --- head/emulators/virtualbox-ose-legacy/Makefile Wed Sep 12 19:56:50 2012 (r304159) +++ head/emulators/virtualbox-ose-legacy/Makefile Wed Sep 12 20:13:34 2012 (r304160) @@ -9,8 +9,8 @@ PORTNAME= virtualbox-ose DISTVERSION= 4.0.16 PORTREVISION= 2 CATEGORIES= emulators -MASTER_SITES= http://tmp.chruetertee.ch/ \ - http://freebsd.unixfreunde.de/sources/ \ +MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ + http://tmp.chruetertee.ch/ \ http://disasterarea.chruetertee.ch/ \ http://download.virtualbox.org/virtualbox/${VBOX_GUEST_VER}/:guestadditions PKGNAMESUFFIX= -legacy From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 20:15:54 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1A209106564A; Wed, 12 Sep 2012 20:15:54 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EF6398FC15; Wed, 12 Sep 2012 20:15:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CKFrmi040451; Wed, 12 Sep 2012 20:15:53 GMT (envelope-from decke@svn.freebsd.org) Received: (from decke@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CKFr2J040444; Wed, 12 Sep 2012 20:15:53 GMT (envelope-from decke@svn.freebsd.org) Message-Id: <201209122015.q8CKFr2J040444@svn.freebsd.org> From: Bernhard Froehlich Date: Wed, 12 Sep 2012 20:15:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304161 - in head/emulators: virtualbox-ose virtualbox-ose-additions virtualbox-ose-kmod X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 20:15:54 -0000 Author: decke Date: Wed Sep 12 20:15:53 2012 New Revision: 304161 URL: http://svn.freebsd.org/changeset/ports/304161 Log: - Update to 4.1.22 [1] - Cleanup MASTER_SITES and use upstream mirror as primary Submitted by: Mikhail Tsatsenko [1] Modified: head/emulators/virtualbox-ose-additions/Makefile head/emulators/virtualbox-ose-additions/distinfo (contents, props changed) head/emulators/virtualbox-ose-kmod/Makefile head/emulators/virtualbox-ose-kmod/distinfo (contents, props changed) head/emulators/virtualbox-ose/Makefile head/emulators/virtualbox-ose/distinfo (contents, props changed) Modified: head/emulators/virtualbox-ose-additions/Makefile ============================================================================== --- head/emulators/virtualbox-ose-additions/Makefile Wed Sep 12 20:13:34 2012 (r304160) +++ head/emulators/virtualbox-ose-additions/Makefile Wed Sep 12 20:15:53 2012 (r304161) @@ -6,11 +6,10 @@ # PORTNAME= virtualbox-ose -DISTVERSION= 4.1.20 +DISTVERSION= 4.1.22 CATEGORIES= emulators kld -MASTER_SITES= http://tmp.chruetertee.ch/ \ - http://freebsd.unixfreunde.de/sources/ \ - SF/virtualbox.mirror/ \ +MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ + http://tmp.chruetertee.ch/ \ http://disasterarea.chruetertee.ch/ PKGNAMESUFFIX= -additions DISTNAME= VirtualBox-${DISTVERSION} Modified: head/emulators/virtualbox-ose-additions/distinfo ============================================================================== --- head/emulators/virtualbox-ose-additions/distinfo Wed Sep 12 20:13:34 2012 (r304160) +++ head/emulators/virtualbox-ose-additions/distinfo Wed Sep 12 20:15:53 2012 (r304161) @@ -1,2 +1,2 @@ -SHA256 (VirtualBox-4.1.20.tar.bz2) = b132dbc5c6e9ed77aba737ec35b488ac152aa362c3ad49d466897bc410324aeb -SIZE (VirtualBox-4.1.20.tar.bz2) = 73391720 +SHA256 (VirtualBox-4.1.22.tar.bz2) = 7abb506203dd0d69b4b408fd999b5b9a479a9adce5f80e9b5569641c053dd153 +SIZE (VirtualBox-4.1.22.tar.bz2) = 73385514 Modified: head/emulators/virtualbox-ose-kmod/Makefile ============================================================================== --- head/emulators/virtualbox-ose-kmod/Makefile Wed Sep 12 20:13:34 2012 (r304160) +++ head/emulators/virtualbox-ose-kmod/Makefile Wed Sep 12 20:15:53 2012 (r304161) @@ -6,11 +6,10 @@ # PORTNAME= virtualbox-ose -DISTVERSION= 4.1.20 +DISTVERSION= 4.1.22 CATEGORIES= emulators kld -MASTER_SITES= http://tmp.chruetertee.ch/ \ - http://freebsd.unixfreunde.de/sources/ \ - SF/virtualbox.mirror/ \ +MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ + http://tmp.chruetertee.ch/ \ http://disasterarea.chruetertee.ch/ PKGNAMESUFFIX= -kmod DISTNAME= VirtualBox-${DISTVERSION} Modified: head/emulators/virtualbox-ose-kmod/distinfo ============================================================================== --- head/emulators/virtualbox-ose-kmod/distinfo Wed Sep 12 20:13:34 2012 (r304160) +++ head/emulators/virtualbox-ose-kmod/distinfo Wed Sep 12 20:15:53 2012 (r304161) @@ -1,2 +1,2 @@ -SHA256 (VirtualBox-4.1.20.tar.bz2) = b132dbc5c6e9ed77aba737ec35b488ac152aa362c3ad49d466897bc410324aeb -SIZE (VirtualBox-4.1.20.tar.bz2) = 73391720 +SHA256 (VirtualBox-4.1.22.tar.bz2) = 7abb506203dd0d69b4b408fd999b5b9a479a9adce5f80e9b5569641c053dd153 +SIZE (VirtualBox-4.1.22.tar.bz2) = 73385514 Modified: head/emulators/virtualbox-ose/Makefile ============================================================================== --- head/emulators/virtualbox-ose/Makefile Wed Sep 12 20:13:34 2012 (r304160) +++ head/emulators/virtualbox-ose/Makefile Wed Sep 12 20:15:53 2012 (r304161) @@ -6,11 +6,10 @@ # PORTNAME= virtualbox-ose -DISTVERSION= 4.1.20 +DISTVERSION= 4.1.22 CATEGORIES= emulators -MASTER_SITES= http://tmp.chruetertee.ch/ \ - http://freebsd.unixfreunde.de/sources/ \ - SF/virtualbox.mirror/ \ +MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ + http://tmp.chruetertee.ch/ \ http://disasterarea.chruetertee.ch/ \ http://download.virtualbox.org/virtualbox/${VBOX_GUEST_VER}/:guestadditions DISTFILES= VirtualBox-${DISTVERSION}${EXTRACT_SUFX} ${GADISTFILES} Modified: head/emulators/virtualbox-ose/distinfo ============================================================================== --- head/emulators/virtualbox-ose/distinfo Wed Sep 12 20:13:34 2012 (r304160) +++ head/emulators/virtualbox-ose/distinfo Wed Sep 12 20:15:53 2012 (r304161) @@ -1,4 +1,4 @@ -SHA256 (VirtualBox-4.1.20.tar.bz2) = b132dbc5c6e9ed77aba737ec35b488ac152aa362c3ad49d466897bc410324aeb -SIZE (VirtualBox-4.1.20.tar.bz2) = 73391720 -SHA256 (VBoxGuestAdditions_4.1.20.iso) = 04ab744725c17db441077ef471eeb41db5fc6e4569ac54e6c4f52923737b0494 -SIZE (VBoxGuestAdditions_4.1.20.iso) = 52207616 +SHA256 (VirtualBox-4.1.22.tar.bz2) = 7abb506203dd0d69b4b408fd999b5b9a479a9adce5f80e9b5569641c053dd153 +SIZE (VirtualBox-4.1.22.tar.bz2) = 73385514 +SHA256 (VBoxGuestAdditions_4.1.22.iso) = 5c7d9a4a31c8a926ba6dbae2b9704a561638e94ea0fc4f805a9231dd4f932d46 +SIZE (VBoxGuestAdditions_4.1.22.iso) = 52207616 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 20:39:40 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96FC21065672; Wed, 12 Sep 2012 20:39:40 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 769D88FC08; Wed, 12 Sep 2012 20:39:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CKdewo044071; Wed, 12 Sep 2012 20:39:40 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CKde87044066; Wed, 12 Sep 2012 20:39:40 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201209122039.q8CKde87044066@svn.freebsd.org> From: Pawel Pekala Date: Wed, 12 Sep 2012 20:39:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304162 - in head/x11-toolkits/termit: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 20:39:40 -0000 Author: pawel Date: Wed Sep 12 20:39:39 2012 New Revision: 304162 URL: http://svn.freebsd.org/changeset/ports/304162 Log: Update to version 2.9.6 Added: head/x11-toolkits/termit/files/ head/x11-toolkits/termit/files/patch-src__CMakeLists.txt (contents, props changed) Modified: head/x11-toolkits/termit/Makefile head/x11-toolkits/termit/distinfo Modified: head/x11-toolkits/termit/Makefile ============================================================================== --- head/x11-toolkits/termit/Makefile Wed Sep 12 20:15:53 2012 (r304161) +++ head/x11-toolkits/termit/Makefile Wed Sep 12 20:39:39 2012 (r304162) @@ -6,7 +6,7 @@ # PORTNAME= termit -PORTVERSION= 2.9.5 +PORTVERSION= 2.9.6 CATEGORIES= x11-toolkits gnome MASTER_SITES= http://cloud.github.com/downloads/nonstop/termit/ @@ -34,7 +34,7 @@ USE_XORG= pixman x11 xau xcomposite xcur xi xinerama xrandr xrender MAKE_JOBS_SAFE= yes -CFLAGS+= -I${LUA_INCDIR} +CFLAGS+= -I${LOCALBASE}/include/vte-0.0 MAN1= ${PORTNAME}.1 @@ -65,8 +65,8 @@ post-patch: @${REINPLACE_CMD} 's|share/man|man|' ${WRKSRC}/doc/CMakeLists.txt @${REINPLACE_CMD} 's|ADD_SUBDIRECTORY(etc)||' ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} 's|/etc|${PREFIX}/etc|' ${WRKSRC}/src/lua_conf.c - @${REINPLACE_CMD} -e 's|/usr/lib/liblua.a|${LUA_LIBDIR}/liblua.a|' \ - -e 's|-ldl||' ${WRKSRC}/src/CMakeLists.txt + @${REINPLACE_CMD} 's|/usr/lib/liblua.a|${LUA_LIBDIR}/liblua.a|' \ + ${WRKSRC}/src/CMakeLists.txt post-install: ${MKDIR} ${TERMIT_ETC} Modified: head/x11-toolkits/termit/distinfo ============================================================================== --- head/x11-toolkits/termit/distinfo Wed Sep 12 20:15:53 2012 (r304161) +++ head/x11-toolkits/termit/distinfo Wed Sep 12 20:39:39 2012 (r304162) @@ -1,2 +1,2 @@ -SHA256 (termit-2.9.5.tar.bz2) = 85aae941ec265d341ec2dbe4a6b60c6e075810345632767032dfd4fb451ce757 -SIZE (termit-2.9.5.tar.bz2) = 47675 +SHA256 (termit-2.9.6.tar.bz2) = f22cef9359155bb2f57ad2f724cf061fe03600ef555c16d41375f4d53897bf03 +SIZE (termit-2.9.6.tar.bz2) = 48096 Added: head/x11-toolkits/termit/files/patch-src__CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-toolkits/termit/files/patch-src__CMakeLists.txt Wed Sep 12 20:39:39 2012 (r304162) @@ -0,0 +1,31 @@ +--- ./src/CMakeLists.txt.orig 2012-09-12 22:14:24.000000000 +0200 ++++ ./src/CMakeLists.txt 2012-09-12 22:16:09.000000000 +0200 +@@ -19,9 +19,9 @@ + + SET(GTK_VERSION "" CACHE STRING "Gtk version") + IF(GTK_VERSION STREQUAL "") +- pkg_search_module(GTK REQUIRED gtk+-3.0 gtk+-2.0>=2.12) ++ pkg_search_module(GTK REQUIRED gtk+-2.0>=2.12) + ELSE(GTK_VERSION STREQUAL "") +- pkg_search_module(GTK REQUIRED gtk+-3.0=${GTK_VERSION} gtk+-2.0=${GTK_VERSION}) ++ pkg_search_module(GTK REQUIRED gtk+-2.0=${GTK_VERSION}) + ENDIF(GTK_VERSION STREQUAL "") + IF(NOT GTK_FOUND) + message(FATAL_ERROR "Gtk library was not found.") +@@ -45,7 +45,7 @@ + + SET(LUA_VERSION "" CACHE STRING "Lua version") + IF(LUA_VERSION STREQUAL "") +- pkg_search_module(LUA REQUIRED lua>=5.0 lua5.2 lua5.1) ++ pkg_search_module(LUA REQUIRED lua>=5.0 lua-5.2 lua-5.1) + ELSE(LUA_VERSION STREQUAL "") + pkg_search_module(LUA REQUIRED + lua=${LUA_VERSION} lua5.2=${LUA_VERSION} lua5.1=${LUA_VERSION} lua5.0=${LUA_VERSION}) +@@ -79,7 +79,6 @@ + + ADD_EXECUTABLE(${TARGET} ${TERMIT_SRCS}) + +-SET(TERMIT_LDFLAGS "-ldl") + FOREACH(ldflag ${VTE_LDFLAGS} ${GTK_LDFLAGS} ${LUA_LDFLAGS}) + LIST(APPEND TERMIT_LDFLAGS "${ldflag}") + ENDFOREACH(ldflag) From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 20:57:28 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73F351065673; Wed, 12 Sep 2012 20:57:28 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 473A58FC12; Wed, 12 Sep 2012 20:57:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CKvSiv046726; Wed, 12 Sep 2012 20:57:28 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CKvSP8046722; Wed, 12 Sep 2012 20:57:28 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201209122057.q8CKvSP8046722@svn.freebsd.org> From: Chris Rees Date: Wed, 12 Sep 2012 20:57:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304163 - in head/net-mgmt/nrpe2: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 20:57:28 -0000 Author: crees Date: Wed Sep 12 20:57:27 2012 New Revision: 304163 URL: http://svn.freebsd.org/changeset/ports/304163 Log: Improve rc script handling of pidfile, and do a few optimisations PR: ports/168225 Submitted by: yar (based on) While here, copy over default config file on install Modified: head/net-mgmt/nrpe2/Makefile head/net-mgmt/nrpe2/files/nrpe2.in head/net-mgmt/nrpe2/pkg-plist Modified: head/net-mgmt/nrpe2/Makefile ============================================================================== --- head/net-mgmt/nrpe2/Makefile Wed Sep 12 20:39:39 2012 (r304162) +++ head/net-mgmt/nrpe2/Makefile Wed Sep 12 20:57:27 2012 (r304163) @@ -74,7 +74,7 @@ CONFIGURE_ARGS+= --disable-command-args .endif post-patch: - @${REINPLACE_CMD} -e 's#/var/run/nrpe.pid#@localstatedir@/nrpe2.pid#g' \ + @${REINPLACE_CMD} -e 's#/var/run/nrpe.pid#/var/run/nrpe2/nrpe2.pid#g' \ -e 's#/usr/lib/nagios/plugins/#${LOCALBASE}/libexec/nagios/#g' \ -e 's#/usr/bin/sudo#${LOCALBASE}/bin/sudo#g' \ ${WRKSRC}/sample-config/nrpe.cfg.in @@ -90,6 +90,8 @@ do-install: post-install: @${SH} ${PKGINSTALL} ${DISTNAME} POST-INSTALL + @[ -f ${PREFIX}/etc/nrpe.cfg ] || \ + ${CP} -p ${PREFIX}/etc/nrpe.cfg-sample ${PREFIX}/etc/nrpe.cfg @${CAT} ${PKGMESSAGE} .include Modified: head/net-mgmt/nrpe2/files/nrpe2.in ============================================================================== --- head/net-mgmt/nrpe2/files/nrpe2.in Wed Sep 12 20:39:39 2012 (r304162) +++ head/net-mgmt/nrpe2/files/nrpe2.in Wed Sep 12 20:57:27 2012 (r304163) @@ -21,20 +21,18 @@ name="nrpe2" rcvar=nrpe2_enable +: ${nrpe2_enable=NO} +: ${nrpe2_configfile=%%PREFIX%%/etc/nrpe.cfg} +pidfile=${nrpe2_pidfile:-/var/run/nrpe2/nrpe2.pid} + command="%%PREFIX%%/sbin/nrpe2" command_args="-d" extra_commands="reload" - +start_precmd="install -d -o ${nrpe_user:-nagios} ${pidfile%/*}" sig_reload=HUP -[ -z "${nrpe2_enable}" ] && nrpe2_enable="NO" -[ -z "${nrpe2_configfile}" ] && nrpe2_configfile="%%PREFIX%%/etc/nrpe.cfg" -[ -z "${nrpe2_pidfile}" ] && nrpe2_pidfile="%%NAGIOSDIR%%/nrpe2.pid" - load_rc_config "${name}" -pidfile="${nrpe2_pidfile}" - required_files="${nrpe2_configfile}" command_args="${command_args} -c ${nrpe2_configfile}" Modified: head/net-mgmt/nrpe2/pkg-plist ============================================================================== --- head/net-mgmt/nrpe2/pkg-plist Wed Sep 12 20:39:39 2012 (r304162) +++ head/net-mgmt/nrpe2/pkg-plist Wed Sep 12 20:57:27 2012 (r304163) @@ -1,4 +1,6 @@ +@unexec cmp -s %D/etc/nrpe.cfg-sample %D/etc/nrpe.cfg && rm %D/etc/nrpe.cfg || true etc/nrpe.cfg-sample +@exec test -f %B/nrpe.cfg || cp -p %D/%F %B/nrpe.cfg libexec/nagios/check_nrpe2 @dirrmtry libexec/nagios sbin/nrpe2 From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 20:59:24 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2FD37106566C; Wed, 12 Sep 2012 20:59:24 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A61A18FC1B; Wed, 12 Sep 2012 20:59:23 +0000 (UTC) Message-ID: <5050F79E.4010100@FreeBSD.org> Date: Wed, 12 Sep 2012 16:59:10 -0400 From: Jung-uk Kim User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:15.0) Gecko/20120911 Thunderbird/15.0.1 MIME-Version: 1.0 To: Andriy Gapon References: <201209121641.q8CGfWv5007381@svn.freebsd.org> In-Reply-To: <201209121641.q8CGfWv5007381@svn.freebsd.org> X-Enigmail-Version: 1.4.3 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r304153 - in head/editors/libreoffice: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 20:59:24 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2012-09-12 12:41:32 -0400, Jung-uk Kim wrote: > Author: jkim Date: Wed Sep 12 16:41:31 2012 New Revision: 304153 > URL: http://svn.freebsd.org/changeset/ports/304153 > > Log: - Deprecate USE_OPENSSL. It causes nothing but trouble at the > moment. - Set some environment variables needed by old build > system. - Fix build with GCC and reinstate WITH_GCC knob. - Tidy up > some nits while I am here. > > Added: head/editors/libreoffice/files/patch-cppunit__freebsd.patch > (contents, props changed) > head/editors/libreoffice/files/patch-cppunit__gcc-abi-demangle.patch > (contents, props changed) > head/editors/libreoffice/files/patch-cppunit__makefile.mk > (contents, props changed) I forgot to thank avg for tracking down cppunit issues and filing upstream PRs: https://bugs.freedesktop.org/show_bug.cgi?id=52536 https://bugs.freedesktop.org/show_bug.cgi?id=52539 Thanks! Jung-uk Kim -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlBQ954ACgkQmlay1b9qnVOLAACfXvHy/b/xN827+igq99CC4Qax PzwAn2ZK/ULQaACDdKsQu2Neac5laZ+E =Wlfe -----END PGP SIGNATURE----- From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 21:02:33 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39EC01065672; Wed, 12 Sep 2012 21:02:33 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6A5E98FC1D; Wed, 12 Sep 2012 21:02:32 +0000 (UTC) Received: by bkcje9 with SMTP id je9so144112bkc.13 for ; Wed, 12 Sep 2012 14:02:31 -0700 (PDT) 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 :x-google-sender-auth:message-id:subject:to:content-type; bh=1XdhPxkcHLzycFqDYQ5tJ0XKX5ipCtHH9KpXz04KxkY=; b=NVL/C6SEiDpBJrARwguB6/xVUCuTU04jar6As29wGrMZ9fPGsxZuNCI/Yz3ybecwGR aaSKTb9kLNZAL1Ef/DvbxyWI/WQYPyGP0pu/CXW034r144aPZQ1d476QpQ6IiPZEbXAI P3jaXBsFFsJzbdc9u97bUgjSX0HXPOJ5dOhxhHe3tyshjCu7e85d2ZSEaZRmg+uh2oVy UuQ7ffd+aDMokELSfB5OAcz3wFq4o1ERuu+8dqqHOjoPof6Mlkc4O5edHwJmDO+VeNFK L0rtFmxp23cC05H68+sUGZHDl2n+2JzdFMzAIBpr4zu/HjmuNhQud+oEJtCATUzY3jWW Rr/Q== Received: by 10.204.157.18 with SMTP id z18mr6828743bkw.16.1347483751565; Wed, 12 Sep 2012 14:02:31 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.10.141 with HTTP; Wed, 12 Sep 2012 14:02:01 -0700 (PDT) In-Reply-To: <201209122057.q8CKvSP8046722@svn.freebsd.org> References: <201209122057.q8CKvSP8046722@svn.freebsd.org> From: Chris Rees Date: Wed, 12 Sep 2012 22:02:01 +0100 X-Google-Sender-Auth: WFBACkGxVHnyxMs9rDea8Q_hM9o Message-ID: To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Re: svn commit: r304163 - in head/net-mgmt/nrpe2: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 21:02:33 -0000 On 12 September 2012 21:57, Chris Rees wrote: > Author: crees > Date: Wed Sep 12 20:57:27 2012 > New Revision: 304163 > URL: http://svn.freebsd.org/changeset/ports/304163 > > Log: > Improve rc script handling of pidfile, and do a few optimisations > > PR: ports/168225 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=168225 > Submitted by: yar (based on) Sorry, should have mentioned that the maintainer was happy with the patch too. Chris From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 21:04:43 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4392106567C for ; Wed, 12 Sep 2012 21:04:42 +0000 (UTC) (envelope-from dougb@dougbarton.us) Received: from mail2.fluidhosting.com (mx22.fluidhosting.com [204.14.89.5]) by mx1.freebsd.org (Postfix) with ESMTP id 75D948FC0A for ; Wed, 12 Sep 2012 21:04:41 +0000 (UTC) Received: (qmail 26571 invoked by uid 399); 12 Sep 2012 21:04:30 -0000 Received: from pluto.wwt.com (HELO ?172.29.3.77?) (dougb@dougbarton.us@198.200.139.3) by mail2.fluidhosting.com with ESMTPAM; 12 Sep 2012 21:04:30 -0000 X-Originating-IP: 198.200.139.3 X-Sender: dougb@dougbarton.us Message-ID: <5050F8E5.2070507@dougbarton.us> Date: Wed, 12 Sep 2012 11:04:37 -1000 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: Chris Rees References: <201209122057.q8CKvSP8046722@svn.freebsd.org> In-Reply-To: <201209122057.q8CKvSP8046722@svn.freebsd.org> X-Enigmail-Version: 1.4.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r304163 - in head/net-mgmt/nrpe2: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 21:04:43 -0000 The pidfile stuff is awesome, thanks! I feel so happy and proud ... *sniff* :) Doug On 9/12/2012 10:57 AM, Chris Rees wrote: > Author: crees > Date: Wed Sep 12 20:57:27 2012 > New Revision: 304163 > URL: http://svn.freebsd.org/changeset/ports/304163 > > Log: > Improve rc script handling of pidfile, and do a few optimisations > > PR: ports/168225 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=168225 > Submitted by: yar (based on) > > While here, copy over default config file on install > > Modified: > head/net-mgmt/nrpe2/Makefile > head/net-mgmt/nrpe2/files/nrpe2.in > head/net-mgmt/nrpe2/pkg-plist > > Modified: head/net-mgmt/nrpe2/Makefile > ============================================================================== > --- head/net-mgmt/nrpe2/Makefile Wed Sep 12 20:39:39 2012 (r304162) > +++ head/net-mgmt/nrpe2/Makefile Wed Sep 12 20:57:27 2012 (r304163) > @@ -74,7 +74,7 @@ CONFIGURE_ARGS+= --disable-command-args > .endif > > post-patch: > - @${REINPLACE_CMD} -e 's#/var/run/nrpe.pid#@localstatedir@/nrpe2.pid#g' \ > + @${REINPLACE_CMD} -e 's#/var/run/nrpe.pid#/var/run/nrpe2/nrpe2.pid#g' \ > -e 's#/usr/lib/nagios/plugins/#${LOCALBASE}/libexec/nagios/#g' \ > -e 's#/usr/bin/sudo#${LOCALBASE}/bin/sudo#g' \ > ${WRKSRC}/sample-config/nrpe.cfg.in > @@ -90,6 +90,8 @@ do-install: > > post-install: > @${SH} ${PKGINSTALL} ${DISTNAME} POST-INSTALL > + @[ -f ${PREFIX}/etc/nrpe.cfg ] || \ > + ${CP} -p ${PREFIX}/etc/nrpe.cfg-sample ${PREFIX}/etc/nrpe.cfg > @${CAT} ${PKGMESSAGE} > > .include > > Modified: head/net-mgmt/nrpe2/files/nrpe2.in > ============================================================================== > --- head/net-mgmt/nrpe2/files/nrpe2.in Wed Sep 12 20:39:39 2012 (r304162) > +++ head/net-mgmt/nrpe2/files/nrpe2.in Wed Sep 12 20:57:27 2012 (r304163) > @@ -21,20 +21,18 @@ > name="nrpe2" > rcvar=nrpe2_enable > > +: ${nrpe2_enable=NO} > +: ${nrpe2_configfile=%%PREFIX%%/etc/nrpe.cfg} > +pidfile=${nrpe2_pidfile:-/var/run/nrpe2/nrpe2.pid} > + > command="%%PREFIX%%/sbin/nrpe2" > command_args="-d" > extra_commands="reload" > - > +start_precmd="install -d -o ${nrpe_user:-nagios} ${pidfile%/*}" > sig_reload=HUP > > -[ -z "${nrpe2_enable}" ] && nrpe2_enable="NO" > -[ -z "${nrpe2_configfile}" ] && nrpe2_configfile="%%PREFIX%%/etc/nrpe.cfg" > -[ -z "${nrpe2_pidfile}" ] && nrpe2_pidfile="%%NAGIOSDIR%%/nrpe2.pid" > - > load_rc_config "${name}" > > -pidfile="${nrpe2_pidfile}" > - > required_files="${nrpe2_configfile}" > command_args="${command_args} -c ${nrpe2_configfile}" > > > Modified: head/net-mgmt/nrpe2/pkg-plist > ============================================================================== > --- head/net-mgmt/nrpe2/pkg-plist Wed Sep 12 20:39:39 2012 (r304162) > +++ head/net-mgmt/nrpe2/pkg-plist Wed Sep 12 20:57:27 2012 (r304163) > @@ -1,4 +1,6 @@ > +@unexec cmp -s %D/etc/nrpe.cfg-sample %D/etc/nrpe.cfg && rm %D/etc/nrpe.cfg || true > etc/nrpe.cfg-sample > +@exec test -f %B/nrpe.cfg || cp -p %D/%F %B/nrpe.cfg > libexec/nagios/check_nrpe2 > @dirrmtry libexec/nagios > sbin/nrpe2 > From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 21:09:57 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4ED261065672; Wed, 12 Sep 2012 21:09:57 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6AAA48FC19; Wed, 12 Sep 2012 21:09:56 +0000 (UTC) Received: by bkcje9 with SMTP id je9so146905bkc.13 for ; Wed, 12 Sep 2012 14:09:55 -0700 (PDT) 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 :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=Kv8YXmQxsYHPmZYUTlhKEgv/8P1nNcW/OtVlCYZvie0=; b=tzmKpwS9GrxROjfV0UjO6yhYGHaoxub3Wz+3Fnr81/m+o0X7TP50FHI4MUp73lWG6G 9CclRL8NKDTiRzJtVyp7/nRyQk384YYyghvBHm34Czx9c3Pm8A+FGg51lHVa7ITVwxXF v3ElWflhbVHxKnnPjxsyxdYAph5SL3QMAjg4odI+i4vrDGrSVuUcihgykx8dyqxuaorl gugfI5jsjpcFg778U+BuBz2067BpmcMLvfYSNocRlP6J7WQJysox+3rvrgui1cB5JluT XyX8TjU8Nn1Z2qUVLTc6QkJdcJy97HKYjIlatFf4IkkmyFmtJZkkS4SvCMi98e4xoiEQ yfyA== Received: by 10.204.152.27 with SMTP id e27mr6643789bkw.56.1347484195271; Wed, 12 Sep 2012 14:09:55 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.10.141 with HTTP; Wed, 12 Sep 2012 14:09:25 -0700 (PDT) In-Reply-To: <5050F8E5.2070507@dougbarton.us> References: <201209122057.q8CKvSP8046722@svn.freebsd.org> <5050F8E5.2070507@dougbarton.us> From: Chris Rees Date: Wed, 12 Sep 2012 22:09:25 +0100 X-Google-Sender-Auth: jT1aH5RuJhDLATV-VLKbiSEYiW4 Message-ID: To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r304163 - in head/net-mgmt/nrpe2: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 21:09:57 -0000 On 12 September 2012 22:04, Doug Barton wrote: > The pidfile stuff is awesome, thanks! I feel so happy and proud ... *sniff* > > :) I'm sure you noticed that I've just copied code from another port you advised me on ;) Chris From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 21:22:41 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 48490106566B; Wed, 12 Sep 2012 21:22:41 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3322A8FC08; Wed, 12 Sep 2012 21:22:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CLMffA050621; Wed, 12 Sep 2012 21:22:41 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CLMe1v050619; Wed, 12 Sep 2012 21:22:40 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201209122122.q8CLMe1v050619@svn.freebsd.org> From: Chris Rees Date: Wed, 12 Sep 2012 21:22:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304164 - head/audio/wavpack/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 21:22:41 -0000 Author: crees Date: Wed Sep 12 21:22:40 2012 New Revision: 304164 URL: http://svn.freebsd.org/changeset/ports/304164 Log: Fix clang build. Thanks to theraven for helping to track down the problem. PR: ports/168896 Reviewed by: multimedia (mav, briefly) Added: head/audio/wavpack/files/ head/audio/wavpack/files/patch-src__wavpack_local.h (contents, props changed) Added: head/audio/wavpack/files/patch-src__wavpack_local.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/wavpack/files/patch-src__wavpack_local.h Wed Sep 12 21:22:40 2012 (r304164) @@ -0,0 +1,22 @@ +--- ./src/wavpack_local.h.orig 2009-12-01 04:24:50.000000000 +0000 ++++ ./src/wavpack_local.h 2012-09-12 21:12:47.161974704 +0100 +@@ -11,6 +11,10 @@ + #ifndef WAVPACK_LOCAL_H + #define WAVPACK_LOCAL_H + ++#ifndef __has_builtin ++#define __has_builtin(x) 0 ++#endif ++ + #if defined(WIN32) + #define FASTCALL __fastcall + #else +@@ -768,7 +772,7 @@ + #define _m_paddd(m1, m2) __builtin_ia32_paddd (m1, m2) + #define _m_pcmpeqd(m1, m2) __builtin_ia32_pcmpeqd (m1, m2) + +-#if (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) || __GNUC__ > 4 ++#if (__GNUC__ == 4 && __GNUC_MINOR__ >= 4) || __GNUC__ > 4 || __has_builtin(__builtin_ia32_pslldi) + # define _m_pslldi(m1, m2) __builtin_ia32_pslldi ((__m64)m1, m2) + # define _m_psradi(m1, m2) __builtin_ia32_psradi ((__m64)m1, m2) + # define _m_psrldi(m1, m2) __builtin_ia32_psrldi ((__m64)m1, m2) From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 21:39:41 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E06EE106566C; Wed, 12 Sep 2012 21:39:41 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CB28F8FC0A; Wed, 12 Sep 2012 21:39:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CLdf11053112; Wed, 12 Sep 2012 21:39:41 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CLdfDi053108; Wed, 12 Sep 2012 21:39:41 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201209122139.q8CLdfDi053108@svn.freebsd.org> From: Jason Helfman Date: Wed, 12 Sep 2012 21:39:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304165 - head/games/kye-data X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 21:39:42 -0000 Author: jgh Date: Wed Sep 12 21:39:41 2012 New Revision: 304165 URL: http://svn.freebsd.org/changeset/ports/304165 Log: - update to 20120818 - 94 Additional Levels PR: 170800 Submitted by: nemysis@gmx.ch Modified: head/games/kye-data/Makefile head/games/kye-data/distinfo head/games/kye-data/pkg-plist Modified: head/games/kye-data/Makefile ============================================================================== --- head/games/kye-data/Makefile Wed Sep 12 21:22:40 2012 (r304164) +++ head/games/kye-data/Makefile Wed Sep 12 21:39:41 2012 (r304165) @@ -1,19 +1,15 @@ -# New Ports collection makefile for: kye-data -# Date created: 25 July 2012 -# Whom: nemysis@gmx.ch -# # $FreeBSD$ -# PORTNAME= kye-data -PORTVERSION= 20120725 +PORTVERSION= 20120818 CATEGORIES= games MASTER_SITES= http://games.moria.org.uk/kye/ \ - http://www.nuke.demon.co.uk/kye/levels/ + http://www.nuke.demon.co.uk/kye/levels/ \ + SF/nemysisfreebsdp/:levels # Selection of production-ready/well-known Kye Levels # (ziped Levels already included from games.moria.org.uk are excluded) # Please contact the MAINTAINER if a Level is missing -DISTFILES= ${LEVELS} ${LEVELS_KYE:S/$/.zip/} +DISTFILES= ${LEVELS} ${LEVELS_KYE:S/$/.zip/} kye-data_extra_levels.${DISTVERSION}.tar.gz:levels DIST_SUBDIR= kye EXTRACT_ONLY= #empty @@ -21,11 +17,10 @@ MAINTAINER= nemysis@gmx.ch COMMENT= Original extra Levels for Python Kye RUN_DEPENDS= Kye:${PORTSDIR}/games/kye -EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip NO_BUILD= yes NO_WRKSUBDIR= yes -SHAREMODE= 0644 DATADIR= ${PREFIX}/share/kye LEVELS= jungle.kye maze.kye problem.kye system.kye mystical.kye \ @@ -37,16 +32,17 @@ LEVELS_KYE= vvv1 vvv2 vvv3 vexkyelevels Ricardo TPsKye sampler post-extract-script: -. for f in ${LEVELS_KYE:S/$/.zip/} +.for f in ${LEVELS_KYE:S/$/.zip/} @${UNZIP_CMD} -qo -d ${WRKDIR} ${DISTDIR}/${DIST_SUBDIR}/${f} -. endfor +.endfor + ${TAR} xfjp ${DISTDIR}/${DIST_SUBDIR}/kye-data_extra_levels.${DISTVERSION}.tar.gz -C ${WRKDIR} @for i in `${FIND} ${WRKDIR} -name \*.KYE`; do \ ${MV} $$i `echo $$i | ${SED} -e 's/KYE/kye/'`; done do-install: -. for f in ${LEVELS} +.for f in ${LEVELS} @cd ${DISTDIR}/${DIST_SUBDIR} && ${COPYTREE_SHARE} ${f} ${DATADIR} -. endfor +.endfor @cd ${WRKDIR} && ${COPYTREE_SHARE} \*.kye ${DATADIR} post-install: Modified: head/games/kye-data/distinfo ============================================================================== --- head/games/kye-data/distinfo Wed Sep 12 21:22:40 2012 (r304164) +++ head/games/kye-data/distinfo Wed Sep 12 21:39:41 2012 (r304165) @@ -58,3 +58,5 @@ SHA256 (kye/TPsKye.zip) = f65ef0cc8322e1 SIZE (kye/TPsKye.zip) = 10483 SHA256 (kye/sampler.zip) = 6b5d85e8f8b87298ea927424159ee15c7609fd2e81068e68fd7df60f2c76e4f1 SIZE (kye/sampler.zip) = 4641 +SHA256 (kye/kye-data_extra_levels.20120818.tar.gz) = 9ddee7e21607c7fe425f24d7aa71e7120c29e885320eb2ed880b0f5a882ea5e4 +SIZE (kye/kye-data_extra_levels.20120818.tar.gz) = 455680 Modified: head/games/kye-data/pkg-plist ============================================================================== --- head/games/kye-data/pkg-plist Wed Sep 12 21:22:40 2012 (r304164) +++ head/games/kye-data/pkg-plist Wed Sep 12 21:39:41 2012 (r304165) @@ -1,3 +1,4 @@ +share/kye/2 strange.kye share/kye/2Fun4Me.kye share/kye/7Tasks.kye share/kye/9.kye @@ -5,7 +6,10 @@ share/kye/Action2.kye share/kye/Alphabatch.kye share/kye/AntKye2.kye share/kye/Beginner.kye +share/kye/Brink.kye share/kye/DANISH.kye +share/kye/Default.kye +share/kye/Default1.kye share/kye/EASY.kye share/kye/GARY.kye share/kye/Hweyards.kye @@ -18,31 +22,115 @@ share/kye/Sampler.kye share/kye/TPsKye.txt share/kye/Training.kye share/kye/Training.txt +share/kye/Yellow.kye +share/kye/aba-easy.kye +share/kye/aba-tuff.kye share/kye/afebrile.kye share/kye/afebrile2.kye share/kye/afebrile3.kye share/kye/alanskye.kye +share/kye/amazin.kye +share/kye/andrew.kye +share/kye/angie.kye share/kye/anoder.kye +share/kye/ashfast.kye +share/kye/ashmazes.kye +share/kye/ashshows.kye +share/kye/ashslide.kye +share/kye/axbey.kye +share/kye/ben.kye share/kye/blaster.kye +share/kye/border.kye +share/kye/bull1.kye +share/kye/bull2.kye +share/kye/butter.kye +share/kye/cascade.kye +share/kye/charles1.kye +share/kye/chas.kye +share/kye/chris.kye +share/kye/chris2.kye +share/kye/chris3.kye +share/kye/ckp001.kye +share/kye/cop.kye share/kye/crowds.kye share/kye/crux4.kye +share/kye/custom.kye +share/kye/danish1.kye +share/kye/danish2.kye +share/kye/danish3.kye +share/kye/davidh.kye +share/kye/default.kye +share/kye/die.kye +share/kye/dkf.kye +share/kye/dkf4.kye +share/kye/dkf6.kye +share/kye/doors.kye +share/kye/earlh.kye +share/kye/erin.kye +share/kye/factor.kye +share/kye/fifi.kye +share/kye/fissio.kye +share/kye/garry.kye +share/kye/ggrigs.kye +share/kye/glenset2.kye +share/kye/gnats.kye share/kye/gsmick.kye +share/kye/h1.kye share/kye/happy.kye +share/kye/hard.kye +share/kye/hercules.kye share/kye/home.kye share/kye/hordes.kye +share/kye/icd.kye +share/kye/jasper.kye +share/kye/jdh.kye +share/kye/jenny.kye +share/kye/jeremy.kye share/kye/jg.kye +share/kye/jmarston.kye share/kye/jungle.kye +share/kye/kids.kye +share/kye/lizzy.kye +share/kye/lucy.kye share/kye/maze.kye +share/kye/monsters.kye +share/kye/mykyes.kye share/kye/mystical.kye +share/kye/nasty.kye +share/kye/nathan.kye +share/kye/neil-kye.kye share/kye/nelsons.kye +share/kye/peteskye.kye +share/kye/phil.kye share/kye/philsel1.kye +share/kye/pinkye.kye +share/kye/plus2.kye share/kye/pong.kye +share/kye/positive.kye share/kye/problem.kye +share/kye/r_lee.kye +share/kye/raphael.kye +share/kye/ray.kye +share/kye/ruth.kye +share/kye/rw1.kye +share/kye/scot.kye +share/kye/sean.kye +share/kye/shapes.kye +share/kye/speedo.kye +share/kye/sticky.kye +share/kye/stusoft.kye share/kye/system.kye +share/kye/tail.kye +share/kye/tim1.kye +share/kye/travis.kye share/kye/vex.kye share/kye/vex.txt +share/kye/vlcano.kye share/kye/vvv1.kye share/kye/vvv2.kye share/kye/vvv3.kye +share/kye/warrior.kye +share/kye/wave.kye +share/kye/whis.kye +share/kye/wizard.kye @dirrmtry share/kye -@dirrmtry share/applications From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 22:07:08 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6E30D1065698; Wed, 12 Sep 2012 22:07:08 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 579358FC08; Wed, 12 Sep 2012 22:07:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CM78FX057426; Wed, 12 Sep 2012 22:07:08 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CM78LA057422; Wed, 12 Sep 2012 22:07:08 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209122207.q8CM78LA057422@svn.freebsd.org> From: Bryan Drewery Date: Wed, 12 Sep 2012 22:07:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304166 - in head/net-mgmt/collectd: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 22:07:08 -0000 Author: bdrewery Date: Wed Sep 12 22:07:07 2012 New Revision: 304166 URL: http://svn.freebsd.org/changeset/ports/304166 Log: - Add VIRT and WRITE_HTTP options [1] - Convert to new options framework [1] - Remove ABI versions from LIB_DEPENDS - Fix build with Clang by using upstream patch [2] Upstream fix: https://github.com/collectd/collectd/issues/49 [2] PR: ports/171204 [1] Submitted by: Krzysztof Stryjek (maintainer) Modified: head/net-mgmt/collectd/Makefile head/net-mgmt/collectd/files/patch-src__network.c head/net-mgmt/collectd/pkg-plist Modified: head/net-mgmt/collectd/Makefile ============================================================================== --- head/net-mgmt/collectd/Makefile Wed Sep 12 21:39:41 2012 (r304165) +++ head/net-mgmt/collectd/Makefile Wed Sep 12 22:07:07 2012 (r304166) @@ -7,7 +7,7 @@ PORTNAME= collectd PORTVERSION= 4.10.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ @@ -19,34 +19,46 @@ GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf autoheader automake libltdl WANT_GNOME= yes -OPTIONS= CGI "Install collection.cgi (requires RRDTOOL)" Off \ - BIND "Enable BIND 9.5+ statistics" On \ - DEBUG "Enable debugging" Off \ - APACHE "Input: Apache mod_status (libcurl)" Off \ - APCUPS "Input: APC UPS (apcupsd)" Off \ - CURL "Input: CURL generic web statistics" Off \ - CURL_JSON "Input: CURL JSON generic web statistics" Off \ - CURL_XML "Input: CURL XML generic web statistics" Off \ - DBI "Input: database abstraction library" Off \ - DISK "Input: Disk performance statistics" Off \ - GCRYPT "Build with libgcrypt" Off \ - NUTUPS "Input: NUT UPS daemon" Off \ - INTERFACE "Input: Network interfaces (libstatgrab)" On \ - MBMON "Input: MBMon" Off \ - MEMCACHED "Input: Memcached" Off \ - MYSQL "Input: MySQL" Off \ - NGINX "Input: Nginx" Off \ - OPENVPN "Input: OpenVPN statistics" Off \ - PDNS "Input: PowerDNS" Off \ - PGSQL "Input: PostgreSQL" Off \ - PING "Input: Network latency (liboping)" On \ - PYTHON "Input: Python plugin" Off \ - ROUTEROS "Input: RouterOS plugin" Off \ - SNMP "Input: SNMP" On \ - TOKYOTYRANT "Input: Tokyotyrant database" Off \ - XMMS "Input: XMMS" Off \ - RRDTOOL "Output: RRDTool" On \ - RRDCACHED "Output: RRDTool Cached (require RRDTOOL)" On +OPTIONS_DEFINE= CGI BIND DEBUG GCRYPT VIRT +OPTIONS_MULTI= INPUT OUTPUT +OPTIONS_MULTI_OUTPUT= RRDTOOL RRDCACHED WRITE_HTTP +OPTIONS_MULTI_INPUT= APACHE APCUPS CURL CURL_JSON CURL_XML DBI DISK \ + NUTUPS INTERFACE MBMON MEMCACHED MYSQL NGINX OPENVPN \ + PDNS PGSQL PING PYTHON ROUTEROS SNMP TOKYOTYRANT XMMS +OPTIONS_DEFAULT= BIND INTERFACE PING SNMP RRDTOOL RRDCACHED + +CGI_DESC= Install collection.cgi (requires RRDTOOL) +BIND_DESC= Enable BIND 9.5+ statistics +DEBUG_DESC= Enable debugging +GCRYPT_DESC= Build with libgcrypt +VIRT_DESC= Build with libvirt +# INPUT +APACHE_DESC= Apache mod_status (libcurl) +APCUPS_DESC= APC UPS (apcupsd) +CURL_DESC= CURL generic web statistics +CURL_JSON_DESC= CURL JSON generic web statistics +CURL_XML_DESC= CURL XML generic web statistics +DBI_DESC= database abstraction library +DISK_DESC= Disk performance statistics +NUTUPS_DESC= NUT UPS daemon +INTERFACE_DESC= Network interfaces (libstatgrab) +MBMON_DESC= MBMon +MEMCACHED_DESC= Memcached +MYSQL_DESC= MySQL +NGINX_DESC= Nginx +OPENVPN_DESC= OpenVPN statistics +PDNS_DESC= PowerDNS +PGSQL_DESC= PostgreSQL +PING_DESC= Network latency (liboping) +PYTHON_DESC= Python plugin +ROUTEROS_DESC= RouterOS plugin +SNMP_DESC= SNMP +TOKYOTYRANT_DESC= Tokyotyrant database +XMMS_DESC= XMMS +# OUTPUT +RRDTOOL_DESC= RRDTool +RRDCACHED_DESC= RRDTool Cached (require RRDTOOL) +WRITE_HTTP_DESC= write_http MAN1= collectd.1 collectd-nagios.1 collectdmon.1 MAN5= collectd.conf.5 collectd-email.5 collectd-exec.5 \ @@ -85,7 +97,6 @@ CONFIGURE_ARGS= --localstatedir=/var \ --disable-ipvs \ --disable-irq \ --disable-java \ - --disable-libvirt \ --disable-madwifi \ --disable-match_empty_counter \ --disable-match_hashed \ @@ -121,7 +132,6 @@ CONFIGURE_ARGS= --localstatedir=/var \ --disable-vmem \ --disable-vserver \ --disable-wireless \ - --disable-write_http \ --disable-zfs_arc \ --without-perl-bindings \ --without-librabbitmq \ @@ -132,22 +142,24 @@ CONFIGURE_ARGS= --localstatedir=/var \ --without-libesmtp \ --disable-static -.if defined(WITH_DEBUG) +.if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+=--enable-debug .endif -.if defined(WITH_CGI) +.if ${PORT_OPTIONS:MCGI} RUN_DEPENDS+= p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm \ p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser PLIST_SUB+= CGI="" -WITH_RRDTOOL= YES +. if empty(PORT_OPTIONS:MRRDTOOL) +IGNORE= CGI requires RRDTOOL. Either select RRDTOOL or deselect CGI +. endif .else PLIST_SUB+= CGI="@comment " .endif -.if defined(WITH_BIND) +.if ${PORT_OPTIONS:MBIND} CONFIGURE_ARGS+=--enable-bind LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl LIB_DEPENDS+= xml2:${PORTSDIR}/textproc/libxml2 @@ -157,16 +169,16 @@ CONFIGURE_ARGS+=--disable-bind PLIST_SUB+= BIND="@comment " .endif -.if defined(WITH_APACHE) +.if ${PORT_OPTIONS:MAPACHE} CONFIGURE_ARGS+=--enable-apache -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl PLIST_SUB+= APACHE="" .else CONFIGURE_ARGS+=--disable-apache PLIST_SUB+= APACHE="@comment " .endif -.if defined(WITH_APCUPS) +.if ${PORT_OPTIONS:MAPCUPS} CONFIGURE_ARGS+=--enable-apcups BUILD_DEPENDS+= ${LOCALBASE}/sbin/apcupsd:${PORTSDIR}/sysutils/apcupsd PLIST_SUB+= APCUPS="" @@ -175,17 +187,17 @@ CONFIGURE_ARGS+=--disable-apcups PLIST_SUB+= APCUPS="@comment " .endif -.if defined(WITH_CURL) +.if ${PORT_OPTIONS:MCURL} CONFIGURE_ARGS+=--enable-curl --with-libcurl=${LOCALBASE} -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl PLIST_SUB+= CURL="" .else CONFIGURE_ARGS+=--disable-curl PLIST_SUB+= CURL="@comment " .endif -.if defined(WITH_CURL_JSON) -.if !defined(WITH_CURL) +.if ${PORT_OPTIONS:MCURL_JSON} +.if empty(PORT_OPTIONS:MCURL) IGNORE= using CURL_JSON requires CURL support .endif CONFIGURE_ARGS+=--enable-curl_json @@ -196,8 +208,8 @@ CONFIGURE_ARGS+=--disable-curl_json --wi PLIST_SUB+= CURL_JSON="@comment " .endif -.if defined(WITH_CURL_XML) -.if !defined(WITH_CURL) +.if ${PORT_OPTIONS:MCURL_XML} +.if empty(PORT_OPTIONS:MCURL) IGNORE= using CURL_XML requires CURL support .endif CONFIGURE_ARGS+=--enable-curl_xml @@ -208,16 +220,16 @@ CONFIGURE_ARGS+=--disable-curl_xml PLIST_SUB+= CURL_XML="@comment " .endif -.if defined(WITH_DBI) +.if ${PORT_OPTIONS:MDBI} CONFIGURE_ARGS+=--enable-dbi --with-libdbi=${LOCALBASE} -LIB_DEPENDS+= dbi.1:${PORTSDIR}/databases/libdbi +LIB_DEPENDS+= dbi:${PORTSDIR}/databases/libdbi PLIST_SUB+= DBI="" .else CONFIGURE_ARGS+=--disable-dbi PLIST_SUB+= DBI="@comment " .endif -.if defined(WITH_DISK) +.if ${PORT_OPTIONS:MDISK} CONFIGURE_ARGS+=--enable-disk PLIST_SUB+= DISK="" .else @@ -225,24 +237,24 @@ CONFIGURE_ARGS+=--disable-disk PLIST_SUB+= DISK="@comment " .endif -.if defined(WITH_GCRYPT) +.if ${PORT_OPTIONS:MGCRYPT} CONFIGURE_ARGS+=--with-libgcrypt-prefix=${LOCALBASE} -LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= gcrypt8:${PORTSDIR}/security/libgcrypt .endif -.if defined(WITH_NUTUPS) +.if ${PORT_OPTIONS:MNUTUPS} CONFIGURE_ARGS+=--enable-nut --with-upsclient -LIB_DEPENDS+= upsclient.1:${PORTSDIR}/sysutils/nut +LIB_DEPENDS+= upsclient:${PORTSDIR}/sysutils/nut PLIST_SUB+= NUTUPS="" .else CONFIGURE_ARGS+=--disable-nut --without-libupsclient PLIST_SUB+= NUTUPS="@comment " .endif -.if defined(WITH_INTERFACE) +.if ${PORT_OPTIONS:MINTERFACE} USE_PKGCONFIG= yes CONFIGURE_ARGS+=--enable-interface -LIB_DEPENDS+= statgrab.8:${PORTSDIR}/devel/libstatgrab +LIB_DEPENDS+= statgrab:${PORTSDIR}/devel/libstatgrab PLIST_SUB+= INTERFACE="" CONFIGURE_ENV+= LIBS="`pkg-config --libs libstatgrab`" .else @@ -250,7 +262,7 @@ CONFIGURE_ARGS+=--disable-interface PLIST_SUB+= INTERFACE="@comment " .endif -.if defined(WITH_MBMON) +.if ${PORT_OPTIONS:MMBMON} CONFIGURE_ARGS+=--enable-mbmon RUN_DEPENDS+= ${LOCALBASE}/bin/mbmon:${PORTSDIR}/sysutils/mbmon PLIST_SUB+= MBMON="" @@ -259,8 +271,8 @@ CONFIGURE_ARGS+=--disable-mbmon PLIST_SUB+= MBMON="@comment " .endif -.if defined(WITH_MEMCACHED) -LIB_DEPENDS+= memcached.10:${PORTSDIR}/databases/libmemcached +.if ${PORT_OPTIONS:MMEMCACHED} +LIB_DEPENDS+= memcached:${PORTSDIR}/databases/libmemcached CONFIGURE_ARGS+=--enable-memcached CONFIGURE_ARGS+=--with-libmemcached=${LOCALBASE} PLIST_SUB+= MEMCACHED="" @@ -269,7 +281,7 @@ CONFIGURE_ARGS+=--disable-memcached --wi PLIST_SUB+= MEMCACHED="@comment " .endif -.if defined(WITH_MYSQL) +.if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes CONFIGURE_ARGS+=--enable-mysql PLIST_SUB+= MYSQL="" @@ -278,9 +290,9 @@ CONFIGURE_ARGS+=--disable-mysql PLIST_SUB+= MYSQL="@comment " .endif -.if defined(WITH_NGINX) +.if ${PORT_OPTIONS:MNGINX} RUN_DEPENDS+= nginx:${PORTSDIR}/www/nginx -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl CONFIGURE_ARGS+=--enable-nginx PLIST_SUB+= NGINX="" .else @@ -288,7 +300,7 @@ CONFIGURE_ARGS+=--disable-nginx PLIST_SUB+= NGINX="@comment " .endif -.if defined(WITH_OPENVPN) +.if ${PORT_OPTIONS:MOPENVPN} CONFIGURE_ARGS+=--enable-openvpn RUN_DEPENDS+= ${LOCALBASE}/sbin/openvpn:${PORTSDIR}/security/openvpn PLIST_SUB+= OPENVPN="" @@ -297,7 +309,7 @@ CONFIGURE_ARGS+=--disable-openvpn PLIST_SUB+= OPENVPN="@comment " .endif -.if defined(WITH_PDNS) +.if ${PORT_OPTIONS:MPDNS} USE_PDNS= yes CONFIGURE_ARGS+=--enable-powerdns PLIST_SUB+= PDNS="" @@ -306,7 +318,7 @@ CONFIGURE_ARGS+=--disable-powerdns PLIST_SUB+= PDNS="@comment " .endif -.if defined(WITH_PGSQL) +.if ${PORT_OPTIONS:MPGSQL} USE_PGSQL= yes CONFIGURE_ARGS+=--enable-postgresql PLIST_SUB+= PGSQL="" @@ -315,7 +327,7 @@ CONFIGURE_ARGS+=--disable-postgresql PLIST_SUB+= PGSQL="@comment " .endif -.if defined(WITH_PING) +.if ${PORT_OPTIONS:MPING} LIB_DEPENDS+= oping:${PORTSDIR}/net/liboping CONFIGURE_ARGS+=--enable-ping PLIST_SUB+= PING="" @@ -324,7 +336,7 @@ CONFIGURE_ARGS+=--disable-ping PLIST_SUB+= PING="@comment " .endif -.if defined(WITH_PYTHON) +.if ${PORT_OPTIONS:MPYTHON} USE_PYTHON= yes CONFIGURE_ARGS+=--enable-python PLIST_SUB+= PYTHON="" @@ -333,7 +345,7 @@ CONFIGURE_ARGS+=--disable-python PLIST_SUB+= PYTHON="@comment " .endif -.if defined(WITH_ROUTEROS) +.if ${PORT_OPTIONS:MROUTEROS} LIB_DEPENDS+= routeros:${PORTSDIR}/net/librouteros CONFIGURE_ARGS+=--enable-routeros --with-librouteros=${LOCALBASE} PLIST_SUB+= ROUTEROS="" @@ -342,7 +354,7 @@ CONFIGURE_ARGS+=--disable-routeros --wit PLIST_SUB+= ROUTEROS="@comment " .endif -.if defined(WITH_RRDTOOL) +.if ${PORT_OPTIONS:MRRDTOOL} LIB_DEPENDS+= rrd:${PORTSDIR}/databases/rrdtool CONFIGURE_ARGS+=--enable-rrdtool PLIST_SUB+= RRD="" @@ -351,7 +363,7 @@ CONFIGURE_ARGS+=--disable-rrdtool PLIST_SUB+= RRD="@comment " .endif -.if defined(WITH_RRDCACHED) && defined(WITH_RRDTOOL) +.if ${PORT_OPTIONS:MRRDCACHED} && ${PORT_OPTIONS:MRRDTOOL} CONFIGURE_ARGS+=--enable-rrdcached PLIST_SUB+= RRDCACHED="" .else @@ -359,8 +371,8 @@ CONFIGURE_ARGS+=--disable--rrdcached PLIST_SUB+= RRDCACHED="@comment " .endif -.if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp +.if ${PORT_OPTIONS:MSNMP} +LIB_DEPENDS+= netsnmp:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+=--enable-snmp PLIST_SUB+= SNMP="" .else @@ -368,8 +380,8 @@ CONFIGURE_ARGS+=--disable-snmp PLIST_SUB+= SNMP="@comment " .endif -.if defined(WITH_TOKYOTYRANT) -LIB_DEPENDS+= tokyotyrant.3:${PORTSDIR}/databases/tokyotyrant +.if ${PORT_OPTIONS:MTOKYOTYRANT} +LIB_DEPENDS+= tokyotyrant:${PORTSDIR}/databases/tokyotyrant CONFIGURE_ARGS+=--enable-tokyotyrant CONFIGURE_ARGS+=--with-libtokyotyrant=${LOCALBASE} PLIST_SUB+= TOKYOTYRANT="" @@ -378,8 +390,25 @@ CONFIGURE_ARGS+=--disable-tokyotyrant -- PLIST_SUB+= TOKYOTYRANT="@comment " .endif -.if defined(WITH_XMMS) -LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms +.if ${PORT_OPTIONS:MVIRT} +CONFIGURE_ARGS+=--enable-libvirt +LIB_DEPENDS+= virt:${PORTSDIR}/devel/libvirt +PLIST_SUB+= VIRT="" +.else +CONFIGURE_ARGS+=--disable-libvirt +PLIST_SUB+= VIRT="@comment " +.endif + +.if ${PORT_OPTIONS:MWRITE_HTTP} +CONFIGURE_ARGS+=--enable-write_http +PLIST_SUB+= WRITE_HTTP="" +.else +CONFIGURE_ARGS+=--disable-write_http +PLIST_SUB+= WRITE_HTTP="@comment " +.endif + +.if ${PORT_OPTIONS:MXMMS} +LIB_DEPENDS+= xmms:${PORTSDIR}/multimedia/xmms CONFIGURE_ARGS+=--enable-xmms CFLAGS+= `xmms-config --cflags` PLIST_SUB+= XMMS="" @@ -416,7 +445,7 @@ post-install: ${CP} -p ${PREFIX}/etc/collectd.conf.sample \ ${PREFIX}/etc/collectd.conf ; \ fi -.if defined(WITH_CGI) +.if ${PORT_OPTIONS:MCGI} ${MKDIR} ${WWWDIR} ${INSTALL_SCRIPT} ${WRKSRC}/contrib/collection.cgi ${WWWDIR}/ ${INSTALL_DATA} ${WRKSRC}/contrib/collection.conf \ Modified: head/net-mgmt/collectd/files/patch-src__network.c ============================================================================== --- head/net-mgmt/collectd/files/patch-src__network.c Wed Sep 12 21:39:41 2012 (r304165) +++ head/net-mgmt/collectd/files/patch-src__network.c Wed Sep 12 22:07:07 2012 (r304166) @@ -10,3 +10,32 @@ GCRY_THREAD_OPTION_PTHREAD_IMPL; #endif +--- src/network.c ++++ src/network.c +@@ -704,7 +704,7 @@ static int parse_part_values (void **ret_buffer, size_t *ret_buffer_len, + + exp_size = 3 * sizeof (uint16_t) + + pkg_numval * (sizeof (uint8_t) + sizeof (value_t)); +- if ((buffer_len < 0) || (buffer_len < exp_size)) ++ if (buffer_len < exp_size) + { + WARNING ("network plugin: parse_part_values: " + "Packet too short: " +@@ -789,7 +789,7 @@ static int parse_part_number (void **ret_buffer, size_t *ret_buffer_len, + + uint16_t pkg_length; + +- if ((buffer_len < 0) || ((size_t) buffer_len < exp_size)) ++ if (buffer_len < exp_size) + { + WARNING ("network plugin: parse_part_number: " + "Packet too short: " +@@ -828,7 +828,7 @@ static int parse_part_string (void **ret_buffer, size_t *ret_buffer_len, + + uint16_t pkg_length; + +- if ((buffer_len < 0) || (buffer_len < header_size)) ++ if (buffer_len < header_size) + { + WARNING ("network plugin: parse_part_string: " + "Packet too short: " Modified: head/net-mgmt/collectd/pkg-plist ============================================================================== --- head/net-mgmt/collectd/pkg-plist Wed Sep 12 21:39:41 2012 (r304165) +++ head/net-mgmt/collectd/pkg-plist Wed Sep 12 22:07:07 2012 (r304166) @@ -101,11 +101,15 @@ lib/collectd/uptime.so lib/collectd/uptime.la lib/collectd/uuid.so lib/collectd/uuid.la +%%VIRT%%lib/collectd/libvirt.la +%%VIRT%%lib/collectd/libvirt.so +%%WRITE_HTTP%%lib/collectd/write_http.la +%%WRITE_HTTP%%lib/collectd/write_http.so +%%XMMS%%lib/collectd/xmms.la +%%XMMS%%lib/collectd/xmms.so include/collectd/client.h include/collectd/lcc_features.h libdata/pkgconfig/libcollectdclient.pc -%%XMMS%%lib/collectd/xmms.la -%%XMMS%%lib/collectd/xmms.so %%DATADIR%%/postgresql_default.conf %%DATADIR%%/types.db @dirrm lib/collectd From owner-svn-ports-all@FreeBSD.ORG Wed Sep 12 23:20:44 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62F71106564A; Wed, 12 Sep 2012 23:20:44 +0000 (UTC) (envelope-from gerald@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4E0988FC0C; Wed, 12 Sep 2012 23:20:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8CNKi1d069269; Wed, 12 Sep 2012 23:20:44 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8CNKijw069267; Wed, 12 Sep 2012 23:20:44 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201209122320.q8CNKijw069267@svn.freebsd.org> From: Gerald Pfeifer Date: Wed, 12 Sep 2012 23:20:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304167 - head/lang/gcc42 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 23:20:44 -0000 Author: gerald Date: Wed Sep 12 23:20:43 2012 New Revision: 304167 URL: http://svn.freebsd.org/changeset/ports/304167 Log: Just build, do not bootstrap, this version of GCC in our ports tree. This speeds up a full port/package test cycle by 50% on a 4-core system; a simple build/install will benefit even more. On the way, have he compiler report itself as "FreeBSD Ports Collection". Modified: head/lang/gcc42/Makefile Modified: head/lang/gcc42/Makefile ============================================================================== --- head/lang/gcc42/Makefile Wed Sep 12 22:07:07 2012 (r304166) +++ head/lang/gcc42/Makefile Wed Sep 12 23:20:43 2012 (r304167) @@ -51,7 +51,8 @@ WRKSRC= ${WRKDIR}/build TARGLIB= ${PREFIX}/lib/gcc${SUFFIX} LIBEXEC= ${PREFIX}/libexec/gcc${SUFFIX} GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--disable-nls \ +CONFIGURE_ARGS+=--disable-bootstrap \ + --disable-nls \ --libdir=${TARGLIB} \ --libexecdir=${LIBEXEC} \ --program-suffix=${SUFFIX} \ @@ -60,9 +61,9 @@ CONFIGURE_ARGS+=--disable-nls \ --with-gxx-include-dir=${TARGLIB}/include/c++/ \ --with-ld=/usr/bin/ld \ --with-libiconv-prefix=${LOCALBASE} \ + --with-pkgversion="FreeBSD Ports Collection" \ --with-system-zlib MAKE_ARGS+= MAKEINFOFLAGS="--no-split" -ALL_TARGET= bootstrap-lean USE_LDCONFIG= ${TARGLIB} PLIST_SUB= GCC_VER=${PORTVERSION:C/(.+)\.[0-9]+/\1/} \ GNU_HOST=${CONFIGURE_TARGET} \ From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 00:43:44 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 00FC31065674; Thu, 13 Sep 2012 00:43:44 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DF4338FC18; Thu, 13 Sep 2012 00:43:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D0hhpW081474; Thu, 13 Sep 2012 00:43:43 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D0hh0A081470; Thu, 13 Sep 2012 00:43:43 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209130043.q8D0hh0A081470@svn.freebsd.org> From: Bryan Drewery Date: Thu, 13 Sep 2012 00:43:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304168 - head/www/cakephp22 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 00:43:44 -0000 Author: bdrewery Date: Thu Sep 13 00:43:43 2012 New Revision: 304168 URL: http://svn.freebsd.org/changeset/ports/304168 Log: - Update to 2.2.2 [1] - Switch to using USE_GITHUB for MASTER_SITES PR: ports/171527 [1] Submitted by: Phil Phillips (maintainer) Modified: head/www/cakephp22/Makefile head/www/cakephp22/distinfo head/www/cakephp22/pkg-plist Modified: head/www/cakephp22/Makefile ============================================================================== --- head/www/cakephp22/Makefile Wed Sep 12 23:20:43 2012 (r304167) +++ head/www/cakephp22/Makefile Thu Sep 13 00:43:43 2012 (r304168) @@ -6,21 +6,19 @@ # PORTNAME= cakephp -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= www -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ -DISTNAME= ${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION} MAINTAINER= pphillips@experts-exchange.com COMMENT= A framework for developing PHP web applications LICENSE= MIT -GITVERSION= 0-gcc44130 -FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-1592a60 +USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME} +GH_COMMIT= ac41b42 -PORTDOCS= README +PORTDOCS= README.md SLAVE_PORT_MODULES= REWRITE Modified: head/www/cakephp22/distinfo ============================================================================== --- head/www/cakephp22/distinfo Wed Sep 12 23:20:43 2012 (r304167) +++ head/www/cakephp22/distinfo Thu Sep 13 00:43:43 2012 (r304168) @@ -1,2 +1,2 @@ -SHA256 (cakephp-cakephp-2.2.1-0-gcc44130.tar.gz) = f8c0794837b657ba5380dfd09a98e486cd8f5d598e556b83c9109a31251f7eea -SIZE (cakephp-cakephp-2.2.1-0-gcc44130.tar.gz) = 1188089 +SHA256 (cakephp-2.2.2.tar.gz) = e6265f174d7fd157012c9997222ecabfc93faf785a7603c32c1743449dc37269 +SIZE (cakephp-2.2.2.tar.gz) = 1192572 Modified: head/www/cakephp22/pkg-plist ============================================================================== --- head/www/cakephp22/pkg-plist Wed Sep 12 23:20:43 2012 (r304167) +++ head/www/cakephp22/pkg-plist Thu Sep 13 00:43:43 2012 (r304168) @@ -592,12 +592,16 @@ %%WWWDIR%%/lib/Cake/Test/Fixture/sample.xml %%WWWDIR%%/lib/Cake/Test/Fixture/soap_request.xml %%WWWDIR%%/lib/Cake/Test/Fixture/soap_response.xml -%%WWWDIR%%/lib/Cake/Test/test_app/Config/acl.php +%%WWWDIR%%/lib/Cake/Test/test_app/Config/acl.ini %%WWWDIR%%/lib/Cake/Test/test_app/Config/acl.ini.php +%%WWWDIR%%/lib/Cake/Test/test_app/Config/acl.php +%%WWWDIR%%/lib/Cake/Test/test_app/Config/empty.ini %%WWWDIR%%/lib/Cake/Test/test_app/Config/empty.php %%WWWDIR%%/lib/Cake/Test/test_app/Config/htmlhelper_minimized.ini %%WWWDIR%%/lib/Cake/Test/test_app/Config/htmlhelper_tags.php %%WWWDIR%%/lib/Cake/Test/test_app/Config/nested.ini +%%WWWDIR%%/lib/Cake/Test/test_app/Config/no_ini_extension +%%WWWDIR%%/lib/Cake/Test/test_app/Config/no_php_extension %%WWWDIR%%/lib/Cake/Test/test_app/Config/no_section.ini %%WWWDIR%%/lib/Cake/Test/test_app/Config/routes.php %%WWWDIR%%/lib/Cake/Test/test_app/Config/var_test.php @@ -699,10 +703,12 @@ %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/PluginJs/webroot/js/one/plugin_one.js %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/PluginJs/webroot/js/plugin_js.js %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/Schema/schema.php +%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/acl.ini.php %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/bootstrap.php %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/custom_config.php %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/load.php %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/more.load.php +%%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/nested.ini %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Config/routes.php %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/ExampleShell.php %%WWWDIR%%/lib/Cake/Test/test_app/Plugin/TestPlugin/Console/Command/Task/OtherTaskTask.php From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 01:46:37 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 858DF106566B for ; Thu, 13 Sep 2012 01:46:37 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 347878FC12 for ; Thu, 13 Sep 2012 01:46:37 +0000 (UTC) Received: by vcbfw7 with SMTP id fw7so3729328vcb.13 for ; Wed, 12 Sep 2012 18:46:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=bahwqRx1Eu9wreKU2PvE0bdwFzVJEq6OPG3ICOrB8Sc=; b=Txjmld8TZ79gAVwwOx2K3EMpkupaWhb1aqwDybx2QC2QJWJxfDPwpSKzlsS9aWUa4N U3vZNdXTOKpIfM2J332FIz4aLX0NL1qEs0sYD7eSgBv8AlhvkxuwLeq/8jlZQEDoCCDE Ed5NCOJUkmq3Vi7Hgx9hH/KNlQaheElBhweAFA8X950lk5ZUkuMu9ZYMd+G+PO3d5Mb0 8bHEBUXccusZK8Cout3IBm8jrHCDmHIgUrq0bmOWGEIwNO1WURhl9wXYP8M2RqN3tZE4 ZFWohr/G3onIt3LsMl8A1prJae6ckIv+PaYWTaQXUGFImiagJ5sJxe3GJzXwjjmjN0BG 8kJg== MIME-Version: 1.0 Received: by 10.52.64.209 with SMTP id q17mr223207vds.32.1347500796410; Wed, 12 Sep 2012 18:46:36 -0700 (PDT) Received: by 10.58.186.228 with HTTP; Wed, 12 Sep 2012 18:46:36 -0700 (PDT) X-Originating-IP: [108.28.1.119] In-Reply-To: <201209091701.q89H1UNl009740@svn.freebsd.org> References: <201209091701.q89H1UNl009740@svn.freebsd.org> Date: Wed, 12 Sep 2012 21:46:36 -0400 Message-ID: From: "Philip M. Gollucci" To: Olli Hauer X-Gm-Message-State: ALoCoQnTIJiBDe9IMwgL/wLOwLrO1V4gfjkTqJcvgok1j9Fa+K0+bbRFijHzqA78uju4+lB+ddn6 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r303982 - head/www/apache22 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 01:46:37 -0000 I don't know about this one. Why should apache ports specifically point you at the wiki. The port system as a whole should do this, or every port should (that would be a waste) Please think about this some more. On Sun, Sep 9, 2012 at 1:01 PM, Olli Hauer wrote: > Author: ohauer > Date: Sun Sep 9 17:01:30 2012 > New Revision: 303982 > URL: http://svn.freebsd.org/changeset/ports/303982 > > Log: > - notice the users that old WITH/WITHOUT parameters are obsolete. > Point them to the wiki > > Thanks to crees@ for this suggestion to > implement this direct in the port > > PR: 171509 > > Modified: > head/www/apache22/Makefile > > Modified: head/www/apache22/Makefile > > ============================================================================== > --- head/www/apache22/Makefile Sun Sep 9 16:53:12 2012 (r303981) > +++ head/www/apache22/Makefile Sun Sep 9 17:01:30 2012 (r303982) > @@ -47,6 +47,24 @@ WITH_HTTP_PORT?= 80 > MPM_ITK_VERSION?= 20110321-01 > > .include "${APACHEDIR}/Makefile.options" > + > +# stop users from using old WITH/WITHOUT parameters > +.for opt in ${OPTIONS_DEFINE} > +. if defined(WITH_${opt}) || defined(WITHOUT_${opt}) > +BROKEN= WITH/WITHOUT parameters are obsolete. \ > + The port use the new options NG framework. Please read\ > + http://wiki.freebsd.org/Ports/Options/OptionsNG > +. endif > +.endfor > + > +.for cat in ${ALL_MODULES_CATEGORIES} > +. if defined(WITH_${cat}_MODULES) > +BROKEN= WITH/WITHOUT_..._MODULES parameters are obsolete. \ > + The port use the new options NG framework. Please read\ > + http://wiki.freebsd.org/Ports/Options/OptionsNG > +. endif > +.endfor > + > .include > .include "${APACHEDIR}/Makefile.doc" > > -- --------------------------------------------------------------------------------------------- 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Director Operations, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 02:03:43 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 22323106566C; Thu, 13 Sep 2012 02:03:43 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 08FBE8FC08; Thu, 13 Sep 2012 02:03:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D23gXU093982; Thu, 13 Sep 2012 02:03:42 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D23gFD093960; Thu, 13 Sep 2012 02:03:42 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201209130203.q8D23gFD093960@svn.freebsd.org> From: Brendan Fabeny Date: Thu, 13 Sep 2012 02:03:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304169 - in head: converters/cl-babel-sbcl devel/buildapp devel/cl-alexandria-sbcl devel/cl-cffi-sbcl devel/cl-infix-sbcl devel/cl-port-sbcl devel/cl-split-sequence-sbcl devel/cl-trivi... X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 02:03:43 -0000 Author: bf Date: Thu Sep 13 02:03:41 2012 New Revision: 304169 URL: http://svn.freebsd.org/changeset/ports/304169 Log: update lang/sbcl to 1.0.58 and switch to the new options format; adjust dependent ports Modified: head/converters/cl-babel-sbcl/Makefile (contents, props changed) head/devel/buildapp/Makefile (contents, props changed) head/devel/cl-alexandria-sbcl/Makefile (contents, props changed) head/devel/cl-cffi-sbcl/Makefile (contents, props changed) head/devel/cl-infix-sbcl/Makefile (contents, props changed) head/devel/cl-port-sbcl/Makefile (contents, props changed) head/devel/cl-split-sequence-sbcl/Makefile (contents, props changed) head/devel/cl-trivial-features-sbcl/Makefile (contents, props changed) head/devel/cl-trivial-gray-streams-sbcl/Makefile (contents, props changed) head/devel/cl-uffi-sbcl/Makefile (contents, props changed) head/lang/sbcl/Makefile (contents, props changed) head/lang/sbcl/distinfo (contents, props changed) head/math/fricas/Makefile (contents, props changed) head/math/maxima/Makefile (contents, props changed) head/math/open-axiom/Makefile (contents, props changed) head/math/wxMaxima/Makefile (contents, props changed) head/security/cl-md5-sbcl/Makefile (contents, props changed) head/textproc/cl-meta-sbcl/Makefile (contents, props changed) head/textproc/cl-ppcre-sbcl/Makefile (contents, props changed) head/www/cl-lml-sbcl/Makefile (contents, props changed) head/x11-wm/stumpwm/Makefile (contents, props changed) Modified: head/converters/cl-babel-sbcl/Makefile ============================================================================== --- head/converters/cl-babel-sbcl/Makefile Thu Sep 13 00:43:43 2012 (r304168) +++ head/converters/cl-babel-sbcl/Makefile Thu Sep 13 02:03:41 2012 (r304169) @@ -6,7 +6,7 @@ PORTNAME= babel PORTVERSION= 2010.01.16 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= converters lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/buildapp/Makefile ============================================================================== --- head/devel/buildapp/Makefile Thu Sep 13 00:43:43 2012 (r304168) +++ head/devel/buildapp/Makefile Thu Sep 13 02:03:41 2012 (r304169) @@ -7,7 +7,7 @@ PORTNAME= buildapp PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel lisp MASTER_SITES= http://www.xach.com/lisp/ DISTNAME= ${PORTNAME} Modified: head/devel/cl-alexandria-sbcl/Makefile ============================================================================== --- head/devel/cl-alexandria-sbcl/Makefile Thu Sep 13 00:43:43 2012 (r304168) +++ head/devel/cl-alexandria-sbcl/Makefile Thu Sep 13 02:03:41 2012 (r304169) @@ -6,7 +6,7 @@ PORTNAME= alexandria PORTVERSION= 2010.01.16 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-cffi-sbcl/Makefile ============================================================================== --- head/devel/cl-cffi-sbcl/Makefile Thu Sep 13 00:43:43 2012 (r304168) +++ head/devel/cl-cffi-sbcl/Makefile Thu Sep 13 02:03:41 2012 (r304169) @@ -6,7 +6,7 @@ PORTNAME= cffi PORTVERSION= 0.10.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-infix-sbcl/Makefile ============================================================================== --- head/devel/cl-infix-sbcl/Makefile Thu Sep 13 00:43:43 2012 (r304168) +++ head/devel/cl-infix-sbcl/Makefile Thu Sep 13 02:03:41 2012 (r304169) @@ -6,7 +6,7 @@ PORTNAME= infix PORTVERSION= 19960628 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-port-sbcl/Makefile ============================================================================== --- head/devel/cl-port-sbcl/Makefile Thu Sep 13 00:43:43 2012 (r304168) +++ head/devel/cl-port-sbcl/Makefile Thu Sep 13 02:03:41 2012 (r304169) @@ -6,7 +6,7 @@ PORTNAME= port PORTVERSION= 2002.10.02.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-split-sequence-sbcl/Makefile ============================================================================== --- head/devel/cl-split-sequence-sbcl/Makefile Thu Sep 13 00:43:43 2012 (r304168) +++ head/devel/cl-split-sequence-sbcl/Makefile Thu Sep 13 02:03:41 2012 (r304169) @@ -6,7 +6,7 @@ PORTNAME= split-sequence PORTVERSION= 20011114.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-trivial-features-sbcl/Makefile ============================================================================== --- head/devel/cl-trivial-features-sbcl/Makefile Thu Sep 13 00:43:43 2012 (r304168) +++ head/devel/cl-trivial-features-sbcl/Makefile Thu Sep 13 02:03:41 2012 (r304169) @@ -6,7 +6,7 @@ PORTNAME= trivial-features PORTVERSION= 2010.01.16 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-trivial-gray-streams-sbcl/Makefile ============================================================================== --- head/devel/cl-trivial-gray-streams-sbcl/Makefile Thu Sep 13 00:43:43 2012 (r304168) +++ head/devel/cl-trivial-gray-streams-sbcl/Makefile Thu Sep 13 02:03:41 2012 (r304169) @@ -6,7 +6,7 @@ PORTNAME= trivial-gray-streams PORTVERSION= 2008.11.02 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/devel/cl-uffi-sbcl/Makefile ============================================================================== --- head/devel/cl-uffi-sbcl/Makefile Thu Sep 13 00:43:43 2012 (r304168) +++ head/devel/cl-uffi-sbcl/Makefile Thu Sep 13 02:03:41 2012 (r304169) @@ -6,7 +6,7 @@ PORTNAME= uffi PORTVERSION= 2.0.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/lang/sbcl/Makefile ============================================================================== --- head/lang/sbcl/Makefile Thu Sep 13 00:43:43 2012 (r304168) +++ head/lang/sbcl/Makefile Thu Sep 13 02:03:41 2012 (r304169) @@ -5,18 +5,13 @@ # PORTNAME= sbcl -PORTVERSION= 1.0.57 -PORTREVISION= 1 +PORTVERSION= 1.0.58 PORTEPOCH= 1 CATEGORIES= lang lisp MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \ ftp://ftp.SpringDaemons.com/soft/sbcl-binary/:binaries DISTFILES= \ ${PORTNAME}-${PORTVERSION}-source${EXTRACT_SUFX} -.if !defined(NOPORTDOCS) || make(makesum) -DISTFILES+= \ - ${PORTNAME}-${PORTVERSION}-documentation-html${EXTRACT_SUFX} -.endif MAINTAINER= bf@FreeBSD.org COMMENT= A Common Lisp development system derived from the CMU CL system @@ -24,8 +19,10 @@ COMMENT= A Common Lisp development syste USE_BZIP2= yes USE_GMAKE= yes -OPTIONS= SBCL "Use installed SBCL binary if available" off \ - THREADS "Enable experimental threading support" off +OPTIONS_DEFINE = SBCL THREADS + +SBCL_DESC= Bootstrap with installed SBCL binary, if available +THREADS_DESC= Experimental threading support CONTRIB_MODULES= asdf \ asdf-install \ @@ -51,20 +48,7 @@ ONLY_FOR_ARCHS_REASON= is a native code this architecture yet SBCL_HOME= ${PREFIX}/lib/sbcl -.if !defined(NOPORTDOCS) -MANUALS= asdf.html sbcl.html -MODULESDOCS= asdf/README asdf/README.SBCL \ - asdf-install/README \ - sb-aclrepl/README \ - sb-bsd-sockets/FAQ sb-bsd-sockets/NEWS \ - sb-md5/README \ - sb-posix/README \ - sb-rotate-byte/README \ - sb-simple-streams/README -TEXTDOCS= BUGS CREDITS COPYING NEWS PRINCIPLES TLA TODO -.endif - -.include +.include CFLAGS+= -fno-omit-frame-pointer CPPFLAGS+= -I. -DSBCL_PREFIX=\\\"\$$(SBCL_PREFIX)\\\" @@ -84,8 +68,23 @@ MAKE_SH_ARGS?= --prefix=${PREFIX} --dyna NM?= /usr/bin/nm NMFLAGS?= -gp -# If WITH_SBCL is defined, try to use existing "sbcl" first. -.if !defined(WITH_SBCL) || !exists(${LOCALBASE}/bin/sbcl) || make(makesum) +.if ${PORT_OPTIONS:MDOCS} || make(makesum) +DISTFILES+= \ + ${PORTNAME}-${PORTVERSION}-documentation-html${EXTRACT_SUFX} +MANUALS= asdf.html sbcl.html +MODULESDOCS= asdf/README asdf/README.SBCL \ + asdf-install/README \ + sb-aclrepl/README \ + sb-bsd-sockets/FAQ sb-bsd-sockets/NEWS \ + sb-md5/README \ + sb-posix/README \ + sb-rotate-byte/README \ + sb-simple-streams/README +TEXTDOCS= BUGS CREDITS COPYING NEWS PRINCIPLES TLA TODO +.endif + +# If the SBCL option is enabled, try to use existing "sbcl" first: +.if empty(PORT_OPTIONS:MSBCL) || !exists(${LOCALBASE}/bin/sbcl) || make(makesum) BOOT_VERSION= 1.0.31 . if make(makesum) @@ -110,9 +109,9 @@ ${WRKDIR}/${BOOT_DISTNAME}/output/sbcl.c --disable-debugger --userinit /dev/null --sysinit /dev/null MAKE_SH_ARGS+= --xc-host='${XC_HOST}' -.endif # defined(WITH_SBCL) +.endif # SBCL -.if defined(WITH_THREADS) +.if ${PORT_OPTIONS:MTHREADS} MAKE_SH_ARGS+= --with-sb-thread .if defined(WITH_FUTEX) MAKE_SH_ARGS+= --with-sb-futex @@ -153,8 +152,6 @@ post-patch: @${REINPLACE_CMD} \ -e 's|/usr/local|${PREFIX}|g' \ ${WRKSRC}/doc/sbcl.1 - @${REINPLACE_CMD} -e '\|CC?=|s|gcc|${CC}|' \ - ${WRKSRC}/contrib/asdf-module.mk @${REINPLACE_CMD} -E -e 's!-sbcl-shared!& ${CFLAGS}!' \ -e 's!\$$(TEST_FILESTEM|1)_core!$${\1}_core!g' \ ${WRKSRC}/tests/core.test.sh \ @@ -187,7 +184,7 @@ do-install: (if test -f ${WRKSRC}/contrib/${MOD}/${MOD}.asd; then ${INSTALL_DATA} \ ${WRKSRC}/contrib/${MOD}/${MOD}.asd ${SBCL_HOME}/${MOD}/; fi) .endfor -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR}/ ${INSTALL_DATA} ${MANUALS:S,^, ${WRKSRC}/doc/manual/,g} ${DOCSDIR}/ ${INSTALL_DATA} ${TEXTDOCS:S,^,${WRKSRC}/,g} ${DOCSDIR}/ @@ -209,4 +206,4 @@ bootstrap: ${WRKDIR}/${NEWBOOTNAME}/binary-distribution.sh ${NEWBOOTNAME}) (cd ${WRKDIR}/ && ${BZIP2_CMD} ${NEWBOOTNAME}-binary.tar) -.include +.include Modified: head/lang/sbcl/distinfo ============================================================================== --- head/lang/sbcl/distinfo Thu Sep 13 00:43:43 2012 (r304168) +++ head/lang/sbcl/distinfo Thu Sep 13 02:03:41 2012 (r304169) @@ -1,7 +1,7 @@ -SHA256 (sbcl-1.0.57-source.tar.bz2) = a140862014bdcdd73821a8a0534ff68b0ec89eb6539acfcd35fd2a0ab07771ef -SIZE (sbcl-1.0.57-source.tar.bz2) = 3611050 -SHA256 (sbcl-1.0.57-documentation-html.tar.bz2) = 65b2cad6a84189c3b6f949bff1d0c164925dbeb7a494d85c34cd8e8ba839d21c -SIZE (sbcl-1.0.57-documentation-html.tar.bz2) = 174146 +SHA256 (sbcl-1.0.58-source.tar.bz2) = 817972d3f0be2c37ef29a9ea4858e6772cccf87cfcc5b36361a5abe2a149d945 +SIZE (sbcl-1.0.58-source.tar.bz2) = 3618349 +SHA256 (sbcl-1.0.58-documentation-html.tar.bz2) = 7ae4654ef97e81738878474f4fbfd995a2b97c3271039b0f31cc4d525ce782b8 +SIZE (sbcl-1.0.58-documentation-html.tar.bz2) = 175205 SHA256 (sbcl-1.0.31-amd64-freebsd8-binary.tar.bz2) = 06a1e4e3a5f5f8e012ff6037a51624d7d1f34bff0979ce45e70418a293412b4e SIZE (sbcl-1.0.31-amd64-freebsd8-binary.tar.bz2) = 8397764 SHA256 (sbcl-1.0.31-amd64-freebsd7-binary.tar.bz2) = fcbd5ed1948312a7b6eff7e6daf736e41be945a2c57bcee4b64f172ddde518b8 Modified: head/math/fricas/Makefile ============================================================================== --- head/math/fricas/Makefile Thu Sep 13 00:43:43 2012 (r304168) +++ head/math/fricas/Makefile Thu Sep 13 02:03:41 2012 (r304169) @@ -7,6 +7,7 @@ PORTNAME= fricas PORTVERSION= 1.1.7 +PORTREVISION= 1 DISTVERSIONSUFFIX= -full CATEGORIES= math MASTER_SITES= SF Modified: head/math/maxima/Makefile ============================================================================== --- head/math/maxima/Makefile Thu Sep 13 00:43:43 2012 (r304168) +++ head/math/maxima/Makefile Thu Sep 13 02:03:41 2012 (r304169) @@ -7,7 +7,7 @@ PORTNAME= maxima PORTVERSION= 5.27.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source Modified: head/math/open-axiom/Makefile ============================================================================== --- head/math/open-axiom/Makefile Thu Sep 13 00:43:43 2012 (r304168) +++ head/math/open-axiom/Makefile Thu Sep 13 02:03:41 2012 (r304169) @@ -7,7 +7,7 @@ PORTNAME= open-axiom PORTVERSION= 1.4.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} Modified: head/math/wxMaxima/Makefile ============================================================================== --- head/math/wxMaxima/Makefile Thu Sep 13 00:43:43 2012 (r304168) +++ head/math/wxMaxima/Makefile Thu Sep 13 02:03:41 2012 (r304169) @@ -7,7 +7,7 @@ PORTNAME= wxMaxima PORTVERSION= 12.04.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME:L}/${PORTNAME}/${PORTVERSION} Modified: head/security/cl-md5-sbcl/Makefile ============================================================================== --- head/security/cl-md5-sbcl/Makefile Thu Sep 13 00:43:43 2012 (r304168) +++ head/security/cl-md5-sbcl/Makefile Thu Sep 13 02:03:41 2012 (r304169) @@ -6,7 +6,7 @@ PORTNAME= md5 PORTVERSION= 1.8.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security lisp PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/textproc/cl-meta-sbcl/Makefile ============================================================================== --- head/textproc/cl-meta-sbcl/Makefile Thu Sep 13 00:43:43 2012 (r304168) +++ head/textproc/cl-meta-sbcl/Makefile Thu Sep 13 02:03:41 2012 (r304169) @@ -6,7 +6,7 @@ PORTNAME= meta PORTVERSION= 0.1 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= textproc lisp PKGNAMEPREFIX= cl- Modified: head/textproc/cl-ppcre-sbcl/Makefile ============================================================================== --- head/textproc/cl-ppcre-sbcl/Makefile Thu Sep 13 00:43:43 2012 (r304168) +++ head/textproc/cl-ppcre-sbcl/Makefile Thu Sep 13 02:03:41 2012 (r304169) @@ -6,7 +6,7 @@ PORTNAME= cl-ppcre PORTVERSION= 2.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc lisp DISTFILES= # none Modified: head/www/cl-lml-sbcl/Makefile ============================================================================== --- head/www/cl-lml-sbcl/Makefile Thu Sep 13 00:43:43 2012 (r304168) +++ head/www/cl-lml-sbcl/Makefile Thu Sep 13 02:03:41 2012 (r304169) @@ -6,7 +6,7 @@ PORTNAME= lml PORTVERSION= 2.5.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www textproc PKGNAMEPREFIX= cl- DISTFILES= # none Modified: head/x11-wm/stumpwm/Makefile ============================================================================== --- head/x11-wm/stumpwm/Makefile Thu Sep 13 00:43:43 2012 (r304168) +++ head/x11-wm/stumpwm/Makefile Thu Sep 13 02:03:41 2012 (r304169) @@ -7,7 +7,7 @@ PORTNAME= stumpwm PORTVERSION= 0.9.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= x11-wm lisp MASTER_SITES= SAVANNAH DISTFILES= ${DISTNAME}.tgz From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 03:35:10 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 550791065673; Thu, 13 Sep 2012 03:35:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3F3288FC08; Thu, 13 Sep 2012 03:35:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D3ZAxW008137; Thu, 13 Sep 2012 03:35:10 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D3Z9kH008132; Thu, 13 Sep 2012 03:35:09 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209130335.q8D3Z9kH008132@svn.freebsd.org> From: Steve Wills Date: Thu, 13 Sep 2012 03:35:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304170 - in head: security/vuxml www/mod_pagespeed X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 03:35:10 -0000 Author: swills Date: Thu Sep 13 03:35:09 2012 New Revision: 304170 URL: http://svn.freebsd.org/changeset/ports/304170 Log: - Update to 0.10.22.6 which fixes two security issues - Document security issues in vuxml [1] Reviewed by: bdrewery [1] Security: 178ba4ea-fd40-11e1-b2ae-001fd0af1a4c Modified: head/security/vuxml/vuln.xml head/www/mod_pagespeed/Makefile head/www/mod_pagespeed/distinfo Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Thu Sep 13 02:03:41 2012 (r304169) +++ head/security/vuxml/vuln.xml Thu Sep 13 03:35:09 2012 (r304170) @@ -51,6 +51,56 @@ Note: Please add new entries to the beg --> + + mod_pagespeed -- multiple vulnerabilities + + + mod_pagespeed + 0.10.22.6 + + + + +

Google Reports:

+
+

mod_pagespeed 0.10.22.6 is a security update that fixes two + critical issues that affect earlier versions:

+
    +
  • CVE-2012-4001, a problem with validation of own host name.
  • +
  • CVE-2012-4360, a cross-site scripting attack, which affects versions starting from 0.10.19.1.
  • +
+

The effect of the first problem is that it is possible to confuse + mod_pagespeed about its own host name, and to trick it into + fetching resources from other machines. This could be an issue if + the HTTP server has access to machines that are not otherwise + publicly visible.

+

The second problem would permit a hostile third party to execute + JavaScript in users' browsers in context of the domain running + mod_pagespeed, which could permit interception of users' cookies or + data on the site.

+

Because of the severity of the two problems, users are strongly + encouraged to update immediately.

+

Behavior Changes in the Update:

+

As part of the fix to the first issue, mod_pagespeed will not fetch + resources from machines other than localhost if they are not + explicitly mentioned in the configuration. This means that if you + need resources on the server's domain to be handled by some other + system, you'll need to explicitly use ModPagespeedMapOriginDomain + or ModPagespeedDomain to authorize that.

+
+ +
+ + CVE-2012-4001 + CVE-2012-4360 + https://developers.google.com/speed/docs/mod_pagespeed/announce-0.10.22.6 + + + 2012-09-12 + 2012-09-12 + +
+ freeradius -- arbitrary code execution for TLS-based authentication Modified: head/www/mod_pagespeed/Makefile ============================================================================== --- head/www/mod_pagespeed/Makefile Thu Sep 13 02:03:41 2012 (r304169) +++ head/www/mod_pagespeed/Makefile Thu Sep 13 03:35:09 2012 (r304170) @@ -6,8 +6,7 @@ # PORTNAME= mod_pagespeed -PORTVERSION= 0.10.22.4 -PORTREVISION= 1 +PORTVERSION= 0.10.22.6 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} Modified: head/www/mod_pagespeed/distinfo ============================================================================== --- head/www/mod_pagespeed/distinfo Thu Sep 13 02:03:41 2012 (r304169) +++ head/www/mod_pagespeed/distinfo Thu Sep 13 03:35:09 2012 (r304170) @@ -1,2 +1,2 @@ -SHA256 (mod_pagespeed_source_0.10.22.4.tar.xz) = 4abb02fec78b20d2790e9f6bb7c454b14cccde9add4a0341d6e6779066d3a3a9 -SIZE (mod_pagespeed_source_0.10.22.4.tar.xz) = 14492376 +SHA256 (mod_pagespeed_source_0.10.22.6.tar.xz) = 58d983777727ebabbd576610129235bd39fbd025f1620bb2f6f3f176f600619f +SIZE (mod_pagespeed_source_0.10.22.6.tar.xz) = 11864872 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 04:05:41 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C5D7D106564A; Thu, 13 Sep 2012 04:05:41 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B04418FC16; Thu, 13 Sep 2012 04:05:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D45fa2012382; Thu, 13 Sep 2012 04:05:41 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D45fss012380; Thu, 13 Sep 2012 04:05:41 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209130405.q8D45fss012380@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Thu, 13 Sep 2012 04:05:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304171 - head/Mk X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 04:05:41 -0000 Author: rm Date: Thu Sep 13 04:05:41 2012 New Revision: 304171 URL: http://svn.freebsd.org/changeset/ports/304171 Log: - remove PYDISTUTILS "dependency line" since USE_PYTHON will garantee availability of distutils module. There is no consumers of this in the tree. - add PYGAME shortcut for devel/py-game Modified: head/Mk/bsd.python.mk Modified: head/Mk/bsd.python.mk ============================================================================== --- head/Mk/bsd.python.mk Thu Sep 13 03:35:09 2012 (r304170) +++ head/Mk/bsd.python.mk Thu Sep 13 04:05:41 2012 (r304171) @@ -99,8 +99,7 @@ Python_Include_MAINTAINER= python@FreeBS # PYTHONPREFIX_LIBDIR default: ${PREFIX}/lib/${PYTHON_VERSION} # PYTHONPREFIX_SITELIBDIR default: ${PYTHONPREFIX_LIBDIR}/site-packages # -# PYDISTUTILS - Dependency line for the distutils extension. As of -# Python-2.0, the distutils are in the base distribution. +# PYGAME - Dependency line for the Pygame library. # # PYNUMERIC - Dependency line for the numeric extension. # @@ -525,7 +524,7 @@ ZOPEPRODUCTDIR?= Products .endif # Python 3rd-party modules -PYDISTUTILS= ${PYTHON_LIBDIR}/distutils/core.py:${PYTHON_PORTSDIR} +PYGAME= ${PYTHON_PKGNAMEPREFIX}game>0:${PORTSDIR}/devel/py-game PYNUMERIC= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric PYNUMPY= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy PYXML= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 04:13:48 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A83F106564A; Thu, 13 Sep 2012 04:13:48 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1B1B28FC0A; Thu, 13 Sep 2012 04:13:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D4Dle7013670; Thu, 13 Sep 2012 04:13:47 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D4DlJm013665; Thu, 13 Sep 2012 04:13:47 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201209130413.q8D4DlJm013665@svn.freebsd.org> From: Brendan Fabeny Date: Thu, 13 Sep 2012 04:13:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304172 - in head/security: tor tor-devel X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 04:13:48 -0000 Author: bf Date: Thu Sep 13 04:13:47 2012 New Revision: 304172 URL: http://svn.freebsd.org/changeset/ports/304172 Log: update security/tor to 0.2.2.39 and security/tor-devel to 0.2.3.22-rc Security: Tor bugs 6690, 6811 Modified: head/security/tor-devel/Makefile head/security/tor-devel/distinfo (contents, props changed) head/security/tor/Makefile head/security/tor/distinfo (contents, props changed) Modified: head/security/tor-devel/Makefile ============================================================================== --- head/security/tor-devel/Makefile Thu Sep 13 04:05:41 2012 (r304171) +++ head/security/tor-devel/Makefile Thu Sep 13 04:13:47 2012 (r304172) @@ -6,7 +6,7 @@ # PORTNAME= tor -DISTVERSION= 0.2.3.21-rc +DISTVERSION= 0.2.3.22-rc CATEGORIES= security net ipv6 MASTER_SITES= https://www.torproject.org/dist/ \ ftp://ftp.bit.nl/mirror/tor/ \ Modified: head/security/tor-devel/distinfo ============================================================================== --- head/security/tor-devel/distinfo Thu Sep 13 04:05:41 2012 (r304171) +++ head/security/tor-devel/distinfo Thu Sep 13 04:13:47 2012 (r304172) @@ -1,2 +1,2 @@ -SHA256 (tor-0.2.3.21-rc.tar.gz) = e31f4c5b91b76298657563441289783c5425007516d8e42f0e43748f129e9531 -SIZE (tor-0.2.3.21-rc.tar.gz) = 3163066 +SHA256 (tor-0.2.3.22-rc.tar.gz) = 829aa19402827147884c4bc2eb600935076179a5567e1fe9760bb24a1867b387 +SIZE (tor-0.2.3.22-rc.tar.gz) = 3163406 Modified: head/security/tor/Makefile ============================================================================== --- head/security/tor/Makefile Thu Sep 13 04:05:41 2012 (r304171) +++ head/security/tor/Makefile Thu Sep 13 04:13:47 2012 (r304172) @@ -6,7 +6,7 @@ # PORTNAME= tor -DISTVERSION= 0.2.2.38 +DISTVERSION= 0.2.2.39 CATEGORIES= security net ipv6 MASTER_SITES= https://www.torproject.org/dist/ \ ftp://ftp.bit.nl/mirror/tor/ \ Modified: head/security/tor/distinfo ============================================================================== --- head/security/tor/distinfo Thu Sep 13 04:05:41 2012 (r304171) +++ head/security/tor/distinfo Thu Sep 13 04:13:47 2012 (r304172) @@ -1,2 +1,2 @@ -SHA256 (tor-0.2.2.38.tar.gz) = 8ee32e7fa14ddc1ded299e9c396b5628d473233528c3a22f8bfc7eac9094b4cf -SIZE (tor-0.2.2.38.tar.gz) = 2928500 +SHA256 (tor-0.2.2.39.tar.gz) = 0d0c778d4697d5c5bd4f732ca179c22e8e359c634617ca9b6665e33d1863622a +SIZE (tor-0.2.2.39.tar.gz) = 2929303 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 04:16:05 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 77BC7106566B; Thu, 13 Sep 2012 04:16:05 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6203A8FC0A; Thu, 13 Sep 2012 04:16:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D4G50X014060; Thu, 13 Sep 2012 04:16:05 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D4G5vG014056; Thu, 13 Sep 2012 04:16:05 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201209130416.q8D4G5vG014056@svn.freebsd.org> From: Brendan Fabeny Date: Thu, 13 Sep 2012 04:16:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304173 - head/devel/cppcheck X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 04:16:05 -0000 Author: bf Date: Thu Sep 13 04:16:04 2012 New Revision: 304173 URL: http://svn.freebsd.org/changeset/ports/304173 Log: update to 1.56 Modified: head/devel/cppcheck/Makefile (contents, props changed) head/devel/cppcheck/distinfo (contents, props changed) Modified: head/devel/cppcheck/Makefile ============================================================================== --- head/devel/cppcheck/Makefile Thu Sep 13 04:13:47 2012 (r304172) +++ head/devel/cppcheck/Makefile Thu Sep 13 04:16:04 2012 (r304173) @@ -6,7 +6,7 @@ # PORTNAME= cppcheck -PORTVERSION= 1.55 +PORTVERSION= 1.56 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ Modified: head/devel/cppcheck/distinfo ============================================================================== --- head/devel/cppcheck/distinfo Thu Sep 13 04:13:47 2012 (r304172) +++ head/devel/cppcheck/distinfo Thu Sep 13 04:16:04 2012 (r304173) @@ -1,2 +1,2 @@ -SHA256 (cppcheck-1.55.tar.bz2) = b15b0d710d8b55e5aa086b6d4f482e6413846cff42856da662483a42a4824698 -SIZE (cppcheck-1.55.tar.bz2) = 1105312 +SHA256 (cppcheck-1.56.tar.bz2) = 0de45db8126a11f396130235a8b0c93ceff150a0afa675f5c7f5a07395c31df5 +SIZE (cppcheck-1.56.tar.bz2) = 1131979 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 04:23:05 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DAB8106566B; Thu, 13 Sep 2012 04:23:05 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 48DA78FC08; Thu, 13 Sep 2012 04:23:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D4N5Vh015153; Thu, 13 Sep 2012 04:23:05 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D4N5tR015150; Thu, 13 Sep 2012 04:23:05 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201209130423.q8D4N5tR015150@svn.freebsd.org> From: Brendan Fabeny Date: Thu, 13 Sep 2012 04:23:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304174 - head/math/arpack-ng X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 04:23:05 -0000 Author: bf Date: Thu Sep 13 04:23:04 2012 New Revision: 304174 URL: http://svn.freebsd.org/changeset/ports/304174 Log: update to 3.1.2 Modified: head/math/arpack-ng/Makefile (contents, props changed) head/math/arpack-ng/distinfo (contents, props changed) Modified: head/math/arpack-ng/Makefile ============================================================================== --- head/math/arpack-ng/Makefile Thu Sep 13 04:16:04 2012 (r304173) +++ head/math/arpack-ng/Makefile Thu Sep 13 04:23:04 2012 (r304174) @@ -6,7 +6,7 @@ # PORTNAME= arpack-ng -PORTVERSION= 3.1.1 +PORTVERSION= 3.1.2 CATEGORIES= math MASTER_SITES= http://forge.scilab.org/index.php/p/arpack-ng/downloads/get/ \ LOCAL/bf Modified: head/math/arpack-ng/distinfo ============================================================================== --- head/math/arpack-ng/distinfo Thu Sep 13 04:16:04 2012 (r304173) +++ head/math/arpack-ng/distinfo Thu Sep 13 04:23:04 2012 (r304174) @@ -1,2 +1,2 @@ -SHA256 (arpack-ng_3.1.1.tar.gz) = be250947a7d6eac7dff8c058102fce9922c524aa06be2a090b6e0bb2d1e228cd -SIZE (arpack-ng_3.1.1.tar.gz) = 1295404 +SHA256 (arpack-ng_3.1.2.tar.gz) = 9338bda5bef5a4bafd99c18f327acb54f8be4ffc5c53d0a186e4aa27db3260f2 +SIZE (arpack-ng_3.1.2.tar.gz) = 1299556 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 04:30:20 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B4F53106566B; Thu, 13 Sep 2012 04:30:20 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9F3878FC08; Thu, 13 Sep 2012 04:30:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D4UKtf016272; Thu, 13 Sep 2012 04:30:20 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D4UKpg016269; Thu, 13 Sep 2012 04:30:20 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209130430.q8D4UKpg016269@svn.freebsd.org> From: Bryan Drewery Date: Thu, 13 Sep 2012 04:30:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304175 - head/ports-mgmt/poudriere X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 04:30:20 -0000 Author: bdrewery Date: Thu Sep 13 04:30:20 2012 New Revision: 304175 URL: http://svn.freebsd.org/changeset/ports/304175 Log: - Update to 2.1.2 Changes: * Fixes error creating logdir on first bulk build of new jail Reported By: Sergey V. Dyatko Modified: head/ports-mgmt/poudriere/Makefile head/ports-mgmt/poudriere/distinfo Modified: head/ports-mgmt/poudriere/Makefile ============================================================================== --- head/ports-mgmt/poudriere/Makefile Thu Sep 13 04:23:04 2012 (r304174) +++ head/ports-mgmt/poudriere/Makefile Thu Sep 13 04:30:20 2012 (r304175) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.2 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}?uuid=${PORTVERSION} Modified: head/ports-mgmt/poudriere/distinfo ============================================================================== --- head/ports-mgmt/poudriere/distinfo Thu Sep 13 04:23:04 2012 (r304174) +++ head/ports-mgmt/poudriere/distinfo Thu Sep 13 04:30:20 2012 (r304175) @@ -1,2 +1,2 @@ -SHA256 (poudriere-2.1.1.tar.gz?uuid=2.1.1) = 824033c64f0c2dc2ee162d801be19ae20abdccc4453591d13a05351b5e5ffc7c -SIZE (poudriere-2.1.1.tar.gz?uuid=2.1.1) = 33457 +SHA256 (poudriere-2.1.2.tar.gz?uuid=2.1.2) = 19a1d41463c8c04491b760df5aaf9caec348fac78538adf8276d397b41b239cd +SIZE (poudriere-2.1.2.tar.gz?uuid=2.1.2) = 33476 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 04:36:25 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 127DB106564A; Thu, 13 Sep 2012 04:36:25 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F07DB8FC08; Thu, 13 Sep 2012 04:36:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D4aOvK017216; Thu, 13 Sep 2012 04:36:24 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D4aOLp017213; Thu, 13 Sep 2012 04:36:24 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209130436.q8D4aOLp017213@svn.freebsd.org> From: Bryan Drewery Date: Thu, 13 Sep 2012 04:36:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304176 - head/ports-mgmt/poudriere-devel X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 04:36:25 -0000 Author: bdrewery Date: Thu Sep 13 04:36:24 2012 New Revision: 304176 URL: http://svn.freebsd.org/changeset/ports/304176 Log: - Update to checkin: 0095aaa08e - Pet portlint some Changes: * Fixes crash on first bulk build of a fresh jail * Updated ZSH completions Modified: head/ports-mgmt/poudriere-devel/Makefile head/ports-mgmt/poudriere-devel/distinfo Modified: head/ports-mgmt/poudriere-devel/Makefile ============================================================================== --- head/ports-mgmt/poudriere-devel/Makefile Thu Sep 13 04:30:20 2012 (r304175) +++ head/ports-mgmt/poudriere-devel/Makefile Thu Sep 13 04:36:24 2012 (r304176) @@ -1,9 +1,11 @@ # $FreeBSD$ PORTNAME= poudriere -PORTVERSION= 2.1.99.20120911 +PORTVERSION= 2.1.99.20120912 CATEGORIES= ports-mgmt MASTER_SITES= http://fossil.etoilebsd.net/poudriere/tarball/ +PKGNAMESUFFIX= -devel +DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz?uuid=${FSL_CHKIN} # Also maintained by bdrewery@FreeBSD.org MAINTAINER= bapt@FreeBSD.org @@ -11,9 +13,7 @@ COMMENT= Port build and test system LICENSE= BSD -FSL_CHKIN= a766128118 -DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz?uuid=${FSL_CHKIN} -PKGNAMESUFFIX= -devel +FSL_CHKIN= 0095aaa08e NO_BUILD= yes MANCOMPRESSED= yes Modified: head/ports-mgmt/poudriere-devel/distinfo ============================================================================== --- head/ports-mgmt/poudriere-devel/distinfo Thu Sep 13 04:30:20 2012 (r304175) +++ head/ports-mgmt/poudriere-devel/distinfo Thu Sep 13 04:36:24 2012 (r304176) @@ -1,2 +1,2 @@ -SHA256 (poudriere-2.1.99.20120911.tar.gz?uuid=a766128118) = 65ef831cd546bd9d89ef761f8ff075e1f74b98b7e9f05433a893978d1a995913 -SIZE (poudriere-2.1.99.20120911.tar.gz?uuid=a766128118) = 33484 +SHA256 (poudriere-2.1.99.20120912.tar.gz?uuid=0095aaa08e) = 2dd5d462cd546dd0621fa837060f027b67f65f9a70e3875824d9e7cdab900faa +SIZE (poudriere-2.1.99.20120912.tar.gz?uuid=0095aaa08e) = 33600 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 04:46:00 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2434C1065670; Thu, 13 Sep 2012 04:46:00 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0AEE38FC12; Thu, 13 Sep 2012 04:46:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D4jxvf019193; Thu, 13 Sep 2012 04:45:59 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D4jxCk019151; Thu, 13 Sep 2012 04:45:59 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201209130445.q8D4jxCk019151@svn.freebsd.org> From: "Jason E. Hale" Date: Thu, 13 Sep 2012 04:45:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304177 - in head: audio/audex audio/libdiscid audio/libmusicbrainz audio/libmusicbrainz3 audio/libmusicbrainz4 audio/libmusicbrainz5 audio/libofa audio/picard audio/py-musicbrainz2 aud... X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 04:46:00 -0000 Author: jhale Date: Thu Sep 13 04:45:58 2012 New Revision: 304177 URL: http://svn.freebsd.org/changeset/ports/304177 Log: - Update MAINTAINER to my new FreeBSD.org address Approved by: makc (mentor) Modified: head/audio/audex/Makefile head/audio/libdiscid/Makefile head/audio/libmusicbrainz/Makefile head/audio/libmusicbrainz3/Makefile head/audio/libmusicbrainz4/Makefile head/audio/libmusicbrainz5/Makefile head/audio/libofa/Makefile head/audio/picard/Makefile head/audio/py-musicbrainz2/Makefile head/audio/taglib/Makefile head/audio/waheela/Makefile head/audio/xmmsctrl/Makefile head/deskutils/plasma-applet-daisy/Makefile head/deskutils/plasma-applet-panelspacer/Makefile head/deskutils/plasma-applet-playwolf/Makefile head/deskutils/plasma-applet-serverstatuswidget/Makefile head/deskutils/plasma-applet-teacooker/Makefile head/deskutils/plasma-applet-yawp/Makefile head/devel/gwenhywfar-fox16/Makefile head/devel/gwenhywfar-gtk2/Makefile head/devel/gwenhywfar-qt4/Makefile head/devel/gwenhywfar/Makefile head/devel/libchipcard/Makefile head/devel/npth/Makefile head/finance/aqbanking/Makefile head/finance/kmymoney-kde4/Makefile head/finance/ktoblzcheck/Makefile head/finance/libalkimia/Makefile head/finance/libofx/Makefile head/graphics/frei0r/Makefile head/graphics/libpgf/Makefile head/mail/anubis/Makefile head/misc/krecipes-kde4/Makefile head/net-p2p/phex/Makefile head/security/gpa/Makefile head/security/gpgme/Makefile head/sysutils/duff/Makefile head/sysutils/gapcmon/Makefile head/sysutils/luckybackup/Makefile head/x11-clocks/plasma-applet-adjustableclock/Makefile head/x11-clocks/plasma-applet-geekclock/Makefile Modified: head/audio/audex/Makefile ============================================================================== --- head/audio/audex/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/audio/audex/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -11,7 +11,7 @@ PORTREVISION= 4 CATEGORIES= audio kde MASTER_SITES= http://kde.maniatek.com/${PORTNAME}/files/ -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Audio CD ripping utility for KDE4 LIB_DEPENDS= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia \ Modified: head/audio/libdiscid/Makefile ============================================================================== --- head/audio/libdiscid/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/audio/libdiscid/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -13,7 +13,7 @@ MASTER_SITES= http://users.musicbrainz.o ${MASTER_SITE_GENTOO} MASTER_SITE_SUBDIR= distfiles -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= A library for creating MusicBrainz DiscIDs LICENSE= LGPL21 Modified: head/audio/libmusicbrainz/Makefile ============================================================================== --- head/audio/libmusicbrainz/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/audio/libmusicbrainz/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.musicbrainz.org/ http://uk.musicbrainz.org/pub/musicbrainz/ \ http://ftp.osuosl.org/pub/musicbrainz/ -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= 2nd generation incarnation of the CD Index - audio metadata LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 Modified: head/audio/libmusicbrainz3/Makefile ============================================================================== --- head/audio/libmusicbrainz3/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/audio/libmusicbrainz3/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.musicbrainz.org/ http://uk.musicbrainz.org/pub/musicbrainz/ \ http://ftp.osuosl.org/pub/musicbrainz/ -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= MusicBrainz client library for audio metadata lookup LICENSE= LGPL21 Modified: head/audio/libmusicbrainz4/Makefile ============================================================================== --- head/audio/libmusicbrainz4/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/audio/libmusicbrainz4/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -10,7 +10,7 @@ PORTVERSION= 4.0.3 CATEGORIES= audio MASTER_SITES= https://cloud.github.com/downloads/metabrainz/${PORTNAME}/ -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= MusicBrainz client library for audio metadata lookup LICENSE= LGPL21 Modified: head/audio/libmusicbrainz5/Makefile ============================================================================== --- head/audio/libmusicbrainz5/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/audio/libmusicbrainz5/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -10,7 +10,7 @@ PORTVERSION= 5.0.1 CATEGORIES= audio MASTER_SITES= https://cloud.github.com/downloads/metabrainz/${PORTNAME}/ -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= MusicBrainz client library for audio metadata lookup LICENSE= LGPL21 Modified: head/audio/libofa/Makefile ============================================================================== --- head/audio/libofa/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/audio/libofa/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -11,7 +11,7 @@ PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= GOOGLE_CODE -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= The Open Fingerprint Architecture Library LICENSE= APL1 GPLv2 Modified: head/audio/picard/Makefile ============================================================================== --- head/audio/picard/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/audio/picard/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -13,7 +13,7 @@ MASTER_SITES= http://ftp.musicbrainz.org http://ftp.uk.musicbrainz.org/pub/musicbrainz/picard/ \ http://ftp.osuosl.org/pub/musicbrainz/picard/ -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Next generation MusicBrainz Tagger LICENSE= GPLv2 Modified: head/audio/py-musicbrainz2/Makefile ============================================================================== --- head/audio/py-musicbrainz2/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/audio/py-musicbrainz2/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.musicbrainz.org/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-musicbrainz2-${DISTVERSION} -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Next Generation Python bindings for MusicBrainz LICENSE= BSD Modified: head/audio/taglib/Makefile ============================================================================== --- head/audio/taglib/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/audio/taglib/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -11,7 +11,7 @@ CATEGORIES= audio MASTER_SITES= http://cloud.github.com/downloads/taglib/taglib/ \ http://developer.kde.org/~wheeler/files/src/ -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Library for manipulating ID3 tags and Ogg comments LICENSE= LGPL21 MPL Modified: head/audio/waheela/Makefile ============================================================================== --- head/audio/waheela/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/audio/waheela/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -11,7 +11,7 @@ CATEGORIES= audio kde MASTER_SITES= http://linux.wuertz.org/dists/sid/main/source/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Fullscreen mode for Amarok 2.x RUN_DEPENDS= amarok>=2:${PORTSDIR}/audio/amarok-kde4 Modified: head/audio/xmmsctrl/Makefile ============================================================================== --- head/audio/xmmsctrl/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/audio/xmmsctrl/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -14,7 +14,7 @@ MASTER_SITES= http://user.it.uu.se/~adav http://ftp.nluug.nl/os/Linux/distr/pdaxrom/src/ \ http://www.sourcefiles.org/Multimedia/MP3/Tools/Miscellaneous/ -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= A small utility to control XMMS from the command line BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms Modified: head/deskutils/plasma-applet-daisy/Makefile ============================================================================== --- head/deskutils/plasma-applet-daisy/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/deskutils/plasma-applet-daisy/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -12,7 +12,7 @@ MASTER_SITES= http://cdlszm.org/download PKGNAMEPREFIX= plasma-applet- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Simple launcher plasma applet for KDE4 LICENSE= GPLv3 Modified: head/deskutils/plasma-applet-panelspacer/Makefile ============================================================================== --- head/deskutils/plasma-applet-panelspacer/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/deskutils/plasma-applet-panelspacer/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -13,7 +13,7 @@ MASTER_SITES= http://danakil.free.fr/lin PKGNAMEPREFIX= plasma-applet- DISTNAME= ${PORTNAME}-plasmoid-${PORTVERSION} -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Panel spacer plasma applet for KDE4 USE_CMAKE= yes Modified: head/deskutils/plasma-applet-playwolf/Makefile ============================================================================== --- head/deskutils/plasma-applet-playwolf/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/deskutils/plasma-applet-playwolf/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -12,7 +12,7 @@ CATEGORIES= deskutils kde MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= plasma-applet- -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Amarok 2.x plasma applet for KDE4 USE_BZIP2= yes Modified: head/deskutils/plasma-applet-serverstatuswidget/Makefile ============================================================================== --- head/deskutils/plasma-applet-serverstatuswidget/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/deskutils/plasma-applet-serverstatuswidget/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -13,7 +13,7 @@ MASTER_SITES= http://kde-look.org/CONTEN PKGNAMEPREFIX= plasma-applet- DISTNAME= 101336-${PORTNAME}-${PORTVERSION} -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Server monitoring plasma applet for KDE4 USE_BZIP2= yes Modified: head/deskutils/plasma-applet-teacooker/Makefile ============================================================================== --- head/deskutils/plasma-applet-teacooker/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/deskutils/plasma-applet-teacooker/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -13,7 +13,7 @@ MASTER_SITES= http://www.kde-apps.org/CO PKGNAMEPREFIX= plasma-applet- DISTNAME= 85564-TeaCooker -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Tea cooker plasma applet for KDE4 USE_CMAKE= yes Modified: head/deskutils/plasma-applet-yawp/Makefile ============================================================================== --- head/deskutils/plasma-applet-yawp/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/deskutils/plasma-applet-yawp/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -12,7 +12,7 @@ CATEGORIES= deskutils kde MASTER_SITES= SF PKGNAMEPREFIX= plasma-applet- -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Weather plasma applet for KDE4 LICENSE= GPLv2 Modified: head/devel/gwenhywfar-fox16/Makefile ============================================================================== --- head/devel/gwenhywfar-fox16/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/devel/gwenhywfar-fox16/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -3,7 +3,7 @@ PORTREVISION= 0 PKGNAMESUFFIX= -${SLAVEPORT} -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Gwenhywfar FOX-1.6 support library MASTERDIR= ${.CURDIR}/../../devel/gwenhywfar Modified: head/devel/gwenhywfar-gtk2/Makefile ============================================================================== --- head/devel/gwenhywfar-gtk2/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/devel/gwenhywfar-gtk2/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -3,7 +3,7 @@ PORTREVISION= 0 PKGNAMESUFFIX= -${SLAVEPORT} -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Gwenhywfar GTK2+ support library MASTERDIR= ${.CURDIR}/../../devel/gwenhywfar Modified: head/devel/gwenhywfar-qt4/Makefile ============================================================================== --- head/devel/gwenhywfar-qt4/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/devel/gwenhywfar-qt4/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -3,7 +3,7 @@ PORTREVISION= 0 PKGNAMESUFFIX= -${SLAVEPORT} -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Gwenhywfar Qt4 support library MASTERDIR= ${.CURDIR}/../../devel/gwenhywfar Modified: head/devel/gwenhywfar/Makefile ============================================================================== --- head/devel/gwenhywfar/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/devel/gwenhywfar/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -6,7 +6,7 @@ PORTREVISION?= 3 CATEGORIES= devel net security MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=01&release=67&file=01&dummy=/ -MAINTAINER?= bsdkaffee@gmail.com +MAINTAINER?= jhale@FreeBSD.org COMMENT?= Multi-platform helper library for networking and security applications LICENSE= LGPL21 Modified: head/devel/libchipcard/Makefile ============================================================================== --- head/devel/libchipcard/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/devel/libchipcard/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -11,7 +11,7 @@ PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=02&release=26&file=01&dummy=/ -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= A library for easy access to chipcards LICENSE= LGPL21 Modified: head/devel/npth/Makefile ============================================================================== --- head/devel/npth/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/devel/npth/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -11,7 +11,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= New GNU Portable Threads LICENSE= LGPL3 GPLv2 Modified: head/finance/aqbanking/Makefile ============================================================================== --- head/finance/aqbanking/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/finance/aqbanking/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -6,7 +6,7 @@ PORTREVISION= 1 CATEGORIES= finance MASTER_SITES= http://www.aquamaniac.de/sites/download/download.php?package=03&release=95&file=01&dummy=/ -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Online banking interface and financial data framework LICENSE= GPLv2 GPLv3 Modified: head/finance/kmymoney-kde4/Makefile ============================================================================== --- head/finance/kmymoney-kde4/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/finance/kmymoney-kde4/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -6,7 +6,7 @@ PORTREVISION= 3 CATEGORIES= finance kde MASTER_SITES= SF/${PORTNAME}2/KMyMoney-KDE4/${PORTVERSION} -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= KDE 4.x-based personal finance manager LICENSE= GPLv2 Modified: head/finance/ktoblzcheck/Makefile ============================================================================== --- head/finance/ktoblzcheck/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/finance/ktoblzcheck/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -10,7 +10,7 @@ PORTVERSION= 1.39 CATEGORIES= finance german MASTER_SITES= SF/${PORTNAME} -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Check bank codes of German banks LICENSE= GPLv2 Modified: head/finance/libalkimia/Makefile ============================================================================== --- head/finance/libalkimia/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/finance/libalkimia/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -12,7 +12,7 @@ CATEGORIES= finance kde MASTER_SITES= http://kde-apps.org/CONTENT/content-files/ DISTNAME= 137323-${PORTNAME}-${PORTVERSION} -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Financial data handling library for KDE4 LICENSE= LGPL21 Modified: head/finance/libofx/Makefile ============================================================================== --- head/finance/libofx/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/finance/libofx/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -10,7 +10,7 @@ PORTVERSION= 0.9.5 CATEGORIES= finance MASTER_SITES= SF -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= OpenSource implementation of the OFX (Open Financial eXchange) LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ Modified: head/graphics/frei0r/Makefile ============================================================================== --- head/graphics/frei0r/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/graphics/frei0r/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -14,7 +14,7 @@ MASTER_SITES?= http://piksel.no/${PORTNA ftp://ftp.dyne.org/${PORTNAME}/releases/ \ http://distfiles.macports.org/${PORTNAME}-plugins/ -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT?= Minimalistic plugin API for video effects .if !defined(BUILDING_FREI0R_METAPORT) Modified: head/graphics/libpgf/Makefile ============================================================================== --- head/graphics/libpgf/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/graphics/libpgf/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -12,7 +12,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Progressive Graphics Format (PGF) library LICENSE= LGPL21 Modified: head/mail/anubis/Makefile ============================================================================== --- head/mail/anubis/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/mail/anubis/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -12,7 +12,7 @@ CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Outgoing SMTP mail processor LICENSE= GPLv3 Modified: head/misc/krecipes-kde4/Makefile ============================================================================== --- head/misc/krecipes-kde4/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/misc/krecipes-kde4/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -11,7 +11,7 @@ PORTREVISION= 2 CATEGORIES= misc kde MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Recipe database for KDE4 LICENSE= GPLv2 Modified: head/net-p2p/phex/Makefile ============================================================================== --- head/net-p2p/phex/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/net-p2p/phex/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -11,7 +11,7 @@ CATEGORIES= net-p2p java MASTER_SITES= SF/${PORTNAME}/Phex%20Final%20Releases/Phex%203.4.2 DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= A Java multi platform and spyware free gnutella client USE_JAVA= yes Modified: head/security/gpa/Makefile ============================================================================== --- head/security/gpa/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/security/gpa/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -11,7 +11,7 @@ CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gpa -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= GTK2+ frontend for the GNU Privacy Guard LICENSE= GPLv3 Modified: head/security/gpgme/Makefile ============================================================================== --- head/security/gpgme/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/security/gpgme/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= gpgme DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.sig EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= A library to make access to GnuPG easier LICENSE= LGPL21 Modified: head/sysutils/duff/Makefile ============================================================================== --- head/sysutils/duff/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/sysutils/duff/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -10,7 +10,7 @@ PORTVERSION= 0.5.2 CATEGORIES= sysutils MASTER_SITES= SF -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Duplicate file finder LICENSE= ZLIB Modified: head/sysutils/gapcmon/Makefile ============================================================================== --- head/sysutils/gapcmon/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/sysutils/gapcmon/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -11,7 +11,7 @@ PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= SF -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Monitor apcupsd with GTK+2 GUI SUB_FILES= pkg-message Modified: head/sysutils/luckybackup/Makefile ============================================================================== --- head/sysutils/luckybackup/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/sysutils/luckybackup/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -10,7 +10,7 @@ PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/source -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= QT4 frontend to the backup utility rsync LICENSE= GPLv3 Modified: head/x11-clocks/plasma-applet-adjustableclock/Makefile ============================================================================== --- head/x11-clocks/plasma-applet-adjustableclock/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/x11-clocks/plasma-applet-adjustableclock/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -13,7 +13,7 @@ MASTER_SITES= http://kde-look.org/CONTEN PKGNAMEPREFIX= plasma-applet- DISTNAME= 92825-${PORTNAME}-${PORTVERSION} -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Highly configurable clock plasmoid for KDE4 LICENSE= GPLv2 Modified: head/x11-clocks/plasma-applet-geekclock/Makefile ============================================================================== --- head/x11-clocks/plasma-applet-geekclock/Makefile Thu Sep 13 04:36:24 2012 (r304176) +++ head/x11-clocks/plasma-applet-geekclock/Makefile Thu Sep 13 04:45:58 2012 (r304177) @@ -13,7 +13,7 @@ MASTER_SITES= http://w2f2.com/projects/$ PKGNAMEPREFIX= plasma-applet- DISTNAME= geek-clock-plasmoid-${PORTVERSION}-src -MAINTAINER= bsdkaffee@gmail.com +MAINTAINER= jhale@FreeBSD.org COMMENT= Geeky analog clock plasma applet for KDE4 USE_CMAKE= yes From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 04:47:06 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8535B106566C; Thu, 13 Sep 2012 04:47:06 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6FF3C8FC18; Thu, 13 Sep 2012 04:47:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D4l6Sm019417; Thu, 13 Sep 2012 04:47:06 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D4l67J019415; Thu, 13 Sep 2012 04:47:06 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201209130447.q8D4l67J019415@svn.freebsd.org> From: Brendan Fabeny Date: Thu, 13 Sep 2012 04:47:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304178 - head/graphics/djvulibre X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 04:47:06 -0000 Author: bf Date: Thu Sep 13 04:47:05 2012 New Revision: 304178 URL: http://svn.freebsd.org/changeset/ports/304178 Log: add a conflict with obsolete djvulibre-nox11 packages Reported by: R. McKenzie Modified: head/graphics/djvulibre/Makefile (contents, props changed) Modified: head/graphics/djvulibre/Makefile ============================================================================== --- head/graphics/djvulibre/Makefile Thu Sep 13 04:45:58 2012 (r304177) +++ head/graphics/djvulibre/Makefile Thu Sep 13 04:47:05 2012 (r304178) @@ -7,6 +7,7 @@ PORTNAME= djvulibre PORTVERSION= 3.5.25.3 +PORTREVISION= 1 CATEGORIES= graphics www MASTER_SITES= SF/djvu/DjVuLibre/${PORTVERSION:R} @@ -29,6 +30,7 @@ CONFIGURE_ENV= JPEG_CFLAGS="-I${LOCALBAS PTHREAD_LIBS="${PTHREAD_LIBS}" CONFIGURE_ARGS= --enable-threads=pthread --enable-shared USE_LDCONFIG= yes +CONFLICTS= djvulibre-nox11-3* WRKSRC = ${WRKDIR}/${DISTNAME:R} OPTIONS_DEFINE = ANY2DJVU From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 06:19:27 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EB111065670; Thu, 13 Sep 2012 06:19:27 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 19A0C8FC14; Thu, 13 Sep 2012 06:19:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D6JQxK033539; Thu, 13 Sep 2012 06:19:26 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D6JQCP033537; Thu, 13 Sep 2012 06:19:26 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209130619.q8D6JQCP033537@svn.freebsd.org> From: Wen Heping Date: Thu, 13 Sep 2012 06:19:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304179 - head/graphics/mapserver X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 06:19:27 -0000 Author: wen Date: Thu Sep 13 06:19:26 2012 New Revision: 304179 URL: http://svn.freebsd.org/changeset/ports/304179 Log: - Fix build with WMS and WFS option Modified: head/graphics/mapserver/Makefile Modified: head/graphics/mapserver/Makefile ============================================================================== --- head/graphics/mapserver/Makefile Thu Sep 13 04:47:05 2012 (r304178) +++ head/graphics/mapserver/Makefile Thu Sep 13 06:19:26 2012 (r304179) @@ -85,14 +85,16 @@ CONFIGURE_ARGS+= --with-pdf=${LOCALBASE} .endif .if ${PORT_OPTIONS:MWMS} -WITH_CURL= yes -CONFIGURE_ARGS+= --with-wms --with-wmsclient +LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl +CONFIGURE_ARGS+= --with-curl=${LOCALBASE} --with-wms --with-wmsclient .endif .if ${PORT_OPTIONS:MWFS} -WITH_CURL= yes -WITH_GDAL= yes -CONFIGURE_ARGS+= --with-wfs --with-wfsclient +LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl \ + gdal:${PORTSDIR}/graphics/gdal +CONFIGURE_ARGS+= --with-wfs --with-wfsclient --with-curl=${LOCALBASE} \ + --with-gdal=${LOCALBASE}/bin/gdal-config \ + --with-ogr=${LOCALBASE}/bin/gdal-config .endif .if ${PORT_OPTIONS:MGDAL} From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 06:25:32 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5BD101065670; Thu, 13 Sep 2012 06:25:32 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4746A8FC25; Thu, 13 Sep 2012 06:25:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D6PWXI034533; Thu, 13 Sep 2012 06:25:32 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D6PWvq034530; Thu, 13 Sep 2012 06:25:32 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209130625.q8D6PWvq034530@svn.freebsd.org> From: Wen Heping Date: Thu, 13 Sep 2012 06:25:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304180 - head/www/moodle2 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 06:25:32 -0000 Author: wen Date: Thu Sep 13 06:25:31 2012 New Revision: 304180 URL: http://svn.freebsd.org/changeset/ports/304180 Log: - Update to 2.3.2 Modified: head/www/moodle2/Makefile head/www/moodle2/distinfo Modified: head/www/moodle2/Makefile ============================================================================== --- head/www/moodle2/Makefile Thu Sep 13 06:19:26 2012 (r304179) +++ head/www/moodle2/Makefile Thu Sep 13 06:25:31 2012 (r304180) @@ -6,7 +6,7 @@ # PORTNAME= moodle -PORTVERSION= 2.3.1 +PORTVERSION= 2.3.2 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable23/ EXTRACT_SUFX= .tgz Modified: head/www/moodle2/distinfo ============================================================================== --- head/www/moodle2/distinfo Thu Sep 13 06:19:26 2012 (r304179) +++ head/www/moodle2/distinfo Thu Sep 13 06:25:31 2012 (r304180) @@ -1,2 +1,2 @@ -SHA256 (moodle-2.3.1.tgz) = b09a6f15fdfde1a6acf3e94e69e6e175f80e0efa217d0cd88545c375b7c28770 -SIZE (moodle-2.3.1.tgz) = 28464309 +SHA256 (moodle-2.3.2.tgz) = 4b98c5ac3eb711ea2b3d1738e03b56a1a27f59109c718e4373f3b75cf9a268b7 +SIZE (moodle-2.3.2.tgz) = 28554950 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 06:27:23 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36FCB1065670; Thu, 13 Sep 2012 06:27:23 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 222DD8FC08; Thu, 13 Sep 2012 06:27:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D6RMlF034889; Thu, 13 Sep 2012 06:27:22 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D6RMHb034885; Thu, 13 Sep 2012 06:27:22 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209130627.q8D6RMHb034885@svn.freebsd.org> From: Wen Heping Date: Thu, 13 Sep 2012 06:27:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304181 - head/www/moodle22 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 06:27:23 -0000 Author: wen Date: Thu Sep 13 06:27:22 2012 New Revision: 304181 URL: http://svn.freebsd.org/changeset/ports/304181 Log: - Update to 2.2.5 Modified: head/www/moodle22/Makefile head/www/moodle22/distinfo Modified: head/www/moodle22/Makefile ============================================================================== --- head/www/moodle22/Makefile Thu Sep 13 06:25:31 2012 (r304180) +++ head/www/moodle22/Makefile Thu Sep 13 06:27:22 2012 (r304181) @@ -6,7 +6,7 @@ # PORTNAME= moodle -PORTVERSION= 2.2.4 +PORTVERSION= 2.2.5 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable22/ EXTRACT_SUFX= .tgz Modified: head/www/moodle22/distinfo ============================================================================== --- head/www/moodle22/distinfo Thu Sep 13 06:25:31 2012 (r304180) +++ head/www/moodle22/distinfo Thu Sep 13 06:27:22 2012 (r304181) @@ -1,2 +1,2 @@ -SHA256 (moodle-2.2.4.tgz) = f093fa32b20247c47d258f2f99af97a4f1ee64a86a3397265da5d5569215110f -SIZE (moodle-2.2.4.tgz) = 24974166 +SHA256 (moodle-2.2.5.tgz) = 9a8963c4c686751f1c51ca77fae504cefed6434f4257ba9caea6b7d20ec8479b +SIZE (moodle-2.2.5.tgz) = 25022919 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 07:12:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 91321106566B; Thu, 13 Sep 2012 07:12:31 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7C2098FC14; Thu, 13 Sep 2012 07:12:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D7CVt4041977; Thu, 13 Sep 2012 07:12:31 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D7CVYa041971; Thu, 13 Sep 2012 07:12:31 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209130712.q8D7CVYa041971@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Thu, 13 Sep 2012 07:12:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304182 - in head/databases: . py-mysql2pgsql X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 07:12:31 -0000 Author: rm Date: Thu Sep 13 07:12:30 2012 New Revision: 304182 URL: http://svn.freebsd.org/changeset/ports/304182 Log: Tool for migrating/converting from mysql to postgresql. WWW: http://packages.python.org/py-mysql2pgsql/ PR: 169643 Submitted by: Volodymyr Kostyrko Added: head/databases/py-mysql2pgsql/ head/databases/py-mysql2pgsql/Makefile (contents, props changed) head/databases/py-mysql2pgsql/distinfo (contents, props changed) head/databases/py-mysql2pgsql/pkg-descr (contents, props changed) head/databases/py-mysql2pgsql/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Thu Sep 13 06:27:22 2012 (r304181) +++ head/databases/Makefile Thu Sep 13 07:12:30 2012 (r304182) @@ -704,6 +704,7 @@ SUBDIR += py-memcached SUBDIR += py-migrate SUBDIR += py-mssql + SUBDIR += py-mysql2pgsql SUBDIR += py-odbc SUBDIR += py-oops SUBDIR += py-pg8000 Added: head/databases/py-mysql2pgsql/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-mysql2pgsql/Makefile Thu Sep 13 07:12:30 2012 (r304182) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= mysql2pgsql +PORTVERSION= 0.1.6 +CATEGORIES= databases python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DIST_SUBDIR= postgresql + +MAINTAINER= c.kworr@gmail.com +COMMENT= Tool for migrating/converting from mysql to postgresql + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>0:${PORTSDIR}/databases/py-MySQLdb \ + ${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2 \ + ${PYTHON_PKGNAMEPREFIX}termcolor>0:${PORTSDIR}/devel/py-termcolor \ + ${PYTHON_PKGNAMEPREFIX}yaml>0:${PORTSDIR}/devel/py-yaml + +USE_GITHUB= yes +GH_ACCOUNT= philipsoutham +GH_COMMIT= 250cb1c +GH_PROJECT= py-${PORTNAME} +GH_TAGNAME= v${PORTVERSION} + +USE_PYTHON= -2.7 +USE_PYDISTUTILS= easy_install +PYDISTUTILS_PKGNAME= py_${PORTNAME} + +.include Added: head/databases/py-mysql2pgsql/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-mysql2pgsql/distinfo Thu Sep 13 07:12:30 2012 (r304182) @@ -0,0 +1,2 @@ +SHA256 (postgresql/mysql2pgsql-0.1.6.tar.gz) = 74c4b453a2e425bb91f1344dc6187d263b2f7c6c35532ceff62799afa157f56b +SIZE (postgresql/mysql2pgsql-0.1.6.tar.gz) = 107283 Added: head/databases/py-mysql2pgsql/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-mysql2pgsql/pkg-descr Thu Sep 13 07:12:30 2012 (r304182) @@ -0,0 +1,3 @@ +Tool for migrating/converting from mysql to postgresql. + +WWW: http://packages.python.org/py-mysql2pgsql/ Added: head/databases/py-mysql2pgsql/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/py-mysql2pgsql/pkg-plist Thu Sep 13 07:12:30 2012 (r304182) @@ -0,0 +1,43 @@ +bin/py-mysql2pgsql +%%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/scripts/py-mysql2pgsql +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/config.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/config.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/config.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/converter.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/converter.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/converter.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/errors.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/errors.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/errors.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/mysql_reader.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/mysql_reader.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/mysql_reader.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/postgres_db_writer.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/postgres_db_writer.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/postgres_db_writer.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/postgres_file_writer.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/postgres_file_writer.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/postgres_file_writer.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/postgres_writer.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/postgres_writer.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib/postgres_writer.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/mysql2pgsql.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/mysql2pgsql.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/mysql2pgsql.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql/lib +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/mysql2pgsql +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 08:05:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC5C0106566B; Thu, 13 Sep 2012 08:05:31 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 972EB8FC0A; Thu, 13 Sep 2012 08:05:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D85VBn049484; Thu, 13 Sep 2012 08:05:31 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D85VwA049482; Thu, 13 Sep 2012 08:05:31 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209130805.q8D85VwA049482@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Thu, 13 Sep 2012 08:05:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304183 - head/x11-toolkits/open-motif X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 08:05:31 -0000 Author: rm Date: Thu Sep 13 08:05:31 2012 New Revision: 304183 URL: http://svn.freebsd.org/changeset/ports/304183 Log: - fix detection of X11/extensions/XPrint.h - bump PORTREVISION PR: 170626 Submitted by: Mikhail Tsatsenko (maintainer) Reported by: Marcin Cieslak Modified: head/x11-toolkits/open-motif/Makefile Modified: head/x11-toolkits/open-motif/Makefile ============================================================================== --- head/x11-toolkits/open-motif/Makefile Thu Sep 13 07:12:30 2012 (r304182) +++ head/x11-toolkits/open-motif/Makefile Thu Sep 13 08:05:31 2012 (r304183) @@ -8,7 +8,7 @@ PORTNAME= open-motif PORTVERSION= 2.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.ics.com/openmotif/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/${PORTVERSION}/ DISTNAME= openmotif-${PORTVERSION} @@ -30,7 +30,7 @@ USE_XORG= xaw xbitmaps xft GNU_CONFIGURE= yes USE_LDCONFIG= yes MAKE_ENV= LANG=C -CPPFLAGS+= -DCSRG_BASED -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI +CPPFLAGS+= -DCSRG_BASED -DXUSE_MTSAFE_API -DXNO_MTSAFE_PWDAPI -I${PREFIX}/include USE_CSTD= gnu89 DEMOS_SRC= ${WRKSRC}/demos/programs From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 08:17:47 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 251F8106566B; Thu, 13 Sep 2012 08:17:47 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 056698FC15; Thu, 13 Sep 2012 08:17:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D8HkhX051224; Thu, 13 Sep 2012 08:17:46 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D8HkBi051219; Thu, 13 Sep 2012 08:17:46 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201209130817.q8D8HkBi051219@svn.freebsd.org> From: Brendan Fabeny Date: Thu, 13 Sep 2012 08:17:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304184 - head/math/maxima X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 08:17:47 -0000 Author: bf Date: Thu Sep 13 08:17:46 2012 New Revision: 304184 URL: http://svn.freebsd.org/changeset/ports/304184 Log: update to 5.28.0 Modified: head/math/maxima/Makefile head/math/maxima/distinfo (contents, props changed) head/math/maxima/pkg-message (contents, props changed) head/math/maxima/pkg-plist (contents, props changed) Modified: head/math/maxima/Makefile ============================================================================== --- head/math/maxima/Makefile Thu Sep 13 08:05:31 2012 (r304183) +++ head/math/maxima/Makefile Thu Sep 13 08:17:46 2012 (r304184) @@ -6,8 +6,7 @@ # PORTNAME= maxima -PORTVERSION= 5.27.0 -PORTREVISION= 3 +PORTVERSION= 5.28.0 CATEGORIES= math lisp tk MASTER_SITES= SF/maxima/Maxima-source/${PORTVERSION}-source @@ -40,7 +39,7 @@ PLIST_SUB+= LISPBIN=${LISPBINARY} PLIST_SUB+= MAXIMABIN=${MAXIMABINARY} PLIST_SUB+= PORTVERSION=${PORTVERSION} -OPTIONS_SINGLE= LISP +OPTIONS_SINGLE= LISP OPTIONS_SINGLE_LISP= CLISP CMUCL GCL SBCL OPTIONS_DEFAULT= SBCL @@ -115,6 +114,8 @@ post-patch: .if defined(MAXIMA_LISP_OPTIONS) && !empty(MAXIMA_LISP_OPTIONS) @${REINPLACE_CMD} -e 's;"@SBCL_NAME@";@SBCL_NAME@;g' \ ${WRKSRC}/src/maxima.in + @${REINPLACE_CMD} -e 's;"$$(SBCL_NAME)";$$(SBCL_NAME);g' \ + ${WRKSRC}/src/Makefile.in .endif pre-build: Modified: head/math/maxima/distinfo ============================================================================== --- head/math/maxima/distinfo Thu Sep 13 08:05:31 2012 (r304183) +++ head/math/maxima/distinfo Thu Sep 13 08:17:46 2012 (r304184) @@ -1,2 +1,2 @@ -SHA256 (maxima-5.27.0.tar.gz) = 9006803714f1385221c4395697fad53f125a13d29b50b188d045d08e25f8dca7 -SIZE (maxima-5.27.0.tar.gz) = 27101764 +SHA256 (maxima-5.28.0.tar.gz) = d73e925f0116ba361bf4390c80e24d4fa763f647cc1fc4cc06bbf40ceb3facda +SIZE (maxima-5.28.0.tar.gz) = 27312348 Modified: head/math/maxima/pkg-message ============================================================================== --- head/math/maxima/pkg-message Thu Sep 13 08:05:31 2012 (r304183) +++ head/math/maxima/pkg-message Thu Sep 13 08:17:46 2012 (r304184) @@ -1,5 +1,5 @@ -When built with sbcl, maxima imposes a default memory limit of 512MiB on i386, -and 1GiB on amd64. The limit can be changed by defining DYNAMIC_SPACE_SIZE +When built with sbcl, maxima imposes a default memory limit of 512 MiB on i386, +and 1 GiB on amd64. The limit can be changed by defining DYNAMIC_SPACE_SIZE in the build environment. The limit can be overridden later, at run-time, via the -X or --lisp-options options, or by defining the environment variable MAXIMA_LISP_OPTIONS. Modified: head/math/maxima/pkg-plist ============================================================================== --- head/math/maxima/pkg-plist Thu Sep 13 08:05:31 2012 (r304183) +++ head/math/maxima/pkg-plist Thu Sep 13 08:17:46 2012 (r304184) @@ -424,6 +424,7 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot %%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/zeilberger.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/zeilberger_algorithm.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/Zeilberger/zeilberger_linear_algebra.mac +%%DATADIR%%/%%PORTVERSION%%/share/contrib/aes.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/altsimp/altsimp.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/augmented_lagrangian.mac %%DATADIR%%/%%PORTVERSION%%/share/contrib/bitwise/bitwise.lisp @@ -522,11 +523,11 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot %%DATADIR%%/%%PORTVERSION%%/share/contrib/fresnel/readme.txt %%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/convmac.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/fdata.lisp +%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/gentran.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/global.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/gtfix.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/init.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/intrfc.lisp -%%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/local.gtload.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/lspc.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/lspfor.lisp %%DATADIR%%/%%PORTVERSION%%/share/contrib/gentran/lsprat.lisp @@ -1486,7 +1487,6 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot %%DATADIR%%/%%PORTVERSION%%/src/intpol.lisp %%DATADIR%%/%%PORTVERSION%%/src/invert.lisp %%DATADIR%%/%%PORTVERSION%%/src/irinte.lisp -%%DATADIR%%/%%PORTVERSION%%/src/kclmac.lisp %%DATADIR%%/%%PORTVERSION%%/src/laplac.lisp %%DATADIR%%/%%PORTVERSION%%/src/ldisp.lisp %%DATADIR%%/%%PORTVERSION%%/src/lesfac.lisp @@ -1683,7 +1683,6 @@ libexec/maxima/%%PORTVERSION%%/mgnuplot %%DATADIR%%/%%PORTVERSION%%/src/rat3e.lisp %%DATADIR%%/%%PORTVERSION%%/src/ratmac.lisp %%DATADIR%%/%%PORTVERSION%%/src/ratout.lisp -%%DATADIR%%/%%PORTVERSION%%/src/ratpoi.lisp %%DATADIR%%/%%PORTVERSION%%/src/residu.lisp %%DATADIR%%/%%PORTVERSION%%/src/result.lisp %%DATADIR%%/%%PORTVERSION%%/src/risch.lisp From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 08:45:24 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E146106566C; Thu, 13 Sep 2012 08:45:24 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 299018FC17; Thu, 13 Sep 2012 08:45:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D8jOhP055749; Thu, 13 Sep 2012 08:45:24 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D8jNbb055746; Thu, 13 Sep 2012 08:45:23 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209130845.q8D8jNbb055746@svn.freebsd.org> From: Wen Heping Date: Thu, 13 Sep 2012 08:45:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304185 - head/www/moodle X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 08:45:24 -0000 Author: wen Date: Thu Sep 13 08:45:23 2012 New Revision: 304185 URL: http://svn.freebsd.org/changeset/ports/304185 Log: - Update to 1.9.19 PR: 171589 Submitted by: wen@ (myself) Approved by: maintainer Modified: head/www/moodle/Makefile head/www/moodle/distinfo Modified: head/www/moodle/Makefile ============================================================================== --- head/www/moodle/Makefile Thu Sep 13 08:17:46 2012 (r304184) +++ head/www/moodle/Makefile Thu Sep 13 08:45:23 2012 (r304185) @@ -6,7 +6,7 @@ # PORTNAME= moodle -PORTVERSION= 1.9.16 +PORTVERSION= 1.9.19 CATEGORIES= www MASTER_SITES= SF/moodle/Moodle/stable19/ EXTRACT_SUFX= .tgz Modified: head/www/moodle/distinfo ============================================================================== --- head/www/moodle/distinfo Thu Sep 13 08:17:46 2012 (r304184) +++ head/www/moodle/distinfo Thu Sep 13 08:45:23 2012 (r304185) @@ -1,2 +1,2 @@ -SHA256 (moodle-1.9.16.tgz) = dbfc75a2fbac1b68520110989347174bd90982caa216a384190f627518bff8ac -SIZE (moodle-1.9.16.tgz) = 14052946 +SHA256 (moodle-1.9.19.tgz) = 969a7de07b1b116e3528e1c5d0bdaeeb7f00ae81d10b6451167d1eea85818d98 +SIZE (moodle-1.9.19.tgz) = 14071136 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 08:52:22 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B28F106564A; Thu, 13 Sep 2012 08:52:22 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 859528FC0C; Thu, 13 Sep 2012 08:52:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D8qMrm057097; Thu, 13 Sep 2012 08:52:22 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D8qMZC057091; Thu, 13 Sep 2012 08:52:22 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209130852.q8D8qMZC057091@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Thu, 13 Sep 2012 08:52:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304186 - in head: . sysutils/bacula-docs sysutils/bacula-server X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 08:52:22 -0000 Author: rm Date: Thu Sep 13 08:52:21 2012 New Revision: 304186 URL: http://svn.freebsd.org/changeset/ports/304186 Log: - update sysutils/bacula-server and sysutils/bacula-client to 5.2.11 - add UPDATING entry with update instructions PR: 171540 Submitted by: Dan Langille (maintainer) Modified: head/UPDATING head/sysutils/bacula-docs/Makefile head/sysutils/bacula-docs/distinfo head/sysutils/bacula-server/Makefile head/sysutils/bacula-server/distinfo Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Sep 13 08:45:23 2012 (r304185) +++ head/UPDATING Thu Sep 13 08:52:21 2012 (r304186) @@ -5,6 +5,14 @@ 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. +20120913: + AFFECTS: users of sysutils/bacula-server, sysutils/bacula-client + AUTHOR: rm@FreeBSD.org + + If you have both sysutils/bacula-server and sysutils/bacula-client + installed, you need to pkg_delete sysutils/bacula-server and + sysutils/bacula-fd prior to this update. + 20120910: AFFECTS: users of www/libxul AUTHOR: gecko@FreeBSD.org Modified: head/sysutils/bacula-docs/Makefile ============================================================================== --- head/sysutils/bacula-docs/Makefile Thu Sep 13 08:45:23 2012 (r304185) +++ head/sysutils/bacula-docs/Makefile Thu Sep 13 08:52:21 2012 (r304186) @@ -6,7 +6,7 @@ # PORTNAME= bacula -PORTVERSION= 5.2.10 +PORTVERSION= 5.2.11 CATEGORIES= sysutils MASTER_SITES= SF PKGNAMESUFFIX= -docs Modified: head/sysutils/bacula-docs/distinfo ============================================================================== --- head/sysutils/bacula-docs/distinfo Thu Sep 13 08:45:23 2012 (r304185) +++ head/sysutils/bacula-docs/distinfo Thu Sep 13 08:52:21 2012 (r304186) @@ -1,4 +1,4 @@ -SHA256 (bacula-docs-5.2.10.tar.bz2) = aa5314c7892ff9c65a1e5d2ee26beb0ad6ccfa49d0276450d3737fab1423cd63 -SIZE (bacula-docs-5.2.10.tar.bz2) = 41952293 -SHA256 (bacula-5.2.10.tar.gz) = 51f311e6c51d6c9575ca458cd63198c6984eeaaff4ce6f334ff82bc999b8b360 -SIZE (bacula-5.2.10.tar.gz) = 4110586 +SHA256 (bacula-docs-5.2.11.tar.bz2) = a9f4ace10e7239f89513a35cc3ebbbd132b1b79a3d5d0ca911a2248094dd2043 +SIZE (bacula-docs-5.2.11.tar.bz2) = 41969345 +SHA256 (bacula-5.2.11.tar.gz) = 1493554ef3d6460e75797d23f8294e96a92bf90ea34c135cbf2ab85b0b8b2001 +SIZE (bacula-5.2.11.tar.gz) = 4147470 Modified: head/sysutils/bacula-server/Makefile ============================================================================== --- head/sysutils/bacula-server/Makefile Thu Sep 13 08:45:23 2012 (r304185) +++ head/sysutils/bacula-server/Makefile Thu Sep 13 08:52:21 2012 (r304186) @@ -6,7 +6,7 @@ # PORTNAME= bacula -DISTVERSION= 5.2.10 +DISTVERSION= 5.2.11 CATEGORIES?= sysutils MASTER_SITES= SF/bacula/bacula/${PORTVERSION} Modified: head/sysutils/bacula-server/distinfo ============================================================================== --- head/sysutils/bacula-server/distinfo Thu Sep 13 08:45:23 2012 (r304185) +++ head/sysutils/bacula-server/distinfo Thu Sep 13 08:52:21 2012 (r304186) @@ -1,2 +1,2 @@ -SHA256 (bacula-5.2.10.tar.gz) = 51f311e6c51d6c9575ca458cd63198c6984eeaaff4ce6f334ff82bc999b8b360 -SIZE (bacula-5.2.10.tar.gz) = 4110586 +SHA256 (bacula-5.2.11.tar.gz) = 1493554ef3d6460e75797d23f8294e96a92bf90ea34c135cbf2ab85b0b8b2001 +SIZE (bacula-5.2.11.tar.gz) = 4147470 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 09:22:26 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 79954106566B; Thu, 13 Sep 2012 09:22:26 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 645038FC12; Thu, 13 Sep 2012 09:22:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D9MQE6063660; Thu, 13 Sep 2012 09:22:26 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D9MQUo063658; Thu, 13 Sep 2012 09:22:26 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201209130922.q8D9MQUo063658@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 13 Sep 2012 09:22:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304187 - head/math/guppi X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 09:22:26 -0000 Author: gahr Date: Thu Sep 13 09:22:25 2012 New Revision: 304187 URL: http://svn.freebsd.org/changeset/ports/304187 Log: - Deprecate math/guppi. It's not developed anymore. Expiry in one month Modified: head/math/guppi/Makefile (contents, props changed) Modified: head/math/guppi/Makefile ============================================================================== --- head/math/guppi/Makefile Thu Sep 13 08:52:21 2012 (r304186) +++ head/math/guppi/Makefile Thu Sep 13 09:22:25 2012 (r304187) @@ -16,6 +16,9 @@ DISTNAME= Guppi-${PORTVERSION} MAINTAINER= gahr@FreeBSD.org COMMENT= A plotting program for GNOME +DEPRECATED= Not developed anymore +EXPIRATION_DATE=2012-10-13 + LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile USE_BZIP2= yes From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 09:39:54 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EA70106564A; Thu, 13 Sep 2012 09:39:54 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 695D48FC17; Thu, 13 Sep 2012 09:39:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D9dsOd066117; Thu, 13 Sep 2012 09:39:54 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D9dshu066114; Thu, 13 Sep 2012 09:39:54 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201209130939.q8D9dshu066114@svn.freebsd.org> From: Florian Smeets Date: Thu, 13 Sep 2012 09:39:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304188 - in head/net: asterisk asterisk10 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 09:39:54 -0000 Author: flo Date: Thu Sep 13 09:39:53 2012 New Revision: 304188 URL: http://svn.freebsd.org/changeset/ports/304188 Log: - fix typo --with-mysql does not exist, use --with-mysqlclient - use OPTIONS_DEFINE_$ARCH for DAHDI option, which fixes the option - bump PORTREVISION so the packages have DAHDI support again PR: ports/171590 Submitted by: Dmitry Modified: head/net/asterisk/Makefile head/net/asterisk10/Makefile Modified: head/net/asterisk/Makefile ============================================================================== --- head/net/asterisk/Makefile Thu Sep 13 09:22:25 2012 (r304187) +++ head/net/asterisk/Makefile Thu Sep 13 09:39:53 2012 (r304188) @@ -7,6 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.8.15.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -55,11 +56,19 @@ OPTIONS_DEFAULT= VORBIS ODBC UNIXODBC PG OPTIONS_SINGLE= ODBC OPTIONS_SINGLE_ODBC= IODBC UNIXODBC +OPTIONS_DEFINE_i386= DAHDI +OPTIONS_DEFINE_amd64= DAHDI +OPTIONS_DEFINE_sparc64= DAHDI + +OPTIONS_DEFAULT_i386= DAHDI +OPTIONS_DEFAULT_amd64= DAHDI +OPTIONS_DEFAULT_sparc64=DAHDI EXCHANGE_DESC?= Exchange calendar support NEWG711_DESC?= New G711 Codec SRTP_DESC?= SecureRTP support OOH323_DESC?= ooh323 support +DAHDI_DESC?= DAHDI support PORTSCOUT= limit:^1\.8\. @@ -77,12 +86,6 @@ VARDIR=/var VARDIR=${PREFIX}/var .endif -.if ${ARCH} == "i386" || ${ARCH} == "amd64" || ${ARCH} == "sparc64" -OPTIONS_DEFINE+= DAHDI -OPTIONS_DEFAULT+= DAHDI -DAHDI_DESC?= DAHDI support -.endif - SUB_LIST+= ASTERISK_USER=${ASTERISK_USER} PLIST_SUB+= ASTERISK_USER=${ASTERISK_USER} PLIST_SUB+= ASTERISK_GROUP=${ASTERISK_GROUP} @@ -155,10 +158,10 @@ CONFIGURE_ARGS+= --without-postgres .if ${PORT_OPTIONS:MMYSQL} PLIST_SUB+= WITH_MYSQL="" USE_MYSQL= yes -CONFIGURE_ARGS+= --with-mysql +CONFIGURE_ARGS+= --with-mysqlclient .else PLIST_SUB+= WITH_MYSQL="@comment " -CONFIGURE_ARGS+= --without-mysql +CONFIGURE_ARGS+= --without-mysqlclient .endif .if ${PORT_OPTIONS:MVORBIS} Modified: head/net/asterisk10/Makefile ============================================================================== --- head/net/asterisk10/Makefile Thu Sep 13 09:22:25 2012 (r304187) +++ head/net/asterisk10/Makefile Thu Sep 13 09:39:53 2012 (r304188) @@ -7,6 +7,7 @@ PORTNAME= asterisk PORTVERSION= 10.7.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ @@ -52,10 +53,19 @@ OPTIONS_DEFAULT= VORBIS ODBC UNIXODBC PG OPTIONS_SINGLE= ODBC OPTIONS_SINGLE_ODBC= IODBC UNIXODBC +OPTIONS_DEFINE_i386= DAHDI +OPTIONS_DEFINE_amd64= DAHDI +OPTIONS_DEFINE_sparc64= DAHDI + +OPTIONS_DEFAULT_i386= DAHDI +OPTIONS_DEFAULT_amd64= DAHDI +OPTIONS_DEFAULT_sparc64= DAHDI + EXCHANGE_DESC?= Exchange calendar support NEWG711_DESC?= New G711 Codec SRTP_DESC?= SecureRTP support OOH323_DESC?= ooh323 support +DAHDI_DESC?= DAHDI support ASTERISK_USER?= asterisk ASTERISK_GROUP?= asterisk @@ -71,12 +81,6 @@ VARDIR=/var VARDIR=${PREFIX}/var .endif -.if ${ARCH} == "i386" || ${ARCH} == "amd64" || ${ARCH} == "sparc64" -OPTIONS_DEFINE+= DAHDI -OPTIONS_DEFAULT+= DAHDI -DAHDI_DESC?= DAHDI support -.endif - SUB_LIST+= ASTERISK_USER=${ASTERISK_USER} PLIST_SUB+= ASTERISK_USER=${ASTERISK_USER} PLIST_SUB+= ASTERISK_GROUP=${ASTERISK_GROUP} @@ -149,10 +153,10 @@ CONFIGURE_ARGS+= --without-postgres .if ${PORT_OPTIONS:MMYSQL} PLIST_SUB+= WITH_MYSQL="" USE_MYSQL= yes -CONFIGURE_ARGS+= --with-mysql +CONFIGURE_ARGS+= --with-mysqlclient .else PLIST_SUB+= WITH_MYSQL="@comment " -CONFIGURE_ARGS+= --without-mysql +CONFIGURE_ARGS+= --without-mysqlclient .endif .if ${PORT_OPTIONS:MVORBIS} From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 09:54:06 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 27D3F106564A; Thu, 13 Sep 2012 09:54:06 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 130418FC0A; Thu, 13 Sep 2012 09:54:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D9s5Qp068166; Thu, 13 Sep 2012 09:54:05 GMT (envelope-from edwin@svn.freebsd.org) Received: (from edwin@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D9s5gL068163; Thu, 13 Sep 2012 09:54:05 GMT (envelope-from edwin@svn.freebsd.org) Message-Id: <201209130954.q8D9s5gL068163@svn.freebsd.org> From: Edwin Groothuis Date: Thu, 13 Sep 2012 09:54:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304189 - head/misc/zoneinfo X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 09:54:06 -0000 Author: edwin Date: Thu Sep 13 09:54:05 2012 New Revision: 304189 URL: http://svn.freebsd.org/changeset/ports/304189 Log: Update to tzdata2012f: - Fiji will go into DST on 21 October 2012 till 20 January 2013. Modified: head/misc/zoneinfo/Makefile head/misc/zoneinfo/distinfo Modified: head/misc/zoneinfo/Makefile ============================================================================== --- head/misc/zoneinfo/Makefile Thu Sep 13 09:39:53 2012 (r304188) +++ head/misc/zoneinfo/Makefile Thu Sep 13 09:54:05 2012 (r304189) @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= zoneinfo -DISTVERSION= 2012e +DISTVERSION= 2012f CATEGORIES= misc MASTER_SITES= ftp://ftp.iana.org/tz/releases/ \ ftp://munnari.oz.au/pub/ Modified: head/misc/zoneinfo/distinfo ============================================================================== --- head/misc/zoneinfo/distinfo Thu Sep 13 09:39:53 2012 (r304188) +++ head/misc/zoneinfo/distinfo Thu Sep 13 09:54:05 2012 (r304189) @@ -1,2 +1,2 @@ -SHA256 (tzdata2012e.tar.gz) = 061c1c289e792f3661135d5ec542e4f9417d3cd7f232f3d54c1949573aadd0fc -SIZE (tzdata2012e.tar.gz) = 206251 +SHA256 (tzdata2012f.tar.gz) = afe95a49a445ee55391d2d4beccd4be6d61a090d5d8069c407390ff1502c26cc +SIZE (tzdata2012f.tar.gz) = 206404 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 09:55:17 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D349106564A; Thu, 13 Sep 2012 09:55:17 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 18F8C8FC0C; Thu, 13 Sep 2012 09:55:17 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8D9tGo8068412; Thu, 13 Sep 2012 09:55:16 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8D9tGpI068410; Thu, 13 Sep 2012 09:55:16 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201209130955.q8D9tGpI068410@svn.freebsd.org> From: Baptiste Daroussin Date: Thu, 13 Sep 2012 09:55:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304190 - head/x11-toolkits/gal X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 09:55:17 -0000 Author: bapt Date: Thu Sep 13 09:55:16 2012 New Revision: 304190 URL: http://svn.freebsd.org/changeset/ports/304190 Log: Deprecate this old gnome1 library, development as ceased and last user in the ports tree (guppi) is now deprecated), set the same expiration date as guppi Approved by: gnome (kvm) Modified: head/x11-toolkits/gal/Makefile Modified: head/x11-toolkits/gal/Makefile ============================================================================== --- head/x11-toolkits/gal/Makefile Thu Sep 13 09:54:05 2012 (r304189) +++ head/x11-toolkits/gal/Makefile Thu Sep 13 09:55:16 2012 (r304190) @@ -15,6 +15,9 @@ DIST_SUBDIR= gnome MAINTAINER?= gnome@FreeBSD.org COMMENT= A collection of widgets taken from GNOME gnumeric and evolution +DEPRECATED= Developement ceased, and nothing in the ports tree uses it anymore +EXPIRATION_DATE= 2012-10-13 + LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode USE_BZIP2= yes From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 10:15:13 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 974E8106564A; Thu, 13 Sep 2012 10:15:13 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8331D8FC15; Thu, 13 Sep 2012 10:15:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DAFDWB071893; Thu, 13 Sep 2012 10:15:13 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DAFDDT071890; Thu, 13 Sep 2012 10:15:13 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201209131015.q8DAFDDT071890@svn.freebsd.org> From: Emanuel Haupt Date: Thu, 13 Sep 2012 10:15:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304191 - head/math/mathomatic X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 10:15:13 -0000 Author: ehaupt Date: Thu Sep 13 10:15:12 2012 New Revision: 304191 URL: http://svn.freebsd.org/changeset/ports/304191 Log: Update to 16.0.4 Modified: head/math/mathomatic/Makefile head/math/mathomatic/distinfo Modified: head/math/mathomatic/Makefile ============================================================================== --- head/math/mathomatic/Makefile Thu Sep 13 09:55:16 2012 (r304190) +++ head/math/mathomatic/Makefile Thu Sep 13 10:15:12 2012 (r304191) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mathomatic -PORTVERSION= 16.0.3 +PORTVERSION= 16.0.4 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ \ CRITICAL Modified: head/math/mathomatic/distinfo ============================================================================== --- head/math/mathomatic/distinfo Thu Sep 13 09:55:16 2012 (r304190) +++ head/math/mathomatic/distinfo Thu Sep 13 10:15:12 2012 (r304191) @@ -1,2 +1,2 @@ -SHA256 (mathomatic-16.0.3.tar.bz2) = c2762f09227adb91d54108ce9a9e5e95bbc0db409b7598bcde7a4f749e243451 -SIZE (mathomatic-16.0.3.tar.bz2) = 287410 +SHA256 (mathomatic-16.0.4.tar.bz2) = fc63312f83226b881bb7939ffaec7bb904cc50bc7e4248dd13a28c580e405754 +SIZE (mathomatic-16.0.4.tar.bz2) = 288056 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 10:21:51 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6329B1065672; Thu, 13 Sep 2012 10:21:51 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4DE548FC08; Thu, 13 Sep 2012 10:21:51 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DALppH073174; Thu, 13 Sep 2012 10:21:51 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DALpOG073171; Thu, 13 Sep 2012 10:21:51 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201209131021.q8DALpOG073171@svn.freebsd.org> From: Emanuel Haupt Date: Thu, 13 Sep 2012 10:21:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304192 - head/textproc/p5-Text-vCard X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 10:21:51 -0000 Author: ehaupt Date: Thu Sep 13 10:21:50 2012 New Revision: 304192 URL: http://svn.freebsd.org/changeset/ports/304192 Log: - Update to 2.12 - Remove deprecated header information Modified: head/textproc/p5-Text-vCard/Makefile head/textproc/p5-Text-vCard/distinfo Modified: head/textproc/p5-Text-vCard/Makefile ============================================================================== --- head/textproc/p5-Text-vCard/Makefile Thu Sep 13 10:15:12 2012 (r304191) +++ head/textproc/p5-Text-vCard/Makefile Thu Sep 13 10:21:50 2012 (r304192) @@ -1,12 +1,7 @@ -# New ports collection makefile for: p5-Text-vCard -# Date created: 22 Feb 2006 -# Whom: Emanuel Haupt -# # $FreeBSD$ -# PORTNAME= Text-vCard -PORTVERSION= 2.11 +PORTVERSION= 2.12 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-Text-vCard/distinfo ============================================================================== --- head/textproc/p5-Text-vCard/distinfo Thu Sep 13 10:15:12 2012 (r304191) +++ head/textproc/p5-Text-vCard/distinfo Thu Sep 13 10:21:50 2012 (r304192) @@ -1,2 +1,2 @@ -SHA256 (Text-vCard-2.11.tar.gz) = 18f95bcc69e4214d54204feab928d06563f618a684e357ff2951376264451a6a -SIZE (Text-vCard-2.11.tar.gz) = 18970 +SHA256 (Text-vCard-2.12.tar.gz) = c9c95ec1af1d2cc94750df79209ce7a6f8eff7e7dd0deb5897e9205150285ffa +SIZE (Text-vCard-2.12.tar.gz) = 30850 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 10:31:40 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 01F6D106566B; Thu, 13 Sep 2012 10:31:40 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E1A9E8FC08; Thu, 13 Sep 2012 10:31:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DAVdsC074999; Thu, 13 Sep 2012 10:31:39 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DAVdA0074995; Thu, 13 Sep 2012 10:31:39 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201209131031.q8DAVdA0074995@svn.freebsd.org> From: Emanuel Haupt Date: Thu, 13 Sep 2012 10:31:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304193 - head/net/minissdpd X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 10:31:40 -0000 Author: ehaupt Date: Thu Sep 13 10:31:39 2012 New Revision: 304193 URL: http://svn.freebsd.org/changeset/ports/304193 Log: - Update to 1.2 - Remove deprecated header information Modified: head/net/minissdpd/Makefile head/net/minissdpd/distinfo Modified: head/net/minissdpd/Makefile ============================================================================== --- head/net/minissdpd/Makefile Thu Sep 13 10:21:50 2012 (r304192) +++ head/net/minissdpd/Makefile Thu Sep 13 10:31:39 2012 (r304193) @@ -1,12 +1,7 @@ -# New ports collection makefile for: minissdpd -# Date created: 20 Dec 2009 -# Whom: Emanuel Haupt -# # $FreeBSD$ -# PORTNAME= minissdpd -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= net MASTER_SITES= http://miniupnp.free.fr/files/ \ CRITICAL @@ -14,6 +9,7 @@ MASTER_SITES= http://miniupnp.free.fr/fi MAINTAINER= ehaupt@FreeBSD.org COMMENT= UPnP IGD discovery speed enhancer +USE_GMAKE= yes USE_RC_SUBR= minissdpd MAKE_JOBS_SAFE= yes Modified: head/net/minissdpd/distinfo ============================================================================== --- head/net/minissdpd/distinfo Thu Sep 13 10:21:50 2012 (r304192) +++ head/net/minissdpd/distinfo Thu Sep 13 10:31:39 2012 (r304193) @@ -1,2 +1,2 @@ -SHA256 (minissdpd-1.1.tar.gz) = 6c528833d79a59c4b38ee5b99d507a7e63b62c73f37bb4caa77f22ff90013986 -SIZE (minissdpd-1.1.tar.gz) = 17481 +SHA256 (minissdpd-1.2.tar.gz) = de11acb04a7cc9294ff686a1774ad35b54fe2932b102b24e5467653bb93a7ade +SIZE (minissdpd-1.2.tar.gz) = 19874 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 10:34:26 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 32F76106566C; Thu, 13 Sep 2012 10:34:26 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1DE138FC0A; Thu, 13 Sep 2012 10:34:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DAYP16075506; Thu, 13 Sep 2012 10:34:25 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DAYPk6075505; Thu, 13 Sep 2012 10:34:25 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201209131034.q8DAYPk6075505@svn.freebsd.org> From: Niclas Zeising Date: Thu, 13 Sep 2012 10:34:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304194 - head/games/xeyesplus/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 10:34:26 -0000 Author: zeising Date: Thu Sep 13 10:34:25 2012 New Revision: 304194 URL: http://svn.freebsd.org/changeset/ports/304194 Log: Fix build with clang. Approved by: kwm (mentor) Added: head/games/xeyesplus/files/ head/games/xeyesplus/files/patch-xeyes+.c (contents, props changed) Added: head/games/xeyesplus/files/patch-xeyes+.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/xeyesplus/files/patch-xeyes+.c Thu Sep 13 10:34:25 2012 (r304194) @@ -0,0 +1,11 @@ +--- xeyes+.c.orig 2012-09-11 09:39:46.000000000 +0200 ++++ xeyes+.c 2012-09-11 09:40:06.000000000 +0200 +@@ -111,7 +111,7 @@ + } + + +-void main(argc, argv) ++int main(argc, argv) + int argc; + char **argv; + { From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 10:35:12 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 52AC7106564A; Thu, 13 Sep 2012 10:35:12 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3E3D78FC16; Thu, 13 Sep 2012 10:35:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DAZCZh075675; Thu, 13 Sep 2012 10:35:12 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DAZCVo075674; Thu, 13 Sep 2012 10:35:12 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201209131035.q8DAZCVo075674@svn.freebsd.org> From: Niclas Zeising Date: Thu, 13 Sep 2012 10:35:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304195 - head/misc/gwhich/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 10:35:12 -0000 Author: zeising Date: Thu Sep 13 10:35:11 2012 New Revision: 304195 URL: http://svn.freebsd.org/changeset/ports/304195 Log: Fix build with clang. Approved by: kwm (mentor) Added: head/misc/gwhich/files/ head/misc/gwhich/files/patch-depcomp (contents, props changed) Added: head/misc/gwhich/files/patch-depcomp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/gwhich/files/patch-depcomp Thu Sep 13 10:35:11 2012 (r304195) @@ -0,0 +1,11 @@ +--- depcomp.orig 2012-09-11 08:57:17.000000000 +0200 ++++ depcomp 2012-09-11 08:57:24.000000000 +0200 +@@ -98,7 +98,7 @@ + done + + # Generate dependency file. +- "$@" -MT "$object" -M -MF "$tmpdepfile" ++ "$@" -MT "$object" -MD -MF "$tmpdepfile" + stat=$? + if test $stat -eq 0; then : + else From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 10:57:37 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8AD41065680; Thu, 13 Sep 2012 10:57:37 +0000 (UTC) (envelope-from knu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 78E3B8FC14; Thu, 13 Sep 2012 10:57:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DAvb6t082509; Thu, 13 Sep 2012 10:57:37 GMT (envelope-from knu@svn.freebsd.org) Received: (from knu@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DAvbqo082506; Thu, 13 Sep 2012 10:57:37 GMT (envelope-from knu@svn.freebsd.org) Message-Id: <201209131057.q8DAvbqo082506@svn.freebsd.org> From: Akinori MUSHA Date: Thu, 13 Sep 2012 10:57:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304196 - head/devel/rubygem-gettext X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 10:57:37 -0000 Author: knu Date: Thu Sep 13 10:57:36 2012 New Revision: 304196 URL: http://svn.freebsd.org/changeset/ports/304196 Log: Update to 2.3.1. Modified: head/devel/rubygem-gettext/Makefile head/devel/rubygem-gettext/distinfo Modified: head/devel/rubygem-gettext/Makefile ============================================================================== --- head/devel/rubygem-gettext/Makefile Thu Sep 13 10:35:11 2012 (r304195) +++ head/devel/rubygem-gettext/Makefile Thu Sep 13 10:57:36 2012 (r304196) @@ -6,7 +6,7 @@ # PORTNAME= gettext -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: head/devel/rubygem-gettext/distinfo ============================================================================== --- head/devel/rubygem-gettext/distinfo Thu Sep 13 10:35:11 2012 (r304195) +++ head/devel/rubygem-gettext/distinfo Thu Sep 13 10:57:36 2012 (r304196) @@ -1,2 +1,2 @@ -SHA256 (rubygem/gettext-2.3.0.gem) = d846e0020956226884cbbf8deb22098077a30b153af8bb8ac129a1b540e704a0 -SIZE (rubygem/gettext-2.3.0.gem) = 177664 +SHA256 (rubygem/gettext-2.3.1.gem) = bfce7e820e34aa3acd6814fa40d7d4d2d53260db0c0a2cdba9b99fce4e86d996 +SIZE (rubygem/gettext-2.3.1.gem) = 174080 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 11:10:30 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34CDC106564A; Thu, 13 Sep 2012 11:10:30 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1FEA88FC19; Thu, 13 Sep 2012 11:10:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DBATfR084569; Thu, 13 Sep 2012 11:10:29 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DBATlm084566; Thu, 13 Sep 2012 11:10:29 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201209131110.q8DBATlm084566@svn.freebsd.org> From: Frederic Culot Date: Thu, 13 Sep 2012 11:10:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304197 - head/www/node X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 11:10:30 -0000 Author: culot Date: Thu Sep 13 11:10:29 2012 New Revision: 304197 URL: http://svn.freebsd.org/changeset/ports/304197 Log: - Update to 0.8.9 PR: ports/171562 Submitted by: Jin-Sih Lin (maintainer) Modified: head/www/node/Makefile head/www/node/distinfo Modified: head/www/node/Makefile ============================================================================== --- head/www/node/Makefile Thu Sep 13 10:57:36 2012 (r304196) +++ head/www/node/Makefile Thu Sep 13 11:10:29 2012 (r304197) @@ -6,7 +6,7 @@ # PORTNAME= node -PORTVERSION= 0.8.8 +PORTVERSION= 0.8.9 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} Modified: head/www/node/distinfo ============================================================================== --- head/www/node/distinfo Thu Sep 13 10:57:36 2012 (r304196) +++ head/www/node/distinfo Thu Sep 13 11:10:29 2012 (r304197) @@ -1,2 +1,2 @@ -SHA256 (node-v0.8.8.tar.gz) = 092b7045b8e956f838a2a3da36cdcf7954e9e0d16fb88b14e2b7d090422e3133 -SIZE (node-v0.8.8.tar.gz) = 11492087 +SHA256 (node-v0.8.9.tar.gz) = 320f06877c5e4b4dcc407c76c4d6dcf24384211c2ee22f8bc794a8ec898136ba +SIZE (node-v0.8.9.tar.gz) = 12146570 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 12:06:49 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A5EF106564A; Thu, 13 Sep 2012 12:06:49 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 351328FC0A; Thu, 13 Sep 2012 12:06:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DC6nP3092904; Thu, 13 Sep 2012 12:06:49 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DC6mw3092901; Thu, 13 Sep 2012 12:06:48 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201209131206.q8DC6mw3092901@svn.freebsd.org> From: Jun Kuriyama Date: Thu, 13 Sep 2012 12:06:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304198 - head/www/p5-Starlet X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 12:06:49 -0000 Author: kuriyama Date: Thu Sep 13 12:06:48 2012 New Revision: 304198 URL: http://svn.freebsd.org/changeset/ports/304198 Log: - Upgrade to 0.16. Modified: head/www/p5-Starlet/Makefile head/www/p5-Starlet/distinfo Modified: head/www/p5-Starlet/Makefile ============================================================================== --- head/www/p5-Starlet/Makefile Thu Sep 13 11:10:29 2012 (r304197) +++ head/www/p5-Starlet/Makefile Thu Sep 13 12:06:48 2012 (r304198) @@ -6,7 +6,7 @@ # PORTNAME= Starlet -PORTVERSION= 0.15 +PORTVERSION= 0.16 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:KAZUHO Modified: head/www/p5-Starlet/distinfo ============================================================================== --- head/www/p5-Starlet/distinfo Thu Sep 13 11:10:29 2012 (r304197) +++ head/www/p5-Starlet/distinfo Thu Sep 13 12:06:48 2012 (r304198) @@ -1,2 +1,2 @@ -SHA256 (Starlet-0.15.tar.gz) = 059c3b47e195e5de2f9690c697327214d415837a046045dc910bd632a637adfb -SIZE (Starlet-0.15.tar.gz) = 25493 +SHA256 (Starlet-0.16.tar.gz) = 0136f353195efa8d422748e0f4f9b10fc204d6132b391f1d9c753fb6ba3d997a +SIZE (Starlet-0.16.tar.gz) = 26312 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 12:07:23 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 31452106567D; Thu, 13 Sep 2012 12:07:23 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 185B28FC18; Thu, 13 Sep 2012 12:07:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DC7Md8093034; Thu, 13 Sep 2012 12:07:22 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DC7M0P093032; Thu, 13 Sep 2012 12:07:22 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209131207.q8DC7M0P093032@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Thu, 13 Sep 2012 12:07:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304199 - head X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 12:07:23 -0000 Author: rm Date: Thu Sep 13 12:07:22 2012 New Revision: 304199 URL: http://svn.freebsd.org/changeset/ports/304199 Log: Correct instructions in last (20120913) entry. Discussed with: maintainer Modified: head/UPDATING Modified: head/UPDATING ============================================================================== --- head/UPDATING Thu Sep 13 12:06:48 2012 (r304198) +++ head/UPDATING Thu Sep 13 12:07:22 2012 (r304199) @@ -10,8 +10,7 @@ you update your ports collection, before AUTHOR: rm@FreeBSD.org If you have both sysutils/bacula-server and sysutils/bacula-client - installed, you need to pkg_delete sysutils/bacula-server and - sysutils/bacula-fd prior to this update. + installed, you need to pkg_delete them both prior to this update. 20120910: AFFECTS: users of www/libxul From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 12:07:32 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E104D1065694; Thu, 13 Sep 2012 12:07:32 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CC3248FC15; Thu, 13 Sep 2012 12:07:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DC7Wad093125; Thu, 13 Sep 2012 12:07:32 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DC7WdU093122; Thu, 13 Sep 2012 12:07:32 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201209131207.q8DC7WdU093122@svn.freebsd.org> From: Jun Kuriyama Date: Thu, 13 Sep 2012 12:07:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304200 - head/www/p5-Plack-Middleware-Session X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 12:07:33 -0000 Author: kuriyama Date: Thu Sep 13 12:07:32 2012 New Revision: 304200 URL: http://svn.freebsd.org/changeset/ports/304200 Log: - Upgrade to 0.15. Modified: head/www/p5-Plack-Middleware-Session/Makefile head/www/p5-Plack-Middleware-Session/distinfo Modified: head/www/p5-Plack-Middleware-Session/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-Session/Makefile Thu Sep 13 12:07:22 2012 (r304199) +++ head/www/p5-Plack-Middleware-Session/Makefile Thu Sep 13 12:07:32 2012 (r304200) @@ -6,7 +6,7 @@ # PORTNAME= Plack-Middleware-Session -PORTVERSION= 0.14 +PORTVERSION= 0.15 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,11 +15,12 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for session management middleware for Plack RUN_DEPENDS= \ + p5-Digest-HMAC>=1.03:${PORTSDIR}/security/p5-Digest-HMAC \ p5-Digest-SHA1>0:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-Plack>=0.9910:${PORTSDIR}/www/p5-Plack BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= \ - p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \ + p5-Test-Fatal>0:${PORTSDIR}/devel/p5-Test-Fatal \ p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \ p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP Modified: head/www/p5-Plack-Middleware-Session/distinfo ============================================================================== --- head/www/p5-Plack-Middleware-Session/distinfo Thu Sep 13 12:07:22 2012 (r304199) +++ head/www/p5-Plack-Middleware-Session/distinfo Thu Sep 13 12:07:32 2012 (r304200) @@ -1,2 +1,2 @@ -SHA256 (Plack-Middleware-Session-0.14.tar.gz) = b745bc1643985607254fc79d8cd1c97abd63d94c2ae4e539b2a2a73a7ee39a47 -SIZE (Plack-Middleware-Session-0.14.tar.gz) = 38531 +SHA256 (Plack-Middleware-Session-0.15.tar.gz) = 685ae881fdfacd40c34ccab598d646eef63b6c781e9ae80e30647ff18ad04d13 +SIZE (Plack-Middleware-Session-0.15.tar.gz) = 40073 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 12:08:41 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 36875106564A; Thu, 13 Sep 2012 12:08:41 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2169E8FC08; Thu, 13 Sep 2012 12:08:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DC8e8a093351; Thu, 13 Sep 2012 12:08:40 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DC8ebI093347; Thu, 13 Sep 2012 12:08:40 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201209131208.q8DC8ebI093347@svn.freebsd.org> From: Jun Kuriyama Date: Thu, 13 Sep 2012 12:08:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304201 - head/www/p5-Plack-Middleware-ServerStatus-Lite X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 12:08:41 -0000 Author: kuriyama Date: Thu Sep 13 12:08:40 2012 New Revision: 304201 URL: http://svn.freebsd.org/changeset/ports/304201 Log: - Upgrade to 0.09. Modified: head/www/p5-Plack-Middleware-ServerStatus-Lite/Makefile head/www/p5-Plack-Middleware-ServerStatus-Lite/distinfo Modified: head/www/p5-Plack-Middleware-ServerStatus-Lite/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-ServerStatus-Lite/Makefile Thu Sep 13 12:07:32 2012 (r304200) +++ head/www/p5-Plack-Middleware-ServerStatus-Lite/Makefile Thu Sep 13 12:08:40 2012 (r304201) @@ -6,7 +6,7 @@ # PORTNAME= Plack-Middleware-ServerStatus-Lite -PORTVERSION= 0.08 +PORTVERSION= 0.09 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Plack-Middleware-ServerStatus-Lite/distinfo ============================================================================== --- head/www/p5-Plack-Middleware-ServerStatus-Lite/distinfo Thu Sep 13 12:07:32 2012 (r304200) +++ head/www/p5-Plack-Middleware-ServerStatus-Lite/distinfo Thu Sep 13 12:08:40 2012 (r304201) @@ -1,2 +1,2 @@ -SHA256 (Plack-Middleware-ServerStatus-Lite-0.08.tar.gz) = a4996225891be04b5bc303aa1f32bbe38c94f16cf89335aa904f76594430589b -SIZE (Plack-Middleware-ServerStatus-Lite-0.08.tar.gz) = 25153 +SHA256 (Plack-Middleware-ServerStatus-Lite-0.09.tar.gz) = 5e51bcd10fe0078d2939cbe9d16890c60e470baea5e645baefd3553565bc9ac8 +SIZE (Plack-Middleware-ServerStatus-Lite-0.09.tar.gz) = 25491 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 12:09:22 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 06F991065673; Thu, 13 Sep 2012 12:09:22 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CCDE98FC12; Thu, 13 Sep 2012 12:09:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DC9LMX093529; Thu, 13 Sep 2012 12:09:21 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DC9Lb2093524; Thu, 13 Sep 2012 12:09:21 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209131209.q8DC9Lb2093524@svn.freebsd.org> From: Bryan Drewery Date: Thu, 13 Sep 2012 12:09:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304202 - head/dns/gdnsd X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 12:09:22 -0000 Author: bdrewery Date: Thu Sep 13 12:09:21 2012 New Revision: 304202 URL: http://svn.freebsd.org/changeset/ports/304202 Log: - Update to 1.6.8 [1] - Update WWW to new location [1] - Switch to GNU_CONFIGURE so that PREFIX is properly respected on install, when not set to LOCALBASE PR: ports/170817 [1] Submitted by: Stefan Caunter (maintainer) Modified: head/dns/gdnsd/Makefile head/dns/gdnsd/distinfo head/dns/gdnsd/pkg-descr head/dns/gdnsd/pkg-plist Modified: head/dns/gdnsd/Makefile ============================================================================== --- head/dns/gdnsd/Makefile Thu Sep 13 12:08:40 2012 (r304201) +++ head/dns/gdnsd/Makefile Thu Sep 13 12:09:21 2012 (r304202) @@ -6,10 +6,10 @@ # PORTNAME= gdnsd -PORTVERSION= 1.6.7 +PORTVERSION= 1.6.8 CATEGORIES= dns -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -MASTER_SITES+= http://gdnsd.scaleengine.net/gdnsd/ +MASTER_SITES= https://github.com/blblack/gdnsd/downloads/ \ + http://gdnsd.scaleengine.net/gdnsd/ MAINTAINER= ports@scaleengine.com COMMENT= Authoritative-only GeoIP-aware DNS server @@ -18,7 +18,7 @@ LICENSE= GPLv3 OPTIONS_DEFINE= GEOIP -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes @@ -32,8 +32,6 @@ MANCOMPRESSED= no USE_RC_SUBR= gdnsd -CONFIGURE_ARGS+= --mandir=${PREFIX}/man - .include .if ${PORT_OPTIONS:MWITH_GEOIP} Modified: head/dns/gdnsd/distinfo ============================================================================== --- head/dns/gdnsd/distinfo Thu Sep 13 12:08:40 2012 (r304201) +++ head/dns/gdnsd/distinfo Thu Sep 13 12:09:21 2012 (r304202) @@ -1,2 +1,2 @@ -SHA256 (gdnsd-1.6.7.tar.gz) = 39bf9849a586564f60319e4012edc037633077780060a4f925c418871d6d8672 -SIZE (gdnsd-1.6.7.tar.gz) = 942433 +SHA256 (gdnsd-1.6.8.tar.gz) = fcc55db9bfa68bfab083648bcee7e997c394360ce4d5bc8459dc655ce520a65f +SIZE (gdnsd-1.6.8.tar.gz) = 953675 Modified: head/dns/gdnsd/pkg-descr ============================================================================== --- head/dns/gdnsd/pkg-descr Thu Sep 13 12:08:40 2012 (r304201) +++ head/dns/gdnsd/pkg-descr Thu Sep 13 12:09:21 2012 (r304202) @@ -9,4 +9,4 @@ gdnsd is written in C using libev and pt low latency service. It does not offer any form of caching or recursive service, and does not support DNSSEC. -WWW: http://code.google.com/p/gdnsd/ +WWW: https://github.com/blblack/gdnsd/ Modified: head/dns/gdnsd/pkg-plist ============================================================================== --- head/dns/gdnsd/pkg-plist Thu Sep 13 12:08:40 2012 (r304201) +++ head/dns/gdnsd/pkg-plist Thu Sep 13 12:09:21 2012 (r304202) @@ -30,7 +30,7 @@ include/gdnsd-vscf.h %%DOCSDIR%%/gdnsd-plugin-weighted.txt %%DOCSDIR%%/AUTHORS %%DOCSDIR%%/gdnsd-plugin-simplefo.pod -%%DOCSDIR%%/README +%%DOCSDIR%%/README.md %%DOCSDIR%%/gdnsd_geoip_test.txt %%DOCSDIR%%/gdnsd-plugin-metafo.pod %%DOCSDIR%%/gdnsd-plugin-geoip.txt From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 12:31:48 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A8586106564A; Thu, 13 Sep 2012 12:31:48 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 889F08FC17; Thu, 13 Sep 2012 12:31:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DCVmUS097091; Thu, 13 Sep 2012 12:31:48 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DCVmrQ097085; Thu, 13 Sep 2012 12:31:48 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209131231.q8DCVmrQ097085@svn.freebsd.org> From: Bryan Drewery Date: Thu, 13 Sep 2012 12:31:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304203 - in head/databases: mariadb-client mariadb-server mariadb-server/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 12:31:48 -0000 Author: bdrewery Date: Thu Sep 13 12:31:47 2012 New Revision: 304203 URL: http://svn.freebsd.org/changeset/ports/304203 Log: - Update mariadb to 5.3.8 - Add MAXKEY option to change default max key length from 1000 to 4000 - Convert to new options framework PR: ports/171227 Submitted by: Geoffroy Desvernay (maintainer) Added: head/databases/mariadb-server/files/extra-patch-include__my_handler.h (contents, props changed) Modified: head/databases/mariadb-client/Makefile head/databases/mariadb-server/Makefile head/databases/mariadb-server/distinfo head/databases/mariadb-server/pkg-plist Modified: head/databases/mariadb-client/Makefile ============================================================================== --- head/databases/mariadb-client/Makefile Thu Sep 13 12:09:21 2012 (r304202) +++ head/databases/mariadb-client/Makefile Thu Sep 13 12:31:47 2012 (r304203) @@ -16,7 +16,9 @@ MARIADB_CLIENT_SLAVE= yes CONFIGURE_ARGS= --without-server --with-libevent=no -OPTIONS= THREADSAFE "Build thread-safe client" On +OPTIONS_DEFINE= THREADSAFE +OPTIONS_DEFAULT= THREADSAFE +THREADSAFE_DESC= Build thread-safe client CONFLICTS= mysql-client-[0-9]* Modified: head/databases/mariadb-server/Makefile ============================================================================== --- head/databases/mariadb-server/Makefile Thu Sep 13 12:09:21 2012 (r304202) +++ head/databases/mariadb-server/Makefile Thu Sep 13 12:31:47 2012 (r304203) @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= mariadb -PORTVERSION= 5.3.7 -PORTREVISION?= 0 +PORTVERSION= 5.3.8 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/kvm-tarbake-jaunty-x86/ \ http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/kvm-tarbake-jaunty-x86/ \ @@ -44,15 +43,17 @@ USE_LDCONFIG= ${PREFIX}/lib/mysql USERS= mysql GROUPS= mysql -OPTIONS+= STATIC "Build statically linked (not on 9.x)" Off \ - SSL "Activate SSL support (yassl)" On \ - OPENSSL "Use OpenSSL instead of bundled yassl" Off +OPTIONS_DEFINE+= STATIC SSL OPENSSL +OPTIONS_DEFAULT+= SSL +STATIC_DESC= Build statically linked executables (not on 9.x) +SSL_DESC= Activate SSL support +OPENSSL_DESC= Use OpenSSL instead of bundled yassl MAKE_JOBS_SAFE= yes .if !defined(MARIADB_CLIENT_SLAVE) CONFIGURE_ARGS+= --with-libevent=${LOCALBASE} -LIB_DEPENDS+= event-1.4:${PORTSDIR}/devel/libevent +LIB_DEPENDS+= event-1:${PORTSDIR}/devel/libevent MAN1= innochecksum.1 my_print_defaults.1 myisam_ftdump.1 myisamchk.1 \ myisamlog.1 myisampack.1 mysql.server.1 mysql_client_test_embedded.1 \ @@ -65,25 +66,31 @@ INFO= mysql CONFIGURE_ARGS+= --with-embedded-server --enable-local-infile USE_RC_SUBR= mysql-server -OPTIONS+= ARIADB "Aria storage engine" On \ - ARCHIVE "Archive storage plugin" On \ - BLACKHOLE "Blackhole storage engine" On \ - SPHINX "SE client for Sphinx search daemon" On \ - FEDX "FederatedX storage engine (Federated replacement)" On \ - FEDERATED "Federated (old) storage engine" Off \ - XTRADB "XtraDB (InnoDB replacement) engine" On \ - INNODB "InnoDB (old) engine" Off \ - OQGRAPH "Open Query Graph Computation engine" Off \ - PBXT "MVCC-based transactional engine" Off \ - PARTITION "Partitioning support" Off \ - HANDLERSOCKET "HandlerSocket support" On \ - NDB "Enable NDB support (implies PARTITION)" Off \ - EXAMPLES "Example engine,daemon and ftsearch plugins" Off +OPTIONS_DEFINE+= ARIADB ARCHIVE BLACKHOLE SPHINX FEDX FEDERATED XTRADB INNODB \ + OQGRAPH PBXT PARTITION HANDLERSOCKET EXAMPLES MAXKEY + +ARIADB_DESC= Aria storage engine +ARCHIVE_DESC= Archive storage plugin +BLACKHOLE_DESC= Blackhole storage engine +SPHINX_DESC= SE client for Sphinx search daemon +FEDX_DESC= FederatedX (new) storage engine +FEDERATED_DESC= Federated (old) storage engine +XTRADB_DESC= XtraDB (InnoDB replacement) engine +INNODB_DESC= InnoDB (old) engine +OQGRAPH_DESC= Open Query Graph Computation engine +PBXT_DESC= MVCC-based transactional engine +PARTITION_DESC= Partitioning support +HANDLERSOCKET_DESC= HandlerSocket support +NDB_DESC= Enable NDB support (implies PARTITION) +EXAMPLES_DESC= Example engine,daemon and ftsearch plugins +MAXKEY_DESC= Change max key length from 1000 to 4000 + +OPTIONS_DEFAULT+= ARIADB ARCHIVE BLACKHOLE SPHINX FEDX XTRADB HANDLERSOCKET .endif # .if !defined(MARIADB_CLIENT_SLAVE) .include -.if ${OSVERSION} > 900000 && defined(WITH_STATIC) +.if ${OSVERSION} > 900000 && ${PORT_OPTIONS:MSTATIC} BROKEN= WITH_STATIC is not functional on 9-current .endif @@ -93,8 +100,8 @@ CONFIGURE_ARGS+= --enable-assembler .if ${ARCH} == "i386" CONFIGURE_ARGS+= --with-big-tables .endif -.if defined(WITH_SSL) -.if defined(WITH_OPENSSL) +.if ${PORT_OPTIONS:MSSL} +.if ${PORT_OPTIONS:MOPENSSL} USE_OPENSSL= yes CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} .else @@ -104,15 +111,15 @@ MDB_EXTRA_SUBDIRS= extra .else CONFIGURE_ARGS+= --without-ssl .endif -.if defined(WITH_STATIC) +.if ${PORT_OPTIONS:MSTATIC} CONFIGURE_ARGS+= --with-client-ldflags="-static -all-static" .endif -.if defined(WITH_THREADSAFE) +.if ${PORT_OPTIONS:MTHREADSAFE} CONFIGURE_ARGS+= --enable-thread-safe-client .endif .if !defined(MARIADB_CLIENT_SLAVE) -.if defined(WITH_ARIADB) +.if ${PORT_OPTIONS:MARIADB} PLIST_SUB+= ARIADB="" CONFIGURE_ARGS+= --with-plugin-aria --with-aria-tmp-tables PLUGINS+= aria @@ -120,72 +127,72 @@ PLUGINS+= aria CONFIGURE_ARGS+= --without-plugin-aria PLIST_SUB+= ARIADB="@comment " .endif -.if defined(WITH_SPHINX) +.if ${PORT_OPTIONS:MSPHINX} PLIST_SUB+= SPHINX="" PLUGINS+= sphinx .else CONFIGURE_ARGS+= --without-plugin-sphinx PLIST_SUB+= SPHINX="@comment " .endif -.if defined(WITH_ARCHIVE) +.if ${PORT_OPTIONS:MARCHIVE} PLIST_SUB+= ARCHIVE="" PLUGINS+= archive .else CONFIGURE_ARGS+= --without-plugin-archive PLIST_SUB+= ARCHIVE="@comment " .endif -.if defined(WITH_BLACKHOLE) +.if ${PORT_OPTIONS:MBLACKHOLE} PLIST_SUB+= BLACKHOLE="" PLUGINS+= blackhole .else CONFIGURE_ARGS+= --without-plugin-blackhole PLIST_SUB+= BLACKHOLE="@comment " .endif -.if defined(WITH_FEDERATED) +.if ${PORT_OPTIONS:MFEDERATED} PLIST_SUB+= FEDERATED="" PLUGINS+= federated .else CONFIGURE_ARGS+= --without-plugin-federated PLIST_SUB+= FEDERATED="@comment " .endif -.if defined(WITH_FEDX) +.if ${PORT_OPTIONS:MFEDX} PLIST_SUB+= FEDERATEDX="" PLUGINS+= federatedx .else CONFIGURE_ARGS+= --without-plugin-federatedx PLIST_SUB+= FEDERATEDX="@comment " .endif -.if defined(WITH_INNODB) +.if ${PORT_OPTIONS:MINNODB} PLIST_SUB+= INNODB="" PLUGINS+= innodb_plugin .else CONFIGURE_ARGS+= --without-plugin-innodb_plugin PLIST_SUB+= INNODB="@comment " .endif -.if defined(WITH_XTRADB) +.if ${PORT_OPTIONS:MXTRADB} PLIST_SUB+= XTRADB="" PLUGINS+= xtradb .else CONFIGURE_ARGS+= --without-plugin-xtradb PLIST_SUB+= XTRADB="@comment " .endif -.if defined(WITH_HANDLERSOCKET) +.if ${PORT_OPTIONS:MHANDLERSOCKET} PLIST_SUB+= HANDLERSOCKET="" PLUGINS+= handlersocket .else CONFIGURE_ARGS+= --without-plugin-handlersocket PLIST_SUB+= HANDLERSOCKET="@comment " .endif -.if defined(WITH_OQGRAPH) +.if ${PORT_OPTIONS:MOQGRAPH} CONFIGURE_ARGS+= --with-plugin-oqgraph PLIST_SUB+= OQGRAPH="" -LIB_DEPENDS+= boost_system.4:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS+= boost_system:${PORTSDIR}/devel/boost-libs PLUGINS+= oqgraph .else CONFIGURE_ARGS+= --without-plugin-oqgraph PLIST_SUB+= OQGRAPH="@comment " .endif -.if defined(WITH_PBXT) +.if ${PORT_OPTIONS:MPBXT} CONFIGURE_ARGS+= --with-plugin-pbxt PLIST_SUB+= PBXT="" PLUGINS+= pbxt @@ -193,13 +200,13 @@ PLUGINS+= pbxt CONFIGURE_ARGS+= --without-plugin-pbxt PLIST_SUB+= PBXT="@comment " .endif -.if defined(WITH_EXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} PLIST_SUB+= EXAMPLES="" .else CONFIGURE_ARGS+= --without-plugin-example --without-plugin-daemon_example --without-plugin-ftexample PLIST_SUB+= EXAMPLES="@comment " .endif -.if defined(WITH_NDB) +.if ${PORT_OPTIONS:MNDB} CONFIGURE_ARGS+= --with-plugin-ndbcluster WITH_PARTITION=yes PLIST_SUB+= NDB="" @@ -208,18 +215,21 @@ PLUGINS+= ndbcluster CONFIGURE_ARGS+= --without-plugin-ndbcluster PLIST_SUB+= NDB="@comment " .endif -.if defined(WITH_PARTITION) +.if ${PORT_OPTIONS:MPARTITION} CONFIGURE_ARGS+= --with-plugin-partition PLUGINS+= partition .else CONFIGURE_ARGS+= --without-plugin-partition .endif -.if defined(WITH_STATIC) +.if ${PORT_OPTIONS:MSTATIC} CONFIGURE_ARGS+= --with-mysqld-ldflags="-static -all-static" --with-plugins="${PLUGINS}" PLIST_SUB+= STATIC="@comment " .else PLIST_SUB+= STATIC="" .endif +.if ${PORT_OPTIONS:MMAXKEY} +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-include__my_handler.h +.endif .endif # .if !defined(MARIADB_CLIENT_SLAVE) .if defined(WITH_CHARSET) && ${WITH_CHARSET} != "" @@ -234,16 +244,16 @@ CONFIGURE_ARGS+= --with-extra-charsets=c CONFIGURE_ARGS+= --with-collation=${WITH_COLLATION} .endif -.if defined(WITH_STATIC) && ( defined(WITH_OPENSSL) || defined(WITH_NDB) ) +.if ${PORT_OPTIONS:MSTATIC} && ( ${PORT_OPTIONS:MOPENSSL} || ${PORT_OPTIONS:MNDB} ) pre-extract: @${ECHO} '' - @${ECHO} "WITH_STATIC is not compatible with WITH_OPENSSL or WITH_NDB" + @${ECHO} "STATIC is not compatible with OPENSSL or NDB" @${ECHO} '' @${FALSE} .endif .if !defined(MARIADB_CLIENT_SLAVE) -.if !defined(WITH_STATIC) +.if empty(PORT_OPTIONS:MSTATIC) SUB_FILES= pkg-message .endif @@ -259,7 +269,7 @@ pre-fetch: @${ECHO} " Other built-in charsets (default: complex, selected: ${WITH_XCHARSET})." @${ECHO} '' -EXTRA_PATCHES= ${FILESDIR}/scripts__Makefile.in +EXTRA_PATCHES+= ${FILESDIR}/scripts__Makefile.in MDB_SERVER_SUBDIRS= include @docs_dirs@ sql-common libservices mysys strings dbug ${MDB_EXTRA_SUBDIRS} unittest cmd-line-utils libmysql scripts @sql_server_dirs@ @sql_server@ @man_dirs@ @libmysqld_dirs@ support-files post-patch: @@ -271,7 +281,7 @@ post-patch: @${REINPLACE_CMD} -e "s|^\(install-data-am:\) install-pkgincludeHEADERS|\1|g" ${WRKSRC}/extra/Makefile.in ${WRKSRC}/include/Makefile.in @${REINPLACE_CMD} -e "s|^\(install-exec-am:\) install-pkglibLTLIBRARIES|\1|g" ${WRKSRC}/libmysql/Makefile.in -.if !defined(WITH_STATIC) +.if empty(PORT_OPTIONS:MSTATIC) post-install: @${CAT} ${PKGMESSAGE} .endif Modified: head/databases/mariadb-server/distinfo ============================================================================== --- head/databases/mariadb-server/distinfo Thu Sep 13 12:09:21 2012 (r304202) +++ head/databases/mariadb-server/distinfo Thu Sep 13 12:31:47 2012 (r304203) @@ -1,2 +1,2 @@ -SIZE (mariadb-5.3.7.tar.gz) = 26741196 -SHA256 (mariadb-5.3.7.tar.gz) = 463386ca84128a162e63137c8f6666859b94e2abf490b6ab2306f846a13fe9bc +SHA256 (mariadb-5.3.8.tar.gz) = ba175431eb8e5d21f0a3cfac11fe4296ccb92ab4fd920ff4e907a45b7fb342ed +SIZE (mariadb-5.3.8.tar.gz) = 26798886 Added: head/databases/mariadb-server/files/extra-patch-include__my_handler.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/mariadb-server/files/extra-patch-include__my_handler.h Thu Sep 13 12:31:47 2012 (r304203) @@ -0,0 +1,11 @@ +--- include/my_handler.h.orig 2012-08-30 21:44:42.000000000 +0200 ++++ include/my_handler.h 2012-08-30 21:45:23.000000000 +0200 +@@ -34,7 +34,7 @@ + But beware the dependency of HA_MAX_POSSIBLE_KEY_BUFF and HA_MAX_KEY_LENGTH. + */ + +-#define HA_MAX_KEY_LENGTH 1000 /* Max length in bytes */ ++#define HA_MAX_KEY_LENGTH 4000 /* Max length in bytes */ + #define HA_MAX_KEY_SEG 32 /* Max segments for key */ + + #define HA_MAX_POSSIBLE_KEY_BUFF (HA_MAX_KEY_LENGTH + 24+ 6+6) Modified: head/databases/mariadb-server/pkg-plist ============================================================================== --- head/databases/mariadb-server/pkg-plist Thu Sep 13 12:09:21 2012 (r304202) +++ head/databases/mariadb-server/pkg-plist Thu Sep 13 12:31:47 2012 (r304203) @@ -189,15 +189,12 @@ bin/resolveip %%STATIC%%%%BLACKHOLE%%lib/mysql/plugin/ha_blackhole.la %%STATIC%%%%BLACKHOLE%%lib/mysql/plugin/ha_blackhole.so %%STATIC%%%%BLACKHOLE%%lib/mysql/plugin/ha_blackhole.so.0 -%%STATIC%%%%EXAMPLES%%lib/mysql/plugin/ha_example.a %%STATIC%%%%EXAMPLES%%lib/mysql/plugin/ha_example.la %%STATIC%%%%EXAMPLES%%lib/mysql/plugin/ha_example.so %%STATIC%%%%EXAMPLES%%lib/mysql/plugin/ha_example.so.0 -%%STATIC%%%%EXAMPLES%%lib/mysql/plugin/libdaemon_example.a %%STATIC%%%%EXAMPLES%%lib/mysql/plugin/libdaemon_example.la %%STATIC%%%%EXAMPLES%%lib/mysql/plugin/libdaemon_example.so %%STATIC%%%%EXAMPLES%%lib/mysql/plugin/libdaemon_example.so.0 -%%STATIC%%%%EXAMPLES%%lib/mysql/plugin/mypluglib.a %%STATIC%%%%EXAMPLES%%lib/mysql/plugin/mypluglib.la %%STATIC%%%%EXAMPLES%%lib/mysql/plugin/mypluglib.so %%STATIC%%%%EXAMPLES%%lib/mysql/plugin/mypluglib.so.0 @@ -269,6 +266,7 @@ include/mysql/private/log.h include/mysql/private/log_event.h include/mysql/private/log_event_old.h include/mysql/private/log_slow.h +include/mysql/private/mem_root_array.h include/mysql/private/multi_range_read.h include/mysql/private/my_decimal.h include/mysql/private/mysql_priv.h From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 12:45:35 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEDA71065670; Thu, 13 Sep 2012 12:45:35 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 996978FC15; Thu, 13 Sep 2012 12:45:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DCjZc0099065; Thu, 13 Sep 2012 12:45:35 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DCjZTO099062; Thu, 13 Sep 2012 12:45:35 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201209131245.q8DCjZTO099062@svn.freebsd.org> From: Philippe Audeoud Date: Thu, 13 Sep 2012 12:45:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304204 - head/www/p5-WWW-GitHub-Gist X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 12:45:35 -0000 Author: jadawin Date: Thu Sep 13 12:45:35 2012 New Revision: 304204 URL: http://svn.freebsd.org/changeset/ports/304204 Log: - Update to 0.15 - Changelog: http://search.cpan.org/dist/WWW-GitHub-Gist/Changes Modified: head/www/p5-WWW-GitHub-Gist/Makefile head/www/p5-WWW-GitHub-Gist/distinfo Modified: head/www/p5-WWW-GitHub-Gist/Makefile ============================================================================== --- head/www/p5-WWW-GitHub-Gist/Makefile Thu Sep 13 12:31:47 2012 (r304203) +++ head/www/p5-WWW-GitHub-Gist/Makefile Thu Sep 13 12:45:35 2012 (r304204) @@ -6,7 +6,7 @@ # PORTNAME= WWW-GitHub-Gist -PORTVERSION= 0.15 +PORTVERSION= 0.17 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-WWW-GitHub-Gist/distinfo ============================================================================== --- head/www/p5-WWW-GitHub-Gist/distinfo Thu Sep 13 12:31:47 2012 (r304203) +++ head/www/p5-WWW-GitHub-Gist/distinfo Thu Sep 13 12:45:35 2012 (r304204) @@ -1,2 +1,2 @@ -SHA256 (WWW-GitHub-Gist-0.15.tar.gz) = 375e3391f1d76bc9f597bee1c4ed8ad248a3809bf31a214c010ad67e05b68091 -SIZE (WWW-GitHub-Gist-0.15.tar.gz) = 13736 +SHA256 (WWW-GitHub-Gist-0.17.tar.gz) = 483900aec6f439ff71cb6df415e2718b4401f689d5ca0de53a47c07bad9dae22 +SIZE (WWW-GitHub-Gist-0.17.tar.gz) = 14522 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 12:55:54 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B6C4106566C; Thu, 13 Sep 2012 12:55:54 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2C8BC8FC16; Thu, 13 Sep 2012 12:55:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DCtsvk000823; Thu, 13 Sep 2012 12:55:54 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DCtrNh000819; Thu, 13 Sep 2012 12:55:53 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201209131255.q8DCtrNh000819@svn.freebsd.org> From: "Jason E. Hale" Date: Thu, 13 Sep 2012 12:55:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304205 - head/audio/picard X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 12:55:54 -0000 Author: jhale Date: Thu Sep 13 12:55:53 2012 New Revision: 304205 URL: http://svn.freebsd.org/changeset/ports/304205 Log: - Update to 1.1 - Drop ABI version numbers from LIB_DEPENDS Approved by: avilla (mentor) Modified: head/audio/picard/Makefile head/audio/picard/distinfo head/audio/picard/pkg-plist Modified: head/audio/picard/Makefile ============================================================================== --- head/audio/picard/Makefile Thu Sep 13 12:45:35 2012 (r304204) +++ head/audio/picard/Makefile Thu Sep 13 12:55:53 2012 (r304205) @@ -6,7 +6,7 @@ # PORTNAME= picard -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= audio python MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \ ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ \ @@ -18,9 +18,9 @@ COMMENT= Next generation MusicBrainz Tag LICENSE= GPLv2 -LIB_DEPENDS= ofa.0:${PORTSDIR}/audio/libofa \ - avcodec.1:${PORTSDIR}/multimedia/ffmpeg \ - discid.0:${PORTSDIR}/audio/libdiscid +LIB_DEPENDS= ofa:${PORTSDIR}/audio/libofa \ + avcodec:${PORTSDIR}/multimedia/ffmpeg \ + discid:${PORTSDIR}/audio/libdiscid RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mutagen>=0:${PORTSDIR}/audio/py-mutagen \ ${PYTHON_PKGNAMEPREFIX}qt4-core>=0:${PORTSDIR}/devel/py-qt4-core \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui \ Modified: head/audio/picard/distinfo ============================================================================== --- head/audio/picard/distinfo Thu Sep 13 12:45:35 2012 (r304204) +++ head/audio/picard/distinfo Thu Sep 13 12:55:53 2012 (r304205) @@ -1,2 +1,2 @@ -SHA256 (picard-1.0.tar.gz) = a8e3f2d54bbf707b3027c7c8fafcb0c52d034d36d7c45baa3e4d56c7a630bd10 -SIZE (picard-1.0.tar.gz) = 1668228 +SHA256 (picard-1.1.tar.gz) = 31d61aaf54c582b93f4195fa137552575d16ca7622a3b12303744485d33bce4e +SIZE (picard-1.1.tar.gz) = 1679228 Modified: head/audio/picard/pkg-plist ============================================================================== --- head/audio/picard/pkg-plist Thu Sep 13 12:45:35 2012 (r304204) +++ head/audio/picard/pkg-plist Thu Sep 13 12:55:53 2012 (r304205) @@ -381,6 +381,7 @@ share/icons/hicolor/24x24/apps/picard.pn share/icons/hicolor/256x256/apps/picard.png share/icons/hicolor/32x32/apps/picard.png share/icons/hicolor/48x48/apps/picard.png +share/locale/da/LC_MESSAGES/picard.mo share/locale/de/LC_MESSAGES/picard.mo share/locale/en/LC_MESSAGES/picard.mo share/locale/en_CA/LC_MESSAGES/picard.mo From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 12:59:38 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D2121065670; Thu, 13 Sep 2012 12:59:38 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2E80D8FC08; Thu, 13 Sep 2012 12:59:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DCxbbx001510; Thu, 13 Sep 2012 12:59:37 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DCxb0B001506; Thu, 13 Sep 2012 12:59:37 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201209131259.q8DCxb0B001506@svn.freebsd.org> From: "Jason E. Hale" Date: Thu, 13 Sep 2012 12:59:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304206 - head/finance/ktoblzcheck X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 12:59:38 -0000 Author: jhale Date: Thu Sep 13 12:59:37 2012 New Revision: 304206 URL: http://svn.freebsd.org/changeset/ports/304206 Log: - Update to 1.40 - Drop LICENSE_FILE for known license GPLv2 - Drop unneeded build dependencies on gmake and pkgconf - Convert to OPTIONSng Approved by: avilla (mentor) Modified: head/finance/ktoblzcheck/Makefile head/finance/ktoblzcheck/distinfo head/finance/ktoblzcheck/pkg-plist Modified: head/finance/ktoblzcheck/Makefile ============================================================================== --- head/finance/ktoblzcheck/Makefile Thu Sep 13 12:55:53 2012 (r304205) +++ head/finance/ktoblzcheck/Makefile Thu Sep 13 12:59:37 2012 (r304206) @@ -6,7 +6,7 @@ # PORTNAME= ktoblzcheck -PORTVERSION= 1.39 +PORTVERSION= 1.40 CATEGORIES= finance german MASTER_SITES= SF/${PORTNAME} @@ -14,26 +14,24 @@ MAINTAINER= jhale@FreeBSD.org COMMENT= Check bank codes of German banks LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING -USE_GNOME= gnomehack pkgconfig -USE_GMAKE= yes +USE_GNOME= gnomehack USE_AUTOTOOLS= libtool USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes MAN1= ktoblzcheck.1 -OPTIONS= PYTHON "Install Python bindings" off +OPTIONS_DEFINE= PYTHON .include -.if defined(WITH_PYTHON) +.if ${PORT_OPTIONS:MPYTHON} USE_PYTHON= yes -PLIST_SUB+= WITH_PYTHON="" +PLIST_SUB+= PYTHON="" .else CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= WITH_PYTHON="@comment " +PLIST_SUB+= PYTHON="@comment " .endif .include Modified: head/finance/ktoblzcheck/distinfo ============================================================================== --- head/finance/ktoblzcheck/distinfo Thu Sep 13 12:55:53 2012 (r304205) +++ head/finance/ktoblzcheck/distinfo Thu Sep 13 12:59:37 2012 (r304206) @@ -1,2 +1,2 @@ -SHA256 (ktoblzcheck-1.39.tar.gz) = c7017be79b58d0b6c2e919877b7d320da5dcba92d558f36f437da34d9b2dcb41 -SIZE (ktoblzcheck-1.39.tar.gz) = 547649 +SHA256 (ktoblzcheck-1.40.tar.gz) = cba71dcfbf2f5ddf4cbd247ab7c7b30d5b3ea681b0c8e0041f7a5933354bf73c +SIZE (ktoblzcheck-1.40.tar.gz) = 551644 Modified: head/finance/ktoblzcheck/pkg-plist ============================================================================== --- head/finance/ktoblzcheck/pkg-plist Thu Sep 13 12:55:53 2012 (r304205) +++ head/finance/ktoblzcheck/pkg-plist Thu Sep 13 12:59:37 2012 (r304206) @@ -5,12 +5,12 @@ lib/libktoblzcheck.a lib/libktoblzcheck.la lib/libktoblzcheck.so lib/libktoblzcheck.so.6 -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/ktoblzcheck.py -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/ktoblzcheck.pyc -%%WITH_PYTHON%%%%PYTHON_SITELIBDIR%%/ktoblzcheck.pyo +%%PYTHON%%%%PYTHON_SITELIBDIR%%/ktoblzcheck.py +%%PYTHON%%%%PYTHON_SITELIBDIR%%/ktoblzcheck.pyc +%%PYTHON%%%%PYTHON_SITELIBDIR%%/ktoblzcheck.pyo libdata/pkgconfig/ktoblzcheck.pc -share/ktoblzcheck/bankdata_20120305.txt share/ktoblzcheck/bankdata_20120604.txt +share/ktoblzcheck/bankdata_20120903.txt share/ktoblzcheck/bundesbank.pl share/ktoblzcheck/ibandata.txt share/ktoblzcheck/online_update.pl From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 13:03:49 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE30E1065672; Thu, 13 Sep 2012 13:03:48 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D7CA08FC0A; Thu, 13 Sep 2012 13:03:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DD3mic002369; Thu, 13 Sep 2012 13:03:48 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DD3mHm002363; Thu, 13 Sep 2012 13:03:48 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201209131303.q8DD3mHm002363@svn.freebsd.org> From: "Jason E. Hale" Date: Thu, 13 Sep 2012 13:03:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304207 - in head/finance/kmymoney-kde4: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 13:03:49 -0000 Author: jhale Date: Thu Sep 13 13:03:48 2012 New Revision: 304207 URL: http://svn.freebsd.org/changeset/ports/304207 Log: - Update to 4.6.3 - Make COMMENT more concise - Make NLS optional Approved by: avilla (mentor) Deleted: head/finance/kmymoney-kde4/files/patch-libkdchart__src__KDChartBackgroundAttributes.cpp Modified: head/finance/kmymoney-kde4/Makefile head/finance/kmymoney-kde4/distinfo head/finance/kmymoney-kde4/files/patch-CMakeLists.txt head/finance/kmymoney-kde4/pkg-plist Modified: head/finance/kmymoney-kde4/Makefile ============================================================================== --- head/finance/kmymoney-kde4/Makefile Thu Sep 13 12:59:37 2012 (r304206) +++ head/finance/kmymoney-kde4/Makefile Thu Sep 13 13:03:48 2012 (r304207) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= kmymoney -PORTVERSION= 4.6.2 -PORTREVISION= 3 +PORTVERSION= 4.6.3 CATEGORIES= finance kde MASTER_SITES= SF/${PORTNAME}2/KMyMoney-KDE4/${PORTVERSION} MAINTAINER= jhale@FreeBSD.org -COMMENT= KDE 4.x-based personal finance manager +COMMENT= KDE4 personal finance manager LICENSE= GPLv2 LIB_DEPENDS= boost_graph:${PORTSDIR}/devel/boost-libs \ alkimia:${PORTSDIR}/finance/libalkimia -OPTIONS_DEFINE= CALENDAR KBANKING OFX QUOTES +OPTIONS_DEFINE= NLS CALENDAR KBANKING OFX QUOTES OPTIONS_DEFAULT=CALENDAR +NO_OPTIONS_SORT=yes CALENDAR_DESC= Enable Calendar plugin KBANKING_DESC= Enable KBanking plugin @@ -29,13 +29,20 @@ USE_QT4= gui dbus network phonon sql svg qmake_build moc_build rcc_build uic_build USE_KDE4= kdehier kdeprefix automoc4 kdelibs pimlibs sharedmime USE_LDCONFIG= yes -USE_GETTEXT= yes MAKE_JOBS_SAFE= yes MAN1= kmymoney.1 .include +.if ${PORT_OPTIONS:MNLS} +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CMAKE_ARGS+= -DENABLE_NLS:BOOL=OFF +PLIST_SUB+= NLS="@comment " +.endif + .if ${PORT_OPTIONS:MCALENDAR} LIB_DEPENDS+= ical:${PORTSDIR}/devel/libical CMAKE_ARGS+= -DENABLE_LIBICAL:BOOL=ON Modified: head/finance/kmymoney-kde4/distinfo ============================================================================== --- head/finance/kmymoney-kde4/distinfo Thu Sep 13 12:59:37 2012 (r304206) +++ head/finance/kmymoney-kde4/distinfo Thu Sep 13 13:03:48 2012 (r304207) @@ -1,2 +1,2 @@ -SHA256 (kmymoney-4.6.2.tar.bz2) = add8acba2f0d4c212ac1c7fbbdad2fd43a24caceed586b13d90dcd2a20a12b75 -SIZE (kmymoney-4.6.2.tar.bz2) = 22762330 +SHA256 (kmymoney-4.6.3.tar.bz2) = 94e109992b7e9ebb066b608d56c168216b8a944d62538c95176bc36ea4db542e +SIZE (kmymoney-4.6.3.tar.bz2) = 22114966 Modified: head/finance/kmymoney-kde4/files/patch-CMakeLists.txt ============================================================================== --- head/finance/kmymoney-kde4/files/patch-CMakeLists.txt Thu Sep 13 12:59:37 2012 (r304206) +++ head/finance/kmymoney-kde4/files/patch-CMakeLists.txt Thu Sep 13 13:03:48 2012 (r304207) @@ -1,8 +1,8 @@ ---- ./CMakeLists.txt.orig 2010-08-16 06:55:14.000000000 -0400 -+++ ./CMakeLists.txt 2010-08-23 03:51:38.000000000 -0400 -@@ -78,13 +78,6 @@ - ADD_CUSTOM_TARGET(apidoc ${DOXYGEN} ${CMAKE_CURRENT_BINARY_DIR}/kmymoney.doxygen) - ENDIF(DOXYGEN_FOUND) +--- ./CMakeLists.txt.orig 2012-08-31 09:48:09.000000000 -0400 ++++ ./CMakeLists.txt 2012-09-09 19:17:33.000000000 -0400 +@@ -94,13 +94,6 @@ + FIND_PACKAGE(GMP REQUIRED) + FIND_PACKAGE(LibAlkimia 4.3.1 REQUIRED) -# check for PkgConfig -FIND_PACKAGE(PkgConfig) @@ -14,7 +14,7 @@ # check some functions INCLUDE (CheckFunctionExists) CHECK_FUNCTION_EXISTS(atoll HAVE_ATOLL) -@@ -113,7 +106,6 @@ +@@ -129,7 +122,6 @@ CHECK_TYPE_SIZE(short SIZEOF_SHORT) CHECK_TYPE_SIZE(size_t SIZEOF_SIZE_T) CHECK_TYPE_SIZE("unsigned long" SIZEOF_UNSIGNED_LONG) @@ -22,3 +22,17 @@ MARK_AS_ADVANCED( KDE4_KCFGC_EXECUTABLE KDE4_KDECORE_LIBRARY KDECONFIG_EXECUTABLE) +@@ -411,7 +403,10 @@ + message("Good - your configure finished. + Now type 'make' to build KMyMoney. For more help, consult README.cmake + ") +-find_package(Msgfmt REQUIRED) +-find_package(Gettext REQUIRED) +-add_subdirectory( po ) ++option(ENABLE_NLS "NLS Support" ON) ++if(ENABLE_NLS) ++ find_package(Msgfmt REQUIRED) ++ find_package(Gettext REQUIRED) ++ add_subdirectory( po ) ++endif(ENABLE_NLS) + add_subdirectory( doc-translations ) Modified: head/finance/kmymoney-kde4/pkg-plist ============================================================================== --- head/finance/kmymoney-kde4/pkg-plist Thu Sep 13 12:59:37 2012 (r304206) +++ head/finance/kmymoney-kde4/pkg-plist Thu Sep 13 13:03:48 2012 (r304207) @@ -747,6 +747,7 @@ share/apps/kmymoney/templates/zh_HK/busi share/apps/kmymoney/templates/zh_TW/business.kmt share/apps/kmymoney/tips share/config.kcfg/kmymoney.kcfg +share/config/csvimporterrc share/doc/HTML/de/kmymoney/account_options.png share/doc/HTML/de/kmymoney/accwiz1.png share/doc/HTML/de/kmymoney/accwiz2.png @@ -1106,6 +1107,37 @@ share/doc/HTML/it/kmymoney/makemostof.do share/doc/HTML/it/kmymoney/man-kmymoney.1.docbook share/doc/HTML/it/kmymoney/reference.docbook share/doc/HTML/it/kmymoney/whatsnew.docbook +share/doc/HTML/nl/kmymoney/common +share/doc/HTML/nl/kmymoney/credits.docbook +share/doc/HTML/nl/kmymoney/details-accounts.docbook +share/doc/HTML/nl/kmymoney/details-budgets.docbook +share/doc/HTML/nl/kmymoney/details-categories.docbook +share/doc/HTML/nl/kmymoney/details-currencies.docbook +share/doc/HTML/nl/kmymoney/details-database.docbook +share/doc/HTML/nl/kmymoney/details-forecast.docbook +share/doc/HTML/nl/kmymoney/details-formats.docbook +share/doc/HTML/nl/kmymoney/details-impexp.docbook +share/doc/HTML/nl/kmymoney/details-institutions.docbook +share/doc/HTML/nl/kmymoney/details-investments.docbook +share/doc/HTML/nl/kmymoney/details-ledgers.docbook +share/doc/HTML/nl/kmymoney/details-loans.docbook +share/doc/HTML/nl/kmymoney/details-payees.docbook +share/doc/HTML/nl/kmymoney/details-reconciliation.docbook +share/doc/HTML/nl/kmymoney/details-reports.docbook +share/doc/HTML/nl/kmymoney/details-schedules.docbook +share/doc/HTML/nl/kmymoney/details-search.docbook +share/doc/HTML/nl/kmymoney/details-settings.docbook +share/doc/HTML/nl/kmymoney/details-widgets.docbook +share/doc/HTML/nl/kmymoney/faq.docbook +share/doc/HTML/nl/kmymoney/firsttime.docbook +share/doc/HTML/nl/kmymoney/index.cache.bz2 +share/doc/HTML/nl/kmymoney/index.docbook +share/doc/HTML/nl/kmymoney/installation.docbook +share/doc/HTML/nl/kmymoney/introduction.docbook +share/doc/HTML/nl/kmymoney/makemostof.docbook +share/doc/HTML/nl/kmymoney/man-kmymoney.1.docbook +share/doc/HTML/nl/kmymoney/reference.docbook +share/doc/HTML/nl/kmymoney/whatsnew.docbook share/doc/HTML/pt/kmymoney/common share/doc/HTML/pt/kmymoney/credits.docbook share/doc/HTML/pt/kmymoney/details-accounts.docbook @@ -1261,42 +1293,43 @@ share/kde4/services/kmm_printcheck.deskt share/kde4/services/kmm_reconciliationreport.desktop share/kde4/servicetypes/kmymoneyimporterplugin.desktop share/kde4/servicetypes/kmymoneyplugin.desktop -share/locale/bg/LC_MESSAGES/kmymoney.mo -share/locale/bs/LC_MESSAGES/kmymoney.mo -share/locale/ca/LC_MESSAGES/kmymoney.mo -share/locale/ca@valencia/LC_MESSAGES/kmymoney.mo -share/locale/cs/LC_MESSAGES/kmymoney.mo -share/locale/da/LC_MESSAGES/kmymoney.mo -share/locale/de/LC_MESSAGES/kmymoney.mo -share/locale/el/LC_MESSAGES/kmymoney.mo -share/locale/en_GB/LC_MESSAGES/kmymoney.mo -share/locale/eo/LC_MESSAGES/kmymoney.mo -share/locale/es/LC_MESSAGES/kmymoney.mo -share/locale/et/LC_MESSAGES/kmymoney.mo -share/locale/eu/LC_MESSAGES/kmymoney.mo -share/locale/fi/LC_MESSAGES/kmymoney.mo -share/locale/fr/LC_MESSAGES/kmymoney.mo -share/locale/ga/LC_MESSAGES/kmymoney.mo -share/locale/gl/LC_MESSAGES/kmymoney.mo -share/locale/hu/LC_MESSAGES/kmymoney.mo -share/locale/it/LC_MESSAGES/kmymoney.mo -share/locale/ja/LC_MESSAGES/kmymoney.mo -share/locale/lt/LC_MESSAGES/kmymoney.mo -share/locale/ms/LC_MESSAGES/kmymoney.mo -share/locale/nds/LC_MESSAGES/kmymoney.mo -share/locale/nl/LC_MESSAGES/kmymoney.mo -share/locale/pl/LC_MESSAGES/kmymoney.mo -share/locale/pt/LC_MESSAGES/kmymoney.mo -share/locale/pt_BR/LC_MESSAGES/kmymoney.mo -share/locale/ro/LC_MESSAGES/kmymoney.mo -share/locale/ru/LC_MESSAGES/kmymoney.mo -share/locale/sk/LC_MESSAGES/kmymoney.mo -share/locale/sv/LC_MESSAGES/kmymoney.mo -share/locale/tr/LC_MESSAGES/kmymoney.mo -share/locale/ug/LC_MESSAGES/kmymoney.mo -share/locale/uk/LC_MESSAGES/kmymoney.mo -share/locale/zh_CN/LC_MESSAGES/kmymoney.mo -share/locale/zh_TW/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/bg/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/bs/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/ca/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/ca@valencia/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/cs/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/da/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/de/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/el/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/en_GB/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/eo/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/es/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/et/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/eu/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/fi/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/fr/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/ga/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/gl/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/hu/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/it/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/ja/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/kk/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/lt/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/ms/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/nds/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/nl/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/pl/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/pt/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/ro/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/ru/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/sk/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/sv/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/tr/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/ug/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/uk/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/kmymoney.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/kmymoney.mo share/mime/application/x-kmymoney.xml share/mime/packages/x-kmymoney.xml @dirrmtry share/icons/locolor/32x32/apps @@ -1308,6 +1341,7 @@ share/mime/packages/x-kmymoney.xml @dirrm share/doc/HTML/sv/kmymoney @dirrm share/doc/HTML/pt_BR/kmymoney @dirrm share/doc/HTML/pt/kmymoney +@dirrm share/doc/HTML/nl/kmymoney @dirrm share/doc/HTML/it/kmymoney @dirrm share/doc/HTML/fr/kmymoney @dirrm share/doc/HTML/es/kmymoney From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 13:04:45 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6FC961065676; Thu, 13 Sep 2012 13:04:45 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 50AD58FC0C; Thu, 13 Sep 2012 13:04:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DD4jAT002593; Thu, 13 Sep 2012 13:04:45 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DD4jTv002590; Thu, 13 Sep 2012 13:04:45 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209131304.q8DD4jTv002590@svn.freebsd.org> From: Bryan Drewery Date: Thu, 13 Sep 2012 13:04:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304208 - head/net-mgmt/collectd5 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 13:04:45 -0000 Author: bdrewery Date: Thu Sep 13 13:04:44 2012 New Revision: 304208 URL: http://svn.freebsd.org/changeset/ports/304208 Log: - Add VIRT and WRITE_HTTP options [1] - Convert to new options framework [1] - Remove ABI versions from LIB_DEPENDS PR: ports/171205 [1] Submitted by: Krzysztof Stryjek (maintainer) Modified: head/net-mgmt/collectd5/Makefile head/net-mgmt/collectd5/pkg-plist Modified: head/net-mgmt/collectd5/Makefile ============================================================================== --- head/net-mgmt/collectd5/Makefile Thu Sep 13 13:03:48 2012 (r304207) +++ head/net-mgmt/collectd5/Makefile Thu Sep 13 13:04:44 2012 (r304208) @@ -7,7 +7,7 @@ PORTNAME= collectd PORTVERSION= 5.1.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ @@ -21,34 +21,46 @@ WANT_GNOME= yes LATEST_LINK= collectd5 -OPTIONS= CGI "Install collection.cgi (requires RRDTOOL)" Off \ - BIND "Enable BIND 9.5+ statistics" On \ - DEBUG "Enable debugging" Off \ - APACHE "Input: Apache mod_status (libcurl)" Off \ - APCUPS "Input: APC UPS (apcupsd)" Off \ - CURL "Input: CURL generic web statistics" Off \ - CURL_JSON "Input: CURL JSON generic web statistics" Off \ - CURL_XML "Input: CURL XML generic web statistics" Off \ - DBI "Input: database abstraction library" Off \ - DISK "Input: Disk performance statistics" Off \ - GCRYPT "Build with libgcrypt" Off \ - NUTUPS "Input: NUT UPS daemon" Off \ - INTERFACE "Input: Network interfaces (libstatgrab)" On \ - MBMON "Input: MBMon" Off \ - MEMCACHED "Input: Memcached" Off \ - MYSQL "Input: MySQL" Off \ - NGINX "Input: Nginx" Off \ - OPENVPN "Input: OpenVPN statistics" Off \ - PDNS "Input: PowerDNS" Off \ - PGSQL "Input: PostgreSQL" Off \ - PING "Input: Network latency (liboping)" On \ - PYTHON "Input: Python plugin" Off \ - ROUTEROS "Input: RouterOS plugin" Off \ - SNMP "Input: SNMP" On \ - TOKYOTYRANT "Input: Tokyotyrant database" Off \ - XMMS "Input: XMMS" Off \ - RRDTOOL "Output: RRDTool" On \ - RRDCACHED "Output: RRDTool Cached (require RRDTOOL)" On +OPTIONS_DEFINE= CGI BIND DEBUG GCRYPT VIRT +OPTIONS_MULTI= INPUT OUTPUT +OPTIONS_MULTI_OUTPUT= RRDTOOL RRDCACHED WRITE_HTTP +OPTIONS_MULTI_INPUT= APACHE APCUPS CURL CURL_JSON CURL_XML DBI DISK \ + GCRYPT NUTUPS INTERFACE MBMON MEMCACHED MYSQL NGINX OPENVPN \ + PDNS PGSQL PING PYTHON ROUTEROS SNMP TOKYOTYRANT XMMS +OPTIONS_DEFAULT= BIND INTERFACE PING SNMP RRDTOOL RRDCACHED + +CGI_DESC= Install collection.cgi (requires RRDTOOL) +BIND_DESC= Enable BIND 9.5+ statistics +DEBUG_DESC= Enable debugging +GCRYPT_DESC= Build with libgcrypt +VIRT_DESC= Build with libvirt +# INPUT +APACHE_DESC= Apache mod_status (libcurl) +APCUPS_DESC= APC UPS (apcupsd) +CURL_DESC= CURL generic web statistics +CURL_JSON_DESC= CURL JSON generic web statistics +CURL_XML_DESC= CURL XML generic web statistics +DBI_DESC= database abstraction library +DISK_DESC= Disk performance statistics +NUTUPS_DESC= NUT UPS daemon +INTERFACE_DESC= Network interfaces (libstatgrab) +MBMON_DESC= MBMon +MEMCACHED_DESC= Memcached +MYSQL_DESC= MySQL +NGINX_DESC= Nginx +OPENVPN_DESC= OpenVPN statistics +PDNS_DESC= PowerDNS +PGSQL_DESC= PostgreSQL +PING_DESC= Network latency (liboping) +PYTHON_DESC= Python plugin +ROUTEROS_DESC= RouterOS plugin +SNMP_DESC= SNMP +TOKYOTYRANT_DESC= Tokyotyrant database +XMMS_DESC= XMMS +# OUTPUT +RRDTOOL_DESC= RRDTool +RRDCACHED_DESC= RRDTool Cached (requires RRDTOOL) +WRITE_HTTP_DESC= write_http MAN1= collectd.1 collectd-nagios.1 collectdmon.1 collectdctl.1 MAN5= collectd.conf.5 collectd-email.5 collectd-exec.5 \ @@ -88,7 +100,6 @@ CONFIGURE_ARGS= --localstatedir=/var \ --disable-irq \ --disable-java \ --without-java \ - --disable-libvirt \ --disable-madwifi \ --disable-match_empty_counter \ --disable-match_hashed \ @@ -126,7 +137,6 @@ CONFIGURE_ARGS= --localstatedir=/var \ --disable-vmem \ --disable-vserver \ --disable-wireless \ - --disable-write_http \ --disable-zfs_arc \ --without-perl-bindings \ --without-librabbitmq \ @@ -138,22 +148,24 @@ CONFIGURE_ARGS= --localstatedir=/var \ --without-libesmtp \ --disable-static -.if defined(WITH_DEBUG) +.if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+=--enable-debug .endif -.if defined(WITH_CGI) +.if ${PORT_OPTIONS:MCGI} RUN_DEPENDS+= p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm \ p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser PLIST_SUB+= CGI="" -WITH_RRDTOOL= YES +. if empty(PORT_OPTIONS:MRRDTOOL) +IGNORE= CGI requires RRDTOOL. Either select RRDTOOL or deselect CGI +. endif .else PLIST_SUB+= CGI="@comment " .endif -.if defined(WITH_BIND) +.if ${PORT_OPTIONS:MBIND} CONFIGURE_ARGS+=--enable-bind LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl LIB_DEPENDS+= xml2:${PORTSDIR}/textproc/libxml2 @@ -163,16 +175,16 @@ CONFIGURE_ARGS+=--disable-bind PLIST_SUB+= BIND="@comment " .endif -.if defined(WITH_APACHE) +.if ${PORT_OPTIONS:MAPACHE} CONFIGURE_ARGS+=--enable-apache -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl PLIST_SUB+= APACHE="" .else CONFIGURE_ARGS+=--disable-apache PLIST_SUB+= APACHE="@comment " .endif -.if defined(WITH_APCUPS) +.if ${PORT_OPTIONS:MAPCUPS} CONFIGURE_ARGS+=--enable-apcups BUILD_DEPENDS+= ${LOCALBASE}/sbin/apcupsd:${PORTSDIR}/sysutils/apcupsd PLIST_SUB+= APCUPS="" @@ -181,17 +193,17 @@ CONFIGURE_ARGS+=--disable-apcups PLIST_SUB+= APCUPS="@comment " .endif -.if defined(WITH_CURL) +.if ${PORT_OPTIONS:MCURL} CONFIGURE_ARGS+=--enable-curl --with-libcurl=${LOCALBASE} -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl PLIST_SUB+= CURL="" .else CONFIGURE_ARGS+=--disable-curl PLIST_SUB+= CURL="@comment " .endif -.if defined(WITH_CURL_JSON) -.if !defined(WITH_CURL) +.if ${PORT_OPTIONS:MCURL_JSON} +.if empty(PORT_OPTIONS:MCURL) IGNORE= using CURL_JSON requires CURL support .endif CONFIGURE_ARGS+=--enable-curl_json @@ -202,8 +214,8 @@ CONFIGURE_ARGS+=--disable-curl_json --wi PLIST_SUB+= CURL_JSON="@comment " .endif -.if defined(WITH_CURL_XML) -.if !defined(WITH_CURL) +.if ${PORT_OPTIONS:MCURL_XML} +.if empty(PORT_OPTIONS:MCURL) IGNORE= using CURL_XML requires CURL support .endif CONFIGURE_ARGS+=--enable-curl_xml @@ -214,16 +226,16 @@ CONFIGURE_ARGS+=--disable-curl_xml PLIST_SUB+= CURL_XML="@comment " .endif -.if defined(WITH_DBI) +.if ${PORT_OPTIONS:MDBI} CONFIGURE_ARGS+=--enable-dbi --with-libdbi=${LOCALBASE} -LIB_DEPENDS+= dbi.1:${PORTSDIR}/databases/libdbi +LIB_DEPENDS+= dbi:${PORTSDIR}/databases/libdbi PLIST_SUB+= DBI="" .else CONFIGURE_ARGS+=--disable-dbi --without-libdbi PLIST_SUB+= DBI="@comment " .endif -.if defined(WITH_DISK) +.if ${PORT_OPTIONS:MDISK} CONFIGURE_ARGS+=--enable-disk PLIST_SUB+= DISK="" .else @@ -231,24 +243,24 @@ CONFIGURE_ARGS+=--disable-disk PLIST_SUB+= DISK="@comment " .endif -.if defined(WITH_GCRYPT) +.if ${PORT_OPTIONS:MGCRYPT} CONFIGURE_ARGS+=--with-libgcrypt-prefix=${LOCALBASE} -LIB_DEPENDS+= gcrypt.18:${PORTSDIR}/security/libgcrypt +LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt .endif -.if defined(WITH_NUTUPS) +.if ${PORT_OPTIONS:MNUTUPS} CONFIGURE_ARGS+=--enable-nut --with-libupsclient -LIB_DEPENDS+= upsclient.1:${PORTSDIR}/sysutils/nut +LIB_DEPENDS+= upsclient:${PORTSDIR}/sysutils/nut PLIST_SUB+= NUTUPS="" .else CONFIGURE_ARGS+=--disable-nut PLIST_SUB+= NUTUPS="@comment " .endif -.if defined(WITH_INTERFACE) +.if ${PORT_OPTIONS:MINTERFACE} USE_PKGCONFIG= yes CONFIGURE_ARGS+=--enable-interface -LIB_DEPENDS+= statgrab.8:${PORTSDIR}/devel/libstatgrab +LIB_DEPENDS+= statgrab:${PORTSDIR}/devel/libstatgrab PLIST_SUB+= INTERFACE="" CONFIGURE_ENV+= LIBS="`pkg-config --libs libstatgrab`" .else @@ -256,7 +268,7 @@ CONFIGURE_ARGS+=--disable-interface PLIST_SUB+= INTERFACE="@comment " .endif -.if defined(WITH_MBMON) +.if ${PORT_OPTIONS:MMBMON} CONFIGURE_ARGS+=--enable-mbmon RUN_DEPENDS+= ${LOCALBASE}/bin/mbmon:${PORTSDIR}/sysutils/mbmon PLIST_SUB+= MBMON="" @@ -265,7 +277,7 @@ CONFIGURE_ARGS+=--disable-mbmon PLIST_SUB+= MBMON="@comment " .endif -.if defined(WITH_MEMCACHED) +.if ${PORT_OPTIONS:MMEMCACHED} LIB_DEPENDS+= memcached:${PORTSDIR}/databases/libmemcached CONFIGURE_ARGS+=--enable-memcached CONFIGURE_ARGS+=--with-libmemcached=${LOCALBASE} @@ -275,7 +287,7 @@ CONFIGURE_ARGS+=--disable-memcached --wi PLIST_SUB+= MEMCACHED="@comment " .endif -.if defined(WITH_MYSQL) +.if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes CONFIGURE_ARGS+=--enable-mysql PLIST_SUB+= MYSQL="" @@ -284,9 +296,9 @@ CONFIGURE_ARGS+=--disable-mysql PLIST_SUB+= MYSQL="@comment " .endif -.if defined(WITH_NGINX) +.if ${PORT_OPTIONS:MNGINX} RUN_DEPENDS+= nginx:${PORTSDIR}/www/nginx -LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl +LIB_DEPENDS+= curl:${PORTSDIR}/ftp/curl CONFIGURE_ARGS+=--enable-nginx PLIST_SUB+= NGINX="" .else @@ -294,7 +306,7 @@ CONFIGURE_ARGS+=--disable-nginx PLIST_SUB+= NGINX="@comment " .endif -.if defined(WITH_OPENVPN) +.if ${PORT_OPTIONS:MOPENVPN} CONFIGURE_ARGS+=--enable-openvpn RUN_DEPENDS+= ${LOCALBASE}/sbin/openvpn:${PORTSDIR}/security/openvpn PLIST_SUB+= OPENVPN="" @@ -303,7 +315,7 @@ CONFIGURE_ARGS+=--disable-openvpn PLIST_SUB+= OPENVPN="@comment " .endif -.if defined(WITH_PDNS) +.if ${PORT_OPTIONS:MPDNS} USE_PDNS= yes CONFIGURE_ARGS+=--enable-powerdns PLIST_SUB+= PDNS="" @@ -312,7 +324,7 @@ CONFIGURE_ARGS+=--disable-powerdns PLIST_SUB+= PDNS="@comment " .endif -.if defined(WITH_PGSQL) +.if ${PORT_OPTIONS:MPGSQL} USE_PGSQL= yes CONFIGURE_ARGS+=--enable-postgresql PLIST_SUB+= PGSQL="" @@ -321,7 +333,7 @@ CONFIGURE_ARGS+=--disable-postgresql PLIST_SUB+= PGSQL="@comment " .endif -.if defined(WITH_PING) +.if ${PORT_OPTIONS:MPING} LIB_DEPENDS+= oping:${PORTSDIR}/net/liboping CONFIGURE_ARGS+=--enable-ping PLIST_SUB+= PING="" @@ -330,7 +342,7 @@ CONFIGURE_ARGS+=--disable-ping PLIST_SUB+= PING="@comment " .endif -.if defined(WITH_PYTHON) +.if ${PORT_OPTIONS:MPYTHON} USE_PYTHON= yes CONFIGURE_ARGS+=--enable-python PLIST_SUB+= PYTHON="" @@ -339,7 +351,7 @@ CONFIGURE_ARGS+=--disable-python PLIST_SUB+= PYTHON="@comment " .endif -.if defined(WITH_ROUTEROS) +.if ${PORT_OPTIONS:MROUTEROS} LIB_DEPENDS+= routeros:${PORTSDIR}/net/librouteros CONFIGURE_ARGS+=--enable-routeros --with-librouteros=${LOCALBASE} PLIST_SUB+= ROUTEROS="" @@ -348,7 +360,7 @@ CONFIGURE_ARGS+=--disable-routeros --wit PLIST_SUB+= ROUTEROS="@comment " .endif -.if defined(WITH_RRDTOOL) +.if ${PORT_OPTIONS:MRRDTOOL} LIB_DEPENDS+= rrd:${PORTSDIR}/databases/rrdtool CONFIGURE_ARGS+=--enable-rrdtool PLIST_SUB+= RRD="" @@ -357,7 +369,7 @@ CONFIGURE_ARGS+=--disable-rrdtool PLIST_SUB+= RRD="@comment " .endif -.if defined(WITH_RRDCACHED) && defined(WITH_RRDTOOL) +.if ${PORT_OPTIONS:MRRDCACHED} && ${PORT_OPTIONS:MRRDTOOL} CONFIGURE_ARGS+=--enable-rrdcached PLIST_SUB+= RRDCACHED="" .else @@ -365,8 +377,8 @@ CONFIGURE_ARGS+=--disable--rrdcached PLIST_SUB+= RRDCACHED="@comment " .endif -.if defined(WITH_SNMP) -LIB_DEPENDS+= netsnmp.30:${PORTSDIR}/net-mgmt/net-snmp +.if ${PORT_OPTIONS:MSNMP} +LIB_DEPENDS+= netsnmp:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+=--enable-snmp PLIST_SUB+= SNMP="" .else @@ -374,8 +386,8 @@ CONFIGURE_ARGS+=--disable-snmp PLIST_SUB+= SNMP="@comment " .endif -.if defined(WITH_TOKYOTYRANT) -LIB_DEPENDS+= tokyotyrant.3:${PORTSDIR}/databases/tokyotyrant +.if ${PORT_OPTIONS:MTOKYOTYRANT} +LIB_DEPENDS+= tokyotyrant:${PORTSDIR}/databases/tokyotyrant CONFIGURE_ARGS+=--enable-tokyotyrant CONFIGURE_ARGS+=--with-libtokyotyrant=${LOCALBASE} PLIST_SUB+= TOKYOTYRANT="" @@ -384,8 +396,25 @@ CONFIGURE_ARGS+=--disable-tokyotyrant -- PLIST_SUB+= TOKYOTYRANT="@comment " .endif -.if defined(WITH_XMMS) -LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms +.if ${PORT_OPTIONS:MVIRT} +CONFIGURE_ARGS+=--enable-libvirt +LIB_DEPENDS+= virt:${PORTSDIR}/devel/libvirt +PLIST_SUB+= VIRT="" +.else +CONFIGURE_ARGS+=--disable-libvirt +PLIST_SUB+= VIRT="@comment " +.endif + +.if ${PORT_OPTIONS:MWRITE_HTTP} +CONFIGURE_ARGS+=--enable-write_http +PLIST_SUB+= WRITE_HTTP="" +.else +CONFIGURE_ARGS+=--disable-write_http +PLIST_SUB+= WRITE_HTTP="@comment " +.endif + +.if ${PORT_OPTIONS:MXMMS} +LIB_DEPENDS+= xmms:${PORTSDIR}/multimedia/xmms CONFIGURE_ARGS+=--enable-xmms CFLAGS+= `xmms-config --cflags` PLIST_SUB+= XMMS="" @@ -422,7 +451,7 @@ post-install: ${CP} -p ${PREFIX}/etc/collectd.conf.sample \ ${PREFIX}/etc/collectd.conf ; \ fi -.if defined(WITH_CGI) +.if ${PORT_OPTIONS:MCGI} ${MKDIR} ${WWWDIR} ${INSTALL_SCRIPT} ${WRKSRC}/contrib/collection.cgi ${WWWDIR}/ ${INSTALL_DATA} ${WRKSRC}/contrib/collection.conf \ Modified: head/net-mgmt/collectd5/pkg-plist ============================================================================== --- head/net-mgmt/collectd5/pkg-plist Thu Sep 13 13:03:48 2012 (r304207) +++ head/net-mgmt/collectd5/pkg-plist Thu Sep 13 13:04:44 2012 (r304208) @@ -105,12 +105,16 @@ lib/collectd/uptime.la lib/collectd/uptime.so lib/collectd/uuid.la lib/collectd/uuid.so +%%VIRT%%lib/collectd/libvirt.la +%%VIRT%%lib/collectd/libvirt.so lib/collectd/write_graphite.so lib/collectd/write_graphite.la lib/libcollectdclient.la lib/libcollectdclient.so lib/libcollectdclient.so.0 libdata/pkgconfig/libcollectdclient.pc +%%WRITE_HTTP%%lib/collectd/write_http.la +%%WRITE_HTTP%%lib/collectd/write_http.so %%XMMS%%lib/collectd/xmms.la %%XMMS%%lib/collectd/xmms.so %%DATADIR%%/postgresql_default.conf From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 13:11:52 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 58C0D106566B; Thu, 13 Sep 2012 13:11:52 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2818E8FC12; Thu, 13 Sep 2012 13:11:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DDBqL8003777; Thu, 13 Sep 2012 13:11:52 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DDBp18003770; Thu, 13 Sep 2012 13:11:51 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201209131311.q8DDBp18003770@svn.freebsd.org> From: Niclas Zeising Date: Thu, 13 Sep 2012 13:11:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304209 - in head/devel: . rcs X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 13:11:52 -0000 Author: zeising Date: Thu Sep 13 13:11:51 2012 New Revision: 304209 URL: http://svn.freebsd.org/changeset/ports/304209 Log: add a new port devel/rcs This is a port of GNU rcs. http://www.gnu.org/software/rcs/ Approved by: kwm (mentor) Added: head/devel/rcs/ head/devel/rcs/Makefile (contents, props changed) head/devel/rcs/distinfo (contents, props changed) head/devel/rcs/pkg-descr (contents, props changed) head/devel/rcs/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Sep 13 13:04:44 2012 (r304208) +++ head/devel/Makefile Thu Sep 13 13:11:51 2012 (r304209) @@ -3654,6 +3654,7 @@ SUBDIR += raknet SUBDIR += rapidsvn SUBDIR += rbtools + SUBDIR += rcs SUBDIR += re2 SUBDIR += re2c SUBDIR += readline Added: head/devel/rcs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rcs/Makefile Thu Sep 13 13:11:51 2012 (r304209) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= rcs +PORTVERSION= 5.8.1 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= zeising@FreeBSD.org +COMMENT= Version control system + +LICENSE= GPLv3 + +GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes + +MAN1= ci.1 co.1 ident.1 merge.1 rcs.1 rcsclean.1 rcsdiff.1 rcsmerge.1 rlog.1 +MAN5= rcsfile.5 +INFO= rcs + +.include Added: head/devel/rcs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rcs/distinfo Thu Sep 13 13:11:51 2012 (r304209) @@ -0,0 +1,2 @@ +SHA256 (rcs-5.8.1.tar.gz) = 04d0ca069954cd3e1b63d498c3751910956df70ce083be97d8b10eff88363eac +SIZE (rcs-5.8.1.tar.gz) = 1194073 Added: head/devel/rcs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rcs/pkg-descr Thu Sep 13 13:11:51 2012 (r304209) @@ -0,0 +1,8 @@ +The Revision Control System (RCS) manages multiple revisions of files. RCS +automates the storing, retrieval, logging, identification, and merging of +revisions. RCS is useful for text that is revised frequently, including source +code, programs, documentation, graphics, papers, and form letters. + +This port is gnu rcs. + +WWW: http://www.gnu.org/software/rcs/ Added: head/devel/rcs/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rcs/pkg-plist Thu Sep 13 13:11:51 2012 (r304209) @@ -0,0 +1,9 @@ +bin/ci +bin/co +bin/ident +bin/merge +bin/rcs +bin/rcsclean +bin/rcsdiff +bin/rcsmerge +bin/rlog From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 13:13:34 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6FFB106566B; Thu, 13 Sep 2012 13:13:34 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D1DA68FC18; Thu, 13 Sep 2012 13:13:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DDDYNk004121; Thu, 13 Sep 2012 13:13:34 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DDDYBK004118; Thu, 13 Sep 2012 13:13:34 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201209131313.q8DDDYBK004118@svn.freebsd.org> From: Philippe Audeoud Date: Thu, 13 Sep 2012 13:13:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304210 - head/security/p5-Authen-SASL X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 13:13:35 -0000 Author: jadawin Date: Thu Sep 13 13:13:34 2012 New Revision: 304210 URL: http://svn.freebsd.org/changeset/ports/304210 Log: - Update to 2.16 - Changelog: http://cpansearch.perl.org/src/GBARR/Authen-SASL-2.16/Changes Modified: head/security/p5-Authen-SASL/Makefile (contents, props changed) head/security/p5-Authen-SASL/distinfo (contents, props changed) Modified: head/security/p5-Authen-SASL/Makefile ============================================================================== --- head/security/p5-Authen-SASL/Makefile Thu Sep 13 13:11:51 2012 (r304209) +++ head/security/p5-Authen-SASL/Makefile Thu Sep 13 13:13:34 2012 (r304210) @@ -6,7 +6,7 @@ # PORTNAME= Authen-SASL -PORTVERSION= 2.15 +PORTVERSION= 2.16 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/security/p5-Authen-SASL/distinfo ============================================================================== --- head/security/p5-Authen-SASL/distinfo Thu Sep 13 13:11:51 2012 (r304209) +++ head/security/p5-Authen-SASL/distinfo Thu Sep 13 13:13:34 2012 (r304210) @@ -1,2 +1,2 @@ -SHA256 (Authen-SASL-2.15.tar.gz) = e9c0be516302e75d7ecdf0ef20b89f58e8b43533ae39ded68ebfc72a23b077ee -SIZE (Authen-SASL-2.15.tar.gz) = 44634 +SHA256 (Authen-SASL-2.16.tar.gz) = 6614fa7518f094f853741b63c73f3627168c5d3aca89b1d02b1016dc32854e09 +SIZE (Authen-SASL-2.16.tar.gz) = 45129 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 13:25:27 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9D7CD106566C; Thu, 13 Sep 2012 13:25:27 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 885708FC15; Thu, 13 Sep 2012 13:25:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DDPRLh006005; Thu, 13 Sep 2012 13:25:27 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DDPR5R006002; Thu, 13 Sep 2012 13:25:27 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201209131325.q8DDPR5R006002@svn.freebsd.org> From: Jun Kuriyama Date: Thu, 13 Sep 2012 13:25:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304211 - head/textproc/p5-Text-Sass X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 13:25:27 -0000 Author: kuriyama Date: Thu Sep 13 13:25:26 2012 New Revision: 304211 URL: http://svn.freebsd.org/changeset/ports/304211 Log: - Upgrade to 0.96. Modified: head/textproc/p5-Text-Sass/Makefile head/textproc/p5-Text-Sass/distinfo Modified: head/textproc/p5-Text-Sass/Makefile ============================================================================== --- head/textproc/p5-Text-Sass/Makefile Thu Sep 13 13:13:34 2012 (r304210) +++ head/textproc/p5-Text-Sass/Makefile Thu Sep 13 13:25:26 2012 (r304211) @@ -6,7 +6,7 @@ # PORTNAME= Text-Sass -PORTVERSION= 0.95 +PORTVERSION= 0.96 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RPETTETT Modified: head/textproc/p5-Text-Sass/distinfo ============================================================================== --- head/textproc/p5-Text-Sass/distinfo Thu Sep 13 13:13:34 2012 (r304210) +++ head/textproc/p5-Text-Sass/distinfo Thu Sep 13 13:25:26 2012 (r304211) @@ -1,2 +1,2 @@ -SHA256 (Text-Sass-0.95.tar.gz) = bb8873008157db7f03ab83e369e2ef281a790fe4b63f158e9d90f6382a73ce7a -SIZE (Text-Sass-0.95.tar.gz) = 18837 +SHA256 (Text-Sass-0.96.tar.gz) = 163e2d04bf08675012d76c9dcbfc652f9b7c51ca69a2b61da15a1756d2a27567 +SIZE (Text-Sass-0.96.tar.gz) = 19585 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 13:25:58 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E5E7D1065670; Thu, 13 Sep 2012 13:25:58 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CD60E8FC18; Thu, 13 Sep 2012 13:25:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DDPwrK006143; Thu, 13 Sep 2012 13:25:58 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DDPwBv006140; Thu, 13 Sep 2012 13:25:58 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201209131325.q8DDPwBv006140@svn.freebsd.org> From: Jun Kuriyama Date: Thu, 13 Sep 2012 13:25:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304212 - head/net/p5-AnyEvent-MPRPC X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 13:25:59 -0000 Author: kuriyama Date: Thu Sep 13 13:25:58 2012 New Revision: 304212 URL: http://svn.freebsd.org/changeset/ports/304212 Log: - Upgrade to 0.17. Modified: head/net/p5-AnyEvent-MPRPC/Makefile head/net/p5-AnyEvent-MPRPC/distinfo Modified: head/net/p5-AnyEvent-MPRPC/Makefile ============================================================================== --- head/net/p5-AnyEvent-MPRPC/Makefile Thu Sep 13 13:25:26 2012 (r304211) +++ head/net/p5-AnyEvent-MPRPC/Makefile Thu Sep 13 13:25:58 2012 (r304212) @@ -6,7 +6,7 @@ # PORTNAME= AnyEvent-MPRPC -PORTVERSION= 0.16 +PORTVERSION= 0.17 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/net/p5-AnyEvent-MPRPC/distinfo ============================================================================== --- head/net/p5-AnyEvent-MPRPC/distinfo Thu Sep 13 13:25:26 2012 (r304211) +++ head/net/p5-AnyEvent-MPRPC/distinfo Thu Sep 13 13:25:58 2012 (r304212) @@ -1,2 +1,2 @@ -SHA256 (AnyEvent-MPRPC-0.16.tar.gz) = 815ff7ff574f675719d3bd186111ac14fa42e812af4fb4a194f01c5b849fd5d3 -SIZE (AnyEvent-MPRPC-0.16.tar.gz) = 27356 +SHA256 (AnyEvent-MPRPC-0.17.tar.gz) = 81b0b18d5f50c47eba581d100827a22e1416f5108b7f107918e794cffa7479f2 +SIZE (AnyEvent-MPRPC-0.17.tar.gz) = 27742 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 13:26:40 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5EE71065673; Thu, 13 Sep 2012 13:26:39 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BF9D68FC1C; Thu, 13 Sep 2012 13:26:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DDQdYM006307; Thu, 13 Sep 2012 13:26:39 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DDQdLR006304; Thu, 13 Sep 2012 13:26:39 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201209131326.q8DDQdLR006304@svn.freebsd.org> From: Jun Kuriyama Date: Thu, 13 Sep 2012 13:26:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304213 - head/devel/p5-Test-Most X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 13:26:40 -0000 Author: kuriyama Date: Thu Sep 13 13:26:39 2012 New Revision: 304213 URL: http://svn.freebsd.org/changeset/ports/304213 Log: - Upgrade to 0.31. Modified: head/devel/p5-Test-Most/Makefile head/devel/p5-Test-Most/distinfo Modified: head/devel/p5-Test-Most/Makefile ============================================================================== --- head/devel/p5-Test-Most/Makefile Thu Sep 13 13:25:58 2012 (r304212) +++ head/devel/p5-Test-Most/Makefile Thu Sep 13 13:26:39 2012 (r304213) @@ -6,7 +6,7 @@ # PORTNAME= Test-Most -PORTVERSION= 0.25 +PORTVERSION= 0.31 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Test-Most/distinfo ============================================================================== --- head/devel/p5-Test-Most/distinfo Thu Sep 13 13:25:58 2012 (r304212) +++ head/devel/p5-Test-Most/distinfo Thu Sep 13 13:26:39 2012 (r304213) @@ -1,2 +1,2 @@ -SHA256 (Test-Most-0.25.tar.gz) = abc41e1e15b472df0a87ef2204ddc4736723022c446d83535ffd2b751b47330d -SIZE (Test-Most-0.25.tar.gz) = 16696 +SHA256 (Test-Most-0.31.tar.gz) = 0ddc6034dc7cde3631dde41ecb558ed823fc07804bfd051b8ec9a70131862ab7 +SIZE (Test-Most-0.31.tar.gz) = 18272 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 13:31:37 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 743981065670; Thu, 13 Sep 2012 13:31:37 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5F6BD8FC14; Thu, 13 Sep 2012 13:31:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DDVbeB007155; Thu, 13 Sep 2012 13:31:37 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DDVbLx007152; Thu, 13 Sep 2012 13:31:37 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201209131331.q8DDVbLx007152@svn.freebsd.org> From: Jun Kuriyama Date: Thu, 13 Sep 2012 13:31:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304214 - head/devel/p5-Class-Forward X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 13:31:37 -0000 Author: kuriyama Date: Thu Sep 13 13:31:36 2012 New Revision: 304214 URL: http://svn.freebsd.org/changeset/ports/304214 Log: - Upgrade to 0.08. Modified: head/devel/p5-Class-Forward/Makefile head/devel/p5-Class-Forward/distinfo Modified: head/devel/p5-Class-Forward/Makefile ============================================================================== --- head/devel/p5-Class-Forward/Makefile Thu Sep 13 13:26:39 2012 (r304213) +++ head/devel/p5-Class-Forward/Makefile Thu Sep 13 13:31:36 2012 (r304214) @@ -6,7 +6,7 @@ # PORTNAME= Class-Forward -PORTVERSION= 0.06 +PORTVERSION= 0.08 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/devel/p5-Class-Forward/distinfo ============================================================================== --- head/devel/p5-Class-Forward/distinfo Thu Sep 13 13:26:39 2012 (r304213) +++ head/devel/p5-Class-Forward/distinfo Thu Sep 13 13:31:36 2012 (r304214) @@ -1,2 +1,2 @@ -SHA256 (Class-Forward-0.06.tar.gz) = abdb098a9aa9a3c34287a8f618fd8cc820ad607f29cd1a768720300daf3b6d1f -SIZE (Class-Forward-0.06.tar.gz) = 10818 +SHA256 (Class-Forward-0.08.tar.gz) = 9181adc2b206ebffa0af2ff237a14a9f25387103dc45ea65dc6e02e9ede39a8f +SIZE (Class-Forward-0.08.tar.gz) = 10938 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 13:36:11 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B2E48106564A; Thu, 13 Sep 2012 13:36:11 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9DC4A8FC14; Thu, 13 Sep 2012 13:36:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DDaBV0007911; Thu, 13 Sep 2012 13:36:11 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DDaBHe007908; Thu, 13 Sep 2012 13:36:11 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201209131336.q8DDaBHe007908@svn.freebsd.org> From: Jun Kuriyama Date: Thu, 13 Sep 2012 13:36:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304215 - head/devel/p5-IO-Callback X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 13:36:11 -0000 Author: kuriyama Date: Thu Sep 13 13:36:10 2012 New Revision: 304215 URL: http://svn.freebsd.org/changeset/ports/304215 Log: - Upgrade to 1.10. Modified: head/devel/p5-IO-Callback/Makefile head/devel/p5-IO-Callback/distinfo Modified: head/devel/p5-IO-Callback/Makefile ============================================================================== --- head/devel/p5-IO-Callback/Makefile Thu Sep 13 13:31:36 2012 (r304214) +++ head/devel/p5-IO-Callback/Makefile Thu Sep 13 13:36:10 2012 (r304215) @@ -6,7 +6,7 @@ # PORTNAME= IO-Callback -PORTVERSION= 1.08 +PORTVERSION= 1.10 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,7 +16,9 @@ COMMENT= Perl extension to emulate file RUN_DEPENDS= \ p5-IO-String>0:${PORTSDIR}/devel/p5-IO-String -BUILD_DEPENDS:= ${RUN_DEPENDS} +BUILD_DEPENDS:= \ + ${RUN_DEPENDS} \ + p5-Module-Build>=0.4000:${PORTSDIR}/devel/p5-Module-Build TEST_DEPENDS= \ p5-File-Slurp>0:${PORTSDIR}/devel/p5-File-Slurp \ p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \ Modified: head/devel/p5-IO-Callback/distinfo ============================================================================== --- head/devel/p5-IO-Callback/distinfo Thu Sep 13 13:31:36 2012 (r304214) +++ head/devel/p5-IO-Callback/distinfo Thu Sep 13 13:36:10 2012 (r304215) @@ -1,2 +1,2 @@ -SHA256 (IO-Callback-1.08.tar.gz) = 70f0bd3af790c2a6636a8edb4efad613796d292909fe656ada6a38b9c05a9e56 -SIZE (IO-Callback-1.08.tar.gz) = 20944 +SHA256 (IO-Callback-1.10.tar.gz) = 9ae187096aa0afaae643603dfae24236cbea082a6dfe73c5a3a5315fdf4b567e +SIZE (IO-Callback-1.10.tar.gz) = 26728 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 13:43:23 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB585106564A; Thu, 13 Sep 2012 13:43:23 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 95C168FC18; Thu, 13 Sep 2012 13:43:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DDhNnT009025; Thu, 13 Sep 2012 13:43:23 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DDhNnh009022; Thu, 13 Sep 2012 13:43:23 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201209131343.q8DDhNnh009022@svn.freebsd.org> From: Jun Kuriyama Date: Thu, 13 Sep 2012 13:43:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304216 - head/databases/p5-DBIx-Class-DeploymentHandler X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 13:43:23 -0000 Author: kuriyama Date: Thu Sep 13 13:43:23 2012 New Revision: 304216 URL: http://svn.freebsd.org/changeset/ports/304216 Log: - Upgrade to 0.002202. Modified: head/databases/p5-DBIx-Class-DeploymentHandler/Makefile head/databases/p5-DBIx-Class-DeploymentHandler/distinfo Modified: head/databases/p5-DBIx-Class-DeploymentHandler/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-DeploymentHandler/Makefile Thu Sep 13 13:36:10 2012 (r304215) +++ head/databases/p5-DBIx-Class-DeploymentHandler/Makefile Thu Sep 13 13:43:23 2012 (r304216) @@ -6,7 +6,7 @@ # PORTNAME= DBIx-Class-DeploymentHandler -PORTVERSION= 0.002201 +PORTVERSION= 0.002202 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/databases/p5-DBIx-Class-DeploymentHandler/distinfo ============================================================================== --- head/databases/p5-DBIx-Class-DeploymentHandler/distinfo Thu Sep 13 13:36:10 2012 (r304215) +++ head/databases/p5-DBIx-Class-DeploymentHandler/distinfo Thu Sep 13 13:43:23 2012 (r304216) @@ -1,2 +1,2 @@ -SHA256 (DBIx-Class-DeploymentHandler-0.002201.tar.gz) = 8a918989132af6b7da799d3d3d9db4d4137548822ffac7d2644db65aa60a4843 -SIZE (DBIx-Class-DeploymentHandler-0.002201.tar.gz) = 52202 +SHA256 (DBIx-Class-DeploymentHandler-0.002202.tar.gz) = 66864390310224b5915e137d9466595d09f87402ee08750f2b42d3ce74a5b6cd +SIZE (DBIx-Class-DeploymentHandler-0.002202.tar.gz) = 52267 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 13:56:45 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 50780106566B; Thu, 13 Sep 2012 13:56:45 +0000 (UTC) (envelope-from bf@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3C1008FC14; Thu, 13 Sep 2012 13:56:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DDuj0i010876; Thu, 13 Sep 2012 13:56:45 GMT (envelope-from bf@svn.freebsd.org) Received: (from bf@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DDujAt010872; Thu, 13 Sep 2012 13:56:45 GMT (envelope-from bf@svn.freebsd.org) Message-Id: <201209131356.q8DDujAt010872@svn.freebsd.org> From: Brendan Fabeny Date: Thu, 13 Sep 2012 13:56:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304217 - head/math/libocas X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 13:56:45 -0000 Author: bf Date: Thu Sep 13 13:56:44 2012 New Revision: 304217 URL: http://svn.freebsd.org/changeset/ports/304217 Log: update to v096 Modified: head/math/libocas/Makefile (contents, props changed) head/math/libocas/distinfo (contents, props changed) Modified: head/math/libocas/Makefile ============================================================================== --- head/math/libocas/Makefile Thu Sep 13 13:43:23 2012 (r304216) +++ head/math/libocas/Makefile Thu Sep 13 13:56:44 2012 (r304217) @@ -6,7 +6,7 @@ # PORTNAME= libocas -PORTVERSION= 0.95 +PORTVERSION= 0.96 CATEGORIES= math MASTER_SITES= http://cmp.felk.cvut.cz/~xfrancv/ocas/ LOCAL/bf DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//} Modified: head/math/libocas/distinfo ============================================================================== --- head/math/libocas/distinfo Thu Sep 13 13:43:23 2012 (r304216) +++ head/math/libocas/distinfo Thu Sep 13 13:56:44 2012 (r304217) @@ -1,2 +1,2 @@ -SHA256 (libocas_v095.zip) = 03219afa44489ed0fe5e17c4505b889f9a90741628dc5744291de7463e443564 -SIZE (libocas_v095.zip) = 6003649 +SHA256 (libocas_v096.zip) = 39dad14113e5fc953eeca72de80f9e1d80d956b399b991043f4e9f79e07fbc6d +SIZE (libocas_v096.zip) = 5776988 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 14:04:19 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A4481065673; Thu, 13 Sep 2012 14:04:19 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5B4948FC14; Thu, 13 Sep 2012 14:04:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DE4JTY011946; Thu, 13 Sep 2012 14:04:19 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DE4Jti011942; Thu, 13 Sep 2012 14:04:19 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201209131404.q8DE4Jti011942@svn.freebsd.org> From: Jun Kuriyama Date: Thu, 13 Sep 2012 14:04:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304218 - head/databases/p5-DBIx-Class-Migration X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 14:04:19 -0000 Author: kuriyama Date: Thu Sep 13 14:04:18 2012 New Revision: 304218 URL: http://svn.freebsd.org/changeset/ports/304218 Log: - Upgrade to 0.030. Modified: head/databases/p5-DBIx-Class-Migration/Makefile head/databases/p5-DBIx-Class-Migration/distinfo head/databases/p5-DBIx-Class-Migration/pkg-plist Modified: head/databases/p5-DBIx-Class-Migration/Makefile ============================================================================== --- head/databases/p5-DBIx-Class-Migration/Makefile Thu Sep 13 13:56:44 2012 (r304217) +++ head/databases/p5-DBIx-Class-Migration/Makefile Thu Sep 13 14:04:18 2012 (r304218) @@ -6,7 +6,7 @@ # PORTNAME= DBIx-Class-Migration -PORTVERSION= 0.026 +PORTVERSION= 0.030 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -55,6 +55,34 @@ MAN3= Catalyst::TraitFor::Model::DBIC::S DBIx::Class::Migration::Sandbox.3 \ DBIx::Class::Migration::SchemaLoader.3 \ DBIx::Class::Migration::Script.3 \ + DBIx::Class::Migration::Script::Help.3 \ + DBIx::Class::Migration::Script::Help::databases.3 \ + DBIx::Class::Migration::Script::Help::delete_table_rows.3 \ + DBIx::Class::Migration::Script::Help::diagram.3 \ + DBIx::Class::Migration::Script::Help::downgrade.3 \ + DBIx::Class::Migration::Script::Help::drop_tables.3 \ + DBIx::Class::Migration::Script::Help::dsn.3 \ + DBIx::Class::Migration::Script::Help::dump_all_sets.3 \ + DBIx::Class::Migration::Script::Help::dump_named_sets.3 \ + DBIx::Class::Migration::Script::Help::fixture_sets.3 \ + DBIx::Class::Migration::Script::Help::force_overwrite.3 \ + DBIx::Class::Migration::Script::Help::help.3 \ + DBIx::Class::Migration::Script::Help::includes.3 \ + DBIx::Class::Migration::Script::Help::install.3 \ + DBIx::Class::Migration::Script::Help::install_if_needed.3 \ + DBIx::Class::Migration::Script::Help::install_version_storage.3 \ + DBIx::Class::Migration::Script::Help::make_schema.3 \ + DBIx::Class::Migration::Script::Help::password.3 \ + DBIx::Class::Migration::Script::Help::populate.3 \ + DBIx::Class::Migration::Script::Help::prepare.3 \ + DBIx::Class::Migration::Script::Help::sandbox_class.3 \ + DBIx::Class::Migration::Script::Help::schema_class.3 \ + DBIx::Class::Migration::Script::Help::status.3 \ + DBIx::Class::Migration::Script::Help::target_dir.3 \ + DBIx::Class::Migration::Script::Help::to_version.3 \ + DBIx::Class::Migration::Script::Help::upgrade.3 \ + DBIx::Class::Migration::Script::Help::username.3 \ + DBIx::Class::Migration::Script::Help::version.3 \ DBIx::Class::Migration::ShareDirBuilder.3 \ DBIx::Class::Migration::SqliteSandbox.3 \ DBIx::Class::Migration::TargetDirSandboxBuilder.3 \ Modified: head/databases/p5-DBIx-Class-Migration/distinfo ============================================================================== --- head/databases/p5-DBIx-Class-Migration/distinfo Thu Sep 13 13:56:44 2012 (r304217) +++ head/databases/p5-DBIx-Class-Migration/distinfo Thu Sep 13 14:04:18 2012 (r304218) @@ -1,2 +1,2 @@ -SHA256 (DBIx-Class-Migration-0.026.tar.gz) = 1d767dde4f5772f34728761a41a5f9a27489335cf77c2227fc48f6f3d31022f8 -SIZE (DBIx-Class-Migration-0.026.tar.gz) = 156699 +SHA256 (DBIx-Class-Migration-0.030.tar.gz) = f90b08830cd41640facb05b2214914b01843e5b8807ba25371eefe3cda2c6904 +SIZE (DBIx-Class-Migration-0.030.tar.gz) = 166407 Modified: head/databases/p5-DBIx-Class-Migration/pkg-plist ============================================================================== --- head/databases/p5-DBIx-Class-Migration/pkg-plist Thu Sep 13 13:56:44 2012 (r304217) +++ head/databases/p5-DBIx-Class-Migration/pkg-plist Thu Sep 13 14:04:18 2012 (r304218) @@ -13,6 +13,34 @@ bin/dbic-migration %%SITE_PERL%%/DBIx/Class/Migration/Sandbox.pm %%SITE_PERL%%/DBIx/Class/Migration/SchemaLoader.pm %%SITE_PERL%%/DBIx/Class/Migration/Script.pm +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/databases.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/delete_table_rows.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/diagram.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/downgrade.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/drop_tables.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/dsn.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/dump_all_sets.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/dump_named_sets.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/fixture_sets.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/force_overwrite.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/help.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/includes.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/install.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/install_if_needed.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/install_version_storage.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/make_schema.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/password.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/populate.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/prepare.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/sandbox_class.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/schema_class.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/status.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/target_dir.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/to_version.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/upgrade.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/username.pod +%%SITE_PERL%%/DBIx/Class/Migration/Script/Help/version.pod %%SITE_PERL%%/DBIx/Class/Migration/ShareDirBuilder.pm %%SITE_PERL%%/DBIx/Class/Migration/SqliteSandbox.pm %%SITE_PERL%%/DBIx/Class/Migration/TargetDirSandboxBuilder.pm @@ -33,6 +61,8 @@ bin/dbic-migration @dirrmtry %%SITE_PERL%%/Test/DBIx/Class @dirrmtry %%SITE_PERL%%/Test/DBIx @dirrm %%SITE_PERL%%/DBIx/Class/Migration/Tutorial +@dirrm %%SITE_PERL%%/DBIx/Class/Migration/Script/Help +@dirrm %%SITE_PERL%%/DBIx/Class/Migration/Script @dirrm %%SITE_PERL%%/DBIx/Class/Migration/RunScript/Trait @dirrm %%SITE_PERL%%/DBIx/Class/Migration/RunScript @dirrm %%SITE_PERL%%/DBIx/Class/Migration From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 14:17:01 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 457AA106566C; Thu, 13 Sep 2012 14:17:01 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 175E28FC12; Thu, 13 Sep 2012 14:17:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DEH0lK013887; Thu, 13 Sep 2012 14:17:00 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DEH0oR013884; Thu, 13 Sep 2012 14:17:00 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209131417.q8DEH0oR013884@svn.freebsd.org> From: Steve Wills Date: Thu, 13 Sep 2012 14:17:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304219 - in head/games/abuse_sdl: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 14:17:01 -0000 Author: swills Date: Thu Sep 13 14:17:00 2012 New Revision: 304219 URL: http://svn.freebsd.org/changeset/ports/304219 Log: - Improve COMMENT - Add LICENSE - Doesn't require gmake, remove USE_GMAKE - Avoid pkg-plist when possible - Convert to OptionsNG - Give maintainership to submitter PR: ports/171318 Submitted by: nemysis Added: head/games/abuse_sdl/files/patch-src-intsect.cpp (contents, props changed) Deleted: head/games/abuse_sdl/files/patch-src__intsect.cpp head/games/abuse_sdl/pkg-plist Modified: head/games/abuse_sdl/Makefile (contents, props changed) Modified: head/games/abuse_sdl/Makefile ============================================================================== --- head/games/abuse_sdl/Makefile Thu Sep 13 14:04:18 2012 (r304218) +++ head/games/abuse_sdl/Makefile Thu Sep 13 14:17:00 2012 (r304219) @@ -2,21 +2,20 @@ PORTNAME= abuse_sdl PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= GENTOO/distfiles \ http://abuse.zoy.org/raw-attachment/wiki/download/ -DISTNAME= abuse-${PORTVERSION} +DISTNAME= abuse-${DISTVERSION} -MAINTAINER= ports@FreeBSD.org -COMMENT= An SDL port of the Abuse game engine +MAINTAINER= nemysis@gmx.ch +COMMENT= SDL port of the Abuse game engine -CONFLICTS= abuse-[0-9]* +LICENSE= GPLv2 USE_GNOME= gnomehack USE_GL= gl USE_SDL= mixer sdl -USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-assetdir=${DATADIR} --enable-release MAKE_JOBS_SAFE= yes @@ -26,4 +25,25 @@ MAN6= abuse.6 abuse-tool.6 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +PLIST_FILES= bin/abuse \ + bin/abuse-tool \ + share/pixmaps/abuse.png + +PORTDATA= * +PORTDOCS= AUTHORS ChangeLog NEWS README TODO + +.include + +post-install: +# Pixmaps + ${INSTALL_DATA} ${WRKSRC}/doc/abuse.png ${PREFIX}/share/pixmaps/ + +# Documentation +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${DOCSDIR} +. for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +. endfor +.endif + .include Added: head/games/abuse_sdl/files/patch-src-intsect.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/abuse_sdl/files/patch-src-intsect.cpp Thu Sep 13 14:17:00 2012 (r304219) @@ -0,0 +1,10 @@ +--- src/intsect.cpp.orig 2011-05-02 13:55:06.000000000 +0200 ++++ src/intsect.cpp 2012-09-10 22:33:43.000000000 +0200 +@@ -13,6 +13,7 @@ + #endif + + #include ++#include + + void pushback(int32_t x1,int32_t y1,int32_t &x2,int32_t &y2, + int32_t xp1, int32_t yp1, int32_t xp2, int32_t yp2, int xdir, int ydir, int inside) From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 14:45:13 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 803D61065670; Thu, 13 Sep 2012 14:45:13 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 69EB68FC0A; Thu, 13 Sep 2012 14:45:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DEjDIr017948; Thu, 13 Sep 2012 14:45:13 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DEjD7n017943; Thu, 13 Sep 2012 14:45:13 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201209131445.q8DEjD7n017943@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 13 Sep 2012 14:45:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304220 - head/finance/cbb X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 14:45:13 -0000 Author: gahr Date: Thu Sep 13 14:45:12 2012 New Revision: 304220 URL: http://svn.freebsd.org/changeset/ports/304220 Log: - Update to 0.9.5.b - Update WWW in pkg-descr - Support Tcl/Tk > 8.2 PR: 170703 Submitted by: gahr Approved by: maintainer (timeout > 25 days) Modified: head/finance/cbb/Makefile (contents, props changed) head/finance/cbb/distinfo (contents, props changed) head/finance/cbb/pkg-descr (contents, props changed) head/finance/cbb/pkg-plist (contents, props changed) Modified: head/finance/cbb/Makefile ============================================================================== --- head/finance/cbb/Makefile Thu Sep 13 14:17:00 2012 (r304219) +++ head/finance/cbb/Makefile Thu Sep 13 14:45:12 2012 (r304220) @@ -6,29 +6,28 @@ # PORTNAME= cbb -PORTVERSION= 0.8.1 -PORTREVISION= 1 +DISTVERSION= 0.9.5b CATEGORIES= finance deskutils -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-0.8%20%28stable%29/${PORTVERSION} +MASTER_SITES= http://download.gna.org/cbb/ +EXTRACT_SUFX= .tgz MAINTAINER= kline@thought.org COMMENT= Checkbook balancing tool -RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 +USE_TK= yes NO_BUILD= yes USE_PERL5= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-perl=${PERL} \ + --with-wish=${WISH} +WRKSRC= ${WRKDIR}/${PKGNAME:R} +PLIST_SUB+= VERSION=${PORTVERSION:R:R} post-patch: - @${REINPLACE_CMD} -e "s|PERL = /usr/bin/perl|PERL = ${PERL5}|" \ - -e "s|WISH = /usr/bin/wish|WISH = ${LOCALBASE}/bin/wish8.2|" \ - -e "s|DESTDIR =||" ${WRKSRC}/Makefile - @${REINPLACE_CMD} "s|DESTDIR =||" ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's|$$destdir/bin|$$prefix/bin|' \ - -e 's|$$destdir/lib/cbb|$$prefix/lib/cbb|' \ - ${WRKSRC}/install.pl - @${REINPLACE_CMD} -e "s|=wish|=wish8.2|" -e 's|=""wish""|=""wish8.2""|' \ - ${WRKSRC}/configure + ${REINPLACE_CMD} -e 's|.aboutwin.frame.a.l6 ||' \ + ${WRKSRC}/tcl/help.tcl + ${REINPLACE_CMD} -e 's|%4Y%02m%02d|%Y%m%d|' \ + ${WRKSRC}/tcl/main.tcl .include Modified: head/finance/cbb/distinfo ============================================================================== --- head/finance/cbb/distinfo Thu Sep 13 14:17:00 2012 (r304219) +++ head/finance/cbb/distinfo Thu Sep 13 14:45:12 2012 (r304220) @@ -1,2 +1,2 @@ -SHA256 (cbb-0.8.1.tar.gz) = 5e6b6e5bc8c64c21690041f4d05529f032d014b258ec17a6768d46aef7a90b21 -SIZE (cbb-0.8.1.tar.gz) = 460490 +SHA256 (cbb-0.9.5b.tgz) = c18d707889608ae497b4c4cec030feb0129a73f4cfdcae227d20a6e61f41fc28 +SIZE (cbb-0.9.5b.tgz) = 298252 Modified: head/finance/cbb/pkg-descr ============================================================================== --- head/finance/cbb/pkg-descr Thu Sep 13 14:17:00 2012 (r304219) +++ head/finance/cbb/pkg-descr Thu Sep 13 14:45:12 2012 (r304220) @@ -6,4 +6,4 @@ Tcl/Tk and Perl and contains no compiled interface for users to add their own reports, graphs, and external modules without having to modify any of the CBB source. -WWW: http://cbb.sourceforge.net/ +WWW: http://gna.org/projects/cbb/ Modified: head/finance/cbb/pkg-plist ============================================================================== --- head/finance/cbb/pkg-plist Thu Sep 13 14:17:00 2012 (r304219) +++ head/finance/cbb/pkg-plist Thu Sep 13 14:45:12 2012 (r304220) @@ -1,116 +1,129 @@ bin/cbb -bin/dialog4duplicate -lib/cbb/languages/english.tcl -lib/cbb/languages/french.tcl -lib/cbb/languages/german.tcl -lib/cbb/reports/reports.conf -lib/cbb/reports/ave-by-cat.pl -lib/cbb/reports/by-cat.pl -lib/cbb/reports/by-payee.pl -lib/cbb/reports/miss-check.pl -lib/cbb/reports/shrt-by-cat.pl -lib/cbb/reports/txn-list.pl -lib/cbb/reports/uncleared-txn.pl -lib/cbb/graphs/graphs.conf -lib/cbb/graphs/cat-col.pl -lib/cbb/graphs/cat-pie.pl -lib/cbb/graphs/cat2-col.pl -lib/cbb/graphs/desc-pie.pl -lib/cbb/graphs/txn-list.pl -lib/cbb/graphs/descpie -lib/cbb/graphs/graphbal -lib/cbb/graphs/graphcol -lib/cbb/graphs/graphcolpos -lib/cbb/graphs/graphpie -lib/cbb/images/author.xbm -lib/cbb/images/cbb.xbm -lib/cbb/images/mini-cross.gif -lib/cbb/images/mini-exclam.gif -lib/cbb/images/splash-32.gif -lib/cbb/contrib/change.pl -lib/cbb/contrib/conv-french-qif.pl -lib/cbb/contrib/emacs-edb -lib/cbb/contrib/emacs-forms -lib/cbb/contrib/fetch-latest.pl -lib/cbb/contrib/importcat.README -lib/cbb/contrib/importcat.pl -lib/cbb/contrib/invest.pl -lib/cbb/contrib/loan.gnuplot -lib/cbb/contrib/loan.pl -lib/cbb/contrib/loan_recur.pl -lib/cbb/contrib/mym_to_cbb.pl -lib/cbb/contrib/recur.pl -lib/cbb/contrib/term.pl -lib/cbb/contrib/trimold.pl -lib/cbb/contrib/txn.README -lib/cbb/contrib/txn -lib/cbb/contrib/upgrade-splits.pl -lib/cbb/contrib/yearend.pl -lib/cbb/docs/cbb-man/icons.png/blueball.png -lib/cbb/docs/cbb-man/icons.png/change_begin.png -lib/cbb/docs/cbb-man/icons.png/change_delete.png -lib/cbb/docs/cbb-man/icons.png/change_end.png -lib/cbb/docs/cbb-man/icons.png/contents_motif.png -lib/cbb/docs/cbb-man/icons.png/cross_ref_motif.png -lib/cbb/docs/cbb-man/icons.png/foot_motif.png -lib/cbb/docs/cbb-man/icons.png/greenball.png -lib/cbb/docs/cbb-man/icons.png/image.png -lib/cbb/docs/cbb-man/icons.png/index_motif.png -lib/cbb/docs/cbb-man/icons.png/next_group_motif.png -lib/cbb/docs/cbb-man/icons.png/next_group_motif_gr.png -lib/cbb/docs/cbb-man/icons.png/next_motif.png -lib/cbb/docs/cbb-man/icons.png/next_motif_gr.png -lib/cbb/docs/cbb-man/icons.png/orangeball.png -lib/cbb/docs/cbb-man/icons.png/pinkball.png -lib/cbb/docs/cbb-man/icons.png/previous_group_motif.png -lib/cbb/docs/cbb-man/icons.png/previous_group_motif_gr.png -lib/cbb/docs/cbb-man/icons.png/previous_motif.png -lib/cbb/docs/cbb-man/icons.png/previous_motif_gr.png -lib/cbb/docs/cbb-man/icons.png/purpleball.png -lib/cbb/docs/cbb-man/icons.png/redball.png -lib/cbb/docs/cbb-man/icons.png/up_motif.png -lib/cbb/docs/cbb-man/icons.png/up_motif_gr.png -lib/cbb/docs/cbb-man/icons.png/whiteball.png -lib/cbb/docs/cbb-man/icons.png/yellowball.png -lib/cbb/docs/cbb-man/cbb-man.html -lib/cbb/docs/cbb-man/index.html -lib/cbb/docs/cbb-man/img1.png -lib/cbb/docs/cbb-man/img2.png -lib/cbb/docs/cbb-man/img3.png -lib/cbb/docs/cbb-man.txt -lib/cbb/wrapper.pl -lib/cbb/categories.pl -lib/cbb/common.pl -lib/cbb/engine.pl -lib/cbb/export.pl -lib/cbb/file.pl -lib/cbb/import.pl -lib/cbb/log.pl -lib/cbb/memorized.pl -lib/cbb/reports.pl -lib/cbb/balloon.tcl -lib/cbb/balance.tcl -lib/cbb/bindings.tcl -lib/cbb/categories.tcl -lib/cbb/common.tcl -lib/cbb/file.tcl -lib/cbb/filebox.tcl -lib/cbb/help.tcl -lib/cbb/init.tcl -lib/cbb/main.tcl -lib/cbb/menu.tcl -lib/cbb/prefs.tcl -lib/cbb/reports.tcl -lib/cbb/splits.tcl -lib/cbb/undo.tcl -lib/cbb/default.cat -lib/cbb/extern.conf -@dirrm lib/cbb/contrib -@dirrm lib/cbb/docs/cbb-man/icons.png -@dirrm lib/cbb/docs/cbb-man -@dirrm lib/cbb/docs -@dirrm lib/cbb/graphs -@dirrm lib/cbb/images -@dirrm lib/cbb/languages -@dirrm lib/cbb/reports -@dirrm lib/cbb +lib/cbb-%%VERSION%%/cbbdb +lib/cbb-%%VERSION%%/contrib/change.pl +lib/cbb-%%VERSION%%/contrib/conv-french-qif.pl +lib/cbb-%%VERSION%%/contrib/emacs-edb +lib/cbb-%%VERSION%%/contrib/emacs-forms +lib/cbb-%%VERSION%%/contrib/fetch-latest.pl +lib/cbb-%%VERSION%%/contrib/importcat.README +lib/cbb-%%VERSION%%/contrib/importcat.pl +lib/cbb-%%VERSION%%/contrib/invest.pl +lib/cbb-%%VERSION%%/contrib/loan.gnuplot +lib/cbb-%%VERSION%%/contrib/loan.pl +lib/cbb-%%VERSION%%/contrib/loan_recur.pl +lib/cbb-%%VERSION%%/contrib/mym_to_cbb.pl +lib/cbb-%%VERSION%%/contrib/recur.pl +lib/cbb-%%VERSION%%/contrib/term.pl +lib/cbb-%%VERSION%%/contrib/trimold.pl +lib/cbb-%%VERSION%%/contrib/txn +lib/cbb-%%VERSION%%/contrib/txn.README +lib/cbb-%%VERSION%%/contrib/upgrade-splits.pl +lib/cbb-%%VERSION%%/contrib/yearend.pl +lib/cbb-%%VERSION%%/docs/cbb-man.txt +lib/cbb-%%VERSION%%/docs/cbb-man/cbb-man.html +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/blueball.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/change_begin.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/change_delete.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/change_end.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/contents_motif.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/cross_ref_motif.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/foot_motif.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/greenball.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/image.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/index_motif.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/next_group_motif.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/next_group_motif_gr.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/next_motif.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/next_motif_gr.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/orangeball.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/pinkball.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/previous_group_motif.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/previous_group_motif_gr.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/previous_motif.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/previous_motif_gr.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/purpleball.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/redball.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/up_motif.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/up_motif_gr.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/whiteball.png +lib/cbb-%%VERSION%%/docs/cbb-man/icons.png/yellowball.png +lib/cbb-%%VERSION%%/docs/cbb-man/img1.png +lib/cbb-%%VERSION%%/docs/cbb-man/img2.png +lib/cbb-%%VERSION%%/docs/cbb-man/img3.png +lib/cbb-%%VERSION%%/docs/cbb-man/index.html +lib/cbb-%%VERSION%%/docs/graphs.txt +lib/cbb-%%VERSION%%/docs/notes +lib/cbb-%%VERSION%%/docs/perl.commands +lib/cbb-%%VERSION%%/docs/perl.functions +lib/cbb-%%VERSION%%/docs/plsubs +lib/cbb-%%VERSION%%/docs/tcl.functions +lib/cbb-%%VERSION%%/docs/todo.txt +lib/cbb-%%VERSION%%/docs/update.notes +lib/cbb-%%VERSION%%/etc/default.cat +lib/cbb-%%VERSION%%/etc/extern.conf +lib/cbb-%%VERSION%%/graphs/cat-col.pl +lib/cbb-%%VERSION%%/graphs/cat-pie.pl +lib/cbb-%%VERSION%%/graphs/cat2-col.pl +lib/cbb-%%VERSION%%/graphs/desc-pie.pl +lib/cbb-%%VERSION%%/graphs/descpie +lib/cbb-%%VERSION%%/graphs/graphbal +lib/cbb-%%VERSION%%/graphs/graphcol +lib/cbb-%%VERSION%%/graphs/graphcolpos +lib/cbb-%%VERSION%%/graphs/graphpie +lib/cbb-%%VERSION%%/graphs/graphs.conf +lib/cbb-%%VERSION%%/graphs/txn-list.pl +lib/cbb-%%VERSION%%/images/author.xbm +lib/cbb-%%VERSION%%/images/cbb.xbm +lib/cbb-%%VERSION%%/images/mini-cross.gif +lib/cbb-%%VERSION%%/images/mini-exclam.gif +lib/cbb-%%VERSION%%/images/splash-32.gif +lib/cbb-%%VERSION%%/languages/english.tcl +lib/cbb-%%VERSION%%/languages/french.tcl +lib/cbb-%%VERSION%%/languages/german.tcl +lib/cbb-%%VERSION%%/perl/accounts.pl +lib/cbb-%%VERSION%%/perl/categories.pl +lib/cbb-%%VERSION%%/perl/common.pl +lib/cbb-%%VERSION%%/perl/engine.pl +lib/cbb-%%VERSION%%/perl/export.pl +lib/cbb-%%VERSION%%/perl/file.pl +lib/cbb-%%VERSION%%/perl/groups.pl +lib/cbb-%%VERSION%%/perl/import.pl +lib/cbb-%%VERSION%%/perl/log.pl +lib/cbb-%%VERSION%%/perl/memorized.pl +lib/cbb-%%VERSION%%/perl/reports.pl +lib/cbb-%%VERSION%%/reports/ave-by-cat.pl +lib/cbb-%%VERSION%%/reports/by-cat.pl +lib/cbb-%%VERSION%%/reports/by-payee.pl +lib/cbb-%%VERSION%%/reports/miss-check.pl +lib/cbb-%%VERSION%%/reports/rep-txn-list.pl +lib/cbb-%%VERSION%%/reports/reports.conf +lib/cbb-%%VERSION%%/reports/shrt-by-cat.pl +lib/cbb-%%VERSION%%/reports/uncleared-txn.pl +lib/cbb-%%VERSION%%/tcl/balance.tcl +lib/cbb-%%VERSION%%/tcl/balloon.tcl +lib/cbb-%%VERSION%%/tcl/bindings.tcl +lib/cbb-%%VERSION%%/tcl/categories.tcl +lib/cbb-%%VERSION%%/tcl/common.tcl +lib/cbb-%%VERSION%%/tcl/dates.tcl +lib/cbb-%%VERSION%%/tcl/file.tcl +lib/cbb-%%VERSION%%/tcl/filebox.tcl +lib/cbb-%%VERSION%%/tcl/help.tcl +lib/cbb-%%VERSION%%/tcl/init.tcl +lib/cbb-%%VERSION%%/tcl/main.tcl +lib/cbb-%%VERSION%%/tcl/menu.tcl +lib/cbb-%%VERSION%%/tcl/prefs.tcl +lib/cbb-%%VERSION%%/tcl/reports.tcl +lib/cbb-%%VERSION%%/tcl/splits.tcl +lib/cbb-%%VERSION%%/tcl/undo.tcl +@dirrm lib/cbb-%%VERSION%%/tcl +@dirrm lib/cbb-%%VERSION%%/reports +@dirrm lib/cbb-%%VERSION%%/perl +@dirrm lib/cbb-%%VERSION%%/languages +@dirrm lib/cbb-%%VERSION%%/images +@dirrm lib/cbb-%%VERSION%%/graphs +@dirrm lib/cbb-%%VERSION%%/etc +@dirrm lib/cbb-%%VERSION%%/docs/cbb-man/icons.png +@dirrm lib/cbb-%%VERSION%%/docs/cbb-man +@dirrm lib/cbb-%%VERSION%%/docs +@dirrm lib/cbb-%%VERSION%%/contrib +@dirrm lib/cbb-%%VERSION%% From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 15:00:46 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8152C1065672; Thu, 13 Sep 2012 15:00:46 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6B5BD8FC1B; Thu, 13 Sep 2012 15:00:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DF0ksF020343; Thu, 13 Sep 2012 15:00:46 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DF0kD1020337; Thu, 13 Sep 2012 15:00:46 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209131500.q8DF0kD1020337@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Thu, 13 Sep 2012 15:00:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304221 - head/sysutils/ldap-account-manager X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 15:00:46 -0000 Author: rm Date: Thu Sep 13 15:00:45 2012 New Revision: 304221 URL: http://svn.freebsd.org/changeset/ports/304221 Log: - update to 3.8 while here: - strip Makefile header - tab -> space change in pkg-descr:WWW PR: 170521 Submitted by: "Vasiliy P. Melnik" (maintainer) Modified: head/sysutils/ldap-account-manager/Makefile head/sysutils/ldap-account-manager/distinfo head/sysutils/ldap-account-manager/pkg-descr head/sysutils/ldap-account-manager/pkg-plist Modified: head/sysutils/ldap-account-manager/Makefile ============================================================================== --- head/sysutils/ldap-account-manager/Makefile Thu Sep 13 14:45:12 2012 (r304220) +++ head/sysutils/ldap-account-manager/Makefile Thu Sep 13 15:00:45 2012 (r304221) @@ -1,13 +1,7 @@ -# New ports collection makefile for: ldap-account-manager -# Date created: August, 2nd 2003 -# Whom: Clement Laforet -# # $FreeBSD$ -# PORTNAME= ldap-account-manager -PORTVERSION= 3.7 -PORTREVISION= 1 +PORTVERSION= 3.8 CATEGORIES= sysutils www MASTER_SITES= SF/${SHORTNAME}/LAM/${PORTVERSION} Modified: head/sysutils/ldap-account-manager/distinfo ============================================================================== --- head/sysutils/ldap-account-manager/distinfo Thu Sep 13 14:45:12 2012 (r304220) +++ head/sysutils/ldap-account-manager/distinfo Thu Sep 13 15:00:45 2012 (r304221) @@ -1,2 +1,2 @@ -SHA256 (ldap-account-manager-3.7.tar.gz) = 75aa09ed390c13a7ad3a1a53964f48847afae4d4697f611cfd71b51e1b0f71d3 -SIZE (ldap-account-manager-3.7.tar.gz) = 9157357 +SHA256 (ldap-account-manager-3.8.tar.gz) = 24c435530988b1a163ba3e7023531e7f02bc22720b03258efbcd381c5b0ad9f9 +SIZE (ldap-account-manager-3.8.tar.gz) = 10695375 Modified: head/sysutils/ldap-account-manager/pkg-descr ============================================================================== --- head/sysutils/ldap-account-manager/pkg-descr Thu Sep 13 14:45:12 2012 (r304220) +++ head/sysutils/ldap-account-manager/pkg-descr Thu Sep 13 15:00:45 2012 (r304221) @@ -20,4 +20,4 @@ Features: - multi-language support - support for LDAP+SSL/TLS -WWW: http://lam.sourceforge.net/ +WWW: http://lam.sourceforge.net/ Modified: head/sysutils/ldap-account-manager/pkg-plist ============================================================================== --- head/sysutils/ldap-account-manager/pkg-plist Thu Sep 13 14:45:12 2012 (r304220) +++ head/sysutils/ldap-account-manager/pkg-plist Thu Sep 13 15:00:45 2012 (r304221) @@ -1,3 +1,4 @@ +$FreeBSD$ @unexec if cmp -s %D/%%WWWDIR%%/config/config.cfg %D/%%WWWDIR%%/config/config.cfg_sample; then rm -f %D/%%WWWDIR%%/config/config.cfg; fi @exec if [ ! -f %D/%%WWWDIR%%/config/config.cfg ] ; then cp -p %D/%F %B/config.cfg; fi @unexec if cmp -s %D/%%WWWDIR%%/config/lam.conf %D/%%WWWDIR%%/config/lam.conf_sample; then rm -f %D/%%WWWDIR%%/config/lam.conf; fi @@ -814,6 +815,7 @@ %%WWWDIR%%/graphics/user.png %%WWWDIR%%/graphics/up.gif %%WWWDIR%%/graphics/uniquegroup.png +%%WWWDIR%%/graphics/unlocked.png %%WWWDIR%%/graphics/undo.png %%WWWDIR%%/graphics/uid.png %%WWWDIR%%/graphics/tux.png @@ -842,6 +844,7 @@ %%WWWDIR%%/graphics/plus.png %%WWWDIR%%/graphics/pdf.png %%WWWDIR%%/graphics/pass.png +%%WWWDIR%%/graphics/partiallyLocked.png %%WWWDIR%%/graphics/ou.png %%WWWDIR%%/graphics/object.png %%WWWDIR%%/graphics/o.png From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 15:22:12 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D53DA106564A; Thu, 13 Sep 2012 15:22:12 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BF64D8FC12; Thu, 13 Sep 2012 15:22:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DFMC3l023726; Thu, 13 Sep 2012 15:22:12 GMT (envelope-from stephen@svn.freebsd.org) Received: (from stephen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DFMCBp023723; Thu, 13 Sep 2012 15:22:12 GMT (envelope-from stephen@svn.freebsd.org) Message-Id: <201209131522.q8DFMCBp023723@svn.freebsd.org> From: Stephen Montgomery-Smith Date: Thu, 13 Sep 2012 15:22:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304222 - head/math/octave-forge-fpl X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 15:22:13 -0000 Author: stephen Date: Thu Sep 13 15:22:12 2012 New Revision: 304222 URL: http://svn.freebsd.org/changeset/ports/304222 Log: - Update to 1.3.2. Modified: head/math/octave-forge-fpl/Makefile head/math/octave-forge-fpl/distinfo Modified: head/math/octave-forge-fpl/Makefile ============================================================================== --- head/math/octave-forge-fpl/Makefile Thu Sep 13 15:00:45 2012 (r304221) +++ head/math/octave-forge-fpl/Makefile Thu Sep 13 15:22:12 2012 (r304222) @@ -6,7 +6,7 @@ # PORTNAME= octave-forge-fpl -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.2 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -16,14 +16,14 @@ COMMENT= Octave-forge package ${OCTAVE_P # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} -WRKSRC= ${WRKDIR}/${OCTSRC}/src - RUN_DEPENDS+= dx:${PORTSDIR}/graphics/opendx .include .include "${PORTSDIR}/Mk/bsd.octave.mk" +do-build: + @${DO_NADA} + post-build: - ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} .include Modified: head/math/octave-forge-fpl/distinfo ============================================================================== --- head/math/octave-forge-fpl/distinfo Thu Sep 13 15:00:45 2012 (r304221) +++ head/math/octave-forge-fpl/distinfo Thu Sep 13 15:22:12 2012 (r304222) @@ -1,2 +1,2 @@ -SHA256 (octave-forge/fpl-1.3.0.tar.gz) = 281738a31c2d56f81191a3dacb9f672c70fc5bab47ac54bb605bea6ea34b4d5c -SIZE (octave-forge/fpl-1.3.0.tar.gz) = 46527 +SHA256 (octave-forge/fpl-1.3.2.tar.gz) = bdb896518ef159497b98ebc0ace8545cbd2d530843446716ccc4092a8db571ea +SIZE (octave-forge/fpl-1.3.2.tar.gz) = 45642 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 16:07:29 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E4DC1065670; Thu, 13 Sep 2012 16:07:29 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 686DB8FC08; Thu, 13 Sep 2012 16:07:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DG7Tgt030393; Thu, 13 Sep 2012 16:07:29 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DG7TrF030389; Thu, 13 Sep 2012 16:07:29 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209131607.q8DG7TrF030389@svn.freebsd.org> From: Bryan Drewery Date: Thu, 13 Sep 2012 16:07:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304223 - head/www/yourls X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 16:07:29 -0000 Author: bdrewery Date: Thu Sep 13 16:07:28 2012 New Revision: 304223 URL: http://svn.freebsd.org/changeset/ports/304223 Log: - Update to 1.5.1 - Add BCMath as a required PHP extension PR: ports/171596 Submitted by: Joe Horn (maintainer) Modified: head/www/yourls/Makefile head/www/yourls/distinfo head/www/yourls/pkg-plist Modified: head/www/yourls/Makefile ============================================================================== --- head/www/yourls/Makefile Thu Sep 13 15:22:12 2012 (r304222) +++ head/www/yourls/Makefile Thu Sep 13 16:07:28 2012 (r304223) @@ -6,22 +6,22 @@ # PORTNAME= yourls -DISTVERSION= 1.5 +DISTVERSION= 1.5.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= joehorn@gmail.com COMMENT= Your Own URL Shortener +LICENSE= GPLv3 + WRKSRC= ${WRKDIR}/${PORTNAME} EXTRACT_AFTER_ARGS= -d ${WRKSRC} -LICENSE= GPLv3 - USE_ZIP= YES NO_BUILD= YES -USE_PHP= curl json mysql pcre xml +USE_PHP= bcmath curl json mysql pcre xml SUB_LIST+= PKGNAME=${PKGNAME} SUB_FILES+= pkg-message Modified: head/www/yourls/distinfo ============================================================================== --- head/www/yourls/distinfo Thu Sep 13 15:22:12 2012 (r304222) +++ head/www/yourls/distinfo Thu Sep 13 16:07:28 2012 (r304223) @@ -1,2 +1,2 @@ -SHA256 (yourls-1.5.zip) = e4edeee4e3597209267717e66b8c1287ae012314cb59e3d823d9d45d8495e8d9 -SIZE (yourls-1.5.zip) = 1108323 +SHA256 (yourls-1.5.1.zip) = a326e2a4d272c53646adb46395c9d2fcfe41d445e42a619221f21f7546a74884 +SIZE (yourls-1.5.1.zip) = 1333523 Modified: head/www/yourls/pkg-plist ============================================================================== --- head/www/yourls/pkg-plist Thu Sep 13 15:22:12 2012 (r304222) +++ head/www/yourls/pkg-plist Thu Sep 13 16:07:28 2012 (r304223) @@ -34,14 +34,13 @@ %%WWWDIR%%/images/yourls-logo.png %%WWWDIR%%/includes/auth.php %%WWWDIR%%/includes/class-mysql.php -%%WWWDIR%%/includes/config-sample.php %%WWWDIR%%/includes/functions-auth.php %%WWWDIR%%/includes/functions-compat.php +%%WWWDIR%%/includes/functions-formatting.php %%WWWDIR%%/includes/functions-html.php %%WWWDIR%%/includes/functions-http.php %%WWWDIR%%/includes/functions-infos.php %%WWWDIR%%/includes/functions-install.php -%%WWWDIR%%/includes/functions-json.php %%WWWDIR%%/includes/functions-plugins.php %%WWWDIR%%/includes/functions-upgrade.php %%WWWDIR%%/includes/functions-xml.php @@ -314,30 +313,40 @@ %%WWWDIR%%/includes/geo/readme.txt %%WWWDIR%%/includes/load-yourls.php %%WWWDIR%%/includes/version.php -%%WWWDIR%%/js/ZeroClipboard.js %%WWWDIR%%/js/ZeroClipboard.swf %%WWWDIR%%/js/common.js %%WWWDIR%%/js/infos.js %%WWWDIR%%/js/insert.js +%%WWWDIR%%/js/jquery-1.3.2.min.js %%WWWDIR%%/js/jquery-1.4.3.min.js +%%WWWDIR%%/js/jquery-1.6.1.min.js %%WWWDIR%%/js/jquery.cal.js %%WWWDIR%%/js/jquery.notifybar.js %%WWWDIR%%/js/jquery.tablesorter.min.js +%%WWWDIR%%/js/jquery.zclip.min.js %%WWWDIR%%/js/share.js -%%WWWDIR%%/pages/about.php +%%WWWDIR%%/license.txt +%%WWWDIR%%/pages/examplepage.php +%%WWWDIR%%/pages/index.html %%WWWDIR%%/readme.html -%%WWWDIR%%/robots.txt %%WWWDIR%%/sample-public-api.php.txt %%WWWDIR%%/sample-public-front-page.php.txt %%WWWDIR%%/sample-remote-api-call.php.txt +%%WWWDIR%%/sample-robots.txt +%%WWWDIR%%/user/config-sample.php +%%WWWDIR%%/user/index.html %%WWWDIR%%/user/plugins/hyphens-in-urls/README.txt %%WWWDIR%%/user/plugins/hyphens-in-urls/plugin.php +%%WWWDIR%%/user/plugins/index.html %%WWWDIR%%/user/plugins/random-bg/README.txt %%WWWDIR%%/user/plugins/random-bg/img/bg_ants.png +%%WWWDIR%%/user/plugins/random-bg/img/bg_boobs.png %%WWWDIR%%/user/plugins/random-bg/img/bg_circles.png %%WWWDIR%%/user/plugins/random-bg/img/bg_cross.png %%WWWDIR%%/user/plugins/random-bg/img/bg_diag.png %%WWWDIR%%/user/plugins/random-bg/img/bg_fuzzy.png +%%WWWDIR%%/user/plugins/random-bg/img/bg_fuzzy_bits.png +%%WWWDIR%%/user/plugins/random-bg/img/bg_life.png %%WWWDIR%%/user/plugins/random-bg/img/bg_yourls.png %%WWWDIR%%/user/plugins/random-bg/plugin.php %%WWWDIR%%/user/plugins/sample-page/README.txt From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 16:14:05 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BD1EA106566B; Thu, 13 Sep 2012 16:14:05 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A7EEF8FC12; Thu, 13 Sep 2012 16:14:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DGE592031413; Thu, 13 Sep 2012 16:14:05 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DGE5Fm031410; Thu, 13 Sep 2012 16:14:05 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201209131614.q8DGE5Fm031410@svn.freebsd.org> From: TAKATSU Tomonari Date: Thu, 13 Sep 2012 16:14:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304224 - head/graphics/R-cran-ggplot2 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 16:14:05 -0000 Author: tota Date: Thu Sep 13 16:14:05 2012 New Revision: 304224 URL: http://svn.freebsd.org/changeset/ports/304224 Log: - Update to 0.9.2.1 Modified: head/graphics/R-cran-ggplot2/Makefile head/graphics/R-cran-ggplot2/distinfo Modified: head/graphics/R-cran-ggplot2/Makefile ============================================================================== --- head/graphics/R-cran-ggplot2/Makefile Thu Sep 13 16:07:28 2012 (r304223) +++ head/graphics/R-cran-ggplot2/Makefile Thu Sep 13 16:14:05 2012 (r304224) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ggplot2 -PORTVERSION= 0.9.2 +PORTVERSION= 0.9.2.1 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/graphics/R-cran-ggplot2/distinfo ============================================================================== --- head/graphics/R-cran-ggplot2/distinfo Thu Sep 13 16:07:28 2012 (r304223) +++ head/graphics/R-cran-ggplot2/distinfo Thu Sep 13 16:14:05 2012 (r304224) @@ -1,2 +1,2 @@ -SHA256 (ggplot2_0.9.2.tar.gz) = 9467e234b750b639057c9b5b70bf2b1945c62aac22b525d1f14f6f481468cc07 -SIZE (ggplot2_0.9.2.tar.gz) = 2305068 +SHA256 (ggplot2_0.9.2.1.tar.gz) = dabd908e31ceed22bd50a104a301175340a7a05e6b9c5e2902e7d9cc2af28f91 +SIZE (ggplot2_0.9.2.1.tar.gz) = 2310996 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 16:15:24 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1196D1065700; Thu, 13 Sep 2012 16:15:24 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F09F28FC1D; Thu, 13 Sep 2012 16:15:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DGFNDk031730; Thu, 13 Sep 2012 16:15:23 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DGFNfr031727; Thu, 13 Sep 2012 16:15:23 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201209131615.q8DGFNfr031727@svn.freebsd.org> From: TAKATSU Tomonari Date: Thu, 13 Sep 2012 16:15:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304225 - head/graphics/R-cran-munsell X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 16:15:24 -0000 Author: tota Date: Thu Sep 13 16:15:23 2012 New Revision: 304225 URL: http://svn.freebsd.org/changeset/ports/304225 Log: - Update to 0.4 Modified: head/graphics/R-cran-munsell/Makefile head/graphics/R-cran-munsell/distinfo Modified: head/graphics/R-cran-munsell/Makefile ============================================================================== --- head/graphics/R-cran-munsell/Makefile Thu Sep 13 16:14:05 2012 (r304224) +++ head/graphics/R-cran-munsell/Makefile Thu Sep 13 16:15:23 2012 (r304225) @@ -6,8 +6,7 @@ # PORTNAME= munsell -PORTVERSION= 0.3 -PORTREVISION= 3 +PORTVERSION= 0.4 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} Modified: head/graphics/R-cran-munsell/distinfo ============================================================================== --- head/graphics/R-cran-munsell/distinfo Thu Sep 13 16:14:05 2012 (r304224) +++ head/graphics/R-cran-munsell/distinfo Thu Sep 13 16:15:23 2012 (r304225) @@ -1,2 +1,2 @@ -SHA256 (munsell_0.3.tar.gz) = fb84b775b7143255dcc7a3cb17b3c3b3a80aa189d897940f28d4ba017d2bea57 -SIZE (munsell_0.3.tar.gz) = 87485 +SHA256 (munsell_0.4.tar.gz) = 11eac6f6f9ef89f6a2cf07437bbb35b3211129bc2061ba0acf9d0c63a6a9bc91 +SIZE (munsell_0.4.tar.gz) = 87713 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 18:07:56 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 61CD8106564A; Thu, 13 Sep 2012 18:07:56 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 33B638FC1B; Thu, 13 Sep 2012 18:07:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DI7u90048495; Thu, 13 Sep 2012 18:07:56 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DI7tIo048488; Thu, 13 Sep 2012 18:07:55 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201209131807.q8DI7tIo048488@svn.freebsd.org> From: Steve Wills Date: Thu, 13 Sep 2012 18:07:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304226 - in head/graphics: dri libGL libGLU libGLw X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 18:07:56 -0000 Author: swills Date: Thu Sep 13 18:07:55 2012 New Revision: 304226 URL: http://svn.freebsd.org/changeset/ports/304226 Log: - Use PTHREAD_LIBS instead of -lpthread PR: ports/170506 Submitted by: Jason E. Hale Modified: head/graphics/dri/Makefile (contents, props changed) head/graphics/libGL/Makefile (contents, props changed) head/graphics/libGL/bsd.mesalib.mk (contents, props changed) head/graphics/libGLU/Makefile (contents, props changed) head/graphics/libGLw/Makefile (contents, props changed) Modified: head/graphics/dri/Makefile ============================================================================== --- head/graphics/dri/Makefile Thu Sep 13 16:15:23 2012 (r304225) +++ head/graphics/dri/Makefile Thu Sep 13 18:07:55 2012 (r304226) @@ -7,7 +7,7 @@ PORTNAME= dri PORTVERSION= ${MESAVERSION} -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 2 CATEGORIES= graphics Modified: head/graphics/libGL/Makefile ============================================================================== --- head/graphics/libGL/Makefile Thu Sep 13 16:15:23 2012 (r304225) +++ head/graphics/libGL/Makefile Thu Sep 13 18:07:55 2012 (r304226) @@ -7,7 +7,7 @@ PORTNAME= libGL PORTVERSION= ${MESAVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics COMMENT= OpenGL library that renders using GLX or DRI Modified: head/graphics/libGL/bsd.mesalib.mk ============================================================================== --- head/graphics/libGL/bsd.mesalib.mk Thu Sep 13 16:15:23 2012 (r304225) +++ head/graphics/libGL/bsd.mesalib.mk Thu Sep 13 18:07:55 2012 (r304226) @@ -102,7 +102,7 @@ CONFIGURE_ARGS+= --enable-xcb post-patch: @${REINPLACE_CMD} -e 's|-ffast-math|${FAST_MATH}|' -e 's|x86_64|amd64|' \ - ${WRKSRC}/configure + -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|[$$](INSTALL_LIB_DIR)/pkgconfig|${PREFIX}/libdata/pkgconfig|' \ ${WRKSRC}/src/glu/Makefile \ ${WRKSRC}/src/glw/Makefile \ Modified: head/graphics/libGLU/Makefile ============================================================================== --- head/graphics/libGLU/Makefile Thu Sep 13 16:15:23 2012 (r304225) +++ head/graphics/libGLU/Makefile Thu Sep 13 18:07:55 2012 (r304226) @@ -6,6 +6,7 @@ # PORTNAME= libGLU +PORTREVISION= 1 PORTVERSION= ${MESAVERSION} CATEGORIES= graphics Modified: head/graphics/libGLw/Makefile ============================================================================== --- head/graphics/libGLw/Makefile Thu Sep 13 16:15:23 2012 (r304225) +++ head/graphics/libGLw/Makefile Thu Sep 13 18:07:55 2012 (r304226) @@ -7,6 +7,7 @@ PORTNAME= libGLw PORTVERSION= ${MESAVERSION} +PORTREVISION= 1 CATEGORIES= graphics COMMENT= OpenGL widgets library From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 18:16:06 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3466C1065670; Thu, 13 Sep 2012 18:16:06 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1EA0F8FC16; Thu, 13 Sep 2012 18:16:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DIG51T049638; Thu, 13 Sep 2012 18:16:05 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DIG56B049633; Thu, 13 Sep 2012 18:16:05 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209131816.q8DIG56B049633@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Thu, 13 Sep 2012 18:16:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304227 - head/japanese/font-ricty X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 18:16:06 -0000 Author: rm Date: Thu Sep 13 18:16:05 2012 New Revision: 304227 URL: http://svn.freebsd.org/changeset/ports/304227 Log: - update to 3.2.1b that fix rendering of this font on FreeBSD while here: - align dependencies list (trim unneeded tabs) - switch to USE_GITHUB - tab -> space in pkg-descr:WWW PR: 171567 Submitted by: Masaki TAGAWA (maintainer, final patch revision) Reported by: Hiroto Kagotani (original patch) Modified: head/japanese/font-ricty/Makefile head/japanese/font-ricty/distinfo head/japanese/font-ricty/pkg-descr Modified: head/japanese/font-ricty/Makefile ============================================================================== --- head/japanese/font-ricty/Makefile Thu Sep 13 18:07:55 2012 (r304226) +++ head/japanese/font-ricty/Makefile Thu Sep 13 18:16:05 2012 (r304227) @@ -6,10 +6,8 @@ # PORTNAME= ricty -PORTVERSION= 3.2.0 -PORTREVISION= 2 +PORTVERSION= 3.2.1b CATEGORIES= japanese x11-fonts -MASTER_SITES= https://nodeload.github.com/yascentur/Ricty/tarball/${PORTVERSION}?dummy=/ PKGNAMEPREFIX= ja-font- MAINTAINER= masaki@club.kyutech.ac.jp @@ -17,12 +15,17 @@ COMMENT= Ricty - fonts for programming RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig BUILD_DEPENDS= ${LOCALBASE}/${X_FONTSDIR}/OTF/Inconsolata.otf:${PORTSDIR}/x11-fonts/inconsolata-ttf \ - ${LOCALBASE}/${X_FONTSDIR}/TTF/migu-1m-regular.ttf:${PORTSDIR}/japanese/font-migu \ - ${LOCALBASE}/${X_FONTSDIR}/TTF/migu-1m-bold.ttf:${PORTSDIR}/japanese/font-migu \ - fontforge:${PORTSDIR}/print/fontforge + ${LOCALBASE}/${X_FONTSDIR}/TTF/migu-1m-regular.ttf:${PORTSDIR}/japanese/font-migu \ + ${LOCALBASE}/${X_FONTSDIR}/TTF/migu-1m-bold.ttf:${PORTSDIR}/japanese/font-migu \ + fontforge:${PORTSDIR}/print/fontforge + +USE_GITHUB= yes +GH_ACCOUNT= yascentur +GH_COMMIT= ${GH_TAGNAME} +GH_PROJECT= Ricty +GH_TAGNAME= dfd3637 NO_PACKAGE= redistribution is not allowed -FETCH_BEFORE_ARGS= -o ${DISTNAME}${EXTRACT_SUFX} PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-install SUB_FILES= pkg-install @@ -30,8 +33,6 @@ SUB_LIST= X_FONTSDIR=${PREFIX}/${X_FONTS PLIST_SUB= X_FONTSDIR=${X_FONTSDIR} \ LOCAL_FONTSDIR=${LOCAL_FONTSDIR} PORTDOCS= README.md -TAG= b9d8b9c -WRKSRC= ${WRKDIR}/yascentur-Ricty-${TAG} LOCAL_FONTSDIR= share/fonts X_FONTSDIR= lib/X11/fonts Modified: head/japanese/font-ricty/distinfo ============================================================================== --- head/japanese/font-ricty/distinfo Thu Sep 13 18:07:55 2012 (r304226) +++ head/japanese/font-ricty/distinfo Thu Sep 13 18:16:05 2012 (r304227) @@ -1,2 +1,2 @@ -SHA256 (ricty-3.2.0.tar.gz) = bb2bf6d7762b5e6e13d237bd82ba43d6faffc17b7e6d541db89d58a73a8a319e -SIZE (ricty-3.2.0.tar.gz) = 13286 +SHA256 (ricty-3.2.1b.tar.gz) = b31ba25e53af2f2aff2030e96521c31b2a59f5c9ae1387a8875767bb3d4eef0a +SIZE (ricty-3.2.1b.tar.gz) = 13763 Modified: head/japanese/font-ricty/pkg-descr ============================================================================== --- head/japanese/font-ricty/pkg-descr Thu Sep 13 18:07:55 2012 (r304226) +++ head/japanese/font-ricty/pkg-descr Thu Sep 13 18:16:05 2012 (r304227) @@ -1,4 +1,4 @@ Ricty is a Japanese TrueType font, consisting of Inconsolata and Migu 1M. -WWW: http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty.html +WWW: http://save.sys.t.u-tokyo.ac.jp/~yusa/fonts/ricty.html From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 19:24:13 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DFB68106566B; Thu, 13 Sep 2012 19:24:13 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id CDAC78FC0C; Thu, 13 Sep 2012 19:24:12 +0000 (UTC) Received: by bkcje9 with SMTP id je9so770419bkc.13 for ; Thu, 13 Sep 2012 12:24:11 -0700 (PDT) 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 :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=r+VACNfdAKtkbjjGTJe+vs2yihyWE8IJAWvl4ZTbicw=; b=xN/N8rkfI8S43r4NR/AQVF7y5TO+jDXEsfy3HvHAnHmNB3MyadvZl2ZkI2MUEcC/vX E0ZAwnyTeZKqovmLN/GRSeebBk6p3Sxo8x0wbxFA5f/lleAO7u80cwbsxUjio5r20d9Y atcacP6QEzI9kMbz4GDraSDnY3Vi+fxI/tx3AghsX6a65Dell97tmHB60e5hqq9RLN47 819HzPz1RdoG5kNebSygl/OFjgVYcueUEUZipjLtWyZA/tF310NQ9UYiEUwhkuPwYRDM wO3Zd/PRBf6LiFbM0IgUN62g3NNPzkIerSpbwo4rRFwRuIhjT7upXCXEznc/Ng+issLA GNog== Received: by 10.204.157.18 with SMTP id z18mr216616bkw.16.1347564251656; Thu, 13 Sep 2012 12:24:11 -0700 (PDT) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.204.10.141 with HTTP; Thu, 13 Sep 2012 12:23:40 -0700 (PDT) In-Reply-To: References: <201209091701.q89H1UNl009740@svn.freebsd.org> From: Chris Rees Date: Thu, 13 Sep 2012 20:23:40 +0100 X-Google-Sender-Auth: OC1c6oeMvPWaxbCesCnMHSOtt_k Message-ID: To: "Philip M. Gollucci" Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, Olli Hauer , svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r303982 - head/www/apache22 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 19:24:14 -0000 On 13 September 2012 02:46, Philip M. Gollucci wrote: > I don't know about this one. Why should apache ports specifically point you > at the wiki. The port system as a whole should do this, or every port > should (that would be a waste) > Please think about this some more. Normally I agree, and I think that general solutions are better. However, in this case, it's one of those very rare occasions that the WITH_ variables don't work correctly. The compatibility layer is good, but with something as complex as the Apache ports it apparently hasn't passed Olli's tests. Chris From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 19:33:39 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 72193106566C; Thu, 13 Sep 2012 19:33:39 +0000 (UTC) (envelope-from crees@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5D5D58FC12; Thu, 13 Sep 2012 19:33:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DJXdhG060732; Thu, 13 Sep 2012 19:33:39 GMT (envelope-from crees@svn.freebsd.org) Received: (from crees@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DJXd1i060730; Thu, 13 Sep 2012 19:33:39 GMT (envelope-from crees@svn.freebsd.org) Message-Id: <201209131933.q8DJXd1i060730@svn.freebsd.org> From: Chris Rees Date: Thu, 13 Sep 2012 19:33:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304228 - head/mail/pyzor X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 19:33:39 -0000 Author: crees Date: Thu Sep 13 19:33:38 2012 New Revision: 304228 URL: http://svn.freebsd.org/changeset/ports/304228 Log: Small changes to ignore deprecation Python warnings PR: ports/171607 Submitted by: Thomas Vogt (based on) Approved by: maintainer (Corey Halpin ) While here, anchor and optimise regex Modified: head/mail/pyzor/Makefile Modified: head/mail/pyzor/Makefile ============================================================================== --- head/mail/pyzor/Makefile Thu Sep 13 18:16:05 2012 (r304227) +++ head/mail/pyzor/Makefile Thu Sep 13 19:33:38 2012 (r304228) @@ -8,7 +8,7 @@ PORTNAME= pyzor PORTVERSION= 0.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail python MASTER_SITES= SF @@ -22,8 +22,8 @@ USE_PYDISTUTILS= yes MAN1= pyzor.1 pyzord.1 post-patch: - ${REINPLACE_CMD} -e "s,/usr/bin/python2,${PYTHON_CMD}," \ - ${WRKSRC}/scripts/pyzor ${WRKSRC}/scripts/pyzord + ${REINPLACE_CMD} -e '1s,^#!/usr/bin/python,#!/usr/bin/env -S python -Wignore::DeprecationWarning,' \ + ${WRKSRC}/scripts/pyzor ${WRKSRC}/scripts/pyzord post-install: ${CHMOD} ${SHAREMODE} ${DOCSDIR}/usage.html From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 19:54:53 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9B748106566B; Thu, 13 Sep 2012 19:54:53 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6D0878FC0A; Thu, 13 Sep 2012 19:54:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DJsrN4063815; Thu, 13 Sep 2012 19:54:53 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DJsru9063813; Thu, 13 Sep 2012 19:54:53 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201209131954.q8DJsru9063813@svn.freebsd.org> From: Alex Kozlov Date: Thu, 13 Sep 2012 19:54:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304229 - head/print/splix X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 19:54:53 -0000 Author: ak Date: Thu Sep 13 19:54:52 2012 New Revision: 304229 URL: http://svn.freebsd.org/changeset/ports/304229 Log: - Remove indefinite article from COMMENT - Convert to new options framework - Remove hardcoded CC/CXX [1] PR: 171295 [1] Submitted by: Christian Mangin [1] Modified: head/print/splix/Makefile (contents, props changed) Modified: head/print/splix/Makefile ============================================================================== --- head/print/splix/Makefile Thu Sep 13 19:33:38 2012 (r304228) +++ head/print/splix/Makefile Thu Sep 13 19:54:52 2012 (r304229) @@ -1,9 +1,4 @@ -# Ports collection makefile for: splix -# Date created: 2007-03-30 -# Whom: Tomas Verbaitis -# # $FreeBSD$ -# PORTNAME= splix PORTVERSION= 2.0.0 @@ -12,9 +7,8 @@ CATEGORIES?= print MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A set of CUPS printer drivers for Samsung Printer Language printers +COMMENT= CUPS printer drivers for Samsung Printer Language printers -LIB_DEPENDS= BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups-base RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -43,29 +37,29 @@ DEST_DIR_DELL= ${CUPS_DATA_DIR}/model/de DEST_DIR_SAMSUNG= ${CUPS_DATA_DIR}/model/samsung DEST_DIR_XEROX= ${CUPS_DATA_DIR}/model/xerox -THREADS= 2 -WITH_THREADS= 1 - -OPTIONS= JBIG "Enable use of JBIG algorithm (pattented)" on \ - BLACKOPTIM "Enable black correction algorithm" on \ +OPTIONS_DEFINE= JBIG BLACKOPTIM +JBIG_DESC= Enable use of JBIG algorithm (pattented) +BLACKOPTIM_DESC= Enable black correction algorithm +OPTIONS_DEFAULT= JBIG BLACKOPTIM .include "bsd.port.options.mk" -.include "bsd.port.pre.mk" +post-patch: + @${REINPLACE_CMD} -e '/^CC.*:= gcc/d' -e '/^CXX.*:= g++/d' \ + -e 's/make/gmake/' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's/g++/$$(CXX)/' ${WRKSRC}/rules.mk post-configure: -.if !defined(WITHOUT_JBIG) +.if ${PORT_OPTIONS:MJBIG} PPD_SAMSUNG+= ${PPD_SAMSUNG_JBIG} PPD_XEROX+= ${PPD_XEROX_JBIG} -LIB_DEPENDS= jbig:${PORTSDIR}/graphics/jbigkit -.endif - -.if defined(WITHOUT_JBIG) +LIB_DEPENDS+= jbig:${PORTSDIR}/graphics/jbigkit +.else MAKE_ARGS+= DISABLE_JBIG=1 .endif -.if defined(WITHOUT_BLACKOPTIM) +.if empty(PORT_OPTIONS:MBLACKOPTIM) MAKE_ARGS+= DISABLE_BLACKOPTIM=1 .endif @@ -85,4 +79,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/optimized/${FILTER} ${BIN_DEST_DIR} .endfor -.include +.include From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 20:10:12 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B8A4106564A; Thu, 13 Sep 2012 20:10:12 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8696D8FC12; Thu, 13 Sep 2012 20:10:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DKACuI066321; Thu, 13 Sep 2012 20:10:12 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DKACvl066319; Thu, 13 Sep 2012 20:10:12 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209132010.q8DKACvl066319@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Thu, 13 Sep 2012 20:10:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304230 - head/editors/diakonos X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 20:10:12 -0000 Author: rm Date: Thu Sep 13 20:10:11 2012 New Revision: 304230 URL: http://svn.freebsd.org/changeset/ports/304230 Log: - add license (MIT) PR: 171620 Submitted by: Chris Petrik (maintainer) Modified: head/editors/diakonos/Makefile Modified: head/editors/diakonos/Makefile ============================================================================== --- head/editors/diakonos/Makefile Thu Sep 13 19:54:52 2012 (r304229) +++ head/editors/diakonos/Makefile Thu Sep 13 20:10:11 2012 (r304230) @@ -13,6 +13,8 @@ MASTER_SITES= http://diakonos.pist0s.ca/ MAINTAINER= c.petrik.sosa@gmail.com COMMENT= A Linux editor for the masses +LICENSE= MIT + USE_RUBY= yes RUBY_VER= 1.9 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 20:10:15 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 378E8106566B; Thu, 13 Sep 2012 20:10:15 +0000 (UTC) (envelope-from zi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 22C378FC14; Thu, 13 Sep 2012 20:10:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DKAE3U066395; Thu, 13 Sep 2012 20:10:14 GMT (envelope-from zi@svn.freebsd.org) Received: (from zi@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DKAEm3066390; Thu, 13 Sep 2012 20:10:14 GMT (envelope-from zi@svn.freebsd.org) Message-Id: <201209132010.q8DKAEm3066390@svn.freebsd.org> From: Ryan Steinmetz Date: Thu, 13 Sep 2012 20:10:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304231 - head/net/isc-dhcp41-server X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 20:10:15 -0000 Author: zi Date: Thu Sep 13 20:10:14 2012 New Revision: 304231 URL: http://svn.freebsd.org/changeset/ports/304231 Log: - Update to 4.1-ESV-R7 Approved by: Douglas Thrift (maintainer) Modified: head/net/isc-dhcp41-server/Makefile head/net/isc-dhcp41-server/distinfo Modified: head/net/isc-dhcp41-server/Makefile ============================================================================== --- head/net/isc-dhcp41-server/Makefile Thu Sep 13 20:10:11 2012 (r304230) +++ head/net/isc-dhcp41-server/Makefile Thu Sep 13 20:10:14 2012 (r304231) @@ -21,8 +21,8 @@ COMMENT?= The ISC Dynamic Host Configura LICENSE= ISCL -PATCHLEVEL= R6 -PORTREVISION_SERVER= 5 +PATCHLEVEL= R7 +PORTREVISION_SERVER= 7 PORTREVISION_CLIENT= 2 PORTREVISION_RELAY= 5 Modified: head/net/isc-dhcp41-server/distinfo ============================================================================== --- head/net/isc-dhcp41-server/distinfo Thu Sep 13 20:10:11 2012 (r304230) +++ head/net/isc-dhcp41-server/distinfo Thu Sep 13 20:10:14 2012 (r304231) @@ -1,4 +1,2 @@ -SHA256 (dhcp-4.1-ESV-R6.tar.gz) = deb666a1ab02dd1375c0ebd237ce1fcb3e4d9e7be520d25ba25f1f40eb0ead9e -SIZE (dhcp-4.1-ESV-R6.tar.gz) = 1121186 -SHA256 (ldap-for-dhcp-4.1.1-2.tar.gz) = 566b7be2ebefdc583d0bf0095c804ba69807b67e5cc29a2b64b1b39202b37d0d -SIZE (ldap-for-dhcp-4.1.1-2.tar.gz) = 39004 +SHA256 (dhcp-4.1-ESV-R7.tar.gz) = 25d579291a13ccce39c5dbb0e2f2ce8e974c82015bc4e3ee653cf95a4ed15ca4 +SIZE (dhcp-4.1-ESV-R7.tar.gz) = 1162002 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 20:12:13 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96A551065675; Thu, 13 Sep 2012 20:12:13 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from p578be941.dip0.t-ipconnect.de (p578be941.dip0.t-ipconnect.de [87.139.233.65]) by mx1.freebsd.org (Postfix) with ESMTP id 4B0288FC1C; Thu, 13 Sep 2012 20:12:13 +0000 (UTC) Received: from [192.168.0.100] (cde1100.uni.vrs [192.168.0.100]) (Authenticated sender: ohauer) by p578be941.dip0.t-ipconnect.de (Postfix) with ESMTPSA id 5782D208D9; Thu, 13 Sep 2012 22:12:01 +0200 (CEST) Message-ID: <50523E0E.1090402@FreeBSD.org> Date: Thu, 13 Sep 2012 22:11:58 +0200 From: Olli Hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: "Philip M. Gollucci" References: <201209091701.q89H1UNl009740@svn.freebsd.org> In-Reply-To: X-Enigmail-Version: 1.4.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Chris Rees , Olli Hauer , svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r303982 - head/www/apache22 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 20:12:13 -0000 On 2012-09-13 21:23, Chris Rees wrote: > On 13 September 2012 02:46, Philip M. Gollucci wrote: >> I don't know about this one. Why should apache ports specifically point you >> at the wiki. The port system as a whole should do this, or every port >> should (that would be a waste) >> Please think about this some more. > > Normally I agree, and I think that general solutions are better. > However, in this case, it's one of those very rare occasions that the > WITH_ variables don't work correctly. > > The compatibility layer is good, but with something as complex as the > Apache ports it apparently hasn't passed Olli's tests. > Funny, I miss the original mail ... There is a regression with the command line parameters which works as follows. In bsd.apache.mk we have to check if an option is set with this snippet # OPTIONS handling .for module in ${AVAILABLE_MODULES} . if ${PORT_OPTIONS:M${module}} _APACHE_MODULES+= ${module} . else WITHOUT_MODULES+= ${module} . endif .endfor There is no place where we check for WITH/WITHOUT parameters. If we replace this snippet wit a WITH/WITHOUT check then we fix the options framework to not remove the line you read with the command $> tail -n 15 /usr/ports/Mk/bsd.options.mk After getting a lot of questions from users how the new options framework is working and answering for two evenings only this questions I decide to give all others a starting point so I can work maybe on the 24 port. -- Regards, olli From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 20:14:55 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D669B1065676 for ; Thu, 13 Sep 2012 20:14:55 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B411F8FC1B for ; Thu, 13 Sep 2012 20:14:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8DKEtub018085 for ; Thu, 13 Sep 2012 20:14:55 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8DKEt6I018073 for svn-ports-all@freebsd.org; Thu, 13 Sep 2012 20:14:55 GMT (envelope-from bdrewery) Received: (qmail 2328 invoked from network); 13 Sep 2012 15:14:52 -0500 Received: from unknown (HELO ?192.168.0.74?) (freebsd@shatow.net@74.94.87.209) by sweb.xzibition.com with ESMTPA; 13 Sep 2012 15:14:52 -0500 Message-ID: <50523ED4.2040708@FreeBSD.org> Date: Thu, 13 Sep 2012 15:15:16 -0500 From: Bryan Drewery Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120824 Thunderbird/15.0 MIME-Version: 1.0 References: <201209091701.q89H1UNl009740@svn.freebsd.org> <50523E0E.1090402@FreeBSD.org> In-Reply-To: <50523E0E.1090402@FreeBSD.org> X-Enigmail-Version: 1.4.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, Olli Hauer , svn-ports-all@freebsd.org, ports-committers@freebsd.org, Chris Rees , "Philip M. Gollucci" Subject: Re: svn commit: r303982 - head/www/apache22 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 20:14:55 -0000 On 9/13/2012 3:11 PM, Olli Hauer wrote: > There is a regression with the command line parameters which works as follows. Bapt has taken ports/170180 now for testing. -- Regards, Bryan Drewery bdrewery@freenode/EFNet From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 20:28:06 2012 Return-Path: Delivered-To: svn-ports-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B9CA1065670; Thu, 13 Sep 2012 20:28:06 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from p578be941.dip0.t-ipconnect.de (p578be941.dip0.t-ipconnect.de [87.139.233.65]) by mx1.freebsd.org (Postfix) with ESMTP id 1F56D8FC0A; Thu, 13 Sep 2012 20:28:06 +0000 (UTC) Received: from [192.168.0.100] (cde1100.uni.vrs [192.168.0.100]) (Authenticated sender: ohauer) by p578be941.dip0.t-ipconnect.de (Postfix) with ESMTPSA id AD8B4208D9; Thu, 13 Sep 2012 22:28:02 +0200 (CEST) Message-ID: <505241D2.8070903@FreeBSD.org> Date: Thu, 13 Sep 2012 22:28:02 +0200 From: Olli Hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: Bryan Drewery References: <201209091701.q89H1UNl009740@svn.freebsd.org> <50523E0E.1090402@FreeBSD.org> <50523ED4.2040708@FreeBSD.org> In-Reply-To: <50523ED4.2040708@FreeBSD.org> X-Enigmail-Version: 1.4.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-ports-head@FreeBSD.org, Olli Hauer , svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org, Chris Rees , "Philip M. Gollucci" Subject: Re: svn commit: r303982 - head/www/apache22 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 20:28:06 -0000 On 2012-09-13 22:15, Bryan Drewery wrote: > On 9/13/2012 3:11 PM, Olli Hauer wrote: >> There is a regression with the command line parameters which works as follows. > > Bapt has taken ports/170180 now for testing. > Good to know, but anyway if the frameworks moves on can tell it this way even the last users which don't read ports@. I suspect with the check in the apache port we catch a lot of them. -- Regards, olli From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 20:33:54 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 60F331065672; Thu, 13 Sep 2012 20:33:54 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3E8878FC15; Thu, 13 Sep 2012 20:33:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DKXsLu070217; Thu, 13 Sep 2012 20:33:54 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DKXstp070206; Thu, 13 Sep 2012 20:33:54 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209132033.q8DKXstp070206@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Thu, 13 Sep 2012 20:33:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304232 - in head/japanese: eb eblook ebnetd ebview ebview-gtk2 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 20:33:54 -0000 Author: rm Date: Thu Sep 13 20:33:53 2012 New Revision: 304232 URL: http://svn.freebsd.org/changeset/ports/304232 Log: - update japanese/eb to 4.4.3 - add support for NOPORTDOCS and WITHOUT_NLS - bump PORTREVISION for dependent ports: - japanese/eblook - japanese/ebview - japanese/ebview-gtk2 - japanese/ebnetd while here, common changes: - strip Makefile headers - remove shlib versions from dependent ports - remove deprecated attributions from pkg-descr - whitespace fixes to pkg-descr PR: 167175 Submitted by: Muhammad Moinur Rahman <5u623l20 at gmail dot com> (original patch) Submitted by: Yasuhiro KIMURA (maintainer, final patch) Modified: head/japanese/eb/Makefile head/japanese/eb/distinfo head/japanese/eb/pkg-descr head/japanese/eb/pkg-plist head/japanese/eblook/Makefile head/japanese/eblook/pkg-descr head/japanese/ebnetd/Makefile head/japanese/ebnetd/pkg-descr head/japanese/ebview-gtk2/Makefile head/japanese/ebview/Makefile Modified: head/japanese/eb/Makefile ============================================================================== --- head/japanese/eb/Makefile Thu Sep 13 20:10:14 2012 (r304231) +++ head/japanese/eb/Makefile Thu Sep 13 20:33:53 2012 (r304232) @@ -1,13 +1,7 @@ -# New ports collection makefile for: eb -# Date created: 20 Jan 1999 -# Whom: Motoyuki Kasahara -# # $FreeBSD$ -# PORTNAME= eb -PORTVERSION= 4.4.2 -PORTREVISION= 1 +PORTVERSION= 4.4.3 CATEGORIES= japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ \ ftp://ftp.sra.co.jp/pub/misc/eb/old/eb-${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/}/ @@ -36,6 +30,7 @@ APPENDIXFILES= appendix/cencro-1.0.tar.g appendix/genius2-1.1.tar.gz \ appendix/global-2.0.tar.gz \ appendix/heritage-2.2.tar.gz \ + appendix/hyogen-1.0.tar.gz \ appendix/izumi-2.0.tar.gz \ appendix/jitenban-2.4.tar.gz \ appendix/jitenban97-2.1.tar.gz \ @@ -53,30 +48,55 @@ APPENDIXFILES= appendix/cencro-1.0.tar.g DIST_SUBDIR= eb +PORTDOCS= eb-01.html eb-02.html eb-03.html eb-04.html eb-05.html eb-06.html \ + eb-07.html eb-08.html eb-09.html eb-10.html eb-11.html eb-12.html \ + eb-13.html eb-14.html eb.html ebappendix-01.html ebappendix-02.html \ + ebappendix-03.html ebappendix-04.html ebappendix.html ebfont-01.html \ + ebfont-02.html ebfont-03.html ebfont-04.html ebfont.html \ + ebinfo-01.html ebinfo-02.html ebinfo-03.html ebinfo-04.html \ + ebinfo-05.html ebinfo.html ebrefile-01.html ebrefile-02.html \ + ebrefile-03.html ebrefile.html ebstopcode-01.html ebstopcode-02.html \ + ebstopcode-03.html ebstopcode.html ebzip-01.html ebzip-02.html \ + ebzip-03.html ebzip-04.html ebzip-05.html ebzip-06.html ebzip-07.html \ + ebzip-08.html ebzip-09.html ebzip-10.html ebzip.html + USE_AUTOTOOLS= libtool USE_BZIP2= yes USE_GETTEXT= yes USE_PERL5= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-nls \ +CONFIGURE_ARGS= --with-pkgdocdir=${DOCSDIR} + +APPENDIXDIR= ${DATADIR}/appendix + +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +CONFIGURE_ARGS+= --enable-nls \ --with-gettext-includes=${LOCALBASE}/include \ --with-gettext-libraries=${LOCALBASE}/lib \ --with-iconv-includes=${LOCALBASE}/include \ - --with-iconv-libraries=${LOCALBASE}/lib \ - --with-pkgdocdir=${DOCSDIR} - -APPENDIXDIR= ${DATADIR}/appendix + --with-iconv-libraries=${LOCALBASE}/lib +PLIST_SUB= NLS="" +.else +PLIST_SUB= NLS="@comment " +.endif post-extract: ${RM} -fr ${WRKSRC}/zlib ${MKDIR} ${WRKDIR}/appendix .for file in ${APPENDIXFILES} ${TAR} --exclude CVS -C ${WRKDIR}/appendix -zxmf \ - ${DISTDIR}/${DIST_SUBDIR}/${file} + ${DISTDIR}/${DIST_SUBDIR}/${file} .endfor post-install: ${CP} -R ${WRKDIR}/appendix/ ${APPENDIXDIR} +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for doc in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${DOCSDIR} +.endfor +.endif .include Modified: head/japanese/eb/distinfo ============================================================================== --- head/japanese/eb/distinfo Thu Sep 13 20:10:14 2012 (r304231) +++ head/japanese/eb/distinfo Thu Sep 13 20:33:53 2012 (r304232) @@ -1,5 +1,5 @@ -SHA256 (eb/eb-4.4.2.tar.bz2) = 3abb92211e0c04640973a93ece1914da0895486fe784a7dac2ced091c64500d6 -SIZE (eb/eb-4.4.2.tar.bz2) = 505293 +SHA256 (eb/eb-4.4.3.tar.bz2) = abe710a77c6fc3588232977bb2f30a2e69ddfbe9fa8d0b05b0d67d95e36f4b5f +SIZE (eb/eb-4.4.3.tar.bz2) = 505510 SHA256 (eb/appendix/cencro-1.0.tar.gz) = 02d7937f4cd0b3bebb23f9d5917a261d382b4f1004b3b49830c64762d58a02e5 SIZE (eb/appendix/cencro-1.0.tar.gz) = 1666 SHA256 (eb/appendix/chujiten-2.3.tar.gz) = 07bb4ae37b8e3bfaa219dc243b70db5ccce1e30a574f43e53c083c36f69090ba @@ -32,6 +32,8 @@ SHA256 (eb/appendix/global-2.0.tar.gz) = SIZE (eb/appendix/global-2.0.tar.gz) = 4034 SHA256 (eb/appendix/heritage-2.2.tar.gz) = 67974914e27c6874d7520b4c7ce90c56da959631d7edd602a29e902b2ee86997 SIZE (eb/appendix/heritage-2.2.tar.gz) = 3968 +SHA256 (eb/appendix/hyogen-1.0.tar.gz) = fe2e6fa528c0ba689051ed068182f9554f9c3cbe73972dca27f97c9a2a977ad8 +SIZE (eb/appendix/hyogen-1.0.tar.gz) = 1309 SHA256 (eb/appendix/izumi-2.0.tar.gz) = be358a301d4f4e51f0c97930baab80960ba84fc32ee3b06095d6b860bc43d0ce SIZE (eb/appendix/izumi-2.0.tar.gz) = 984 SHA256 (eb/appendix/jitenban-2.4.tar.gz) = d02941a6991400bf0dfdb0b075ca0827a30147691347294b674ab7bdbbbd3204 Modified: head/japanese/eb/pkg-descr ============================================================================== --- head/japanese/eb/pkg-descr Thu Sep 13 20:10:14 2012 (r304231) +++ head/japanese/eb/pkg-descr Thu Sep 13 20:33:53 2012 (r304232) @@ -2,7 +2,4 @@ EB Library is a C library for accessing supports to access CD-ROM books of EB, EBG, EBXA and EPWING formats. CD-ROM books of those formats are popular in Japan. --- Motoyuki Kasahara --- Kazu TAKAMUNE - WWW: http://www.sra.co.jp/people/m-kasahr/eb/ Modified: head/japanese/eb/pkg-plist ============================================================================== --- head/japanese/eb/pkg-plist Thu Sep 13 20:10:14 2012 (r304231) +++ head/japanese/eb/pkg-plist Thu Sep 13 20:33:53 2012 (r304232) @@ -21,59 +21,8 @@ include/eb/zio.h lib/libeb.a lib/libeb.la lib/libeb.so -lib/libeb.so.15 +lib/libeb.so.16 share/aclocal/eb4.m4 -%%DOCSDIR%%/eb-01.html -%%DOCSDIR%%/eb-02.html -%%DOCSDIR%%/eb-03.html -%%DOCSDIR%%/eb-04.html -%%DOCSDIR%%/eb-05.html -%%DOCSDIR%%/eb-06.html -%%DOCSDIR%%/eb-07.html -%%DOCSDIR%%/eb-08.html -%%DOCSDIR%%/eb-09.html -%%DOCSDIR%%/eb-10.html -%%DOCSDIR%%/eb-11.html -%%DOCSDIR%%/eb-12.html -%%DOCSDIR%%/eb-13.html -%%DOCSDIR%%/eb-14.html -%%DOCSDIR%%/eb.html -%%DOCSDIR%%/ebappendix-01.html -%%DOCSDIR%%/ebappendix-02.html -%%DOCSDIR%%/ebappendix-03.html -%%DOCSDIR%%/ebappendix-04.html -%%DOCSDIR%%/ebappendix.html -%%DOCSDIR%%/ebfont-01.html -%%DOCSDIR%%/ebfont-02.html -%%DOCSDIR%%/ebfont-03.html -%%DOCSDIR%%/ebfont-04.html -%%DOCSDIR%%/ebfont.html -%%DOCSDIR%%/ebinfo-01.html -%%DOCSDIR%%/ebinfo-02.html -%%DOCSDIR%%/ebinfo-03.html -%%DOCSDIR%%/ebinfo-04.html -%%DOCSDIR%%/ebinfo-05.html -%%DOCSDIR%%/ebinfo.html -%%DOCSDIR%%/ebrefile-01.html -%%DOCSDIR%%/ebrefile-02.html -%%DOCSDIR%%/ebrefile-03.html -%%DOCSDIR%%/ebrefile.html -%%DOCSDIR%%/ebstopcode-01.html -%%DOCSDIR%%/ebstopcode-02.html -%%DOCSDIR%%/ebstopcode-03.html -%%DOCSDIR%%/ebstopcode.html -%%DOCSDIR%%/ebzip-01.html -%%DOCSDIR%%/ebzip-02.html -%%DOCSDIR%%/ebzip-03.html -%%DOCSDIR%%/ebzip-04.html -%%DOCSDIR%%/ebzip-05.html -%%DOCSDIR%%/ebzip-06.html -%%DOCSDIR%%/ebzip-07.html -%%DOCSDIR%%/ebzip-08.html -%%DOCSDIR%%/ebzip-09.html -%%DOCSDIR%%/ebzip-10.html -%%DOCSDIR%%/ebzip.html -@dirrm %%DOCSDIR%% %%DATADIR%%/appendix/cencro-1.0/catalog %%DATADIR%%/appendix/cencro-1.0/catalog.app %%DATADIR%%/appendix/cencro-1.0/cencro.app @@ -161,6 +110,10 @@ share/aclocal/eb4.m4 %%DATADIR%%/appendix/heritage-2.2/roget/appendix %%DATADIR%%/appendix/heritage-2.2/root.app %%DATADIR%%/appendix/heritage-2.2/root/appendix +%%DATADIR%%/appendix/hyogen-1.0/catalogs +%%DATADIR%%/appendix/hyogen-1.0/catalogs.app +%%DATADIR%%/appendix/hyogen-1.0/hyogen.app +%%DATADIR%%/appendix/hyogen-1.0/hyogen/data/furoku %%DATADIR%%/appendix/izumi-2.0/catalog %%DATADIR%%/appendix/izumi-2.0/catalog.app %%DATADIR%%/appendix/izumi-2.0/file1.app @@ -301,6 +254,9 @@ share/aclocal/eb4.m4 @dirrm %%DATADIR%%/appendix/heritage-2.2/roget @dirrm %%DATADIR%%/appendix/heritage-2.2/root @dirrm %%DATADIR%%/appendix/heritage-2.2 +@dirrm %%DATADIR%%/appendix/hyogen-1.0/hyogen/data +@dirrm %%DATADIR%%/appendix/hyogen-1.0/hyogen +@dirrm %%DATADIR%%/appendix/hyogen-1.0 @dirrm %%DATADIR%%/appendix/izumi-2.0/file1 @dirrm %%DATADIR%%/appendix/izumi-2.0 @dirrm %%DATADIR%%/appendix/jitenban-2.4/chiezo/data @@ -369,5 +325,5 @@ share/aclocal/eb4.m4 @dirrm %%DATADIR%%/appendix/superdic98-1.0 @dirrm %%DATADIR%%/appendix @dirrm %%DATADIR%% -share/locale/ja/LC_MESSAGES/eb.mo -share/locale/ja/LC_MESSAGES/ebutils.mo +%%NLS%%share/locale/ja/LC_MESSAGES/eb.mo +%%NLS%%share/locale/ja/LC_MESSAGES/ebutils.mo Modified: head/japanese/eblook/Makefile ============================================================================== --- head/japanese/eblook/Makefile Thu Sep 13 20:10:14 2012 (r304231) +++ head/japanese/eblook/Makefile Thu Sep 13 20:33:53 2012 (r304232) @@ -1,13 +1,8 @@ -# New ports collection makefile for: eblook -# Date created: 20 August 1999 -# Whom: Shigeyuki Fukushima -# # $FreeBSD$ -# PORTNAME= eblook PORTVERSION= 1.6.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= japanese textproc MASTER_SITES= http://openlab.ring.gr.jp/edict/eblook/dist/ DIST_SUBDIR= eb @@ -15,7 +10,7 @@ DIST_SUBDIR= eb MAINTAINER= yasu@utahime.org COMMENT= Interactive EB interface command for searching words in electronic dictionaries -LIB_DEPENDS= eb.15:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb:${PORTSDIR}/japanese/eb GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-eb-includes=${PREFIX}/include \ Modified: head/japanese/eblook/pkg-descr ============================================================================== --- head/japanese/eblook/pkg-descr Thu Sep 13 20:10:14 2012 (r304231) +++ head/japanese/eblook/pkg-descr Thu Sep 13 20:33:53 2012 (r304232) @@ -2,7 +2,7 @@ Interactive EB interface command for ser Eblook supports to access CD-ROM books of EB, EBG, EBXA and EPWING formats directly. CD-ROM books of those formats are popular in Japan. -Since CD-ROM books themseves are stands on the ISO 9660 format, +Since CD-ROM books themseves are stands on the ISO 9660 format, you can mount the discs by the same way as other ISO 9660 discs. You can get more information from ja-eblook.info. Modified: head/japanese/ebnetd/Makefile ============================================================================== --- head/japanese/ebnetd/Makefile Thu Sep 13 20:10:14 2012 (r304231) +++ head/japanese/ebnetd/Makefile Thu Sep 13 20:33:53 2012 (r304232) @@ -1,20 +1,15 @@ -# New ports collection makefile for: ebnetd -# Date created: 4 Aug 1998 -# Whom: Motoyuki Kasahara -# # $FreeBSD$ -# PORTNAME= ebnetd PORTVERSION= 1.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= japanese ipv6 MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ MAINTAINER= yasu@utahime.org COMMENT= Servers for accessing CD-ROM books via TCP/IP -LIB_DEPENDS= eb.15:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb:${PORTSDIR}/japanese/eb GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${RUNDIR} --with-logdir=${LOGDIR} Modified: head/japanese/ebnetd/pkg-descr ============================================================================== --- head/japanese/ebnetd/pkg-descr Thu Sep 13 20:10:14 2012 (r304231) +++ head/japanese/ebnetd/pkg-descr Thu Sep 13 20:33:53 2012 (r304232) @@ -21,5 +21,4 @@ In addition, you must follow the license EBNETD is free software, your books may not be free. Don't open your books to unlicensed hosts nor users. -Author: Motoyuki Kasahara -WWW: http://www.sra.co.jp/people/m-kasahr/ebnetd/ +WWW: http://www.sra.co.jp/people/m-kasahr/ebnetd/ Modified: head/japanese/ebview-gtk2/Makefile ============================================================================== --- head/japanese/ebview-gtk2/Makefile Thu Sep 13 20:10:14 2012 (r304231) +++ head/japanese/ebview-gtk2/Makefile Thu Sep 13 20:33:53 2012 (r304232) @@ -1,13 +1,8 @@ -# New ports collection makefile for: ebview-gtk2 -# Date Created: 7 Dec 2003 -# Whom: -# # $FreeBSD$ -# PORTNAME= ebview PORTVERSION= 0.3.6 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= japanese MASTER_SITES= SF PKGNAMESUFFIX= -gtk2 @@ -15,7 +10,7 @@ PKGNAMESUFFIX= -gtk2 MAINTAINER= ports@FreeBSD.org COMMENT= Electronic Book Viewer -LIB_DEPENDS= eb.15:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb:${PORTSDIR}/japanese/eb CONFLICTS= ja-ebview-0* Modified: head/japanese/ebview/Makefile ============================================================================== --- head/japanese/ebview/Makefile Thu Sep 13 20:10:14 2012 (r304231) +++ head/japanese/ebview/Makefile Thu Sep 13 20:33:53 2012 (r304232) @@ -1,20 +1,15 @@ -# New ports collection makefile for: ebview -# Date Created: 28 Jan 2002 -# Whom: Yoichi NAKAYAMA -# # $FreeBSD$ -# PORTNAME= ebview PORTVERSION= 0.2.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= japanese MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Electronic Book Viewer -LIB_DEPENDS= eb.15:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb:${PORTSDIR}/japanese/eb CONFLICTS= ja-ebview-gtk2-* From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 22:00:34 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5DC561065670; Thu, 13 Sep 2012 22:00:34 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 458A78FC08; Thu, 13 Sep 2012 22:00:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DM0YaT084723; Thu, 13 Sep 2012 22:00:34 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DM0XDb084705; Thu, 13 Sep 2012 22:00:33 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201209132200.q8DM0XDb084705@svn.freebsd.org> From: Florian Smeets Date: Thu, 13 Sep 2012 22:00:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304233 - in head/sysutils: munin-common munin-common/files munin-master munin-master/files munin-node munin-node/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 22:00:34 -0000 Author: flo Date: Thu Sep 13 22:00:33 2012 New Revision: 304233 URL: http://svn.freebsd.org/changeset/ports/304233 Log: - Update to 2.0.6 based on [1] - Add support for ada disk devices to hddtemp_smartctl [2] - Add a patch for upstream bug 1251 to prevent huge munin-graph.log files PR: ports/171116 [1] PR: ports/169287 [2] Submitted by: mm [1], TAKEMON Takashi [2] Added: head/sysutils/munin-master/files/patch-bug1251 (contents, props changed) head/sysutils/munin-node/files/munin-sched.in (contents, props changed) head/sysutils/munin-node/files/patch-plugins__node.d.freebsd__iostat.in (contents, props changed) head/sysutils/munin-node/files/patch-plugins__node.d__hddtemp_smartctl.in (contents, props changed) Deleted: head/sysutils/munin-master/distinfo head/sysutils/munin-master/files/patch-Makefile head/sysutils/munin-master/files/patch-Makefile.config head/sysutils/munin-master/files/patch-master-__bin-munin-check.in head/sysutils/munin-node/distinfo head/sysutils/munin-node/files/patch-Makefile head/sysutils/munin-node/files/patch-Makefile.config head/sysutils/munin-node/files/patch-node-node.d.freebsd-dev_cpu_.diff head/sysutils/munin-node/files/patch-plugins__node.d__colour_tester.in Modified: head/sysutils/munin-common/Makefile (contents, props changed) head/sysutils/munin-common/distinfo (contents, props changed) head/sysutils/munin-common/files/patch-Makefile (contents, props changed) head/sysutils/munin-common/munin.mk (contents, props changed) head/sysutils/munin-common/pkg-plist (contents, props changed) head/sysutils/munin-master/Makefile (contents, props changed) head/sysutils/munin-master/pkg-plist (contents, props changed) head/sysutils/munin-node/Makefile (contents, props changed) head/sysutils/munin-node/files/patch-node__sbin__munin-node (contents, props changed) head/sysutils/munin-node/files/patch-plugins__node.d__squeezebox_.in (contents, props changed) head/sysutils/munin-node/pkg-plist (contents, props changed) Modified: head/sysutils/munin-common/Makefile ============================================================================== --- head/sysutils/munin-common/Makefile Thu Sep 13 20:33:53 2012 (r304232) +++ head/sysutils/munin-common/Makefile Thu Sep 13 22:00:33 2012 (r304233) @@ -6,9 +6,9 @@ # PORTNAME= munin -PORTVERSION= 1.4.7 +PORTVERSION= ${MUNIN_VERSION} CATEGORIES= sysutils perl5 -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION} +MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -common MAINTAINER= flo@FreeBSD.org @@ -24,6 +24,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER .include "${.CURDIR}/../munin-common/munin.mk" +USERS= ${MUNIN_USER} +GROUPS= ${MUNIN_GROUP} + ALL_TARGET= build-common-prime INSTALL_TARGET= install-common @@ -35,8 +38,8 @@ MAN3= Munin::Common::Config.3 \ Munin::Common::Timeout.3 post-install: - @${MKDIR} ${LOGDIR} - @${CHOWN} ${USERS}:${GROUPS} ${LOGDIR} + @${MKDIR} ${LOGDIR} ${STATEDIR} ${SPOOLDIR} + @${CHOWN} ${USERS}:${GROUPS} ${LOGDIR} ${STADEDIR} ${SPOOLDIR} @(cd ${WRKSRC}/common/blib/libdoc && for man in ${MAN3} ; do \ ${INSTALL_MAN} -C $$man ${PREFIX}/man/man3; \ done) Modified: head/sysutils/munin-common/distinfo ============================================================================== --- head/sysutils/munin-common/distinfo Thu Sep 13 20:33:53 2012 (r304232) +++ head/sysutils/munin-common/distinfo Thu Sep 13 22:00:33 2012 (r304233) @@ -1,2 +1,2 @@ -SHA256 (munin-1.4.7.tar.gz) = 9a87356b1f8662f444a7a2a86ff36809124ffe787c442de0ea35850194d602af -SIZE (munin-1.4.7.tar.gz) = 1236273 +SHA256 (munin-2.0.6.tar.gz) = ff99a3c36156adb6b867bb684ec508a857728336c0b81a93955bbcc9d5045ea6 +SIZE (munin-2.0.6.tar.gz) = 1325754 Modified: head/sysutils/munin-common/files/patch-Makefile ============================================================================== --- head/sysutils/munin-common/files/patch-Makefile Thu Sep 13 20:33:53 2012 (r304232) +++ head/sysutils/munin-common/files/patch-Makefile Thu Sep 13 22:00:33 2012 (r304233) @@ -1,11 +1,27 @@ ---- Makefile.orig 2010-01-30 10:49:44.000000000 -0700 -+++ Makefile 2010-01-30 10:49:53.000000000 -0700 -@@ -69,7 +69,7 @@ - mkdir -p $(LOGDIR) - mkdir -p $(STATEDIR) +--- Makefile.orig 2012-08-31 17:22:50.000000000 +0200 ++++ Makefile 2012-09-08 00:38:17.000000000 +0200 +@@ -68,11 +68,11 @@ + + install-pre: Makefile Makefile.config + @$(CHECKUSER) +- mkdir -p $(LOGDIR) +- mkdir -p $(STATEDIR) +- mkdir -p $(SPOOLDIR) ++# mkdir -p $(LOGDIR) ++# mkdir -p $(STATEDIR) ++# mkdir -p $(SPOOLDIR) mkdir -p $(CONFDIR) -- $(CHOWN) $(USER) $(LOGDIR) $(STATEDIR) -+ $(CHOWN) $(USER) $(STATEDIR) +- $(CHOWN) $(USER) $(LOGDIR) $(STATEDIR) $(SPOOLDIR) ++# $(CHOWN) $(USER) $(LOGDIR) $(STATEDIR) $(SPOOLDIR) install-master-prime: $(INFILES_MASTER) install-pre install-master mkdir -p $(CONFDIR)/templates +@@ -144,7 +144,7 @@ + mkdir -p $(LIBDIR)/plugins + mkdir -p $(PLUGSTATE) + +- $(CHOWN) root:root $(PLUGSTATE) ++ $(CHOWN) root:wheel $(PLUGSTATE) + $(CHMOD) 0755 $(PLUGSTATE) + $(CHMOD) 0755 $(CONFDIR)/plugin-conf.d + Modified: head/sysutils/munin-common/munin.mk ============================================================================== --- head/sysutils/munin-common/munin.mk Thu Sep 13 20:33:53 2012 (r304232) +++ head/sysutils/munin-common/munin.mk Thu Sep 13 22:00:33 2012 (r304233) @@ -1,20 +1,30 @@ +MUNIN_VERSION= 2.0.6 +MUNIN_SITES= SF/${PORTNAME}/stable/${PORTVERSION} +MUNIN_DISTINFO= ${PORTSDIR}/sysutils/munin-common/distinfo +MUNIN_PATCHES= ${PORTSDIR}/sysutils/munin-common/files/patch-Makefile \ + ${PORTSDIR}/sysutils/munin-common/files/patch-Makefile.config + DBDIR?= /var/${PORTNAME} +DBDIRNODE?= /var/${PORTNAME} LOGDIR?= /var/log/${PORTNAME} STATEDIR?= /var/run/${PORTNAME} +SPOOLDIR?= /var/spool/${PORTNAME} MUNIN_DIRS= BINDIR=${PREFIX}/bin \ CGIDIR=${PREFIX}/www/cgi-bin \ CONFDIR=${ETCDIR} \ DBDIR=${DBDIR} \ + DBDIRNODE=${DBDIRNODE} \ DOCDIR=${DOCSDIR} \ HTMLDIR=${WWWDIR} \ LIBDIR=${DATADIR} \ LOGDIR=${LOGDIR} \ MANDIR=${MANPREFIX}/man \ SBINDIR=${PREFIX}/sbin \ - STATEDIR=${STATEDIR} + STATEDIR=${STATEDIR} \ + SPOOLDIR=${SPOOLDIR} MAKE_ARGS= ${MUNIN_DIRS} \ BASH=${LOCALBASE}/bin/bash \ PERL=${PERL} PERLLIB=${PREFIX}/${SITE_PERL_REL} -PLIST_SUB= ${MUNIN_DIRS} -USERS= munin -GROUPS= munin +MUNIN_USER= munin +MUNIN_GROUP= munin +PLIST_SUB= ${MUNIN_DIRS} USER=${MUNIN_USER} GROUP=${MUNIN_GROUP} Modified: head/sysutils/munin-common/pkg-plist ============================================================================== --- head/sysutils/munin-common/pkg-plist Thu Sep 13 20:33:53 2012 (r304232) +++ head/sysutils/munin-common/pkg-plist Thu Sep 13 22:00:33 2012 (r304233) @@ -1,12 +1,13 @@ %%SITE_PERL%%/Munin/Common/Config.pm %%SITE_PERL%%/Munin/Common/Defaults.pm +%%SITE_PERL%%/Munin/Common/DictFile.pm +%%SITE_PERL%%/Munin/Common/SyncDictFile.pm %%SITE_PERL%%/Munin/Common/TLS.pm %%SITE_PERL%%/Munin/Common/TLSClient.pm %%SITE_PERL%%/Munin/Common/TLSServer.pm %%SITE_PERL%%/Munin/Common/Timeout.pm @dirrm %%SITE_PERL%%/Munin/Common @dirrm %%SITE_PERL%%/Munin -@exec mkdir -p %%LOGDIR%% -@unexec /bin/rmdir %%LOGDIR%% 2>/dev/null || /usr/bin/true -@exec mkdir -p %%STATEDIR%% -@unexec /bin/rmdir %%STATEDIR%% 2>/dev/null || /usr/bin/true +@exec mkdir -p %%LOGDIR%% %%STATEDIR%% %%SPOOLDIR%% +@exec chown %%USER%%:%%GROUP%% %%LOGDIR%% %%STATEDIR%% %%SPOOLDIR%% +@unexec rmdir %%LOGDIR%% %%STATEDIR%% %%SPOOLDIR%% 2>/dev/null || /usr/bin/true Modified: head/sysutils/munin-master/Makefile ============================================================================== --- head/sysutils/munin-master/Makefile Thu Sep 13 20:33:53 2012 (r304232) +++ head/sysutils/munin-master/Makefile Thu Sep 13 22:00:33 2012 (r304233) @@ -6,10 +6,9 @@ # PORTNAME= munin -PORTVERSION= 1.4.7 -PORTREVISION= 3 +PORTVERSION= ${MUNIN_VERSION} CATEGORIES= sysutils perl5 -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION} +MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -master MAINTAINER= flo@FreeBSD.org @@ -17,22 +16,30 @@ COMMENT= Collector part of Munin BUILD_DEPENDS= p5-Module-Build>=0:${PORTSDIR}/devel/p5-Module-Build \ munin-common>=0:${PORTSDIR}/sysutils/munin-common \ - p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ rrdtool>=0:${PORTSDIR}/databases/rrdtool \ p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \ + p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm \ p5-DateTime-HiRes>=0:${PORTSDIR}/devel/p5-DateTime-HiRes \ + p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \ p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \ + p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 \ p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \ + p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-Text-Balanced>=0:${PORTSDIR}/textproc/p5-Text-Balanced RUN_DEPENDS= munin-common>=0:${PORTSDIR}/sysutils/munin-common \ rrdtool>=0:${PORTSDIR}/databases/rrdtool \ - p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ + p5-CGI.pm>=0:${PORTSDIR}/www/p5-CGI.pm \ p5-Storable>=0:${PORTSDIR}/devel/p5-Storable \ p5-DateTime-HiRes>=0:${PORTSDIR}/devel/p5-DateTime-HiRes \ + p5-File-Copy-Recursive>=0:${PORTSDIR}/devel/p5-File-Copy-Recursive \ p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ p5-HTML-Template>=0:${PORTSDIR}/www/p5-HTML-Template \ + p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 \ p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \ + p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ p5-Text-Balanced>=0:${PORTSDIR}/textproc/p5-Text-Balanced USE_PERL5= yes @@ -41,7 +48,9 @@ PKGMESSAGE= ${WRKDIR}/pkg-message .include "${.CURDIR}/../munin-common/munin.mk" -ALL_TARGET= build-master build-man +EXTRA_PATCHES= ${MUNIN_PATCHES} +DISTINFO_FILE= ${MUNIN_DISTINFO} +ALL_TARGET= infiles build-master build-man INSTALL_TARGET= install-master-prime MAN3= Munin::Master::Config.3 \ @@ -79,6 +88,7 @@ pre-install: post-install: @${CHOWN} ${USERS}:${GROUPS} ${DBDIR} ${STATEDIR} ${WWWDIR} + @${CHOWN} ${WWWOWN} ${DBDIR}/cgi-tmp @${INSTALL_DATA} ${WRKSRC}/build/master/munin.conf \ ${PREFIX}/etc/munin/munin.conf.sample @(cd ${WRKSRC}/master/blib/libdoc && for man in ${MAN3}; do \ Added: head/sysutils/munin-master/files/patch-bug1251 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/munin-master/files/patch-bug1251 Thu Sep 13 22:00:33 2012 (r304233) @@ -0,0 +1,155 @@ +diff --git a/master/_bin/munin-cgi-graph.in b/master/_bin/munin-cgi-graph.in +index dec4aa2..bcfbe90 100755 +--- master/_bin/munin-cgi-graph.in ++++ master/_bin/munin-cgi-graph.in +@@ -90,7 +90,7 @@ while (new CGI::Fast) { + my $pinpoint = undef; + my $path = $ENV{PATH_INFO} || ""; + +- INFO "Request path is $path"; ++ DEBUG "Request path is $path"; + + # The full URL looks like this: + # Case 1: +@@ -133,7 +133,7 @@ while (new CGI::Fast) { + my ($dom, $host, $serv, $scale) = + $path =~ m#^/(.*)/([^/]+)/([\w-]+)-([\w=,]+)\.png#; ## avoid bug in vim + +- INFO "asked for ($dom, $host, $serv, $scale)"; ++ DEBUG "asked for ($dom, $host, $serv, $scale)"; + + if ($scale =~ /pinpoint=(\d+),(\d+)/) { + $pinpoint = [ $1, $2, ]; +diff --git a/master/_bin/munin-graph.in b/master/_bin/munin-graph.in +index fb47333..b8fc0d0 100755 +--- master/_bin/munin-graph.in ++++ master/_bin/munin-graph.in +@@ -84,7 +84,7 @@ my $nb_request_max = 0; + my $graph_fh = new IO::File($config->{dbdir} . "/graphs"); + while (my $path = <$graph_fh>) { + my $pinpoint = undef; +- INFO "Request path is $path"; ++ DEBUG "Request path is $path"; + + # The full URL looks like this: + # Case 1: +@@ -126,7 +126,7 @@ while (my $path = <$graph_fh>) { + my ($dom, $host, $serv, $scale) = + $path =~ m#^/(.*)/([^/]+)/(\w+)-([\w=,]+)\.png#; ## avoid bug in vim + +- INFO "asked for ($dom, $host, $serv, $scale)"; ++ DEBUG "asked for ($dom, $host, $serv, $scale)"; + + if ($scale =~ /pinpoint=(\d+),(\d+)/) { + $pinpoint = [ $1, $2, ]; +@@ -159,15 +159,8 @@ while (my $path = <$graph_fh>) { + } + + # Now send it: headers +- INFO "X-Munin-Request: $nb_request/$nb_request_max"; ++ DEBUG "X-Munin-Request: $nb_request/$nb_request_max"; + +- my $headers = get_headers_for_file($filename, $graph_ttl); +- foreach my $header_name (keys %$headers) { +- INFO "$header_name: $headers->{$header_name}"; +- } +- +- # ... and graph data +- # send_graph_data($filename); + } continue { + $nb_request++; + if ($nb_request_max && $nb_request > $nb_request_max) { +@@ -179,27 +172,6 @@ while (my $path = <$graph_fh>) { + + exit 0; + +- +-sub get_headers_for_file { +- my ($filename, $graph_ttl) = @_; +- +- # At this time the file exists and should be served +- my @stats = stat ($filename); +- my $mtime_epoch = $stats[9]; +- my $last_modified = get_w3c_date_from_epoch($mtime_epoch); +- +- # "Expires" has to use last modified time as base: +- my $graph_next_expires = $mtime_epoch - ($mtime_epoch % $graph_ttl) + $graph_ttl; +- my $expires = get_w3c_date_from_epoch($graph_next_expires); +- +- return { +- "Expires" => $expires, +- "Last-Modified" => $last_modified, +- "Content-Length" => $stats[7], +- }; +-} +- +- + sub get_w3c_date_from_epoch { + my($epoch) = @_; + return strftime("%a, %d %b %Y %H:%M:%S GMT", gmtime($epoch)); +diff --git a/master/lib/Munin/Master/GraphOld.pm b/master/lib/Munin/Master/GraphOld.pm +index 004484d..d2fe3fd 100644 +--- master/lib/Munin/Master/GraphOld.pm ++++ master/lib/Munin/Master/GraphOld.pm +@@ -1350,7 +1350,7 @@ sub process_service { + for my $time (keys %times) { + next unless ($draw{$time}); + my $picfilename = get_picture_filename($service, $time); +- INFO "[INFO] Looking into drawing $picfilename"; ++ DEBUG "[DEBUG] Looking into drawing $picfilename"; + (my $picdirname = $picfilename) =~ s/\/[^\/]+$//; + + DEBUG "[DEBUG] Picture filename: $picfilename"; +diff --git a/master/lib/Munin/Master/HTMLConfig.pm b/master/lib/Munin/Master/HTMLConfig.pm +index dfa8b70..bbccffa 100644 +--- master/lib/Munin/Master/HTMLConfig.pm ++++ master/lib/Munin/Master/HTMLConfig.pm +@@ -473,7 +473,7 @@ sub generate_service_templates { + } + } + +- if ($config->{'graph_strategy'} eq "cgi") { ++ if (munin_get($config, "graph_strategy", "cron") eq "cgi") { + map { $srv{$_} = $config->{'cgiurl_graph'} . "/" . $imgs{$_} } keys %imgs; + } else { + map { $srv{$_} = $root_path . "/" . $imgs{$_} } keys %imgs; +@@ -500,7 +500,7 @@ sub generate_service_templates { + for my $scale (@times) { + # Don't try to find the size if cgi is enabled, + # otherwise old data might pollute +- next if ($config->{'graph_strategy'} eq "cgi"); ++ next if (munin_get($config, "graph_strategy", "cron") eq "cgi"); + if (my ($w, $h) + = get_png_size(munin_get_picture_filename($service, $scale))) { + $srv{"img" . $scale . "width"} = $w; +@@ -512,7 +512,7 @@ sub generate_service_templates { + $srv{imgweeksum} = "$srv{node}-week-sum.png"; + $srv{imgyearsum} = "$srv{node}-year-sum.png"; + for my $scale (["week", "year"]) { +- next if ($config->{'graph_strategy'} eq "cgi"); ++ next if (munin_get($config, "graph_strategy", "cron") eq "cgi"); + if (my ($w, $h) + = get_png_size(munin_get_picture_filename($service, $scale, 1))) + { +diff --git a/master/lib/Munin/Master/Logger.pm b/master/lib/Munin/Master/Logger.pm +index f2f05ca..580357c 100644 +--- master/lib/Munin/Master/Logger.pm ++++ master/lib/Munin/Master/Logger.pm +@@ -90,7 +90,7 @@ sub logger_open_stderr { + $logopened = 1; + } + +- get_logger('')->info("Opened log file"); ++ get_logger('')->debug("Opened log file"); + + # Get perl warnings into the log files + $SIG{__WARN__} = \&_warn_catcher; +@@ -117,7 +117,7 @@ sub logger_open { + $logopened = 1; + } + +- get_logger('')->info("Opened log file"); ++ get_logger('')->debug("Opened log file"); + + # Get perl warnings into the log files + $SIG{__WARN__} = \&_warn_catcher; Modified: head/sysutils/munin-master/pkg-plist ============================================================================== --- head/sysutils/munin-master/pkg-plist Thu Sep 13 20:33:53 2012 (r304232) +++ head/sysutils/munin-master/pkg-plist Thu Sep 13 22:00:33 2012 (r304233) @@ -3,31 +3,43 @@ bin/munin-cron @unexec if cmp -s %D/%%ETCDIR%%/munin.conf.sample %D/%%ETCDIR%%/munin.conf ; then rm -f %D/%%ETCDIR%%/munin.conf ; fi %%ETCDIR%%/munin.conf.sample @exec if [ ! -f %D/%%ETCDIR%%/munin.conf ] ; then cp -p %D/%%ETCDIR%%/munin.conf.sample %D/%%ETCDIR%%/munin.conf ; fi -%%ETCDIR%%/templates/definitions.html -%%ETCDIR%%/templates/favicon.ico -%%ETCDIR%%/templates/logo-h.png -%%ETCDIR%%/templates/logo.png +%%ETCDIR%%/static/definitions.html +%%ETCDIR%%/static/dynazoom.html +%%ETCDIR%%/static/favicon.ico +%%ETCDIR%%/static/formatdate.js +%%ETCDIR%%/static/logo-h.png +%%ETCDIR%%/static/logo.png +%%ETCDIR%%/static/querystring.js +%%ETCDIR%%/static/style-1.2.css +%%ETCDIR%%/static/style-new.css +%%ETCDIR%%/static/style.css +%%ETCDIR%%/static/zoom.js %%ETCDIR%%/templates/munin-comparison-day.tmpl %%ETCDIR%%/templates/munin-comparison-month.tmpl %%ETCDIR%%/templates/munin-comparison-week.tmpl %%ETCDIR%%/templates/munin-comparison-year.tmpl +%%ETCDIR%%/templates/munin-categoryview.tmpl +%%ETCDIR%%/templates/munin-dynazoom.tmpl %%ETCDIR%%/templates/munin-domainview.tmpl %%ETCDIR%%/templates/munin-nodeview.tmpl %%ETCDIR%%/templates/munin-overview.tmpl +%%ETCDIR%%/templates/munin-problemview.tmpl %%ETCDIR%%/templates/munin-serviceview.tmpl %%ETCDIR%%/templates/partial/bottom_navigation.tmpl +%%ETCDIR%%/templates/partial/footer.tmpl %%ETCDIR%%/templates/partial/generated_by.tmpl %%ETCDIR%%/templates/partial/head.tmpl %%ETCDIR%%/templates/partial/logo_navigation.tmpl %%ETCDIR%%/templates/partial/logo_navigation_comparison.tmpl +%%ETCDIR%%/templates/partial/logo_navigation_problem.tmpl %%ETCDIR%%/templates/partial/logo_path.tmpl +%%ETCDIR%%/templates/partial/navigation.tmpl %%ETCDIR%%/templates/partial/path.tmpl -%%ETCDIR%%/templates/style-1.2.css -%%ETCDIR%%/templates/style.css %%SITE_PERL%%/Munin/Master/Config.pm %%SITE_PERL%%/Munin/Master/GraphOld.pm %%SITE_PERL%%/Munin/Master/Group.pm %%SITE_PERL%%/Munin/Master/GroupRepository.pm +%%SITE_PERL%%/Munin/Master/HTMLConfig.pm %%SITE_PERL%%/Munin/Master/HTMLOld.pm %%SITE_PERL%%/Munin/Master/Host.pm %%SITE_PERL%%/Munin/Master/LimitsOld.pm @@ -40,19 +52,22 @@ bin/munin-cron %%SITE_PERL%%/Munin/Master/Worker.pm %%DATADIR%%/DejaVuSans.ttf %%DATADIR%%/DejaVuSansMono.ttf +%%DATADIR%%/munin-datafile2storable %%DATADIR%%/munin-graph %%DATADIR%%/munin-html %%DATADIR%%/munin-limits +%%DATADIR%%/munin-storable2datafile %%DATADIR%%/munin-update %%WWWDIR%%/.htaccess www/cgi-bin/munin-cgi-graph -www/cgi-bin/munin-fastcgi-graph +www/cgi-bin/munin-cgi-html @dirrmtry www/cgi-bin @dirrmtry %%WWWDIR%% @dirrmtry %%DATADIR%% @dirrmtry %%DBDIR%% @dirrm %%SITE_PERL%%/Munin/Master @dirrmtry %%SITE_PERL%%/Munin +@dirrmtry %%ETCDIR%%/static @dirrmtry %%ETCDIR%%/templates/partial @dirrmtry %%ETCDIR%%/templates @exec mkdir -p %D/%%ETCDIR%%/munin-conf.d Modified: head/sysutils/munin-node/Makefile ============================================================================== --- head/sysutils/munin-node/Makefile Thu Sep 13 20:33:53 2012 (r304232) +++ head/sysutils/munin-node/Makefile Thu Sep 13 22:00:33 2012 (r304233) @@ -6,9 +6,9 @@ # PORTNAME= munin -PORTVERSION= 1.4.7 +PORTVERSION= ${MUNIN_VERSION} CATEGORIES= sysutils perl5 -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION} +MASTER_SITES= ${MUNIN_SITES} PKGNAMESUFFIX= -node MAINTAINER= flo@FreeBSD.org @@ -27,6 +27,8 @@ RUN_DEPENDS= p5-Cache-Cache>=0:${PORTSDI p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ bash:${PORTSDIR}/shells/bash +DISTINFO_FILE= ${MUNIN_DISTINFO} +EXTRA_PATCHES+= ${MUNIN_PATCHES} USE_PERL5= yes USE_GMAKE= yes PKGMESSAGE= ${WRKDIR}/pkg-message @@ -40,6 +42,7 @@ INSTALL_TARGET= install-node-prime insta MAN1= munin-node-configure.1 \ munin-node.1 \ munin-run.1 \ + munin-sched.1 \ munindoc.1 MAN3_NODE= Munin::Node::Config.3 \ Munin::Node::Configure::Debug.3 \ @@ -49,10 +52,13 @@ MAN3_NODE= Munin::Node::Config.3 \ Munin::Node::Configure::PluginList.3 \ Munin::Node::Logger.3 \ Munin::Node::OS.3 \ + Munin::Node::ProxySpooler.3 \ Munin::Node::SNMPConfig.3 \ Munin::Node::Server.3 \ Munin::Node::Service.3 \ Munin::Node::Session.3 \ + Munin::Node::SpoolReader.3 \ + Munin::Node::SpoolWriter.3 \ Munin::Node::Utils.3 MAN3_PLUGIN= Munin::Plugin.3 \ Munin::Plugin::Pgsql.3 \ @@ -62,7 +68,7 @@ MAN5= munin-node.conf.5 MAN8= munin.8 SUB_FILES= pkg-message munin-node-revive.sh -USE_RC_SUBR= munin-node +USE_RC_SUBR= munin-node munin-sched post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ Added: head/sysutils/munin-node/files/munin-sched.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/munin-node/files/munin-sched.in Thu Sep 13 22:00:33 2012 (r304233) @@ -0,0 +1,27 @@ +#!/bin/sh +# + +# PROVIDE: munin-sched +# REQUIRE: DAEMON +# BEFORE: cron + +# +# Add the following lines to /etc/rc.conf to enable munin-sched: +# munin_sched_enable (bool): Set to "NO" by default. +# Set it to "YES" to enable munin-sched +# munin_sched_config (path): Set to "%%PREFIX%%/etc/munin/munin-node.conf" by default. +# + +. /etc/rc.subr + +name="munin_sched" +rcvar=munin_sched_enable + +[ -z "$munin_sched_enable" ] && munin_sched_enable="NO" +[ -z "$munin_sched_config" ] && munin_sched_config="%%PREFIX%%/etc/munin/munin-node.conf" + +command="%%PREFIX%%/sbin/munin-sched" +pidfile=`awk '$1 == "pid_file" { print $2 }' $munin_sched_config` + +load_rc_config $name +run_rc_command "$1" Modified: head/sysutils/munin-node/files/patch-node__sbin__munin-node ============================================================================== --- head/sysutils/munin-node/files/patch-node__sbin__munin-node Thu Sep 13 20:33:53 2012 (r304232) +++ head/sysutils/munin-node/files/patch-node__sbin__munin-node Thu Sep 13 22:00:33 2012 (r304233) @@ -1,6 +1,6 @@ ---- node/sbin/munin-node.orig Wed Oct 20 14:51:29 2010 -+++ node/sbin/munin-node Wed Oct 20 14:52:34 2010 -@@ -56,6 +56,9 @@ sub main { +--- node/sbin/munin-node.orig 2012-07-24 12:45:57.000000000 +0200 ++++ node/sbin/munin-node 2012-07-30 11:30:49.735734436 +0200 +@@ -53,8 +53,11 @@ $ENV{$key} =~ /^(.*)$/; $ENV{$key} = $1; } @@ -8,5 +8,8 @@ + # must not contain writable directories. + $ENV{PATH}='/bin:/sbin:/usr/bin:/usr/sbin:%%PREFIX%%/bin:%%PREFIX%%/sbin'; - $0 =~ /^(.*)$/; +- $0 =~ /([^\/]*)$/; ++ $0 =~ /^(.*)$/; $0 = $1; + + parse_args(); Added: head/sysutils/munin-node/files/patch-plugins__node.d.freebsd__iostat.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/munin-node/files/patch-plugins__node.d.freebsd__iostat.in Thu Sep 13 22:00:33 2012 (r304233) @@ -0,0 +1,16 @@ +--- ./plugins/node.d.freebsd/iostat.in.orig 2012-07-11 14:14:27.841196443 +0200 ++++ ./plugins/node.d.freebsd/iostat.in 2012-07-11 14:14:32.619552027 +0200 +@@ -56,13 +56,11 @@ + for d in $drives; do + echo "${d}_read.label ${d}" + echo "${d}_read.type DERIVE" +- echo "${d}_read.max 2000" + echo "${d}_read.min 0" + echo "${d}_read.graph no" + echo "${d}_write.label ${d}" + echo "${d}_write.info I/O on device ${d}" + echo "${d}_write.type DERIVE" +- echo "${d}_write.max 2000" + echo "${d}_write.min 0" + echo "${d}_write.negative ${d}_read" + done Added: head/sysutils/munin-node/files/patch-plugins__node.d__hddtemp_smartctl.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/munin-node/files/patch-plugins__node.d__hddtemp_smartctl.in Thu Sep 13 22:00:33 2012 (r304233) @@ -0,0 +1,11 @@ +--- plugins/node.d/hddtemp_smartctl.in.orig 2012-09-11 11:26:15.928249255 +0200 ++++ plugins/node.d/hddtemp_smartctl.in 2012-09-11 11:26:48.947249274 +0200 +@@ -151,7 +151,7 @@ + # without probing them. + } elsif ($^O eq 'freebsd') { + opendir(DEV, '/dev'); +- @drives = grep /^ad[0-9]+$/, readdir DEV; ++ @drives = grep /^ad[0-9]+$|^ada[0-9]+$/, readdir DEV; + closedir(DEV); + } elsif ($^O eq 'solaris') { + @drives = map { s@.*/@@ ; $_ } glob '/dev/rdsk/c*t*d*s2'; Modified: head/sysutils/munin-node/files/patch-plugins__node.d__squeezebox_.in ============================================================================== --- head/sysutils/munin-node/files/patch-plugins__node.d__squeezebox_.in Thu Sep 13 20:33:53 2012 (r304232) +++ head/sysutils/munin-node/files/patch-plugins__node.d__squeezebox_.in Thu Sep 13 22:00:33 2012 (r304233) @@ -1,24 +1,24 @@ ---- ./plugins/node.d/squeezebox_.in.orig 2010-03-09 22:23:57.000000000 +0100 -+++ ./plugins/node.d/squeezebox_.in 2010-03-09 22:24:16.000000000 +0100 -@@ -157,7 +157,7 @@ if [ "$CMD" = "years" ]; then - # echo "graph_order y0" - echo -n "graph_order y"; echo $years_array | sed 's/ / y/g' +--- ./plugins/node.d/squeezebox_.in.orig 2012-08-14 17:19:40.000000000 +0200 ++++ ./plugins/node.d/squeezebox_.in 2012-08-27 13:55:40.573530762 +0200 +@@ -156,7 +156,7 @@ + printf "graph_order y" + echo $years_array | sed 's/ / y/g' - for i in `seq 0 $no_of_years`; do + for i in `jot - 0 $no_of_years`; do year=$(echo ${arr1[$i]}) if [ $year = 0 ]; then echo y0.label No year -@@ -172,7 +172,7 @@ if [ "$CMD" = "years" ]; then +@@ -171,7 +171,7 @@ done exit 0 - fi + fi - for i in `seq 0 $no_of_years`; do + for i in `jot - 0 $no_of_years`; do year=$(echo ${arr1[$i]}) - echo -n "y${year}.value " + printf "y%s.value " ${year} printf "%b" "albums 0 0 year:${year}\nexit\n" | $NC $HOST $PORT | sed 's/%3A/:/g' | cut -d ':' -f 3 -@@ -183,7 +183,7 @@ elif [ "$CMD" = "signalstrength" -o "$CM +@@ -182,7 +182,7 @@ echo "graph_category Squeezebox" COUNT=$(printf "%b" "player count ?\nexit\n" | $NC $HOST $PORT | cut -d " " -f 3) (( COUNT-- )) @@ -27,7 +27,7 @@ MAC=$(printf "%b" "player id $ID ?\nexit\n" | $NC $HOST $PORT | cut -d " " -f 4 | sed 's/%3A/:/g') NAME=$(printf "%b" "player name $MAC ?\nexit\n" | $NC $HOST $PORT | cut -d " " -f 4 | sed 's/%20/ /g') MAC2=$(echo $MAC | sed 's/://g; s/\./_/g') -@@ -193,7 +193,7 @@ elif [ "$CMD" = "signalstrength" -o "$CM +@@ -192,7 +192,7 @@ fi COUNT=$(printf "%b" "player count ?\nexit\n" | $NC $HOST $PORT | cut -d " " -f 3) (( COUNT-- )) Modified: head/sysutils/munin-node/pkg-plist ============================================================================== --- head/sysutils/munin-node/pkg-plist Thu Sep 13 20:33:53 2012 (r304232) +++ head/sysutils/munin-node/pkg-plist Thu Sep 13 22:00:33 2012 (r304233) @@ -15,10 +15,13 @@ bin/munindoc %%SITE_PERL%%/Munin/Node/Configure/PluginList.pm %%SITE_PERL%%/Munin/Node/Logger.pm %%SITE_PERL%%/Munin/Node/OS.pm +%%SITE_PERL%%/Munin/Node/ProxySpooler.pm %%SITE_PERL%%/Munin/Node/SNMPConfig.pm %%SITE_PERL%%/Munin/Node/Server.pm %%SITE_PERL%%/Munin/Node/Service.pm %%SITE_PERL%%/Munin/Node/Session.pm +%%SITE_PERL%%/Munin/Node/SpoolReader.pm +%%SITE_PERL%%/Munin/Node/SpoolWriter.pm %%SITE_PERL%%/Munin/Node/Utils.pm %%SITE_PERL%%/Munin/Plugin.pm %%SITE_PERL%%/Munin/Plugin/Pgsql.pm @@ -26,6 +29,7 @@ bin/munindoc sbin/munin-node sbin/munin-node-configure sbin/munin-run +sbin/munin-sched %%DATADIR%%/plugins/amavis %%DATADIR%%/plugins/apache_accesses %%DATADIR%%/plugins/apache_processes @@ -43,7 +47,6 @@ sbin/munin-run %%DATADIR%%/plugins/bind9 %%DATADIR%%/plugins/bind9_rndc %%DATADIR%%/plugins/cmc_tc_sensor_ -%%DATADIR%%/plugins/colour_tester %%DATADIR%%/plugins/coretemp %%DATADIR%%/plugins/courier_ %%DATADIR%%/plugins/courier_mta_mailqueue @@ -57,11 +60,9 @@ sbin/munin-run %%DATADIR%%/plugins/dhcpd3 %%DATADIR%%/plugins/digitemp_ %%DATADIR%%/plugins/ejabberd_ -%%DATADIR%%/plugins/env %%DATADIR%%/plugins/exim_mailqueue %%DATADIR%%/plugins/exim_mailqueue_alt %%DATADIR%%/plugins/exim_mailstats -%%DATADIR%%/plugins/extinfo_tester %%DATADIR%%/plugins/fail2ban %%DATADIR%%/plugins/foldingathome %%DATADIR%%/plugins/foldingathome_rank @@ -71,20 +72,21 @@ sbin/munin-run %%DATADIR%%/plugins/freeradius_proxy_acct %%DATADIR%%/plugins/freeradius_proxy_auth %%DATADIR%%/plugins/haproxy_ +%%DATADIR%%/plugins/haproxy_ng %%DATADIR%%/plugins/hddtemp %%DATADIR%%/plugins/hddtemp2 %%DATADIR%%/plugins/hddtemp_smartctl %%DATADIR%%/plugins/hddtempd +%%DATADIR%%/plugins/hp2000_ %%DATADIR%%/plugins/http_loadtime -%%DATADIR%%/plugins/id %%DATADIR%%/plugins/if_ %%DATADIR%%/plugins/if_errcoll_ %%DATADIR%%/plugins/ifx_concurrent_sessions_ %%DATADIR%%/plugins/iostat %%DATADIR%%/plugins/ipac-ng +%%DATADIR%%/plugins/ipmi_ %%DATADIR%%/plugins/ipmi_sensor_ %%DATADIR%%/plugins/ircu -%%DATADIR%%/plugins/jmx_ %%DATADIR%%/plugins/load %%DATADIR%%/plugins/loggrep %%DATADIR%%/plugins/lpstat @@ -94,7 +96,6 @@ sbin/munin-run %%DATADIR%%/plugins/memcached_ %%DATADIR%%/plugins/memory %%DATADIR%%/plugins/mhttping -%%DATADIR%%/plugins/multigraph_tester %%DATADIR%%/plugins/multiping %%DATADIR%%/plugins/multips %%DATADIR%%/plugins/multips_memory @@ -126,6 +127,8 @@ sbin/munin-run %%DATADIR%%/plugins/open_files %%DATADIR%%/plugins/openvpn %%DATADIR%%/plugins/perdition +%%DATADIR%%/plugins/pgbouncer_connections +%%DATADIR%%/plugins/pgbouncer_requests %%DATADIR%%/plugins/ping_ %%DATADIR%%/plugins/plugin.sh %%DATADIR%%/plugins/plugins.history @@ -134,15 +137,19 @@ sbin/munin-run %%DATADIR%%/plugins/postfix_mailqueue %%DATADIR%%/plugins/postfix_mailstats %%DATADIR%%/plugins/postfix_mailvolume +%%DATADIR%%/plugins/postgres_autovacuum %%DATADIR%%/plugins/postgres_bgwriter %%DATADIR%%/plugins/postgres_cache_ %%DATADIR%%/plugins/postgres_checkpoints %%DATADIR%%/plugins/postgres_connections_ %%DATADIR%%/plugins/postgres_connections_db %%DATADIR%%/plugins/postgres_locks_ +%%DATADIR%%/plugins/postgres_oldest_prepared_xact_ +%%DATADIR%%/plugins/postgres_prepared_xacts_ %%DATADIR%%/plugins/postgres_querylength_ %%DATADIR%%/plugins/postgres_scans_ %%DATADIR%%/plugins/postgres_size_ +%%DATADIR%%/plugins/postgres_streaming_ %%DATADIR%%/plugins/postgres_transactions_ %%DATADIR%%/plugins/postgres_tuples_ %%DATADIR%%/plugins/postgres_users @@ -217,7 +224,6 @@ sbin/munin-run %%DATADIR%%/plugins/users %%DATADIR%%/plugins/varnish_ %%DATADIR%%/plugins/vmstat -%%DATADIR%%/plugins/warning_tester %%DATADIR%%/plugins/zimbra_ @dirrmtry %%DBDIR%%/plugin-state @dirrmtry %%DBDIR%% From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 22:04:27 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B26121065675; Thu, 13 Sep 2012 22:04:27 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 83E1C8FC18; Thu, 13 Sep 2012 22:04:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DM4RKM085329; Thu, 13 Sep 2012 22:04:27 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DM4Rua085325; Thu, 13 Sep 2012 22:04:27 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201209132204.q8DM4Rua085325@svn.freebsd.org> From: Adam Weinberger Date: Thu, 13 Sep 2012 22:04:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304234 - head/sysutils/vimpager X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 22:04:27 -0000 Author: adamw Date: Thu Sep 13 22:04:26 2012 New Revision: 304234 URL: http://svn.freebsd.org/changeset/ports/304234 Log: Update to 1.7.2. Modified: head/sysutils/vimpager/Makefile head/sysutils/vimpager/distinfo Modified: head/sysutils/vimpager/Makefile ============================================================================== --- head/sysutils/vimpager/Makefile Thu Sep 13 22:00:33 2012 (r304233) +++ head/sysutils/vimpager/Makefile Thu Sep 13 22:04:26 2012 (r304234) @@ -6,7 +6,7 @@ # PORTNAME= vimpager -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.2 CATEGORIES= sysutils MASTER_SITES= https://github.com/${GH_DEVELOPER}/${GH_PORTNAME}/tarball/${DISTVERSION}/ DISTNAME= ${GH_DEVELOPER}-${GH_PORTNAME}-${DISTVERSION}-0-g${GH_VERSION} @@ -19,16 +19,17 @@ RUN_DEPENDS= vim:${PORTSDIR}/editors/vim # Github makes this very confusing GH_PORTNAME= ${PORTNAME} GH_DEVELOPER= rkitover #GH trees live under a username -GH_VERSION= 159ed2c8c7 #GH appends a commit hash to the filename -GH_SRCDIR= 4f3a5e9 #GH appends something else (??) to the extracted pathname +GH_VERSION= 59a8f602e3 #GH appends a commit hash to the filename +GH_SRCDIR= 9020e37 #GH appends something else (??) to the extracted pathname WRKSRC= ${WRKDIR}/${GH_DEVELOPER}-${GH_PORTNAME}-${GH_SRCDIR} FETCH_ARGS= -prR #GH issues HTTP/302 errors for source tarballs -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} bin/vimcat MAN1= ${PORTNAME}.1 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/vimcat ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 .include Modified: head/sysutils/vimpager/distinfo ============================================================================== --- head/sysutils/vimpager/distinfo Thu Sep 13 22:00:33 2012 (r304233) +++ head/sysutils/vimpager/distinfo Thu Sep 13 22:04:26 2012 (r304234) @@ -1,2 +1,2 @@ -SHA256 (rkitover-vimpager-1.7.1-0-g159ed2c8c7.tar.gz) = 45109f44fca23cfaa99cc5d3eaf94f22ad22d5cf77ec9df052ae2a886830f015 -SIZE (rkitover-vimpager-1.7.1-0-g159ed2c8c7.tar.gz) = 5462 +SHA256 (rkitover-vimpager-1.7.2-0-g59a8f602e3.tar.gz) = c298aa63b6151c549d100561624b5e94a3d82ab85a8ce1c160455dc04a5adcda +SIZE (rkitover-vimpager-1.7.2-0-g59a8f602e3.tar.gz) = 7864 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 23:21:14 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9ADFD106564A; Thu, 13 Sep 2012 23:21:14 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8623F8FC0C; Thu, 13 Sep 2012 23:21:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DNLEMh095802; Thu, 13 Sep 2012 23:21:14 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DNLEeH095798; Thu, 13 Sep 2012 23:21:14 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201209132321.q8DNLEeH095798@svn.freebsd.org> From: Florian Smeets Date: Thu, 13 Sep 2012 23:21:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304235 - head/net/asterisk X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 23:21:14 -0000 Author: flo Date: Thu Sep 13 23:21:13 2012 New Revision: 304235 URL: http://svn.freebsd.org/changeset/ports/304235 Log: Update to 1.8.16.0 Modified: head/net/asterisk/Makefile head/net/asterisk/distinfo (contents, props changed) Modified: head/net/asterisk/Makefile ============================================================================== --- head/net/asterisk/Makefile Thu Sep 13 22:04:26 2012 (r304234) +++ head/net/asterisk/Makefile Thu Sep 13 23:21:13 2012 (r304235) @@ -6,8 +6,7 @@ # PORTNAME= asterisk -PORTVERSION= 1.8.15.1 -PORTREVISION= 1 +PORTVERSION= 1.8.16.0 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ Modified: head/net/asterisk/distinfo ============================================================================== --- head/net/asterisk/distinfo Thu Sep 13 22:04:26 2012 (r304234) +++ head/net/asterisk/distinfo Thu Sep 13 23:21:13 2012 (r304235) @@ -1,2 +1,2 @@ -SHA256 (asterisk-1.8.15.1.tar.gz) = 993ea4b8a52242dd1884a5b0efb0076780fdb3367431ff74ac8937e6a6ae755e -SIZE (asterisk-1.8.15.1.tar.gz) = 25077347 +SHA256 (asterisk-1.8.16.0.tar.gz) = c45a8959b06bd789d27e616bcfbe504d48e3f2d37993c45b3c8bc9cb3624d2dc +SIZE (asterisk-1.8.16.0.tar.gz) = 25085895 From owner-svn-ports-all@FreeBSD.ORG Thu Sep 13 23:22:23 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B0E3106566B; Thu, 13 Sep 2012 23:22:23 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 362F08FC0C; Thu, 13 Sep 2012 23:22:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8DNMNL7096072; Thu, 13 Sep 2012 23:22:23 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8DNMNxN096069; Thu, 13 Sep 2012 23:22:23 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201209132322.q8DNMNxN096069@svn.freebsd.org> From: Florian Smeets Date: Thu, 13 Sep 2012 23:22:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304236 - head/net/asterisk10 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Sep 2012 23:22:23 -0000 Author: flo Date: Thu Sep 13 23:22:22 2012 New Revision: 304236 URL: http://svn.freebsd.org/changeset/ports/304236 Log: Update to 10.8.0 Modified: head/net/asterisk10/Makefile head/net/asterisk10/distinfo (contents, props changed) Modified: head/net/asterisk10/Makefile ============================================================================== --- head/net/asterisk10/Makefile Thu Sep 13 23:21:13 2012 (r304235) +++ head/net/asterisk10/Makefile Thu Sep 13 23:22:22 2012 (r304236) @@ -6,8 +6,7 @@ # PORTNAME= asterisk -PORTVERSION= 10.7.1 -PORTREVISION= 1 +PORTVERSION= 10.8.0 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ Modified: head/net/asterisk10/distinfo ============================================================================== --- head/net/asterisk10/distinfo Thu Sep 13 23:21:13 2012 (r304235) +++ head/net/asterisk10/distinfo Thu Sep 13 23:22:22 2012 (r304236) @@ -1,2 +1,2 @@ -SHA256 (asterisk-10.7.1.tar.gz) = 44802eadcc457218fb55ba23229da1f8f9636a4a503ae2edb26496fab11b0863 -SIZE (asterisk-10.7.1.tar.gz) = 24998267 +SHA256 (asterisk-10.8.0.tar.gz) = 14aab33e729c18514653b2ebc2fb295de60ca0c467989e5b416cd15e0c7d47ea +SIZE (asterisk-10.8.0.tar.gz) = 25007513 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 01:00:39 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1407C106566B; Fri, 14 Sep 2012 01:00:39 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F1DAC8FC08; Fri, 14 Sep 2012 01:00:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E10cX6011541; Fri, 14 Sep 2012 01:00:38 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E10c4n011535; Fri, 14 Sep 2012 01:00:38 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209140100.q8E10c4n011535@svn.freebsd.org> From: Wen Heping Date: Fri, 14 Sep 2012 01:00:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304237 - in head/finance: . trytond_company_work_time X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 01:00:39 -0000 Author: wen Date: Fri Sep 14 01:00:38 2012 New Revision: 304237 URL: http://svn.freebsd.org/changeset/ports/304237 Log: trytond_company_work_time is the Company Work Time Module to the Tryton Application Platform. WWW: http://www.tryton.org/ PR: 171458 Submitted by: Matthias Petermann Added: head/finance/trytond_company_work_time/ head/finance/trytond_company_work_time/Makefile (contents, props changed) head/finance/trytond_company_work_time/distinfo (contents, props changed) head/finance/trytond_company_work_time/pkg-descr (contents, props changed) head/finance/trytond_company_work_time/pkg-plist (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Thu Sep 13 23:22:22 2012 (r304236) +++ head/finance/Makefile Fri Sep 14 01:00:38 2012 (r304237) @@ -109,6 +109,7 @@ SUBDIR += trytond_account_product SUBDIR += trytond_calendar SUBDIR += trytond_company + SUBDIR += trytond_company_work_time SUBDIR += trytond_country SUBDIR += trytond_currency SUBDIR += trytond_party Added: head/finance/trytond_company_work_time/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_company_work_time/Makefile Fri Sep 14 01:00:38 2012 (r304237) @@ -0,0 +1,24 @@ +# New ports collection makefile for: trytond_company_work_time +# Date created: 08 September, 2012 +# Whom: Matthias Petermann +# +# $FreeBSD$ +# + +PORTNAME= trytond_company_work_time +PORTVERSION= 2.4.0 +CATEGORIES= finance python +MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ + +MAINTAINER= matthias@petermann.it +COMMENT= Tryton Application Platform (Company Work Time Module) + +LICENSE= GPLv3 + +RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ + trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install + +.include Added: head/finance/trytond_company_work_time/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_company_work_time/distinfo Fri Sep 14 01:00:38 2012 (r304237) @@ -0,0 +1,2 @@ +SHA256 (trytond_company_work_time-2.4.0.tar.gz) = 55b8fddba7962d59318294a6e102b04f8cc52b89fa78ef6a5fe2f525eb748e2a +SIZE (trytond_company_work_time-2.4.0.tar.gz) = 18668 Added: head/finance/trytond_company_work_time/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_company_work_time/pkg-descr Fri Sep 14 01:00:38 2012 (r304237) @@ -0,0 +1,4 @@ +trytond_company_work_time is the Company Work Time Module to the Tryton +Application Platform. + +WWW: http://www.tryton.org/ Added: head/finance/trytond_company_work_time/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_company_work_time/pkg-plist Fri Sep 14 01:00:38 2012 (r304237) @@ -0,0 +1,43 @@ +%%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/entry_points.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%%/trytond/modules/company_work_time/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/__tryton__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/__tryton__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/__tryton__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/company.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/company.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/company.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/company.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/locale/bg_BG.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/locale/ca_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/locale/cs_CZ.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/locale/de_DE.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/locale/es_AR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/locale/es_CO.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/locale/es_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/locale/fr_FR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/locale/nl_NL.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/locale/ru_RU.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/res.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/res.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/res.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/tests/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/tests/test_company_work_time.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/tests/test_company_work_time.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/tests/test_company_work_time.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/tests +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time/locale +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/company_work_time +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 01:05:26 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B63FF106566C; Fri, 14 Sep 2012 01:05:26 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A05E28FC08; Fri, 14 Sep 2012 01:05:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E15QI7012366; Fri, 14 Sep 2012 01:05:26 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E15Qp1012358; Fri, 14 Sep 2012 01:05:26 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209140105.q8E15Qp1012358@svn.freebsd.org> From: Wen Heping Date: Fri, 14 Sep 2012 01:05:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304238 - in head/finance: . trytond_timesheet X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 01:05:26 -0000 Author: wen Date: Fri Sep 14 01:05:26 2012 New Revision: 304238 URL: http://svn.freebsd.org/changeset/ports/304238 Log: trytond_timesheet is the Timesheet Module to the Tryton Application Platform. WWW: http://www.tryton.org/ PR: 171459 Submitted by: Matthias Petermann Added: head/finance/trytond_timesheet/ head/finance/trytond_timesheet/Makefile (contents, props changed) head/finance/trytond_timesheet/distinfo (contents, props changed) head/finance/trytond_timesheet/pkg-descr (contents, props changed) head/finance/trytond_timesheet/pkg-plist (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Fri Sep 14 01:00:38 2012 (r304237) +++ head/finance/Makefile Fri Sep 14 01:05:26 2012 (r304238) @@ -114,6 +114,7 @@ SUBDIR += trytond_currency SUBDIR += trytond_party SUBDIR += trytond_product + SUBDIR += trytond_timesheet SUBDIR += venice SUBDIR += weberp SUBDIR += wmstock Added: head/finance/trytond_timesheet/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_timesheet/Makefile Fri Sep 14 01:05:26 2012 (r304238) @@ -0,0 +1,24 @@ +# New ports collection makefile for: trytond_timesheet +# Date created: 08 September, 2012 +# Whom: Matthias Petermann +# +# $FreeBSD$ +# + +PORTNAME= trytond_timesheet +PORTVERSION= 2.4.0 +CATEGORIES= finance python +MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ + +MAINTAINER= matthias@petermann.it +COMMENT= Tryton Application Platform (Timesheet Module) + +LICENSE= GPLv3 + +RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ + trytond_company_work_time>=2.4.0:${PORTSDIR}/finance/trytond_company_work_time + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install + +.include Added: head/finance/trytond_timesheet/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_timesheet/distinfo Fri Sep 14 01:05:26 2012 (r304238) @@ -0,0 +1,2 @@ +SHA256 (trytond_timesheet-2.4.0.tar.gz) = 756b0d879ab87c3396d2a2dc69cedf8cd92d9e7042df76408648227424a8bf5d +SIZE (trytond_timesheet-2.4.0.tar.gz) = 32539 Added: head/finance/trytond_timesheet/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_timesheet/pkg-descr Fri Sep 14 01:05:26 2012 (r304238) @@ -0,0 +1,3 @@ +trytond_timesheet is the Timesheet Module to the Tryton Application Platform. + +WWW: http://www.tryton.org/ Added: head/finance/trytond_timesheet/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_timesheet/pkg-plist Fri Sep 14 01:05:26 2012 (r304238) @@ -0,0 +1,45 @@ +%%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/entry_points.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%%/trytond/modules/timesheet/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/__tryton__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/__tryton__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/__tryton__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/line.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/line.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/line.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/line.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/locale/bg_BG.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/locale/ca_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/locale/cs_CZ.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/locale/de_DE.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/locale/es_AR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/locale/es_CO.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/locale/es_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/locale/fr_FR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/locale/nl_NL.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/locale/ru_RU.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/tests/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/tests/test_timesheet.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/tests/test_timesheet.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/tests/test_timesheet.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/timesheet.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/work.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/work.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/work.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/work.xml +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/tests +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet/locale +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/timesheet +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 01:08:39 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B9221065672; Fri, 14 Sep 2012 01:08:39 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 35EDB8FC14; Fri, 14 Sep 2012 01:08:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E18d9S012910; Fri, 14 Sep 2012 01:08:39 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E18cr4012904; Fri, 14 Sep 2012 01:08:38 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209140108.q8E18cr4012904@svn.freebsd.org> From: Wen Heping Date: Fri, 14 Sep 2012 01:08:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304239 - in head/finance: . trytond_stock X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 01:08:39 -0000 Author: wen Date: Fri Sep 14 01:08:38 2012 New Revision: 304239 URL: http://svn.freebsd.org/changeset/ports/304239 Log: trytond_stock is the Stock Module to the Tryton Application Platform. WWW: http://www.tryton.org/ PR: 171417 Submitted by: Matthias Petermann Added: head/finance/trytond_stock/ head/finance/trytond_stock/Makefile (contents, props changed) head/finance/trytond_stock/distinfo (contents, props changed) head/finance/trytond_stock/pkg-descr (contents, props changed) head/finance/trytond_stock/pkg-plist (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Fri Sep 14 01:05:26 2012 (r304238) +++ head/finance/Makefile Fri Sep 14 01:08:38 2012 (r304239) @@ -114,6 +114,7 @@ SUBDIR += trytond_currency SUBDIR += trytond_party SUBDIR += trytond_product + SUBDIR += trytond_stock SUBDIR += trytond_timesheet SUBDIR += venice SUBDIR += weberp Added: head/finance/trytond_stock/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_stock/Makefile Fri Sep 14 01:08:38 2012 (r304239) @@ -0,0 +1,27 @@ +# New ports collection makefile for: trytond_stock +# Date created: 07 September, 2012 +# Whom: Matthias Petermann +# +# $FreeBSD$ +# + +PORTNAME= trytond_stock +PORTVERSION= 2.4.0 +CATEGORIES= finance python +MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ + +MAINTAINER= matthias@petermann.it +COMMENT= Tryton Application Platform (Stock Module) + +LICENSE= GPLv3 + +RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ + trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ + trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ + trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company \ + trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install + +.include Added: head/finance/trytond_stock/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_stock/distinfo Fri Sep 14 01:08:38 2012 (r304239) @@ -0,0 +1,2 @@ +SHA256 (trytond_stock-2.4.0.tar.gz) = 2478ee4e4e8afbf9f13daf9d10ac2eb166bb201dc77b7e88dde52abc7a1f7bf0 +SIZE (trytond_stock-2.4.0.tar.gz) = 156565 Added: head/finance/trytond_stock/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_stock/pkg-descr Fri Sep 14 01:08:38 2012 (r304239) @@ -0,0 +1,3 @@ +trytond_stock is the Stock Module to the Tryton Application Platform. + +WWW: http://www.tryton.org/ Added: head/finance/trytond_stock/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_stock/pkg-plist Fri Sep 14 01:08:38 2012 (r304239) @@ -0,0 +1,73 @@ +%%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/entry_points.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%%/trytond/modules/stock/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/__tryton__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/__tryton__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/__tryton__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/configuration.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/configuration.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/configuration.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/configuration.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/customer_return_restocking_list.odt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/delivery_note.odt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/icons/tryton-inventory.svg +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/internal_shipment.odt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/inventory.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/inventory.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/inventory.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/inventory.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/locale/bg_BG.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/locale/ca_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/locale/cs_CZ.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/locale/de_DE.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/locale/es_AR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/locale/es_CO.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/locale/es_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/locale/fr_FR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/locale/nl_NL.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/locale/ru_RU.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/location.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/location.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/location.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/location.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/move.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/move.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/move.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/move.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/party.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/period.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/period.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/period.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/period.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/picking_list.odt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/product.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/product.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/product.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/product.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/shipment.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/shipment.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/shipment.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/shipment.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/stock.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/supplier_restocking_list.odt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/tests/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/tests/test_stock.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/tests/test_stock.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/tests/test_stock.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/tests +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/locale +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock/icons +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/stock +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 01:55:01 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD0A1106564A; Fri, 14 Sep 2012 01:55:01 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B2CDC8FC0A; Fri, 14 Sep 2012 01:55:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E1t1R9019458; Fri, 14 Sep 2012 01:55:01 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E1t1pw019456; Fri, 14 Sep 2012 01:55:01 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209140155.q8E1t1pw019456@svn.freebsd.org> From: Bryan Drewery Date: Fri, 14 Sep 2012 01:55:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304240 - in head/databases/hiredis: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 01:55:01 -0000 Author: bdrewery Date: Fri Sep 14 01:55:01 2012 New Revision: 304240 URL: http://svn.freebsd.org/changeset/ports/304240 Log: - Update to 0.11.0 - Switch to using USE_GITHUB PR: ports/171619 Submitted by: Grzegorz Blach (maintainer) Deleted: head/databases/hiredis/files/ Modified: head/databases/hiredis/Makefile head/databases/hiredis/distinfo Modified: head/databases/hiredis/Makefile ============================================================================== --- head/databases/hiredis/Makefile Fri Sep 14 01:08:38 2012 (r304239) +++ head/databases/hiredis/Makefile Fri Sep 14 01:55:01 2012 (r304240) @@ -6,20 +6,20 @@ # PORTNAME= hiredis -DISTVERSION= 0.10.1 +DISTVERSION= 0.11.0 CATEGORIES= databases -MASTER_SITES= https://github.com/antirez/hiredis/tarball/v${DISTVERSION}/ -DISTNAME= antirez-${PORTNAME}-v${DISTVERSION}-0-g${GITVERSION} MAINTAINER= magik@roorback.net COMMENT= Minimalistic C client library for the Redis database LICENSE= BSD -GITVERSION= 3cc6a7f -FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/antirez-${PORTNAME}-${GITVERSION} +USE_GITHUB= yes +GH_ACCOUNT= antirez +GH_TAGNAME= v${DISTVERSION} +GH_COMMIT= 0fff0f1 +ARCH= USE_GMAKE= yes CFLAGS+= -fPIC USE_LDCONFIG= yes Modified: head/databases/hiredis/distinfo ============================================================================== --- head/databases/hiredis/distinfo Fri Sep 14 01:08:38 2012 (r304239) +++ head/databases/hiredis/distinfo Fri Sep 14 01:55:01 2012 (r304240) @@ -1,2 +1,2 @@ -SHA256 (antirez-hiredis-v0.10.1-0-g3cc6a7f.tar.gz) = fed36cc82220a1e1232380ddf3d346956e8fa09708ca87c958371bdd594bcbae -SIZE (antirez-hiredis-v0.10.1-0-g3cc6a7f.tar.gz) = 40024 +SHA256 (hiredis-0.11.0.tar.gz) = 9340e3cb0f0daedd115b1fb5b2a631d5d8aaa3d460423f3a2a06f198d85959ff +SIZE (hiredis-0.11.0.tar.gz) = 42159 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 02:05:46 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B5B21106566B; Fri, 14 Sep 2012 02:05:46 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A10988FC0A; Fri, 14 Sep 2012 02:05:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E25kNE021107; Fri, 14 Sep 2012 02:05:46 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E25kiQ021104; Fri, 14 Sep 2012 02:05:46 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201209140205.q8E25kiQ021104@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 14 Sep 2012 02:05:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304241 - head/misc/help2man X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 02:05:46 -0000 Author: sunpoet Date: Fri Sep 14 02:05:46 2012 New Revision: 304241 URL: http://svn.freebsd.org/changeset/ports/304241 Log: - Update to 1.40.12 Changes: - Update Croatian translation (thanks to Tomislav Krznar). - Fix updating of help2man.pot to occur only when help2man.PL is changed, not help2man generated. Modified: head/misc/help2man/Makefile head/misc/help2man/distinfo (contents, props changed) Modified: head/misc/help2man/Makefile ============================================================================== --- head/misc/help2man/Makefile Fri Sep 14 01:55:01 2012 (r304240) +++ head/misc/help2man/Makefile Fri Sep 14 02:05:46 2012 (r304241) @@ -6,7 +6,7 @@ # PORTNAME= help2man -PORTVERSION= 1.40.11 +PORTVERSION= 1.40.12 CATEGORIES= misc MASTER_SITES= GNU/${PORTNAME} Modified: head/misc/help2man/distinfo ============================================================================== --- head/misc/help2man/distinfo Fri Sep 14 01:55:01 2012 (r304240) +++ head/misc/help2man/distinfo Fri Sep 14 02:05:46 2012 (r304241) @@ -1,2 +1,2 @@ -SHA256 (help2man-1.40.11.tar.gz) = 34ad76638facd75d5bbc771a6827d1cbc43c435ae64321fb5a9d7b339a861835 -SIZE (help2man-1.40.11.tar.gz) = 190503 +SHA256 (help2man-1.40.12.tar.gz) = dec8e6e3f570b745a8484d7a4229135f1cf1c5257adf1c590cd094f7d591e4e4 +SIZE (help2man-1.40.12.tar.gz) = 190870 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 02:07:10 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 19DF0106566C; Fri, 14 Sep 2012 02:07:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DEFC38FC08; Fri, 14 Sep 2012 02:07:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E279rD021385; Fri, 14 Sep 2012 02:07:09 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E279dn021381; Fri, 14 Sep 2012 02:07:09 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201209140207.q8E279dn021381@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 14 Sep 2012 02:07:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304242 - head/textproc/p5-Excel-Writer-XLSX X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 02:07:10 -0000 Author: sunpoet Date: Fri Sep 14 02:07:09 2012 New Revision: 304242 URL: http://svn.freebsd.org/changeset/ports/304242 Log: - Update to 0.50 Changes: http://search.cpan.org/dist/Excel-Writer-XLSX/Changes Modified: head/textproc/p5-Excel-Writer-XLSX/Makefile (contents, props changed) head/textproc/p5-Excel-Writer-XLSX/distinfo (contents, props changed) head/textproc/p5-Excel-Writer-XLSX/pkg-plist (contents, props changed) Modified: head/textproc/p5-Excel-Writer-XLSX/Makefile ============================================================================== --- head/textproc/p5-Excel-Writer-XLSX/Makefile Fri Sep 14 02:05:46 2012 (r304241) +++ head/textproc/p5-Excel-Writer-XLSX/Makefile Fri Sep 14 02:07:09 2012 (r304242) @@ -6,7 +6,7 @@ # PORTNAME= Excel-Writer-XLSX -PORTVERSION= 0.49 +PORTVERSION= 0.50 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JMCNAMARA @@ -44,6 +44,7 @@ MAN3= Excel::Writer::XLSX.3 \ Excel::Writer::XLSX::Package::Relationships.3 \ Excel::Writer::XLSX::Package::SharedStrings.3 \ Excel::Writer::XLSX::Package::Styles.3 \ + Excel::Writer::XLSX::Package::Table.3 \ Excel::Writer::XLSX::Package::Theme.3 \ Excel::Writer::XLSX::Package::VML.3 \ Excel::Writer::XLSX::Package::XMLwriter.3 \ Modified: head/textproc/p5-Excel-Writer-XLSX/distinfo ============================================================================== --- head/textproc/p5-Excel-Writer-XLSX/distinfo Fri Sep 14 02:05:46 2012 (r304241) +++ head/textproc/p5-Excel-Writer-XLSX/distinfo Fri Sep 14 02:07:09 2012 (r304242) @@ -1,2 +1,2 @@ -SHA256 (Excel-Writer-XLSX-0.49.tar.gz) = 00940f6f332d0db61092d778fab68c106f08921ee72592d452b55121c1b06e8a -SIZE (Excel-Writer-XLSX-0.49.tar.gz) = 800601 +SHA256 (Excel-Writer-XLSX-0.50.tar.gz) = 48d202e973a8de273e50eaf98f6c0525150d8a989e9e7ffe308611cd9e6ef11d +SIZE (Excel-Writer-XLSX-0.50.tar.gz) = 875775 Modified: head/textproc/p5-Excel-Writer-XLSX/pkg-plist ============================================================================== --- head/textproc/p5-Excel-Writer-XLSX/pkg-plist Fri Sep 14 02:05:46 2012 (r304241) +++ head/textproc/p5-Excel-Writer-XLSX/pkg-plist Fri Sep 14 02:07:09 2012 (r304242) @@ -19,6 +19,7 @@ %%SITE_PERL%%/Excel/Writer/XLSX/Package/Relationships.pm %%SITE_PERL%%/Excel/Writer/XLSX/Package/SharedStrings.pm %%SITE_PERL%%/Excel/Writer/XLSX/Package/Styles.pm +%%SITE_PERL%%/Excel/Writer/XLSX/Package/Table.pm %%SITE_PERL%%/Excel/Writer/XLSX/Package/Theme.pm %%SITE_PERL%%/Excel/Writer/XLSX/Package/VML.pm %%SITE_PERL%%/Excel/Writer/XLSX/Package/XMLwriter.pm From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 02:08:01 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FE781065670; Fri, 14 Sep 2012 02:08:01 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2119E8FC0A; Fri, 14 Sep 2012 02:08:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E280qV021579; Fri, 14 Sep 2012 02:08:00 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E2800Q021576; Fri, 14 Sep 2012 02:08:00 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201209140208.q8E2800Q021576@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 14 Sep 2012 02:08:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304243 - head/misc/p5-Geo-Coder-Many X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 02:08:01 -0000 Author: sunpoet Date: Fri Sep 14 02:08:00 2012 New Revision: 304243 URL: http://svn.freebsd.org/changeset/ports/304243 Log: - Update to 0.29 - Add LICENSE Changes: http://search.cpan.org/dist/Geo-Coder-Many/Changes Modified: head/misc/p5-Geo-Coder-Many/Makefile (contents, props changed) head/misc/p5-Geo-Coder-Many/distinfo (contents, props changed) Modified: head/misc/p5-Geo-Coder-Many/Makefile ============================================================================== --- head/misc/p5-Geo-Coder-Many/Makefile Fri Sep 14 02:07:09 2012 (r304242) +++ head/misc/p5-Geo-Coder-Many/Makefile Fri Sep 14 02:08:00 2012 (r304243) @@ -6,7 +6,7 @@ # PORTNAME= Geo-Coder-Many -PORTVERSION= 0.28 +PORTVERSION= 0.29 CATEGORIES= misc geography perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Module to tie together multiple Geo::Coder::* modules +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Geo-Coder-Bing>=0.10:${PORTSDIR}/misc/p5-Geo-Coder-Bing \ p5-Geo-Coder-Google>=0.06:${PORTSDIR}/misc/p5-Geo-Coder-Google \ p5-Geo-Coder-Googlev3>=0.07:${PORTSDIR}/misc/p5-Geo-Coder-Googlev3 \ @@ -27,7 +30,6 @@ BUILD_DEPENDS= p5-Geo-Coder-Bing>=0.10:$ p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils \ p5-List-Util-WeightedRoundRobin>=0.4:${PORTSDIR}/misc/p5-List-Util-WeightedRoundRobin RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \ p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage Modified: head/misc/p5-Geo-Coder-Many/distinfo ============================================================================== --- head/misc/p5-Geo-Coder-Many/distinfo Fri Sep 14 02:07:09 2012 (r304242) +++ head/misc/p5-Geo-Coder-Many/distinfo Fri Sep 14 02:08:00 2012 (r304243) @@ -1,2 +1,2 @@ -SHA256 (Geo-Coder-Many-0.28.tar.gz) = 855fa022a505f572bd02818de238c7a73fa528db00e8938554b6b43009903713 -SIZE (Geo-Coder-Many-0.28.tar.gz) = 30967 +SHA256 (Geo-Coder-Many-0.29.tar.gz) = 8a2355b69fb64fcd55775dd32cdf6c2856b0f1c597f6e6ada349d35e9ab4f965 +SIZE (Geo-Coder-Many-0.29.tar.gz) = 31276 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 02:10:46 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50B2A1065689; Fri, 14 Sep 2012 02:10:46 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 3B4448FC12; Fri, 14 Sep 2012 02:10:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E2Ajki022011; Fri, 14 Sep 2012 02:10:45 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E2AjNR022007; Fri, 14 Sep 2012 02:10:45 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209140210.q8E2AjNR022007@svn.freebsd.org> From: Bryan Drewery Date: Fri, 14 Sep 2012 02:10:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304244 - head/sysutils/beadm-devel X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 02:10:46 -0000 Author: bdrewery Date: Fri Sep 14 02:10:45 2012 New Revision: 304244 URL: http://svn.freebsd.org/changeset/ports/304244 Log: - Update to 20120913 snapshot Changelog: * Change how `beadm list -a` displays cloned boot environments Modified: head/sysutils/beadm-devel/Makefile head/sysutils/beadm-devel/distinfo Modified: head/sysutils/beadm-devel/Makefile ============================================================================== --- head/sysutils/beadm-devel/Makefile Fri Sep 14 02:08:00 2012 (r304243) +++ head/sysutils/beadm-devel/Makefile Fri Sep 14 02:10:45 2012 (r304244) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= beadm -PORTVERSION= 0.8.99.20120912 +PORTVERSION= 0.8.99.20120913 CATEGORIES= sysutils MASTER_SITES= http://github.com/${GH_ACCOUNT}/${PORTNAME}/tarball/${GH_COMMIT}/ PKGNAMESUFFIX= -devel @@ -14,7 +14,7 @@ LICENSE= BSD FETCH_ARGS= -Fpr GH_ACCOUNT= vermaden -GH_COMMIT= 3eb4ac9 +GH_COMMIT= deb4b4b NO_BUILD= YES Modified: head/sysutils/beadm-devel/distinfo ============================================================================== --- head/sysutils/beadm-devel/distinfo Fri Sep 14 02:08:00 2012 (r304243) +++ head/sysutils/beadm-devel/distinfo Fri Sep 14 02:10:45 2012 (r304244) @@ -1,2 +1,2 @@ -SHA256 (vermaden-beadm-3eb4ac9.tar.gz) = 7d7b641bdafc488c7021d897c85f4d5dbb47cdccadcad4396fc5c85b7d1ebd0d -SIZE (vermaden-beadm-3eb4ac9.tar.gz) = 13626 +SHA256 (vermaden-beadm-deb4b4b.tar.gz) = 43d5d1c8f3b72f6d5d4dd6d559ab1f8fcc5556321535eaa779772bc6521e2f1e +SIZE (vermaden-beadm-deb4b4b.tar.gz) = 13729 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 02:13:02 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E64E3106564A; Fri, 14 Sep 2012 02:13:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D19738FC0A; Fri, 14 Sep 2012 02:13:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E2D24X022422; Fri, 14 Sep 2012 02:13:02 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E2D2N3022419; Fri, 14 Sep 2012 02:13:02 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201209140213.q8E2D2N3022419@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 14 Sep 2012 02:13:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304245 - head/devel/p5-version X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 02:13:03 -0000 Author: sunpoet Date: Fri Sep 14 02:13:02 2012 New Revision: 304245 URL: http://svn.freebsd.org/changeset/ports/304245 Log: - Update to 0.9901 Changes: http://search.cpan.org/dist/version/Changes Modified: head/devel/p5-version/Makefile (contents, props changed) head/devel/p5-version/distinfo (contents, props changed) Modified: head/devel/p5-version/Makefile ============================================================================== --- head/devel/p5-version/Makefile Fri Sep 14 02:10:45 2012 (r304244) +++ head/devel/p5-version/Makefile Fri Sep 14 02:13:02 2012 (r304245) @@ -6,10 +6,11 @@ # PORTNAME= version -PORTVERSION= 0.99 +PORTVERSION= 0.99.01 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for Version Objects Modified: head/devel/p5-version/distinfo ============================================================================== --- head/devel/p5-version/distinfo Fri Sep 14 02:10:45 2012 (r304244) +++ head/devel/p5-version/distinfo Fri Sep 14 02:13:02 2012 (r304245) @@ -1,2 +1,2 @@ -SHA256 (version-0.99.tar.gz) = 4f852c0e0f28fb8d783730d231d3dff5d8ed5db2331136d1b9913d5cb7a0fdfb -SIZE (version-0.99.tar.gz) = 106577 +SHA256 (version-0.9901.tar.gz) = 36999843c6e4bdc1cb3e85abd241c83ee4595697dd34061ef70eed085ef3b7a9 +SIZE (version-0.9901.tar.gz) = 106769 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 02:14:25 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED76A106566B; Fri, 14 Sep 2012 02:14:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D84018FC0A; Fri, 14 Sep 2012 02:14:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E2EO1W022674; Fri, 14 Sep 2012 02:14:24 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E2EO0G022671; Fri, 14 Sep 2012 02:14:24 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201209140214.q8E2EO0G022671@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 14 Sep 2012 02:14:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304246 - head/net/p5-URI-Query X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 02:14:25 -0000 Author: sunpoet Date: Fri Sep 14 02:14:24 2012 New Revision: 304246 URL: http://svn.freebsd.org/changeset/ports/304246 Log: - Update to 0.10 - Add LICENSE Changes: http://search.cpan.org/dist/URI-Query/ChangeLog Modified: head/net/p5-URI-Query/Makefile (contents, props changed) head/net/p5-URI-Query/distinfo (contents, props changed) Modified: head/net/p5-URI-Query/Makefile ============================================================================== --- head/net/p5-URI-Query/Makefile Fri Sep 14 02:13:02 2012 (r304245) +++ head/net/p5-URI-Query/Makefile Fri Sep 14 02:14:24 2012 (r304246) @@ -6,7 +6,7 @@ # PORTNAME= URI-Query -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= URI query string manipulation +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-URI>=1.31:${PORTSDIR}/net/p5-URI -RUN_DEPENDS= p5-URI>=1.31:${PORTSDIR}/net/p5-URI +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes Modified: head/net/p5-URI-Query/distinfo ============================================================================== --- head/net/p5-URI-Query/distinfo Fri Sep 14 02:13:02 2012 (r304245) +++ head/net/p5-URI-Query/distinfo Fri Sep 14 02:14:24 2012 (r304246) @@ -1,2 +1,2 @@ -SHA256 (URI-Query-0.09.tar.gz) = e0f5d24f86d83d5b55ad8ec061530f635f8f6943b46349dd4908f327c5a149c8 -SIZE (URI-Query-0.09.tar.gz) = 7845 +SHA256 (URI-Query-0.10.tar.gz) = 85b951444ba4fdbc3edd9d7a0a451158f6c5a8208b6183a8dc02f6388ecbf0f1 +SIZE (URI-Query-0.10.tar.gz) = 7921 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 02:16:22 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9A2351065670; Fri, 14 Sep 2012 02:16:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8494F8FC08; Fri, 14 Sep 2012 02:16:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E2GMmE023030; Fri, 14 Sep 2012 02:16:22 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E2GMgS023026; Fri, 14 Sep 2012 02:16:22 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201209140216.q8E2GMgS023026@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 14 Sep 2012 02:16:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304247 - head/textproc/p5-XML-LibXML-Cache X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 02:16:22 -0000 Author: sunpoet Date: Fri Sep 14 02:16:21 2012 New Revision: 304247 URL: http://svn.freebsd.org/changeset/ports/304247 Log: - Update to 0.12 Changes: http://search.cpan.org/dist/XML-LibXML-Cache/Changes Modified: head/textproc/p5-XML-LibXML-Cache/Makefile head/textproc/p5-XML-LibXML-Cache/distinfo (contents, props changed) Modified: head/textproc/p5-XML-LibXML-Cache/Makefile ============================================================================== --- head/textproc/p5-XML-LibXML-Cache/Makefile Fri Sep 14 02:14:24 2012 (r304246) +++ head/textproc/p5-XML-LibXML-Cache/Makefile Fri Sep 14 02:16:21 2012 (r304247) @@ -6,7 +6,7 @@ # PORTNAME= XML-LibXML-Cache -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/textproc/p5-XML-LibXML-Cache/distinfo ============================================================================== --- head/textproc/p5-XML-LibXML-Cache/distinfo Fri Sep 14 02:14:24 2012 (r304246) +++ head/textproc/p5-XML-LibXML-Cache/distinfo Fri Sep 14 02:16:21 2012 (r304247) @@ -1,2 +1,2 @@ -SHA256 (XML-LibXML-Cache-0.11.tar.gz) = d8e30ca2895ecdb41801484778ea8c3a0e0ef5d5bd4467028efc57664a07ec38 -SIZE (XML-LibXML-Cache-0.11.tar.gz) = 11892 +SHA256 (XML-LibXML-Cache-0.12.tar.gz) = be5494ea434611b9ad7f3052236f2070eda54e826914b988b6f276dd42a2349e +SIZE (XML-LibXML-Cache-0.12.tar.gz) = 12025 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 02:18:58 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4541106566B; Fri, 14 Sep 2012 02:18:58 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BED728FC12; Fri, 14 Sep 2012 02:18:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E2IwkM023530; Fri, 14 Sep 2012 02:18:58 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E2IwDZ023523; Fri, 14 Sep 2012 02:18:58 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209140218.q8E2IwDZ023523@svn.freebsd.org> From: Wen Heping Date: Fri, 14 Sep 2012 02:18:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304248 - in head/finance: . trytond_purchase X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 02:18:59 -0000 Author: wen Date: Fri Sep 14 02:18:57 2012 New Revision: 304248 URL: http://svn.freebsd.org/changeset/ports/304248 Log: trytond_purchase is the Purchase Module to the Tryton Application Platform. WWW: http://www.tryton.org/ PR: 171441 Submitted by: Matthias Petermann Added: head/finance/trytond_purchase/ head/finance/trytond_purchase/Makefile (contents, props changed) head/finance/trytond_purchase/distinfo (contents, props changed) head/finance/trytond_purchase/pkg-descr (contents, props changed) head/finance/trytond_purchase/pkg-plist (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Fri Sep 14 02:16:21 2012 (r304247) +++ head/finance/Makefile Fri Sep 14 02:18:57 2012 (r304248) @@ -114,6 +114,7 @@ SUBDIR += trytond_currency SUBDIR += trytond_party SUBDIR += trytond_product + SUBDIR += trytond_purchase SUBDIR += trytond_stock SUBDIR += trytond_timesheet SUBDIR += venice Added: head/finance/trytond_purchase/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_purchase/Makefile Fri Sep 14 02:18:57 2012 (r304248) @@ -0,0 +1,25 @@ +# New ports collection makefile for: trytond_purchase +# Date created: 08 September, 2012 +# Whom: Matthias Petermann +# +# $FreeBSD$ +# + +PORTNAME= trytond_purchase +PORTVERSION= 2.4.0 +CATEGORIES= finance python +MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ + +MAINTAINER= matthias@petermann.it +COMMENT= Tryton Application Platform (Purchase Module) + +LICENSE= GPLv3 + +RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ + trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock \ + trytond_account_invoice>=2.4.0:${PORTSDIR}/finance/trytond_account_invoice + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install + +.include Added: head/finance/trytond_purchase/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_purchase/distinfo Fri Sep 14 02:18:57 2012 (r304248) @@ -0,0 +1,2 @@ +SHA256 (trytond_purchase-2.4.0.tar.gz) = 49daf884bfdf7252c429f69f30684d507db574994fbe160298a8d353a563dc58 +SIZE (trytond_purchase-2.4.0.tar.gz) = 74050 Added: head/finance/trytond_purchase/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_purchase/pkg-descr Fri Sep 14 02:18:57 2012 (r304248) @@ -0,0 +1,3 @@ +trytond_purchase is the Purchase Module to the Tryton Application Platform. + +WWW: http://www.tryton.org/ Added: head/finance/trytond_purchase/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_purchase/pkg-plist Fri Sep 14 02:18:57 2012 (r304248) @@ -0,0 +1,51 @@ +%%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/entry_points.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%%/trytond/modules/purchase/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/__tryton__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/__tryton__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/__tryton__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/configuration.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/configuration.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/configuration.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/configuration.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/invoice.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/invoice.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/invoice.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/locale/bg_BG.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/locale/ca_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/locale/cs_CZ.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/locale/de_DE.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/locale/es_AR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/locale/es_CO.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/locale/es_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/locale/fr_FR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/locale/nl_NL.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/locale/ru_RU.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/party.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/product.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/purchase.odt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/purchase.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/purchase.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/purchase.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/purchase.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/stock.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/tests/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/tests/test_purchase.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/tests/test_purchase.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/tests/test_purchase.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/tests +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase/locale +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/purchase +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 02:20:37 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8CB36106564A; Fri, 14 Sep 2012 02:20:37 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 77E138FC0A; Fri, 14 Sep 2012 02:20:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E2Kb6s023827; Fri, 14 Sep 2012 02:20:37 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E2KbqB023824; Fri, 14 Sep 2012 02:20:37 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201209140220.q8E2KbqB023824@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 14 Sep 2012 02:20:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304249 - head/www/aria2 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 02:20:37 -0000 Author: sunpoet Date: Fri Sep 14 02:20:36 2012 New Revision: 304249 URL: http://svn.freebsd.org/changeset/ports/304249 Log: - Update to 1.15.2 - Remove LICENSE_FILE for well-known license - Move OPTIONS_* upward Changes: http://sourceforge.net/projects/aria2/files/stable/aria2-1.15.2/README.rst/view Modified: head/www/aria2/Makefile (contents, props changed) head/www/aria2/distinfo (contents, props changed) Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Fri Sep 14 02:18:57 2012 (r304248) +++ head/www/aria2/Makefile Fri Sep 14 02:20:36 2012 (r304249) @@ -6,7 +6,7 @@ # PORTNAME= aria2 -PORTVERSION= 1.15.1 +PORTVERSION= 1.15.2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} @@ -14,7 +14,9 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Yet another download tool LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING + +OPTIONS_DEFINE= DOCS NLS SQLITE +OPTIONS_DEFAULT=SQLITE CONFIGURE_ARGS= --enable-bittorrent --disable-epoll --enable-metalink --enable-threads=pth \ --with-libz --with-libxml2 --with-openssl \ @@ -31,9 +33,6 @@ MAN1= aria2c.1 MANLANG= "" ru PLIST_FILES= bin/aria2c -OPTIONS_DEFINE= DOCS NLS SQLITE -OPTIONS_DEFAULT=SQLITE - .include .if ${PORT_OPTIONS:MDOCS} Modified: head/www/aria2/distinfo ============================================================================== --- head/www/aria2/distinfo Fri Sep 14 02:18:57 2012 (r304248) +++ head/www/aria2/distinfo Fri Sep 14 02:20:36 2012 (r304249) @@ -1,2 +1,2 @@ -SHA256 (aria2-1.15.1.tar.bz2) = 5d5207ca3b2276e90200956b1b23885d265d94b97b3b08aa20200038eff61df4 -SIZE (aria2-1.15.1.tar.bz2) = 2047788 +SHA256 (aria2-1.15.2.tar.bz2) = 6400431f4248f7a779ae8216ec2711b56ad7481fc659f06db1f22ed97b260836 +SIZE (aria2-1.15.2.tar.bz2) = 2043212 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 02:21:48 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF242106566C; Fri, 14 Sep 2012 02:21:48 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9A1A28FC08; Fri, 14 Sep 2012 02:21:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E2LmnZ024120; Fri, 14 Sep 2012 02:21:48 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E2LmPv024113; Fri, 14 Sep 2012 02:21:48 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209140221.q8E2LmPv024113@svn.freebsd.org> From: Wen Heping Date: Fri, 14 Sep 2012 02:21:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304250 - in head/finance: . trytond_sale X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 02:21:48 -0000 Author: wen Date: Fri Sep 14 02:21:47 2012 New Revision: 304250 URL: http://svn.freebsd.org/changeset/ports/304250 Log: This port adds the Sale Module to the Tryton Application Platform. WWW: http://www.tryton.org/ PR: 171464 Submitted by: Matthias Petermann Added: head/finance/trytond_sale/ head/finance/trytond_sale/Makefile (contents, props changed) head/finance/trytond_sale/distinfo (contents, props changed) head/finance/trytond_sale/pkg-descr (contents, props changed) head/finance/trytond_sale/pkg-plist (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Fri Sep 14 02:20:36 2012 (r304249) +++ head/finance/Makefile Fri Sep 14 02:21:47 2012 (r304250) @@ -115,6 +115,7 @@ SUBDIR += trytond_party SUBDIR += trytond_product SUBDIR += trytond_purchase + SUBDIR += trytond_sale SUBDIR += trytond_stock SUBDIR += trytond_timesheet SUBDIR += venice Added: head/finance/trytond_sale/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_sale/Makefile Fri Sep 14 02:21:47 2012 (r304250) @@ -0,0 +1,25 @@ +# New ports collection makefile for: trytond_sale +# Date created: 08 September, 2012 +# Whom: Matthias Petermann +# +# $FreeBSD$ +# + +PORTNAME= trytond_sale +PORTVERSION= 2.4.0 +CATEGORIES= finance python +MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ + +MAINTAINER= matthias@petermann.it +COMMENT= Tryton Application Platform (Sale Module) + +LICENSE= GPLv3 + +RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ + trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice \ + trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install + +.include Added: head/finance/trytond_sale/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_sale/distinfo Fri Sep 14 02:21:47 2012 (r304250) @@ -0,0 +1,2 @@ +SHA256 (trytond_sale-2.4.0.tar.gz) = 636a0fa8e8cf535db1c3a55e629f177ac370ba421a5f9081df77d2a4b6842b54 +SIZE (trytond_sale-2.4.0.tar.gz) = 69054 Added: head/finance/trytond_sale/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_sale/pkg-descr Fri Sep 14 02:21:47 2012 (r304250) @@ -0,0 +1,3 @@ +This port adds the Sale Module to the Tryton Application Platform. + +WWW: http://www.tryton.org/ Added: head/finance/trytond_sale/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_sale/pkg-plist Fri Sep 14 02:21:47 2012 (r304250) @@ -0,0 +1,51 @@ +%%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/entry_points.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%%/trytond/modules/sale/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/__tryton__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/__tryton__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/__tryton__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/configuration.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/configuration.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/configuration.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/configuration.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/invoice.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/invoice.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/invoice.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/locale/bg_BG.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/locale/ca_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/locale/cs_CZ.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/locale/de_DE.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/locale/es_AR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/locale/es_CO.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/locale/es_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/locale/fr_FR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/locale/nl_NL.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/locale/ru_RU.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/party.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/product.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/sale.odt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/sale.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/sale.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/sale.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/sale.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/stock.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/tests/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/tests/test_sale.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/tests/test_sale.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/tests/test_sale.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/tests +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale/locale +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/sale +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 02:24:50 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B243C106566B; Fri, 14 Sep 2012 02:24:50 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9C35C8FC08; Fri, 14 Sep 2012 02:24:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E2OonK024699; Fri, 14 Sep 2012 02:24:50 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E2OoeK024693; Fri, 14 Sep 2012 02:24:50 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209140224.q8E2OoeK024693@svn.freebsd.org> From: Wen Heping Date: Fri, 14 Sep 2012 02:24:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304251 - in head/finance: . trytond_dashboard X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 02:24:50 -0000 Author: wen Date: Fri Sep 14 02:24:50 2012 New Revision: 304251 URL: http://svn.freebsd.org/changeset/ports/304251 Log: This port adds the Dashboard Module to the Tryton Application Platform. WWW: http://www.tryton.org/ PR: 171502 Submitted by: Matthias Petermann Added: head/finance/trytond_dashboard/ head/finance/trytond_dashboard/Makefile (contents, props changed) head/finance/trytond_dashboard/distinfo (contents, props changed) head/finance/trytond_dashboard/pkg-descr (contents, props changed) head/finance/trytond_dashboard/pkg-plist (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Fri Sep 14 02:21:47 2012 (r304250) +++ head/finance/Makefile Fri Sep 14 02:24:50 2012 (r304251) @@ -112,6 +112,7 @@ SUBDIR += trytond_company_work_time SUBDIR += trytond_country SUBDIR += trytond_currency + SUBDIR += trytond_dashboard SUBDIR += trytond_party SUBDIR += trytond_product SUBDIR += trytond_purchase Added: head/finance/trytond_dashboard/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_dashboard/Makefile Fri Sep 14 02:24:50 2012 (r304251) @@ -0,0 +1,23 @@ +# New ports collection makefile for: trytond_dashboard +# Date created: 09 September, 2012 +# Whom: Matthias Petermann +# +# $FreeBSD$ +# + +PORTNAME= trytond_dashboard +PORTVERSION= 2.4.0 +CATEGORIES= finance python +MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ + +MAINTAINER= matthias@petermann.it +COMMENT= Tryton Application Platform (Dashboard Module) + +LICENSE= GPLv3 + +RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install + +.include Added: head/finance/trytond_dashboard/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_dashboard/distinfo Fri Sep 14 02:24:50 2012 (r304251) @@ -0,0 +1,2 @@ +SHA256 (trytond_dashboard-2.4.0.tar.gz) = 381e8612ee2d3abe0829af048032e6109a727928af36eb099789a51abbefa95e +SIZE (trytond_dashboard-2.4.0.tar.gz) = 21891 Added: head/finance/trytond_dashboard/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_dashboard/pkg-descr Fri Sep 14 02:24:50 2012 (r304251) @@ -0,0 +1,3 @@ +This port adds the Dashboard Module to the Tryton Application Platform. + +WWW: http://www.tryton.org/ Added: head/finance/trytond_dashboard/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_dashboard/pkg-plist Fri Sep 14 02:24:50 2012 (r304251) @@ -0,0 +1,48 @@ +%%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/entry_points.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%%/trytond/modules/dashboard/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/__tryton__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/__tryton__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/__tryton__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/dashboard.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/dashboard.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/dashboard.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/dashboard.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/ir.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/ir.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/ir.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/ir.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/locale/bg_BG.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/locale/ca_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/locale/cs_CZ.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/locale/de_DE.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/locale/es_AR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/locale/es_CO.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/locale/es_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/locale/fr_FR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/locale/nl_NL.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/locale/ru_RU.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/res.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/res.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/res.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/res.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/tests/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/tests/test_dashboard.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/tests/test_dashboard.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/tests/test_dashboard.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/tests +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard/locale +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/dashboard +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 02:27:23 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA0CF106566B; Fri, 14 Sep 2012 02:27:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CEB238FC17; Fri, 14 Sep 2012 02:27:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E2RMa2025259; Fri, 14 Sep 2012 02:27:22 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E2RMWi025255; Fri, 14 Sep 2012 02:27:22 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201209140227.q8E2RMWi025255@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 14 Sep 2012 02:27:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304252 - head/devel/p5-MooseX-App X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 02:27:23 -0000 Author: sunpoet Date: Fri Sep 14 02:27:22 2012 New Revision: 304252 URL: http://svn.freebsd.org/changeset/ports/304252 Log: - Update to 1.07 Changes: http://search.cpan.org/dist/MooseX-App/Changes Modified: head/devel/p5-MooseX-App/Makefile (contents, props changed) head/devel/p5-MooseX-App/distinfo (contents, props changed) head/devel/p5-MooseX-App/pkg-plist (contents, props changed) Modified: head/devel/p5-MooseX-App/Makefile ============================================================================== --- head/devel/p5-MooseX-App/Makefile Fri Sep 14 02:24:50 2012 (r304251) +++ head/devel/p5-MooseX-App/Makefile Fri Sep 14 02:27:22 2012 (r304252) @@ -6,7 +6,7 @@ # PORTNAME= MooseX-App -PORTVERSION= 1.05 +PORTVERSION= 1.07 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -41,7 +41,11 @@ MAN3= MooseX::App.3 \ MooseX::App::Plugin::Color.3 \ MooseX::App::Plugin::Config.3 \ MooseX::App::Plugin::ConfigHome.3 \ + MooseX::App::Plugin::Env.3 \ + MooseX::App::Plugin::Fuzzy.3 \ + MooseX::App::Plugin::Version.3 \ MooseX::App::Role.3 \ + MooseX::App::Simple.3 \ MooseX::App::Tutorial.3 \ MooseX::App::WritingPlugins.3 Modified: head/devel/p5-MooseX-App/distinfo ============================================================================== --- head/devel/p5-MooseX-App/distinfo Fri Sep 14 02:24:50 2012 (r304251) +++ head/devel/p5-MooseX-App/distinfo Fri Sep 14 02:27:22 2012 (r304252) @@ -1,2 +1,2 @@ -SHA256 (MooseX-App-1.05.tar.gz) = b5eb70d5cf1627f047b4bccf5d183bf7bc1e4007fb34c46686182ccb0f3b92c6 -SIZE (MooseX-App-1.05.tar.gz) = 49837 +SHA256 (MooseX-App-1.07.tar.gz) = 3db05ed32bc59b10c9a85a2feaa0bf3743d2e784a194b8aa501dfa8286f0f085 +SIZE (MooseX-App-1.07.tar.gz) = 53742 Modified: head/devel/p5-MooseX-App/pkg-plist ============================================================================== --- head/devel/p5-MooseX-App/pkg-plist Fri Sep 14 02:24:50 2012 (r304251) +++ head/devel/p5-MooseX-App/pkg-plist Fri Sep 14 02:27:22 2012 (r304252) @@ -1,13 +1,13 @@ %%SITE_PERL%%/MooseX/App.pm -%%SITE_PERL%%/MooseX/App/Base.pm %%SITE_PERL%%/MooseX/App/Command.pm -%%SITE_PERL%%/MooseX/App/Common.pm +%%SITE_PERL%%/MooseX/App/Exporter.pm %%SITE_PERL%%/MooseX/App/Message/Block.pm %%SITE_PERL%%/MooseX/App/Message/BlockColor.pm %%SITE_PERL%%/MooseX/App/Message/Envelope.pm %%SITE_PERL%%/MooseX/App/Meta/Role/Attribute/Option.pm %%SITE_PERL%%/MooseX/App/Meta/Role/Class/Base.pm %%SITE_PERL%%/MooseX/App/Meta/Role/Class/Command.pm +%%SITE_PERL%%/MooseX/App/Meta/Role/Class/Simple.pm %%SITE_PERL%%/MooseX/App/Plugin/BashCompletion.pm %%SITE_PERL%%/MooseX/App/Plugin/BashCompletion/Command.pm %%SITE_PERL%%/MooseX/App/Plugin/BashCompletion/Meta/Class.pm @@ -17,13 +17,32 @@ %%SITE_PERL%%/MooseX/App/Plugin/Config/Meta/Class.pm %%SITE_PERL%%/MooseX/App/Plugin/ConfigHome.pm %%SITE_PERL%%/MooseX/App/Plugin/ConfigHome/Meta/Class.pm +%%SITE_PERL%%/MooseX/App/Plugin/Env.pm +%%SITE_PERL%%/MooseX/App/Plugin/Env/Meta/Attribute.pm +%%SITE_PERL%%/MooseX/App/Plugin/Env/Meta/Class.pm +%%SITE_PERL%%/MooseX/App/Plugin/Fuzzy.pm +%%SITE_PERL%%/MooseX/App/Plugin/Fuzzy/Meta/Class.pm +%%SITE_PERL%%/MooseX/App/Plugin/Version.pm +%%SITE_PERL%%/MooseX/App/Plugin/Version/Command.pm +%%SITE_PERL%%/MooseX/App/Plugin/Version/Meta/Class.pm %%SITE_PERL%%/MooseX/App/Role.pm +%%SITE_PERL%%/MooseX/App/Role/Base.pm +%%SITE_PERL%%/MooseX/App/Role/Common.pm +%%SITE_PERL%%/MooseX/App/Role/Simple.pm +%%SITE_PERL%%/MooseX/App/Simple.pm %%SITE_PERL%%/MooseX/App/Tutorial.pod %%SITE_PERL%%/MooseX/App/Utils.pm %%SITE_PERL%%/MooseX/App/WritingPlugins.pod %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/App/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/App @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX +@dirrmtry %%SITE_PERL%%/MooseX/App/Role +@dirrmtry %%SITE_PERL%%/MooseX/App/Plugin/Version/Meta +@dirrmtry %%SITE_PERL%%/MooseX/App/Plugin/Version +@dirrmtry %%SITE_PERL%%/MooseX/App/Plugin/Fuzzy/Meta +@dirrmtry %%SITE_PERL%%/MooseX/App/Plugin/Fuzzy +@dirrmtry %%SITE_PERL%%/MooseX/App/Plugin/Env/Meta +@dirrmtry %%SITE_PERL%%/MooseX/App/Plugin/Env @dirrmtry %%SITE_PERL%%/MooseX/App/Plugin/ConfigHome/Meta @dirrmtry %%SITE_PERL%%/MooseX/App/Plugin/ConfigHome @dirrmtry %%SITE_PERL%%/MooseX/App/Plugin/Config/Meta From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 02:53:03 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0AA52106566B; Fri, 14 Sep 2012 02:53:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CF8BF8FC08; Fri, 14 Sep 2012 02:53:02 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E2r2Cd029046; Fri, 14 Sep 2012 02:53:02 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E2r2Vi029042; Fri, 14 Sep 2012 02:53:02 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201209140253.q8E2r2Vi029042@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 14 Sep 2012 02:53:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304253 - head/devel/p5-MooX-Types-MooseLike X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 02:53:03 -0000 Author: sunpoet Date: Fri Sep 14 02:53:02 2012 New Revision: 304253 URL: http://svn.freebsd.org/changeset/ports/304253 Log: - Update to 0.12 Changes: http://search.cpan.org/dist/MooX-Types-MooseLike/Changes Modified: head/devel/p5-MooX-Types-MooseLike/Makefile head/devel/p5-MooX-Types-MooseLike/distinfo (contents, props changed) head/devel/p5-MooX-Types-MooseLike/pkg-plist (contents, props changed) Modified: head/devel/p5-MooX-Types-MooseLike/Makefile ============================================================================== --- head/devel/p5-MooX-Types-MooseLike/Makefile Fri Sep 14 02:27:22 2012 (r304252) +++ head/devel/p5-MooX-Types-MooseLike/Makefile Fri Sep 14 02:53:02 2012 (r304253) @@ -6,7 +6,7 @@ # PORTNAME= MooX-Types-MooseLike -PORTVERSION= 0.09 +PORTVERSION= 0.12 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MATEU @@ -20,7 +20,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Module-Runtime>=0.012:${PORTSDIR}/devel/p5-Module-Runtime \ p5-Moo>=0.009016:${PORTSDIR}/devel/p5-Moo \ - p5-strictures>=1.001001:${PORTSDIR}/devel/p5-strictures + p5-Set-Object>=1:${PORTSDIR}/devel/p5-Set-Object RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0.003:${PORTSDIR}/devel/p5-Test-Fatal @@ -28,7 +28,8 @@ PERL_CONFIGURE= yes MAN3= MooX::Types::MooseLike.3 \ MooX::Types::MooseLike::Base.3 \ - MooX::Types::MooseLike::Numeric.3 + MooX::Types::MooseLike::Numeric.3 \ + MooX::Types::SetObject.3 post-patch: @${REINPLACE_CMD} -e '/NAME/ s|MooX-Types-MooseLike|MooX::Types::MooseLike|' ${WRKSRC}/Makefile.PL Modified: head/devel/p5-MooX-Types-MooseLike/distinfo ============================================================================== --- head/devel/p5-MooX-Types-MooseLike/distinfo Fri Sep 14 02:27:22 2012 (r304252) +++ head/devel/p5-MooX-Types-MooseLike/distinfo Fri Sep 14 02:53:02 2012 (r304253) @@ -1,2 +1,2 @@ -SHA256 (MooX-Types-MooseLike-0.09.tar.gz) = 3cfcf5d9fc1fc0e38159265fa36e1ca0ae5edd42987a38d5d1f0679ef0797b94 -SIZE (MooX-Types-MooseLike-0.09.tar.gz) = 9031 +SHA256 (MooX-Types-MooseLike-0.12.tar.gz) = 57a02612fb4bc1682a75eca1277d339ddcc549e193f1ad575c0eb0b2f7bce50a +SIZE (MooX-Types-MooseLike-0.12.tar.gz) = 11123 Modified: head/devel/p5-MooX-Types-MooseLike/pkg-plist ============================================================================== --- head/devel/p5-MooX-Types-MooseLike/pkg-plist Fri Sep 14 02:27:22 2012 (r304252) +++ head/devel/p5-MooX-Types-MooseLike/pkg-plist Fri Sep 14 02:53:02 2012 (r304253) @@ -1,6 +1,7 @@ %%SITE_PERL%%/MooX/Types/MooseLike.pm %%SITE_PERL%%/MooX/Types/MooseLike/Base.pm %%SITE_PERL%%/MooX/Types/MooseLike/Numeric.pm +%%SITE_PERL%%/MooX/Types/SetObject.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooX/Types/MooseLike/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooX/Types/MooseLike @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooX/Types From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 04:36:46 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 15049106566B; Fri, 14 Sep 2012 04:36:46 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F3FCD8FC14; Fri, 14 Sep 2012 04:36:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E4ajKR043995; Fri, 14 Sep 2012 04:36:45 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E4ajjM043992; Fri, 14 Sep 2012 04:36:45 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209140436.q8E4ajjM043992@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Fri, 14 Sep 2012 04:36:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304254 - head/japanese/ruby-eb X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 04:36:46 -0000 Author: rm Date: Fri Sep 14 04:36:45 2012 New Revision: 304254 URL: http://svn.freebsd.org/changeset/ports/304254 Log: - chase japanese/eb update, that I forgot in previous commit PR: 167175 Spotted by: Yasuhiro KIMURA (maintainer of japanese/eb) Modified: head/japanese/ruby-eb/Makefile head/japanese/ruby-eb/pkg-descr Modified: head/japanese/ruby-eb/Makefile ============================================================================== --- head/japanese/ruby-eb/Makefile Fri Sep 14 02:53:02 2012 (r304253) +++ head/japanese/ruby-eb/Makefile Fri Sep 14 04:36:45 2012 (r304254) @@ -1,13 +1,8 @@ -# New ports collection makefile for: Ruby EB -# Date created: 6 Sep 2000 -# Whom: Akinori MUSHA aka knu -# # $FreeBSD$ -# PORTNAME= eb PORTVERSION= 2.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= japanese ruby MASTER_SITES= http://rubyeb.sourceforge.net/ \ SF/rubyeb/rubyeb/rubyeb-${PORTVERSION} @@ -17,7 +12,7 @@ DIST_SUBDIR= ruby MAINTAINER= ruby@FreeBSD.org COMMENT= Ruby bind of EB library -LIB_DEPENDS= eb.15:${PORTSDIR}/japanese/eb +LIB_DEPENDS= eb:${PORTSDIR}/japanese/eb USE_RUBY= yes USE_RUBY_EXTCONF= yes Modified: head/japanese/ruby-eb/pkg-descr ============================================================================== --- head/japanese/ruby-eb/pkg-descr Fri Sep 14 02:53:02 2012 (r304253) +++ head/japanese/ruby-eb/pkg-descr Fri Sep 14 04:36:45 2012 (r304254) @@ -1,4 +1,3 @@ Ruby EB -- Ruby bind of EB library. -Author: Nishikawa,Yasuhiro -WWW: http://www.ruby-lang.org/raa/list.rhtml?name=rubyeb +WWW: http://www.ruby-lang.org/raa/list.rhtml?name=rubyeb From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 05:04:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64874106566B; Fri, 14 Sep 2012 05:04:31 +0000 (UTC) (envelope-from sumikawa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4F6C48FC17; Fri, 14 Sep 2012 05:04:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E54V80047714; Fri, 14 Sep 2012 05:04:31 GMT (envelope-from sumikawa@svn.freebsd.org) Received: (from sumikawa@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E54VB2047712; Fri, 14 Sep 2012 05:04:31 GMT (envelope-from sumikawa@svn.freebsd.org) Message-Id: <201209140504.q8E54VB2047712@svn.freebsd.org> From: Munechika SUMIKAWA Date: Fri, 14 Sep 2012 05:04:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304255 - in head/misc/lv: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 05:04:31 -0000 Author: sumikawa Date: Fri Sep 14 05:04:30 2012 New Revision: 304255 URL: http://svn.freebsd.org/changeset/ports/304255 Log: Revert r302983. It cause another bug. Deleted: head/misc/lv/files/patch-src_lv.c Modified: head/misc/lv/Makefile Modified: head/misc/lv/Makefile ============================================================================== --- head/misc/lv/Makefile Fri Sep 14 04:36:45 2012 (r304254) +++ head/misc/lv/Makefile Fri Sep 14 05:04:30 2012 (r304255) @@ -7,7 +7,7 @@ PORTNAME= lv PORTVERSION= 4.51 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= http://www.ff.iij4u.or.jp/~nrt/freeware/ DISTNAME= lv451 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 05:47:45 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 59AEC1065675; Fri, 14 Sep 2012 05:47:45 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 43CF58FC15; Fri, 14 Sep 2012 05:47:45 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E5ljHi053791; Fri, 14 Sep 2012 05:47:45 GMT (envelope-from linimon@svn.freebsd.org) Received: (from linimon@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E5ljZ0053789; Fri, 14 Sep 2012 05:47:45 GMT (envelope-from linimon@svn.freebsd.org) Message-Id: <201209140547.q8E5ljZ0053789@svn.freebsd.org> From: Mark Linimon Date: Fri, 14 Sep 2012 05:47:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304256 - head/science/gamess X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 05:47:45 -0000 Author: linimon Date: Fri Sep 14 05:47:44 2012 New Revision: 304256 URL: http://svn.freebsd.org/changeset/ports/304256 Log: Fix typo. Modified: head/science/gamess/Makefile Modified: head/science/gamess/Makefile ============================================================================== --- head/science/gamess/Makefile Fri Sep 14 05:04:30 2012 (r304255) +++ head/science/gamess/Makefile Fri Sep 14 05:47:44 2012 (r304256) @@ -25,10 +25,10 @@ USE_FORTRAN= yes RESTRICTED= NOT DISTRIBUTED FREELY. BUT YOU CAN OBTAIN SOURCE CODE FREELY. .if !exists(${DISTDIR}/${DISTFILES}) -IGNORE=you must manually get the source distribution from master site. http://www.msg.ameslab.gov/GAMESS/download.html. Please selsect "Source code distribution", and check on "running on Intel compatible PC running Linux". You must have license, and freely obtainable +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 selsect "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. .include From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 06:21:15 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9765A106566B; Fri, 14 Sep 2012 06:21:15 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 68C6A8FC08; Fri, 14 Sep 2012 06:21:15 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E6LFUh058705; Fri, 14 Sep 2012 06:21:15 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E6LF43058702; Fri, 14 Sep 2012 06:21:15 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201209140621.q8E6LF43058702@svn.freebsd.org> From: Jason Helfman Date: Fri, 14 Sep 2012 06:21:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304257 - in head/games/mopesnake: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 06:21:15 -0000 Author: jgh Date: Fri Sep 14 06:21:14 2012 New Revision: 304257 URL: http://svn.freebsd.org/changeset/ports/304257 Log: - add startup script - adopt optionsNG for DOCS - while here adjust run depends listing PR: 170738 Submitted by: maintainer, nemysis@gmx.ch Added: head/games/mopesnake/files/ head/games/mopesnake/files/mopesnake.in (contents, props changed) Modified: head/games/mopesnake/Makefile Modified: head/games/mopesnake/Makefile ============================================================================== --- head/games/mopesnake/Makefile Fri Sep 14 05:47:44 2012 (r304256) +++ head/games/mopesnake/Makefile Fri Sep 14 06:21:14 2012 (r304257) @@ -1,44 +1,42 @@ -# New Ports collection makefile for: mopesnake -# Date created: 2012-05-16 -# Whom: nemysis@gmx.ch -# # $FreeBSD$ -# PORTNAME= mopesnake PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-pc-${DISTVERSION} MAINTAINER= nemysis@gmx.ch -COMMENT= A classic snake game in which you attempt to eat all the pain +COMMENT= Classic snake game in which you attempt to eat all the pain LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:${PORTSDIR}/devel/py-game USE_ZIP= yes USE_PYTHON= yes NO_BUILD= yes -PLIST_FILES= bin/mopesnake \ +PLIST_FILES= bin/${PORTNAME} \ share/pixmaps/${PORTNAME}.png PORTDATA= * PORTDOCS= TODO.txt index.html +SUB_FILES= ${PORTNAME} + post-patch: # Fix path to python interpreter @${REINPLACE_CMD} -e 's,/usr/bin/python,${PYTHON_CMD},' \ ${WRKSRC}/*.py ${WRKSRC}/mopelib/*.py @(cd ${WRKSRC} && ${RM} *.py.bak mopelib/*py.bak) +.include + do-install: # Scripts - @${PRINTF} "#!/bin/sh\n\ncd ${DATADIR} &&\ - ./${PORTNAME}.py\n" > ${WRKDIR}/${PORTNAME}.sh - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME} + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin # Executable ${MKDIR} ${DATADIR} @@ -52,7 +50,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/version ${DATADIR} # Documentation -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} . for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR} Added: head/games/mopesnake/files/mopesnake.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/mopesnake/files/mopesnake.in Fri Sep 14 06:21:14 2012 (r304257) @@ -0,0 +1,7 @@ +#!/bin/sh +# +# $FreeBSD$ + +echo "Master Of Pain (Eating) - Snake: Starting up..." +cd "%%DATADIR%%" +./mopesnake.py \ No newline at end of file From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 06:43:06 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FEFD106566C; Fri, 14 Sep 2012 06:43:06 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4A0708FC08; Fri, 14 Sep 2012 06:43:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E6h66s062184; Fri, 14 Sep 2012 06:43:06 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E6h60q062178; Fri, 14 Sep 2012 06:43:06 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209140643.q8E6h60q062178@svn.freebsd.org> From: Wen Heping Date: Fri, 14 Sep 2012 06:43:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304258 - in head/finance: . trytond_project X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 06:43:06 -0000 Author: wen Date: Fri Sep 14 06:43:05 2012 New Revision: 304258 URL: http://svn.freebsd.org/changeset/ports/304258 Log: This port adds the Project Module to the Tryton Application Platform. WWW: http://www.tryton.org/ PR: 171460 Submitted by: Matthias Petermann Added: head/finance/trytond_project/ head/finance/trytond_project/Makefile (contents, props changed) head/finance/trytond_project/distinfo (contents, props changed) head/finance/trytond_project/pkg-descr (contents, props changed) head/finance/trytond_project/pkg-plist (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Fri Sep 14 06:21:14 2012 (r304257) +++ head/finance/Makefile Fri Sep 14 06:43:05 2012 (r304258) @@ -115,6 +115,7 @@ SUBDIR += trytond_dashboard SUBDIR += trytond_party SUBDIR += trytond_product + SUBDIR += trytond_project SUBDIR += trytond_purchase SUBDIR += trytond_sale SUBDIR += trytond_stock Added: head/finance/trytond_project/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_project/Makefile Fri Sep 14 06:43:05 2012 (r304258) @@ -0,0 +1,25 @@ +# New ports collection makefile for: trytond_project +# Date created: 08 September, 2012 +# Whom: Matthias Petermann +# +# $FreeBSD$ +# + +PORTNAME= trytond_project +PORTVERSION= 2.4.0 +CATEGORIES= finance python +MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ + +MAINTAINER= matthias@petermann.it +COMMENT= Tryton Application Platform (Project Module) + +LICENSE= GPLv3 + +RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ + trytond_timesheet>=2.4.0:${PORTSDIR}/finance/trytond_timesheet \ + trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install + +.include Added: head/finance/trytond_project/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_project/distinfo Fri Sep 14 06:43:05 2012 (r304258) @@ -0,0 +1,2 @@ +SHA256 (trytond_project-2.4.0.tar.gz) = 6bb77e89496354a15c9308a0aa35d171d5c230e6f98a967f54a681e87774ff8a +SIZE (trytond_project-2.4.0.tar.gz) = 30868 Added: head/finance/trytond_project/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_project/pkg-descr Fri Sep 14 06:43:05 2012 (r304258) @@ -0,0 +1,3 @@ +This port adds the Project Module to the Tryton Application Platform. + +WWW: http://www.tryton.org/ Added: head/finance/trytond_project/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_project/pkg-plist Fri Sep 14 06:43:05 2012 (r304258) @@ -0,0 +1,43 @@ +%%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/entry_points.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%%/trytond/modules/project/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/__tryton__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/__tryton__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/__tryton__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/icons/tryton-project.svg +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/locale/bg_BG.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/locale/ca_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/locale/cs_CZ.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/locale/de_DE.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/locale/es_AR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/locale/es_CO.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/locale/es_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/locale/fr_FR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/locale/nl_NL.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/locale/ru_RU.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/project.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/tests/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/tests/test_project.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/tests/test_project.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/tests/test_project.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/work.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/work.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/work.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/work.xml +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/tests +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/locale +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project/icons +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 06:46:48 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 68F66106566C; Fri, 14 Sep 2012 06:46:48 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 52ACD8FC18; Fri, 14 Sep 2012 06:46:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E6kmia062918; Fri, 14 Sep 2012 06:46:48 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E6kmm8062911; Fri, 14 Sep 2012 06:46:48 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209140646.q8E6kmm8062911@svn.freebsd.org> From: Wen Heping Date: Fri, 14 Sep 2012 06:46:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304259 - in head/finance: . trytond_project_plan X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 06:46:48 -0000 Author: wen Date: Fri Sep 14 06:46:47 2012 New Revision: 304259 URL: http://svn.freebsd.org/changeset/ports/304259 Log: This port adds the Project Plan Module to the Tryton Application Platform. WWW: http://www.tryton.org/ PR: 171461 Submitted by: Matthias Petermann Added: head/finance/trytond_project_plan/ head/finance/trytond_project_plan/Makefile (contents, props changed) head/finance/trytond_project_plan/distinfo (contents, props changed) head/finance/trytond_project_plan/pkg-descr (contents, props changed) head/finance/trytond_project_plan/pkg-plist (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Fri Sep 14 06:43:05 2012 (r304258) +++ head/finance/Makefile Fri Sep 14 06:46:47 2012 (r304259) @@ -116,6 +116,7 @@ SUBDIR += trytond_party SUBDIR += trytond_product SUBDIR += trytond_project + SUBDIR += trytond_project_plan SUBDIR += trytond_purchase SUBDIR += trytond_sale SUBDIR += trytond_stock Added: head/finance/trytond_project_plan/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_project_plan/Makefile Fri Sep 14 06:46:47 2012 (r304259) @@ -0,0 +1,24 @@ +# New ports collection makefile for: trytond_project_plan +# Date created: 08 September, 2012 +# Whom: Matthias Petermann +# +# $FreeBSD$ +# + +PORTNAME= trytond_project_plan +PORTVERSION= 2.4.0 +CATEGORIES= finance python +MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ + +MAINTAINER= matthias@petermann.it +COMMENT= Tryton Application Platform (Project Plan Module) + +LICENSE= GPLv3 + +RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ + trytond_project>=2.4.0:${PORTSDIR}/finance/trytond_project + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install + +.include Added: head/finance/trytond_project_plan/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_project_plan/distinfo Fri Sep 14 06:46:47 2012 (r304259) @@ -0,0 +1,2 @@ +SHA256 (trytond_project_plan-2.4.0.tar.gz) = 3eeb08cf45698a9c4c5be1625fcb55db4dc0de89b4d387e761d4b09c9ead8caf +SIZE (trytond_project_plan-2.4.0.tar.gz) = 27872 Added: head/finance/trytond_project_plan/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_project_plan/pkg-descr Fri Sep 14 06:46:47 2012 (r304259) @@ -0,0 +1,3 @@ +This port adds the Project Plan Module to the Tryton Application Platform. + +WWW: http://www.tryton.org/ Added: head/finance/trytond_project_plan/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_project_plan/pkg-plist Fri Sep 14 06:46:47 2012 (r304259) @@ -0,0 +1,44 @@ +%%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/entry_points.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%%/trytond/modules/project_plan/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/__tryton__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/__tryton__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/__tryton__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/allocation.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/allocation.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/allocation.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/allocation.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/locale/bg_BG.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/locale/ca_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/locale/cs_CZ.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/locale/de_DE.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/locale/es_AR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/locale/es_CO.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/locale/es_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/locale/fr_FR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/locale/nl_NL.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/locale/ru_RU.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/tests/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/tests/test_project_plan.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/tests/test_project_plan.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/tests/test_project_plan.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/work.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/work.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/work.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/work.xml +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/tests +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan/locale +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_plan +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 06:47:13 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17A7E1065673; Fri, 14 Sep 2012 06:47:13 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DD5ED8FC0C; Fri, 14 Sep 2012 06:47:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E6lCek063035; Fri, 14 Sep 2012 06:47:12 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E6lCUx063033; Fri, 14 Sep 2012 06:47:12 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201209140647.q8E6lCUx063033@svn.freebsd.org> From: Jason Helfman Date: Fri, 14 Sep 2012 06:47:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304260 - head/games/krank X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 06:47:13 -0000 Author: jgh Date: Fri Sep 14 06:47:12 2012 New Revision: 304260 URL: http://svn.freebsd.org/changeset/ports/304260 Log: - adjust run dependencies - DATA is required - adopt optionsNG for DOCS PR: 170732 Submitted by: maintainer, nemysis@gmx.ch Modified: head/games/krank/Makefile Modified: head/games/krank/Makefile ============================================================================== --- head/games/krank/Makefile Fri Sep 14 06:46:47 2012 (r304259) +++ head/games/krank/Makefile Fri Sep 14 06:47:12 2012 (r304260) @@ -1,54 +1,51 @@ -# New Ports collection makefile for: krank -# Date created: 2012-04-20 -# Whom: nemysis@gmx.ch -# # $FreeBSD$ -# PORTNAME= krank PORTVERSION= 07 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} MAINTAINER= nemysis@gmx.ch -COMMENT= Krank is a little casual game +COMMENT= A little casual game LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \ - ${PYTHON_SITELIBDIR}/numpy:${PORTSDIR}/math/py-numpy +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:${PORTSDIR}/devel/py-game \ + ${PYNUMPY} USE_BZIP2= yes USE_PYTHON= yes NO_BUILD= yes -PLIST_FILES= bin/krank \ - share/pixmaps/Krank.png +PLIST_FILES= bin/${PORTNAME} \ + share/pixmaps/${PORTNAME}.png PORTDATA= * PORTDOCS= CHANGELOG.txt README post-patch: - ${REINPLACE_CMD} -e 's|`dirname.*|${DATADIR}|' ${WRKSRC}/krank + ${REINPLACE_CMD} -e 's|`dirname.*|${DATADIR}|' ${WRKSRC}/${PORTNAME} + +.include do-install: -# Wrapper script +# Scripts ${INSTALL_SCRIPT} ${WRKSRC}/krank ${PREFIX}/bin -post-install: # Data -.if !defined (NOPORTDATA) ${MKDIR} ${DATADIR} . for d in art fonts html levels sounds src @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${DATADIR}) . endfor ${INSTALL_DATA} ${WRKSRC}/krank.iss ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/logo.xcf ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/html/gfx/logo.png ${PREFIX}/share/pixmaps/Krank.png -.endif + +# Pixmaps + ${INSTALL_DATA} ${WRKSRC}/html/gfx/logo.png ${PREFIX}/share/pixmaps/${PORTNAME}.png # Documentation -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} . for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 06:53:56 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 86BE8106566B; Fri, 14 Sep 2012 06:53:56 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 712398FC0A; Fri, 14 Sep 2012 06:53:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E6ruoL064160; Fri, 14 Sep 2012 06:53:56 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E6rumu064154; Fri, 14 Sep 2012 06:53:56 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209140653.q8E6rumu064154@svn.freebsd.org> From: Wen Heping Date: Fri, 14 Sep 2012 06:53:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304261 - in head/finance: . trytond_project_revenue X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 06:53:56 -0000 Author: wen Date: Fri Sep 14 06:53:55 2012 New Revision: 304261 URL: http://svn.freebsd.org/changeset/ports/304261 Log: This port adds the Project Revenue Module to the Tryton Application Platform. WWW: http://www.tryton.org/ PR: 171462 Submitted by: Matthias Petermann Added: head/finance/trytond_project_revenue/ head/finance/trytond_project_revenue/Makefile (contents, props changed) head/finance/trytond_project_revenue/distinfo (contents, props changed) head/finance/trytond_project_revenue/pkg-descr (contents, props changed) head/finance/trytond_project_revenue/pkg-plist (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Fri Sep 14 06:47:12 2012 (r304260) +++ head/finance/Makefile Fri Sep 14 06:53:55 2012 (r304261) @@ -117,6 +117,7 @@ SUBDIR += trytond_product SUBDIR += trytond_project SUBDIR += trytond_project_plan + SUBDIR += trytond_project_revenue SUBDIR += trytond_purchase SUBDIR += trytond_sale SUBDIR += trytond_stock Added: head/finance/trytond_project_revenue/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_project_revenue/Makefile Fri Sep 14 06:53:55 2012 (r304261) @@ -0,0 +1,25 @@ +# New ports collection makefile for: trytond_project_revenue +# Date created: 08 September, 2012 +# Whom: Matthias Petermann +# +# $FreeBSD$ +# + +PORTNAME= trytond_project_revenue +PORTVERSION= 2.4.0 +CATEGORIES= finance python +MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ + +MAINTAINER= matthias@petermann.it +COMMENT= Tryton Application Platform (Project Revenue Module) + +LICENSE= GPLv3 + +RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ + trytond_project>=2.4.0:${PORTSDIR}/finance/trytond_project \ + trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install + +.include Added: head/finance/trytond_project_revenue/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_project_revenue/distinfo Fri Sep 14 06:53:55 2012 (r304261) @@ -0,0 +1,2 @@ +SHA256 (trytond_project_revenue-2.4.0.tar.gz) = 199b177f4d5ec3ac4886cac76013e987311c9ec330b468e0569d6634007ddcc1 +SIZE (trytond_project_revenue-2.4.0.tar.gz) = 22978 Added: head/finance/trytond_project_revenue/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_project_revenue/pkg-descr Fri Sep 14 06:53:55 2012 (r304261) @@ -0,0 +1,3 @@ +This port adds the Project Revenue Module to the Tryton Application Platform. + +WWW: http://www.tryton.org/ Added: head/finance/trytond_project_revenue/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_project_revenue/pkg-plist Fri Sep 14 06:53:55 2012 (r304261) @@ -0,0 +1,44 @@ +%%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/entry_points.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%%/trytond/modules/project_revenue/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/__tryton__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/__tryton__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/__tryton__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/locale/bg_BG.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/locale/ca_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/locale/cs_CZ.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/locale/de_DE.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/locale/es_AR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/locale/es_CO.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/locale/es_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/locale/fr_FR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/locale/nl_NL.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/locale/ru_RU.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/service.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/service.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/service.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/service.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/tests/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/tests/test_project_revenue.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/tests/test_project_revenue.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/tests/test_project_revenue.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/work.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/work.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/work.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/work.xml +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/tests +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue/locale +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/project_revenue +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 07:07:38 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE409106564A; Fri, 14 Sep 2012 07:07:38 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B8DB58FC0A; Fri, 14 Sep 2012 07:07:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E77cGD066401; Fri, 14 Sep 2012 07:07:38 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E77c52066393; Fri, 14 Sep 2012 07:07:38 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209140707.q8E77c52066393@svn.freebsd.org> From: Wen Heping Date: Fri, 14 Sep 2012 07:07:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304262 - in head/finance: . trytond_carrier X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 07:07:38 -0000 Author: wen Date: Fri Sep 14 07:07:38 2012 New Revision: 304262 URL: http://svn.freebsd.org/changeset/ports/304262 Log: This port adds the Carrier Module to the Tryton Application Platform. WWW: http://www.tryton.org/ PR: 171447 Submitted by: Matthias Petermann Added: head/finance/trytond_carrier/ head/finance/trytond_carrier/Makefile (contents, props changed) head/finance/trytond_carrier/distinfo (contents, props changed) head/finance/trytond_carrier/pkg-descr (contents, props changed) head/finance/trytond_carrier/pkg-plist (contents, props changed) Modified: head/finance/Makefile Modified: head/finance/Makefile ============================================================================== --- head/finance/Makefile Fri Sep 14 06:53:55 2012 (r304261) +++ head/finance/Makefile Fri Sep 14 07:07:38 2012 (r304262) @@ -108,6 +108,7 @@ SUBDIR += trytond_account_invoice SUBDIR += trytond_account_product SUBDIR += trytond_calendar + SUBDIR += trytond_carrier SUBDIR += trytond_company SUBDIR += trytond_company_work_time SUBDIR += trytond_country Added: head/finance/trytond_carrier/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_carrier/Makefile Fri Sep 14 07:07:38 2012 (r304262) @@ -0,0 +1,25 @@ +# New ports collection makefile for: trytond_carrier +# Date created: 08 September, 2012 +# Whom: Matthias Petermann +# +# $FreeBSD$ +# + +PORTNAME= trytond_carrier +PORTVERSION= 2.4.1 +CATEGORIES= finance python +MASTER_SITES= http://downloads2.tryton.org/${PORTVERSION:R}/ + +MAINTAINER= matthias@petermann.it +COMMENT= Tryton Application Platform (Carrier Module) + +LICENSE= GPLv3 + +RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ + trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ + trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product + +USE_PYTHON= yes +USE_PYDISTUTILS=easy_install + +.include Added: head/finance/trytond_carrier/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_carrier/distinfo Fri Sep 14 07:07:38 2012 (r304262) @@ -0,0 +1,2 @@ +SHA256 (trytond_carrier-2.4.1.tar.gz) = 8e65248ae1b44fe8695f255a4414caddcb895ad52d1d22b7a177d77095a8fec9 +SIZE (trytond_carrier-2.4.1.tar.gz) = 20009 Added: head/finance/trytond_carrier/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_carrier/pkg-descr Fri Sep 14 07:07:38 2012 (r304262) @@ -0,0 +1,3 @@ +This port adds the Carrier Module to the Tryton Application Platform. + +WWW: http://www.tryton.org/ Added: head/finance/trytond_carrier/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/finance/trytond_carrier/pkg-plist Fri Sep 14 07:07:38 2012 (r304262) @@ -0,0 +1,40 @@ +%%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/entry_points.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%%/trytond/modules/carrier/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/__tryton__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/__tryton__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/__tryton__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/carrier.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/carrier.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/carrier.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/carrier.xml +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/locale/bg_BG.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/locale/ca_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/locale/cs_CZ.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/locale/de_DE.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/locale/es_AR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/locale/es_CO.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/locale/es_ES.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/locale/fr_FR.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/locale/nl_NL.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/locale/ru_RU.po +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/tests/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/tests/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/tests/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/tests/test_carrier.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/tests/test_carrier.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/tests/test_carrier.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/tests +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier/locale +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules/carrier +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond/modules +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/trytond +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 07:43:43 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A2AF1106566C; Fri, 14 Sep 2012 07:43:43 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8E85D8FC1A; Fri, 14 Sep 2012 07:43:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E7hhUu072092; Fri, 14 Sep 2012 07:43:43 GMT (envelope-from ale@svn.freebsd.org) Received: (from ale@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E7hhes072090; Fri, 14 Sep 2012 07:43:43 GMT (envelope-from ale@svn.freebsd.org) Message-Id: <201209140743.q8E7hhes072090@svn.freebsd.org> From: Alex Dupre Date: Fri, 14 Sep 2012 07:43:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304263 - head/editors/libreoffice X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 07:43:43 -0000 Author: ale Date: Fri Sep 14 07:43:43 2012 New Revision: 304263 URL: http://svn.freebsd.org/changeset/ports/304263 Log: Force to use GCC on FreeBSD 8.x, since with clang it builds fine, but doesn't work at all. Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Fri Sep 14 07:07:38 2012 (r304262) +++ head/editors/libreoffice/Makefile Fri Sep 14 07:43:43 2012 (r304263) @@ -331,6 +331,12 @@ CONFIGURE_ARGS+= --enable-release-build .include +# if compiled with clang on 8.x libreoffice exits with the following error: +# terminate called after throwing an instance of 'com::sun::star::ucb::InteractiveAugmentedIOException' +.if ${OSVERSION} < 900000 +WITH_GCC= yes +.endif + .if defined(WITH_GCC) USE_GCC= 4.6+ DISTFILES+= bd30e9cf5523cdfc019b94f5e1d7fd19-cppunit-1.12.1.tar.gz:ext From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 08:31:08 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E9811065675; Fri, 14 Sep 2012 08:31:08 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6A8508FC17; Fri, 14 Sep 2012 08:31:08 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E8V8eO079395; Fri, 14 Sep 2012 08:31:08 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E8V8Ud079392; Fri, 14 Sep 2012 08:31:08 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201209140831.q8E8V8Ud079392@svn.freebsd.org> From: Philippe Audeoud Date: Fri, 14 Sep 2012 08:31:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304264 - head/www/p5-Flickr-API X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 08:31:08 -0000 Author: jadawin Date: Fri Sep 14 08:31:07 2012 New Revision: 304264 URL: http://svn.freebsd.org/changeset/ports/304264 Log: - Update to 1.05 - Changelog: http://cpansearch.perl.org/src/IAMCAL/Flickr-API-1.05/Changes Modified: head/www/p5-Flickr-API/Makefile (contents, props changed) head/www/p5-Flickr-API/distinfo (contents, props changed) Modified: head/www/p5-Flickr-API/Makefile ============================================================================== --- head/www/p5-Flickr-API/Makefile Fri Sep 14 07:43:43 2012 (r304263) +++ head/www/p5-Flickr-API/Makefile Fri Sep 14 08:31:07 2012 (r304264) @@ -7,8 +7,7 @@ # PORTNAME= Flickr-API -PORTVERSION= 1.04 -PORTREVISION= 1 +PORTVERSION= 1.05 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Flickr-API/distinfo ============================================================================== --- head/www/p5-Flickr-API/distinfo Fri Sep 14 07:43:43 2012 (r304263) +++ head/www/p5-Flickr-API/distinfo Fri Sep 14 08:31:07 2012 (r304264) @@ -1,2 +1,2 @@ -SHA256 (Flickr-API-1.04.tar.gz) = e116dcc94912bc7222ffe0f800f25763f8b0d7a41d526d6ddf065798f4be752b -SIZE (Flickr-API-1.04.tar.gz) = 4821 +SHA256 (Flickr-API-1.05.tar.gz) = 863d892acd430d22e7497ef37f84aa7441af3113daf10ca4a0848b46a06627a9 +SIZE (Flickr-API-1.05.tar.gz) = 4859 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 08:40:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84DB610656FB; Fri, 14 Sep 2012 08:40:31 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6FE148FC15; Fri, 14 Sep 2012 08:40:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8E8eV1U080847; Fri, 14 Sep 2012 08:40:31 GMT (envelope-from jadawin@svn.freebsd.org) Received: (from jadawin@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8E8eVuR080843; Fri, 14 Sep 2012 08:40:31 GMT (envelope-from jadawin@svn.freebsd.org) Message-Id: <201209140840.q8E8eVuR080843@svn.freebsd.org> From: Philippe Audeoud Date: Fri, 14 Sep 2012 08:40:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304265 - head/www/p5-Test-HTTP X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 08:40:31 -0000 Author: jadawin Date: Fri Sep 14 08:40:30 2012 New Revision: 304265 URL: http://svn.freebsd.org/changeset/ports/304265 Log: - Update to 0.18 Modified: head/www/p5-Test-HTTP/Makefile (contents, props changed) head/www/p5-Test-HTTP/distinfo (contents, props changed) Modified: head/www/p5-Test-HTTP/Makefile ============================================================================== --- head/www/p5-Test-HTTP/Makefile Fri Sep 14 08:31:07 2012 (r304264) +++ head/www/p5-Test-HTTP/Makefile Fri Sep 14 08:40:30 2012 (r304265) @@ -6,7 +6,7 @@ # PORTNAME= Test-HTTP -PORTVERSION= 0.17 +PORTVERSION= 0.18 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Modified: head/www/p5-Test-HTTP/distinfo ============================================================================== --- head/www/p5-Test-HTTP/distinfo Fri Sep 14 08:31:07 2012 (r304264) +++ head/www/p5-Test-HTTP/distinfo Fri Sep 14 08:40:30 2012 (r304265) @@ -1,2 +1,2 @@ -SHA256 (Test-HTTP-0.17.tar.gz) = c1bfb3474e0d5517f5c4b68ef97ecf5b2910d0fba88605941973bc838ce75b76 -SIZE (Test-HTTP-0.17.tar.gz) = 7204 +SHA256 (Test-HTTP-0.18.tar.gz) = e1e51f50051813630819cd9c8ac449717748db8e21bc6afa08894c5fedbbcecd +SIZE (Test-HTTP-0.18.tar.gz) = 6921 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 10:18:11 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CBCC01065670; Fri, 14 Sep 2012 10:18:11 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B6E748FC14; Fri, 14 Sep 2012 10:18:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EAIBIr096354; Fri, 14 Sep 2012 10:18:11 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EAIBdX096352; Fri, 14 Sep 2012 10:18:11 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209141018.q8EAIBdX096352@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Fri, 14 Sep 2012 10:18:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304266 - head/security/w3af X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 10:18:11 -0000 Author: rm Date: Fri Sep 14 10:18:11 2012 New Revision: 304266 URL: http://svn.freebsd.org/changeset/ports/304266 Log: - chase textproc/nltk update (upstream switched to setuptools) Reported by: beat Approved by: portmgr (beat) Modified: head/security/w3af/Makefile Modified: head/security/w3af/Makefile ============================================================================== --- head/security/w3af/Makefile Fri Sep 14 08:40:30 2012 (r304265) +++ head/security/w3af/Makefile Fri Sep 14 10:18:11 2012 (r304266) @@ -7,6 +7,7 @@ PORTNAME= w3af DISTVERSION= 1.0-rc4 +PORTREVISION= 1 CATEGORIES= security python www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTNAME}%20${DISTVERSION} @@ -22,7 +23,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lx ${PYTHON_SITELIBDIR}/SOAPpy:${PORTSDIR}/net/py-soappy \ ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 \ ${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst \ - ${PYTHON_SITELIBDIR}/nltk/util.py:${PORTSDIR}/textproc/nltk \ + nltk>0:${PORTSDIR}/textproc/nltk \ ${PYTHON_SITELIBDIR}/pyPdf/pdf.py:${PORTSDIR}/print/py-pdf \ ${PYTHON_SITELIBDIR}/scapy/main.py:${PORTSDIR}/net/scapy \ ${PYTHON_SITELIBDIR}/wordnet.py:${PORTSDIR}/textproc/py-wordnet \ From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 11:09:28 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84A01106566B; Fri, 14 Sep 2012 11:09:28 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2A6E98FC12; Fri, 14 Sep 2012 11:09:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EB9RLP008082; Fri, 14 Sep 2012 11:09:27 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EB9QHO008080; Fri, 14 Sep 2012 11:09:26 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201209141109.q8EB9QHO008080@svn.freebsd.org> From: Florian Smeets Date: Fri, 14 Sep 2012 11:09:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304267 - head/lang/php53 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 11:09:28 -0000 Author: flo Date: Fri Sep 14 11:09:26 2012 New Revision: 304267 URL: http://svn.freebsd.org/changeset/ports/304267 Log: - put GDBM and QDBM options into an OPTIONS_SINGLE, the cannot be used simultaneously (affects databases/php53-dba) [1] - fix a typo introduced in r300957 that prevents mail/php53-imap from building [2] PR: ports/171636 [2] Submitted by: [2] Reported by: Shahin Qurbanov [1] Modified: head/lang/php53/Makefile.ext (contents, props changed) Modified: head/lang/php53/Makefile.ext ============================================================================== --- head/lang/php53/Makefile.ext Fri Sep 14 10:18:11 2012 (r304266) +++ head/lang/php53/Makefile.ext Fri Sep 14 11:09:26 2012 (r304267) @@ -40,8 +40,10 @@ CONFIGURE_ARGS+=--with-curl=${LOCALBASE} .if ${PHP_MODNAME} == "dba" CONFIGURE_ARGS+=--enable-dba -OPTIONS_DEFINE= CDB DB4 GDBM QDBM INIFILE FLATFILE +OPTIONS_DEFINE= CDB DB4 DBM INIFILE FLATFILE OPTIONS_DEFAULT= CDB INIFILE FLATFILE +OPTIONS_SINGLE= DBM +OPTIONS_SINGLE_DBM= GDBM QDBM CDB_DESC= cdb database support DB4_DESC= Berkeley DB4 support @@ -519,7 +521,7 @@ CONFIGURE_ARGS+=--enable-gd-jis-conv .if ${PHP_MODNAME} == "imap" . if ${PORT_OPTIONS:MSSL} CONFIGURE_ARGS+=--with-imap-ssl=${OPENSSLBASE} -LDFLAGS+= -L${OPENSSLLIB} -lcrypto -ssl +LDFLAGS+= -L${OPENSSLLIB} -lcrypto -lssl . endif .endif From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 12:23:32 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D18A9106564A; Fri, 14 Sep 2012 12:23:32 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BCEA18FC08; Fri, 14 Sep 2012 12:23:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8ECNWrH020357; Fri, 14 Sep 2012 12:23:32 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8ECNWDu020354; Fri, 14 Sep 2012 12:23:32 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201209141223.q8ECNWDu020354@svn.freebsd.org> From: "Vanilla I. Shu" Date: Fri, 14 Sep 2012 12:23:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304268 - head/lang/v8 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 12:23:32 -0000 Author: vanilla Date: Fri Sep 14 12:23:32 2012 New Revision: 304268 URL: http://svn.freebsd.org/changeset/ports/304268 Log: Upgrade to 3.13.7. Modified: head/lang/v8/Makefile head/lang/v8/distinfo Modified: head/lang/v8/Makefile ============================================================================== --- head/lang/v8/Makefile Fri Sep 14 11:09:26 2012 (r304267) +++ head/lang/v8/Makefile Fri Sep 14 12:23:32 2012 (r304268) @@ -6,7 +6,7 @@ # PORTNAME= v8 -PORTVERSION= 3.12.9 +PORTVERSION= 3.13.7 PORTREVISION= 0 CATEGORIES= lang MASTER_SITES= LOCAL/vanilla Modified: head/lang/v8/distinfo ============================================================================== --- head/lang/v8/distinfo Fri Sep 14 11:09:26 2012 (r304267) +++ head/lang/v8/distinfo Fri Sep 14 12:23:32 2012 (r304268) @@ -1,2 +1,2 @@ -SHA256 (v8-3.12.9.tar.xz) = 3d86447c3769be6760962e6811ff465dc632f318ef1c615e4db86d11d852dacd -SIZE (v8-3.12.9.tar.xz) = 8412744 +SHA256 (v8-3.13.7.tar.xz) = 54508a2ae149fc6d2a56e362ab621a98cd689682c0f331ba69f32d59ede21fee +SIZE (v8-3.13.7.tar.xz) = 8458240 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 13:38:56 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 31DB11065778; Fri, 14 Sep 2012 13:38:54 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6742E8FC1E; Fri, 14 Sep 2012 13:38:54 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EDcsA5032132; Fri, 14 Sep 2012 13:38:54 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EDcsHh032129; Fri, 14 Sep 2012 13:38:54 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201209141338.q8EDcsHh032129@svn.freebsd.org> From: Frederic Culot Date: Fri, 14 Sep 2012 13:38:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304269 - head/editors/jupp X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 13:38:56 -0000 Author: culot Date: Fri Sep 14 13:38:53 2012 New Revision: 304269 URL: http://svn.freebsd.org/changeset/ports/304269 Log: - Update to 3.1.22 Changes: https://www.mirbsd.org/jupp.htm#clog PR: ports/171618 Submitted by: Grzegorz Blach (maintainer) Modified: head/editors/jupp/Makefile head/editors/jupp/distinfo Modified: head/editors/jupp/Makefile ============================================================================== --- head/editors/jupp/Makefile Fri Sep 14 12:23:32 2012 (r304268) +++ head/editors/jupp/Makefile Fri Sep 14 13:38:53 2012 (r304269) @@ -6,7 +6,7 @@ # PORTNAME= jupp -PORTVERSION= 3.1.21 +PORTVERSION= 3.1.22 CATEGORIES= editors MASTER_SITES= http://www.mirbsd.org/MirOS/dist/jupp/ \ http://pub.allbsd.org/MirOS/dist/jupp/ Modified: head/editors/jupp/distinfo ============================================================================== --- head/editors/jupp/distinfo Fri Sep 14 12:23:32 2012 (r304268) +++ head/editors/jupp/distinfo Fri Sep 14 13:38:53 2012 (r304269) @@ -1,2 +1,2 @@ -SHA256 (joe-3.1jupp21.tgz) = c557f7bd87caf8ac940f5d7cae008fbba2192778b87b0f19b4c508ef790e3a4b -SIZE (joe-3.1jupp21.tgz) = 440602 +SHA256 (joe-3.1jupp22.tgz) = d5eab4588c5f51785f2bff959961b5f1ed4c5018e2f869d6d91440a0bf6fca9d +SIZE (joe-3.1jupp22.tgz) = 441340 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 13:48:36 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCAF31065670; Fri, 14 Sep 2012 13:48:36 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C7FA48FC08; Fri, 14 Sep 2012 13:48:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EDmavd033704; Fri, 14 Sep 2012 13:48:36 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EDmaK3033700; Fri, 14 Sep 2012 13:48:36 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201209141348.q8EDmaK3033700@svn.freebsd.org> From: Frederic Culot Date: Fri, 14 Sep 2012 13:48:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304270 - head/mail/assp X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 13:48:37 -0000 Author: culot Date: Fri Sep 14 13:48:36 2012 New Revision: 304270 URL: http://svn.freebsd.org/changeset/ports/304270 Log: - Update to 1.9.4.2 PR: ports/171609 Submitted by: Rusty Nejdl (maintainer) Modified: head/mail/assp/Makefile head/mail/assp/distinfo Modified: head/mail/assp/Makefile ============================================================================== --- head/mail/assp/Makefile Fri Sep 14 13:38:53 2012 (r304269) +++ head/mail/assp/Makefile Fri Sep 14 13:48:36 2012 (r304270) @@ -6,7 +6,7 @@ # PORTNAME= assp -PORTVERSION= 1.9.4.0 +PORTVERSION= 1.9.4.2 PORTEPOCH= 1 CATEGORIES= mail MASTER_SITES= http://www.ringofsaturn.com/distfiles/ Modified: head/mail/assp/distinfo ============================================================================== --- head/mail/assp/distinfo Fri Sep 14 13:38:53 2012 (r304269) +++ head/mail/assp/distinfo Fri Sep 14 13:48:36 2012 (r304270) @@ -1,2 +1,2 @@ -SHA256 (ASSP_1.9.4.0-Install.zip) = 9bacdfd1051bb145de94eeea14d8caff27b4c05b06244eeeededcbd99c8e4c6e -SIZE (ASSP_1.9.4.0-Install.zip) = 866814 +SHA256 (ASSP_1.9.4.2-Install.zip) = 613cc418ffc01453f602acb6636ab842bd756538b7187bce57b00d55a2da2d77 +SIZE (ASSP_1.9.4.2-Install.zip) = 868425 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 14:08:25 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C891106564A; Fri, 14 Sep 2012 14:08:25 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EC0758FC14; Fri, 14 Sep 2012 14:08:24 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EE8Oj1036844; Fri, 14 Sep 2012 14:08:24 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EE8O0q036842; Fri, 14 Sep 2012 14:08:24 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201209141408.q8EE8O0q036842@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 14 Sep 2012 14:08:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304271 - head/www/linuxpluginwrapper X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 14:08:25 -0000 Author: bapt Date: Fri Sep 14 14:08:24 2012 New Revision: 304271 URL: http://svn.freebsd.org/changeset/ports/304271 Log: - USE_XLIB has gone from the Mk/bsd.*.mk the macro doesn't have any effect anymore, remove it Modified: head/www/linuxpluginwrapper/Makefile Modified: head/www/linuxpluginwrapper/Makefile ============================================================================== --- head/www/linuxpluginwrapper/Makefile Fri Sep 14 13:48:36 2012 (r304270) +++ head/www/linuxpluginwrapper/Makefile Fri Sep 14 14:08:24 2012 (r304271) @@ -37,7 +37,6 @@ ONLY_FOR_ARCHS= i386 MAKE_ENV= EXAMPLESDIR=${EXAMPLESDIR} INSTALL_DATA="${INSTALL_DATA}" INSTALL_PROGRAM="${INSTALL_PROGRAM}" CONFLICTS= flashpluginwrapper-* -USE_XLIB= yes PLIST_SUB= LINUXBASE=${LINUXBASE} PKGMESSAGE= ${WRKDIR}/pkg-message .if !defined(WITH_PLUGINS) From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 14:35:50 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 02BB9106566C; Fri, 14 Sep 2012 14:35:50 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E25E18FC16; Fri, 14 Sep 2012 14:35:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EEZnOt041932; Fri, 14 Sep 2012 14:35:49 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EEZnJS041929; Fri, 14 Sep 2012 14:35:49 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201209141435.q8EEZnJS041929@svn.freebsd.org> From: Frederic Culot Date: Fri, 14 Sep 2012 14:35:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304272 - head/devel/p5-Log-Minimal X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 14:35:50 -0000 Author: culot Date: Fri Sep 14 14:35:49 2012 New Revision: 304272 URL: http://svn.freebsd.org/changeset/ports/304272 Log: - Update to 0.11 Changes: http://search.cpan.org/dist/Log-Minimal/Changes Modified: head/devel/p5-Log-Minimal/Makefile head/devel/p5-Log-Minimal/distinfo Modified: head/devel/p5-Log-Minimal/Makefile ============================================================================== --- head/devel/p5-Log-Minimal/Makefile Fri Sep 14 14:08:24 2012 (r304271) +++ head/devel/p5-Log-Minimal/Makefile Fri Sep 14 14:35:49 2012 (r304272) @@ -6,7 +6,7 @@ # PORTNAME= Log-Minimal -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,4 +21,10 @@ PERL_CONFIGURE= yes MAN3= Log::Minimal.3 -.include +.include + +.if ${PERL_LEVEL} < 501400 +TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include Modified: head/devel/p5-Log-Minimal/distinfo ============================================================================== --- head/devel/p5-Log-Minimal/distinfo Fri Sep 14 14:08:24 2012 (r304271) +++ head/devel/p5-Log-Minimal/distinfo Fri Sep 14 14:35:49 2012 (r304272) @@ -1,2 +1,2 @@ -SHA256 (Log-Minimal-0.10.tar.gz) = 93f3f7505d38428804a3a06db3c6d148ae2a2b06c9b55d961a02c8f520013e78 -SIZE (Log-Minimal-0.10.tar.gz) = 23265 +SHA256 (Log-Minimal-0.11.tar.gz) = 7112edd5884b8e3ef2bb41518bee3f46990a085ad06c46385418ab415f36ac2c +SIZE (Log-Minimal-0.11.tar.gz) = 24097 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 14:59:59 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6066F106566B; Fri, 14 Sep 2012 14:59:59 +0000 (UTC) (envelope-from lev@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0E6018FC20; Fri, 14 Sep 2012 14:59:59 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EExwqZ046064; Fri, 14 Sep 2012 14:59:58 GMT (envelope-from lev@svn.freebsd.org) Received: (from lev@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EExwY7046056; Fri, 14 Sep 2012 14:59:58 GMT (envelope-from lev@svn.freebsd.org) Message-Id: <201209141459.q8EExwY7046056@svn.freebsd.org> From: "Lev A. Serebryakov" Date: Fri, 14 Sep 2012 14:59:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304273 - in head/devel/subversion: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 14:59:59 -0000 Author: lev Date: Fri Sep 14 14:59:58 2012 New Revision: 304273 URL: http://svn.freebsd.org/changeset/ports/304273 Log: (1) Update to latest 1.7.6 (2) Convert to new OPTIONS framework. (3) Check for proper sqlite3 for STATIC build. (4) Don't require NLS and BDB unconditionally for static build. (5) Add option to build Multiple URL Command Client Submitted by: Warren Block [5] Added: head/devel/subversion/files/extra-patch-Makefile.in (contents, props changed) head/devel/subversion/files/patch-build-outputs.mk (contents, props changed) Modified: head/devel/subversion/Makefile head/devel/subversion/Makefile.common head/devel/subversion/distinfo head/devel/subversion/files/build-outputs.mk head/devel/subversion/pkg-plist Modified: head/devel/subversion/Makefile ============================================================================== --- head/devel/subversion/Makefile Fri Sep 14 14:35:49 2012 (r304272) +++ head/devel/subversion/Makefile Fri Sep 14 14:59:58 2012 (r304273) @@ -18,34 +18,46 @@ MAN8= svnserve.8 TXT_DOCS= BUGS CHANGES COMMITTERS INSTALL README -OPTIONS= P4_STYLE_MARKERS "Perforce-style conflict markers" on \ - ENHANCED_KEYWORD "Enhanced svn:keyword support" on \ - FREEBSD_TEMPLATE "FreeBSD Project log template" on \ - MOD_DAV_SVN "mod_dav_svn module for Apache 2.X" off \ - MOD_DONTDOTHAT "mod_dontdothat for Apache 2.X" off \ - NEON "WebDAV/Delta-V repo access module (neon)" on \ - SERF "WebDAV/Delta-V repo access module (serf)" off \ - SASL "SASL2 authorization support" off \ - BDB "Berkeley DB (4 or 5) repository backend" on \ - MAINTAINER_DEBUG "Build debug version" off \ - SVNSERVE_WRAPPER "Enable svnserve wrapper" off \ - SVNAUTHZ_VALIDATE "install svnauthz-validate" off \ - STATIC "Build static version (no shared libs)" off \ - GNOME_KEYRING "Build with GNOME Keyring auth support" off \ - KDE_KWALLET "Build with KDE KWallet auth support" off \ - BOOK "Install the Subversion Book" off \ - TEST "Run subversion test suite" off -# ASVN "Build and install Archive SVN (asvn)" off \ +OPTIONS_DEFINE= P4_STYLE_MARKERS ENHANCED_KEYWORD FREEBSD_TEMPLATE \ + MOD_DAV_SVN MOD_DONTDOTHAT SVNAUTHZ_VALIDATE \ + NEON SERF \ + SASL BDB \ + MAINTAINER_DEBUG \ + SVNSERVE_WRAPPER SVNMUCC \ + STATIC \ + GNOME_KEYRING KDE_KWALLET \ + BOOK TEST + +OPTIONS_DEFAULT=P4_STYLE_MARKERS ENHANCED_KEYWORD FREEBSD_TEMPLATE NEON + +P4_STYLE_MARKERS_DESC= Perforce-style conflict markers +ENHANCED_KEYWORD_DESC= Enhanced svn:keyword support +FREEBSD_TEMPLATE_DESC= FreeBSD Project log template +MOD_DAV_SVN_DESC= mod_dav_svn module for Apache 2.X +MOD_DONTDOTHAT_DESC= mod_dontdothat for Apache 2.X +NEON_DESC= WebDAV/Delta-V repo access module (neon) +SERF_DESC= WebDAV/Delta-V repo access module (serf) +MAINTAINER_DEBUG_DESC= Build debug version +SVNSERVE_WRAPPER_DESC= Enable svnserve wrapper +SVNMUCC_DESC= Install Multiple URL Command Client +SVNAUTHZ_VALIDATE_DESC= install svnauthz-validate +STATIC_DESC= Build static version (no shared libs) +GNOME_KEYRING_DESC= Build with GNOME Keyring auth support +KDE_KWALLET_DESC= Build with KDE KWallet auth support +BOOK_DESC= Install the Subversion Book +TEST_DESC= Run subversion test suite .include "Makefile.common" +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} + SVNREPOS?= /home/svn/repos SVNFSTYPE?= fsfs SUB_FILES= pkg-install \ pkg-deinstall -BOOK_VERSION= 4259 +BOOK_VERSION= 4304 .if make(repository) WITH_REPOSITORY_CREATION= yes @@ -56,17 +68,21 @@ MKREPOS_TARGET= _mkrepos .endif # Patches required for use with the FreeBSD Project repository only -.if !defined(WITHOUT_P4_STYLE_MARKERS) +.if ${PORT_OPTIONS:MP4_STYLE_MARKERS} EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-3way-conflict-markers .endif -.if !defined(WITHOUT_ENHANCED_KEYWORD) +.if ${PORT_OPTIONS:MENHANCED_KEYWORD} EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-enhanced-keyword .endif -.if !defined(WITHOUT_FREEBSD_TEMPLATE) +.if ${PORT_OPTIONS:MFREEBSD_TEMPLATE} EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-fbsd-template .endif -.if defined(WITH_SVNSERVE_WRAPPER) +.if empty(PORT_OPTIONS:MMAINTAINER_DEBUG) +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-Makefile.in +.endif + +.if ${PORT_OPTIONS:MSVNSERVE_WRAPPER} PLIST_SUB+= SVNSERVE_WRAPPER="" SUB_LIST+= SVNSERVE_BIN_EXT=".bin" EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-svnserve-wrapper @@ -75,7 +91,13 @@ PLIST_SUB+= SVNSERVE_WRAPPER="@comment " SUB_LIST+= SVNSERVE_BIN_EXT="" .endif -.if !defined(NOPORTDOCS) && defined(WITH_BOOK) +.if ${PORT_OPTIONS:MSVNMUCC} +PLIST_SUB+= SVNMUCC="" +.else +PLIST_SUB+= SVNMUCC="@comment " +.endif + +.if !defined(NOPORTDOCS) && ${PORT_OPTIONS:MBOOK} BOOK_HTML= svn-book-html-r${BOOK_VERSION}.tar.bz2 BOOK_PDF= svn-book-r${BOOK_VERSION}.pdf DISTFILES+= ${BOOK_HTML}:book ${BOOK_PDF}:book @@ -85,11 +107,11 @@ PLIST_SUB+= BOOK="@comment " .endif # testsuite will fail until PR156076 is committed -.if defined(WITH_TEST) +.if ${PORT_OPTIONS:MTEST} TEST_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 .endif -#.if defined(WITH_ASVN) +#.if ${PORT_OPTIONS:MASVN} #RUN_DEPENDS+= ${LOCALBASE}/bin/gfind:${PORTSDIR}/misc/findutils:install #PLIST_SUB+= ASVN="" #.else @@ -100,9 +122,13 @@ SCRIPTS= SCRIPTS_DATA= -.ifdef (WITH_STATIC) +.if ${PORT_OPTIONS:MSTATIC} +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= build +.endif +.if ${PORT_OPTIONS:MBDB} BDB_BUILD_DEPENDS= yes +.endif OLD_LIB_DEPENDS:= ${LIB_DEPENDS:S!^!${LOCALBASE}/lib/lib!:C!(\.[0-9]+)?:!.a:!} BUILD_DEPENDS+= ${OLD_LIB_DEPENDS} LIB_DEPENDS= @@ -110,39 +136,39 @@ LIB_DEPENDS= pre-everything:: @${ECHO_MSG} "" -.if defined(WITH_NEON) +.if ${PORT_OPTIONS:MNEON} @${ECHO_MSG} "WebDAV/Delta-V repository access module enabled." .else @${ECHO_MSG} "WebDAV/Delta-V repository access module disabled." .endif @${ECHO_MSG} "" -.if defined(WITH_BDB) +.if ${PORT_OPTIONS:MBDB} @${ECHO_MSG} "Berkeley DB (4 or 5) repository backend enabled." .else @${ECHO_MSG} "Berkeley DB (4 or 5) repository backend disabled." .endif @${ECHO_MSG} "" -.if defined(WITH_MAINTAINER_DEBUG) +.if ${PORT_OPTIONS:MMAINTAINER_DEBUG} @${ECHO_MSG} "Build debug version." @${ECHO_MSG} "" .endif -.if defined(WITH_MOD_DAV_SVN) +.if ${PORT_OPTIONS:MMOD_DAV_SVN} @${ECHO_MSG} "mod_dav_svn module for Apache 2.X enabled." .else @${ECHO_MSG} "You can enable the mod_dav_svn module for Apache 2.X" .endif @${ECHO_MSG} "" -.if defined(WITH_MOD_DONTDOTHAT) && defined(WITH_MOD_DAV_SVN) +.if ${PORT_OPTIONS:MMOD_DONTDOTHAT} && ${PORT_OPTIONS:MMOD_DAV_SVN} @${ECHO_MSG} "mod_dontdothat module for Apache 2.X enabled." .else @${ECHO_MSG} "You can enable the mod_dontdothat module for Apache 2.X" .endif @${ECHO_MSG} "" -.if defined(WITH_SVNSERVE_WRAPPER) +.if ${PORT_OPTIONS:MSVNSERVE_WRAPPER} @${ECHO_MSG} "svnserve wrapper enabled." @${ECHO_MSG} "" .endif -.if defined(WITH_SVNAUTHZ_VALIDATE) +.if ${PORT_OPTIONS:MSVNAUTHZ_VALIDATE} @${ECHO_MSG} "svnauthz-validate enabled." @${ECHO_MSG} "" .endif @@ -164,34 +190,34 @@ pre-everything:: @${ECHO_MSG} "* the above subdirectories are writable by this group" .endif @${ECHO_MSG} "" -.if !defined(NOPORTDOCS) && defined(WITH_BOOK) +.if !defined(NOPORTDOCS) && ${PORT_OPTIONS:MBOOK} @${ECHO_MSG} "Subversion Book will be installed." @${ECHO_MSG} "" .endif -#.if defined(WITH_ASVN) +#.if ${PORT_OPTIONS:MASVN} # @${ECHO_MSG} "asvn will be installed" # @${ECHO_MSG} "" #.endif -.if defined(WITH_STATIC) -.if defined(WITH_MOD_DAV_SVN) +.if ${PORT_OPTIONS:MSTATIC} +.if ${PORT_OPTIONS:MMOD_DAV_SVN} @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @${ECHO_MSG} "!!! mod_dav_svn and static build are not compatible !!!" @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @${FALSE} .endif -.if defined(WITH_SVNAUTHZ_VALIDATE) +.if ${PORT_OPTIONS:MSVNAUTHZ_VALIDATE} @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @${ECHO_MSG} "!!! svnauthz_validate and static build are not compatible !!!" @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @${FALSE} .endif -.if defined(WITH_GNOME_KEYRING) +.if ${PORT_OPTIONS:MGNOME_KEYRING} @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @${ECHO_MSG} "!!! Gnome Keyring and static build are not compatible !!!" @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @${FALSE} .endif -.if defined(WITH_KDE_WALLET) +.if ${PORT_OPTIONS:MKDE_WALLET} @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @${ECHO_MSG} "!!! KDE Wallet and static build are not compatible !!!" @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @@ -202,7 +228,7 @@ pre-everything:: @${ECHO_MSG} "Many useful scripts will be installed into ${DATADIR}" pre-configure: -.if !defined(WITHOUT_BDB) +.if ${PORT_OPTIONS:MBDB} @BDB_VERSION=`${APR_APU_DIR}/${APU_CONFIG} --db-version`; \ if [ "$${BDB_VERSION}" != "4" -a "$${BDB_VERSION}" != "5" ] ; then \ ${ECHO_MSG} "" ; \ @@ -210,34 +236,42 @@ pre-configure: ${ECHO_MSG} 'Please rebuild `'"${APR_PORT}' with option "'`'"${OPT_NAME}' and try again." ; \ ${ECHO_MSG} "" ; \ ${ECHO_MSG} "Or you can disable Berkeley DB support. Only 'fs' repository backend will be available." ; \ - ${ECHO_MSG} "To disable Berkeley DB support, define WITHOUT_BDB." ; \ ${ECHO_MSG} "" ; \ ${FALSE} ; \ fi .endif +.if ${PORT_OPTIONS:MSTATIC} + @if grep -q icui18n ${LOCALBASE}/lib/libsqlite3.la ; then \ + ${ECHO_MSG} "" ; \ + ${ECHO_MSG} "You can not build static subversion if your SQLite3 is built with ICU enabled."; \ + ${ECHO_MSG} "Please, reinstall 'devel/sqlite3' port with disabled ICU support."; \ + ${ECHO_MSG} "" ; \ + ${FALSE} ; \ + fi +.endif # takes a long time, and will fail but gives maintainer a good oversight -.if defined(WITH_TEST) +.if ${PORT_OPTIONS:MTEST} test: make check -C ${WRKSRC} .endif pre-install: -.if defined(WITH_MOD_DAV_SVN) +.if ${PORT_OPTIONS:MMOD_DAV_SVN} # activate dav_module now in pkg-install to prevent double activation. # workaround for apxs bug: https://issues.apache.org/bugzilla/show_bug.cgi?id=47397 @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL .endif post-install: ${MKREPOS_TARGET} -.if defined(WITH_MOD_DAV_SVN) +.if ${PORT_OPTIONS:MMOD_DAV_SVN} ${APXS} -e -S LIBEXECDIR=${PREFIX}/${APACHEMODDIR} -a -n dav_svn ${PREFIX}/${APACHEMODDIR}/mod_dav_svn.so ${APXS} -e -S LIBEXECDIR=${PREFIX}/${APACHEMODDIR} -a -n authz_svn ${PREFIX}/${APACHEMODDIR}/mod_authz_svn.so -.if defined(WITH_MOD_DONTDOTHAT) +.if ${PORT_OPTIONS:MMOD_DONTDOTHAT} ${APXS} -e -S LIBEXECDIR=${PREFIX}/${APACHEMODDIR} -a -n dontdothat ${PREFIX}/${APACHEMODDIR}/mod_dontdothat.so .endif .endif -.if defined(WITH_SVNAUTHZ_VALIDATE) +.if ${PORT_OPTIONS:MSVNAUTHZ_VALIDATE} ${LIBTOOL} --mode=install ${INSTALL} ${COPY} ${_BINOWNGRP} -m ${BINMODE} ${WRKSRC}/tools/server-side/svnauthz-validate ${PREFIX}/bin .endif @${MKDIR} ${DATADIR} @@ -251,29 +285,32 @@ post-install: ${MKREPOS_TARGET} for f in ${TXT_DOCS}; do \ ${INSTALL_MAN} ${WRKSRC}/$$f ${DOCSDIR}; \ done -.if defined(WITH_BOOK) +.if ${PORT_OPTIONS:MBOOK} ${TAR} -xof ${DISTDIR}/${DIST_SUBDIR}/${BOOK_HTML} -C ${DOCSDIR} - ${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/${BOOK_PDF} ${DOCSDIR} + ${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/${BOOK_PDF} ${DOCSDIR}/svn-book.pdf .endif .endif -.if defined(WITH_ASVN) +.if ${PORT_OPTIONS:MASVN} ${INSTALL_SCRIPT} ${WRKSRC}/contrib/client-side/asvn ${PREFIX}/bin .endif -.if defined(WITH_SVNSERVE_WRAPPER) +.if ${PORT_OPTIONS:MSVNSERVE_WRAPPER} @${INSTALL_SCRIPT} ${FILESDIR}/svnserve.wrapper ${PREFIX}/bin/svnserve .endif +.if ${PORT_OPTIONS:MSVNMUCC} + @${INSTALL} ${WRKSRC}/tools/client-side/svnmucc/.libs/svnmucc ${PREFIX}/bin +.endif repository: _mkrepos _SVNGRPFILES= db locks locks/db.lock locks/db-logs.lock -.if defined(WITH_MOD_DAV_SVN) +.if ${PORT_OPTIONS:MMOD_DAV_SVN} _SVNGRPFILES+= dav .endif SVNGRPFILES= ${_SVNGRPFILES:S,^,${SVNREPOS}/,} _mkrepos: .USE .if !exists(${SVNREPOS}) -.if defined(WITH_SVNSERVE_WRAPPER) +.if ${PORT_OPTIONS:MSVNSERVE_WRAPPER} @if /usr/sbin/pw groupshow "${SVNGROUP}" >/dev/null 2>&1; then \ ${ECHO_MSG} "You already have a group \"${SVNGROUP}\", so I will use it."; \ else \ @@ -301,8 +338,8 @@ _mkrepos: .USE .endif @${MKDIR} ${SVNREPOS} @${PREFIX}/bin/svnadmin create --fs-type ${SVNFSTYPE} ${SVNREPOS} -.if defined(WITH_SVNSERVE_WRAPPER) -.if defined(WITH_MOD_DAV_SVN) +.if ${PORT_OPTIONS:MSVNSERVE_WRAPPER} +.if ${PORT_OPTIONS:MMOD_DAV_SVN} @${MKDIR} ${SVNREPOS}/dav .endif @${CHOWN} ${SVNUSER}:${SVNGROUP} ${SVNGRPFILES} Modified: head/devel/subversion/Makefile.common ============================================================================== --- head/devel/subversion/Makefile.common Fri Sep 14 14:35:49 2012 (r304272) +++ head/devel/subversion/Makefile.common Fri Sep 14 14:59:58 2012 (r304273) @@ -5,12 +5,12 @@ # $FreeBSD$ PORTNAME= subversion -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6 #PORTREVISION?= 1 CATEGORIES+= devel MASTER_SITES= ${MASTER_SITE_APACHE:S/$/:main/} \ ${MASTER_SITE_LOCAL:S/$/:book/} -DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:main +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main DIST_SUBDIR= subversion17 MASTER_SITE_SUBDIR= subversion/:main \ lev/:book @@ -42,7 +42,7 @@ OPTIONS= # Dirty hack: if OPTIONS is no .include # Default is "on" -.if !defined(WITHOUT_NEON) +.if ${PORT_OPTIONS:MNEON} LIB_DEPENDS+= neon.27:${PORTSDIR}/www/neon29 PLIST_SUB+= NEON="" .else @@ -50,7 +50,7 @@ CONFIGURE_ARGS+=--without-neon PLIST_SUB+= NEON="@comment " .endif -.if defined(WITH_SASL) +.if ${PORT_OPTIONS:MSASL} LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 CONFIGURE_ARGS+=--with-sasl=${LOCALBASE} PLIST_SUB+= SASL="" @@ -60,7 +60,7 @@ PLIST_SUB+= SASL="@comment " .endif # Default is "on" -.if !defined(WITHOUT_BDB) +.if ${PORT_OPTIONS:MBDB} USE_BDB= 42+ PLIST_SUB+= BDB="" .else @@ -68,18 +68,18 @@ CONFIGURE_ARGS+=--without-berkeley-db PLIST_SUB+= BDB="@comment " .endif -.if defined(WITH_MOD_DONTDOTHAT) && defined(WITHOUT_MOD_DAV_SVN) +.if ${PORT_OPTIONS:MMOD_DONTDOTHAT} && empty(PORT_OPTIONS:MMOD_DAV_SVN) IGNORE= to build mod_dontdothat option mod_dav_svn is required .endif -.if defined(WITH_MOD_DAV_SVN) +.if ${PORT_OPTIONS:MMOD_DAV_SVN} WITH_APACHE= yes CONFIGURE_ARGS+=--with-apxs=${APXS} PLIST_SUB+= MOD_DAV_SVN="" SUB_LIST+= MOD_DAV_SVN_INSTALL="YES" SVNGROUP?= www SVNUSER?= www -.if defined(WITH_MOD_DONTDOTHAT) +.if ${PORT_OPTIONS:MMOD_DONTDOTHAT} PLIST_SUB+= MOD_DONTDOTHAT="" .else PLIST_SUB+= MOD_DONTDOTHAT="@comment " @@ -111,14 +111,14 @@ APU_CONFIG= ${LOCALBASE}/bin/apu-1-con CONFIGURE_ARGS+= --with-apr=${APR_CONFIG} --with-apr-util=${APU_CONFIG} -.if defined(WITH_SVNAUTHZ_VALIDATE) +.if ${PORT_OPTIONS:MSVNAUTHZ_VALIDATE} APR_INCLUDE_DIR!= ${APR_CONFIG} --includedir PLIST_SUB+= SVNAUTHZ_VALIDATE="" .else PLIST_SUB+= SVNAUTHZ_VALIDATE="@comment " .endif -.if defined(WITH_SERF) +.if ${PORT_OPTIONS:MSERF} LIB_DEPENDS+= serf-1:${PORTSDIR}/www/serf CONFIGURE_ARGS+=--with-serf=${LOCALBASE} PLIST_SUB+= SERF="" @@ -131,7 +131,7 @@ LIB_DEPENDS+= svn_client-1:${PORTSDIR}/d .endif # KWallet requires NLS to be enabled. -.if !defined(WITHOUT_NLS) || defined(WITH_KDE_KWALLET) +.if ${PORT_OPTIONS:MNLS} || ${PORT_OPTIONS:MKDE_KWALLET} USE_GETTEXT= yes PLIST_SUB+= WITHOUT_GETTEXT="" .else @@ -143,19 +143,19 @@ PLIST_SUB+= WITHOUT_GETTEXT="@comment " CFLAGS+= -fpic -DPIC .endif -.if defined(WITH_MAINTAINER_DEBUG) +.if ${PORT_OPTIONS:MMAINTAINER_DEBUG} CONFIGURE_ARGS+=--enable-maintainer-mode --enable-debug CFLAGS+= -g .endif -.if defined(WITH_STATIC) +.if ${PORT_OPTIONS:MSTATIC} CONFIGURE_ARGS+=--enable-all-static PLIST_SUB+= DYNAMIC_ENABLED="@comment " .else PLIST_SUB+= DYNAMIC_ENABLED="" .endif -.if defined(WITH_GNOME_KEYRING) +.if ${PORT_OPTIONS:MGNOME_KEYRING} LIB_DEPENDS+= gnome-keyring.0:${PORTSDIR}/security/gnome-keyring CONFIGURE_ARGS+=--with-gnome-keyring PLIST_SUB+= GNOME_KEYRING="" @@ -164,7 +164,7 @@ CONFIGURE_ARGS+=--without-gnome-keyring PLIST_SUB+= GNOME_KEYRING="@comment " .endif -.if defined(WITH_KDE_KWALLET) +.if ${PORT_OPTIONS:MKDE_KWALLET} USE_KDE4= kdelibs runtime CONFIGURE_ARGS+=--with-kwallet=${KDE4_PREFIX} PLIST_SUB+= KDE_KWALLET="" @@ -177,7 +177,7 @@ PLIST_SUB+= KDE_KWALLET="@comment " pre-everything:: .if defined(SVN_BUILD_BINDINGS) -.if defined(WITH_STATIC) +.if ${PORT_OPTIONS:MSTATIC} @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @${ECHO_MSG} "!!! bindings and static build are not compatible !!!" @${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" Modified: head/devel/subversion/distinfo ============================================================================== --- head/devel/subversion/distinfo Fri Sep 14 14:35:49 2012 (r304272) +++ head/devel/subversion/distinfo Fri Sep 14 14:59:58 2012 (r304273) @@ -1,6 +1,6 @@ -SHA256 (subversion17/subversion-1.7.5.tar.bz2) = cb23ccd08b0c1f0c66fdcda773265e404d95f378493ba64b49dbaaf54ae44aec -SIZE (subversion17/subversion-1.7.5.tar.bz2) = 6002955 -SHA256 (subversion17/svn-book-html-r4259.tar.bz2) = f02b64ad255b507325a960586225d721e086ec6f2a1843214202814e7fee3ac3 -SIZE (subversion17/svn-book-html-r4259.tar.bz2) = 467637 -SHA256 (subversion17/svn-book-r4259.pdf) = c091c598b2964f9692f3b3ffb7585c14f7d4e70793dd7e0fb862e30d9a98d289 -SIZE (subversion17/svn-book-r4259.pdf) = 1921400 +SHA256 (subversion17/subversion-1.7.6.tar.bz2) = d1a4f13c5c992a1527a2aeac262c6f54e073963ce1d13abfabb2a90980fa7d05 +SIZE (subversion17/subversion-1.7.6.tar.bz2) = 6006767 +SHA256 (subversion17/svn-book-html-r4304.tar.bz2) = a63d958b1ae70daf2ac93a53ece70a0ba0f8f7de7af3f74a665fe44b8f50ca14 +SIZE (subversion17/svn-book-html-r4304.tar.bz2) = 467806 +SHA256 (subversion17/svn-book-r4304.pdf) = 1b2cada79db8268fd6cd55fac4e5ee04c1e2977bbc587fa1098bd3613b9689b2 +SIZE (subversion17/svn-book-r4304.pdf) = 1921443 Modified: head/devel/subversion/files/build-outputs.mk ============================================================================== --- head/devel/subversion/files/build-outputs.mk Fri Sep 14 14:35:49 2012 (r304272) +++ head/devel/subversion/files/build-outputs.mk Fri Sep 14 14:59:58 2012 (r304273) @@ -825,7 +825,7 @@ subversion/tests/libsvn_delta/window-tes # Section 6: Install-Group build targets ######################################## -apache-mod: subversion/mod_authz_svn/mod_authz_svn.la subversion/mod_dav_svn/mod_dav_svn.la tools/server-side/mod_dontdothat/mod_dontdothat.la +apache-mod: subversion/mod_authz_svn/mod_authz_svn.la subversion/mod_dav_svn/mod_dav_svn.la bdb-lib: subversion/libsvn_fs_base/libsvn_fs_base-1.la @@ -877,23 +877,22 @@ swig-rb-lib: subversion/bindings/swig/ru test: subversion/tests/cmdline/atomic-ra-revprop-change$(EXEEXT) subversion/tests/libsvn_subr/auth-test$(EXEEXT) subversion/tests/libsvn_subr/cache-test$(EXEEXT) subversion/tests/libsvn_subr/checksum-test$(EXEEXT) subversion/tests/libsvn_client/client-test$(EXEEXT) subversion/tests/libsvn_subr/compat-test$(EXEEXT) subversion/tests/libsvn_subr/config-test$(EXEEXT) subversion/tests/libsvn_wc/db-test$(EXEEXT) subversion/tests/libsvn_diff/diff-diff3-test$(EXEEXT) subversion/tests/libsvn_subr/dirent_uri-test$(EXEEXT) subversion/tests/libsvn_wc/entries-compat-test$(EXEEXT) subversion/tests/cmdline/entries-dump$(EXEEXT) subversion/tests/libsvn_subr/error-test$(EXEEXT) subversion/tests/libsvn_fs_fs/fs-pack-test$(EXEEXT) subversion/tests/libsvn_fs/fs-test$(EXEEXT) subversion/tests/libsvn_subr/hashdump-test$(EXEEXT) subversion/tests/libsvn_test-1.la subversion/tests/libsvn_fs/locks-test$(EXEEXT) subversion/tests/libsvn_subr/mergeinfo-test$(EXEEXT) subversion/tests/libsvn_wc/op-depth-test$(EXE EXT) subversion/tests/libsvn_subr/opt-test$(EXEEXT) subversion/tests/libsvn_diff/parse-diff-test$(EXEEXT) subversion/tests/libsvn_subr/path-test$(EXEEXT) subversion/tests/libsvn_wc/pristine-store-test$(EXEEXT) subversion/tests/libsvn_ra_local/ra-local-test$(EXEEXT) subversion/tests/libsvn_delta/random-test$(EXEEXT) subversion/tests/libsvn_repos/repos-test$(EXEEXT) subversion/tests/libsvn_subr/revision-test$(EXEEXT) subversion/tests/libsvn_subr/skel-test$(EXEEXT) subversion/tests/libsvn_subr/stream-test$(EXEEXT) subversion/tests/libsvn_subr/string-test$(EXEEXT) subversion/tests/libsvn_subr/subst_translate-test$(EXEEXT) subversion/tests/libsvn_delta/svndiff-test$(EXEEXT) subversion/tests/libsvn_subr/target-test$(EXEEXT) subversion/tests/libsvn_subr/time-test$(EXEEXT) subversion/tests/libsvn_subr/translate-test$(EXEEXT) subversion/tests/libsvn_wc/tree-conflict-data-test$(EXEEXT) subversion/tests/libsvn_subr/utf-test$(EXEEXT) subversion/tests/libsvn_delta/vdelta-test$(EXEEXT) subversion /tests/libsvn_wc/wc-incomplete-tester$(EXEEX! T) subversion/tests/libsvn_wc/wc-lock-tester$(EXEEXT) subversion/tests/libsvn_delta/window-test$(EXEEXT) -tools: tools/diff/diff$(EXEEXT) tools/diff/diff3$(EXEEXT) tools/diff/diff4$(EXEEXT) tools/server-side/svn-populate-node-origins-index$(EXEEXT) tools/server-side/svn-rep-sharing-stats$(EXEEXT) tools/server-side/svnauthz-validate$(EXEEXT) tools/client-side/svnmucc/svnmucc$(EXEEXT) tools/dev/svnraisetreeconflict/svnraisetreeconflict$(EXEEXT) +tools: tools/diff/diff$(EXEEXT) tools/diff/diff3$(EXEEXT) tools/diff/diff4$(EXEEXT) tools/server-side/mod_dontdothat/mod_dontdothat.la tools/server-side/svn-populate-node-origins-index$(EXEEXT) tools/server-side/svn-rep-sharing-stats$(EXEEXT) tools/server-side/svnauthz-validate$(EXEEXT) tools/client-side/svnmucc/svnmucc$(EXEEXT) tools/dev/svnraisetreeconflict/svnraisetreeconflict$(EXEEXT) ######################################## # Section 7: Install-Group install targets ######################################## -install-mods-shared: subversion/mod_dav_svn/mod_dav_svn.la subversion/mod_authz_svn/mod_authz_svn.la tools/server-side/mod_dontdothat/mod_dontdothat.la +install-mods-shared: subversion/mod_dav_svn/mod_dav_svn.la subversion/mod_authz_svn/mod_authz_svn.la cd subversion/mod_dav_svn ; $(MKDIR) "$(APACHE_LIBEXECDIR)" ; $(INSTALL_MOD_SHARED) -n dav_svn mod_dav_svn.la cd subversion/mod_authz_svn ; $(MKDIR) "$(APACHE_LIBEXECDIR)" ; $(INSTALL_MOD_SHARED) -n authz_svn mod_authz_svn.la - cd tools/server-side/mod_dontdothat ; $(MKDIR) "$(APACHE_LIBEXECDIR)" ; $(INSTALL_MOD_SHARED) -n dontdothat mod_dontdothat.la -install-bdb-lib: subversion/libsvn_fs_base/libsvn_fs_base-1.la +install-bdb-lib: subversion/libsvn_fs_base/libsvn_fs_base-1.la $(MKDIR) $(DESTDIR)$(bdb_libdir) cd subversion/libsvn_fs_base ; $(INSTALL_BDB_LIB) libsvn_fs_base-1.la $(DESTDIR)$(bdb_libdir)/libsvn_fs_base-1.la -install-bin: subversion/svn/svn$(EXEEXT) subversion/svnadmin/svnadmin$(EXEEXT) subversion/svndumpfilter/svndumpfilter$(EXEEXT) subversion/svnlook/svnlook$(EXEEXT) subversion/svnrdump/svnrdump$(EXEEXT) subversion/svnserve/svnserve$(EXEEXT) subversion/svnsync/svnsync$(EXEEXT) subversion/svnversion/svnversion$(EXEEXT) +install-bin: subversion/svn/svn$(EXEEXT) subversion/svnadmin/svnadmin$(EXEEXT) subversion/svndumpfilter/svndumpfilter$(EXEEXT) subversion/svnlook/svnlook$(EXEEXT) subversion/svnrdump/svnrdump$(EXEEXT) subversion/svnserve/svnserve$(EXEEXT) subversion/svnsync/svnsync$(EXEEXT) subversion/svnversion/svnversion$(EXEEXT) $(MKDIR) $(DESTDIR)$(bindir) cd subversion/svn ; $(INSTALL_BIN) svn$(EXEEXT) $(DESTDIR)$(bindir)/svn$(EXEEXT) cd subversion/svnadmin ; $(INSTALL_BIN) svnadmin$(EXEEXT) $(DESTDIR)$(bindir)/svnadmin$(EXEEXT) @@ -904,62 +903,62 @@ install-bin: subversion/svn/svn$(EXEEXT) cd subversion/svnsync ; $(INSTALL_BIN) svnsync$(EXEEXT) $(DESTDIR)$(bindir)/svnsync$(EXEEXT) cd subversion/svnversion ; $(INSTALL_BIN) svnversion$(EXEEXT) $(DESTDIR)$(bindir)/svnversion$(EXEEXT) -install-fsmod-lib: subversion/libsvn_subr/libsvn_subr-1.la subversion/libsvn_delta/libsvn_delta-1.la subversion/libsvn_fs_util/libsvn_fs_util-1.la subversion/libsvn_fs_fs/libsvn_fs_fs-1.la +install-fsmod-lib: subversion/libsvn_subr/libsvn_subr-1.la subversion/libsvn_delta/libsvn_delta-1.la subversion/libsvn_fs_util/libsvn_fs_util-1.la subversion/libsvn_fs_fs/libsvn_fs_fs-1.la $(MKDIR) $(DESTDIR)$(fsmod_libdir) cd subversion/libsvn_subr ; $(INSTALL_FSMOD_LIB) libsvn_subr-1.la $(DESTDIR)$(fsmod_libdir)/libsvn_subr-1.la cd subversion/libsvn_delta ; $(INSTALL_FSMOD_LIB) libsvn_delta-1.la $(DESTDIR)$(fsmod_libdir)/libsvn_delta-1.la cd subversion/libsvn_fs_util ; $(INSTALL_FSMOD_LIB) libsvn_fs_util-1.la $(DESTDIR)$(fsmod_libdir)/libsvn_fs_util-1.la cd subversion/libsvn_fs_fs ; $(INSTALL_FSMOD_LIB) libsvn_fs_fs-1.la $(DESTDIR)$(fsmod_libdir)/libsvn_fs_fs-1.la -install-gnome-keyring-lib: subversion/libsvn_auth_gnome_keyring/libsvn_auth_gnome_keyring-1.la +install-gnome-keyring-lib: subversion/libsvn_auth_gnome_keyring/libsvn_auth_gnome_keyring-1.la $(MKDIR) $(DESTDIR)$(gnome_keyring_libdir) cd subversion/libsvn_auth_gnome_keyring ; $(INSTALL_GNOME_KEYRING_LIB) libsvn_auth_gnome_keyring-1.la $(DESTDIR)$(gnome_keyring_libdir)/libsvn_auth_gnome_keyring-1.la -install-javahl-callback-javah: +install-javahl-callback-javah: $(MKDIR) $(DESTDIR)$(javahl_callback_javahdir) $(INSTALL_EXTRA_JAVAHL_CALLBACK_JAVAH) -install-javahl-compat-java: +install-javahl-compat-java: $(MKDIR) $(DESTDIR)$(javahl_compat_javadir) $(INSTALL_EXTRA_JAVAHL_COMPAT_JAVA) -install-javahl-compat-tests: +install-javahl-compat-tests: $(MKDIR) $(DESTDIR)$(javahl_compat_testsdir) $(INSTALL_EXTRA_JAVAHL_COMPAT_TESTS) -install-javahl-java: +install-javahl-java: $(MKDIR) $(DESTDIR)$(javahl_javadir) $(INSTALL_EXTRA_JAVAHL_JAVA) -install-javahl-javah: +install-javahl-javah: $(MKDIR) $(DESTDIR)$(javahl_javahdir) $(INSTALL_EXTRA_JAVAHL_JAVAH) -install-javahl-lib: subversion/bindings/javahl/native/libsvnjavahl-1.la +install-javahl-lib: subversion/bindings/javahl/native/libsvnjavahl-1.la $(MKDIR) $(DESTDIR)$(javahl_libdir) cd subversion/bindings/javahl/native ; $(INSTALL_JAVAHL_LIB) libsvnjavahl-1.la $(DESTDIR)$(javahl_libdir)/libsvnjavahl-1.la $(INSTALL_EXTRA_JAVAHL_LIB) -install-javahl-tests: +install-javahl-tests: $(MKDIR) $(DESTDIR)$(javahl_testsdir) $(INSTALL_EXTRA_JAVAHL_TESTS) -install-javahl-types-javah: +install-javahl-types-javah: $(MKDIR) $(DESTDIR)$(javahl_types_javahdir) $(INSTALL_EXTRA_JAVAHL_TYPES_JAVAH) -install-kwallet-lib: subversion/libsvn_auth_kwallet/libsvn_auth_kwallet-1.la +install-kwallet-lib: subversion/libsvn_auth_kwallet/libsvn_auth_kwallet-1.la $(MKDIR) $(DESTDIR)$(kwallet_libdir) cd subversion/libsvn_auth_kwallet ; $(INSTALL_KWALLET_LIB) libsvn_auth_kwallet-1.la $(DESTDIR)$(kwallet_libdir)/libsvn_auth_kwallet-1.la -install-lib: subversion/libsvn_diff/libsvn_diff-1.la subversion/libsvn_ra/libsvn_ra-1.la subversion/libsvn_wc/libsvn_wc-1.la subversion/libsvn_client/libsvn_client-1.la +install-lib: subversion/libsvn_diff/libsvn_diff-1.la subversion/libsvn_ra/libsvn_ra-1.la subversion/libsvn_wc/libsvn_wc-1.la subversion/libsvn_client/libsvn_client-1.la $(MKDIR) $(DESTDIR)$(libdir) cd subversion/libsvn_diff ; $(INSTALL_LIB) libsvn_diff-1.la $(DESTDIR)$(libdir)/libsvn_diff-1.la cd subversion/libsvn_ra ; $(INSTALL_LIB) libsvn_ra-1.la $(DESTDIR)$(libdir)/libsvn_ra-1.la cd subversion/libsvn_wc ; $(INSTALL_LIB) libsvn_wc-1.la $(DESTDIR)$(libdir)/libsvn_wc-1.la cd subversion/libsvn_client ; $(INSTALL_LIB) libsvn_client-1.la $(DESTDIR)$(libdir)/libsvn_client-1.la -install-locale: subversion/po/de.mo subversion/po/es.mo subversion/po/fr.mo subversion/po/it.mo subversion/po/ja.mo subversion/po/ko.mo subversion/po/nb.mo subversion/po/pl.mo subversion/po/pt_BR.mo subversion/po/sv.mo subversion/po/zh_CN.mo subversion/po/zh_TW.mo +install-locale: subversion/po/de.mo subversion/po/es.mo subversion/po/fr.mo subversion/po/it.mo subversion/po/ja.mo subversion/po/ko.mo subversion/po/nb.mo subversion/po/pl.mo subversion/po/pt_BR.mo subversion/po/sv.mo subversion/po/zh_CN.mo subversion/po/zh_TW.mo $(MKDIR) $(DESTDIR)$(localedir) $(MKDIR) $(DESTDIR)$(localedir)/de/LC_MESSAGES cd subversion/po ; $(INSTALL_LOCALE) de.mo $(DESTDIR)$(localedir)/de/LC_MESSAGES/$(PACKAGE_NAME).mo @@ -986,26 +985,26 @@ install-locale: subversion/po/de.mo subv $(MKDIR) $(DESTDIR)$(localedir)/zh_TW/LC_MESSAGES cd subversion/po ; $(INSTALL_LOCALE) zh_TW.mo $(DESTDIR)$(localedir)/zh_TW/LC_MESSAGES/$(PACKAGE_NAME).mo -install-neon-lib: subversion/libsvn_ra_neon/libsvn_ra_neon-1.la +install-neon-lib: subversion/libsvn_ra_neon/libsvn_ra_neon-1.la $(MKDIR) $(DESTDIR)$(neon_libdir) cd subversion/libsvn_ra_neon ; $(INSTALL_NEON_LIB) libsvn_ra_neon-1.la $(DESTDIR)$(neon_libdir)/libsvn_ra_neon-1.la -install-ramod-lib: subversion/libsvn_fs/libsvn_fs-1.la subversion/libsvn_ra_svn/libsvn_ra_svn-1.la subversion/libsvn_repos/libsvn_repos-1.la subversion/libsvn_ra_local/libsvn_ra_local-1.la +install-ramod-lib: subversion/libsvn_fs/libsvn_fs-1.la subversion/libsvn_ra_svn/libsvn_ra_svn-1.la subversion/libsvn_repos/libsvn_repos-1.la subversion/libsvn_ra_local/libsvn_ra_local-1.la $(MKDIR) $(DESTDIR)$(ramod_libdir) cd subversion/libsvn_fs ; $(INSTALL_RAMOD_LIB) libsvn_fs-1.la $(DESTDIR)$(ramod_libdir)/libsvn_fs-1.la cd subversion/libsvn_ra_svn ; $(INSTALL_RAMOD_LIB) libsvn_ra_svn-1.la $(DESTDIR)$(ramod_libdir)/libsvn_ra_svn-1.la cd subversion/libsvn_repos ; $(INSTALL_RAMOD_LIB) libsvn_repos-1.la $(DESTDIR)$(ramod_libdir)/libsvn_repos-1.la cd subversion/libsvn_ra_local ; $(INSTALL_RAMOD_LIB) libsvn_ra_local-1.la $(DESTDIR)$(ramod_libdir)/libsvn_ra_local-1.la -install-serf-lib: subversion/libsvn_ra_serf/libsvn_ra_serf-1.la +install-serf-lib: subversion/libsvn_ra_serf/libsvn_ra_serf-1.la $(MKDIR) $(DESTDIR)$(serf_libdir) cd subversion/libsvn_ra_serf ; $(INSTALL_SERF_LIB) libsvn_ra_serf-1.la $(DESTDIR)$(serf_libdir)/libsvn_ra_serf-1.la -install-swig-pl-lib: subversion/bindings/swig/perl/libsvn_swig_perl/libsvn_swig_perl-1.la +install-swig-pl-lib: subversion/bindings/swig/perl/libsvn_swig_perl/libsvn_swig_perl-1.la $(MKDIR) $(DESTDIR)$(swig_pl_libdir) cd subversion/bindings/swig/perl/libsvn_swig_perl ; $(INSTALL_SWIG_PL_LIB) libsvn_swig_perl-1.la $(DESTDIR)$(swig_pl_libdir)/libsvn_swig_perl-1.la -install-swig-py: subversion/bindings/swig/python/_core.la subversion/bindings/swig/python/_client.la subversion/bindings/swig/python/_delta.la subversion/bindings/swig/python/_diff.la subversion/bindings/swig/python/_fs.la subversion/bindings/swig/python/_ra.la subversion/bindings/swig/python/_repos.la subversion/bindings/swig/python/_wc.la +install-swig-py: subversion/bindings/swig/python/_core.la subversion/bindings/swig/python/_client.la subversion/bindings/swig/python/_delta.la subversion/bindings/swig/python/_diff.la subversion/bindings/swig/python/_fs.la subversion/bindings/swig/python/_ra.la subversion/bindings/swig/python/_repos.la subversion/bindings/swig/python/_wc.la $(MKDIR) $(DESTDIR)$(swig_pydir) cd subversion/bindings/swig/python ; $(INSTALL_SWIG_PY) _core.la $(DESTDIR)$(swig_pydir)/_core.la cd subversion/bindings/swig/python ; $(INSTALL_SWIG_PY) _client.la $(DESTDIR)$(swig_pydir)/_client.la @@ -1017,11 +1016,11 @@ install-swig-py: subversion/bindings/swi cd subversion/bindings/swig/python ; $(INSTALL_SWIG_PY) _wc.la $(DESTDIR)$(swig_pydir)/_wc.la $(INSTALL_EXTRA_SWIG_PY) -install-swig-py-lib: subversion/bindings/swig/python/libsvn_swig_py/libsvn_swig_py-1.la +install-swig-py-lib: subversion/bindings/swig/python/libsvn_swig_py/libsvn_swig_py-1.la $(MKDIR) $(DESTDIR)$(swig_py_libdir) cd subversion/bindings/swig/python/libsvn_swig_py ; $(INSTALL_SWIG_PY_LIB) libsvn_swig_py-1.la $(DESTDIR)$(swig_py_libdir)/libsvn_swig_py-1.la -install-swig-rb: subversion/bindings/swig/ruby/core.la subversion/bindings/swig/ruby/client.la subversion/bindings/swig/ruby/delta.la subversion/bindings/swig/ruby/diff.la subversion/bindings/swig/ruby/fs.la subversion/bindings/swig/ruby/ra.la subversion/bindings/swig/ruby/repos.la subversion/bindings/swig/ruby/wc.la +install-swig-rb: subversion/bindings/swig/ruby/core.la subversion/bindings/swig/ruby/client.la subversion/bindings/swig/ruby/delta.la subversion/bindings/swig/ruby/diff.la subversion/bindings/swig/ruby/fs.la subversion/bindings/swig/ruby/ra.la subversion/bindings/swig/ruby/repos.la subversion/bindings/swig/ruby/wc.la $(MKDIR) $(DESTDIR)$(swig_rbdir) cd subversion/bindings/swig/ruby ; $(INSTALL_SWIG_RB) core.la $(DESTDIR)$(swig_rbdir)/core.la cd subversion/bindings/swig/ruby ; $(INSTALL_SWIG_RB) client.la $(DESTDIR)$(swig_rbdir)/client.la @@ -1033,11 +1032,11 @@ install-swig-rb: subversion/bindings/swi cd subversion/bindings/swig/ruby ; $(INSTALL_SWIG_RB) wc.la $(DESTDIR)$(swig_rbdir)/wc.la $(INSTALL_EXTRA_SWIG_RB) -install-swig-rb-lib: subversion/bindings/swig/ruby/libsvn_swig_ruby/libsvn_swig_ruby-1.la +install-swig-rb-lib: subversion/bindings/swig/ruby/libsvn_swig_ruby/libsvn_swig_ruby-1.la $(MKDIR) $(DESTDIR)$(swig_rb_libdir) cd subversion/bindings/swig/ruby/libsvn_swig_ruby ; $(INSTALL_SWIG_RB_LIB) libsvn_swig_ruby-1.la $(DESTDIR)$(swig_rb_libdir)/libsvn_swig_ruby-1.la -install-tools: tools/diff/diff$(EXEEXT) tools/diff/diff3$(EXEEXT) tools/diff/diff4$(EXEEXT) tools/server-side/svn-populate-node-origins-index$(EXEEXT) tools/server-side/svn-rep-sharing-stats$(EXEEXT) tools/server-side/svnauthz-validate$(EXEEXT) tools/client-side/svnmucc/svnmucc$(EXEEXT) tools/dev/svnraisetreeconflict/svnraisetreeconflict$(EXEEXT) +install-tools: tools/diff/diff$(EXEEXT) tools/diff/diff3$(EXEEXT) tools/diff/diff4$(EXEEXT) tools/server-side/svn-populate-node-origins-index$(EXEEXT) tools/server-side/svn-rep-sharing-stats$(EXEEXT) tools/server-side/svnauthz-validate$(EXEEXT) tools/client-side/svnmucc/svnmucc$(EXEEXT) tools/dev/svnraisetreeconflict/svnraisetreeconflict$(EXEEXT) tools/server-side/mod_dontdothat/mod_dontdothat.la $(MKDIR) $(DESTDIR)$(toolsdir) cd tools/diff ; $(INSTALL_TOOLS) diff$(EXEEXT) $(DESTDIR)$(toolsdir)/diff$(EXEEXT) cd tools/diff ; $(INSTALL_TOOLS) diff3$(EXEEXT) $(DESTDIR)$(toolsdir)/diff3$(EXEEXT) @@ -1047,6 +1046,7 @@ install-tools: tools/diff/diff$(EXEEXT) cd tools/server-side ; $(INSTALL_TOOLS) svnauthz-validate$(EXEEXT) $(DESTDIR)$(toolsdir)/svnauthz-validate$(EXEEXT) cd tools/client-side/svnmucc ; $(INSTALL_TOOLS) svnmucc$(EXEEXT) $(DESTDIR)$(toolsdir)/svnmucc$(EXEEXT) cd tools/dev/svnraisetreeconflict ; $(INSTALL_TOOLS) svnraisetreeconflict$(EXEEXT) $(DESTDIR)$(toolsdir)/svnraisetreeconflict$(EXEEXT) + cd tools/server-side/mod_dontdothat ; $(MKDIR) "$(APACHE_LIBEXECDIR)" ; $(INSTALL_MOD_SHARED) -n dontdothat mod_dontdothat.la ######################################## @@ -2314,7 +2314,7 @@ subversion/libsvn_wc/relocate.lo: subver subversion/libsvn_wc/revision_status.lo: subversion/libsvn_wc/revision_status.c subversion/include/private/svn_debug.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.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_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.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_wc/props.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/svn_private_config.h -subversion/libsvn_wc/status.lo: subversion/libsvn_wc/status.c subversion/include/private/svn_debug.h subversion/include/private/svn_fspath.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.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_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_subst.h subversion/include/svn_time.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_wc/entries.h subversion/libsvn_wc/props.h subversion /libsvn_wc/translate.h subversion/libsvn_wc/tree_conflicts.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/svn_private_config.h +subversion/libsvn_wc/status.lo: subversion/libsvn_wc/status.c subversion/include/private/svn_debug.h subversion/include/private/svn_fspath.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.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_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_wc.h subversion/libsvn_wc/entries.h subversi on/libsvn_wc/props.h subversion/libsvn_wc/translate.h subversion/libsvn_wc/tree_conflicts.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db.h subversion/svn_private_config.h subversion/libsvn_wc/translate.lo: subversion/libsvn_wc/translate.c subversion/include/private/svn_debug.h subversion/include/private/svn_skel.h subversion/include/private/svn_sqlite.h subversion/include/private/svn_subst_private.h subversion/include/private/svn_token.h subversion/include/private/svn_wc_private.h subversion/include/svn_auth.h subversion/include/svn_checksum.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_io.h subversion/include/svn_mergeinfo.h subversion/include/svn_opt.h subversion/include/svn_path.h subversion/include/svn_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/libsvn_wc/adm_files.h subversion/libsvn_wc/props.h subversion/libsvn_wc/translate.h subversion/libsvn_wc/wc.h subversion/libsvn_wc/wc_db. h subversion/svn_private_config.h @@ -2483,11 +2483,11 @@ subversion/svn/propdel-cmd.lo: subversio subversion/svn/propedit-cmd.lo: subversion/svn/propedit-cmd.c subversion/include/private/svn_debug.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_cmdline.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_utf.h subversion/include/svn_wc.h subversion/svn/cl.h subversion/svn_private_config.h -subversion/svn/propget-cmd.lo: subversion/svn/propget-cmd.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_client.h subversion/include/svn_cmdline.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_types.h subversion/include/svn_utf.h subversion/include/svn_wc.h subversion/include/svn_xml.h subversion/svn/cl.h subversion/svn_private_config.h +subversion/svn/propget-cmd.lo: subversion/svn/propget-cmd.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_client.h subversion/include/svn_cmdline.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_sorts.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_utf.h subversion/include/svn_wc.h subversion/include/svn_xml.h subversion/svn/cl.h subversion/svn_private_config.h subversion/svn/proplist-cmd.lo: subversion/svn/proplist-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_cmdline.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_ra.h subversion/include/svn_string.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/include/svn_xml.h subversion/svn/cl.h subversion/svn_private_config.h -subversion/svn/props.lo: subversion/svn/props.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_base64.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_cmdline.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_props.h subversion/include/svn_ra.h subversion/include/svn_string.h subversion/include/svn_subst.h subversion/include/svn_types.h subversion/include/svn_wc.h subversion/include/svn_xml.h subversion/svn/cl.h subversion/svn_private_config.h +subversion/svn/props.lo: subversion/svn/props.c subversion/include/private/svn_cmdline_private.h subversion/include/private/svn_debug.h subversion/include/svn_auth.h subversion/include/svn_base64.h subversion/include/svn_checksum.h subversion/include/svn_client.h subversion/include/svn_cmdline.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_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_types.h subversion/include/svn_wc.h subversion/include/svn_xml.h subversion/svn/cl.h subversion/svn_private_config.h subversion/svn/propset-cmd.lo: subversion/svn/propset-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_cmdline.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_types.h subversion/include/svn_utf.h subversion/include/svn_wc.h subversion/svn/cl.h subversion/svn_private_config.h Added: head/devel/subversion/files/extra-patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/subversion/files/extra-patch-Makefile.in Fri Sep 14 14:59:58 2012 (r304273) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2012-09-14 18:34:40.000000000 +0400 ++++ Makefile.in 2011-07-16 15:50:53.000000000 +0400 +@@ -251,7 +251,7 @@ + INSTALL_KWALLET_LIB = $(INSTALL_LIB) + INSTALL_NEON_LIB = $(INSTALL_LIB) + INSTALL_SERF_LIB = $(INSTALL_LIB) +-INSTALL_BIN = $(LIBTOOL) --mode=install $(INSTALL) ++INSTALL_BIN = $(LIBTOOL) --mode=install $(INSTALL) -s + INSTALL_CONTRIB = $(LIBTOOL) --mode=install $(INSTALL) + INSTALL_TOOLS = $(LIBTOOL) --mode=install $(INSTALL) + INSTALL_INCLUDE = $(INSTALL) -m 644 Added: head/devel/subversion/files/patch-build-outputs.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/subversion/files/patch-build-outputs.mk Fri Sep 14 14:59:58 2012 (r304273) @@ -0,0 +1,48 @@ +--- build-outputs.mk.orig 2012-08-08 18:21:32.000000000 +0400 ++++ build-outputs.mk 2012-09-14 15:47:59.000000000 +0400 +@@ -825,7 +825,7 @@ + # Section 6: Install-Group build targets + ######################################## + +-apache-mod: subversion/mod_authz_svn/mod_authz_svn.la subversion/mod_dav_svn/mod_dav_svn.la ++apache-mod: subversion/mod_authz_svn/mod_authz_svn.la subversion/mod_dav_svn/mod_dav_svn.la tools/server-side/mod_dontdothat/mod_dontdothat.la + + bdb-lib: subversion/libsvn_fs_base/libsvn_fs_base-1.la + +@@ -877,16 +877,17 @@ + + test: subversion/tests/cmdline/atomic-ra-revprop-change$(EXEEXT) subversion/tests/libsvn_subr/auth-test$(EXEEXT) subversion/tests/libsvn_subr/cache-test$(EXEEXT) subversion/tests/libsvn_subr/checksum-test$(EXEEXT) subversion/tests/libsvn_client/client-test$(EXEEXT) subversion/tests/libsvn_subr/compat-test$(EXEEXT) subversion/tests/libsvn_subr/config-test$(EXEEXT) subversion/tests/libsvn_wc/db-test$(EXEEXT) subversion/tests/libsvn_diff/diff-diff3-test$(EXEEXT) subversion/tests/libsvn_subr/dirent_uri-test$(EXEEXT) subversion/tests/libsvn_wc/entries-compat-test$(EXEEXT) subversion/tests/cmdline/entries-dump$(EXEEXT) subversion/tests/libsvn_subr/error-test$(EXEEXT) subversion/tests/libsvn_fs_fs/fs-pack-test$(EXEEXT) subversion/tests/libsvn_fs/fs-test$(EXEEXT) subversion/tests/libsvn_subr/hashdump-test$(EXEEXT) subversion/tests/libsvn_test-1.la subversion/tests/libsvn_fs/locks-test$(EXEEXT) subversion/tests/libsvn_subr/mergeinfo-test$(EXEEXT) subversion/tests/libsvn_wc/op-depth-test$(EX EEXT) subversion/tests/libsvn_subr/opt-test$(EXEEXT) subversion/tests/libsvn_diff/parse-diff-test$(EXEEXT) subversion/tests/libsvn_subr/path-test$(EXEEXT) subversion/tests/libsvn_wc/pristine-store-test$(EXEEXT) subversion/tests/libsvn_ra_local/ra-local-test$(EXEEXT) subversion/tests/libsvn_delta/random-test$(EXEEXT) subversion/tests/libsvn_repos/repos-test$(EXEEXT) subversion/tests/libsvn_subr/revision-test$(EXEEXT) subversion/tests/libsvn_subr/skel-test$(EXEEXT) subversion/tests/libsvn_subr/stream-test$(EXEEXT) subversion/tests/libsvn_subr/string-test$(EXEEXT) subversion/tests/libsvn_subr/subst_translate-test$(EXEEXT) subversion/tests/libsvn_delta/svndiff-test$(EXEEXT) subversion/tests/libsvn_subr/target-test$(EXEEXT) subversion/tests/libsvn_subr/time-test$(EXEEXT) subversion/tests/libsvn_subr/translate-test$(EXEEXT) subversion/tests/libsvn_wc/tree-conflict-data-test$(EXEEXT) subversion/tests/libsvn_subr/utf-test$(EXEEXT) subversion/tests/libsvn_delta/vdelta-test$(EXEEXT) subversio n/tests/libsvn_wc/wc-incomplete-tester$(EXEE! XT) subversion/tests/libsvn_wc/wc-lock-tester$(EXEEXT) subversion/tests/libsvn_delta/window-test$(EXEEXT) + +-tools: tools/diff/diff$(EXEEXT) tools/diff/diff3$(EXEEXT) tools/diff/diff4$(EXEEXT) tools/server-side/mod_dontdothat/mod_dontdothat.la tools/server-side/svn-populate-node-origins-index$(EXEEXT) tools/server-side/svn-rep-sharing-stats$(EXEEXT) tools/server-side/svnauthz-validate$(EXEEXT) tools/client-side/svnmucc/svnmucc$(EXEEXT) tools/dev/svnraisetreeconflict/svnraisetreeconflict$(EXEEXT) ++tools: tools/diff/diff$(EXEEXT) tools/diff/diff3$(EXEEXT) tools/diff/diff4$(EXEEXT) tools/server-side/svn-populate-node-origins-index$(EXEEXT) tools/server-side/svn-rep-sharing-stats$(EXEEXT) tools/server-side/svnauthz-validate$(EXEEXT) tools/client-side/svnmucc/svnmucc$(EXEEXT) tools/dev/svnraisetreeconflict/svnraisetreeconflict$(EXEEXT) + + + ######################################## + # Section 7: Install-Group install targets + ######################################## + +-install-mods-shared: subversion/mod_dav_svn/mod_dav_svn.la subversion/mod_authz_svn/mod_authz_svn.la ++install-mods-shared: subversion/mod_dav_svn/mod_dav_svn.la subversion/mod_authz_svn/mod_authz_svn.la tools/server-side/mod_dontdothat/mod_dontdothat.la + cd subversion/mod_dav_svn ; $(MKDIR) "$(APACHE_LIBEXECDIR)" ; $(INSTALL_MOD_SHARED) -n dav_svn mod_dav_svn.la + cd subversion/mod_authz_svn ; $(MKDIR) "$(APACHE_LIBEXECDIR)" ; $(INSTALL_MOD_SHARED) -n authz_svn mod_authz_svn.la ++ cd tools/server-side/mod_dontdothat ; $(MKDIR) "$(APACHE_LIBEXECDIR)" ; $(INSTALL_MOD_SHARED) -n dontdothat mod_dontdothat.la + + install-bdb-lib: subversion/libsvn_fs_base/libsvn_fs_base-1.la + $(MKDIR) $(DESTDIR)$(bdb_libdir) +@@ -1036,7 +1037,7 @@ + $(MKDIR) $(DESTDIR)$(swig_rb_libdir) + cd subversion/bindings/swig/ruby/libsvn_swig_ruby ; $(INSTALL_SWIG_RB_LIB) libsvn_swig_ruby-1.la $(DESTDIR)$(swig_rb_libdir)/libsvn_swig_ruby-1.la + +-install-tools: tools/diff/diff$(EXEEXT) tools/diff/diff3$(EXEEXT) tools/diff/diff4$(EXEEXT) tools/server-side/svn-populate-node-origins-index$(EXEEXT) tools/server-side/svn-rep-sharing-stats$(EXEEXT) tools/server-side/svnauthz-validate$(EXEEXT) tools/client-side/svnmucc/svnmucc$(EXEEXT) tools/dev/svnraisetreeconflict/svnraisetreeconflict$(EXEEXT) tools/server-side/mod_dontdothat/mod_dontdothat.la ++install-tools: tools/diff/diff$(EXEEXT) tools/diff/diff3$(EXEEXT) tools/diff/diff4$(EXEEXT) tools/server-side/svn-populate-node-origins-index$(EXEEXT) tools/server-side/svn-rep-sharing-stats$(EXEEXT) tools/server-side/svnauthz-validate$(EXEEXT) tools/client-side/svnmucc/svnmucc$(EXEEXT) tools/dev/svnraisetreeconflict/svnraisetreeconflict$(EXEEXT) + $(MKDIR) $(DESTDIR)$(toolsdir) + cd tools/diff ; $(INSTALL_TOOLS) diff$(EXEEXT) $(DESTDIR)$(toolsdir)/diff$(EXEEXT) + cd tools/diff ; $(INSTALL_TOOLS) diff3$(EXEEXT) $(DESTDIR)$(toolsdir)/diff3$(EXEEXT) +@@ -1046,7 +1047,6 @@ + cd tools/server-side ; $(INSTALL_TOOLS) svnauthz-validate$(EXEEXT) $(DESTDIR)$(toolsdir)/svnauthz-validate$(EXEEXT) + cd tools/client-side/svnmucc ; $(INSTALL_TOOLS) svnmucc$(EXEEXT) $(DESTDIR)$(toolsdir)/svnmucc$(EXEEXT) + cd tools/dev/svnraisetreeconflict ; $(INSTALL_TOOLS) svnraisetreeconflict$(EXEEXT) $(DESTDIR)$(toolsdir)/svnraisetreeconflict$(EXEEXT) +- cd tools/server-side/mod_dontdothat ; $(MKDIR) "$(APACHE_LIBEXECDIR)" ; $(INSTALL_MOD_SHARED) -n dontdothat mod_dontdothat.la + + + ######################################## Modified: head/devel/subversion/pkg-plist ============================================================================== --- head/devel/subversion/pkg-plist Fri Sep 14 14:35:49 2012 (r304272) +++ head/devel/subversion/pkg-plist Fri Sep 14 14:59:58 2012 (r304273) @@ -9,6 +9,7 @@ bin/svnsync %%ASVN%%bin/asvn %%SVNAUTHZ_VALIDATE%%bin/svnauthz-validate %%SVNSERVE_WRAPPER%%bin/svnserve.bin +%%SVNMUCC%%bin/svnmucc bin/svnversion include/subversion-1/mod_authz_svn.h include/subversion-1/mod_dav_svn.h From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 15:25:12 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 641F91065672; Fri, 14 Sep 2012 15:25:12 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0F7148FC16; Fri, 14 Sep 2012 15:25:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EFPBoD050522; Fri, 14 Sep 2012 15:25:11 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EFPB5A050520; Fri, 14 Sep 2012 15:25:11 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201209141525.q8EFPB5A050520@svn.freebsd.org> From: Eitan Adler Date: Fri, 14 Sep 2012 15:25:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304274 - head/games/worldofpadman X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 15:25:12 -0000 Author: eadler Date: Fri Sep 14 15:25:11 2012 New Revision: 304274 URL: http://svn.freebsd.org/changeset/ports/304274 Log: Convert to optionsng Reviewed by: bdrewery Modified: head/games/worldofpadman/Makefile Modified: head/games/worldofpadman/Makefile ============================================================================== --- head/games/worldofpadman/Makefile Fri Sep 14 14:59:58 2012 (r304273) +++ head/games/worldofpadman/Makefile Fri Sep 14 15:25:11 2012 (r304274) @@ -29,17 +29,17 @@ USE_GMAKE= yes ALL_TARGET= release NO_PACKAGE= package will be ~600MB; set FORCE_PACKAGE if you really want it -OPTIONS= CLIENT "Build client" on \ - CURL "Enable curl support" on \ - CURL_DLOPEN "Enable dynamic loading of curl" on \ - GAMELIBS "Build game libraries (when not mandatory)" off \ - DEDICATED "Build dedicated server" on \ - MP3 "Enable MP3 support" off \ - OPENAL "Enable OpenAL (3D sound) support" off \ - OPENAL_DLOPEN "Enable dynamic loading of OpenAL" off \ - OPTIMIZED_CFLAGS "Enable compilation optimizations" on \ - SMP "Build SMP (threaded) client" on \ - VORBIS "Enable Ogg Vorbis codec support" on +OPTIONS_DEFINE= CURL CURL_DLOPEN GAMELIBS MP3 OPENAL OPENAL_DLOPEN OPTIMIZED_CFLAGS VORBIS +OPTIONS_DEFAULT= CLIENT CURL CURL_DLOPEN DEDICATED OPTIMIZED_CFLAGS VORBIS SMP +OPTIONS_MULTI= MODE +OPTIONS_MULTI_MODE= CLIENT DEDICATED SMP + +CLIENT_DESC= Build client +CURL_DLOPEN_DESC= Enable dynamic loading of curl +DEDICATED_DESC= Build dedicated server +GAMELIBS_DESC= Build game libraries (when not mandatory) +OPENAL_DLOPEN_DESC= Enable dynamic loading of OpenAL +SMP_DESC= Build SMP (threaded) client MAKE_ENV= DEFAULT_BASEDIR="${DATADIR}" PTHREAD_LIBS="${PTHREAD_LIBS}" @@ -48,11 +48,6 @@ SRC_FILE= ${PORTNAME}-${PORTVERSION} .include -.if defined(WITHOUT_CLIENT) && defined(WITHOUT_DEDICATED) && \ - defined(WITHOUT_SMP) -IGNORE= needs at least one of CLIENT, DEDICATED and SMP options -.endif - .for i in ${ARCH} . if ${VM_ARCHS:M${i}} != "" HAVE_VM_COMPILED= yes @@ -63,33 +58,33 @@ HAVE_VM_COMPILED= yes MAKE_ENV+= HAVE_VM_COMPILED=true .endif -.if !defined(WITHOUT_CLIENT) || !defined(WITHOUT_SMP) +.if empty(${PORT_OPTIONS:MCLIENT}) || !${PORT_OPTIONS:MSMP} # curl -. if defined(WITH_CURL) +.if ${PORT_OPTIONS:MCURL} LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl MAKE_ENV+= USE_CURL=1 -. if defined(WITH_CURL_DLOPEN) +. if ${PORT_OPTIONS:MCURL_DLOPEN} MAKE_ENV+= USE_CURL_DLOPEN=1 . endif . endif # OpenAL -. if defined(WITH_OPENAL) +. if ${PORT_OPTIONS:MOPENAL} USE_OPENAL= al MAKE_ENV+= USE_OPENAL=1 -. if defined(WITH_OPENAL_DLOPEN) +. if ${PORT_OPTIONS:MOPENAL_DLOPEN} MAKE_ENV+= USE_OPENAL_DLOPEN=1 . endif . endif # SDL USE_SDL= sdl # Vorbis -. if defined(WITH_VORBIS) +. if ${PORT_OPTIONS:MVORBIS} LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis MAKE_ENV+= USE_CODEC_VORBIS=1 . endif .endif -.if !defined(WITHOUT_CLIENT) +.if ${PORT_OPTIONS:MCLIENT} MAKE_ENV+= BUILD_CLIENT=1 PLIST_SUB+= CLIENT="" Q3BIN+= wop @@ -97,7 +92,7 @@ Q3BIN+= wop PLIST_SUB+= CLIENT="@comment " .endif -.if !defined(WITHOUT_DEDICATED) +.if ${PORT_OPTIONS:MDEDICATED} MAKE_ENV+= BUILD_SERVER=1 PLIST_SUB+= DEDICATED="" Q3BIN+= wopded @@ -105,23 +100,23 @@ Q3BIN+= wopded PLIST_SUB+= DEDICATED="@comment " .endif -.if defined(WITH_GAMELIBS) || !defined(HAVE_VM_COMPILED) +.if ${PORT_OPTIONS:MGAMELIBSA} || !defined(HAVE_VM_COMPILED) MAKE_ENV+= BUILD_GAME_SO=1 PLIST_SUB+= GAMELIBS="" .else PLIST_SUB+= GAMELIBS="@comment " .endif -.if defined(WITH_MP3) +.if ${PORT_OPTIONS:MMP3} LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad MAKE_ENV+= USE_CODEC_MP3=1 .endif -.if !defined(WITHOUT_OPTIMIZED_CFLAGS) +.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} MAKE_ENV+= USE_OPTIMIZED_CFLAGS=1 .endif -.if !defined(WITHOUT_SMP) +.if ${PORT_OPTIONS:MSMP} MAKE_ENV+= BUILD_CLIENT_SMP=1 PLIST_SUB+= SMP="" Q3BIN+= wop-smp @@ -152,10 +147,10 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/build/release/${bin} \ ${PREFIX}/bin/${bin:S/wop/${PORTNAME}/} .endfor -.if defined(WITH_GAMELIBS) || !defined(HAVE_VM_COMPILED) +.if ${PORT_OPTIONS:MGAMELIBS} || !defined(HAVE_VM_COMPILED) ${INSTALL_PROGRAM} ${WRKSRC}/build/release/baseq3/*.so ${DATADIR}/wop .endif -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${CP} -r ${WRKDIR}/readme/* ${DOCSDIR} .endif From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 16:01:37 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 39291106566C; Fri, 14 Sep 2012 16:01:37 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0ADAE8FC0A; Fri, 14 Sep 2012 16:01:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EG1aEG056398; Fri, 14 Sep 2012 16:01:36 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EG1anJ056394; Fri, 14 Sep 2012 16:01:36 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201209141601.q8EG1anJ056394@svn.freebsd.org> From: Guido Falsi Date: Fri, 14 Sep 2012 16:01:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304275 - head/x11-toolkits/girara X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 16:01:37 -0000 Author: madpilot Date: Fri Sep 14 16:01:36 2012 New Revision: 304275 URL: http://svn.freebsd.org/changeset/ports/304275 Log: Update to 0.1.3. PR: ports/170791 Submitted by: Quentin Stievenart Approved by: maintainer timeout Approved by: tabthorpe (mentor) Modified: head/x11-toolkits/girara/Makefile (contents, props changed) head/x11-toolkits/girara/distinfo (contents, props changed) head/x11-toolkits/girara/pkg-plist (contents, props changed) Modified: head/x11-toolkits/girara/Makefile ============================================================================== --- head/x11-toolkits/girara/Makefile Fri Sep 14 15:25:11 2012 (r304274) +++ head/x11-toolkits/girara/Makefile Fri Sep 14 16:01:36 2012 (r304275) @@ -6,7 +6,7 @@ # PORTNAME= girara -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= x11-toolkits graphics MASTER_SITES= http://pwmt.org/projects/girara/download/ Modified: head/x11-toolkits/girara/distinfo ============================================================================== --- head/x11-toolkits/girara/distinfo Fri Sep 14 15:25:11 2012 (r304274) +++ head/x11-toolkits/girara/distinfo Fri Sep 14 16:01:36 2012 (r304275) @@ -1,2 +1,2 @@ -SHA256 (girara-0.1.2.tar.gz) = 89231d0da3c790e0765ad85d74f64cf50051b8bafe6065882e34e378ab14ec99 -SIZE (girara-0.1.2.tar.gz) = 65748 +SHA256 (girara-0.1.3.tar.gz) = 3cc2b56356a4be2f4e47638b697d830408a870cf37e85d36d9d2b591f86748af +SIZE (girara-0.1.3.tar.gz) = 73711 Modified: head/x11-toolkits/girara/pkg-plist ============================================================================== --- head/x11-toolkits/girara/pkg-plist Fri Sep 14 15:25:11 2012 (r304274) +++ head/x11-toolkits/girara/pkg-plist Fri Sep 14 16:01:36 2012 (r304275) @@ -14,10 +14,16 @@ include/girara/tabs.h include/girara/types.h include/girara/utils.h include/girara/version.h -%%NLS%%share/locale/de/LC_MESSAGES/libgirara-gtk2-0.mo lib/libgirara-gtk2.a lib/libgirara-gtk2.so -lib/libgirara-gtk2.so.0 -lib/libgirara-gtk2.so.0.1 +lib/libgirara-gtk2.so.1 +lib/libgirara-gtk2.so.1.0 libdata/pkgconfig/girara-gtk2.pc +%%NLS%%share/locale/de/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/it/LC_MESSAGES/libgirara-gtk2-1.mo +%%NLS%%share/locale/pl/LC_MESSAGES/libgirara-gtk2-1.mo +%%NLS%%share/locale/tr/LC_MESSAGES/libgirara-gtk2-1.mo @dirrm include/girara From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 16:06:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9E541065673; Fri, 14 Sep 2012 16:06:31 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B24DE8FC0A; Fri, 14 Sep 2012 16:06:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EG6VFh057403; Fri, 14 Sep 2012 16:06:31 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EG6VLO057393; Fri, 14 Sep 2012 16:06:31 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201209141606.q8EG6VLO057393@svn.freebsd.org> From: Guido Falsi Date: Fri, 14 Sep 2012 16:06:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304276 - in head/graphics: zathura zathura-djvu zathura-djvu/files zathura-pdf-poppler zathura-pdf-poppler/files zathura/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 16:06:31 -0000 Author: madpilot Date: Fri Sep 14 16:06:31 2012 New Revision: 304276 URL: http://svn.freebsd.org/changeset/ports/304276 Log: - Update zathura, zathura-djvu and zathura-pdf-poppler to 0.2.0 - Remove unnecessary ABI versions from LIB_DEPENDS PR: ports/170780 [1], ports/170792 [2], ports/170793 [3] Submitted by: Alexander [1], Quentin Stievenart [2] [3] Approved by: maintainer timeout [3] (graphics/zathura-pdf-poppler) Approved by: tabthorpe (mentor) Added: head/graphics/zathura-djvu/files/ head/graphics/zathura-djvu/files/patch-config.mk (contents, props changed) Deleted: head/graphics/zathura/files/ Modified: head/graphics/zathura-djvu/Makefile (contents, props changed) head/graphics/zathura-djvu/distinfo (contents, props changed) head/graphics/zathura-pdf-poppler/Makefile (contents, props changed) head/graphics/zathura-pdf-poppler/distinfo (contents, props changed) head/graphics/zathura-pdf-poppler/files/patch-config.mk (contents, props changed) head/graphics/zathura/Makefile (contents, props changed) head/graphics/zathura/distinfo (contents, props changed) head/graphics/zathura/pkg-plist (contents, props changed) Modified: head/graphics/zathura-djvu/Makefile ============================================================================== --- head/graphics/zathura-djvu/Makefile Fri Sep 14 16:01:36 2012 (r304275) +++ head/graphics/zathura-djvu/Makefile Fri Sep 14 16:06:31 2012 (r304276) @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= zathura-djvu -PORTVERSION= 0.1.1 +PORTVERSION= 0.2.0 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/ Modified: head/graphics/zathura-djvu/distinfo ============================================================================== --- head/graphics/zathura-djvu/distinfo Fri Sep 14 16:01:36 2012 (r304275) +++ head/graphics/zathura-djvu/distinfo Fri Sep 14 16:06:31 2012 (r304276) @@ -1,2 +1,2 @@ -SHA256 (zathura-djvu-0.1.1.tar.gz) = 04adad7bf1bb392eae4b7b856fe7d40a137f8185ac274289df922758ae827172 -SIZE (zathura-djvu-0.1.1.tar.gz) = 8392 +SHA256 (zathura-djvu-0.2.0.tar.gz) = c276cdb3901fbb8c76f070d69a590181992eea2cb48f09589e4fda9e67e1f813 +SIZE (zathura-djvu-0.2.0.tar.gz) = 10034 Added: head/graphics/zathura-djvu/files/patch-config.mk ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/zathura-djvu/files/patch-config.mk Fri Sep 14 16:06:31 2012 (r304276) @@ -0,0 +1,22 @@ +--- config.mk.orig 2012-06-09 23:37:36.000000000 +0200 ++++ config.mk 2012-08-20 18:26:30.000000000 +0200 +@@ -11,7 +11,7 @@ + + # paths + PREFIX ?= /usr +-LIBDIR ?= ${PREFIX}/lib ++LIBDIR = ${PREFIX}/lib + + # libs + CAIRO_INC ?= $(shell pkg-config --cflags cairo) +@@ -27,10 +27,7 @@ + GIRARA_LIB ?= $(shell pkg-config --libs girara-gtk2) + + ZATHURA_INC ?= $(shell pkg-config --cflags zathura) +-PLUGINDIR ?= $(shell pkg-config --variable=plugindir zathura) +-ifeq (,${PLUGINDIR}) + PLUGINDIR = ${LIBDIR}/zathura +-endif + + INCS = ${GIRARA_INC} ${GLIB_INC} ${DJVU_INC} ${ZATHURA_INC} + LIBS = ${GIRARA_LIB} ${GLIB_LIB} ${DJVU_LIB} Modified: head/graphics/zathura-pdf-poppler/Makefile ============================================================================== --- head/graphics/zathura-pdf-poppler/Makefile Fri Sep 14 16:01:36 2012 (r304275) +++ head/graphics/zathura-pdf-poppler/Makefile Fri Sep 14 16:06:31 2012 (r304276) @@ -6,15 +6,14 @@ # PORTNAME= zathura-pdf-poppler -PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTVERSION= 0.2.0 CATEGORIES= graphics MASTER_SITES= http://pwmt.org/projects/zathura/plugins/download/ MAINTAINER= neko@takino.org COMMENT= Poppler render PDF plugin for Zathura PDF viewer -LIB_DEPENDS= poppler-glib.8:${PORTSDIR}/graphics/poppler-glib +LIB_DEPENDS= poppler-glib:${PORTSDIR}/graphics/poppler-glib BUILD_DEPENDS= zathura:${PORTSDIR}/graphics/zathura RUN_DEPENDS= zathura:${PORTSDIR}/graphics/zathura Modified: head/graphics/zathura-pdf-poppler/distinfo ============================================================================== --- head/graphics/zathura-pdf-poppler/distinfo Fri Sep 14 16:01:36 2012 (r304275) +++ head/graphics/zathura-pdf-poppler/distinfo Fri Sep 14 16:06:31 2012 (r304276) @@ -1,2 +1,2 @@ -SHA256 (zathura-pdf-poppler-0.1.1.tar.gz) = bec5fee721fcaee9f4b53d3882908b19efa82815393aa8c3619ff948b909d4a7 -SIZE (zathura-pdf-poppler-0.1.1.tar.gz) = 7584 +SHA256 (zathura-pdf-poppler-0.2.0.tar.gz) = a3ee96405e31d049111f351cb69626e67a8ab6fbfb53bb8a3e3e5f79240d0ed7 +SIZE (zathura-pdf-poppler-0.2.0.tar.gz) = 8168 Modified: head/graphics/zathura-pdf-poppler/files/patch-config.mk ============================================================================== --- head/graphics/zathura-pdf-poppler/files/patch-config.mk Fri Sep 14 16:01:36 2012 (r304275) +++ head/graphics/zathura-pdf-poppler/files/patch-config.mk Fri Sep 14 16:06:31 2012 (r304276) @@ -1,13 +1,22 @@ ---- config.mk.orig 2012-05-18 21:08:57.000000000 +0200 -+++ config.mk 2012-05-18 21:09:17.000000000 +0200 -@@ -20,10 +20,7 @@ +--- config.mk.orig 2012-06-09 23:37:36.000000000 +0200 ++++ config.mk 2012-08-20 18:26:30.000000000 +0200 +@@ -11,7 +11,7 @@ + + # paths + PREFIX ?= /usr +-LIBDIR ?= ${PREFIX}/lib ++LIBDIR = ${PREFIX}/lib + + # libs + CAIRO_INC ?= $(shell pkg-config --cflags cairo) +@@ -27,10 +27,7 @@ GIRARA_LIB ?= $(shell pkg-config --libs girara-gtk2) ZATHURA_INC ?= $(shell pkg-config --cflags zathura) -PLUGINDIR ?= $(shell pkg-config --variable=plugindir zathura) -ifeq (,${PLUGINDIR}) - PLUGINDIR = ${PREFIX}/lib/zathura + PLUGINDIR = ${LIBDIR}/zathura -endif - INCS = ${GTK_INC} ${PDF_INC} ${ZATHURA_INC} ${GIRARA_INC} - LIBS = ${GIRARA_LIB} ${GTK_LIB} ${PDF_LIB} + INCS = ${GIRARA_INC} ${GLIB_INC} ${DJVU_INC} ${ZATHURA_INC} + LIBS = ${GIRARA_LIB} ${GLIB_LIB} ${DJVU_LIB} Modified: head/graphics/zathura/Makefile ============================================================================== --- head/graphics/zathura/Makefile Fri Sep 14 16:01:36 2012 (r304275) +++ head/graphics/zathura/Makefile Fri Sep 14 16:06:31 2012 (r304276) @@ -6,16 +6,15 @@ # PORTNAME= zathura -PORTVERSION= 0.1.2 -PORTREVISION= 2 +PORTVERSION= 0.2.0 CATEGORIES= graphics print MASTER_SITES= http://pwmt.org/projects/zathura/download/ MAINTAINER= acieroid@awesom.eu COMMENT= Customizable lightweight pdf viewer -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo \ - girara-gtk2.0:${PORTSDIR}/x11-toolkits/girara +LIB_DEPENDS= cairo:${PORTSDIR}/graphics/cairo \ + girara-gtk2.1:${PORTSDIR}/x11-toolkits/girara USE_GNOME= glib20 gtk20 USE_GMAKE= yes @@ -27,7 +26,7 @@ OPTIONS= SQLITE "Support sqlite database .include .if !defined(WITHOUT_SQLITE) -LIB_DEPENDS+= sqlite3.8:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3 MAKE_ENV+= WITH_SQLITE=1 .else MAKE_ENV+= WITH_SQLITE=0 @@ -52,6 +51,8 @@ post-patch: .SILENT ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's|PLUGINDIR ?= .*$$|PLUGINDIR ?= ${PREFIX}/lib/zathura|'\ ${WRKSRC}/config.mk + ${REINPLACE_CMD} -e 's|girara_debug("plugin.*$$||'\ + ${WRKSRC}/plugin.c .if defined(NOPORTDOCS) ${REINPLACE_CMD} -e 's|install-manpages$$||'\ ${WRKSRC}/Makefile Modified: head/graphics/zathura/distinfo ============================================================================== --- head/graphics/zathura/distinfo Fri Sep 14 16:01:36 2012 (r304275) +++ head/graphics/zathura/distinfo Fri Sep 14 16:06:31 2012 (r304276) @@ -1,2 +1,2 @@ -SHA256 (zathura-0.1.2.tar.gz) = a496c25071e54f675b65ee5eab02fd002c04c2d7d5cf4aa8a1cb517cc13beaef -SIZE (zathura-0.1.2.tar.gz) = 65875 +SHA256 (zathura-0.2.0.tar.gz) = fd235a44c545e929a538ebb0a3f385349a190fd86c8b044a4328a3779d5c2d2f +SIZE (zathura-0.2.0.tar.gz) = 86951 Modified: head/graphics/zathura/pkg-plist ============================================================================== --- head/graphics/zathura/pkg-plist Fri Sep 14 16:01:36 2012 (r304275) +++ head/graphics/zathura/pkg-plist Fri Sep 14 16:06:31 2012 (r304276) @@ -1,10 +1,25 @@ bin/zathura include/zathura/document.h +include/zathura/links.h include/zathura/macros.h +include/zathura/page.h +include/zathura/plugin-api.h +include/zathura/types.h include/zathura/version.h -include/zathura/zathura.h +libdata/pkgconfig/zathura.pc share/applications/zathura.desktop %%NLS%%share/locale/de/LC_MESSAGES/zathura.mo -libdata/pkgconfig/zathura.pc -@dirrmtry share/applications +%%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/pl/LC_MESSAGES/zathura.mo +%%NLS%%share/locale/ta_IN/LC_MESSAGES/zathura.mo +%%NLS%%share/locale/tr/LC_MESSAGES/zathura.mo @dirrm include/zathura +@dirrmtry share/applications +@dirrmtry share/locale/es_CL/LC_MESSAGES +@dirrmtry share/locale/es_CL +@dirrmtry share/locale/ta_IN/LC_MESSAGES +@dirrmtry share/locale/ta_IN From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 16:30:38 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 112BC1065672; Fri, 14 Sep 2012 16:30:38 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id F07458FC14; Fri, 14 Sep 2012 16:30:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EGUbJ1061317; Fri, 14 Sep 2012 16:30:37 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EGUboQ061314; Fri, 14 Sep 2012 16:30:37 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201209141630.q8EGUboQ061314@svn.freebsd.org> From: Beat Gaetzi Date: Fri, 14 Sep 2012 16:30:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304277 - head/math/parmgridgen X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 16:30:38 -0000 Author: beat Date: Fri Sep 14 16:30:37 2012 New Revision: 304277 URL: http://svn.freebsd.org/changeset/ports/304277 Log: - Chase openmpi update Reported by: pointyhat Modified: head/math/parmgridgen/Makefile Modified: head/math/parmgridgen/Makefile ============================================================================== --- head/math/parmgridgen/Makefile Fri Sep 14 16:06:31 2012 (r304276) +++ head/math/parmgridgen/Makefile Fri Sep 14 16:30:37 2012 (r304277) @@ -7,6 +7,7 @@ PORTNAME= parmgridgen PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= math science MASTER_SITES= http://www.mgnet.org/mgnet/Codes/parmgridgen/ \ http://www-users.cs.umn.edu/~moulitsa/download/ \ @@ -18,7 +19,7 @@ COMMENT= Library for obtaining a sequenc ALL_TARGET= parallel -LIB_DEPENDS+= mpi.0:${PORTSDIR}/net/openmpi +LIB_DEPENDS+= mpi.1:${PORTSDIR}/net/openmpi USE_GMAKE= yes post-patch: From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 16:37:51 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CC2C91065675; Fri, 14 Sep 2012 16:37:50 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 877B28FC17; Fri, 14 Sep 2012 16:37:50 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EGboY5062561; Fri, 14 Sep 2012 16:37:50 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EGbowF062557; Fri, 14 Sep 2012 16:37:50 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209141637.q8EGbowF062557@svn.freebsd.org> From: Bryan Drewery Date: Fri, 14 Sep 2012 16:37:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304278 - head/ports-mgmt/portupgrade-devel X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 16:37:51 -0000 Author: bdrewery Date: Fri Sep 14 16:37:49 2012 New Revision: 304278 URL: http://svn.freebsd.org/changeset/ports/304278 Log: - Switch to USE_GITHUB/GH as the primary MASTER_SITE as it does properly work on non-tagged commits - Fix plist for packages by creating %%RUBY_SITELIBDIR%%/pkgtools in PREFIX Modified: head/ports-mgmt/portupgrade-devel/Makefile head/ports-mgmt/portupgrade-devel/distinfo head/ports-mgmt/portupgrade-devel/pkg-plist Modified: head/ports-mgmt/portupgrade-devel/Makefile ============================================================================== --- head/ports-mgmt/portupgrade-devel/Makefile Fri Sep 14 16:30:37 2012 (r304277) +++ head/ports-mgmt/portupgrade-devel/Makefile Fri Sep 14 16:37:49 2012 (r304278) @@ -7,12 +7,12 @@ PORTNAME= portupgrade PORTVERSION= 20120827 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= ports-mgmt -MASTER_SITES= http://github.com/pkgtools/pkgtools/tarball/${GITVERSION}/ \ +MASTER_SITES= GH \ http://mirror.shatow.net/freebsd/pkgtools/ PKGNAMESUFFIX= -devel -DISTNAME= pkgtools-pkgtools-${GITVERSION} MAINTAINER= bdrewery@FreeBSD.org COMMENT= FreeBSD ports/packages management tool (devel version) @@ -23,8 +23,11 @@ RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/bdb. CONFLICTS_INSTALL= portupgrade-[0-9]* -FETCH_ARGS= -Fpr -GITVERSION= 595d51a +USE_GITHUB= yes +GH_ACCOUNT= pkgtools +GH_PROJECT= pkgtools +GH_COMMIT= 595d51a +GH_TAGNAME= ${GH_COMMIT} DIST_SUBDIR= ${PORTNAME} USE_RUBY= yes Modified: head/ports-mgmt/portupgrade-devel/distinfo ============================================================================== --- head/ports-mgmt/portupgrade-devel/distinfo Fri Sep 14 16:30:37 2012 (r304277) +++ head/ports-mgmt/portupgrade-devel/distinfo Fri Sep 14 16:37:49 2012 (r304278) @@ -1,2 +1,2 @@ -SHA256 (portupgrade/pkgtools-pkgtools-595d51a.tar.gz) = 2583fc442ee7f5a24f2d33720b4f60f6c5c8b10195357df0847f99792aa4228c -SIZE (portupgrade/pkgtools-pkgtools-595d51a.tar.gz) = 104762 +SHA256 (portupgrade/portupgrade-20120827.tar.gz) = 2583fc442ee7f5a24f2d33720b4f60f6c5c8b10195357df0847f99792aa4228c +SIZE (portupgrade/portupgrade-20120827.tar.gz) = 104762 Modified: head/ports-mgmt/portupgrade-devel/pkg-plist ============================================================================== --- head/ports-mgmt/portupgrade-devel/pkg-plist Fri Sep 14 16:30:37 2012 (r304277) +++ head/ports-mgmt/portupgrade-devel/pkg-plist Fri Sep 14 16:37:49 2012 (r304278) @@ -15,7 +15,7 @@ sbin/portsclean sbin/portsdb sbin/portupgrade sbin/portversion -@exec /bin/mkdir -p %%RUBY_SITELIBDIR%%/pkgtools +@exec /bin/mkdir -p %D/%%RUBY_SITELIBDIR%%/pkgtools %%RUBY_SITELIBDIR%%/pkgtools/pkg.rb %%RUBY_SITELIBDIR%%/pkgtools/pkgdb.rb %%RUBY_SITELIBDIR%%/pkgtools/pkgdbtools.rb From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 16:39:16 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 376171065672; Fri, 14 Sep 2012 16:39:16 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 227858FC0C; Fri, 14 Sep 2012 16:39:16 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EGdFb8062862; Fri, 14 Sep 2012 16:39:15 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EGdFiU062859; Fri, 14 Sep 2012 16:39:15 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209141639.q8EGdFiU062859@svn.freebsd.org> From: Bryan Drewery Date: Fri, 14 Sep 2012 16:39:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304279 - head/sysutils/beadm-devel X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 16:39:16 -0000 Author: bdrewery Date: Fri Sep 14 16:39:15 2012 New Revision: 304279 URL: http://svn.freebsd.org/changeset/ports/304279 Log: - Switch to USE_GITHUB as it does work on non-tagged commits Modified: head/sysutils/beadm-devel/Makefile head/sysutils/beadm-devel/distinfo Modified: head/sysutils/beadm-devel/Makefile ============================================================================== --- head/sysutils/beadm-devel/Makefile Fri Sep 14 16:37:49 2012 (r304278) +++ head/sysutils/beadm-devel/Makefile Fri Sep 14 16:39:15 2012 (r304279) @@ -3,18 +3,17 @@ PORTNAME= beadm PORTVERSION= 0.8.99.20120913 CATEGORIES= sysutils -MASTER_SITES= http://github.com/${GH_ACCOUNT}/${PORTNAME}/tarball/${GH_COMMIT}/ PKGNAMESUFFIX= -devel -DISTNAME= ${GH_ACCOUNT}-${PORTNAME}-${GH_COMMIT} MAINTAINER= bdrewery@FreeBSD.org COMMENT= Solaris-like utility to manage Boot Environments on ZFS LICENSE= BSD -FETCH_ARGS= -Fpr +USE_GITHUB= yes GH_ACCOUNT= vermaden GH_COMMIT= deb4b4b +GH_TAGNAME= ${GH_COMMIT} NO_BUILD= YES Modified: head/sysutils/beadm-devel/distinfo ============================================================================== --- head/sysutils/beadm-devel/distinfo Fri Sep 14 16:37:49 2012 (r304278) +++ head/sysutils/beadm-devel/distinfo Fri Sep 14 16:39:15 2012 (r304279) @@ -1,2 +1,2 @@ -SHA256 (vermaden-beadm-deb4b4b.tar.gz) = 43d5d1c8f3b72f6d5d4dd6d559ab1f8fcc5556321535eaa779772bc6521e2f1e -SIZE (vermaden-beadm-deb4b4b.tar.gz) = 13729 +SHA256 (beadm-0.8.99.20120913.tar.gz) = 43d5d1c8f3b72f6d5d4dd6d559ab1f8fcc5556321535eaa779772bc6521e2f1e +SIZE (beadm-0.8.99.20120913.tar.gz) = 13729 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 16:47:43 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 225E7106564A; Fri, 14 Sep 2012 16:47:43 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0D0038FC15; Fri, 14 Sep 2012 16:47:43 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EGlgfV064281; Fri, 14 Sep 2012 16:47:42 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EGlgu4064279; Fri, 14 Sep 2012 16:47:42 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201209141647.q8EGlgu4064279@svn.freebsd.org> From: Beat Gaetzi Date: Fri, 14 Sep 2012 16:47:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304280 - head/sysutils/rubygem-fluentd X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 16:47:43 -0000 Author: beat Date: Fri Sep 14 16:47:42 2012 New Revision: 304280 URL: http://svn.freebsd.org/changeset/ports/304280 Log: - Mark BROKEN: conflicting dependencies ===> ruby19-gems-1.8.24 depends on file: /usr/local/bin/ruby19 - found ===> An older version of devel/ruby-gems is already installed (ruby18-gems-1.8.24) Reported by: pointyhat Modified: head/sysutils/rubygem-fluentd/Makefile Modified: head/sysutils/rubygem-fluentd/Makefile ============================================================================== --- head/sysutils/rubygem-fluentd/Makefile Fri Sep 14 16:39:15 2012 (r304279) +++ head/sysutils/rubygem-fluentd/Makefile Fri Sep 14 16:47:42 2012 (r304280) @@ -20,6 +20,8 @@ RUN_DEPENDS= \ rubygem-cool.io>=1.1.0:${PORTSDIR}/devel/rubygem-cool.io \ rubygem-http_parser.rb>=0.5.1:${PORTSDIR}/net/rubygem-http_parser.rb +BROKEN= conflicting dependencies + USE_RUBY= yes RUBY_VER= 1.9 USE_RUBYGEMS= yes From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 16:49:47 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CA17106566B; Fri, 14 Sep 2012 16:49:47 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 24D7F8FC0A; Fri, 14 Sep 2012 16:49:47 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EGnkka064677; Fri, 14 Sep 2012 16:49:46 GMT (envelope-from cy@svn.freebsd.org) Received: (from cy@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EGnkZJ064673; Fri, 14 Sep 2012 16:49:46 GMT (envelope-from cy@svn.freebsd.org) Message-Id: <201209141649.q8EGnkZJ064673@svn.freebsd.org> From: Cy Schubert Date: Fri, 14 Sep 2012 16:49:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304281 - head/net/ntp-devel X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 16:49:47 -0000 Author: cy Date: Fri Sep 14 16:49:46 2012 New Revision: 304281 URL: http://svn.freebsd.org/changeset/ports/304281 Log: Update from p303 to p304. This may fix ports/171615. Modified: head/net/ntp-devel/Makefile head/net/ntp-devel/distinfo Modified: head/net/ntp-devel/Makefile ============================================================================== --- head/net/ntp-devel/Makefile Fri Sep 14 16:47:42 2012 (r304280) +++ head/net/ntp-devel/Makefile Fri Sep 14 16:49:46 2012 (r304281) @@ -6,7 +6,7 @@ # PORTNAME= ntp -PORTVERSION= 4.2.7p303 +PORTVERSION= 4.2.7p304 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-dev/ \ http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-dev/ \ Modified: head/net/ntp-devel/distinfo ============================================================================== --- head/net/ntp-devel/distinfo Fri Sep 14 16:47:42 2012 (r304280) +++ head/net/ntp-devel/distinfo Fri Sep 14 16:49:46 2012 (r304281) @@ -1,2 +1,2 @@ -SHA256 (ntp-dev-4.2.7p303.tar.gz) = c07a5069f4ffc80d8741e0039c5b49a724629d0869a754c699ea9f4775c70c70 -SIZE (ntp-dev-4.2.7p303.tar.gz) = 5925629 +SHA256 (ntp-dev-4.2.7p304.tar.gz) = 931e5f136c3e3f911d9b4dac3dd183b4bfe52d1965d9bf39f186e9ad6ad490cb +SIZE (ntp-dev-4.2.7p304.tar.gz) = 5926991 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 18:10:56 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7964D106566C; Fri, 14 Sep 2012 18:10:56 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6259C8FC08; Fri, 14 Sep 2012 18:10:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EIAu9g078404; Fri, 14 Sep 2012 18:10:56 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EIAu8Y078399; Fri, 14 Sep 2012 18:10:56 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201209141810.q8EIAu8Y078399@svn.freebsd.org> From: Jung-uk Kim Date: Fri, 14 Sep 2012 18:10:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304282 - in head/java/classpath: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 18:10:56 -0000 Author: jkim Date: Fri Sep 14 18:10:55 2012 New Revision: 304282 URL: http://svn.freebsd.org/changeset/ports/304282 Log: - Update to 0.99. - Reset maintainer to java (ports/164941). - Convert to optionsNG. - Honor NOPORTEXAMPLES. Added: head/java/classpath/files/ head/java/classpath/files/patch-native__jni__java-io__java_io_VMConsole.c (contents, props changed) Modified: head/java/classpath/Makefile head/java/classpath/distinfo head/java/classpath/pkg-plist Modified: head/java/classpath/Makefile ============================================================================== --- head/java/classpath/Makefile Fri Sep 14 16:49:46 2012 (r304281) +++ head/java/classpath/Makefile Fri Sep 14 18:10:55 2012 (r304282) @@ -7,33 +7,40 @@ # PORTNAME= classpath -PORTVERSION= 0.97.2 -PORTREVISION= 5 +PORTVERSION= 0.99 CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_GNU} \ ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= bkoenig@alpha-tierchen.de +MAINTAINER= java@FreeBSD.org COMMENT= A GNU project to create a free Java class library -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip +BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ + ${JAVALIBDIR}/antlr.jar:${PORTSDIR}/devel/antlr +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_ICONV= yes USE_JAVA= yes JAVA_VERSION= 1.5+ +USE_LDCONFIG= yes +USE_PERL5_BUILD=yes +USE_PKGCONFIG= build USE_XORG= x11 ice xtst xaw xproto xext WANT_GNOME= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes + CXXFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --enable-jni --disable-alsa --disable-dssi --disable-plugin -USE_GMAKE= yes +CONFIGURE_ARGS+=--with-antlr-jar=${JAVALIBDIR}/antlr.jar +CONFIGURE_ARGS+=--with-jar=${JAR} MAN1= gappletviewer.1 \ + gcjh.1 \ gjar.1 \ gjarsigner.1 \ gjavah.1 \ - gcjh.1 \ + gjdoc.1 \ gkeytool.1 \ gnative2ascii.1 \ gorbd.1 \ @@ -46,14 +53,15 @@ INFO= cp-hacking cp-tools cp-vmintegrat CONFLICTS= sablevm-classpath-* -OPTIONS= GCONF "Use GConf based preferences backend" OFF \ - GTK2 "Enable Gtk+ AWT peer" ON \ - CAIRO "Use Gtk+ Cairo based Graphics2D" OFF \ - QT4 "Enable Qt AWT peer" OFF +OPTIONS_DEFINE= CAIRO GCONF GTK2 QT4 +OPTIONS_DEFAULT=GTK2 +CAIRO_DESC= Use Gtk+ Cairo based Graphics2D +GTK2_DESC= Enable Gtk+ AWT peer +QT4_DESC= Enable Qt AWT peer -.include +.include -.if defined(WITH_GCONF) +.if ${PORT_OPTIONS:MGCONF} USE_GNOME+= gconf2 CONFIGURE_ARGS+= --enable-default-preferences-peer=gconf PLIST_SUB+= GCONF="" @@ -62,23 +70,23 @@ CONFIGURE_ARGS+= --enable-default-prefer PLIST_SUB+= GCONF="@comment " .endif -.if defined(WITHOUT_GTK2) -CONFIGURE_ARGS+= --disable-gtk-peer -PLIST_SUB+= GTK2="@comment " -.if defined(WITH_CAIRO) -IGNORE=you need to enable the Gtk+ AWT peer in order to use Cairo based Graphics2D. -.endif -.else +.if ${PORT_OPTIONS:MGTK2} USE_GNOME+= gtk20 PLIST_SUB+= GTK2="" -.if defined(WITH_CAIRO) +.if ${PORT_OPTIONS:MCAIRO} CONFIGURE_ARGS+= --enable-gtk-cairo .endif +.else +CONFIGURE_ARGS+= --disable-gtk-peer +PLIST_SUB+= GTK2="@comment " +.if ${PORT_OPTIONS:MCAIRO} +IGNORE=you need to enable the Gtk+ AWT peer in order to use Cairo based Graphics2D. +.endif .endif -.if defined(WITH_QT4) +.if ${PORT_OPTIONS:MQT4} CONFIGURE_ARGS+= --enable-qt-peer -.if defined(WITHOUT_GTK2) +.if empty(PORT_OPTIONS:MGTK2) CONFIGURE_ARGS+= --enable-default-toolkit=gnu.java.awt.peer.qt.QtToolkit .endif CONFIGURE_ENV+= MOC="${LOCALBASE}/bin/moc-qt4" @@ -88,4 +96,10 @@ PLIST_SUB+= QT4="" PLIST_SUB+= QT4="@comment " .endif -.include +.if ${PORT_OPTIONS:MEXAMPLES} +EXAMPLESDIR= ${DATADIR}/examples +.else +CONFIGURE_ARGS+= --disable-examples +.endif + +.include Modified: head/java/classpath/distinfo ============================================================================== --- head/java/classpath/distinfo Fri Sep 14 16:49:46 2012 (r304281) +++ head/java/classpath/distinfo Fri Sep 14 18:10:55 2012 (r304282) @@ -1,2 +1,2 @@ -SHA256 (classpath-0.97.2.tar.gz) = 001fee5ad3ddd043783d59593153510f09064b0d9b5aea82f535266f62f02db4 -SIZE (classpath-0.97.2.tar.gz) = 10318014 +SHA256 (classpath-0.99.tar.gz) = f929297f8ae9b613a1a167e231566861893260651d913ad9b6c11933895fecc8 +SIZE (classpath-0.99.tar.gz) = 11078232 Added: head/java/classpath/files/patch-native__jni__java-io__java_io_VMConsole.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/classpath/files/patch-native__jni__java-io__java_io_VMConsole.c Fri Sep 14 18:10:55 2012 (r304282) @@ -0,0 +1,21 @@ +--- native/jni/java-io/java_io_VMConsole.c.orig 2012-01-08 07:35:53.000000000 -0500 ++++ native/jni/java-io/java_io_VMConsole.c 2012-09-13 17:35:29.000000000 -0400 +@@ -47,7 +47,7 @@ + + /*************************************************************************/ + +-#define TERMIOS_ECHO_IFLAGS (IUCLC|IXON|IXOFF|IXANY) ++#define TERMIOS_ECHO_IFLAGS (IXON|IXOFF|IXANY) + #define TERMIOS_ECHO_LFLAGS (ECHO|ECHOE|ECHOK|ECHONL|TOSTOP) + + /* +@@ -78,6 +78,9 @@ + tcgetattr (STDIN_FILENO, &new); + + new.c_iflag &= ~TERMIOS_ECHO_IFLAGS; ++#ifdef IUCLC ++ new.c_iflag &= ~IUCLC; ++#endif + new.c_lflag &= ~TERMIOS_ECHO_LFLAGS; + + tcsetattr (STDIN_FILENO, TCSANOW, &new); Modified: head/java/classpath/pkg-plist ============================================================================== --- head/java/classpath/pkg-plist Fri Sep 14 16:49:46 2012 (r304281) +++ head/java/classpath/pkg-plist Fri Sep 14 18:10:55 2012 (r304282) @@ -2,6 +2,7 @@ bin/gappletviewer bin/gjavah bin/gjar bin/gjarsigner +bin/gjdoc bin/gkeytool bin/gnative2ascii bin/gorbd @@ -47,147 +48,147 @@ lib/logging.properties lib/security/classpath.security @dirrm lib/classpath @dirrm lib/security -%%DATADIR%%/examples/Makefile.java2d -%%DATADIR%%/examples/Makefile.jawt -%%DATADIR%%/examples/README -%%DATADIR%%/examples/examples.zip -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/NamingService/Demo.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/Demo.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/DemoServer.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/DemoServant.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/DemoTester.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/DirectTest.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/RequestTest.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToPass.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToPassHelper.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToPassHolder.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToReturn.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToReturnHelper.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToReturnHolder.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/TreeNode.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/TreeNodeHelper.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/TreeNodeHolder.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/WeThrowThisException.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/WeThrowThisExceptionHelper.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/_DemoTesterImplBase.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/_DemoTesterStub.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/README.html -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/CanvasWorld.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/ChatConstants.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/ClientFrame.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/Demo.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/GameManager.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/GameManagerImpl.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/IorReader.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/OrbStarter.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/Player.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/PlayerImpl.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/PlayingDesk.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/State.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/X5Server.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/_GameManagerImpl_Tie.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/_GameManager_Stub.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/_PlayerImpl_Tie.java -%%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5/_Player_Stub.java -%%DATADIR%%/examples/gnu/classpath/examples/awt/AicasGraphicsBenchmark.java -%%DATADIR%%/examples/gnu/classpath/examples/awt/AnimationApplet.java -%%DATADIR%%/examples/gnu/classpath/examples/awt/Demo.java -%%DATADIR%%/examples/gnu/classpath/examples/awt/HintingDemo.java -%%DATADIR%%/examples/gnu/classpath/examples/datatransfer/Demo.java -%%DATADIR%%/examples/gnu/classpath/examples/html/Demo.java -%%DATADIR%%/examples/gnu/classpath/examples/icons/aicas.png -%%DATADIR%%/examples/gnu/classpath/examples/icons/back.png -%%DATADIR%%/examples/gnu/classpath/examples/icons/badge.png -%%DATADIR%%/examples/gnu/classpath/examples/icons/big-fullscreen.png -%%DATADIR%%/examples/gnu/classpath/examples/icons/big-home.png -%%DATADIR%%/examples/gnu/classpath/examples/icons/big-warning.png -%%DATADIR%%/examples/gnu/classpath/examples/icons/palme.gif -%%DATADIR%%/examples/gnu/classpath/examples/icons/reload.png -%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-copy.png -%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-cut.png -%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-go-back.png -%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-go-down.png -%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-go-forward.png -%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-mic.png -%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-new.png -%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-open.png -%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-paste.png -%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-quit.png -%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-save-as.png -%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-save.png -%%DATADIR%%/examples/gnu/classpath/examples/icons/stock-spell-check.png -%%DATADIR%%/examples/gnu/classpath/examples/java2d/J2dBenchmark.java -%%DATADIR%%/examples/gnu/classpath/examples/java2d/J2dBenchmarkGUI.java -%%DATADIR%%/examples/gnu/classpath/examples/java2d/JNIOverhead.java -%%DATADIR%%/examples/gnu/classpath/examples/java2d/bench.c -%%DATADIR%%/examples/gnu/classpath/examples/java2d/bench.h -%%DATADIR%%/examples/gnu/classpath/examples/jawt/DemoJAWT.c -%%DATADIR%%/examples/gnu/classpath/examples/jawt/DemoJAWT.java -%%DATADIR%%/examples/gnu/classpath/examples/management/TestBeans.java -%%DATADIR%%/examples/gnu/classpath/examples/management/TestClassLoading.java -%%DATADIR%%/examples/gnu/classpath/examples/management/TestCompilation.java -%%DATADIR%%/examples/gnu/classpath/examples/management/TestGarbageCollector.java -%%DATADIR%%/examples/gnu/classpath/examples/management/TestMemory.java -%%DATADIR%%/examples/gnu/classpath/examples/management/TestMemoryManager.java -%%DATADIR%%/examples/gnu/classpath/examples/management/TestMemoryPool.java -%%DATADIR%%/examples/gnu/classpath/examples/management/TestOS.java -%%DATADIR%%/examples/gnu/classpath/examples/management/TestRuntime.java -%%DATADIR%%/examples/gnu/classpath/examples/management/TestThread.java -%%DATADIR%%/examples/gnu/classpath/examples/midi/Demo.java -%%DATADIR%%/examples/gnu/classpath/examples/print/Demo.java -%%DATADIR%%/examples/gnu/classpath/examples/sound/AudioPlayerSample.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/BrowserEditorKit.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/ButtonDemo.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/ComboBoxDemo.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/Demo.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/DemoDesktop.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/DemoFactory.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/DocumentFilterDemo.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/FileChooserDemo.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/HtmlDemo.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/ListDemo.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/MetalThemeEditor.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/MiniDemo.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/NavigationFilterDemo.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/ProgressBarDemo.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/ScrollBarDemo.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/SliderDemo.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/SpinnerDemo.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/TabbedPaneDemo.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/TableDemo.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/TextAreaDemo.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/TextFieldDemo.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/TreeDemo.java -%%DATADIR%%/examples/gnu/classpath/examples/swing/forms.html -%%DATADIR%%/examples/gnu/classpath/examples/swing/frame1.html -%%DATADIR%%/examples/gnu/classpath/examples/swing/frame2.html -%%DATADIR%%/examples/gnu/classpath/examples/swing/frame3.html -%%DATADIR%%/examples/gnu/classpath/examples/swing/frame4.html -%%DATADIR%%/examples/gnu/classpath/examples/swing/frames.html -%%DATADIR%%/examples/gnu/classpath/examples/swing/tables.html -%%DATADIR%%/examples/gnu/classpath/examples/swing/textstyles.html -%%DATADIR%%/examples/gnu/classpath/examples/swing/welcome.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.java2d +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Makefile.jawt +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/examples.zip +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/NamingService/Demo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/SimpleCommunication/Demo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/SimpleCommunication/DemoServer.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/SimpleCommunication/communication/DemoServant.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/SimpleCommunication/communication/DemoTester.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/SimpleCommunication/communication/DirectTest.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/SimpleCommunication/communication/RequestTest.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToPass.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToPassHelper.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToPassHolder.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToReturn.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToReturnHelper.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToReturnHolder.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/SimpleCommunication/communication/TreeNode.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/SimpleCommunication/communication/TreeNodeHelper.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/SimpleCommunication/communication/TreeNodeHolder.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/SimpleCommunication/communication/WeThrowThisException.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/SimpleCommunication/communication/WeThrowThisExceptionHelper.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/SimpleCommunication/communication/_DemoTesterImplBase.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/SimpleCommunication/communication/_DemoTesterStub.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/swing/README.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/swing/x5/CanvasWorld.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/swing/x5/ChatConstants.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/swing/x5/ClientFrame.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/swing/x5/Demo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/swing/x5/GameManager.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/swing/x5/GameManagerImpl.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/swing/x5/IorReader.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/swing/x5/OrbStarter.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/swing/x5/Player.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/swing/x5/PlayerImpl.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/swing/x5/PlayingDesk.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/swing/x5/State.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/swing/x5/X5Server.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/swing/x5/_GameManagerImpl_Tie.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/swing/x5/_GameManager_Stub.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/swing/x5/_PlayerImpl_Tie.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/swing/x5/_Player_Stub.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/awt/AicasGraphicsBenchmark.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/awt/AnimationApplet.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/awt/Demo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/awt/HintingDemo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/datatransfer/Demo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/html/Demo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/icons/aicas.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/icons/back.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/icons/badge.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/icons/big-fullscreen.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/icons/big-home.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/icons/big-warning.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/icons/palme.gif +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/icons/reload.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/icons/stock-copy.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/icons/stock-cut.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/icons/stock-go-back.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/icons/stock-go-down.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/icons/stock-go-forward.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/icons/stock-mic.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/icons/stock-new.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/icons/stock-open.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/icons/stock-paste.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/icons/stock-quit.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/icons/stock-save-as.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/icons/stock-save.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/icons/stock-spell-check.png +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/java2d/J2dBenchmark.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/java2d/J2dBenchmarkGUI.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/java2d/JNIOverhead.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/java2d/bench.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/java2d/bench.h +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/jawt/DemoJAWT.c +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/jawt/DemoJAWT.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/management/TestBeans.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/management/TestClassLoading.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/management/TestCompilation.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/management/TestGarbageCollector.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/management/TestMemory.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/management/TestMemoryManager.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/management/TestMemoryPool.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/management/TestOS.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/management/TestRuntime.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/management/TestThread.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/midi/Demo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/print/Demo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/sound/AudioPlayerSample.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/BrowserEditorKit.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/ButtonDemo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/ComboBoxDemo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/Demo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/DemoDesktop.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/DemoFactory.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/DocumentFilterDemo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/FileChooserDemo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/HtmlDemo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/ListDemo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/MetalThemeEditor.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/MiniDemo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/NavigationFilterDemo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/ProgressBarDemo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/ScrollBarDemo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/SliderDemo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/SpinnerDemo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/TabbedPaneDemo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/TableDemo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/TextAreaDemo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/TextFieldDemo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/TreeDemo.java +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/forms.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/frame1.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/frame2.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/frame3.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/frame4.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/frames.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/tables.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/textstyles.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gnu/classpath/examples/swing/welcome.html %%DATADIR%%/glibj.zip %%DATADIR%%/tools.zip -@dirrm %%DATADIR%%/examples/gnu/classpath/examples/swing -@dirrm %%DATADIR%%/examples/gnu/classpath/examples/sound -@dirrm %%DATADIR%%/examples/gnu/classpath/examples/print -@dirrm %%DATADIR%%/examples/gnu/classpath/examples/midi -@dirrm %%DATADIR%%/examples/gnu/classpath/examples/management -@dirrm %%DATADIR%%/examples/gnu/classpath/examples/jawt -@dirrm %%DATADIR%%/examples/gnu/classpath/examples/java2d -@dirrm %%DATADIR%%/examples/gnu/classpath/examples/icons -@dirrm %%DATADIR%%/examples/gnu/classpath/examples/html -@dirrm %%DATADIR%%/examples/gnu/classpath/examples/datatransfer -@dirrm %%DATADIR%%/examples/gnu/classpath/examples/awt -@dirrm %%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing/x5 -@dirrm %%DATADIR%%/examples/gnu/classpath/examples/CORBA/swing -@dirrm %%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication -@dirrm %%DATADIR%%/examples/gnu/classpath/examples/CORBA/SimpleCommunication -@dirrm %%DATADIR%%/examples/gnu/classpath/examples/CORBA/NamingService -@dirrm %%DATADIR%%/examples/gnu/classpath/examples/CORBA -@dirrm %%DATADIR%%/examples/gnu/classpath/examples -@dirrm %%DATADIR%%/examples/gnu/classpath -@dirrm %%DATADIR%%/examples/gnu -@dirrm %%DATADIR%%/examples +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gnu/classpath/examples/swing +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gnu/classpath/examples/sound +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gnu/classpath/examples/print +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gnu/classpath/examples/midi +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gnu/classpath/examples/management +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gnu/classpath/examples/jawt +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gnu/classpath/examples/java2d +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gnu/classpath/examples/icons +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gnu/classpath/examples/html +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gnu/classpath/examples/datatransfer +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gnu/classpath/examples/awt +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/swing/x5 +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/swing +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/SimpleCommunication/communication +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/SimpleCommunication +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gnu/classpath/examples/CORBA/NamingService +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gnu/classpath/examples/CORBA +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gnu/classpath/examples +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gnu/classpath +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/gnu +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 18:34:22 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 46CC4106566B; Fri, 14 Sep 2012 18:34:22 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 274948FC22; Fri, 14 Sep 2012 18:34:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EIYMQL082669; Fri, 14 Sep 2012 18:34:22 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EIYLaf082664; Fri, 14 Sep 2012 18:34:21 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201209141834.q8EIYLaf082664@svn.freebsd.org> From: Guido Falsi Date: Fri, 14 Sep 2012 18:34:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304283 - in head/games/0ad: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 18:34:22 -0000 Author: madpilot Date: Fri Sep 14 18:34:21 2012 New Revision: 304283 URL: http://svn.freebsd.org/changeset/ports/304283 Log: - Update to version 0.0.11 (alpha 11) - Trim Makefile header Approved by: crees, tabthorpe (mentors, implicit) Added: head/games/0ad/files/patch-build-premake-premake4-build-gmake.bsd-Premake4.make (contents, props changed) Deleted: head/games/0ad/files/patch-build-premake-premake4-build-gmake.unix-Premake4.make Modified: head/games/0ad/Makefile (contents, props changed) head/games/0ad/distinfo (contents, props changed) head/games/0ad/files/patch-build-premake-premake4.lua (contents, props changed) Modified: head/games/0ad/Makefile ============================================================================== --- head/games/0ad/Makefile Fri Sep 14 18:10:55 2012 (r304282) +++ head/games/0ad/Makefile Fri Sep 14 18:34:21 2012 (r304283) @@ -1,17 +1,11 @@ -# New ports collection makefile for: 0ad -# Date created: 13 Jan 2012 -# Whom: Guido Falsi -# # $FreeBSD$ -# PORTNAME= 0ad -DISTVERSION= alpha.10 -PORTREVISION= 2 +PORTVERSION= 0.0.11 CATEGORIES= games MASTER_SITES= SF/zero-ad/releases -DISTFILES= ${PORTNAME}-${SVNREV}-alpha-unix-build.tar.xz \ - ${PORTNAME}-${SVNREV}-alpha-unix-data.tar.xz +DISTFILES= ${PORTNAME}-${PORTVERSION}-alpha-unix-build.tar.xz \ + ${PORTNAME}-${PORTVERSION}-alpha-unix-data.tar.xz MAINTAINER= madpilot@FreeBSD.org COMMENT= Real-time strategy (RTS) game of ancient warfare @@ -27,7 +21,7 @@ LIB_DEPENDS= boost_thread:${PORTSDIR}/de curl:${PORTSDIR}/ftp/curl \ gamin-1:${PORTSDIR}/devel/gamin -WRKSRC= ${WRKDIR}/${PORTNAME}-${SVNREV}-alpha +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-alpha BUILD_WRKSRC= ${WRKSRC}/build/workspaces/gcc MAKE_ARGS= config=release USE_GMAKE= yes @@ -37,7 +31,7 @@ USE_GNOME= libxml2 gtk20 USE_GL= gl USE_OPENAL= al USE_DOS2UNIX= yes -DOS2UNIX_REGEX= .*\.[ch]p{0,2} +DOS2UNIX_REGEX= .*\.([ch]p{0,2}|make) MAKE_JOBS_SAFE= yes USE_WX= 2.8 @@ -47,8 +41,6 @@ MAKE_ENV+= JOBS=${_MAKE_JOBS} MANUAL_PACKAGE_BUILD= yes # huge -SVNREV= r11863 - PORTDATA= * .include Modified: head/games/0ad/distinfo ============================================================================== --- head/games/0ad/distinfo Fri Sep 14 18:10:55 2012 (r304282) +++ head/games/0ad/distinfo Fri Sep 14 18:34:21 2012 (r304283) @@ -1,4 +1,4 @@ -SHA256 (0ad-r11863-alpha-unix-build.tar.xz) = 46c08d380ce098d3d8f577d04d602bb245dfbb7f7da7b1ad009e7a0d4751435f -SIZE (0ad-r11863-alpha-unix-build.tar.xz) = 8657204 -SHA256 (0ad-r11863-alpha-unix-data.tar.xz) = 76702023402361d27b61eea37034b08e9e19b282e4cdd69954495d2dd087b90a -SIZE (0ad-r11863-alpha-unix-data.tar.xz) = 310994700 +SHA256 (0ad-0.0.11-alpha-unix-build.tar.xz) = a218c42bce111d0bcb02b3a18eb14d7c06a839b8863df362083ebd0835d3c6a3 +SIZE (0ad-0.0.11-alpha-unix-build.tar.xz) = 8682272 +SHA256 (0ad-0.0.11-alpha-unix-data.tar.xz) = a28dd9160637bc1345223ec6f9c36bb693350e9dcc35a3194f43ed463b3ba20e +SIZE (0ad-0.0.11-alpha-unix-data.tar.xz) = 350967036 Added: head/games/0ad/files/patch-build-premake-premake4-build-gmake.bsd-Premake4.make ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/0ad/files/patch-build-premake-premake4-build-gmake.bsd-Premake4.make Fri Sep 14 18:34:21 2012 (r304283) @@ -0,0 +1,20 @@ +--- build/premake/premake4/build/gmake.bsd/Premake4.make.orig 2012-09-13 04:29:58.196744551 +0200 ++++ build/premake/premake4/build/gmake.bsd/Premake4.make 2012-09-13 04:32:48.083760584 +0200 +@@ -24,7 +24,7 @@ + TARGETDIR = ../../bin/release + TARGET = $(TARGETDIR)/premake4 + DEFINES += -DNDEBUG -DLUA_USE_POSIX -DLUA_USE_DLOPEN +- INCLUDES += -I../../src/host/lua-5.1.4/src ++ INCLUDES += -I../../src/host/lua-5.1.4/src -I$(LOCALBASE)/include/wx-2.8 + CPPFLAGS += -MMD -MP $(DEFINES) $(INCLUDES) + CFLAGS += $(CPPFLAGS) -Wall -Os + CXXFLAGS += $(CPPFLAGS) -Wall -Os +@@ -46,7 +46,7 @@ + TARGETDIR = ../../bin/debug + TARGET = $(TARGETDIR)/premake4 + DEFINES += -D_DEBUG -DLUA_USE_POSIX -DLUA_USE_DLOPEN +- INCLUDES += -I../../src/host/lua-5.1.4/src ++ INCLUDES += -I../../src/host/lua-5.1.4/src -I$(LOCALBASE)/include/wx-2.8 + CPPFLAGS += -MMD -MP $(DEFINES) $(INCLUDES) + CFLAGS += $(CPPFLAGS) -Wall -g + CXXFLAGS += $(CPPFLAGS) -Wall -g Modified: head/games/0ad/files/patch-build-premake-premake4.lua ============================================================================== --- head/games/0ad/files/patch-build-premake-premake4.lua Fri Sep 14 18:10:55 2012 (r304282) +++ head/games/0ad/files/patch-build-premake-premake4.lua Fri Sep 14 18:34:21 2012 (r304283) @@ -1,14 +1,14 @@ ---- build/premake/premake4.lua.orig 2012-02-21 21:27:25.000000000 +0100 -+++ build/premake/premake4.lua 2012-05-17 23:23:30.211530880 +0200 -@@ -215,7 +215,6 @@ +--- build/premake/premake4.lua.orig 2012-08-15 02:10:44.000000000 +0200 ++++ build/premake/premake4.lua 2012-09-13 04:13:10.184743291 +0200 +@@ -220,7 +220,6 @@ - -- enable security features (stack checking etc) that shouldn't have - -- a significant effect on performance and can catch bugs -- "-fstack-protector-all", - "-D_FORTIFY_SOURCE=2", + -- enable security features (stack checking etc) that shouldn't have + -- a significant effect on performance and can catch bugs +- "-fstack-protector-all", + "-D_FORTIFY_SOURCE=2", - -- always enable strict aliasing (useful in debug builds because of the warnings) -@@ -276,11 +275,11 @@ + -- always enable strict aliasing (useful in debug builds because of the warnings) +@@ -292,11 +291,11 @@ -- X11 includes may be installed in one of a gadzillion of three places -- Famous last words: "You can't include too much! ;-)" includedirs { From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 18:36:36 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D18D8106566B; Fri, 14 Sep 2012 18:36:36 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BCC548FC14; Fri, 14 Sep 2012 18:36:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EIaa9k083137; Fri, 14 Sep 2012 18:36:36 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EIaalW083134; Fri, 14 Sep 2012 18:36:36 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209141836.q8EIaalW083134@svn.freebsd.org> From: Bryan Drewery Date: Fri, 14 Sep 2012 18:36:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304284 - head/databases/pecl-chdb X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 18:36:36 -0000 Author: bdrewery Date: Fri Sep 14 18:36:36 2012 New Revision: 304284 URL: http://svn.freebsd.org/changeset/ports/304284 Log: - Update to 1.0.2 - Switch to using USE_GITHUB as a MASTER_SITE Modified: head/databases/pecl-chdb/Makefile head/databases/pecl-chdb/distinfo Modified: head/databases/pecl-chdb/Makefile ============================================================================== --- head/databases/pecl-chdb/Makefile Fri Sep 14 18:34:21 2012 (r304283) +++ head/databases/pecl-chdb/Makefile Fri Sep 14 18:36:36 2012 (r304284) @@ -6,11 +6,9 @@ # PORTNAME= chdb -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= databases -MASTER_SITES= https://github.com/lcastelli/chdb/tarball/${DISTVERSION}/ PKGNAMEPREFIX= pecl- -DISTNAME= lcastelli-${PORTNAME}-v${DISTVERSION}-0-g${DISTVERSION} DIST_SUBDIR= PECL MAINTAINER= ports@FreeBSD.org @@ -29,9 +27,9 @@ IGNORE_WITH_PHP=5 CFLAGS+= -L${LOCALBASE}/lib -GITVERSION= 5c9a37d -FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/lcastelli-${PORTNAME}-${GITVERSION} +USE_GITHUB= yes +GH_ACCOUNT= lcastelli +GH_COMMIT= 169f45d CONFIGURE_ARGS= --with-libcmph-dir=${LOCALBASE}/lib Modified: head/databases/pecl-chdb/distinfo ============================================================================== --- head/databases/pecl-chdb/distinfo Fri Sep 14 18:34:21 2012 (r304283) +++ head/databases/pecl-chdb/distinfo Fri Sep 14 18:36:36 2012 (r304284) @@ -1,2 +1,2 @@ -SHA256 (PECL/lcastelli-chdb-v1.0.1-0-g1.0.1.tar.gz) = 3e95bdd8b450770629587ebbb767a2cecbe7b1e2d39715cd02f69fba3f5d2d8d -SIZE (PECL/lcastelli-chdb-v1.0.1-0-g1.0.1.tar.gz) = 9568 +SHA256 (PECL/chdb-1.0.2.tar.gz) = cee6533906e39c9aab3014ddba556b691f3422500fc5ac8e98968d989c96dd50 +SIZE (PECL/chdb-1.0.2.tar.gz) = 9722 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 18:36:46 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A09E1065747; Fri, 14 Sep 2012 18:36:46 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 055BA8FC16; Fri, 14 Sep 2012 18:36:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EIajWU083222; Fri, 14 Sep 2012 18:36:45 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EIajYE083220; Fri, 14 Sep 2012 18:36:45 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201209141836.q8EIajYE083220@svn.freebsd.org> From: Jung-uk Kim Date: Fri, 14 Sep 2012 18:36:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304285 - head/java/classpath X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 18:36:46 -0000 Author: jkim Date: Fri Sep 14 18:36:45 2012 New Revision: 304285 URL: http://svn.freebsd.org/changeset/ports/304285 Log: Add license. Modified: head/java/classpath/Makefile Modified: head/java/classpath/Makefile ============================================================================== --- head/java/classpath/Makefile Fri Sep 14 18:36:36 2012 (r304284) +++ head/java/classpath/Makefile Fri Sep 14 18:36:45 2012 (r304285) @@ -16,6 +16,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= java@FreeBSD.org COMMENT= A GNU project to create a free Java class library +LICENSE= GPLv2 + BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ ${JAVALIBDIR}/antlr.jar:${PORTSDIR}/devel/antlr From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 18:54:34 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4B7A106564A; Fri, 14 Sep 2012 18:54:34 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 762B48FC12; Fri, 14 Sep 2012 18:54:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EIsYAv086306; Fri, 14 Sep 2012 18:54:34 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EIsYvX086304; Fri, 14 Sep 2012 18:54:34 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209141854.q8EIsYvX086304@svn.freebsd.org> From: Bryan Drewery Date: Fri, 14 Sep 2012 18:54:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304286 - head/net-im/mu-conference X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 18:54:34 -0000 Author: bdrewery Date: Fri Sep 14 18:54:33 2012 New Revision: 304286 URL: http://svn.freebsd.org/changeset/ports/304286 Log: - Convert to new options framework - Remove LICENSE_FILE for GPL - Remove ABI versions for LIB_DEPENDS Modified: head/net-im/mu-conference/Makefile Modified: head/net-im/mu-conference/Makefile ============================================================================== --- head/net-im/mu-conference/Makefile Fri Sep 14 18:36:45 2012 (r304285) +++ head/net-im/mu-conference/Makefile Fri Sep 14 18:54:33 2012 (r304286) @@ -14,19 +14,21 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Multi-User Conferencing component for Jabber -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ - idn.17:${PORTSDIR}/dns/libidn - LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \ + idn:${PORTSDIR}/dns/libidn USE_GNOME= glib20 pkgconfig USE_RC_SUBR= ${PORTNAME} -OPTIONS= MYSQL "Enable MySQL support" off \ - JABBER "Use with jabberd14 (net-im/jabber)" off \ - JABBERD "Use with jabberd 2.x (net-im/jabberd)" off \ - EJABBERD "Use with ejabberd (net-im/ejabberd)" off +OPTIONS_DEFINE= MYSQL +OPTIONS_SINGLE= SERVER +OPTIONS_SINGLE_SERVER= JABBER JABBERD EJABBERD + +JABBER_DESC= Use with jabberd14 (net-im/jabber) +JABBERD_DESC= Use with jabberd 2.x (net-im/jabberd) +EJABBERD_DESC= Use with ejabberd (net-im/ejabberd) SUB_FILES+= pkg-message README.FreeBSD.jabberd14 \ README.FreeBSD.jabberd2 README.FreeBSD.external @@ -40,7 +42,7 @@ MAKE_JOBS_UNSAFE= yes .include -.if defined(WITH_MYSQL) +.if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes CFLAGS+= -DHAVE_MYSQL LIBS+= `${LOCALBASE}/bin/mysql_config --libs` @@ -50,19 +52,19 @@ DOCFILES+= README.sql mu-conference.sql MUC_LOGDIR?= /var/log/mu-conference -.if defined(WITH_JABBER) +.if ${PORT_OPTIONS:MJABBER} JABBER_REQUIRE?= jabber JABBER_USER?= jabber JABBER_PIDDIR?= /var/run/jabberd JABBER_SPOOLDIR?= /var/spool/jabberd RUN_DEPENDS+= jabberd14:${PORTSDIR}/net-im/jabber -.elif defined(WITH_JABBERD) +.elif ${PORT_OPTIONS:MJABBERD} JABBER_REQUIRE?= jabberd JABBER_USER?= jabber JABBER_PIDDIR?= /var/jabberd/pid JABBER_SPOOLDIR?= /var/spool/jabber RUN_DEPENDS+= jabberd:${PORTSDIR}/net-im/jabberd -.elif defined(WITH_EJABBERD) +.elif ${PORT_OPTIONS:MEJABBERD} JABBER_REQUIRE?= ejabberd JABBER_USER?= ejabberd JABBER_PIDDIR?= /var/jabberd/pid From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 19:02:13 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 72077106566B; Fri, 14 Sep 2012 19:02:13 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 5DBBF8FC0C; Fri, 14 Sep 2012 19:02:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EJ2DxU087712; Fri, 14 Sep 2012 19:02:13 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EJ2Dbt087709; Fri, 14 Sep 2012 19:02:13 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201209141902.q8EJ2Dbt087709@svn.freebsd.org> From: Jason Helfman Date: Fri, 14 Sep 2012 19:02:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304287 - head/sysutils/ezjail X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 19:02:13 -0000 Author: jgh Date: Fri Sep 14 19:02:12 2012 New Revision: 304287 URL: http://svn.freebsd.org/changeset/ports/304287 Log: - update to 3.2.2 PR: 171628 Submitted by: maintainer, erdgeist@erdgeist.org Modified: head/sysutils/ezjail/Makefile head/sysutils/ezjail/distinfo Modified: head/sysutils/ezjail/Makefile ============================================================================== --- head/sysutils/ezjail/Makefile Fri Sep 14 18:54:33 2012 (r304286) +++ head/sysutils/ezjail/Makefile Fri Sep 14 19:02:12 2012 (r304287) @@ -1,13 +1,7 @@ -# New ports collection makefile for: ezjail -# Date created: 1 September 2005 -# Whom: erdgeist -# # $FreeBSD$ -# PORTNAME= ezjail -PORTVERSION= 3.2.1 -PORTREVISION= 1 +PORTVERSION= 3.2.2 CATEGORIES= sysutils MASTER_SITES= http://erdgeist.org/arts/software/ezjail/ Modified: head/sysutils/ezjail/distinfo ============================================================================== --- head/sysutils/ezjail/distinfo Fri Sep 14 18:54:33 2012 (r304286) +++ head/sysutils/ezjail/distinfo Fri Sep 14 19:02:12 2012 (r304287) @@ -1,2 +1,2 @@ -SHA256 (ezjail-3.2.1.tar.bz2) = 7c02956fd5b8abf2e92c1f3f8c71ab853ecb68016048cb39e243b93ceeca7ec7 -SIZE (ezjail-3.2.1.tar.bz2) = 34284 +SHA256 (ezjail-3.2.2.tar.bz2) = b942c670a595d74586fbd13d29d6b6dd5d6871876261254e936d28cda031e4e0 +SIZE (ezjail-3.2.2.tar.bz2) = 34579 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 19:06:34 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D3EAB1065670; Fri, 14 Sep 2012 19:06:34 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BEBA68FC0A; Fri, 14 Sep 2012 19:06:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EJ6Yij088429; Fri, 14 Sep 2012 19:06:34 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EJ6YaV088427; Fri, 14 Sep 2012 19:06:34 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209141906.q8EJ6YaV088427@svn.freebsd.org> From: Bryan Drewery Date: Fri, 14 Sep 2012 19:06:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304288 - head/net-im/mu-conference X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 19:06:35 -0000 Author: bdrewery Date: Fri Sep 14 19:06:34 2012 New Revision: 304288 URL: http://svn.freebsd.org/changeset/ports/304288 Log: - Default to DAEMON mode Modified: head/net-im/mu-conference/Makefile Modified: head/net-im/mu-conference/Makefile ============================================================================== --- head/net-im/mu-conference/Makefile Fri Sep 14 19:02:12 2012 (r304287) +++ head/net-im/mu-conference/Makefile Fri Sep 14 19:06:34 2012 (r304288) @@ -23,12 +23,14 @@ USE_GNOME= glib20 pkgconfig USE_RC_SUBR= ${PORTNAME} OPTIONS_DEFINE= MYSQL +OPTIONS_DEFAULT=DAEMON OPTIONS_SINGLE= SERVER -OPTIONS_SINGLE_SERVER= JABBER JABBERD EJABBERD +OPTIONS_SINGLE_SERVER= JABBER JABBERD EJABBERD DAEMON JABBER_DESC= Use with jabberd14 (net-im/jabber) JABBERD_DESC= Use with jabberd 2.x (net-im/jabberd) EJABBERD_DESC= Use with ejabberd (net-im/ejabberd) +DAEMON_DESC= Use builtin daemon SUB_FILES+= pkg-message README.FreeBSD.jabberd14 \ README.FreeBSD.jabberd2 README.FreeBSD.external @@ -70,7 +72,7 @@ JABBER_USER?= ejabberd JABBER_PIDDIR?= /var/jabberd/pid JABBER_SPOOLDIR?= /var/spool/jabber RUN_DEPENDS+= ejabberdctl:${PORTSDIR}/net-im/ejabberd -.else +.elif ${PORT_OPTIONS:MDAEMON} JABBER_REQUIRE?= DAEMON JABBER_USER?= nobody JABBER_PIDDIR?= /var/run/mu-conference From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 19:08:56 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57CF6106564A; Fri, 14 Sep 2012 19:08:56 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 42FA28FC0A; Fri, 14 Sep 2012 19:08:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EJ8uxD088907; Fri, 14 Sep 2012 19:08:56 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EJ8urw088905; Fri, 14 Sep 2012 19:08:56 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209141908.q8EJ8urw088905@svn.freebsd.org> From: Bryan Drewery Date: Fri, 14 Sep 2012 19:08:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304289 - head/net-im/jabber-pyicq X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 19:08:56 -0000 Author: bdrewery Date: Fri Sep 14 19:08:55 2012 New Revision: 304289 URL: http://svn.freebsd.org/changeset/ports/304289 Log: - Convert to new options framework - Remove GPL LICENSE_FILE - Remove use of bsd.port.pre.mk Modified: head/net-im/jabber-pyicq/Makefile Modified: head/net-im/jabber-pyicq/Makefile ============================================================================== --- head/net-im/jabber-pyicq/Makefile Fri Sep 14 19:06:34 2012 (r304288) +++ head/net-im/jabber-pyicq/Makefile Fri Sep 14 19:08:55 2012 (r304289) @@ -17,18 +17,21 @@ DIST_SUBDIR= jabber MAINTAINER= ports@FreeBSD.org COMMENT= Python ICQ-Transport for Jabber +LICENSE= GPLv2 + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl \ ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - PROJECTHOST= pyicqt -OPTIONS= JABBER "Use with jabberd14 (net-im/jabber)" off \ - JABBERD "Use with jabberd 2.x (net-im/jabberd)" off \ - EJABBERD "Use with ejabberd (net-im/ejabberd)" off \ - TWISTED1 "Use old py-twisted 1.x" off \ - MYSQL "Support MySQL storage" off +OPTIONS_DEFINE= TWISTED1 MYSQL +OPTIONS_DEFAULT=DAEMON +OPTIONS_SINGLE= SERVER +OPTIONS_SINGLE_SERVER= JABBER JABBERD EJABBERD DAEMON +JABBER_DESC= Use with jabberd14 (net-im/jabber) +JABBERD_DESC= Use with jabberd 2.x (net-im/jabberd) +EJABBERD_DESC= Use with ejabberd (net-im/ejabberd) +DAEMON_DESC= Use builtin daemon +TWISTED1_DESC= Use old py-twisted 1.x NO_BUILD= yes USE_PYTHON= yes @@ -42,32 +45,27 @@ INST_DIR= ${PREFIX}/lib/jabber/${PORTNAM PORTDOCS= NEWS README README.jabberd14 README.jabberd2 README.external -.include +.include -.if (defined(WITH_JABBERD) && (defined(WITH_JABBER) || defined(WITH_EJABBERD))) || \ - defined(WITH_JABBER) && defined(WITH_EJABBERD) -IGNORE= options WITH_JABBER, WITH_JABBERD and WITH_EJABBERD are mutually exclusive -.endif - -.if defined(WITH_JABBER) +.if ${PORT_OPTIONS:MJABBER} JABBER_REQUIRE?= jabber JABBER_USER?= jabber JABBER_PIDDIR?= /var/run/jabberd JABBER_SPOOLDIR?= /var/spool/jabberd RUN_DEPENDS+= jabberd14:${PORTSDIR}/net-im/jabber -.elif defined(WITH_JABBERD) +.elif ${PORT_OPTIONS:MJABBERD} JABBER_REQUIRE?= jabberd JABBER_USER?= jabber JABBER_PIDDIR?= /var/jabberd/pid JABBER_SPOOLDIR?= /var/spool/jabber RUN_DEPENDS+= jabberd:${PORTSDIR}/net-im/jabberd -.elif defined(WITH_EJABBERD) +.elif ${PORT_OPTIONS:MEJABBERD} JABBER_REQUIRE?= ejabberd JABBER_USER?= ejabberd JABBER_PIDDIR?= /var/jabberd/pid JABBER_SPOOLDIR?= /var/spool/jabber RUN_DEPENDS+= ejabberdctl:${PORTSDIR}/net-im/ejabberd -.else +.elif ${PORT_OPTIONS:MDAEMON} JABBER_REQUIRE?= DAEMON JABBER_USER?= nobody JABBER_PIDDIR?= /var/run/pyicq @@ -78,7 +76,7 @@ SUB_LIST+= JABBER_REQUIRE="${JABBER_REQU JABBER_PIDDIR="${JABBER_PIDDIR}" \ JABBER_SPOOLDIR="${JABBER_SPOOLDIR}" -.if defined(WITH_TWISTED1) +.if ${PORT_OPTIONS:MTWIESTED1} RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twisted .else RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twistedCore \ @@ -86,7 +84,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twist ${PYTHON_SITELIBDIR}/twisted/words/__init__.py:${PORTSDIR}/net-im/py-twistedWords .endif -.if defined(WITH_MYSQL) +.if ${PORT_OPTIONS:MMYSQL} RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=0:${PORTSDIR}/databases/py-MySQLdb .endif @@ -128,4 +126,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include +.include From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 19:14:12 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE466106566B; Fri, 14 Sep 2012 19:14:11 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CFD528FC0C; Fri, 14 Sep 2012 19:14:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EJEBFJ089870; Fri, 14 Sep 2012 19:14:11 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EJEBCR089868; Fri, 14 Sep 2012 19:14:11 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209141914.q8EJEBCR089868@svn.freebsd.org> From: Bryan Drewery Date: Fri, 14 Sep 2012 19:14:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304290 - head/net-im/jabber-pymsn X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 19:14:12 -0000 Author: bdrewery Date: Fri Sep 14 19:14:11 2012 New Revision: 304290 URL: http://svn.freebsd.org/changeset/ports/304290 Log: - Convert to new options framework - Remove use of bsd.port.pre.mk Modified: head/net-im/jabber-pymsn/Makefile Modified: head/net-im/jabber-pymsn/Makefile ============================================================================== --- head/net-im/jabber-pymsn/Makefile Fri Sep 14 19:08:55 2012 (r304289) +++ head/net-im/jabber-pymsn/Makefile Fri Sep 14 19:14:11 2012 (r304290) @@ -21,10 +21,15 @@ COMMENT= Python MSN-Transport for Jabber RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl \ ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging -OPTIONS= JABBER "Use with jabberd14 (net-im/jabber)" off \ - JABBERD "Use with jabberd 2.x (net-im/jabberd)" off \ - EJABBERD "Use with ejabberd (net-im/ejabberd)" off \ - TWISTED1 "Use old py-twisted 1.x" off +OPTIONS_DEFINE= TWISTED1 +OPTIONS_DEFAULT=DAEMON +OPTIONS_SINGLE= SERVER +OPTIONS_SINGLE_SERVER= JABBER JABBERD EJABBERD DAEMON +JABBER_DESC= Use with jabberd14 (net-im/jabber) +JABBERD_DESC= Use with jabberd 2.x (net-im/jabberd) +EJABBERD_DESC= Use with ejabberd (net-im/ejabberd) +DAEMON_DESC= Use builtin daemon +TWISTED1_DESC= Use old py-twisted 1.x NO_BUILD= yes USE_PYTHON= yes @@ -38,32 +43,27 @@ INST_DIR= ${PREFIX}/lib/jabber/${PORTNAM PORTDOCS= COPYING README README.jabberd14 README.jabberd2 README.external -.include +.include -.if (defined(WITH_JABBERD) && (defined(WITH_JABBER) || defined(WITH_EJABBERD))) || \ - defined(WITH_JABBER) && defined(WITH_EJABBERD) -IGNORE= options WITH_JABBER, WITH_JABBERD and WITH_EJABBERD are mutually exclusive -.endif - -.if defined(WITH_JABBER) +.if ${PORT_OPTIONS:MJABBER} JABBER_REQUIRE?= jabber JABBER_USER?= jabber JABBER_PIDDIR?= /var/run/jabberd JABBER_SPOOLDIR?= /var/spool/jabberd RUN_DEPENDS+= jabberd14:${PORTSDIR}/net-im/jabber -.elif defined(WITH_JABBERD) +.elif ${PORT_OPTIONS:MJABBERD} JABBER_REQUIRE?= jabberd JABBER_USER?= jabber JABBER_PIDDIR?= /var/jabberd/pid JABBER_SPOOLDIR?= /var/spool/jabber RUN_DEPENDS+= jabberd:${PORTSDIR}/net-im/jabberd -.elif defined(WITH_EJABBERD) +.elif ${PORT_OPTIONS:MEJABBERD} JABBER_REQUIRE?= ejabberd JABBER_USER?= ejabberd JABBER_PIDDIR?= /var/jabberd/pid JABBER_SPOOLDIR?= /var/spool/jabber RUN_DEPENDS+= ejabberdctl:${PORTSDIR}/net-im/ejabberd -.else +.elif ${PORT_OPTIONS:MDAEMON} JABBER_REQUIRE?= DAEMON JABBER_USER?= nobody JABBER_PIDDIR?= /var/run/pymsn @@ -73,7 +73,7 @@ JABBER_SPOOLDIR?= /var/spool/pymsn SUB_LIST+= JABBER_REQUIRE="${JABBER_REQUIRE}" JABBER_PIDDIR="${JABBER_PIDDIR}" \ JABBER_SPOOLDIR="${JABBER_SPOOLDIR}" -.if defined(WITH_TWISTED1) +.if ${PORT_OPTIONS:MTWISTED1} RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twisted .else RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twistedCore \ @@ -129,4 +129,4 @@ do-install: post-install: @${CAT} ${PKGMESSAGE} -.include +.include From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 19:22:52 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CD324106566C; Fri, 14 Sep 2012 19:22:52 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id ADCED8FC17; Fri, 14 Sep 2012 19:22:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EJMqYw091379; Fri, 14 Sep 2012 19:22:52 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EJMqsB091371; Fri, 14 Sep 2012 19:22:52 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201209141922.q8EJMqsB091371@svn.freebsd.org> From: Raphael Kubo da Costa Date: Fri, 14 Sep 2012 19:22:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304291 - in head/devel: cmake cmake-gui cmake-modules cmake/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 19:22:52 -0000 Author: rakuco Date: Fri Sep 14 19:22:51 2012 New Revision: 304291 URL: http://svn.freebsd.org/changeset/ports/304291 Log: Update CMake to 2.8.9. PR: ports/170654 Deleted: head/devel/cmake/files/patch-git_3ea850a5023060b84dcc0e6f0098c32c28b15807 Modified: head/devel/cmake-gui/Makefile head/devel/cmake-gui/distinfo head/devel/cmake-modules/pkg-plist head/devel/cmake/Makefile head/devel/cmake/distinfo head/devel/cmake/files/patch-Modules_FindJava.cmake head/devel/cmake/pkg-plist Modified: head/devel/cmake-gui/Makefile ============================================================================== --- head/devel/cmake-gui/Makefile Fri Sep 14 19:14:11 2012 (r304290) +++ head/devel/cmake-gui/Makefile Fri Sep 14 19:22:51 2012 (r304291) @@ -6,8 +6,7 @@ # PORTNAME= cmake -PORTVERSION= 2.8.8 -PORTREVISION= 1 +PORTVERSION= 2.8.9 CATEGORIES= devel MASTER_SITES= http://www.${PORTNAME}.org/files/v${PORTVERSION:C/\.[[:digit:]]+$//}/ PKGNAMESUFFIX= -gui Modified: head/devel/cmake-gui/distinfo ============================================================================== --- head/devel/cmake-gui/distinfo Fri Sep 14 19:14:11 2012 (r304290) +++ head/devel/cmake-gui/distinfo Fri Sep 14 19:22:51 2012 (r304291) @@ -1,2 +1,2 @@ -SHA256 (cmake-2.8.8.tar.gz) = 2b59897864d6220ff20aa8eac64cac8994e004898a1c0f899c8cb4d7b7570b46 -SIZE (cmake-2.8.8.tar.gz) = 5691656 +SHA256 (cmake-2.8.9.tar.gz) = dc3dcc7399be8636471975f955086cdf800739862c240858a98e89719e45e6f9 +SIZE (cmake-2.8.9.tar.gz) = 5658837 Modified: head/devel/cmake-modules/pkg-plist ============================================================================== --- head/devel/cmake-modules/pkg-plist Fri Sep 14 19:14:11 2012 (r304290) +++ head/devel/cmake-modules/pkg-plist Fri Sep 14 19:22:51 2012 (r304291) @@ -26,6 +26,7 @@ %%DATADIR%%/Modules/CMakeCXXCompilerABI.cpp %%DATADIR%%/Modules/CMakeCXXCompilerId.cpp.in %%DATADIR%%/Modules/CMakeCXXInformation.cmake +%%DATADIR%%/Modules/CMakeClDeps.cmake %%DATADIR%%/Modules/CMakeCommonLanguageInclude.cmake %%DATADIR%%/Modules/CMakeCompilerABI.h %%DATADIR%%/Modules/CMakeConfigurableFile.in @@ -269,6 +270,7 @@ %%DATADIR%%/Modules/FindLAPACK.cmake %%DATADIR%%/Modules/FindLATEX.cmake %%DATADIR%%/Modules/FindLibArchive.cmake +%%DATADIR%%/Modules/FindLibLZMA.cmake %%DATADIR%%/Modules/FindLibXml2.cmake %%DATADIR%%/Modules/FindLibXslt.cmake %%DATADIR%%/Modules/FindLua50.cmake @@ -384,6 +386,7 @@ %%DATADIR%%/Modules/MacroAddFileDependencies.cmake %%DATADIR%%/Modules/NSIS.InstallOptions.ini.in %%DATADIR%%/Modules/NSIS.template.in +%%DATADIR%%/Modules/Platform/AIX-GNU-ASM.cmake %%DATADIR%%/Modules/Platform/AIX-GNU-C.cmake %%DATADIR%%/Modules/Platform/AIX-GNU-CXX.cmake %%DATADIR%%/Modules/Platform/AIX-GNU-Fortran.cmake Modified: head/devel/cmake/Makefile ============================================================================== --- head/devel/cmake/Makefile Fri Sep 14 19:14:11 2012 (r304290) +++ head/devel/cmake/Makefile Fri Sep 14 19:22:51 2012 (r304291) @@ -6,8 +6,7 @@ # PORTNAME= cmake -PORTVERSION= 2.8.8 -PORTREVISION?= 1 +PORTVERSION= 2.8.9 CATEGORIES= devel MASTER_SITES= http://www.${PORTNAME}.org/files/v${PORTVERSION:C/\.[[:digit:]]+$//}/ Modified: head/devel/cmake/distinfo ============================================================================== --- head/devel/cmake/distinfo Fri Sep 14 19:14:11 2012 (r304290) +++ head/devel/cmake/distinfo Fri Sep 14 19:22:51 2012 (r304291) @@ -1,2 +1,2 @@ -SHA256 (cmake-2.8.8.tar.gz) = 2b59897864d6220ff20aa8eac64cac8994e004898a1c0f899c8cb4d7b7570b46 -SIZE (cmake-2.8.8.tar.gz) = 5691656 +SHA256 (cmake-2.8.9.tar.gz) = dc3dcc7399be8636471975f955086cdf800739862c240858a98e89719e45e6f9 +SIZE (cmake-2.8.9.tar.gz) = 5658837 Modified: head/devel/cmake/files/patch-Modules_FindJava.cmake ============================================================================== --- head/devel/cmake/files/patch-Modules_FindJava.cmake Fri Sep 14 19:14:11 2012 (r304290) +++ head/devel/cmake/files/patch-Modules_FindJava.cmake Fri Sep 14 19:22:51 2012 (r304291) @@ -1,11 +1,11 @@ --- ./Modules/FindJava.cmake.orig 2010-04-16 16:49:52.000000000 +1100 +++ ./Modules/FindJava.cmake 2010-04-16 16:51:27.398957616 +1100 -@@ -90,7 +90,7 @@ +@@ -107,7 +107,7 @@ # 2. OpenJDK 1.6 # 3. GCJ 1.5 # 4. Kaffe 1.4.2 -- IF(var MATCHES "java version \"[0-9]+\\.[0-9]+\\.[0-9_.]+[oem-]*\".*") -+ IF(var MATCHES "[java|openjdk] version \"[0-9]+\\.[0-9]+\\.[0-9_.]+[oem-]*\".*") +- IF(var MATCHES "java version \"[0-9]+\\.[0-9]+\\.[0-9_.]+.*\".*") ++ IF(var MATCHES "[java|openjdk] version \"[0-9]+\\.[0-9]+\\.[0-9_.]+.*\".*") # This is most likely Sun / OpenJDK, or maybe GCJ-java compat layer STRING( REGEX REPLACE ".* version \"([0-9]+\\.[0-9]+\\.[0-9_.]+)[oem-]*\".*" "\\1" Java_VERSION_STRING "${var}" ) Modified: head/devel/cmake/pkg-plist ============================================================================== --- head/devel/cmake/pkg-plist Fri Sep 14 19:14:11 2012 (r304290) +++ head/devel/cmake/pkg-plist Fri Sep 14 19:22:51 2012 (r304291) @@ -3,7 +3,13 @@ bin/cmake bin/cpack bin/ctest share/aclocal/cmake.m4 -share/emacs/site-lisp/cmake-mode.el +%%DATADIR%%/completions/cmake +%%DATADIR%%/completions/cpack +%%DATADIR%%/completions/ctest +%%DATADIR%%/editors/emacs/cmake-mode.el +%%DATADIR%%/editors/vim/cmake-help.vim +%%DATADIR%%/editors/vim/cmake-indent.vim +%%DATADIR%%/editors/vim/cmake-syntax.vim %%DATADIR%%/include/cmCPluginAPI.h %%DOCSDIR%%/Copyright.txt %%DOCSDIR%%/ccmake.docbook @@ -36,6 +42,7 @@ share/emacs/site-lisp/cmake-mode.el %%DOCSDIR%%/ctest.docbook %%DOCSDIR%%/ctest.html %%DOCSDIR%%/ctest.txt +share/emacs/site-lisp/cmake-mode.el @dirrm %%DOCSDIR%%/cmzlib @dirrm %%DOCSDIR%%/cmsys @dirrm %%DOCSDIR%%/cmlibarchive @@ -44,4 +51,8 @@ share/emacs/site-lisp/cmake-mode.el @dirrm %%DOCSDIR%%/cmcompress @dirrm %%DOCSDIR%% @dirrm %%DATADIR%%/include +@dirrm %%DATADIR%%/editors/vim +@dirrm %%DATADIR%%/editors/emacs +@dirrm %%DATADIR%%/editors +@dirrm %%DATADIR%%/completions @dirrmtry %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 19:24:21 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 640D8106567C; Fri, 14 Sep 2012 19:24:21 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 19F948FC15; Fri, 14 Sep 2012 19:24:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EJOKrQ091682; Fri, 14 Sep 2012 19:24:20 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EJOKpo091679; Fri, 14 Sep 2012 19:24:20 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209141924.q8EJOKpo091679@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Fri, 14 Sep 2012 19:24:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304292 - in head/japanese: postgresql73-man postgresql74-man postgresql80-man postgresql81-man postgresql82-man X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 19:24:21 -0000 Author: rm Date: Fri Sep 14 19:24:20 2012 New Revision: 304292 URL: http://svn.freebsd.org/changeset/ports/304292 Log: Remove unmaintained ports, that installs Japanese PostgreSQL man-pages for versions that we have not in the tree anymore, but leave databases/postgresql82-man for the case. While here clean-up this last port a bit: - strip Makefile header - s/YES/yes/ in Makefile - tab -> space in pkg-descr:WWW - remove empty pkg-plist There is no upstream distfiles for newer PostgreSQL version. Discussed with: pgsql (crees) Deleted: head/japanese/postgresql73-man/ head/japanese/postgresql74-man/ head/japanese/postgresql80-man/ head/japanese/postgresql81-man/ head/japanese/postgresql82-man/pkg-plist Modified: head/japanese/postgresql82-man/Makefile head/japanese/postgresql82-man/pkg-descr Modified: head/japanese/postgresql82-man/Makefile ============================================================================== --- head/japanese/postgresql82-man/Makefile Fri Sep 14 19:22:51 2012 (r304291) +++ head/japanese/postgresql82-man/Makefile Fri Sep 14 19:24:20 2012 (r304292) @@ -1,9 +1,4 @@ -# New ports collection makefile for: ja-postgresql-man -# Date created: 2003/05/20 -# Whom: nork@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= postgresql82 PORTVERSION= 8.2.4 @@ -17,8 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Japanese online manual pages for PostgreSQL MANLANG= ja -NO_BUILD= YES -NO_WRKSUBDIR= YES +NO_BUILD= yes +NO_WRKSUBDIR= yes MAN1= clusterdb.1 \ createdb.1 \ Modified: head/japanese/postgresql82-man/pkg-descr ============================================================================== --- head/japanese/postgresql82-man/pkg-descr Fri Sep 14 19:22:51 2012 (r304291) +++ head/japanese/postgresql82-man/pkg-descr Fri Sep 14 19:24:20 2012 (r304292) @@ -5,4 +5,4 @@ through JPUG (Japan PostgreSQL Users Gro "COPYRIGHT" included in the original PostgreSQL distribution. Japanese translation copyright belongs to SRA and JPUG. -WWW: http://www.postgresql.jp/document/ +WWW: http://www.postgresql.jp/document/ From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 19:26:38 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CD481065670; Fri, 14 Sep 2012 19:26:38 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0DBC28FC16; Fri, 14 Sep 2012 19:26:38 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EJQbFR092117; Fri, 14 Sep 2012 19:26:37 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EJQbOA092115; Fri, 14 Sep 2012 19:26:37 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209141926.q8EJQbOA092115@svn.freebsd.org> From: Bryan Drewery Date: Fri, 14 Sep 2012 19:26:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304293 - head/net-im/jabber X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 19:26:38 -0000 Author: bdrewery Date: Fri Sep 14 19:26:37 2012 New Revision: 304293 URL: http://svn.freebsd.org/changeset/ports/304293 Log: - Convert to new options framework - Remove GPL LICENSE_FILE - Remove ABI versions from LIB_DEPENDS - Mark MAKE_JOBS_UNSAFE - Remove use of bsd.port.pre.mk Modified: head/net-im/jabber/Makefile Modified: head/net-im/jabber/Makefile ============================================================================== --- head/net-im/jabber/Makefile Fri Sep 14 19:24:20 2012 (r304292) +++ head/net-im/jabber/Makefile Fri Sep 14 19:26:37 2012 (r304293) @@ -18,20 +18,17 @@ DIST_SUBDIR= jabber MAINTAINER= ports@FreeBSD.org COMMENT= XMPP/Jabber server daemon -LIB_DEPENDS= pth.20:${PORTSDIR}/devel/pth-hard \ - popt.0:${PORTSDIR}/devel/popt \ - idn.17:${PORTSDIR}/dns/libidn \ - expat.6:${PORTSDIR}/textproc/expat2 \ - tasn1.4:${PORTSDIR}/security/libtasn1 \ - gnutls.47:${PORTSDIR}/security/gnutls \ - gcrypt.18:${PORTSDIR}/security/libgcrypt - LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS= IPV6 "Enable IPv6 support" off \ - MYSQL "Build with MySQL support" off \ - PGSQL "Build with PostgreSQL support" off +LIB_DEPENDS= pth:${PORTSDIR}/devel/pth-hard \ + popt:${PORTSDIR}/devel/popt \ + idn:${PORTSDIR}/dns/libidn \ + expat:${PORTSDIR}/textproc/expat2 \ + tasn1:${PORTSDIR}/security/libtasn1 \ + gnutls:${PORTSDIR}/security/gnutls \ + gcrypt:${PORTSDIR}/security/libgcrypt + +OPTIONS_DEFINE= IPV6 MYSQL PGSQL USE_RC_SUBR= jabber USE_ICONV= yes @@ -39,6 +36,7 @@ USE_GMAKE= yes USE_GETTEXT= yes USE_AUTOTOOLS= libtool USE_LDCONFIG= ${PREFIX}/lib/jabber +MAKE_JOBS_UNSAFE= yes .if !defined(NO_INSTALL_MANPAGES) MAN5= jabber.xml.5 @@ -73,19 +71,19 @@ SUB_LIST+= JABBER_USER=${JABBER_USER} JA DOCS= AUTHORS ChangeLog INSTALL NEWS README README.SQL README.config \ README.filespool README.karma README.protocols TODO UPGRADE mysql.sql -.include +.include -.if defined(WITH_MYSQL) +.if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} .endif -.if defined(WITH_PGSQL) +.if ${PORT_OPTIONS:MPGSQL} USE_PGSQL= yes CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE} .endif -.if defined(WITH_IPV6) +.if ${PORT_OPTIONS:MIPV6} CONFIGURE_ARGS+= --enable-ipv6 .endif @@ -119,4 +117,4 @@ post-install: @PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL @${CAT} ${PKGMESSAGE} -.include +.include From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 19:40:47 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 117A01065678; Fri, 14 Sep 2012 19:40:47 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B85B98FC1C; Fri, 14 Sep 2012 19:40:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EJekD8094547; Fri, 14 Sep 2012 19:40:46 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EJekE0094544; Fri, 14 Sep 2012 19:40:46 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209141940.q8EJekE0094544@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Fri, 14 Sep 2012 19:40:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304294 - in head: . japanese X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 19:40:47 -0000 Author: rm Date: Fri Sep 14 19:40:46 2012 New Revision: 304294 URL: http://svn.freebsd.org/changeset/ports/304294 Log: - disconnect japanese/postgresqlXX-man from the build - add MOVED entries I didn't do this for a long time, so just forgot about. Sorry. Modified: head/MOVED head/japanese/Makefile Modified: head/MOVED ============================================================================== --- head/MOVED Fri Sep 14 19:26:37 2012 (r304293) +++ head/MOVED Fri Sep 14 19:40:46 2012 (r304294) @@ -3665,3 +3665,7 @@ lang/spidermonkey|lang/spidermonkey17|20 cad/gtkwave3|cad/gtkwave|2012-09-04|There is only one version of this now multimedia/x264-devel||2012-09-07|Has expired: x264 github development makes this port obsolete audio/holyshout||2012-09-07|Has expired: upstream has disappeared +postgresql73-man||2012-09-13|There no according PostgreSQL version in the tree anymore +postgresql74-man||2012-09-13|There no according PostgreSQL version in the tree anymore +postgresql80-man||2012-09-13|There no according PostgreSQL version in the tree anymore +postgresql81-man||2012-09-13|There no according PostgreSQL version in the tree anymore Modified: head/japanese/Makefile ============================================================================== --- head/japanese/Makefile Fri Sep 14 19:26:37 2012 (r304293) +++ head/japanese/Makefile Fri Sep 14 19:40:46 2012 (r304294) @@ -256,10 +256,6 @@ SUBDIR += platex-jsclasses SUBDIR += platex-otf SUBDIR += platex209 - SUBDIR += postgresql73-man - SUBDIR += postgresql74-man - SUBDIR += postgresql80-man - SUBDIR += postgresql81-man SUBDIR += postgresql82-man SUBDIR += prime SUBDIR += prime-dict From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 20:06:41 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91F42106564A; Fri, 14 Sep 2012 20:06:41 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7CBD58FC1B; Fri, 14 Sep 2012 20:06:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EK6fWA098690; Fri, 14 Sep 2012 20:06:41 GMT (envelope-from tota@svn.freebsd.org) Received: (from tota@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EK6fTw098687; Fri, 14 Sep 2012 20:06:41 GMT (envelope-from tota@svn.freebsd.org) Message-Id: <201209142006.q8EK6fTw098687@svn.freebsd.org> From: TAKATSU Tomonari Date: Fri, 14 Sep 2012 20:06:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304295 - head/science/R-cran-e1071 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 20:06:41 -0000 Author: tota Date: Fri Sep 14 20:06:40 2012 New Revision: 304295 URL: http://svn.freebsd.org/changeset/ports/304295 Log: - Update to 1.6-1 Modified: head/science/R-cran-e1071/Makefile head/science/R-cran-e1071/distinfo Modified: head/science/R-cran-e1071/Makefile ============================================================================== --- head/science/R-cran-e1071/Makefile Fri Sep 14 19:40:46 2012 (r304294) +++ head/science/R-cran-e1071/Makefile Fri Sep 14 20:06:40 2012 (r304295) @@ -6,8 +6,7 @@ # PORTNAME= e1071 -PORTVERSION= 1.6 -PORTREVISION= 3 +DISTVERSION= 1.6-1 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/science/R-cran-e1071/distinfo ============================================================================== --- head/science/R-cran-e1071/distinfo Fri Sep 14 19:40:46 2012 (r304294) +++ head/science/R-cran-e1071/distinfo Fri Sep 14 20:06:40 2012 (r304295) @@ -1,2 +1,2 @@ -SHA256 (e1071_1.6.tar.gz) = 407a9a7c4d0b5424cc1fb3341bdd86c5931d2d2c8cb2426a2a689b5280a0a365 -SIZE (e1071_1.6.tar.gz) = 425215 +SHA256 (e1071_1.6-1.tar.gz) = 4e2e998000f715d9533160bf4f8744c73f6f79513e4152708d57bc7d3d737991 +SIZE (e1071_1.6-1.tar.gz) = 258910 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 20:31:58 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B223106564A; Fri, 14 Sep 2012 20:31:58 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D05788FC0C; Fri, 14 Sep 2012 20:31:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EKVv1q002842; Fri, 14 Sep 2012 20:31:57 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EKVv0a002837; Fri, 14 Sep 2012 20:31:57 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209142031.q8EKVv0a002837@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Fri, 14 Sep 2012 20:31:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304296 - in head/sysutils: bacula-docs bacula-server X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 20:31:58 -0000 Author: rm Date: Fri Sep 14 20:31:57 2012 New Revision: 304296 URL: http://svn.freebsd.org/changeset/ports/304296 Log: - update bacula-server and bacula-docs to 5.2.12 This release fixes crash of bacula director (bug #1932) PR: 171648 Submitted by: Dan Langille (maintainer) Modified: head/sysutils/bacula-docs/Makefile head/sysutils/bacula-docs/distinfo head/sysutils/bacula-server/Makefile head/sysutils/bacula-server/distinfo Modified: head/sysutils/bacula-docs/Makefile ============================================================================== --- head/sysutils/bacula-docs/Makefile Fri Sep 14 20:06:40 2012 (r304295) +++ head/sysutils/bacula-docs/Makefile Fri Sep 14 20:31:57 2012 (r304296) @@ -6,7 +6,7 @@ # PORTNAME= bacula -PORTVERSION= 5.2.11 +PORTVERSION= 5.2.12 CATEGORIES= sysutils MASTER_SITES= SF PKGNAMESUFFIX= -docs Modified: head/sysutils/bacula-docs/distinfo ============================================================================== --- head/sysutils/bacula-docs/distinfo Fri Sep 14 20:06:40 2012 (r304295) +++ head/sysutils/bacula-docs/distinfo Fri Sep 14 20:31:57 2012 (r304296) @@ -1,4 +1,4 @@ -SHA256 (bacula-docs-5.2.11.tar.bz2) = a9f4ace10e7239f89513a35cc3ebbbd132b1b79a3d5d0ca911a2248094dd2043 -SIZE (bacula-docs-5.2.11.tar.bz2) = 41969345 -SHA256 (bacula-5.2.11.tar.gz) = 1493554ef3d6460e75797d23f8294e96a92bf90ea34c135cbf2ab85b0b8b2001 -SIZE (bacula-5.2.11.tar.gz) = 4147470 +SHA256 (bacula-docs-5.2.12.tar.bz2) = 0cb61dbb1224786521286ce2b828d6b802908efc32ef7220db2e3e35530b7876 +SIZE (bacula-docs-5.2.12.tar.bz2) = 41968688 +SHA256 (bacula-5.2.12.tar.gz) = 360435634e28881b3fedb0dc1901b9c9be1895ce1e39c9737262b25f44513887 +SIZE (bacula-5.2.12.tar.gz) = 4147847 Modified: head/sysutils/bacula-server/Makefile ============================================================================== --- head/sysutils/bacula-server/Makefile Fri Sep 14 20:06:40 2012 (r304295) +++ head/sysutils/bacula-server/Makefile Fri Sep 14 20:31:57 2012 (r304296) @@ -6,7 +6,7 @@ # PORTNAME= bacula -DISTVERSION= 5.2.11 +DISTVERSION= 5.2.12 CATEGORIES?= sysutils MASTER_SITES= SF/bacula/bacula/${PORTVERSION} Modified: head/sysutils/bacula-server/distinfo ============================================================================== --- head/sysutils/bacula-server/distinfo Fri Sep 14 20:06:40 2012 (r304295) +++ head/sysutils/bacula-server/distinfo Fri Sep 14 20:31:57 2012 (r304296) @@ -1,2 +1,2 @@ -SHA256 (bacula-5.2.11.tar.gz) = 1493554ef3d6460e75797d23f8294e96a92bf90ea34c135cbf2ab85b0b8b2001 -SIZE (bacula-5.2.11.tar.gz) = 4147470 +SHA256 (bacula-5.2.12.tar.gz) = 360435634e28881b3fedb0dc1901b9c9be1895ce1e39c9737262b25f44513887 +SIZE (bacula-5.2.12.tar.gz) = 4147847 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 21:03:35 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5FE0B1065674; Fri, 14 Sep 2012 21:03:35 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 495BF8FC18; Fri, 14 Sep 2012 21:03:35 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EL3Zbc008125; Fri, 14 Sep 2012 21:03:35 GMT (envelope-from brooks@svn.freebsd.org) Received: (from brooks@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EL3ZoO008117; Fri, 14 Sep 2012 21:03:35 GMT (envelope-from brooks@svn.freebsd.org) Message-Id: <201209142103.q8EL3ZoO008117@svn.freebsd.org> From: Brooks Davis Date: Fri, 14 Sep 2012 21:03:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304297 - in head: devel/llvm-devel lang/clang-devel lang/clang-devel/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 21:03:35 -0000 Author: brooks Date: Fri Sep 14 21:03:34 2012 New Revision: 304297 URL: http://svn.freebsd.org/changeset/ports/304297 Log: Upgrade to svn rev r163622. Several fixes to FreeBSD support for -pie and mips as well as reported improvements to the MIPS backend. Deleted: head/lang/clang-devel/files/patch-tools_clang_lib_Driver_Tools.cpp Modified: head/devel/llvm-devel/Makefile head/devel/llvm-devel/Makefile.svn_rev head/devel/llvm-devel/distinfo head/devel/llvm-devel/pkg-plist head/lang/clang-devel/distinfo head/lang/clang-devel/pkg-plist Modified: head/devel/llvm-devel/Makefile ============================================================================== --- head/devel/llvm-devel/Makefile Fri Sep 14 20:31:57 2012 (r304296) +++ head/devel/llvm-devel/Makefile Fri Sep 14 21:03:34 2012 (r304297) @@ -42,6 +42,7 @@ MAKE_ARGS+= REQUIRES_RTTI=1 LIBNAME= libLLVM-${DISTVERSION:C/\.r[0-9]*//}svn.so CONFIGURE_ARGS+= --enable-bindings=none +CONFIGURE_ARGS+= --program-suffix=${DISTVERSION:C/\.r[0-9]*//}svn OPTIONS_DEFINE= ASSERTS DOCS LTOPLUGIN Modified: head/devel/llvm-devel/Makefile.svn_rev ============================================================================== --- head/devel/llvm-devel/Makefile.svn_rev Fri Sep 14 20:31:57 2012 (r304296) +++ head/devel/llvm-devel/Makefile.svn_rev Fri Sep 14 21:03:34 2012 (r304297) @@ -1 +1 @@ -SVN_REV= 162438 +SVN_REV= 163622 Modified: head/devel/llvm-devel/distinfo ============================================================================== --- head/devel/llvm-devel/distinfo Fri Sep 14 20:31:57 2012 (r304296) +++ head/devel/llvm-devel/distinfo Fri Sep 14 21:03:34 2012 (r304297) @@ -1,2 +1,2 @@ -SHA256 (llvm-3.2.r162438.tar.bz2) = 6e5bd1121b6af1e89ace5f799febeec8278fa2e24fce6f69f5d840a42ac75617 -SIZE (llvm-3.2.r162438.tar.bz2) = 8851337 +SHA256 (llvm-3.2.r163622.tar.bz2) = 12cdd4eb5d3ee236f531be7c297889a251463033504c465b6267aac22baab9f8 +SIZE (llvm-3.2.r163622.tar.bz2) = 8961570 Modified: head/devel/llvm-devel/pkg-plist ============================================================================== --- head/devel/llvm-devel/pkg-plist Fri Sep 14 20:31:57 2012 (r304296) +++ head/devel/llvm-devel/pkg-plist Fri Sep 14 21:03:34 2012 (r304297) @@ -92,7 +92,6 @@ include/llvm/ADT/StringRef.h include/llvm/ADT/StringSet.h include/llvm/ADT/StringSwitch.h include/llvm/ADT/TinyPtrVector.h -include/llvm/ADT/Trie.h include/llvm/ADT/Triple.h include/llvm/ADT/Twine.h include/llvm/ADT/UniqueVector.h @@ -141,6 +140,8 @@ include/llvm/Analysis/Passes.h include/llvm/Analysis/PathNumbering.h include/llvm/Analysis/PathProfileInfo.h include/llvm/Analysis/PostDominators.h +include/llvm/Analysis/ProfileDataLoader.h +include/llvm/Analysis/ProfileDataTypes.h include/llvm/Analysis/ProfileInfo.h include/llvm/Analysis/ProfileInfoLoader.h include/llvm/Analysis/ProfileInfoTypes.h @@ -519,6 +520,7 @@ include/llvm/Transforms/Scalar.h include/llvm/Transforms/Utils/AddrModeMatcher.h include/llvm/Transforms/Utils/BasicBlockUtils.h include/llvm/Transforms/Utils/BuildLibCalls.h +include/llvm/Transforms/Utils/BypassSlowDivision.h include/llvm/Transforms/Utils/Cloning.h include/llvm/Transforms/Utils/CmpInstAnalysis.h include/llvm/Transforms/Utils/CodeExtractor.h @@ -676,6 +678,7 @@ lib/libprofile_rt.so %%PORTDOCS%%%%DOCSDIR%%/html/LangImpl2.html %%PORTDOCS%%%%DOCSDIR%%/html/LangImpl3.html %%PORTDOCS%%%%DOCSDIR%%/html/LangImpl4.html +%%PORTDOCS%%%%DOCSDIR%%/html/LangImpl5-cfg.png %%PORTDOCS%%%%DOCSDIR%%/html/LangImpl5.html %%PORTDOCS%%%%DOCSDIR%%/html/LangImpl6.html %%PORTDOCS%%%%DOCSDIR%%/html/LangImpl7.html Modified: head/lang/clang-devel/distinfo ============================================================================== --- head/lang/clang-devel/distinfo Fri Sep 14 20:31:57 2012 (r304296) +++ head/lang/clang-devel/distinfo Fri Sep 14 21:03:34 2012 (r304297) @@ -1,4 +1,4 @@ -SHA256 (clang-3.2.r162438.tar.bz2) = 477e78674c428218ddd717e3faa798daf040ba43e26c538ef0f733dab1d4fbe1 -SIZE (clang-3.2.r162438.tar.bz2) = 7193019 -SHA256 (llvm-3.2.r162438.tar.bz2) = 6e5bd1121b6af1e89ace5f799febeec8278fa2e24fce6f69f5d840a42ac75617 -SIZE (llvm-3.2.r162438.tar.bz2) = 8851337 +SHA256 (clang-3.2.r163622.tar.bz2) = 29e31eea6697248a56e2dcd3b2318798d3cb7dff089f1453e7ab55c988c7bbeb +SIZE (clang-3.2.r163622.tar.bz2) = 7277330 +SHA256 (llvm-3.2.r163622.tar.bz2) = 12cdd4eb5d3ee236f531be7c297889a251463033504c465b6267aac22baab9f8 +SIZE (llvm-3.2.r163622.tar.bz2) = 8961570 Modified: head/lang/clang-devel/pkg-plist ============================================================================== --- head/lang/clang-devel/pkg-plist Fri Sep 14 20:31:57 2012 (r304296) +++ head/lang/clang-devel/pkg-plist Fri Sep 14 21:03:34 2012 (r304297) @@ -31,8 +31,11 @@ include/clang/AST/CanonicalType.h include/clang/AST/CharUnits.h include/clang/AST/Comment.h include/clang/AST/CommentBriefParser.h +include/clang/AST/CommentCommandInfo.inc include/clang/AST/CommentCommandTraits.h include/clang/AST/CommentDiagnostic.h +include/clang/AST/CommentHTMLTags.inc +include/clang/AST/CommentHTMLTagsProperties.inc include/clang/AST/CommentLexer.h include/clang/AST/CommentNodes.inc include/clang/AST/CommentParser.h @@ -93,6 +96,7 @@ include/clang/ASTMatchers/ASTMatchFinder include/clang/ASTMatchers/ASTMatchers.h include/clang/ASTMatchers/ASTMatchersInternal.h include/clang/ASTMatchers/ASTMatchersMacros.h +include/clang/ASTMatchers/ASTTypeTraits.h include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h include/clang/Analysis/Analyses/Dominators.h include/clang/Analysis/Analyses/FormatString.h @@ -214,8 +218,6 @@ include/clang/Edit/FileOffset.h include/clang/Edit/Rewriters.h include/clang/Frontend/ASTConsumers.h include/clang/Frontend/ASTUnit.h -include/clang/Frontend/Analyses.def -include/clang/Frontend/AnalyzerOptions.h include/clang/Frontend/ChainedDiagnosticConsumer.h include/clang/Frontend/ChainedIncludesSource.h include/clang/Frontend/CodeGenOptions.h @@ -274,15 +276,15 @@ include/clang/Parse/AttrLateParsed.inc include/clang/Parse/ParseAST.h include/clang/Parse/ParseDiagnostic.h include/clang/Parse/Parser.h -include/clang/Rewrite/ASTConsumers.h -include/clang/Rewrite/DeltaTree.h -include/clang/Rewrite/FixItRewriter.h -include/clang/Rewrite/FrontendActions.h -include/clang/Rewrite/HTMLRewrite.h -include/clang/Rewrite/RewriteRope.h -include/clang/Rewrite/Rewriter.h -include/clang/Rewrite/Rewriters.h -include/clang/Rewrite/TokenRewriter.h +include/clang/Rewrite/Core/DeltaTree.h +include/clang/Rewrite/Core/HTMLRewrite.h +include/clang/Rewrite/Core/RewriteRope.h +include/clang/Rewrite/Core/Rewriter.h +include/clang/Rewrite/Core/TokenRewriter.h +include/clang/Rewrite/Frontend/ASTConsumers.h +include/clang/Rewrite/Frontend/FixItRewriter.h +include/clang/Rewrite/Frontend/FrontendActions.h +include/clang/Rewrite/Frontend/Rewriters.h include/clang/Sema/AnalysisBasedWarnings.h include/clang/Sema/AttrParsedAttrKinds.inc include/clang/Sema/AttrParsedAttrList.inc @@ -328,6 +330,8 @@ include/clang/Serialization/Serializatio include/clang/StaticAnalyzer/Checkers/ClangCheckers.h include/clang/StaticAnalyzer/Checkers/CommonBugCategories.h include/clang/StaticAnalyzer/Checkers/LocalCheckers.h +include/clang/StaticAnalyzer/Core/Analyses.def +include/clang/StaticAnalyzer/Core/AnalyzerOptions.h include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitor.h include/clang/StaticAnalyzer/Core/BugReporter/BugType.h @@ -346,6 +350,7 @@ include/clang/StaticAnalyzer/Core/PathSe include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h +include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h @@ -369,6 +374,8 @@ include/clang/StaticAnalyzer/Frontend/Fr include/clang/Tooling/ArgumentsAdjusters.h include/clang/Tooling/CommonOptionsParser.h include/clang/Tooling/CompilationDatabase.h +include/clang/Tooling/CompilationDatabasePluginRegistry.h +include/clang/Tooling/JSONCompilationDatabase.h include/clang/Tooling/Refactoring.h include/clang/Tooling/RefactoringCallbacks.h include/clang/Tooling/Tooling.h @@ -400,7 +407,8 @@ lib/libclangFrontend.a lib/libclangFrontendTool.a lib/libclangLex.a lib/libclangParse.a -lib/libclangRewrite.a +lib/libclangRewriteCore.a +lib/libclangRewriteFrontend.a lib/libclangSema.a lib/libclangSerialization.a lib/libclangStaticAnalyzerCheckers.a @@ -421,6 +429,7 @@ lib/libclangTooling.a %%PORTDOCS%%%%DOCSDIR%%/html/IntroductionToTheClangAST.html %%PORTDOCS%%%%DOCSDIR%%/html/JSONCompilationDatabase.html %%PORTDOCS%%%%DOCSDIR%%/html/LanguageExtensions.html +%%PORTDOCS%%%%DOCSDIR%%/html/LibASTMatchers.html %%PORTDOCS%%%%DOCSDIR%%/html/LibASTMatchersReference.html %%PORTDOCS%%%%DOCSDIR%%/html/LibTooling.html %%PORTDOCS%%%%DOCSDIR%%/html/ObjectiveCLiterals.html @@ -453,6 +462,8 @@ lib/libclangTooling.a @dirrm include/clang/StaticAnalyzer @dirrm include/clang/Serialization @dirrm include/clang/Sema +@dirrm include/clang/Rewrite/Frontend +@dirrm include/clang/Rewrite/Core @dirrm include/clang/Rewrite @dirrm include/clang/Parse @dirrm include/clang/Lex From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 21:36:27 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5519106566C; Fri, 14 Sep 2012 21:36:27 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9067A8FC08; Fri, 14 Sep 2012 21:36:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8ELaRFU013747; Fri, 14 Sep 2012 21:36:27 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8ELaRLr013743; Fri, 14 Sep 2012 21:36:27 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201209142136.q8ELaRLr013743@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 14 Sep 2012 21:36:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304298 - head/devel/pkgconf X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 21:36:27 -0000 Author: bapt Date: Fri Sep 14 21:36:26 2012 New Revision: 304298 URL: http://svn.freebsd.org/changeset/ports/304298 Log: - update to 0.8.9 - changes: * add a trailing space in the end of --cflags, --libs output (for compatibility with pkg-config * --about now show the pkg-config equivalent version along with pkgconf version Modified: head/devel/pkgconf/Makefile head/devel/pkgconf/distinfo Modified: head/devel/pkgconf/Makefile ============================================================================== --- head/devel/pkgconf/Makefile Fri Sep 14 21:03:34 2012 (r304297) +++ head/devel/pkgconf/Makefile Fri Sep 14 21:36:26 2012 (r304298) @@ -6,10 +6,9 @@ # PORTNAME= pkgconf -PORTVERSION= 0.8.8 +PORTVERSION= 0.8.9 CATEGORIES= devel -MASTER_SITES= http://tortois.es/~nenolod/distfiles/ \ - http://files.etoilebsd.net/pkgconf/ +MASTER_SITES= http://tortois.es/~nenolod/distfiles/ MAINTAINER= bapt@FreeBSD.org COMMENT= pkg-config compatible utility which does not depend on glib Modified: head/devel/pkgconf/distinfo ============================================================================== --- head/devel/pkgconf/distinfo Fri Sep 14 21:03:34 2012 (r304297) +++ head/devel/pkgconf/distinfo Fri Sep 14 21:36:26 2012 (r304298) @@ -1,2 +1,2 @@ -SHA256 (pkgconf-0.8.8.tar.bz2) = 2fb87a0680b517daf8201573115873b923588883e71788935d24b34a1e9dc31e -SIZE (pkgconf-0.8.8.tar.bz2) = 80067 +SHA256 (pkgconf-0.8.9.tar.bz2) = 3bbb1c40832b522de0bf0e5bdeba62160ac499a541facedac5755929a9e87027 +SIZE (pkgconf-0.8.9.tar.bz2) = 80211 From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 21:56:21 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9E73E1065673; Fri, 14 Sep 2012 21:56:21 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7F7E28FC0C; Fri, 14 Sep 2012 21:56:21 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8ELuLfq016902; Fri, 14 Sep 2012 21:56:21 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8ELuLri016898; Fri, 14 Sep 2012 21:56:21 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201209142156.q8ELuLri016898@svn.freebsd.org> From: Jung-uk Kim Date: Fri, 14 Sep 2012 21:56:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304299 - in head/java/classpath: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 21:56:21 -0000 Author: jkim Date: Fri Sep 14 21:56:20 2012 New Revision: 304299 URL: http://svn.freebsd.org/changeset/ports/304299 Log: Add an option to build with Eclipse Java Compiler. It also adds com.sun.tools.javac implementation in tools.zip. Turned off by default. Added: head/java/classpath/files/ecj.sh.in (contents, props changed) Modified: head/java/classpath/Makefile head/java/classpath/distinfo Modified: head/java/classpath/Makefile ============================================================================== --- head/java/classpath/Makefile Fri Sep 14 21:36:26 2012 (r304298) +++ head/java/classpath/Makefile Fri Sep 14 21:56:20 2012 (r304299) @@ -12,6 +12,7 @@ CATEGORIES= java devel MASTER_SITES= ${MASTER_SITE_GNU} \ ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= java@FreeBSD.org COMMENT= A GNU project to create a free Java class library @@ -55,14 +56,27 @@ INFO= cp-hacking cp-tools cp-vmintegrat CONFLICTS= sablevm-classpath-* -OPTIONS_DEFINE= CAIRO GCONF GTK2 QT4 +OPTIONS_DEFINE= CAIRO ECJ GCONF GTK2 QT4 OPTIONS_DEFAULT=GTK2 CAIRO_DESC= Use Gtk+ Cairo based Graphics2D +ECJ_DESC= Build with Eclipse Java Compiler GTK2_DESC= Enable Gtk+ AWT peer QT4_DESC= Enable Qt AWT peer .include +.if ${PORT_OPTIONS:MECJ} +ECJ_VERSION= 4.2 +ECJ_DROPDATE= 201206081400 +ECJ_JAR= ecj-${ECJ_VERSION}.jar +ECJ_SUBDIR= R-${ECJ_VERSION}-${ECJ_DROPDATE} +MASTER_SITES+= http://download.eclipse.org/eclipse/downloads/drops4/${ECJ_SUBDIR}/:ecj +DISTFILES+= ${ECJ_JAR}:ecj +CONFIGURE_ARGS+= --with-ecj-jar="${DISTDIR}/${ECJ_JAR}" +CONFIGURE_ENV+= PATH="${WRKDIR}:${PATH}" +MAKE_ENV+= PATH="${WRKDIR}:${PATH}" +.endif + .if ${PORT_OPTIONS:MGCONF} USE_GNOME+= gconf2 CONFIGURE_ARGS+= --enable-default-preferences-peer=gconf @@ -104,4 +118,12 @@ EXAMPLESDIR= ${DATADIR}/examples CONFIGURE_ARGS+= --disable-examples .endif +.if ${PORT_OPTIONS:MECJ} +post-patch: + @${SED} -e 's|%%ECJ_JAR%%|${DISTDIR}/${ECJ_JAR}|' \ + -e 's|%%JAVA_CMD%%|${JAVA_HOME}/bin/java|' < \ + ${FILESDIR}/ecj.sh.in > ${WRKDIR}/ecj + @${CHMOD} 755 ${WRKDIR}/ecj +.endif + .include Modified: head/java/classpath/distinfo ============================================================================== --- head/java/classpath/distinfo Fri Sep 14 21:36:26 2012 (r304298) +++ head/java/classpath/distinfo Fri Sep 14 21:56:20 2012 (r304299) @@ -1,2 +1,4 @@ SHA256 (classpath-0.99.tar.gz) = f929297f8ae9b613a1a167e231566861893260651d913ad9b6c11933895fecc8 SIZE (classpath-0.99.tar.gz) = 11078232 +SHA256 (ecj-4.2.jar) = 9694970ac1f8a4a2774b7f64f6be535dc46e25dbecb71d36007b8af2bdce1001 +SIZE (ecj-4.2.jar) = 1796149 Added: head/java/classpath/files/ecj.sh.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/classpath/files/ecj.sh.in Fri Sep 14 21:56:20 2012 (r304299) @@ -0,0 +1,2 @@ +#!/bin/sh +"%%JAVA_CMD%%" -classpath "%%ECJ_JAR%%" org.eclipse.jdt.internal.compiler.batch.Main "${@:--help}" From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 22:02:10 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A6C80106566B; Fri, 14 Sep 2012 22:02:10 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 87A768FC0A; Fri, 14 Sep 2012 22:02:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EM2AJ0017826; Fri, 14 Sep 2012 22:02:10 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EM2ABa017821; Fri, 14 Sep 2012 22:02:10 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201209142202.q8EM2ABa017821@svn.freebsd.org> From: Jung-uk Kim Date: Fri, 14 Sep 2012 22:02:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304300 - in head/java/jamvm: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 22:02:10 -0000 Author: jkim Date: Fri Sep 14 22:02:09 2012 New Revision: 304300 URL: http://svn.freebsd.org/changeset/ports/304300 Log: - Update to 1.5.4. - Reset maintainer to java. - Convert to optionsNG and add license. - Unbreak sparc64. PR: ports/164941 (partial) Added: head/java/jamvm/files/ head/java/jamvm/files/patch-configure (contents, props changed) Modified: head/java/jamvm/Makefile head/java/jamvm/distinfo head/java/jamvm/pkg-plist Modified: head/java/jamvm/Makefile ============================================================================== --- head/java/jamvm/Makefile Fri Sep 14 21:56:20 2012 (r304299) +++ head/java/jamvm/Makefile Fri Sep 14 22:02:09 2012 (r304300) @@ -5,33 +5,41 @@ # $FreeBSD$ PORTNAME= jamvm -PORTVERSION= 1.5.1 -PORTREVISION= 5 +PORTVERSION= 1.5.4 CATEGORIES= java devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/JamVM%20${PORTVERSION} -MAINTAINER= bkoenig@alpha-tierchen.de +MAINTAINER= java@FreeBSD.org COMMENT= A compact Java virtual machine +LICENSE= GPLv2 + RUN_DEPENDS= ${LOCALBASE}/share/classpath/glibj.zip:${PORTSDIR}/java/classpath GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-classpath-install-dir=${LOCALBASE} USE_GMAKE= yes +USE_PKGCONFIG= build -OPTIONS= FFI "use libffi to call native methods" ON \ - ZIP "turn-on zip support in the bootstrap loader" ON +OPTIONS_DEFINE= FFI ZIP +OPTIONS_DEFAULT=FFI ZIP +FFI_DESC= use libffi to call native methods +ZIP_DESC= turn-on zip support in the bootstrap loader -.include +.include -.if defined(WITH_FFI) +.if ${PORT_OPTIONS:MFFI} LIB_DEPENDS+= ffi:${PORTSDIR}/devel/libffi CONFIGURE_ARGS+= --enable-ffi -LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= `pkg-config libffi --cflags` +FFI_CFLAGS!= pkgconf libffi --cflags +FFI_LDFLAGS!= pkgconf libffi --libs-only-L +CFLAGS+= ${FFI_CFLAGS} +LDFLAGS+= ${FFI_LDFLAGS} +.elif ${ARCH} == "sparc64" +IGNORE= for ${ARCH} requires libffi .endif -.if defined(WITH_ZIP) +.if ${PORT_OPTIONS:MZIP} BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip PLIST_SUB+= WITH_ZIP="" WITHOUT_ZIP="@comment " .else @@ -39,15 +47,9 @@ CONFIGURE_ARGS+= --disable-zip PLIST_SUB+= WITH_ZIP="@comment " WITHOUT_ZIP="" .endif -.if ${ARCH} == "sparc64" -BROKEN= Does not configure on sparc64 -.endif +.include post-extract: - @${MV} ${WRKSRC}/src/arch/x86_64.h ${WRKSRC}/src/arch/amd64.h @${REINPLACE_CMD} -e "s,\(^include_HEADERS = .*\)jni.h\(.*\),\1\2," ${WRKSRC}/src/Makefile.in -post-configure: - @${MV} ${WRKSRC}/src/os/bsd/x86_64 ${WRKSRC}/src/os/bsd/amd64 - .include Modified: head/java/jamvm/distinfo ============================================================================== --- head/java/jamvm/distinfo Fri Sep 14 21:56:20 2012 (r304299) +++ head/java/jamvm/distinfo Fri Sep 14 22:02:09 2012 (r304300) @@ -1,2 +1,2 @@ -SHA256 (jamvm-1.5.1.tar.gz) = 663895bd69caf3a1fda6af5eea8263d90a5fd35ca8f4c32e2210ac410788901a -SIZE (jamvm-1.5.1.tar.gz) = 599084 +SHA256 (jamvm-1.5.4.tar.gz) = 7865693698bc4322cabe1014a4b7ebdec1bc1daf45f1a4457b6e908a4446b124 +SIZE (jamvm-1.5.4.tar.gz) = 656283 Added: head/java/jamvm/files/patch-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/java/jamvm/files/patch-configure Fri Sep 14 22:02:09 2012 (r304300) @@ -0,0 +1,11 @@ +--- configure.orig 2009-12-31 13:41:44.000000000 -0500 ++++ configure 2012-09-12 20:07:36.000000000 -0400 +@@ -2689,7 +2689,7 @@ + hppa*-*-linux*) host_cpu=parisc host_os=linux ;; + mipsel-*-linux*) host_cpu=mips host_os=linux ;; + x86_64-*-openbsd*) host_os=bsd libdl_needed=no ;; +-x86_64-*-freebsd*) host_os=bsd libdl_needed=no ;; ++amd64-*-freebsd*) host_os=bsd host_cpu=x86_64 libdl_needed=no ;; + arm*-*-linux*) host_cpu=arm host_os=linux ;; + arm*-*-openbsd*) host_cpu=arm host_os=bsd libdl_needed=no ;; + arm*-*-freebsd*) host_cpu=arm host_os=bsd libdl_needed=no ;; Modified: head/java/jamvm/pkg-plist ============================================================================== --- head/java/jamvm/pkg-plist Fri Sep 14 21:56:20 2012 (r304299) +++ head/java/jamvm/pkg-plist Fri Sep 14 22:02:09 2012 (r304300) @@ -2,33 +2,36 @@ bin/jamvm lib/libjvm.la lib/libjvm.a %%WITH_ZIP%%lib/rt.jar -%%WITH_ZIP%%share/jamvm/classes.zip -%%WITHOUT_ZIP%%share/jamvm/classes/jamvm/java/lang/VMClassLoaderData.class -%%WITHOUT_ZIP%%share/jamvm/classes/jamvm/java/lang/JarLauncher.class -%%WITHOUT_ZIP%%share/jamvm/classes/jamvm/java/lang/VMClassLoaderData$Unloader.class -%%WITHOUT_ZIP%%share/jamvm/classes/sun/reflect/annotation/AnnotationInvocationHandler.class -%%WITHOUT_ZIP%%share/jamvm/classes/java/security/VMAccessController.class -%%WITHOUT_ZIP%%share/jamvm/classes/java/lang/reflect/Field.class -%%WITHOUT_ZIP%%share/jamvm/classes/java/lang/reflect/Constructor.class -%%WITHOUT_ZIP%%share/jamvm/classes/java/lang/reflect/Method.class -%%WITHOUT_ZIP%%share/jamvm/classes/java/lang/VMClassLoader.class -%%WITHOUT_ZIP%%share/jamvm/classes/java/lang/VMThrowable.class -%%WITHOUT_ZIP%%share/jamvm/classes/java/lang/VMString.class -%%WITHOUT_ZIP%%share/jamvm/classes/java/lang/VMThread.class -%%WITHOUT_ZIP%%share/jamvm/classes/java/lang/VMRuntime.class -%%WITHOUT_ZIP%%share/jamvm/classes/gnu/classpath/VMSystemProperties.class -%%WITHOUT_ZIP%%share/jamvm/classes/gnu/classpath/VMStackWalker.class -%%WITHOUT_ZIP%%@dirrm share/jamvm/classes/gnu/classpath -%%WITHOUT_ZIP%%@dirrm share/jamvm/classes/gnu -%%WITHOUT_ZIP%%@dirrm share/jamvm/classes/java/lang/reflect -%%WITHOUT_ZIP%%@dirrm share/jamvm/classes/java/lang -%%WITHOUT_ZIP%%@dirrm share/jamvm/classes/java/security -%%WITHOUT_ZIP%%@dirrm share/jamvm/classes/java -%%WITHOUT_ZIP%%@dirrm share/jamvm/classes/sun/reflect/annotation -%%WITHOUT_ZIP%%@dirrm share/jamvm/classes/sun/reflect -%%WITHOUT_ZIP%%@dirrm share/jamvm/classes/sun -%%WITHOUT_ZIP%%@dirrm share/jamvm/classes/jamvm/java/lang -%%WITHOUT_ZIP%%@dirrm share/jamvm/classes/jamvm/java -%%WITHOUT_ZIP%%@dirrm share/jamvm/classes/jamvm -%%WITHOUT_ZIP%%@dirrm share/jamvm/classes -@dirrm share/jamvm +%%WITH_ZIP%%%%DATADIR%%/classes.zip +%%WITHOUT_ZIP%%%%DATADIR%%/classes/gnu/classpath/VMStackWalker.class +%%WITHOUT_ZIP%%%%DATADIR%%/classes/gnu/classpath/VMSystemProperties.class +%%WITHOUT_ZIP%%%%DATADIR%%/classes/jamvm/ThreadInfoHelper.class +%%WITHOUT_ZIP%%%%DATADIR%%/classes/jamvm/java/lang/JarLauncher.class +%%WITHOUT_ZIP%%%%DATADIR%%/classes/jamvm/java/lang/VMClassLoaderData$Unloader.class +%%WITHOUT_ZIP%%%%DATADIR%%/classes/jamvm/java/lang/VMClassLoaderData.class +%%WITHOUT_ZIP%%%%DATADIR%%/classes/java/lang/VMClass.class +%%WITHOUT_ZIP%%%%DATADIR%%/classes/java/lang/VMClassLoader$PackageInfo.class +%%WITHOUT_ZIP%%%%DATADIR%%/classes/java/lang/VMClassLoader.class +%%WITHOUT_ZIP%%%%DATADIR%%/classes/java/lang/VMRuntime.class +%%WITHOUT_ZIP%%%%DATADIR%%/classes/java/lang/VMString.class +%%WITHOUT_ZIP%%%%DATADIR%%/classes/java/lang/VMThread.class +%%WITHOUT_ZIP%%%%DATADIR%%/classes/java/lang/VMThrowable.class +%%WITHOUT_ZIP%%%%DATADIR%%/classes/java/lang/reflect/VMConstructor.class +%%WITHOUT_ZIP%%%%DATADIR%%/classes/java/lang/reflect/VMField.class +%%WITHOUT_ZIP%%%%DATADIR%%/classes/java/lang/reflect/VMMethod.class +%%WITHOUT_ZIP%%%%DATADIR%%/classes/java/security/VMAccessController.class +%%WITHOUT_ZIP%%%%DATADIR%%/classes/sun/reflect/annotation/AnnotationInvocationHandler.class +%%WITHOUT_ZIP%%@dirrm %%DATADIR%%/classes/gnu/classpath +%%WITHOUT_ZIP%%@dirrm %%DATADIR%%/classes/gnu +%%WITHOUT_ZIP%%@dirrm %%DATADIR%%/classes/java/lang/reflect +%%WITHOUT_ZIP%%@dirrm %%DATADIR%%/classes/java/lang +%%WITHOUT_ZIP%%@dirrm %%DATADIR%%/classes/java/security +%%WITHOUT_ZIP%%@dirrm %%DATADIR%%/classes/java +%%WITHOUT_ZIP%%@dirrm %%DATADIR%%/classes/sun/reflect/annotation +%%WITHOUT_ZIP%%@dirrm %%DATADIR%%/classes/sun/reflect +%%WITHOUT_ZIP%%@dirrm %%DATADIR%%/classes/sun +%%WITHOUT_ZIP%%@dirrm %%DATADIR%%/classes/jamvm/java/lang +%%WITHOUT_ZIP%%@dirrm %%DATADIR%%/classes/jamvm/java +%%WITHOUT_ZIP%%@dirrm %%DATADIR%%/classes/jamvm +%%WITHOUT_ZIP%%@dirrm %%DATADIR%%/classes +@dirrm %%DATADIR%% From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 22:13:10 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E45D01065678; Fri, 14 Sep 2012 22:13:10 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CFD878FC19; Fri, 14 Sep 2012 22:13:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8EMDA1Y019705; Fri, 14 Sep 2012 22:13:10 GMT (envelope-from jkim@svn.freebsd.org) Received: (from jkim@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8EMDAcI019702; Fri, 14 Sep 2012 22:13:10 GMT (envelope-from jkim@svn.freebsd.org) Message-Id: <201209142213.q8EMDAcI019702@svn.freebsd.org> From: Jung-uk Kim Date: Fri, 14 Sep 2012 22:13:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304301 - in head/java/classpath: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 22:13:11 -0000 Author: jkim Date: Fri Sep 14 22:13:10 2012 New Revision: 304301 URL: http://svn.freebsd.org/changeset/ports/304301 Log: Simplify the previous commit a bit. Modified: head/java/classpath/Makefile head/java/classpath/files/ecj.sh.in Modified: head/java/classpath/Makefile ============================================================================== --- head/java/classpath/Makefile Fri Sep 14 22:02:09 2012 (r304300) +++ head/java/classpath/Makefile Fri Sep 14 22:13:10 2012 (r304301) @@ -121,8 +121,7 @@ CONFIGURE_ARGS+= --disable-examples .if ${PORT_OPTIONS:MECJ} post-patch: @${SED} -e 's|%%ECJ_JAR%%|${DISTDIR}/${ECJ_JAR}|' \ - -e 's|%%JAVA_CMD%%|${JAVA_HOME}/bin/java|' < \ - ${FILESDIR}/ecj.sh.in > ${WRKDIR}/ecj + -e 's|%%JAVA%%|${JAVA}|' < ${FILESDIR}/ecj.sh.in > ${WRKDIR}/ecj @${CHMOD} 755 ${WRKDIR}/ecj .endif Modified: head/java/classpath/files/ecj.sh.in ============================================================================== --- head/java/classpath/files/ecj.sh.in Fri Sep 14 22:02:09 2012 (r304300) +++ head/java/classpath/files/ecj.sh.in Fri Sep 14 22:13:10 2012 (r304301) @@ -1,2 +1,2 @@ #!/bin/sh -"%%JAVA_CMD%%" -classpath "%%ECJ_JAR%%" org.eclipse.jdt.internal.compiler.batch.Main "${@:--help}" +"%%JAVA%%" -classpath "%%ECJ_JAR%%" org.eclipse.jdt.internal.compiler.batch.Main "${@:--help}" From owner-svn-ports-all@FreeBSD.ORG Fri Sep 14 23:39:14 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A4610106564A; Fri, 14 Sep 2012 23:39:14 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 75A4C8FC0C; Fri, 14 Sep 2012 23:39:14 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8ENdEGr033717; Fri, 14 Sep 2012 23:39:14 GMT (envelope-from jgh@svn.freebsd.org) Received: (from jgh@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8ENdEMo033712; Fri, 14 Sep 2012 23:39:14 GMT (envelope-from jgh@svn.freebsd.org) Message-Id: <201209142339.q8ENdEMo033712@svn.freebsd.org> From: Jason Helfman Date: Fri, 14 Sep 2012 23:39:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304302 - in head/games: iceicepenguin krank mopesnake nelly X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Sep 2012 23:39:14 -0000 Author: jgh Date: Fri Sep 14 23:39:13 2012 New Revision: 304302 URL: http://svn.freebsd.org/changeset/ports/304302 Log: - update dependencies to use PYGAME Submitted by: maintainer, nemysis@gmx.ch (via mail) Modified: head/games/iceicepenguin/Makefile head/games/krank/Makefile head/games/mopesnake/Makefile head/games/nelly/Makefile Modified: head/games/iceicepenguin/Makefile ============================================================================== --- head/games/iceicepenguin/Makefile Fri Sep 14 22:13:10 2012 (r304301) +++ head/games/iceicepenguin/Makefile Fri Sep 14 23:39:13 2012 (r304302) @@ -15,7 +15,7 @@ COMMENT= Remake of an old SEGA Dreamcast LICENSE= GPLv3 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game +RUN_DEPENDS= ${PYGAME} WRKSRC= ${WRKDIR}/"ice ice penguin" Modified: head/games/krank/Makefile ============================================================================== --- head/games/krank/Makefile Fri Sep 14 22:13:10 2012 (r304301) +++ head/games/krank/Makefile Fri Sep 14 23:39:13 2012 (r304302) @@ -11,7 +11,7 @@ COMMENT= A little casual game LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:${PORTSDIR}/devel/py-game \ +RUN_DEPENDS= ${PYGAME} \ ${PYNUMPY} USE_BZIP2= yes Modified: head/games/mopesnake/Makefile ============================================================================== --- head/games/mopesnake/Makefile Fri Sep 14 22:13:10 2012 (r304301) +++ head/games/mopesnake/Makefile Fri Sep 14 23:39:13 2012 (r304302) @@ -12,7 +12,7 @@ COMMENT= Classic snake game in which you LICENSE= GPLv2 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:${PORTSDIR}/devel/py-game +RUN_DEPENDS= ${PYGAME} USE_ZIP= yes USE_PYTHON= yes Modified: head/games/nelly/Makefile ============================================================================== --- head/games/nelly/Makefile Fri Sep 14 22:13:10 2012 (r304301) +++ head/games/nelly/Makefile Fri Sep 14 23:39:13 2012 (r304302) @@ -15,7 +15,7 @@ MASTER_SITES= http://www.partiallydisass MAINTAINER= nemysis@gmx.ch COMMENT= Nelly's Rooftop Garden, physics-based puzzle game -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:${PORTSDIR}/devel/py-game \ +RUN_DEPENDS= ${PYGAME} \ ${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl USE_PYTHON_RUN= yes From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 00:01:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 00050106564A; Sat, 15 Sep 2012 00:01:30 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DF8448FC14; Sat, 15 Sep 2012 00:01:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8F01UID037089; Sat, 15 Sep 2012 00:01:30 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8F01UAH037087; Sat, 15 Sep 2012 00:01:30 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201209150001.q8F01UAH037087@svn.freebsd.org> From: Eitan Adler Date: Sat, 15 Sep 2012 00:01:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304303 - head X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 00:01:31 -0000 Author: eadler Date: Sat Sep 15 00:01:30 2012 New Revision: 304303 URL: http://svn.freebsd.org/changeset/ports/304303 Log: Respect MOVEDLint's request to mark this port as alive Modified: head/MOVED Modified: head/MOVED ============================================================================== --- head/MOVED Fri Sep 14 23:39:13 2012 (r304302) +++ head/MOVED Sat Sep 15 00:01:30 2012 (r304303) @@ -129,7 +129,6 @@ graphics/ascii0|graphics/asciio|2008-04- misc/kde3-i18n-id||2008-04-25|Has expired: Distfile no longer available, outdated net/dhcp-agent||2008-04-25|Has expired: Dhcp-agent has not been updated since 2003, it does not build with guile-1.8, and it is unmaintained net/ocaml-netclient||2008-04-25|Has expired: is part of ocaml-net -net/samplicator||2008-04-25|Has expired: Project has vanished graphics/entice||2008-04-25|Has expired: Broken and unmaintained security/wpa_supplicant||2008-04-26|Obsolete, newer version in base games/glpuzzle|games/jigzo|2008-04-28|Project renamed From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 00:25:41 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCF091065673 for ; Sat, 15 Sep 2012 00:25:41 +0000 (UTC) (envelope-from bsd-src@helfman.org) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 49EBC8FC12 for ; Sat, 15 Sep 2012 00:25:40 +0000 (UTC) Received: by pbbrp2 with SMTP id rp2so6957208pbb.13 for ; Fri, 14 Sep 2012 17:25:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to:x-operating-system:organization :x-living-the-dream:x-pgp-fingerprint:x-pgp-key:user-agent :x-gm-message-state; bh=bgOVfYRtnsXJ7J2mxcKWdl63ptrHMNWpLQoz6a8tBck=; b=ibTMcQCf9aRr2YnaloYNZZr+SEXVmHZuEjGyBRnRwg0hsC9mmagEbmcALAiCKJrhTY je/FVtkC6o6XdORAtr/I8oLyT7XAKtFkZCKvNb4wpy2GEEF3N3sisQ9BRWhVQWav5hTi 9lkUKcdEn3kuULjvvrGotIlINKZ90IxRcrwbifv865vfDoM5UA0kYconxsp09CQp6i+1 J1f2U6Gx9RW5lDm3XFCXMKB4B3bplGibRrr/PQPY5pVNeiDLJEdHIHVYkY46q6XNm9uz Rk4VD/1tCxf3ItmiMpXWJiaVQ/WR9qIWU+uNA/tr+5W2+8RsiEZvgAJNOt0wmi+5FzJJ Tf2Q== Received: by 10.68.130.67 with SMTP id oc3mr7511823pbb.18.1347668740327; Fri, 14 Sep 2012 17:25:40 -0700 (PDT) Received: from hatter (adsl-66-122-69-230.dsl.snlo01.pacbell.net. [66.122.69.230]) by mx.google.com with ESMTPS id sj5sm1853094pbc.30.2012.09.14.17.25.38 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 14 Sep 2012 17:25:39 -0700 (PDT) Sender: Jason Helfman Date: Fri, 14 Sep 2012 17:25:11 -0700 From: Jason Helfman To: Ruslan Mahmatkhanov Message-ID: <20120915002511.GA59676@hatter> References: <201209142031.q8EKVv0a002837@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed In-Reply-To: <201209142031.q8EKVv0a002837@svn.freebsd.org> X-Operating-System: FreeBSD 9.0-RELEASE-p3 i386 Organization: The FreeBSD Project, http://www.freebsd.org X-Living-The-Dream: I love the SLO Life! X-PGP-FingerPrint: 8E0D C457 9A0F C91C 23F3 0454 2059 9A63 4150 D3DC X-PGP-Key: http://people.freebsd.org/~jgh/jgh.asc User-Agent: Mutt/1.5.21 (2010-09-15) X-Gm-Message-State: ALoCoQlPaWtNsG7dizxgNoZqlCjtFpW7P8k86fxPpaK3saCzoD3RHgcd6R7PlVgwDjhBN5BEONqD Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r304296 - in head/sysutils: bacula-docs bacula-server X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 00:25:41 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thanks for updating this software! I was curious if any vuxml is going to be committed for this issue? http://www.openwall.com/lists/oss-security/2012/09/14/11 Thanks - -jgh On Fri, Sep 14, 2012 at 08:31:57PM +0000, Ruslan Mahmatkhanov thus spake: >Author: rm >Date: Fri Sep 14 20:31:57 2012 >New Revision: 304296 >URL: http://svn.freebsd.org/changeset/ports/304296 > >Log: > - update bacula-server and bacula-docs to 5.2.12 > > This release fixes crash of bacula director (bug #1932) > > PR: 171648 http://www.FreeBSD.org/cgi/query-pr.cgi?pr=171648 > Submitted by: Dan Langille (maintainer) > >Modified: > head/sysutils/bacula-docs/Makefile > head/sysutils/bacula-docs/distinfo > head/sysutils/bacula-server/Makefile > head/sysutils/bacula-server/distinfo > >Modified: head/sysutils/bacula-docs/Makefile >============================================================================== >--- head/sysutils/bacula-docs/Makefile Fri Sep 14 20:06:40 2012 (r304295) >+++ head/sysutils/bacula-docs/Makefile Fri Sep 14 20:31:57 2012 (r304296) >@@ -6,7 +6,7 @@ > # > > PORTNAME= bacula >-PORTVERSION= 5.2.11 >+PORTVERSION= 5.2.12 > CATEGORIES= sysutils > MASTER_SITES= SF > PKGNAMESUFFIX= -docs > >Modified: head/sysutils/bacula-docs/distinfo >============================================================================== >--- head/sysutils/bacula-docs/distinfo Fri Sep 14 20:06:40 2012 (r304295) >+++ head/sysutils/bacula-docs/distinfo Fri Sep 14 20:31:57 2012 (r304296) >@@ -1,4 +1,4 @@ >-SHA256 (bacula-docs-5.2.11.tar.bz2) = a9f4ace10e7239f89513a35cc3ebbbd132b1b79a3d5d0ca911a2248094dd2043 >-SIZE (bacula-docs-5.2.11.tar.bz2) = 41969345 >-SHA256 (bacula-5.2.11.tar.gz) = 1493554ef3d6460e75797d23f8294e96a92bf90ea34c135cbf2ab85b0b8b2001 >-SIZE (bacula-5.2.11.tar.gz) = 4147470 >+SHA256 (bacula-docs-5.2.12.tar.bz2) = 0cb61dbb1224786521286ce2b828d6b802908efc32ef7220db2e3e35530b7876 >+SIZE (bacula-docs-5.2.12.tar.bz2) = 41968688 >+SHA256 (bacula-5.2.12.tar.gz) = 360435634e28881b3fedb0dc1901b9c9be1895ce1e39c9737262b25f44513887 >+SIZE (bacula-5.2.12.tar.gz) = 4147847 > >Modified: head/sysutils/bacula-server/Makefile >============================================================================== >--- head/sysutils/bacula-server/Makefile Fri Sep 14 20:06:40 2012 (r304295) >+++ head/sysutils/bacula-server/Makefile Fri Sep 14 20:31:57 2012 (r304296) >@@ -6,7 +6,7 @@ > # > > PORTNAME= bacula >-DISTVERSION= 5.2.11 >+DISTVERSION= 5.2.12 > CATEGORIES?= sysutils > MASTER_SITES= SF/bacula/bacula/${PORTVERSION} > > >Modified: head/sysutils/bacula-server/distinfo >============================================================================== >--- head/sysutils/bacula-server/distinfo Fri Sep 14 20:06:40 2012 (r304295) >+++ head/sysutils/bacula-server/distinfo Fri Sep 14 20:31:57 2012 (r304296) >@@ -1,2 +1,2 @@ >-SHA256 (bacula-5.2.11.tar.gz) = 1493554ef3d6460e75797d23f8294e96a92bf90ea34c135cbf2ab85b0b8b2001 >-SIZE (bacula-5.2.11.tar.gz) = 4147470 >+SHA256 (bacula-5.2.12.tar.gz) = 360435634e28881b3fedb0dc1901b9c9be1895ce1e39c9737262b25f44513887 >+SIZE (bacula-5.2.12.tar.gz) = 4147847 > - -- Jason Helfman FreeBSD Committer | http://people.freebsd.org/~jgh | The Power To Serve -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iQEcBAEBAgAGBQJQU8rlAAoJECBZmmNBUNPchjQH/1Wc8eCGvFsDnEEJQV35/2J8 TkTtnnNVFY+u4K5qyttLBYwSrzr9rMecsC7Ua1v/Lfi+N3rozO3VHI+wbB9EyxpK RYATz5Uz8cN6U86BancdGb1gjvcamWvaj5J3vqa4v78oV20LMaWaBUJy0QH1Ux2c N69LJrt3lAEK0ISuyVLo1BNx13r2X21/8SK74kNhIFTDE2t26MMixjw40sP2lz6P DUgBsYiSaj2iKeTOVvLpCPPJmsi8dvhlfbokiJ6Pcp+qByM9xPYUwulN5kjhQ8yd Cu3PjRcgV4rRBGuapy0w7MPJkKR2Y7hacY1U7SN5UJPevD0fV4UU8MO6CqeQr8Y= =noru -----END PGP SIGNATURE----- From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 00:55:18 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD84F106564A; Sat, 15 Sep 2012 00:55:18 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 98C108FC08; Sat, 15 Sep 2012 00:55:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8F0tIbi045520; Sat, 15 Sep 2012 00:55:18 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8F0tIuc045517; Sat, 15 Sep 2012 00:55:18 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201209150055.q8F0tIuc045517@svn.freebsd.org> From: Bryan Drewery Date: Sat, 15 Sep 2012 00:55:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304304 - head/sysutils/beadm-devel X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 00:55:18 -0000 Author: bdrewery Date: Sat Sep 15 00:55:18 2012 New Revision: 304304 URL: http://svn.freebsd.org/changeset/ports/304304 Log: - Update to 20120914 snapshot Changes: * Fix `beadm list -D` and `beadm list -Da` calulcations Modified: head/sysutils/beadm-devel/Makefile head/sysutils/beadm-devel/distinfo Modified: head/sysutils/beadm-devel/Makefile ============================================================================== --- head/sysutils/beadm-devel/Makefile Sat Sep 15 00:01:30 2012 (r304303) +++ head/sysutils/beadm-devel/Makefile Sat Sep 15 00:55:18 2012 (r304304) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= beadm -PORTVERSION= 0.8.99.20120913 +PORTVERSION= 0.8.99.20120914 CATEGORIES= sysutils PKGNAMESUFFIX= -devel @@ -12,7 +12,7 @@ LICENSE= BSD USE_GITHUB= yes GH_ACCOUNT= vermaden -GH_COMMIT= deb4b4b +GH_COMMIT= 238b912 GH_TAGNAME= ${GH_COMMIT} NO_BUILD= YES Modified: head/sysutils/beadm-devel/distinfo ============================================================================== --- head/sysutils/beadm-devel/distinfo Sat Sep 15 00:01:30 2012 (r304303) +++ head/sysutils/beadm-devel/distinfo Sat Sep 15 00:55:18 2012 (r304304) @@ -1,2 +1,2 @@ -SHA256 (beadm-0.8.99.20120913.tar.gz) = 43d5d1c8f3b72f6d5d4dd6d559ab1f8fcc5556321535eaa779772bc6521e2f1e -SIZE (beadm-0.8.99.20120913.tar.gz) = 13729 +SHA256 (beadm-0.8.99.20120914.tar.gz) = 95aa5b7b8909271ae00222ef3136973a666e6cec6d912b612f179b2f37e3abfc +SIZE (beadm-0.8.99.20120914.tar.gz) = 13736 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 02:19:37 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DF8EA106566C; Sat, 15 Sep 2012 02:19:37 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CB1868FC21; Sat, 15 Sep 2012 02:19:37 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8F2Jb7l058740; Sat, 15 Sep 2012 02:19:37 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8F2JbTx058737; Sat, 15 Sep 2012 02:19:37 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201209150219.q8F2JbTx058737@svn.freebsd.org> From: Eitan Adler Date: Sat, 15 Sep 2012 02:19:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304305 - head/security/vuxml X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 02:19:38 -0000 Author: eadler Date: Sat Sep 15 02:19:37 2012 New Revision: 304305 URL: http://svn.freebsd.org/changeset/ports/304305 Log: Tell the world about the recent bacula vuln Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Sep 15 00:55:18 2012 (r304304) +++ head/security/vuxml/vuln.xml Sat Sep 15 02:19:37 2012 (r304305) @@ -51,6 +51,37 @@ Note: Please add new entries to the beg --> + + bacula -- Console ACL Bypass + + + bacula + 5.2.11 + + + + +
+

A security issue has been reported in Bacula, which can be + exploited by malicious users to bypass certain security + restrictions.

+

The security issue is caused due to an error within the implementation + of console ACLs, which can be exploited to gain access to certain + restricted functionality and e.g. dump resources.

+
+ +
+ + http://www.bacula.org/git/cgit.cgi/bacula/commit/?id=67debcecd3d530c429e817e1d778e79dcd1db905 + https://secunia.com/advisories/50535/ + http://sourceforge.net/projects/bacula/files/bacula/5.2.11/ReleaseNotes/view + + + 2012-09-12 + 2012-09-15 + +
+ mod_pagespeed -- multiple vulnerabilities From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 02:38:27 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D1E2D106566C; Sat, 15 Sep 2012 02:38:27 +0000 (UTC) (envelope-from glewis@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BD8DB8FC12; Sat, 15 Sep 2012 02:38:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8F2cRcY061580; Sat, 15 Sep 2012 02:38:27 GMT (envelope-from glewis@svn.freebsd.org) Received: (from glewis@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8F2cRx4061577; Sat, 15 Sep 2012 02:38:27 GMT (envelope-from glewis@svn.freebsd.org) Message-Id: <201209150238.q8F2cRx4061577@svn.freebsd.org> From: Greg Lewis Date: Sat, 15 Sep 2012 02:38:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304306 - head/java/java-zoneinfo X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 02:38:27 -0000 Author: glewis Date: Sat Sep 15 02:38:27 2012 New Revision: 304306 URL: http://svn.freebsd.org/changeset/ports/304306 Log: . Update to 2012.f. Modified: head/java/java-zoneinfo/Makefile (contents, props changed) head/java/java-zoneinfo/distinfo (contents, props changed) Modified: head/java/java-zoneinfo/Makefile ============================================================================== --- head/java/java-zoneinfo/Makefile Sat Sep 15 02:19:37 2012 (r304305) +++ head/java/java-zoneinfo/Makefile Sat Sep 15 02:38:27 2012 (r304306) @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= zoneinfo -DISTVERSION= 2012e +DISTVERSION= 2012f CATEGORIES= java misc MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|glewis/javazi|} PKGNAMEPREFIX= java- Modified: head/java/java-zoneinfo/distinfo ============================================================================== --- head/java/java-zoneinfo/distinfo Sat Sep 15 02:19:37 2012 (r304305) +++ head/java/java-zoneinfo/distinfo Sat Sep 15 02:38:27 2012 (r304306) @@ -1,2 +1,2 @@ -SHA256 (javazi-2012e.tar.gz) = 3e50453a6f3410914c9aeb12a2b6f359fe2d77577d44cbf062cd867ce85d49ae -SIZE (javazi-2012e.tar.gz) = 124556 +SHA256 (javazi-2012f.tar.gz) = 1c911bd0e78e16b01fcab77ce9dd9c446f5519287e09c28c16f7cfef4e45021f +SIZE (javazi-2012f.tar.gz) = 124690 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 03:13:28 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF0DF1065673; Sat, 15 Sep 2012 03:13:28 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A016A8FC14; Sat, 15 Sep 2012 03:13:28 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8F3DS3R067142; Sat, 15 Sep 2012 03:13:28 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8F3DS0u067136; Sat, 15 Sep 2012 03:13:28 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209150313.q8F3DS0u067136@svn.freebsd.org> From: Wen Heping Date: Sat, 15 Sep 2012 03:13:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304307 - head/science/py-obspy.imaging X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 03:13:28 -0000 Author: wen Date: Sat Sep 15 03:13:27 2012 New Revision: 304307 URL: http://svn.freebsd.org/changeset/ports/304307 Log: - Update to 0.7.0 Modified: head/science/py-obspy.imaging/Makefile head/science/py-obspy.imaging/distinfo head/science/py-obspy.imaging/pkg-plist Modified: head/science/py-obspy.imaging/Makefile ============================================================================== --- head/science/py-obspy.imaging/Makefile Sat Sep 15 02:38:27 2012 (r304306) +++ head/science/py-obspy.imaging/Makefile Sat Sep 15 03:13:27 2012 (r304307) @@ -6,8 +6,7 @@ # PORTNAME= obspy.imaging -PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTVERSION= 0.7.0 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-obspy.imaging/distinfo ============================================================================== --- head/science/py-obspy.imaging/distinfo Sat Sep 15 02:38:27 2012 (r304306) +++ head/science/py-obspy.imaging/distinfo Sat Sep 15 03:13:27 2012 (r304307) @@ -1,2 +1,2 @@ -SHA256 (obspy.imaging-0.5.1.zip) = dce003a6985857cbfcaedea89f2c1586eee1f18c101a386dc77455a9a13118d1 -SIZE (obspy.imaging-0.5.1.zip) = 101544 +SHA256 (obspy.imaging-0.7.0.zip) = 1a397599bd9491e26a1243e436e85858710eb9977fe8dc70dc46be61946b5aa9 +SIZE (obspy.imaging-0.7.0.zip) = 104469 Modified: head/science/py-obspy.imaging/pkg-plist ============================================================================== --- head/science/py-obspy.imaging/pkg-plist Sat Sep 15 02:38:27 2012 (r304306) +++ head/science/py-obspy.imaging/pkg-plist Sat Sep 15 03:13:27 2012 (r304307) @@ -12,6 +12,7 @@ bin/obspy-scan %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/imaging/CHANGELOG.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/imaging/LICENSE.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/imaging/README.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/imaging/VERSION.txt From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 03:15:32 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 84ACE106564A; Sat, 15 Sep 2012 03:15:32 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 56AF28FC17; Sat, 15 Sep 2012 03:15:32 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8F3FW2e067484; Sat, 15 Sep 2012 03:15:32 GMT (envelope-from wen@svn.freebsd.org) Received: (from wen@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8F3FWoN067480; Sat, 15 Sep 2012 03:15:32 GMT (envelope-from wen@svn.freebsd.org) Message-Id: <201209150315.q8F3FWoN067480@svn.freebsd.org> From: Wen Heping Date: Sat, 15 Sep 2012 03:15:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304308 - head/science/py-obspy.iris X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 03:15:32 -0000 Author: wen Date: Sat Sep 15 03:15:31 2012 New Revision: 304308 URL: http://svn.freebsd.org/changeset/ports/304308 Log: - Update to 0.7.0 Modified: head/science/py-obspy.iris/Makefile head/science/py-obspy.iris/distinfo head/science/py-obspy.iris/pkg-plist Modified: head/science/py-obspy.iris/Makefile ============================================================================== --- head/science/py-obspy.iris/Makefile Sat Sep 15 03:13:27 2012 (r304307) +++ head/science/py-obspy.iris/Makefile Sat Sep 15 03:15:31 2012 (r304308) @@ -6,8 +6,7 @@ # PORTNAME= obspy.iris -PORTVERSION= 0.5.1 -PORTREVISION= 1 +PORTVERSION= 0.7.0 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/science/py-obspy.iris/distinfo ============================================================================== --- head/science/py-obspy.iris/distinfo Sat Sep 15 03:13:27 2012 (r304307) +++ head/science/py-obspy.iris/distinfo Sat Sep 15 03:15:31 2012 (r304308) @@ -1,2 +1,2 @@ -SHA256 (obspy.iris-0.5.1.zip) = 2f5ceb6e815cb76d68ff048ef545e2f1b69b3bade591c8fc21dfc700ecdda779 -SIZE (obspy.iris-0.5.1.zip) = 41216 +SHA256 (obspy.iris-0.7.0.zip) = a37e198d2270e445b956ff218bee6d6085433368c4bdef2bb3607ac61d0892c0 +SIZE (obspy.iris-0.7.0.zip) = 49132 Modified: head/science/py-obspy.iris/pkg-plist ============================================================================== --- head/science/py-obspy.iris/pkg-plist Sat Sep 15 03:13:27 2012 (r304307) +++ head/science/py-obspy.iris/pkg-plist Sat Sep 15 03:15:31 2012 (r304308) @@ -8,6 +8,7 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/__init__.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/__init__.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/iris/CHANGELOG.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/iris/LICENSE.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/iris/README.txt %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/obspy/iris/VERSION.txt From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 06:40:28 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6EBA6106564A; Sat, 15 Sep 2012 06:40:28 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward12.mail.yandex.net (forward12.mail.yandex.net [IPv6:2a02:6b8:0:801::2]) by mx1.freebsd.org (Postfix) with ESMTP id DA6398FC17; Sat, 15 Sep 2012 06:40:27 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward12.mail.yandex.net (Yandex) with ESMTP id 3A225C20E47; Sat, 15 Sep 2012 10:40:19 +0400 (MSK) Received: from smtp12.mail.yandex.net (localhost [127.0.0.1]) by smtp12.mail.yandex.net (Yandex) with ESMTP id E9D4D16A0554; Sat, 15 Sep 2012 10:40:18 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp12.mail.yandex.net (nwsmtp/Yandex) with ESMTP id eFwCiZQD-eFwCHfTC; Sat, 15 Sep 2012 10:40:15 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1347691218; bh=SCGxZAMjzJQTrtit+dEclB3u6qLfmxSFf6eTdyTl8bk=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=iczPM4PBRHSfvy9eZ9lHTc6spFY01NkbhSj20vAqIc9xoVTCmI2rm0GltKf94Nhdn wJmIEswWSB+KYYjNvhqHmJKSf5ZkyglODMkIEqRhmonVmdyqaOwQN5mypqsZYQo/aY Nu+Mb4ZujbEgzyixCpj4Uk/SVCJ3VkYkdR25CJm0= Message-ID: <505422CC.3050907@yandex.ru> Date: Sat, 15 Sep 2012 10:40:12 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 MIME-Version: 1.0 To: Jason Helfman References: <201209142031.q8EKVv0a002837@svn.freebsd.org> <20120915002511.GA59676@hatter> In-Reply-To: <20120915002511.GA59676@hatter> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r304296 - in head/sysutils: bacula-docs bacula-server X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 06:40:28 -0000 Jason Helfman wrote on 15.09.2012 04:25: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Thanks for updating this software! I was curious if any vuxml is going to > be committed for this issue? > > http://www.openwall.com/lists/oss-security/2012/09/14/11 > > Thanks > > - -jgh Hi, I wasn't aware about this, but it looks like Eitan already added an vuxml entry. -- Regards, Ruslan Tinderboxing kills... the drives. From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 07:47:58 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA8E9106564A; Sat, 15 Sep 2012 07:47:58 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7C58D8FC0C; Sat, 15 Sep 2012 07:47:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8F7lwCT004552; Sat, 15 Sep 2012 07:47:58 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8F7lwF8004546; Sat, 15 Sep 2012 07:47:58 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209150747.q8F7lwF8004546@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Sat, 15 Sep 2012 07:47:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304309 - in head/textproc: . py-trans X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 07:47:58 -0000 Author: rm Date: Sat Sep 15 07:47:57 2012 New Revision: 304309 URL: http://svn.freebsd.org/changeset/ports/304309 Log: This module translates national characters into similar sounding latin characters (transliteration). At the moment, Czech, Greek, Latvian, Polish, Turkish, Russian, Ukrainian alphabets are supported (it covers 99% of needs). WWW: http://pypi.python.org/pypi/trans PR: 171322 Submitted by: Dmitry Pryadko Added: head/textproc/py-trans/ head/textproc/py-trans/Makefile (contents, props changed) head/textproc/py-trans/distinfo (contents, props changed) head/textproc/py-trans/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sat Sep 15 03:15:31 2012 (r304308) +++ head/textproc/Makefile Sat Sep 15 07:47:57 2012 (r304309) @@ -1157,6 +1157,7 @@ SUBDIR += py-stripogram SUBDIR += py-syck SUBDIR += py-texttable + SUBDIR += py-trans SUBDIR += py-translationstring SUBDIR += py-tvgrab SUBDIR += py-twistedLore Added: head/textproc/py-trans/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-trans/Makefile Sat Sep 15 07:47:57 2012 (r304309) @@ -0,0 +1,22 @@ +# $FreeBSD$ + +PORTNAME= trans +PORTVERSION= 1.5 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= d.pryadko@rambler-co.ru +COMMENT= Module for performing transliteration + +LICENSE= BSD + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/trans.py \ + %%PYTHON_SITELIBDIR%%/trans.pyc \ + %%PYTHON_SITELIBDIR%%/trans.pyo + +USE_BZIP2= yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS=yes + +.include Added: head/textproc/py-trans/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-trans/distinfo Sat Sep 15 07:47:57 2012 (r304309) @@ -0,0 +1,2 @@ +SHA256 (trans-1.5.tar.bz2) = 940a5335899ecb27bfaa940558aecf2a44a04a36af11f5544a3e772dec2fba21 +SIZE (trans-1.5.tar.bz2) = 5010 Added: head/textproc/py-trans/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-trans/pkg-descr Sat Sep 15 07:47:57 2012 (r304309) @@ -0,0 +1,5 @@ +This module translates national characters into similar sounding latin +characters (transliteration). At the moment, Czech, Greek, Latvian, Polish, +Turkish, Russian, Ukrainian alphabets are supported (it covers 99% of needs). + +WWW: http://pypi.python.org/pypi/trans From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 08:54:59 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 60381106564A; Sat, 15 Sep 2012 08:54:59 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1008C8FC08; Sat, 15 Sep 2012 08:54:59 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8F8swpr014211; Sat, 15 Sep 2012 08:54:58 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8F8swl7014208; Sat, 15 Sep 2012 08:54:58 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201209150854.q8F8swl7014208@svn.freebsd.org> From: Frederic Culot Date: Sat, 15 Sep 2012 08:54:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304310 - head/databases/p5-SQL-ReservedWords X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 08:54:59 -0000 Author: culot Date: Sat Sep 15 08:54:58 2012 New Revision: 304310 URL: http://svn.freebsd.org/changeset/ports/304310 Log: - Update to 0.8 - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/SQL-ReservedWords/Changes Modified: head/databases/p5-SQL-ReservedWords/Makefile head/databases/p5-SQL-ReservedWords/distinfo Modified: head/databases/p5-SQL-ReservedWords/Makefile ============================================================================== --- head/databases/p5-SQL-ReservedWords/Makefile Sat Sep 15 07:47:57 2012 (r304309) +++ head/databases/p5-SQL-ReservedWords/Makefile Sat Sep 15 08:54:58 2012 (r304310) @@ -6,7 +6,7 @@ # PORTNAME= SQL-ReservedWords -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Reserved SQL words by ANSI/ISO +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter RUN_DEPENDS:= ${BUILD_DEPENDS} Modified: head/databases/p5-SQL-ReservedWords/distinfo ============================================================================== --- head/databases/p5-SQL-ReservedWords/distinfo Sat Sep 15 07:47:57 2012 (r304309) +++ head/databases/p5-SQL-ReservedWords/distinfo Sat Sep 15 08:54:58 2012 (r304310) @@ -1,2 +1,2 @@ -SHA256 (SQL-ReservedWords-0.7.tar.gz) = 07415791a55618d17ec6099031b7ca990238c8a6b0557ea047f13f5c6e9739aa -SIZE (SQL-ReservedWords-0.7.tar.gz) = 19254 +SHA256 (SQL-ReservedWords-0.8.tar.gz) = 09f4aecf1bd8efdd3f9b39f16a240c4e9ceb61eb295b88145c96eb9d58504a2a +SIZE (SQL-ReservedWords-0.8.tar.gz) = 27935 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 09:19:36 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7E26C106564A; Sat, 15 Sep 2012 09:19:36 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 555038FC16; Sat, 15 Sep 2012 09:19:36 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8F9JacD017837; Sat, 15 Sep 2012 09:19:36 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8F9JaUU017833; Sat, 15 Sep 2012 09:19:36 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201209150919.q8F9JaUU017833@svn.freebsd.org> From: Frederic Culot Date: Sat, 15 Sep 2012 09:19:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304311 - head/devel/p5-BSD-stat X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 09:19:36 -0000 Author: culot Date: Sat Sep 15 09:19:35 2012 New Revision: 304311 URL: http://svn.freebsd.org/changeset/ports/304311 Log: - Update to 1.33 - Add LICENSE (Artistic 1 & GPL 1) Changes: http://search.cpan.org/dist/BSD-stat/Changes Modified: head/devel/p5-BSD-stat/Makefile head/devel/p5-BSD-stat/distinfo Modified: head/devel/p5-BSD-stat/Makefile ============================================================================== --- head/devel/p5-BSD-stat/Makefile Sat Sep 15 08:54:58 2012 (r304310) +++ head/devel/p5-BSD-stat/Makefile Sat Sep 15 09:19:35 2012 (r304311) @@ -6,7 +6,7 @@ # PORTNAME= BSD-stat -PORTVERSION= 1.21 +PORTVERSION= 1.33 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= A stat() with BSD 4.4 extensions +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + PERL_CONFIGURE= yes MAN3= BSD::stat.3 Modified: head/devel/p5-BSD-stat/distinfo ============================================================================== --- head/devel/p5-BSD-stat/distinfo Sat Sep 15 08:54:58 2012 (r304310) +++ head/devel/p5-BSD-stat/distinfo Sat Sep 15 09:19:35 2012 (r304311) @@ -1,2 +1,2 @@ -SHA256 (BSD-stat-1.21.tar.gz) = 679e91d477dc888bdcbe04a72cbdd31f3202ddbe8e9d56b81964efd7bbbceb1a -SIZE (BSD-stat-1.21.tar.gz) = 8805 +SHA256 (BSD-stat-1.33.tar.gz) = 485552830c29210457aac86f239bce9751a17470d5722dd34db30add7dd76c78 +SIZE (BSD-stat-1.33.tar.gz) = 10479 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 09:38:26 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF3AF106564A; Sat, 15 Sep 2012 09:38:26 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B09CB8FC08; Sat, 15 Sep 2012 09:38:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8F9cQnQ020622; Sat, 15 Sep 2012 09:38:26 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8F9cQwi020618; Sat, 15 Sep 2012 09:38:26 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201209150938.q8F9cQwi020618@svn.freebsd.org> From: Alex Kozlov Date: Sat, 15 Sep 2012 09:38:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304312 - in head/net/udpxy: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 09:38:27 -0000 Author: ak Date: Sat Sep 15 09:38:26 2012 New Revision: 304312 URL: http://svn.freebsd.org/changeset/ports/304312 Log: - Update to 1.0.23 [1] - Convert to new options framework PR: ports/170917 [1] Submitted by: Denis Zaika [1] Modified: head/net/udpxy/Makefile (contents, props changed) head/net/udpxy/distinfo (contents, props changed) head/net/udpxy/files/udpxy.in (contents, props changed) Modified: head/net/udpxy/Makefile ============================================================================== --- head/net/udpxy/Makefile Sat Sep 15 09:19:35 2012 (r304311) +++ head/net/udpxy/Makefile Sat Sep 15 09:38:26 2012 (r304312) @@ -6,23 +6,26 @@ # PORTNAME= udpxy -PORTVERSION= 1.0.21 +PORTVERSION= 1.0.23 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${RELEASE_MASCOT}-${PORTVERSION:R} -DISTNAME= ${PORTNAME}.${PORTVERSION}-2-prod -EXTRACT_SUFX= .tgz +DISTNAME= ${PORTNAME}.${PORTVERSION}-0-prod MAINTAINER= alex.deiter@gmail.com COMMENT= UDP-to-HTTP multicast traffic relay daemon -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-2 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-0 USE_RC_SUBR= udpxy USE_GMAKE= yes MAKE_JOBS_SAFE= yes RELEASE_MASCOT= Chipmunk -OPTIONS= RELEASE "No asserts, no debug symbols, verbose mode on" on \ - LEAN "No asserts, no debug symbols, verbose mode off" off \ - DEBUG "Asserts, debug symbols, verbose mode on" off + +OPTIONS_SINGLE= CONF +OPTIONS_SINGLE_CONF= RELEASE LEAN DEBUG +RELEASE_DESC= No asserts, no debug symbols, verbose on +LEAN_DESC= No asserts, no debug symbols, verbose off +DEBUG_DESC= Asserts, debug symbols, verbose on +OPTIONS_DEFAULT= RELEASE PLIST_FILES= sbin/udpxy \ sbin/udpxrec @@ -31,17 +34,15 @@ do-install: @${INSTALL_PROGRAM} ${WRKSRC}/udpxy ${PREFIX}/sbin/ @${LN} -s udpxy ${PREFIX}/sbin/udpxrec -.include +.include -.if defined(WITH_RELEASE) && defined(WITHOUT_LEAN) && defined(WITHOUT_DEBUG) +.if ${PORT_OPTIONS:MRELEASE} ALL_TARGET=release -.elif defined(WITH_LEAN) && defined(WITHOUT_RELEASE) && defined(WITHOUT_DEBUG) +.elif ${PORT_OPTIONS:MLEAN} ALL_TARGET=lean -.elif defined(WITH_DEBUG) && defined(WITHOUT_RELEASE) && defined(WITHOUT_LEAN) +.elif ${PORT_OPTIONS:MDEBUG} ALL_TARGET=debug WITH_DEBUG=yes -.else -IGNORE=please run 'make config' again and select one build option .endif -.include +.include Modified: head/net/udpxy/distinfo ============================================================================== --- head/net/udpxy/distinfo Sat Sep 15 09:19:35 2012 (r304311) +++ head/net/udpxy/distinfo Sat Sep 15 09:38:26 2012 (r304312) @@ -1,2 +1,2 @@ -SHA256 (udpxy.1.0.21-2-prod.tgz) = 630ab98c9e1c8248be1b3a3b16efef48e6da439995dbc795700de028138f76eb -SIZE (udpxy.1.0.21-2-prod.tgz) = 82947 +SHA256 (udpxy.1.0.23-0-prod.tar.gz) = b5b3523f20c82b0249acced317daa65ec1791ceed4e5f8f582ecf79067f41a18 +SIZE (udpxy.1.0.23-0-prod.tar.gz) = 79133 Modified: head/net/udpxy/files/udpxy.in ============================================================================== --- head/net/udpxy/files/udpxy.in Sat Sep 15 09:19:35 2012 (r304311) +++ head/net/udpxy/files/udpxy.in Sat Sep 15 09:38:26 2012 (r304312) @@ -4,7 +4,7 @@ # # PROVIDE: udpxy -# REQUIRE: NETWORKING +# REQUIRE: DAEMON # Define these udpxy_* variables in one of these files: # /etc/rc.conf From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 10:19:20 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1995C106566B; Sat, 15 Sep 2012 10:19:20 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 044708FC0A; Sat, 15 Sep 2012 10:19:20 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8FAJJK5026765; Sat, 15 Sep 2012 10:19:19 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8FAJJfA026762; Sat, 15 Sep 2012 10:19:19 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201209151019.q8FAJJfA026762@svn.freebsd.org> From: Frederic Culot Date: Sat, 15 Sep 2012 10:19:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304313 - head/devel/p5-MooseX-Getopt X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 10:19:20 -0000 Author: culot Date: Sat Sep 15 10:19:19 2012 New Revision: 304313 URL: http://svn.freebsd.org/changeset/ports/304313 Log: - Update to 0.47 - Pet portlint(1) by moving TEST_DEPENDS earlier Changes: http://search.cpan.org/dist/MooseX-Getopt/Changes Modified: head/devel/p5-MooseX-Getopt/Makefile head/devel/p5-MooseX-Getopt/distinfo Modified: head/devel/p5-MooseX-Getopt/Makefile ============================================================================== --- head/devel/p5-MooseX-Getopt/Makefile Sat Sep 15 09:38:26 2012 (r304312) +++ head/devel/p5-MooseX-Getopt/Makefile Sat Sep 15 10:19:19 2012 (r304313) @@ -6,7 +6,7 @@ # PORTNAME= MooseX-Getopt -PORTVERSION= 0.45 +PORTVERSION= 0.47 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ETHER @@ -22,7 +22,6 @@ BUILD_DEPENDS= p5-Getopt-Long-Descriptiv p5-Moose>=0.56:${PORTSDIR}/devel/p5-Moose \ p5-MooseX-Role-Parameterized>=0:${PORTSDIR}/devel/p5-MooseX-Role-Parameterized RUN_DEPENDS:= ${BUILD_DEPENDS} - TEST_DEPENDS= p5-MooseX-SimpleConfig>=0.07:${PORTSDIR}/devel/p5-MooseX-SimpleConfig \ p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class \ p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ Modified: head/devel/p5-MooseX-Getopt/distinfo ============================================================================== --- head/devel/p5-MooseX-Getopt/distinfo Sat Sep 15 09:38:26 2012 (r304312) +++ head/devel/p5-MooseX-Getopt/distinfo Sat Sep 15 10:19:19 2012 (r304313) @@ -1,2 +1,2 @@ -SHA256 (MooseX-Getopt-0.45.tar.gz) = e9d69b3af4ae9d4ac4cf545eb19ed9b9f9e91f6a0450c12372a7a0703c81d59e -SIZE (MooseX-Getopt-0.45.tar.gz) = 34320 +SHA256 (MooseX-Getopt-0.47.tar.gz) = 23a1636f493d3c0b021263f2025a90666d05fc8516aaa83c75092fbc85a91f1b +SIZE (MooseX-Getopt-0.47.tar.gz) = 35314 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 11:45:02 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 08C49106566B; Sat, 15 Sep 2012 11:45:02 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id C972D8FC12; Sat, 15 Sep 2012 11:45:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8FBj1Hs041130; Sat, 15 Sep 2012 11:45:01 GMT (envelope-from culot@svn.freebsd.org) Received: (from culot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8FBj11R041126; Sat, 15 Sep 2012 11:45:01 GMT (envelope-from culot@svn.freebsd.org) Message-Id: <201209151145.q8FBj11R041126@svn.freebsd.org> From: Frederic Culot Date: Sat, 15 Sep 2012 11:45:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304314 - head/devel/py-pygithub X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 11:45:02 -0000 Author: culot Date: Sat Sep 15 11:45:01 2012 New Revision: 304314 URL: http://svn.freebsd.org/changeset/ports/304314 Log: - Update to 1.7 - Update Makefile's header to display creator's full name Changes: https://github.com/jacquev6/PyGithub/blob/v1.7/doc/ChangeLog.md PR: ports/171660 Submitted by: Kubilay Kocak (maintainer) Modified: head/devel/py-pygithub/Makefile head/devel/py-pygithub/distinfo head/devel/py-pygithub/pkg-plist Modified: head/devel/py-pygithub/Makefile ============================================================================== --- head/devel/py-pygithub/Makefile Sat Sep 15 10:19:19 2012 (r304313) +++ head/devel/py-pygithub/Makefile Sat Sep 15 11:45:01 2012 (r304314) @@ -1,12 +1,12 @@ # New ports collection makefile for: py-github # Date created: 2012-06-04 -# Whom: koobs +# Whom: Kubilay Kocak # # $FreeBSD$ # PORTNAME= pygithub -PORTVERSION= 1.3 +PORTVERSION= 1.7 CATEGORIES= devel www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-pygithub/distinfo ============================================================================== --- head/devel/py-pygithub/distinfo Sat Sep 15 10:19:19 2012 (r304313) +++ head/devel/py-pygithub/distinfo Sat Sep 15 11:45:01 2012 (r304314) @@ -1,2 +1,2 @@ -SHA256 (PyGithub-1.3.zip) = a4953433fdec4ae81692d88323f353067a74d38419ea8cd4836392b8231d015c -SIZE (PyGithub-1.3.zip) = 102285 +SHA256 (PyGithub-1.7.zip) = add63699beac96f23995b05d856a025b02d170217c02d04a9c386a172dd52a70 +SIZE (PyGithub-1.7.zip) = 106824 Modified: head/devel/py-pygithub/pkg-plist ============================================================================== --- head/devel/py-pygithub/pkg-plist Sat Sep 15 10:19:19 2012 (r304313) +++ head/devel/py-pygithub/pkg-plist Sat Sep 15 11:45:01 2012 (r304314) @@ -23,9 +23,15 @@ %%PYTHON_SITELIBDIR%%/github/CommitStats.py %%PYTHON_SITELIBDIR%%/github/CommitStats.pyc %%PYTHON_SITELIBDIR%%/github/CommitStats.pyo +%%PYTHON_SITELIBDIR%%/github/CommitStatus.py +%%PYTHON_SITELIBDIR%%/github/CommitStatus.pyc +%%PYTHON_SITELIBDIR%%/github/CommitStatus.pyo %%PYTHON_SITELIBDIR%%/github/Comparison.py %%PYTHON_SITELIBDIR%%/github/Comparison.pyc %%PYTHON_SITELIBDIR%%/github/Comparison.pyo +%%PYTHON_SITELIBDIR%%/github/ContentFile.py +%%PYTHON_SITELIBDIR%%/github/ContentFile.pyc +%%PYTHON_SITELIBDIR%%/github/ContentFile.pyo %%PYTHON_SITELIBDIR%%/github/Download.py %%PYTHON_SITELIBDIR%%/github/Download.pyc %%PYTHON_SITELIBDIR%%/github/Download.pyo @@ -83,6 +89,9 @@ %%PYTHON_SITELIBDIR%%/github/Hook.py %%PYTHON_SITELIBDIR%%/github/Hook.pyc %%PYTHON_SITELIBDIR%%/github/Hook.pyo +%%PYTHON_SITELIBDIR%%/github/HookDescription.py +%%PYTHON_SITELIBDIR%%/github/HookDescription.pyc +%%PYTHON_SITELIBDIR%%/github/HookDescription.pyo %%PYTHON_SITELIBDIR%%/github/HookResponse.py %%PYTHON_SITELIBDIR%%/github/HookResponse.pyc %%PYTHON_SITELIBDIR%%/github/HookResponse.pyo From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 13:06:27 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 19DA5106566C; Sat, 15 Sep 2012 13:06:27 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EE7858FC14; Sat, 15 Sep 2012 13:06:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8FD6QcE053695; Sat, 15 Sep 2012 13:06:26 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8FD6QB3053692; Sat, 15 Sep 2012 13:06:26 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201209151306.q8FD6QB3053692@svn.freebsd.org> From: Eitan Adler Date: Sat, 15 Sep 2012 13:06:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304315 - in head: Mk devel/cross-gcc X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 13:06:27 -0000 Author: eadler Date: Sat Sep 15 13:06:26 2012 New Revision: 304315 URL: http://svn.freebsd.org/changeset/ports/304315 Log: - Covert to OptionsNG - Remove old header lines - Add generally useful options to the global list Modified: head/Mk/bsd.options.desc.mk head/devel/cross-gcc/Makefile Modified: head/Mk/bsd.options.desc.mk ============================================================================== --- head/Mk/bsd.options.desc.mk Sat Sep 15 11:45:01 2012 (r304314) +++ head/Mk/bsd.options.desc.mk Sat Sep 15 13:06:26 2012 (r304315) @@ -47,6 +47,7 @@ COMPOSITE_DESC?= X11 Composite extension CUE_DESC?= Embedded CUE sheets support CUPS_DESC?= CUPS printing system support CURL_DESC?= Data transfer support via cURL +CXX_DESC?= C++ support DAGRAB_DESC?= CD ripping support (dagrab) DATA_DESC?= Install data files DBM_DESC?= DBM support @@ -72,6 +73,7 @@ FFMPEG_DESC?= FFmpeg support (WMA, AIFF FFTW_DESC?= Discrete Fourier Transform support FLAC_DESC?= FLAC lossless audio codec support FONTCONFIG_DESC?= X11 font configuration support +FORTRAN_DESC?= Fortran support FPECTL_DESC?= Floating point exception handling FPX_DESC?= FlashPix image format support FREETDS_DESC?= FreeTDS library support @@ -199,6 +201,7 @@ NUMPY_DESC?= NumPy mathematical computi ODBC_DESC?= ODBC backend ODF_DESC?= ODF file support OGG_DESC?= OGG format support +OBJC_DESC?= Objective C support OPENAL_DESC?= OpenAL support OPENCV_DESC?= OpenCV support OPENEXR_DESC?= HDR support via OpenEXR Modified: head/devel/cross-gcc/Makefile ============================================================================== --- head/devel/cross-gcc/Makefile Sat Sep 15 11:45:01 2012 (r304314) +++ head/devel/cross-gcc/Makefile Sat Sep 15 13:06:26 2012 (r304315) @@ -1,9 +1,4 @@ -# New ports collection makefile for: cross-gcc -# Date created: 2006-08-10 -# Whom: Stanislav Sedov -# # $FreeBSD$ -# PORTNAME?= gcc PORTVERSION= 4.5.2 @@ -149,9 +144,8 @@ OURTARGET= cross # to generate a correct IGNORE= you should select TGTARCH and TGTABI to build port .endif -OPTIONS= CXX "Enable C++ language support" on \ - OBJC "Enable Objective C support" on \ - FORTRAN "Enable Fortran support" off +OPTIONS_DEFINE= CXX OBJC FORTRAN +OPTIONS_DEFAULT= CXX OBJC .include @@ -163,7 +157,7 @@ BROKEN= Does not link PKG_ARGS= -v -c -${COMMENT:Q} -d ${DESCR} -f ${TMPPLIST} -p ${PREFIX} -P "`cd ${PORTSDIR}/devel/cross-binutils && ${MAKE} ${DEPENDS_ARGS} -V PKGNAME`:devel/cross-binutils" ${EXTRA_PKG_ARGS} $${_LATE_PKG_ARGS} -m ${MTREE_FILE} -o ${PKGORIGIN} -.if !defined(WITHOUT_CXX) +.if ${PORT_OPTIONS:MCXX} TGTLANGS:= "${TGTLANGS},c++" PLIST_FILES+= bin/${OURTARGET}-c++ \ bin/${OURTARGET}-g++ \ @@ -171,11 +165,11 @@ PLIST_FILES+= bin/${OURTARGET}-c++ \ ${OURTARGET}/bin/g++ .endif -.if !defined(WITHOUT_OBJC) +.if ${PORT_OPTIONS:MOBJC} TGTLANGS:= "${TGTLANGS},objc" .endif -.if defined(WITH_FORTRAN) +.if ${PORT_OPTIONS:MFORTRAN} TGTLANGS:= "${TGTLANGS},fortran" PLIST_FILES+= bin/${OURTARGET}-gfortran \ ${OURTARGET}/bin/gfortran From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 13:21:50 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DD41106564A; Sat, 15 Sep 2012 13:21:50 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E49A48FC0A; Sat, 15 Sep 2012 13:21:49 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8FDLnp2056198; Sat, 15 Sep 2012 13:21:49 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8FDLnk1056196; Sat, 15 Sep 2012 13:21:49 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201209151321.q8FDLnk1056196@svn.freebsd.org> From: Eitan Adler Date: Sat, 15 Sep 2012 13:21:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304316 - head/devel/pear-PHPUnit3 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 13:21:50 -0000 Author: eadler Date: Sat Sep 15 13:21:49 2012 New Revision: 304316 URL: http://svn.freebsd.org/changeset/ports/304316 Log: Covert to OptionsNG Modified: head/devel/pear-PHPUnit3/Makefile Modified: head/devel/pear-PHPUnit3/Makefile ============================================================================== --- head/devel/pear-PHPUnit3/Makefile Sat Sep 15 13:06:26 2012 (r304315) +++ head/devel/pear-PHPUnit3/Makefile Sat Sep 15 13:21:49 2012 (r304316) @@ -25,14 +25,15 @@ PEAR_AUTOINSTALL= yes LATEST_LINK= pear-PHPUnit3 -OPTIONS= PEAR_IMAGE_GRAPHVIZ "PEAR::Image::GraphViz support" off \ - PEAR_LOG "PEAR::Log support" off \ - JSON "Enable JSON support" off \ - PDO "Enable PDO support" off \ - PDO_SQLITE "Enable PDO_SQLite support" off \ - TOKENIZER "Enable Tokenizer support" off \ - PDO_MYSQL "Enable PDO_MySQL support" off \ - XDEBUG "Enable Xdebug support" off +OPTIONS_DEFINE= PEAR_IMAGE_GRAPHVIZ PEAR_LOG JSON PDO PDO_SQLITE TOKENIZER PDO_MYSQL XDEBUG +PEAR_IMAGE_GRAPHVIZ_DESC= PEAR::Image::GraphViz support +PEAR_LOG_DESC= PEAR::Log support +JSON_DESC= Enable JSON support +PDO_DESC= Enable PDO support +PDO_SQLITE_DESC= Enable PDO_SQLite support +TOKENIZER_DESC= Enable Tokenizer support +PDO_MYSQL_DESC= Enable PDO_MySQL support +XDEBUG_DESC= Enable Xdebug support DEFAULT_PHP_VER=5 IGNORE_WITH_PHP=4 @@ -41,35 +42,36 @@ USE_PHP= dom spl pcre .include -.if defined(WITH_PEAR_LOG) +.if ${PORT_OPTIONS:MPEAR_LOG} RUN_DEPENDS+= ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log .endif - -.if defined(WITH_PEAR_IMAGE_GRAPHVIZ) + +.if ${PORT_OPTIONS:MIMAGE_GRAPHVIZ} +RUN_DEPENDS+= ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log RUN_DEPENDS+= ${PEARDIR}/Image/GraphViz.php:${PORTSDIR}/graphics/pear-Image_GraphViz .endif -.if defined(WITH_JSON) +.if ${PORT_OPTIONS:MJSON} USE_PHP+= json .endif -.if defined(WITH_PDO) +.if ${PORT_OPTIONS:MPDO} USE_PHP+= pdo .endif -.if defined(WITH_PDO_MYSQL) +.if ${PORT_OPTIONS:MPDO_MYSQL} USE_PHP+= pdo_mysql .endif -.if defined(WITH_PDO_SQLITE) +.if ${PORT_OPTIONS:MPDO_SQLITE} USE_PHP+= pdo_sqlite .endif -.if defined(WITH_TOKENIZER) +.if ${PORT_OPTIONS:MTOKENIZER} USE_PHP+= tokenizer .endif -.if defined(WITH_XDEBUG) +.if ${PORT_OPTIONS:MXDEBUG} RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/xdebug.so:${PORTSDIR}/devel/php-xdebug .endif From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 14:58:01 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B48661065670; Sat, 15 Sep 2012 14:58:01 +0000 (UTC) (envelope-from avilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9FC178FC0C; Sat, 15 Sep 2012 14:58:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8FEw1xB071588; Sat, 15 Sep 2012 14:58:01 GMT (envelope-from avilla@svn.freebsd.org) Received: (from avilla@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8FEw1Xi071585; Sat, 15 Sep 2012 14:58:01 GMT (envelope-from avilla@svn.freebsd.org) Message-Id: <201209151458.q8FEw1Xi071585@svn.freebsd.org> From: Alberto Villa Date: Sat, 15 Sep 2012 14:58:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304317 - head/Mk X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 14:58:01 -0000 Author: avilla Date: Sat Sep 15 14:58:01 2012 New Revision: 304317 URL: http://svn.freebsd.org/changeset/ports/304317 Log: - Remove dead mirror from MASTER_SITE_QT. Modified: head/Mk/bsd.sites.mk (contents, props changed) Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Sat Sep 15 13:21:49 2012 (r304316) +++ head/Mk/bsd.sites.mk Sat Sep 15 14:58:01 2012 (r304317) @@ -1070,7 +1070,6 @@ MASTER_SITE_QMAIL+= \ .if !defined(IGNORE_MASTER_SITE_QT) MASTER_SITE_QT+= \ http://releases.qt-project.org/qt4/source/%SUBDIR%/ \ - http://mi.mirror.garr.it/mirrors/qt/%SUBDIR%/ \ ftp://ftp.heanet.ie/mirrors/trolltech/pub/qt/source/%SUBDIR%/ \ http://download.qt.nokia.com/qt/source/%SUBDIR%/ \ ftp://ftp.trolltech.com/qt/source/%SUBDIR%/ From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 15:21:24 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E989106564A; Sat, 15 Sep 2012 15:21:24 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DAC7B8FC0C; Sat, 15 Sep 2012 15:21:23 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8FFLNdm075315; Sat, 15 Sep 2012 15:21:23 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8FFLNLU075312; Sat, 15 Sep 2012 15:21:23 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201209151521.q8FFLNLU075312@svn.freebsd.org> From: Ruslan Mahmatkhanov Date: Sat, 15 Sep 2012 15:21:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304318 - head/Mk X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 15:21:24 -0000 Author: rm Date: Sat Sep 15 15:21:23 2012 New Revision: 304318 URL: http://svn.freebsd.org/changeset/ports/304318 Log: - sync packetstorm mirrors list (remove two dead mirrors) Modified: head/Mk/bsd.sites.mk Modified: head/Mk/bsd.sites.mk ============================================================================== --- head/Mk/bsd.sites.mk Sat Sep 15 14:58:01 2012 (r304317) +++ head/Mk/bsd.sites.mk Sat Sep 15 15:21:23 2012 (r304318) @@ -927,11 +927,9 @@ MASTER_SITE_OSSP+= \ MASTER_SITE_PACKETSTORM+= \ http://dl.packetstormsecurity.net/%SUBDIR%/ \ http://packetstorm.codar.com.br/%SUBDIR%/ \ - http://packetstorm.crazydog.pt/%SUBDIR%/ \ http://packetstorm.igor.onlinedirect.bg/%SUBDIR%/ \ http://packetstorm.interhost.co.il/%SUBDIR%/ \ http://packetstorm.foofus.com/%SUBDIR%/ \ - http://packetstorm.linuxsecurity.com/%SUBDIR%/ \ http://packetstorm.tacticalflex.com/%SUBDIR%/ \ http://packetstorm.unixteacher.org/%SUBDIR%/ \ http://packetstorm.wowhacker.com/%SUBDIR%/ From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 15:32:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0EDFF106564A; Sat, 15 Sep 2012 15:32:30 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B27EC8FC16; Sat, 15 Sep 2012 15:32:30 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8FFWUsm077148; Sat, 15 Sep 2012 15:32:30 GMT (envelope-from ume@svn.freebsd.org) Received: (from ume@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8FFWUhg077145; Sat, 15 Sep 2012 15:32:30 GMT (envelope-from ume@svn.freebsd.org) Message-Id: <201209151532.q8FFWUhg077145@svn.freebsd.org> From: Hajimu UMEMOTO Date: Sat, 15 Sep 2012 15:32:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304319 - in head/japanese: gedy gsuica X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 15:32:31 -0000 Author: ume Date: Sat Sep 15 15:32:30 2012 New Revision: 304319 URL: http://svn.freebsd.org/changeset/ports/304319 Log: It requires some additional ruby libs build for ruby19. So, mark IGNORE when RUBY_DEFAULT_VER is not 1.9. Spotted by: pointyhat via beat Modified: head/japanese/gedy/Makefile head/japanese/gsuica/Makefile Modified: head/japanese/gedy/Makefile ============================================================================== --- head/japanese/gedy/Makefile Sat Sep 15 15:21:23 2012 (r304318) +++ head/japanese/gedy/Makefile Sat Sep 15 15:32:30 2012 (r304319) @@ -32,6 +32,12 @@ NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} +.include + +.if ${RUBY_DEFAULT_VER} != ${RUBY_VER} +IGNORE= requires RUBY_DEFAULT_VER=${RUBY_VER} +.endif + post-patch: @${REINPLACE_CMD} -e 's,#! /usr/bin/ruby1.9.3,#!${RUBY},g' \ ${WRKSRC}/${PORTNAME} @@ -39,4 +45,4 @@ post-patch: do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin -.include +.include Modified: head/japanese/gsuica/Makefile ============================================================================== --- head/japanese/gsuica/Makefile Sat Sep 15 15:21:23 2012 (r304318) +++ head/japanese/gsuica/Makefile Sat Sep 15 15:32:30 2012 (r304319) @@ -32,6 +32,12 @@ NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} +.include + +.if ${RUBY_DEFAULT_VER} != ${RUBY_VER} +IGNORE= requires RUBY_DEFAULT_VER=${RUBY_VER} +.endif + post-patch: @${REINPLACE_CMD} -e 's,#! /usr/bin/ruby1.9.3,#!${RUBY},g' \ ${WRKSRC}/${PORTNAME} @@ -55,4 +61,4 @@ station-code-fetch: station-code-install: @(cd ${WRKDIR}; ${SH} station_code_conv.sh StationCode.xls) -.include +.include From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 17:22:34 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F2B5D1065673; Sat, 15 Sep 2012 17:22:33 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id DE2A28FC12; Sat, 15 Sep 2012 17:22:33 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8FHMXVF094848; Sat, 15 Sep 2012 17:22:33 GMT (envelope-from nox@svn.freebsd.org) Received: (from nox@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8FHMX8n094845; Sat, 15 Sep 2012 17:22:33 GMT (envelope-from nox@svn.freebsd.org) Message-Id: <201209151722.q8FHMX8n094845@svn.freebsd.org> From: Juergen Lock Date: Sat, 15 Sep 2012 17:22:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304320 - head/security/vuxml X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 17:22:34 -0000 Author: nox Date: Sat Sep 15 17:22:33 2012 New Revision: 304320 URL: http://svn.freebsd.org/changeset/ports/304320 Log: Add vuxml for older versions of multimedia/vlc . PR: ports/169985 Submitted by: "Anders N." Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Sep 15 15:32:30 2012 (r304319) +++ head/security/vuxml/vuln.xml Sat Sep 15 17:22:33 2012 (r304320) @@ -51,6 +51,36 @@ Note: Please add new entries to the beg --> + + vlc -- arbitrary code execution in Real RTSP and MMS support + + + vlc + 2.0.1,3 + + + + +

Jean-Baptiste Kempf, on behalf of the VideoLAN project reports:

+
+

If successful, a malicious third party could crash the VLC + media player process. Arbitrary code execution could be possible + on some systems.

+
+ +
+ + http://www.videolan.org/security/sa1201.html + http://www.videolan.org/security/sa1202.html + CVE-2012-1775 + CVE-2012-1776 + + + 2012-03-12 + 2012-09-15 + +
+ bacula -- Console ACL Bypass From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 19:42:57 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B3EA41065689; Sat, 15 Sep 2012 19:42:57 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9E2C98FC14; Sat, 15 Sep 2012 19:42:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8FJgvmd018666; Sat, 15 Sep 2012 19:42:57 GMT (envelope-from naddy@svn.freebsd.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8FJgvdc018661; Sat, 15 Sep 2012 19:42:57 GMT (envelope-from naddy@svn.freebsd.org) Message-Id: <201209151942.q8FJgvdc018661@svn.freebsd.org> From: Christian Weisgerber Date: Sat, 15 Sep 2012 19:42:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304321 - head/audio/opus X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 19:42:57 -0000 Author: naddy Date: Sat Sep 15 19:42:56 2012 New Revision: 304321 URL: http://svn.freebsd.org/changeset/ports/304321 Log: Update to 1.0.1. Opus has now been standardized by the IETF as RFC 6716. PR: 171564 Modified: head/audio/opus/Makefile head/audio/opus/distinfo (contents, props changed) head/audio/opus/pkg-descr (contents, props changed) head/audio/opus/pkg-plist (contents, props changed) Modified: head/audio/opus/Makefile ============================================================================== --- head/audio/opus/Makefile Sat Sep 15 17:22:33 2012 (r304320) +++ head/audio/opus/Makefile Sat Sep 15 19:42:56 2012 (r304321) @@ -1,12 +1,7 @@ -# New ports collection makefile for: opus -# Date created: 2012-07-19 -# Whom: Christian Weisgerber -# # $FreeBSD$ -# PORTNAME= opus -PORTVERSION= 0.9.14 +PORTVERSION= 1.0.1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ https://ftp.mozilla.org/pub/mozilla.org/opus/ @@ -22,9 +17,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-doc # requires doxygen MAKE_JOBS_SAFE= yes -# Don't install dummy doxygen-build.stamp -MAKE_ARGS+= docdir="" doc_DATA="" - regression-test: build @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check Modified: head/audio/opus/distinfo ============================================================================== --- head/audio/opus/distinfo Sat Sep 15 17:22:33 2012 (r304320) +++ head/audio/opus/distinfo Sat Sep 15 19:42:56 2012 (r304321) @@ -1,2 +1,2 @@ -SHA256 (opus-0.9.14.tar.gz) = b1cad6846a8f819a141009fe3f8f10c946e8eff7e9c2339cd517bb136cc59eae -SIZE (opus-0.9.14.tar.gz) = 727782 +SHA256 (opus-1.0.1.tar.gz) = 80fa5c3caf2ac0fd68f8a22cce1564fc46b368c773a17554887d0066fe1841ef +SIZE (opus-1.0.1.tar.gz) = 767241 Modified: head/audio/opus/pkg-descr ============================================================================== --- head/audio/opus/pkg-descr Sat Sep 15 17:22:33 2012 (r304320) +++ head/audio/opus/pkg-descr Sat Sep 15 19:42:56 2012 (r304321) @@ -1,7 +1,14 @@ -The Opus codec is designed to handle a wide range of interactive -audio applications, including Voice over IP, videoconferencing, -in-game chat, and even remote live music performances. It can scale -from low bit-rate narrowband speech to very high quality stereo -music. +Opus is a totally open, royalty-free, highly versatile audio codec. +It is standardized by the Internet Engineering Task Force (IETF) +as RFC 6716 which incorporated technology from Skype's SILK codec +and Xiph.Org's CELT codec. + +Opus is designed to handle a wide range of interactive audio +applications, including Voice over IP, videoconferencing, in-game +chat, and even live, distributed music performances. It scales from +low bitrate narrowband speech at 6 kbit/s to very high quality +stereo music at 510 kbit/s. Opus uses both Linear Prediction (LP) +and the Modified Discrete Cosine Transform (MDCT) to achieve good +compression of both speech and music. WWW: http://opus-codec.org/ Modified: head/audio/opus/pkg-plist ============================================================================== --- head/audio/opus/pkg-plist Sat Sep 15 17:22:33 2012 (r304320) +++ head/audio/opus/pkg-plist Sat Sep 15 19:42:56 2012 (r304321) @@ -5,6 +5,7 @@ include/opus/opus_types.h lib/libopus.a lib/libopus.la lib/libopus.so -lib/libopus.so.0 +lib/libopus.so.2 libdata/pkgconfig/opus.pc +share/aclocal/opus.m4 @dirrm include/opus From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 19:46:12 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 42C881065670; Sat, 15 Sep 2012 19:46:12 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2D3278FC08; Sat, 15 Sep 2012 19:46:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8FJkBDr019234; Sat, 15 Sep 2012 19:46:11 GMT (envelope-from naddy@svn.freebsd.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8FJkBPo019230; Sat, 15 Sep 2012 19:46:11 GMT (envelope-from naddy@svn.freebsd.org) Message-Id: <201209151946.q8FJkBPo019230@svn.freebsd.org> From: Christian Weisgerber Date: Sat, 15 Sep 2012 19:46:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304322 - head/audio/opus-tools X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 19:46:12 -0000 Author: naddy Date: Sat Sep 15 19:46:11 2012 New Revision: 304322 URL: http://svn.freebsd.org/changeset/ports/304322 Log: Update to 0.1.5. This release removes the confusing and ineffective '--speech' and '--music' options to opusenc. PR: 171565 Modified: head/audio/opus-tools/Makefile head/audio/opus-tools/distinfo (contents, props changed) Modified: head/audio/opus-tools/Makefile ============================================================================== --- head/audio/opus-tools/Makefile Sat Sep 15 19:42:56 2012 (r304321) +++ head/audio/opus-tools/Makefile Sat Sep 15 19:46:11 2012 (r304322) @@ -1,12 +1,7 @@ -# New ports collection makefile for: opus-tools -# Date created: 2012-07-19 -# Whom: Christian Weisgerber -# # $FreeBSD$ -# PORTNAME= opus-tools -PORTVERSION= 0.1.4 +PORTVERSION= 0.1.5 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ https://ftp.mozilla.org/pub/mozilla.org/opus/ Modified: head/audio/opus-tools/distinfo ============================================================================== --- head/audio/opus-tools/distinfo Sat Sep 15 19:42:56 2012 (r304321) +++ head/audio/opus-tools/distinfo Sat Sep 15 19:46:11 2012 (r304322) @@ -1,2 +1,2 @@ -SHA256 (opus-tools-0.1.4.tar.gz) = de80485c5afa1fd83c0e16a0dd4860470c872997a7dd0a58e99b2ee8a93e5168 -SIZE (opus-tools-0.1.4.tar.gz) = 276066 +SHA256 (opus-tools-0.1.5.tar.gz) = 76678d0eb7a9b3d793bd0243f9ced9ab0ecdab263f5232ed940c8f5795fb0405 +SIZE (opus-tools-0.1.5.tar.gz) = 288303 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 20:00:34 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 329BC1065670; Sat, 15 Sep 2012 20:00:34 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1AF998FC12; Sat, 15 Sep 2012 20:00:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8FK0X8r021698; Sat, 15 Sep 2012 20:00:33 GMT (envelope-from naddy@svn.freebsd.org) Received: (from naddy@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8FK0XMG021675; Sat, 15 Sep 2012 20:00:33 GMT (envelope-from naddy@svn.freebsd.org) Message-Id: <201209152000.q8FK0XMG021675@svn.freebsd.org> From: Christian Weisgerber Date: Sat, 15 Sep 2012 20:00:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304323 - in head: archivers/gcpio archivers/xz astro/jday audio/xmms-bonk audio/xmms-flac audio/xmms-wavpack audio/xmms-xf86audio comms/wy60 editors/elvis games/gtypist mail/bsmtp math... X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 20:00:34 -0000 Author: naddy Date: Sat Sep 15 20:00:32 2012 New Revision: 304323 URL: http://svn.freebsd.org/changeset/ports/304323 Log: Remove pointless header lines from ports I created once upon a time. Modified: head/archivers/gcpio/Makefile head/archivers/xz/Makefile head/astro/jday/Makefile head/audio/xmms-bonk/Makefile head/audio/xmms-flac/Makefile head/audio/xmms-wavpack/Makefile head/audio/xmms-xf86audio/Makefile head/comms/wy60/Makefile head/editors/elvis/Makefile head/games/gtypist/Makefile head/mail/bsmtp/Makefile head/math/calcoo/Makefile head/math/galculator/Makefile head/misc/ftdi-eeprom/Makefile head/net/openntpd/Makefile head/shells/ksh93/Makefile head/sysutils/sdd/Makefile head/www/man2web/Makefile head/www/surfraw/Makefile head/x11-toolkits/linux-openmotif/Makefile head/x11/xlogout/Makefile Modified: head/archivers/gcpio/Makefile ============================================================================== --- head/archivers/gcpio/Makefile Sat Sep 15 19:46:11 2012 (r304322) +++ head/archivers/gcpio/Makefile Sat Sep 15 20:00:32 2012 (r304323) @@ -1,9 +1,4 @@ -# New ports collection makefile for: gcpio -# Date created: 2010-03-25 -# Whom: Christian Weisgerber -# # $FreeBSD$ -# PORTNAME= cpio PORTVERSION= 2.11 Modified: head/archivers/xz/Makefile ============================================================================== --- head/archivers/xz/Makefile Sat Sep 15 19:46:11 2012 (r304322) +++ head/archivers/xz/Makefile Sat Sep 15 20:00:32 2012 (r304323) @@ -1,9 +1,4 @@ -# New ports collection makefile for: xz -# Date created: 2009-09-16 -# Whom: naddy -# # $FreeBSD$ -# PORTNAME= xz PORTVERSION= 5.0.3 Modified: head/astro/jday/Makefile ============================================================================== --- head/astro/jday/Makefile Sat Sep 15 19:46:11 2012 (r304322) +++ head/astro/jday/Makefile Sat Sep 15 20:00:32 2012 (r304323) @@ -1,7 +1,3 @@ -# New ports collection makefile for: jday -# Date created: 2000-11-27 -# Whom: Christian Weisgerber -# # $FreeBSD$ PORTNAME= jday Modified: head/audio/xmms-bonk/Makefile ============================================================================== --- head/audio/xmms-bonk/Makefile Sat Sep 15 19:46:11 2012 (r304322) +++ head/audio/xmms-bonk/Makefile Sat Sep 15 20:00:32 2012 (r304323) @@ -1,7 +1,3 @@ -# New ports collection makefile for: xmms-bonk -# Date created: 2002-06-15 -# Whom: Christian Weisgerber -# # $FreeBSD$ PORTNAME= xmms-bonk Modified: head/audio/xmms-flac/Makefile ============================================================================== --- head/audio/xmms-flac/Makefile Sat Sep 15 19:46:11 2012 (r304322) +++ head/audio/xmms-flac/Makefile Sat Sep 15 20:00:32 2012 (r304323) @@ -1,9 +1,4 @@ -# New ports collection makefile for: xmms-flac -# Date created: 2003-06-10 -# Whom: Christian Weisgerber -# # $FreeBSD$ -# PORTNAME= xmms-flac PORTVERSION= 1.2.1 Modified: head/audio/xmms-wavpack/Makefile ============================================================================== --- head/audio/xmms-wavpack/Makefile Sat Sep 15 19:46:11 2012 (r304322) +++ head/audio/xmms-wavpack/Makefile Sat Sep 15 20:00:32 2012 (r304323) @@ -1,7 +1,3 @@ -# New ports collection makefile for: xmms-wavpack -# Date created: 2009-01-12 -# Whom: Christian Weisgerber -# # $FreeBSD$ PORTNAME= xmms-wavpack Modified: head/audio/xmms-xf86audio/Makefile ============================================================================== --- head/audio/xmms-xf86audio/Makefile Sat Sep 15 19:46:11 2012 (r304322) +++ head/audio/xmms-xf86audio/Makefile Sat Sep 15 20:00:32 2012 (r304323) @@ -1,9 +1,4 @@ -# New ports collection makefile for: xmms-xf86audio -# Date created: 2005-06-16 -# Whom: Christian Weisgerber -# # $FreeBSD$ -# PORTNAME= xmms-xf86audio PORTVERSION= 0.4.4 Modified: head/comms/wy60/Makefile ============================================================================== --- head/comms/wy60/Makefile Sat Sep 15 19:46:11 2012 (r304322) +++ head/comms/wy60/Makefile Sat Sep 15 20:00:32 2012 (r304323) @@ -1,7 +1,3 @@ -# New ports collection makefile for: wy60 -# Date created: 2002-06-12 -# Whom: Christian Weisgerber -# # $FreeBSD$ PORTNAME= wy60 Modified: head/editors/elvis/Makefile ============================================================================== --- head/editors/elvis/Makefile Sat Sep 15 19:46:11 2012 (r304322) +++ head/editors/elvis/Makefile Sat Sep 15 20:00:32 2012 (r304323) @@ -1,9 +1,4 @@ -# New ports collection makefile for: elvis -# Date created: 1999-09-01 -# Whom: Christian Weisgerber -# # $FreeBSD$ -# PORTNAME= elvis PORTVERSION= 2.2.0 Modified: head/games/gtypist/Makefile ============================================================================== --- head/games/gtypist/Makefile Sat Sep 15 19:46:11 2012 (r304322) +++ head/games/gtypist/Makefile Sat Sep 15 20:00:32 2012 (r304323) @@ -1,7 +1,3 @@ -# New ports collection makefile for: gtypist -# Date created: 2001-05-18 -# Whom: Christian Weisgerber -# # $FreeBSD$ PORTNAME= gtypist Modified: head/mail/bsmtp/Makefile ============================================================================== --- head/mail/bsmtp/Makefile Sat Sep 15 19:46:11 2012 (r304322) +++ head/mail/bsmtp/Makefile Sat Sep 15 20:00:32 2012 (r304323) @@ -1,7 +1,3 @@ -# New ports collection makefile for: bsmtp -# Date created: 2000-10-05 -# Whom: Christian Weisgerber -# # $FreeBSD$ PORTNAME= bsmtp Modified: head/math/calcoo/Makefile ============================================================================== --- head/math/calcoo/Makefile Sat Sep 15 19:46:11 2012 (r304322) +++ head/math/calcoo/Makefile Sat Sep 15 20:00:32 2012 (r304323) @@ -1,7 +1,3 @@ -# New ports collection makefile for: calcoo -# Date created: 2002-01-17 -# Whom: Christian Weisgerber -# # $FreeBSD$ PORTNAME= calcoo Modified: head/math/galculator/Makefile ============================================================================== --- head/math/galculator/Makefile Sat Sep 15 19:46:11 2012 (r304322) +++ head/math/galculator/Makefile Sat Sep 15 20:00:32 2012 (r304323) @@ -1,9 +1,4 @@ -# New ports collection makefile for: galculator -# Date created: 2003-06-26 -# Whom: Christian Weisgerber -# # $FreeBSD$ -# PORTNAME= galculator PORTVERSION= 1.3.4 Modified: head/misc/ftdi-eeprom/Makefile ============================================================================== --- head/misc/ftdi-eeprom/Makefile Sat Sep 15 19:46:11 2012 (r304322) +++ head/misc/ftdi-eeprom/Makefile Sat Sep 15 20:00:32 2012 (r304323) @@ -1,9 +1,4 @@ -# New ports collection makefile for: ftdi-eeprom -# Date created: 2003-02-15 -# Whom: Christian Weisgerber -# # $FreeBSD$ -# PORTNAME= ftdi-eeprom PORTVERSION= 1.1 Modified: head/net/openntpd/Makefile ============================================================================== --- head/net/openntpd/Makefile Sat Sep 15 19:46:11 2012 (r304322) +++ head/net/openntpd/Makefile Sat Sep 15 20:00:32 2012 (r304323) @@ -1,9 +1,4 @@ -# New ports collection makefile for: openntpd -# Date created: 2004-07-11 -# Whom: Christian Weisgerber -# # $FreeBSD$ -# PORTNAME= openntpd PORTVERSION= 4.6 Modified: head/shells/ksh93/Makefile ============================================================================== --- head/shells/ksh93/Makefile Sat Sep 15 19:46:11 2012 (r304322) +++ head/shells/ksh93/Makefile Sat Sep 15 20:00:32 2012 (r304323) @@ -1,7 +1,3 @@ -# New ports collection makefile for: ksh93 -# Date created: 2000-12-26 -# Whom: Christian Weisgerber -# # $FreeBSD$ # # Make sure that your configuration DOES NOT set ANY gcc-related Modified: head/sysutils/sdd/Makefile ============================================================================== --- head/sysutils/sdd/Makefile Sat Sep 15 19:46:11 2012 (r304322) +++ head/sysutils/sdd/Makefile Sat Sep 15 20:00:32 2012 (r304323) @@ -1,7 +1,3 @@ -# New ports collection makefile for: sdd -# Date created: 1999-05-05 -# Whom: Christian Weisgerber -# # $FreeBSD$ PORTNAME= sdd Modified: head/www/man2web/Makefile ============================================================================== --- head/www/man2web/Makefile Sat Sep 15 19:46:11 2012 (r304322) +++ head/www/man2web/Makefile Sat Sep 15 20:00:32 2012 (r304323) @@ -1,9 +1,4 @@ -# New ports collection makefile for: man2web -# Date created: 2003-04-19 -# Whom: Christian Weisgerber -# # $FreeBSD$ -# PORTNAME= man2web PORTVERSION= 0.88 Modified: head/www/surfraw/Makefile ============================================================================== --- head/www/surfraw/Makefile Sat Sep 15 19:46:11 2012 (r304322) +++ head/www/surfraw/Makefile Sat Sep 15 20:00:32 2012 (r304323) @@ -1,7 +1,3 @@ -# New ports collection makefile for: surfraw -# Date created: 2000-08-03 -# Whom: Christian Weisgerber -# # $FreeBSD$ PORTNAME= surfraw Modified: head/x11-toolkits/linux-openmotif/Makefile ============================================================================== --- head/x11-toolkits/linux-openmotif/Makefile Sat Sep 15 19:46:11 2012 (r304322) +++ head/x11-toolkits/linux-openmotif/Makefile Sat Sep 15 20:00:32 2012 (r304323) @@ -1,7 +1,3 @@ -# New ports collection makefile for: linux-openmotif -# Date created: 2001-09-24 -# Whom: Christian Weisgerber -# # $FreeBSD$ PORTNAME= openmotif Modified: head/x11/xlogout/Makefile ============================================================================== --- head/x11/xlogout/Makefile Sat Sep 15 19:46:11 2012 (r304322) +++ head/x11/xlogout/Makefile Sat Sep 15 20:00:32 2012 (r304323) @@ -1,9 +1,4 @@ -# New ports collection makefile for: xlogout -# Date created: 1998-11-06 -# Whom: Christian Weisgerber -# # $FreeBSD$ -# PORTNAME= xlogout PORTVERSION= 1.1 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 20:21:59 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09D07106564A; Sat, 15 Sep 2012 20:21:59 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E7ECF8FC0C; Sat, 15 Sep 2012 20:21:58 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8FKLw4Z024808; Sat, 15 Sep 2012 20:21:58 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8FKLwvw024805; Sat, 15 Sep 2012 20:21:58 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201209152021.q8FKLwvw024805@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sat, 15 Sep 2012 20:21:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304324 - in head/net-p2p: ktorrent libktorrent X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 20:21:59 -0000 Author: rakuco Date: Sat Sep 15 20:21:58 2012 New Revision: 304324 URL: http://svn.freebsd.org/changeset/ports/304324 Log: {lib}ktorrent: Follow the trend of not specifying library shversions in the dependencies. Incidentally, this should also fix the ktorrent build, since libktorrent has had a shlib bump. Modified: head/net-p2p/ktorrent/Makefile head/net-p2p/libktorrent/Makefile Modified: head/net-p2p/ktorrent/Makefile ============================================================================== --- head/net-p2p/ktorrent/Makefile Sat Sep 15 20:00:32 2012 (r304323) +++ head/net-p2p/ktorrent/Makefile Sat Sep 15 20:21:58 2012 (r304324) @@ -13,8 +13,8 @@ MASTER_SITES= http://ktorrent.org/downlo MAINTAINER= makc@FreeBSD.org COMMENT= BitTorrent client for KDE -LIB_DEPENDS= tag.1:${PORTSDIR}/audio/taglib \ - ktorrent.4:${PORTSDIR}/net-p2p/libktorrent +LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib \ + ktorrent:${PORTSDIR}/net-p2p/libktorrent USE_BZIP2= yes USE_KDE4= kdelibs kdehier kdeprefix automoc4 pimlibs workspace Modified: head/net-p2p/libktorrent/Makefile ============================================================================== --- head/net-p2p/libktorrent/Makefile Sat Sep 15 20:00:32 2012 (r304323) +++ head/net-p2p/libktorrent/Makefile Sat Sep 15 20:21:58 2012 (r304324) @@ -13,9 +13,9 @@ MASTER_SITES= http://ktorrent.org/downlo MAINTAINER= makc@FreeBSD.org COMMENT= Torrent library split from KTorrent -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - qca.2:${PORTSDIR}/devel/qca \ - boost_thread.4:${PORTSDIR}/devel/boost-libs +LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp \ + qca:${PORTSDIR}/devel/qca \ + boost_thread:${PORTSDIR}/devel/boost-libs USE_BZIP2= yes USE_KDE4= kdelibs kdehier kdeprefix automoc4 From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 20:22:27 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ABD81106566C; Sat, 15 Sep 2012 20:22:27 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9742D8FC16; Sat, 15 Sep 2012 20:22:27 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8FKMRWo024928; Sat, 15 Sep 2012 20:22:27 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8FKMRc2024926; Sat, 15 Sep 2012 20:22:27 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201209152022.q8FKMRc2024926@svn.freebsd.org> From: Raphael Kubo da Costa Date: Sat, 15 Sep 2012 20:22:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304325 - head/net-p2p/ktorrent X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 20:22:27 -0000 Author: rakuco Date: Sat Sep 15 20:22:27 2012 New Revision: 304325 URL: http://svn.freebsd.org/changeset/ports/304325 Log: ktorrent: Try enabling MAKE_JOBS_SAFE again Modified: head/net-p2p/ktorrent/Makefile Modified: head/net-p2p/ktorrent/Makefile ============================================================================== --- head/net-p2p/ktorrent/Makefile Sat Sep 15 20:21:58 2012 (r304324) +++ head/net-p2p/ktorrent/Makefile Sat Sep 15 20:22:27 2012 (r304325) @@ -22,7 +22,7 @@ USE_QT4= qmake_build moc_build rcc_build USE_CMAKE= yes USE_GETTEXT= yes USE_LDCONFIG= yes -#MAKE_JOBS_SAFE= yes +MAKE_JOBS_SAFE= yes CONFLICTS_BUILD= ktorrent-2* From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 20:26:45 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 25A3D106566C; Sat, 15 Sep 2012 20:26:45 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2AA5A8FC0C; Sat, 15 Sep 2012 20:26:43 +0000 (UTC) Received: by lbbgg13 with SMTP id gg13so4211239lbb.13 for ; Sat, 15 Sep 2012 13:26:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=ZTI7SiaXwKxgr3QxTUaUh5AiAZwQO2bWetxyg1kuzW0=; b=OrX4H2cmnLmRptPiTzz+07xczOfL9B0Rcvty/s7ZfmQVWpZhHwoUh5L+bxRs0Y2nVs HzfFScrZBS80MlZImFhdvqM95cvUBVekKVcVdmJyLn/mAPT1BVFxQUCNrhm6bIS9p7Yn Yrfk0yBeWuL+yNqtwvkdikY4VOq0C1pf7DWmy8aPzTJwkKlyU3BCGowxEortjsrSLatw 767802uCAgbwQXrqDA4cVRO6D52xBEWKbtxZ4zOGke/caEnxnLqGtJFEFsdcutr5ZD9+ AsOB7t8x6lz+aiHwBVnOgD1WDqFpDtAwyeqPrOhTHfUfiMdNKNCYBhau1dgWxksOCMnD ECVg== Received: by 10.112.37.66 with SMTP id w2mr2460477lbj.124.1347740802633; Sat, 15 Sep 2012 13:26:42 -0700 (PDT) Received: from gibbon.gmail.com (a91-153-252-74.elisa-laajakaista.fi. [91.153.252.74]) by mx.google.com with ESMTPS id r1sm1431568lbk.12.2012.09.15.13.26.40 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 15 Sep 2012 13:26:41 -0700 (PDT) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: ports-committers@freebsd.org References: <201209152021.q8FKLwvw024805@svn.freebsd.org> Date: Sat, 15 Sep 2012 23:26:47 +0300 In-Reply-To: <201209152021.q8FKLwvw024805@svn.freebsd.org> (Raphael Kubo da Costa's message of "Sat, 15 Sep 2012 20:21:58 +0000 (UTC)") Message-ID: <87pq5nnibc.fsf@FreeBSD.org> User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org Subject: Re: svn commit: r304324 - in head/net-p2p: ktorrent libktorrent X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 20:26:45 -0000 Raphael Kubo da Costa writes: > Author: rakuco > Date: Sat Sep 15 20:21:58 2012 > New Revision: 304324 > URL: http://svn.freebsd.org/changeset/ports/304324 > > Log: > {lib}ktorrent: Follow the trend of not specifying library shversions in the dependencies. > > Incidentally, this should also fix the ktorrent build, since > libktorrent has had a shlib bump. Sorry, this was supposed to committed to area51 (where I'm updating the ktorrent ports), not the ports tree. Nothing has broken, though. From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 20:29:21 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFA29106564A; Sat, 15 Sep 2012 20:29:21 +0000 (UTC) (envelope-from kubito@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id B40358FC0A; Sat, 15 Sep 2012 20:29:20 +0000 (UTC) Received: by lage12 with SMTP id e12so4156317lag.13 for ; Sat, 15 Sep 2012 13:29:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=jvIve7zF4Leks3jsNLcwRruht0+l+qnCSF6JuQPICiQ=; b=x2TP55R75kXiBn/YuUzgya62cRGAmtss3i9CeFgs+B2JSG52iVufskLzY/N3w05lTs 4m1z/7QxVKiUEeKTuZzv15DJ5x3i7PDnbY7CM75oUT+PKbm7Mx4xMnJ7Ziqd46oBkmsv myp45SH1H8fVOmT5mDP+9YWm0phBScVu0Gl2js9bW8UGbwQwptFCmDhOqR8ZLiMAE0nw I4zieStwn6ZLPCfFDFl3M1sqmves07wqjfO898lsj7LuIkq52J108pb0wWbL058x/ZQq Du+QOqYAC7R5DlrpMSLBKjkuC9TRVbnGbPGC+07xqtTy8/N4Cz4JIXqNwvPy7LhievO8 iFsw== Received: by 10.152.131.42 with SMTP id oj10mr5950434lab.49.1347740959326; Sat, 15 Sep 2012 13:29:19 -0700 (PDT) Received: from gibbon.gmail.com (a91-153-252-74.elisa-laajakaista.fi. [91.153.252.74]) by mx.google.com with ESMTPS id g6sm1440767lby.0.2012.09.15.13.29.17 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 15 Sep 2012 13:29:18 -0700 (PDT) Sender: Raphael Kubo da Costa From: Raphael Kubo da Costa To: ports-committers@freebsd.org References: <201209152022.q8FKMRc2024926@svn.freebsd.org> Date: Sat, 15 Sep 2012 23:29:31 +0300 In-Reply-To: <201209152022.q8FKMRc2024926@svn.freebsd.org> (Raphael Kubo da Costa's message of "Sat, 15 Sep 2012 20:22:27 +0000 (UTC)") Message-ID: <87ligbni6s.fsf@FreeBSD.org> User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org Subject: Re: svn commit: r304325 - head/net-p2p/ktorrent X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 20:29:21 -0000 Raphael Kubo da Costa writes: > Author: rakuco > Date: Sat Sep 15 20:22:27 2012 > New Revision: 304325 > URL: http://svn.freebsd.org/changeset/ports/304325 > > Log: > ktorrent: Try enabling MAKE_JOBS_SAFE again Sorry, this was supposed to committed to area51 (where I'm updating the ktorrent ports), not the ports tree. Nothing has broken, though. From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 21:10:29 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A41C8106564A; Sat, 15 Sep 2012 21:10:29 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8CED68FC12; Sat, 15 Sep 2012 21:10:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8FLATPM032097; Sat, 15 Sep 2012 21:10:29 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8FLATEm032096; Sat, 15 Sep 2012 21:10:29 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201209152110.q8FLATEm032096@svn.freebsd.org> From: Eitan Adler Date: Sat, 15 Sep 2012 21:10:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304326 - in head: databases/percona55-client databases/percona55-server finance/openerp games/BillardGL games/bugsquish/files games/icbm3d/files games/vectoroids/files math/openblas/fi... X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 21:10:29 -0000 Author: eadler Date: Sat Sep 15 21:10:29 2012 New Revision: 304326 URL: http://svn.freebsd.org/changeset/ports/304326 Log: remove empty files / directories. Deleted: head/databases/percona55-client/ head/databases/percona55-server/ head/finance/openerp/ head/games/BillardGL/pkg-plist head/games/bugsquish/files/ head/games/icbm3d/files/patch-aa head/games/vectoroids/files/ head/math/openblas/files/patch-patch.for_lapack-3.4.0 head/x11-fm/pcmanfm/files/ From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 21:25:34 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 63B6C1065672; Sat, 15 Sep 2012 21:25:34 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 4ED8D8FC08; Sat, 15 Sep 2012 21:25:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8FLPYMT034407; Sat, 15 Sep 2012 21:25:34 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8FLPXlY034405; Sat, 15 Sep 2012 21:25:33 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201209152125.q8FLPXlY034405@svn.freebsd.org> From: Eitan Adler Date: Sat, 15 Sep 2012 21:25:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304327 - head/security/vuxml X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 21:25:34 -0000 Author: eadler Date: Sat Sep 15 21:25:33 2012 New Revision: 304327 URL: http://svn.freebsd.org/changeset/ports/304327 Log: include newly 'awarded' CVE Modified: head/security/vuxml/vuln.xml Modified: head/security/vuxml/vuln.xml ============================================================================== --- head/security/vuxml/vuln.xml Sat Sep 15 21:10:29 2012 (r304326) +++ head/security/vuxml/vuln.xml Sat Sep 15 21:25:33 2012 (r304327) @@ -102,6 +102,7 @@ Note: Please add new entries to the beg
+ CVE-2012-4430 http://www.bacula.org/git/cgit.cgi/bacula/commit/?id=67debcecd3d530c429e817e1d778e79dcd1db905 https://secunia.com/advisories/50535/ http://sourceforge.net/projects/bacula/files/bacula/5.2.11/ReleaseNotes/view From owner-svn-ports-all@FreeBSD.ORG Sat Sep 15 22:25:11 2012 Return-Path: Delivered-To: svn-ports-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7540A106564A; Sat, 15 Sep 2012 22:25:11 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 57F388FC16; Sat, 15 Sep 2012 22:25:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8FMPBAY069072; Sat, 15 Sep 2012 22:25:11 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8FMPBB6069049; Sat, 15 Sep 2012 22:25:11 GMT (envelope-from bapt@FreeBSD.org) X-Authentication-Warning: freefall.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f Date: Sun, 16 Sep 2012 00:25:07 +0200 From: Baptiste Daroussin To: Jung-uk Kim Message-ID: <20120915222507.GB13414@ithaqua.etoilebsd.net> References: <201209142202.q8EM2ABa017821@svn.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EuxKj2iCbKjpUGkD" Content-Disposition: inline In-Reply-To: <201209142202.q8EM2ABa017821@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@FreeBSD.org, svn-ports-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: svn commit: r304300 - in head/java/jamvm: . files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Sep 2012 22:25:11 -0000 --EuxKj2iCbKjpUGkD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Sep 14, 2012 at 10:02:10PM +0000, Jung-uk Kim wrote: > Author: jkim > Date: Fri Sep 14 22:02:09 2012 > New Revision: 304300 > URL: http://svn.freebsd.org/changeset/ports/304300 >=20 > Log: > - Update to 1.5.4. > - Reset maintainer to java. > - Convert to optionsNG and add license. > - Unbreak sparc64. > =20 > PR: ports/164941 (partial) >=20 [...] > +FFI_CFLAGS!=3D pkgconf libffi --cflags > +FFI_LDFLAGS!=3D pkgconf libffi --libs-only-L This is not a good idea as is because it break make index that way: "Makefile", line 34: warning: "pkgconf libffi --cflags" returned non-zero s= tatus "Makefile", line 35: warning: "pkgconf libffi --libs-only-L" returned non-z= ero status if run on a system without pkgconf installed to fix this part adding "|| :" at the end of the command might be a good id= ea. I suspect (untested) that it may also make the ports fail to build in a particular situation which is, on a system not having yet pkgconf you try to install jamvm. FFI_CFLAGS and FFI_LDFLAGS might in that case be expanded to nothing before pkgconf is installed as a dependency. The right fix should be then imho to patch the jamvm build system to invoke pkgconf libffi itself. regards, Bapt --EuxKj2iCbKjpUGkD Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlBVAEMACgkQ8kTtMUmk6EzHnACgqsStxg2vcHEzdeWSphvd3Na9 V00AoKTCESx7ccCCwDCpGFqL/eJPCEB9 =j65j -----END PGP SIGNATURE----- --EuxKj2iCbKjpUGkD--